Doc updates for several Emacs 24.4 changes.
[bpt/emacs.git] / doc / emacs / ChangeLog
CommitLineData
c9352587
CY
12013-12-25 Chong Yidong <cyd@gnu.org>
2
3 * glossary.texi (Glossary): Define MULE in modern terms.
4
3a79600a
XF
52013-12-25 Xue Fuqiao <xfq.free@gmail.com>
6
7 * files.texi (Diff Mode): Add an index.
8
65faed73
XF
92013-12-24 Xue Fuqiao <xfq.free@gmail.com>
10
11 * trouble.texi (Understanding Bug Reporting): Minor update.
1139b0be 12 (Checklist): Fix a cross-reference.
65faed73 13
595c4578
XF
142013-12-23 Xue Fuqiao <xfq.free@gmail.com>
15
b7a017ad
XF
16 * regs.texi (Bookmarks): Document `bookmark-default-file'.
17
595c4578
XF
18 * misc.texi (Shell Mode): Add a cross-reference.
19
20 * building.texi (Lisp Eval): Add an index.
21
91dedc43
GM
222013-12-22 Glenn Morris <rgm@gnu.org>
23
24 * entering.texi (Entering Emacs): Typo fix.
25
26 * calendar.texi (General Calendar):
27 * rmail.texi (Rmail Scrolling): Use itemx where appropriate.
28
569c1c6e
EZ
292013-12-22 Eli Zaretskii <eliz@gnu.org>
30
31 * regs.texi (Keyboard Macro Registers): Fix last change.
32
daef8ab1
XF
332013-12-22 Xue Fuqiao <xfq.free@gmail.com>
34
57b837ab
XF
35 * search.texi (Special Isearch):
36 (Query Replace): Document negative argument of replacement commands.
37 (Symbol Search): Document `isearch-forward-symbol-at-point'.
07e9eaa2 38
569c1c6e
EZ
39 * files.texi (File Conveniences): Document `image-next-file' and
40 `image-previous-file'.
8d3c54a0 41
44b9b800
XF
42 * display.texi (Optional Mode Line): Fix an index.
43
ced5cc29
XF
44 * regs.texi (File Registers): Document `kmacro-to-register'.
45
2ab18afb
XF
46 * indent.texi (Tab Stops): Mention recent changes about `tab-stop-list'.
47
569c1c6e
EZ
48 * frames.texi (Scroll Bars): Document
49 `scroll-bar-adjust-thumb-portion'.
daef8ab1 50
77221051
CY
512013-12-21 Chong Yidong <cyd@gnu.org>
52
53 * indent.texi (Indentation Commands): Document C-x TAB changes.
54
a34a0ac8
TH
552013-12-20 Tassilo Horn <tsdh@gnu.org>
56
91dedc43
GM
57 * calendar.texi, display.texi, help.texi, rmail.texi:
58 Document `S-SPC' as alternative to scrolling down with `DEL'.
30aafaf5 59
7b4ec549
TH
60 * frames.texi: Document `toggle-frame-maximized' and
61 `toggle-frame-fullscreen' with their respective keys.
62
2cd12d28
TH
63 * buffers.texi: Document buffer name uniquification changes.
64
75a1e034
TH
65 * indent.texi: Document that `electric-indent-mode' is enabled by
66 default.
67
98104aea
TH
68 * display.texi (Cursor Display): Document `blink-cursor-blinks'.
69
2cd12d28 70 * buffers.texi: Update list-buffers "screeshot" to show Messages
6f1de4d1
TH
71 as major-mode.
72
dfff9284
TH
73 * entering.texi: Document `initial-buffer-choice' changes.
74
98104aea
TH
75 * misc.texi (emacsclient Options): Document
76 `initial-buffer-choice' changes.
dfff9284 77
a34a0ac8
TH
78 * help.texi: Document that `?' now also shows subcommands of
79 prefix keys.
80
9718dea2
CY
812013-12-17 Chong Yidong <cyd@gnu.org>
82
83 * killing.texi (Appending Kills): Note that append-next-kill can
84 prepend the kill.
85
01633a17
EZ
862013-12-12 Eli Zaretskii <eliz@gnu.org>
87
88 * mule.texi (File Name Coding): Document file-name encoding
89 peculiarities on MS-Windows.
90
f9405d87
GM
912013-12-12 Glenn Morris <rgm@gnu.org>
92
93 * emacs.texi: Sync direntry with info/dir version.
94
36291308
JB
952013-12-08 Juanma Barranquero <lekktu@gmail.com>
96
97 * msdog.texi (Windows Keyboard): Fix typo.
98
26e4aa7d
GM
992013-11-30 Glenn Morris <rgm@gnu.org>
100
101 * Makefile.in (distclean): Remove Makefile.
102
1659fa3f
SM
1032013-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
104
105 * buffers.texi (Icomplete): Rename from Iswitchb and
106 rewrite accordingly.
107
17e0445b
GM
1082013-11-23 Glenn Morris <rgm@gnu.org>
109
110 * cmdargs.texi (General Variables):
111 Empty elements in EMACSLOADPATH now mean the default load-path.
112
2df10228
GM
1132013-11-21 Glenn Morris <rgm@gnu.org>
114
115 * cmdargs.texi (Action Arguments): Use path-separator with -L.
116
a0833f62
GM
1172013-11-04 Glenn Morris <rgm@gnu.org>
118
119 * cmdargs.texi (Action Arguments): Mention that `-L :...' appends.
120
1ba6984e
GM
1212013-11-02 Glenn Morris <rgm@gnu.org>
122
881db7e0 123 * cmdargs.texi (Action Arguments): Clarify `-L' a bit.
1ba6984e 124
48f73cfb
GM
1252013-10-23 Glenn Morris <rgm@gnu.org>
126
76f1a3c3
GM
127 * files.texi, glossary.texi, killing.texi, search.texi, sending.texi:
128 Nuke @refill.
129
48f73cfb
GM
130 * Makefile.in (install-dvi, install-html, install-pdf)
131 (install-ps, uninstall-dvi, uninstall-html, uninstall-ps)
132 (uninstall-pdf): Quote entities that might contain whitespace.
133
8715f5a6
XF
1342013-10-20 Xue Fuqiao <xfq.free@gmail.com>
135
48f73cfb
GM
136 * custom.texi (Init Syntax, Terminal Init, Terminal Init):
137 Remove @refill.
8715f5a6 138
9148ee92
GM
1392013-10-13 Glenn Morris <rgm@gnu.org>
140
141 * ack.texi (Acknowledgments): Comment out old alpha stuff.
142
524aabac
XF
1432013-10-13 Xue Fuqiao <xfq.free@gmail.com>
144
145 * calendar.texi (Special Diary Entries): Remove @refill.
146
8c106d17
GM
1472013-10-13 Glenn Morris <rgm@gnu.org>
148
b22d0686
GM
149 * display.texi (Text Scale): Update text-scale-adjust details.
150
8c106d17
GM
151 * ack.texi (Acknowledgments):
152 * emacs.texi (Acknowledgments): Use accented form of some names.
153
4ed77415 1542013-10-08 Eli Zaretskii <eliz@gnu.org>
4b65d539 155
b0904477
EZ
156 * ack.texi (Acknowledgments): Fix spelling of Hrvoje Nikšić's
157 name. (Bug#15557)
158
4ed77415 159 Support menus on text-mode terminals.
4b65d539
EZ
160 * screen.texi (Menu Bar): Adapt to TTY menus.
161
162 * frames.texi (Frames): Mention menu support on text terminals.
163
164 * files.texi (Visiting): Mention the "File" menu-bar menu.
165
166 * display.texi (Standard Faces): Mention TTY faces for menus.
167
9548391c
XF
1682013-10-06 Xue Fuqiao <xfq.free@gmail.com>
169
170 * cal-xtra.texi (Calendar Customizing, Diary Display): Remove @refill.
171
4ec3c268
XF
1722013-09-29 Xue Fuqiao <xfq.free@gmail.com>
173
174 * fortran-xtra.texi (Fortran Abbrev): Remove @refill.
175
6232855d
XF
1762013-09-26 Xue Fuqiao <xfq.free@gmail.com>
177
09f62a15
XF
178 * dired.texi (Flagging Many Files): Use @emph instead of @strong.
179
6232855d
XF
180 * emacs.texi (Intro): Minor cleanup.
181
3a4be55b
XF
1822013-09-22 Xue Fuqiao <xfq.free@gmail.com>
183
184 * fixit.texi (Transpose):
185 (Fixing Case): Remove @refill.
186
d052d3bd
XF
1872013-09-21 Xue Fuqiao <xfq.free@gmail.com>
188
189 * maintaining.texi (VC Directory Commands): Add keybinding for
190 vc-log-incoming in vc-dir.
f6bb0982 191 (Log Buffer): Use @emph instead of @strong.
d052d3bd 192
384a7d72
XF
1932013-09-12 Xue Fuqiao <xfq.free@gmail.com>
194
195 * text.texi (Enriched Justification): Explain values of default-justification.
196
63191d9f
XF
1972013-09-04 Xue Fuqiao <xfq.free@gmail.com>
198
199 * maintaining.texi (VC Ignore): Mention `vc-ignore' with prefix argument.
200
5d85cfe6
UM
2012013-08-31 Ulrich Müller <ulm@gentoo.org>
202
203 * xresources.texi (Motif Resources):
204 Rename from LessTif Resources. Update xrefs. (Bug#15145)
205 * emacs.texi: Update menu.
206
50b13cde
PE
2072013-08-28 Paul Eggert <eggert@cs.ucla.edu>
208
209 * Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
210 for portability to hosts where /bin/sh has problems.
211
f33650d8
XF
2122013-08-17 Xue Fuqiao <xfq.free@gmail.com>
213
214 * text.texi (Enriched Justification): Minor fixes.
215
5faf4899
XF
2162013-08-14 Xue Fuqiao <xfq.free@gmail.com>
217
218 * files.texi (Filesets): Add an index.
219
8496d8d7
GM
2202013-08-12 Glenn Morris <rgm@gnu.org>
221
2f3ac208
GM
222 * macos.texi (GNUstep Support):
223 * trouble.texi (Checklist, Contributing, Service):
224 Avoid mailto: in html output.
225
8496d8d7
GM
226 * Makefile.in (prefix, datarootdir, datadir, PACKAGE_TARNAME)
227 (docdir, dvidir, htmldir, pdfdir, psdir, GZIP_PROG, INSTALL)
228 (INSTALL_DATA): New, set by configure.
229 (HTML_OPTS, DVI_TARGETS, HTML_TARGETS, PDF_TARGETS, PS_TARGETS):
230 New variables.
231 (.SUFFIXES): Add .ps and .dvi.
232 (.dvi.ps): New suffix rule.
233 (dvi, html, pdf, ps): Use *_TARGETS variables.
234 (emacs.ps, emacs-xtra.ps): Remove explicit rules.
235 (emacs.html): Use HTML_OPTS.
236 (clean): Use DVI_TARGETS, HTML_TARGETS, PDF_TARGETS, PS_TARGETS.
237 (.PHONY): install-dvi, install-html, install-pdf, install-ps
238 ,install-doc, uninstall-dvi, uninstall-html, uninstall-pdf,
239 uninstall-ps, and uninstall-doc.
240 (install-dvi, install-html, install-pdf, install-ps, install-doc)
241 (uninstall-dvi, uninstall-html, uninstall-ps, uninstall-pdf)
242 (uninstall-doc): New rules.
243
5d07e191
EZ
2442013-07-31 Eli Zaretskii <eliz@gnu.org>
245
246 * emacs.texi (Top): Remove menu item for the removed "Disabling
247 Multibyte" node.
248
65b36413
XF
2492013-07-31 Xue Fuqiao <xfq.free@gmail.com>
250
de9b01c4
XF
251 * rmail.texi (Rmail Coding): Move here from mule.texi.
252
64a695bd
XF
253 * custom.texi (Specifying File Variables): Fix cross-references.
254
255 * mule.texi (Unibyte Mode): Fix cross-references.
5d07e191 256 (Disabling Multibyte): Remove.
64a695bd 257
8fd6e60a
XF
258 * macos.texi (Mac / GNUstep Basics): Mention `ns-alternate-modifier'.
259
65b36413
XF
260 * cal-xtra.texi (Advanced Calendar/Diary Usage): Update menu.
261 (Mayan Calendar): Move here from calendar.texi.
262 * emacs.texi (Top): Update menu.
263
d5065cca
XF
2642013-07-30 Xue Fuqiao <xfq.free@gmail.com>
265
266 * emacs.texi (Top): Add menu entry.
267
268 * maintaining.texi (VC Ignore): New node. Document vc-ignore.
269 (VC Directory Commands): Add vc-dir-ignore.
270
0f91f03c
XF
2712013-07-28 Xue Fuqiao <xfq.free@gmail.com>
272
273 * glossary.texi (Glossary): Add some entries.
274
e4c467f9
XF
2752013-07-27 Xue Fuqiao <xfq.free@gmail.com>
276
742a3501
XF
277 * maintaining.texi (VC Directory Commands): Mention `D' and `L' in
278 vc-dir. (Bug#14948)
e4c467f9 279
f6b15024
EZ
2802013-07-26 Eli Zaretskii <eliz@gnu.org>
281
282 * display.texi (Fringes): Document the variable fringe-mode.
283 (Bug#14946)
284
1399490e 2852013-07-03 Glenn Morris <rgm@gnu.org>
e0070075
GM
286
287 * maintaining.texi (EDE): Fix cross-reference.
288
289 * programs.texi (Program Modes): Fix emacs-xtra reference.
290
253e30aa
GM
291 * help.texi (Misc Help): Index describe-syntax.
292
4c672a0f
EZ
2932013-06-29 Eli Zaretskii <eliz@gnu.org>
294
295 * basic.texi (Moving Point): Document visual-order-cursor-movement
296 and its effect on right-char and left-char.
297
0c72d017
GM
2982013-06-28 Glenn Morris <rgm@gnu.org>
299
300 * ack.texi (Acknowledgments): Small update.
301
789cf833
GM
3022013-06-19 Glenn Morris <rgm@gnu.org>
303
304 * Makefile.in (dist): Edit more configure variables.
305 Try to check that we do not miss any in future.
306
99c81280 3072013-06-12 Xue Fuqiao <xfq.free@gmail.com>
2bc4a725
XF
308
309 * vc1-xtra.texi (Revision Tags): Add a cross reference.
8d0b26f6 310 (CVS Options): Fix the default value of `vc-cvs-stay-local'.
2bc4a725 311
cd0527a4
XF
3122013-06-11 Glenn Morris <rgm@gnu.org>
313
314 * maintaining.texi (VC Directory Commands): Copyedit.
315 (Branches): Put back milder version of pre 2013-06-07 text.
316
04362df8
XF
3172013-06-07 Xue Fuqiao <xfq.free@gmail.com>
318
9102c47a 319 * maintaining.texi (Branches): Remove text copied from other sources.
04362df8 320
80fa505f
AM
3212013-06-05 Alan Mackenzie <acm@muc.de>
322
323 * search.texi (Isearch Scroll): Rename to "Not Exiting Isearch".
d2bf7a98
JL
324 (Not Exiting Isearch): Document new user option
325 `isearch-allow-prefix'. (Bug#9706)
80fa505f 326
e5e4a942
JL
3272013-06-03 Juri Linkov <juri@jurta.org>
328
329 * display.texi (Highlight Interactively): Add global keybindings
330 with the key prefix `M-s h'. Document old command `highlight-phrase'.
331 Document new command `highlight-symbol-at-point'.
332
67a3c09b
XF
3332013-06-02 Xue Fuqiao <xfq.free@gmail.com>
334
335 * maintaining.texi (Branches): Add motivations for branching.
9c3b7be7
XF
336 (VC Mode Line): Fix typo.
337 (VC Directory Commands): Mention `vc-dir-hide-up-to-date' with
338 prefix argument.
67a3c09b 339
c362f195
XF
3402013-06-02 Michael Albinus <michael.albinus@gmx.de>
341
342 * cmdargs.texi (General Variables): Use "unix:path=/dev/null" as
343 dummy value for $DBUS_SESSION_BUS_ADDRESS. It also suppresses
344 autolaunching of the D-Bus session bus.
345
f46305c8 3462013-06-01 Glenn Morris <rgm@gnu.org>
fc5b3b95
GM
347
348 * programs.texi (Semantic): Fix typo.
349
bee07d4f
XF
3502013-05-30 Xue Fuqiao <xfq.free@gmail.com>
351
352 * maintaining.texi (Types of Log File): Supplement some
353 information of change log files.
354
6d65486d
JL
3552013-05-15 Juri Linkov <juri@jurta.org>
356
357 * search.texi (Repeat Isearch): Mention key `RET' to finish
358 editing the string. (Bug#13348)
359
27c8b6eb
GM
3602013-05-14 Glenn Morris <rgm@gnu.org>
361
362 * ack.texi (Acknowledgments): Don't mention obsolete sup-mouse.el.
363
2d809ffa 3642013-05-09 Glenn Morris <rgm@gnu.org>
3bcc28ed
GM
365
366 * sending.texi (Mail Sending): Fix typo.
367
368 * windows.texi (Change Window): Fix typo.
369
90ed99d5
GM
370 * custom.texi (Changing a Variable): Fix typo.
371
9698b18f
GM
372 * trouble.texi (Contributing): Remove obsolete info re pretesters.
373
cbee2131
PE
3742013-05-05 Paul Eggert <eggert@cs.ucla.edu>
375
376 `write-region-inhibit-fsync' defaults to noninteractive (Bug#14273).
377 * cmdargs.texi (Initial Options):
378 * files.texi (Customize Save): Document this.
379
fd3a9a6b
GM
3802013-05-04 Glenn Morris <rgm@gnu.org>
381
382 * calendar.texi (Importing Diary): Mention diary-from-outlook-function.
383
5294599f
PE
3842013-03-17 Paul Eggert <eggert@cs.ucla.edu>
385
386 doc: convert some TeX accents to UTF-8
387 * ack.texi (Acknowledgments):
388 * emacs.texi (Acknowledgments):
389 Convert some TeX accents (e.g., '@l{}') to UTF-8 (e.g., 'ł').
390 Apparently the TeX accents cause problems when generating gnu.org
391 web pages, e.g., @l{} is rendered as '/l' on
392 <http://www.gnu.org/software/emacs/manual/html_node/
393 emacs/Acknowledgments.html>.
394
78be8b64 3952013-03-16 Glenn Morris <rgm@gnu.org>
c0765905
GM
396
397 * emacs.texi (Top): Add some stuff specific to www.gnu.org.
398
681ebc33
PE
3992013-03-04 Paul Eggert <eggert@cs.ucla.edu>
400
401 Prefer UTF-8 for documentation.
402 With GNU Texinfo 5.0, this generates nicer-looking info files,
403 since they can use curly quotes. With older Texinfo it doesn't matter.
404 * ack.texi, cal-xtra.texi, calendar.texi, emacs-xtra.texi, emacs.texi:
405 Switch from Latin-1 to UTF-8.
406
929aeac6 4072013-02-28 Bastien Guerry <bzg@gnu.org>
336d2ce2
BG
408
409 * xresources.texi (GTK resources): Fix broken link.
410
343a2aef
EZ
4112013-02-25 Eli Zaretskii <eliz@gnu.org>
412
413 * files.texi (Interlocking): Don't refer to symlinks as the
414 exclusive means of locking files.
415
cee1a690
GM
4162013-02-22 Glenn Morris <rgm@gnu.org>
417
418 * ack.texi (Acknowledgments):
419 * emacs.texi (Acknowledgments): Small updates.
420
f0c954fa
GM
4212013-02-21 Glenn Morris <rgm@gnu.org>
422
423 * files.texi (File Conveniences): Not just GIFs can be animated.
424
4e16ddf4
GM
4252013-02-13 Glenn Morris <rgm@gnu.org>
426
427 * ack.texi (Acknowledgments): Don't mention yow any more.
428
a683d06b
PE
4292013-02-13 Paul Eggert <eggert@cs.ucla.edu>
430
431 * cmdargs.texi (General Variables):
432 Fix TMPDIR documentation to match the code's behavior.
433
c4af1efc
GM
4342013-02-10 Glenn Morris <rgm@gnu.org>
435
436 * trouble.texi (Checklist): Update bug keybinding.
437
8549f9e8
EZ
4382013-02-09 Eli Zaretskii <eliz@gnu.org>
439
440 * msdog.texi (Text and Binary): Delete the description of
441 file-name-buffer-file-type-alist.
442
7f102272
PE
4432013-01-19 Paul Eggert <eggert@cs.ucla.edu>
444
ee271528
PE
445 * trouble.texi (Crashing): Suggest -p for newer addr2line. (Bug#13445)
446 Without it, I don't see function names. Older addr2line
447 implementations will die out sooner or later, so tailor the
448 first suggestion to recent addr2line, with a followup about
449 older ones.
7f102272 450
795e7a5b 4512013-01-19 Glenn Morris <rgm@gnu.org>
e17b9777
GM
452
453 * custom.texi (Directory Variables): Fix paren typo.
454
ecde0368
GM
455 * trouble.texi (Crashing): Not all addr2line have -p. (Bug#13445)
456
827253f7
GM
457 * custom.texi (Custom Themes): Fix typo.
458
acfe10b7
BG
4592013-01-07 Bastien Guerry <bzg@gnu.org>
460
461 * help.texi (Apropos): Document `apropos-user-option' and update
462 the doc for `apropos-variable'.
463
f8acde11
GM
4642013-01-05 Glenn Morris <rgm@gnu.org>
465
466 * text.texi (HTML Mode): Remove deleted nxml C-RET binding.
467
d72a2793
GM
4682012-12-21 Glenn Morris <rgm@gnu.org>
469
470 * emacs-xtra.texi (copying): The FSF does not sell copies of this.
471 Simply include doclicense.
472
1b947faa
CY
4732012-12-21 Chong Yidong <cyd@gnu.org>
474
475 * frames.texi (Mouse Commands): Fix description of the effect of
476 mouse dragging (Bug#13049).
477
f25f57bf
JL
4782012-12-15 Juri Linkov <juri@jurta.org>
479
480 * misc.texi (Recursive Edit): Add a link to "Query Replace".
481 (Bug#13181)
482
265c2fbf 4832012-12-10 Dani Moncayo <dmoncayo@gmail.com>
6ce49f24
DM
484
485 * killing.texi (Deletion): Doc fix (Bug#12748).
486
4288142b
PE
4872012-12-06 Paul Eggert <eggert@cs.ucla.edu>
488
489 * doclicense.texi, gpl.texi: Update to latest version from FSF.
490 These are just minor editorial changes.
491
d8ad4d3f 4922012-12-06 Juanma Barranquero <lekktu@gmail.com>
26163acc
JB
493
494 * vc1-xtra.texi (General VC Options): Remove obsolete reference
495 to `vc-path'.
496
c5bc2d1d 4972012-12-03 Chong Yidong <cyd@gnu.org>
547d6865
CY
498
499 * custom.texi (Init Rebinding): kbd is now a function (Bug#13052).
500
1cbaa705
KR
5012012-12-02 Kevin Ryde <user42@zip.com.au>
502
503 * maintaining.texi (Tag Syntax): Mention (defvar foo) handling.
504
00054d21
KR
5052012-12-01 Kevin Ryde <user42@zip.com.au>
506
507 * maintaining.texi (Tag Syntax): Mention Perl's "use constant".
508
c07a6ded
PE
5092012-11-24 Paul Eggert <eggert@cs.ucla.edu>
510
511 * doclicense.texi, gpl.texi: Update to latest version from FSF.
512 These are just minor editorial changes.
513
6ef2e5ef 5142012-11-21 Dani Moncayo <dmoncayo@gmail.com>
d1a355a1
DM
515
516 * display.texi (Auto Scrolling): Fix some inaccuracies, plus
517 clarifications (Bug#12865).
518 (Horizontal Scrolling): Clarifications.
519
2ac9538d 5202012-11-18 Dani Moncayo <dmoncayo@gmail.com>
0a27d94c
DM
521
522 * mark.texi (Disabled Transient Mark): Doc fixes (Bug#12746).
523
a33da68b
EZ
5242012-11-16 Eli Zaretskii <eliz@gnu.org>
525
526 * trouble.texi (Crashing): Add information about MS-Windows and
527 the emacs_backtrace.txt file. (Bug#12908)
528
f78ee6af 5292012-11-13 Chong Yidong <cyd@gnu.org>
0f5414fc
CY
530
531 * building.texi (Multithreaded Debugging): gdb-stopped-hooks is
532 actually named gdb-stopped-functions.
533
f78ee6af 5342012-11-13 Glenn Morris <rgm@gnu.org>
adad6d8f
GM
535
536 * misc.texi (Single Shell): Mention async-shell-command-buffer.
537
19e09879
GM
5382012-11-10 Glenn Morris <rgm@gnu.org>
539
540 * misc.texi (Terminal emulator): Rename `term-face' to `term'.
541
ef7238c3
GM
542 * emacs.texi (Acknowledgments): Add profiler author.
543 * ack.texi (Acknowledgments): Add some recent contributions.
544
6baf66d5 5452012-11-10 Chong Yidong <cyd@gnu.org>
4c1f6a5b 546
9d9e48d9
CY
547 * files.texi (Diff Mode): Doc fixes for
548 diff-delete-trailing-whitespace (Bug#12831).
549
4c1f6a5b
CY
550 * trouble.texi (Crashing): Copyedits.
551
6baf66d5 5522012-11-10 Glenn Morris <rgm@gnu.org>
26f59676
GM
553
554 * files.texi (Diff Mode): Trailing whitespace updates.
555
6baf66d5 5562012-11-10 Chong Yidong <cyd@gnu.org>
cce0aa5a 557
4eeba558
CY
558 * misc.texi (Terminal emulator): Document Term mode faces.
559
7d806bfe
CY
560 * mini.texi (Basic Minibuffer): New node. Document
561 minibuffer-electric-default-mode.
562
563 * display.texi (Visual Line Mode): Fix index entry.
564
cce0aa5a
CY
565 * buffers.texi (Several Buffers): List Buffer Menu command anmes,
566 and index the keybindings. Document tabulated-list-sort.
567 (Kill Buffer): Capitalize Buffer Menu.
568
569 * trouble.texi (Memory Full): Capitalize Buffer Menu.
570
6baf66d5 5712012-11-10 Eli Zaretskii <eliz@gnu.org>
bff6f241
EZ
572
573 * display.texi (Auto Scrolling): Clarify that scroll-step is
574 ignored when scroll-conservatively is set to a non-zero value.
575 (Bug#12801)
576
6baf66d5 5772012-11-10 Chong Yidong <cyd@gnu.org>
766376c6
CY
578
579 * dired.texi (Dired Updating): Doc fix (Bug#11744).
580
87288971
MA
5812012-10-30 Michael Albinus <michael.albinus@gmx.de>
582
583 * trouble.texi (Known Problems): Mention command `debbugs-gnu-usertags'.
584
fc83c2de
CY
5852012-10-29 Chong Yidong <cyd@gnu.org>
586
587 * dired.texi (Shell Commands in Dired): Document changes to the
588 dired-do-async-shell-command.
589
82b21017
GM
5902012-10-28 Glenn Morris <rgm@gnu.org>
591
592 * ack.texi (Acknowledgments): Mention gv.el.
593
caa5e5a4
BG
5942012-10-27 Bastien Guerry <bzg@gnu.org>
595
596 * screen.texi (Menu Bar): Fix typo.
597
05b621a6
CY
5982012-10-27 Chong Yidong <cyd@gnu.org>
599
600 * frames.texi (Mouse Avoidance): Mention new variable
601 mouse-avoidance-banish-position.
602
603 * programs.texi (Which Function): Which Function mode now works in
604 all major modes by default.
605
606 * mule.texi (Recognize Coding): Remove an unreferenced vindex.
607
608 * files.texi (Misc File Ops): Symbolic links on Windows only work
609 on Vista and later.
610
611 * building.texi (Compilation): Document compilation-always-kill.
612
613 * search.texi (Symbol Search): New node.
614
615 * package.texi (Package Menu): Document the "new" status.
616
617 * windows.texi (Window Choice): Don't refer to the obsolete
618 special-display feature.
619
cd996018
CY
6202012-10-24 Chong Yidong <cyd@gnu.org>
621
622 * mule.texi (Text Coding): set-buffer-file-coding-system can now
623 be invoked from the mode line.
624
625 * dired.texi (Dired Deletion, Marks vs Flags): Document Emacs 24.3
626 changes to the mark and unmark commands.
627 (Comparison in Dired): Document chages to dired-diff. Remove M-=,
628 which is no longer bound to dired-backup-diff.
629
fe605b94
BG
6302012-10-23 Bastien Guerry <bzg@gnu.org>
631
9eadb1a9
BG
632 * text.texi (Org Authoring): Use a comma after @ref to avoid the
633 insertion of a period in the Info output.
fe605b94 634
d1069532
SM
6352012-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
636
637 * custom.texi (Hooks): Clarify that -hooks is deprecated.
638
1fb3aa3f
CY
6392012-10-23 Chong Yidong <cyd@gnu.org>
640
641 * kmacro.texi (Edit Keyboard Macro): Fix typo.
642
f42f1094
DM
6432012-10-18 Dani Moncayo <dmoncayo@gmail.com>
644
645 * mini.texi (Completion Options): Fix off-by-one error. (Bug#12644)
646
6c24e35f
GM
6472012-10-17 Glenn Morris <rgm@gnu.org>
648
649 * mini.texi (Repetition): Further copyedit.
650
429cdb05
DM
6512012-10-17 Dani Moncayo <dmoncayo@gmail.com>
652
653 * mini.texi (Repetition): Copyedit.
654
e5a94ec4
JL
6552012-10-16 Juri Linkov <juri@jurta.org>
656
657 * search.texi (Query Replace): Document multi-buffer replacement
658 keys. (Bug#12655)
659
660 * maintaining.texi (Tags Search): Change link "Replace" to
661 "Query Replace".
662
73f2b4ab
CY
6632012-10-13 Chong Yidong <cyd@gnu.org>
664
665 * files.texi (File Conveniences): ImageMagick enabled by default.
666
d8e213eb
DM
6672012-10-10 Dani Moncayo <dmoncayo@gmail.com>
668
669 * basic.texi (Arguments): Fix typos.
670
b859a383
GM
6712012-10-08 Glenn Morris <rgm@gnu.org>
672
cad4f290
GM
673 * cal-xtra.texi (Calendar Customizing): Mention calendar-month-header.
674
b859a383
GM
675 * calendar.texi (Writing Calendar Files): Mention cal-html-holidays.
676
f1f4dba0
GM
6772012-10-06 Glenn Morris <rgm@gnu.org>
678
679 * calendar.texi (Writing Calendar Files): Tweak week descriptions.
680 Mention cal-tex-cursor-week2-summary.
681
c6b68a28
CY
6822012-10-06 Chong Yidong <cyd@gnu.org>
683
684 * mini.texi (Passwords): Fix typo.
685
751bac18
GM
6862012-10-02 Glenn Morris <rgm@gnu.org>
687
688 * maintaining.texi (VC Directory Commands):
689 Remove duplicate `q' entry. (Bug#12553)
690
48de8b12
CY
6912012-09-30 Chong Yidong <cyd@gnu.org>
692
693 * killing.texi (Rectangles): Document copy-rectangle-as-kill.
694
695 * search.texi (Special Isearch): Document the lax space search
696 feature and M-s SPC.
697 (Regexp Search): Move main search-whitespace-regexp description to
698 Special Isearch.
699 (Replace): Document replace-lax-whitespace.
700
701 * basic.texi (Position Info): Document C-u M-=.
702 (Moving Point): Document move-to-column.
703
704 * display.texi (Useless Whitespace): Add delete-trailing-lines.
705
706 * misc.texi (emacsclient Options): Document the effect of
707 initial-buffer-choice on client frames. Document server-auth-dir.
708 Do not document server-host, which is bad security practice.
709
710 * building.texi (Lisp Libraries): Docstring lookups can trigger
711 autoloading. Document help-enable-auto-load.
712
713 * mini.texi (Yes or No Prompts): New node.
714
715 * ack.texi (Acknowledgments): Remove obsolete packages.
716
4695c850
GM
7172012-09-27 Glenn Morris <rgm@gnu.org>
718
719 * cal-xtra.texi (Advanced Calendar/Diary Usage):
720 Rename the section to be more general.
721 * emacs.texi: Update menu.
722
e109c4a6
CY
7232012-09-23 Chong Yidong <cyd@gnu.org>
724
725 * buffers.texi (Misc Buffer): Replace toggle-read-only with
726 read-only-mode.
727
728 * files.texi (Visiting): Likewise.
729
2e83df57
PE
7302012-09-22 Paul Eggert <eggert@cs.ucla.edu>
731
732 * trouble.texi (Crashing): Document ulimit -c.
733
58f3a196
PE
7342012-09-21 Paul Eggert <eggert@cs.ucla.edu>
735
736 * trouble.texi (Crashing): Document addr2line.
737
4ef1567b
CY
7382012-09-19 Chong Yidong <cyd@gnu.org>
739
740 * killing.texi (Yanking): Minor clarification (Bug#12469).
741
9e9da873
CY
7422012-09-17 Chong Yidong <cyd@gnu.org>
743
744 * building.texi (GDB User Interface Layout): Remove reference to
745 removed variable gdb-use-separate-io-buffer (Bug#12454).
746
0979429b
J
7472012-09-08 Jambunathan K <kjambunathan@gmail.com>
748
749 * regs.texi (Text Registers): `C-x r +' can now be used instead of
750 M-x append-to-register. New option `register-separator'.
751 (Number Registers): Mention that `C-x r +' is polymorphic.
752
14ba4cf3
CY
7532012-09-07 Chong Yidong <cyd@gnu.org>
754
755 * windows.texi (Window Choice): Don't mention obsolete
756 display-buffer-reuse-frames.
757
cf29dd84
PE
7582012-09-04 Paul Eggert <eggert@cs.ucla.edu>
759
760 Give more-useful info on a fatal error (Bug#12328).
761 * trouble.texi (Crashing): New section, documenting this.
762
aa0ecd94
MA
7632012-08-24 Michael Albinus <michael.albinus@gmx.de>
764
0979429b
J
765 * cmdargs.texi (General Variables):
766 Setting $DBUS_SESSION_BUS_ADDRESS to a dummy value suppresses
767 connections to the D-Bus session bus. (Bug#12112)
aa0ecd94 768
ba025fbd
EZ
7692012-08-14 Eli Zaretskii <eliz@gnu.org>
770
771 * building.texi (Debugger Operation): Correct and improve
772 documentation of the GUD Tooltip mode.
773
0c51ff6d
CY
7742012-07-31 Chong Yidong <cyd@gnu.org>
775
776 * emacs.texi: Fix ISBN (Bug#12080).
777
35b6586e
CY
7782012-08-05 Chong Yidong <cyd@gnu.org>
779
780 * display.texi (Faces): Document frame-background-mode (Bug#7774).
781
782 * custom.texi (Face Customization): Move discussion of face
783 inheritance here, from Faces section.
784
0e1a094f 7852012-07-28 Eli Zaretskii <eliz@gnu.org>
3dfa7993
EZ
786
787 * frames.texi (Mouse Commands): Fix the description of mouse-2.
788 (Bug#11958)
789
e32a12b5
CY
7902012-07-19 Chong Yidong <cyd@gnu.org>
791
792 * emacs.texi: Update ISBN.
793
9ea10cc3
CY
7942012-07-17 Chong Yidong <cyd@gnu.org>
795
796 * basic.texi (Inserting Text): Replace ucs-insert with
797 insert-char. Provide more details of input.
798
799 * mule.texi (International Chars, Input Methods): Likewise.
800
b68b3337
CY
8012012-07-13 Chong Yidong <cyd@gnu.org>
802
dea31bd3
CY
803 * custom.texi (Examining): Update C-h v message.
804
b68b3337
CY
805 * buffers.texi (Misc Buffer): Document view-read-only.
806
ab4c47d3
CY
8072012-07-07 Chong Yidong <cyd@gnu.org>
808
809 * custom.texi (Init File): Index site-lisp (Bug#11435).
810
6edc3d28
CY
8112012-07-06 Chong Yidong <cyd@gnu.org>
812
813 * emacs.texi: Re-order top-level menu to correspond to logical
814 order, to avoid makeinfo warnings.
815
816 * ack.texi (Acknowledgments): Note new python.el.
817
3812efdc
CY
8182012-06-29 Chong Yidong <cyd@gnu.org>
819
820 * maintaining.texi (Basic VC Editing, VC Pull, Merging):
821 * basic.texi (Erasing, Basic Undo): Fix markup.
822
c8d3a25c 8232012-06-29 Glenn Morris <rgm@gnu.org>
50d5cb25
GM
824
825 * fixit.texi (Undo): Grammar fixes. (Bug#11779)
826
c8d3a25c 8272012-06-29 Michael Witten <mfwitten@gmail.com> (tiny change)
3b6f7280
MW
828
829 * fixit.texi (Undo): Fix typo. (Bug#11775)
830
65400531
GM
8312012-06-27 Glenn Morris <rgm@gnu.org>
832
833 * ack.texi (Acknowledgments): Tiny update.
834
ac1a0ce1 8352012-06-21 Glenn Morris <rgm@gnu.org>
2fecccba
GM
836
837 * Makefile.in: Rename infodir to buildinfodir throughout. (Bug#11737)
838
ddfbf826 8392012-06-17 Chong Yidong <cyd@gnu.org>
84f4a531 840
ddfbf826 841 * emacs.texi: Remove urlcolor setting. Update ISBN and edition number.
166bc0c8
CY
842
843 * anti.texi:
844 * building.texi:
845 * cmdargs.texi:
846 * custom.texi:
847 * display.texi:
848 * files.texi:
849 * frames.texi:
850 * glossary.texi:
851 * misc.texi:
852 * mule.texi:
853 * programs.texi:
854 * sending.texi:
855 * text.texi: Copyedits to avoid underfull/overfull in 7x9 manual.
856
85973ba0
MA
8572012-06-06 Michael Albinus <michael.albinus@gmx.de>
858
859 * custom.texi (Directory Variables): Mention enable-remote-dir-locals.
860
c1dabff0
GM
8612012-05-28 Glenn Morris <rgm@gnu.org>
862
863 * ack.texi, building.texi, calendar.texi, custom.texi:
864 * maintaining.texi, text.texi: Use @LaTeX rather than La@TeX.
865
abb9615e
GM
8662012-05-27 Glenn Morris <rgm@gnu.org>
867
bd39eb06
GM
868 * emacs.texi: Simplify following removal of node pointers.
869
abb9615e
GM
870 * ack.texi, anti.texi, basic.texi, buffers.texi, building.texi:
871 * cmdargs.texi, commands.texi, display.texi, emacs.texi:
872 * entering.texi, files.texi, fixit.texi, frames.texi, glossary.texi:
873 * gnu.texi, help.texi, indent.texi, killing.texi, kmacro.texi:
874 * m-x.texi, macos.texi, maintaining.texi, mark.texi, mini.texi:
875 * misc.texi, modes.texi, msdog.texi, mule.texi, programs.texi:
876 * regs.texi, screen.texi, search.texi, text.texi, trouble.texi:
877 * windows.texi, xresources.texi: Nuke hand-written node pointers.
878
6c200b4a
GM
8792012-05-22 Glenn Morris <rgm@gnu.org>
880
881 * emacs.texi (Acknowledgments): Add another contributor.
882
3fe7cdc8
GM
8832012-05-12 Glenn Morris <rgm@gnu.org>
884
885 * Makefile.in (MKDIR_P): New, set by configure.
886 (mkinfodir): Use $MKDIR_P.
887
dc0f75c8
GM
8882012-05-10 Glenn Morris <rgm@gnu.org>
889
b8a82b69
GM
890 * mule.texi (Disabling Multibyte): Replace the obsolete "unibyte: t"
891 with "coding: raw-text".
892
dc0f75c8
GM
893 * files.texi (Interlocking): Mention create-lockfiles option.
894
666b903b 8952012-05-09 Chong Yidong <cyd@gnu.org>
ed39e4e2
CY
896
897 * frames.texi (Mouse References, Mouse Commands): Fix index
898 entries (Bug#11362).
899
eceeb5fc 9002012-05-05 Glenn Morris <rgm@gnu.org>
bbba8869 901
eceeb5fc
CY
902 * custom.texi (Customization Groups, Custom Themes, Examining):
903 Improve page breaks.
904
905 * rmail.texi (Rmail Display): Use example rather than smallexample.
906
907 * calendar.texi: Convert inforefs to refs.
908
909 * dired.texi (Dired Enter): Improve page break.
910
911 * abbrevs.texi (Abbrev Concepts): Copyedits.
912
913 * maintaining.texi (Registering, Tag Syntax):
914 Tweak line and page breaks.
915
916 * programs.texi (Programs, Electric C): Copyedits.
917 (Program Modes): Add xref to Fortran.
918 (Left Margin Paren): Remove what was (oddly enough) the only use
919 of defvar in the entire Emacs manual.
920 (Hungry Delete): Remove footnote about ancient Emacs version.
921 (Other C Commands): Use example rather than smallexample.
922
923 * text.texi (Pages, Filling, Foldout, Org Mode, HTML Mode)
924 (Nroff Mode, Enriched Indentation, Table Rows and Columns):
925 Tweak line and page breaks.
926
927 * modes.texi (Major Modes, Minor Modes): Reword to improve page-breaks.
928 (Major Modes): Use example rather than smallexample.
bbba8869 929
eceeb5fc
CY
930 * mule.texi (Output Coding): Reword to improve page-breaks.
931
932 * frames.texi (Fonts): Tweak line and page breaks.
933 Use example rather than smallexample. Change cross-reference.
934 (Text-Only Mouse): Fix xref.
935
936 * buffers.texi (Buffers, Kill Buffer, Several Buffers)
937 (Indirect Buffers): Tweak line- and page-breaks.
938
939 * fixit.texi (Fixit, Undo): Reword to improve page-breaks.
940
8045b906
GM
9412012-05-04 Glenn Morris <rgm@gnu.org>
942
943 * Makefile.in (INFO_EXT, INFO_OPTS): New, set by configure.
944 (info, infoclean): Use $INFO_EXT.
945 ($(infodir)/emacs$(INFO_EXT)): Use $INFO_EXT and $INFO_OPT.
946 * makefile.w32-in (INFO_EXT, INFO_OPTS): New.
947 (INFO_TARGETS): Use $INFO_EXT.
948 ($(infodir)/emacs$(INFO_EXT)): Use $INFO_EXT and $INFO_OPT, and -o.
949
90207a15 9502012-05-02 Glenn Morris <rgm@gnu.org>
bbba8869
GM
951
952 * emacs.texi (@copying): Only print EDITION in the TeX version.
953
e2058813
GM
954 * search.texi (Regexp Search): Just say "Emacs".
955
a162959e
GM
956 * display.texi (Auto Scrolling):
957 Reword to avoid repetition and improve page break.
958
9eb25ee8
GM
959 * xresources.texi (Resources):
960 * mule.texi (Language Environments):
961 * misc.texi (Amusements):
962 * maintaining.texi (VC Change Log):
963 * frames.texi (Fonts):
964 * custom.texi (Specifying File Variables, Minibuffer Maps):
965 * cmdargs.texi (Initial Options):
966 * building.texi (Flymake):
967 Reword to remove/reduce some overly long/short lines.
968
a4289d0e
GM
9692012-04-27 Glenn Morris <rgm@gnu.org>
970
971 * emacs.texi: Some fixes for detailed menu.
972
1a72be46
GM
973 * emacs.texi: Add "et al." to authors.
974
16152b76
GM
975 * ack.texi, basic.texi, buffers.texi, building.texi:
976 * calendar.texi, cmdargs.texi, commands.texi, custom.texi:
977 * dired.texi, display.texi, emerge-xtra.texi, files.texi:
978 * fortran-xtra.texi, help.texi, kmacro.texi, mini.texi, misc.texi:
979 * msdog-xtra.texi, picture-xtra.texi, programs.texi, rmail.texi:
980 * search.texi, trouble.texi, windows.texi:
981 Use Texinfo recommended convention for quotes+punctuation.
982
578c1d4b 9832012-04-27 Eli Zaretskii <eliz@gnu.org>
84412f2c 984
578c1d4b
GM
985 * mule.texi (Bidirectional Editing): Improve indexing.
986 Minor wording tweaks.
84412f2c 987
467a33d0
CY
9882012-04-15 Chong Yidong <cyd@gnu.org>
989
990 * misc.texi (emacsclient Options): More clarifications.
991
e6fd457e 9922012-04-15 Glenn Morris <rgm@gnu.org>
05806f43 993
41be52d7
GM
994 * msdog.texi (Windows Printing): It doesn't set printer-name.
995
05806f43
GM
996 * mule.texi (Language Environments): Move font info to "Fontsets".
997 (Fontsets): Move intlfonts etc here from "Language Environments".
998 Copyedits.
999 (Defining Fontsets, Modifying Fontsets, Undisplayable Characters)
1000 (Unibyte Mode, Charsets, Bidirectional Editing): Copyedits.
1001
e6fd457e 10022012-04-15 Chong Yidong <cyd@gnu.org>
6a00f380 1003
0be641c0
CY
1004 * glossary.texi (Glossary): Standardize on "text terminal"
1005 terminology. All callers changed.
1006
6a00f380
CY
1007 * misc.texi (emacsclient Options): Document "client frame" concept
1008 and its effect on C-x C-c more carefully.
1009
e6fd457e 10102012-04-15 Glenn Morris <rgm@gnu.org>
71cd7772 1011
870e8fb8
GM
1012 * frames.texi (Scroll Bars):
1013 * glossary.texi (Glossary): Use consistent case for "X Window System".
1014
71cd7772
GM
1015 * mule.texi (Select Input Method, Coding Systems):
1016 State command names in kbd tables.
1017 (Recognize Coding): Add cross-ref.
1018 (Output Coding): Don't mention message mode in particular.
1019 (Text Coding, Communication Coding, File Name Coding, Terminal Coding):
1020 Copyedits.
1021
35dc09a1 10222012-04-14 Glenn Morris <rgm@gnu.org>
05f7d0d3
GM
1023
1024 * mule.texi (Select Input Method, Coding Systems, Recognize Coding):
1025 Copyedits.
1026 (Coding Systems): Mac OS X apparently uses newlines for EOL.
1027 (Recognize Coding): Remove old auto-coding-regexp-alist example.
1028 auto-coding-functions does not override coding: tags.
1029 Remove rmail-decode-mime-charset; it no longer has any effect.
1030
35dc09a1 10312012-04-14 Chong Yidong <cyd@gnu.org>
81927dd2
CY
1032
1033 * custom.texi (Creating Custom Themes): Add reference to Custom
1034 Themes node in Lisp manual.
1035
35dc09a1 10362012-04-14 Glenn Morris <rgm@gnu.org>
8edb942b
GM
1037
1038 * mule.texi (International): Copyedits.
1039 (International Chars): Update C-x = example output.
1040 (Disabling Multibyte): Rename from "Enabling Multibyte".
1041 Clarify what "unibyte: t" does, and mode-line description.
1042 (Unibyte Mode): Update for "Disabling Multibyte" node name change.
1043 Use Texinfo recommended convention for quotes+punctuation.
e0550cae 1044 (Language Environments): Copyedits.
893585f4
GM
1045 (Input Methods): Copyedits. Use "^" for the postfix example,
1046 because it is less confusing inside Info's `quotes'.
e0550cae 1047
bd7239f5 1048 * custom.texi (Specifying File Variables): Fix "unibyte" description.
8edb942b
GM
1049 Update for "Disabling Multibyte" node name change.
1050 * emacs.texi: Update for "Disabling Multibyte" node name change.
1051
1c64e6ed
GM
1052 * abbrevs.texi, arevert-xtra.texi, buffers.texi, building.texi:
1053 * cmdargs.texi, custom.texi, entering.texi, files.texi, frames.texi:
1054 * glossary.texi, help.texi, macos.texi, maintaining.texi, mini.texi:
1055 * misc.texi, package.texi, programs.texi, screen.texi, search.texi:
1056 * sending.texi, text.texi, trouble.texi:
1057 Use @file for buffers, per the Texinfo manual.
1058
20331c1c
GM
1059 * entering.texi (Entering Emacs):
1060 Do not mention initial-buffer-choice = t.
1061
8fc85b20
GM
1062 * misc.texi (Gnus Startup): Use @env for environment variables.
1063
35dc09a1
GM
1064 * Makefile.in: Replace non-portable use of $< in ordinary rules.
1065
87124233
GM
10662012-04-12 Glenn Morris <rgm@gnu.org>
1067
1068 * ack.texi (Acknowledgments): Don't mention obsolete mailpost.el.
1069
f3774f20
GM
10702012-04-07 Glenn Morris <rgm@gnu.org>
1071
1072 * emacsver.texi (EMACSVER): Bump version to 24.1.50.
1073
8980d0b9
GM
10742012-04-05 Glenn Morris <rgm@gnu.org>
1075
1076 * glossary.texi (Glossary): Use anchors for internal cross-references.
1077
8bf27c8a
GM
10782012-04-04 Glenn Morris <rgm@gnu.org>
1079
1080 * glossary.texi (Glossary): Copyedits.
1081 Use Texinfo-recommended convention for quotes and punctuation.
1082 Comment out a few specialized (Rmail) items.
a0706406 1083 New items: Bidirectional Text, Client, Directory Local Variable,
56964ab5 1084 File Local Variable, Package, Server, Theme, Trash Can.
8bf27c8a 1085
529c06b6
CY
10862012-04-03 Chong Yidong <cyd@gnu.org>
1087
1088 * sending.texi (Mail Misc): Fix an index entry.
1089
53b0595a
EZ
10902012-04-02 Eli Zaretskii <eliz@gnu.org>
1091
1092 * msdog.texi (Windows Startup): Add description of emacsclient
1093 operation under -c and -t on MS-Windows.
1094
1095 * misc.texi (emacsclient Options): Add cross-reference to "Windows
1096 Startup". (Bug#11091)
1097
d8e213eb 10982012-04-02 Dani Moncayo <dmoncayo@gmail.com>
dc663c79
DM
1099
1100 * custom.texi (Changing a Variable): Fix example.
1101
0d224826
EZ
11022012-04-01 Eli Zaretskii <eliz@gnu.org>
1103
1104 * misc.texi (emacsclient Options): More clarifications about -t
1105 and -c on MS-Windows. (Bug#11091)
1106
1d265f9f
EZ
11072012-03-31 Eli Zaretskii <eliz@gnu.org>
1108
1109 * misc.texi (emacsclient Options): Document peculiarities of new
1110 frame creation on MS-Windows under -c or -t options. (Bug#11091)
1111
5319014e
CY
11122012-03-30 Chong Yidong <cyd@gnu.org>
1113
1114 * files.texi (File Conveniences): Clarify Imagemagick discussion.
1115
2bfab837
GM
11162012-03-22 Glenn Morris <rgm@gnu.org>
1117
1118 * dired.texi (Operating on Files): Fix dired-recursive-copies default.
1119
986bd52a
CY
11202012-03-17 Chong Yidong <cyd@gnu.org>
1121
1122 * package.texi (Package Installation): Document use of
1123 package-initialize in init file.
1124
66ecdc9e
GM
11252012-03-16 Glenn Morris <rgm@gnu.org>
1126
1127 * help.texi (Language Help):
1128 * mule.texi (International Chars):
1129 etc/HELLO is for character demonstration.
1130
d8e213eb 11312012-03-15 Dani Moncayo <dmoncayo@gmail.com>
9805f81d
DM
1132
1133 * dired.texi (Shell Commands in Dired): Fix typo.
1134
a08a07e3
CY
11352012-03-04 Chong Yidong <cyd@gnu.org>
1136
1137 * killing.texi (Clipboard): Document clipboard manager.
1138
53eced6d
GM
11392012-02-29 Glenn Morris <rgm@gnu.org>
1140
f8425af2
GM
1141 * ack.texi (Acknowledgments): Use @Tex{} in more places.
1142
775b55af
GM
1143 * emacs.texi, help.texi, text.texi: Use "" quotes in menus.
1144
53eced6d
GM
1145 * dired.texi, emacs.texi: Use @code{} in menus when appropriate.
1146
44e97401
GM
11472012-02-28 Glenn Morris <rgm@gnu.org>
1148
1149 * custom.texi, display.texi, emacs.texi, files.texi:
1150 * msdog-xtra.texi, msdog.texi, vc-xtra.texi:
1151 Standardize possessive apostrophe usage.
1152
525795c1
JD
11532012-02-25 Jan Djärv <jan.h.d@swipnet.se>
1154
1155 * macos.texi (Mac / GNUstep Customization): Remove text about
1156 ns-find-file and ns-drag-file (Bug#5855, Bug#10050).
1157
d8e213eb 11582012-02-25 Dani Moncayo <dmoncayo@gmail.com>
562af8bb
DM
1159
1160 * buffers.texi (Select Buffer): Mention that saving in a new file
1161 name can switch to a different major mode.
1162
6ea1787e
GM
11632012-02-23 Glenn Morris <rgm@gnu.org>
1164
49fe4321
GM
1165 * mini.texi (Minibuffer File, Completion Options, Repetition):
1166 Copyedits.
1167 (Completion Example): Other M-x au* commands may be defined.
1168 (Completion Styles): Mention emacs21 and completion-category-overrides.
1169
8f4042d2
GM
1170 * msdog.texi (Text and Binary, ls in Lisp, Windows HOME)
1171 (Windows Keyboard, Windows Mouse, Windows Processes)
1172 (Windows Printing, Windows Misc): Copyedits.
1173 (ls in Lisp): Update switches list.
1174
371fb833
GM
1175 * msdog-xtra.texi (MS-DOS Display): Update list-colors-display xref.
1176 Update dos-mode* function names.
1177 (MS-DOS Printing, MS-DOS and MULE): Copyedits.
1178 (MS-DOS Processes): Add xref to main ls-lisp section.
1179
6ea1787e
GM
1180 * ack.texi (Acknowledgments): Mention smie.
1181
40ace058
GM
11822012-02-22 Glenn Morris <rgm@gnu.org>
1183
1184 * macos.texi: Copyedits. Fix @key/@kbd usage.
1185 (Mac / GNUstep Basics): Don't mention the panels, since the next
1186 section covers them.
1187 (Mac / GNUstep Customization): Merge some panel info from previous.
1188
41f1e868
GM
11892012-02-21 Glenn Morris <rgm@gnu.org>
1190
68af8d4f
GM
1191 * emerge-xtra.texi (Emerge, Submodes of Emerge, Combining in Emerge):
1192 Small fixes.
1193
2e03845d
GM
1194 * emacs-xtra.texi: Picture mode is no longer a chapter.
1195
f9a998c3
GM
1196 * picture-xtra.texi (Basic Picture): C-a does get remapped.
1197
41f1e868
GM
1198 * ack.texi (Acknowledgments): Small changes, including resorting,
1199 and removal of things no longer distributed.
1200
ea09410d
GM
12012012-02-20 Glenn Morris <rgm@gnu.org>
1202
2d2f6581
GM
1203 * emacs.texi (Top, Preface): Small rephrasings.
1204 (menu, detailmenu): Update entries, and reformat some descriptions.
1205 * building.texi, display.texi, emacs-xtra.texi, files.texi:
1206 * frames.texi, kmacro.texi, msdog.texi, programs.texi, text.texi:
1207 Reformat some menu descriptions.
1208
196f8c0e
GM
1209 * ack.texi (Acknowledgments): More updates.
1210
8730412a
GM
1211 * emacs.texi (Acknowledgments): Add several names from ack.texi,
1212 and from Author: headers.
ae15b89b 1213 (Distrib): Small updates.
ea09410d 1214
37863f20
GM
12152012-02-18 Glenn Morris <rgm@gnu.org>
1216
37c3b9ee
GM
1217 * ack.texi (Acknowledgments): Add xref to Org manual.
1218
b474519e
GM
1219 * rmail.texi: Copyedits. Use 'mail composition buffer' in place
1220 of '*mail*', since Message does not call it that.
1221 (Rmail Reply): Rename rmail-dont-reply-to-names.
1222 \\`info- no longer handled specially.
1223 Update for rmail-enable-mime-composing.
1224 Don't mention 'm' for replies.
1225 Don't mention rmail-mail-new-frame and cancelling, since it does
1226 not work for Message at the moment.
1227
a5987767
GM
1228 * cal-xtra.texi: Copyedits.
1229
37863f20
GM
1230 * emacs-xtra.texi: Set encoding to ISO-8859-1.
1231
112d1241
GM
12322012-02-17 Glenn Morris <rgm@gnu.org>
1233
0fd2c9a3
GM
1234 * maintaining.texi (Old Revisions): Fix cross-refs to Ediff manual.
1235
1d6ecbfa
GM
1236 * ack.texi (Acknowledgments): Mention Gnulib.
1237
102f1b54
GM
1238 * ack.texi, calendar.texi, cal-xtra.texi: Use "Bahá'í".
1239
112d1241
GM
1240 * calendar.texi: Misc small changes, including updating the dates
1241 of examples.
1242
3a05ff1d
GM
12432012-02-16 Glenn Morris <rgm@gnu.org>
1244
d1354af0
GM
1245 * calendar.texi: Misc small changes.
1246
5f9756ec
GM
1247 * vc1-xtra.texi (VC Delete/Rename, CVS Options):
1248 * cal-xtra.texi (Diary Display): Fix TeX cross-refs to other manuals.
1249
3b19a30d
GM
1250 * dired-xtra.texi (Subdir Switches): Small fixes.
1251
3a05ff1d
GM
1252 * fortran-xtra.texi: Tiny changes and some adjustments to line breaks.
1253
9f26dc24
GM
12542012-02-15 Glenn Morris <rgm@gnu.org>
1255
1256 * sending.texi (Mail Sending): smtpmail-auth-credentials was removed.
1257
fb969a57
GM
12582012-02-12 Glenn Morris <rgm@gnu.org>
1259
1260 * ack.texi (Acknowledgments):
1261 * emacs.texi (Acknowledgments): Updates for new files in 24.1.
1262
0aca1292
GM
12632012-02-10 Glenn Morris <rgm@gnu.org>
1264
104dc9c6
GM
1265 * mini.texi (Minibuffer Edit): Mention minibuffer-inactive-mode.
1266
0aca1292
GM
1267 * programs.texi (Misc for Programs): Mention electric-layout-mode.
1268
91af9d2e
GM
12692012-02-09 Glenn Morris <rgm@gnu.org>
1270
0aca1292
GM
1271 * buffers.texi (Misc Buffer): M-x info does not seem to require a
1272 buffer switch after M-x rename-uniquely.
63c727b2 1273
91af9d2e
GM
1274 * trouble.texi (Checklist): Mention C-c m in report-emacs-bug.
1275
1ef1990c
JB
12762012-02-09 Jay Belanger <jay.p.belanger@gmail.com>
1277
1278 * text.texi (Org Mode): Fix typo.
1279
e74e58c9
GM
12802012-02-08 Glenn Morris <rgm@gnu.org>
1281
cefee440
GM
1282 * ack.texi (Acknowledgments): Update emacs-lock info.
1283
a7686350
GM
1284 * rmail.texi (Rmail Display): Mention rmail-epa-decrypt.
1285
e74e58c9
GM
1286 * text.texi (LaTeX Editing): Mention latex-electric-env-pair-mode.
1287
fe93bc91
GM
12882012-02-07 Glenn Morris <rgm@gnu.org>
1289
1290 * files.texi (File Conveniences): Mention ImageMagick images.
1291
d273439c
GM
12922012-02-05 Glenn Morris <rgm@gnu.org>
1293
649f602c
GM
1294 * trouble.texi (Checklist): Mention debug-on-event.
1295
d273439c
GM
1296 * maintaining.texi (Maintaining): Add cross-ref to ERT.
1297
a9410bdf
GM
12982012-02-04 Glenn Morris <rgm@gnu.org>
1299
1f5e1a16
GM
1300 * macos.texi (Customization options specific to Mac OS / GNUstep):
1301 New subsection.
1302
b7314ef7
GM
1303 * display.texi (Colors): Mention list-colors-sort.
1304
a9410bdf
GM
1305 * files.texi (File Conveniences): Mention image animation.
1306
75319d7f
CY
13072012-01-31 Chong Yidong <cyd@gnu.org>
1308
1309 * windows.texi (Split Window): C-mouse-2 doesn't work on GTK+
1310 scroll bars (Bug#10666).
1311
2680c309
CY
13122012-01-28 Chong Yidong <cyd@gnu.org>
1313
691db250
CY
1314 * files.texi (Filesets): Fix typos.
1315
2680c309
CY
1316 * display.texi (Faces): Add xref to Colors node.
1317
2a90dfca
DM
13182012-01-27 Dani Moncayo <dmoncayo@gmail.com>
1319
1320 * buffers.texi (Select Buffer): Clarify explanation of switching
1321 to new buffers. Fix description of next-buffer and
6df6ae42 1322 previous-buffer (Bug#10334).
2a90dfca
DM
1323 (Misc Buffer): Add xref to View Mode.
1324
1325 * text.texi (Fill Commands): Fix description of
1326 sentence-end-double-space.
1327
20d2304d
CY
13282012-01-23 Chong Yidong <cyd@gnu.org>
1329
f088cb8b 1330 * anti.texi (Antinews): Add Emacs 23 antinews.
20d2304d 1331
01ec1eed
VS
13322012-01-16 Volker Sobek <reklov@live.com> (tiny change)
1333
1334 * programs.texi (Comment Commands): Typo (bug#10514).
1335
06848b82
CY
13362012-01-15 Chong Yidong <cyd@gnu.org>
1337
1338 * xresources.texi (X Resources): Describe GTK+ case first.
1339 (Resources): Don't use borderWidth as an example, since it doesn't
1340 work with GTK+.
1341 (Table of Resources): Clarify role of several resources, including
1342 the Emacs 24 behavior of cursorBlink etc.
1343 (Face Resources): Node deleted. Recommend using Customize
1344 instead. Add paragraph to `Table of Resources' node summarizing
1345 how to use X resources for changing faces.
1346 (Lucid Resources): Rewrite, omitting description of font names,
1347 referring to the Fonts node instead.
1348 (LessTif Resources): Copyedits.
1349 (GTK resources): Rewrite, describing the difference between gtk2
1350 and gtk3.
1351 (GTK Resource Basics): New node.
1352 (GTK Widget Names, GTK Names in Emacs): Rewrite.
1353 (GTK styles): Just refer to Fonts node for GTK font format.
1354
1355 * display.texi (Faces): Document the cursor face.
1356
a73a3461
CY
13572012-01-14 Chong Yidong <cyd@gnu.org>
1358
01ec1eed 1359 * cmdargs.texi (Action Arguments): No need to mention EMACSLOADPATH.
a73a3461
CY
1360 (General Variables): Add xref to Lisp Libraries.
1361 (Initial Options): Copyedits.
1362 (Resume Arguments): Node deleted; emacs.bash/csh are obsolete.
1363 (Environment): Clarify what getenv does.
1364 (General Variables): Clarify EMACSPATH etc. Emacs does not assume
1365 light backgrounds on xterms.
1366 (Misc Variables): TEMP and TMP are not Windows-specific.
1367 (Display X): Copyedits.
1368 (Colors X): -bd does nothing for GTK.
1369 (Icons X): Gnome 3 doesn't use taskbars.
1370
1371 * misc.texi (Shell): Document exec-path here.
1372
1373 * rmail.texi (Movemail): Add xref for exec-path.
1374
e517eda4
GM
13752012-01-13 Glenn Morris <rgm@gnu.org>
1376
1377 * dired.texi (Dired and Find): Clarify find-ls-options.
1378
1de76afe
CY
13792012-01-09 Chong Yidong <cyd@gnu.org>
1380
71873e2b 1381 * custom.texi (Custom Themes): Switch custom-safe-themes to use
1de76afe
CY
1382 SHA-256.
1383
c61ab18c
CY
13842012-01-07 Chong Yidong <cyd@gnu.org>
1385
e490b289
CY
1386 * display.texi (Useless Whitespace): Add Whitespace mode.
1387
1de77c4c
CY
1388 * custom.texi (Hooks): Discuss how to disable minor modes.
1389
1390 * files.texi (Diff Mode): Discuss diff-auto-refine-mode
e490b289 1391 (Bug#10309). Discuss use of Whitespace mode (Bug#10300).
1de77c4c 1392
c61ab18c
CY
1393 * trouble.texi (Lossage): Refer to Bugs node for problems.
1394 (DEL Does Not Delete): Don't use "usual erasure key" teminology.
1395 (Screen Garbled): Don't refer to terminal "manufacturers".
1396 (Total Frustration): Node deleted. Eliza is documented in
1397 Amusements now.
71873e2b
SM
1398 (Known Problems): More info about using the bug tracker.
1399 Mention debbugs package.
c61ab18c
CY
1400 (Bug Criteria): Copyedits.
1401 (Understanding Bug Reporting): Mention emacs -Q.
1402
89bd9ccd
CY
14032012-01-06 Chong Yidong <cyd@gnu.org>
1404
1405 * custom.texi (Specifying File Variables): The mode: keyword
1406 doesn't have to be first anymore. Add example of specifying minor
1407 modes.
1408 (Directory Variables): Simplify example. Mention application to
1409 non-file buffers.
1410 (Disabling): Use "initialization file" terminology.
1411 (Init Examples): Fix hook example.
1412
8034735f
EZ
14132012-01-06 Eli Zaretskii <eliz@gnu.org>
1414
1415 * cmdargs.texi (MS-Windows Registry): Shorten the index entry.
1416 (Bug#10422)
1417 Move the stuff about resources to xresources.texi.
1418
1419 * xresources.texi (Resources): Move information about setting X
1420 resources in the Registry from cmdargs.texi. Make the index entry
1421 be similar to the one in cmdargs.texi.
1422
b0d7d8af
CY
14232012-01-05 Chong Yidong <cyd@gnu.org>
1424
1425 * custom.texi (Customization Groups): Update example.
1426 (Browsing Custom): Document the new search field.
1427 (Changing a Variable): Update example for Emacs 24 changes.
1428 Document Custom-set and Custom-save commands.
1429 (Face Customization): Document Emacs 24 changes. De-document
1430 modify-face.
1431 (Specific Customization): Mention customize-variable.
1432 (Custom Themes): Add customize-themes, custom-theme-load-path,
1433 custom-theme-directory, and describe-theme.
1434 (Creating Custom Themes): New node.
1435 (Examining): Mention M-:.
1436
1437 * package.texi (Packages): Fix typo.
1438
88c5c7c8
CY
14392012-01-03 Chong Yidong <cyd@gnu.org>
1440
1441 * misc.texi (Single Shell): Don't document Lisp usage of
1442 shell-command. Tidy up discussion of synchronicity. Add index
1443 entries for async-shell-command.
1444 (Interactive Shell): Note that M-x shell uses shell-file-name.
1445 Note change in behavior in Emacs 24.
1446 (Shell Mode): Shell mode now uses completion-at-point.
1447 (Shell Prompts): Emphasize that comint-use-prompt-regexp isn't the
1448 default method for recognizing prompts nowadays.
1449 (Shell Ring): Add xref to Minibuffer History.
1450 (Directory Tracking): Explain Dirtrack mode in more detail.
1451 (Term Mode): Fix index entries.
1452 (Paging in Term): Merge into Term Mode.
1453 (Serial Terminal, Emacs Server, emacsclient Options): Copyedits.
1454 (Printing): Fix xref. State default of lpr-switches.
1455 (PostScript): Remove obsolete sentence. Omit description of
1456 non-interactive behaviors.
1457 (Hyperlinking): Improve description.
1458 (Browse-URL): Using compose-mail for mailto URLs is the default.
1459 Document browse-url-mailto-function.
1460 (Goto Address mode): Add index entries. Add xref to Browse-URL.
1461 (FFAP): FFAP is not a minor mode.
71873e2b
SM
1462 (Amusements): M-x lm was renamed to M-x landmark.
1463 Document nato-region.
88c5c7c8 1464
b8ecfdfe
CY
14652012-01-01 Chong Yidong <cyd@gnu.org>
1466
1467 * misc.texi (Gnus, Buffers of Gnus): Copyedits.
1468 (Gnus Startup): Note that the system might not be set up for news.
1469 Describe group levels more clearly.
1470 (Gnus Group Buffer, Gnus Summary Buffer): New nodes, split from
1471 Summary of Gnus.
1472 (Document View): Copyedits. Move zoom commads to DocView
1473 Navigation node.
1474 (DocView Navigation, DocView Searching, DocView Slicing)
1475 (DocView Conversion): Nodes renamed from Navigation, etc.
1476
1477 * sending.texi (Mail Sending): Add message-kill-buffer-on-exit.
1478
7bc7d2aa
EZ
14792011-12-31 Eli Zaretskii <eliz@gnu.org>
1480
1481 * basic.texi (Moving Point): Fix the description of C-n and C-p.
1482 (Bug#10380)
1483
b30941db
CY
14842011-12-30 Chong Yidong <cyd@gnu.org>
1485
1486 * sending.texi (Sending Mail): Document initial mail buffer name,
1487 and changed multiple mail buffer behavior.
1488 (Mail Format): Put the example at the top of the section.
1489 (Mail Headers): Move discussion of "From" to the top.
1490 (Mail Sending): Document sendmail-query-once.
1491 (Citing Mail): Make it less Rmail-specific.
1492
0ed49f93
CY
14932011-12-29 Chong Yidong <cyd@gnu.org>
1494
1495 * text.texi (Org Mode): Copyedits. Refer to Outline Format for
1496 example. Add index entries.
1497 (Org Organizer, Org Authoring): Nodes renamed. Copyedits.
1498
c40a7de7
CY
14992011-12-26 Chong Yidong <cyd@gnu.org>
1500
71873e2b
SM
1501 * dired.texi (Dired Enter, Misc Dired Features):
1502 Document dired-use-ls-dired changes. Mention quit-window.
c40a7de7
CY
1503 (Dired Navigation): Add index entries.
1504 (Dired Visiting): Fix View Mode xref.
1505 (Marks vs Flags): Prefer C-/ binding for undo.
1506 (Subdirectories in Dired): Add xrefs.
1507 (Misc Dired Features): Document some Emacs 24 changes. Add index
1508 entries.
1509
1510 * abbrevs.texi (Abbrev Concepts): No need to mention abbrev-mode
1511 variable, since it is explained in Minor Modes node.
1512 (Defining Abbrevs): Copyedits.
1513 (Expanding Abbrevs): State default of abbrev-all-caps. Prefer the
1514 C-/ binding for undo.
1515 (Dabbrev Customization): Add xrefs for case-fold-search and
1516 case-replace.
1517
1518 * dired-xtra.texi (Subdir Switches): Add xref.
1519
1520 * maintaining.texi (VC Directory Commands): Mention quit-window.
1521
3d992aa0
CY
15222011-12-25 Chong Yidong <cyd@gnu.org>
1523
1524 * maintaining.texi (Tags): Mention Semantic.
1525 (Create Tags Table, Etags Regexps): Copyedits.
1526 (Find Tag): Mention minibuffer completion.
1527 (List Tags): Mention completion-at-point. Completion is actually
1528 available in M-x list-tags.
1529
1530 * vc1-xtra.texi (VC Delete/Rename): Rename from Renaming and VC.
1531 Document vc-delete-file.
1532
1533 * files.texi (Misc File Ops): Mention vc-delete-file.
1534
1535 * programs.texi (Symbol Completion): Mention completion-at-point
1536 explicitly.
1537
2785d024
CY
15382011-12-22 Chong Yidong <cyd@gnu.org>
1539
1540 * maintaining.texi (Change Log Commands): Don't specially mention
1541 vc-update-change-log which is CVS-only.
1542
1543 * vc1-xtra.texi (Version Headers): Note that these are for
1544 Subversion, CVS, etc. only.
71873e2b
SM
1545 (General VC Options): De-document vc-keep-workfiles.
1546 Fix RCS-isms.
2785d024 1547
0ab39399
EZ
15482011-12-22 Eli Zaretskii <eliz@gnu.org>
1549
1550 * building.texi (Debugger Operation): Fix a typo: "@end iftext"
1551 should be @end iftex".
1552
d3098e1e
CY
15532011-12-21 Chong Yidong <cyd@gnu.org>
1554
1555 * maintaining.texi (Advanced C-x v v): Use fileset terminology.
1556 (VC With A Merging VCS, VC Change Log): Add xref to VC Pull node.
1557 (VC Pull): Mention vc-log-incoming.
1558 (Log Buffer): Add CVS/RCS only disclaimer.
1559
1560 * vc1-xtra.texi (Remote Repositories): Update introduction.
1561 (Local Version Control): Node deleted (obsolete with DVCSes).
71873e2b
SM
1562 (Remote Repositories, Version Backups): Node deleted.
1563 Move documentation of vc-cvs-stay-local to CVS Options.
d3098e1e
CY
1564 (CVS Options): Reduce verbosity of description of obscure CVS
1565 locking feature.
1566 (Making Revision Tags, Revision Tag Caveats): Merge into Revision
1567 Tags node.
1568 (Revision Tags): Move under Miscellaneous VC subsection.
1569 (Change Logs and VC): Note that this is wrong for DVCSs.
1570 De-document log entry manipulating features.
1571 (Renaming and VC): Describe how it works on modern VCSes.
1572
1573 * files.texi (Misc File Ops): Mention vc-rename-file.
1574
1575 * programs.texi (Custom C Indent): Add index entries.
1576
47d42d81
AM
15772011-12-20 Alan Mackenzie <acm@muc.de>
1578
1579 * programs.texi (Motion in C): Update the description of C-M-a and
1580 C-M-e, they now DTRT in enclosing scopes.
1581 (Custom C Indent): Add @dfn{guessing} of the indentation style.
1582
2edef1a0
CY
15832011-12-20 Chong Yidong <cyd@gnu.org>
1584
1585 * maintaining.texi (VCS Concepts): Add "working tree" terminology.
1586 (Old Revisions): Use it.
1587 (VCS Repositories): Add "distributed" terminology.
1588 (Log Buffer): Remove duplicate description
1589 about changesets. Fix "current VC fileset" ambiguity.
1590 (Multi-User Branching): Node deleted.
1591 (Branches, Switching Branches): Discuss decentralized version
1592 control systems.
1593 (VC Pull): New node.
1594 (Merging): Document merging on decentralized systems.
1595 (Creating Branches): Note that this is specific to CVS and related
1596 systems.
1597
bc859d5f
CY
15982011-12-19 Chong Yidong <cyd@gnu.org>
1599
1600 * maintaining.texi (VCS Merging, VCS Changesets): Index entries.
1601 (VC Mode Line): Add index entry for "version control status".
1602 (VC Undo): Use vc-revert instead of its vc-revert-buffer alias.
1603 Document vc-revert-show-diff. De-document vc-rollback.
1604 (VC Directory Mode): Rewrite introduction. Move prefix arg
1605 documentation here from VC Directory Buffer node.
1606 (VC Directory Buffer): Use a decentralized VCS example.
1607 (VC Directory Commands): Use a table. Remove material duplicated
1608 in previous nodes on multi-file VC filsets.
1609
9cff91f8
CY
16102011-12-17 Chong Yidong <cyd@gnu.org>
1611
1612 * maintaining.texi (VCS Concepts): Make "revision" terminology
1613 less CVS-specific.
1614 (VC With A Merging VCS, VC With A Locking VCS): Add xref to
1615 Registering node.
71873e2b 1616 (Secondary VC Commands): Delete. Promote subnodes.
9cff91f8
CY
1617 (Log Buffer): Add command name for C-c C-c. Fix the name of the
1618 log buffer. Add index entries.
71873e2b
SM
1619 (VCS Changesets, Types of Log File, VC With A Merging VCS):
1620 Use "commit" terminology.
9cff91f8
CY
1621 (Old Revisions): Move it to just before VC Change Log. "Tag" here
1622 doesn't refer to tags tables. Note other possible forms of the
1623 revision ID. C-x v = does not save.
1624 (Registering): Note similarity to C-x v v action. Fix description
1625 of how backends are chosen. De-document vc-default-init-revision.
1626 (VC Change Log): Document C-x v l in VC-Dir buffer. Document RET
1627 in root log buffers.
1628
f3b316df
CY
16292011-12-16 Chong Yidong <cyd@gnu.org>
1630
1631 * maintaining.texi (Version Control Systems): Drop Meta-CVS.
1632 (Basic VC Editing): Remove redundant descriptions.
1633 (VC With A Merging VCS): Make description more general instead of
1634 CVS-specific.
1635 (VC With A Locking VCS): Use VC fileset terminology.
1636
29eabb8e
CY
16372011-12-12 Chong Yidong <cyd@gnu.org>
1638
1639 * building.texi (Executing Lisp): Fix xref for C-M-x.
1640 (Lisp Libraries): Add xref to node explaining `load' in Lisp
1641 manual. Note that load-path is not customizable.
1642 (Lisp Eval): Note that listed commands are available globally.
1643 Explain the meaning of "defun" in the C-M-x context.
1644 (Lisp Interaction): Copyedits.
71873e2b
SM
1645 (External Lisp): Fix name of inferior Lisp buffer.
1646 Mention Scheme.
29eabb8e
CY
1647 (Compilation): Define "inferior process".
1648
cd0314dd
EZ
16492011-12-10 Eli Zaretskii <eliz@gnu.org>
1650
1651 * msdog.texi (Windows Fonts): Document how to force GDI font
1652 backend on MS-Windows.
1653
0595bd7e 16542011-12-10 Chong Yidong <cyd@gnu.org>
b09d01da
CY
1655
1656 * building.texi (Compilation): Say what the -k flag to make does.
1657 Move subprocess discussion to Compilation Shell.
1658 (Compilation Mode): Add xref for grep, occur, and mouse
1659 references. Define "locus".
1660 (Grep Searching): Use @command.
71873e2b
SM
1661 (Debuggers, Commands of GUD, GDB Graphical Interface):
1662 Clarify intro.
0595bd7e
CY
1663 (Starting GUD): Clarify how arguments are specified.
1664 (Debugger Operation): Index entry for "GUD interaction buffer",
1665 and move basic description here from Commands of GUD node.
1666 (GDB User Interface Layout): Copyedits.
1667 (Source Buffers): Remove gdb-find-source-frame, which is not in
1668 gdb-mi.el.
1669 (Other GDB Buffers): Remove gdb-use-separate-io-buffer and
71873e2b
SM
1670 toggle-gdb-all-registers, which are not in gdb-mi.el.
1671 Don't re-document GUD interaction buffers.
b09d01da
CY
1672
1673 * programs.texi (Symbol Completion): M-TAB can now use Semantic.
1674 (Semantic): Add cindex entries for Semantic.
1675
2a185919
CY
16762011-12-06 Chong Yidong <cyd@gnu.org>
1677
1678 * programs.texi (Man Page): Clarify how to use Man-switches.
1679 Don't bother documenting Man-fontify-manpage-flag.
1680 (Lisp Doc): Add xref to Name Help node.
1681 (Hideshow): Add cindex. Mention role of ellipses, and default
1682 value of hs-isearch-open. Don't bother documenting
1683 hs-special-modes-alist.
1684 (Symbol Completion): Add kindex for C-M-i. Don't recommend
1685 changing the window manager binding of M-TAB.
1686
ebf10822
CY
16872011-12-05 Chong Yidong <cyd@gnu.org>
1688
1689 * programs.texi (Comment Commands): Fix description of for M-; on
1690 blank lines. Move documentation of comment-region here.
1691 (Multi-Line Comments): Clarify the role of comment-multi-line.
1692 Refer to Comment Commands for comment-region doc.
1693 (Options for Comments): Refer to Multi-Line Comments for
1694 comment-multi-line doc, instead of duplicating it. Fix default
1695 values of comment-padding and comment-start-skip.
1696
ec7ae032
CY
16972011-12-04 Chong Yidong <cyd@gnu.org>
1698
1699 * programs.texi (Program Modes): Mention modes that are not
1700 included with Emacs. Fix references to other manuals for tex.
71873e2b
SM
1701 Add index entry for backward-delete-char-untabify.
1702 Mention prog-mode-hook.
ec7ae032
CY
1703 (Which Function): Use "global minor mode" terminology.
1704 (Basic Indent, Multi-line Indent): Refer to previous descriptions
1705 in Indentation chapter to avoid duplication.
1706 (Expressions): Copyedit.
1707 (Matching): Document Electric Pair mode.
1708
1709 * ack.texi (Acknowledgments):
1710 * rmail.texi (Movemail, Other Mailbox Formats):
1711 * frames.texi (Frames): Don't capitalize "Unix".
1712
a24bf23e
CY
17132011-12-04 Chong Yidong <cyd@gnu.org>
1714
1715 * text.texi (Nroff Mode): Mention what nroff is.
1716 (Text Based Tables, Table Recognition): Don't say "Table mode"
1717 since it's not a major or minor mode.
1718 (Text Based Tables): Reduce the size of the example.
1719 (Table Definition): Clarify definitions.
1720 (Table Creation): Add key table.
1721 (Cell Commands): Use kbd for commands.
1722 (Table Rows and Columns): Combine nodes Row Commands and Column
1723 Commands.
1724 (Fixed Width Mode): Node deleted; contents moved to parent.
1725 (Table Conversion): Shorten example.
1726 (Measuring Tables): Merge into Table Misc.
1727
8863a584
CY
17282011-12-03 Chong Yidong <cyd@gnu.org>
1729
1730 * text.texi (TeX Mode): Mention AUCTeX package.
1731 (TeX Editing): Add xref to documentation for Occur.
1732 (LaTeX Editing): Add xref to Completion node.
1733 (TeX Print): Fix description of tex-directory.
71873e2b 1734 (Enriched Text): Rename from Formatted Text. Make this node and
8863a584
CY
1735 its subnodes less verbose, since text/enriched files are
1736 practically unused.
71873e2b 1737 (Enriched Mode): Rename from Requesting Formatted Text.
8863a584 1738 (Format Colors): Node deleted.
71873e2b 1739 (Enriched Faces): Rename from Format Faces. Describe commands
8863a584
CY
1740 for applying colors too.
1741 (Forcing Enriched Mode): Node deleted; merged into Enriched Mode.
1742
1743 * frames.texi (Menu Mouse Clicks): Tweak description of C-Mouse-2.
1744
1745 * display.texi (Colors): New node.
1746
1747 * cmdargs.texi (Colors X):
1748 * xresources.texi (GTK styles):
1749 * custom.texi (Face Customization): Reference it.
1750
1751 * glossary.texi (Glossary): Remove "formatted text" and "WYSIWYG".
1752 Link to Fill Commands for Justification entry.
1753
6fdebe93
EZ
17542011-12-03 Eli Zaretskii <eliz@gnu.org>
1755
1756 * display.texi (Auto Scrolling): More accurate description of what
1757 scroll-*-aggressively does, including the effect of non-zero
1758 margin. Fix "i.e." markup.
1759
95ca9bc7
CY
17602011-12-02 Chong Yidong <cyd@gnu.org>
1761
1762 * text.texi (Pages): Mention how formfeed chars are displayed.
1763 (Auto Fill): Note convention for calling auto-fill-mode from Lisp.
1764 Describe adaptive filling more precisely.
1765 (Fill Commands): Note that filling removes excess whitespace.
1766 (Text Mode): Note auto-mode-alist entries for Text mode. TAB is
1767 now bound to indent-for-tab-command in Text mode.
1768 (Outline Mode): Copyedits.
1769 (Outline Visibility): Note that Reveal mode is a buffer-local
1770 minor mode.
1771
1772 * modes.texi (Major Modes): Move note about checking major-mode in
1773 a hook function here, from Text mode.
1774
6d262977
CY
17752011-11-28 Chong Yidong <cyd@gnu.org>
1776
b22b1918
CY
1777 * text.texi (Words): Add xref to Position Info.
1778 (Paragraphs): Add xref to Regexps.
1779
6d262977
CY
1780 * indent.texi (Indentation): Rewrite introduction. Move table to
1781 Indentation Commands node.
1782 (Indentation Commands): Add index entries to table. Copyedits.
1783 (Tab Stops, Just Spaces): Copyedits.
1784 (Indent Convenience): New node. Document electric-indent-mode.
1785
1786 * programs.texi (Basic Indent):
1787 * windows.texi (Pop Up Window): Fix kindex entry.
1788
dc95a8b0
CY
17892011-11-28 Chong Yidong <cyd@gnu.org>
1790
1791 * modes.texi (Major Modes): Move major-mode variable doc here from
1792 Choosing Modes. Document describe-mode. Document prog-mode-hook
1793 and text-mode-hook. Add example of using hooks.
1794 (Minor Modes): Document behavior of mode command calls from Lisp.
1795 Note that setting the mode variable using Customize will DTRT.
1796 (Choosing Modes): Add example of setting a minor mode using a
1797 local variable.
1798
b63a8e8e
CY
17992011-11-27 Chong Yidong <cyd@gnu.org>
1800
1801 * frames.texi (Creating Frames): Move frame parameter example to
1802 Frame Parameters node.
1803 (Frame Commands): C-x 5 o does not warp the mouse by default.
1804 (Fonts): Add more GTK-style properties; also, they should be
1805 capitalized.
1806 (Special Buffer Frames): Node deleted; special-display is on the
1807 way out.
1808 (Frame Parameters): Example moved here from Creating Frames.
1809 Clarify that default-frame-alist affects the initial frame too.
1810 Delete auto-raise-mode and auto-lower-mode.
1811 (Wheeled Mice): Node deleted. Content moved to Mouse Commands.
1812 (Dialog Boxes): Delete x-gtk-use-old-file-dialog.
1813
1814 * windows.texi (Window Choice): Add xref to Lisp manual for
1815 special-display-*.
1816
a3dcc84e
EZ
18172011-11-26 Eli Zaretskii <eliz@gnu.org>
1818
1819 * display.texi (Text Display): Update the description,
1820 cross-references, and indexing related to display of control
1821 characters and raw bytes.
1822
4ad3bc2a
CY
18232011-11-25 Chong Yidong <cyd@gnu.org>
1824
1825 * frames.texi (Frames): Rewrite introduction.
1826 (Mouse Commands): Default for mouse-drag-copy-region is now t.
1827 Mouse-3 does not copy to kill ring by default. DEL does not
1828 behave specially for mouse commands any more.
1829 (Mouse References): Document mouse-1-click-follows-link more
1830 thoroughly.
1831 (Menu Mouse Clicks): Move footnote to the main text and add xref
1832 to Init Rebinding node.
1833 (Mode Line Mouse): Mouse-3 on the mode-line does not bury buffer.
1834
1835 * files.texi (Visiting): `C-x 5 f' works on ttys too.
1836
20db1522
JB
18372011-11-24 Juanma Barranquero <lekktu@gmail.com>
1838
1839 * display.texi (Font Lock): Fix typo.
1840
01d06b1f
GM
18412011-11-24 Glenn Morris <rgm@gnu.org>
1842
1843 * rmail.texi (Rmail Output):
1844 Mention rmail-automatic-folder-directives. (Bug#9657)
1845
0cbaa1d5
CY
18462011-11-21 Chong Yidong <cyd@gnu.org>
1847
1848 * mark.texi (Global Mark Ring): Fix description of global mark
1849 ring (Bug#10032).
1850
fe7a3057
JB
18512011-11-20 Juanma Barranquero <lekktu@gmail.com>
1852
1853 * msdog.texi (Windows Fonts): Fix typo.
1854
b6e63cbe
GM
18552011-11-17 Glenn Morris <rgm@gnu.org>
1856
1857 * regs.texi (Bookmarks): Small fixes related to saving. (Bug#10058)
1858
58179cce
JB
18592011-11-16 Juanma Barranquero <lekktu@gmail.com>
1860
1861 * killing.texi (Rectangles):
7877f373
JB
1862 * misc.texi (Document View):
1863 * modes.texi (Choosing Modes):
1864 * msdog.texi (Windows Fonts):
58179cce
JB
1865 * regs.texi (Rectangle Registers):
1866 * search.texi (Isearch Yank): Fix typos.
1867
291d142b
CY
18682011-11-06 Chong Yidong <cyd@gnu.org>
1869
1870 * windows.texi (Basic Window): Add xref to Cursor Display.
1871 (Split Window): Document negative arg for splitting commands.
1872 (Other Window): Document mouse-1 in text area of window.
1873 (Change Window): Don't mention window attributes, since they
1874 aren't defined. C-x 1 can't be used with minibuffer windows.
1875 Windows are no longer auto-deleted.
1876 (Window Choice): Add xref to Choosing Window in Lisp manual.
1877 (Window Convenience): Note that windmove disables shift-selection.
1878 Move M-x compare-windows here from Other Window node.
1879
1880 * custom.texi (Mouse Buttons):
1881 * search.texi (Isearch Scroll):
1882 * windows.texi (Split Window): Use new names split-window-below
1883 and split-window-right.
1884
a7ef684b
JB
18852011-10-26 Juanma Barranquero <lekktu@gmail.com>
1886
1887 * emacs.texi (Top): Fix typo.
1888
d53e1747
GM
18892011-10-25 Glenn Morris <rgm@gnu.org>
1890
1891 * abbrevs.texi (Saving Abbrevs):
1892 quietly-read-abbrev-file is not a command. (Bug#9866)
1893
e7a3ff06
CY
18942011-10-24 Chong Yidong <cyd@gnu.org>
1895
1896 * display.texi (Scrolling): Document scroll-up-line and
1897 scroll-down-line. Document scroll-command property.
1898 (Recentering): New node, split off from Scrolling.
1899
86c60681
CY
19002011-10-23 Chong Yidong <cyd@gnu.org>
1901
da97a9e6
CY
1902 * frames.texi (Scroll Bars): GTK uses right scroll bars now.
1903 (Tool Bars): Copyedits.
1904
86c60681
CY
1905 * buffers.texi (Misc Buffer): Don't mention vc-toggle-read-only.
1906
d195726a
CY
19072011-10-22 Chong Yidong <cyd@gnu.org>
1908
1909 * windows.texi (Displaying Buffers): Fix broken lispref link.
1910
a70e06c1
CY
19112011-10-22 Chong Yidong <cyd@gnu.org>
1912
1913 * mini.texi (Minibuffer Exit): Rename from Strict Completion.
1914 Move confirm-nonexistent-file-or-buffer discussion here.
1915
1916 * files.texi (File Names, Visiting): Move detailed discussion of
1917 minibuffer confirmation to Minibuffer Exit.
1918
1919 * buffers.texi (Buffers): Tweak mention of mail buffer name.
1920 (Select Buffer): Move confirmation discussion to Minibuffer Exit.
1921
bfd779dd
CY
19222011-10-21 Chong Yidong <cyd@gnu.org>
1923
1924 * files.texi (File Names, Visiting, Interlocking): Copyedits.
1925 (Backup Copying): backup-by-copying-when-mismatch is now t.
1926 (Customize Save): Fix description of require-final-newline.
1927 (Reverting): Note that revert-buffer can't be undone. Mention VC.
1928 (Auto Save Control): Clarify.
1929 (File Archives): Add 7z.
1930 (Remote Files): ange-ftp-make-backup-files defaults to nil.
1931
1932 * arevert-xtra.texi (Autorevert): Copyedits.
1933
6e317956
CY
19342011-10-20 Chong Yidong <cyd@gnu.org>
1935
1936 * custom.texi (Hooks, Init Examples):
1937 * display.texi (Font Lock):
1938 * fixit.texi (Spelling):
1939 * rmail.texi (Rmail Display): Minor mode function with no arg now
1940 enables it.
1941
1942 * fixit.texi (Spelling): Fix description of inline completion.
1943
5abc31ef
CY
19442011-10-19 Chong Yidong <cyd@gnu.org>
1945
1946 * search.texi (Repeat Isearch, Error in Isearch): Add kindex
1947 entries.
1948 (Isearch Yank): Document isearch-yank-pop.
1949 (Isearch Scroll): Refer to C-l instead of unbound `recenter'.
1950 (Other Repeating Search): Document Occur Edit mode.
1951
939db9ac
CY
19522011-10-18 Chong Yidong <cyd@gnu.org>
1953
1954 * display.texi (Fringes): Move overflow-newline-into-fringe here,
1955 from Line Truncation node.
1956 (Standard Faces): Note that only the background of the cursor face
1957 has an effect.
1958 (Cursor Display): Fix descriptions of cursor face
1959 and bar cursor blinking.
1960 (Text Display): Document nobreak-char-display more clearly.
1961 (Line Truncation): Add xref to Split Window node.
1962 (Display Custom): Don't bother documenting baud-rate or
1963 no-redraw-on-reenter.
1964
1965 * search.texi (Slow Isearch): Node removed.
1966
80c6d77f
GM
19672011-10-18 Glenn Morris <rgm@gnu.org>
1968
1969 * maintaining.texi (Registering): Remove vc-initial-comment. (Bug#9745)
1970
d366bd53
CY
19712011-10-18 Chong Yidong <cyd@gnu.org>
1972
1973 * display.texi (Faces): Simplify discussion. Move documentation
71873e2b
SM
1974 of list-faces-display here, from Standard Faces node.
1975 Note special role of `default' background.
1976 (Standard Faces): Note special role of `default' background.
1977 Note that region face may be taken fom GTK. Add xref to Text Display.
1978 (Text Scale): Rename from "Temporary Face Changes".
1979 Callers changed. Don't bother documenting variable-pitch-mode.
d366bd53
CY
1980 (Font Lock): Copyedits. Remove font-lock-maximum-size.
1981 (Useless Whitespace): Simplify description of
1982 delete-trailing-whitespace. Note active region case.
1983 (Text Display): Fix description of escape-glyph face assignment.
1984 Remove unibye mode discussion. Update some parts for Unicode.
1985 Move glyphless chars documentation to Lisp manual.
1986
1987 * frames.texi (Tooltips): Document x-gtk-use-system-tooltips.
1988
21100e7d
CY
19892011-10-15 Chong Yidong <cyd@stupidchicken.com>
1990
1991 * display.texi (Scrolling): Tweak explanation of scroll direction.
1992 (View Mode): Add index entries.
1993
1994 * killing.texi (Deletion): Document negative prefix arg to M-SPC.
1995
1996 * regs.texi (Text Registers): C-x r i does not activate the mark.
1997 (Bookmarks): Document new default bookmark location.
1998
50b063c3
CY
19992011-10-13 Chong Yidong <cyd@stupidchicken.com>
2000
71873e2b
SM
2001 * killing.texi (Deletion): Add xref to Using Region.
2002 Document delete-forward-char.
50b063c3
CY
2003 (Yanking): Move yank-excluded-properties to Lisp manual. Move C-y
2004 description here. Recommend C-u C-SPC for jumping to mark.
2005 (Kill Ring): Move kill ring variable documentation here.
2006 (Primary Selection): Copyedits.
2007 (Rectangles): Document new command rectangle-number-lines.
2008 (CUA Bindings): Note that this disables the mark-even-if-inactive
2009 behavior for C-x and C-c.
2010
2011 * mark.texi (Mark): Mention "active region" terminology.
2012 (Using Region): Document delete-active-region.
2013
e1a3f5b1
CY
20142011-10-12 Chong Yidong <cyd@stupidchicken.com>
2015
2016 * mark.texi (Mark): Clarify description of disabled Transient Mark
2017 mode (Bug#9689).
2018 (Setting Mark): Document prefix arg for C-x C-x. Document primary
2019 selection changes. Mention that commands like C-y set the mark.
2020 (Marking Objects): Add xref to Words node. Note that mark-word
2021 and mark-sexp also have the "extend region" behavior.
71873e2b
SM
2022 (Using Region): Mention M-$ in the table.
2023 Document mark-even-if-inactive here instead of in Mark Ring.
2024 (Mark Ring): Move mark-even-if-inactive to Using Region.
2025 Take note of the "Mark Set" behavior.
e1a3f5b1
CY
2026 (Disabled Transient Mark): Rename from "Persistent Mark"
2027 (Bug#9688). Callers changed.
2028
2029 * programs.texi (Expressions):
2030 * text.texi (Words): Defer to Marking Objects for mark-word doc.
2031
3dc62b2b
CY
20322011-10-09 Chong Yidong <cyd@stupidchicken.com>
2033
2034 * help.texi (Help, Help Summary): Eliminate the unnecessary "help
2035 option" terminology.
2036 (Key Help): Add command names. Define "documentation string".
2037 (Name Help): Remove an over-long joke.
2038 (Apropos): Document prefix args. Remove duplicated descriptions.
2039 (Help Mode): Add C-c C-b to table. Update TAB binding.
71873e2b
SM
2040 (Package Keywords): Rename from "Library by Keyword".
2041 Describe new package menu interface.
3dc62b2b 2042 (Help Files, Help Echo): Tweak description.
de09aa52
CY
2043
2044 * mini.texi (Completion Options): Add completion-cycle-threshold.
3dc62b2b 2045 (Minibuffer History): Document numeric args to history commands.
de09aa52 2046
2d3fe5d7
EZ
20472011-10-08 Eli Zaretskii <eliz@gnu.org>
2048
2049 * mule.texi (Bidirectional Editing): Correct some inaccuracies.
2050
b2b0776e
CY
20512011-10-08 Chong Yidong <cyd@stupidchicken.com>
2052
71873e2b
SM
2053 * basic.texi (Position Info): Omit page commands.
2054 Document count-words-region and count-words.
b2b0776e
CY
2055
2056 * text.texi (Pages): Move what-page documentation here.
2057
27a16462
CY
20582011-10-08 Chong Yidong <cyd@stupidchicken.com>
2059
2060 * mini.texi (Minibuffer File): Minor copyedits. Use xref to
2061 Remote Files node instead of linking directly to the Tramp manual.
2062 (Minibuffer Edit): Add xref to Blank Lines.
2063 (Completion): Add xref to Symbol Completion. Remove redundant
2064 example, which is repeated in the next node.
2065 (Completion Commands): Minor clarifications.
2066 (Completion Styles): New node, split from Completion Commands.
2067 Document substring and initials styles.
2068 (Strict Completion): Remove information duplicated in other nodes.
2069 (Completion Options): Consolidate case difference discussion here.
2070
2071 * help.texi (Help Mode): Fix kindex entries.
2072
2073 * files.texi (File Names): Add index entries.
2074
de0bde62
CY
20752011-10-07 Chong Yidong <cyd@stupidchicken.com>
2076
71873e2b
SM
2077 * basic.texi (Inserting Text): Add xref to Completion.
2078 Add ucs-insert example, and document prefix argument.
de0bde62
CY
2079 (Moving Point): Fix introduction; C-f/C-b are no longer equivalent
2080 to left/right. Tweak left-char and right-char descriptions.
2081 M-left and M-right are now bound to left-word/right-word.
2082 (Erasing): Document delete-forward-char.
2083
2084 * screen.texi (Screen, Menu Bar): Copyedits.
2085 (Point): Remove duplicate paragraph on cursors, also in Screen.
2086 (Mode Line): Trailing dashes no longer shown on X displays.
2087
2088 * frames.texi (Non-Window Terminals): Index just "text-only
2089 terminal", which is used throughout the manual now.
2090
2091 * entering.texi (Entering Emacs): Define "startup screen".
2092 Document window-splitting behavior with command-line inputs.
2093 (Exiting): Remove obsolete paragraph about shells without suspend
2094 functionality.
2095
2096 * commands.texi (User Input): Define "input event" more clearly.
2097 (Keys): Add xref to Echo Area.
2098 (Commands): Clarify relation between commands and functions.
2099
453e4522
CY
21002011-10-06 Chong Yidong <cyd@stupidchicken.com>
2101
2102 * misc.texi (emacsclient Options): Document how emacsclient runs
2103 the Emacs daemon (Bug#9674).
2104
550f41cd
CY
21052011-10-01 Chong Yidong <cyd@stupidchicken.com>
2106
2107 * basic.texi (Moving Point):
2108 * custom.texi (Mouse Buttons):
2109 * rmail.texi (Rmail Scrolling):
2110 * search.texi (Isearch Scroll):
550f41cd
CY
2111 * display.texi (Scrolling): Replace scroll-up/down with
2112 scroll-up/down-command. Fix scroll-preserve-screen-position
2113 description. Document scroll-error-top-bottom.
2114
9229fe87
GM
21152011-09-30 Glenn Morris <rgm@gnu.org>
2116
2117 * commands.texi (Keys): Whitespace fix. (Bug#9635)
2118
0a2132ba
CY
21192011-09-24 Chong Yidong <cyd@stupidchicken.com>
2120
2121 * windows.texi (Pop Up Window): Defer discussion of window
2122 splitting to the Window Choice node. Add index entries.
2123 (Force Same Window): Node deleted.
2124 (Displaying Buffers, Window Choice): New nodes.
2125
2126 * buffers.texi (Select Buffer): Clarify description of
2127 buffer-switching commands. Add xref to Window Display node.
2128 Don't repeat confirm-nonexistent-file-or-buffer description from
2129 Visiting node. Remove even-window-heights.
2130
2131 * frames.texi (Special Buffer Frames): Add xref to Window Choice.
2132
33ed493b
CY
21332011-09-18 Chong Yidong <cyd@stupidchicken.com>
2134
2135 * cmdargs.texi (Icons X): Fix description of Emacs icon.
2136
2137 * xresources.texi (Table of Resources): Fix documentation of
2138 bitmapIcon.
2139
92fa95ad
CY
21402011-09-15 Chong Yidong <cyd@stupidchicken.com>
2141
2142 * package.texi (Package Menu): Add package-menu-mark-upgrades.
2143
16254627
EH
21442011-09-12 Eric Hanchrow <eric.hanchrow@gmail.com>
2145
2146 * frames.texi (Frame Commands): Note that delete-other-frames only
2147 deletes frames on current terminal.
2148
c3760c17
EZ
21492011-09-10 Eli Zaretskii <eliz@gnu.org>
2150
2151 * sending.texi (Mail Misc): Document mail-add-attachment.
2152
69b8be97
EZ
21532011-09-04 Eli Zaretskii <eliz@gnu.org>
2154
2155 * basic.texi (Inserting Text): Add index entries. (Bug#9433)
2156
3fd50d5c
CY
21572011-08-29 Chong Yidong <cyd@stupidchicken.com>
2158
2159 * modes.texi (Choosing Modes): auto-mode-case-fold is now t.
2160
e2aeef63
CY
21612011-08-28 Chong Yidong <cyd@stupidchicken.com>
2162
2163 * files.texi (File Archives):
2164 * cal-xtra.texi (Diary Display):
2165 * help.texi (Help Mode): Add xref to View Mode.
2166
ddb54206
CY
21672011-08-28 Chong Yidong <cyd@stupidchicken.com>
2168
a6326082
CY
2169 * display.texi (View Mode): New node. Move view-file here from
2170 Misc File Ops. Move view-buffer here from Misc Buffer.
2171
2172 * buffers.texi (Misc Buffer): Move view-buffer to View Mode.
2173
04e2ce72 2174 * files.texi (Misc File Ops): Document new
a6326082 2175 delete-by-moving-to-trash behavior. Remove view-file.
04e2ce72
CY
2176
2177 * dired.texi (Dired Deletion): Shorten description of Trash.
2178
ddb54206
CY
2179 * misc.texi (emacsclient Options): Document server-port.
2180
bd206ce5
EZ
21812011-08-27 Eli Zaretskii <eliz@gnu.org>
2182
2183 * frames.texi (Frame Commands): Advise setting focus-follows-mouse
2184 even on MS-Windows. Fix a typo.
2185
d43f5a42
CY
21862011-08-26 Chong Yidong <cyd@stupidchicken.com>
2187
2188 * package.texi: New file, documenting the package manager.
2189
2190 * emacs.texi: Include it.
2191
2192 * help.texi (Help Summary): Add describe-package.
2193
e0b1591b
CY
21942011-08-25 Chong Yidong <cyd@stupidchicken.com>
2195
856ce114
CY
2196 * misc.texi (Printing): Convert subnodes into subsections.
2197
f404f8bc
CY
2198 * text.texi (Two-Column): Move into Text chapter.
2199
2200 * picture-xtra.texi (Picture Mode): Group with Editing Binary
2201 Files section. Convert from chapter into section.
2202
2203 * display.texi (Narrowing): Move into display chapter.
2204
e0b1591b
CY
2205 * sending.texi (Sending Mail):
2206 * rmail.texi (Rmail):
2207 * misc.texi (Gnus, Document View):
2208 * dired.texi (Dired):
2209 * emacs.texi: Group the mail, rmail, and gnus chapters together.
2210
75bfc667
JL
22112011-08-07 Juri Linkov <juri@jurta.org>
2212
2213 * dired.texi (Operating on Files): Rewrite according to the fact
2214 that `dired-do-chmod' doesn't use the `chmod' program anymore.
2215
fe676f91
MA
22162011-07-30 Michael Albinus <michael.albinus@gmx.de>
2217
2218 * mini.texi (Minibuffer File): Insert a reference to Tramp for
2219 remote file name completion. (Bug#9197)
2220
4cc60b9b
EZ
22212011-07-28 Eli Zaretskii <eliz@gnu.org>
2222
2223 * mule.texi (Bidirectional Editing): Document the fact that
2224 bidi-display-reordering is t by default.
2225
89671e16
LMI
22262011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
2227
2228 * help.texi (Misc Help): Mention `describe-prefix-bindings'
2229 explicitly (bug#8904).
2230
fb23ecc2
LMI
22312011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
2232
2233 * trouble.texi (Checklist): Use an `M-x' example instead of an
2234 Emacs Lisp form to switch on the dribble file (bug#8056).
2235
465c5fc8
LMI
22362011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
2237
2238 * custom.texi (Hooks): Mention buffer-local hooks (bug#6218).
2239
90a6258b
GM
22402011-07-13 Glenn Morris <rgm@gnu.org>
2241
2242 * dired.texi (Dired Enter): Mention --dired. (Bug#9039)
2243
c7588364
LMI
22442011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
2245
2246 * mark.texi (Mark Ring): Clarify how many locations are saved
2247 (bug#5770).
2248 (Global Mark Ring): Ditto.
2249
4cb4f3ba
LMI
22502011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
2251
d648feab
LMI
2252 * text.texi (Table Recognition): Use "at point" instead of "under
2253 point" (bug#4345).
2254
4cb4f3ba
LMI
2255 * display.texi (Cursor Display): Mention `cursor-type'.
2256
2257 * screen.texi (Point): Clarify that it's only if you use a block
2258 cursor that it appears to be on a character (bug#4345).
2259
ecd0b990
CY
22602011-07-12 Chong Yidong <cyd@stupidchicken.com>
2261
2262 * misc.texi (Amusements): Move dissociated press here, from its
2263 own section.
2264
2265 * emacs.texi (Top): Update node listing.
2266
c2fd0368
LMI
22672011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
2268
2269 * emacs.texi (Top): Change "inferiors" to "subnodes" for greater
2270 clarity (bug#3523).
2271
fdeb32ec
CY
22722011-07-12 Chong Yidong <cyd@stupidchicken.com>
2273
2274 * cmdargs.texi (Initial Options): Document --no-site-lisp.
2275 (Misc X): Document --parent-id.
2276
2277 * frames.texi (Frame Commands): Note that focus-follows-mouse now
2278 defaults to nil.
2279
2280 * misc.texi (emacsclient Options): Document --parent-id.
2281
2282 * msdog.texi (Windows HOME): Document _emacs as obsolete.
2283
f584ca38
LMI
22842011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
2285
2286 * emacs.texi: Use "..." instead of ``...'' in the menus
2287 (bug#3503).
2288
963578d3
CY
22892011-07-11 Chong Yidong <cyd@stupidchicken.com>
2290
2291 * killing.texi (Primary Selection): Document `only' setting for
2292 select-active-regions.
2293
2294 * mark.texi (Setting Mark): Reference Shift Selection node.
2295
2296 * frames.texi (Mouse Commands): Document mouse-yank-primary.
2297
a30ed87b
LMI
22982011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
2299
47076272
LMI
2300 * mark.texi (Setting Mark): Clarify what's meant by "Shifted
2301 motion keys" (bug#3503).
2302
a30ed87b
LMI
2303 * emacs.texi: Change all the register node names from "RegPos"
2304 (etc.) to "Positional Registers" (etc.) (bug#3314).
2305
4d45a8b7
CY
23062011-07-11 Chong Yidong <cyd@stupidchicken.com>
2307
2308 * killing.texi (Killing, Deletion and Killing, Killing by Lines)
2309 (Other Kill Commands, Kill Options): Copyedits.
2310 (Deletion and Killing, Kill Ring): Kill/yank now use clipboard.
2311 (Yanking): Move yank-excluded properties discussion here.
2312 (Cut and Paste): Move from frames.texi. Update subnodes to
2313 describe x-select-enable-clipboard case.
2314
2315 * frames.texi: Move Cut and Paste node and subnodes into
2316 killing.texi, except Mouse Commands and Word and Line Mouse.
2317
c160ddee
AM
23182011-07-10 Andy Moreton <andrewjmoreton@gmail.com> (tiny change)
2319
2320 * makefile.w32-in (EMACSSOURCES): Replace major.texi with modes.texi.
2321
3329e6e3
LMI
23222011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
2323
32a214fe
LMI
2324 * screen.texi (Mode Line): Clarify that coding systems are
2325 characters, not letters (bug#1749).
2326
3329e6e3
LMI
2327 * cmdargs.texi (Environment): Mention removing variables
2328 (bug#1615). Text suggested by Kevin Rodgers.
2329
8875da1e
CY
23302011-07-10 Chong Yidong <cyd@stupidchicken.com>
2331
54806e45
CY
2332 * misc.texi (Amusements): Don't mention Yow; it's crippled.
2333
8875da1e
CY
2334 * modes.texi: Rename from major.texi.
2335 (Modes): New node. Make Major Modes and Minor Modes subsections
2336 of this. All callers changed.
2337
2338 * custom.texi (Minor Modes): Move to modes.texi.
2339
7847b2a1
CY
23402011-07-10 Chong Yidong <cyd@stupidchicken.com>
2341
6cfd0fa2
CY
2342 * custom.texi (Syntax): Node deleted.
2343
2344 * help.texi (Help Summary):
2345 * major.texi (Major Modes):
2346 * programs.texi (Parentheses):
2347 * search.texi (Regexp Backslash, Regexp Backslash)
2348 (Regexp Backslash):
2349 * text.texi (Words): Callers changed.
2350
7847b2a1
CY
2351 * text.texi (Refill, Longlines): Delete nodes.
2352
2353 * ack.texi (Acknowledgments): Longlines removed from manual.
2354
2355 * emacs.texi (Top): Update node listing.
2356
2a71c436
GM
23572011-07-09 Glenn Morris <rgm@gnu.org>
2358
2359 * fortran-xtra.texi (Fortran): Update handled extensions.
2360
61436e9f
LMI
23612011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
2362
2363 * display.texi (Scrolling): `C-v' (etc) are now bound to
2364 `scroll-*-command' (bug#8349).
2365
6e560c71
LMI
23662011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
2367
48954a09 2368 * dired.texi (Subdirectories in Dired): Clarify that `C-u k'
ff9ad330
LMI
2369 doesn't actually delete any files (bug#7125).
2370
2904fd97
LMI
2371 * picture-xtra.texi (Rectangles in Picture): Clarify the prefix
2372 argument for `C-c C-k' (bug#7391).
2373
6e560c71
LMI
2374 * frames.texi (Fonts): Mention "C-u C-x =" to find out what font
2375 you're currently using (bug#8489).
2376
978ff6c5
EZ
23772011-07-01 Eli Zaretskii <eliz@gnu.org>
2378
2379 * mule.texi (Coding Systems): Move index entries from the previous
2380 change into their proper places.
2381
0d742084
LMI
23822011-07-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
2383
31976bd5
LMI
2384 * help.texi (Help Files): Document view-external-packages (bug#8902).
2385
0d742084
LMI
2386 * mule.texi (Coding Systems): Put a few more of the coding systems
2387 into the index (bug#8900).
2388
9f678528
GM
23892011-06-26 Glenn Morris <rgm@gnu.org>
2390
2391 * fortran-xtra.texi (Fortran): F90 mode is also for F2008.
2392
18a4ce5e
AR
23932011-06-25 Andreas Rottmann <a.rottmann@gmx.at>
2394
2395 * misc.texi (emacsclient Options): Mention --frame-parameters.
2396
f0da764a
GM
23972011-06-09 Glenn Morris <rgm@gnu.org>
2398
2399 * custom.texi (Specifying File Variables):
2400 Recommend explicit arguments for minor modes.
2401
b047e7ac
PE
24022011-06-02 Paul Eggert <eggert@cs.ucla.edu>
2403
2404 Document wide integers better.
2405 * buffers.texi (Buffers):
001903b5
PE
2406 * files.texi (Visiting): Document maxima for 64-bit machines,
2407 and mention virtual memory limits.
b047e7ac 2408
bf41276f
CY
24092011-05-28 Chong Yidong <cyd@stupidchicken.com>
2410
2411 * custom.texi (Hooks): Reorganize. Mention Prog mode.
2412
2413 * fixit.texi (Spelling): Mention using prog-mode-hook for flypsell
2414 prog mode (Bug#8240).
2415
e145f188
GM
24162011-05-27 Glenn Morris <rgm@gnu.org>
2417
2418 * custom.texi (Specifying File Variables):
2419 Major modes no longer need come first.
2420
313f790e
CY
24212011-05-22 Chong Yidong <cyd@stupidchicken.com>
2422
2423 * mule.texi (Specify Coding, Text Coding, Communication Coding):
2424 (File Name Coding, Terminal Coding): Add command names (Bug#8312).
2425
c136e5cd
GM
24262011-05-18 Glenn Morris <rgm@gnu.org>
2427
2428 * ack.texi (Acknowledgments): Remove fakemail.c.
2429
c71a0d48 24302011-05-17 Chong Yidong <cyd@stupidchicken.com>
ae742cb5
CY
2431
2432 Fixes for fitting text into 7x9 printed manual.
2433 * building.texi (Flymake, Breakpoints Buffer):
2434 * calendar.texi (Appointments):
2435 * cmdargs.texi (General Variables, Display X):
2436 * custom.texi (Saving Customizations, Face Customization)
2437 (Directory Variables, Minibuffer Maps, Init Rebinding):
2438 * display.texi (Font Lock, Font Lock, Useless Whitespace):
2439 * fixit.texi (Spelling):
2440 * frames.texi (Creating Frames, Fonts):
2441 * help.texi (Help Files):
2442 * mini.texi (Minibuffer File):
2443 * misc.texi (emacsclient Options, Emulation):
2444 * msdog.texi (Windows Startup, Windows HOME, Windows Fonts):
2445 * mule.texi (International Chars, Language Environments)
2446 (Select Input Method, Modifying Fontsets, Charsets):
2447 * programs.texi (Custom C Indent):
2448 * rmail.texi (Rmail Labels):
2449 * text.texi (Table Conversion):
2450 * trouble.texi (Known Problems, Known Problems):
2451 * windows.texi (Change Window):
2452 * xresources.texi (GTK resources): Reflow text and re-indent code
2453 examples to avoid TeX overflows and underflows on 7x9 paper.
2454
2455 * emacs.texi: Fix the (commented out) smallbook command.
2456
2457 * macos.texi (Mac / GNUstep Events):
2458 * xresources.texi (Lucid Resources): Remove extraneous examples.
2459
b8f82dc1
GM
24602011-05-10 Glenn Morris <rgm@gnu.org>
2461
2462 * custom.texi (Specifying File Variables):
2463 Deprecate using mode: for minor modes.
2464
d306b4da
GM
24652011-05-07 Glenn Morris <rgm@gnu.org>
2466
2467 * cal-xtra.texi (Sexp Diary Entries): Mention diary-hebrew-birthday.
2468
548d0a63
GM
24692011-05-06 Glenn Morris <rgm@gnu.org>
2470
5006e634
GM
2471 * calendar.texi (Appointments): Mention appt-warning-time-regexp.
2472
548d0a63
GM
2473 * cal-xtra.texi (Fancy Diary Display): Mention diary comments.
2474
e793a940
LMI
24752011-05-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
2476
2477 * misc.texi (Emacs Server): Document `server-eval-at'.
2478
7031be6d
UR
24792011-04-24 Chong Yidong <cyd@stupidchicken.com>
2480
71873e2b
SM
2481 * maintaining.texi (List Tags): Document next-file.
2482 Suggested by Uday S Reddy.
7031be6d 2483
4ffd0d6b 24842011-04-23 Juanma Barranquero <lekktu@gmail.com>
7ee6a1d3
JB
2485
2486 * mini.texi (Minibuffer Edit):
2487 * screen.texi (Mode Line): Fix typo.
2488
1c6c854e
CS
24892011-04-20 Christoph Scholtes <cschol2112@googlemail.com>
2490
024ff170 2491 * maintaining.texi (Old Revisions): Mention new function vc-ediff.
1c6c854e 2492
c5c9f40f
CY
24932011-03-26 Chong Yidong <cyd@stupidchicken.com>
2494
2495 * display.texi (Auto Scrolling): Fix scroll-up/scroll-down confusion.
2496
09725d26
EZ
24972011-03-30 Eli Zaretskii <eliz@gnu.org>
2498
2499 * display.texi (Auto Scrolling): Document the limit of 100 lines
2500 for never-recentering scrolling with `scroll-conservatively'.
2501 (Bug#6671)
2502
09d9db2c 25032011-03-12 Eli Zaretskii <eliz@gnu.org>
69cc79e9
EZ
2504
2505 * msdog.texi (Windows HOME): Fix the wording to clarify how Emacs sets
2506 HOME on Windows and where it looks for init files. (Bug#8221)
2507
62d94509
EZ
25082011-03-10 Eli Zaretskii <eliz@gnu.org>
2509
2510 * search.texi (Regexp Example):
2511 * mule.texi (International Chars):
2512 * building.texi (External Lisp): Don't use characters outside
2513 ISO-8859-1.
2514
0286d9de
EZ
25152011-03-09 Eli Zaretskii <eliz@gnu.org>
2516
1c6c854e
CS
2517 * ack.texi (Acknowledgments): Convert to ISO-8859-1 encoding.
2518 Use Texinfo @-commands for non Latin-1 characters.
63a329f8
EZ
2519
2520 * makefile.w32-in (MAKEINFO_OPTS): Add --enable-encoding.
2521
114902a5 2522 * custom.texi (Init File): Add index entries for ".emacs".
0286d9de
EZ
2523 (Bug#8210)
2524
0afb4571
J
25252011-03-08 Jan Djärv <jan.h.d@swipnet.se>
2526
2527 * xresources.texi (GTK resources): ~/.emacs.d/gtkrc does not work
2528 for Gtk+ 3.
2529
bb3865e8
GM
25302011-03-08 Glenn Morris <rgm@gnu.org>
2531
6446548e
GM
2532 * Makefile.in (MAKEINFO_OPTS): Add --enable-encoding.
2533 * emacs.texi (Acknowledgments):
2534 * ack.texi (Acknowledgments): Names to UTF-8.
80b005c7 2535 * emacs.texi: Set documentencoding.
6446548e 2536
bb3865e8
GM
2537 * display.texi (Optional Mode Line): Don't mention exactly where
2538 display-time appears. (Bug#8193)
2539
33383987
JB
25402011-03-07 Chong Yidong <cyd@stupidchicken.com>
2541
2542 * Version 23.3 released.
2543
892777ba
CY
25442011-03-06 Chong Yidong <cyd@stupidchicken.com>
2545
2546 * search.texi (Isearch Yank): C-y now bound to isearch-yank-kill.
2547
0b973fc5
DW
25482011-03-03 Drake Wilson <drake@begriffli.ch> (tiny change)
2549
2550 * misc.texi (emacsclient Options): Add q/quiet.
2551
8ef5a2f2
GM
25522011-03-02 Glenn Morris <rgm@gnu.org>
2553
2554 * mule.texi (Communication Coding) <x-select-request-type>:
2555 Remove duplicate (essentially) paragraph. (Bug#8148)
2556
bd106056
CS
25572011-03-01 Christoph Scholtes <cschol2112@googlemail.com>
2558
2559 * maintaining.texi (Format of ChangeLog): Add reference to
2560 add-log-full-name.
2561 (Change Log Commands): Add documentation for combining multiple
2562 symbols in one change.
2563
6640b281
GM
25642011-03-01 Glenn Morris <rgm@gnu.org>
2565
2566 * custom.texi (Directory Variables):
2567 Give an example of excluding subdirectories.
2568
2b0c7330 25692011-02-28 Eli Zaretskii <eliz@gnu.org>
116b6d38
EZ
2570
2571 * search.texi (Regexp Search): Move index entries about regexps to the
2572 "Regexps" node. Add index entries for regexp search. (Bug#8096)
2573
8c62c205
GM
25742011-02-19 Glenn Morris <rgm@gnu.org>
2575
2576 * dired.texi (Dired): Dired-X version number was dropped.
2577
3928f2b6
JD
25782011-02-14 Jan Djärv <jan.h.d@swipnet.se>
2579
2580 * xresources.texi (X Resources): Remove *faceName and replace it with
2581 *font for Lucid.
2582
a41c8660
CY
25832011-02-05 Chong Yidong <cyd@stupidchicken.com>
2584
2585 * rmail.texi (Rmail Display): Document Rmail MIME support more
2586 accurately.
2587
2588 * maintaining.texi (VC Change Log): Document vc-log-incoming and
2589 vc-log-outgoing.
2590 (Merging): Document vc-find-conflicted-file.
2591
233ba4d9 25922011-02-05 Glenn Morris <rgm@gnu.org>
d436de97
GM
2593
2594 * custom.texi (Variables): Fix typo.
2595
14beddf4 25962011-01-31 Chong Yidong <cyd@stupidchicken.com>
19f81ecf 2597
65401ee3
CY
2598 * search.texi (Regexps): Copyedits. Mention character classes
2599 (Bug#7809).
2600
19f81ecf
CY
2601 * files.texi (File Aliases): Restore explanatory text from Eli
2602 Zaretskii, accidentally removed in 2011-01-08 commit.
2603
bf3dae7e
EZ
26042011-01-29 Eli Zaretskii <eliz@gnu.org>
2605
2606 * makefile.w32-in (MAKEINFO): Remove options, leave only program name.
2607 (MAKEINFO_OPTS): New variable.
2608 (ENVADD, $(infodir)/emacs): Use $(MAKEINFO_OPTS).
2609 (emacs.html): New target.
2610 (clean): Remove emacs.html.
2611
45eb2a5d
WL
26122011-01-23 Werner Lemberg <wl@gnu.org>
2613
2614 * Makefile.in (MAKEINFO): Now controlled by `configure'.
2615 (MAKEINFO_OPTS): New variable. Use it where appropriate.
2616 (ENVADD): Updated.
2617
9acfe703
GM
26182011-01-18 Glenn Morris <rgm@gnu.org>
2619
2620 * ack.texi, emacs.texi (Acknowledgments): Update for ERT addition.
2621
2622 * ack.texi (Acknowledgments): Remove mention of replaced prolog.el.
2623
362b9d48
GM
26242011-01-15 Chong Yidong <cyd@stupidchicken.com>
2625
bb033b5f
CY
2626 * building.texi (Compilation): Improve instructions for running two
2627 compilations (Bug#7573).
2628
b024d9f0
MD
2629 * files.texi (Backup Names): Document the new location of the
2630 last-resort backup file.
2631
362b9d48
GM
2632 * files.texi (File Aliases): Move directory-abbrev-alist doc from Lisp
2633 manual. Explain why directory-abbrev-alist elements should be anchored
2634 (Bug#7777).
2635
26362011-01-15 Eli Zaretskii <eliz@gnu.org>
2637
2638 * msdog.texi (Windows Startup): Correct inaccurate description of
2639 differences between emacsclient.exe and emacsclientw.exe.
2640
7c420169 26412011-01-02 Chong Yidong <cyd@stupidchicken.com>
89dc29d9
CY
2642
2643 * rmail.texi (Rmail Display): Edit for grammar and conciseness.
2644
7c420169 26452011-01-02 Kenichi Handa <handa@m17n.org>
7f42ff40
KH
2646
2647 * rmail.texi (Rmail Display): Describe new features of Rmail in Info.
2648
7c420169 26492011-01-02 Eli Zaretskii <eliz@gnu.org>
88ab4340 2650
2d34d523
EZ
2651 * frames.texi (Cut and Paste): Modify the section's name and text:
2652 don't mix "cut/paste" with "kill/yank".
2653 (Cut/Paste Other App): Describe the per-session emulation of PRIMARY.
2654 (Bug#7702)
2655
88ab4340
EZ
2656 * trouble.texi (Checklist): Mention debug-on-quit. (Bug#7667)
2657
7c420169 26582011-01-02 Glenn Morris <rgm@gnu.org>
d3658de7
GM
2659
2660 * maintaining.texi: Move inclusion of emerge after EDE, so that it
2661 matches its position in the menu. (Bug#7674)
2662
7c420169 26632011-01-02 Glenn Morris <rgm@gnu.org>
da3930f3
GM
2664
2665 * trouble.texi (Checklist): Mention not replying via news either.
2666
92bb6c52
TH
26672010-12-30 Tassilo Horn <tassilo@member.fsf.org>
2668
2669 * misc.texi (Document View): Update DocView section with newly
2670 supported document formats.
2671
b103c904
CY
26722010-12-21 Chong Yidong <cyd@stupidchicken.com>
2673
2674 * killing.texi: Resection the Info version to conform to the
2675 printed manual, to avoid making sections on Accumulating Text, CUA
2676 and Rectangles into full chapters.
2677
f49d1f52 26782010-12-13 Eli Zaretskii <eliz@gnu.org>
68f75971
EZ
2679
2680 * custom.texi (Init Syntax): Add index entries for "character syntax".
2681 (Bug#7576)
2682
f49d1f52 26832010-12-13 Karel Klíč <kklic@redhat.com>
6e427e96
KK
2684
2685 * text.texi (HTML Mode): Small fixes. (Bug#7607)
2686
f49d1f52 26872010-12-13 Glenn Morris <rgm@gnu.org>
ffda048b
GM
2688
2689 * trouble.texi (Checklist): Fix typo in newsgroup name.
2690
f49d1f52 26912010-12-13 Chong Yidong <cyd@stupidchicken.com>
2931c841
CY
2692
2693 * search.texi (Word Search): Note that the lazy highlight always
2694 matches to whole words (Bug#7470).
2695
f49d1f52 26962010-12-13 Eli Zaretskii <eliz@gnu.org>
b8a9e136 2697
4f1948eb
EZ
2698 * display.texi (Optional Mode Line): Make the description of
2699 load-average more accurate.
2700
b8a9e136
EZ
2701 * msdog.texi (Windows HOME): Mention that HOME can also be set in the
2702 registry, with a cross-reference.
62d72a4a
EZ
2703 (Windows Startup): New node. Move the stuff about the current
2704 directory from "Windows HOME".
b8a9e136 2705
07976ae3 27062010-11-27 Bob Rogers <rogers-emacs@rgrjr.dyndns.org>
17a6e278
BR
2707
2708 * maintaining.texi (VC With A Locking VCS, VC Directory Commands):
2709 * vc1-xtra.texi (Customizing VC, General VC Options): Small fixes.
2710
07976ae3 27112010-11-27 Chong Yidong <cyd@stupidchicken.com>
0d6607ab
CY
2712
2713 * maintaining.texi (Version Control Systems): Fix repeated sentence.
2714 Suggested by Štěpán Němec.
2715
07976ae3 27162010-11-27 Chong Yidong <cyd@stupidchicken.com>
ec8a6295 2717
1aaae3f3
CY
2718 * maintaining.texi (Version Control): Say "commit", not "check in".
2719 (Version Control Systems): Simplify descriptions.
2720 (VCS Merging, VCS Changesets, VCS Repositories): New nodes, split from
2721 VCS Concepts.
2722 (VC Mode Line): Update example.
2723 (Old Revisions): Document revert-buffer for vc-diff.
2724 (Log Buffer): Promote to a subsection. Document header lines.
2725
1c6c854e
CS
2726 * macos.texi (Mac / GNUstep Basics):
2727 Document ns-right-alternate-modifier.
ec8a6295 2728
1aaae3f3
CY
2729 * emacs.texi (Top): Update node listing.
2730
0eb025fb
EZ
27312010-11-13 Eli Zaretskii <eliz@gnu.org>
2732
2733 * rmail.texi (Rmail Coding): Characters with no fonts are not
2734 necessarily displayed as empty boxes.
2735
2736 * mule.texi (Language Environments, Fontsets): Characters with no
2737 fonts are not necessarily displayed as empty boxes.
2738
2739 * display.texi (Text Display): Document display of glyphless
2740 characters.
2741
ea4f7750
GM
27422010-11-13 Glenn Morris <rgm@gnu.org>
2743
2744 * basic.texi (Position Info): Add M-x count-words-region.
2745
90639cea
GM
27462010-11-11 Glenn Morris <rgm@gnu.org>
2747
2748 * msdog.texi (ls in Lisp): Update for ls-lisp changes.
2749
d607b96b 27502010-11-09 Eli Zaretskii <eliz@gnu.org>
a16b2d46
EZ
2751
2752 * msdog.texi (Windows HOME): Add information regarding startup
2753 directory when invoking Emacs from a desktop shortcut. (bug#7300)
2754
c12e4a81
GM
27552010-10-11 Glenn Morris <rgm@gnu.org>
2756
df187c62
GM
2757 * Makefile.in (MAKEINFO): Add explicit -I$srcdir.
2758
c12e4a81
GM
2759 * Makefile.in (.texi.dvi): Remove unnecessary suffix rule.
2760 (DVIPS): New variable.
234db610
GM
2761 (.PHONY): Add html, ps.
2762 (html, emacs.html, ps, emacs.ps, emacs-xtra.ps): New targets.
2763 (clean): Delete html, ps files.
c12e4a81 2764
6513b232
EZ
27652010-10-09 Eli Zaretskii <eliz@gnu.org>
2766
2767 * makefile.w32-in (EMACSSOURCES): Add emacsver.texi.
2768
f4f358f1
GM
27692010-10-09 Glenn Morris <rgm@gnu.org>
2770
c1dc72b3
GM
2771 * Makefile.in (VPATH): Remove.
2772 (infodir): Make it absolute.
2773 (mkinfodir, $(infodir)/emacs, infoclean): No need to cd $srcdir.
2774
4393405b
GM
2775 * Makefile.in (dist): Anchor regexps.
2776
eef3ab94
GM
2777 * Makefile.in (EMACSSOURCES): Put emacs.texi first.
2778 ($(infodir)/emacs, emacs.dvi, emacs.pdf, emacs-xtra.dvi)
2779 (emacs-xtra.pdf): Use $<.
2780
aa9db089
GM
2781 * Makefile.in (infoclean): Remove harmless, long-standing error.
2782
abd40fb4
GM
2783 * Makefile.in ($(infodir)): Delete rule.
2784 (mkinfodir): New.
2785 ($(infodir)/emacs): Use $mkinfodir instead of infodir.
2786
f4f358f1 2787 * Makefile.in (distclean): Do not delete emacsver.texi.
68db69ed 2788 (dist): Remove reference to emacsver.texi.in.
f4f358f1
GM
2789 * emacsver.texi: New file, replacing emacsver.texi.in.
2790
ea274122
GM
27912010-10-09 Glenn Morris <rgm@gnu.org>
2792
f7a31f11
GM
2793 * emacsver.texi.in: New file.
2794 * emacs.texi: Set EMACSVER by including emacsver.texi.
2795 * Makefile.in (distclean): Delete emacsver.texi.
2796 (dist): Copy emacsver.texi.
b13254e7 2797 (EMACSSOURCES): Add emacsver.texi.
f7a31f11 2798
3fb78d1f
GM
2799 * ack.texi (Acknowledgments): No more b2m.c.
2800
ea274122
GM
2801 * Makefile.in (.PHONY): Declare info, dvi, pdf, dist.
2802 (emacs): Remove rule.
2803 (dist): No need to deal with the emacs rule any more.
2804
17ca7950
GM
28052010-10-07 Glenn Morris <rgm@gnu.org>
2806
2807 * Makefile.in (version): New, set by configure.
2808 (clean): Delete dist tar file.
2809 (dist): Use version in tar name.
2810
4c83f6e1
GM
28112010-10-06 Glenn Morris <rgm@gnu.org>
2812
2813 * Makefile.in (EMACS_XTRA): Add the main source file.
2814 (emacs-xtra.dvi, emacs-xtra.pdf): Remove explicit emacs-xtra.texi.
2815 (mostlyclean): No core files, reorder other files.
2816 (clean): Delete specific dvi and pdf files.
2817 (infoclean, dist): New rules.
2818 (maintainer-clean): Use infoclean.
8a944cea 2819 ($(infodir)): Add parallel build workaround.
4c83f6e1 2820
0264072d
GM
28212010-10-04 Glenn Morris <rgm@gnu.org>
2822
2823 * Makefile.in (SHELL): Set it.
2824 (INFO_TARGETS, DVI_TARGETS): Remove variables.
2825 (info, dvi): Replace above variables with their expansions.
2826 (info): Move mkdir from here...
2827 ($(infodir)/emacs): ... to here (for parallel builds).
2828 (pdf): New target.
2829 ($(infodir)/emacs): Pass -o option to makeinfo.
2830 (.PHONY): Declare clean rules.
2831 (maintainer-clean): Delete dvi and pdf files.
2832 Guard against cd failures. Use a more restrictive delete.
2833
3226d6ca
GM
28342010-10-02 Glenn Morris <rgm@gnu.org>
2835
2836 * misc.texi (Shell Mode): Remove reference to old function name.
2837
cad90f3b
EZ
28382010-09-30 Eli Zaretskii <eliz@gnu.org>
2839
2840 * maintaining.texi (VC Mode Line): Mention all the possible VC status
2841 indicator characters.
2842
5f874327
GM
28432010-09-29 Glenn Morris <rgm@gnu.org>
2844
2845 * Makefile.in (top_srcdir): Remove unused variable.
2846
0ab9cff3
GM
28472010-09-14 Glenn Morris <rgm@gnu.org>
2848
67ae9766
GM
2849 * cal-xtra.texi (Fancy Diary Display): Emphasize that sort should be
2850 the last hook item.
2851
0ab9cff3
GM
2852 * calendar.texi (Appointments): Also updated when a diary include file
2853 is saved.
2854
6664fc59 28552010-09-14 Glenn Morris <rgm@gnu.org>
63e1eaa1
GM
2856
2857 * trouble.texi (Bugs): Update the section intro.
2858 (Known Problems): New section.
2859 (Checklist): Misc updates. Prefer M-x report-emacs-bug.
2860 (Sending Patches): Bug fixes are best as responses to existing bugs.
2861 * emacs.texi (Known Problems): Add menu entry for new section.
2862
be3283d7
GM
28632010-09-09 Glenn Morris <rgm@gnu.org>
2864
2865 * xresources.texi: Untabify.
2866
10999305 28672010-09-06 Chong Yidong <cyd@stupidchicken.com>
89532a07
CY
2868
2869 * dired.texi (Dired Enter): Minor doc fix (Bug#6982).
2870
10999305 28712010-09-06 Glenn Morris <rgm@gnu.org>
e4a0188a
GM
2872
2873 * misc.texi (Saving Emacs Sessions): Mention desktop-path. (Bug#6948)
2874
30641319
JD
28752010-09-02 Jan Djärv <jan.h.d@swipnet.se>
2876
2877 * frames.texi (Cut/Paste Other App): Remove vut-buffer text.
2878
50dd7bc6
GM
28792010-08-21 Glenn Morris <rgm@gnu.org>
2880
2881 * misc.texi (Amusements): Mention bubbles and animate.
2882
5e620eca
EZ
28832010-07-31 Eli Zaretskii <eliz@gnu.org>
2884
2885 * files.texi (Visiting): Add more index entries for
2886 large-file-warning-threshold.
2887
8b2dd508
JD
28882010-07-29 Jan Djärv <jan.h.d@swipnet.se>
2889
2890 * frames.texi (Tool Bars): Add doc for tool-bar-position.
2891
8838673e
GM
28922010-06-23 Glenn Morris <rgm@gnu.org>
2893
2894 * abbrevs.texi, basic.texi, buffers.texi, building.texi, calendar.texi:
2895 * custom.texi, dired.texi, display.texi, emacs.texi, emerge-xtra.texi:
2896 * files.texi, fortran-xtra.texi, frames.texi, help.texi, killing.texi:
2897 * maintaining.texi, mark.texi, mini.texi, misc.texi, msdog.texi:
0351f24c
GM
2898 * mule.texi, programs.texi, rmail.texi, screen.texi, search.texi:
2899 * sending.texi, text.texi, trouble.texi, vc1-xtra.texi, xresources.texi:
8838673e
GM
2900 Untabify Texinfo files.
2901
04d3bb6c
GM
29022010-06-10 Glenn Morris <rgm@gnu.org>
2903
103dd3a8
GM
2904 * basic.texi (Inserting Text): Minor clarification. (Bug#6374)
2905
04d3bb6c
GM
2906 * basic.texi (Inserting Text): Fix typo.
2907
50b79479
GM
29082010-06-10 Glenn Morris <rgm@gnu.org>
2909
2910 * ack.texi (Acknowledgments):
2911 * emacs.texi (Acknowledgments): Update for notifications.el.
2912
86d7a550
DU
29132010-05-31 Daiki Ueno <ueno@unixuser.org>
2914
2915 * dired.texi (Operating on Files): Mention encryption commands
2916 (Bug#6315).
2917
db5dce9d
EZ
29182010-05-29 Eli Zaretskii <eliz@gnu.org>
2919
2920 * basic.texi (Moving Point): Update due to renaming of commands bound
2921 to arrows. Document bidi-aware behavior of C-<right> and C-<left>.
2922
34313041
EZ
29232010-05-18 Eli Zaretskii <eliz@gnu.org>
2924
2925 * display.texi (Fringes): Document reversal of fringe arrows for R2L
2926 paragraphs.
2927 (Line Truncation): Fix wording for bidi display.
2928
1fc0ce04 2929 * basic.texi (Moving Point): Document bidi-aware behavior of the arrow
34313041
EZ
2930 keys.
2931
0235128c 29322010-05-08 Chong Yidong <cyd@stupidchicken.com>
abb777ac
CY
2933
2934 * building.texi (GDB Graphical Interface): Remove misleading comparison
2935 to an IDE (Bug#6128).
2936
0235128c 29372010-05-08 Štěpán Němec <stepnem@gmail.com> (tiny change)
da0bbbc4
CY
2938
2939 * programs.texi (Man Page):
2940 * misc.texi (Invoking emacsclient):
2941 * mini.texi (Repetition):
2942 * mark.texi (Setting Mark): Fix typos.
2943
0235128c 29442010-05-08 Chong Yidong <cyd@stupidchicken.com>
eb5ed549
CY
2945
2946 * misc.texi (Printing): Document htmlfontify-buffer.
2947
0235128c 29482010-05-08 Glenn Morris <rgm@gnu.org>
6776e4c4
GM
2949
2950 * calendar.texi (Displaying the Diary, Format of Diary File):
2951 Fix external cross-references for TeX format output.
2952
0235128c
SM
29532010-05-07 Chong Yidong <cyd@stupidchicken.com>
2954
2955 * Version 23.2 released.
2956
f63d0028
JD
29572010-05-02 Jan Djärv <jan.h.d@swipnet.se>
2958
2959 * cmdargs.texi (Initial Options): Mention --chdir.
2960
20fe03ad
JD
29612010-04-21 Jan Djärv <jan.h.d@swipnet.se>
2962
2963 * frames.texi (Tool Bars): Add tool-bar-style.
2964
b7d65a5f
GM
29652010-04-21 Glenn Morris <rgm@gnu.org>
2966
2967 * ack.texi, emacs.texi (Acknowledgments): Add SELinux support.
2968
a42dbee1
CY
29692010-04-18 Chong Yidong <cyd@stupidchicken.com>
2970
2971 * programs.texi (Semantic): New node.
2972
2973 * maintaining.texi (EDE): New node.
2974
2975 * emacs.texi: Update node listing.
2976
2977 * misc.texi (Gnus): Use the `C-h i' keybinding for info.
2978
6e104790 29792010-04-18 Glenn Morris <rgm@gnu.org>
a77fe20c 2980
d52dbd3d
GM
2981 * emacs.texi (Acknowledgments): Remove duplicate.
2982
a77fe20c
GM
2983 * maintaining.texi (VC Directory Commands): Mention stashes and shelves.
2984
6e104790 29852010-04-18 Glenn Morris <rgm@gnu.org>
4d4e9522 2986
4ebe9902
GM
2987 * dired.texi (Misc Dired Features): Mention VC diff and log.
2988 * maintaining.texi (Old Revisions, VC Change Log):
2989 Mention that diff and log work in Dired buffers.
2990
98932641
GM
2991 * help.texi (Help Summary): Mention M-x info-finder.
2992
d5b22ab2 2993 * ack.texi (Acknowledgments): Add mpc.el.
cdfbcbba 2994
4d4e9522
GM
2995 * custom.texi (Specifying File Variables, Directory Variables):
2996 Document new commands for manipulating local variable lists.
2997
6e104790 29982010-04-18 Glenn Morris <rgm@gnu.org>
16207c0a
GM
2999
3000 * trouble.texi (Contributing): Add cindex entry.
3001 Mention etc/CONTRIBUTE.
3002
6e104790 30032010-04-18 Chong Yidong <cyd@stupidchicken.com>
e59c4233
CY
3004
3005 * mark.texi (Persistent Mark): Copyedits. Replace undo example with
3006 query-replace (Bug#5774).
3007
a20a9df3
GM
30082010-04-16 Glenn Morris <rgm@gnu.org>
3009
3010 * ack.texi, emacs.texi (Acknowledgments): Update for Org changes.
3011
1ecb2d3f
JD
30122010-04-11 Jan Djärv <jan.h.d@swipnet.se>
3013
3014 * xresources.texi (Lucid Resources): Mention faceName for dialogs.
3015
99852628
JD
30162010-04-08 Jan Djärv <jan.h.d@swipnet.se>
3017
3018 * xresources.texi (Lucid Resources): Mention faceName to set Xft fonts.
3019
ce79424f
EZ
30202010-03-30 Eli Zaretskii <eliz@gnu.org>
3021
3022 * mule.texi (Input Methods): Mention "C-x 8 RET" and add a
3023 cross-reference to "Inserting Text".
3024
3025 * basic.texi (Inserting Text): Add an index entry for "C-x 8 RET".
3026 Mention completion provided by `ucs-insert'.
3027
85738751 30282010-03-30 Chong Yidong <cyd@stupidchicken.com>
8233e79a
CY
3029
3030 * sending.texi (Sending Mail): Note variables that may need
3031 customizing.
3032 (Mail Sending): Expand discussion of send-mail-function.
3033
85738751 30342010-03-30 Chong Yidong <cyd@stupidchicken.com>
e73c2434
CY
3035
3036 Document Message mode as the default mail mode.
3037
3038 * sending.texi (Sending Mail): Copyedits.
3039 (Mail Format, Mail Headers): Document mail-from-style changes.
3040 (Mail Commands): Rename from Mail mode. Document Message mode.
3041 (Mail Misc): Rename from Mail mode Misc.
3042 (Mail Sending, Header Editing, Mail Misc): Switch to Message mode
3043 command names and update keybindings.
3044 (Header Editing): Document message-tab. De-document
3045 mail-self-blind, mail-default-reply-to, and mail-archive-file-name in
3046 favor of mail-default-headers. Ad index entries for user-full-name and
3047 user-mail-address.
1c6c854e
CS
3048 (Citing Mail): Update changes in Message mode behavior.
3049 Document mail-yank-prefix.
e73c2434
CY
3050 (Mail Signature): New node, moved from Mail Misc.
3051 (Mail Aliases): Mail abbrevs are the default with Message mode.
3052 (Mail Methods): Note that Message mode is now the default.
3053
3054 * rmail.texi (Rmail Reply):
3055 * text.texi (Text Mode):
3056 * major.texi (Major Modes):
3057 * mule.texi (Output Coding): Refer to Message mode.
3058
3059 * custom.texi (Init Examples): Add xref to Mail Header.
3060
1fc0ce04 3061 * emacs.texi (Top): Fix xrefs.
e73c2434 3062
85738751 30632010-03-30 Chong Yidong <cyd@stupidchicken.com>
0f72a391 3064
c0c035fa
CY
3065 * maintaining.texi (VC With A Merging VCS): C-x v v now creates a
3066 repository if there is none.
3067 (VC Change Log): Rename from VC Status. Document vc-log-show-limit and
3068 vc-print-root-log.
ef7b27ef 3069 (Old Revisions): Copyedits. Document vc-root-diff.
c0c035fa 3070
71785b7a
CY
3071 * programs.texi (Program Modes): Mention Javascript mode.
3072
f67c5dd0
CY
3073 * text.texi (HTML Mode): Note that nXML is now the default XML mode.
3074 * emacs.texi: Update node description.
3075
0f72a391 3076 * misc.texi (Navigation): Document doc-view-continuous.
f2608df3 3077 (Shell Ring): Document new M-r binding. M-s is no longer bound.
0f72a391 3078
dc2d2590
JL
30792010-03-30 Juri Linkov <juri@jurta.org>
3080
3081 * search.texi (Other Repeating Search): Remove line that `occur'
3082 can not handle multiline matches.
3083
a7b02820
EZ
30842010-03-30 Eli Zaretskii <eliz@gnu.org>
3085
3086 * mule.texi (International): Mention support of bidirectional editing.
3087 (Bidirectional Editing): New section.
3088
22ef1944
NR
30892010-03-28 Nick Roberts <nickrob@snap.net.nz>
3090
3091 * emacs.texi (Top): Update node names to those in building.texi.
3092
146b8b16
NR
30932010-03-27 Nick Roberts <nickrob@snap.net.nz>
3094
c5e87d10
PE
3095 doc/emacs/building.texi: Describe restored GDB/MI functionality
3096 removed by 2009-12-29T07:15:34Z!nickrob@snap.net.nz.
146b8b16
NR
3097 doc/emacs/emacs.texi: Update node names for building.texi.
3098
6d98672d
GM
30992010-03-24 Glenn Morris <rgm@gnu.org>
3100
3101 * ack.texi (Acknowledgments):
3102 * emacs.texi (Acknowledgments): Fix ispell attribution. (Bug#5759)
3103
93318cbd
JD
31042010-03-20 Jan Djärv <jan.h.d@swipnet.se>
3105
3106 * xresources.texi (Table of Resources): Clarify toolBar number
3107 for Gtk+.
3108
3109 * frames.texi (Menu Bars): menuBarLines => menuBar (bug#5736).
3110
15cf2f52
CY
31112010-03-21 Chong Yidong <cyd@stupidchicken.com>
3112
4102856c
CY
3113 * dired.texi (Dired Updating): Document dired-auto-revert-buffer.
3114
15cf2f52
CY
3115 * search.texi (Other Repeating Search): Document multi-isearch-buffers
3116 and multi-isearch-buffers-regexp.
3117
3118 * indent.texi (Indentation): Clarify description of
3119 indent-for-tab-command. Document tab-always-indent.
3120
d68eb23c
CY
31212010-03-20 Chong Yidong <cyd@stupidchicken.com>
3122
3123 * cmdargs.texi (Font X): Move most content to Fonts.
3124
3125 * frames.texi (Fonts): New node. Document font-use-system-font.
3126
3127 * emacs.texi (Top):
3128 * xresources.texi (Table of Resources):
3129 * mule.texi (Defining Fontsets, Charsets): Update xrefs.
3130
288f9fc0
CY
31312010-03-10 Chong Yidong <cyd@stupidchicken.com>
3132
3133 * Branch for 23.2.
3134
17782bec
CY
31352010-03-06 Chong Yidong <cyd@stupidchicken.com>
3136
3137 * custom.texi (Init Examples): Add xref to Locals.
3138
3139 * major.texi (Choosing Modes): Mention usage of setq-default for
3140 setting the default value of major-mode (Bug#5688).
3141
b4a1a8b2
CY
31422010-03-02 Chong Yidong <cyd@stupidchicken.com>
3143
3144 * frames.texi (Mouse Avoidance): Mention make-pointer-invisible.
3145
3146 * display.texi (Display Custom): Document make-pointer-invisible and
3147 underline-minimum-offset. Remove inverse-video.
3148
a1e759cd
CY
31492010-02-21 Chong Yidong <cyd@stupidchicken.com>
3150
3151 * frames.texi (Frame Commands): Note that the last ordinary frame can
3152 be deleted in daemon mode (Bug#5616).
3153
4f3bc373
GM
31542010-02-18 Glenn Morris <rgm@gnu.org>
3155
3156 * trouble.texi (Contributing): Repository is no longer CVS.
3157
5dbbdd33
GM
31582010-02-08 Glenn Morris <rgm@gnu.org>
3159
3160 * buffers.texi (Uniquify): Must explicitly load library. (Bug#5529)
3161
cd61af01
SM
31622010-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
3163
3164 * display.texi (Useless Whitespace, Text Display):
3165 * custom.texi (Init Examples): Avoid obsolete special default variables
3166 like default-major-mode.
3167
b1bb0a25 31682010-01-24 Mark A. Hershberger <mah@everybody.org>
aaef4f91
MH
3169
3170 * programs.texi (Other C Commands): Replace reference to obsolete
3171 c-subword-mode.
3172
99d0985b
GM
31732010-01-21 Glenn Morris <rgm@gnu.org>
3174
3175 * trouble.texi (Bugs): Fix PROBLEMS keybinding.
3176
893db5bc
GM
31772010-01-12 Glenn Morris <rgm@gnu.org>
3178
3179 * trouble.texi (Checklist): Use bug-gnu-emacs rather than
3180 emacs-pretest-bug for bug reports for development versions.
3181
0419b8d6
GM
31822010-01-11 Glenn Morris <rgm@gnu.org>
3183
3184 * display.texi (Highlight Interactively): `t' does not mean highlight
3185 all patterns. (Bug#5335)
3186
26e533e2
CY
31872009-12-29 Chong Yidong <cyd@stupidchicken.com>
3188
3189 * misc.texi (Shell): Document async-shell-command.
3190
3191 * building.texi (Grep Searching): Document zrgrep.
3192
484eaeac 3193 * mini.texi (Completion Options): Mention `initials' completion style.
26e533e2 3194
7ee6c59b
NR
31952009-12-29 Nick Roberts <nickrob@snap.net.nz>
3196
3197 * building.texi: Import GDB Graphical Interface description from
3198 EMACS_23_1_RC.
3199
91ed7ea8
CY
32002009-12-24 Chong Yidong <cyd@stupidchicken.com>
3201
3202 * emacs.texi (Top): Update node listing.
3203
3204 * abbrevs.texi (Saving Abbrevs): Abbrev file should be in .emacs.d.
3205
3206 * basic.texi (Moving Point): M-r is now move-to-window-line-top-bottom.
3207
3208 * cmdargs.texi (Initial Options):
3209 * xresources.texi (Resources): Document inhibit-x-resources.
3210
3211 * custom.texi (Specifying File Variables): Note that minor modes are
3212 enabled unconditionally.
3213
3214 * display.texi (Scrolling): Briefly document the old recenter command,
3215 and document recenter-positions.
3216
3217 * files.texi (Visiting):
3218 * buffers.texi (Buffers): Max buffer size is now 512 MB.
3219
1c6c854e
CS
3220 * frames.texi (Cut/Paste Other App):
3221 Document save-interprogram-paste-before-kill.
91ed7ea8
CY
3222
3223 * killing.texi (Kill Options): New node.
3224
6ca89aaa
CY
32252009-12-05 Chong Yidong <cyd@stupidchicken.com>
3226
3227 * misc.texi (Shell Options): ansi-color is now default.
3228
806642d4
GM
32292009-12-05 Glenn Morris <rgm@gnu.org>
3230
806642d4
GM
3231 * emacs.texi (Top): Update menu for cal-xtra node changes.
3232 * calendar.texi (Displaying the Diary): Holidays may be in the buffer
3233 or mode line. Don't mention invisible text or the details of
3234 diary-print-entries here, only in cal-xtra.
3235 (Format of Diary File): Mention that the "date on first line" format
3236 only really affects the simple display.
3237 * cal-xtra.texi (Advanced Calendar/Diary Usage): Update menu.
3238 (Diary Customizing): Holidays may be in the buffer or mode line.
3239 Move diary-print-entries to the "Diary Display" section.
3240 (Diary Display): New section, split out from "Fancy Diary Display".
3241 Explain the limitations of simple display, and how to print it.
3242
1a4f0c0a
GM
3243 * calendar.texi (Displaying the Diary): Mention keys apply to calendar.
3244
e11adbd8
GM
3245 * cal-xtra.texi (Diary Display): Mention View mode.
3246
29a483ac
JL
32472009-11-29 Juri Linkov <juri@jurta.org>
3248
3249 * display.texi (Highlight Interactively): Actually a list of
3250 default faces is pre-loaded into a list of default values
3251 instead of the history.
3252
83d60c79
GM
32532009-11-20 Glenn Morris <rgm@gnu.org>
3254
3255 * ack.texi (Acknowledgments):
3256 * emacs.texi (Acknowledgments): Add htmlfontify.
3257
276bbe96
GM
32582009-11-14 Glenn Morris <rgm@gnu.org>
3259
98ad1bae
GM
3260 * cal-xtra.texi (Holiday Customizing): Replace obsolete alias.
3261
276bbe96
GM
3262 * ack.texi (Acknowledgments):
3263 * emacs.texi (Acknowledgments): Update for recent Org changes.
3264
18430066
CY
32652009-10-31 Chong Yidong <cyd@stupidchicken.com>
3266
3267 * mule.texi (Charsets): Numerous copyedits. Don't discuss the
3268 `charset' property, which is irrelevant to the user manual (Bug#3526).
3269
522ddc9f
JB
32702009-10-14 Juanma Barranquero <lekktu@gmail.com>
3271
3272 * trouble.texi (DEL Does Not Delete): Fix typo.
3273
50b49ade
MA
32742009-10-05 Michael Albinus <michael.albinus@gmx.de>
3275
3276 * files.texi (Misc File Ops): Mention copy-directory.
3277
6308321a
EZ
32782009-10-04 Eli Zaretskii <eliz@gnu.org>
3279
43b3b4d1
EZ
3280 * mule.texi (Unibyte Mode): Emphasize that
3281 unibyte-display-via-language-environment affects only the display.
3282
6308321a
EZ
3283 * display.texi (Horizontal Scrolling): Document cursor behavior under
3284 horizontal scrolling when point moves off the screen (Bug#4564).
3285 Improve wording.
3286
bd51ea7f
MA
32872009-10-01 Michael Albinus <michael.albinus@gmx.de>
3288
3289 * files.texi (Directories): delete-directory prompts for recursive
3290 deletion.
3291
55381962
GM
32922009-09-30 Glenn Morris <rgm@gnu.org>
3293
3294 * ack.texi (Acknowledgments):
3295 * emacs.texi (Acknowledgments): CEDET updates. Fix Hungarian accent.
3296
13989ab1
TH
32972009-09-25 Tassilo Horn <tassilo@member.fsf.org>
3298
3299 * dired.texi (Dired Navigation): Use @code instead of @var for
3300 dired-isearch-filenames, so that it's not capitalized.
3301
8ba46c89
CY
33022009-09-19 Chong Yidong <cyd@stupidchicken.com>
3303
3304 * frames.texi (Frame Commands): C-z is now bound to suspend-frame.
3305
3306 * entering.texi (Exiting): C-z is now bound to suspend-frame.
3307
3308 * custom.texi (Init Examples): Replace Rumseld with Cheny (Bug#3519).
1c6c854e
CS
3309 (Key Bindings): Reference Init Rebinding in introductory text.
3310 Shift some of the introduction to Keymaps node.
8ba46c89
CY
3311 (Keymaps): Simplify.
3312 (Local Keymaps): Simplify. Move binding example to Init Rebinding.
3313 (Minibuffer Maps): Remove mention of Mocklisp.
3314 (Init Rebinding): Move mode-local rebinding example here from Local
3315 Keymaps.
3316 (Modifier Keys): Clarify.
1e11b018 3317 (Rebinding): Add cindex for "binding keys".
8ba46c89 3318
6a5ca7c8
CY
33192009-09-13 Chong Yidong <cyd@stupidchicken.com>
3320
3321 * misc.texi (Invoking emacsclient): Minor clarifications (Bug#4419).
3322
0e1cba51
NR
33232009-08-31 Nick Roberts <nickrob@snap.net.nz>
3324
6a5ca7c8 3325 * building.texi (Threads Buffer, Multithreaded Debugging):
333f9019 3326 Reorganize these two sections.
0e1cba51 3327
76a87a4d
EZ
33282009-08-29 Eli Zaretskii <eliz@gnu.org>
3329
3330 * cmdargs.texi (Initial Options): Fix last change.
3331
82e98df4
SM
33322009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
3333
3334 * mule.texi (Enabling Multibyte):
3335 * cmdargs.texi (General Variables): Remove EMACS_UNIBYTE.
3336 (Initial Options): Remove --(no-)multibyte, --(no-)unibyte.
3337
fb89fad9
GM
33382009-08-20 Glenn Morris <rgm@gnu.org>
3339
3340 * cal-xtra.texi (Non-Gregorian Diary): Mention ``Adar I'' special case.
3341
e99652b0
GM
33422009-08-19 Glenn Morris <rgm@gnu.org>
3343
3344 * ack.texi (Acknowledgments): Remove cvtmail. Mention info-finder.
3345
5cca97ad
GM
33462009-08-18 Glenn Morris <rgm@gnu.org>
3347
3348 * ack.texi (Acknowledgments):
3349 * emacs.texi (Acknowledgments): Update for js.el replacing js2-mode.el.
3350
997797ae 3351 * ack.texi (Acknowledgments): Add ucs-normalize.el and files-x.el.
3e8e9265 3352
985bf85b
GM
33532009-08-09 Glenn Morris <rgm@gnu.org>
3354
3355 * ack.texi (Acknowledgments):
3356 * emacs.texi (Acknowledgments): Add gdb-mi entry.
3357
8d6bb99e
DD
33582009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
3359
3360 * emacs.texi (Top): Add new menu items for GDB-UI.
3361
3362 * building.texi (GDB Graphical Interface): Add Multithreaded debugging
522ddc9f 3363 section. Threads buffer is in separate section now.
8d6bb99e 3364
8353da9c
GM
33652009-08-08 Glenn Morris <rgm@gnu.org>
3366
3367 * ack.texi (Acknowledgments):
3368 * emacs.texi (Acknowledgments):
3369 Update for js2-mode and org changes.
3370
f2074faf
MA
33712009-08-02 Michael Albinus <michael.albinus@gmx.de>
3372
3373 * files.texi (Reverting): Auto-Revert Tail mode works also for remote
3374 files.
3375
e8d2d3fb
CY
33762009-07-28 Chong Yidong <cyd@stupidchicken.com>
3377
3378 * building.texi (Lisp Libraries): Clarify meaning of autoloading.
3379
324a4f6a
GM
33802009-07-23 Glenn Morris <rgm@gnu.org>
3381
3382 * programs.texi (Matching): Update blink-matching-paren-distance.
3383
b6937a70
CY
33842009-07-21 Chong Yidong <cyd@stupidchicken.com>
3385
3386 * frames.texi (Cut/Paste Other App): For select-active-regions,
3387 selection is now updated on moving point.
3388
bd8aaa36
RS
33892009-07-21 Richard Stallman <rms@gnu.org>
3390
3391 * glossary.texi (GNU, Daemon): Update information.
3392
8d9b5eba
JL
33932009-07-19 Juri Linkov <juri@jurta.org>
3394
3395 * custom.texi (Specifying File Variables, Safe File Variables):
3396 "variables/value pairs" -> "variable/value pairs".
3397
a2acc1db
GM
33982009-07-15 Glenn Morris <rgm@gnu.org>
3399
3400 * misc.texi (Gnus): Remove widow.
3401
c5ae942b
GM
34022009-07-11 Glenn Morris <rgm@gnu.org>
3403
703d26ba
GM
3404 * Makefile.in (TEXI2PDF): New.
3405 (emacs.pdf, emacs-xtra.pdf): New targets.
3406
522ddc9f 3407 * arevert-xtra.texi (Autorevert): Add menu descriptions.
c5ae942b
GM
3408
3409 * display.texi (Horizontal Scrolling): Re-word to remove widow.
3410
3411 * emacs.texi (Top): Info can be read from other places than Emacs.
522ddc9f
JB
3412 Don't print the copying notice twice in the printed version.
3413 Update the menu and detailmenu.
3414 (Preface): The meaning of "on-line" has changed.
3415 Correct name for "Common Problems" chapter.
3416 (Distrib): Update FSF shop URL.
3417 (Intro): Showing two files at once is not so exciting.
3418
3419 * macos.texi (Mac OS / GNUstep): Fix spelling and cross-reference.
3420 (Mac / GNUstep Basics): Minor grammar changes.
3421 (Mac / GNUstep Events): Fix typo.
3422 (GNUstep Support): CANNOT_DUMP no longer applies.
3423
3424 * misc.texi (Document View): Fix typos.
3425
3426 * dired.texi (Dired):
3427 * help.texi (Help):
3428 * macos.texi (Mac OS / GNUstep):
3429 * maintaining.texi (Version Control, Introduction to VC):
3430 End menu descriptions with a period.
c5ae942b 3431
b1c8242b
EZ
34322009-07-09 Eli Zaretskii <eliz@gnu.org>
3433
3434 * msdog.texi (Windows Files) <w32-get-true-file-attributes>: Don't be
3435 so categorical in saying that the option is only useful on NTFS.
3436
220d9aa6
GM
34372009-07-09 Glenn Morris <rgm@gnu.org>
3438
3439 * Makefile.in (texinfodir): New variable, with location of texinfo.tex.
3440 (ENVADD): Add texinfodir to TEXINPUTS.
3441
3442 * emacs.texi (Top): Fix cross-reference.
3443
3444 * maintaining.texi (VC Directory Buffer): Fix cross-reference.
3445
3446 * vc1-xtra.texi (Revision Tags): Fix typo.
3447
d07e72d3
GM
34482009-07-03 Glenn Morris <rgm@gnu.org>
3449
3450 * emerge-xtra.texi (Emerge): Tweak Misc menu description.
3451 (Submodes of Emerge): Skip Prefers is only relevant with an ancestor.
3452 (Merge Commands): `.' does not seem to work in A or B buffer.
3453 `l' can recreate the 3-window display.
3454
3455 * glossary.texi (Glossary): Minor phrasing changes throughout.
3456 Add more internal cross-references.
3457 <Autoloading>: You can't really autoload a variable.
3458 <C-M->: Move details here from `M-C-' item.
3459 <Continuation Line>: Refer to `Truncation.'
3460 <Daemon, Free Software, Free Software Foundation, FSF, GNU>:
3461 <Home Directory, Unix>: New entries.
3462 <Deletion of Files>: Mention recycle bins.
3463 <Directory>: Mention ``folders.''
3464 <Error>: Don't mention ``type-ahead.''
3465 <Fringe>: Refer to the manual node.
3466 <Minor Mode>: Can be global or local.
3467 <Spell Checking>: There are other checkers besides Ispell.
3468
f144038a
GM
34692009-07-02 Glenn Morris <rgm@gnu.org>
3470
3471 * anti.texi (Antinews): Minor changes in phrasing.
3472
3473 * cal-xtra.texi, fortran-xtra.texi: Re-order a few things to reduce
3474 some underfull lines in dvi output.
3475
3476 * emacs-xtra.texi (Introduction): Mention included in info Emacs manual.
3477
3478 * sending.texi (Mail Sending): Add a tiny bit on mailclient.
3479
3480 * vc-xtra.texi (Advanced VC Usage): End all menu items with a period.
3481
3f1c6666
JD
34822009-07-01 Jan Djärv <jan.h.d@swipnet.se>
3483
3484 * xresources.texi (Table of Resources): Mention maximized for
3485 fullscreen.
3486
3487 * cmdargs.texi (Window Size X): -mm/--maximized is new.
3488
62aadce7
CY
34892009-07-01 Chong Yidong <cyd@stupidchicken.com>
3490
3491 * anti.texi (Antinews): Correct the list of removed platforms.
3492
82ec412e
GM
34932009-06-28 Glenn Morris <rgm@gnu.org>
3494
3495 * arevert-xtra.texi: Minor language tweaks.
3496
09964e7d
GM
3497 * dired-xtra.texi: Minor revisions.
3498
666e158e
MB
34992009-06-23 Miles Bader <miles@gnu.org>
3500
c4cc8b9a 3501 * display.texi (Scrolling): Document `recenter-redisplay'.
05fbc4a9 3502 (Temporary Face Changes): Document `text-scale-set'.
666e158e 3503
70243478
CY
35042009-06-21 Chong Yidong <cyd@stupidchicken.com>
3505
3506 * Branch for 23.1.
3507
67cbe681
KH
35082009-06-17 Kenichi Handa <handa@m17n.org>
3509
3510 * mule.texi (Charsets): Update the description for the new charset.
3511 (list-character-sets): New findex.
125dd7c5 3512 (Language Environments): Add @anchor{Describe Language Environment}.
67cbe681 3513
40e67246
CY
35142009-06-10 Chong Yidong <cyd@stupidchicken.com>
3515
b5700de6
CY
3516 * basic.texi (Moving Point): Fix tag.
3517
3518 * picture-xtra.texi (Insert in Picture): Use <next> and <prior>.
3519
3520 * mini.texi (Completion Commands): Decapitalize <next> and <prior>, and
3521 use camel-case for PageUp and PageDown.
3522
3523 * display.texi (Scrolling): Decapitalize <next> and <prior>, and use
3524 camel-case for PageUp and PageDown.
3525
3526 * calendar.texi (Scroll Calendar): Decapitalize <next> and <prior>.
3527
40e67246 3528 * search.texi (Isearch Scroll): Add isearch-allow-scroll to index.
b5700de6 3529 (Isearch Scroll): Decapitalize <next> and <prior>.
40e67246 3530
522ddc9f 35312009-06-09 Agustín Martín <agustin.martin@hispalinux.es>
6f591cf4 3532
522ddc9f
JB
3533 * fixit.texi (Spelling): Set default dictionary.
3534 Improve descriptions (Bug#2554)
6f591cf4 3535
53483c76
DR
35362009-06-08 David Reitter <david.reitter@gmail.com>
3537
3538 * macos.texi (Color panel, Font panel): Remove mention of Save Options,
3539 since saving colors and faces set this way is not implemented.
3540 (Environment variables): Remove mention of mac-fix-env, which is
3541 scheduled to be removed.
3542
1557ef4f
CY
35432009-06-04 Chong Yidong <cyd@stupidchicken.com>
3544
91056528
CY
3545 * custom.texi (Init Examples): Add example of changing load-path.
3546
1557ef4f
CY
3547 * building.texi (Lisp Libraries): Add example of changing
3548 load-path (Bug#3446).
3549
623cec4c
CY
35502009-05-28 Chong Yidong <cyd@stupidchicken.com>
3551
3552 * mark.texi (Mark): Further clarifications.
3553 (Setting Mark): Emphasize that C-SPC activates the mark.
3554
0fcca8ee
CY
35552009-05-28 Chong Yidong <cyd@stupidchicken.com>
3556
702b10e1
CY
3557 * mark.texi (Mark): Clarify introduction. Mention disabling Transient
3558 Mark mode.
0fcca8ee
CY
3559 (Using Region, Persistent Mark): Use "active mark" instead of "active
3560 region".
3561
d3b396e4
CY
35622009-05-16 Ari Roponen <ari.roponen@gmail.com> (tiny change)
3563
3564 * mule.texi (Select Input Method): Fix typo.
3565
3f698a06
CY
35662009-05-13 Chong Yidong <cyd@stupidchicken.com>
3567
3568 * anti.texi (Antinews): Document completion changes. Some additional
3569 copyedits and rearrangement of entries.
3570
b2a42eb7
CY
35712009-05-12 Chong Yidong <cyd@stupidchicken.com>
3572
932fd020
CY
3573 * misc.texi (Interactive Shell, Saving Emacs Sessions)
3574 (Shell History Copying, Terminal emulator): Copyedits.
3575
1c6c854e
CS
3576 * xresources.texi (Resources): Simplify descriptions.
3577 Shorten description of editres, which is not very useful these days.
ac36a8f1
CY
3578 (Table of Resources): Document fontBackend resource.
3579
b2a42eb7 3580 * trouble.texi (Quitting): Add other undo bindings to table.
09e80d9f 3581 (DEL Does Not Delete): Note that the erasure key is usually labeled
b2a42eb7
CY
3582 "Backspace". Remove discussion of obscure Xmodmap issue.
3583
c6ea7fb8
CY
35842009-05-07 Chong Yidong <cyd@stupidchicken.com>
3585
3586 * files.texi (Visiting): Copyedits.
3587
ad36c422
CY
35882009-05-06 Chong Yidong <cyd@stupidchicken.com>
3589
3590 * basic.texi (Inserting Text): Document ucs-insert.
3591
3592 * mule.texi (International Chars): Define "multibyte". Note that
3593 internal representation is unicode-based. Simplify definition of raw
3594 bytes. Mention ucs-insert.
3595 (Enabling Multibyte): Remove obsolete discussion. Copyedits.
3596 (Language Environments): Add language environments new to Emacs 23.
3597 (Multibyte Conversion): Node deleted.
1c6c854e
CS
3598 (Coding Systems): Remove obsolete unify-8859-on-decoding-mode.
3599 Don't mention obsolete emacs-mule coding system.
ad36c422
CY
3600 (Output Coding): Copyedits.
3601
3602 * emacs.texi (Top): Update node listing.
3603
d4ad7b96
CY
36042009-05-05 Per Starbäck <per@starback.se> (tiny change)
3605
3606 * trouble.texi (Lossage): Use new binding of view-emacs-problems.
3607
5bd66204
SM
36082009-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
3609
3610 * building.texi (Lisp Libraries): `load-library' does offer completion.
3611
bc36ad1c
CY
36122009-04-28 Chong Yidong <cyd@stupidchicken.com>
3613
3614 * frames.texi (Text-Only Mouse): Mention gpm-mouse-mode instead of
3615 t-mouse-mode. Suggested by Per Starbäck (Bug#3126).
3616
f1a47884
EZ
36172009-04-25 Eli Zaretskii <eliz@gnu.org>
3618
3619 * maintaining.texi (Tags): Clarify text. (Bug#3101)
3620
be77bd45
CY
36212009-04-22 Chong Yidong <cyd@stupidchicken.com>
3622
3623 * entering.texi (Entering Emacs): Document initial-buffer-choice.
3624
3625 * building.texi (Lisp Interaction): Document initial-scratch-message.
3626
d3b82927
JB
36272009-04-18 Juanma Barranquero <lekktu@gmail.com>
3628
ed6e7b11
JB
3629 * msdog.texi (Windows Fonts): Fix typos.
3630
d3b82927
JB
3631 * files.texi (Save Commands): Fix pxref.
3632
bc323c04
CY
36332009-04-18 Chong Yidong <cyd@stupidchicken.com>
3634
3635 * files.texi (Save Commands): Mention diff-buffer-with-file.
3636 (Comparing Files): Document diff-buffer-with-file. Suggested by Magnus
3637 Henoch (Bug#3036).
3638
2186d13f
GM
36392009-03-15 Glenn Morris <rgm@gnu.org>
3640
3641 * sending.texi (Mail Format): Replace "Sender" with "Message-Id", since
3642 the former is not always used.
3643 (Mail Headers): Use active voice. Add "Mail-reply-to".
3644 Change case of "Id". Avoid repeated "appropriate".
3645 (Mail Aliases): Fix previous change - use an example with a ".", so it
3646 does actually get quoted when expanded.
3647 (Mail Sending): Mailclient is the default on some systems.
3648 (Citing Mail): Mention mail-indentation-spaces.
3649 (Mail Mode Misc): Add an @dfn for "mail signature".
3650
71e454fc
CY
36512009-03-15 Chong Yidong <cyd@stupidchicken.com>
3652
3653 * mini.texi (Completion Commands): Describe Emacs 23 completion rules.
3654 (Completion Options): Document read-file-name-completion-ignore-case,
1c6c854e
CS
3655 read-buffer-completion-ignore-case, and completion-styles.
3656 Remove description of partial-completion-mode.
71e454fc 3657
df1a3e06
GM
36582009-03-14 Glenn Morris <rgm@gnu.org>
3659
3660 * sending.texi (Mail Format): Fix typo. Add index entry for
3661 mail-header-separator.
3662 (Mail Headers): Put info about initialization and changing in one place
3663 at the start. Update FCC section for mbox Rmail. Clarify From
3664 section, mention mail-setup-with-from. Clarify Reply-to section.
3665 Add Mail-followup-to and mail-mailing-lists. Clarify References
3666 section.
3667 (Mail Aliases): Update example, make less contentious.
3668 Update for name change of mail-interactive-insert-alias.
3669 (Mail Mode): Remove mention of `%' as a word separator.
3670 (Mail Sending): Mention mail-send-hook. Mention Mailclient.
3671 (Header Editing): Add reply-to, mail-reply-to, and mail-followup-to
3672 commands. Clarify FCC handling. In mail-complete, add reference to
3673 Mail Aliases section, and mention mail-complete-function.
3674 (Citing Mail): Mention mail-yank-ignored-headers and mail-citation-hook.
3675 (Mail Mode Misc): Clarify the mail-signature function. Add basic
3676 signature netiquette. Explain how the mail hooks work when continuing
3677 a composition.
3678 (Mail Amusements): Internationalize the spook section a bit.
3679 Remove the spook mail-setup-hook example, since it doesn't work well.
3680 Mention fortune-file.
3681 (Mail Methods): Mention read-mail-command.
3682
ed6e7b11 36832009-03-14 David Reitter <david.reitter@gmail.com>
959d68bd 3684
df1a3e06
GM
3685 * macos.texi (Mac / GNUstep Basics): Remove references to Prefs panel
3686 and NS resources following recent changes.
959d68bd 3687
86dca3e8
JR
36882009-03-10 Jason Rumney <jasonr@gnu.org>
3689
3690 * msdog.texi (Windows Misc): Remove doc for obsolete variable. Modify
3691 w32-use-visible-system-caret doc to indicate that it should get set
3692 automatically.
3693 (Windows Fonts): Add doc for the uniscribe backend.
3694
042fe98f
DN
36952009-03-08 Dan Nicolaescu <dann@ics.uci.edu>
3696
3697 * maintaining.texi (VC Directory Commands): Fix doc for the x key in
3698 vc-dir. (Bug#2598)
3699
7f8dba73
RS
37002009-03-05 Reiner Steib <Reiner.Steib@gmx.de>
3701
3702 * fixit.texi (Spelling): Add turn-on-flyspell. (Bug#2517)
3703
505e70c3
GM
37042009-03-05 Glenn Morris <rgm@gnu.org>
3705
04242bdc
GM
3706 * rmail.texi (Rmail Basics): Add reference to sorting.
3707 (Rmail Scrolling, Rmail Motion, Rmail Reply, Rmail Display):
3708 Minor re-wordings.
3709 (Rmail Motion): Mention rmail-next-same-subject.
3710 (Rmail Deletion): Expunging is not the only way to change the numbers.
3711 (Rmail Labels): Labels can also be used in sorting.
3712 (Rmail Summary Edit): Mention rmail-summary-next-same-subject.
505e70c3
GM
3713 (Rmail Display): Mention rmail-mime.
3714
00cfe22c
GM
37152009-03-04 Glenn Morris <rgm@gnu.org>
3716
3717 * rmail.texi (Rmail Sorting): Add the keybindings associated with each
3718 sort command. Fix `rmail-sort-by-labels' name. Mention sorting from
3719 summary. Mention sorts cannot be undone.
3720 (Rmail Display): Give an example of how to use goto-address-mode.
3721 (Rmail Editing): It's keybindings that are redefined, not commands.
3722 Fix some typos.
3723 (Movemail): Some minor rewording.
3724 (Remote Mailboxes): Emacs movemail supports pop by default.
3725 Fix some minor grammatical issues. The "two alternative ways" to
3726 specify a POP mailbox are really just one. Remove all reference to the
3727 variables rmail-pop-password and rmail-pop-password-required, obsolete
3728 since Emacs 22.1. Clarify the four password steps. Emacs movemail
3729 can support Kerberos.
3730
3d963b67
GM
37312009-03-03 Glenn Morris <rgm@gnu.org>
3732
3733 * rmail.texi (Rmail Deletion): Revert previous change, which was
3734 describing the Rmail summary versions.
3735 (Rmail Reply): Give more details of rmail-dont-reply-to-names.
3736 Minor re-wording for rmail-resend.
3737 (Rmail Make Summary): Summaries apply to buffers rather than files.
3738 <rmail-summary-by-topic>: Headers includes the subject.
3739 <rmail-summary-by-recipients, rmail-summary-by-topic>: Give more
3740 details, including prefix arguments.
2340abde 3741 Mention rmail-summary-by-senders on C-M-f.
3d963b67
GM
3742 Not counting lines might be faster.
3743 (Rmail Summary Edit): More details on the delete commands.
2340abde
GM
3744 Mention rmail-summary-undelete-many, rmail-summary-bury, and C-M-n/p.
3745 Name the commands bound to the various keys. Mention prefix argument
3746 for searching.
3d963b67
GM
3747 (Rmail Display): Mention rmail-displayed-headers. Fix typo.
3748 Simplify rmail-highlighted-headers description. Update face name.
3749
a8ce3d17
JB
37502009-03-02 Juanma Barranquero <lekktu@gmail.com>
3751
3752 * mark.texi (Marking Objects): Fix typo.
3753
130a29b6
CY
37542009-03-01 Chong Yidong <cyd@stupidchicken.com>
3755
3756 * abbrevs.texi (Expanding Abbrevs): Mention abbrev-expand-functions
3757 instead of obsolete pre-abbrev-expand-hook. Link to elisp manual.
3758
9d5de6f8
GM
37592009-03-01 Glenn Morris <rgm@gnu.org>
3760
79fc530e 3761 * rmail.texi (Rmail): Fix some typos. Use consistent case in menu.
9d5de6f8
GM
3762 (Rmail Motion): - M-s searches from the end of messages.
3763 (Rmail Deletion): Minor clarification. Fix numeric argument
3764 description.
3765 (Rmail Inbox): Fix default inbox description. Mention `mbox' by name.
3766 newmail and RMAILOSE files need not be in home-directory.
3767 (Rmail Files): Mention I/O menus are unselectable if no files match.
3768 Mention `MAIL' env-var.
3769
b545ff9c
JR
37702009-02-24 Jason Rumney <jasonr@gnu.org>
3771
3772 * mule.texi (Fontsets): Mention fontset-default, font specs and
3773 fallback fontsets.
3774 (Defining Fontsets): Mention ns and w32 variants of
3775 standard-fontset-spec. Update description of startup fontset to match
3776 Emacs 23 behavior.
a93be82a 3777 (Modifying Fontsets): New section. (Bug#656)
70bb6cac 3778 (International): Link to Modifying Fontsets.
b545ff9c 3779
75da0618 37802009-02-23 Adrian Robert <Adrian.B.Robert@gmail.com>
88ddb9ff
AR
3781
3782 * macos.texi (Mac / GNUstep Basics, Mac / GNUstep Customization):
3783 Mention ns-extended-platform-support-mode.
3784
6be93a16
KB
37852009-02-22 Karl Berry <karl@gnu.org>
3786
3787 * macos.texi (Mac / GNUstep Customization): One more duplicate "the".
3788
867d4bb3
JB
37892009-02-19 Juanma Barranquero <lekktu@gmail.com>
3790
3791 * basic.texi (Moving Point, Position Info):
3792 * files.texi (Visiting):
3793 * mini.texi (Completion Options):
3794 * text.texi (HTML Mode): Remove duplicate words.
3795
49b5c0e8
GM
37962009-02-20 Glenn Morris <rgm@gnu.org>
3797
3798 * rmail.texi: Minor updates for mbox rather than Babyl.
3799
f43a822c
KB
38002009-02-17 Karl Berry <karl@gnu.org>
3801
49b5c0e8 3802 * emacs.texi (Top): Add @insertcopying before master menu. (Bug#1988)
f43a822c 3803
80d634b8
RS
38042009-02-17 Richard M Stallman <rms@gnu.org>
3805
3806 * anti.texi (Antinews): Mention Babyl format.
3807
3808 * emacs.texi (Top): Delete `Out of Rmail' from subnode menu.
3809
3810 * rmail.texi: Update for mbox format.
3811 Various small fixes, as well as the following.
3812 (Out of Rmail): Node deleted.
3813 (Rmail): Update menu.
3814 (Rmail Files): Comment out set-rmail-inbox-list.
3815 Document rmail-inbox-list instead.
3816 (Rmail Output): Substantial changes since C-o is now
3817 rmail-output-as-seen and o is rmail-output.
3818 (Rmail Attributes): Delete `stored', add `retried'.
3819 (Rmail Display): Editing headers works in all cases.
3820
f0d129c6
GM
38212009-02-17 Glenn Morris <rgm@gnu.org>
3822
3823 * basic.texi (Position Info): M-x count-lines-region is not always on
3824 M-=. (Bug#2269)
3825
160f11d3
GM
38262009-02-09 Glenn Morris <rgm@gnu.org>
3827
3828 * calendar.texi (Holidays, Displaying the Diary): Update for new marker
3829 defaults.
3830
763e01c4
EZ
38312009-02-07 Eli Zaretskii <eliz@gnu.org>
3832
3833 * rmail.texi (Rmail Coding) <rmail-redecode-body>: Remove stale
3834 documentation of possible problems with redecoding.
3835
f5e1441d
GM
38362009-02-03 Glenn Morris <rgm@gnu.org>
3837
3838 * rmail.texi (Out of Rmail): Mention b2m.pl.
3839
e1eabe41
GM
38402009-01-31 Glenn Morris <rgm@gnu.org>
3841
3842 * rmail.texi (Out of Rmail): Correct b2m location.
3843
dd05f9de
CY
38442009-01-27 Chong Yidong <cyd@stupidchicken.com>
3845
3846 * fixit.texi (Undo): Update undo limit values.
3847
d74d846e
GM
38482009-01-27 Glenn Morris <rgm@gnu.org>
3849
3850 * emacs.texi (Top): Fix Antinews menu entry.
3851
49ffdce8
KB
38522009-01-25 Karl Berry <karl@gnu.org>
3853
3854 * text.texi (Foldout): Use @itemize @w{} to make an itemize
3855 item with no marker, instead of the syntactically incorrect
3856 @itemize @asis.
3857
467e8d77
JL
38582009-01-25 Juri Linkov <juri@jurta.org>
3859
3860 * building.texi (Grep Searching): Fix index entry for lgrep.
3861
6c60bbdb
EZ
38622009-01-24 Eli Zaretskii <eliz@gnu.org>
3863
3864 * msdog.texi (Windows Printing): Add an index entry for Ghostscript.
3865
9ce5a36f
AR
38662009-01-21 Adrian Robert <Adrian.B.Robert@gmail.com>
3867
3868 * macos.texi (Preferences Panel): Update description of font setting to
3869 reflect that prior frame selection is no longer needed.
3870
9aa5f2fb
NR
38712009-01-20 Nick Roberts <nickrob@snap.net.nz>
3872
3873 * building.texi (Debuggers): Revert some of 2008-10-31 change to
3874 raise GUD subsections.
3875
3892ff9c
GM
38762009-01-15 Glenn Morris <rgm@gnu.org>
3877
3878 * ack.texi (Acknowledgments): Another update based mainly on AUTHORS.
3879
14731c8f
GM
38802009-01-10 Glenn Morris <rgm@gnu.org>
3881
3882 * ack.texi (Acknowledgments): Some more updates based on AUTHORS.
3883
45c55e53
CY
38842009-01-04 Chong Yidong <cyd@stupidchicken.com>
3885
3886 * display.texi (Visual Line Mode): M-] and M-[ no longer move by
3887 logical lines.
3888
2e4667d1
JL
38892008-12-29 Juri Linkov <juri@jurta.org>
3890
3891 * mini.texi (Minibuffer History): Add a link to `Isearch Minibuffer'.
3892
3893 * text.texi (Fill Commands): Replace `M-s' with `M-o M-s'.
3894
2a3eac47
CY
38952008-12-28 Chong Yidong <cyd@stupidchicken.com>
3896
3897 * misc.texi (Goto Address mode): Rename from Goto-address. Refer to
3898 goto-address-mode instead of goto-address.
3899
3da8da94
CY
3900 * rmail.texi (Rmail Display): Goto-address renamed to Goto Address
3901 mode.
3902
2a3eac47
CY
3903 * emacs.texi (Top): Update node listing.
3904
057f6dd3
EZ
39052008-12-26 Eli Zaretskii <eliz@gnu.org>
3906
3907 * custom.texi (Directory Variables): Explain what is a "project".
3908 Add indexing. Improve wording. Add a footnote about using
3909 _dir-locals.el on MS-DOS.
3910
e6979067
DN
39112008-12-24 Dan Nicolaescu <dann@ics.uci.edu>
3912
3913 * files.texi (Misc File Ops): Mention chmod as an alias for
3914 set-file-modes.
3915
9de15963
MR
39162008-12-24 Martin Rudalics <rudalics@gmx.at>
3917
3918 * help.texi (Help): Fix typos and reword.
3919 (Help Summary): Add entries for C-h n and C-h r, reorder
3920 entries, and do some minor fixes.
3921 (Name Help): Say that C-h F works for commands only.
3922 (Misc Help): Say that view-lossage displays 300 keystrokes.
3923
236fd60d
GM
39242008-12-20 Glenn Morris <rgm@gnu.org>
3925
3926 * ack.texi (Acknowledgments): General update based on AUTHORS,
3927 including removal of some stuff no longer distributed.
3928
ed9265fc 39292008-12-19 Agustín Martín <agustin.martin@hispalinux.es>
349b3256 3930
ed9265fc 3931 * fixit.texi: Mention hunspell.
349b3256 3932
e840fca5
GM
39332008-12-19 Glenn Morris <rgm@gnu.org>
3934
3935 * ack.texi (Acknowledgments): Small grammar fix.
9b0455c7 3936 Consolidate explanatory text at start.
e840fca5
GM
3937
3938 * display.texi (Text Display):
3939 * indent.texi (Indentation): Use @acronym with ASCII.
3940
9dfa7983
GM
39412008-12-18 Glenn Morris <rgm@gnu.org>
3942
3943 * ack.texi: Various small updates and fixes.
3944
97b3a00b
JL
39452008-12-18 Juri Linkov <juri@jurta.org>
3946
3947 * search.texi (Word Search): Replace `C-s RET C-w' with `M-s w RET'
3948 as a key binding to start a forward nonincremental word search.
3949 Replace `C-r RET C-w' with `M-s w C-r RET' as a key binding to start
3950 a backward nonincremental word search. Add index for `M-s w'
3951 `isearch-forward-word'.
3952 (Regexp Search): Add a short summary of regexp key commands like
3953 in the node "Basic Isearch".
3954 (Other Repeating Search): Fix typo.
3955
39562008-12-14 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2f298da2
VJL
3957
3958 * misc.texi (PostScript Variables): Fix doc.
3959
31ce6a07
CY
39602008-12-10 Chong Yidong <cyd@stupidchicken.com>
3961
3962 * programs.texi (Program Modes): Mention Ruby mode.
3963
636b507b
DN
39642008-12-10 Dan Nicolaescu <dann@ics.uci.edu>
3965
3966 * misc.texi (emacsclient Options): Describe what an empty string
3967 argument does for --alternate-editor.
3968
a323fa14
CY
39692008-12-09 Frank Schmitt <ich@frank-schmitt.net>
3970
3971 * cmdargs.texi (Font X): Distinguish between client-side and
3972 server-side fonts. List valid Fontconfig properties. Add reference to
3973 Fontconfig manual. List valid GTK font properties. Explain use of
3974 fc-list.
3975
c5ca6cd0
CY
39762008-12-09 Chong Yidong <cyd@stupidchicken.com>
3977
3978 * cmdargs.texi (Font X): Move discussion of quoting to top.
3979
e5136377
GM
39802008-12-06 Glenn Morris <rgm@gnu.org>
3981
3982 * maintaining.texi (Old Revisions): Improve previous change.
3983
248c026b
RS
39842008-12-05 Richard M Stallman <rms@gnu.org>
3985
3986 * anti.texi (Antinews): Minor fixes.
3987
a9253a1e
GM
39882008-12-03 Glenn Morris <rgm@gnu.org>
3989
3990 * maintaining.texi (Old Revisions): Fix diff-switches description.
3991
fa687b02
MR
39922008-12-01 Martin Rudalics <rudalics@gmx.at>
3993
3994 * emacs.texi (Top): Fix typo.
3995
72e6decd
CY
39962008-11-30 Chong Yidong <cyd@stupidchicken.com>
3997
320ee034
CY
3998 * misc.texi (Document View): Explain dependence on gs at the top.
3999 Copyedits.
4000
4001 * emacs.texi (Top): Add DocView nodes to detailed node listing.
4002
72e6decd
CY
4003 * programs.texi (Other C Commands): Document hide-ifdef-shadow.
4004 (Comment Commands): Discuss region-active behavior of M-; first.
4005
2a472ee4
MR
40062008-11-29 Martin Rudalics <rudalics@gmx.at>
4007
9c6361c9
MR
4008 * display.texi (Line Truncation): Add reference to Continuation
4009 Lines.
4010
2a472ee4
MR
4011 * windows.texi (Pop Up Window): Mention split-height-threshold
4012 and split-width-threshold.
9c6361c9 4013 (Split Window): Add reference to Continuation Lines.
2a472ee4 4014
e93bc142
AR
40152008-11-28 Adrian Robert <Adrian.B.Robert@gmail.com>
4016
4017 * macos.texi: Change references to "Mac" to "Mac / GNUstep".
4018 (GNUstep Support): New node.
4019 * anti.texi:
4020 * emacs.texi:
4021 * msdog.texi: Change reference to Mac OS node to Mac OS / GNUstep.
4022
43b978db
RS
40232008-11-28 Richard M Stallman <rms@gnu.org>
4024
4025 * misc.texi (Dissociated Press): Minor cleanups.
4026
4027 * dired.texi (Image-Dired): Avoid passive.
4028
e8e2bd93
EZ
40292008-11-28 Eli Zaretskii <eliz@gnu.org>
4030
4031 * anti.texi (Antinews): Add stuff about Unicode vs emacs-mule
4032 representation.
4033
8d2d45da
CY
40342008-11-26 Richard M. Stallman <rms@gnu.org>
4035
4036 * files.texi (Visiting): Rewrite paragraph for clarity.
4037
4038 * buffers.texi (Select Buffer): Rewrite paragraphs using active voice.
4039
a5f7bbcc
AM
40402008-11-25 Alan Mackenzie <acm@muc.de>
4041
4042 * programs.texi (Moving by Parens): Clarify that parens inside strings
4043 and comments are ignored, and that the commands assume the starting
4044 point isn't in a string or comment.
4045
a71703d3
AR
40462008-11-26 Adrian Robert <Adrian.B.Robert@gmail.com>
4047
4048 * macos.texi: Add Prev/Next/Top pointers to all nodes.
4049 (Mac Basics): Merge in Grabbing Environment Variables from earlier
4050 version.
4051 (Mac Customization): Rewrite Preferences Panel section and merge in to
4052 this node, add Open files by dragging to an Emacs window.
4053
4054 * emacs.texi: Remove TOC reference to Mac Preferences Panel section.
4055
aa5ab79a
CY
40562008-11-26 Chong Yidong <cyd@stupidchicken.com>
4057
0cc92c19
CY
4058 * files.texi (Misc File Ops): Document set-file-modes.
4059
c366b4e4
CY
4060 * windows.texi (Split Window): Document integer values of
4061 truncate-partial-width-windows.
4062
aa5ab79a
CY
4063 * text.texi (Text): Simplify description of markup languages.
4064 (TeX Mode): Simplify introduction. Mention BibTeX mode.
4065 (TeX Editing): Note that `""' inserts one `"' character.
4066 (HTML Mode): Note in the introduction that XML mode is an alias for
4067 SGML mode. Mention nXML mode.
4068
56221db7
CY
40692008-11-25 Chong Yidong <cyd@stupidchicken.com>
4070
4071 * building.texi (Watch Expressions): Fix typo.
4072
90effe33
CY
40732008-11-24 Chong Yidong <cyd@stupidchicken.com>
4074
f90a5ae3
CY
4075 * files.texi (Visiting): Document new behavior of
4076 confirm-nonexistent-file-or-buffer.
4077
1c6c854e
CS
4078 * buffers.texi (Select Buffer):
4079 Document confirm-nonexistent-file-or-buffer.
f90a5ae3 4080
a18ffb4a
CY
4081 * picture-xtra.texi (Picture Mode): Use picture-mode instead of
4082 edit-picture.
4083
90effe33
CY
4084 * text.texi (Text): Simplify introduction. Discard mention of `M-x
4085 edit-picture', since that is just an alias for picture-mode.
4086 (Sentences): Note that repeated M-@ extends the region.
4087 (Pages): Make terminology more consistent. Link to Regexps node.
4088 (Longlines): Discuss relationship with Visual Line mode.
4089 (Text Mode): Remove extraneous discussion of other modes, since they
4090 were already introduced in the parent node.
4091
e85103ec
CY
40922008-11-23 Chong Yidong <cyd@stupidchicken.com>
4093
5cb2fe30
CY
4094 * anti.texi (Antinews): Rewrite.
4095
1eb9b307 4096 * entering.texi (Exiting): Mention "minimize" terminology.
b908332f
CY
4097
4098 * frames.texi (Frame Commands): Mention "minimize" terminology.
4099
e85103ec
CY
4100 * cmdargs.texi (Font X): Document Fontconfig and GTK font specification
4101 formats.
b908332f
CY
4102 (Icons X): Mention "minimize" terminology and use of icons in taskbar.
4103 (Misc X): Don't document useless -hb option.
e85103ec 4104
607f5f88
JL
41052008-11-22 Juri Linkov <juri@jurta.org>
4106
4107 * dired.texi (Dired Navigation): Change normal file name search option
4108 from `non-nil' to `t'. Add `dwim' option.
4109
e1b867a0
JL
41102008-11-22 Juri Linkov <juri@jurta.org>
4111
4112 * custom.texi (Directory Variables): Rename ".dir-settings.el" to
4113 ".dir-locals.el". Rename `define-project-bindings' to
4114 `dir-locals-set-class-variables'. Rename `set-directory-project' to
4115 `dir-locals-set-directory-class'.
4116
dd186936
LK
41172008-11-22 Lute Kamstra <lute@gnu.org>
4118
4119 * buffers.texi (Select Buffer): Index goto-line.
4120 * basic.texi (Moving Point): Mention the use of a numeric prefix
4121 argument with goto-line and refer to Select Buffer for the use of a
4122 plain prefix argument.
4123
4b121911
GM
41242008-11-19 Glenn Morris <rgm@gnu.org>
4125
4126 * doclicense.texi: Update to FDL 1.3.
4127 * emacs.texi, emacs-xtra.texi: Relicense under FDL 1.3 or later.
4128
27267e4c
CY
41292008-11-17 Chong Yidong <cyd@stupidchicken.com>
4130
696f351d
CY
4131 * custom.texi (Minor Modes): Define mode commands and mode variables
4132 more precisely. Recommend using mode commands instead of setting
4133 variables directly. Put minor modes in a list, and add more modes.
cd9da8b8
CY
4134 (Easy Customization): Use "init file" instead of .emacs.
4135 (Customization Groups): Update to new Custom buffer appearance.
4136 (Saving Customizations): Copyedits. Update example.
4137 (Variables): Give example of variable type-sensitivity.
4138 (Examining): Update example.
4139 (Hooks): Copyedits.
4140 (Specifying File Variables): Use C comments instead of an artificial
4141 Lisp for the example.
4142 (Keymaps): Move internals discussion to Prefix Keymaps.
4143 (Rebinding): Remove redundant paragraph (stated in Key Binding).
4144 (Init Rebinding): Document kbd macro.
4145 (Init File): Link to Find Init.
696f351d
CY
4146
4147 * mark.texi (Using Region): Document Delete Selection Mode more
4148 thoroughly.
4149
4150 * frames.texi (Mouse Commands): Move most of the description of Delete
4151 Selection Mode to Using Region, and link to it.
1bc9c425 4152 (Clipboard): Note that paste is bound to clipboard-yank.
696f351d 4153
b0570c25
CY
4154 * building.texi (Compilation): Document first-error value of
4155 compilation-scroll-output.
4156 (Compilation Mode): Note that compilation-auto-jump-to-first-error
4157 works as soon as an error is available. Suggested by Juri Linkov.
4158
27267e4c
CY
4159 * mini.texi (Passwords): New node.
4160
4161 * files.texi (Remote Files): Link to Passwords node.
4162
4163 * emacs.texi (Top): Update node listings.
4164
122eb807
CY
41652008-11-16 Chong Yidong <cyd@stupidchicken.com>
4166
9c9855a3
CY
4167 * ack.texi (Acknowledgments): Some updating of credits.
4168
bd6fdcad
CY
4169 * emacs.texi (Acknowledgments): Add a couple more names.
4170
dd1eef46
CY
4171 * dired.texi (Dired Deletion): Document delete-by-moving-to-trash.
4172
122eb807 4173 * files.texi (Directories): Describe delete-directory in text.
dd1eef46 4174 (Misc File Ops): Document use of trash.
122eb807 4175
801a8da1
JB
41762008-11-16 Juanma Barranquero <lekktu@gmail.com>
4177
4178 * macos.texi (Mac Customization): Fix typos.
4179
0b4f2253
CY
41802008-11-14 Chong Yidong <cyd@stupidchicken.com>
4181
4182 * macos.texi (Mac OS): Move Cocoa manual from ns-emacs.texi to here,
4183 replacing previous contents. Numerous copyedits to adapt ns-emacs to
4184 the conventions of the main Emacs manual.
4185
4186 * emacs.texi (Top): Update node listings.
4187
517e2b89
CY
41882008-11-12 Chong Yidong <cyd@stupidchicken.com>
4189
07a85685
CY
4190 * cmdargs.texi (Emacs Invocation): Link to Emacs Server. Note that
4191 command-line-args is processed during startup.
4192 (Action Arguments): Correctly describe how file arguments interact with
4193 the startup screen. Link to Lisp Interaction for scratch buffer.
4194 (Initial Options): Link to Command Example for -batch option.
4195 (Environment): Document initial-environment.
4196
517e2b89
CY
4197 * entering.texi (Entering Emacs): Note that inhibit-startup-screen
4198 can't be changed in the site-start file.
4199
6337bbde
CY
42002008-11-07 Chong Yidong <cyd@stupidchicken.com>
4201
4202 * dired.texi (Dired): Mention C-x C-d too.
4203 (Dired Enter): Document M-n in the Dired minibuffer.
1c6c854e
CS
4204 (Dired Navigation): Explain dired-goto-file more clearly.
4205 Document dired-isearch-filenames.
6337bbde
CY
4206 (Dired Deletion): Remove unnecessary "expunged" terminology.
4207 (Flagging Many Files): & is now rebound to `% &'.
4208 (Shell Commands in Dired): Document dired-do-async-shell-command.
4209 Clarify how multi-file arguments are passed.
4210 (Misc Dired Features): Document dired-do-isearch.
4211
9e8eeff9
CY
42122008-11-06 Chong Yidong <cyd@stupidchicken.com>
4213
4214 * entering.texi (Entering Emacs): Document inhibit-startup-screen.
4215
e071f849
CY
42162008-11-03 Chong Yidong <cyd@stupidchicken.com>
4217
4218 * search.texi (Other Repeating Search): Remove obsolete findex entries.
4219
05482eb1
CY
42202008-11-01 Chong Yidong <cyd@stupidchicken.com>
4221
e2346dea
CY
4222 * programs.texi (Program Modes): Link to Program Indent node.
4223 (Left Margin Paren): Explain consequences of changing
4224 open-paren-in-column-0-is-defun-start more concisely.
4225 (Which Function, Program Indent, Info Lookup): Minor edits.
4226 (Basic Indent): If region is active, TAB indents the region.
1c6c854e
CS
4227 (Multi-line Indent): If region is active, TAB indents the region.
4228 Note that indent-region is useful when Transient Mark mode is off.
e2346dea
CY
4229 (Matching): The delimiter at the cursor is highlighted---the character
4230 changes color.
4231 (Symbol Completion): Link to Completion node.
4232
e4b6428c
CY
4233 * misc.texi (Invoking emacsclient): Describe how to use Emacs server in
4234 a strictly text-only system.
4235
05482eb1
CY
4236 * abbrevs.texi (Saving Abbrevs): Note that abbrev file is not loaded in
4237 batch mode.
4238
a11d3737
RS
42392008-11-01 Richard M. Stallman <rms@gnu.org>
4240
5abad626
RS
4241 * misc.texi (Document View): Major rewrite.
4242
a11d3737
RS
4243 * maintaining.texi (Types of Log File): Change logs are older than
4244 version control.
4245 (VCS Concepts): Simplify and rearrange.
4246 (Version Control Systems): Make it clear that Linux is only the kernel.
4247 (VC Mode Line): Shorten reference to menu item.
4248 (Basic VC Editing): Clarify VC fileset. Shorten and simplify.
4249 (VC Directory Mode): Minor cleanup.
4250 Unchanged files are hidden, not omitted.
4251 (VC Directory Commands): Shorten and simplify.
4252 (Change Log Commands): New node, split from Change Logs.
4253 (VC Directory Buffer): New node, split from VC Directory Mode.
4254
c55a4acb
CY
42552008-10-31 Chong Yidong <cyd@stupidchicken.com>
4256
1c6c854e 4257 * misc.texi (Document View): Rename from Document Files, moved here
df0356f6
CY
4258 from files.texi.
4259
1c6c854e
CS
4260 * files.texi (Version Control): Move to maintaining.texi.
4261 Subnodes moved as well.
4262 (Document Files): Move to misc.texi.
df0356f6 4263
c55a4acb
CY
4264 * maintaining.texi (Change Log): Document log-edit-insert-changelog and
4265 vc-update-change-log.
df0356f6
CY
4266 (Version Control): Move here from files.texi.
4267 (Format of ChangeLog): Make it a subnode of Change Log.
4268
4269 * emacs.texi (Top): Update node listing.
c55a4acb 4270
ef082374
TH
42712008-10-31 Tassilo Horn <tassilo@member.fsf.org>
4272
4273 * files.texi (Files): Add a section about document
4274 files (doc-view-mode).
4275
d52582c3
CY
42762008-10-31 Chong Yidong <cyd@stupidchicken.com>
4277
1c6c854e
CS
4278 * building.texi (Compilation Mode):
4279 Document compilation-auto-jump-to-first-error.
d52582c3
CY
4280 (Debuggers): Lower GUD subsections to subsubsections.
4281 (Starting GUD): Add cindex.
4282 (Lisp Interaction): Note that scratch is no longer the initial buffer.
4283
4e0a0968
CY
42842008-10-30 Chong Yidong <cyd@stupidchicken.com>
4285
03625b47
CY
4286 * indent.texi (Indentation): Link to Program Indent.
4287
4e0a0968
CY
4288 * misc.texi (Invoking emacsclient): If Emacs has no available frame, it
4289 now uses emacsclient's terminal.
4290
8bd3f7ef
CY
42912008-10-29 Chong Yidong <cyd@stupidchicken.com>
4292
80e5620e
CY
4293 * mark.texi (Using Region): Document use-empty-active-region.
4294
97d5c404
CY
4295 * emacs.texi (Top): Update node listings.
4296
1c6c854e
CS
4297 * misc.texi (Emacs Server): Rewrite. Document daemon-mode.
4298 Don't mention obsolete emacs.bash script.
8bd3f7ef
CY
4299 (Invoking emacsclient): Rewrite, moving optional arguments to
4300 emacsclient Options.
21d2bae3
CY
4301 (emacsclient Options): New node. Document server-use-tcp and
4302 server-host.
8bd3f7ef 4303
5fda2cbd
CY
43042008-10-28 Chong Yidong <cyd@stupidchicken.com>
4305
4306 * indent.texi (Indentation): Replace list with paragraphed text,
4307 putting description of syntax-driven indentation first. Document new
4308 effect of active regions on tab.
4309 (Tab Stops): Note that editable tab stops affect indentation commands.
4310
4ff029f6
DN
43112008-10-27 Dan Nicolaescu <dann@ics.uci.edu>
4312
4313 * cmdargs.texi (Initial Options): Document -daemon=SERVER_NAME.
4314
996cd6e4
CY
43152008-10-23 Chong Yidong <cyd@stupidchicken.com>
4316
f28815e3
CY
4317 * custom.texi (Function Keys): Note that modified keypad keys are not
4318 translated.
4319
996cd6e4
CY
4320 * basic.texi (Arguments): Explain how to insert multiple digits.
4321
49545fe2
MA
43222008-10-22 Michael Albinus <michael.albinus@gmx.de>
4323
4324 * files.texi (Remote Files): Precise selection of default method.
4325 Rewrite paragraph about disabling remote file names.
4326
edac0b53
CY
43272008-10-22 Chong Yidong <cyd@stupidchicken.com>
4328
e752c544
CY
4329 * search.texi (Special Isearch): Document M-TAB is isearch.
4330
edac0b53
CY
4331 * files.texi (VC Mode Line): Use @kbd instead of @key for mouse
4332 command.
4333
4334 * frames.texi: Use @kbd instead of @key for mouse commands throughout.
4335
20a36054
TH
43362008-10-22 Tassilo Horn <tassilo@member.fsf.org>
4337
1c6c854e 4338 * emacs.texi (Acknowledgments): Add myself to Acknowledgments
20a36054
TH
4339 section.
4340
69051ab6
CY
43412008-10-21 Chong Yidong <cyd@stupidchicken.com>
4342
c4b1a32a
CY
4343 * vc1-xtra.texi: Move nodes VC Directory Mode and VC Directory Commands
4344 to files.texi. Move contents of vc2-xtra.texi here.
4345
4346 * vc2-xtra.texi: File removed.
4347
4348 * vc-xtra.texi (Advanced VC Usage): Remove VC Directory Mode and VC
4349 Directory Commands from the submenu. Don't include deleted file
4350 vc2-xtra.texi.
4351
4352 * files.texi (Visiting): Document find-file-confirm-nonexistent-file.
4353 (Version Control): Add VC Directory Mode and VC Directory Commands to
4354 the submenu.
4355 (Why Version Control?): Use table format.
4356 (Version Control Systems): Note that Meta-CVS support is gone.
4357 (VCS Concepts): Note precisely when VC started supporting filesets.
4358 Remove bogus xref to CVS Options node.
4359 (Types of Log File): Copyedits.
4360 (VC Mode Line): Document tooltips and mouse-1 on VC indicator.
4361 (Basic VC Editing): Content moved from Selecting A Fileset and Doing
4362 The Right Thing.
4363 (Selecting A Fileset, Doing The Right Thing): Nodes deleted.
4364 (Log Buffer): Reorganize node, putting C-c C-c description first.
4365 (Old Revisions): Use CVS for example, not RCS.
4366 (Secondary VC Commands): Remove VC Directory Mode and VC Directory
4367 Commands from the submenu, putting them under Version Control.
4368 (VC Directory Mode): Move node contents here from vc1-xtra.texi; we
4369 need to include it in the manual unconditionally, since it is now
4370 crucial to using distributed version control systems.
1a6e2954
CY
4371 (Comparing Files): Note that diff uses the minibuffer, and that the
4372 output is shown using Diff mode.
1c6c854e
CS
4373 (Diff Mode): Explain what "patch" and "hunk" mean.
4374 Document diff-update-on-the-fly, diff-refine-hunk, and
b328f1b9 4375 diff-show-trailing-whitespaces.
1a6e2954 4376 (File Archives): Add rar support.
c4b1a32a 4377
69051ab6
CY
4378 * major.texi (Choosing Modes): Make mode selection sequence more
4379 obvious by describing the steps in order of priority. Note that
1c6c854e
CS
4380 magic-mode-alist is nil by default.
4381 Document magic-fallback-mode-alist.
69051ab6 4382
e7421e03
CY
43832008-10-20 Chong Yidong <cyd@stupidchicken.com>
4384
4385 * frames.texi (Mouse References): Copyedits.
4386
6b2efdc2
TH
43872008-10-20 Tassilo Horn <tassilo@member.fsf.org>
4388
4389 * ack.texi (Acknowledgments): Add myself as doc-view author.
4390
9c5e9396
EZ
43912008-10-20 Eli Zaretskii <eliz@gnu.org>
4392
4393 * frames.texi (Dialog Boxes): Add @cindex entries.
4394
dac94f8e
CY
43952008-10-20 Chong Yidong <cyd@stupidchicken.com>
4396
4397 * frames.texi (Dialog Boxes): Clarify description of GTK+ file chooser.
4398 (Text-Only Mouse): Copyedit.
4399
25597d40
CY
44002008-10-19 Chong Yidong <cyd@stupidchicken.com>
4401
f8a447f6
CY
4402 * frames.texi: Use @key throughout for mouse clicks.
4403 (Cut/Paste Other App): Document yank-pop-change-selection.
25597d40
CY
4404 (Secondary Selection): Fix modified mouse click syntax.
4405 (Clipboard): Describe Cut, Copy and Paste commands.
4406 (Mouse References): Not all references are in read-only buffers.
f8a447f6
CY
4407 Copyedits.
4408 (Creating Frames): Add xref to Init File.
4409 (Frame Commands): Add xref to Exiting.
4410 (Scroll Bars): Document GTK vs toolkit behavior.
25597d40 4411
b0f95216
CY
44122008-10-15 Chong Yidong <cyd@stupidchicken.com>
4413
b0817f00
CY
4414 * files.texi (Version Control): Copyedits. Add Bazaar.
4415 (Version Control Systems): List different VCS's using an itemized list.
4416 Add Bazaar.
4417 (VCS Concepts): Copyedits. Tweak description of file merging.
4418
b0f95216
CY
4419 * frames.texi (Mouse Commands, Cut/Paste Other App): Rewrite.
4420 (Cut/Paste Other App): Document select-active-regions and
4421 x-select-enable-primary.
4422
69d0d701
CY
44232008-10-13 Chong Yidong <cyd@stupidchicken.com>
4424
4425 * mark.texi (Shift Selection): Correct case in node name.
4426
4427 * emacs.texi (Top): Update node order in Mark chapter.
4428
375e8351
EZ
44292008-10-12 Eli Zaretskii <eliz@gnu.org>
4430
4431 * msdog-xtra.texi (MS-DOS): Fix bad pxref.
4432
4433 * mini.texi (Minibuffer File): Fix markup in last change. Refer to
4434 elsewhere in the manual instead of describing yet again the intricacies
4435 of $HOME on MS-Windows and MS-DOS.
4436
ab58114f
CY
44372008-10-12 Chong Yidong <cyd@stupidchicken.com>
4438
4f959513 4439 * mini.texi (Minibuffer File): Add xref to File Names.
1c6c854e
CS
4440 (Minibuffer File): Add discussion of `~' in file names.
4441 Add insert-default-directory index reference.
4f959513 4442
ab58114f
CY
4443 * files.texi (File Names): Reorganize description.
4444 (Visiting): Add xref to Mode Line. Copyedits.
4445 (Save Commands): Mention prefix behavior of C-x C-s.
4446 (Numbered Backups): Node deleted.
4447 (Backup Names): Contents of Numbered Backups moved here. State default
4448 of version-control variable.
4449 (Reverting): Copyedits.
4450 (Version Control): Add additional version control systems.
4451
4452 * emacs.texi (Top): Delete Numbered Backups node.
4453
4454 * cmdargs.texi (General Variables): Change Numbered Backups xref to
4455 Backup Names.
f2884f63 4456 (Initial Options): Document renamed variable inhibit-startup-screen.
ab58114f 4457
b0b5100a
RF
44582008-10-11 Romain Francoise <romain@orebokech.com>
4459
4460 * kmacro.texi (Edit Keyboard Macro): Lossage is now 300 keys.
4461
89774b5f
CY
44622008-10-11 Chong Yidong <cyd@stupidchicken.com>
4463
4464 * buffers.texi (Buffers): Add xrefs to Mode Line and Lisp Interaction.
4465 (Select Buffer): Mention use of minibuffer history. Describe default
4466 value of default-major-mode. Mention that C-x 4 b selects the other
4467 window.
4468 (List Buffers): Document CRM indicators in the order they appear.
4469 (Kill Buffer): Document new command kill-matching buffers.
4470 (Several Buffers): Move explanation of the relationship between buffer
4471 list and buffer menu to the top.
4472 (Indirect Buffers): Document new variable clone-indirect-buffer-hook.
4473
4c72bf27
CY
44742008-10-10 Chong Yidong <cyd@stupidchicken.com>
4475
4476 * entering.texi (Exiting): Document change of C-x C-c to
4477 save-buffers-kill-terminal. Document kill-emacs.
4478
f68eb991
EZ
44792008-09-30 Eli Zaretskii <eliz@gnu.org>
4480
4481 * mule.texi (Coding Systems): Don't mention codepage-setup.
4482
4483 * msdog-xtra.texi (MS-DOS Printing, MS-DOS and MULE): No need to create
4484 cpNNN coding systems anymore.
4485 (MS-DOS and MULE): Don't mention code-pages.el. Don't mention support
1c6c854e
CS
4486 for unibyte mode. Don't mention line-drawing characters.
4487 Don't mention dos-unsupported-char-glyph.
f68eb991 4488
1a2dd44d
CY
44892008-09-25 Chong Yidong <cyd@stupidchicken.com>
4490
4491 * search.texi (Search): Shorten introduction.
4492 (Basic Isearch): Add command table. Discuss reverse isearch and
4493 isearch highlighting.
4494 (Repeat Isearch): Move lazy highlighting discussion here. Add search
4495 ring to cindex.
4496 (Special Isearch): Move input methods discussion here.
4497 (Non-ASCII Isearch): Node deleted, merged with Special Isearch.
4498 (Isearch Yank): Node deleted, and contents moved into Basic Isearch and
4499 Repeat Isearch.
4500 (Isearch Minibuffer): New node.
4501 (Word Search): Document new word search commands.
4502 (Regexp Example): Simplify example using sentence-end-base variable.
4503 (Replace): Reword introduction.
4504 (Unconditional Replace): Remove unnecessary example.
4505 (Other Repeating Search): Document new `M-s o' binding.
4506
4507 * emacs.texi (Top): Update node listings.
4508
e45da31d
JB
45092008-09-22 Juanma Barranquero <lekktu@gmail.com>
4510
4511 * emacs.texi (Top): Remove Kill Errors from menu.
4512
841c8096
CY
45132008-09-22 Chong Yidong <cyd@stupidchicken.com>
4514
402168fa
CY
4515 * kmacro.texi (Basic Keyboard Macro): Make F3 and F4 the preferred
4516 interface for defining macros. Simplify examples. Note that C-g quits
4517 macro definitions.
1c6c854e
CS
4518 (Keyboard Macro Counter): Document using F3 to insert counter.
4519 Give usage example.
402168fa
CY
4520 (Keyboard Macro Query): Organize query responses in a table.
4521
1c6c854e
CS
4522 * fixit.texi (Fixit): Favor C-/ keybinding for undo throughout.
4523 Link to Erasing node.
841c8096
CY
4524 (Undo): Reorganize paragraphs for logical flow. Move keybinding
4525 rationale to a footnote.
4526 (Kill Errors): Remove node, due to redundancy with Erasing.
4527 (Spelling): Move discussion of flyspell to end. Note new behavior of
4528 M-$ in active region. Remove non-ispell-specific keybindings from
4529 table.
4530
eab2ee89
DN
45312008-09-21 Dan Nicolaescu <dann@ics.uci.edu>
4532
4533 * cmdargs.texi (Initial Options): Document --daemon.
4534
3d53e905
GM
45352008-09-20 Glenn Morris <rgm@gnu.org>
4536
4537 * files.texi (Numbered Backups): Mention that some modes set
4538 version-control.
4539
1c90484d
GM
45402008-09-20 Jim Blandy <jimb@red-bean.com>
4541
4542 * files.texi (Numbered Backups): Reference File Variables, as well.
4543 Remove discussion of Rmail's implementation.
4544
0fc0d844
CY
45452008-09-06 Chong Yidong <cyd@stupidchicken.com>
4546
4547 * misc.texi (Recursive Edit): Note that top-level exits active
4548 minibuffers.
4549
4550 * trouble.texi (Quitting): Likewise.
4551
b18d283d
CY
45522008-08-31 Chong Yidong <cyd@stupidchicken.com>
4553
4554 * emacs.texi (Top): Add Temporary Face Changes xref.
4555
4556 * display.texi (Display): Move Temporary Face Changes node to just
4557 after Standard Faces.
4558 (Scrolling): Document recenter-top-bottom instead of recenter.
4559 (Horizontal Scrolling): Move auto hscroll discussion to the top.
4560 (Faces, Standard Faces, Temporary Face Changes, Useless Whitespace)
4561 (Display Custom): Copyedits.
4562 (Optional Mode Line): Document display-battery-mode.
4563
180135fc
RF
45642008-08-27 Romain Francoise <romain@orebokech.com>
4565
4566 * custom.texi (Directory Variables): Minor fix.
4567
d3fe3475
GM
45682008-08-27 Glenn Morris <rgm@gnu.org>
4569
4570 * cal-xtra.texi (Advanced Calendar/Diary Usage): Tweak some menu
4571 descriptions.
4572 (Calendar Customizing): Tweak layout description.
183080b6 4573 Move calendar-today-marker and calendar-today face to the other
d3fe3475
GM
4574 markers. Condense calendar-star-date and calendar-mark-today
4575 description.
4576 (Holiday Customizing): Add oriental and solar holidays.
4577 Add index entries for Baha'i, Christian, Hebrew and Islamic holidays.
4578 Fix holiday-float description. Use zerop in examples. Be less verbose.
4579 (Date Display Format): Change ISO format. Be less verbose.
4580 (Diary Customizing): Mention day and month abbrev arrays.
4581 Mention the date-form variables by name. Update European example.
4582 (Non-Gregorian Diary): Change node name. Mention Baha'i functions.
4583 Condense examples. Mention diary-entry-symbols by name.
4584 Condense table for insertion commands.
4585 (Fancy Diary Display): Mention diary-include-string and
4586 diary-sexp-entry-symbol. Condense example. Add Chinese, Coptic,
4587 Ethiopic, Persian date functions. Condense descriptions.
4588
4589 * calendar.texi (Format of Diary File): Mention diary-nonmarking-symbol.
4590 (Adding to Diary): Adapt for changed node name.
4591
71755807
GM
45922008-08-26 Glenn Morris <rgm@gnu.org>
4593
4594 * cal-xtra.texi (Non-Gregorian Diary Entries): New name for
4595 node "Hebrew/Islamic Entries".
4596
4597 * calendar.texi (Specified Dates): Fix names of iso functions.
4598 (General Calendar): There may not be another window.
4599 (Writing Calendar Files, Holidays): Tweak intro.
4600 (Holidays): Mention Baha'i and Chinese holidays.
4601 (Sunrise/Sunset): Add M-x calendar-sunrise-sunset-month.
4602 (Lunar Phases): Remove incorrect reference to calendar-time-zone.
4603 (To Other Calendar): Add calendar-print-other-dates.
4604 Refer to "graphic display" rather than "X.
4605 (From Other Calendar): Add calendar-bahai-goto-date. Fix reference.
4606 (Displaying the Diary): Fix whitespace after reference.
4607 Fix `diary-number-of-entries' reference.
4608 (Date Formats): Explicitly mention that day names can be abbreviated.
4609 (Adding to Diary): Add some references to other sections.
4610 (Special Diary Entries): Fix reference.
4611 (Appointments): Simplify appt-message-warning-time entry.
4612 Clarify where times must be.
4613 (Importing Diary): Comment out icalendar paragraph that does not apply.
4614 (Time Intervals): Simplify entry for timeclock-ask-before-exiting.
4615
d76ebc75
GM
46162008-08-23 Glenn Morris <rgm@gnu.org>
4617
4618 * fortran-xtra.texi (Fortran): Change description of free form and
4619 fixed form a bit. Mention hideshow and imenu.
4620 (Fortran Motion): Mention fortran-end-of-subprogram,
4621 fortran-beginning-of-subprogram, fortran-mark-do, fortran-mark-if.
4622 (Fortran Indent): Minor re-word.
4623 (ForIndent Commands): Mention fortran-fill-paragraph and
4624 fortran-fill-statement.
4625 (ForIndent Cont): Mention fortran-tab-mode-string.
4626 (Fortran Comments): Mention fortran-comment-line-start-skip.
4627 (Fortran Columns): Mention font-locking.
4628 (Fortran Abbrev): Word syntax not relevant with new-style abbrev.
4629
1fc0ce04 46302008-08-23 Johan Bockgård <bojohan@muon>
e2a71e28
JB
4631
4632 * basic.texi (Moving Point): Fix <prior>/<next> confusion.
4633
5c52e13c
CY
46342008-08-22 Chong Yidong <cyd@stupidchicken.com>
4635
4636 * mini.texi (Minibuffer): Simplify introduction.
4637 (Minibuffer File): Document tilde in minibuffer filenames.
4638 (Minibuffer Edit): Mention that the prompt is read-only. Describe how
4639 to enter tabs, spaces, and question marks. Describe behavior of C-a.
4640 (Completion Example): Update example to current command list.
4641 (Completion Options): Document `lazy' value of completion-auto-help.
4642 Update contents of completion-ignored-extensions.
4643 (Minibuffer History): Describe "future history" list. State default
4644 value of history-delete-duplicates.
4645
77a00355
GM
46462008-08-21 Glenn Morris <rgm@gnu.org>
4647
4648 * fortran-xtra.texi (Fortran Columns): Document `fortran-line-length'.
87aae241 4649 (Fortran Comments): Replace fortran-indent-comment with comment-dwim.
77a00355 4650
39ee1d04
CY
46512008-08-17 Chong Yidong <cyd@stupidchicken.com>
4652
4653 * regs.texi (Registers): Clarify valid register names.
4654 (RegPos): Note that buffer is saved and restored too.
4655 (RegText): Note that mark is reactivated/deactivated.
4656 (RegConfig): Xref to Windows node.
4657
b12c348f
CY
46582008-08-16 Chong Yidong <cyd@stupidchicken.com>
4659
3ae7ba79
CY
4660 * basic.texi (Inserting Text): Provide command name for C-q.
4661
b12c348f
CY
4662 * killing.texi (Killing): Copyedit. Define read-only text.
4663 (Deletion): DEL and C-d were already explained in Erasing; xref there.
4664 (Killing by Lines): Copyedit.
4665 (Other Kill Commands): Move M-w description here.
4666 (Yanking): Move M-w to Other Kill Commands.
4667 (Kill Ring): Also mention saving text in registers. Link to Text
4668 Properties in elisp manual.
4669 (Accumulating Text): Copyedit.
4670 (CUA Bindings): Shift selection is now the default.
4671
d8ff7692
TZ
46722008-08-12 Teodor Zlatanov <tzz@lifelogs.com>
4673
4674 * maintaining.texi (Change Log): Mention next-error is available.
4675
a43a8a2e
GM
46762008-08-10 Glenn Morris <rgm@gnu.org>
4677
4678 * cal-xtra.texi (Calendar Customizing): Mention whitespace variables
4679 and intermonth text.
4680 (Holiday Customizing): Add holiday-chinese.
4681
eba27308
EZ
46822008-08-08 Eli Zaretskii <eliz@gnu.org>
4683
4684 * files.texi (Log Buffer, Diff Mode): Fix last changes. Add indexing.
4685
5f14a5b3
DN
46862008-08-07 Dan Nicolaescu <dann@ics.uci.edu>
4687
4688 * files.texi (Log Buffer): Describe C-c C-d.
4689 (Diff Mode): Describe C-x 4 A.
4690
49989bff
EZ
46912008-08-06 Eli Zaretskii <eliz@gnu.org>
4692
4693 * vc1-xtra.texi (VC Directory Mode): Fix last change.
4694
5c915c02
DN
46952008-08-06 Dan Nicolaescu <dann@ics.uci.edu>
4696
2beaf97a
DN
4697 * files.texi (Old Revisions): Update the keys used by vc-annotate and
4698 describe the new bindings to show the changeset diff, toggle annotation
4699 visibility, show revisions.
4700 (VC Status): Describe key bindings for modifying the change comments,
4701 displaying changeset diffs and annotations.
4702
5c915c02
DN
4703 * vc1-xtra.texi (VC Directory Mode): Talk about multiple VC systems.
4704
71798ace
NR
47052008-08-05 Nick Roberts <nickrob@snap.net.nz>
4706
4707 * vc1-xtra.texi (VC Directory Mode): Fix typo.
4708
b8949644
EZ
47092008-08-02 Eli Zaretskii <eliz@gnu.org>
4710
4711 * vc1-xtra.texi (VC Directory Mode, VC Directory Commands): Fix English
4712 and wording.
4713
819567d1
DN
47142008-08-02 Dan Nicolaescu <dann@ics.uci.edu>
4715
4716 * vc1-xtra.texi (VC Directory Mode): Fix and improve the info about
b8949644 4717 marking/unmarking. Add descriptions for the multiple file search
819567d1
DN
4718 commands. Improve some old info.
4719
5f38310a
CY
47202008-07-31 Chong Yidong <cyd@stupidchicken.com>
4721
0dc3906b
CY
4722 * display.texi (Visual Line Mode): New node.
4723
5f38310a 4724 * basic.texi (Inserting Text): Move DEL to deletion node.
1c6c854e
CS
4725 (Moving Point): Add additional alternative key bindings.
4726 Describe line-move-visual.
5f38310a
CY
4727 (Erasing): Describe DEL.
4728 (Basic Undo, Blank Lines, Arguments): Copyedit.
4729 (Continuation Lines): Mention Visual Line mode.
4730 (Position Info): Move extended discussion to mule.texi.
4731
4732 * mule.texi (International Chars): Describe C-x =.
4733
4734 * emacs.texi (Top): Add Visual Line Mode node.
4735
7c2fb837
DN
47362008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
4737
4738 * emacs.texi: Remove VMS support.
4739
3f6b73ef
DN
47402008-07-30 Dan Nicolaescu <dann@ics.uci.edu>
4741
4742 * vc1-xtra.texi (VC Directory Mode): Update the display format and fix
4743 the vc-dir command name.
4744
9e2a2647
DN
47452008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
4746
4747 * xresources.texi: Remove mentions of Mac Carbon.
4748
568beaa2
AS
47492008-07-19 Andreas Schwab <schwab@suse.de>
4750
4751 * ns-emacs.texi: Move to ../misc.
4752
0ef94706
CY
47532008-07-15 Chong Yidong <cyd@stupidchicken.com>
4754
4755 * entering.texi (Exiting): Don't describe text-only terminals as the
4756 default. Describe the new startup screen.
4757 (Exiting): Describe how to kill Emacs first. Change description of
4758 iconification to handle modern window systems.
4759
ba60bd44 47602008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
edfda783
AR
4761
4762 * ns-emacs.texi: New file, documents features of Emacs port under
4763 NeXTstep windowing.
4764
9f30aa73
CY
47652008-07-15 Chong Yidong <cyd@stupidchicken.com>
4766
938a5d2e
CY
4767 * entering.texi (Entering Emacs): Update prev node.
4768
4769 * glossary.texi (Glossary): Remove xref to Text Characters.
4770
9f30aa73
CY
4771 * commands.texi (User Input): Rewrite. Describe Emacs' behavior
4772 directly, rather than in the context of ASCII. Move description of
4773 special properties of modifier key to new Modifier Keys node.
4774 (Keys): Copyedit.
4775 (Text Characters): Delete node. Multibyte is the default nowadays, and
4776 the node contents are obsolete.
4777
4778 * custom.texi (Modifier Keys): New node.
4779
4780 * emacs.texi (Top): Update node list.
4781
7e53d36c
CY
47822008-07-13 Chong Yidong <cyd@stupidchicken.com>
4783
4784 * emacs.texi (Intro): Increase conciseness slightly. Remove paragraph
4785 saying that Emacs provides menus and mouse support (which is par for
4786 the course).
4787
4788 * screen.texi (Screen): Copyedit. Define "buffer" and "current buffer"
4789 early on.
4790 (Point): Copyedit. Relegate historical trivia to a footnote.
4791 (Mode Line): Explain mode-line format more consistently.
4792 (Menu Bar): Copyedit.
4793
1e9fa96d
GM
47942008-06-27 Glenn Morris <rgm@gnu.org>
4795
4796 * cal-xtra.texi (Sexp Diary Entries):
4797 * calendar.texi (Lunar Phases): Update for lunar.el name changes.
4798
dc9bebb8
CY
47992008-06-26 Chong Yidong <cyd@stupidchicken.com>
4800
4801 * mark.texi (Shift selection): New node.
4802 (Mark): Copyedits.
4803 (Persistent Mark): Move to the end of the chapter.
4804
e7881076
EZ
48052008-06-20 Eli Zaretskii <eliz@gnu.org>
4806
4807 * makefile.w32-in (distclean): Remove makefile.
4808
f427400c
NR
48092008-06-17 Nick Roberts <nickrob@snap.net.nz>
4810
4811 * building.texi (Starting GUD): Add an entry for gud-gdb.
4812 (GDB Graphical Interface): Explain that gud-gdb is now needed for text
4813 command mode.
4814
b597d348
GM
48152008-06-17 Glenn Morris <rgm@gnu.org>
4816
4817 * calendar.texi: Fix references to mouse-2 and mouse-3 in calendar.
4818
647b7094
NR
48192008-06-17 Nick Roberts <nickrob@snap.net.nz>
4820
4821 * building.texi (Starting GUD): Expand on remote debugging.
4822 (Other GDB-UI Buffers): Mention new keyboard bindings.
4823
47a30023
GM
48242008-06-15 Glenn Morris <rgm@gnu.org>
4825
4826 * gnu.texi: Use a verbatim license for this invariant section,
4827 as per etc/GNU.
4828
37e5d54a
GM
48292008-06-13 Daniel Engeler <engeler@gmail.com>
4830
4831 * emacs.texi, misc.texi: Add documentation about serial port access.
4832
8e65d46c
GM
48332008-06-13 Glenn Morris <rgm@gnu.org>
4834
c1473b4c
MB
4835 * emacs-xtra.texi, emacs.texi: Update Back-Cover text per
4836 maintain.info.
8e65d46c 4837
e40a85cd
MB
48382008-06-05 Miles Bader <miles@gnu.org>
4839
4840 * display.texi (Temporary Face Changes): Update to reflect function
4841 renamings in face-remap.el.
4842
56c73dec
MB
48432008-06-04 Miles Bader <miles@gnu.org>
4844
1c6c854e
CS
4845 * display.texi (Temporary Face Changes):
4846 Add `adjust-buffer-face-height'. Rewrite description of
56c73dec
MB
4847 `increase-buffer-face-height' and `decrease-default-face-height' now
4848 that they aren't bound by default.
4849
9d3d42fb
MB
48502008-06-03 Miles Bader <miles@gnu.org>
4851
4852 * display.texi (Temporary Face Changes): New node.
4853
2be6bfe2
EZ
48542008-05-31 Eli Zaretskii <eliz@gnu.org>
4855
4856 * msdog.texi (Windows Keyboard): Fix text added on 2008-05-29.
4857
daf7e339
GM
48582008-05-31 Glenn Morris <rgm@gnu.org>
4859
4860 * cal-xtra.texi (Fancy Diary Display): Simplify.
4861
d21d2618
GM
48622008-05-30 Glenn Morris <rgm@gnu.org>
4863
4864 * cal-xtra.texi (Fancy Diary Display): Update for
4865 diary-display-function replacing diary-display-hook.
4866
71ce5fd0
JB
48672008-05-29 Drew Adams <drew.adams@oracle.com>
4868
4869 * msdog.texi (Windows Keyboard): Add descriptions of
4870 w32-register-hot-key and w32-unregister-hot-key.
4871
a3cdbdf8
MO
48722008-05-21 Tom Tromey <tromey@redhat.com>
4873
4874 * custom.texi (Directory Variables): Grammar fix. Link to Safe File
4875 Variables node.
4876
854a574c
MO
48772008-05-19 Tom Tromey <tromey@redhat.com>
4878
4879 * custom.texi (Variables): Add Directory Variables to menu.
4880 (Directory Variables): New node.
4881
7c2ec3f9
ER
48822008-05-16 Eric S. Raymond <esr@snark.thyrsus.com>
4883
71ce5fd0 4884 * vc2-xtra.texi: Modify an example so it reflects what vc.el now does.
7c2ec3f9 4885
370fded4
ER
48862008-05-15 Eric S. Raymond <esr@snark.thyrsus.com>
4887
4888 * vc2-xtra.texi, emacs.texi, files.texi: Snapshots node renamed to
352c8b4a
GM
4889 Revision Tags and rewritten. Section now uses modern terminology,
4890 (tags rather than snapshots) and describes post-SCCS systems more
370fded4
ER
4891 accurately.
4892
6af511e3
EZ
48932008-05-10 Eli Zaretskii <eliz@gnu.org>
4894
4895 * msdog.texi (Windows Files): Update documentation of
4896 w32-get-true-file-attributes.
4897
7a78b6e7
ER
48982008-05-09 Eric S. Raymond <esr@snark.thyrsus.com>
4899
4900 * files.texi, vc-xtra.texi, vc1-xtra.texi: Document the new VC
4901 directory mode.
4902
1bcfc24e
CY
49032008-05-08 Chong Yidong <cyd@stupidchicken.com>
4904
4905 * killing.texi (Appending Kills): Remove a strangely off-topic index
6af511e3 4906 entry "television".
1bcfc24e 4907
db86064f
ER
49082008-05-07 Eric S. Raymond <esr@snark.thyrsus.com>
4909
ab5ec32c 4910 * ack.texi, files.texi, vc2-xtra.texi: Meta-CVS is no longer supported.
db86064f 4911
a31b405e
ER
49122008-05-02 Eric S. Raymond <esr@snark.thyrsus.com>
4913
4914 * emacs/buffers.texi, emacs/files.texi (Version-control):
4915 vc-toggle-read-only is no longer a good idea...
4916
ff2c14fc
GM
49172008-04-29 Glenn Morris <rgm@gnu.org>
4918
4919 * cal-xtra.texi (Sexp Diary Entries): Clarify diary-float.
4920
367c9b7c
JL
49212008-04-22 Juri Linkov <juri@jurta.org>
4922
4923 * dired.texi (Subdirectories in Dired): Describe using `^'
4924 to return to the parent directory.
4925
4ac1e9b4
NR
49262008-04-22 Nick Roberts <nickrob@snap.net.nz>
4927
4928 * building.texi (GDB-UI Layout, Other GDB-UI Buffers): Update for
4929 recent changes.
4930
b9b3bf2b
NR
49312008-04-19 Nick Roberts <nickrob@snap.net.nz>
4932
4933 * building.texi (GDB-UI Layout, Breakpoints Buffer)
4934 (Other GDB-UI Buffers): Update for recent thread related changes.
4935
4d120d6a
SM
49362008-04-11 Mirko Vukovic <mirko.vukovic@gmail.com> (tiny change)
4937
4938 * maintaining.texi (Maintaining):
4939 * emacs.texi (Top): Typo.
4940
a152877d
SM
49412008-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
4942
b9b3bf2b
NR
4943 * display.texi (Font Lock): Prefer add-hook to using a non-nil `mode'
4944 arg in `font-lock-add-keywords'.
a152877d 4945
36c0514c
GM
49462008-04-08 Glenn Morris <rgm@gnu.org>
4947
4948 * cal-xtra.texi, calendar.texi: Update for calendar name changes.
4949 Also add Baha'i calendar references where appropriate.
4950
06a97d46
GM
49512008-04-05 Glenn Morris <rgm@gnu.org>
4952
4953 * custom.texi (Init File): Byte-compiling .emacs is bad.
4954
6adc6eed
SM
49552008-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
4956
4957 * mini.texi (Minibuffer Edit) <resize-mini-windows>: Adjust default.
4958
571388b0
GM
49592008-03-29 Glenn Morris <rgm@gnu.org>
4960
4961 * calendar.texi: Update for `calendar-date-style' replacing
4962 `european-calendar'.
4963
3ae8f876
JR
49642008-03-28 Jason Rumney <jasonr@gnu.org>
4965
4966 * display.texi (Display Custom): Mention overlay-margin in text.
4967
5bc6ddff 49682008-03-12 Reiner Steib <Reiner.Steib@gmx.de>
03a864d5 4969
5bc6ddff
MB
4970 * custom.texi, dired.texi, mini.texi, mule.texi: Add `referenced in the
4971 tutorial' comments.
03a864d5 4972
7186a830
CY
49732008-03-28 Chong Yidong <cyd@stupidchicken.com>
4974
4975 * mark.texi (Mark): Rearrange nodes.
4976 (Persistent Mark): Rename from Transient Mark.
4977 (Mark, Setting Mark, Marking Objects, Persistent Mark, Mark Ring):
4978 Describe Transient Mark mode as the default.
4979
4980 * basic.texi (Basic Undo): Don't mention setting the mark, which isn't
4981 the default behavior with Transient Mark mode off.
4982 (Position Info): Fix typo.
4983
71ce5fd0
JB
4984 * display.texi (Standard Faces): Reference the Mark node.
4985 Remove discussion of the region face, which is discussed there.
7186a830
CY
4986
4987 * emacs.texi (Top): Update node listings.
4988
4989 * files.texi (Diff Mode, Misc File Ops): Describe Transient Mark mode
4990 as the default.
4991
4992 * fixit.texi (Undo): Standardize choice of undo key sequence.
4993 (Undo, Spelling): Describe Transient Mark mode as the default.
4994
4995 * frames.texi (Mouse Commands): Treat Transient Mark mode as the
4996 default.
4997
4998 * glossary.texi (Glossary): Treat Transient Mark mode as the default.
4999
5000 * killing.texi (Kill Ring, Accumulating Text): Assume Transient Mark
5001 mode is the default, and note that the mark is not activated when set.
5002
5003 * programs.texi (Moving by Defuns, Expressions, Comment Commands):
5004 Describe Transient Mark mode as the default.
5005
5006 * search.texi (Basic Isearch): Reference the Mark Ring node.
5007 (Replace, Unconditional Replace, Other Repeating Search):
5008 Describe Transient Mark mode as the default.
5009
1c6c854e
CS
5010 * text.texi (Words, Pages, Fill Commands, HTML Mode):
5011 Describe Transient Mark mode as the default.
7186a830
CY
5012 (Paragraphs): Describe how M-h behaves when region is active.
5013
5014 * trouble.texi (Quitting): Clarify effects of C-g.
5015
dc47d1ff
GM
50162008-03-13 Glenn Morris <rgm@gnu.org>
5017
5018 * emacs.texi (EMACSVER): Set to 23.0.60.
5019
e3e0fb39 50202008-03-05 Glenn Morris <rgm@gnu.org>
8b74f389 5021
e3e0fb39
GM
5022 * dired.texi (Hiding Subdirectories): Fix previous change.
5023
50242008-03-05 Drew Adams <drew.adams@oracle.com>
5025
5026 * dired.texi (Hiding Subdirectories): Document `dired-hide-subdir'.
8b74f389 5027
5e14abf8
KS
50282008-02-28 Kim F. Storm <storm@cua.dk>
5029
5030 * help.texi (Help Files): Move describe-gnu-project to C-h g.
5031 Move describe-distribution to C-h C-o.
5032 Move view-emacs-problems to C-h C-p.
5033 Add view-emacs-debugging on C-h C-d.
5034 Add view-external-packages on C-h C-e.
d0207bf3 5035 Add view-order-manuals on C-h C-m.
5e14abf8 5036
d0207bf3 50372008-02-17 Ulrich Mueller <ulm@kph.uni-mainz.de>
17577183
BG
5038
5039 * msdog-xtra.texi (MS-DOS): Docstring fix.
5040
87e391bb
EZ
50412008-02-09 Eli Zaretskii <eliz@gnu.org>
5042
5043 * msdog.texi (Windows Fonts): Use a @table for describing font
5044 properties.
5045
5662e503
JR
50462008-02-07 Jason Rumney <jasonr@gnu.org>
5047
5048 * msdog.texi (Windows Files): w32-get-true-file-attributes default
5049 value has changed.
5050 (Windows HOME): Clarify what is meant by "if that fails as well".
5051 (Windows Fonts): New section.
5052
72463824
GM
50532008-02-07 D. E. Evans <sinuhe@gnu.org> (tiny change)
5054
5055 * basic.texi (Basic Undo): Remove duplicate "you can".
5056
7ff926e0
EZ
50572008-02-02 Eli Zaretskii <eliz@gnu.org>
5058
5059 * maintaining.texi (Tags): Fix last change.
5060
6ab7aef1
MA
50612008-02-02 Michael Albinus <michael.albinus@gmx.de>
5062
093571c3 5063 * tramp.texi: Use new FSF's Back-Cover Text.
6ab7aef1 5064
ace67e7e
NR
50652008-01-31 Nick Roberts <nickrob@snap.net.nz>
5066
5067 * trouble.texi (Checklist): Direct users to emacs-devel@gnu.org.
5068
ae068fdf
RS
50692008-01-26 Richard Stallman <rms@gnu.org>
5070
5071 * maintaining.texi (Tags): Delete redundant index entry.
5072
a56d9a08
EZ
50732008-01-26 Eli Zaretskii <eliz@gnu.org>
5074
5075 * programs.texi (Imenu): Move "@cindex tags" from here...
5076 * maintaining.texi (Tags): ...to here.
5077
e941ed90
NR
50782008-01-23 Kevin Ryde <user42@zip.com.au>
5079
5080 * custom.texi (Mouse Buttons): Update elisp xref to "Click Events" on
5081 click count.
5082
650276d5
JB
50832008-01-21 Juanma Barranquero <lekktu@gmail.com>
5084
5085 * entering.texi (Exiting): Fix typo.
5086 Reported by D. E. Evans <sinuhe@gnu.org>.
5087
8dc17977
MR
50882007-12-31 Martin Rudalics <rudalics@gmx.at>
5089
5090 * glossary.texi (Glossary): Fix typo.
5091
9f9695a6
RS
50922007-12-27 Richard Stallman <rms@gnu.org>
5093
5094 * text.texi (Formatted Text): Improve menu tag.
5095 (Editing Format Info): In Info, add duplicate menu of nodes
5096 about the submenus.
5097 (Format Faces): Say where Faces menu is found. Mention Other.
5098 (Format Colors): Say where these submenus are found.
5099 (Format Indentation, Format Justification): Likewise.
5100 (Format Properties): Likewise.
5101
abfd0191
RS
51022007-12-22 Richard Stallman <rms@gnu.org>
5103
5104 * search.texi (Query Replace): Make exp of query-replace more
5105 self-contained, and clarify.
8dc17977 5106
abfd0191
RS
5107 * cc-mode.texi (Getting Started): Change @ref to @pxref.
5108
a2586785
RS
51092007-12-15 Richard Stallman <rms@gnu.org>
5110
5111 * files.texi (Auto Save): Clarify definition of auto-saving.
5112
a67cf2bb
RS
51132007-11-26 Richard Stallman <rms@gnu.org>
5114
5115 * help.texi (Help Echo): Cleanups.
5116
448b33b1
TTN
51172007-11-23 Thien-Thi Nguyen <ttn@gnuvola.org>
5118
5119 * files.texi (Why Version Control?): Fix typo.
5120 (VCS Concepts): Fix typos; small tense fix.
4d77fc8e
TTN
5121 (Selecting a Fileset): Fix typos; small rewording.
5122 (Log Buffer): Likewise.
5123 (Old Revisions): Likewise.
448b33b1 5124
221bb7f6
EZ
51252007-11-17 Eli Zaretskii <eliz@gnu.org>
5126
5127 * mule.texi (Communication Coding): Fix wording of last change.
5128
d0207bf3 51292007-11-16 Werner Lemberg <wl@gnu.org>
1ab397c1 5130
630cb3b7
JB
5131 * custom.texi (Specifying File Variables):
5132 * major.texi (Choosing Modes): Mention '\" in man pages.
1ab397c1 5133
53b7759e
KH
51342007-11-16 Kenichi Handa <handa@ni.aist.go.jp>
5135
a5ab2e0c 5136 * mule.texi (Communication Coding): Document x-select-request-type.
53b7759e
KH
5137
5138 * frames.texi (Cut/Paste Other App): Mention x-select-request-type.
5139
c8763fb6 51402007-11-15 Francesco Potortì <pot@gnu.org>
0b7f2f3f 5141
630cb3b7 5142 * maintaining.texi (TEXTAGS): Note that you can use "-" for stdout with
0b7f2f3f
FP
5143 --output=file.
5144
ff98e024
MR
51452007-11-13 Martin Rudalics <rudalics@gmx.at>
5146
5147 * help.texi (Help Summary, Apropos, Misc Help): Fix typos.
5148 (Help Echo): Avoid mentioning the term "region" here and
5149 consistently use the term "active text".
5150
37b11c22
GM
51512007-11-11 Glenn Morris <rgm@gnu.org>
5152
5153 * calendar.texi (Special Diary Entries): Fix Thanksgiving example.
5154
21d50ba1
JL
51552007-11-10 Paul Pogonyshev <pogonyshev@gmx.net>
5156
1c6c854e
CS
5157 * search.texi (Query Replace):
5158 Mention `query-replace-show-replacement'.
21d50ba1 5159
c12ecb0a 51602007-11-09 Nick Roberts <nickrob@snap.net.nz>
4fda797e
NR
5161
5162 * building.texi (Watch Expressions): Remove obscure sentence.
5163
3b4201f4
KH
51642007-11-06 Kenichi Handa <handa@ni.aist.go.jp>
5165
5166 * mule.texi (Select Input Method): Describe how to activate an input
5167 method in the text mode.
5168
07e5c0b0
DN
51692007-11-01 Dan Nicolaescu <dann@ics.uci.edu>
5170
5171 * cmdargs.texi (Misc Variables): Remove Sun windows info.
5172
52dd7391
NR
51732007-10-30 Nick Roberts <nickrob@snap.net.nz>
5174
5175 * building.texi (Watch Expressions): Describe gdb-delete-out-of-scope.
5176
c004e539
GM
51772007-10-30 Glenn Morris <rgm@gnu.org>
5178
5179 * misc.texi (Directory Tracking): Explain a bit more about
5180 dirtrack-mode.
5181
ca8c5b8c
GM
51822007-10-25 Glenn Morris <rgm@gnu.org>
5183
5184 * fortran-xtra.texi (Fortran): F90 mode handles F2003.
5185
b6c764ef
RS
51862007-10-24 Richard Stallman <rms@gnu.org>
5187
5188 * misc.texi (Interactive Shell): Cleanup last change.
5189
eabd84c9
JL
51902007-10-22 Juri Linkov <juri@jurta.org>
5191
5192 * mini.texi (Minibuffer History): Add text about a list of minibuffer
5193 default values.
5194
0b43c7e2
ER
51952007-10-20 Eric S. Raymond <esr@snark.thyrsus.com>
5196
ca8c5b8c 5197 * files.texi: Disambiguate two slightly different uses of the term
0b43c7e2
ER
5198 'filesets'.
5199
a80859d4
MR
52002007-10-18 Martin Rudalics <rudalics@gmx.at>
5201
5202 * trouble.texi (Quitting): Fix typo.
5203
c9447ae1
GM
52042007-10-18 Glenn Morris <rgm@gnu.org>
5205
5206 * frames.texi (Mode Line Mouse): Mention minor mode names.
5207
168b980f
JL
52082007-10-17 Juri Linkov <juri@jurta.org>
5209
5210 * text.texi (Fill Commands): Undocument fill-paragraph-or-region.
5211 fill-paragraph operates on the active region in Transient Mark mode.
5212 (Fill Prefix, Format Indentation): Replace fill-paragraph-or-region
5213 with fill-paragraph.
5214
5215 * basic.texi (Arguments): Replace fill-paragraph-or-region with
5216 fill-paragraph.
5217
5218 * fixit.texi (Spelling): ispell-word operates on the active region
5219 in Transient Mark mode.
5220
5a331f34
JB
52212007-10-17 Aaron S. Hawley <aaronh@garden.org>
5222
5223 * building.texi (Source Buffers):
5224 * custom.texi (Init Non-ASCII):
5225 * glossary.texi (Glossary): Use "key binding" consistently.
5226
2a9f4d55
JB
52272007-10-17 Juanma Barranquero <lekktu@gmail.com>
5228
5229 * calendar.texi (Diary): Fix directive.
5230
de13cecf
RS
52312007-10-16 Richard Stallman <rms@gnu.org>
5232
5233 * calendar.texi (Diary): Clarify text about diary file example.
5234
5f90d53e
ER
52352007-10-13 Eric S. Raymond <esr@snark.thyrsus.com>
5236
5237 * files.texi: Capitalize node names according to convention.
5238
3aa491bc
GM
52392007-10-13 Glenn Morris <rgm@gnu.org>
5240
5241 * misc.texi (Interactive Shell): Correct INSIDE_EMACS reference.
5242
8a3106d3
ER
52432007-10-11 Eric S. Raymond <esr@snark.thyrsus.com>
5244
5245 * emacs.texi:
5246 * files.texi (Version Systems): Minor fixes to version-control material
5a331f34 5247 suggested by RMS and Robert J. Chassell.
8a3106d3 5248
da1080a2
ER
52492007-10-10 Eric S. Raymond <esr@snark.thyrsus.com>
5250
3aa491bc 5251 * files.texi (Version Systems):
0870a421
ER
5252 * vc-xtra.texi:
5253 * vc1-xtra.texi:
ac3f4c6f 5254 * vc2-xtra.texi: Merge in changes for new VC with fileset-oriented
2a9f4d55 5255 operations. Change of terminology from `version' to `revision'.
a7fc5b78 5256 Revise text for adequate description of VCSes with monotonic IDs.
2a9f4d55 5257 * emacs.texi: Change of terminology from `version' to `revision'.
da1080a2 5258
58ade22b
ER
52592007-10-09 Eric S. Raymond <esr@snark.thyrsus.com>
5260
da1080a2 5261 * files.texi (Version Systems): Describe newer VCses.
58ade22b
ER
5262 Reorder the descriptions to be chronological.
5263
93870ce2
RS
52642007-10-09 Richard Stallman <rms@gnu.org>
5265
5266 * display.texi (Cursor Display): Correct how cursor appears
5267 in nonselected windows.
5268
568c7288
NR
52692007-10-04 Nick Roberts <nickrob@snap.net.nz>
5270
5271 * building.texi (GDB Graphical Interface): Remove references to gdba
5272 and mention gud-gdb.
5273
1af74d06 52742007-08-31 Eli Zaretskii <eliz@gnu.org>
17afb4cb 5275
1af74d06 5276 * rmail.texi (Rmail Sorting): Improve indexing.
17afb4cb 5277
0d8fb755
JL
52782007-10-06 Juri Linkov <juri@jurta.org>
5279
5280 * text.texi (Fill Commands): Document fill-paragraph-or-region.
5281 (Fill Prefix, Format Indentation): Replace fill-paragraph with
5282 fill-paragraph-or-region.
5283
5284 * basic.texi (Arguments): Replace fill-paragraph with
5285 fill-paragraph-or-region.
5286
b981e2c6
ER
52872007-10-06 Eric S. Raymond <esr@snark.thyrsus.com>
5288
5289 * files.texi: Update the section on version control for 2007
2a9f4d55 5290 conditions. None of these changes are new-VC-specific; that
b981e2c6
ER
5291 will come later.
5292
5fceaf9c
GM
52932007-09-15 Glenn Morris <rgm@gnu.org>
5294
5295 * calendar.texi (Holidays): Change all instances of `holiday-list' back
5296 to `list-holidays'.
5297
b0e44b17
GM
52982007-09-14 Glenn Morris <rgm@gnu.org>
5299
5300 * calendar.texi: Update all instances of mark-calendar-holidays,
5301 list-calendar-holidays, list-holidays with the new names.
5302
8cf51b2c
GM
53032007-09-06 Glenn Morris <rgm@gnu.org>
5304
46a367db 5305 Move manual sources from man/ to subdirectories of doc/.
8cf51b2c
GM
5306 Split into the Emacs manual in emacs/, and other manuals in misc/.
5307 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Reduce to just the Emacs
5308 manual.
5309 (infodir): New variable.
5310 (info): Use $infodir.
5311 (emacsman): Delete target, not needed any more.
5312 Move all targets that are not the Emacs manual to misc/Makefile.in.
5313 (mostlyclean): Remove `gnustmp'.
5314 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS): Reduce to just the Emacs
5315 manual.
92f9b43f 5316 (MULTI_INSTALL_INFO, ENVADD, infodir): Go up one more level.
8cf51b2c
GM
5317 (emacsman): Delete target, not needed any more.
5318 (clean): Remove all info files but Emacs manual.
5319 Move all targets that are not the Emacs manual to misc/Makefile.in.
5320 * emacs-xtra.texi, emacs.texi (setfilename): Go up one more level.
5321
5322 * Makefile.in (INFOSOURCES): Delete.
5323 (.SUFFIXES): Use $(TEXI2DVI) rather than texi2dvi.
5324 (mostlyclean): Add *.op, *.ops. Move *.aux *.cps *.fns *.kys *.pgs
5325 *.vrs *.toc here...
5326 (maintainer-clean): ...from here.
5327
53282007-09-05 Glenn Morris <rgm@gnu.org>
5329
5330 * custom.texi (Safe File Variables): Clarify `!' and risky variables.
5331
8cf51b2c
GM
53322007-08-29 Glenn Morris <rgm@gnu.org>
5333
5334 * emacs.texi (EMACSVER): Increase to 23.0.50.
5335
3420c522
RS
53362007-08-27 Richard Stallman <rms@gnu.org>
5337
5338 * emacs.texi (Top): Clarify menu item for Glossary.
5339
5340 * display.texi (Faces): Change secn title.
5341 Clarify not all fonts come from Font Lock.
5342
8cf51b2c
GM
53432007-08-17 Eli Zaretskii <eliz@gnu.org>
5344
5345 * basic.texi (Position Info): Add index entry for face at point.
5346 Mention that character faces are also displayed by "C-u C-x =".
5347
8cf51b2c
GM
53482007-08-08 Glenn Morris <rgm@gnu.org>
5349
5350 * glossary.texi (Glossary): Deprecate `iff'.
8cf51b2c
GM
5351
53522007-08-07 Chong Yidong <cyd@stupidchicken.com>
5353
5354 * files.texi (File Conveniences): Document point motion keys in Image
5355 mode.
5356
8cf51b2c
GM
53572007-07-27 Glenn Morris <rgm@gnu.org>
5358
8cf51b2c
GM
5359 * emacs.texi (Copying): Include license text from gpl.texi, rather than
5360 in-line.
5361
5362 * gpl.texi: New file with text of GPL.
5363 * Makefile.in (EMACSSOURCES): Add gpl.texi.
5364
53652007-07-26 Dan Nicolaescu <dann@ics.uci.edu>
5366
5367 * vc2-xtra.texi (Customizing VC): Add GIT and HG.
5368
5369 * dired.texi (Wdired): Mention C-x C-q key binding.
5370
53712007-07-28 Nick Roberts <nickrob@snap.net.nz>
5372
5373 * building.texi (GDB Graphical Interface): Qualify use of "M-x gdba".
5374
53752007-07-25 Glenn Morris <rgm@gnu.org>
5376
8cf51b2c
GM
5377 * emacs.texi (Copying): Replace license with GPLv3.
5378
5379 * Relicense all FSF files to GPLv3 or later.
5380
53812007-07-24 Glenn Morris <rgm@gnu.org>
5382
5383 * calendar.texi (Writing Calendar Files): cal-tex-diary etc only work
5384 for some calendars.
5385
53862007-07-23 Nick Roberts <nickrob@snap.net.nz>
5387
5388 * screen.texi (Mode Line): Describe new mode-line flag that shows if
5389 default-directory for the current buffer is on a remote machine.
5390
8cf51b2c
GM
53912007-07-21 Eli Zaretskii <eliz@gnu.org>
5392
5393 * vc2-xtra.texi (Customizing VC) <vc-handled-backends>: Update the
5394 default value.
5395
53962007-07-21 Richard Stallman <rms@gnu.org>
5397
5398 * files.texi (Why Version Control?): Improve previous change.
5399
54002007-07-18 Eric S. Raymond <esr@snark.thyrsus.com>
5401
5402 * files.texi (Why Version Control?): New node.
5403
8cf51b2c
GM
54042007-07-12 Nick Roberts <nickrob@snap.net.nz>
5405
8cf51b2c
GM
5406 * building.texi (Starting GUD): Add xref to this anchor.
5407
8cf51b2c
GM
54082007-06-24 Karl Berry <karl@gnu.org>
5409
2a9f4d55 5410 * emacs.texi: New Back-Cover Text.
8cf51b2c 5411
8cf51b2c
GM
54122007-06-07 Alan Mackenzie <acm@muc.de>
5413
5414 * display.texi (Optional Mode Line): Document the new form of
5415 line+column numbers, "(561,2)".
5416
54172007-06-06 Juanma Barranquero <lekktu@gmail.com>
5418
49823426 5419 * maintaining.texi (Create Tags Table): Fix typos.
8cf51b2c
GM
5420
54212007-06-02 Chong Yidong <cyd@stupidchicken.com>
5422
5423 * Version 22.1 released.
5424
8cf51b2c
GM
54252007-05-07 Karl Berry <karl@gnu.org>
5426
5427 * emacs.texi (EMACSVER): Back to 22.
5428
54292007-05-06 Richard Stallman <rms@gnu.org>
5430
5431 * maintaining.texi (Create Tags Table): Clean up previous change.
5432
c8763fb6 54332007-05-05 Francesco Potortì <pot@gnu.org>
8cf51b2c
GM
5434
5435 * maintaining.texi (Create Tags Table): Add text about the dangers of
5436 making symbolic links to tags files.
5437
54382007-05-04 Karl Berry <karl@gnu.org>
5439
5440 * emacs.texi (EMACSVER) [smallbook]: 22.1 for printed version, not 22.
5441
54422007-05-03 Karl Berry <karl@gnu.org>
5443
5444 * emacs.texi (EMACSVER) [smallbook]: 22 for printed version.
5445
5446 * .cvsignore (*.pdf): New entry.
5447
8cf51b2c
GM
5448 * emacs.texi (\urlcolor, \linkcolor) [smallbook]: \let to \Black
5449 for printing.
5450
54512007-05-01 Richard Stallman <rms@gnu.org>
5452
5453 * cmdargs.texi (Initial Options): Under --batch, mention --eval.
5454
8cf51b2c
GM
54552007-04-28 Glenn Morris <rgm@gnu.org>
5456
5457 * ack.texi (Acknowledgments):
5458 * anti.texi (Antinews):
8cf51b2c
GM
5459 * programs.texi (Program Modes): Restore mention of python.el pending
5460 consideration of legal status.
5461
54622007-04-28 Richard Stallman <rms@gnu.org>
5463
5464 * files.texi (File Names): Fixes to ~ description on MS systems.
5465
8cf51b2c
GM
54662007-04-26 Glenn Morris <rgm@gnu.org>
5467
5468 * emacs.texi (EMACSVER): Increase to 22.1.50.
5469
54702007-04-25 Karl Berry <karl@gnu.org>
5471
5472 * emacs.texi: Improve line breaks on copyright page,
5473 similar layout to lispref, 8.5x11 by default.
5474
5475 * dired.texi (Image-Dired): Improve line break, fix typo.
5476
54772007-04-24 Chong Yidong <cyd@stupidchicken.com>
5478
5479 * programs.texi (Program Modes):
8cf51b2c
GM
5480 * anti.texi (Antinews):
5481 * ack.texi (Acknowledgments): python.el removed.
5482
8cf51b2c
GM
54832007-04-23 Chong Yidong <cyd@stupidchicken.com>
5484
5485 * display.texi (Highlight Interactively): Correct description of
5486 hi-lock-file-patterns-policy.
5487
5488 * files.texi (File Archives): Mention self-extracting executables.
5489
54902007-04-23 Eli Zaretskii <eliz@gnu.org>
5491
5492 * search.texi (Unconditional Replace, Query Replace): Add xref to
5493 "Replacement and Case".
5494
54952007-04-22 Chong Yidong <cyd@stupidchicken.com>
5496
5497 * dired.texi (Image-Dired): Move from Thumbnails node.
5498 * misc.texi (Thumbnails): Node deleted.
5499 * emacs.texi (Top): Update node listing.
5500
5501 * files.texi (File Conveniences):
49823426 5502 * ack.texi (Acknowledgments): Rename "tumme" to "image-dired".
8cf51b2c
GM
5503
55042007-04-21 Richard Stallman <rms@gnu.org>
5505
5506 * display.texi (Highlight Interactively): Correct previous change.
5507 Clarify doc of hi-lock-find-patterns, and move new features into it.
5508
55092007-04-20 David Koppelman <koppel@ece.lsu.edu>
5510
1c6c854e
CS
5511 * display.texi (Highlight Interactively):
5512 Document hi-lock-file-patterns-policy.
8cf51b2c
GM
5513
55142007-04-20 Martin Rudalics <rudalics@gmx.at>
5515
5516 * display.texi (Scrolling): Fix typo.
5517
8cf51b2c
GM
55182007-04-15 Chong Yidong <cyd@stupidchicken.com>
5519
8cf51b2c
GM
5520 * doclicense.texi: Remove node heading, so that it can be included by
5521 other files.
5522
5523 * emacs.texi: Insert node heading for GFDL.
5524
8cf51b2c
GM
55252007-04-14 Eli Zaretskii <eliz@gnu.org>
5526
5527 * cmdargs.texi (Colors): Qualify "color of window" index entry by
5528 "command line".
5529
5530 * display.texi (Faces): Refer to "Creating Frames" for face
5531 and other frame customizations in .emacs.
5532
5533 * frames.texi (Creating Frames): Mention that face customizations can
5534 be put in .emacs. Add index entries.
5535
55362007-04-12 Richard Stallman <rms@gnu.org>
5537
5538 * glossary.texi (Glossary): Explain `iff'.
5539
55402007-04-11 Karl Berry <karl@gnu.org>
5541
5542 * gnu.texi (Top),
5543 * macos.texi (Mac Font Specs),
5544 * anti.texi (Antinews),
5545 * xresources.texi (Resources),
5546 * misc.texi (Emulation),
5547 * calendar.texi (Daylight Saving),
5548 * dired.texi (Dired and Find),
5549 * rmail.texi (Remote Mailboxes),
5550 * sending.texi (Mail Headers),
5551 * programs.texi (Which Function),
5552 * files.texi (Recover),
5553 * buffers.texi (Uniquify),
5554 * frames.texi (Wheeled Mice),
5555 * killing.texi (Rectangles): Wording to improve breaks in
5556 8.5x11 format.
5557 * mule.texi (Language Environments): \hbadness=10000 since there's
5558 no way to reword.
5559 * emacs.texi (smallbook): New @set to more easily switch between
5560 smallbook and 8.5x11.
5561
55622007-04-11 Richard Stallman <rms@gnu.org>
5563
5564 * files.texi (File Conveniences): Add xref to Tumme.
5565 Delete text about Thumbnail mode.
5566
8cf51b2c
GM
55672007-04-09 Alan Mackenzie <acm@muc.de>
5568
5569 * cmdargs.texi (Initial Options): Call "inhibit-splash-screen" by its
5570 new name. Insert concept index entries.
5571
8cf51b2c
GM
55722007-04-08 Chong Yidong <cyd@stupidchicken.com>
5573
5574 * display.texi (Standard Faces): Document prefix arg for
5575 list-faces-display.
5576
5577 * rmail.texi (Rmail Scrolling): Document rmail-end-of-message.
5578
8cf51b2c
GM
55792007-04-07 Chong Yidong <cyd@stupidchicken.com>
5580
8cf51b2c
GM
5581 * killing.texi (Deletion): Rewrite description of M-\ prefix argument.
5582
5583 * files.texi (Misc File Ops): Rewrite description of
5584 insert-file-literally.
5585
8cf51b2c
GM
55862007-03-31 Eli Zaretskii <eliz@gnu.org>
5587
5588 * misc.texi (Printing): Postscript -> PostScript.
5589
8cf51b2c
GM
5590 * ack.texi (Acknowledgments): Postscript -> PostScript.
5591
5592 * custom.texi (Init File, Init Non-ASCII): Fix last change.
5593
5594 * emacs.texi (Top): Fix the menu due to the change in custom.texi
5595 below.
5596
55972007-03-30 Chong Yidong <cyd@stupidchicken.com>
5598
5599 * custom.texi (Non-ASCII Rebinding): Node deleted. Material moved to
5600 Init Non-ASCII.
5601 (Init Rebinding, Init Syntax): Link to Init Non-ASCII instead.
5602 (Init Non-ASCII): New node.
5603
56042007-03-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5605
5606 * macos.texi (Mac Font Specs): Mention AppleAntiAliasingThreshold.
5607
8cf51b2c
GM
56082007-03-12 Glenn Morris <rgm@gnu.org>
5609
8cf51b2c
GM
5610 * calendar.texi, emacs.texi (Daylight Saving): Rename node from
5611 "Daylight Savings".
5612
49823426 5613 * calendar.texi: Replace "daylight savings" with "daylight
8cf51b2c
GM
5614 saving" in text throughout.
5615
8cf51b2c
GM
56162007-03-04 Richard Stallman <rms@gnu.org>
5617
5618 * custom.texi (Safe File Variables): Minor correction.
5619
8cf51b2c
GM
56202007-02-28 Thien-Thi Nguyen <ttn@gnu.org>
5621
5622 * rmail.texi (Movemail): Add internal ref.
5623 Don't indent the intro for the PROTO table.
5624 Format PROTO table items with @code.
5625
8cf51b2c
GM
56262007-02-26 Nick Roberts <nickrob@snap.net.nz>
5627
5628 * building.texi: Remove references to bashdb.
5629
8cf51b2c
GM
56302007-02-19 Juanma Barranquero <lekktu@gmail.com>
5631
5632 * mule.texi (Language Environments): Update list of supported language
5633 environments.
5634
8cf51b2c
GM
56352007-02-14 Kim F. Storm <storm@cua.dk>
5636
5637 * building.texi (Grep Searching): Fix lgrep doc.
5638
56392007-02-12 Chong Yidong <cyd@stupidchicken.com>
5640
5641 * back.texi: Remove unused file.
5642
c8763fb6 56432007-02-05 Francesco Potortì <pot@gnu.org>
8cf51b2c
GM
5644
5645 * maintaining.texi (Tag Syntax): Now --members is the default for
5646 etags, not for ctags yet.
5647
8cf51b2c
GM
56482007-02-03 Eli Zaretskii <eliz@gnu.org>
5649
5650 * emacs.texi (Top): Update the top-level menus. Make the detailed menu
5651 headers compliant with Texinfo guidelines and with what texnfo-upd.el
5652 expects. Add comments to prevent people from inadvertently modifying
5653 the key parts needed by `texinfo-multiple-files-update'.
5654
56552007-01-29 Chong Yidong <cyd@stupidchicken.com>
5656
5657 * frames.texi (Secondary Selection): Window clicked does not matter
5658 when mouse-yank-at-point is non-nil.
5659
8cf51b2c
GM
56602007-01-16 Glenn Morris <rgm@gnu.org>
5661
5662 * abbrevs.texi (Editing Abbrevs): Describe how to disable a
5663 system abbrev.
5664
56652007-01-11 Richard Stallman <rms@gnu.org>
5666
5667 * msdog.texi (Windows Keyboard): Another small cleanup.
5668
56692007-01-10 Richard Stallman <rms@gnu.org>
5670
5671 * msdog.texi (Windows Keyboard): Yet another try to make
5672 everyone happy with that passage.
5673
56742007-01-05 Richard Stallman <rms@gnu.org>
5675
5676 * anti.texi (Antinews): Mention M-x shell scrolling.
5677
56782007-01-05 Nick Roberts <nickrob@snap.net.nz>
5679
5680 * building.texi (Watch Expressions): Describe gdb-max-children.
5681
8cf51b2c
GM
56822007-01-04 Richard Stallman <rms@gnu.org>
5683
8cf51b2c
GM
5684 * msdog.texi (Windows Keyboard): Clarify previous change.
5685
8cf51b2c
GM
56862007-01-02 Richard Stallman <rms@gnu.org>
5687
5688 * custom.texi (Changing a Variable): Minor clarification.
5689 (Specific Customization): customize-customized => customize-unsaved.
5690
5691 * entering.texi (Entering Emacs): Clean up text about restarting
5692 Emacs for each file.
5693
5694 * misc.texi (Shell Options): Minor cleanup.
5695
5696 * msdog.texi (Windows Keyboard): Explain that Windows was incompatible
5697 with Emacs, not vice versa.
5698
5699 * programs.texi (Symbol Completion): Recommend customizing
5700 window manager.
5701
5702 * xresources.texi (Resources): Minor fix.
5703
c8763fb6 57042007-01-01 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
5705
5706 * xresources.texi (Table of Resources): Add scrollBarWidth resource.
5707
57082007-01-01 Richard Stallman <rms@gnu.org>
5709
5710 * commands.texi (User Input): Document keys stolen by window mangers.
5711
57122006-12-31 Richard Stallman <rms@gnu.org>
5713
5714 * custom.texi (Specific Customization): Document customize-option
5715 instead of customize-variable.
5716
57172006-12-31 Kim F. Storm <storm@cua.dk>
5718
5719 * major.texi (Choosing Modes): Document auto-mode-case-fold.
5720
57212006-12-30 Kim F. Storm <storm@cua.dk>
5722
5723 * killing.texi (CUA Bindings): Fix typo.
5724
5725 * xresources.texi (Table of Resources): Mention grow-only value for
5726 auto-resize-tool-bars.
5727
8cf51b2c
GM
57282006-12-27 Eli Zaretskii <eliz@gnu.org>
5729
5730 * msdog.texi (Windows Keyboard): Mention widespread Windows bindings,
5731 and how to get them back.
5732
57332006-12-26 Richard Stallman <rms@gnu.org>
5734
5735 * calendar.texi (Holidays): Holiday listing is based on current
5736 practice, but DST is not.
5737
57382006-12-25 Richard Stallman <rms@gnu.org>
5739
5740 * emacs.texi (Top): Update subnode menus.
5741
5742 * mark.texi (Transient Mark): Fix xref.
5743
5744 * killing.texi (Graphical Kill): Node deleted.
5745 (Killing): Add xref to Cut and Paste.
5746 (CUA Bindings): Update xref.
5747
5748 * frames.texi (Cut and Paste): New section to hold other nodes.
5749 (Mouse Commands): Node demoted.
5750 (Cut/Paste Other App): Split out from Mouse Commands.
5751 (Word and Line Mouse): Likewise.
5752 (Secondary Selection, Clipboard): Nodes demoted.
5753
8cf51b2c
GM
57542006-12-24 Kevin Ryde <user42@zip.com.au>
5755
5756 * calendar.texi (Holidays): US daylight saving begins second Sunday
5757 in March for 2007 onwards.
5758 (Daylight Savings): Show new US default daylight saving rules, 2nd
5759 Sun in Mar to 1st Sun in Nov, now in cal-dst.el.
5760
57612006-12-23 Chong Yidong <cyd@stupidchicken.com>
5762
5763 * calendar.texi (Scroll Calendar): < and > are switched.
5764
57652006-12-23 Kevin Rodgers <ihs_4664@yahoo.com>
5766
5767 * killing.texi (Deletion): Describe M-\ prefix argument.
5768
57692006-12-23 Richard Stallman <rms@gnu.org>
5770
5771 * search.texi (Regexp Search): Explain why forward and reverse regexp
5772 search are not mirror images.
5773
8cf51b2c
GM
57742006-12-19 Kim F. Storm <storm@cua.dk>
5775
5776 * major.texi (Choosing Modes): Describe match-function elements for
5777 magic-mode-alist.
5778
8cf51b2c
GM
57792006-12-18 Eli Zaretskii <eliz@gnu.org>
5780
5781 * msdog.texi (Windows Keyboard): Add a footnote about "Windows" keys
5782 peculiarities.
5783
57842006-12-18 Richard Stallman <rms@gnu.org>
5785
5786 * abbrevs.texi (Editing Abbrevs): Fix previous change.
5787
8cf51b2c
GM
57882006-12-17 Alan Mackenzie <acm@muc.de>
5789
5790 * programs.texi (Left Margin Paren): Remove the bit which says
5791 that CC Mode sets open-paren-in-column-0-is-defun-start to nil.
5792 Discuss some of the issues of setting this option to nil.
5793
57942006-12-17 Glenn Morris <rgm@gnu.org>
5795
5796 * abbrevs.texi (Editing Abbrevs): Mention system abbrevs.
5797
57982006-12-16 Eli Zaretskii <eliz@gnu.org>
5799
5800 * msdog.texi (Windows Keyboard): Clarify `w32-recognize-altgr' effect.
5801 (Windows Files): `w32-get-true-file-attributes' is only relevant for
5802 NTFS volumes.
5803 (ls in Lisp): `links' in `ls-lisp-verbosity' is only relevant to NTFS
5804 volumes.
5805
58062006-12-15 Eli Zaretskii <eliz@gnu.org>
5807
5808 * text.texi (HTML Mode): Fix "C-c TAB".
5809
8cf51b2c
GM
58102006-12-09 Richard Stallman <rms@gnu.org>
5811
5812 * misc.texi (Invoking emacsclient): Simplify TCP file text.
5813
58142006-12-08 Kevin Rodgers <ihs_4664@yahoo.com>
5815
5816 * files.texi (Misc File Ops): Document insert-file-literally.
5817
58182006-12-08 Eli Zaretskii <eliz@gnu.org>
5819
5820 * cmdargs.texi (Colors): Note that --color is intended for overriding
5821 the terminal defaults, not for normal invocation.
5822
5823 * misc.texi (Emacs Server): Improve wording. Don't mention the
5824 ``server program''. Add a cross-reference to "Init File" node.
5825 (Invoking emacsclient): Add index entries. Document both short and
5826 long versions of command-line options. Document the -f option.
5827
8cf51b2c
GM
58282006-12-06 Richard Stallman <rms@gnu.org>
5829
5830 * text.texi (Outline Format): Say to set outline-regexp
5831 and outline-level with major modes and file local variables.
5832
c8763fb6 58332006-12-05 Michaël Cadilhac <michael.cadilhac@lrde.org>
8cf51b2c
GM
5834
5835 * anti.texi (Antinews): Mention the alternative to
5836 `~/.emacs_SHELLNAME', which is `~/.emacs.d/init_SHELLNAME.sh'.
5837
8cf51b2c
GM
5838 * misc.texi (Interactive Shell): Ditto.
5839
58402006-12-04 Eli Zaretskii <eliz@gnu.org>
5841
5842 * emacs.texi (Acknowledgments): Fix Arne J@o{}rgensen's name.
5843
5844 * ack.texi (Acknowledgments): Fix Arne J@o{}rgensen's name.
5845
58462006-12-01 Eli Zaretskii <eliz@gnu.org>
5847
5848 * mule.texi (Enabling Multibyte): Rephrase the confusing reference to a
5849 colon in the mode line.
5850
5851 * msdog.texi (Windows Processes) [@ifnottex]: Mention w32-shell-execute.
5852
58532006-11-26 Nick Roberts <nickrob@snap.net.nz>
5854
5855 * building.texi (Watch Expressions): Mention SPC for expanding/
5856 contracting watch expressions.
5857
58582006-11-26 Kim F. Storm <storm@cua.dk>
5859
5860 * kmacro.texi (Basic Keyboard Macro): Mention F3/F4 more.
5861
58622006-11-26 Nick Roberts <nickrob@snap.net.nz>
5863
5864 * building.texi (Debugger Operation): Define text command mode.
5865 Clarify how tooltips work.
5866 (GDB Graphical Interface): Explain how to run in text command mode
5867 more clearly.
5868
58692006-11-25 Juanma Barranquero <lekktu@gmail.com>
5870
5871 * mule.texi (Defining Fontsets): Fix use of `charset' and `font'.
5872
58732006-11-22 Juanma Barranquero <lekktu@gmail.com>
5874
5875 * anti.texi (Antinews): Mention --server-file and TCP sockets.
5876
8cf51b2c
GM
58772006-11-18 Chong Yidong <cyd@stupidchicken.com>
5878
5879 * misc.texi (Interactive Shell): INSIDE_EMACS is set to t,
5880 and EMACS is deprecated.
5881
58822006-11-18 Juanma Barranquero <lekktu@gmail.com>
5883
5884 * makefile.w32-in (emacs.dvi): Remove xresmini.texi.
5885
c8763fb6 58862006-11-18 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
5887
5888 * Makefile.in (emacs.dvi): Remove xresmini.texi.
5889
5890 * emacs.texi: Include xresources.texi both for info and dvi.
5891
5892 * xresources.texi: Merge text from xresmini.texi.
5893
c8763fb6 58942006-11-12 Roberto Rodríguez <lanubeblanca@googlemail.com> (tiny change)
8cf51b2c
GM
5895
5896 * glossary.texi: Fix typos.
5897
8cf51b2c
GM
58982006-11-06 Richard Stallman <rms@gnu.org>
5899
5900 * emacs.texi (Acknowledgments): Fix name spelling, add Anna Bigatti.
5901
5902 * ack.texi (Acknowledgments): Fix name spelling.
5903
59042006-11-01 Juri Linkov <juri@jurta.org>
5905
5906 * search.texi (Word Search): Document incremental word search.
5907
59082006-10-28 Glenn Morris <rgm@gnu.org>
5909
5910 * ack.texi (Acknowledgments): Add cal-html author.
5911
5912 * calendar.texi (Writing Calendar Files): Rename section (was "LaTeX
5913 Calendar"). Describe new package cal-html.
5914 * emacs.texi (Top): Rename old node "LaTeX Calendar" to "Writing
5915 Calendar Files."
5916
8cf51b2c
GM
59172006-10-23 Richard Stallman <rms@gnu.org>
5918
5919 * abbrevs.texi (Expanding Abbrevs): Expansion happens only when
5920 Abbrev mode is enabled.
5921
8cf51b2c
GM
59222006-10-16 Richard Stallman <rms@gnu.org>
5923
8cf51b2c
GM
5924 * emacs.texi: Update ISBN.
5925
8cf51b2c
GM
59262006-10-11 Kim F. Storm <storm@cua.dk>
5927
5928 * emacs.texi (Acknowledgments): Use @dotless{i}.
5929
59302006-10-08 Nick Roberts <nickrob@snap.net.nz>
5931
5932 * building.texi (Breakpoints Buffer): Mention catchpoints.
5933
59342006-10-08 Kim F. Storm <storm@cua.dk>
5935
5936 * ack.texi (Acknowledgments): Update.
5937
5938 * emacs.texi (Acknowledgments): Fix bad @/ form.
5939
8cf51b2c
GM
59402006-10-05 Kim F. Storm <storm@cua.dk>
5941
5942 * emacs.texi (Acknowledgments): Add more contributors.
5943
59442006-10-03 Richard Stallman <rms@gnu.org>
5945
5946 * emacs.texi (Acknowledgments): Update version and edition.
5947
8cf51b2c
GM
59482006-10-01 Karl Berry <karl@gnu.org>
5949
5950 * custom.texi (Customization Groups): Page break to keep example buffer
5951 on one page.
5952
59532006-09-30 Karl Berry <karl@gnu.org>
5954
5955 * programs.texi (Basic Indent): @need to improve page break.
5956 * text.texi: Rewording to improve page breaks, and use @LaTeX{}.
5957
59582006-09-29 Glenn Morris <rgm@gnu.org>
5959
5960 * calendar.texi (Date Formats): Doc fix for european-calendar-style.
5961
59622006-09-29 Karl Berry <karl@gnu.org>
5963
5964 * windows.texi (Basic Window): Remove forced @break, no longer
5965 desirable.
5966 * frames.texi (Frame Commands),
5967 * mark.texi (Marking Objects): Reword to avoid bad page break.
5968 * display.texi (Auto Scrolling): Use @tie{} to avoid bad line break.
5969
59702006-09-19 Richard Stallman <rms@gnu.org>
5971
5972 * frames.texi (Dialog Boxes): Clean up wording: avoid passive,
5973 stick to present tense.
5974
c8763fb6 59752006-09-18 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
5976
5977 * frames.texi (Dialog Boxes): Rename x-use-old-gtk-file-dialog
5978 to x-gtk-use-old-file-dialog.
5979 (Dialog Boxes): Document x-gtk-file-dialog-help-text.
5980
59812006-09-15 Jay Belanger <belanger@truman.edu>
5982
49823426 5983 * emacs.texi (GNU GENERAL PUBLIC LICENSE):
8cf51b2c
GM
5984 Change "Library Public License" to "Lesser Public License"
5985 throughout. Use "yyyy" to represent year.
5986
8cf51b2c
GM
59872006-09-12 Reiner Steib <Reiner.Steib@gmx.de>
5988
5989 * files.texi (Visiting): Add index entry "open file".
5990
8cf51b2c
GM
59912006-09-11 Richard Stallman <rms@gnu.org>
5992
5993 * building.texi (Compilation Mode): Clarification.
5994 (Grep Searching): Add xref to Compilation Mode.
5995
8cf51b2c
GM
59962006-09-08 Richard Stallman <rms@gnu.org>
5997
5998 * search.texi (Search): Ref multi-file search commands here.
5999 (Other Repeating Search): Not here.
6000
8cf51b2c
GM
60012006-08-28 Richard Stallman <rms@gnu.org>
6002
6003 * windows.texi (Split Window): Update xref.
6004
6005 * basic.texi (Continuation Lines): Update xref.
6006
6007 * indent.texi (Tab Stops): Update xref.
6008
6009 * emacs.texi (Top): Update subnode menu.
6010
6011 * display.texi (Line Truncation, Displaying Boundaries): New nodes,
6012 split out of Display Custom.
6013
60142006-08-25 Kim F. Storm <storm@cua.dk>
6015
6016 * display.texi (Display Custom): Add variables overline-margin
6017 and x-underline-at-descent-line.
6018
60192006-08-25 Richard Stallman <rms@gnu.org>
6020
6021 * entering.texi (Exiting): Rewrite to give graphical displays
6022 priority over text terminals.
6023
6024 * search.texi (Incremental Search): Move index entries.
6025
60262006-08-23 Chong Yidong <cyd@stupidchicken.com>
6027
6028 * custom.texi (Init File): Reference Find Init to avoid "home
6029 directory" confusion.
6030
60312006-08-22 Nick Roberts <nickrob@snap.net.nz>
6032
6033 * building.texi (Other GDB-UI Buffers): Describe how to edit
6034 a value in the locals buffer.
6035
60362006-08-21 Richard Stallman <rms@gnu.org>
6037
6038 * search.texi (Basic Isearch): Add `isearch' index entry.
6039
60402006-08-16 Richard Stallman <rms@gnu.org>
6041
6042 * misc.texi (Saving Emacs Sessions): Clean up wording.
6043
6044 * mark.texi (Marking Objects): Mention term "select all".
6045
6046 * emacs.texi (Top): Update subnode menu.
6047
6048 * help.texi (Help Mode): Move node up in file.
6049
8cf51b2c
GM
60502006-08-15 Nick Roberts <nickrob@snap.net.nz>
6051
6052 * building.texi (Stack Buffer): Explain fringe arrow.
6053
8cf51b2c
GM
60542006-08-12 Eli Zaretskii <eliz@gnu.org>
6055
8cf51b2c
GM
6056 * misc.texi (Saving Emacs Sessions): Clarify when desktop is restored
6057 on startup.
6058
60592006-08-11 Romain Francoise <romain@orebokech.com>
6060
6061 * ack.texi (Acknowledgments): Delete mention to zone-mode.el.
6062
60632006-08-10 Sven Joachim <svenjoac@gmx.de> (tiny change)
6064
6065 * mule.texi (Recognize Coding, Text Coding): Fix typos.
6066
60672006-08-10 Richard Stallman <rms@gnu.org>
6068
6069 * text.texi (Format Faces): Substantial rewrites to deal
1c6c854e
CS
6070 with face merging. Empty regions don't count.
6071 Clarify face property inheritance.
8cf51b2c
GM
6072
60732006-08-08 Romain Francoise <romain@orebokech.com>
6074
6075 * dired.texi (Marks vs Flags): Fix typo reported by Ari Roponen
6076 <arjuropo@cc.jyu.fi>.
6077
8cf51b2c
GM
60782006-08-04 Eli Zaretskii <eliz@gnu.org>
6079
6080 * cmdargs.texi (Window Size X) <--geometry>: Only width and height
6081 apply to all frames.
6082
8cf51b2c
GM
60832006-08-01 Richard Stallman <rms@gnu.org>
6084
6085 * help.texi (Name Help): Add index entries for describe-variable.
6086
60872006-08-01 Nick Roberts <nickrob@snap.net.nz>
6088
6089 * building.texi (GDB Graphical Interface): Shorten node names.
6090 (GDB-UI Layout): Use GDB-related.
6091 (Other GDB-UI Buffers): Simplify English.
6092
60932006-07-31 Richard Stallman <rms@gnu.org>
6094
6095 * search.texi (Query Replace): Add xref for Dired's Q command.
6096
8cf51b2c
GM
60972006-07-31 Nick Roberts <nickrob@snap.net.nz>
6098
6099 * building.texi (GDB commands in Fringe): Rename to...
6100 (Source Buffers): ..this and move forward. Describe hollow arrow and
6101 new option gdb-find-source-frame.
6102
61032006-07-29 Richard Stallman <rms@gnu.org>
6104
6105 * dired.texi (Operating on Files): Simplify previous change
6106 and fix Texinfo usage.
6107
61082006-07-29 Eli Zaretskii <eliz@gnu.org>
6109
6110 * dired.texi (Operating on Files): Add cross-references. State the
6111 Unix commands that do similar things.
6112
61132006-07-28 Richard Stallman <rms@gnu.org>
6114
6115 * mark.texi (Transient Mark): Clarify that region never disappears
6116 when Transient Mark mode is off, and not when it is on.
6117
61182006-07-27 Richard Stallman <rms@gnu.org>
6119
6120 * search.texi (Non-ASCII Isearch): Clarify. Mention C-q.
6121
61222006-07-24 Richard Stallman <rms@gnu.org>
6123
6124 * xresources.texi (GTK styles): Fix texinfo usage.
6125
8cf51b2c
GM
6126 * commands.texi (User Input): Explain why we teach keyboard cmds.
6127
6128 * xresources.texi, xresmini.texi, search.texi, programs.texi:
6129 * misc.texi, kmacro.texi, killing.texi, glossary.texi:
6130 * fortran-xtra.texi, files.texi, emacs.texi, emacs-xtra.texi:
6131 * doclicense.texi, display.texi, dired.texi, basic.texi:
6132 * anti.texi, ack.texi: Move periods and commas inside quotes.
6133
61342006-07-22 Eli Zaretskii <eliz@gnu.org>
6135
6136 * cmdargs.texi (General Variables): Document EMAIL.
6137
61382006-07-21 Eli Zaretskii <eliz@gnu.org>
6139
6140 * frames.texi (Frame Commands): Mention that focus-follows-mouse
6141 doesn't have effect on MS-Windows.
6142
8cf51b2c
GM
61432006-07-17 Richard Stallman <rms@gnu.org>
6144
6145 * building.texi (Grep Searching): Explain about chaining grep commands.
6146
8cf51b2c
GM
61472006-07-10 Nick Roberts <nickrob@snap.net.nz>
6148
49823426 6149 * killing.texi, mini.texi: Fix typos.
8cf51b2c
GM
6150
61512006-07-09 Chong Yidong <cyd@stupidchicken.com>
6152
6153 * misc.texi (Invoking emacsclient): Document behavior when emacsclient
6154 is invoked for multiple files.
6155
61562006-07-08 Eli Zaretskii <eliz@gnu.org>
6157
6158 * msdog.texi (Windows Keyboard) [@iftex]: Add an @inforef to the
6159 on-line manual for the rest of this node.
6160 (Windows Mouse) <w32-pass-extra-mouse-buttons-to-system>: Include
6161 unconditionally.
6162 (Windows Processes) <w32-quote-process-args>: Include unconditionally.
6163 Improve wording.
6164 (Windows Printing): Improve wording.
6165 (Windows Misc) [@iftex]: Add an @inforef to the on-line manual for the
6166 rest of this node.
6167
8cf51b2c
GM
61682006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
6169
49823426
GM
6170 * building.texi (Lisp Eval): Throughout, replace eval-current-buffer
6171 with eval-buffer.
8cf51b2c
GM
6172
61732006-07-05 Nick Roberts <nickrob@snap.net.nz>
6174
6175 * mule.texi (Coding Systems, Specify Coding): Link descriptions
6176 of character translation.
6177
61782006-07-04 Nick Roberts <nickrob@snap.net.nz>
6179
6180 * rmail.texi (Remote Mailboxes): Add missing @code keyword.
6181
61822006-07-03 Karl Berry <karl@gnu.org>
6183
6184 * emacs.texi (\hbadness): Set to 6000 so we aren't bothered by
6185 not-too-underfull hboxes in the TeX output.
6186 * abbrevs.texi, buffers.texi, building.texi, calendar.texi,
6187 * cmdargs.texi, custom.texi, dired.texi, macos.texi,
6188 * maintaining.texi, misc.texi, mule.texi, programs.texi, rmail.texi,
6189 * sending.texi, text.texi: Fix overfull/underfull boxes.
6190
61912006-07-03 Romain Francoise <romain@orebokech.com>
6192
6193 * m-x.texi (M-x): Fix.
6194
61952006-07-03 Richard Stallman <rms@gnu.org>
6196
8cf51b2c
GM
6197 * search.texi (Other Repeating Search): filename -> file name.
6198
6199 * misc.texi (Narrowing): Minor cleanups.
6200
6201 * files.texi (Visiting): filename -> file name.
6202
6203 * emacs.texi (Top): Update subnode menus.
6204
6205 * mule.texi (Coding Systems): Move char translation stuff here.
6206 (Specify Coding, Output Coding): New nodes, out of Recognize Coding.
6207 (Recognize Coding): Substantial local rewrites.
6208 (International): Update menu.
6209
6210 * display.texi (Auto Scrolling): New node, broken out of Scrolling.
6211 (Scrolling): Substantial local rewrites.
6212 (Display): Update menu and intro.
6213
6214 * dired.texi: filename -> file name.
6215
6216 * custom.texi (Safe File Variables): Texinfo usage fix.
6217
f0131492 62182006-07-03 Teodor Zlatanov <tzz@lifelogs.com>
8cf51b2c
GM
6219
6220 * help.texi, m-x.texi: Lots of cleanups.
6221
8cf51b2c
GM
62222006-06-30 Eli Zaretskii <eliz@gnu.org>
6223
6224 * msdog.texi (ls in Lisp, Windows Keyboard, Windows Mouse)
6225 (Windows Processes, Windows Misc): Shorten the printed version by
6226 selectively conditioning less important portions by @ifnottex.
6227
8cf51b2c
GM
62282006-06-27 Richard Stallman <rms@gnu.org>
6229
6230 * mini.texi (Minibuffer File): Minor cleanup.
6231
62322006-06-25 Nick Roberts <nickrob@snap.net.nz>
6233
6234 * frames.texi (XTerm Mouse): Rename to...
6235 (Text-Only Mouse): ...this. Mention t-mouse-mode.
6236
6237 * emacs.texi (Top): Use new node name.
6238
62392006-06-24 Eli Zaretskii <eliz@gnu.org>
6240
6241 * emacs.texi (Top): Update the detailed menu according to changes in
6242 msdog.texi.
6243
6244 * msdog.texi (Windows Keyboard): New section.
6245 (Windows Mouse): New section.
6246 (Windows System Menu): Remove section (text merged with "Windows
6247 Keyboard").
6248 (Windows Misc): New section.
6249
6250 * dired.texi (Dired Enter): Refer to msdog.texi for ls-lisp emulation.
6251
6252 * msdog.texi (ls in Lisp): New section.
6253
6254 * files.texi (Visiting): Document case-insensitive wildcard matching
6255 under find-file-wildcards.
6256
8cf51b2c
GM
62572006-06-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6258
6259 * macos.texi (Mac Input): Add description of mac-function-modifier.
6260 Now Unicode keyboard layouts work.
6261
8cf51b2c
GM
62622006-06-10 Richard Stallman <rms@gnu.org>
6263
6264 * mule.texi (Recognize Coding): Clarify previous change.
6265
62662006-06-09 Kenichi Handa <handa@m17n.org>
6267
6268 * mule.texi (Recognize Coding): Describe the convention of "CODING!"
6269 notation.
6270
62712006-06-07 Kevin Ryde <user42@zip.com.au>
6272
6273 * mule.texi (Coding Systems): Footnote xref "MS-DOS and MULE" in main
6274 manual for @ifnottex, but in emacs-extra for @iftex.
6275
6276 * cmdargs.texi (General Variables): Fix smtpmail xref.
6277
62782006-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
6279
8cf51b2c 6280 * programs.texi (Comment Commands):
8cf51b2c 6281 * custom.texi (Specifying File Variables):
49823426 6282 Use ;; instead of ;;; to better follow coding conventions.
8cf51b2c
GM
6283
62842006-06-07 Nick Roberts <nickrob@snap.net.nz>
6285
6286 * building.texi (Watch Expressions): Move node to end.
6287 (GDB Graphical Interface): Move description of clicks in fringe...
6288 (GDB commands in the Fringe): ...to here. New node.
6289
8cf51b2c
GM
62902006-06-05 Romain Francoise <romain@orebokech.com>
6291
49823426 6292 * xresmini.texi (GTK resources): Fix various typos.
8cf51b2c
GM
6293
62942006-06-05 Nick Roberts <nickrob@snap.net.nz>
6295
6296 * building.texi (GDB Graphical Interface): Update bindings.
6297 (Commands of GUD): Add gud-print. Remove gud-run.
6298 Restate availability more generally.
6299
f0131492 63002006-06-03 Teodor Zlatanov <tzz@lifelogs.com>
8cf51b2c
GM
6301
6302 * mini.texi: Lots of cleanups.
6303
63042006-06-01 Luc Teirlinck <teirllm@auburn.edu>
6305
6306 * misc.texi (Shell History Copying): Update descriptions of `C-c RET'
6307 and Mouse-2.
6308
c8763fb6 63092006-06-01 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
6310
6311 * screen.texi (Menu Bar): Change menu-bar-start to menu-bar-open.
6312
8cf51b2c
GM
63132006-05-31 Richard Stallman <rms@gnu.org>
6314
6315 * basic.texi (Moving Point): Fix previous change.
6316
c8763fb6 63172006-05-29 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
6318
6319 * screen.texi (Menu Bar): F10 for Gtk+/Lesstif/Lucid menus.
6320
f0131492 63212006-05-28 Teodor Zlatanov <tzz@lifelogs.com>
8cf51b2c
GM
6322
6323 * basic.texi: Many simplifications and improvements in wording.
6324
8cf51b2c
GM
63252006-05-26 Nick Roberts <nickrob@snap.net.nz>
6326
6327 * anti.texi (Antinews): Create a node for gdb-ui.
6328
8cf51b2c
GM
63292006-05-22 Reiner Steib <Reiner.Steib@gmx.de>
6330
6331 * frames.texi (Menu Bars, Tool Bars): Add index entries.
6332
63332006-05-20 Richard Stallman <rms@gnu.org>
6334
6335 * dired.texi (Dired Navigation): dired-goto-file is now j.
6336
8cf51b2c
GM
63372006-05-20 Eli Zaretskii <eliz@gnu.org>
6338
6339 * mule.texi (Coding Systems): Mention the undecided-* coding systems
6340 and their aliases.
6341
6342 * msdog.texi (Windows Printing): Mention non-support of plain text
6343 printing with some el-cheapo printers, and suggest a workaround.
6344
63452006-05-20 Kevin Ryde <user42@zip.com.au>
6346
6347 * text.texi (TeX Print): tex-dvi-view-command has a default value,
6348 remove the bit saying you must set it.
6349
63502006-05-19 Luc Teirlinck <teirllm@auburn.edu>
6351
6352 * trouble.texi (Checklist):
6353 * text.texi (Text, Auto Fill, Text Mode):
6354 * search.texi (Nonincremental Search):
6355 * rmail.texi (Rmail Labels):
6356 * mule.texi (Input Methods, Multibyte Conversion):
6357 * misc.texi (Gnus, Where to Look, PostScript):
6358 * maintaining.texi (Create Tags Table):
6359 * indent.texi (Indentation Commands):
6360 * fixit.texi (Spelling):
6361 * emacs.texi (Copying):
6362 * custom.texi (Init File): ifinfo -> ifnottex.
6363
8cf51b2c
GM
63642006-05-17 Richard Stallman <rms@gnu.org>
6365
6366 * files.texi (Diff Mode): Mention C-x `.
6367
63682006-05-08 Richard Stallman <rms@gnu.org>
6369
6370 * custom.texi (Disabling): Textual cleanups.
6371
8cf51b2c
GM
63722006-05-12 Glenn Morris <rgm@gnu.org>
6373
6374 * calendar.texi (Displaying the Diary, Format of Diary File):
6375 Refer to diary-view-entries, diary-list-entries,
6376 diary-show-all-entries rather than obsolete aliases.
6377
63782006-05-12 Eli Zaretskii <eliz@gnu.org>
6379
6380 * calendar.texi (Calendar/Diary, Holidays, Displaying the Diary)
6381 (Displaying the Diary, Special Diary Entries, Importing Diary):
6382 * building.texi (Compilation Shell):
6383 * buffers.texi (Several Buffers) [iftex]: Replace @xref's to
6384 emacs-xtra with @inforef's.
6385
6386 * files.texi (Visiting): Fix wording.
6387
6388 * mule.texi (Coding Systems, Text Coding): More indexing.
6389 Mention that C-x RET f can set eol conversion.
6390
c8763fb6 63912006-05-07 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
6392
6393 * xresmini.texi (GTK resources): Insert GTK description.
6394
6395 * xresources.texi (GTK resources): metafont should be menufont.
6396
8cf51b2c
GM
63972006-05-06 Michael Albinus <michael.albinus@gmx.de>
6398
49823426 6399 * mini.texi (Completion Options): Completion of remote files'
8cf51b2c
GM
6400 method, user name and host name is active only in partial
6401 completion mode.
6402
8cf51b2c
GM
64032006-05-06 Eli Zaretskii <eliz@gnu.org>
6404
6405 * makefile.w32-in (emacs.dvi):
6406 * Makefile.in (emacs.dvi): Add xresmini.texi.
6407
6408 * xresmini.texi (Table of Resources): Remove xref to non-existent
6409 node "LessTif Resources".
6410
6411 * msdog.texi (Microsoft Windows):
6412 * calendar.texi (Calendar/Diary, Displaying the Diary)
6413 (Special Diary Entries, Importing Diary, Holidays):
6414 * programs.texi (Program Modes):
6415 * text.texi (Text):
6416 * buffers.texi (Several Buffers):
6417 * files.texi (Comparing Files): Fix cross-references to emacs-xtra.
6418
64192006-05-06 Eli Zaretskii <eliz@gnu.org>
6420
6421 The following changes merge the emacs-xtra manual into the main
6422 manual, but only for on-line version of the manual.
6423
6424 * vc2-xtra.texi (Version Backups, Local Version Control)
6425 (Making Snapshots, Change Logs and VC, Version Headers)
6426 (Customizing VC, CVS Options) [ifnottex]: Conditional xref's for
6427 on-line manual.
6428
6429 * vc1-xtra.texi (VC Dired Mode) [ifnottex]: Conditional xref's
6430 for on-line manual.
6431
6432 * msdog-xtra.texi (MS-DOS, MS-DOS Keyboard, MS-DOS Mouse)
6433 (MS-DOS Display, MS-DOS File Names, MS-DOS Printing)
6434 (MS-DOS and MULE, MS-DOS Processes) [ifnottex]: Conditional xref's
6435 for on-line manual.
6436
6437 * fortran-xtra.texi (Fortran, Fortran Autofill)
6438 (Fortran Autofill, Fortran Abbrev) [ifnottex]: Conditional xref's
6439 for on-line manual.
6440
6441 * picture-xtra.texi (Basic Picture, Rectangles in Picture) [ifnottex]:
6442 Conditional xref's for on-line manual.
6443
6444 * emerge-xtra.texi (Emerge, Overview of Emerge)
6445 (Fine Points of Emerge) [ifnottex]: Conditional xref's for on-line
6446 manual.
6447
6448 * Makefile.in (INFO_TARGETS): Remove ../info/emacs-xtra.
6449 (EMACS_XTRA): New variable, lists the new *-xtra.texi files.
6450 (EMACSSOURCES): Use EMACS_XTRA.
6451 (../info/emacs-xtra): Remove.
6452 (emacs-xtra.dvi): Add EMACS_XTRA to prerequisites.
6453
6454 * makefile.w32-in (INFO_TARGETS): Remove $(infodir)/emacs-xtra.
6455 (EMACS_XTRA): New variable, lists the new *-xtra.texi files.
6456 (EMACSSOURCES): Use EMACS_XTRA.
6457 ($(infodir)/emacs-xtra): Remove.
6458 (emacs-xtra.dvi): Add EMACS_XTRA to prerequisites.
6459
6460 * trouble.texi (Quitting):
6461 * text.texi (Text):
6462 * programs.texi (Program Modes):
6463 * msdog.texi (Microsoft Windows):
6464 * frames.texi (Frames):
6465 * files.texi (Backup, Version Control, VC Concepts)
6466 (Types of Log File, Advanced C-x v v, Log Buffer, Old Versions)
6467 (Registering, VC Status, VC Undo, Multi-User Branching)
6468 (Comparing Files):
6469 * calendar.texi (Calendar/Diary, Holidays, Displaying the Diary)
6470 (Displaying the Diary, Special Diary Entries, Importing Diary):
6471 * buffers.texi (Several Buffers): Replace inforef to emacs-xtra by
6472 conditional xref's, depending on @iftex/@ifnottex.
6473
6474 * msdog.texi (Microsoft Windows) [ifnottex]: Add menu entry for
6475 "MS-DOS". @include msdog-xtra.texi.
6476
6477 * programs.texi (Programs) [ifnottex]: Add menu entry for "Fortran".
6478 <Top Level> [ifnottex]: @include fortran-xtra.texi.
6479
6480 * files.texi (Secondary VC Commands) [ifnottex]: Add menu entries
6481 for vc-xtra.texi subsections.
6482 (VC Undo) [ifnottex]: @include vc1-xtra.texi and @lowersections it.
6483 (Multi-User Branching) [ifnottex]: @include vc2-xtra.texi.
6484
6485 * sending.texi (Sending Mail): A @node line without explicit Prev,
6486 Next, and Up links.
6487
6488 * abbrevs.texi (Abbrevs): A @node line without explicit Prev,
6489 Next, and Up links.
6490
6491 * emacs.texi (Top) [ifnottex]: Add menu entries for "Picture Mode"
6492 and its sections. @include picture-xtra.texi.
6493
6494 * maintaining.texi (Maintaining) [ifnottex]: Add menu entry for
6495 "Emerge".
6496 (List Tags) [ifnottex]: @include emerge-xtra.texi.
6497
6498 * cal-xtra.texi (Daylight Savings): Remove this node: it is an
6499 exact duplicate of its name-sake in calendar.texi.
6500
6501 * calendar.texi (Calendar/Diary) [ifnottex]: Add menu item for
6502 "Advanced Calendar/Diary Usage".
6503 (Time Intervals) [ifnottex]: @include cal-xtra.texi.
6504
6505 * dired.texi (Subdirectories in Dired) [ifnottex]: @include
6506 dired-xtra.texi.
6507 (Dired) [ifnottex]: Add menu entry for "Subdir Switches".
6508
6509 * files.texi (Reverting) [ifnottex]: @include arevert-xtra.texi.
6510 (Files) [ifnottex]: Add menu entry for Autorevert.
6511
6512 * emacs-xtra.texi (Introduction): Reword to make consistent with
6513 printed version only.
6514 <Top level>: Remove the body of all chapters and move them to the
6515 new *-xtra.texi files. Use @raisesections and @lowersections to
6516 convert sections to chapters etc.
6517
6518 * msdog-xtra.texi:
6519 * fortran-xtra.texi:
6520 * vc-xtra.texi:
6521 * vc1-xtra.texi:
6522 * vc2-xtra.texi:
6523 * emerge-xtra.texi:
6524 * cal-xtra.texi:
6525 * dired-xtra.texi:
6526 * arevert-xtra.texi: New files, with text from respective chapters
6527 of emacs-xtra.texi. Convert each @chapter into @section, @section
6528 into @subsection, etc.
6529
1c6c854e 6530 * emacs-xtra.texi (MS-DOS): Rename from "MS-DOG". All references
8cf51b2c
GM
6531 updated.
6532
6533 * msdog.texi (Microsoft Windows): Rename from "Emacs and Microsoft
6534 Windows". All references updated.
6535
65362006-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6537
6538 * macos.texi (Mac Input): Mention input from Character Palette.
6539 (Mac Font Specs): Fix typo.
6540
65412006-05-05 Richard Stallman <rms@gnu.org>
6542
6543 * files.texi (Diff Mode): Minor cleanup.
6544
65452006-05-05 Karl Berry <karl@gnu.org>
6546
8cf51b2c
GM
6547 * emacs.texi: Call @fonttextsize 10, inside @tex to avoid
6548 errors from the current release of makeinfo (4.8).
6549 * help.texi (Library Keywords): Change widest word in multitable
6550 template from `emulations' to `convenience'. (Not sure if this is
6551 related to the font change.)
6552
65532006-05-05 Eli Zaretskii <eliz@gnu.org>
6554
6555 * files.texi (File Names): Add a footnote about limited support of
6556 ~USER on MS-Windows.
6557
6558 * cmdargs.texi (Initial Options): Add a footnote about limited
6559 support of ~USER on MS-Windows.
6560
65612006-05-03 Richard Stallman <rms@gnu.org>
6562
6563 * files.texi (Diff Mode): Node moved here.
6564 (Comparing Files): Delete what duplicates new node.
6565 (Files): Put Diff Mode in menu.
6566
1c6c854e 6567 * misc.texi (Diff Mode): Move to files.texi.
8cf51b2c
GM
6568
6569 * emacs.texi (Top): Update menu for Diff Mode.
6570
6571 * trouble.texi (Emergency Escape): Simplify.
6572
6573 * emacs.texi (Top): Minor clarification.
6574
65752006-05-03 Teodor Zlatanov <tzz@lifelogs.com>
6576
6577 * commands.texi, entering.texi, screen.texi: Many simplifications.
6578
65792006-05-03 Richard Stallman <rms@gnu.org>
6580
6581 * commands.texi (Text Characters): Delete paragraph about unibyte
6582 non-ASCII printing chars.
6583
6584 * killing.texi (Killing): Say "graphical displays".
6585 * display.texi: Say "graphical displays".
6586
6587 * cmdargs.texi (Misc X): Say "graphical displays".
6588
65892006-05-01 Richard Stallman <rms@gnu.org>
6590
6591 * emacs.texi (Top): Add Diff Mode to menu.
6592
65932006-05-01 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
6594
6595 * misc.texi (Diff Mode): New node.
6596
65972006-05-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6598
6599 * macos.texi (Mac International): Now Carbon Emacs has ATSUI support.
6600 (Mac Environment Variables): Shorten example line.
6601 (Mac Font Specs): Shorten lisp lines. Add descriptions for ATSUI.
6602
66032006-05-01 Nick Roberts <nickrob@snap.net.nz>
6604
6605 * building.texi (GUD Customization): Describe cases %d and %c.
6606 Update description for %e.
6607
66082006-04-30 Glenn Morris <rgm@gnu.org>
6609
6610 * calendar.texi (LaTeX Calendar): Mention cal-tex-preamble-extra.
6611
66122006-04-29 Dan Nicolaescu <dann@ics.uci.edu>
6613
6614 * custom.texi (Examining): Update C-h v output example.
6615
66162006-04-29 Kim F. Storm <storm@cua.dk>
6617
6618 * building.texi (Grep Searching): Add lgrep and rgrep.
6619
8cf51b2c
GM
66202006-04-23 Richard Stallman <rms@gnu.org>
6621
6622 * emacs.texi [TeX]: Use xresmini.texi instead of xresources.texi.
6623
6624 * xresmini.texi: New file.
6625
6626 * xresources.texi (Face Resources): Split table into font resources
6627 and the rest. Combine similar attributes for brevity.
6628
8cf51b2c
GM
66292006-04-21 Eli Zaretskii <eliz@gnu.org>
6630
6631 * emacs-xtra.texi (MS-DOS File Names): Remove section about
6632 backslashes and case-insensitivity in file names (moved to the
6633 main manual).
6634 (MS-DOS Printing): Move most of the text to the main manual.
6635
6636 * msdog.texi (Windows Files, Windows HOME, MS-Windows Printing):
6637 New nodes.
6638 (Windows Processes, Windows System Menu): Add index entries and
6639 fix wording.
6640
8cf51b2c
GM
66412006-04-18 J.D. Smith <jdsmith@as.arizona.edu>
6642
6643 * misc.texi (Shell Ring): Add notes on saved input when
6644 navigating off the end of the history list.
6645
66462006-04-18 Chong Yidong <cyd@mit.edu>
6647
6648 * misc.texi (Shell Options): Correct default value of
6649 comint-scroll-show-maximum-output.
6650
8cf51b2c
GM
66512006-04-18 Nick Roberts <nickrob@snap.net.nz>
6652
6653 * building.texi (Watch Expressions): Update.
6654
8cf51b2c
GM
66552006-04-12 Richard Stallman <rms@gnu.org>
6656
6657 * search.texi: Clean up previous change.
6658
66592006-04-12 Eli Zaretskii <eliz@gnu.org>
6660
6661 * search.texi (Regexp Backslash, Regexp Replace): Add index
6662 entries for ``back reference'' and mention the term itself in the
6663 text.
6664
66652006-04-11 Richard Stallman <rms@gnu.org>
6666
6667 * custom.texi (Safe File Variables):
6668 Document enable-local-variables = :safe.
6669
66702006-04-11 Karl Berry <karl@gnu.org>
6671
6672 * emacs-xtra.texi, emacs.texi (Dired under VC, VC Dired Commands)
6673 (Remote Repositories, Version Backups, Local Version Control)
6674 (Snapshots, Making and Using Snapshots, Snapshot Caveats)
6675 (Miscellaneous Commands and Features of VC, Change Logs and VC)
6676 (Renaming VC Work Files and Master Files)
6677 (Inserting Version Control Headers, Customizing VC, General Options)
6678 (Options for RCS and SCCS, Options specific for CVS): Move all
6679 these nodes to emacs-xtra.texi, for brevity.
6680 * cmdargs.texi, files.texi: Change cross-references.
6681
8cf51b2c
GM
66822006-04-11 J.D. Smith <jdsmith@as.arizona.edu>
6683
6684 * files.texi (Old Versions): Update description of vc-annotate's
6685 use of color to indicate date ranges.
6686
8cf51b2c
GM
66872006-04-09 Kevin Ryde <user42@zip.com.au>
6688
8cf51b2c
GM
6689 * sending.texi (Mail Sending): In send-mail-function @pxref smtpmail,
6690 put info and printed manual names the right way around.
6691
66922006-04-09 Karl Berry <karl@gnu.org>
6693
6694 * msdog.texi, emacs-xtra.texi: Move all the MS-DOS material to
6695 emacs-xtra.texi, leaving only MS Windows information.
6696 * building.texi, emacs.texi, frames.texi, gnu.texi, macos.texi,
6697 * msdog.texi, mule.texi, trouble.texi: Change cross-references and
6698 node names.
6699
6700 * emacs.texi: Move @summarycontents and @contents to the beginning
6701 of the file.
6702
8cf51b2c
GM
67032006-04-08 Kevin Ryde <user42@zip.com.au>
6704
6705 * text.texi (Fill Commands): fill-nobreak-predicate is now a hook.
6706
67072006-04-07 Richard Stallman <rms@gnu.org>
6708
6709 * programs.texi (Comments, Comment Commands, Options for Comments)
6710 (Multi-Line Comments): "Align", not "indent".
6711 (Basic Indent): C-j deletes trailing whitespace before the newline.
6712
67132006-04-06 Richard Stallman <rms@gnu.org>
6714
8cf51b2c
GM
6715 * programs.texi (Basic Indent): Clarify relationship of C-j to TAB.
6716
67172006-04-06 Eli Zaretskii <eliz@gnu.org>
6718
6719 * killing.texi (Rectangles): Add index entry for marking a rectangle.
6720
8cf51b2c
GM
67212006-04-05 Richard Stallman <rms@gnu.org>
6722
6723 * emacs.texi (Top): Update subnode menu.
6724
6725 * trouble.texi (Unasked-for Search): Node deleted.
6726 (Lossage): Delete from menu.
6727
67282006-04-04 Richard Stallman <rms@gnu.org>
6729
6730 * trouble.texi: Various cleanups.
6731 (Checklist): Don't bother saying how to snail a bug report.
6732 (Emergency Escape): Much rewriting.
6733 (After a Crash): Rename the core dump immediately.
6734 (Total Frustration): Call it a psychotherapist.
6735 (Bug Criteria): Avoid "illegal instruction".
6736 (Sending Patches): We always put the contributor's name in.
6737
6738 * misc.texi (Thumbnails): Minor correction.
6739
8cf51b2c
GM
67402006-04-03 Richard Stallman <rms@gnu.org>
6741
6742 * misc.texi (Thumbnails): Minor cleanup.
6743
67442006-04-02 Karl Berry <karl@gnu.org>
6745
6746 * sending.texi (Mail Sending): pxref to Top needs five args.
6747
6748 * texinfo.tex: Update to current version (2006-03-21.13).
6749
8cf51b2c
GM
67502006-03-31 Richard Stallman <rms@gnu.org>
6751
6752 * emacs.texi (Top): Update subnode menu.
6753
6754 * help.texi (Help Mode): Cleanup.
6755
6756 * dired.texi: Many cleanups.
6757 (Dired Deletion): Describe dired-recursive-deletes.
6758 (Operating on Files): dired-create-directory moved.
6759 (Misc Dired Features): Move to here.
6760 (Tumme): Node moved to misc.texi.
6761
6762 * custom.texi: Many cleanups.
6763 (Minor Modes): Don't mention ISO Accents Mode.
6764 (Examining): Update C-h v output example.
6765 (Hooks): Add index and xref for add-hook.
6766 (Locals): Delete list of vars that are always per-buffer. Rearrange.
6767 (Local Keymaps): Don't mention lisp-mode-map, c-mode-map.
6768
6769 * misc.texi: Many cleanups.
6770 (beginning): Add to summary of topics.
6771 (Shell): Put eshell xref at the end. Remove eshell from table.
6772 (Thumbnails): New node.
6773
8cf51b2c
GM
67742006-03-28 Eli Zaretskii <eliz@gnu.org>
6775
6776 * files.texi (File Name Cache): Make it clear that the cache is
6777 not persistent.
6778
8cf51b2c
GM
67792006-03-25 Karl Berry <karl@gnu.org>
6780
49823426
GM
6781 * emacs-xtra.texi, emacs.texi, gnu.texi:
6782 (1) use @copyright{} instead of (C) in typeset text;
8cf51b2c
GM
6783 (2) do not indent copyright year list (or anything else).
6784
8cf51b2c
GM
67852006-03-21 Juanma Barranquero <lekktu@gmail.com>
6786
6787 * files.texi (VC Dired Mode): Remove misplaced brackets.
6788
67892006-03-21 Andre Spiegel <spiegel@gnu.org>
6790
6791 * files.texi: Various updates and clarifications in the VC chapter.
6792
67932006-03-19 Luc Teirlinck <teirllm@auburn.edu>
6794
6795 * help.texi (Help Mode): Document "C-c C-c".
6796
8cf51b2c
GM
67972006-03-16 Luc Teirlinck <teirllm@auburn.edu>
6798
6799 * emacs-xtra.texi (Top): Avoid ugly continuation line in
6800 menu in the standalone Info reader.
6801
68022006-03-15 Chong Yidong <cyd@stupidchicken.com>
6803
6804 * emacs-xtra.texi (Emerge, Picture Mode, Fortran): New chapters,
6805 moved here from Emacs manual.
6806
6807 * programs.texi (Fortran): Section moved to emacs-xtra.
6808 (Program Modes): Xref to Fortran in emacs-xtra.
6809
6810 * maintaining.texi (Emerge): Move to emacs-xtra.
6811 * files.texi (Comparing Files): Xref to Emerge in emacs-xtra.
6812
6813 * picture.texi: File deleted.
6814 * Makefile.in:
6815 * makefile.w32-in: Remove picture.texi.
6816
6817 * text.texi (Text): Xref to Picture Mode in emacs-xtra.
6818 * abbrevs.texi (Abbrevs):
6819 * sending.texi (Sending Mail): Picture node removed.
6820
6821 * emacs.texi (Top): Update node listings.
6822
8cf51b2c
GM
68232006-03-12 Richard Stallman <rms@gnu.org>
6824
6825 * calendar.texi: Various cleanups.
6826
8cf51b2c
GM
68272006-03-11 Luc Teirlinck <teirllm@auburn.edu>
6828
6829 * search.texi (Regexps): Use @samp for regexp that is not in Lisp
6830 syntax.
6831
8cf51b2c
GM
68322006-03-08 Luc Teirlinck <teirllm@auburn.edu>
6833
6834 * search.texi (Regexps): More accurately describe which characters
6835 are special in which situations. Recommend _not_ to quote `]' or
6836 `-' when they are not special.
6837
8cf51b2c
GM
68382006-02-28 Andre Spiegel <spiegel@gnu.org>
6839
6840 * files.texi (Old Versions): Clarify operation of C-x v =.
6841
8cf51b2c
GM
68422006-02-21 Nick Roberts <nickrob@snap.net.nz>
6843
6844 * building.texi (Watch Expressions): Update and describe
6845 gdb-speedbar-auto-raise.
6846
68472006-02-19 Richard M. Stallman <rms@gnu.org>
6848
6849 * emacs.texi: Use @smallbook.
6850 (Top): Update ref to Emacs paper, delete ref to Cookbook.
6851 Update subnode menu.
6852
6853 * building.texi (Lisp Interaction): Minor addition.
6854
68552006-02-18 Nick Roberts <nickrob@snap.net.nz>
6856
6857 * building.texi (Watch Expressions): Update and be more precise.
6858
c8763fb6 68592006-02-15 Francesco Potortì <pot@gnu.org>
8cf51b2c
GM
6860
6861 * maintaining.texi (Create Tags Table): Explain why the
6862 exception when etags writes to files under the /dev tree.
6863
68642006-02-14 Richard M. Stallman <rms@gnu.org>
6865
6866 * custom.texi (Safe File Variables): Lots of clarification.
6867 Renamed from Unsafe File Variables.
6868
68692006-02-14 Chong Yidong <cyd@stupidchicken.com>
6870
6871 * custom.texi (Unsafe File Variables): File variable confirmation
6872 assumed denied in batch mode.
6873
68742006-02-14 Richard M. Stallman <rms@gnu.org>
6875
6876 * building.texi (GDB User Interface Layout): Don't say `inferior'
6877 for program being debugged.
6878
68792006-02-15 Nick Roberts <nickrob@snap.net.nz>
6880
6881 * building.texi (GDB Graphical Interface):
6882 Replace gdb-use-inferior-io-buffer with gdb-use-separate-io-buffer.
6883
68842006-02-13 Chong Yidong <cyd@stupidchicken.com>
6885
6886 * custom.texi (Specifying File Variables, Unsafe File Variables):
6887 New nodes, split from File Variables. Document new file local
6888 variable behavior.
6889
68902006-02-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6891
6892 * display.texi (Standard Faces):
8cf51b2c
GM
6893 * files.texi (Visiting):
6894 * frames.texi (Clipboard):
6895 * glossary.texi (Glossary) <Clipboard>:
6896 * xresources.texi (X Resources): Mention Mac OS port.
6897
8cf51b2c
GM
68982006-02-12 Richard M. Stallman <rms@gnu.org>
6899
6900 * building.texi (Building): Clarify topic in intro.
6901
6902 * maintaining.texi (Maintaining): Change title; clarify topic.
6903 Delete duplicate index entries.
6904
6905 * building.texi (Other GDB User Interface Buffers): Clarifications.
6906
6907 * text.texi (Cell Commands): Clarifications.
6908
6909 * programs.texi (Defuns): Delete duplicate explanation of
6910 left-margin paren convention.
6911 (Hungry Delete): Minor cleanup.
6912
69132006-02-11 Mathias Dahl <mathias.dahl@gmail.com>
6914
6915 * dired.texi (Tumme): More tumme documentation.
6916
69172006-02-11 Alan Mackenzie <acm@muc.de>
6918
6919 * programs.texi ("Hungry Delete"): Correct the appellation of the
6920 backspace and delete keys to @kbd{DEL} and @kbd{DELETE}.
6921
69222006-02-11 Mathias Dahl <mathias.dahl@gmail.com>
6923
6924 * dired.texi (Tumme): Fix small bug.
6925
69262006-02-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6927
6928 * macos.texi (Mac International): Rename "fontset-mac" to
6929 "fontset-standard".
6930
8cf51b2c
GM
69312006-02-09 Mathias Dahl <mathias.dah@gmail.com>
6932
6933 * dired.texi (Tumme): Basic documentation for Tumme added.
6934
8cf51b2c
GM
69352006-02-07 Luc Teirlinck <teirllm@auburn.edu>
6936
6937 * mule.texi (International):
6938 * programs.texi (Basic Indent): Fix typos.
6939
8cf51b2c
GM
6940 * custom.texi (Minor Modes):
6941 * display.texi (Text Display):
6942 * commands.texi (Text Characters): Update xrefs.
6943
69442006-02-07 Richard M. Stallman <rms@gnu.org>
6945
6946 * emacs.texi (Top): Update subnode menu.
6947 Update info on old Emacs papers.
6948 (Intro): "Graphical display", not window system.
6949
6950 * xresources.texi (GTK styles): Minor clarifications.
6951
6952 * trouble.texi: "Graphical display", not window system.
6953 (Stuck Recursive): Minor clarification.
6954
6955 * text.texi: Minor clarifications.
6956 (Sentences): Explain why two-space convention is better.
6957 Explain sentence-end-without-period here.
6958 (Fill Commands): Not here.
6959 (Refill): Node moved down.
6960 (Filling): Update menu.
6961 (Table Creation, Cell Justification, Column Commands): Clarify.
6962
6963 * sending.texi: Minor clarifications.
6964
6965 * search.texi (Regexp Backslash): Clarification.
6966
6967 * rmail.texi: Minor cleanups.
6968 (Rmail): Delete digression about `rmail-mode'.
6969 (Rmail Inbox): Delete false advice wrt rmail-primary-inbox-list.
6970 (Rmail Files): Mention C-u M-x rmail.
6971 (Rmail Reply): Mention References.
6972 (Rmail Display): Mention rmail-nonignored-headers.
6973
6974 * programs.texi: Minor cleanups.
6975 (Comment Commands): Mention momentary Transient Mark mode.
6976 (Matching): Be more specific about customizing show-paren-mode.
6977 (Info Lookup): Don't list the modes that support C-h S.
6978 Just say what it does in an unsupported mode.
6979 (Man Page): Delete excessive info on customizing woman.
6980 (Motion in C): Don't mention c-for/backward-into-nomenclature.
6981
6982 * abbrevs.texi: Minor clarifications.
6983 (Dabbrev Customization): Talk about "dynamic abbrev expansion",
6984 not "dynamic abbrevs" as if they were a kind of abbrev.
6985
6986 * picture.texi (Picture): Minor cleanup.
6987
6988 * mule.texi (Communication Coding): Say "other applications".
6989 (Fontsets): Not specific to X. Add xref to X Resources.
6990 (Unibyte Mode): Rename from Single-Byte Character Support.
6991 "Graphical display", not window system.
6992 (International): Update menu.
6993
6994 * maintaining.texi (Format of ChangeLog):
6995 New node, split out from ChangeLog.
6996 (ChangeLog): Clarifications in the remaining text.
6997 (Create Tags Table, Etags Regexps, Select Tags Table): Cleanups.
6998 (Find Tag): Add @w.
6999 (Tags Search): Explain tag table order here. Simplify grep ref.
7000 (List Tags): tags-tag-face is a variable, not a face.
7001 (Emerge): Cleanups.
7002
7003 * kmacro.texi (Keyboard Macro Counter): Rewrite for clarity.
7004 (Keyboard Macros): Avoid "the user".
7005
7006 * killing.texi: "Graphical display", not window system.
7007
7008 * help.texi (Help Echo): "Graphical display", not window system.
7009
7010 * glossary.texi: Say "you", not "the user". Say "graphical display".
7011
7012 * frames.texi: Minor cleanups. "Graphical display", not window system.
7013
7014 * files.texi (Visiting): Make drag-and-drop not X-specific.
7015
7016 * custom.texi: Minor cleanups. "Graphical display", not window system.
7017
7018 * cmdargs.texi: Minor cleanups.
7019
7020 * building.texi (Compilation): Move and split kill-compilation para.
7021 Add para about multiple compilers.
7022 (Compilation Mode): Commands also available in grep mode and others.
7023 Mention C-u C-x ` more tutorially. Clarify C-x `.
7024 (Compilation Shell): Clarify. Put Bash example first.
7025 (Grep Searching): Minor cleanups; add @w.
7026 (Debuggers): Minor cleanups.
7027 (Starting GUD): Make GDB xgraphical mode issue clearer.
7028 (Debugger Operation): Lots of clarifications including
7029 GDB tooltip side-effect issue.
7030 (Commands of GUD): Clarify.
7031 (GUD Customization): Add bashdb-mode-hook.
7032 (GDB Graphical Interface): Rewrite for clarity.
7033 (GDB User Interface Layout): Rewrite for clarity.
7034 (Stack Buffer, Watch Expressions): Likewise.
7035 (Other GDB User Interface Buffers): Cleanups.
7036 (Lisp Libraries, External Lisp): Cleanup.
7037
7038 * basic.texi (Position Info): "Graphical displays", rather than
7039 window systems.
7040
7041 * anti.texi: Minor cleanup.
7042
8cf51b2c
GM
70432006-02-03 Eli Zaretskii <eliz@gnu.org>
7044
7045 * custom.texi (Init File, Find Init): Add cross-references to
7046 where $HOME is described.
7047
70482006-02-01 Luc Teirlinck <teirllm@auburn.edu>
7049
7050 * frames.texi (Frame Parameters): Remove @item for S-Mouse-1; it
7051 is not inside the @table.
7052
7053 * emacs.texi (Top): Correct node name.
7054
7055 * files.texi (File Names): Fix @xref.
7056 (Reverting): Fix typo.
7057
7058 * mule.texi (International): Correct node name.
7059
7060 * kmacro.texi (Save Keyboard Macro): Add missing @kbd to @table.
7061
70622006-02-01 Richard M. Stallman <rms@gnu.org>
7063
7064 * emacs.texi (Top): Update subnode menu.
7065
7066 * mule.texi: Minor clarifications.
7067 Reduce the specific references to X Windows.
7068 Refer to "graphical" terminals, rather than window systems.
7069 (Text Coding): Rename from Specify Coding.
7070 (Communication Coding, File Name Coding, Terminal Coding):
7071 New nodes split out from Text Coding.
7072
7073 * kmacro.texi: Minor clarifications.
7074 (Keyboard Macro Ring): Comment out some excessive commands.
7075 (Basic Keyboard Macro): Split up the table, putting part in each node.
7076
7077 * major.texi: Minor clarifications.
7078
7079 * misc.texi (Single Shell, Interactive Shell): Fix xrefs.
7080
7081 * windows.texi: Minor clarifications.
7082 (Change Window): Don't describe mode-line mouse cmds here.
7083 Add xref to Mode Line Mouse.
7084
7085 * msdog.texi (Text and Binary, MS-DOS and MULE): Fix xrefs.
7086
7087 * macos.texi (Mac International): Fix xref.
7088
7089 * indent.texi: Minor clarifications.
7090
7091 * frames.texi: Minor clarifications.
7092 Reduce the specific references to X Windows.
7093 Refer to "graphical" terminals, rather than window systems.
7094 (Frame Parameters): Don't mention commands like
7095 set-foreground-color. Just say to customize a face.
7096 (Drag and Drop): Lisp-level stuff moved to Emacs Lisp manual.
7097
7098 * files.texi: Minor clarifications.
7099 (Numbered Backups): New node, split out from Backup Names.
7100
7101 * display.texi (Font Lock): C mode no longer depends on (-in-col-0.
7102
7103 * cmdargs.texi (General Variables): Fix xref.
7104
7105 * buffers.texi: Minor clarifications.
7106
8cf51b2c
GM
71072006-01-31 Richard M. Stallman <rms@gnu.org>
7108
7109 * display.texi (Scrolling, Horizontal Scrolling, Follow Mode):
7110 Nodes moved to top.
7111
7112 * display.texi: Minor clarifications.
7113 (Display): Rearrange menu.
7114 (Standard Faces): Mention query-replace face.
7115 (Faces): Simplify.
7116 (Font Lock): Simplify face customization info.
7117 (Highlight Changes): Node merged into Highlight Interactively.
7118 (Highlight Interactively): Much rewriting and cleanup.
7119 (Optional Mode Line): Narrowed line number not good for goto-line.
7120 Simplify face customization advice.
7121 (Text Display): Mention use of escape-glyph face.
7122 Move ctl-arrow and tab-width here.
7123 (Display Custom): Move no-redraw-on-reenter to end of node.
7124
7125 * search.texi: Minor clarifications.
7126 (Isearch Scroll): Simplify.
7127 (Other Repeating Search): Document multi-occur-in-matching-buffers.
7128
7129 * regs.texi (Registers): Mention bookmarks here.
7130
7131 * mark.texi: Minor clarifications.
7132 (Selective Undo): Node deleted.
7133
7134 * m-x.texi: Minor clarifications.
7135
7136 * killing.texi: Minor clarifications.
7137 Refer to "graphical" terminals, rather than window systems.
7138
7139 * help.texi: Clarifications.
7140 (Help): Don't describe C-h F and C-h K here.
7141 (Key Help): Describe C-h K here.
7142 (Name Help): Mention Emacs Lisp Intro.
7143 Describe C-h F here.
7144 (Misc Help): Mention C-h F and C-h K only briefly.
7145
7146 * fixit.texi (Undo): New node, mostly copied from basic.texi.
7147 Selective undo text merged in.
7148 (Spelling): Mention Aspell along with Ispell.
7149
7150 * emacs.texi (Top): Update subnode menus.
7151
7152 * basic.texi (Basic Undo): Rename from Undo. Most of text
7153 moved to new Undo node.
7154
8cf51b2c
GM
71552006-01-29 Chong Yidong <cyd@stupidchicken.com>
7156
7157 * basic.texi (Continuation Lines, Inserting Text):
7158 Mention longlines mode.
7159
71602006-01-29 Richard M. Stallman <rms@gnu.org>
7161
10d1d0af 7162 * screen.texi: Minor cleanups.
8cf51b2c
GM
7163 (Screen): Clean up the intro paragraphs.
7164 (Mode Line): Lots of rewriting. Handle frame-name better.
7165 eol-mnemonic-... vars moved out.
7166
7167 * emacs.texi (Top): Change menu item for MS-DOS node.
7168 Update subnode menu.
7169
7170 * msdog.texi (MS-DOS): Rewrite intro to explain how this
7171 chapter relates to Windows. Title changed.
7172
7173 * mini.texi: Minor cleanups.
7174
7175 * mark.texi (Selective Undo): New node, text moved from basic.texi.
7176 (Mark): Put it in the menu.
7177
7178 * entering.texi: Minor cleanups.
7179
7180 * emacs.texi (Top): Add xref to Mac chapter; explain Windows better.
7181 (Intro): Refer to "graphical" terminals, rather than X.
7182
7183 * display.texi (Display Custom): Add xref to Variables.
7184 (Optional Mode Line): eol-mnemonic-... vars moved here.
7185
7186 * commands.texi: Minor cleanups. Refer to "graphical" terminals,
7187 rather than X.
7188
8cf51b2c
GM
7189 * basic.texi: Minor cleanups.
7190 (Undo): selective-undo moved.
7191
8cf51b2c
GM
71922006-01-25 Luc Teirlinck <teirllm@auburn.edu>
7193
7194 * anti.texi (Antinews): Various corrections and additions.
7195
71962006-01-23 Juri Linkov <juri@jurta.org>
7197
7198 * custom.texi (Easy Customization, Customization Groups)
7199 (Browsing Custom): Mention links along with buttons.
7200
8cf51b2c
GM
72012006-01-21 Eli Zaretskii <eliz@gnu.org>
7202
8cf51b2c
GM
7203 * text.texi (TeX Print): Use @key for TAB.
7204
8cf51b2c
GM
7205 * kmacro.texi (Keyboard Macro Step-Edit): Use @key for TAB.
7206
8cf51b2c
GM
72072006-01-15 Sven Joachim <svenjoac@gmx.de> (tiny change)
7208
7209 * files.texi (File Aliases): Don't claim that usually separate
7210 buffers are created for two file names that name the same data.
7211 Mention additional situations where different names mean the same
7212 file on disk.
7213
72142006-01-19 Richard M. Stallman <rms@gnu.org>
7215
7216 * killing.texi (Deletion): Upcase @key argument.
7217
7218 * custom.texi (Custom Themes): Minor cleanup.
7219
7220 * programs.texi (Hungry Delete): Upcase @key argument.
7221
8cf51b2c
GM
72222006-01-16 Juri Linkov <juri@jurta.org>
7223
7224 * display.texi (Standard Faces): Add `mode-line-buffer-id'.
7225 Move `mode-line-highlight' before `mode-line-buffer-id'.
7226
8cf51b2c
GM
72272006-01-14 Richard M. Stallman <rms@gnu.org>
7228
7229 * basic.texi (Inserting Text): Minor cleanup.
7230
8cf51b2c
GM
72312006-01-11 Luc Teirlinck <teirllm@auburn.edu>
7232
7233 * custom.texi (Changing a Variable, Face Customization):
7234 Update for changes in Custom menus.
7235
8cf51b2c
GM
72362006-01-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7237
7238 * macos.texi (Mac International): Undo last change.
7239
8cf51b2c
GM
72402006-01-02 Chong Yidong <cyd@stupidchicken.com>
7241
7242 * custom.texi (Custom Themes): Describe the new
7243 customize-create-theme interface.
7244
72452005-12-30 Juri Linkov <juri@jurta.org>
7246
7247 * basic.texi (Position Info): Update example.
7248
c8763fb6 72492005-12-27 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
7250
7251 * frames.texi (Dialog Boxes): Add x-gtk-show-hidden-files.
7252
72532005-12-24 Chong Yidong <cyd@stupidchicken.com>
7254
7255 * custom.texi (Custom Themes): `load-theme' always loads.
7256
72572005-12-23 Juri Linkov <juri@jurta.org>
7258
7259 * display.texi (Highlight Interactively): Use double space to
7260 separate sentences. Replace C-p with M-p, and C-n with M-n.
7261
72622005-12-22 Richard M. Stallman <rms@gnu.org>
7263
7264 * custom.texi (Easy Customization and subnodes):
7265 Replace "active field" with "button".
7266 Use "user option" only for variables.
7267 Use "setting" for variable-or-face.
7268
72692005-12-22 Luc Teirlinck <teirllm@auburn.edu>
7270
7271 * buffers.texi (Select Buffer): Change order in table to make
7272 "Similar" refer to the correct item.
7273 (Indirect Buffers): Minor rewording.
7274
8cf51b2c
GM
72752005-12-20 Juri Linkov <juri@jurta.org>
7276
7277 * files.texi (VC Status): Put P and N near p and n.
7278
8cf51b2c
GM
72792005-12-19 Richard M. Stallman <rms@gnu.org>
7280
7281 * programs.texi (Electric C): Delete the info about newline control.
7282 (Other C Commands): Minor cleanup.
7283 (Left Margin Paren): Minor cleanup.
7284
72852005-12-19 Luc Teirlinck <teirllm@auburn.edu>
7286
7287 * custom.texi (Easy Customization): Add "Browsing Custom" to menu.
7288 (Customization Groups): Delete text moved to "Browsing Custom".
7289 (Browsing Custom): New node.
7290 (Specific Customization): Clarify which commands only work for
7291 loaded options.
7292
72932005-12-18 Bill Wohler <wohler@newt.com>
7294
7295 * frames.texi (Tool Bars): Shorten text of previous change.
7296
72972005-12-18 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
7298
7299 * files.texi (VC Status): Document log-view mode.
7300
73012005-12-18 Bill Wohler <wohler@newt.com>
7302
7303 * frames.texi (Tool Bars): Mention that you can turn off tool bars
7304 permanently via the customize interface.
7305
8cf51b2c
GM
73062005-12-16 Ralf Angeli <angeli@iwi.uni-sb.de>
7307
7308 * killing.texi (Killing by Lines): Document `kill-whole-line'
7309 function.
7310
c8763fb6 73112005-12-16 Lőrentey Károly <lorentey@elte.hu>
8cf51b2c
GM
7312
7313 * buffers.texi (Select Buffer): Change `prev-buffer' to
7314 `previous-buffer'. Indicate that these functions use a frame
7315 local buffer list.
7316
8cf51b2c
GM
73172005-12-12 Richard M. Stallman <rms@gnu.org>
7318
7319 * custom.texi (Easy Customization): Change menu comment.
7320 (Prefix Keymaps): Fix spelling of Control-X-prefix.
7321
7322 * help.texi (Apropos): Rewrite. Talk about "apropos patterns".
7323 (Help): Among the Apropos commands, describe only C-h a here.
7324
73252005-12-11 Richard M. Stallman <rms@gnu.org>
7326
7327 * programs.texi (Options for Comments): Comment-end starts with space.
7328
7329 * glossary.texi (Glossary): Minor cleanup.
7330
7331 * files.texi (Old Versions): Use @table.
7332
8cf51b2c
GM
73332005-12-10 David Koppelman <koppel@ece.lsu.edu>
7334
7335 * display.texi (Highlight Interactively): Include
7336 global-hi-lock-mode. Add miscellaneous details and elaborations.
7337
73382005-12-09 Richard M. Stallman <rms@gnu.org>
7339
7340 * display.texi (Font Lock): Delete the Global FL menu item.
7341
73422005-12-09 Luc Teirlinck <teirllm@auburn.edu>
7343
7344 * custom.texi (Minibuffer Maps): Mention the maps for file name
7345 completion.
7346
73472005-12-09 Kim F. Storm <storm@cua.dk>
7348
7349 * killing.texi (CUA Bindings): Describe how to use C-x and C-c as
10d1d0af 7350 prefix keys even when mark is active. Describe that RET moves
8cf51b2c
GM
7351 cursor to next corner in rectangle; clarify insert around rectangle.
7352
8cf51b2c
GM
73532005-12-08 Luc Teirlinck <teirllm@auburn.edu>
7354
7355 * custom.texi (Customization): Use xref to elisp manual for
7356 non-TeX output.
7357 (Minor Modes): Update.
7358 (Customization Groups, Changing a Variable, Face Customization):
7359 Update for new appearance of Custom buffers.
7360 (Changing a Variable): `custom-buffer-done-function' has been
7361 replaced by `custom-buffer-done-kill'.
7362 (Specific Customization): In the `customize-group' buffer, a
7363 subgroup's contents are not "hidden". They are not included at
7364 all. They have no [Show] button.
7365 (Mouse Buttons): Add pxref to description of mouse event lists in
7366 Elisp manual. Add `menu-bar' and `header-line' dummy prefix keys.
7367 (Find Init): Emacs now looks for ~/.emacs.d/init.el instead of
7368 ~/.emacs.d/.emacs, if it can not find ~/.emacs(.el).
7369
73702005-12-08 Richard M. Stallman <rms@gnu.org>
7371
7372 * mini.texi (Completion Commands, Completion):
7373 In file name input, SPC does not do completion.
7374
8cf51b2c
GM
73752005-12-08 Nick Roberts <nickrob@snap.net.nz>
7376
7377 * building.texi (GDB Graphical Interface): Explain screen size
7378 setting.
7379 (Other GDB User Interface Buffers): Describe features specific to
7380 GDB 6.4.
7381
8cf51b2c
GM
73822005-12-01 Nick Roberts <nickrob@snap.net.nz>
7383
7384 * building.texi (GDB User Interface Layout): Describe how to
7385 kill associated buffers.
7386 (Breakpoints Buffer): Use D instead of d for gdb-delete-breakpoint.
7387 (Watch Expressions): Be more precise.
7388 (Other GDB User Interface Buffers): Describe how to change a
7389 register value.
7390
8cf51b2c
GM
73912005-11-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7392
7393 * macos.texi (Mac Input): Remove description of
7394 mac-command-key-is-meta. Add descriptions of
7395 mac-control-modifier, mac-command-modifier, and
7396 mac-option-modifier.
7397 (Mac International): Fix description of conversion of clipboard data.
7398 (Mac Font Specs): Add example of font customization by face attributes.
7399
74002005-11-22 Nick Roberts <nickrob@snap.net.nz>
7401
7402 * building.texi (Watch Expressions): Expand description.
7403 (Other GDB User Interface Buffers): Describe local map for
7404 gud-watch.
7405
74062005-11-21 Chong Yidong <cyd@stupidchicken.com>
7407
7408 * display.texi (Font Lock): Font lock is enabled by default now.
7409
74102005-11-20 Juri Linkov <juri@jurta.org>
7411
7412 * basic.texi (Position Info): Update examples of the output.
7413 Remove the fact that examples are produced in the TeXinfo buffer,
7414 because in the Info reader users will get a different output from
7415 `C-x ='.
7416
7417 * building.texi (Compilation Mode): Remove paragraph duplicated
7418 from the node `Compilation'. Add `compilation-skip-threshold'.
7419
7420 * display.texi (Font Lock): Suggest more user-friendly method of
7421 finding all Font Lock faces (M-x customize-group RET font-lock-faces).
7422
74232005-11-18 Richard M. Stallman <rms@gnu.org>
7424
7425 * files.texi (Registering): Mention @@ in mode line.
7426
7427 * mini.texi (Minibuffer File): Clarify previous change. Add @findex.
7428
74292005-11-08 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
7430
7431 * files.texi (Renaming and VC): Some back-ends don't
7432 handle renaming.
7433
8cf51b2c
GM
74342005-11-17 Juri Linkov <juri@jurta.org>
7435
7436 * emacs.texi (Top):
7437 * display.texi (Highlight Interactively): Put this font-lock based
7438 mode near Font Lock node.
7439
74402005-11-16 Chong Yidong <cyd@stupidchicken.com>
7441
7442 * ack.texi (Acknowledgments): Acknowledge Andrew Zhilin for Emacs
7443 icons.
7444
74452005-11-12 Kim F. Storm <storm@cua.dk>
7446
7447 * help.texi (Help): Fix C-h a entry. Add C-h d entry.
7448 (Help Summary): Add C-h d and C-h e.
7449 (Apropos): Clarify that all apropos commands may search for either
7450 list of words or a regexp. Add C-h d for apropos-documentation.
7451 Describe apropos-documentation-sort-by-scores user option.
7452
8cf51b2c
GM
74532005-11-09 Luc Teirlinck <teirllm@auburn.edu>
7454
7455 * killing.texi (CUA Bindings): Add @section.
7456
74572005-11-10 Kim F. Storm <storm@cua.dk>
7458
7459 * emacs.texi (Top): Add CUA Bindings entry to menu.
7460
7461 * killing.texi (CUA Bindings): New node. Moved here from
7462 misc.texi and extended with info on rectangle commands and
7463 rectangle highlighting, interface to registers, and the global
7464 mark feature.
7465
7466 * misc.texi (Emulation): Move CUA bindings item to killing.texi.
7467
7468 * regs.texi: Prev link points to CUA Bindings node.
7469
74702005-11-07 Luc Teirlinck <teirllm@auburn.edu>
7471
7472 * help.texi (Help Echo): By default, help echos are only shown on
7473 mouse-over, not on point-over.
7474
c8763fb6 74752005-11-04 Jérôme Marant <jerome@marant.org>
8cf51b2c
GM
7476
7477 * misc.texi (Shell Mode): Describe how to activate password echoing.
7478
8cf51b2c
GM
74792005-11-04 Romain Francoise <romain@orebokech.com>
7480
7481 * mark.texi (Mark Ring): Fix typo.
7482
74832005-11-03 Richard M. Stallman <rms@gnu.org>
7484
7485 * mark.texi (Mark Ring): Mention set-mark-command-repeat-pop.
7486
74872005-11-01 Bill Wohler <wohler@newt.com>
7488
7489 * help.texi (Help Mode): Fix typo.
7490
74912005-11-01 Nick Roberts <nickrob@snap.net.nz>
7492
1c6c854e
CS
7493 * building.texi (Other GDB User Interface Buffers):
7494 Describe the command gdb-use-inferior-io-buffer.
8cf51b2c
GM
7495
74962005-10-31 Romain Francoise <romain@orebokech.com>
7497
7498 * files.texi (Compressed Files): Fix typo.
7499
7500 * buffers.texi (Misc Buffer): Downcase `*shell*'.
7501
7502 * windows.texi (Force Same Window): Likewise.
7503
75042005-10-30 Bill Wohler <wohler@newt.com>
7505
7506 * help.texi (Help Mode): URLs viewed with browse-url.
7507
75082005-10-31 Nick Roberts <nickrob@snap.net.nz>
7509
7510 * building.texi (GDB Graphical Interface): Don't reference
7511 gdb-mouse-set-clear-breakpoint. Explain gdb-mouse-until
7512 must stay in same frame.
7513
75142005-10-29 Chong Yidong <cyd@stupidchicken.com>
7515
7516 * custom.texi (Init File): Document ~/.emacs.d/init.el.
7517
7518 * anti.texi (Antinews): Likewise.
7519
8cf51b2c
GM
75202005-10-28 Bill Wohler <wohler@newt.com>
7521
7522 * help.texi (Help): Help mode now creates hyperlinks for URLs.
7523
75242005-10-28 Richard M. Stallman <rms@gnu.org>
7525
7526 * files.texi (Visiting): Explain how to enter ? in a file name.
7527
7528 * trouble.texi (Memory Full): Mention !MEM FULL! in mode line.
7529
8cf51b2c
GM
75302005-10-25 Nick Roberts <nickrob@snap.net.nz>
7531
1c6c854e
CS
7532 * building.texi (GDB Graphical Interface):
7533 Describe gdb-mouse-until.
8cf51b2c
GM
7534
75352005-10-23 Richard M. Stallman <rms@gnu.org>
7536
7537 * custom.texi (Init File): Recommend when to use site-start.el.
7538
8cf51b2c
GM
75392005-10-21 Juri Linkov <juri@jurta.org>
7540
7541 * custom.texi (Examining): Mention accessing the old variable
7542 value via M-n in set-variable.
7543
8cf51b2c
GM
75442005-10-18 Romain Francoise <romain@orebokech.com>
7545
7546 * files.texi (Version Systems): Capitalize GNU.
7547
8cf51b2c
GM
75482005-10-18 Nick Roberts <nickrob@snap.net.nz>
7549
7550 * building.texi (Compilation Mode): Remove redundant paragraph.
7551 (Watch Expressions): Remove paragraph to reflect code change.
7552
8cf51b2c
GM
75532005-10-16 Richard M. Stallman <rms@gnu.org>
7554
7555 * building.texi (Compilation Mode, Compilation): Clarified.
7556
75572005-10-15 Richard M. Stallman <rms@gnu.org>
7558
7559 * misc.texi (Saving Emacs Sessions): Mention savehist library.
7560
8cf51b2c
GM
75612005-10-13 Kenichi Handa <handa@m17n.org>
7562
7563 * basic.texi (Position Info): Fix previous change.
7564
c8763fb6 75652005-10-12 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
7566
7567 * cmdargs.texi (Icons X): Fix typo.
7568
75692005-10-12 Kenichi Handa <handa@m17n.org>
7570
7571 * basic.texi (Position Info): Describe the case that Emacs shows
7572 "part of display ...".
7573
c8763fb6 75742005-10-10 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
7575
7576 * cmdargs.texi (Icons X): -nb => -nbi.
7577
75782005-10-10 Chong Yidong <cyd@stupidchicken.com>
7579
7580 * frames.texi (Speedbar): A couple more clarifications.
7581
75822005-10-11 Nick Roberts <nickrob@snap.net.nz>
7583
7584 * building.texi (GDB User Interface Layout): Improve diagram.
7585 (Watch Expressions): Explain how to make speedbar global.
7586 (Other GDB User Interface Buffers): Make references more precise.
7587
8cf51b2c
GM
75882005-10-09 Richard M. Stallman <rms@gnu.org>
7589
7590 * frames.texi (Speedbar): Clarify the text.
7591
75922005-10-09 Chong Yidong <cyd@stupidchicken.com>
7593
7594 * frames.texi (Speedbar): Add information on keybindings,
7595 dismissing the speedbar, and buffer display mode. Link to
7596 speedbar manual.
7597
c8763fb6 75982005-10-09 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c 7599
1c6c854e 7600 * cmdargs.texi (Icons X): Remove options -i, -itype, --icon-type,
8cf51b2c
GM
7601 added -nb, --no-bitmap-icon.
7602
8cf51b2c
GM
76032005-10-07 Nick Roberts <nickrob@snap.net.nz>
7604
7605 * building.texi (GDB Graphical Interface): Add variables and
7606 functions to indices. Be more precise.
7607
c8763fb6 76082005-10-03 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
7609
7610 * frames.texi (Drag and Drop): Remove the x- from
7611 x-dnd-open-file-other-window and xdnd-protocol-alist.
7612
76132005-09-30 Romain Francoise <romain@orebokech.com>
7614
7615 * mini.texi (Minibuffer): The default value now appears before the
7616 colon in minibuffer prompts.
7617
8cf51b2c
GM
76182005-09-25 Richard M. Stallman <rms@gnu.org>
7619
7620 * search.texi (Regexp Search): Doc search-whitespace-regexp.
7621
8cf51b2c
GM
76222005-09-20 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
7623
7624 * text.texi (Paragraphs): Correction about Paragraph-Indent Text mode.
7625
8cf51b2c
GM
76262005-09-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7627
7628 * emacs.texi (Top): Update submenus from macos.texi.
7629
7630 * macos.texi: Change `Mac OS 8 or 9' to `Mac OS Classic'.
7631 (Mac OS): Update feature support status.
7632 (Mac Input): List supported input scripts. Remove description
7633 about `mac-keyboard-text-encoding'. Mention mouse button
7634 emulation and related variables.
7635 (Mac International): Mention Central European and Cyrillic
7636 support. Now `keyboard-coding-system' is dynamically changed.
1c6c854e
CS
7637 Add description about coding system for selection.
7638 Add description about language environment.
7639 (Mac Environment Variables):
7640 Mention `~/.MacOSX/environment.plist'. Give example of command line
8cf51b2c
GM
7641 arguments. Add Preferences support.
7642 (Mac Directories): Explicitly state that this node is for Mac OS
7643 Classic only.
1c6c854e
CS
7644 (Mac Font Specs): Mention specification for scalable fonts.
7645 List supported charsets. Add preferred way of creating fontsets.
7646 Add description about `mac-allow-anti-aliasing'.
8cf51b2c
GM
7647 (Mac Functions): Add descriptions about `mac-set-file-creator',
7648 `mac-get-file-creator', `mac-set-file-type', `mac-get-file-type',
7649 and `mac-get-preference'.
7650
8cf51b2c
GM
76512005-09-16 Romain Francoise <romain@orebokech.com>
7652
7653 Update all files to specify GFDL version 1.2.
7654
7655 * doclicense.texi (GNU Free Documentation License): Update to
7656 version 1.2.
7657
76582005-09-15 Richard M. Stallman <rms@gnu.org>
7659
7660 * buffers.texi (List Buffers): Fix xref.
7661
7662 * rmail.texi (Rmail Basics): Fix xref.
7663
7664 * emacs.texi (Top): Update subnode menus.
7665
7666 * files.texi (Saving Commands): New node, broken out of Saving.
7667 (Customize Save): New node, broken out of Saving.
7668 Clarify effect of write-region-inhibit-fsync.
7669 (Misc File Ops): Say write-region-inhibit-fsync affects write-region.
7670
8cf51b2c
GM
76712005-09-14 Romain Francoise <romain@orebokech.com>
7672
7673 * files.texi (Saving): Mention write-region-inhibit-fsync.
7674
76752005-09-05 Chong Yidong <cyd@stupidchicken.com>
7676
7677 * custom.texi (Custom Themes): New node.
7678
76792005-09-03 Richard M. Stallman <rms@gnu.org>
7680
49823426
GM
7681 * search.texi (Search Case): Mention vars that control
7682 case-fold-search for various operations.
8cf51b2c
GM
7683
76842005-08-22 Juri Linkov <juri@jurta.org>
7685
7686 * display.texi (Standard Faces): Merge the text from
7687 `(elisp)Standard Faces' into this node.
7688
76892005-08-18 Luc Teirlinck <teirllm@auburn.edu>
7690
7691 * emacs.texi (Top): Delete menu item for deleted node
7692 Keyboard Translations.
7693
76942005-08-18 Richard M. Stallman <rms@gnu.org>
7695
8cf51b2c
GM
7696 * trouble.texi (Unasked-for Search):
7697 Delete xref to Keyboard Translations.
7698
7699 * glossary.texi (Glossary): Delete xref.
7700
8cf51b2c
GM
7701 * custom.texi (Minor Modes): Say that the list here is not complete.
7702 (Keyboard Translations): Node deleted.
7703 (Disabling): Delete xref to it.
7704 (Customization Groups): Fix Custom buffer example.
7705 (Hooks): Mention remove-hooks.
7706
77072005-08-17 Luc Teirlinck <teirllm@auburn.edu>
7708
7709 * building.texi (GDB Graphical Interface): Improve filling of menu
7710 item.
7711
77122005-08-18 Nick Roberts <nickrob@snap.net.nz>
7713
7714 * building.texi (GDB Graphical Interface): Use better node names.
7715
77162005-08-14 Richard M. Stallman <rms@gnu.org>
7717
7718 * text.texi (Sentences): Fix xref.
7719
77202005-08-14 Juri Linkov <juri@jurta.org>
7721
7722 * building.texi (Compilation, Grep Searching): Move grep command
7723 headings from `Compilation' to `Grep Searching'.
7724
7725 * dired.texi (Dired and Find):
7726 * maintaining.texi (Tags Search): Replace grep xref to
7727 `Compilation' node with `Grep Searching'.
7728
7729 * files.texi (Comparing Files): Replace xref to `Compilation' with
7730 `Compilation Mode'.
7731
77322005-08-13 Alan Mackenzie <acm@muc.de>
7733
7734 * search.texi (Non-ASCII Isearch): Correct a typo.
7735 (Replacement Commands): Mention query-replace key binding.
7736
77372005-08-11 Richard M. Stallman <rms@gnu.org>
7738
7739 * programs.texi (Options for Comments): Fix xref.
7740
7741 * search.texi (Regexp Backslash, Regexp Example): New nodes split
7742 out of Regexps.
7743
8cf51b2c
GM
77442005-08-09 Juri Linkov <juri@jurta.org>
7745
7746 * building.texi (Compilation): Use `itemx' instead of `item'.
7747 (Grep Searching): Simplify phrase.
7748
7749 * display.texi (Standard Faces): Describe vertical-border on
7750 window systems.
7751
7752 * windows.texi (Split Window): Simplify phrase and mention
7753 vertical-border face.
7754
77552005-08-09 Richard M. Stallman <rms@gnu.org>
7756
7757 * files.texi (Comparing Files): Clarify compare-windows.
7758
7759 * calendar.texi (Scroll Calendar): Document < and > in calendar.
7760
8cf51b2c
GM
77612005-08-06 Eli Zaretskii <eliz@gnu.org>
7762
7763 * mule.texi (Coding Systems): Rephrase the paragraph about
7764 codepages: no need for "M-x codepage-setup" anymore, except on
7765 MS-DOS.
7766
7767 * msdog.texi (MS-DOS and MULE): Clarify that this section is for
7768 the MS-DOS port only.
7769
77702005-07-30 Eli Zaretskii <eliz@gnu.org>
7771
7772 * makefile.w32-in (info): Don't run multi-install-info.bat.
7773 ($(infodir)/dir): New target, produced by running
7774 multi-install-info.bat.
7775
8cf51b2c
GM
77762005-07-22 Eli Zaretskii <eliz@gnu.org>
7777
7778 * files.texi (Quoted File Names): Add index entry.
7779
8cf51b2c
GM
77802005-07-19 Juri Linkov <juri@jurta.org>
7781
7782 * files.texi (Comparing Files): Mention resync for `compare-windows'.
7783
77842005-07-18 Juri Linkov <juri@jurta.org>
7785
8cf51b2c
GM
7786 * custom.texi (Easy Customization):
7787 * files.texi (Old Versions):
7788 * frames.texi (Wheeled Mice):
7789 * mule.texi (Specify Coding):
8cf51b2c
GM
7790 * text.texi (Cell Justification):
7791 * trouble.texi (After a Crash):
8cf51b2c
GM
7792 * xresources.texi (GTK styles):
7793 Delete duplicate duplicate words.
7794
77952005-07-17 Richard M. Stallman <rms@gnu.org>
7796
7797 * frames.texi (Creating Frames): Fix foreground color example.
7798
7799 * custom.texi (Init Examples): Clean up text about conditionals.
7800
78012005-07-16 Richard M. Stallman <rms@gnu.org>
7802
7803 * mini.texi (Completion Commands): Fix command name for ?.
7804
8cf51b2c
GM
78052005-07-16 Eli Zaretskii <eliz@gnu.org>
7806
7807 * display.texi (Standard Faces): Explain that customization of
1c6c854e
CS
7808 `menu' face has no effect on w32 and with GTK.
7809 Add cross-references.
8cf51b2c
GM
7810
7811 * cmdargs.texi (General Variables): Clarify the default location
7812 of $HOME on w32 systems.
7813
78142005-07-15 Jason Rumney <jasonr@gnu.org>
7815
7816 * cmdargs.texi (General Variables): Default HOME on MS Windows has
7817 changed.
7818
78192005-07-08 Kenichi Handa <handa@m17n.org>
7820
1c6c854e
CS
7821 * mule.texi (Recognize Coding):
7822 Recommend revert-buffer-with-coding-system instead of revert-buffer.
8cf51b2c
GM
7823
78242005-07-07 Richard M. Stallman <rms@gnu.org>
7825
7826 * anti.texi (Antinews): Mention mode-line-inverse-video.
7827
7828 * files.texi (Saving): Minor correction about C-x C-w.
7829
7830 * display.texi (Display Custom): Don't mention mode-line-inverse-video.
7831
78322005-07-07 Luc Teirlinck <teirllm@auburn.edu>
7833
7834 * search.texi (Isearch Scroll): Add example of using the
7835 `isearch-scroll' property.
7836 (Slow Isearch): Reference anchor for `baud-rate' instead of entire
7837 `Display Custom' node.
7838 (Regexp Replace): Put text that requires Emacs Lisp knowledge last
7839 and de-emphasize it.
7840 (Other Repeating Search): `occur' currently can not correctly
7841 handle multiline matches. Correct, clarify and update description
7842 of `flush-lines' and `keep-lines'.
7843
7844 * display.texi (Display Custom): Add anchor for `baud-rate'.
7845
78462005-07-07 Richard M. Stallman <rms@gnu.org>
7847
7848 * gnu.texi: Update where to get GNU status; add refs for how to help.
7849 Add footnotes 6 and 7.
7850
78512005-07-04 Lute Kamstra <lute@gnu.org>
7852
7853 Update FSF's address in GPL notices.
7854
8cf51b2c 7855 * doclicense.texi (GNU Free Documentation License):
8cf51b2c
GM
7856 * trouble.texi (Checklist): Update FSF's address.
7857
8cf51b2c
GM
78582005-06-24 Richard M. Stallman <rms@gnu.org>
7859
7860 * display.texi (Text Display): Change index entries.
7861
78622005-06-24 Eli Zaretskii <eliz@gnu.org>
7863
7864 * makefile.w32-in (MAKEINFO): Use --force.
7865 (INFO_TARGETS, DVI_TARGETS): Make identical to the lists in
7866 Makefile.in.
8cf51b2c
GM
7867
78682005-06-23 Richard M. Stallman <rms@gnu.org>
7869
1c6c854e 7870 * anti.texi (Antinews): Rename show-nonbreak-escape to
8cf51b2c
GM
7871 nobreak-char-display.
7872
7873 * emacs.texi (Top): Update detailed node listing.
7874
1c6c854e 7875 * display.texi (Text Display): Rename show-nonbreak-escape
8cf51b2c
GM
7876 to nobreak-char-display and no-break-space to nobreak-space.
7877 (Standard Faces): Split up the list of standard faces
7878 and put it in a separate node. Add nobreak-space and
7879 escape-glyph.
7880
8cf51b2c
GM
78812005-06-23 Lute Kamstra <lute@gnu.org>
7882
7883 * mule.texi (Select Input Method): Fix typo.
7884
78852005-06-23 Kenichi Handa <handa@m17n.org>
7886
1c6c854e
CS
7887 * mule.texi (International): List all supported scripts.
7888 Adjust text for that leim is now included in the normal Emacs
8cf51b2c
GM
7889 distribution.
7890 (Language Environments): List all language environments.
7891 Intlfonts contains fonts for most supported scripts, not all..
7892 (Select Input Method): Refer to C-u C-x = to see how to type to
10d1d0af 7893 input a specific character.
8cf51b2c
GM
7894 (Recognize Coding): Fix typo, china-iso-8bit -> chinese-iso-8bit.
7895
78962005-06-23 Juanma Barranquero <lekktu@gmail.com>
7897
49823426 7898 * building.texi (Grep Searching): Texinfo usage fix.
8cf51b2c
GM
7899
79002005-06-22 Miles Bader <miles@gnu.org>
7901
7902 * display.texi (Faces): Change `vertical-divider' to `vertical-border'.
7903
79042005-06-20 Miles Bader <miles@gnu.org>
7905
7906 * display.texi (Faces): Add `vertical-divider'.
7907
79082005-06-17 Richard M. Stallman <rms@gnu.org>
7909
7910 * text.texi (Adaptive Fill): Minor clarification.
7911
8cf51b2c
GM
79122005-06-10 Lute Kamstra <lute@gnu.org>
7913
7914 * emacs.texi (Top): Correct version number.
7915 * anti.texi (Antinews): Correct version number. Use EMACSVER to
7916 refer to the current version of Emacs.
7917
79182005-06-08 Luc Teirlinck <teirllm@auburn.edu>
7919
7920 * files.texi (Log Buffer): Document when there can be more than
7921 one file to be committed.
7922
79232005-06-08 Juri Linkov <juri@jurta.org>
7924
7925 * display.texi (Faces): Add `shadow' face.
7926
79272005-06-07 Masatake YAMATO <jet@gyve.org>
7928
7929 * display.texi (Faces): Write about mode-line-highlight.
7930
79312005-06-06 Richard M. Stallman <rms@gnu.org>
7932
7933 * misc.texi (Printing Package): Explain how to initialize
7934 printing package.
7935
7936 * cmdargs.texi (Action Arguments): Clarify directory default for -l.
7937
79382005-06-05 Chong Yidong <cyd@stupidchicken.com>
7939
7940 * emacs.texi: Rename Hardcopy to Printing.
7941 Make PostScript and PostScript Variables subnodes of it.
7942
7943 * misc.texi (Printing): Rename node from Hardcopy.
7944 Mention menu bar options.
7945 Move PostScript and PostScript Variables to submenu.
7946 (Printing package): New node.
7947
7948 * mark.texi (Using Region): Change Hardcopy xref to Printing.
7949
7950 * dired.texi (Operating on Files): Likewise.
7951
7952 * calendar.texi (Displaying the Diary): Likewise.
7953
7954 * msdog.texi (MS-DOS Printing, MS-DOS Processes): Likewise.
7955
7956 * glossary.texi (Glossary): Likewise.
7957
7958 * frames.texi (Mode Line Mouse): Mention mode-line-highlight
7959 effect.
7960
79612005-06-04 Richard M. Stallman <rms@gnu.org>
7962
7963 * trouble.texi (After a Crash): Polish previous change.
7964
8cf51b2c
GM
79652005-05-30 Noah Friedman <friedman@splode.com>
7966
7967 * trouble.texi (After a Crash): Mention emacs-buffer.gdb as a
7968 recovery mechanism.
7969
8cf51b2c
GM
79702005-05-28 Nick Roberts <nickrob@snap.net.nz>
7971
7972 * building.texi (Other Buffers): SPC toggles display of
7973 floating point registers.
7974
8cf51b2c
GM
79752005-05-27 Nick Roberts <nickrob@snap.net.nz>
7976
7977 * files.texi (Log Buffer): Merge in description of Log Edit
7978 mode from pcl-cvs.texi.
7979
79802005-05-26 Richard M. Stallman <rms@gnu.org>
7981
7982 * building.texi (Lisp Eval): C-M-x with arg runs Edebug.
7983
8cf51b2c
GM
79842005-05-24 Luc Teirlinck <teirllm@auburn.edu>
7985
7986 * fixit.texi (Spelling): Delete confusing sentence; flyspell is
7987 not enabled by default.
7988 When not on a word, `ispell-word' by default checks the word
7989 before point.
7990
79912005-05-24 Nick Roberts <nickrob@snap.net.nz>
7992
7993 * building.texi (Debugger Operation): Simplify last sentence.
7994
79952005-05-23 Lute Kamstra <lute@gnu.org>
7996
7997 * emacs.texi: Update FSF's address throughout.
7998 (Preface): Use @cite.
7999 (Distrib): Add cross reference to the node "Copying". Mention the
8000 FDL. Don't refer to etc/{FTP,ORDERS}. Mention the sale of
8001 printed manuals.
8002 (Intro): Use @xref for the Emacs Lisp Intro.
8003
8cf51b2c
GM
80042005-05-18 Luc Teirlinck <teirllm@auburn.edu>
8005
8006 * buffers.texi (Select Buffer): Document `C-u M-g M-g'.
8007
8008 * basic.texi (Moving Point): Mention default for `goto-line'.
8009
8010 * programs.texi (Lisp Doc): Eldoc mode shows only the first line
8011 of a variable's docstring.
8012
80132005-05-18 Lute Kamstra <lute@gnu.org>
8014
8015 * maintaining.texi (Overview of Emerge): Add cross reference.
8016 Remove duplication.
8017
8018 * emacs.texi (Top): Update to the current structure of the manual.
8019 * misc.texi (Emacs Server): Add menu description.
8020 * files.texi (Saving): Fix menu.
8021 * custom.texi (Customization): Fix menu.
8022 * mule.texi (International): Fix menu.
8023 * kmacro.texi (Keyboard Macros): Fix menu.
8024
80252005-05-16 Luc Teirlinck <teirllm@auburn.edu>
8026
8027 * display.texi: Various minor changes.
8028 (Faces): Delete text that is repeated in the next section.
8029
80302005-05-16 Nick Roberts <nickrob@snap.net.nz>
8031
8032 * building.texi (Debugger Operation): Mention GUD tooltips are
8033 disabled with GDB in text command mode.
8034
8cf51b2c
GM
80352005-05-16 Nick Roberts <nickrob@snap.net.nz>
8036
8037 * building.texi: Replace toolbar with "tool bar" for consistency.
8038 (Compilation Mode): Describe compilation-context-lines
8039 and use of arrow in compilation buffer.
8040 (Debugger Operation): Replace help text with variable's value.
8041
8042 * frames.texi (Tooltips): Replace toolbar with "tool bar" for
8043 consistency.
8044
80452005-05-15 Luc Teirlinck <teirllm@auburn.edu>
8046
8047 * major.texi (Choosing Modes): normal-mode processes the -*- line.
8048 Add xref.
8049
8cf51b2c
GM
80502005-05-14 Luc Teirlinck <teirllm@auburn.edu>
8051
8052 * basic.texi (Moving Point): Mention `M-g g' binding for `goto-line'.
8053 (Position Info): Delete discussion of `goto-line'. It is already
8054 described in `Moving point'.
8055
8056 * mini.texi (Completion Commands): Correct reference.
8057 (Completion Options): Fix typo.
8058
8059 * killing.texi (Deletion): Complete description of `C-x C-o'.
8060
8cf51b2c
GM
80612005-05-10 Richard M. Stallman <rms@gnu.org>
8062
8063 * building.texi (Compilation): Clarify recompile's directory choice.
8064
8065 * frames.texi (Tooltips): Cleanups.
8066
8067 * basic.texi (Arguments): Fix punctuation.
8068
80692005-05-09 Luc Teirlinck <teirllm@auburn.edu>
8070
8071 * screen.texi (Menu Bar): The up and down (not left and right)
8072 arrow keys move through a keyboard menu.
8073
80742005-05-08 Luc Teirlinck <teirllm@auburn.edu>
8075
8076 * basic.texi: Various typo and grammar fixes.
8077 (Moving Point): C-a now runs move-beginning-of-line.
8078
80792005-05-08 Nick Roberts <nickrob@snap.net.nz>
8080
8081 * building.texi (Debugger Operation): Describe gud-tooltip-echo-area.
8082
8083 * frames.texi (Tooltips): Describe help tooltips and GUD tooltips
8084 as different animals.
8085
80862005-05-07 Luc Teirlinck <teirllm@auburn.edu>
8087
8088 * frames.texi (Mouse References): Clarify `mouse-1-click-follows-link'.
8089 Correct index entry.
8090
80912005-05-07 Nick Roberts <nickrob@snap.net.nz>
8092
8093 * building.texi (Debugger Operation): Update to reflect changes
8094 in GUD tooltips.
8095
80962005-04-30 Richard M. Stallman <rms@gnu.org>
8097
8098 * files.texi (Compressed Files): Auto Compression normally enabled.
8099
8100 * building.texi (Debugger Operation): Clarify previous change.
8101
8cf51b2c
GM
81022005-04-28 Nick Roberts <nickrob@snap.net.nz>
8103
8104 * building.texi (Debugger Operation): Add description for
8105 GUD tooltips when program is not running.
8106
81072005-04-26 Luc Teirlinck <teirllm@auburn.edu>
8108
8109 * misc.texi (Shell): Add `Shell Prompts' to menu.
8110 (Shell Mode): Add xref to `Shell Prompts'. Clarify `C-c C-u'
8111 description. Delete remarks moved to new node.
8112 (Shell Prompts): New node.
8113 (History References): Replace remarks moved to `Shell Prompts'
8114 with xref to that node.
8115 (Remote Host): Clarify how to specify the terminal type when
8116 logging in to a different machine.
8117
81182005-04-26 Richard M. Stallman <rms@gnu.org>
8119
8120 * emacs.texi (Top): Update submenus from files.texi.
8121
8122 * files.texi (Filesets): Clarify previous change.
8123
8124 * dired.texi (Misc Dired Features): Clarify previous change.
8125
81262005-04-25 Chong Yidong <cyd@stupidchicken.com>
8127
8128 * ack.texi (Acknowledgments): Delete info about iso-acc.el.
8129
1c6c854e
CS
8130 * dired.texi (Misc Dired Features):
8131 Document dired-compare-directories.
8cf51b2c
GM
8132
8133 * files.texi (Filesets): New node.
8134 (File Conveniences): Document Image mode.
8135
8136 * text.texi (TeX Print): Document tex-compile.
8137
81382005-04-25 Luc Teirlinck <teirllm@auburn.edu>
8139
8140 * frames.texi (Tooltips): Tooltip mode is enabled by default.
8141 Delete redundant reference to tooltip Custom group. It is
8142 referred too again in the next paragraph.
8143
81442005-04-24 Richard M. Stallman <rms@gnu.org>
8145
8146 * ack.texi: Delete info about lazy-lock.el and fast-lock.el.
8147
8cf51b2c
GM
81482005-04-19 Kim F. Storm <storm@cua.dk>
8149
8150 * building.texi (Compilation Mode): Add M-g M-n and M-g M-p bindings.
8151
81522005-04-18 Lars Hansen <larsh@math.ku.dk>
8153
8154 * misc.texi (Saving Emacs Sessions): Add that "--no-desktop" now
8155 turns off desktop-save-mode.
8156
81572005-04-17 Luc Teirlinck <teirllm@auburn.edu>
8158
8159 * frames.texi (XTerm Mouse): Xterm Mouse mode is no longer enabled
8160 by default in terminals compatible with xterm. Mention that
8161 xterm-mouse-mode is a minor mode and put in pxref to Minor Modes
8162 node.
8163
8cf51b2c
GM
81642005-04-12 Luc Teirlinck <teirllm@auburn.edu>
8165
8166 * frames.texi (XTerm Mouse): Xterm Mouse mode is now enabled by default.
8167
c8763fb6 81682005-04-12 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
8169
8170 * xresources.texi (Table of Resources): Add cursorBlink.
8171
81722005-04-11 Luc Teirlinck <teirllm@auburn.edu>
8173
8174 * rmail.texi (Rmail Summary Edit): Explain numeric arguments to
8175 `d', `C-d' and `u'.
8176
81772005-04-11 Richard M. Stallman <rms@gnu.org>
8178
8179 * cmdargs.texi (Initial Options): -Q is now --quick, and does less.
8180 (Misc X): Add -D, --basic-display.
8181
8182 * maintaining.texi (Change Log): Correct the description of
8183 the example.
8184
8185 * major.texi (Choosing Modes): Document magic-mode-alist.
8186
8cf51b2c
GM
81872005-04-10 Luc Teirlinck <teirllm@auburn.edu>
8188
8189 * rmail.texi (Rmail Basics): Clarify description of `q' and `b'.
8190 (Rmail Deletion): `C-d' in RMAIL buffer does not accept a numeric arg.
8191 (Rmail Inbox): Give full name of `rmail-primary-inbox-list'.
8192 (Rmail Output): Clarify which statements apply to `o', `C-o' and
8193 `w', respectively.
8194 (Rmail Labels): Mention `l'.
8195 (Rmail Attributes): Correct pxref. Mention `stored' attribute.
8196 (Rmail Summary Edit): Describe `j' and RET.
8197
c8763fb6 81982005-04-10 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
8199
8200 * xresources.texi (Lucid Resources): Add fontSet resource.
8201
8cf51b2c
GM
82022005-04-09 Luc Teirlinck <teirllm@auburn.edu>
8203
8204 * display.texi (Useless Whitespace): `indicate-unused-lines' is
8205 now called `indicate-empty-lines'.
8206
82072005-04-06 Kim F. Storm <storm@cua.dk>
8208
8209 * cmdargs.texi (Initial Options): Add --bare-bones alias for -Q.
8210
82112005-04-04 Luc Teirlinck <teirllm@auburn.edu>
8212
8213 * dired.texi (Dired Visiting): `dired-view-command-alist' has been
8214 deleted.
8215 (Marks vs Flags): Add some convenient key bindings.
8216 (Hiding Subdirectories): Delete redundant and inaccurate sentence.
8217 (Misc Dired Features): Correct and expand description of `w' command.
8218
8219 * frames.texi (XTerm Mouse): Delete apparently false info.
8220 The GNU/Linux console currently does not appear to support
8221 `xterm-mouse-mode'.
8222
8cf51b2c
GM
82232005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
8224
8225 * calendar.texi (Diary): Mention shell utility `calendar'.
8226
82272005-04-01 Richard M. Stallman <rms@gnu.org>
8228
8229 * cmdargs.texi (Misc X): Explain horizontal scroll bars don't exist.
8230
8cf51b2c
GM
82312005-04-01 Lute Kamstra <lute@gnu.org>
8232
8233 * maintaining.texi (Change Log): add-change-log-entry uses
8234 add-log-mailing-address.
8235
82362005-03-31 Luc Teirlinck <teirllm@auburn.edu>
8237
8238 * files.texi (Reverting): Move `auto-revert-check-vc-info' to
8239 `VC Mode Line' and put in an xref to that node.
8240 (VC Mode Line): Move `auto-revert-check-vc-info' here and clarify
8241 its description.
8242
82432005-03-31 Paul Eggert <eggert@cs.ucla.edu>
8244
8245 * calendar.texi (Calendar Systems): Say that the Persian calendar
8246 implemented here is the arithmetical one championed by Birashk.
8247
82482005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
8249
8250 * programs.texi (Fortran Motion): Fix previous change.
8251
8cf51b2c
GM
82522005-03-29 Richard M. Stallman <rms@gnu.org>
8253
8254 * mule.texi (Single-Byte Character Support): Reinstall the C-x 8 info.
8255
82562005-03-29 Chong Yidong <cyd@stupidchicken.com>
8257
8258 * text.texi (Refill): Refer to Long Lines Mode.
8259 (Longlines): New node.
8260 (Auto Fill): Don't index "word wrap" here.
8261 (Filling): Add Longlines to menu.
8262
82632005-03-29 Richard M. Stallman <rms@gnu.org>
8264
8265 * xresources.texi: Minor fixes.
8266
8267 * misc.texi (Emacs Server): Fix Texinfo usage.
8268
8269 * emacs.texi (Top): Don't use a real section heading for
8270 "Detailed Node Listing". Fake it instead.
8271
8272 * basic.texi (Position Info): Minor cleanup.
8273
8274 * mule.texi (Input Methods): Minor cleanup.
8275
82762005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
8277
8278 * programs.texi (ForIndent Vars): `fortran-if-indent' does other
8279 constructs as well.
8280 (Fortran Motion): Add fortran-end-of-block, fortran-beginning-of-block.
8281
82822005-03-29 Kenichi Handa <handa@m17n.org>
8283
8284 * mule.texi (Input Methods): Refer to the command C-u C-x =.
8285
8286 * basic.texi (Position Info): Update the description about the
8287 command C-u C-x =.
8288
82892005-03-28 Richard M. Stallman <rms@gnu.org>
8290
8291 * emacs.texi (Top): Use @section for the detailed node listing.
8292
8293 * calendar.texi: Minor fixes to previous change.
8294
8295 * programs.texi (Fortran): Small fixes to previous changes.
8296
8297 * emacs.texi (Top): Update list of subnodes of Dired.
8298 Likewise for building.texi.
8299
8300 * files.texi (File Conveniences): Delete Auto Image File mode.
8301
83022005-03-28 Chong Yidong <cyd@stupidchicken.com>
8303
8304 * building.texi (Flymake): New node.
8305
8306 * custom.texi (Function Keys): Document kp- event types and
8307 keypad-setup package.
8308
8309 * dired.texi (Wdired): New node.
8310
8311 * files.texi (File Conveniences): Reorder entries.
8312 Explain how to turn on Auto-image-file mode.
8313 Document Thumbs mode.
8314
8315 * mule.texi (Specify Coding): Document recode-region and
8316 recode-file-name.
8317
8318 * programs.texi (Program Modes): Add Conf mode and DNS mode.
8319
83202005-03-27 Luc Teirlinck <teirllm@auburn.edu>
8321
8322 * commands.texi (Keys): M-o is now a prefix key.
8323
83242005-03-27 Glenn Morris <gmorris@ast.cam.ac.uk>
8325
8326 * programs.texi: Reformat and update copyright years.
8327 (Fortran): Update section.
8328
83292005-03-26 Luc Teirlinck <teirllm@auburn.edu>
8330
8331 * files.texi: Several small changes in addition to:
8332 (Visiting): Change xref for Dialog Boxes to ref.
8333 (Version Headers): Replace references to obsolete var
8334 `vc-header-alist' with `vc-BACKEND-header'.
8335 (Customizing VC): Update value of `vc-handled-backends'.
8336
83372005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
8338
8339 * emacs-xtra.texi (Advanced Calendar/Diary Usage): New section;
8340 move here from Emacs Lisp Reference Manual.
8341 * calendar.texi (Calendar/Diary, Diary Commands)
8342 (Special Diary Entries, Importing Diary): Change some xrefs to
8343 point to emacs-xtra rather than elisp.
8344
8345 * emacs-xtra.texi (Calendar Customizing):
8346 Move view-diary-entries-initially, view-calendar-holidays-initially,
8347 mark-diary-entries-in-calendar, mark-holidays-in-calendar to main
8348 Emacs Manual.
8349 (Appt Customizing): Merge entire section into main Emacs Manual.
8350 * calendar.texi (Holidays): Move view-calendar-holidays-initially,
8351 mark-holidays-in-calendar here from emacs-xtra.
8352 (Displaying the Diary): Move view-diary-entries-initially,
8353 mark-diary-entries-in-calendar here from emacs-xtra.
8354 (Appointments): Move appt-display-mode-line,
8355 appt-display-duration, appt-disp-window-function,
8356 appt-delete-window-function here from emacs-xtra.
8357
8358 * calendar.texi: Update and reformat copyright.
8359 Change all @xrefs to the non-printing emacs-xtra to @inforefs.
8360 (Calendar/Diary): Menu now only on Mouse-3, not C-Mouse-3.
8361 (Diary): Refer to `diary-file' rather than ~/diary.
8362 (Diary Commands): Rename node to "Displaying the Diary".
8363 * emacs.texi (Top): Rename "Diary Commands" section.
8364 * misc.texi (Hardcopy): Rename "Diary Commands" xref.
8365
83662005-03-26 Eli Zaretskii <eliz@gnu.org>
8367
8368 * misc.texi (Emacs Server): Fix the command for setting
8369 server-name. Add an xref to Invoking emacsclient.
8370
8371 * help.texi (Help Summary): Clarify when "C-h ." will do something
8372 nontrivial.
8373 (Apropos): Add cindex entry for apropos-sort-by-scores.
8374
8375 * display.texi (Text Display): Add index entries for how no-break
8376 characters are displayed.
8377
8cf51b2c
GM
83782005-03-26 Eli Zaretskii <eliz@gnu.org>
8379
8380 * files.texi (Visiting): Fix cross-references introduced with the
8381 last change.
8382
8383 * xresources.texi (GTK resources): Fix last change.
8384
8cf51b2c
GM
83852005-03-25 Chong Yidong <cyd@stupidchicken.com>
8386
8387 * xresources.texi (X Resources): GTK options documented too.
8388 (Resources): Clarify meaning of program name.
8389 (Table of Resources): Add visualClass.
8390 (GTK resources): Rewrite.
8391 (GTK widget names, GTK Names in Emacs, GTK styles): Cleanups.
8392
8393 * display.texi (Text Display): Mention non-breaking spaces.
8394
8395 * files.texi (Reverting): Document auto-revert-check-vc-info.
8396
8397 * frames.texi (Mouse Commands): Document
8398 x-mouse-click-focus-ignore-position and mouse-drag-copy-region.
8399
8400 * help.texi (Help Summary): Add `C-h .'.
8401 (Apropos): Apropos accepts a list of search terms.
8402 Document apropos-sort-by-scores.
8403 (Help Echo): Document display-local-help.
8404
8405 * misc.texi (Emacs Server): Document server-name.
8406 (Invoking emacsclient): Document -s option for server names.
8407
8408 * text.texi (Outline Visibility): Introduce "current heading
8409 line" (commands can be called with point on a body line).
8410 Re-order table to follow the sequence of discussion.
8411 hide-body won't hide lines before first header line.
8412 (TeX Mode): Add DocTeX mode.
8413
8cf51b2c
GM
84142005-03-24 Richard M. Stallman <rms@gnu.org>
8415
8416 * mule.texi (Single-Byte Character Support): Delete mention
8417 of iso-acc.el and iso-transl.el.
8418
8cf51b2c
GM
84192005-03-23 Lute Kamstra <lute@gnu.org>
8420
8421 * search.texi (Non-ASCII Isearch): Rename from Non-Ascii Isearch.
8422
84232005-03-23 Richard M. Stallman <rms@gnu.org>
8424
8cf51b2c
GM
8425 * search.texi: Delete explicit node pointers.
8426 (Incremental Search): New menu.
8427 (Basic Isearch, Repeat Isearch, Error in Isearch)
8428 (Non-Ascii Isearch, Isearch Yank, Highlight Isearch, Isearch Scroll)
8429 (Slow Isearch): New subnodes.
8430 (Configuring Scrolling): Node deleted.
8431 (Search Case): Doc default-case-fold-search.
8432 (Regexp Replace): Move replace-regexp doc here.
8433
8434 * rmail.texi (Movemail): Put commas inside closequotes.
8435
8436 * picture.texi (Insert in Picture): Document C-c arrow combos.
8437 (Basic Picture): Clarify erasure.
8438
8439 * display.texi (Font Lock): Put commas inside closequotes.
8440
8441 * cmdargs.texi (General Variables): Put commas inside closequotes.
8442
84432005-03-23 Nick Roberts <nickrob@snap.net.nz>
8444
8445 * building.texi (Stack Buffer): Mention reverse contrast for
8446 *selected* frame (might not be current frame).
8447
8cf51b2c
GM
84482005-03-21 Richard M. Stallman <rms@gnu.org>
8449
8450 * building.texi (Starting GUD): Add bashdb.
8451
84522005-03-20 Chong Yidong <cyd@stupidchicken.com>
8453
8454 * basic.texi (Moving Point): Add M-g M-g binding.
8455 (Undo): Document undo-only.
8456 (Position Info): Document M-g M-g and C-u M-g M-g.
8457
8458 * building.texi (Building): Put Grep Searching after Compilation
8459 Shell.
8460 (Compilation Mode): Document M-n, M-p, M-}, M-{, and C-c C-f bindings.
8461 Document next-error-highlight.
8462 (Grep Searching): Document grep-highlight-matches.
8463 (Lisp Eval): Typing C-x C-e twice prints integers specially.
8464
8465 * calendar.texi (Importing Diary): Rename node from iCalendar.
8466 Document diary-from-outlook.
8467
8468 * dired.texi (Misc Dired Features): Rename node from Misc Dired
8469 Commands.
8470 Mention effect of X drag and drop on Dired buffers.
8471
8472 * files.texi (Visiting): Document large-file-warning-threshold.
8473 Move paragraph on file-selection dialog.
8474 Mention visiting files using X drag and drop.
8475 (Reverting): Mention using Auto-Revert mode to tail files.
8476 Document auto-revert-tail-mode.
8477 (Version Systems): Minor correction.
8478 (Comparing Files): Diff-mode is no longer based on Compilation
8479 mode.
8480 Document compare-ignore-whitespace.
8481 (Misc File Ops): Explain passing a directory to rename-file.
8482 Likewise for copy-file and make-symbolic-link.
8483
8484 * frames.texi (Wheeled Mice): Mouse wheel support on by default.
8485 Document mouse-wheel-progressive speed.
8486
8487 * help.texi (Misc Help): Document numeric argument for C-h i.
8488 Correctly explain the effect of just C-u as argument.
8489
8490 * killing.texi (Deletion): Document numeric argument for
8491 just-one-space.
8492
8493 * mini.texi (Completion): Completion acts on text before point.
8494
8495 * misc.texi (Saving Emacs Sessions): Document desktop-restore-eager.
8496 (Emulation): CUA mode replaces pc-bindings-mode,
8497 pc-selection-mode, and s-region.
8498
8499 * mule.texi (Input Methods): Leim is now built-in.
8500 (Select Input Method): Document quail-show-key.
8501 (Specify Coding): Document revert-buffer-with-coding-system.
8502
8503 * programs.texi (Fortran Motion): Document f90-next-statement,
8504 f90-previous-statement, f90-next-block, f90-previous-block,
8505 f90-end-of-block, and f90-beginning-of-block.
8506
8507 * text.texi (Format Faces): Replace old M-g key prefix with M-o.
8508
8509 * emacs.texi (Acknowledgments): Updated.
8510
8511 * anti.texi: Total rewrite.
8512
8cf51b2c
GM
85132005-03-19 Chong Yidong <cyd@stupidchicken.com>
8514
8515 * ack.texi (Acknowledgments): Update.
8516
85172005-03-19 Eli Zaretskii <eliz@gnu.org>
8518
1c6c854e
CS
8519 * anti.texi (Antinews): Refer to Emacs 21.4, not 21.3.
8520 Update copyright years.
8cf51b2c
GM
8521
85222005-03-14 Nick Roberts <nickrob@snap.net.nz>
8523
8524 * building.texi (Commands of GUD): Move paragraph on setting
8525 breakpoints with mouse to the GDB Graphical Interface node.
8526
85272005-03-07 Richard M. Stallman <rms@gnu.org>
8528
8cf51b2c
GM
8529 * misc.texi (Single Shell, Shell Options): Fix previous change.
8530
8531 * building.texi (Debugger Operation): Update GUD tooltip enable info.
8532
85332005-03-06 Richard M. Stallman <rms@gnu.org>
8534
8535 * building.texi (Starting GUD): Don't explain text vs graphical
8536 GDB here. Just mention it and xref.
8537 Delete "just one debugger process".
8538 (Debugger Operation): Move GUD tooltip info here.
8539 (GUD Tooltips): Node deleted.
8540 (GDB Graphical Interface): Explain the two GDB modes here.
8541
8cf51b2c
GM
8542 * sending.texi (Sending Mail): Minor cleanup.
8543 (Mail Aliases): Explain quoting conventions.
8544 Update key rebinding example.
8545 (Header Editing): C-M-i is like M-TAB.
8546 (Mail Mode Misc): mail-attach-file does not do MIME.
8547
8548 * rmail.texi (Rmail Inbox): Move text from Remote Mailboxes
8549 that really belongs here.
8550 (Remote Mailboxes): Text moved to Rmail Inbox.
8551 (Rmail Display): Mention Mouse-1.
8552 (Movemail): Clarify two movemail versions.
8553 Clarify rmail-movemail-program.
8554
8cf51b2c
GM
8555 * misc.texi (Single Shell): Replace uudecode example with gpg example.
8556 Document async shell commands.
8557 (Shell History): Clarify.
8558 (Shell Ring): Mention C-UP an C-DOWN.
8559 (Shell Options): Add comint-prompt-read-only.
8560 (Invoking emacsclient): Set EDITOR to run Emacs.
8561 (Sorting): No need to explain what region is.
8562 (Saving Emacs Sessions): Fix typo.
8563 (Recursive Edit): Fix punctuation.
8564 (Emulation): Don't mention "PC bindings" which are standard.
8565 (Hyperlinking): Explain Mouse-1 convention here.
8566 (Find Func): Node deleted.
8567
8cf51b2c
GM
8568 * help.texi (Name Help): Xref to Hyperlinking.
8569
8570 * glossary.texi (Glossary):
8571 Rename "Balance Parentheses" to "Balancing...".
8572 Add "Byte Compilation". Correct "Copyleft".
8573 New xref in "Customization".
8574 Clarify "Current Line", "Echoing", "Fringe", "Frame", "Speedbar".
8575 Add "Graphical Terminal" "Keybinding", "Margin", "Window System".
8576 Rename "Registers" to "Register".
8577 Replace "Selecting" with "Selected Frame",
8578 "Selected Window", and "Selecting a Buffer".
8579
8580 * files.texi (Types of Log File): Explain how projects'
8581 methods can vary.
8582
8cf51b2c
GM
8583 * display.texi (Faces): Delete "Emacs 21".
8584
8585 * custom.texi (Changing a Variable): C-M-i like M-TAB.
8586 * fixit.texi (Spelling): C-M-i like M-TAB.
8587 * mini.texi (Completion Options): C-M-i like M-TAB.
8588 * programs.texi (Symbol Completion): C-M-i like M-TAB.
8589 * text.texi (Text Mode): C-M-i like M-TAB.
8590
8591 * commands.texi (Keys): Mention F1 and F2 in list of prefixes.
8592
8593 * calendar.texi (Specified Dates): Mention `g w'.
8594 (Appointments): appt-activate toggles with no arg.
8595
8cf51b2c
GM
85962005-03-05 Juri Linkov <juri@jurta.org>
8597
8598 * cmdargs.texi (Emacs Invocation): Add cindex
c4cc8b9a 8599 "invocation (command line arguments)".
8cf51b2c
GM
8600 (Misc X): Add -nbc, --no-blinking-cursor.
8601
86022005-03-04 Ulf Jasper <ulf.jasper@web.de>
8603
8604 * calendar.texi (iCalendar): No need to require it now.
8605
8cf51b2c
GM
86062005-03-03 Nick Roberts <nickrob@snap.net.nz>
8607
8608 * trouble.texi (Contributing): Mention Savannah. Direct users to
8609 emacs-devel.
8610
86112005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
8612
8613 * calendar.texi (Adding to Diary): Mention redrawing of calendar
8614 window.
8615
8cf51b2c
GM
86162005-02-27 Richard M. Stallman <rms@gnu.org>
8617
8618 * building.texi (Compilation): Update mode line status info.
8619
86202005-02-27 Matt Hodges <MPHodges@member.fsf.org>
8621
8622 * calendar.texi (General Calendar): Document binding of
8623 scroll-other-window-down.
8624 (Mayan Calendar): Fix earliest date.
8625 (Time Intervals): Document timeclock-change.
8626 Fix timeclock-ask-before-exiting documentation.
8627
86282005-02-26 Kim F. Storm <storm@cua.dk>
8629
8630 * frames.texi (Mouse References):
8631 Add mouse-1-click-in-non-selected-windows.
8632
86332005-02-25 Richard M. Stallman <rms@gnu.org>
8634
8635 * screen.texi (Screen): Explain better about cursors and mode lines;
8636 don't presuppose text terminals.
8637 (Point): Don't assume just one cursor.
8638 Clarify explanation of cursors.
8639 (Echo Area, Menu Bar): Cleanups.
8640
8641 * mini.texi (Minibuffer): Prompts are highlighted.
8642 (Minibuffer Edit): Newline = C-j only on text terminals.
8643 Clarify resize-mini-windows values.
8644 Mention M-PAGEUP and M-PAGEDOWN.
8645 (Completion Commands): Mouse-1 like Mouse-2.
8646 (Minibuffer History): Explain history commands better.
8647 (Repetition): Add xref to Incremental Search.
8648
8649 * mark.texi (Setting Mark): Clarify info about displaying mark.
8650 Clarify explanation of C-@ and C-SPC.
8651 (Transient Mark): Mention Delete Selection mode.
8652 (Marking Objects): Clean up text about extending the region.
8653
8654 * m-x.texi (M-x): One C-g doesn't always go to top level.
8655 No delay before suggest-key-bindings output.
8656
8657 * fixit.texi (Fixit): Mention C-/ for undo.
8658 (Spelling): Mention ESC TAB like M-TAB.
8659 Replacement words with r and R are rechecked.
8660 Say where C-g leaves point. Mention ? as input.
8661
86622005-02-23 Lute Kamstra <lute@gnu.org>
8663
8664 * cmdargs.texi (Initial Options): Add cross reference.
8665
8cf51b2c
GM
86662005-02-16 Luc Teirlinck <teirllm@auburn.edu>
8667
8668 * emacs.texi (Top): Update menu for splitting of node in
8669 msdog.texi.
8670 * frames.texi (Frames): Update xref for splitting of node in
8671 msdog.texi.
8672 * trouble.texi (Quitting): Ditto.
8673
86742005-02-16 Richard M. Stallman <rms@gnu.org>
8675
8676 * windows.texi (Split Window): Simplify line truncation info
8677 and xref to Display Custom.
8678
8679 * trouble.texi (Quitting): Emergency escape only for text terminal.
8680 (Screen Garbled): C-l for ungarbling is only for text terminal.
8681
8682 * text.texi (Text Mode): ESC TAB alternative for M-TAB.
8683
8684 * sending.texi (Header Editing): ESC TAB alternative for M-TAB.
8685
8686 * programs.texi (Program Modes): Mention Python mode.
8687 (Moving by Defuns): Repeating C-M-h extends region.
8688 (Basic Indent): Clarify.
8689 (Custom C Indent): Clarify.
8690 (Expressions): Repeating C-M-@ extends region.
8691 (Info Lookup): Clarify for C-h S.
8692 (Symbol Completion): ESC TAB alternative for M-TAB.
8693 (Electric C): Clarify.
8694
8695 * emacs.texi (Top): Update display.texi and frames.texi submenu data.
8696
8697 * msdog.texi (MS-DOS Keyboard, MS-DOS Mouse): Split from
8698 MS-DOS Input node.
8699 (MS-DOS Keyboard): Start with explaining DEL and BREAK.
8700 (MS-DOS and MULE): Clarify.
8701 (MS-DOS Processes, Windows Processes): Fix typos.
8702
8703 * major.texi (Choosing Modes): Clarify.
8704
8705 * kmacro.texi (Basic Keyboard Macro): Doc F3, F4.
8706 (Keyboard Macro Step-Edit): Clarify.
8707
8708 * indent.texi (Indentation): Clarifications.
8709
8710 * help.texi (Help): Correct error about C-h in query-replace.
8711 Clarify apropos vs C-h a. Fix how to search in FAQ.
8712 (Key Help): Describe C-h w here.
8713 (Name Help): Minor cleanup. C-h w moved to Key Help.
8714 Clarify the "object" joke.
8715 (Apropos): Clarify. Mouse-1 like Mouse-2.
8716 (Help Mode): Mouse-1 like Mouse-2.
8717
8718 * fixit.texi (Spelling): Mention ESC TAB as alt. for M-TAB.
8719
8720 * display.texi (Display): Reorder menu.
8721 (Faces): Cleanup.
8722 (Font Lock): Cleanup. Mention Options menu.
8723 Delete obsolete text.
8724 (Scrolling): For C-l, don't presume text terminal.
8725 (Horizontal Scrolling): Simplify intro.
8726 (Follow Mode): Clarify.
1c6c854e 8727 (Cursor Display): Move before Display Custom.
8cf51b2c
GM
8728 (Display Custom): Explain no-redraw-on-reenter is for text terminals.
8729 Doc default-tab-width. Doc line truncation more thoroughly.
8730
8731 * dired.texi (Dired Enter): C-x C-f can run Dired.
8732 (Dired Visiting): Comment out `a' command.
8733 Mouse-1 is like Mouse-2.
8734 (Shell Commands in Dired): ? can be used more than once.
8735
8736 * basic.texi (Continuation Lines): Simplify description of truncation,
8737 and refer to Display Custom for the rest of it.
8738
8cf51b2c
GM
87392005-02-06 Lute Kamstra <lute@gnu.org>
8740
8741 * basic.texi (Undo): Fix typo.
8742
8743 * cmdargs.texi (Emacs Invocation): Fix typo.
8744
8745 * custom.texi (Init Examples): Fix typo.
8746
8747 * abbrevs.texi (Expanding Abbrevs): Fix typo.
8748
87492005-02-06 Richard M. Stallman <rms@gnu.org>
8750
8751 * regs.texi (Registers): Registers can hold numbers, too.
8752
8753 * killing.texi (Other Kill Commands): Cleanup.
8754 Delete redundant explanation of kill in read-only buffer.
8755 (Yanking): Mention term "copying".
8756 (Accumulating Text): Fix typo.
8757
8758 * entering.texi (Entering Emacs): Update rationale at start.
8759 (Exiting): Treat iconifying on a par with suspension.
8760
8761 * custom.texi (Minor Modes): Fix typo.
8762 (Easy Customization): Fix menu style.
8763 (Variables): Add xref.
8764 (Examining): Setting for future sessions works through .emacs.
8765 (Keymaps): "Text terminals", not "Many".
8766 (Init Rebinding): Explain \C-. Show example of \M-.
8767 Fix minor wording errors.
8768 (Function Keys): Explain vector syntax just once.
8769 (Named ASCII Chars): Clarify history of TAB/C-i connection.
8770 (Init File): Mention .emacs.d directory.
8771 (Init Examples): Add xref.
8772 (Find Init): Mention .emacs.d directory.
8773
8774 * cmdargs.texi (Emacs Invocation): +LINENUM is also an option.
8775 (Action Arguments): Explain which kinds of -l args are found how.
8776 (Initial Options): --batch does not inhibit site-start.
8777 Add xrefs.
8778 (Command Example): Use --batch, not -batch.
8779
8780 * basic.texi (Inserting Text): Cleanup wording.
8781 (Moving Point): Doc PRIOR, PAGEUP, NEXT, PAGEDOWN more systematically.
8782 C-n is not error at end of buffer.
8783 (Undo): Doc C-/ like C-_. Add xrefs.
8784 (Arguments): META key may be labeled ALT.
8785 Peculiar arg meanings are explained in doc strings.
8786
8787 * abbrevs.texi (Expanding Abbrevs): Clarify.
8788
87892005-02-05 Eli Zaretskii <eliz@gnu.org>
8790
8791 * frames.texi (Frame Parameters): Add an xref to the description
8792 of list-colors-display. Add a pointer to the X docs about colors.
8793
8794 * cmdargs.texi (Colors): Mention 16-, 88- and 256-color modes.
10d1d0af 8795 Improve docs of list-colors-display.
8cf51b2c
GM
8796
87972005-02-03 Lute Kamstra <lute@gnu.org>
8798
8799 * frames.texi (Frames, Drag and Drop): Fix typos.
8800
88012005-02-03 Richard M. Stallman <rms@gnu.org>
8802
8803 * windows.texi (Basic Window): Mention color-change in mode line.
8804 (Change Window): Explain dragging vertical boundaries.
8805
8806 * text.texi (Sentences): Clarify.
8807 (Paragraphs): Explain M-a and blank lines.
8808 (Outline Mode): Clarify text and menu.
8809 (Hard and Soft Newlines): Mention use-hard-newlines.
8810
8811 * frames.texi (Frames): Delete unnecessary mention of Windows.
8812 (Mouse Commands): Likewise. Mention xterm mouse support.
8813 (Clipboard): Clarify.
8814 (Mouse References): Mention use of Mouse-1 for following links.
8815 (Menu Mouse Clicks): Clarify.
8816 (Mode Line Mouse): Clarify.
8817 (Drag and Drop): Rewrite.
8818
8819 * fixit.texi (Spelling): Fix typo.
8820
8821 * files.texi (File Names): Clarify.
8822 (Visiting): Update conditions for use of file dialog. Clarify.
8823 (Saving): Doc d as answer in save-some-buffers.
8824 (Remote Files): Clean up the text.
8825
8826 * dired.texi (Misc Dired Commands): Delete dired-marked-files.
8827
8828 * buffers.texi (Select Buffer): Doc next-buffer and prev-buffer.
8829 (List Buffers): Clarify.
8830 (Several Buffers): Doc T command.
8831 (Buffer Convenience): Clarify menu.
8832
8833 * basic.texi (Undo): Clarify last change.
8834
88352005-02-02 Matt Hodges <MPHodges@member.fsf.org>
8836
8837 * fixit.texi (Spelling): Fix typo.
8838
88392005-02-01 Luc Teirlinck <teirllm@auburn.edu>
8840
8841 * basic.texi (Undo): Update description of `undo-outer-limit'.
8842
88432005-02-01 Nick Roberts <nickrob@snap.net.nz>
8844
8845 * building.texi: Update documentation relating to GDB Graphical
8846 Interface.
8847
88482005-01-30 Luc Teirlinck <teirllm@auburn.edu>
8849
8850 * custom.texi (Easy Customization): Adapt menu to node name change.
8851
88522005-01-30 Richard M. Stallman <rms@gnu.org>
8853
8854 * custom.texi (Easy Customization): Defn of "User Option" now
8855 includes faces. Don't say just "option" when talking about variables.
8856 Do say just "options" to mean "anything customizable".
8857 (Specific Customization): Describe `customize-variable',
8858 not `customize-option'.
8859
8860 * glossary.texi (Glossary) <Faces>: Add xref.
8861 <User Option>: Change definition--include faces. Change xref.
8862
8863 * picture.texi (Picture): Mention artist.el.
8864
8865 * sending.texi, screen.texi, programs.texi, misc.texi:
8866 * mini.texi, major.texi, maintaining.texi, macos.texi:
8867 * help.texi, frames.texi, files.texi:
8868 Don't say just "option" when talking about variables.
8869
8870 * display.texi, mule.texi: Don't say just "option" when talking
8871 about variables. Other minor cleanups.
8872
8cf51b2c
GM
88732005-01-26 Lute Kamstra <lute@gnu.org>
8874
8875 * cmdargs.texi (Initial Options): Add a cross reference to `Init
8876 File'. Mention the `-Q' option at the `--no-site-file' option.
8877
8cf51b2c
GM
88782005-01-22 David Kastrup <dak@gnu.org>
8879
8880 * building.texi (Grep Searching): Mention alias `find-grep' for
8881 `grep-find'.
8882
88832005-01-20 Richard M. Stallman <rms@gnu.org>
8884
8885 * calendar.texi (Time Intervals): Delete special stuff for MS-DOS.
8886
8cf51b2c
GM
88872005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
8888
8889 * rmail.texi (Movemail): Explain differences
8890 between standard and mailutils versions of movemail.
8891 Describe command line and configuration options introduced
8892 with the latter.
8893 Explain the notion of mailbox URL, provide examples and
8894 cross-references to mailutils documentation.
8895 Describe various methods of specifying mailbox names,
8896 user names and user passwords for rmail.
1c6c854e
CS
8897 (Remote Mailboxes): New section.
8898 Describe how movemail handles remote mailboxes. Describe configuration
8cf51b2c
GM
8899 options used to control its behavior.
8900 (Other Mailbox Formats): Explain handling of various mailbox
8901 formats.
8902
89032005-01-13 Richard M. Stallman <rms@gnu.org>
8904
8905 * commands.texi (Commands): Clarification.
8906
89072005-01-11 Richard M. Stallman <rms@gnu.org>
8908
8909 * programs.texi (Multi-line Indent): Fix previous change.
8910 (Fortran Autofill): Simplify description of fortran-auto-fill-mode.
8911
8cf51b2c
GM
89122005-01-08 Richard M. Stallman <rms@gnu.org>
8913
8914 * display.texi (Faces): isearch-lazy-highlight-face renamed to
8915 lazy-highlight.
8916
8917 * search.texi (Query Replace): Mention faces query-replace
8918 and lazy-highlight.
8919 (Incremental Search): Update isearch highlighting info.
8920
8cf51b2c
GM
89212005-01-04 Richard M. Stallman <rms@gnu.org>
8922
8923 * custom.texi (Saving Customizations): Minor improvement.
8924
8cf51b2c
GM
89252005-01-03 Luc Teirlinck <teirllm@auburn.edu>
8926
8927 * custom.texi (Saving Customizations): Emacs no longer loads
8928 `custom-file' after .emacs. No longer mention customizing through
8929 Custom.
8930
8cf51b2c
GM
89312005-01-01 Andreas Schwab <schwab@suse.de>
8932
8933 * killing.texi (Graphical Kill): Move up under node Killing,
8934 change @section to @subsection.
8935
89362005-01-01 Richard M. Stallman <rms@gnu.org>
8937
8938 * custom.texi (Face Customization): Mention hex color specs.
8939
8940 * emacs.texi (Top): Update Killing submenu.
8941
8942 * killing.texi (Killing): Reorganize section.
8943 No more TeX-only text; put the node command at start of chapter.
8944 But the first section heading is used only in TeX.
8945 Rewrite the text to read better in this mode.
8946 (Graphical Kill): New subnode gets some of the text that
8947 used to be in the first section.
8948
89492004-12-31 Richard M. Stallman <rms@gnu.org>
8950
8951 * dired.texi (Shell Commands in Dired): Delete the ? example.
8952
8953 * display.texi (Scrolling): Correct scroll-preserve-screen-position.
8954
8955 * files.texi (Saving): Describe new require-final-newline features
8956 and mode-require-final-newline.
8957
8cf51b2c
GM
89582004-12-29 Richard M. Stallman <rms@gnu.org>
8959
8960 * custom.texi (File Variables): Clarify previous change.
8961
c8763fb6 89622004-12-27 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
8963
8964 * frames.texi (Dialog Boxes): Mention Gtk+ 2.6 also, as that version is
8965 out now.
8966
89672004-12-27 Richard M. Stallman <rms@gnu.org>
8968
8969 * Makefile.in (MAKEINFO): Specify --force.
8970
8971 * basic.texi (Moving Point): C-e now runs move-end-of-line.
8972 (Undo): Doc undo-outer-limit.
8973
8cf51b2c
GM
89742004-12-15 Juri Linkov <juri@jurta.org>
8975
8976 * mark.texi (Transient Mark, Mark Ring): M-< and other
8977 movement commands don't set mark in Transient Mark mode
8978 if mark is active.
8979
8cf51b2c
GM
89802004-12-12 Juri Linkov <juri@jurta.org>
8981
8982 * misc.texi (FFAP): Add C-x C-r, C-x C-v, C-x C-d,
8983 C-x 4 r, C-x 4 d, C-x 5 r, C-x 5 d.
8984
8985 * dired.texi (Dired Navigation): Add @r{(Dired)} to M-g.
8986 (Misc Dired Commands): Add @r{(Dired)} to w.
8987
89882004-12-12 Juri Linkov <juri@jurta.org>
8989
8990 * mark.texi (Marking Objects): Marking commands also extend the
8991 region when mark is active in Transient Mark mode.
8992
8cf51b2c
GM
89932004-12-08 Luc Teirlinck <teirllm@auburn.edu>
8994
8995 * custom.texi (Saving Customizations): Emacs only loads the custom
8996 file automatically after the init file in version 22.1 or later.
8997 Adapt text and examples to this fact.
8998
8cf51b2c
GM
89992004-12-07 Luc Teirlinck <teirllm@auburn.edu>
9000
9001 * frames.texi (Scroll Bars): The option `scroll-bar-mode' has to
9002 be set through Custom. Otherwise, it has no effect.
9003
8cf51b2c
GM
90042004-12-05 Richard M. Stallman <rms@gnu.org>
9005
9006 * cmdargs.texi, doclicense.texi, xresources.texi, emacs.texi:
9007 * entering.texi: Rename Command Line to Emacs Invocation.
9008
10d1d0af 9009 * misc.texi (Term Mode): Correctly describe C-c.
8cf51b2c
GM
9010
9011 * custom.texi (Easy Customization): Move up to section level,
9012 before Variables. Avoid using the term "variable"; say "option".
9013 New initial explanation.
9014 (Variables): In initial explanation, connect "variable" to the
9015 already-explained "user option".
9016
9017 * emacs.texi (Top): Fix ref to Command Line.
9018 Move reference to Easy Customization.
9019
9020 * xresources.texi (X Resources): Fix From link.
9021
9022 * doclicense.texi (GNU Free Documentation License): Fix To link.
9023
9024 * entering.texi (Entering Emacs): Fix xref, now to Command Line.
9025
9026 * cmdargs.texi (Command Line): Node renamed from Command Arguments.
9027
90282004-12-03 Richard M. Stallman <rms@gnu.org>
9029
9030 * cmdargs.texi (Initial Options): Clarify batch mode i/o.
9031
90322004-12-01 Luc Teirlinck <teirllm@auburn.edu>
9033
9034 * kmacro.texi: Several small changes in addition to the following.
9035 (Keyboard Macro Ring): Describe behavior of `C-x C-k C-k' when
9036 defining a keyboard macro.
9037 Mention `kmacro-ring-max'.
9038 (Keyboard Macro Counter): Clarify description of
9039 `kmacro-insert-counter', `kmacro-set-counter',
9040 `kmacro-add-counter' and `kmacro-set-format'.
9041
90422004-11-29 Reiner Steib <Reiner.Steib@gmx.de>
9043
9044 * custom.texi (File Variables): Add `unibyte' and make it more
9045 clear that `unibyte' and `coding' are special. Suggested by Simon
9046 Krahnke <overlord@gmx.li>.
9047
9048 * mule.texi (Enabling Multibyte): Refer to File Variables.
9049 Suggested by Simon Krahnke <overlord@gmx.li>.
9050
c8763fb6 90512004-11-26 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
9052
9053 * frames.texi (Dialog Boxes): Rename use-old-gtk-file-dialog to
9054 x-use-old-gtk-file-dialog.
9055
8cf51b2c
GM
90562004-11-20 Richard M. Stallman <rms@gnu.org>
9057
9058 * text.texi (Fill Prefix): M-q doesn't apply fill prefix to first line.
9059
90602004-11-09 Lars Brinkhoff <lars@nocrew.org>
9061
9062 * building.texi (Lisp Eval): Delete hyphen in section name.
9063
90642004-11-19 Thien-Thi Nguyen <ttn@gnu.org>
9065
9066 * files.texi (Old Versions):
9067 No longer document annotation as "CVS only".
9068
90692004-11-10 Andre Spiegel <spiegel@gnu.org>
9070
9071 * files.texi (Version Control): Rewrite the introduction about
1c6c854e
CS
9072 version systems, mentioning the new ones that we support.
9073 Thanks to Alex Ott, Karl Fogel, Stefan Monnier, and David Kastrup for
8cf51b2c
GM
9074 suggestions.
9075
c8763fb6 90762004-11-03 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c 9077
49823426 9078 * frames.texi (Dialog Boxes): Replace non-nil with non-@code{nil}.
8cf51b2c 9079
c8763fb6 90802004-11-02 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
9081
9082 * frames.texi (Dialog Boxes): Document use-old-gtk-file-dialog.
9083
90842004-10-23 Eli Zaretskii <eliz@gnu.org>
9085
9086 * text.texi (Text Based Tables, Table Definition)
9087 (Table Creation, Table Recognition, Cell Commands)
9088 (Cell Justification, Row Commands, Column Commands)
9089 (Fixed Width Mode, Table Conversion, Measuring Tables)
9090 (Table Misc): New nodes, documenting the Table Mode.
9091
8cf51b2c
GM
90922004-10-19 Jason Rumney <jasonr@gnu.org>
9093
9094 * makefile.w32-in (info): Change order of arguments to makeinfo.
9095
90962004-10-19 Ulf Jasper <ulf.jasper@web.de>
9097
9098 * calendar.texi (iCalendar): Update for package changes.
9099
8cf51b2c
GM
91002004-10-09 Luc Teirlinck <teirllm@auburn.edu>
9101
9102 * files.texi (Misc File Ops): View mode is a minor mode.
9103
8cf51b2c
GM
91042004-10-08 Glenn Morris <gmorris@ast.cam.ac.uk>
9105
9106 * calendar.texi (iCalendar): Style changes.
9107
91082004-10-07 Luc Teirlinck <teirllm@auburn.edu>
9109
9110 * search.texi (Regexps): The regexp described in the example is no
9111 longer stored in the variable `sentence-end'.
9112
8cf51b2c
GM
91132004-10-06 Nick Roberts <nickrob@snap.net.nz>
9114
9115 * building.texi (Starting GUD): Note that multiple debugging
9116 sessions requires `gdb --fullname'.
9117
91182004-10-05 Ulf Jasper <ulf.jasper@web.de>
9119
9120 * calendar.texi (iCalendar): New section for a new package.
9121
8cf51b2c
GM
91222004-10-05 Luc Teirlinck <teirllm@auburn.edu>
9123
9124 * text.texi: Various small changes in addition to the following.
9125 (Text): Replace xref for autotype with inforef.
9126 (Sentences): Explain nil value for `sentence-end'.
9127 (Paragraphs): Update default values for `paragraph-start' and
9128 `paragraph-separate'.
9129 (Text Mode): Correct description of Text mode's effect on the
9130 syntax table.
9131 (Outline Visibility): `hide-other' does not hide top level headings.
9132 `selective-display-ellipses' no longer has an effect on Outline mode.
9133 (TeX Misc): Add missing @cindex.
9134 Replace xref for RefTeX with inforef.
9135 (Requesting Formatted Text): The variable
9136 `enriched-fill-after-visiting' no longer exists.
9137 (Editing Format Info): Update names of menu items and commands.
9138 (Format Faces): Mention special effect of specifying the default face.
9139 Describe inheritance of text properties.
9140 Correct description of `fixed' face.
9141 (Format Indentation): Correct description of effect of setting
9142 margins. Mention `set-left-margin' and `set-right-margin'.
9143 (Format Justification): Update names of menu items.
9144 `set-justification-full' is now bound to `M-j b'.
9145 Mention that `default-justification' is a per buffer variable.
9146 (Format Properties): Update name of menu item.
9147 (Forcing Enriched Mode): `format-decode-buffer' automatically
9148 turns on Enriched mode if the buffer is in text/enriched format.
9149
91502004-10-05 Emilio C. Lopes <eclig@gmx.net>
9151
9152 * calendar.texi (From Other Calendar): Add calendar-goto-iso-week.
9153
91542004-09-28 Kim F. Storm <storm@cua.dk>
9155
9156 * display.texi (Display Custom) <indicate-buffer-boundaries>:
9157 Align with new functionality.
9158
8cf51b2c
GM
91592004-09-22 Luc Teirlinck <teirllm@auburn.edu>
9160
9161 * display.texi (Display Custom): Remove stray `@end defvar'.
9162
91632004-09-23 Kim F. Storm <storm@cua.dk>
9164
9165 * display.texi (Display Custom): Add `overflow-newline-into-fringe',
9166 `indicate-buffer-boundaries' and `default-indicate-buffer-boundaries'.
9167
8cf51b2c
GM
91682004-09-20 Richard M. Stallman <rms@gnu.org>
9169
9170 * custom.texi (Hooks): Explain using setq to clear out a hook.
9171 (File Variables): Explain multiline string constants.
9172 (Non-ASCII Rebinding): Explain when you need to update
9173 non-ASCII char codes in .emacs.
9174
9175 * building.texi (Compilation): Explain how to make a silent
9176 subprocess that won't be terminated. Explain compilation-environment.
9177
91782004-09-13 Kim F. Storm <storm@cua.dk>
9179
9180 * mini.texi (Repetition): Rename isearch-resume-enabled to
9181 isearch-resume-in-command-history and change default to disabled.
9182
8cf51b2c
GM
91832004-09-09 Kim F. Storm <storm@cua.dk>
9184
9185 * kmacro.texi (Save Keyboard Macro): Replace `name-last-kbd-macro'
9186 with new `kmacro-name-last-macro'.
9187
8cf51b2c
GM
91882004-09-08 Juri Linkov <juri@jurta.org>
9189
9190 * mini.texi (Minibuffer History): Add `history-delete-duplicates'.
9191
8cf51b2c
GM
91922004-09-03 Juri Linkov <juri@jurta.org>
9193
9194 * search.texi (Incremental Search): Update wording for M-%.
9195
91962004-09-02 Luc Teirlinck <teirllm@auburn.edu>
9197
9198 * killing.texi (Killing): Correct description of kill commands in
9199 read-only buffer.
9200
92012004-09-02 Teodor Zlatanov <tzz@lifelogs.com>
9202
9203 * building.texi (Compilation Mode): Add a paragraph about rules
9204 for finding the compilation buffer for `next-error'.
9205
9206 * search.texi (Other Repeating Search): Mention that Occur mode
9207 supports the next-error functionality.
9208
92092004-09-02 Juri Linkov <juri@jurta.org>
9210
9211 * search.texi (Regexp Replace): Add missing backslash to \footnote.
9212
92132004-08-31 Luc Teirlinck <teirllm@auburn.edu>
9214
9215 * kmacro.texi (Basic Keyboard Macro):
9216 `apply-macro-to-region-lines' now operates on all lines that begin
9217 in the region, rather than on all complete lines in the region.
9218
c8763fb6 92192004-08-31 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
9220
9221 * frames.texi (Drag and drop): Add documentation about
9222 x-dnd-test-function and x-dnd-known-types.
9223
92242004-08-30 Luc Teirlinck <teirllm@auburn.edu>
9225
9226 * indent.texi: Various minor changes in addition to:
9227 (Indentation Commands): Correct description of `indent-relative'.
9228 (Tab Stops): <TAB> is no longer bound to `tab-to-tab-stop' in Text
9229 mode. The *Tab Stops* buffer uses Overwrite Mode.
9230 (Just Spaces): `tabify' converts sequences of at least two spaces
9231 to tabs.
9232
8cf51b2c
GM
92332004-08-27 Luc Teirlinck <teirllm@auburn.edu>
9234
9235 * frames.texi (Secondary Selection): Setting the secondary
9236 selection with M-Drag-Mouse-1 does not alter the kill ring,
9237 setting it with M-Mouse-1 and M-Mouse-3 does.
9238 (Mode Line Mouse): C-Mouse-2 on scroll bar now also works for
9239 toolkit scroll bars.
9240 (Scroll Bars): Ditto.
9241
9242 * windows.texi (Basic Window): When using a window system, the value
9243 of point in a non-selected window is indicated by a hollow box.
9244 (Split Window): Side by side windows are separated by a scroll bar,
9245 if scroll bars are used.
9246 C-Mouse-2 on scroll bar now also works for toolkit scroll bars.
9247 (Change Window): Correct Mouse-2 vs Mouse-3 mess-up.
9248 (Window Convenience): Update bindings for `winner-undo' and
9249 `winner-redo'.
9250
9251 * ack.texi (Acknowledgments): Use `@unnumbered'.
d0207bf3 9252 * misc.texi: Adapt sectioning in Info to the node structure.
8cf51b2c
GM
9253 (Invoking emacsclient): Make "Invoking emacsclient" a subsection
9254 of "Using Emacs as a Server".
9255 * building.texi (Building): Interchange nodes (for correct numbering).
9256 * programs.texi (Programs): Interchange nodes (for correct numbering).
9257 * killing.texi, entering.texi, commands.texi: Adapt sectioning in
9258 Info to the node structure.
9259 * emacs.texi: Make "GNU GENERAL PUBLIC LICENSE" an appendix.
9260 Rearrange order of nodes and sections such that both "GNU GENERAL
9261 PUBLIC LICENSE" and "GNU Free Documentation License" appear at the
9262 end, as appropriate for appendices.
9263 (Acknowledgments): Put inside @iftex instead of @ifnotinfo.
9264 Use `@unnumberedsec'.
9265 * trouble.texi: Adapt sectioning in Info to the node structure.
9266 Adapt node pointers to change in emacs.texi.
9267 * cmdargs.texi, doclicense.texi: Adapt node pointers.
9268
8cf51b2c
GM
92692004-08-25 Kenichi Handa <handa@m17n.org>
9270
9271 * custom.texi (Non-ASCII Rebinding): Fix and simplify the
9272 description for unibyte mode.
9273
92742004-08-23 Luc Teirlinck <teirllm@auburn.edu>
9275
9276 * display.texi (Font Lock): Correct invalid (for hardcopy) @xref.
9277
9278 * search.texi (Regexps): Correct cryptic (in hardcopy) @ref.
9279 (Configuring Scrolling): Correct invalid (for hardcopy) @xref.
9280 (Regexp Replace): Standardize reference to hardcopy Elisp Manual
9281 in @pxref.
9282
92832004-08-22 Luc Teirlinck <teirllm@auburn.edu>
9284
9285 * kmacro.texi (Keyboard Macro Counter, Keyboard Macro Step-Edit):
9286 Change section names.
9287
8cf51b2c
GM
92882004-08-21 Luc Teirlinck <teirllm@auburn.edu>
9289
9290 * kmacro.texi (Keyboard Macro Ring): Rename section.
9291 Emacs treats the head of the macro ring as the `last keyboard macro'.
9292 (Keyboard Macro Counter): Minor change.
9293 (Save Keyboard Macro): Some clarifications.
9294 (Edit Keyboard Macro): Rename section.
9295
9296 * buffers.texi (Buffers): Maximum buffer size is now 256M on
9297 32-bit machines.
9298 (Several Buffers): Clarify which buffer is selected if `2' is
9299 pressed in the Buffer Menu.
9300 Auto Revert mode can be used to update the Buffer Menu
9301 automatically.
9302
93032004-08-21 Eli Zaretskii <eliz@gnu.org>
9304
9305 * help.texi (Misc Help): Add an index entry for finding an Info
9306 manual by its file name.
9307
93082004-08-20 Luc Teirlinck <teirllm@auburn.edu>
9309
9310 * files.texi (Backup Deletion): Correct description of
9311 `delete-old-versions'.
9312 (Time Stamps): `time-stamp' needs to be added to `before-save-hook'.
9313 (Auto Save Files): Recommend `auto-save-mode' to reenable
9314 auto-saving, rather than the abbreviation `auto-save'.
9315
93162004-08-17 Luc Teirlinck <teirllm@auburn.edu>
9317
9318 * emacs.texi (Top): Mention "cutting" and "pasting" as synonyms
9319 for "killing" and "yanking" in main menu.
9320
93212004-08-16 Richard M. Stallman <rms@gnu.org>
9322
9323 * killing.texi (Yanking, Killing): Minor cleanups.
9324
9325 * mark.texi (Momentary Mark): Minor cleanups.
9326
93272004-08-15 Kenichi Handa <handa@etl.go.jp>
9328
9329 * custom.texi (Non-ASCII Rebinding):
9330 C-q always inserts the right code to pass to global-set-key.
9331
8cf51b2c
GM
93322004-08-13 Luc Teirlinck <teirllm@auburn.edu>
9333
9334 * regs.texi (RegNumbers): Mention `C-x r i' binding for
9335 `insert-register', instead of `C-x r g' binding, for consistency.
9336
93372004-08-12 Luc Teirlinck <teirllm@auburn.edu>
9338
9339 * fixit.texi (Spelling): Fix typo.
9340
93412004-08-11 Luc Teirlinck <teirllm@auburn.edu>
9342
9343 * help.texi (Help): Fix Texinfo usage.
9344
8cf51b2c
GM
93452004-07-24 Richard M. Stallman <rms@gnu.org>
9346
9347 * text.texi (Paragraphs): Update how paragraphs are separated
9348 and the default for paragraph-separate.
9349
9350 * search.texi (Regexp Replace): Further update text for new
9351 replacement operators.
9352
8cf51b2c
GM
93532004-07-18 Luc Teirlinck <teirllm@auburn.edu>
9354
9355 * emacs-xtra.texi (Subdir switches): Dired does not remember the
9356 `R' switch.
9357
9358 * dired.texi (Dired Updating): `k' only deletes inserted
9359 subdirectories from the Dired buffer if a prefix argument was given.
9360
9361 * search.texi (Regexps): Delete redundant definition of `symbol' in
9362 description of `\_>'. It already occurs in the description of `\_<'.
9363
8cf51b2c
GM
93642004-07-01 Juri Linkov <juri@jurta.org>
9365
9366 * search.texi (Incremental Search): Add C-M-w, C-M-y, M-%, C-M-%, M-e.
9367 (Regexp Search): Add M-r.
9368
93692004-06-30 Luc Teirlinck <teirllm@auburn.edu>
9370
9371 * makefile.w32-in (EMACSSOURCES): Remove emacs-xtra.
9372
93732004-06-29 Jesper Harder <harder@ifa.au.dk>
9374
49823426 9375 * search.texi, calendar.texi: Markup fixes.
8cf51b2c
GM
9376
93772004-06-25 Richard M. Stallman <rms@gnu.org>
9378
9379 * search.texi (Regexp Replace): Rewrite description of \# \, and \?.
9380
93812004-06-25 David Kastrup <dak@gnu.org>
9382
9383 * search.texi (Regexp Replace): Some typo corrections and
9384 rearrangement.
9385
93862004-06-24 David Kastrup <dak@gnu.org>
9387
9388 * search.texi (Unconditional Replace): Use replace-string instead
9389 of query-replace in example.
9390 (Regexp Replace): Add explanations for `\,', `\#' and `\?'
9391 sequences.
9392 (Query Replace): Correct explanation of `^' which does not use
9393 the mark stack.
9394
93952004-06-21 Nick Roberts <nickrob@gnu.org>
9396
9397 * misc.texi (Shell History Copying): Document comint-insert-input.
9398 (Shell Ring): Describe comint-dynamic-list-input-ring here.
9399
8cf51b2c
GM
94002004-06-20 Jesper Harder <harder@ifa.au.dk>
9401
9402 * msdog.texi (Text and Binary, MS-DOS Printing): Use m-dash.
9403 * custom.texi (Customization): Do.
9404 * anti.texi (Antinews): Do.
9405 * abbrevs.texi (Defining Abbrevs): Do.
9406
9407 * programs.texi (Info Lookup): Fix keybinding for
9408 info-lookup-symbol.
9409
94102004-06-16 Juanma Barranquero <lektu@terra.es>
9411
9412 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, EMACSSOURCES):
9413 Add emacs-xtra.
9414 ($(infodir)/emacs-xtra, emacs-xtra.dvi): New dependencies.
9415 (clean): Add emacs-xtra and flymake. Remove redundancies.
9416
94172004-06-15 Luc Teirlinck <teirllm@auburn.edu>
9418
9419 * Makefile.in (INFO_TARGETS, DVI_TARGETS, ../info/emacs-xtra):
9420 Add emacs-xtra.
9421 * emacs-xtra.texi: New file.
9422
94232004-06-14 Luc Teirlinck <teirllm@auburn.edu>
9424
9425 * dired.texi (Dired Enter): Mention conditions on `ls' switches.
9426 (Dired and Find): Mention differences with ordinary Dired buffers.
9427
8cf51b2c
GM
94282004-06-13 Richard M. Stallman <rms@gnu.org>
9429
9430 * custom.texi (Init Syntax): Explain about vars that do special
9431 things when set with setq or with Custom.
9432 (Init Examples): Add line-number-mode example.
9433
8cf51b2c
GM
94342004-06-12 Juri Linkov <juri@jurta.org>
9435
9436 * dired.texi (Operating on Files): Add dired-do-touch.
9437
8cf51b2c
GM
94382004-06-10 Juri Linkov <juri@jurta.org>
9439
9440 * building.texi (Lisp Eval): Add C-M-x on defface.
9441
94422004-06-08 Luc Teirlinck <teirllm@auburn.edu>
9443
9444 * files.texi (Reverting): Auto-Revert mode and
9445 Global Auto-Revert mode no longer revert remote files.
9446
8cf51b2c
GM
94472004-05-29 Richard M. Stallman <rms@gnu.org>
9448
9449 * custom.texi (Init File): Two dashes start --no-site-file.
9450
8cf51b2c
GM
94512004-05-29 Alan Mackenzie <acm@muc.de>
9452
9453 * programs.texi: Update for CC Mode 5.30 and incidental amendments.
10d1d0af 9454 ("AWK"): Is consistently thus spelled throughout.
8cf51b2c
GM
9455 (AWK, Pike): Document as "C-like modes".
9456 (@kbd{M-j}): Document as alternative to @kbd{C-M-j}.
9457 (M-x man): Supersedes M-x manual-entry.
9458 Add numerous index entries. Correct "ESC a/e" to "M-a/e".
9459
9460 ("Comments in C"): Delete node; the info is in CC Mode manual.
9461 (c-comment-only-line-offset): Remove description.
9462
9463 (C-c ., C-c C-c): Describe new C Mode bindings.
9464
9465 (C-u TAB, indent-code-rigidly, c-indent-exp, c-tab-always-indent)
9466 (@dfn{Style}, c-default-style, comment-column, comment-padding)
9467 (c-up-conditional, c-beginning-of-statement, c-end-of-statement):
9468 Amend definitions.
9469
9470 (c-beginning-of-defun, c-end-of-defun, c-context-line-break):
9471 Describe functions.
9472
9473 (c-comment-start-regexp, c-hanging-comment-ender-p)
9474 (c-hanging-comment-starter-p): Remove obsolete definitions.
9475
9476 * emacs.texi: Remove the menu entry "Comments in C".
9477
8cf51b2c
GM
94782004-05-27 Luc Teirlinck <teirllm@auburn.edu>
9479
9480 * dired.texi (Dired and Find): `find-ls-option' does not apply to
9481 `M-x locate'.
9482
94832004-05-16 Karl Berry <karl@gnu.org>
9484
9485 * emacs.texi (ack.texi) [@ifnottex]: Change condition; with @ifinfo,
9486 makeinfo --html fails.
9487 * help.texi (Help Summary) [@ifnottex]: Likewise.
9488
94892004-05-13 Nick Roberts <nickrob@gnu.org>
9490
9491 * building.texi (GDB Graphical Interface): Update and describe
9492 layout first.
9493
8cf51b2c
GM
94942004-05-04 Jason Rumney <jasonr@gnu.org>
9495
9496 * makefile.w32-in: Revert last change.
9497
94982004-05-03 Jason Rumney <jasonr@gnu.org>
9499
9500 * makefile.w32-in (MULTI_INSTALL_INFO, ENVADD): Use forward slashes.
9501
8cf51b2c
GM
95022004-04-23 Juanma Barranquero <lektu@terra.es>
9503
9504 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
9505
95062004-04-18 Juri Linkov <juri@jurta.org>
9507
9508 * fixit.texi (Spelling): Remove file extension from ispell xref.
9509
95102004-04-15 Kim F. Storm <storm@cua.dk>
9511
9512 * cmdargs.texi (Initial Options): Add -Q.
9513
95142004-04-05 Kim F. Storm <storm@cua.dk>
9515
9516 * custom.texi (File Variables): Add safe-local-eval-forms.
9517
8cf51b2c
GM
95182004-04-02 Luc Teirlinck <teirllm@auburn.edu>
9519
9520 * files.texi (Reverting): Correct description of revert-buffer's
9521 handling of point.
9522
95232004-03-22 Juri Linkov <juri@jurta.org>
9524
9525 * emacs.texi (Top): Add `Misc X'.
9526
49823426 9527 * trouble.texi: Fix help key bindings.
8cf51b2c
GM
9528
9529 * glossary.texi: Improve references.
9530
9531 * help.texi: Sync keywords with finder.el.
9532
9533 * mini.texi (Completion): Add description for menu items.
9534
9535 * misc.texi (Browse-URL, FFAP): Add information about keywords.
9536
9537 * sending.texi (Mail Methods): Fix xref to Message manual.
9538
8cf51b2c
GM
95392004-03-12 Richard M. Stallman <rms@gnu.org>
9540
8cf51b2c
GM
9541 * buffers.texi (Misc Buffer): Add index entry for rename-uniquely.
9542
8cf51b2c
GM
95432004-03-04 Richard M. Stallman <rms@gnu.org>
9544
9545 * search.texi (Regexps): Explain that ^ and $ have their
9546 special meanings only in certain contexts.
9547
9548 * programs.texi (Expressions): Doc C-M-SPC as alias for C-M-@.
9549
9550 * mule.texi (Specify Coding): Doc C-x RET F.
9551
9552 * buffers.texi (Misc Buffer): Explain use of M-x rename-uniquely
9553 for multiple compile and grep buffers.
9554 (Indirect Buffers): Don't recommand clone-indirect-buffer
9555 for multiple compile and grep buffers.
9556
8cf51b2c
GM
95572004-02-29 Juanma Barranquero <lektu@terra.es>
9558
9559 * makefile.w32-in (mostlyclean, clean, maintainer-clean):
9560 Use $(DEL) instead of rm, and ignore exit code.
9561
8cf51b2c
GM
95622004-02-23 Nick Roberts <nick@nick.uklinux.net>
9563
9564 * building.texi (Watch Expressions): Update.
9565
95662004-02-21 Juri Linkov <juri@jurta.org>
9567
1c6c854e
CS
9568 * cmdargs.texi (Action Arguments): Add alias --find-file.
9569 Add --directory, --help, --version. Move text about command-line-args
8cf51b2c
GM
9570 to Command Arguments.
9571 (Initial Options): Add @cindex for --script. Fix @cindex for -q.
9572 Add --no-desktop. Add alias --no-multibyte, --no-unibyte.
9573 (Window Size X): Join -g and --geometry. Add @cindex.
9574 (Borders X): Fix @cindex for -ib. Add @cindex for -bw.
9575 (Title X): Remove alias -title.
9576 (Misc X): New node.
9577
c8763fb6 95782004-02-15 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
9579
9580 * frames.texi (Drag and drop): Add Motif to list of supported
9581 protocols.
9582
c8763fb6 95832004-02-03 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
9584
9585 * frames.texi (Drag and drop): New section.
9586
95872004-01-24 Richard M. Stallman <rms@gnu.org>
9588
1c6c854e 9589 * emacs.texi (Acknowledgments): Rename from Acknowledgements.
8cf51b2c
GM
9590 Include it only @ifnotinfo. Patch the preceding and following
9591 node headers to point to each other.
9592
95932004-01-11 Glenn Morris <gmorris@ast.cam.ac.uk>
9594
9595 * calendar.texi (Appointments): Update section.
9596
95972003-12-29 Kevin Ryde <user42@zip.com.au>
9598
8cf51b2c
GM
9599 * programs.texi (C Modes): Fix the xref.
9600
96012003-12-23 Nick Roberts <nick@nick.uklinux.net>
9602
9603 * building.texi (Watch Expressions): Update.
9604 (Commands of GUD): Include use of toolbar + breakpoints set from
9605 fringe/margin.
9606
96072003-12-03 Andre Spiegel <spiegel@gnu.org>
9608
9609 * files.texi: Say how to disable VC. Suggested by Alan Mackenzie
9610 <acm@muc.de>.
9611
c8763fb6 96122003-11-29 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
9613
9614 * frames.texi (Dialog Boxes): Add use-file-dialog.
9615
8cf51b2c
GM
96162003-11-22 Martin Stjernholm <bug-cc-mode@gnu.org>
9617
9618 * ack.texi: Note that Alan Mackenzie contributed the AWK support
9619 in CC Mode.
9620
8cf51b2c
GM
96212003-11-02 Jesper Harder <harder@ifa.au.dk> (tiny change)
9622
9623 * man/ack.texi, man/basic.texi, man/cmdargs.texi:
9624 * man/commands.texi, man/custom.texi, man/display.texi:
49823426 9625 * man/emacs.texi, man/files.texi:
8cf51b2c
GM
9626 * man/frames.texi, man/glossary.texi, man/killing.texi:
9627 * man/macos.texi, man/mark.texi, man/misc.texi, man/msdog.texi:
9628 * man/mule.texi, man/rmail.texi, man/search.texi:
49823426
GM
9629 * man/sending.texi, man/text.texi, man/trouble.texi:
9630 Replace @sc{ascii} and ASCII with @acronym{ASCII}.
8cf51b2c
GM
9631
96322003-11-01 Alan Mackenzie <acm@muc.de>
9633
9634 * search.texi (Scrolling During Incremental Search): Document a
9635 new scrolling facility in isearch mode.
9636
8cf51b2c
GM
96372003-10-22 Miles Bader <miles@gnu.org>
9638
9639 * Makefile.in (info): Move before $(top_srcdir)/info.
9640
96412003-10-22 Nick Roberts <nick@nick.uklinux.net>
9642
9643 * building.texi (Watch Expressions): Update section on data display
9644 to reflect code changes (GDB Graphical Interface).
9645
8cf51b2c
GM
96462003-10-13 Richard M. Stallman <rms@gnu.org>
9647
9648 * xresources.texi (GTK resources): Clean up previous change.
9649
c8763fb6 96502003-10-12 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
9651
9652 * xresources.texi (GTK resources): Add a note that some themes
9653 disallow customizations. Add scroll theme example.
9654
8cf51b2c
GM
96552003-09-30 Richard M. Stallman <rms@gnu.org>
9656
8cf51b2c
GM
9657 * cmdargs.texi (General Variables): Remove MAILRC envvar.
9658
9659 * misc.texi (Saving Emacs Sessions): Shorten the section,
9660 collapsing back into one node.
9661
96622003-09-30 Lars Hansen <larsh@math.ku.dk>
9663
9664 * misc.texi: Section "Saving Emacs Sessions" rewritten.
9665
ce058493 96662003-09-29 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
9667
9668 * xresources.texi (GTK names in Emacs): Correct typo.
9669
8cf51b2c
GM
96702003-09-24 Luc Teirlinck <teirllm@mail.auburn.edu>
9671
1c6c854e
CS
9672 * cmdargs.texi (Font X): Mention new default font.
9673 More fully describe long font names, wildcard patterns and the
8cf51b2c
GM
9674 problems involved. (Result of discussion on emacs-devel.)
9675
96762003-09-22 Luc Teirlinck <teirllm@mail.auburn.edu>
9677
9678 * emacs.texi (Acknowledgements): Correct typo.
9679
96802003-09-22 Richard M. Stallman <rms@gnu.org>
9681
9682 * dired.texi (Misc Dired Commands): New node.
9683 (Dired Navigation): Add dired-goto-file.
9684
9685 * files.texi (File Aliases, Misc File Ops): Add @cindex entries.
9686
9687 * emacs.texi (Acknowledgements): New node, split from Distribution.
9688
9689 * cmdargs.texi (Action Arguments): -f reads interactive args.
9690
8cf51b2c
GM
96912003-09-08 Lute Kamstra <lute@gnu.org>
9692
9693 * screen.texi (Mode Line): Say that POS comes before LINE.
9694 Mention `size-indication-mode'.
1c6c854e
CS
9695 * display.texi (Optional Mode Line):
9696 Document `size-indication-mode'.
8cf51b2c
GM
9697 * basic.texi (Position Info): Mention `size-indication-mode'.
9698
96992003-09-07 Luc Teirlinck <teirllm@mail.auburn.edu>
9700
9701 * xresources.texi (Resources): Refer to `editres' man page.
9702 (Lucid Resources): Update defaults. Expand description of
9703 `shadowThickness'.
9704
97052003-09-04 Miles Bader <miles@gnu.org>
9706
9707 * Makefile.in (top_srcdir): New variable.
9708 ($(top_srcdir)/info): New rule.
9709 (info): Depend on it.
9710
97112003-09-03 Peter Runestig <peter@runestig.com>
9712
9713 * makefile.w32-in: New file.
9714
97152003-08-29 Richard M. Stallman <rms@gnu.org>
9716
9717 * misc.texi (Saving Emacs Sessions): Correct previous change.
9718
8cf51b2c
GM
97192003-08-19 Luc Teirlinck <teirllm@mail.auburn.edu>
9720
8cf51b2c
GM
9721 * emacs.texi (Top): Update menu to reflect new Keyboard Macros chapter.
9722 (Intro): Include kmacro.texi after fixit.texi instead of after
9723 custom.texi. (As suggested by Kim Storm.)
9724
97252003-08-18 Luc Teirlinck <teirllm@mail.auburn.edu>
9726
9727 * fixit.texi (Fixit): Update `Next' pointer.
9728 * files.texi (Files): Update `Previous' pointer.
9729 * kmacro.texi (Keyboard Macros): Remove redundant node and section.
9730 * emacs.texi (Intro): Include kmacro.texi after custom.texi.
9731 (Suggested by Kim Storm.)
9732 * Makefile (EMACSSOURCES): Add kmacro.texi. (Suggested by Kim Storm.)
9733
97342003-08-18 Kim F. Storm <storm@cua.dk>
9735
9736 * kmacro.texi: New file describing enhanced keyboard macro
9737 functionality. Replaces old description in custom.texi.
9738
9739 * custom.texi (Customization): Add xref to Keyboard Macros chapter.
9740 (Keyboard Macros): Move to new kmacro.texi file.
9741
9742 * emacs.texi (Keyboard Macros): Reference new keyboard macro topics.
9743
8cf51b2c
GM
97442003-08-17 Edward M. Reingold <reingold@emr.cs.iit.edu>
9745
9746 * calendar.texi (Specified Dates): Add `calendar-goto-day-of-year'.
9747
97482003-08-17 Alex Schroeder <alex@gnu.org>
9749
9750 * misc.texi (Saving Emacs Sessions): Manual M-x desktop-save not
9751 required.
9752
8cf51b2c
GM
97532003-08-05 Richard M. Stallman <rms@gnu.org>
9754
9755 * programs.texi (Lisp Indent): Don't describe
9756 lisp-indent-function property here. Use xref to Lisp Manual.
9757
8cf51b2c
GM
97582003-08-03 Glenn Morris <gmorris@ast.cam.ac.uk>
9759
fffa137c 9760 * calendar.texi (Date Formats): Document changed behavior of
8cf51b2c
GM
9761 abbreviations.
9762
97632003-07-24 Markus Rost <rost@math.ohio-state.edu>
9764
9765 * buffers.texi (List Buffers): Fix previous change.
9766
8cf51b2c
GM
97672003-07-13 Markus Rost <rost@math.ohio-state.edu>
9768
9769 * buffers.texi (List Buffers): Adjust to new format of *Buffer
9770 List*.
9771
97722003-07-07 Luc Teirlinck <teirllm@mail.auburn.edu>
9773
8cf51b2c
GM
9774 * display.texi (Font Lock): Fix typo.
9775
97762003-07-07 Richard M. Stallman <rms@gnu.org>
9777
9778 * display.texi (Font Lock): Add xref for format info on
9779 font-lock-remove-keywords.
9780
9781 * building.texi (Compilation): Document what happens with asynch
9782 children of compiler process.
9783
9784 * help.texi (Library Keywords): Use @multitable.
9785
8cf51b2c
GM
97862003-06-04 Richard M. Stallman <rms@gnu.org>
9787
9788 * programs.texi (Expressions): Delete C-M-DEL.
9789
9790 * misc.texi (Shell Options): Clarify comint-scroll-show-maximum-output.
9791 comint-move-point-for-output renamed from
9792 comint-scroll-to-bottom-on-output.
9793
9794 * custom.texi (Init Rebinding): Replace previous change with xref.
9795 (Non-ASCII Rebinding): Explain that issue more briefly here.
9796
97972003-05-28 Richard M. Stallman <rms@gnu.org>
9798
9799 * indent.texi (Indentation): Condense, simplify, clarify prev change.
9800
98012003-05-28 Nick Roberts <nick@nick.uklinux.net>
9802
9803 * building.texi (GDB Graphical Interface): New node.
9804 (Rewritten somewhat by RMS.)
9805
c8763fb6 98062003-05-28 Kai Großjohann <kai.grossjohann@gmx.net>
8cf51b2c
GM
9807
9808 * custom.texi (Init Rebinding): Xref Non-ASCII Rebinding, for
9809 non-English letters. Explain how to set coding systems correctly
9810 and how to include the right coding cookie in the file.
9811
c8763fb6 98122003-05-22 Kai Großjohann <kai.grossjohann@gmx.net>
8cf51b2c
GM
9813
9814 * indent.texi (Indentation): Explain the concepts.
9815 (Just Spaces): Explain why preventing tabs for indentation might
9816 be useful.
9817
8cf51b2c
GM
98182003-04-16 Richard M. Stallman <rms@gnu.org>
9819
9820 * search.texi (Regexps): Ref to Lisp manual for more regexp features.
9821
8cf51b2c
GM
98222003-02-22 Alex Schroeder <alex@emacswiki.org>
9823
9824 * cmdargs.texi (General Variables): Document SMTPSERVER.
9825
8cf51b2c
GM
9826 * sending.texi: Remove SMTP node.
9827 (Mail Sending): Describe `send-mail-function'. Link to SMTP
9828 library.
9829
8cf51b2c
GM
98302003-02-22 Alex Schroeder <alex@emacswiki.org>
9831
9832 * sending.texi (Sending via SMTP): Explain MTA/MUA.
9833
98342003-02-22 Simon Josefsson <jas@extundo.com>
9835
9836 * sending.texi (Mail Methods): Add node about SMTP.
9837
c8763fb6 98382003-02-17 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
9839
9840 * xresources.texi (GTK names in Emacs): Add emacs-toolbar - GtkToolbar.
9841
8cf51b2c
GM
98422003-02-01 Kevin Ryde <user42@zip.com.au>
9843
9844 * glossary.texi (Glossary): Correction to cl cross reference.
9845
98462003-01-20 Richard M. Stallman <rms@gnu.org>
9847
9848 * killing.texi (Rectangles): Document C-x c r.
9849
c8763fb6 98502003-01-19 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
9851
9852 * xresources.texi (GTK resources): New node.
9853 (GTK widget names): New node.
9854 (GTK names in Emacs): New node.
9855 (GTK styles): New node.
9856
c8763fb6 98572003-01-09 Francesco Potortì <pot@gnu.org>
8cf51b2c
GM
9858
9859 * maintaining.texi (Create Tags Table): Add reference to the new
9860 `etags --help --lang=LANG' option.
9861
8cf51b2c
GM
98622002-10-02 Karl Berry <karl@gnu.org>
9863
49823426 9864 * emacs.texi: Per rms, update all manuals to use @copying instead of
630cb3b7 9865 @ifinfo. Also use @ifnottex instead of @ifinfo around the top node,
49823426 9866 where needed for the sake of the HTML output.
8cf51b2c
GM
9867
98682001-12-20 Eli Zaretskii <eliz@is.elta.co.il>
9869
9870 * Makefile.in (EMACSSOURCES): Update the list of Emacs manual
9871 source files.
9872
98732001-11-16 Eli Zaretskii <eliz@is.elta.co.il>
9874
9875 * Makefile.in (emacsman): New target.
9876
8cf51b2c
GM
98772001-10-20 Gerd Moellmann <gerd@gnu.org>
9878
9879 * (Version 21.1 released.)
9880
98812001-10-05 Gerd Moellmann <gerd@gnu.org>
9882
9883 * Branch for 21.1.
9884
8cf51b2c
GM
98852001-03-05 Gerd Moellmann <gerd@gnu.org>
9886
9887 * Makefile.in (mostlyclean, maintainer-clean): Delete more files.
9888
8cf51b2c
GM
98892000-05-31 Stefan Monnier <monnier@cs.yale.edu>
9890
9891 * .cvsignore (*.tmp): New entry. Seems to be used for @macro.
9892
8cf51b2c
GM
98931999-07-12 Richard Stallman <rms@gnu.org>
9894
9895 * Version 20.4 released.
9896
98971998-12-04 Markus Rost <rost@delysid.gnu.org>
9898
9899 * Makefile.in (INFO_TARGETS): Delete customize.info.
9900 (DVI_TARGETS): Delete customize.dvi.
9901 (../info/customize, customize.dvi): Targets deleted.
9902
99031998-08-19 Richard Stallman <rms@psilocin.ai.mit.edu>
9904
9905 * Version 20.3 released.
9906
99071998-05-06 Richard Stallman <rms@psilocin.gnu.org>
9908
9909 * Makefile.in (EMACSSOURCES): Add mule.texi.
9910 Add msdog.texi, ack.texi. Remove gnu1.texi.
9911
99121998-04-06 Andreas Schwab <schwab@gnu.org>
9913
768c0c0f
JB
9914 * Makefile.in (ENVADD): Environment vars to pass to texi2dvi.
9915 Use it in dvi targets.
8cf51b2c
GM
9916
99171997-09-23 Paul Eggert <eggert@twinsun.com>
9918
9919 * Makefile.in: Merge changes mistakenly made to `Makefile'.
9920 (INFO_TARGETS): Change ../info/custom to ../info/customize.
9921 (../info/customize): Rename from ../info/custom.
8cf51b2c
GM
9922
99231997-09-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9924
9925 * Version 20.2 released.
9926
99271997-09-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9928
9929 * Version 20.1 released.
9930
99311997-08-24 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9932
9933 * Makefile (../info/customize, customize.dvi): New targets.
9934 (INFO_TARGETS): Add ../info/customize.
9935 (DVI_TARGETS): Add customize.dvi.
9936
8cf51b2c
GM
99371996-08-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9938
9939 * Version 19.33 released.
9940
99411996-07-31 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9942
9943 * Version 19.32 released.
9944
8cf51b2c
GM
99451996-06-20 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9946
9947 * Makefile.in (All info targets): cd $(srcdir) to do the work.
9948
99491996-06-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9950
9951 * Makefile.in (All info targets): Specify $(srcdir) in input files.
9952 Specify -I option.
9953 (All dvi targets): Set the TEXINPUTS variable.
9954
99551996-05-25 Karl Heuer <kwzh@gnu.ai.mit.edu>
9956
9957 * Version 19.31 released.
9958
8cf51b2c
GM
99591995-11-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9960
9961 * Version 19.30 released.
9962
8cf51b2c
GM
99631995-02-07 Richard Stallman <rms@pogo.gnu.ai.mit.edu>
9964
9965 * Makefile.in (maintainer-clean): Rename from realclean.
9966
99671994-11-23 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9968
9969 * Makefile.in: New file.
9970 * Makefile: File deleted.
9971
99721994-11-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9973
9974 * Makefile (TEXINDEX_OBJS): Variable deleted.
9975 (texindex, texindex.o, getopt.o): Rules deleted.
9976 All deps on texindex deleted.
9977 (distclean): Don't delete texindex.
9978 (mostlyclean): Don't delete *.o.
9979 * texindex.c, getopt.c: Files deleted.
9980
99811994-09-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9982
9983 * Version 19.26 released.
9984
99851994-07-02 Richard Stallman (rms@gnu.ai.mit.edu)
9986
9987 * Makefile (EMACSSOURCES): Exclude undo.texi.
9988
99891994-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9990
9991 * Version 19.25 released.
9992
99931994-05-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9994
9995 * Version 19.24 released.
9996
99971994-05-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9998
9999 * Version 19.23 released.
10000
100011994-04-17 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10002
10003 * Makefile: Delete spurious tab.
10004
100051994-02-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10006
10007 * Makefile (.SUFFIXES): New rule.
10008
8cf51b2c
GM
100091993-12-04 Richard Stallman (rms@srarc2)
10010
10011 * getopt.c: New file.
10012 * Makefile (TEXINDEX_OBJS): Use getopt.o in this dir, not ../lib-src.
10013 (getopt.o): New rule.
10014 (dvi): Don't depend on texindex.
49823426 10015 (emacs.dvi): Depend on texindex.
8cf51b2c
GM
10016
100171993-12-03 Richard Stallman (rms@srarc2)
10018
49823426
GM
10019 * Makefile (TEXI2DVI): New variable.
10020 (emacs.dvi): Add explicit command.
8cf51b2c
GM
10021 (TEXINDEX_OBJS): Delete duplicate getopt.o.
10022
100231993-11-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10024
10025 * Version 19.22 released.
10026
100271993-11-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10028
10029 * Makefile (TEXINDEX_OBJS): Delete spurious period.
10030
100311993-11-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10032
10033 * Version 19.21 released.
10034
8cf51b2c
GM
100351993-11-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10036
10037 * Makefile (realclean): Don't delete the Info files.
10038
f0131492 100391993-10-25 Brian J. Fox (bfox@albert.gnu.ai.mit.edu)
8cf51b2c 10040
8cf51b2c
GM
10041 * frames.texi (Creating Frames): Mention `C-x 5' instead of `C-x
10042 4' where appropriate.
10043
f0131492 100441993-10-20 Brian J. Fox (bfox@ai.mit.edu)
8cf51b2c 10045
49823426 10046 * Makefile: Fix targets for texindex.
8cf51b2c
GM
10047
10048 * texindex.c: Include "../src/config.h" if building in emacs.
10049
10050 * Makefile: Change all files to FILENAME.texi, force all targets
49823426 10051 to be FILENAME, not FILENAME.info.
8cf51b2c
GM
10052 Add target to build texindex.c, defining `emacs'.
10053
8cf51b2c
GM
100541993-08-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10055
10056 * Version 19.19 released.
10057
8cf51b2c
GM
100581993-08-08 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10059
10060 * Version 19.18 released.
10061
100621993-07-20 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10063
10064 * Makefile: Fix source file names of the separate manuals.
8cf51b2c
GM
10065
100661993-07-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10067
10068 * Version 19.17 released.
10069
100701993-07-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10071
10072 * split-man: Fix typos in last change.
10073
100741993-07-06 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
10075
10076 * Version 19.16 released.
10077
100781993-06-19 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10079
10080 * version 19.15 released.
10081
100821993-06-18 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
10083
10084 * Makefile (distclean): It's rm, not rf.
10085
100861993-06-17 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10087
10088 * Version 19.14 released.
10089
100901993-06-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10091
10092 * Makefile: New file.
10093
100941993-06-08 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10095
10096 * Version 19.13 released.
10097
100981993-05-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
10099
10100 * Version 19.9 released.
10101
101021993-05-25 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10103
10104 * Version 19.8 released.
10105
101061993-05-25 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10107
10108 * cmdargs.texi: Document the -i, -itype, and -iconic options.
10109
10110 * trouble.texi: It's `enable-flow-control-on', not
10111 `evade-flow-control-on'.
10112
101131993-05-24 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10114
10115 * display.texi: Document standard-display-european.
10116
101171993-05-22 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
10118
10119 * Version 19.7 released.
10120
10121 * emacs.texi: Add a sentence to the top menu mentioning the
10122 specific version of Emacs this manual applies to.
10123
101241993-04-25 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
10125
10126 * basic.texi: Document next-line-add-lines variable used to
10127 implement down-arrow.
10128
10129 * killing.texi: Document kill-whole-line.
10130
101311993-04-18 Noah Friedman (friedman@nutrimat.gnu.ai.mit.edu)
10132
10133 * text.texi: Update unix TeX ordering information.
10134
101351993-03-26 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
10136
10137 * news.texi: Mention fill-rectangle in keybinding list.
10138
10139 * killing.texi: Document fill-rectangle.
10140
101411993-03-17 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
10142
10143 * vc.texi: Bring the docs up to date with VC 5.2.
10144
101451992-01-10 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
10146
10147 * emacs.tex: Mention blackbox and gomoku under Amusements.
10148 Assembler mode is now mentioned and appropriately indexed
10149 under Programming Modes.
10150
101511991-02-15 Robert J. Chassell (bob@wookumz.ai.mit.edu)
10152
10153 * emacs.tex: Update TeX ordering information.
10154
8cf51b2c
GM
101551990-06-26 David Lawrence (tale@geech)
10156
10157 * emacs.tex: Note that completion-ignored-extensions is not used
10158 to filter out names when all completions are displayed in
10159 *Completions*.
10160
101611990-05-25 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
10162
10163 * texindex.tex: If USG, include sys/types.h and sys/fcntl.h.
10164
101651990-03-21 Jim Kingdon (kingdon@pogo.ai.mit.edu)
10166
10167 * emacs.tex: Add @findex grep.
10168
8cf51b2c
GM
101691988-08-16 Robert J. Chassell (bob@frosted-flakes.ai.mit.edu)
10170
10171 * emacs.tex: Correct two typos. No other changes before
10172 Version 19 will be made.
10173
8cf51b2c
GM
101741988-05-23 Robert J. Chassell (bob@frosted-flakes.ai.mit.edu)
10175
10176 * emacs.tex: Update information for obtaining TeX distribution from the
10177 University of Washington.
10178
10179;; Local Variables:
c8763fb6 10180;; coding: utf-8
8cf51b2c
GM
10181;; End:
10182
ab422c4d 10183 Copyright (C) 1993-1999, 2001-2013 Free Software Foundation, Inc.
8cf51b2c
GM
10184
10185 This file is part of GNU Emacs.
10186
352c8b4a 10187 GNU Emacs is free software: you can redistribute it and/or modify
8cf51b2c 10188 it under the terms of the GNU General Public License as published by
352c8b4a
GM
10189 the Free Software Foundation, either version 3 of the License, or
10190 (at your option) any later version.
8cf51b2c
GM
10191
10192 GNU Emacs is distributed in the hope that it will be useful,
10193 but WITHOUT ANY WARRANTY; without even the implied warranty of
10194 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
10195 GNU General Public License for more details.
10196
10197 You should have received a copy of the GNU General Public License
352c8b4a 10198 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.