Some icomplete doc
[bpt/emacs.git] / doc / emacs / ChangeLog
CommitLineData
a215930c
GM
12014-02-12 Glenn Morris <rgm@gnu.org>
2
a8cb4247
GM
3 * mini.texi (Completion Options): No longer mention icomplete,
4 which has its own section now.
5 * modes.texi (Minor Modes): Update Icomplete xref.
6
a215930c
GM
7 * help.texi (Package Keywords): Mention describe-package buttons.
8
9 * package.texi (Package Menu): Mention package-menu-filter.
10
b8b4e743
LI
112014-02-11 Lars Ingebrigtsen <larsi@gnus.org>
12
13 * text.texi (Editing Format Info): Use @samp for menus (bug#13736).
14
b8f2e9d2
LI
152014-02-09 Lars Ingebrigtsen <larsi@gnus.org>
16
17 * dired.texi (Hiding Subdirectories): Mention the node for
18 deleting subdirectories (bug#11743).
19
6995e5d0
GM
202014-02-09 Glenn Morris <rgm@gnu.org>
21
22 * programs.texi (MixedCase Words): Rename node from "Glasses".
23 Move Subword mode here from "Other C Commands" node.
24 (Misc for Programs): Mention Superword mode.
25 * emacs.texi: Update menu.
26
20bc9ac5
LI
272014-02-08 Lars Ingebrigtsen <larsi@gnus.org>
28
6fbf6c29
LI
29 * regs.texi (File Registers): Clarify metasyntactical variables
30 (bug#13565).
31
74750d55
LI
32 * search.texi (Search Case): Rearrange text slightly to make it
33 obvious that `M-c' also toggles sensitivity if `case-fold-search'
34 is nil (bug#14726).
35
20bc9ac5
LI
36 * frames.texi (Mouse Commands): Clarify `mouse-yank-at-click'
37 (bug#16376).
38
2b568bc9
GM
392014-02-07 Glenn Morris <rgm@gnu.org>
40
99cf3859
GM
41 * display.texi (Highlight Interactively):
42 Mention hi-lock-auto-select-face.
43
e4eaacac
GM
44 * anti.texi (Antinews): Fix typo.
45
2b568bc9
GM
46 * ack.texi (Acknowledgments): No longer mention obsolete files.
47
7c324762
GM
482014-02-02 Glenn Morris <rgm@gnu.org>
49
50 * regs.texi (Registers): Mention previewing.
51
5e61c1ef
GM
522014-01-29 Glenn Morris <rgm@gnu.org>
53
54 * killing.texi (Deletion): Mention cycle-spacing.
55
e1e9d7cc
GM
562014-01-28 Glenn Morris <rgm@gnu.org>
57
793ffe81
GM
58 * text.texi (Fill Commands): Mention fill-single-char-nobreak-p.
59
e1e9d7cc
GM
60 * indent.texi (Tab Stops): Updates for new tab-stop behavior.
61
ece4bae5
GM
622014-01-27 Glenn Morris <rgm@gnu.org>
63
52695556
GM
64 * dired.texi (Misc Dired Features): Copyedits for hide-details.
65
54f81c2a
GM
66 * buffers.texi (List Buffers): Tiny edit.
67
ece4bae5
GM
68 * calendar.texi (Time Intervals): Update for files in ~/.emacs.d/.
69
169d6004
GM
702014-01-26 Glenn Morris <rgm@gnu.org>
71
de6a923b
GM
72 * ack.texi (Acknowledgments):
73 * programs.texi (Program Modes):
74 Update for delphi.el -> opascal.el renaming.
75
0113a5e1
GM
76 * misc.texi (Sorting): Add findex for reverse-region.
77
169d6004
GM
78 * killing.texi (Deletion): Mention delete-duplicate-lines.
79
ca5fd02c
GM
802014-01-24 Glenn Morris <rgm@gnu.org>
81
5ace6c29
GM
82 * ack.texi (Acknowledgments): No longer mention obsolete xesam.el,
83 terminal.el.
03f3b318 84
ca5fd02c
GM
85 * files.texi (Interlocking): Copyedit.
86
c51e81ef
GM
872014-01-23 Glenn Morris <rgm@gnu.org>
88
89 * building.texi (Lisp Eval): Update prefix argument behavior
90 of eval-expression, eval-last-sexp.
91
1a98c364
BG
922014-01-17 Bastien Guerry <bzg@gnu.org>
93
94 * building.texi (Commands of GUD): Fix keybinding for `gud-break'.
95
630395d1
GM
962014-01-15 Glenn Morris <rgm@gnu.org>
97
98 * files.texi (File Conveniences):
99 * misc.texi (EWW): Copyedits.
100
458dbf5e
GM
1012014-01-10 Glenn Morris <rgm@gnu.org>
102
103 * emacs.texi (Distrib): Add donate URL. Add anchor.
104
4ed67814
RS
1052014-01-10 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
106
458dbf5e 107 * dired.texi (Misc Dired Features): Document `dired-hide-details-mode',
4ed67814
RS
108 `dired-hide-details-hide-symlink-targets', and
109 `dired-hide-details-hide-information-lines'.
110
548a1b28
RS
1112014-01-09 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
112
113 * emacs.texi: Add EWW.
548a1b28
RS
114 * misc.texi (EWW): Document EWW.
115
1669fab9
GM
1162014-01-09 Glenn Morris <rgm@gnu.org>
117
118 * trouble.texi (Service): Refer to online service directory
119 rather than etc/SERVICE.
120
a7fecaa0
RS
1212014-01-09 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
122
ec918aab
RS
123 * building.texi (Lisp Libraries): Document `load-prefer-newer'.
124
a7fecaa0
RS
125 * files.texi (File Conveniences): Document `image-next-frame',
126 `image-previous-frame', `image-goto-frame',
127 `image-increase-speed', `image-decrease-speed',
128 `image-reverse-speed', and `image-reset-speed'.
129
16000626
BG
1302014-01-07 Bastien Guerry <bzg@gnu.org>
131
132 * buffers.texi (Buffers): Fix display of @math content by using
133 nested braces. (Bug#16389)
134
de7ce2d1
CY
1352014-01-07 Chong Yidong <cyd@gnu.org>
136
137 * search.texi (Special Isearch): Document C-x 8 RET in isearch.
138 (Word Search): Document incremental word search changes.
139 (Isearch Yank): Document M-s C-e with a prefix argument.
140
11c06c77
GM
1412014-01-07 Glenn Morris <rgm@gnu.org>
142
143 * cal-xtra.texi (Calendar Customizing):
144 Mention calendar-day-header-array.
145
ad15bd74
GM
1462013-12-28 Glenn Morris <rgm@gnu.org>
147
148 * trouble.texi (Understanding Bug Reporting): Brevity.
149
fdadeb49
JC
1502013-12-27 Jarek Czekalski <jarekczek@poczta.onet.pl>
151
152 * mini.texi (Completion Options): Add a link to Shell Options.
153 * misc.texi (Shell Mode): Move documentation of
154 shell-completion-fignore from Shell Mode to Shell Options.
155
3b8d5131 1562013-12-26 João Távora <joaotavora@gmail.com>
ad15bd74
GM
157
158 * emacs.texi (Matching): Describe new features of Electric Pair mode.
3b8d5131 159
c9352587
CY
1602013-12-25 Chong Yidong <cyd@gnu.org>
161
162 * glossary.texi (Glossary): Define MULE in modern terms.
163
3a79600a
XF
1642013-12-25 Xue Fuqiao <xfq.free@gmail.com>
165
166 * files.texi (Diff Mode): Add an index.
167
65faed73
XF
1682013-12-24 Xue Fuqiao <xfq.free@gmail.com>
169
170 * trouble.texi (Understanding Bug Reporting): Minor update.
1139b0be 171 (Checklist): Fix a cross-reference.
65faed73 172
595c4578
XF
1732013-12-23 Xue Fuqiao <xfq.free@gmail.com>
174
b7a017ad
XF
175 * regs.texi (Bookmarks): Document `bookmark-default-file'.
176
595c4578
XF
177 * misc.texi (Shell Mode): Add a cross-reference.
178
179 * building.texi (Lisp Eval): Add an index.
180
91dedc43
GM
1812013-12-22 Glenn Morris <rgm@gnu.org>
182
183 * entering.texi (Entering Emacs): Typo fix.
184
185 * calendar.texi (General Calendar):
186 * rmail.texi (Rmail Scrolling): Use itemx where appropriate.
187
569c1c6e
EZ
1882013-12-22 Eli Zaretskii <eliz@gnu.org>
189
190 * regs.texi (Keyboard Macro Registers): Fix last change.
191
daef8ab1
XF
1922013-12-22 Xue Fuqiao <xfq.free@gmail.com>
193
57b837ab
XF
194 * search.texi (Special Isearch):
195 (Query Replace): Document negative argument of replacement commands.
196 (Symbol Search): Document `isearch-forward-symbol-at-point'.
07e9eaa2 197
569c1c6e
EZ
198 * files.texi (File Conveniences): Document `image-next-file' and
199 `image-previous-file'.
8d3c54a0 200
44b9b800
XF
201 * display.texi (Optional Mode Line): Fix an index.
202
ced5cc29
XF
203 * regs.texi (File Registers): Document `kmacro-to-register'.
204
2ab18afb
XF
205 * indent.texi (Tab Stops): Mention recent changes about `tab-stop-list'.
206
569c1c6e
EZ
207 * frames.texi (Scroll Bars): Document
208 `scroll-bar-adjust-thumb-portion'.
daef8ab1 209
77221051
CY
2102013-12-21 Chong Yidong <cyd@gnu.org>
211
212 * indent.texi (Indentation Commands): Document C-x TAB changes.
213
a34a0ac8
TH
2142013-12-20 Tassilo Horn <tsdh@gnu.org>
215
91dedc43
GM
216 * calendar.texi, display.texi, help.texi, rmail.texi:
217 Document `S-SPC' as alternative to scrolling down with `DEL'.
30aafaf5 218
7b4ec549
TH
219 * frames.texi: Document `toggle-frame-maximized' and
220 `toggle-frame-fullscreen' with their respective keys.
221
2cd12d28
TH
222 * buffers.texi: Document buffer name uniquification changes.
223
75a1e034
TH
224 * indent.texi: Document that `electric-indent-mode' is enabled by
225 default.
226
98104aea
TH
227 * display.texi (Cursor Display): Document `blink-cursor-blinks'.
228
2cd12d28 229 * buffers.texi: Update list-buffers "screeshot" to show Messages
6f1de4d1
TH
230 as major-mode.
231
dfff9284
TH
232 * entering.texi: Document `initial-buffer-choice' changes.
233
98104aea
TH
234 * misc.texi (emacsclient Options): Document
235 `initial-buffer-choice' changes.
dfff9284 236
a34a0ac8
TH
237 * help.texi: Document that `?' now also shows subcommands of
238 prefix keys.
239
9718dea2
CY
2402013-12-17 Chong Yidong <cyd@gnu.org>
241
242 * killing.texi (Appending Kills): Note that append-next-kill can
243 prepend the kill.
244
01633a17
EZ
2452013-12-12 Eli Zaretskii <eliz@gnu.org>
246
247 * mule.texi (File Name Coding): Document file-name encoding
248 peculiarities on MS-Windows.
249
f9405d87
GM
2502013-12-12 Glenn Morris <rgm@gnu.org>
251
252 * emacs.texi: Sync direntry with info/dir version.
253
36291308
JB
2542013-12-08 Juanma Barranquero <lekktu@gmail.com>
255
256 * msdog.texi (Windows Keyboard): Fix typo.
257
26e4aa7d
GM
2582013-11-30 Glenn Morris <rgm@gnu.org>
259
260 * Makefile.in (distclean): Remove Makefile.
261
1659fa3f
SM
2622013-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
263
264 * buffers.texi (Icomplete): Rename from Iswitchb and
265 rewrite accordingly.
266
17e0445b
GM
2672013-11-23 Glenn Morris <rgm@gnu.org>
268
269 * cmdargs.texi (General Variables):
270 Empty elements in EMACSLOADPATH now mean the default load-path.
271
2df10228
GM
2722013-11-21 Glenn Morris <rgm@gnu.org>
273
274 * cmdargs.texi (Action Arguments): Use path-separator with -L.
275
a0833f62
GM
2762013-11-04 Glenn Morris <rgm@gnu.org>
277
278 * cmdargs.texi (Action Arguments): Mention that `-L :...' appends.
279
1ba6984e
GM
2802013-11-02 Glenn Morris <rgm@gnu.org>
281
881db7e0 282 * cmdargs.texi (Action Arguments): Clarify `-L' a bit.
1ba6984e 283
48f73cfb
GM
2842013-10-23 Glenn Morris <rgm@gnu.org>
285
76f1a3c3
GM
286 * files.texi, glossary.texi, killing.texi, search.texi, sending.texi:
287 Nuke @refill.
288
48f73cfb
GM
289 * Makefile.in (install-dvi, install-html, install-pdf)
290 (install-ps, uninstall-dvi, uninstall-html, uninstall-ps)
291 (uninstall-pdf): Quote entities that might contain whitespace.
292
8715f5a6
XF
2932013-10-20 Xue Fuqiao <xfq.free@gmail.com>
294
48f73cfb
GM
295 * custom.texi (Init Syntax, Terminal Init, Terminal Init):
296 Remove @refill.
8715f5a6 297
9148ee92
GM
2982013-10-13 Glenn Morris <rgm@gnu.org>
299
300 * ack.texi (Acknowledgments): Comment out old alpha stuff.
301
524aabac
XF
3022013-10-13 Xue Fuqiao <xfq.free@gmail.com>
303
304 * calendar.texi (Special Diary Entries): Remove @refill.
305
8c106d17
GM
3062013-10-13 Glenn Morris <rgm@gnu.org>
307
b22d0686
GM
308 * display.texi (Text Scale): Update text-scale-adjust details.
309
8c106d17
GM
310 * ack.texi (Acknowledgments):
311 * emacs.texi (Acknowledgments): Use accented form of some names.
312
4ed77415 3132013-10-08 Eli Zaretskii <eliz@gnu.org>
4b65d539 314
b0904477
EZ
315 * ack.texi (Acknowledgments): Fix spelling of Hrvoje Nikšić's
316 name. (Bug#15557)
317
4ed77415 318 Support menus on text-mode terminals.
4b65d539
EZ
319 * screen.texi (Menu Bar): Adapt to TTY menus.
320
321 * frames.texi (Frames): Mention menu support on text terminals.
322
323 * files.texi (Visiting): Mention the "File" menu-bar menu.
324
325 * display.texi (Standard Faces): Mention TTY faces for menus.
326
9548391c
XF
3272013-10-06 Xue Fuqiao <xfq.free@gmail.com>
328
329 * cal-xtra.texi (Calendar Customizing, Diary Display): Remove @refill.
330
4ec3c268
XF
3312013-09-29 Xue Fuqiao <xfq.free@gmail.com>
332
333 * fortran-xtra.texi (Fortran Abbrev): Remove @refill.
334
6232855d
XF
3352013-09-26 Xue Fuqiao <xfq.free@gmail.com>
336
09f62a15
XF
337 * dired.texi (Flagging Many Files): Use @emph instead of @strong.
338
6232855d
XF
339 * emacs.texi (Intro): Minor cleanup.
340
3a4be55b
XF
3412013-09-22 Xue Fuqiao <xfq.free@gmail.com>
342
343 * fixit.texi (Transpose):
344 (Fixing Case): Remove @refill.
345
d052d3bd
XF
3462013-09-21 Xue Fuqiao <xfq.free@gmail.com>
347
348 * maintaining.texi (VC Directory Commands): Add keybinding for
349 vc-log-incoming in vc-dir.
f6bb0982 350 (Log Buffer): Use @emph instead of @strong.
d052d3bd 351
384a7d72
XF
3522013-09-12 Xue Fuqiao <xfq.free@gmail.com>
353
354 * text.texi (Enriched Justification): Explain values of default-justification.
355
63191d9f
XF
3562013-09-04 Xue Fuqiao <xfq.free@gmail.com>
357
358 * maintaining.texi (VC Ignore): Mention `vc-ignore' with prefix argument.
359
5d85cfe6
UM
3602013-08-31 Ulrich Müller <ulm@gentoo.org>
361
362 * xresources.texi (Motif Resources):
363 Rename from LessTif Resources. Update xrefs. (Bug#15145)
364 * emacs.texi: Update menu.
365
50b13cde
PE
3662013-08-28 Paul Eggert <eggert@cs.ucla.edu>
367
368 * Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
369 for portability to hosts where /bin/sh has problems.
370
f33650d8
XF
3712013-08-17 Xue Fuqiao <xfq.free@gmail.com>
372
373 * text.texi (Enriched Justification): Minor fixes.
374
5faf4899
XF
3752013-08-14 Xue Fuqiao <xfq.free@gmail.com>
376
377 * files.texi (Filesets): Add an index.
378
8496d8d7
GM
3792013-08-12 Glenn Morris <rgm@gnu.org>
380
2f3ac208
GM
381 * macos.texi (GNUstep Support):
382 * trouble.texi (Checklist, Contributing, Service):
383 Avoid mailto: in html output.
384
8496d8d7
GM
385 * Makefile.in (prefix, datarootdir, datadir, PACKAGE_TARNAME)
386 (docdir, dvidir, htmldir, pdfdir, psdir, GZIP_PROG, INSTALL)
387 (INSTALL_DATA): New, set by configure.
388 (HTML_OPTS, DVI_TARGETS, HTML_TARGETS, PDF_TARGETS, PS_TARGETS):
389 New variables.
390 (.SUFFIXES): Add .ps and .dvi.
391 (.dvi.ps): New suffix rule.
392 (dvi, html, pdf, ps): Use *_TARGETS variables.
393 (emacs.ps, emacs-xtra.ps): Remove explicit rules.
394 (emacs.html): Use HTML_OPTS.
395 (clean): Use DVI_TARGETS, HTML_TARGETS, PDF_TARGETS, PS_TARGETS.
396 (.PHONY): install-dvi, install-html, install-pdf, install-ps
397 ,install-doc, uninstall-dvi, uninstall-html, uninstall-pdf,
398 uninstall-ps, and uninstall-doc.
399 (install-dvi, install-html, install-pdf, install-ps, install-doc)
400 (uninstall-dvi, uninstall-html, uninstall-ps, uninstall-pdf)
401 (uninstall-doc): New rules.
402
5d07e191
EZ
4032013-07-31 Eli Zaretskii <eliz@gnu.org>
404
405 * emacs.texi (Top): Remove menu item for the removed "Disabling
406 Multibyte" node.
407
65b36413
XF
4082013-07-31 Xue Fuqiao <xfq.free@gmail.com>
409
de9b01c4
XF
410 * rmail.texi (Rmail Coding): Move here from mule.texi.
411
64a695bd
XF
412 * custom.texi (Specifying File Variables): Fix cross-references.
413
414 * mule.texi (Unibyte Mode): Fix cross-references.
5d07e191 415 (Disabling Multibyte): Remove.
64a695bd 416
8fd6e60a
XF
417 * macos.texi (Mac / GNUstep Basics): Mention `ns-alternate-modifier'.
418
65b36413
XF
419 * cal-xtra.texi (Advanced Calendar/Diary Usage): Update menu.
420 (Mayan Calendar): Move here from calendar.texi.
421 * emacs.texi (Top): Update menu.
422
d5065cca
XF
4232013-07-30 Xue Fuqiao <xfq.free@gmail.com>
424
425 * emacs.texi (Top): Add menu entry.
426
427 * maintaining.texi (VC Ignore): New node. Document vc-ignore.
428 (VC Directory Commands): Add vc-dir-ignore.
429
0f91f03c
XF
4302013-07-28 Xue Fuqiao <xfq.free@gmail.com>
431
432 * glossary.texi (Glossary): Add some entries.
433
e4c467f9
XF
4342013-07-27 Xue Fuqiao <xfq.free@gmail.com>
435
742a3501
XF
436 * maintaining.texi (VC Directory Commands): Mention `D' and `L' in
437 vc-dir. (Bug#14948)
e4c467f9 438
f6b15024
EZ
4392013-07-26 Eli Zaretskii <eliz@gnu.org>
440
441 * display.texi (Fringes): Document the variable fringe-mode.
442 (Bug#14946)
443
1399490e 4442013-07-03 Glenn Morris <rgm@gnu.org>
e0070075
GM
445
446 * maintaining.texi (EDE): Fix cross-reference.
447
448 * programs.texi (Program Modes): Fix emacs-xtra reference.
449
253e30aa
GM
450 * help.texi (Misc Help): Index describe-syntax.
451
4c672a0f
EZ
4522013-06-29 Eli Zaretskii <eliz@gnu.org>
453
454 * basic.texi (Moving Point): Document visual-order-cursor-movement
455 and its effect on right-char and left-char.
456
0c72d017
GM
4572013-06-28 Glenn Morris <rgm@gnu.org>
458
459 * ack.texi (Acknowledgments): Small update.
460
789cf833
GM
4612013-06-19 Glenn Morris <rgm@gnu.org>
462
463 * Makefile.in (dist): Edit more configure variables.
464 Try to check that we do not miss any in future.
465
99c81280 4662013-06-12 Xue Fuqiao <xfq.free@gmail.com>
2bc4a725
XF
467
468 * vc1-xtra.texi (Revision Tags): Add a cross reference.
8d0b26f6 469 (CVS Options): Fix the default value of `vc-cvs-stay-local'.
2bc4a725 470
cd0527a4
XF
4712013-06-11 Glenn Morris <rgm@gnu.org>
472
473 * maintaining.texi (VC Directory Commands): Copyedit.
474 (Branches): Put back milder version of pre 2013-06-07 text.
475
04362df8
XF
4762013-06-07 Xue Fuqiao <xfq.free@gmail.com>
477
9102c47a 478 * maintaining.texi (Branches): Remove text copied from other sources.
04362df8 479
80fa505f
AM
4802013-06-05 Alan Mackenzie <acm@muc.de>
481
482 * search.texi (Isearch Scroll): Rename to "Not Exiting Isearch".
d2bf7a98
JL
483 (Not Exiting Isearch): Document new user option
484 `isearch-allow-prefix'. (Bug#9706)
80fa505f 485
e5e4a942
JL
4862013-06-03 Juri Linkov <juri@jurta.org>
487
488 * display.texi (Highlight Interactively): Add global keybindings
489 with the key prefix `M-s h'. Document old command `highlight-phrase'.
490 Document new command `highlight-symbol-at-point'.
491
67a3c09b
XF
4922013-06-02 Xue Fuqiao <xfq.free@gmail.com>
493
494 * maintaining.texi (Branches): Add motivations for branching.
9c3b7be7
XF
495 (VC Mode Line): Fix typo.
496 (VC Directory Commands): Mention `vc-dir-hide-up-to-date' with
497 prefix argument.
67a3c09b 498
c362f195
XF
4992013-06-02 Michael Albinus <michael.albinus@gmx.de>
500
501 * cmdargs.texi (General Variables): Use "unix:path=/dev/null" as
502 dummy value for $DBUS_SESSION_BUS_ADDRESS. It also suppresses
503 autolaunching of the D-Bus session bus.
504
f46305c8 5052013-06-01 Glenn Morris <rgm@gnu.org>
fc5b3b95
GM
506
507 * programs.texi (Semantic): Fix typo.
508
bee07d4f
XF
5092013-05-30 Xue Fuqiao <xfq.free@gmail.com>
510
511 * maintaining.texi (Types of Log File): Supplement some
512 information of change log files.
513
6d65486d
JL
5142013-05-15 Juri Linkov <juri@jurta.org>
515
516 * search.texi (Repeat Isearch): Mention key `RET' to finish
517 editing the string. (Bug#13348)
518
27c8b6eb
GM
5192013-05-14 Glenn Morris <rgm@gnu.org>
520
521 * ack.texi (Acknowledgments): Don't mention obsolete sup-mouse.el.
522
2d809ffa 5232013-05-09 Glenn Morris <rgm@gnu.org>
3bcc28ed
GM
524
525 * sending.texi (Mail Sending): Fix typo.
526
527 * windows.texi (Change Window): Fix typo.
528
90ed99d5
GM
529 * custom.texi (Changing a Variable): Fix typo.
530
9698b18f
GM
531 * trouble.texi (Contributing): Remove obsolete info re pretesters.
532
cbee2131
PE
5332013-05-05 Paul Eggert <eggert@cs.ucla.edu>
534
535 `write-region-inhibit-fsync' defaults to noninteractive (Bug#14273).
536 * cmdargs.texi (Initial Options):
537 * files.texi (Customize Save): Document this.
538
fd3a9a6b
GM
5392013-05-04 Glenn Morris <rgm@gnu.org>
540
541 * calendar.texi (Importing Diary): Mention diary-from-outlook-function.
542
5294599f
PE
5432013-03-17 Paul Eggert <eggert@cs.ucla.edu>
544
545 doc: convert some TeX accents to UTF-8
546 * ack.texi (Acknowledgments):
547 * emacs.texi (Acknowledgments):
548 Convert some TeX accents (e.g., '@l{}') to UTF-8 (e.g., 'ł').
549 Apparently the TeX accents cause problems when generating gnu.org
550 web pages, e.g., @l{} is rendered as '/l' on
551 <http://www.gnu.org/software/emacs/manual/html_node/
552 emacs/Acknowledgments.html>.
553
78be8b64 5542013-03-16 Glenn Morris <rgm@gnu.org>
c0765905
GM
555
556 * emacs.texi (Top): Add some stuff specific to www.gnu.org.
557
681ebc33
PE
5582013-03-04 Paul Eggert <eggert@cs.ucla.edu>
559
560 Prefer UTF-8 for documentation.
561 With GNU Texinfo 5.0, this generates nicer-looking info files,
562 since they can use curly quotes. With older Texinfo it doesn't matter.
563 * ack.texi, cal-xtra.texi, calendar.texi, emacs-xtra.texi, emacs.texi:
564 Switch from Latin-1 to UTF-8.
565
929aeac6 5662013-02-28 Bastien Guerry <bzg@gnu.org>
336d2ce2
BG
567
568 * xresources.texi (GTK resources): Fix broken link.
569
343a2aef
EZ
5702013-02-25 Eli Zaretskii <eliz@gnu.org>
571
572 * files.texi (Interlocking): Don't refer to symlinks as the
573 exclusive means of locking files.
574
cee1a690
GM
5752013-02-22 Glenn Morris <rgm@gnu.org>
576
577 * ack.texi (Acknowledgments):
578 * emacs.texi (Acknowledgments): Small updates.
579
f0c954fa
GM
5802013-02-21 Glenn Morris <rgm@gnu.org>
581
582 * files.texi (File Conveniences): Not just GIFs can be animated.
583
4e16ddf4
GM
5842013-02-13 Glenn Morris <rgm@gnu.org>
585
586 * ack.texi (Acknowledgments): Don't mention yow any more.
587
a683d06b
PE
5882013-02-13 Paul Eggert <eggert@cs.ucla.edu>
589
590 * cmdargs.texi (General Variables):
591 Fix TMPDIR documentation to match the code's behavior.
592
c4af1efc
GM
5932013-02-10 Glenn Morris <rgm@gnu.org>
594
595 * trouble.texi (Checklist): Update bug keybinding.
596
8549f9e8
EZ
5972013-02-09 Eli Zaretskii <eliz@gnu.org>
598
599 * msdog.texi (Text and Binary): Delete the description of
600 file-name-buffer-file-type-alist.
601
7f102272
PE
6022013-01-19 Paul Eggert <eggert@cs.ucla.edu>
603
ee271528
PE
604 * trouble.texi (Crashing): Suggest -p for newer addr2line. (Bug#13445)
605 Without it, I don't see function names. Older addr2line
606 implementations will die out sooner or later, so tailor the
607 first suggestion to recent addr2line, with a followup about
608 older ones.
7f102272 609
795e7a5b 6102013-01-19 Glenn Morris <rgm@gnu.org>
e17b9777
GM
611
612 * custom.texi (Directory Variables): Fix paren typo.
613
ecde0368
GM
614 * trouble.texi (Crashing): Not all addr2line have -p. (Bug#13445)
615
827253f7
GM
616 * custom.texi (Custom Themes): Fix typo.
617
acfe10b7
BG
6182013-01-07 Bastien Guerry <bzg@gnu.org>
619
620 * help.texi (Apropos): Document `apropos-user-option' and update
621 the doc for `apropos-variable'.
622
f8acde11
GM
6232013-01-05 Glenn Morris <rgm@gnu.org>
624
625 * text.texi (HTML Mode): Remove deleted nxml C-RET binding.
626
d72a2793
GM
6272012-12-21 Glenn Morris <rgm@gnu.org>
628
629 * emacs-xtra.texi (copying): The FSF does not sell copies of this.
630 Simply include doclicense.
631
1b947faa
CY
6322012-12-21 Chong Yidong <cyd@gnu.org>
633
634 * frames.texi (Mouse Commands): Fix description of the effect of
635 mouse dragging (Bug#13049).
636
f25f57bf
JL
6372012-12-15 Juri Linkov <juri@jurta.org>
638
639 * misc.texi (Recursive Edit): Add a link to "Query Replace".
640 (Bug#13181)
641
265c2fbf 6422012-12-10 Dani Moncayo <dmoncayo@gmail.com>
6ce49f24
DM
643
644 * killing.texi (Deletion): Doc fix (Bug#12748).
645
4288142b
PE
6462012-12-06 Paul Eggert <eggert@cs.ucla.edu>
647
648 * doclicense.texi, gpl.texi: Update to latest version from FSF.
649 These are just minor editorial changes.
650
d8ad4d3f 6512012-12-06 Juanma Barranquero <lekktu@gmail.com>
26163acc
JB
652
653 * vc1-xtra.texi (General VC Options): Remove obsolete reference
654 to `vc-path'.
655
c5bc2d1d 6562012-12-03 Chong Yidong <cyd@gnu.org>
547d6865
CY
657
658 * custom.texi (Init Rebinding): kbd is now a function (Bug#13052).
659
1cbaa705
KR
6602012-12-02 Kevin Ryde <user42@zip.com.au>
661
662 * maintaining.texi (Tag Syntax): Mention (defvar foo) handling.
663
00054d21
KR
6642012-12-01 Kevin Ryde <user42@zip.com.au>
665
666 * maintaining.texi (Tag Syntax): Mention Perl's "use constant".
667
c07a6ded
PE
6682012-11-24 Paul Eggert <eggert@cs.ucla.edu>
669
670 * doclicense.texi, gpl.texi: Update to latest version from FSF.
671 These are just minor editorial changes.
672
6ef2e5ef 6732012-11-21 Dani Moncayo <dmoncayo@gmail.com>
d1a355a1
DM
674
675 * display.texi (Auto Scrolling): Fix some inaccuracies, plus
676 clarifications (Bug#12865).
677 (Horizontal Scrolling): Clarifications.
678
2ac9538d 6792012-11-18 Dani Moncayo <dmoncayo@gmail.com>
0a27d94c
DM
680
681 * mark.texi (Disabled Transient Mark): Doc fixes (Bug#12746).
682
a33da68b
EZ
6832012-11-16 Eli Zaretskii <eliz@gnu.org>
684
685 * trouble.texi (Crashing): Add information about MS-Windows and
686 the emacs_backtrace.txt file. (Bug#12908)
687
f78ee6af 6882012-11-13 Chong Yidong <cyd@gnu.org>
0f5414fc
CY
689
690 * building.texi (Multithreaded Debugging): gdb-stopped-hooks is
691 actually named gdb-stopped-functions.
692
f78ee6af 6932012-11-13 Glenn Morris <rgm@gnu.org>
adad6d8f
GM
694
695 * misc.texi (Single Shell): Mention async-shell-command-buffer.
696
19e09879
GM
6972012-11-10 Glenn Morris <rgm@gnu.org>
698
699 * misc.texi (Terminal emulator): Rename `term-face' to `term'.
700
ef7238c3
GM
701 * emacs.texi (Acknowledgments): Add profiler author.
702 * ack.texi (Acknowledgments): Add some recent contributions.
703
6baf66d5 7042012-11-10 Chong Yidong <cyd@gnu.org>
4c1f6a5b 705
9d9e48d9
CY
706 * files.texi (Diff Mode): Doc fixes for
707 diff-delete-trailing-whitespace (Bug#12831).
708
4c1f6a5b
CY
709 * trouble.texi (Crashing): Copyedits.
710
6baf66d5 7112012-11-10 Glenn Morris <rgm@gnu.org>
26f59676
GM
712
713 * files.texi (Diff Mode): Trailing whitespace updates.
714
6baf66d5 7152012-11-10 Chong Yidong <cyd@gnu.org>
cce0aa5a 716
4eeba558
CY
717 * misc.texi (Terminal emulator): Document Term mode faces.
718
7d806bfe
CY
719 * mini.texi (Basic Minibuffer): New node. Document
720 minibuffer-electric-default-mode.
721
722 * display.texi (Visual Line Mode): Fix index entry.
723
cce0aa5a
CY
724 * buffers.texi (Several Buffers): List Buffer Menu command anmes,
725 and index the keybindings. Document tabulated-list-sort.
726 (Kill Buffer): Capitalize Buffer Menu.
727
728 * trouble.texi (Memory Full): Capitalize Buffer Menu.
729
6baf66d5 7302012-11-10 Eli Zaretskii <eliz@gnu.org>
bff6f241
EZ
731
732 * display.texi (Auto Scrolling): Clarify that scroll-step is
733 ignored when scroll-conservatively is set to a non-zero value.
734 (Bug#12801)
735
6baf66d5 7362012-11-10 Chong Yidong <cyd@gnu.org>
766376c6
CY
737
738 * dired.texi (Dired Updating): Doc fix (Bug#11744).
739
87288971
MA
7402012-10-30 Michael Albinus <michael.albinus@gmx.de>
741
742 * trouble.texi (Known Problems): Mention command `debbugs-gnu-usertags'.
743
fc83c2de
CY
7442012-10-29 Chong Yidong <cyd@gnu.org>
745
746 * dired.texi (Shell Commands in Dired): Document changes to the
747 dired-do-async-shell-command.
748
82b21017
GM
7492012-10-28 Glenn Morris <rgm@gnu.org>
750
751 * ack.texi (Acknowledgments): Mention gv.el.
752
caa5e5a4
BG
7532012-10-27 Bastien Guerry <bzg@gnu.org>
754
755 * screen.texi (Menu Bar): Fix typo.
756
05b621a6
CY
7572012-10-27 Chong Yidong <cyd@gnu.org>
758
759 * frames.texi (Mouse Avoidance): Mention new variable
760 mouse-avoidance-banish-position.
761
762 * programs.texi (Which Function): Which Function mode now works in
763 all major modes by default.
764
765 * mule.texi (Recognize Coding): Remove an unreferenced vindex.
766
767 * files.texi (Misc File Ops): Symbolic links on Windows only work
768 on Vista and later.
769
770 * building.texi (Compilation): Document compilation-always-kill.
771
772 * search.texi (Symbol Search): New node.
773
774 * package.texi (Package Menu): Document the "new" status.
775
776 * windows.texi (Window Choice): Don't refer to the obsolete
777 special-display feature.
778
cd996018
CY
7792012-10-24 Chong Yidong <cyd@gnu.org>
780
781 * mule.texi (Text Coding): set-buffer-file-coding-system can now
782 be invoked from the mode line.
783
784 * dired.texi (Dired Deletion, Marks vs Flags): Document Emacs 24.3
785 changes to the mark and unmark commands.
786 (Comparison in Dired): Document chages to dired-diff. Remove M-=,
787 which is no longer bound to dired-backup-diff.
788
fe605b94
BG
7892012-10-23 Bastien Guerry <bzg@gnu.org>
790
9eadb1a9
BG
791 * text.texi (Org Authoring): Use a comma after @ref to avoid the
792 insertion of a period in the Info output.
fe605b94 793
d1069532
SM
7942012-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
795
796 * custom.texi (Hooks): Clarify that -hooks is deprecated.
797
1fb3aa3f
CY
7982012-10-23 Chong Yidong <cyd@gnu.org>
799
800 * kmacro.texi (Edit Keyboard Macro): Fix typo.
801
f42f1094
DM
8022012-10-18 Dani Moncayo <dmoncayo@gmail.com>
803
804 * mini.texi (Completion Options): Fix off-by-one error. (Bug#12644)
805
6c24e35f
GM
8062012-10-17 Glenn Morris <rgm@gnu.org>
807
808 * mini.texi (Repetition): Further copyedit.
809
429cdb05
DM
8102012-10-17 Dani Moncayo <dmoncayo@gmail.com>
811
812 * mini.texi (Repetition): Copyedit.
813
e5a94ec4
JL
8142012-10-16 Juri Linkov <juri@jurta.org>
815
816 * search.texi (Query Replace): Document multi-buffer replacement
817 keys. (Bug#12655)
818
819 * maintaining.texi (Tags Search): Change link "Replace" to
820 "Query Replace".
821
73f2b4ab
CY
8222012-10-13 Chong Yidong <cyd@gnu.org>
823
824 * files.texi (File Conveniences): ImageMagick enabled by default.
825
d8e213eb
DM
8262012-10-10 Dani Moncayo <dmoncayo@gmail.com>
827
828 * basic.texi (Arguments): Fix typos.
829
b859a383
GM
8302012-10-08 Glenn Morris <rgm@gnu.org>
831
cad4f290
GM
832 * cal-xtra.texi (Calendar Customizing): Mention calendar-month-header.
833
b859a383
GM
834 * calendar.texi (Writing Calendar Files): Mention cal-html-holidays.
835
f1f4dba0
GM
8362012-10-06 Glenn Morris <rgm@gnu.org>
837
838 * calendar.texi (Writing Calendar Files): Tweak week descriptions.
839 Mention cal-tex-cursor-week2-summary.
840
c6b68a28
CY
8412012-10-06 Chong Yidong <cyd@gnu.org>
842
843 * mini.texi (Passwords): Fix typo.
844
751bac18
GM
8452012-10-02 Glenn Morris <rgm@gnu.org>
846
847 * maintaining.texi (VC Directory Commands):
848 Remove duplicate `q' entry. (Bug#12553)
849
48de8b12
CY
8502012-09-30 Chong Yidong <cyd@gnu.org>
851
852 * killing.texi (Rectangles): Document copy-rectangle-as-kill.
853
854 * search.texi (Special Isearch): Document the lax space search
855 feature and M-s SPC.
856 (Regexp Search): Move main search-whitespace-regexp description to
857 Special Isearch.
858 (Replace): Document replace-lax-whitespace.
859
860 * basic.texi (Position Info): Document C-u M-=.
861 (Moving Point): Document move-to-column.
862
863 * display.texi (Useless Whitespace): Add delete-trailing-lines.
864
865 * misc.texi (emacsclient Options): Document the effect of
866 initial-buffer-choice on client frames. Document server-auth-dir.
867 Do not document server-host, which is bad security practice.
868
869 * building.texi (Lisp Libraries): Docstring lookups can trigger
870 autoloading. Document help-enable-auto-load.
871
872 * mini.texi (Yes or No Prompts): New node.
873
874 * ack.texi (Acknowledgments): Remove obsolete packages.
875
4695c850
GM
8762012-09-27 Glenn Morris <rgm@gnu.org>
877
878 * cal-xtra.texi (Advanced Calendar/Diary Usage):
879 Rename the section to be more general.
880 * emacs.texi: Update menu.
881
e109c4a6
CY
8822012-09-23 Chong Yidong <cyd@gnu.org>
883
884 * buffers.texi (Misc Buffer): Replace toggle-read-only with
885 read-only-mode.
886
887 * files.texi (Visiting): Likewise.
888
2e83df57
PE
8892012-09-22 Paul Eggert <eggert@cs.ucla.edu>
890
891 * trouble.texi (Crashing): Document ulimit -c.
892
58f3a196
PE
8932012-09-21 Paul Eggert <eggert@cs.ucla.edu>
894
895 * trouble.texi (Crashing): Document addr2line.
896
2fb6d9c6
GM
8972012-09-19 Tassilo Horn <tsdh@gnu.org>
898
899 * misc.texi (DocView Slicing): Document new slice from
900 BoundingBox feature.
901
4ef1567b
CY
9022012-09-19 Chong Yidong <cyd@gnu.org>
903
904 * killing.texi (Yanking): Minor clarification (Bug#12469).
905
9e9da873
CY
9062012-09-17 Chong Yidong <cyd@gnu.org>
907
908 * building.texi (GDB User Interface Layout): Remove reference to
909 removed variable gdb-use-separate-io-buffer (Bug#12454).
910
0979429b
J
9112012-09-08 Jambunathan K <kjambunathan@gmail.com>
912
913 * regs.texi (Text Registers): `C-x r +' can now be used instead of
914 M-x append-to-register. New option `register-separator'.
915 (Number Registers): Mention that `C-x r +' is polymorphic.
916
14ba4cf3
CY
9172012-09-07 Chong Yidong <cyd@gnu.org>
918
919 * windows.texi (Window Choice): Don't mention obsolete
920 display-buffer-reuse-frames.
921
cf29dd84
PE
9222012-09-04 Paul Eggert <eggert@cs.ucla.edu>
923
924 Give more-useful info on a fatal error (Bug#12328).
925 * trouble.texi (Crashing): New section, documenting this.
926
aa0ecd94
MA
9272012-08-24 Michael Albinus <michael.albinus@gmx.de>
928
0979429b
J
929 * cmdargs.texi (General Variables):
930 Setting $DBUS_SESSION_BUS_ADDRESS to a dummy value suppresses
931 connections to the D-Bus session bus. (Bug#12112)
aa0ecd94 932
ba025fbd
EZ
9332012-08-14 Eli Zaretskii <eliz@gnu.org>
934
935 * building.texi (Debugger Operation): Correct and improve
936 documentation of the GUD Tooltip mode.
937
0c51ff6d
CY
9382012-07-31 Chong Yidong <cyd@gnu.org>
939
940 * emacs.texi: Fix ISBN (Bug#12080).
941
35b6586e
CY
9422012-08-05 Chong Yidong <cyd@gnu.org>
943
944 * display.texi (Faces): Document frame-background-mode (Bug#7774).
945
946 * custom.texi (Face Customization): Move discussion of face
947 inheritance here, from Faces section.
948
0e1a094f 9492012-07-28 Eli Zaretskii <eliz@gnu.org>
3dfa7993
EZ
950
951 * frames.texi (Mouse Commands): Fix the description of mouse-2.
952 (Bug#11958)
953
e32a12b5
CY
9542012-07-19 Chong Yidong <cyd@gnu.org>
955
956 * emacs.texi: Update ISBN.
957
9ea10cc3
CY
9582012-07-17 Chong Yidong <cyd@gnu.org>
959
960 * basic.texi (Inserting Text): Replace ucs-insert with
961 insert-char. Provide more details of input.
962
963 * mule.texi (International Chars, Input Methods): Likewise.
964
b68b3337
CY
9652012-07-13 Chong Yidong <cyd@gnu.org>
966
dea31bd3
CY
967 * custom.texi (Examining): Update C-h v message.
968
b68b3337
CY
969 * buffers.texi (Misc Buffer): Document view-read-only.
970
ab4c47d3
CY
9712012-07-07 Chong Yidong <cyd@gnu.org>
972
973 * custom.texi (Init File): Index site-lisp (Bug#11435).
974
6edc3d28
CY
9752012-07-06 Chong Yidong <cyd@gnu.org>
976
977 * emacs.texi: Re-order top-level menu to correspond to logical
978 order, to avoid makeinfo warnings.
979
980 * ack.texi (Acknowledgments): Note new python.el.
981
3812efdc
CY
9822012-06-29 Chong Yidong <cyd@gnu.org>
983
984 * maintaining.texi (Basic VC Editing, VC Pull, Merging):
985 * basic.texi (Erasing, Basic Undo): Fix markup.
986
c8d3a25c 9872012-06-29 Glenn Morris <rgm@gnu.org>
50d5cb25
GM
988
989 * fixit.texi (Undo): Grammar fixes. (Bug#11779)
990
c8d3a25c 9912012-06-29 Michael Witten <mfwitten@gmail.com> (tiny change)
3b6f7280
MW
992
993 * fixit.texi (Undo): Fix typo. (Bug#11775)
994
65400531
GM
9952012-06-27 Glenn Morris <rgm@gnu.org>
996
997 * ack.texi (Acknowledgments): Tiny update.
998
ac1a0ce1 9992012-06-21 Glenn Morris <rgm@gnu.org>
2fecccba
GM
1000
1001 * Makefile.in: Rename infodir to buildinfodir throughout. (Bug#11737)
1002
ddfbf826 10032012-06-17 Chong Yidong <cyd@gnu.org>
84f4a531 1004
ddfbf826 1005 * emacs.texi: Remove urlcolor setting. Update ISBN and edition number.
166bc0c8
CY
1006
1007 * anti.texi:
1008 * building.texi:
1009 * cmdargs.texi:
1010 * custom.texi:
1011 * display.texi:
1012 * files.texi:
1013 * frames.texi:
1014 * glossary.texi:
1015 * misc.texi:
1016 * mule.texi:
1017 * programs.texi:
1018 * sending.texi:
1019 * text.texi: Copyedits to avoid underfull/overfull in 7x9 manual.
1020
85973ba0
MA
10212012-06-06 Michael Albinus <michael.albinus@gmx.de>
1022
1023 * custom.texi (Directory Variables): Mention enable-remote-dir-locals.
1024
c1dabff0
GM
10252012-05-28 Glenn Morris <rgm@gnu.org>
1026
1027 * ack.texi, building.texi, calendar.texi, custom.texi:
1028 * maintaining.texi, text.texi: Use @LaTeX rather than La@TeX.
1029
abb9615e
GM
10302012-05-27 Glenn Morris <rgm@gnu.org>
1031
bd39eb06
GM
1032 * emacs.texi: Simplify following removal of node pointers.
1033
abb9615e
GM
1034 * ack.texi, anti.texi, basic.texi, buffers.texi, building.texi:
1035 * cmdargs.texi, commands.texi, display.texi, emacs.texi:
1036 * entering.texi, files.texi, fixit.texi, frames.texi, glossary.texi:
1037 * gnu.texi, help.texi, indent.texi, killing.texi, kmacro.texi:
1038 * m-x.texi, macos.texi, maintaining.texi, mark.texi, mini.texi:
1039 * misc.texi, modes.texi, msdog.texi, mule.texi, programs.texi:
1040 * regs.texi, screen.texi, search.texi, text.texi, trouble.texi:
1041 * windows.texi, xresources.texi: Nuke hand-written node pointers.
1042
6c200b4a
GM
10432012-05-22 Glenn Morris <rgm@gnu.org>
1044
1045 * emacs.texi (Acknowledgments): Add another contributor.
1046
3fe7cdc8
GM
10472012-05-12 Glenn Morris <rgm@gnu.org>
1048
1049 * Makefile.in (MKDIR_P): New, set by configure.
1050 (mkinfodir): Use $MKDIR_P.
1051
dc0f75c8
GM
10522012-05-10 Glenn Morris <rgm@gnu.org>
1053
b8a82b69
GM
1054 * mule.texi (Disabling Multibyte): Replace the obsolete "unibyte: t"
1055 with "coding: raw-text".
1056
dc0f75c8
GM
1057 * files.texi (Interlocking): Mention create-lockfiles option.
1058
666b903b 10592012-05-09 Chong Yidong <cyd@gnu.org>
ed39e4e2
CY
1060
1061 * frames.texi (Mouse References, Mouse Commands): Fix index
1062 entries (Bug#11362).
1063
eceeb5fc 10642012-05-05 Glenn Morris <rgm@gnu.org>
bbba8869 1065
eceeb5fc
CY
1066 * custom.texi (Customization Groups, Custom Themes, Examining):
1067 Improve page breaks.
1068
1069 * rmail.texi (Rmail Display): Use example rather than smallexample.
1070
1071 * calendar.texi: Convert inforefs to refs.
1072
1073 * dired.texi (Dired Enter): Improve page break.
1074
1075 * abbrevs.texi (Abbrev Concepts): Copyedits.
1076
1077 * maintaining.texi (Registering, Tag Syntax):
1078 Tweak line and page breaks.
1079
1080 * programs.texi (Programs, Electric C): Copyedits.
1081 (Program Modes): Add xref to Fortran.
1082 (Left Margin Paren): Remove what was (oddly enough) the only use
1083 of defvar in the entire Emacs manual.
1084 (Hungry Delete): Remove footnote about ancient Emacs version.
1085 (Other C Commands): Use example rather than smallexample.
1086
1087 * text.texi (Pages, Filling, Foldout, Org Mode, HTML Mode)
1088 (Nroff Mode, Enriched Indentation, Table Rows and Columns):
1089 Tweak line and page breaks.
1090
1091 * modes.texi (Major Modes, Minor Modes): Reword to improve page-breaks.
1092 (Major Modes): Use example rather than smallexample.
bbba8869 1093
eceeb5fc
CY
1094 * mule.texi (Output Coding): Reword to improve page-breaks.
1095
1096 * frames.texi (Fonts): Tweak line and page breaks.
1097 Use example rather than smallexample. Change cross-reference.
1098 (Text-Only Mouse): Fix xref.
1099
1100 * buffers.texi (Buffers, Kill Buffer, Several Buffers)
1101 (Indirect Buffers): Tweak line- and page-breaks.
1102
1103 * fixit.texi (Fixit, Undo): Reword to improve page-breaks.
1104
8045b906
GM
11052012-05-04 Glenn Morris <rgm@gnu.org>
1106
1107 * Makefile.in (INFO_EXT, INFO_OPTS): New, set by configure.
1108 (info, infoclean): Use $INFO_EXT.
1109 ($(infodir)/emacs$(INFO_EXT)): Use $INFO_EXT and $INFO_OPT.
1110 * makefile.w32-in (INFO_EXT, INFO_OPTS): New.
1111 (INFO_TARGETS): Use $INFO_EXT.
1112 ($(infodir)/emacs$(INFO_EXT)): Use $INFO_EXT and $INFO_OPT, and -o.
1113
90207a15 11142012-05-02 Glenn Morris <rgm@gnu.org>
bbba8869
GM
1115
1116 * emacs.texi (@copying): Only print EDITION in the TeX version.
1117
e2058813
GM
1118 * search.texi (Regexp Search): Just say "Emacs".
1119
a162959e
GM
1120 * display.texi (Auto Scrolling):
1121 Reword to avoid repetition and improve page break.
1122
9eb25ee8
GM
1123 * xresources.texi (Resources):
1124 * mule.texi (Language Environments):
1125 * misc.texi (Amusements):
1126 * maintaining.texi (VC Change Log):
1127 * frames.texi (Fonts):
1128 * custom.texi (Specifying File Variables, Minibuffer Maps):
1129 * cmdargs.texi (Initial Options):
1130 * building.texi (Flymake):
1131 Reword to remove/reduce some overly long/short lines.
1132
a4289d0e
GM
11332012-04-27 Glenn Morris <rgm@gnu.org>
1134
1135 * emacs.texi: Some fixes for detailed menu.
1136
1a72be46
GM
1137 * emacs.texi: Add "et al." to authors.
1138
16152b76
GM
1139 * ack.texi, basic.texi, buffers.texi, building.texi:
1140 * calendar.texi, cmdargs.texi, commands.texi, custom.texi:
1141 * dired.texi, display.texi, emerge-xtra.texi, files.texi:
1142 * fortran-xtra.texi, help.texi, kmacro.texi, mini.texi, misc.texi:
1143 * msdog-xtra.texi, picture-xtra.texi, programs.texi, rmail.texi:
1144 * search.texi, trouble.texi, windows.texi:
1145 Use Texinfo recommended convention for quotes+punctuation.
1146
578c1d4b 11472012-04-27 Eli Zaretskii <eliz@gnu.org>
84412f2c 1148
578c1d4b
GM
1149 * mule.texi (Bidirectional Editing): Improve indexing.
1150 Minor wording tweaks.
84412f2c 1151
467a33d0
CY
11522012-04-15 Chong Yidong <cyd@gnu.org>
1153
1154 * misc.texi (emacsclient Options): More clarifications.
1155
e6fd457e 11562012-04-15 Glenn Morris <rgm@gnu.org>
05806f43 1157
41be52d7
GM
1158 * msdog.texi (Windows Printing): It doesn't set printer-name.
1159
05806f43
GM
1160 * mule.texi (Language Environments): Move font info to "Fontsets".
1161 (Fontsets): Move intlfonts etc here from "Language Environments".
1162 Copyedits.
1163 (Defining Fontsets, Modifying Fontsets, Undisplayable Characters)
1164 (Unibyte Mode, Charsets, Bidirectional Editing): Copyedits.
1165
e6fd457e 11662012-04-15 Chong Yidong <cyd@gnu.org>
6a00f380 1167
0be641c0
CY
1168 * glossary.texi (Glossary): Standardize on "text terminal"
1169 terminology. All callers changed.
1170
6a00f380
CY
1171 * misc.texi (emacsclient Options): Document "client frame" concept
1172 and its effect on C-x C-c more carefully.
1173
e6fd457e 11742012-04-15 Glenn Morris <rgm@gnu.org>
71cd7772 1175
870e8fb8
GM
1176 * frames.texi (Scroll Bars):
1177 * glossary.texi (Glossary): Use consistent case for "X Window System".
1178
71cd7772
GM
1179 * mule.texi (Select Input Method, Coding Systems):
1180 State command names in kbd tables.
1181 (Recognize Coding): Add cross-ref.
1182 (Output Coding): Don't mention message mode in particular.
1183 (Text Coding, Communication Coding, File Name Coding, Terminal Coding):
1184 Copyedits.
1185
35dc09a1 11862012-04-14 Glenn Morris <rgm@gnu.org>
05f7d0d3
GM
1187
1188 * mule.texi (Select Input Method, Coding Systems, Recognize Coding):
1189 Copyedits.
1190 (Coding Systems): Mac OS X apparently uses newlines for EOL.
1191 (Recognize Coding): Remove old auto-coding-regexp-alist example.
1192 auto-coding-functions does not override coding: tags.
1193 Remove rmail-decode-mime-charset; it no longer has any effect.
1194
35dc09a1 11952012-04-14 Chong Yidong <cyd@gnu.org>
81927dd2
CY
1196
1197 * custom.texi (Creating Custom Themes): Add reference to Custom
1198 Themes node in Lisp manual.
1199
35dc09a1 12002012-04-14 Glenn Morris <rgm@gnu.org>
8edb942b
GM
1201
1202 * mule.texi (International): Copyedits.
1203 (International Chars): Update C-x = example output.
1204 (Disabling Multibyte): Rename from "Enabling Multibyte".
1205 Clarify what "unibyte: t" does, and mode-line description.
1206 (Unibyte Mode): Update for "Disabling Multibyte" node name change.
1207 Use Texinfo recommended convention for quotes+punctuation.
e0550cae 1208 (Language Environments): Copyedits.
893585f4
GM
1209 (Input Methods): Copyedits. Use "^" for the postfix example,
1210 because it is less confusing inside Info's `quotes'.
e0550cae 1211
bd7239f5 1212 * custom.texi (Specifying File Variables): Fix "unibyte" description.
8edb942b
GM
1213 Update for "Disabling Multibyte" node name change.
1214 * emacs.texi: Update for "Disabling Multibyte" node name change.
1215
1c64e6ed
GM
1216 * abbrevs.texi, arevert-xtra.texi, buffers.texi, building.texi:
1217 * cmdargs.texi, custom.texi, entering.texi, files.texi, frames.texi:
1218 * glossary.texi, help.texi, macos.texi, maintaining.texi, mini.texi:
1219 * misc.texi, package.texi, programs.texi, screen.texi, search.texi:
1220 * sending.texi, text.texi, trouble.texi:
1221 Use @file for buffers, per the Texinfo manual.
1222
20331c1c
GM
1223 * entering.texi (Entering Emacs):
1224 Do not mention initial-buffer-choice = t.
1225
8fc85b20
GM
1226 * misc.texi (Gnus Startup): Use @env for environment variables.
1227
35dc09a1
GM
1228 * Makefile.in: Replace non-portable use of $< in ordinary rules.
1229
87124233
GM
12302012-04-12 Glenn Morris <rgm@gnu.org>
1231
1232 * ack.texi (Acknowledgments): Don't mention obsolete mailpost.el.
1233
f3774f20
GM
12342012-04-07 Glenn Morris <rgm@gnu.org>
1235
1236 * emacsver.texi (EMACSVER): Bump version to 24.1.50.
1237
8980d0b9
GM
12382012-04-05 Glenn Morris <rgm@gnu.org>
1239
1240 * glossary.texi (Glossary): Use anchors for internal cross-references.
1241
8bf27c8a
GM
12422012-04-04 Glenn Morris <rgm@gnu.org>
1243
1244 * glossary.texi (Glossary): Copyedits.
1245 Use Texinfo-recommended convention for quotes and punctuation.
1246 Comment out a few specialized (Rmail) items.
a0706406 1247 New items: Bidirectional Text, Client, Directory Local Variable,
56964ab5 1248 File Local Variable, Package, Server, Theme, Trash Can.
8bf27c8a 1249
529c06b6
CY
12502012-04-03 Chong Yidong <cyd@gnu.org>
1251
1252 * sending.texi (Mail Misc): Fix an index entry.
1253
53b0595a
EZ
12542012-04-02 Eli Zaretskii <eliz@gnu.org>
1255
1256 * msdog.texi (Windows Startup): Add description of emacsclient
1257 operation under -c and -t on MS-Windows.
1258
1259 * misc.texi (emacsclient Options): Add cross-reference to "Windows
1260 Startup". (Bug#11091)
1261
d8e213eb 12622012-04-02 Dani Moncayo <dmoncayo@gmail.com>
dc663c79
DM
1263
1264 * custom.texi (Changing a Variable): Fix example.
1265
0d224826
EZ
12662012-04-01 Eli Zaretskii <eliz@gnu.org>
1267
1268 * misc.texi (emacsclient Options): More clarifications about -t
1269 and -c on MS-Windows. (Bug#11091)
1270
1d265f9f
EZ
12712012-03-31 Eli Zaretskii <eliz@gnu.org>
1272
1273 * misc.texi (emacsclient Options): Document peculiarities of new
1274 frame creation on MS-Windows under -c or -t options. (Bug#11091)
1275
5319014e
CY
12762012-03-30 Chong Yidong <cyd@gnu.org>
1277
1278 * files.texi (File Conveniences): Clarify Imagemagick discussion.
1279
2bfab837
GM
12802012-03-22 Glenn Morris <rgm@gnu.org>
1281
1282 * dired.texi (Operating on Files): Fix dired-recursive-copies default.
1283
986bd52a
CY
12842012-03-17 Chong Yidong <cyd@gnu.org>
1285
1286 * package.texi (Package Installation): Document use of
1287 package-initialize in init file.
1288
66ecdc9e
GM
12892012-03-16 Glenn Morris <rgm@gnu.org>
1290
1291 * help.texi (Language Help):
1292 * mule.texi (International Chars):
1293 etc/HELLO is for character demonstration.
1294
d8e213eb 12952012-03-15 Dani Moncayo <dmoncayo@gmail.com>
9805f81d
DM
1296
1297 * dired.texi (Shell Commands in Dired): Fix typo.
1298
a08a07e3
CY
12992012-03-04 Chong Yidong <cyd@gnu.org>
1300
1301 * killing.texi (Clipboard): Document clipboard manager.
1302
53eced6d
GM
13032012-02-29 Glenn Morris <rgm@gnu.org>
1304
f8425af2
GM
1305 * ack.texi (Acknowledgments): Use @Tex{} in more places.
1306
775b55af
GM
1307 * emacs.texi, help.texi, text.texi: Use "" quotes in menus.
1308
53eced6d
GM
1309 * dired.texi, emacs.texi: Use @code{} in menus when appropriate.
1310
44e97401
GM
13112012-02-28 Glenn Morris <rgm@gnu.org>
1312
1313 * custom.texi, display.texi, emacs.texi, files.texi:
1314 * msdog-xtra.texi, msdog.texi, vc-xtra.texi:
1315 Standardize possessive apostrophe usage.
1316
525795c1
JD
13172012-02-25 Jan Djärv <jan.h.d@swipnet.se>
1318
1319 * macos.texi (Mac / GNUstep Customization): Remove text about
1320 ns-find-file and ns-drag-file (Bug#5855, Bug#10050).
1321
d8e213eb 13222012-02-25 Dani Moncayo <dmoncayo@gmail.com>
562af8bb
DM
1323
1324 * buffers.texi (Select Buffer): Mention that saving in a new file
1325 name can switch to a different major mode.
1326
6ea1787e
GM
13272012-02-23 Glenn Morris <rgm@gnu.org>
1328
49fe4321
GM
1329 * mini.texi (Minibuffer File, Completion Options, Repetition):
1330 Copyedits.
1331 (Completion Example): Other M-x au* commands may be defined.
1332 (Completion Styles): Mention emacs21 and completion-category-overrides.
1333
8f4042d2
GM
1334 * msdog.texi (Text and Binary, ls in Lisp, Windows HOME)
1335 (Windows Keyboard, Windows Mouse, Windows Processes)
1336 (Windows Printing, Windows Misc): Copyedits.
1337 (ls in Lisp): Update switches list.
1338
371fb833
GM
1339 * msdog-xtra.texi (MS-DOS Display): Update list-colors-display xref.
1340 Update dos-mode* function names.
1341 (MS-DOS Printing, MS-DOS and MULE): Copyedits.
1342 (MS-DOS Processes): Add xref to main ls-lisp section.
1343
6ea1787e
GM
1344 * ack.texi (Acknowledgments): Mention smie.
1345
40ace058
GM
13462012-02-22 Glenn Morris <rgm@gnu.org>
1347
1348 * macos.texi: Copyedits. Fix @key/@kbd usage.
1349 (Mac / GNUstep Basics): Don't mention the panels, since the next
1350 section covers them.
1351 (Mac / GNUstep Customization): Merge some panel info from previous.
1352
41f1e868
GM
13532012-02-21 Glenn Morris <rgm@gnu.org>
1354
68af8d4f
GM
1355 * emerge-xtra.texi (Emerge, Submodes of Emerge, Combining in Emerge):
1356 Small fixes.
1357
2e03845d
GM
1358 * emacs-xtra.texi: Picture mode is no longer a chapter.
1359
f9a998c3
GM
1360 * picture-xtra.texi (Basic Picture): C-a does get remapped.
1361
41f1e868
GM
1362 * ack.texi (Acknowledgments): Small changes, including resorting,
1363 and removal of things no longer distributed.
1364
ea09410d
GM
13652012-02-20 Glenn Morris <rgm@gnu.org>
1366
2d2f6581
GM
1367 * emacs.texi (Top, Preface): Small rephrasings.
1368 (menu, detailmenu): Update entries, and reformat some descriptions.
1369 * building.texi, display.texi, emacs-xtra.texi, files.texi:
1370 * frames.texi, kmacro.texi, msdog.texi, programs.texi, text.texi:
1371 Reformat some menu descriptions.
1372
196f8c0e
GM
1373 * ack.texi (Acknowledgments): More updates.
1374
8730412a
GM
1375 * emacs.texi (Acknowledgments): Add several names from ack.texi,
1376 and from Author: headers.
ae15b89b 1377 (Distrib): Small updates.
ea09410d 1378
37863f20
GM
13792012-02-18 Glenn Morris <rgm@gnu.org>
1380
37c3b9ee
GM
1381 * ack.texi (Acknowledgments): Add xref to Org manual.
1382
b474519e
GM
1383 * rmail.texi: Copyedits. Use 'mail composition buffer' in place
1384 of '*mail*', since Message does not call it that.
1385 (Rmail Reply): Rename rmail-dont-reply-to-names.
1386 \\`info- no longer handled specially.
1387 Update for rmail-enable-mime-composing.
1388 Don't mention 'm' for replies.
d5081c1e 1389 Don't mention rmail-mail-new-frame and canceling, since it does
b474519e
GM
1390 not work for Message at the moment.
1391
a5987767
GM
1392 * cal-xtra.texi: Copyedits.
1393
37863f20
GM
1394 * emacs-xtra.texi: Set encoding to ISO-8859-1.
1395
112d1241
GM
13962012-02-17 Glenn Morris <rgm@gnu.org>
1397
0fd2c9a3
GM
1398 * maintaining.texi (Old Revisions): Fix cross-refs to Ediff manual.
1399
1d6ecbfa
GM
1400 * ack.texi (Acknowledgments): Mention Gnulib.
1401
102f1b54
GM
1402 * ack.texi, calendar.texi, cal-xtra.texi: Use "Bahá'í".
1403
112d1241
GM
1404 * calendar.texi: Misc small changes, including updating the dates
1405 of examples.
1406
3a05ff1d
GM
14072012-02-16 Glenn Morris <rgm@gnu.org>
1408
d1354af0
GM
1409 * calendar.texi: Misc small changes.
1410
5f9756ec
GM
1411 * vc1-xtra.texi (VC Delete/Rename, CVS Options):
1412 * cal-xtra.texi (Diary Display): Fix TeX cross-refs to other manuals.
1413
3b19a30d
GM
1414 * dired-xtra.texi (Subdir Switches): Small fixes.
1415
3a05ff1d
GM
1416 * fortran-xtra.texi: Tiny changes and some adjustments to line breaks.
1417
9f26dc24
GM
14182012-02-15 Glenn Morris <rgm@gnu.org>
1419
1420 * sending.texi (Mail Sending): smtpmail-auth-credentials was removed.
1421
fb969a57
GM
14222012-02-12 Glenn Morris <rgm@gnu.org>
1423
1424 * ack.texi (Acknowledgments):
1425 * emacs.texi (Acknowledgments): Updates for new files in 24.1.
1426
0aca1292
GM
14272012-02-10 Glenn Morris <rgm@gnu.org>
1428
104dc9c6
GM
1429 * mini.texi (Minibuffer Edit): Mention minibuffer-inactive-mode.
1430
0aca1292
GM
1431 * programs.texi (Misc for Programs): Mention electric-layout-mode.
1432
91af9d2e
GM
14332012-02-09 Glenn Morris <rgm@gnu.org>
1434
0aca1292
GM
1435 * buffers.texi (Misc Buffer): M-x info does not seem to require a
1436 buffer switch after M-x rename-uniquely.
63c727b2 1437
91af9d2e
GM
1438 * trouble.texi (Checklist): Mention C-c m in report-emacs-bug.
1439
1ef1990c
JB
14402012-02-09 Jay Belanger <jay.p.belanger@gmail.com>
1441
1442 * text.texi (Org Mode): Fix typo.
1443
e74e58c9
GM
14442012-02-08 Glenn Morris <rgm@gnu.org>
1445
cefee440
GM
1446 * ack.texi (Acknowledgments): Update emacs-lock info.
1447
a7686350
GM
1448 * rmail.texi (Rmail Display): Mention rmail-epa-decrypt.
1449
e74e58c9
GM
1450 * text.texi (LaTeX Editing): Mention latex-electric-env-pair-mode.
1451
fe93bc91
GM
14522012-02-07 Glenn Morris <rgm@gnu.org>
1453
1454 * files.texi (File Conveniences): Mention ImageMagick images.
1455
d273439c
GM
14562012-02-05 Glenn Morris <rgm@gnu.org>
1457
649f602c
GM
1458 * trouble.texi (Checklist): Mention debug-on-event.
1459
d273439c
GM
1460 * maintaining.texi (Maintaining): Add cross-ref to ERT.
1461
a9410bdf
GM
14622012-02-04 Glenn Morris <rgm@gnu.org>
1463
1f5e1a16
GM
1464 * macos.texi (Customization options specific to Mac OS / GNUstep):
1465 New subsection.
1466
b7314ef7
GM
1467 * display.texi (Colors): Mention list-colors-sort.
1468
a9410bdf
GM
1469 * files.texi (File Conveniences): Mention image animation.
1470
75319d7f
CY
14712012-01-31 Chong Yidong <cyd@gnu.org>
1472
1473 * windows.texi (Split Window): C-mouse-2 doesn't work on GTK+
1474 scroll bars (Bug#10666).
1475
2680c309
CY
14762012-01-28 Chong Yidong <cyd@gnu.org>
1477
691db250
CY
1478 * files.texi (Filesets): Fix typos.
1479
2680c309
CY
1480 * display.texi (Faces): Add xref to Colors node.
1481
2a90dfca
DM
14822012-01-27 Dani Moncayo <dmoncayo@gmail.com>
1483
1484 * buffers.texi (Select Buffer): Clarify explanation of switching
1485 to new buffers. Fix description of next-buffer and
6df6ae42 1486 previous-buffer (Bug#10334).
2a90dfca
DM
1487 (Misc Buffer): Add xref to View Mode.
1488
1489 * text.texi (Fill Commands): Fix description of
1490 sentence-end-double-space.
1491
20d2304d
CY
14922012-01-23 Chong Yidong <cyd@gnu.org>
1493
f088cb8b 1494 * anti.texi (Antinews): Add Emacs 23 antinews.
20d2304d 1495
01ec1eed
VS
14962012-01-16 Volker Sobek <reklov@live.com> (tiny change)
1497
1498 * programs.texi (Comment Commands): Typo (bug#10514).
1499
06848b82
CY
15002012-01-15 Chong Yidong <cyd@gnu.org>
1501
1502 * xresources.texi (X Resources): Describe GTK+ case first.
1503 (Resources): Don't use borderWidth as an example, since it doesn't
1504 work with GTK+.
1505 (Table of Resources): Clarify role of several resources, including
1506 the Emacs 24 behavior of cursorBlink etc.
1507 (Face Resources): Node deleted. Recommend using Customize
1508 instead. Add paragraph to `Table of Resources' node summarizing
1509 how to use X resources for changing faces.
1510 (Lucid Resources): Rewrite, omitting description of font names,
1511 referring to the Fonts node instead.
1512 (LessTif Resources): Copyedits.
1513 (GTK resources): Rewrite, describing the difference between gtk2
1514 and gtk3.
1515 (GTK Resource Basics): New node.
1516 (GTK Widget Names, GTK Names in Emacs): Rewrite.
1517 (GTK styles): Just refer to Fonts node for GTK font format.
1518
1519 * display.texi (Faces): Document the cursor face.
1520
a73a3461
CY
15212012-01-14 Chong Yidong <cyd@gnu.org>
1522
01ec1eed 1523 * cmdargs.texi (Action Arguments): No need to mention EMACSLOADPATH.
a73a3461
CY
1524 (General Variables): Add xref to Lisp Libraries.
1525 (Initial Options): Copyedits.
1526 (Resume Arguments): Node deleted; emacs.bash/csh are obsolete.
1527 (Environment): Clarify what getenv does.
1528 (General Variables): Clarify EMACSPATH etc. Emacs does not assume
1529 light backgrounds on xterms.
1530 (Misc Variables): TEMP and TMP are not Windows-specific.
1531 (Display X): Copyedits.
1532 (Colors X): -bd does nothing for GTK.
1533 (Icons X): Gnome 3 doesn't use taskbars.
1534
1535 * misc.texi (Shell): Document exec-path here.
1536
1537 * rmail.texi (Movemail): Add xref for exec-path.
1538
e517eda4
GM
15392012-01-13 Glenn Morris <rgm@gnu.org>
1540
1541 * dired.texi (Dired and Find): Clarify find-ls-options.
1542
1de76afe
CY
15432012-01-09 Chong Yidong <cyd@gnu.org>
1544
71873e2b 1545 * custom.texi (Custom Themes): Switch custom-safe-themes to use
1de76afe
CY
1546 SHA-256.
1547
c61ab18c
CY
15482012-01-07 Chong Yidong <cyd@gnu.org>
1549
e490b289
CY
1550 * display.texi (Useless Whitespace): Add Whitespace mode.
1551
1de77c4c
CY
1552 * custom.texi (Hooks): Discuss how to disable minor modes.
1553
1554 * files.texi (Diff Mode): Discuss diff-auto-refine-mode
e490b289 1555 (Bug#10309). Discuss use of Whitespace mode (Bug#10300).
1de77c4c 1556
c61ab18c
CY
1557 * trouble.texi (Lossage): Refer to Bugs node for problems.
1558 (DEL Does Not Delete): Don't use "usual erasure key" teminology.
1559 (Screen Garbled): Don't refer to terminal "manufacturers".
1560 (Total Frustration): Node deleted. Eliza is documented in
1561 Amusements now.
71873e2b
SM
1562 (Known Problems): More info about using the bug tracker.
1563 Mention debbugs package.
c61ab18c
CY
1564 (Bug Criteria): Copyedits.
1565 (Understanding Bug Reporting): Mention emacs -Q.
1566
89bd9ccd
CY
15672012-01-06 Chong Yidong <cyd@gnu.org>
1568
1569 * custom.texi (Specifying File Variables): The mode: keyword
1570 doesn't have to be first anymore. Add example of specifying minor
1571 modes.
1572 (Directory Variables): Simplify example. Mention application to
1573 non-file buffers.
1574 (Disabling): Use "initialization file" terminology.
1575 (Init Examples): Fix hook example.
1576
8034735f
EZ
15772012-01-06 Eli Zaretskii <eliz@gnu.org>
1578
1579 * cmdargs.texi (MS-Windows Registry): Shorten the index entry.
1580 (Bug#10422)
1581 Move the stuff about resources to xresources.texi.
1582
1583 * xresources.texi (Resources): Move information about setting X
1584 resources in the Registry from cmdargs.texi. Make the index entry
1585 be similar to the one in cmdargs.texi.
1586
b0d7d8af
CY
15872012-01-05 Chong Yidong <cyd@gnu.org>
1588
1589 * custom.texi (Customization Groups): Update example.
1590 (Browsing Custom): Document the new search field.
1591 (Changing a Variable): Update example for Emacs 24 changes.
1592 Document Custom-set and Custom-save commands.
1593 (Face Customization): Document Emacs 24 changes. De-document
1594 modify-face.
1595 (Specific Customization): Mention customize-variable.
1596 (Custom Themes): Add customize-themes, custom-theme-load-path,
1597 custom-theme-directory, and describe-theme.
1598 (Creating Custom Themes): New node.
1599 (Examining): Mention M-:.
1600
1601 * package.texi (Packages): Fix typo.
1602
88c5c7c8
CY
16032012-01-03 Chong Yidong <cyd@gnu.org>
1604
1605 * misc.texi (Single Shell): Don't document Lisp usage of
1606 shell-command. Tidy up discussion of synchronicity. Add index
1607 entries for async-shell-command.
1608 (Interactive Shell): Note that M-x shell uses shell-file-name.
1609 Note change in behavior in Emacs 24.
1610 (Shell Mode): Shell mode now uses completion-at-point.
1611 (Shell Prompts): Emphasize that comint-use-prompt-regexp isn't the
1612 default method for recognizing prompts nowadays.
1613 (Shell Ring): Add xref to Minibuffer History.
1614 (Directory Tracking): Explain Dirtrack mode in more detail.
1615 (Term Mode): Fix index entries.
1616 (Paging in Term): Merge into Term Mode.
1617 (Serial Terminal, Emacs Server, emacsclient Options): Copyedits.
1618 (Printing): Fix xref. State default of lpr-switches.
1619 (PostScript): Remove obsolete sentence. Omit description of
1620 non-interactive behaviors.
1621 (Hyperlinking): Improve description.
1622 (Browse-URL): Using compose-mail for mailto URLs is the default.
1623 Document browse-url-mailto-function.
1624 (Goto Address mode): Add index entries. Add xref to Browse-URL.
1625 (FFAP): FFAP is not a minor mode.
71873e2b
SM
1626 (Amusements): M-x lm was renamed to M-x landmark.
1627 Document nato-region.
88c5c7c8 1628
b8ecfdfe
CY
16292012-01-01 Chong Yidong <cyd@gnu.org>
1630
1631 * misc.texi (Gnus, Buffers of Gnus): Copyedits.
1632 (Gnus Startup): Note that the system might not be set up for news.
1633 Describe group levels more clearly.
1634 (Gnus Group Buffer, Gnus Summary Buffer): New nodes, split from
1635 Summary of Gnus.
1636 (Document View): Copyedits. Move zoom commads to DocView
1637 Navigation node.
1638 (DocView Navigation, DocView Searching, DocView Slicing)
1639 (DocView Conversion): Nodes renamed from Navigation, etc.
1640
1641 * sending.texi (Mail Sending): Add message-kill-buffer-on-exit.
1642
7bc7d2aa
EZ
16432011-12-31 Eli Zaretskii <eliz@gnu.org>
1644
1645 * basic.texi (Moving Point): Fix the description of C-n and C-p.
1646 (Bug#10380)
1647
b30941db
CY
16482011-12-30 Chong Yidong <cyd@gnu.org>
1649
1650 * sending.texi (Sending Mail): Document initial mail buffer name,
1651 and changed multiple mail buffer behavior.
1652 (Mail Format): Put the example at the top of the section.
1653 (Mail Headers): Move discussion of "From" to the top.
1654 (Mail Sending): Document sendmail-query-once.
1655 (Citing Mail): Make it less Rmail-specific.
1656
0ed49f93
CY
16572011-12-29 Chong Yidong <cyd@gnu.org>
1658
1659 * text.texi (Org Mode): Copyedits. Refer to Outline Format for
1660 example. Add index entries.
1661 (Org Organizer, Org Authoring): Nodes renamed. Copyedits.
1662
c40a7de7
CY
16632011-12-26 Chong Yidong <cyd@gnu.org>
1664
71873e2b
SM
1665 * dired.texi (Dired Enter, Misc Dired Features):
1666 Document dired-use-ls-dired changes. Mention quit-window.
c40a7de7
CY
1667 (Dired Navigation): Add index entries.
1668 (Dired Visiting): Fix View Mode xref.
1669 (Marks vs Flags): Prefer C-/ binding for undo.
1670 (Subdirectories in Dired): Add xrefs.
1671 (Misc Dired Features): Document some Emacs 24 changes. Add index
1672 entries.
1673
1674 * abbrevs.texi (Abbrev Concepts): No need to mention abbrev-mode
1675 variable, since it is explained in Minor Modes node.
1676 (Defining Abbrevs): Copyedits.
1677 (Expanding Abbrevs): State default of abbrev-all-caps. Prefer the
1678 C-/ binding for undo.
1679 (Dabbrev Customization): Add xrefs for case-fold-search and
1680 case-replace.
1681
1682 * dired-xtra.texi (Subdir Switches): Add xref.
1683
1684 * maintaining.texi (VC Directory Commands): Mention quit-window.
1685
3d992aa0
CY
16862011-12-25 Chong Yidong <cyd@gnu.org>
1687
1688 * maintaining.texi (Tags): Mention Semantic.
1689 (Create Tags Table, Etags Regexps): Copyedits.
1690 (Find Tag): Mention minibuffer completion.
1691 (List Tags): Mention completion-at-point. Completion is actually
1692 available in M-x list-tags.
1693
1694 * vc1-xtra.texi (VC Delete/Rename): Rename from Renaming and VC.
1695 Document vc-delete-file.
1696
1697 * files.texi (Misc File Ops): Mention vc-delete-file.
1698
1699 * programs.texi (Symbol Completion): Mention completion-at-point
1700 explicitly.
1701
2785d024
CY
17022011-12-22 Chong Yidong <cyd@gnu.org>
1703
1704 * maintaining.texi (Change Log Commands): Don't specially mention
1705 vc-update-change-log which is CVS-only.
1706
1707 * vc1-xtra.texi (Version Headers): Note that these are for
1708 Subversion, CVS, etc. only.
71873e2b
SM
1709 (General VC Options): De-document vc-keep-workfiles.
1710 Fix RCS-isms.
2785d024 1711
0ab39399
EZ
17122011-12-22 Eli Zaretskii <eliz@gnu.org>
1713
1714 * building.texi (Debugger Operation): Fix a typo: "@end iftext"
1715 should be @end iftex".
1716
d3098e1e
CY
17172011-12-21 Chong Yidong <cyd@gnu.org>
1718
1719 * maintaining.texi (Advanced C-x v v): Use fileset terminology.
1720 (VC With A Merging VCS, VC Change Log): Add xref to VC Pull node.
1721 (VC Pull): Mention vc-log-incoming.
1722 (Log Buffer): Add CVS/RCS only disclaimer.
1723
1724 * vc1-xtra.texi (Remote Repositories): Update introduction.
1725 (Local Version Control): Node deleted (obsolete with DVCSes).
71873e2b
SM
1726 (Remote Repositories, Version Backups): Node deleted.
1727 Move documentation of vc-cvs-stay-local to CVS Options.
d3098e1e
CY
1728 (CVS Options): Reduce verbosity of description of obscure CVS
1729 locking feature.
1730 (Making Revision Tags, Revision Tag Caveats): Merge into Revision
1731 Tags node.
1732 (Revision Tags): Move under Miscellaneous VC subsection.
1733 (Change Logs and VC): Note that this is wrong for DVCSs.
1734 De-document log entry manipulating features.
1735 (Renaming and VC): Describe how it works on modern VCSes.
1736
1737 * files.texi (Misc File Ops): Mention vc-rename-file.
1738
1739 * programs.texi (Custom C Indent): Add index entries.
1740
47d42d81
AM
17412011-12-20 Alan Mackenzie <acm@muc.de>
1742
1743 * programs.texi (Motion in C): Update the description of C-M-a and
1744 C-M-e, they now DTRT in enclosing scopes.
1745 (Custom C Indent): Add @dfn{guessing} of the indentation style.
1746
2edef1a0
CY
17472011-12-20 Chong Yidong <cyd@gnu.org>
1748
1749 * maintaining.texi (VCS Concepts): Add "working tree" terminology.
1750 (Old Revisions): Use it.
1751 (VCS Repositories): Add "distributed" terminology.
1752 (Log Buffer): Remove duplicate description
1753 about changesets. Fix "current VC fileset" ambiguity.
1754 (Multi-User Branching): Node deleted.
1755 (Branches, Switching Branches): Discuss decentralized version
1756 control systems.
1757 (VC Pull): New node.
1758 (Merging): Document merging on decentralized systems.
1759 (Creating Branches): Note that this is specific to CVS and related
1760 systems.
1761
bc859d5f
CY
17622011-12-19 Chong Yidong <cyd@gnu.org>
1763
1764 * maintaining.texi (VCS Merging, VCS Changesets): Index entries.
1765 (VC Mode Line): Add index entry for "version control status".
1766 (VC Undo): Use vc-revert instead of its vc-revert-buffer alias.
1767 Document vc-revert-show-diff. De-document vc-rollback.
1768 (VC Directory Mode): Rewrite introduction. Move prefix arg
1769 documentation here from VC Directory Buffer node.
1770 (VC Directory Buffer): Use a decentralized VCS example.
1771 (VC Directory Commands): Use a table. Remove material duplicated
1772 in previous nodes on multi-file VC filsets.
1773
9cff91f8
CY
17742011-12-17 Chong Yidong <cyd@gnu.org>
1775
1776 * maintaining.texi (VCS Concepts): Make "revision" terminology
1777 less CVS-specific.
1778 (VC With A Merging VCS, VC With A Locking VCS): Add xref to
1779 Registering node.
71873e2b 1780 (Secondary VC Commands): Delete. Promote subnodes.
9cff91f8
CY
1781 (Log Buffer): Add command name for C-c C-c. Fix the name of the
1782 log buffer. Add index entries.
71873e2b
SM
1783 (VCS Changesets, Types of Log File, VC With A Merging VCS):
1784 Use "commit" terminology.
9cff91f8
CY
1785 (Old Revisions): Move it to just before VC Change Log. "Tag" here
1786 doesn't refer to tags tables. Note other possible forms of the
1787 revision ID. C-x v = does not save.
1788 (Registering): Note similarity to C-x v v action. Fix description
1789 of how backends are chosen. De-document vc-default-init-revision.
1790 (VC Change Log): Document C-x v l in VC-Dir buffer. Document RET
1791 in root log buffers.
1792
f3b316df
CY
17932011-12-16 Chong Yidong <cyd@gnu.org>
1794
1795 * maintaining.texi (Version Control Systems): Drop Meta-CVS.
1796 (Basic VC Editing): Remove redundant descriptions.
1797 (VC With A Merging VCS): Make description more general instead of
1798 CVS-specific.
1799 (VC With A Locking VCS): Use VC fileset terminology.
1800
29eabb8e
CY
18012011-12-12 Chong Yidong <cyd@gnu.org>
1802
1803 * building.texi (Executing Lisp): Fix xref for C-M-x.
1804 (Lisp Libraries): Add xref to node explaining `load' in Lisp
1805 manual. Note that load-path is not customizable.
1806 (Lisp Eval): Note that listed commands are available globally.
1807 Explain the meaning of "defun" in the C-M-x context.
1808 (Lisp Interaction): Copyedits.
71873e2b
SM
1809 (External Lisp): Fix name of inferior Lisp buffer.
1810 Mention Scheme.
29eabb8e
CY
1811 (Compilation): Define "inferior process".
1812
cd0314dd
EZ
18132011-12-10 Eli Zaretskii <eliz@gnu.org>
1814
1815 * msdog.texi (Windows Fonts): Document how to force GDI font
1816 backend on MS-Windows.
1817
0595bd7e 18182011-12-10 Chong Yidong <cyd@gnu.org>
b09d01da
CY
1819
1820 * building.texi (Compilation): Say what the -k flag to make does.
1821 Move subprocess discussion to Compilation Shell.
1822 (Compilation Mode): Add xref for grep, occur, and mouse
1823 references. Define "locus".
1824 (Grep Searching): Use @command.
71873e2b
SM
1825 (Debuggers, Commands of GUD, GDB Graphical Interface):
1826 Clarify intro.
0595bd7e
CY
1827 (Starting GUD): Clarify how arguments are specified.
1828 (Debugger Operation): Index entry for "GUD interaction buffer",
1829 and move basic description here from Commands of GUD node.
1830 (GDB User Interface Layout): Copyedits.
1831 (Source Buffers): Remove gdb-find-source-frame, which is not in
1832 gdb-mi.el.
1833 (Other GDB Buffers): Remove gdb-use-separate-io-buffer and
71873e2b
SM
1834 toggle-gdb-all-registers, which are not in gdb-mi.el.
1835 Don't re-document GUD interaction buffers.
b09d01da
CY
1836
1837 * programs.texi (Symbol Completion): M-TAB can now use Semantic.
1838 (Semantic): Add cindex entries for Semantic.
1839
2a185919
CY
18402011-12-06 Chong Yidong <cyd@gnu.org>
1841
1842 * programs.texi (Man Page): Clarify how to use Man-switches.
1843 Don't bother documenting Man-fontify-manpage-flag.
1844 (Lisp Doc): Add xref to Name Help node.
1845 (Hideshow): Add cindex. Mention role of ellipses, and default
1846 value of hs-isearch-open. Don't bother documenting
1847 hs-special-modes-alist.
1848 (Symbol Completion): Add kindex for C-M-i. Don't recommend
1849 changing the window manager binding of M-TAB.
1850
ebf10822
CY
18512011-12-05 Chong Yidong <cyd@gnu.org>
1852
1853 * programs.texi (Comment Commands): Fix description of for M-; on
1854 blank lines. Move documentation of comment-region here.
1855 (Multi-Line Comments): Clarify the role of comment-multi-line.
1856 Refer to Comment Commands for comment-region doc.
1857 (Options for Comments): Refer to Multi-Line Comments for
1858 comment-multi-line doc, instead of duplicating it. Fix default
1859 values of comment-padding and comment-start-skip.
1860
ec7ae032
CY
18612011-12-04 Chong Yidong <cyd@gnu.org>
1862
1863 * programs.texi (Program Modes): Mention modes that are not
1864 included with Emacs. Fix references to other manuals for tex.
71873e2b
SM
1865 Add index entry for backward-delete-char-untabify.
1866 Mention prog-mode-hook.
ec7ae032
CY
1867 (Which Function): Use "global minor mode" terminology.
1868 (Basic Indent, Multi-line Indent): Refer to previous descriptions
1869 in Indentation chapter to avoid duplication.
1870 (Expressions): Copyedit.
1871 (Matching): Document Electric Pair mode.
1872
1873 * ack.texi (Acknowledgments):
1874 * rmail.texi (Movemail, Other Mailbox Formats):
1875 * frames.texi (Frames): Don't capitalize "Unix".
1876
a24bf23e
CY
18772011-12-04 Chong Yidong <cyd@gnu.org>
1878
1879 * text.texi (Nroff Mode): Mention what nroff is.
1880 (Text Based Tables, Table Recognition): Don't say "Table mode"
1881 since it's not a major or minor mode.
1882 (Text Based Tables): Reduce the size of the example.
1883 (Table Definition): Clarify definitions.
1884 (Table Creation): Add key table.
1885 (Cell Commands): Use kbd for commands.
1886 (Table Rows and Columns): Combine nodes Row Commands and Column
1887 Commands.
1888 (Fixed Width Mode): Node deleted; contents moved to parent.
1889 (Table Conversion): Shorten example.
1890 (Measuring Tables): Merge into Table Misc.
1891
8863a584
CY
18922011-12-03 Chong Yidong <cyd@gnu.org>
1893
1894 * text.texi (TeX Mode): Mention AUCTeX package.
1895 (TeX Editing): Add xref to documentation for Occur.
1896 (LaTeX Editing): Add xref to Completion node.
1897 (TeX Print): Fix description of tex-directory.
71873e2b 1898 (Enriched Text): Rename from Formatted Text. Make this node and
8863a584
CY
1899 its subnodes less verbose, since text/enriched files are
1900 practically unused.
71873e2b 1901 (Enriched Mode): Rename from Requesting Formatted Text.
8863a584 1902 (Format Colors): Node deleted.
71873e2b 1903 (Enriched Faces): Rename from Format Faces. Describe commands
8863a584
CY
1904 for applying colors too.
1905 (Forcing Enriched Mode): Node deleted; merged into Enriched Mode.
1906
1907 * frames.texi (Menu Mouse Clicks): Tweak description of C-Mouse-2.
1908
1909 * display.texi (Colors): New node.
1910
1911 * cmdargs.texi (Colors X):
1912 * xresources.texi (GTK styles):
1913 * custom.texi (Face Customization): Reference it.
1914
1915 * glossary.texi (Glossary): Remove "formatted text" and "WYSIWYG".
1916 Link to Fill Commands for Justification entry.
1917
6fdebe93
EZ
19182011-12-03 Eli Zaretskii <eliz@gnu.org>
1919
1920 * display.texi (Auto Scrolling): More accurate description of what
1921 scroll-*-aggressively does, including the effect of non-zero
1922 margin. Fix "i.e." markup.
1923
95ca9bc7
CY
19242011-12-02 Chong Yidong <cyd@gnu.org>
1925
1926 * text.texi (Pages): Mention how formfeed chars are displayed.
1927 (Auto Fill): Note convention for calling auto-fill-mode from Lisp.
1928 Describe adaptive filling more precisely.
1929 (Fill Commands): Note that filling removes excess whitespace.
1930 (Text Mode): Note auto-mode-alist entries for Text mode. TAB is
1931 now bound to indent-for-tab-command in Text mode.
1932 (Outline Mode): Copyedits.
1933 (Outline Visibility): Note that Reveal mode is a buffer-local
1934 minor mode.
1935
1936 * modes.texi (Major Modes): Move note about checking major-mode in
1937 a hook function here, from Text mode.
1938
6d262977
CY
19392011-11-28 Chong Yidong <cyd@gnu.org>
1940
b22b1918
CY
1941 * text.texi (Words): Add xref to Position Info.
1942 (Paragraphs): Add xref to Regexps.
1943
6d262977
CY
1944 * indent.texi (Indentation): Rewrite introduction. Move table to
1945 Indentation Commands node.
1946 (Indentation Commands): Add index entries to table. Copyedits.
1947 (Tab Stops, Just Spaces): Copyedits.
1948 (Indent Convenience): New node. Document electric-indent-mode.
1949
1950 * programs.texi (Basic Indent):
1951 * windows.texi (Pop Up Window): Fix kindex entry.
1952
dc95a8b0
CY
19532011-11-28 Chong Yidong <cyd@gnu.org>
1954
1955 * modes.texi (Major Modes): Move major-mode variable doc here from
1956 Choosing Modes. Document describe-mode. Document prog-mode-hook
1957 and text-mode-hook. Add example of using hooks.
1958 (Minor Modes): Document behavior of mode command calls from Lisp.
1959 Note that setting the mode variable using Customize will DTRT.
1960 (Choosing Modes): Add example of setting a minor mode using a
1961 local variable.
1962
b63a8e8e
CY
19632011-11-27 Chong Yidong <cyd@gnu.org>
1964
1965 * frames.texi (Creating Frames): Move frame parameter example to
1966 Frame Parameters node.
1967 (Frame Commands): C-x 5 o does not warp the mouse by default.
1968 (Fonts): Add more GTK-style properties; also, they should be
1969 capitalized.
1970 (Special Buffer Frames): Node deleted; special-display is on the
1971 way out.
1972 (Frame Parameters): Example moved here from Creating Frames.
1973 Clarify that default-frame-alist affects the initial frame too.
1974 Delete auto-raise-mode and auto-lower-mode.
1975 (Wheeled Mice): Node deleted. Content moved to Mouse Commands.
1976 (Dialog Boxes): Delete x-gtk-use-old-file-dialog.
1977
1978 * windows.texi (Window Choice): Add xref to Lisp manual for
1979 special-display-*.
1980
a3dcc84e
EZ
19812011-11-26 Eli Zaretskii <eliz@gnu.org>
1982
1983 * display.texi (Text Display): Update the description,
1984 cross-references, and indexing related to display of control
1985 characters and raw bytes.
1986
4ad3bc2a
CY
19872011-11-25 Chong Yidong <cyd@gnu.org>
1988
1989 * frames.texi (Frames): Rewrite introduction.
1990 (Mouse Commands): Default for mouse-drag-copy-region is now t.
1991 Mouse-3 does not copy to kill ring by default. DEL does not
1992 behave specially for mouse commands any more.
1993 (Mouse References): Document mouse-1-click-follows-link more
1994 thoroughly.
1995 (Menu Mouse Clicks): Move footnote to the main text and add xref
1996 to Init Rebinding node.
1997 (Mode Line Mouse): Mouse-3 on the mode-line does not bury buffer.
1998
1999 * files.texi (Visiting): `C-x 5 f' works on ttys too.
2000
20db1522
JB
20012011-11-24 Juanma Barranquero <lekktu@gmail.com>
2002
2003 * display.texi (Font Lock): Fix typo.
2004
01d06b1f
GM
20052011-11-24 Glenn Morris <rgm@gnu.org>
2006
2007 * rmail.texi (Rmail Output):
2008 Mention rmail-automatic-folder-directives. (Bug#9657)
2009
0cbaa1d5
CY
20102011-11-21 Chong Yidong <cyd@gnu.org>
2011
2012 * mark.texi (Global Mark Ring): Fix description of global mark
2013 ring (Bug#10032).
2014
fe7a3057
JB
20152011-11-20 Juanma Barranquero <lekktu@gmail.com>
2016
2017 * msdog.texi (Windows Fonts): Fix typo.
2018
b6e63cbe
GM
20192011-11-17 Glenn Morris <rgm@gnu.org>
2020
2021 * regs.texi (Bookmarks): Small fixes related to saving. (Bug#10058)
2022
58179cce
JB
20232011-11-16 Juanma Barranquero <lekktu@gmail.com>
2024
2025 * killing.texi (Rectangles):
7877f373
JB
2026 * misc.texi (Document View):
2027 * modes.texi (Choosing Modes):
2028 * msdog.texi (Windows Fonts):
58179cce
JB
2029 * regs.texi (Rectangle Registers):
2030 * search.texi (Isearch Yank): Fix typos.
2031
291d142b
CY
20322011-11-06 Chong Yidong <cyd@gnu.org>
2033
2034 * windows.texi (Basic Window): Add xref to Cursor Display.
2035 (Split Window): Document negative arg for splitting commands.
2036 (Other Window): Document mouse-1 in text area of window.
2037 (Change Window): Don't mention window attributes, since they
2038 aren't defined. C-x 1 can't be used with minibuffer windows.
2039 Windows are no longer auto-deleted.
2040 (Window Choice): Add xref to Choosing Window in Lisp manual.
2041 (Window Convenience): Note that windmove disables shift-selection.
2042 Move M-x compare-windows here from Other Window node.
2043
2044 * custom.texi (Mouse Buttons):
2045 * search.texi (Isearch Scroll):
2046 * windows.texi (Split Window): Use new names split-window-below
2047 and split-window-right.
2048
a7ef684b
JB
20492011-10-26 Juanma Barranquero <lekktu@gmail.com>
2050
2051 * emacs.texi (Top): Fix typo.
2052
d53e1747
GM
20532011-10-25 Glenn Morris <rgm@gnu.org>
2054
2055 * abbrevs.texi (Saving Abbrevs):
2056 quietly-read-abbrev-file is not a command. (Bug#9866)
2057
e7a3ff06
CY
20582011-10-24 Chong Yidong <cyd@gnu.org>
2059
2060 * display.texi (Scrolling): Document scroll-up-line and
2061 scroll-down-line. Document scroll-command property.
2062 (Recentering): New node, split off from Scrolling.
2063
86c60681
CY
20642011-10-23 Chong Yidong <cyd@gnu.org>
2065
da97a9e6
CY
2066 * frames.texi (Scroll Bars): GTK uses right scroll bars now.
2067 (Tool Bars): Copyedits.
2068
86c60681
CY
2069 * buffers.texi (Misc Buffer): Don't mention vc-toggle-read-only.
2070
d195726a
CY
20712011-10-22 Chong Yidong <cyd@gnu.org>
2072
2073 * windows.texi (Displaying Buffers): Fix broken lispref link.
2074
a70e06c1
CY
20752011-10-22 Chong Yidong <cyd@gnu.org>
2076
2077 * mini.texi (Minibuffer Exit): Rename from Strict Completion.
2078 Move confirm-nonexistent-file-or-buffer discussion here.
2079
2080 * files.texi (File Names, Visiting): Move detailed discussion of
2081 minibuffer confirmation to Minibuffer Exit.
2082
2083 * buffers.texi (Buffers): Tweak mention of mail buffer name.
2084 (Select Buffer): Move confirmation discussion to Minibuffer Exit.
2085
bfd779dd
CY
20862011-10-21 Chong Yidong <cyd@gnu.org>
2087
2088 * files.texi (File Names, Visiting, Interlocking): Copyedits.
2089 (Backup Copying): backup-by-copying-when-mismatch is now t.
2090 (Customize Save): Fix description of require-final-newline.
2091 (Reverting): Note that revert-buffer can't be undone. Mention VC.
2092 (Auto Save Control): Clarify.
2093 (File Archives): Add 7z.
2094 (Remote Files): ange-ftp-make-backup-files defaults to nil.
2095
2096 * arevert-xtra.texi (Autorevert): Copyedits.
2097
6e317956
CY
20982011-10-20 Chong Yidong <cyd@gnu.org>
2099
2100 * custom.texi (Hooks, Init Examples):
2101 * display.texi (Font Lock):
2102 * fixit.texi (Spelling):
2103 * rmail.texi (Rmail Display): Minor mode function with no arg now
2104 enables it.
2105
2106 * fixit.texi (Spelling): Fix description of inline completion.
2107
5abc31ef
CY
21082011-10-19 Chong Yidong <cyd@gnu.org>
2109
2110 * search.texi (Repeat Isearch, Error in Isearch): Add kindex
2111 entries.
2112 (Isearch Yank): Document isearch-yank-pop.
2113 (Isearch Scroll): Refer to C-l instead of unbound `recenter'.
2114 (Other Repeating Search): Document Occur Edit mode.
2115
939db9ac
CY
21162011-10-18 Chong Yidong <cyd@gnu.org>
2117
2118 * display.texi (Fringes): Move overflow-newline-into-fringe here,
2119 from Line Truncation node.
2120 (Standard Faces): Note that only the background of the cursor face
2121 has an effect.
2122 (Cursor Display): Fix descriptions of cursor face
2123 and bar cursor blinking.
2124 (Text Display): Document nobreak-char-display more clearly.
2125 (Line Truncation): Add xref to Split Window node.
2126 (Display Custom): Don't bother documenting baud-rate or
2127 no-redraw-on-reenter.
2128
2129 * search.texi (Slow Isearch): Node removed.
2130
80c6d77f
GM
21312011-10-18 Glenn Morris <rgm@gnu.org>
2132
2133 * maintaining.texi (Registering): Remove vc-initial-comment. (Bug#9745)
2134
d366bd53
CY
21352011-10-18 Chong Yidong <cyd@gnu.org>
2136
2137 * display.texi (Faces): Simplify discussion. Move documentation
71873e2b
SM
2138 of list-faces-display here, from Standard Faces node.
2139 Note special role of `default' background.
2140 (Standard Faces): Note special role of `default' background.
2141 Note that region face may be taken fom GTK. Add xref to Text Display.
2142 (Text Scale): Rename from "Temporary Face Changes".
2143 Callers changed. Don't bother documenting variable-pitch-mode.
d366bd53
CY
2144 (Font Lock): Copyedits. Remove font-lock-maximum-size.
2145 (Useless Whitespace): Simplify description of
2146 delete-trailing-whitespace. Note active region case.
2147 (Text Display): Fix description of escape-glyph face assignment.
2148 Remove unibye mode discussion. Update some parts for Unicode.
2149 Move glyphless chars documentation to Lisp manual.
2150
2151 * frames.texi (Tooltips): Document x-gtk-use-system-tooltips.
2152
21100e7d
CY
21532011-10-15 Chong Yidong <cyd@stupidchicken.com>
2154
2155 * display.texi (Scrolling): Tweak explanation of scroll direction.
2156 (View Mode): Add index entries.
2157
2158 * killing.texi (Deletion): Document negative prefix arg to M-SPC.
2159
2160 * regs.texi (Text Registers): C-x r i does not activate the mark.
2161 (Bookmarks): Document new default bookmark location.
2162
50b063c3
CY
21632011-10-13 Chong Yidong <cyd@stupidchicken.com>
2164
71873e2b
SM
2165 * killing.texi (Deletion): Add xref to Using Region.
2166 Document delete-forward-char.
50b063c3
CY
2167 (Yanking): Move yank-excluded-properties to Lisp manual. Move C-y
2168 description here. Recommend C-u C-SPC for jumping to mark.
2169 (Kill Ring): Move kill ring variable documentation here.
2170 (Primary Selection): Copyedits.
2171 (Rectangles): Document new command rectangle-number-lines.
2172 (CUA Bindings): Note that this disables the mark-even-if-inactive
2173 behavior for C-x and C-c.
2174
2175 * mark.texi (Mark): Mention "active region" terminology.
2176 (Using Region): Document delete-active-region.
2177
e1a3f5b1
CY
21782011-10-12 Chong Yidong <cyd@stupidchicken.com>
2179
2180 * mark.texi (Mark): Clarify description of disabled Transient Mark
2181 mode (Bug#9689).
2182 (Setting Mark): Document prefix arg for C-x C-x. Document primary
2183 selection changes. Mention that commands like C-y set the mark.
2184 (Marking Objects): Add xref to Words node. Note that mark-word
2185 and mark-sexp also have the "extend region" behavior.
71873e2b
SM
2186 (Using Region): Mention M-$ in the table.
2187 Document mark-even-if-inactive here instead of in Mark Ring.
2188 (Mark Ring): Move mark-even-if-inactive to Using Region.
2189 Take note of the "Mark Set" behavior.
e1a3f5b1
CY
2190 (Disabled Transient Mark): Rename from "Persistent Mark"
2191 (Bug#9688). Callers changed.
2192
2193 * programs.texi (Expressions):
2194 * text.texi (Words): Defer to Marking Objects for mark-word doc.
2195
3dc62b2b
CY
21962011-10-09 Chong Yidong <cyd@stupidchicken.com>
2197
2198 * help.texi (Help, Help Summary): Eliminate the unnecessary "help
2199 option" terminology.
2200 (Key Help): Add command names. Define "documentation string".
2201 (Name Help): Remove an over-long joke.
2202 (Apropos): Document prefix args. Remove duplicated descriptions.
2203 (Help Mode): Add C-c C-b to table. Update TAB binding.
71873e2b
SM
2204 (Package Keywords): Rename from "Library by Keyword".
2205 Describe new package menu interface.
3dc62b2b 2206 (Help Files, Help Echo): Tweak description.
de09aa52
CY
2207
2208 * mini.texi (Completion Options): Add completion-cycle-threshold.
3dc62b2b 2209 (Minibuffer History): Document numeric args to history commands.
de09aa52 2210
2d3fe5d7
EZ
22112011-10-08 Eli Zaretskii <eliz@gnu.org>
2212
2213 * mule.texi (Bidirectional Editing): Correct some inaccuracies.
2214
b2b0776e
CY
22152011-10-08 Chong Yidong <cyd@stupidchicken.com>
2216
71873e2b
SM
2217 * basic.texi (Position Info): Omit page commands.
2218 Document count-words-region and count-words.
b2b0776e
CY
2219
2220 * text.texi (Pages): Move what-page documentation here.
2221
27a16462
CY
22222011-10-08 Chong Yidong <cyd@stupidchicken.com>
2223
2224 * mini.texi (Minibuffer File): Minor copyedits. Use xref to
2225 Remote Files node instead of linking directly to the Tramp manual.
2226 (Minibuffer Edit): Add xref to Blank Lines.
2227 (Completion): Add xref to Symbol Completion. Remove redundant
2228 example, which is repeated in the next node.
2229 (Completion Commands): Minor clarifications.
2230 (Completion Styles): New node, split from Completion Commands.
2231 Document substring and initials styles.
2232 (Strict Completion): Remove information duplicated in other nodes.
2233 (Completion Options): Consolidate case difference discussion here.
2234
2235 * help.texi (Help Mode): Fix kindex entries.
2236
2237 * files.texi (File Names): Add index entries.
2238
de0bde62
CY
22392011-10-07 Chong Yidong <cyd@stupidchicken.com>
2240
71873e2b
SM
2241 * basic.texi (Inserting Text): Add xref to Completion.
2242 Add ucs-insert example, and document prefix argument.
de0bde62
CY
2243 (Moving Point): Fix introduction; C-f/C-b are no longer equivalent
2244 to left/right. Tweak left-char and right-char descriptions.
2245 M-left and M-right are now bound to left-word/right-word.
2246 (Erasing): Document delete-forward-char.
2247
2248 * screen.texi (Screen, Menu Bar): Copyedits.
2249 (Point): Remove duplicate paragraph on cursors, also in Screen.
2250 (Mode Line): Trailing dashes no longer shown on X displays.
2251
2252 * frames.texi (Non-Window Terminals): Index just "text-only
2253 terminal", which is used throughout the manual now.
2254
2255 * entering.texi (Entering Emacs): Define "startup screen".
2256 Document window-splitting behavior with command-line inputs.
2257 (Exiting): Remove obsolete paragraph about shells without suspend
2258 functionality.
2259
2260 * commands.texi (User Input): Define "input event" more clearly.
2261 (Keys): Add xref to Echo Area.
2262 (Commands): Clarify relation between commands and functions.
2263
453e4522
CY
22642011-10-06 Chong Yidong <cyd@stupidchicken.com>
2265
2266 * misc.texi (emacsclient Options): Document how emacsclient runs
2267 the Emacs daemon (Bug#9674).
2268
550f41cd
CY
22692011-10-01 Chong Yidong <cyd@stupidchicken.com>
2270
2271 * basic.texi (Moving Point):
2272 * custom.texi (Mouse Buttons):
2273 * rmail.texi (Rmail Scrolling):
2274 * search.texi (Isearch Scroll):
550f41cd
CY
2275 * display.texi (Scrolling): Replace scroll-up/down with
2276 scroll-up/down-command. Fix scroll-preserve-screen-position
2277 description. Document scroll-error-top-bottom.
2278
9229fe87
GM
22792011-09-30 Glenn Morris <rgm@gnu.org>
2280
2281 * commands.texi (Keys): Whitespace fix. (Bug#9635)
2282
0a2132ba
CY
22832011-09-24 Chong Yidong <cyd@stupidchicken.com>
2284
2285 * windows.texi (Pop Up Window): Defer discussion of window
2286 splitting to the Window Choice node. Add index entries.
2287 (Force Same Window): Node deleted.
2288 (Displaying Buffers, Window Choice): New nodes.
2289
2290 * buffers.texi (Select Buffer): Clarify description of
2291 buffer-switching commands. Add xref to Window Display node.
2292 Don't repeat confirm-nonexistent-file-or-buffer description from
2293 Visiting node. Remove even-window-heights.
2294
2295 * frames.texi (Special Buffer Frames): Add xref to Window Choice.
2296
33ed493b
CY
22972011-09-18 Chong Yidong <cyd@stupidchicken.com>
2298
2299 * cmdargs.texi (Icons X): Fix description of Emacs icon.
2300
2301 * xresources.texi (Table of Resources): Fix documentation of
2302 bitmapIcon.
2303
92fa95ad
CY
23042011-09-15 Chong Yidong <cyd@stupidchicken.com>
2305
2306 * package.texi (Package Menu): Add package-menu-mark-upgrades.
2307
16254627
EH
23082011-09-12 Eric Hanchrow <eric.hanchrow@gmail.com>
2309
2310 * frames.texi (Frame Commands): Note that delete-other-frames only
2311 deletes frames on current terminal.
2312
c3760c17
EZ
23132011-09-10 Eli Zaretskii <eliz@gnu.org>
2314
2315 * sending.texi (Mail Misc): Document mail-add-attachment.
2316
69b8be97
EZ
23172011-09-04 Eli Zaretskii <eliz@gnu.org>
2318
2319 * basic.texi (Inserting Text): Add index entries. (Bug#9433)
2320
3fd50d5c
CY
23212011-08-29 Chong Yidong <cyd@stupidchicken.com>
2322
2323 * modes.texi (Choosing Modes): auto-mode-case-fold is now t.
2324
e2aeef63
CY
23252011-08-28 Chong Yidong <cyd@stupidchicken.com>
2326
2327 * files.texi (File Archives):
2328 * cal-xtra.texi (Diary Display):
2329 * help.texi (Help Mode): Add xref to View Mode.
2330
ddb54206
CY
23312011-08-28 Chong Yidong <cyd@stupidchicken.com>
2332
a6326082
CY
2333 * display.texi (View Mode): New node. Move view-file here from
2334 Misc File Ops. Move view-buffer here from Misc Buffer.
2335
2336 * buffers.texi (Misc Buffer): Move view-buffer to View Mode.
2337
04e2ce72 2338 * files.texi (Misc File Ops): Document new
a6326082 2339 delete-by-moving-to-trash behavior. Remove view-file.
04e2ce72
CY
2340
2341 * dired.texi (Dired Deletion): Shorten description of Trash.
2342
ddb54206
CY
2343 * misc.texi (emacsclient Options): Document server-port.
2344
bd206ce5
EZ
23452011-08-27 Eli Zaretskii <eliz@gnu.org>
2346
2347 * frames.texi (Frame Commands): Advise setting focus-follows-mouse
2348 even on MS-Windows. Fix a typo.
2349
d43f5a42
CY
23502011-08-26 Chong Yidong <cyd@stupidchicken.com>
2351
2352 * package.texi: New file, documenting the package manager.
2353
2354 * emacs.texi: Include it.
2355
2356 * help.texi (Help Summary): Add describe-package.
2357
e0b1591b
CY
23582011-08-25 Chong Yidong <cyd@stupidchicken.com>
2359
856ce114
CY
2360 * misc.texi (Printing): Convert subnodes into subsections.
2361
f404f8bc
CY
2362 * text.texi (Two-Column): Move into Text chapter.
2363
2364 * picture-xtra.texi (Picture Mode): Group with Editing Binary
2365 Files section. Convert from chapter into section.
2366
2367 * display.texi (Narrowing): Move into display chapter.
2368
e0b1591b
CY
2369 * sending.texi (Sending Mail):
2370 * rmail.texi (Rmail):
2371 * misc.texi (Gnus, Document View):
2372 * dired.texi (Dired):
2373 * emacs.texi: Group the mail, rmail, and gnus chapters together.
2374
75bfc667
JL
23752011-08-07 Juri Linkov <juri@jurta.org>
2376
2377 * dired.texi (Operating on Files): Rewrite according to the fact
2378 that `dired-do-chmod' doesn't use the `chmod' program anymore.
2379
fe676f91
MA
23802011-07-30 Michael Albinus <michael.albinus@gmx.de>
2381
2382 * mini.texi (Minibuffer File): Insert a reference to Tramp for
2383 remote file name completion. (Bug#9197)
2384
4cc60b9b
EZ
23852011-07-28 Eli Zaretskii <eliz@gnu.org>
2386
2387 * mule.texi (Bidirectional Editing): Document the fact that
2388 bidi-display-reordering is t by default.
2389
89671e16
LMI
23902011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
2391
2392 * help.texi (Misc Help): Mention `describe-prefix-bindings'
2393 explicitly (bug#8904).
2394
fb23ecc2
LMI
23952011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
2396
2397 * trouble.texi (Checklist): Use an `M-x' example instead of an
2398 Emacs Lisp form to switch on the dribble file (bug#8056).
2399
465c5fc8
LMI
24002011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
2401
2402 * custom.texi (Hooks): Mention buffer-local hooks (bug#6218).
2403
90a6258b
GM
24042011-07-13 Glenn Morris <rgm@gnu.org>
2405
2406 * dired.texi (Dired Enter): Mention --dired. (Bug#9039)
2407
c7588364
LMI
24082011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
2409
2410 * mark.texi (Mark Ring): Clarify how many locations are saved
2411 (bug#5770).
2412 (Global Mark Ring): Ditto.
2413
4cb4f3ba
LMI
24142011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
2415
d648feab
LMI
2416 * text.texi (Table Recognition): Use "at point" instead of "under
2417 point" (bug#4345).
2418
4cb4f3ba
LMI
2419 * display.texi (Cursor Display): Mention `cursor-type'.
2420
2421 * screen.texi (Point): Clarify that it's only if you use a block
2422 cursor that it appears to be on a character (bug#4345).
2423
ecd0b990
CY
24242011-07-12 Chong Yidong <cyd@stupidchicken.com>
2425
2426 * misc.texi (Amusements): Move dissociated press here, from its
2427 own section.
2428
2429 * emacs.texi (Top): Update node listing.
2430
c2fd0368
LMI
24312011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
2432
2433 * emacs.texi (Top): Change "inferiors" to "subnodes" for greater
2434 clarity (bug#3523).
2435
fdeb32ec
CY
24362011-07-12 Chong Yidong <cyd@stupidchicken.com>
2437
2438 * cmdargs.texi (Initial Options): Document --no-site-lisp.
2439 (Misc X): Document --parent-id.
2440
2441 * frames.texi (Frame Commands): Note that focus-follows-mouse now
2442 defaults to nil.
2443
2444 * misc.texi (emacsclient Options): Document --parent-id.
2445
2446 * msdog.texi (Windows HOME): Document _emacs as obsolete.
2447
f584ca38
LMI
24482011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
2449
2450 * emacs.texi: Use "..." instead of ``...'' in the menus
2451 (bug#3503).
2452
963578d3
CY
24532011-07-11 Chong Yidong <cyd@stupidchicken.com>
2454
2455 * killing.texi (Primary Selection): Document `only' setting for
2456 select-active-regions.
2457
2458 * mark.texi (Setting Mark): Reference Shift Selection node.
2459
2460 * frames.texi (Mouse Commands): Document mouse-yank-primary.
2461
a30ed87b
LMI
24622011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
2463
47076272
LMI
2464 * mark.texi (Setting Mark): Clarify what's meant by "Shifted
2465 motion keys" (bug#3503).
2466
a30ed87b
LMI
2467 * emacs.texi: Change all the register node names from "RegPos"
2468 (etc.) to "Positional Registers" (etc.) (bug#3314).
2469
4d45a8b7
CY
24702011-07-11 Chong Yidong <cyd@stupidchicken.com>
2471
2472 * killing.texi (Killing, Deletion and Killing, Killing by Lines)
2473 (Other Kill Commands, Kill Options): Copyedits.
2474 (Deletion and Killing, Kill Ring): Kill/yank now use clipboard.
2475 (Yanking): Move yank-excluded properties discussion here.
2476 (Cut and Paste): Move from frames.texi. Update subnodes to
2477 describe x-select-enable-clipboard case.
2478
2479 * frames.texi: Move Cut and Paste node and subnodes into
2480 killing.texi, except Mouse Commands and Word and Line Mouse.
2481
c160ddee
AM
24822011-07-10 Andy Moreton <andrewjmoreton@gmail.com> (tiny change)
2483
2484 * makefile.w32-in (EMACSSOURCES): Replace major.texi with modes.texi.
2485
3329e6e3
LMI
24862011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
2487
32a214fe
LMI
2488 * screen.texi (Mode Line): Clarify that coding systems are
2489 characters, not letters (bug#1749).
2490
3329e6e3
LMI
2491 * cmdargs.texi (Environment): Mention removing variables
2492 (bug#1615). Text suggested by Kevin Rodgers.
2493
8875da1e
CY
24942011-07-10 Chong Yidong <cyd@stupidchicken.com>
2495
54806e45
CY
2496 * misc.texi (Amusements): Don't mention Yow; it's crippled.
2497
8875da1e
CY
2498 * modes.texi: Rename from major.texi.
2499 (Modes): New node. Make Major Modes and Minor Modes subsections
2500 of this. All callers changed.
2501
2502 * custom.texi (Minor Modes): Move to modes.texi.
2503
7847b2a1
CY
25042011-07-10 Chong Yidong <cyd@stupidchicken.com>
2505
6cfd0fa2
CY
2506 * custom.texi (Syntax): Node deleted.
2507
2508 * help.texi (Help Summary):
2509 * major.texi (Major Modes):
2510 * programs.texi (Parentheses):
2511 * search.texi (Regexp Backslash, Regexp Backslash)
2512 (Regexp Backslash):
2513 * text.texi (Words): Callers changed.
2514
7847b2a1
CY
2515 * text.texi (Refill, Longlines): Delete nodes.
2516
2517 * ack.texi (Acknowledgments): Longlines removed from manual.
2518
2519 * emacs.texi (Top): Update node listing.
2520
2a71c436
GM
25212011-07-09 Glenn Morris <rgm@gnu.org>
2522
2523 * fortran-xtra.texi (Fortran): Update handled extensions.
2524
61436e9f
LMI
25252011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
2526
2527 * display.texi (Scrolling): `C-v' (etc) are now bound to
2528 `scroll-*-command' (bug#8349).
2529
6e560c71
LMI
25302011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
2531
48954a09 2532 * dired.texi (Subdirectories in Dired): Clarify that `C-u k'
ff9ad330
LMI
2533 doesn't actually delete any files (bug#7125).
2534
2904fd97
LMI
2535 * picture-xtra.texi (Rectangles in Picture): Clarify the prefix
2536 argument for `C-c C-k' (bug#7391).
2537
6e560c71
LMI
2538 * frames.texi (Fonts): Mention "C-u C-x =" to find out what font
2539 you're currently using (bug#8489).
2540
978ff6c5
EZ
25412011-07-01 Eli Zaretskii <eliz@gnu.org>
2542
2543 * mule.texi (Coding Systems): Move index entries from the previous
2544 change into their proper places.
2545
0d742084
LMI
25462011-07-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
2547
31976bd5
LMI
2548 * help.texi (Help Files): Document view-external-packages (bug#8902).
2549
0d742084
LMI
2550 * mule.texi (Coding Systems): Put a few more of the coding systems
2551 into the index (bug#8900).
2552
9f678528
GM
25532011-06-26 Glenn Morris <rgm@gnu.org>
2554
2555 * fortran-xtra.texi (Fortran): F90 mode is also for F2008.
2556
18a4ce5e
AR
25572011-06-25 Andreas Rottmann <a.rottmann@gmx.at>
2558
2559 * misc.texi (emacsclient Options): Mention --frame-parameters.
2560
f0da764a
GM
25612011-06-09 Glenn Morris <rgm@gnu.org>
2562
2563 * custom.texi (Specifying File Variables):
2564 Recommend explicit arguments for minor modes.
2565
b047e7ac
PE
25662011-06-02 Paul Eggert <eggert@cs.ucla.edu>
2567
2568 Document wide integers better.
2569 * buffers.texi (Buffers):
001903b5
PE
2570 * files.texi (Visiting): Document maxima for 64-bit machines,
2571 and mention virtual memory limits.
b047e7ac 2572
bf41276f
CY
25732011-05-28 Chong Yidong <cyd@stupidchicken.com>
2574
2575 * custom.texi (Hooks): Reorganize. Mention Prog mode.
2576
2577 * fixit.texi (Spelling): Mention using prog-mode-hook for flypsell
2578 prog mode (Bug#8240).
2579
e145f188
GM
25802011-05-27 Glenn Morris <rgm@gnu.org>
2581
2582 * custom.texi (Specifying File Variables):
2583 Major modes no longer need come first.
2584
313f790e
CY
25852011-05-22 Chong Yidong <cyd@stupidchicken.com>
2586
2587 * mule.texi (Specify Coding, Text Coding, Communication Coding):
2588 (File Name Coding, Terminal Coding): Add command names (Bug#8312).
2589
c136e5cd
GM
25902011-05-18 Glenn Morris <rgm@gnu.org>
2591
2592 * ack.texi (Acknowledgments): Remove fakemail.c.
2593
c71a0d48 25942011-05-17 Chong Yidong <cyd@stupidchicken.com>
ae742cb5
CY
2595
2596 Fixes for fitting text into 7x9 printed manual.
2597 * building.texi (Flymake, Breakpoints Buffer):
2598 * calendar.texi (Appointments):
2599 * cmdargs.texi (General Variables, Display X):
2600 * custom.texi (Saving Customizations, Face Customization)
2601 (Directory Variables, Minibuffer Maps, Init Rebinding):
2602 * display.texi (Font Lock, Font Lock, Useless Whitespace):
2603 * fixit.texi (Spelling):
2604 * frames.texi (Creating Frames, Fonts):
2605 * help.texi (Help Files):
2606 * mini.texi (Minibuffer File):
2607 * misc.texi (emacsclient Options, Emulation):
2608 * msdog.texi (Windows Startup, Windows HOME, Windows Fonts):
2609 * mule.texi (International Chars, Language Environments)
2610 (Select Input Method, Modifying Fontsets, Charsets):
2611 * programs.texi (Custom C Indent):
2612 * rmail.texi (Rmail Labels):
2613 * text.texi (Table Conversion):
2614 * trouble.texi (Known Problems, Known Problems):
2615 * windows.texi (Change Window):
2616 * xresources.texi (GTK resources): Reflow text and re-indent code
2617 examples to avoid TeX overflows and underflows on 7x9 paper.
2618
2619 * emacs.texi: Fix the (commented out) smallbook command.
2620
2621 * macos.texi (Mac / GNUstep Events):
2622 * xresources.texi (Lucid Resources): Remove extraneous examples.
2623
b8f82dc1
GM
26242011-05-10 Glenn Morris <rgm@gnu.org>
2625
2626 * custom.texi (Specifying File Variables):
2627 Deprecate using mode: for minor modes.
2628
d306b4da
GM
26292011-05-07 Glenn Morris <rgm@gnu.org>
2630
2631 * cal-xtra.texi (Sexp Diary Entries): Mention diary-hebrew-birthday.
2632
548d0a63
GM
26332011-05-06 Glenn Morris <rgm@gnu.org>
2634
5006e634
GM
2635 * calendar.texi (Appointments): Mention appt-warning-time-regexp.
2636
548d0a63
GM
2637 * cal-xtra.texi (Fancy Diary Display): Mention diary comments.
2638
e793a940
LMI
26392011-05-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
2640
2641 * misc.texi (Emacs Server): Document `server-eval-at'.
2642
7031be6d
UR
26432011-04-24 Chong Yidong <cyd@stupidchicken.com>
2644
71873e2b
SM
2645 * maintaining.texi (List Tags): Document next-file.
2646 Suggested by Uday S Reddy.
7031be6d 2647
4ffd0d6b 26482011-04-23 Juanma Barranquero <lekktu@gmail.com>
7ee6a1d3
JB
2649
2650 * mini.texi (Minibuffer Edit):
2651 * screen.texi (Mode Line): Fix typo.
2652
1c6c854e
CS
26532011-04-20 Christoph Scholtes <cschol2112@googlemail.com>
2654
024ff170 2655 * maintaining.texi (Old Revisions): Mention new function vc-ediff.
1c6c854e 2656
c5c9f40f
CY
26572011-03-26 Chong Yidong <cyd@stupidchicken.com>
2658
2659 * display.texi (Auto Scrolling): Fix scroll-up/scroll-down confusion.
2660
09725d26
EZ
26612011-03-30 Eli Zaretskii <eliz@gnu.org>
2662
2663 * display.texi (Auto Scrolling): Document the limit of 100 lines
2664 for never-recentering scrolling with `scroll-conservatively'.
2665 (Bug#6671)
2666
09d9db2c 26672011-03-12 Eli Zaretskii <eliz@gnu.org>
69cc79e9
EZ
2668
2669 * msdog.texi (Windows HOME): Fix the wording to clarify how Emacs sets
2670 HOME on Windows and where it looks for init files. (Bug#8221)
2671
62d94509
EZ
26722011-03-10 Eli Zaretskii <eliz@gnu.org>
2673
2674 * search.texi (Regexp Example):
2675 * mule.texi (International Chars):
2676 * building.texi (External Lisp): Don't use characters outside
2677 ISO-8859-1.
2678
0286d9de
EZ
26792011-03-09 Eli Zaretskii <eliz@gnu.org>
2680
1c6c854e
CS
2681 * ack.texi (Acknowledgments): Convert to ISO-8859-1 encoding.
2682 Use Texinfo @-commands for non Latin-1 characters.
63a329f8
EZ
2683
2684 * makefile.w32-in (MAKEINFO_OPTS): Add --enable-encoding.
2685
114902a5 2686 * custom.texi (Init File): Add index entries for ".emacs".
0286d9de
EZ
2687 (Bug#8210)
2688
0afb4571
J
26892011-03-08 Jan Djärv <jan.h.d@swipnet.se>
2690
2691 * xresources.texi (GTK resources): ~/.emacs.d/gtkrc does not work
2692 for Gtk+ 3.
2693
bb3865e8
GM
26942011-03-08 Glenn Morris <rgm@gnu.org>
2695
6446548e
GM
2696 * Makefile.in (MAKEINFO_OPTS): Add --enable-encoding.
2697 * emacs.texi (Acknowledgments):
2698 * ack.texi (Acknowledgments): Names to UTF-8.
80b005c7 2699 * emacs.texi: Set documentencoding.
6446548e 2700
bb3865e8
GM
2701 * display.texi (Optional Mode Line): Don't mention exactly where
2702 display-time appears. (Bug#8193)
2703
33383987
JB
27042011-03-07 Chong Yidong <cyd@stupidchicken.com>
2705
2706 * Version 23.3 released.
2707
892777ba
CY
27082011-03-06 Chong Yidong <cyd@stupidchicken.com>
2709
2710 * search.texi (Isearch Yank): C-y now bound to isearch-yank-kill.
2711
0b973fc5
DW
27122011-03-03 Drake Wilson <drake@begriffli.ch> (tiny change)
2713
2714 * misc.texi (emacsclient Options): Add q/quiet.
2715
8ef5a2f2
GM
27162011-03-02 Glenn Morris <rgm@gnu.org>
2717
2718 * mule.texi (Communication Coding) <x-select-request-type>:
2719 Remove duplicate (essentially) paragraph. (Bug#8148)
2720
bd106056
CS
27212011-03-01 Christoph Scholtes <cschol2112@googlemail.com>
2722
2723 * maintaining.texi (Format of ChangeLog): Add reference to
2724 add-log-full-name.
2725 (Change Log Commands): Add documentation for combining multiple
2726 symbols in one change.
2727
6640b281
GM
27282011-03-01 Glenn Morris <rgm@gnu.org>
2729
2730 * custom.texi (Directory Variables):
2731 Give an example of excluding subdirectories.
2732
2b0c7330 27332011-02-28 Eli Zaretskii <eliz@gnu.org>
116b6d38
EZ
2734
2735 * search.texi (Regexp Search): Move index entries about regexps to the
2736 "Regexps" node. Add index entries for regexp search. (Bug#8096)
2737
8c62c205
GM
27382011-02-19 Glenn Morris <rgm@gnu.org>
2739
2740 * dired.texi (Dired): Dired-X version number was dropped.
2741
3928f2b6
JD
27422011-02-14 Jan Djärv <jan.h.d@swipnet.se>
2743
2744 * xresources.texi (X Resources): Remove *faceName and replace it with
2745 *font for Lucid.
2746
a41c8660
CY
27472011-02-05 Chong Yidong <cyd@stupidchicken.com>
2748
2749 * rmail.texi (Rmail Display): Document Rmail MIME support more
2750 accurately.
2751
2752 * maintaining.texi (VC Change Log): Document vc-log-incoming and
2753 vc-log-outgoing.
2754 (Merging): Document vc-find-conflicted-file.
2755
233ba4d9 27562011-02-05 Glenn Morris <rgm@gnu.org>
d436de97
GM
2757
2758 * custom.texi (Variables): Fix typo.
2759
14beddf4 27602011-01-31 Chong Yidong <cyd@stupidchicken.com>
19f81ecf 2761
65401ee3
CY
2762 * search.texi (Regexps): Copyedits. Mention character classes
2763 (Bug#7809).
2764
19f81ecf
CY
2765 * files.texi (File Aliases): Restore explanatory text from Eli
2766 Zaretskii, accidentally removed in 2011-01-08 commit.
2767
bf3dae7e
EZ
27682011-01-29 Eli Zaretskii <eliz@gnu.org>
2769
2770 * makefile.w32-in (MAKEINFO): Remove options, leave only program name.
2771 (MAKEINFO_OPTS): New variable.
2772 (ENVADD, $(infodir)/emacs): Use $(MAKEINFO_OPTS).
2773 (emacs.html): New target.
2774 (clean): Remove emacs.html.
2775
45eb2a5d
WL
27762011-01-23 Werner Lemberg <wl@gnu.org>
2777
2778 * Makefile.in (MAKEINFO): Now controlled by `configure'.
2779 (MAKEINFO_OPTS): New variable. Use it where appropriate.
2780 (ENVADD): Updated.
2781
9acfe703
GM
27822011-01-18 Glenn Morris <rgm@gnu.org>
2783
2784 * ack.texi, emacs.texi (Acknowledgments): Update for ERT addition.
2785
2786 * ack.texi (Acknowledgments): Remove mention of replaced prolog.el.
2787
362b9d48
GM
27882011-01-15 Chong Yidong <cyd@stupidchicken.com>
2789
bb033b5f
CY
2790 * building.texi (Compilation): Improve instructions for running two
2791 compilations (Bug#7573).
2792
b024d9f0
MD
2793 * files.texi (Backup Names): Document the new location of the
2794 last-resort backup file.
2795
362b9d48
GM
2796 * files.texi (File Aliases): Move directory-abbrev-alist doc from Lisp
2797 manual. Explain why directory-abbrev-alist elements should be anchored
2798 (Bug#7777).
2799
28002011-01-15 Eli Zaretskii <eliz@gnu.org>
2801
2802 * msdog.texi (Windows Startup): Correct inaccurate description of
2803 differences between emacsclient.exe and emacsclientw.exe.
2804
7c420169 28052011-01-02 Chong Yidong <cyd@stupidchicken.com>
89dc29d9
CY
2806
2807 * rmail.texi (Rmail Display): Edit for grammar and conciseness.
2808
7c420169 28092011-01-02 Kenichi Handa <handa@m17n.org>
7f42ff40
KH
2810
2811 * rmail.texi (Rmail Display): Describe new features of Rmail in Info.
2812
7c420169 28132011-01-02 Eli Zaretskii <eliz@gnu.org>
88ab4340 2814
2d34d523
EZ
2815 * frames.texi (Cut and Paste): Modify the section's name and text:
2816 don't mix "cut/paste" with "kill/yank".
2817 (Cut/Paste Other App): Describe the per-session emulation of PRIMARY.
2818 (Bug#7702)
2819
88ab4340
EZ
2820 * trouble.texi (Checklist): Mention debug-on-quit. (Bug#7667)
2821
7c420169 28222011-01-02 Glenn Morris <rgm@gnu.org>
d3658de7
GM
2823
2824 * maintaining.texi: Move inclusion of emerge after EDE, so that it
2825 matches its position in the menu. (Bug#7674)
2826
7c420169 28272011-01-02 Glenn Morris <rgm@gnu.org>
da3930f3
GM
2828
2829 * trouble.texi (Checklist): Mention not replying via news either.
2830
92bb6c52
TH
28312010-12-30 Tassilo Horn <tassilo@member.fsf.org>
2832
2833 * misc.texi (Document View): Update DocView section with newly
2834 supported document formats.
2835
b103c904
CY
28362010-12-21 Chong Yidong <cyd@stupidchicken.com>
2837
2838 * killing.texi: Resection the Info version to conform to the
2839 printed manual, to avoid making sections on Accumulating Text, CUA
2840 and Rectangles into full chapters.
2841
f49d1f52 28422010-12-13 Eli Zaretskii <eliz@gnu.org>
68f75971
EZ
2843
2844 * custom.texi (Init Syntax): Add index entries for "character syntax".
2845 (Bug#7576)
2846
f49d1f52 28472010-12-13 Karel Klíč <kklic@redhat.com>
6e427e96
KK
2848
2849 * text.texi (HTML Mode): Small fixes. (Bug#7607)
2850
f49d1f52 28512010-12-13 Glenn Morris <rgm@gnu.org>
ffda048b
GM
2852
2853 * trouble.texi (Checklist): Fix typo in newsgroup name.
2854
f49d1f52 28552010-12-13 Chong Yidong <cyd@stupidchicken.com>
2931c841
CY
2856
2857 * search.texi (Word Search): Note that the lazy highlight always
2858 matches to whole words (Bug#7470).
2859
f49d1f52 28602010-12-13 Eli Zaretskii <eliz@gnu.org>
b8a9e136 2861
4f1948eb
EZ
2862 * display.texi (Optional Mode Line): Make the description of
2863 load-average more accurate.
2864
b8a9e136
EZ
2865 * msdog.texi (Windows HOME): Mention that HOME can also be set in the
2866 registry, with a cross-reference.
62d72a4a
EZ
2867 (Windows Startup): New node. Move the stuff about the current
2868 directory from "Windows HOME".
b8a9e136 2869
07976ae3 28702010-11-27 Bob Rogers <rogers-emacs@rgrjr.dyndns.org>
17a6e278
BR
2871
2872 * maintaining.texi (VC With A Locking VCS, VC Directory Commands):
2873 * vc1-xtra.texi (Customizing VC, General VC Options): Small fixes.
2874
07976ae3 28752010-11-27 Chong Yidong <cyd@stupidchicken.com>
0d6607ab
CY
2876
2877 * maintaining.texi (Version Control Systems): Fix repeated sentence.
2878 Suggested by Štěpán Němec.
2879
07976ae3 28802010-11-27 Chong Yidong <cyd@stupidchicken.com>
ec8a6295 2881
1aaae3f3
CY
2882 * maintaining.texi (Version Control): Say "commit", not "check in".
2883 (Version Control Systems): Simplify descriptions.
2884 (VCS Merging, VCS Changesets, VCS Repositories): New nodes, split from
2885 VCS Concepts.
2886 (VC Mode Line): Update example.
2887 (Old Revisions): Document revert-buffer for vc-diff.
2888 (Log Buffer): Promote to a subsection. Document header lines.
2889
1c6c854e
CS
2890 * macos.texi (Mac / GNUstep Basics):
2891 Document ns-right-alternate-modifier.
ec8a6295 2892
1aaae3f3
CY
2893 * emacs.texi (Top): Update node listing.
2894
0eb025fb
EZ
28952010-11-13 Eli Zaretskii <eliz@gnu.org>
2896
2897 * rmail.texi (Rmail Coding): Characters with no fonts are not
2898 necessarily displayed as empty boxes.
2899
2900 * mule.texi (Language Environments, Fontsets): Characters with no
2901 fonts are not necessarily displayed as empty boxes.
2902
2903 * display.texi (Text Display): Document display of glyphless
2904 characters.
2905
ea4f7750
GM
29062010-11-13 Glenn Morris <rgm@gnu.org>
2907
2908 * basic.texi (Position Info): Add M-x count-words-region.
2909
90639cea
GM
29102010-11-11 Glenn Morris <rgm@gnu.org>
2911
2912 * msdog.texi (ls in Lisp): Update for ls-lisp changes.
2913
d607b96b 29142010-11-09 Eli Zaretskii <eliz@gnu.org>
a16b2d46
EZ
2915
2916 * msdog.texi (Windows HOME): Add information regarding startup
2917 directory when invoking Emacs from a desktop shortcut. (bug#7300)
2918
c12e4a81
GM
29192010-10-11 Glenn Morris <rgm@gnu.org>
2920
df187c62
GM
2921 * Makefile.in (MAKEINFO): Add explicit -I$srcdir.
2922
c12e4a81
GM
2923 * Makefile.in (.texi.dvi): Remove unnecessary suffix rule.
2924 (DVIPS): New variable.
234db610
GM
2925 (.PHONY): Add html, ps.
2926 (html, emacs.html, ps, emacs.ps, emacs-xtra.ps): New targets.
2927 (clean): Delete html, ps files.
c12e4a81 2928
6513b232
EZ
29292010-10-09 Eli Zaretskii <eliz@gnu.org>
2930
2931 * makefile.w32-in (EMACSSOURCES): Add emacsver.texi.
2932
f4f358f1
GM
29332010-10-09 Glenn Morris <rgm@gnu.org>
2934
c1dc72b3
GM
2935 * Makefile.in (VPATH): Remove.
2936 (infodir): Make it absolute.
2937 (mkinfodir, $(infodir)/emacs, infoclean): No need to cd $srcdir.
2938
4393405b
GM
2939 * Makefile.in (dist): Anchor regexps.
2940
eef3ab94
GM
2941 * Makefile.in (EMACSSOURCES): Put emacs.texi first.
2942 ($(infodir)/emacs, emacs.dvi, emacs.pdf, emacs-xtra.dvi)
2943 (emacs-xtra.pdf): Use $<.
2944
aa9db089
GM
2945 * Makefile.in (infoclean): Remove harmless, long-standing error.
2946
abd40fb4
GM
2947 * Makefile.in ($(infodir)): Delete rule.
2948 (mkinfodir): New.
2949 ($(infodir)/emacs): Use $mkinfodir instead of infodir.
2950
f4f358f1 2951 * Makefile.in (distclean): Do not delete emacsver.texi.
68db69ed 2952 (dist): Remove reference to emacsver.texi.in.
f4f358f1
GM
2953 * emacsver.texi: New file, replacing emacsver.texi.in.
2954
ea274122
GM
29552010-10-09 Glenn Morris <rgm@gnu.org>
2956
f7a31f11
GM
2957 * emacsver.texi.in: New file.
2958 * emacs.texi: Set EMACSVER by including emacsver.texi.
2959 * Makefile.in (distclean): Delete emacsver.texi.
2960 (dist): Copy emacsver.texi.
b13254e7 2961 (EMACSSOURCES): Add emacsver.texi.
f7a31f11 2962
3fb78d1f
GM
2963 * ack.texi (Acknowledgments): No more b2m.c.
2964
ea274122
GM
2965 * Makefile.in (.PHONY): Declare info, dvi, pdf, dist.
2966 (emacs): Remove rule.
2967 (dist): No need to deal with the emacs rule any more.
2968
17ca7950
GM
29692010-10-07 Glenn Morris <rgm@gnu.org>
2970
2971 * Makefile.in (version): New, set by configure.
2972 (clean): Delete dist tar file.
2973 (dist): Use version in tar name.
2974
4c83f6e1
GM
29752010-10-06 Glenn Morris <rgm@gnu.org>
2976
2977 * Makefile.in (EMACS_XTRA): Add the main source file.
2978 (emacs-xtra.dvi, emacs-xtra.pdf): Remove explicit emacs-xtra.texi.
2979 (mostlyclean): No core files, reorder other files.
2980 (clean): Delete specific dvi and pdf files.
2981 (infoclean, dist): New rules.
2982 (maintainer-clean): Use infoclean.
8a944cea 2983 ($(infodir)): Add parallel build workaround.
4c83f6e1 2984
0264072d
GM
29852010-10-04 Glenn Morris <rgm@gnu.org>
2986
2987 * Makefile.in (SHELL): Set it.
2988 (INFO_TARGETS, DVI_TARGETS): Remove variables.
2989 (info, dvi): Replace above variables with their expansions.
2990 (info): Move mkdir from here...
2991 ($(infodir)/emacs): ... to here (for parallel builds).
2992 (pdf): New target.
2993 ($(infodir)/emacs): Pass -o option to makeinfo.
2994 (.PHONY): Declare clean rules.
2995 (maintainer-clean): Delete dvi and pdf files.
2996 Guard against cd failures. Use a more restrictive delete.
2997
3226d6ca
GM
29982010-10-02 Glenn Morris <rgm@gnu.org>
2999
3000 * misc.texi (Shell Mode): Remove reference to old function name.
3001
cad90f3b
EZ
30022010-09-30 Eli Zaretskii <eliz@gnu.org>
3003
3004 * maintaining.texi (VC Mode Line): Mention all the possible VC status
3005 indicator characters.
3006
5f874327
GM
30072010-09-29 Glenn Morris <rgm@gnu.org>
3008
3009 * Makefile.in (top_srcdir): Remove unused variable.
3010
0ab9cff3
GM
30112010-09-14 Glenn Morris <rgm@gnu.org>
3012
67ae9766
GM
3013 * cal-xtra.texi (Fancy Diary Display): Emphasize that sort should be
3014 the last hook item.
3015
0ab9cff3
GM
3016 * calendar.texi (Appointments): Also updated when a diary include file
3017 is saved.
3018
6664fc59 30192010-09-14 Glenn Morris <rgm@gnu.org>
63e1eaa1
GM
3020
3021 * trouble.texi (Bugs): Update the section intro.
3022 (Known Problems): New section.
3023 (Checklist): Misc updates. Prefer M-x report-emacs-bug.
3024 (Sending Patches): Bug fixes are best as responses to existing bugs.
3025 * emacs.texi (Known Problems): Add menu entry for new section.
3026
be3283d7
GM
30272010-09-09 Glenn Morris <rgm@gnu.org>
3028
3029 * xresources.texi: Untabify.
3030
10999305 30312010-09-06 Chong Yidong <cyd@stupidchicken.com>
89532a07
CY
3032
3033 * dired.texi (Dired Enter): Minor doc fix (Bug#6982).
3034
10999305 30352010-09-06 Glenn Morris <rgm@gnu.org>
e4a0188a
GM
3036
3037 * misc.texi (Saving Emacs Sessions): Mention desktop-path. (Bug#6948)
3038
30641319
JD
30392010-09-02 Jan Djärv <jan.h.d@swipnet.se>
3040
3041 * frames.texi (Cut/Paste Other App): Remove vut-buffer text.
3042
50dd7bc6
GM
30432010-08-21 Glenn Morris <rgm@gnu.org>
3044
3045 * misc.texi (Amusements): Mention bubbles and animate.
3046
5e620eca
EZ
30472010-07-31 Eli Zaretskii <eliz@gnu.org>
3048
3049 * files.texi (Visiting): Add more index entries for
3050 large-file-warning-threshold.
3051
8b2dd508
JD
30522010-07-29 Jan Djärv <jan.h.d@swipnet.se>
3053
3054 * frames.texi (Tool Bars): Add doc for tool-bar-position.
3055
8838673e
GM
30562010-06-23 Glenn Morris <rgm@gnu.org>
3057
3058 * abbrevs.texi, basic.texi, buffers.texi, building.texi, calendar.texi:
3059 * custom.texi, dired.texi, display.texi, emacs.texi, emerge-xtra.texi:
3060 * files.texi, fortran-xtra.texi, frames.texi, help.texi, killing.texi:
3061 * maintaining.texi, mark.texi, mini.texi, misc.texi, msdog.texi:
0351f24c
GM
3062 * mule.texi, programs.texi, rmail.texi, screen.texi, search.texi:
3063 * sending.texi, text.texi, trouble.texi, vc1-xtra.texi, xresources.texi:
8838673e
GM
3064 Untabify Texinfo files.
3065
04d3bb6c
GM
30662010-06-10 Glenn Morris <rgm@gnu.org>
3067
103dd3a8
GM
3068 * basic.texi (Inserting Text): Minor clarification. (Bug#6374)
3069
04d3bb6c
GM
3070 * basic.texi (Inserting Text): Fix typo.
3071
50b79479
GM
30722010-06-10 Glenn Morris <rgm@gnu.org>
3073
3074 * ack.texi (Acknowledgments):
3075 * emacs.texi (Acknowledgments): Update for notifications.el.
3076
86d7a550
DU
30772010-05-31 Daiki Ueno <ueno@unixuser.org>
3078
3079 * dired.texi (Operating on Files): Mention encryption commands
3080 (Bug#6315).
3081
db5dce9d
EZ
30822010-05-29 Eli Zaretskii <eliz@gnu.org>
3083
3084 * basic.texi (Moving Point): Update due to renaming of commands bound
3085 to arrows. Document bidi-aware behavior of C-<right> and C-<left>.
3086
34313041
EZ
30872010-05-18 Eli Zaretskii <eliz@gnu.org>
3088
3089 * display.texi (Fringes): Document reversal of fringe arrows for R2L
3090 paragraphs.
3091 (Line Truncation): Fix wording for bidi display.
3092
1fc0ce04 3093 * basic.texi (Moving Point): Document bidi-aware behavior of the arrow
34313041
EZ
3094 keys.
3095
0235128c 30962010-05-08 Chong Yidong <cyd@stupidchicken.com>
abb777ac
CY
3097
3098 * building.texi (GDB Graphical Interface): Remove misleading comparison
3099 to an IDE (Bug#6128).
3100
0235128c 31012010-05-08 Štěpán Němec <stepnem@gmail.com> (tiny change)
da0bbbc4
CY
3102
3103 * programs.texi (Man Page):
3104 * misc.texi (Invoking emacsclient):
3105 * mini.texi (Repetition):
3106 * mark.texi (Setting Mark): Fix typos.
3107
0235128c 31082010-05-08 Chong Yidong <cyd@stupidchicken.com>
eb5ed549
CY
3109
3110 * misc.texi (Printing): Document htmlfontify-buffer.
3111
0235128c 31122010-05-08 Glenn Morris <rgm@gnu.org>
6776e4c4
GM
3113
3114 * calendar.texi (Displaying the Diary, Format of Diary File):
3115 Fix external cross-references for TeX format output.
3116
0235128c
SM
31172010-05-07 Chong Yidong <cyd@stupidchicken.com>
3118
3119 * Version 23.2 released.
3120
f63d0028
JD
31212010-05-02 Jan Djärv <jan.h.d@swipnet.se>
3122
3123 * cmdargs.texi (Initial Options): Mention --chdir.
3124
20fe03ad
JD
31252010-04-21 Jan Djärv <jan.h.d@swipnet.se>
3126
3127 * frames.texi (Tool Bars): Add tool-bar-style.
3128
b7d65a5f
GM
31292010-04-21 Glenn Morris <rgm@gnu.org>
3130
3131 * ack.texi, emacs.texi (Acknowledgments): Add SELinux support.
3132
a42dbee1
CY
31332010-04-18 Chong Yidong <cyd@stupidchicken.com>
3134
3135 * programs.texi (Semantic): New node.
3136
3137 * maintaining.texi (EDE): New node.
3138
3139 * emacs.texi: Update node listing.
3140
3141 * misc.texi (Gnus): Use the `C-h i' keybinding for info.
3142
6e104790 31432010-04-18 Glenn Morris <rgm@gnu.org>
a77fe20c 3144
d52dbd3d
GM
3145 * emacs.texi (Acknowledgments): Remove duplicate.
3146
a77fe20c
GM
3147 * maintaining.texi (VC Directory Commands): Mention stashes and shelves.
3148
6e104790 31492010-04-18 Glenn Morris <rgm@gnu.org>
4d4e9522 3150
4ebe9902
GM
3151 * dired.texi (Misc Dired Features): Mention VC diff and log.
3152 * maintaining.texi (Old Revisions, VC Change Log):
3153 Mention that diff and log work in Dired buffers.
3154
98932641
GM
3155 * help.texi (Help Summary): Mention M-x info-finder.
3156
d5b22ab2 3157 * ack.texi (Acknowledgments): Add mpc.el.
cdfbcbba 3158
4d4e9522
GM
3159 * custom.texi (Specifying File Variables, Directory Variables):
3160 Document new commands for manipulating local variable lists.
3161
6e104790 31622010-04-18 Glenn Morris <rgm@gnu.org>
16207c0a
GM
3163
3164 * trouble.texi (Contributing): Add cindex entry.
3165 Mention etc/CONTRIBUTE.
3166
6e104790 31672010-04-18 Chong Yidong <cyd@stupidchicken.com>
e59c4233
CY
3168
3169 * mark.texi (Persistent Mark): Copyedits. Replace undo example with
3170 query-replace (Bug#5774).
3171
a20a9df3
GM
31722010-04-16 Glenn Morris <rgm@gnu.org>
3173
3174 * ack.texi, emacs.texi (Acknowledgments): Update for Org changes.
3175
1ecb2d3f
JD
31762010-04-11 Jan Djärv <jan.h.d@swipnet.se>
3177
3178 * xresources.texi (Lucid Resources): Mention faceName for dialogs.
3179
99852628
JD
31802010-04-08 Jan Djärv <jan.h.d@swipnet.se>
3181
3182 * xresources.texi (Lucid Resources): Mention faceName to set Xft fonts.
3183
ce79424f
EZ
31842010-03-30 Eli Zaretskii <eliz@gnu.org>
3185
3186 * mule.texi (Input Methods): Mention "C-x 8 RET" and add a
3187 cross-reference to "Inserting Text".
3188
3189 * basic.texi (Inserting Text): Add an index entry for "C-x 8 RET".
3190 Mention completion provided by `ucs-insert'.
3191
85738751 31922010-03-30 Chong Yidong <cyd@stupidchicken.com>
8233e79a
CY
3193
3194 * sending.texi (Sending Mail): Note variables that may need
3195 customizing.
3196 (Mail Sending): Expand discussion of send-mail-function.
3197
85738751 31982010-03-30 Chong Yidong <cyd@stupidchicken.com>
e73c2434
CY
3199
3200 Document Message mode as the default mail mode.
3201
3202 * sending.texi (Sending Mail): Copyedits.
3203 (Mail Format, Mail Headers): Document mail-from-style changes.
3204 (Mail Commands): Rename from Mail mode. Document Message mode.
3205 (Mail Misc): Rename from Mail mode Misc.
3206 (Mail Sending, Header Editing, Mail Misc): Switch to Message mode
3207 command names and update keybindings.
3208 (Header Editing): Document message-tab. De-document
3209 mail-self-blind, mail-default-reply-to, and mail-archive-file-name in
3210 favor of mail-default-headers. Ad index entries for user-full-name and
3211 user-mail-address.
1c6c854e
CS
3212 (Citing Mail): Update changes in Message mode behavior.
3213 Document mail-yank-prefix.
e73c2434
CY
3214 (Mail Signature): New node, moved from Mail Misc.
3215 (Mail Aliases): Mail abbrevs are the default with Message mode.
3216 (Mail Methods): Note that Message mode is now the default.
3217
3218 * rmail.texi (Rmail Reply):
3219 * text.texi (Text Mode):
3220 * major.texi (Major Modes):
3221 * mule.texi (Output Coding): Refer to Message mode.
3222
3223 * custom.texi (Init Examples): Add xref to Mail Header.
3224
1fc0ce04 3225 * emacs.texi (Top): Fix xrefs.
e73c2434 3226
85738751 32272010-03-30 Chong Yidong <cyd@stupidchicken.com>
0f72a391 3228
c0c035fa
CY
3229 * maintaining.texi (VC With A Merging VCS): C-x v v now creates a
3230 repository if there is none.
3231 (VC Change Log): Rename from VC Status. Document vc-log-show-limit and
3232 vc-print-root-log.
ef7b27ef 3233 (Old Revisions): Copyedits. Document vc-root-diff.
c0c035fa 3234
71785b7a
CY
3235 * programs.texi (Program Modes): Mention Javascript mode.
3236
f67c5dd0
CY
3237 * text.texi (HTML Mode): Note that nXML is now the default XML mode.
3238 * emacs.texi: Update node description.
3239
0f72a391 3240 * misc.texi (Navigation): Document doc-view-continuous.
f2608df3 3241 (Shell Ring): Document new M-r binding. M-s is no longer bound.
0f72a391 3242
dc2d2590
JL
32432010-03-30 Juri Linkov <juri@jurta.org>
3244
3245 * search.texi (Other Repeating Search): Remove line that `occur'
3246 can not handle multiline matches.
3247
a7b02820
EZ
32482010-03-30 Eli Zaretskii <eliz@gnu.org>
3249
3250 * mule.texi (International): Mention support of bidirectional editing.
3251 (Bidirectional Editing): New section.
3252
22ef1944
NR
32532010-03-28 Nick Roberts <nickrob@snap.net.nz>
3254
3255 * emacs.texi (Top): Update node names to those in building.texi.
3256
146b8b16
NR
32572010-03-27 Nick Roberts <nickrob@snap.net.nz>
3258
cfdaa150 3259 * building.texi: Describe restored GDB/MI functionality
c5e87d10 3260 removed by 2009-12-29T07:15:34Z!nickrob@snap.net.nz.
cfdaa150 3261 * emacs.texi: Update node names for building.texi.
146b8b16 3262
6d98672d
GM
32632010-03-24 Glenn Morris <rgm@gnu.org>
3264
3265 * ack.texi (Acknowledgments):
3266 * emacs.texi (Acknowledgments): Fix ispell attribution. (Bug#5759)
3267
93318cbd
JD
32682010-03-20 Jan Djärv <jan.h.d@swipnet.se>
3269
3270 * xresources.texi (Table of Resources): Clarify toolBar number
3271 for Gtk+.
3272
3273 * frames.texi (Menu Bars): menuBarLines => menuBar (bug#5736).
3274
15cf2f52
CY
32752010-03-21 Chong Yidong <cyd@stupidchicken.com>
3276
4102856c
CY
3277 * dired.texi (Dired Updating): Document dired-auto-revert-buffer.
3278
15cf2f52
CY
3279 * search.texi (Other Repeating Search): Document multi-isearch-buffers
3280 and multi-isearch-buffers-regexp.
3281
3282 * indent.texi (Indentation): Clarify description of
3283 indent-for-tab-command. Document tab-always-indent.
3284
d68eb23c
CY
32852010-03-20 Chong Yidong <cyd@stupidchicken.com>
3286
3287 * cmdargs.texi (Font X): Move most content to Fonts.
3288
3289 * frames.texi (Fonts): New node. Document font-use-system-font.
3290
3291 * emacs.texi (Top):
3292 * xresources.texi (Table of Resources):
3293 * mule.texi (Defining Fontsets, Charsets): Update xrefs.
3294
288f9fc0
CY
32952010-03-10 Chong Yidong <cyd@stupidchicken.com>
3296
3297 * Branch for 23.2.
3298
17782bec
CY
32992010-03-06 Chong Yidong <cyd@stupidchicken.com>
3300
3301 * custom.texi (Init Examples): Add xref to Locals.
3302
3303 * major.texi (Choosing Modes): Mention usage of setq-default for
3304 setting the default value of major-mode (Bug#5688).
3305
b4a1a8b2
CY
33062010-03-02 Chong Yidong <cyd@stupidchicken.com>
3307
3308 * frames.texi (Mouse Avoidance): Mention make-pointer-invisible.
3309
3310 * display.texi (Display Custom): Document make-pointer-invisible and
3311 underline-minimum-offset. Remove inverse-video.
3312
a1e759cd
CY
33132010-02-21 Chong Yidong <cyd@stupidchicken.com>
3314
3315 * frames.texi (Frame Commands): Note that the last ordinary frame can
3316 be deleted in daemon mode (Bug#5616).
3317
4f3bc373
GM
33182010-02-18 Glenn Morris <rgm@gnu.org>
3319
3320 * trouble.texi (Contributing): Repository is no longer CVS.
3321
5dbbdd33
GM
33222010-02-08 Glenn Morris <rgm@gnu.org>
3323
3324 * buffers.texi (Uniquify): Must explicitly load library. (Bug#5529)
3325
cd61af01
SM
33262010-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
3327
3328 * display.texi (Useless Whitespace, Text Display):
3329 * custom.texi (Init Examples): Avoid obsolete special default variables
3330 like default-major-mode.
3331
b1bb0a25 33322010-01-24 Mark A. Hershberger <mah@everybody.org>
aaef4f91
MH
3333
3334 * programs.texi (Other C Commands): Replace reference to obsolete
3335 c-subword-mode.
3336
99d0985b
GM
33372010-01-21 Glenn Morris <rgm@gnu.org>
3338
3339 * trouble.texi (Bugs): Fix PROBLEMS keybinding.
3340
893db5bc
GM
33412010-01-12 Glenn Morris <rgm@gnu.org>
3342
3343 * trouble.texi (Checklist): Use bug-gnu-emacs rather than
3344 emacs-pretest-bug for bug reports for development versions.
3345
0419b8d6
GM
33462010-01-11 Glenn Morris <rgm@gnu.org>
3347
3348 * display.texi (Highlight Interactively): `t' does not mean highlight
3349 all patterns. (Bug#5335)
3350
26e533e2
CY
33512009-12-29 Chong Yidong <cyd@stupidchicken.com>
3352
3353 * misc.texi (Shell): Document async-shell-command.
3354
3355 * building.texi (Grep Searching): Document zrgrep.
3356
484eaeac 3357 * mini.texi (Completion Options): Mention `initials' completion style.
26e533e2 3358
7ee6c59b
NR
33592009-12-29 Nick Roberts <nickrob@snap.net.nz>
3360
3361 * building.texi: Import GDB Graphical Interface description from
3362 EMACS_23_1_RC.
3363
91ed7ea8
CY
33642009-12-24 Chong Yidong <cyd@stupidchicken.com>
3365
3366 * emacs.texi (Top): Update node listing.
3367
3368 * abbrevs.texi (Saving Abbrevs): Abbrev file should be in .emacs.d.
3369
3370 * basic.texi (Moving Point): M-r is now move-to-window-line-top-bottom.
3371
3372 * cmdargs.texi (Initial Options):
3373 * xresources.texi (Resources): Document inhibit-x-resources.
3374
3375 * custom.texi (Specifying File Variables): Note that minor modes are
3376 enabled unconditionally.
3377
3378 * display.texi (Scrolling): Briefly document the old recenter command,
3379 and document recenter-positions.
3380
3381 * files.texi (Visiting):
3382 * buffers.texi (Buffers): Max buffer size is now 512 MB.
3383
1c6c854e
CS
3384 * frames.texi (Cut/Paste Other App):
3385 Document save-interprogram-paste-before-kill.
91ed7ea8
CY
3386
3387 * killing.texi (Kill Options): New node.
3388
6ca89aaa
CY
33892009-12-05 Chong Yidong <cyd@stupidchicken.com>
3390
3391 * misc.texi (Shell Options): ansi-color is now default.
3392
806642d4
GM
33932009-12-05 Glenn Morris <rgm@gnu.org>
3394
806642d4
GM
3395 * emacs.texi (Top): Update menu for cal-xtra node changes.
3396 * calendar.texi (Displaying the Diary): Holidays may be in the buffer
3397 or mode line. Don't mention invisible text or the details of
3398 diary-print-entries here, only in cal-xtra.
3399 (Format of Diary File): Mention that the "date on first line" format
3400 only really affects the simple display.
3401 * cal-xtra.texi (Advanced Calendar/Diary Usage): Update menu.
3402 (Diary Customizing): Holidays may be in the buffer or mode line.
3403 Move diary-print-entries to the "Diary Display" section.
3404 (Diary Display): New section, split out from "Fancy Diary Display".
3405 Explain the limitations of simple display, and how to print it.
3406
1a4f0c0a
GM
3407 * calendar.texi (Displaying the Diary): Mention keys apply to calendar.
3408
e11adbd8
GM
3409 * cal-xtra.texi (Diary Display): Mention View mode.
3410
29a483ac
JL
34112009-11-29 Juri Linkov <juri@jurta.org>
3412
3413 * display.texi (Highlight Interactively): Actually a list of
3414 default faces is pre-loaded into a list of default values
3415 instead of the history.
3416
83d60c79
GM
34172009-11-20 Glenn Morris <rgm@gnu.org>
3418
3419 * ack.texi (Acknowledgments):
3420 * emacs.texi (Acknowledgments): Add htmlfontify.
3421
276bbe96
GM
34222009-11-14 Glenn Morris <rgm@gnu.org>
3423
98ad1bae
GM
3424 * cal-xtra.texi (Holiday Customizing): Replace obsolete alias.
3425
276bbe96
GM
3426 * ack.texi (Acknowledgments):
3427 * emacs.texi (Acknowledgments): Update for recent Org changes.
3428
18430066
CY
34292009-10-31 Chong Yidong <cyd@stupidchicken.com>
3430
3431 * mule.texi (Charsets): Numerous copyedits. Don't discuss the
3432 `charset' property, which is irrelevant to the user manual (Bug#3526).
3433
522ddc9f
JB
34342009-10-14 Juanma Barranquero <lekktu@gmail.com>
3435
3436 * trouble.texi (DEL Does Not Delete): Fix typo.
3437
50b49ade
MA
34382009-10-05 Michael Albinus <michael.albinus@gmx.de>
3439
3440 * files.texi (Misc File Ops): Mention copy-directory.
3441
6308321a
EZ
34422009-10-04 Eli Zaretskii <eliz@gnu.org>
3443
43b3b4d1
EZ
3444 * mule.texi (Unibyte Mode): Emphasize that
3445 unibyte-display-via-language-environment affects only the display.
3446
6308321a
EZ
3447 * display.texi (Horizontal Scrolling): Document cursor behavior under
3448 horizontal scrolling when point moves off the screen (Bug#4564).
3449 Improve wording.
3450
bd51ea7f
MA
34512009-10-01 Michael Albinus <michael.albinus@gmx.de>
3452
3453 * files.texi (Directories): delete-directory prompts for recursive
3454 deletion.
3455
55381962
GM
34562009-09-30 Glenn Morris <rgm@gnu.org>
3457
3458 * ack.texi (Acknowledgments):
3459 * emacs.texi (Acknowledgments): CEDET updates. Fix Hungarian accent.
3460
13989ab1
TH
34612009-09-25 Tassilo Horn <tassilo@member.fsf.org>
3462
3463 * dired.texi (Dired Navigation): Use @code instead of @var for
3464 dired-isearch-filenames, so that it's not capitalized.
3465
8ba46c89
CY
34662009-09-19 Chong Yidong <cyd@stupidchicken.com>
3467
3468 * frames.texi (Frame Commands): C-z is now bound to suspend-frame.
3469
3470 * entering.texi (Exiting): C-z is now bound to suspend-frame.
3471
3472 * custom.texi (Init Examples): Replace Rumseld with Cheny (Bug#3519).
1c6c854e
CS
3473 (Key Bindings): Reference Init Rebinding in introductory text.
3474 Shift some of the introduction to Keymaps node.
8ba46c89
CY
3475 (Keymaps): Simplify.
3476 (Local Keymaps): Simplify. Move binding example to Init Rebinding.
3477 (Minibuffer Maps): Remove mention of Mocklisp.
3478 (Init Rebinding): Move mode-local rebinding example here from Local
3479 Keymaps.
3480 (Modifier Keys): Clarify.
1e11b018 3481 (Rebinding): Add cindex for "binding keys".
8ba46c89 3482
6a5ca7c8
CY
34832009-09-13 Chong Yidong <cyd@stupidchicken.com>
3484
3485 * misc.texi (Invoking emacsclient): Minor clarifications (Bug#4419).
3486
0e1cba51
NR
34872009-08-31 Nick Roberts <nickrob@snap.net.nz>
3488
6a5ca7c8 3489 * building.texi (Threads Buffer, Multithreaded Debugging):
333f9019 3490 Reorganize these two sections.
0e1cba51 3491
76a87a4d
EZ
34922009-08-29 Eli Zaretskii <eliz@gnu.org>
3493
3494 * cmdargs.texi (Initial Options): Fix last change.
3495
82e98df4
SM
34962009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
3497
3498 * mule.texi (Enabling Multibyte):
3499 * cmdargs.texi (General Variables): Remove EMACS_UNIBYTE.
3500 (Initial Options): Remove --(no-)multibyte, --(no-)unibyte.
3501
fb89fad9
GM
35022009-08-20 Glenn Morris <rgm@gnu.org>
3503
3504 * cal-xtra.texi (Non-Gregorian Diary): Mention ``Adar I'' special case.
3505
e99652b0
GM
35062009-08-19 Glenn Morris <rgm@gnu.org>
3507
3508 * ack.texi (Acknowledgments): Remove cvtmail. Mention info-finder.
3509
5cca97ad
GM
35102009-08-18 Glenn Morris <rgm@gnu.org>
3511
3512 * ack.texi (Acknowledgments):
3513 * emacs.texi (Acknowledgments): Update for js.el replacing js2-mode.el.
3514
997797ae 3515 * ack.texi (Acknowledgments): Add ucs-normalize.el and files-x.el.
3e8e9265 3516
985bf85b
GM
35172009-08-09 Glenn Morris <rgm@gnu.org>
3518
3519 * ack.texi (Acknowledgments):
3520 * emacs.texi (Acknowledgments): Add gdb-mi entry.
3521
8d6bb99e
DD
35222009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
3523
3524 * emacs.texi (Top): Add new menu items for GDB-UI.
3525
3526 * building.texi (GDB Graphical Interface): Add Multithreaded debugging
522ddc9f 3527 section. Threads buffer is in separate section now.
8d6bb99e 3528
8353da9c
GM
35292009-08-08 Glenn Morris <rgm@gnu.org>
3530
3531 * ack.texi (Acknowledgments):
3532 * emacs.texi (Acknowledgments):
3533 Update for js2-mode and org changes.
3534
f2074faf
MA
35352009-08-02 Michael Albinus <michael.albinus@gmx.de>
3536
3537 * files.texi (Reverting): Auto-Revert Tail mode works also for remote
3538 files.
3539
e8d2d3fb
CY
35402009-07-28 Chong Yidong <cyd@stupidchicken.com>
3541
3542 * building.texi (Lisp Libraries): Clarify meaning of autoloading.
3543
324a4f6a
GM
35442009-07-23 Glenn Morris <rgm@gnu.org>
3545
3546 * programs.texi (Matching): Update blink-matching-paren-distance.
3547
b6937a70
CY
35482009-07-21 Chong Yidong <cyd@stupidchicken.com>
3549
3550 * frames.texi (Cut/Paste Other App): For select-active-regions,
3551 selection is now updated on moving point.
3552
bd8aaa36
RS
35532009-07-21 Richard Stallman <rms@gnu.org>
3554
3555 * glossary.texi (GNU, Daemon): Update information.
3556
8d9b5eba
JL
35572009-07-19 Juri Linkov <juri@jurta.org>
3558
3559 * custom.texi (Specifying File Variables, Safe File Variables):
3560 "variables/value pairs" -> "variable/value pairs".
3561
a2acc1db
GM
35622009-07-15 Glenn Morris <rgm@gnu.org>
3563
3564 * misc.texi (Gnus): Remove widow.
3565
c5ae942b
GM
35662009-07-11 Glenn Morris <rgm@gnu.org>
3567
703d26ba
GM
3568 * Makefile.in (TEXI2PDF): New.
3569 (emacs.pdf, emacs-xtra.pdf): New targets.
3570
522ddc9f 3571 * arevert-xtra.texi (Autorevert): Add menu descriptions.
c5ae942b
GM
3572
3573 * display.texi (Horizontal Scrolling): Re-word to remove widow.
3574
3575 * emacs.texi (Top): Info can be read from other places than Emacs.
522ddc9f
JB
3576 Don't print the copying notice twice in the printed version.
3577 Update the menu and detailmenu.
3578 (Preface): The meaning of "on-line" has changed.
3579 Correct name for "Common Problems" chapter.
3580 (Distrib): Update FSF shop URL.
3581 (Intro): Showing two files at once is not so exciting.
3582
3583 * macos.texi (Mac OS / GNUstep): Fix spelling and cross-reference.
3584 (Mac / GNUstep Basics): Minor grammar changes.
3585 (Mac / GNUstep Events): Fix typo.
3586 (GNUstep Support): CANNOT_DUMP no longer applies.
3587
3588 * misc.texi (Document View): Fix typos.
3589
3590 * dired.texi (Dired):
3591 * help.texi (Help):
3592 * macos.texi (Mac OS / GNUstep):
3593 * maintaining.texi (Version Control, Introduction to VC):
3594 End menu descriptions with a period.
c5ae942b 3595
b1c8242b
EZ
35962009-07-09 Eli Zaretskii <eliz@gnu.org>
3597
3598 * msdog.texi (Windows Files) <w32-get-true-file-attributes>: Don't be
3599 so categorical in saying that the option is only useful on NTFS.
3600
220d9aa6
GM
36012009-07-09 Glenn Morris <rgm@gnu.org>
3602
3603 * Makefile.in (texinfodir): New variable, with location of texinfo.tex.
3604 (ENVADD): Add texinfodir to TEXINPUTS.
3605
3606 * emacs.texi (Top): Fix cross-reference.
3607
3608 * maintaining.texi (VC Directory Buffer): Fix cross-reference.
3609
3610 * vc1-xtra.texi (Revision Tags): Fix typo.
3611
d07e72d3
GM
36122009-07-03 Glenn Morris <rgm@gnu.org>
3613
3614 * emerge-xtra.texi (Emerge): Tweak Misc menu description.
3615 (Submodes of Emerge): Skip Prefers is only relevant with an ancestor.
3616 (Merge Commands): `.' does not seem to work in A or B buffer.
3617 `l' can recreate the 3-window display.
3618
3619 * glossary.texi (Glossary): Minor phrasing changes throughout.
3620 Add more internal cross-references.
3621 <Autoloading>: You can't really autoload a variable.
3622 <C-M->: Move details here from `M-C-' item.
3623 <Continuation Line>: Refer to `Truncation.'
3624 <Daemon, Free Software, Free Software Foundation, FSF, GNU>:
3625 <Home Directory, Unix>: New entries.
3626 <Deletion of Files>: Mention recycle bins.
3627 <Directory>: Mention ``folders.''
3628 <Error>: Don't mention ``type-ahead.''
3629 <Fringe>: Refer to the manual node.
3630 <Minor Mode>: Can be global or local.
3631 <Spell Checking>: There are other checkers besides Ispell.
3632
f144038a
GM
36332009-07-02 Glenn Morris <rgm@gnu.org>
3634
3635 * anti.texi (Antinews): Minor changes in phrasing.
3636
3637 * cal-xtra.texi, fortran-xtra.texi: Re-order a few things to reduce
3638 some underfull lines in dvi output.
3639
3640 * emacs-xtra.texi (Introduction): Mention included in info Emacs manual.
3641
3642 * sending.texi (Mail Sending): Add a tiny bit on mailclient.
3643
3644 * vc-xtra.texi (Advanced VC Usage): End all menu items with a period.
3645
3f1c6666
JD
36462009-07-01 Jan Djärv <jan.h.d@swipnet.se>
3647
3648 * xresources.texi (Table of Resources): Mention maximized for
3649 fullscreen.
3650
3651 * cmdargs.texi (Window Size X): -mm/--maximized is new.
3652
62aadce7
CY
36532009-07-01 Chong Yidong <cyd@stupidchicken.com>
3654
3655 * anti.texi (Antinews): Correct the list of removed platforms.
3656
82ec412e
GM
36572009-06-28 Glenn Morris <rgm@gnu.org>
3658
3659 * arevert-xtra.texi: Minor language tweaks.
3660
09964e7d
GM
3661 * dired-xtra.texi: Minor revisions.
3662
666e158e
MB
36632009-06-23 Miles Bader <miles@gnu.org>
3664
c4cc8b9a 3665 * display.texi (Scrolling): Document `recenter-redisplay'.
05fbc4a9 3666 (Temporary Face Changes): Document `text-scale-set'.
666e158e 3667
70243478
CY
36682009-06-21 Chong Yidong <cyd@stupidchicken.com>
3669
3670 * Branch for 23.1.
3671
67cbe681
KH
36722009-06-17 Kenichi Handa <handa@m17n.org>
3673
3674 * mule.texi (Charsets): Update the description for the new charset.
3675 (list-character-sets): New findex.
125dd7c5 3676 (Language Environments): Add @anchor{Describe Language Environment}.
67cbe681 3677
40e67246
CY
36782009-06-10 Chong Yidong <cyd@stupidchicken.com>
3679
b5700de6
CY
3680 * basic.texi (Moving Point): Fix tag.
3681
3682 * picture-xtra.texi (Insert in Picture): Use <next> and <prior>.
3683
3684 * mini.texi (Completion Commands): Decapitalize <next> and <prior>, and
3685 use camel-case for PageUp and PageDown.
3686
3687 * display.texi (Scrolling): Decapitalize <next> and <prior>, and use
3688 camel-case for PageUp and PageDown.
3689
3690 * calendar.texi (Scroll Calendar): Decapitalize <next> and <prior>.
3691
40e67246 3692 * search.texi (Isearch Scroll): Add isearch-allow-scroll to index.
b5700de6 3693 (Isearch Scroll): Decapitalize <next> and <prior>.
40e67246 3694
522ddc9f 36952009-06-09 Agustín Martín <agustin.martin@hispalinux.es>
6f591cf4 3696
522ddc9f
JB
3697 * fixit.texi (Spelling): Set default dictionary.
3698 Improve descriptions (Bug#2554)
6f591cf4 3699
53483c76
DR
37002009-06-08 David Reitter <david.reitter@gmail.com>
3701
3702 * macos.texi (Color panel, Font panel): Remove mention of Save Options,
3703 since saving colors and faces set this way is not implemented.
3704 (Environment variables): Remove mention of mac-fix-env, which is
3705 scheduled to be removed.
3706
1557ef4f
CY
37072009-06-04 Chong Yidong <cyd@stupidchicken.com>
3708
91056528
CY
3709 * custom.texi (Init Examples): Add example of changing load-path.
3710
1557ef4f
CY
3711 * building.texi (Lisp Libraries): Add example of changing
3712 load-path (Bug#3446).
3713
623cec4c
CY
37142009-05-28 Chong Yidong <cyd@stupidchicken.com>
3715
3716 * mark.texi (Mark): Further clarifications.
3717 (Setting Mark): Emphasize that C-SPC activates the mark.
3718
0fcca8ee
CY
37192009-05-28 Chong Yidong <cyd@stupidchicken.com>
3720
702b10e1
CY
3721 * mark.texi (Mark): Clarify introduction. Mention disabling Transient
3722 Mark mode.
0fcca8ee
CY
3723 (Using Region, Persistent Mark): Use "active mark" instead of "active
3724 region".
3725
d3b396e4
CY
37262009-05-16 Ari Roponen <ari.roponen@gmail.com> (tiny change)
3727
3728 * mule.texi (Select Input Method): Fix typo.
3729
3f698a06
CY
37302009-05-13 Chong Yidong <cyd@stupidchicken.com>
3731
3732 * anti.texi (Antinews): Document completion changes. Some additional
3733 copyedits and rearrangement of entries.
3734
b2a42eb7
CY
37352009-05-12 Chong Yidong <cyd@stupidchicken.com>
3736
932fd020
CY
3737 * misc.texi (Interactive Shell, Saving Emacs Sessions)
3738 (Shell History Copying, Terminal emulator): Copyedits.
3739
1c6c854e
CS
3740 * xresources.texi (Resources): Simplify descriptions.
3741 Shorten description of editres, which is not very useful these days.
ac36a8f1
CY
3742 (Table of Resources): Document fontBackend resource.
3743
b2a42eb7 3744 * trouble.texi (Quitting): Add other undo bindings to table.
09e80d9f 3745 (DEL Does Not Delete): Note that the erasure key is usually labeled
b2a42eb7
CY
3746 "Backspace". Remove discussion of obscure Xmodmap issue.
3747
c6ea7fb8
CY
37482009-05-07 Chong Yidong <cyd@stupidchicken.com>
3749
3750 * files.texi (Visiting): Copyedits.
3751
ad36c422
CY
37522009-05-06 Chong Yidong <cyd@stupidchicken.com>
3753
3754 * basic.texi (Inserting Text): Document ucs-insert.
3755
3756 * mule.texi (International Chars): Define "multibyte". Note that
3757 internal representation is unicode-based. Simplify definition of raw
3758 bytes. Mention ucs-insert.
3759 (Enabling Multibyte): Remove obsolete discussion. Copyedits.
3760 (Language Environments): Add language environments new to Emacs 23.
3761 (Multibyte Conversion): Node deleted.
1c6c854e
CS
3762 (Coding Systems): Remove obsolete unify-8859-on-decoding-mode.
3763 Don't mention obsolete emacs-mule coding system.
ad36c422
CY
3764 (Output Coding): Copyedits.
3765
3766 * emacs.texi (Top): Update node listing.
3767
d4ad7b96
CY
37682009-05-05 Per Starbäck <per@starback.se> (tiny change)
3769
3770 * trouble.texi (Lossage): Use new binding of view-emacs-problems.
3771
5bd66204
SM
37722009-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
3773
3774 * building.texi (Lisp Libraries): `load-library' does offer completion.
3775
bc36ad1c
CY
37762009-04-28 Chong Yidong <cyd@stupidchicken.com>
3777
3778 * frames.texi (Text-Only Mouse): Mention gpm-mouse-mode instead of
3779 t-mouse-mode. Suggested by Per Starbäck (Bug#3126).
3780
f1a47884
EZ
37812009-04-25 Eli Zaretskii <eliz@gnu.org>
3782
3783 * maintaining.texi (Tags): Clarify text. (Bug#3101)
3784
be77bd45
CY
37852009-04-22 Chong Yidong <cyd@stupidchicken.com>
3786
3787 * entering.texi (Entering Emacs): Document initial-buffer-choice.
3788
3789 * building.texi (Lisp Interaction): Document initial-scratch-message.
3790
d3b82927
JB
37912009-04-18 Juanma Barranquero <lekktu@gmail.com>
3792
ed6e7b11
JB
3793 * msdog.texi (Windows Fonts): Fix typos.
3794
d3b82927
JB
3795 * files.texi (Save Commands): Fix pxref.
3796
bc323c04
CY
37972009-04-18 Chong Yidong <cyd@stupidchicken.com>
3798
3799 * files.texi (Save Commands): Mention diff-buffer-with-file.
3800 (Comparing Files): Document diff-buffer-with-file. Suggested by Magnus
3801 Henoch (Bug#3036).
3802
2186d13f
GM
38032009-03-15 Glenn Morris <rgm@gnu.org>
3804
3805 * sending.texi (Mail Format): Replace "Sender" with "Message-Id", since
3806 the former is not always used.
3807 (Mail Headers): Use active voice. Add "Mail-reply-to".
3808 Change case of "Id". Avoid repeated "appropriate".
3809 (Mail Aliases): Fix previous change - use an example with a ".", so it
3810 does actually get quoted when expanded.
3811 (Mail Sending): Mailclient is the default on some systems.
3812 (Citing Mail): Mention mail-indentation-spaces.
3813 (Mail Mode Misc): Add an @dfn for "mail signature".
3814
71e454fc
CY
38152009-03-15 Chong Yidong <cyd@stupidchicken.com>
3816
3817 * mini.texi (Completion Commands): Describe Emacs 23 completion rules.
3818 (Completion Options): Document read-file-name-completion-ignore-case,
1c6c854e
CS
3819 read-buffer-completion-ignore-case, and completion-styles.
3820 Remove description of partial-completion-mode.
71e454fc 3821
df1a3e06
GM
38222009-03-14 Glenn Morris <rgm@gnu.org>
3823
3824 * sending.texi (Mail Format): Fix typo. Add index entry for
3825 mail-header-separator.
3826 (Mail Headers): Put info about initialization and changing in one place
3827 at the start. Update FCC section for mbox Rmail. Clarify From
3828 section, mention mail-setup-with-from. Clarify Reply-to section.
3829 Add Mail-followup-to and mail-mailing-lists. Clarify References
3830 section.
3831 (Mail Aliases): Update example, make less contentious.
3832 Update for name change of mail-interactive-insert-alias.
3833 (Mail Mode): Remove mention of `%' as a word separator.
3834 (Mail Sending): Mention mail-send-hook. Mention Mailclient.
3835 (Header Editing): Add reply-to, mail-reply-to, and mail-followup-to
3836 commands. Clarify FCC handling. In mail-complete, add reference to
3837 Mail Aliases section, and mention mail-complete-function.
3838 (Citing Mail): Mention mail-yank-ignored-headers and mail-citation-hook.
3839 (Mail Mode Misc): Clarify the mail-signature function. Add basic
3840 signature netiquette. Explain how the mail hooks work when continuing
3841 a composition.
3842 (Mail Amusements): Internationalize the spook section a bit.
3843 Remove the spook mail-setup-hook example, since it doesn't work well.
3844 Mention fortune-file.
3845 (Mail Methods): Mention read-mail-command.
3846
ed6e7b11 38472009-03-14 David Reitter <david.reitter@gmail.com>
959d68bd 3848
df1a3e06
GM
3849 * macos.texi (Mac / GNUstep Basics): Remove references to Prefs panel
3850 and NS resources following recent changes.
959d68bd 3851
86dca3e8
JR
38522009-03-10 Jason Rumney <jasonr@gnu.org>
3853
3854 * msdog.texi (Windows Misc): Remove doc for obsolete variable. Modify
3855 w32-use-visible-system-caret doc to indicate that it should get set
3856 automatically.
3857 (Windows Fonts): Add doc for the uniscribe backend.
3858
042fe98f
DN
38592009-03-08 Dan Nicolaescu <dann@ics.uci.edu>
3860
3861 * maintaining.texi (VC Directory Commands): Fix doc for the x key in
3862 vc-dir. (Bug#2598)
3863
7f8dba73
RS
38642009-03-05 Reiner Steib <Reiner.Steib@gmx.de>
3865
3866 * fixit.texi (Spelling): Add turn-on-flyspell. (Bug#2517)
3867
505e70c3
GM
38682009-03-05 Glenn Morris <rgm@gnu.org>
3869
04242bdc
GM
3870 * rmail.texi (Rmail Basics): Add reference to sorting.
3871 (Rmail Scrolling, Rmail Motion, Rmail Reply, Rmail Display):
3872 Minor re-wordings.
3873 (Rmail Motion): Mention rmail-next-same-subject.
3874 (Rmail Deletion): Expunging is not the only way to change the numbers.
3875 (Rmail Labels): Labels can also be used in sorting.
3876 (Rmail Summary Edit): Mention rmail-summary-next-same-subject.
505e70c3
GM
3877 (Rmail Display): Mention rmail-mime.
3878
00cfe22c
GM
38792009-03-04 Glenn Morris <rgm@gnu.org>
3880
3881 * rmail.texi (Rmail Sorting): Add the keybindings associated with each
3882 sort command. Fix `rmail-sort-by-labels' name. Mention sorting from
3883 summary. Mention sorts cannot be undone.
3884 (Rmail Display): Give an example of how to use goto-address-mode.
3885 (Rmail Editing): It's keybindings that are redefined, not commands.
3886 Fix some typos.
3887 (Movemail): Some minor rewording.
3888 (Remote Mailboxes): Emacs movemail supports pop by default.
3889 Fix some minor grammatical issues. The "two alternative ways" to
3890 specify a POP mailbox are really just one. Remove all reference to the
3891 variables rmail-pop-password and rmail-pop-password-required, obsolete
3892 since Emacs 22.1. Clarify the four password steps. Emacs movemail
3893 can support Kerberos.
3894
3d963b67
GM
38952009-03-03 Glenn Morris <rgm@gnu.org>
3896
3897 * rmail.texi (Rmail Deletion): Revert previous change, which was
3898 describing the Rmail summary versions.
3899 (Rmail Reply): Give more details of rmail-dont-reply-to-names.
3900 Minor re-wording for rmail-resend.
3901 (Rmail Make Summary): Summaries apply to buffers rather than files.
3902 <rmail-summary-by-topic>: Headers includes the subject.
3903 <rmail-summary-by-recipients, rmail-summary-by-topic>: Give more
3904 details, including prefix arguments.
2340abde 3905 Mention rmail-summary-by-senders on C-M-f.
3d963b67
GM
3906 Not counting lines might be faster.
3907 (Rmail Summary Edit): More details on the delete commands.
2340abde
GM
3908 Mention rmail-summary-undelete-many, rmail-summary-bury, and C-M-n/p.
3909 Name the commands bound to the various keys. Mention prefix argument
3910 for searching.
3d963b67
GM
3911 (Rmail Display): Mention rmail-displayed-headers. Fix typo.
3912 Simplify rmail-highlighted-headers description. Update face name.
3913
a8ce3d17
JB
39142009-03-02 Juanma Barranquero <lekktu@gmail.com>
3915
3916 * mark.texi (Marking Objects): Fix typo.
3917
130a29b6
CY
39182009-03-01 Chong Yidong <cyd@stupidchicken.com>
3919
3920 * abbrevs.texi (Expanding Abbrevs): Mention abbrev-expand-functions
3921 instead of obsolete pre-abbrev-expand-hook. Link to elisp manual.
3922
9d5de6f8
GM
39232009-03-01 Glenn Morris <rgm@gnu.org>
3924
79fc530e 3925 * rmail.texi (Rmail): Fix some typos. Use consistent case in menu.
9d5de6f8
GM
3926 (Rmail Motion): - M-s searches from the end of messages.
3927 (Rmail Deletion): Minor clarification. Fix numeric argument
3928 description.
3929 (Rmail Inbox): Fix default inbox description. Mention `mbox' by name.
3930 newmail and RMAILOSE files need not be in home-directory.
3931 (Rmail Files): Mention I/O menus are unselectable if no files match.
3932 Mention `MAIL' env-var.
3933
b545ff9c
JR
39342009-02-24 Jason Rumney <jasonr@gnu.org>
3935
3936 * mule.texi (Fontsets): Mention fontset-default, font specs and
3937 fallback fontsets.
3938 (Defining Fontsets): Mention ns and w32 variants of
3939 standard-fontset-spec. Update description of startup fontset to match
3940 Emacs 23 behavior.
a93be82a 3941 (Modifying Fontsets): New section. (Bug#656)
70bb6cac 3942 (International): Link to Modifying Fontsets.
b545ff9c 3943
75da0618 39442009-02-23 Adrian Robert <Adrian.B.Robert@gmail.com>
88ddb9ff
AR
3945
3946 * macos.texi (Mac / GNUstep Basics, Mac / GNUstep Customization):
3947 Mention ns-extended-platform-support-mode.
3948
6be93a16
KB
39492009-02-22 Karl Berry <karl@gnu.org>
3950
3951 * macos.texi (Mac / GNUstep Customization): One more duplicate "the".
3952
867d4bb3
JB
39532009-02-19 Juanma Barranquero <lekktu@gmail.com>
3954
3955 * basic.texi (Moving Point, Position Info):
3956 * files.texi (Visiting):
3957 * mini.texi (Completion Options):
3958 * text.texi (HTML Mode): Remove duplicate words.
3959
49b5c0e8
GM
39602009-02-20 Glenn Morris <rgm@gnu.org>
3961
3962 * rmail.texi: Minor updates for mbox rather than Babyl.
3963
f43a822c
KB
39642009-02-17 Karl Berry <karl@gnu.org>
3965
49b5c0e8 3966 * emacs.texi (Top): Add @insertcopying before master menu. (Bug#1988)
f43a822c 3967
80d634b8
RS
39682009-02-17 Richard M Stallman <rms@gnu.org>
3969
3970 * anti.texi (Antinews): Mention Babyl format.
3971
3972 * emacs.texi (Top): Delete `Out of Rmail' from subnode menu.
3973
3974 * rmail.texi: Update for mbox format.
3975 Various small fixes, as well as the following.
3976 (Out of Rmail): Node deleted.
3977 (Rmail): Update menu.
3978 (Rmail Files): Comment out set-rmail-inbox-list.
3979 Document rmail-inbox-list instead.
3980 (Rmail Output): Substantial changes since C-o is now
3981 rmail-output-as-seen and o is rmail-output.
3982 (Rmail Attributes): Delete `stored', add `retried'.
3983 (Rmail Display): Editing headers works in all cases.
3984
f0d129c6
GM
39852009-02-17 Glenn Morris <rgm@gnu.org>
3986
3987 * basic.texi (Position Info): M-x count-lines-region is not always on
3988 M-=. (Bug#2269)
3989
160f11d3
GM
39902009-02-09 Glenn Morris <rgm@gnu.org>
3991
3992 * calendar.texi (Holidays, Displaying the Diary): Update for new marker
3993 defaults.
3994
763e01c4
EZ
39952009-02-07 Eli Zaretskii <eliz@gnu.org>
3996
3997 * rmail.texi (Rmail Coding) <rmail-redecode-body>: Remove stale
3998 documentation of possible problems with redecoding.
3999
f5e1441d
GM
40002009-02-03 Glenn Morris <rgm@gnu.org>
4001
4002 * rmail.texi (Out of Rmail): Mention b2m.pl.
4003
e1eabe41
GM
40042009-01-31 Glenn Morris <rgm@gnu.org>
4005
4006 * rmail.texi (Out of Rmail): Correct b2m location.
4007
dd05f9de
CY
40082009-01-27 Chong Yidong <cyd@stupidchicken.com>
4009
4010 * fixit.texi (Undo): Update undo limit values.
4011
d74d846e
GM
40122009-01-27 Glenn Morris <rgm@gnu.org>
4013
4014 * emacs.texi (Top): Fix Antinews menu entry.
4015
49ffdce8
KB
40162009-01-25 Karl Berry <karl@gnu.org>
4017
4018 * text.texi (Foldout): Use @itemize @w{} to make an itemize
4019 item with no marker, instead of the syntactically incorrect
4020 @itemize @asis.
4021
467e8d77
JL
40222009-01-25 Juri Linkov <juri@jurta.org>
4023
4024 * building.texi (Grep Searching): Fix index entry for lgrep.
4025
6c60bbdb
EZ
40262009-01-24 Eli Zaretskii <eliz@gnu.org>
4027
4028 * msdog.texi (Windows Printing): Add an index entry for Ghostscript.
4029
9ce5a36f
AR
40302009-01-21 Adrian Robert <Adrian.B.Robert@gmail.com>
4031
4032 * macos.texi (Preferences Panel): Update description of font setting to
4033 reflect that prior frame selection is no longer needed.
4034
9aa5f2fb
NR
40352009-01-20 Nick Roberts <nickrob@snap.net.nz>
4036
4037 * building.texi (Debuggers): Revert some of 2008-10-31 change to
4038 raise GUD subsections.
4039
3892ff9c
GM
40402009-01-15 Glenn Morris <rgm@gnu.org>
4041
4042 * ack.texi (Acknowledgments): Another update based mainly on AUTHORS.
4043
14731c8f
GM
40442009-01-10 Glenn Morris <rgm@gnu.org>
4045
4046 * ack.texi (Acknowledgments): Some more updates based on AUTHORS.
4047
45c55e53
CY
40482009-01-04 Chong Yidong <cyd@stupidchicken.com>
4049
4050 * display.texi (Visual Line Mode): M-] and M-[ no longer move by
4051 logical lines.
4052
2e4667d1
JL
40532008-12-29 Juri Linkov <juri@jurta.org>
4054
4055 * mini.texi (Minibuffer History): Add a link to `Isearch Minibuffer'.
4056
4057 * text.texi (Fill Commands): Replace `M-s' with `M-o M-s'.
4058
2a3eac47
CY
40592008-12-28 Chong Yidong <cyd@stupidchicken.com>
4060
4061 * misc.texi (Goto Address mode): Rename from Goto-address. Refer to
4062 goto-address-mode instead of goto-address.
4063
3da8da94
CY
4064 * rmail.texi (Rmail Display): Goto-address renamed to Goto Address
4065 mode.
4066
2a3eac47
CY
4067 * emacs.texi (Top): Update node listing.
4068
057f6dd3
EZ
40692008-12-26 Eli Zaretskii <eliz@gnu.org>
4070
4071 * custom.texi (Directory Variables): Explain what is a "project".
4072 Add indexing. Improve wording. Add a footnote about using
4073 _dir-locals.el on MS-DOS.
4074
e6979067
DN
40752008-12-24 Dan Nicolaescu <dann@ics.uci.edu>
4076
4077 * files.texi (Misc File Ops): Mention chmod as an alias for
4078 set-file-modes.
4079
9de15963
MR
40802008-12-24 Martin Rudalics <rudalics@gmx.at>
4081
4082 * help.texi (Help): Fix typos and reword.
4083 (Help Summary): Add entries for C-h n and C-h r, reorder
4084 entries, and do some minor fixes.
4085 (Name Help): Say that C-h F works for commands only.
4086 (Misc Help): Say that view-lossage displays 300 keystrokes.
4087
236fd60d
GM
40882008-12-20 Glenn Morris <rgm@gnu.org>
4089
4090 * ack.texi (Acknowledgments): General update based on AUTHORS,
4091 including removal of some stuff no longer distributed.
4092
ed9265fc 40932008-12-19 Agustín Martín <agustin.martin@hispalinux.es>
349b3256 4094
ed9265fc 4095 * fixit.texi: Mention hunspell.
349b3256 4096
e840fca5
GM
40972008-12-19 Glenn Morris <rgm@gnu.org>
4098
4099 * ack.texi (Acknowledgments): Small grammar fix.
9b0455c7 4100 Consolidate explanatory text at start.
e840fca5
GM
4101
4102 * display.texi (Text Display):
4103 * indent.texi (Indentation): Use @acronym with ASCII.
4104
9dfa7983
GM
41052008-12-18 Glenn Morris <rgm@gnu.org>
4106
4107 * ack.texi: Various small updates and fixes.
4108
97b3a00b
JL
41092008-12-18 Juri Linkov <juri@jurta.org>
4110
4111 * search.texi (Word Search): Replace `C-s RET C-w' with `M-s w RET'
4112 as a key binding to start a forward nonincremental word search.
4113 Replace `C-r RET C-w' with `M-s w C-r RET' as a key binding to start
4114 a backward nonincremental word search. Add index for `M-s w'
4115 `isearch-forward-word'.
4116 (Regexp Search): Add a short summary of regexp key commands like
4117 in the node "Basic Isearch".
4118 (Other Repeating Search): Fix typo.
4119
41202008-12-14 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2f298da2
VJL
4121
4122 * misc.texi (PostScript Variables): Fix doc.
4123
31ce6a07
CY
41242008-12-10 Chong Yidong <cyd@stupidchicken.com>
4125
4126 * programs.texi (Program Modes): Mention Ruby mode.
4127
636b507b
DN
41282008-12-10 Dan Nicolaescu <dann@ics.uci.edu>
4129
4130 * misc.texi (emacsclient Options): Describe what an empty string
4131 argument does for --alternate-editor.
4132
a323fa14
CY
41332008-12-09 Frank Schmitt <ich@frank-schmitt.net>
4134
4135 * cmdargs.texi (Font X): Distinguish between client-side and
4136 server-side fonts. List valid Fontconfig properties. Add reference to
4137 Fontconfig manual. List valid GTK font properties. Explain use of
4138 fc-list.
4139
c5ca6cd0
CY
41402008-12-09 Chong Yidong <cyd@stupidchicken.com>
4141
4142 * cmdargs.texi (Font X): Move discussion of quoting to top.
4143
e5136377
GM
41442008-12-06 Glenn Morris <rgm@gnu.org>
4145
4146 * maintaining.texi (Old Revisions): Improve previous change.
4147
248c026b
RS
41482008-12-05 Richard M Stallman <rms@gnu.org>
4149
4150 * anti.texi (Antinews): Minor fixes.
4151
a9253a1e
GM
41522008-12-03 Glenn Morris <rgm@gnu.org>
4153
4154 * maintaining.texi (Old Revisions): Fix diff-switches description.
4155
fa687b02
MR
41562008-12-01 Martin Rudalics <rudalics@gmx.at>
4157
4158 * emacs.texi (Top): Fix typo.
4159
72e6decd
CY
41602008-11-30 Chong Yidong <cyd@stupidchicken.com>
4161
320ee034
CY
4162 * misc.texi (Document View): Explain dependence on gs at the top.
4163 Copyedits.
4164
4165 * emacs.texi (Top): Add DocView nodes to detailed node listing.
4166
72e6decd
CY
4167 * programs.texi (Other C Commands): Document hide-ifdef-shadow.
4168 (Comment Commands): Discuss region-active behavior of M-; first.
4169
2a472ee4
MR
41702008-11-29 Martin Rudalics <rudalics@gmx.at>
4171
9c6361c9
MR
4172 * display.texi (Line Truncation): Add reference to Continuation
4173 Lines.
4174
2a472ee4
MR
4175 * windows.texi (Pop Up Window): Mention split-height-threshold
4176 and split-width-threshold.
9c6361c9 4177 (Split Window): Add reference to Continuation Lines.
2a472ee4 4178
e93bc142
AR
41792008-11-28 Adrian Robert <Adrian.B.Robert@gmail.com>
4180
4181 * macos.texi: Change references to "Mac" to "Mac / GNUstep".
4182 (GNUstep Support): New node.
4183 * anti.texi:
4184 * emacs.texi:
4185 * msdog.texi: Change reference to Mac OS node to Mac OS / GNUstep.
4186
43b978db
RS
41872008-11-28 Richard M Stallman <rms@gnu.org>
4188
4189 * misc.texi (Dissociated Press): Minor cleanups.
4190
4191 * dired.texi (Image-Dired): Avoid passive.
4192
e8e2bd93
EZ
41932008-11-28 Eli Zaretskii <eliz@gnu.org>
4194
4195 * anti.texi (Antinews): Add stuff about Unicode vs emacs-mule
4196 representation.
4197
8d2d45da
CY
41982008-11-26 Richard M. Stallman <rms@gnu.org>
4199
4200 * files.texi (Visiting): Rewrite paragraph for clarity.
4201
4202 * buffers.texi (Select Buffer): Rewrite paragraphs using active voice.
4203
a5f7bbcc
AM
42042008-11-25 Alan Mackenzie <acm@muc.de>
4205
4206 * programs.texi (Moving by Parens): Clarify that parens inside strings
4207 and comments are ignored, and that the commands assume the starting
4208 point isn't in a string or comment.
4209
a71703d3
AR
42102008-11-26 Adrian Robert <Adrian.B.Robert@gmail.com>
4211
4212 * macos.texi: Add Prev/Next/Top pointers to all nodes.
4213 (Mac Basics): Merge in Grabbing Environment Variables from earlier
4214 version.
4215 (Mac Customization): Rewrite Preferences Panel section and merge in to
4216 this node, add Open files by dragging to an Emacs window.
4217
4218 * emacs.texi: Remove TOC reference to Mac Preferences Panel section.
4219
aa5ab79a
CY
42202008-11-26 Chong Yidong <cyd@stupidchicken.com>
4221
0cc92c19
CY
4222 * files.texi (Misc File Ops): Document set-file-modes.
4223
c366b4e4
CY
4224 * windows.texi (Split Window): Document integer values of
4225 truncate-partial-width-windows.
4226
aa5ab79a
CY
4227 * text.texi (Text): Simplify description of markup languages.
4228 (TeX Mode): Simplify introduction. Mention BibTeX mode.
4229 (TeX Editing): Note that `""' inserts one `"' character.
4230 (HTML Mode): Note in the introduction that XML mode is an alias for
4231 SGML mode. Mention nXML mode.
4232
56221db7
CY
42332008-11-25 Chong Yidong <cyd@stupidchicken.com>
4234
4235 * building.texi (Watch Expressions): Fix typo.
4236
90effe33
CY
42372008-11-24 Chong Yidong <cyd@stupidchicken.com>
4238
f90a5ae3
CY
4239 * files.texi (Visiting): Document new behavior of
4240 confirm-nonexistent-file-or-buffer.
4241
1c6c854e
CS
4242 * buffers.texi (Select Buffer):
4243 Document confirm-nonexistent-file-or-buffer.
f90a5ae3 4244
a18ffb4a
CY
4245 * picture-xtra.texi (Picture Mode): Use picture-mode instead of
4246 edit-picture.
4247
90effe33
CY
4248 * text.texi (Text): Simplify introduction. Discard mention of `M-x
4249 edit-picture', since that is just an alias for picture-mode.
4250 (Sentences): Note that repeated M-@ extends the region.
4251 (Pages): Make terminology more consistent. Link to Regexps node.
4252 (Longlines): Discuss relationship with Visual Line mode.
4253 (Text Mode): Remove extraneous discussion of other modes, since they
4254 were already introduced in the parent node.
4255
e85103ec
CY
42562008-11-23 Chong Yidong <cyd@stupidchicken.com>
4257
5cb2fe30
CY
4258 * anti.texi (Antinews): Rewrite.
4259
1eb9b307 4260 * entering.texi (Exiting): Mention "minimize" terminology.
b908332f
CY
4261
4262 * frames.texi (Frame Commands): Mention "minimize" terminology.
4263
e85103ec
CY
4264 * cmdargs.texi (Font X): Document Fontconfig and GTK font specification
4265 formats.
b908332f
CY
4266 (Icons X): Mention "minimize" terminology and use of icons in taskbar.
4267 (Misc X): Don't document useless -hb option.
e85103ec 4268
607f5f88
JL
42692008-11-22 Juri Linkov <juri@jurta.org>
4270
4271 * dired.texi (Dired Navigation): Change normal file name search option
4272 from `non-nil' to `t'. Add `dwim' option.
4273
e1b867a0
JL
42742008-11-22 Juri Linkov <juri@jurta.org>
4275
4276 * custom.texi (Directory Variables): Rename ".dir-settings.el" to
4277 ".dir-locals.el". Rename `define-project-bindings' to
4278 `dir-locals-set-class-variables'. Rename `set-directory-project' to
4279 `dir-locals-set-directory-class'.
4280
dd186936
LK
42812008-11-22 Lute Kamstra <lute@gnu.org>
4282
4283 * buffers.texi (Select Buffer): Index goto-line.
4284 * basic.texi (Moving Point): Mention the use of a numeric prefix
4285 argument with goto-line and refer to Select Buffer for the use of a
4286 plain prefix argument.
4287
4b121911
GM
42882008-11-19 Glenn Morris <rgm@gnu.org>
4289
4290 * doclicense.texi: Update to FDL 1.3.
4291 * emacs.texi, emacs-xtra.texi: Relicense under FDL 1.3 or later.
4292
27267e4c
CY
42932008-11-17 Chong Yidong <cyd@stupidchicken.com>
4294
696f351d
CY
4295 * custom.texi (Minor Modes): Define mode commands and mode variables
4296 more precisely. Recommend using mode commands instead of setting
4297 variables directly. Put minor modes in a list, and add more modes.
cd9da8b8
CY
4298 (Easy Customization): Use "init file" instead of .emacs.
4299 (Customization Groups): Update to new Custom buffer appearance.
4300 (Saving Customizations): Copyedits. Update example.
4301 (Variables): Give example of variable type-sensitivity.
4302 (Examining): Update example.
4303 (Hooks): Copyedits.
4304 (Specifying File Variables): Use C comments instead of an artificial
4305 Lisp for the example.
4306 (Keymaps): Move internals discussion to Prefix Keymaps.
4307 (Rebinding): Remove redundant paragraph (stated in Key Binding).
4308 (Init Rebinding): Document kbd macro.
4309 (Init File): Link to Find Init.
696f351d
CY
4310
4311 * mark.texi (Using Region): Document Delete Selection Mode more
4312 thoroughly.
4313
4314 * frames.texi (Mouse Commands): Move most of the description of Delete
4315 Selection Mode to Using Region, and link to it.
1bc9c425 4316 (Clipboard): Note that paste is bound to clipboard-yank.
696f351d 4317
b0570c25
CY
4318 * building.texi (Compilation): Document first-error value of
4319 compilation-scroll-output.
4320 (Compilation Mode): Note that compilation-auto-jump-to-first-error
4321 works as soon as an error is available. Suggested by Juri Linkov.
4322
27267e4c
CY
4323 * mini.texi (Passwords): New node.
4324
4325 * files.texi (Remote Files): Link to Passwords node.
4326
4327 * emacs.texi (Top): Update node listings.
4328
122eb807
CY
43292008-11-16 Chong Yidong <cyd@stupidchicken.com>
4330
9c9855a3
CY
4331 * ack.texi (Acknowledgments): Some updating of credits.
4332
bd6fdcad
CY
4333 * emacs.texi (Acknowledgments): Add a couple more names.
4334
dd1eef46
CY
4335 * dired.texi (Dired Deletion): Document delete-by-moving-to-trash.
4336
122eb807 4337 * files.texi (Directories): Describe delete-directory in text.
dd1eef46 4338 (Misc File Ops): Document use of trash.
122eb807 4339
801a8da1
JB
43402008-11-16 Juanma Barranquero <lekktu@gmail.com>
4341
4342 * macos.texi (Mac Customization): Fix typos.
4343
0b4f2253
CY
43442008-11-14 Chong Yidong <cyd@stupidchicken.com>
4345
4346 * macos.texi (Mac OS): Move Cocoa manual from ns-emacs.texi to here,
4347 replacing previous contents. Numerous copyedits to adapt ns-emacs to
4348 the conventions of the main Emacs manual.
4349
4350 * emacs.texi (Top): Update node listings.
4351
517e2b89
CY
43522008-11-12 Chong Yidong <cyd@stupidchicken.com>
4353
07a85685
CY
4354 * cmdargs.texi (Emacs Invocation): Link to Emacs Server. Note that
4355 command-line-args is processed during startup.
4356 (Action Arguments): Correctly describe how file arguments interact with
4357 the startup screen. Link to Lisp Interaction for scratch buffer.
4358 (Initial Options): Link to Command Example for -batch option.
4359 (Environment): Document initial-environment.
4360
517e2b89
CY
4361 * entering.texi (Entering Emacs): Note that inhibit-startup-screen
4362 can't be changed in the site-start file.
4363
6337bbde
CY
43642008-11-07 Chong Yidong <cyd@stupidchicken.com>
4365
4366 * dired.texi (Dired): Mention C-x C-d too.
4367 (Dired Enter): Document M-n in the Dired minibuffer.
1c6c854e
CS
4368 (Dired Navigation): Explain dired-goto-file more clearly.
4369 Document dired-isearch-filenames.
6337bbde
CY
4370 (Dired Deletion): Remove unnecessary "expunged" terminology.
4371 (Flagging Many Files): & is now rebound to `% &'.
4372 (Shell Commands in Dired): Document dired-do-async-shell-command.
4373 Clarify how multi-file arguments are passed.
4374 (Misc Dired Features): Document dired-do-isearch.
4375
9e8eeff9
CY
43762008-11-06 Chong Yidong <cyd@stupidchicken.com>
4377
4378 * entering.texi (Entering Emacs): Document inhibit-startup-screen.
4379
e071f849
CY
43802008-11-03 Chong Yidong <cyd@stupidchicken.com>
4381
4382 * search.texi (Other Repeating Search): Remove obsolete findex entries.
4383
05482eb1
CY
43842008-11-01 Chong Yidong <cyd@stupidchicken.com>
4385
e2346dea
CY
4386 * programs.texi (Program Modes): Link to Program Indent node.
4387 (Left Margin Paren): Explain consequences of changing
4388 open-paren-in-column-0-is-defun-start more concisely.
4389 (Which Function, Program Indent, Info Lookup): Minor edits.
4390 (Basic Indent): If region is active, TAB indents the region.
1c6c854e
CS
4391 (Multi-line Indent): If region is active, TAB indents the region.
4392 Note that indent-region is useful when Transient Mark mode is off.
e2346dea
CY
4393 (Matching): The delimiter at the cursor is highlighted---the character
4394 changes color.
4395 (Symbol Completion): Link to Completion node.
4396
e4b6428c
CY
4397 * misc.texi (Invoking emacsclient): Describe how to use Emacs server in
4398 a strictly text-only system.
4399
05482eb1
CY
4400 * abbrevs.texi (Saving Abbrevs): Note that abbrev file is not loaded in
4401 batch mode.
4402
a11d3737
RS
44032008-11-01 Richard M. Stallman <rms@gnu.org>
4404
5abad626
RS
4405 * misc.texi (Document View): Major rewrite.
4406
a11d3737
RS
4407 * maintaining.texi (Types of Log File): Change logs are older than
4408 version control.
4409 (VCS Concepts): Simplify and rearrange.
4410 (Version Control Systems): Make it clear that Linux is only the kernel.
4411 (VC Mode Line): Shorten reference to menu item.
4412 (Basic VC Editing): Clarify VC fileset. Shorten and simplify.
4413 (VC Directory Mode): Minor cleanup.
4414 Unchanged files are hidden, not omitted.
4415 (VC Directory Commands): Shorten and simplify.
4416 (Change Log Commands): New node, split from Change Logs.
4417 (VC Directory Buffer): New node, split from VC Directory Mode.
4418
c55a4acb
CY
44192008-10-31 Chong Yidong <cyd@stupidchicken.com>
4420
1c6c854e 4421 * misc.texi (Document View): Rename from Document Files, moved here
df0356f6
CY
4422 from files.texi.
4423
1c6c854e
CS
4424 * files.texi (Version Control): Move to maintaining.texi.
4425 Subnodes moved as well.
4426 (Document Files): Move to misc.texi.
df0356f6 4427
c55a4acb
CY
4428 * maintaining.texi (Change Log): Document log-edit-insert-changelog and
4429 vc-update-change-log.
df0356f6
CY
4430 (Version Control): Move here from files.texi.
4431 (Format of ChangeLog): Make it a subnode of Change Log.
4432
4433 * emacs.texi (Top): Update node listing.
c55a4acb 4434
ef082374
TH
44352008-10-31 Tassilo Horn <tassilo@member.fsf.org>
4436
4437 * files.texi (Files): Add a section about document
4438 files (doc-view-mode).
4439
d52582c3
CY
44402008-10-31 Chong Yidong <cyd@stupidchicken.com>
4441
1c6c854e
CS
4442 * building.texi (Compilation Mode):
4443 Document compilation-auto-jump-to-first-error.
d52582c3
CY
4444 (Debuggers): Lower GUD subsections to subsubsections.
4445 (Starting GUD): Add cindex.
4446 (Lisp Interaction): Note that scratch is no longer the initial buffer.
4447
4e0a0968
CY
44482008-10-30 Chong Yidong <cyd@stupidchicken.com>
4449
03625b47
CY
4450 * indent.texi (Indentation): Link to Program Indent.
4451
4e0a0968
CY
4452 * misc.texi (Invoking emacsclient): If Emacs has no available frame, it
4453 now uses emacsclient's terminal.
4454
8bd3f7ef
CY
44552008-10-29 Chong Yidong <cyd@stupidchicken.com>
4456
80e5620e
CY
4457 * mark.texi (Using Region): Document use-empty-active-region.
4458
97d5c404
CY
4459 * emacs.texi (Top): Update node listings.
4460
1c6c854e
CS
4461 * misc.texi (Emacs Server): Rewrite. Document daemon-mode.
4462 Don't mention obsolete emacs.bash script.
8bd3f7ef
CY
4463 (Invoking emacsclient): Rewrite, moving optional arguments to
4464 emacsclient Options.
21d2bae3
CY
4465 (emacsclient Options): New node. Document server-use-tcp and
4466 server-host.
8bd3f7ef 4467
5fda2cbd
CY
44682008-10-28 Chong Yidong <cyd@stupidchicken.com>
4469
4470 * indent.texi (Indentation): Replace list with paragraphed text,
4471 putting description of syntax-driven indentation first. Document new
4472 effect of active regions on tab.
4473 (Tab Stops): Note that editable tab stops affect indentation commands.
4474
4ff029f6
DN
44752008-10-27 Dan Nicolaescu <dann@ics.uci.edu>
4476
4477 * cmdargs.texi (Initial Options): Document -daemon=SERVER_NAME.
4478
996cd6e4
CY
44792008-10-23 Chong Yidong <cyd@stupidchicken.com>
4480
f28815e3
CY
4481 * custom.texi (Function Keys): Note that modified keypad keys are not
4482 translated.
4483
996cd6e4
CY
4484 * basic.texi (Arguments): Explain how to insert multiple digits.
4485
49545fe2
MA
44862008-10-22 Michael Albinus <michael.albinus@gmx.de>
4487
4488 * files.texi (Remote Files): Precise selection of default method.
4489 Rewrite paragraph about disabling remote file names.
4490
edac0b53
CY
44912008-10-22 Chong Yidong <cyd@stupidchicken.com>
4492
e752c544
CY
4493 * search.texi (Special Isearch): Document M-TAB is isearch.
4494
edac0b53
CY
4495 * files.texi (VC Mode Line): Use @kbd instead of @key for mouse
4496 command.
4497
4498 * frames.texi: Use @kbd instead of @key for mouse commands throughout.
4499
20a36054
TH
45002008-10-22 Tassilo Horn <tassilo@member.fsf.org>
4501
1c6c854e 4502 * emacs.texi (Acknowledgments): Add myself to Acknowledgments
20a36054
TH
4503 section.
4504
69051ab6
CY
45052008-10-21 Chong Yidong <cyd@stupidchicken.com>
4506
c4b1a32a
CY
4507 * vc1-xtra.texi: Move nodes VC Directory Mode and VC Directory Commands
4508 to files.texi. Move contents of vc2-xtra.texi here.
4509
4510 * vc2-xtra.texi: File removed.
4511
4512 * vc-xtra.texi (Advanced VC Usage): Remove VC Directory Mode and VC
4513 Directory Commands from the submenu. Don't include deleted file
4514 vc2-xtra.texi.
4515
4516 * files.texi (Visiting): Document find-file-confirm-nonexistent-file.
4517 (Version Control): Add VC Directory Mode and VC Directory Commands to
4518 the submenu.
4519 (Why Version Control?): Use table format.
4520 (Version Control Systems): Note that Meta-CVS support is gone.
4521 (VCS Concepts): Note precisely when VC started supporting filesets.
4522 Remove bogus xref to CVS Options node.
4523 (Types of Log File): Copyedits.
4524 (VC Mode Line): Document tooltips and mouse-1 on VC indicator.
4525 (Basic VC Editing): Content moved from Selecting A Fileset and Doing
4526 The Right Thing.
4527 (Selecting A Fileset, Doing The Right Thing): Nodes deleted.
4528 (Log Buffer): Reorganize node, putting C-c C-c description first.
4529 (Old Revisions): Use CVS for example, not RCS.
4530 (Secondary VC Commands): Remove VC Directory Mode and VC Directory
4531 Commands from the submenu, putting them under Version Control.
4532 (VC Directory Mode): Move node contents here from vc1-xtra.texi; we
4533 need to include it in the manual unconditionally, since it is now
4534 crucial to using distributed version control systems.
1a6e2954
CY
4535 (Comparing Files): Note that diff uses the minibuffer, and that the
4536 output is shown using Diff mode.
1c6c854e
CS
4537 (Diff Mode): Explain what "patch" and "hunk" mean.
4538 Document diff-update-on-the-fly, diff-refine-hunk, and
b328f1b9 4539 diff-show-trailing-whitespaces.
1a6e2954 4540 (File Archives): Add rar support.
c4b1a32a 4541
69051ab6
CY
4542 * major.texi (Choosing Modes): Make mode selection sequence more
4543 obvious by describing the steps in order of priority. Note that
1c6c854e
CS
4544 magic-mode-alist is nil by default.
4545 Document magic-fallback-mode-alist.
69051ab6 4546
e7421e03
CY
45472008-10-20 Chong Yidong <cyd@stupidchicken.com>
4548
4549 * frames.texi (Mouse References): Copyedits.
4550
6b2efdc2
TH
45512008-10-20 Tassilo Horn <tassilo@member.fsf.org>
4552
4553 * ack.texi (Acknowledgments): Add myself as doc-view author.
4554
9c5e9396
EZ
45552008-10-20 Eli Zaretskii <eliz@gnu.org>
4556
4557 * frames.texi (Dialog Boxes): Add @cindex entries.
4558
dac94f8e
CY
45592008-10-20 Chong Yidong <cyd@stupidchicken.com>
4560
4561 * frames.texi (Dialog Boxes): Clarify description of GTK+ file chooser.
4562 (Text-Only Mouse): Copyedit.
4563
25597d40
CY
45642008-10-19 Chong Yidong <cyd@stupidchicken.com>
4565
f8a447f6
CY
4566 * frames.texi: Use @key throughout for mouse clicks.
4567 (Cut/Paste Other App): Document yank-pop-change-selection.
25597d40
CY
4568 (Secondary Selection): Fix modified mouse click syntax.
4569 (Clipboard): Describe Cut, Copy and Paste commands.
4570 (Mouse References): Not all references are in read-only buffers.
f8a447f6
CY
4571 Copyedits.
4572 (Creating Frames): Add xref to Init File.
4573 (Frame Commands): Add xref to Exiting.
4574 (Scroll Bars): Document GTK vs toolkit behavior.
25597d40 4575
b0f95216
CY
45762008-10-15 Chong Yidong <cyd@stupidchicken.com>
4577
b0817f00
CY
4578 * files.texi (Version Control): Copyedits. Add Bazaar.
4579 (Version Control Systems): List different VCS's using an itemized list.
4580 Add Bazaar.
4581 (VCS Concepts): Copyedits. Tweak description of file merging.
4582
b0f95216
CY
4583 * frames.texi (Mouse Commands, Cut/Paste Other App): Rewrite.
4584 (Cut/Paste Other App): Document select-active-regions and
4585 x-select-enable-primary.
4586
69d0d701
CY
45872008-10-13 Chong Yidong <cyd@stupidchicken.com>
4588
4589 * mark.texi (Shift Selection): Correct case in node name.
4590
4591 * emacs.texi (Top): Update node order in Mark chapter.
4592
375e8351
EZ
45932008-10-12 Eli Zaretskii <eliz@gnu.org>
4594
4595 * msdog-xtra.texi (MS-DOS): Fix bad pxref.
4596
4597 * mini.texi (Minibuffer File): Fix markup in last change. Refer to
4598 elsewhere in the manual instead of describing yet again the intricacies
4599 of $HOME on MS-Windows and MS-DOS.
4600
ab58114f
CY
46012008-10-12 Chong Yidong <cyd@stupidchicken.com>
4602
4f959513 4603 * mini.texi (Minibuffer File): Add xref to File Names.
1c6c854e
CS
4604 (Minibuffer File): Add discussion of `~' in file names.
4605 Add insert-default-directory index reference.
4f959513 4606
ab58114f
CY
4607 * files.texi (File Names): Reorganize description.
4608 (Visiting): Add xref to Mode Line. Copyedits.
4609 (Save Commands): Mention prefix behavior of C-x C-s.
4610 (Numbered Backups): Node deleted.
4611 (Backup Names): Contents of Numbered Backups moved here. State default
4612 of version-control variable.
4613 (Reverting): Copyedits.
4614 (Version Control): Add additional version control systems.
4615
4616 * emacs.texi (Top): Delete Numbered Backups node.
4617
4618 * cmdargs.texi (General Variables): Change Numbered Backups xref to
4619 Backup Names.
f2884f63 4620 (Initial Options): Document renamed variable inhibit-startup-screen.
ab58114f 4621
b0b5100a
RF
46222008-10-11 Romain Francoise <romain@orebokech.com>
4623
4624 * kmacro.texi (Edit Keyboard Macro): Lossage is now 300 keys.
4625
89774b5f
CY
46262008-10-11 Chong Yidong <cyd@stupidchicken.com>
4627
4628 * buffers.texi (Buffers): Add xrefs to Mode Line and Lisp Interaction.
4629 (Select Buffer): Mention use of minibuffer history. Describe default
4630 value of default-major-mode. Mention that C-x 4 b selects the other
4631 window.
4632 (List Buffers): Document CRM indicators in the order they appear.
4633 (Kill Buffer): Document new command kill-matching buffers.
4634 (Several Buffers): Move explanation of the relationship between buffer
4635 list and buffer menu to the top.
4636 (Indirect Buffers): Document new variable clone-indirect-buffer-hook.
4637
4c72bf27
CY
46382008-10-10 Chong Yidong <cyd@stupidchicken.com>
4639
4640 * entering.texi (Exiting): Document change of C-x C-c to
4641 save-buffers-kill-terminal. Document kill-emacs.
4642
f68eb991
EZ
46432008-09-30 Eli Zaretskii <eliz@gnu.org>
4644
4645 * mule.texi (Coding Systems): Don't mention codepage-setup.
4646
4647 * msdog-xtra.texi (MS-DOS Printing, MS-DOS and MULE): No need to create
4648 cpNNN coding systems anymore.
4649 (MS-DOS and MULE): Don't mention code-pages.el. Don't mention support
1c6c854e
CS
4650 for unibyte mode. Don't mention line-drawing characters.
4651 Don't mention dos-unsupported-char-glyph.
f68eb991 4652
1a2dd44d
CY
46532008-09-25 Chong Yidong <cyd@stupidchicken.com>
4654
4655 * search.texi (Search): Shorten introduction.
4656 (Basic Isearch): Add command table. Discuss reverse isearch and
4657 isearch highlighting.
4658 (Repeat Isearch): Move lazy highlighting discussion here. Add search
4659 ring to cindex.
4660 (Special Isearch): Move input methods discussion here.
4661 (Non-ASCII Isearch): Node deleted, merged with Special Isearch.
4662 (Isearch Yank): Node deleted, and contents moved into Basic Isearch and
4663 Repeat Isearch.
4664 (Isearch Minibuffer): New node.
4665 (Word Search): Document new word search commands.
4666 (Regexp Example): Simplify example using sentence-end-base variable.
4667 (Replace): Reword introduction.
4668 (Unconditional Replace): Remove unnecessary example.
4669 (Other Repeating Search): Document new `M-s o' binding.
4670
4671 * emacs.texi (Top): Update node listings.
4672
e45da31d
JB
46732008-09-22 Juanma Barranquero <lekktu@gmail.com>
4674
4675 * emacs.texi (Top): Remove Kill Errors from menu.
4676
841c8096
CY
46772008-09-22 Chong Yidong <cyd@stupidchicken.com>
4678
402168fa
CY
4679 * kmacro.texi (Basic Keyboard Macro): Make F3 and F4 the preferred
4680 interface for defining macros. Simplify examples. Note that C-g quits
4681 macro definitions.
1c6c854e
CS
4682 (Keyboard Macro Counter): Document using F3 to insert counter.
4683 Give usage example.
402168fa
CY
4684 (Keyboard Macro Query): Organize query responses in a table.
4685
1c6c854e
CS
4686 * fixit.texi (Fixit): Favor C-/ keybinding for undo throughout.
4687 Link to Erasing node.
841c8096
CY
4688 (Undo): Reorganize paragraphs for logical flow. Move keybinding
4689 rationale to a footnote.
4690 (Kill Errors): Remove node, due to redundancy with Erasing.
4691 (Spelling): Move discussion of flyspell to end. Note new behavior of
4692 M-$ in active region. Remove non-ispell-specific keybindings from
4693 table.
4694
eab2ee89
DN
46952008-09-21 Dan Nicolaescu <dann@ics.uci.edu>
4696
4697 * cmdargs.texi (Initial Options): Document --daemon.
4698
3d53e905
GM
46992008-09-20 Glenn Morris <rgm@gnu.org>
4700
4701 * files.texi (Numbered Backups): Mention that some modes set
4702 version-control.
4703
1c90484d
GM
47042008-09-20 Jim Blandy <jimb@red-bean.com>
4705
4706 * files.texi (Numbered Backups): Reference File Variables, as well.
4707 Remove discussion of Rmail's implementation.
4708
0fc0d844
CY
47092008-09-06 Chong Yidong <cyd@stupidchicken.com>
4710
4711 * misc.texi (Recursive Edit): Note that top-level exits active
4712 minibuffers.
4713
4714 * trouble.texi (Quitting): Likewise.
4715
b18d283d
CY
47162008-08-31 Chong Yidong <cyd@stupidchicken.com>
4717
4718 * emacs.texi (Top): Add Temporary Face Changes xref.
4719
4720 * display.texi (Display): Move Temporary Face Changes node to just
4721 after Standard Faces.
4722 (Scrolling): Document recenter-top-bottom instead of recenter.
4723 (Horizontal Scrolling): Move auto hscroll discussion to the top.
4724 (Faces, Standard Faces, Temporary Face Changes, Useless Whitespace)
4725 (Display Custom): Copyedits.
4726 (Optional Mode Line): Document display-battery-mode.
4727
180135fc
RF
47282008-08-27 Romain Francoise <romain@orebokech.com>
4729
4730 * custom.texi (Directory Variables): Minor fix.
4731
d3fe3475
GM
47322008-08-27 Glenn Morris <rgm@gnu.org>
4733
4734 * cal-xtra.texi (Advanced Calendar/Diary Usage): Tweak some menu
4735 descriptions.
4736 (Calendar Customizing): Tweak layout description.
183080b6 4737 Move calendar-today-marker and calendar-today face to the other
d3fe3475
GM
4738 markers. Condense calendar-star-date and calendar-mark-today
4739 description.
4740 (Holiday Customizing): Add oriental and solar holidays.
4741 Add index entries for Baha'i, Christian, Hebrew and Islamic holidays.
4742 Fix holiday-float description. Use zerop in examples. Be less verbose.
4743 (Date Display Format): Change ISO format. Be less verbose.
4744 (Diary Customizing): Mention day and month abbrev arrays.
4745 Mention the date-form variables by name. Update European example.
4746 (Non-Gregorian Diary): Change node name. Mention Baha'i functions.
4747 Condense examples. Mention diary-entry-symbols by name.
4748 Condense table for insertion commands.
4749 (Fancy Diary Display): Mention diary-include-string and
4750 diary-sexp-entry-symbol. Condense example. Add Chinese, Coptic,
4751 Ethiopic, Persian date functions. Condense descriptions.
4752
4753 * calendar.texi (Format of Diary File): Mention diary-nonmarking-symbol.
4754 (Adding to Diary): Adapt for changed node name.
4755
71755807
GM
47562008-08-26 Glenn Morris <rgm@gnu.org>
4757
4758 * cal-xtra.texi (Non-Gregorian Diary Entries): New name for
4759 node "Hebrew/Islamic Entries".
4760
4761 * calendar.texi (Specified Dates): Fix names of iso functions.
4762 (General Calendar): There may not be another window.
4763 (Writing Calendar Files, Holidays): Tweak intro.
4764 (Holidays): Mention Baha'i and Chinese holidays.
4765 (Sunrise/Sunset): Add M-x calendar-sunrise-sunset-month.
4766 (Lunar Phases): Remove incorrect reference to calendar-time-zone.
4767 (To Other Calendar): Add calendar-print-other-dates.
4768 Refer to "graphic display" rather than "X.
4769 (From Other Calendar): Add calendar-bahai-goto-date. Fix reference.
4770 (Displaying the Diary): Fix whitespace after reference.
4771 Fix `diary-number-of-entries' reference.
4772 (Date Formats): Explicitly mention that day names can be abbreviated.
4773 (Adding to Diary): Add some references to other sections.
4774 (Special Diary Entries): Fix reference.
4775 (Appointments): Simplify appt-message-warning-time entry.
4776 Clarify where times must be.
4777 (Importing Diary): Comment out icalendar paragraph that does not apply.
4778 (Time Intervals): Simplify entry for timeclock-ask-before-exiting.
4779
d76ebc75
GM
47802008-08-23 Glenn Morris <rgm@gnu.org>
4781
4782 * fortran-xtra.texi (Fortran): Change description of free form and
4783 fixed form a bit. Mention hideshow and imenu.
4784 (Fortran Motion): Mention fortran-end-of-subprogram,
4785 fortran-beginning-of-subprogram, fortran-mark-do, fortran-mark-if.
4786 (Fortran Indent): Minor re-word.
4787 (ForIndent Commands): Mention fortran-fill-paragraph and
4788 fortran-fill-statement.
4789 (ForIndent Cont): Mention fortran-tab-mode-string.
4790 (Fortran Comments): Mention fortran-comment-line-start-skip.
4791 (Fortran Columns): Mention font-locking.
4792 (Fortran Abbrev): Word syntax not relevant with new-style abbrev.
4793
1fc0ce04 47942008-08-23 Johan Bockgård <bojohan@muon>
e2a71e28
JB
4795
4796 * basic.texi (Moving Point): Fix <prior>/<next> confusion.
4797
5c52e13c
CY
47982008-08-22 Chong Yidong <cyd@stupidchicken.com>
4799
4800 * mini.texi (Minibuffer): Simplify introduction.
4801 (Minibuffer File): Document tilde in minibuffer filenames.
4802 (Minibuffer Edit): Mention that the prompt is read-only. Describe how
4803 to enter tabs, spaces, and question marks. Describe behavior of C-a.
4804 (Completion Example): Update example to current command list.
4805 (Completion Options): Document `lazy' value of completion-auto-help.
4806 Update contents of completion-ignored-extensions.
4807 (Minibuffer History): Describe "future history" list. State default
4808 value of history-delete-duplicates.
4809
77a00355
GM
48102008-08-21 Glenn Morris <rgm@gnu.org>
4811
4812 * fortran-xtra.texi (Fortran Columns): Document `fortran-line-length'.
87aae241 4813 (Fortran Comments): Replace fortran-indent-comment with comment-dwim.
77a00355 4814
39ee1d04
CY
48152008-08-17 Chong Yidong <cyd@stupidchicken.com>
4816
4817 * regs.texi (Registers): Clarify valid register names.
4818 (RegPos): Note that buffer is saved and restored too.
4819 (RegText): Note that mark is reactivated/deactivated.
4820 (RegConfig): Xref to Windows node.
4821
b12c348f
CY
48222008-08-16 Chong Yidong <cyd@stupidchicken.com>
4823
3ae7ba79
CY
4824 * basic.texi (Inserting Text): Provide command name for C-q.
4825
b12c348f
CY
4826 * killing.texi (Killing): Copyedit. Define read-only text.
4827 (Deletion): DEL and C-d were already explained in Erasing; xref there.
4828 (Killing by Lines): Copyedit.
4829 (Other Kill Commands): Move M-w description here.
4830 (Yanking): Move M-w to Other Kill Commands.
4831 (Kill Ring): Also mention saving text in registers. Link to Text
4832 Properties in elisp manual.
4833 (Accumulating Text): Copyedit.
4834 (CUA Bindings): Shift selection is now the default.
4835
d8ff7692
TZ
48362008-08-12 Teodor Zlatanov <tzz@lifelogs.com>
4837
4838 * maintaining.texi (Change Log): Mention next-error is available.
4839
a43a8a2e
GM
48402008-08-10 Glenn Morris <rgm@gnu.org>
4841
4842 * cal-xtra.texi (Calendar Customizing): Mention whitespace variables
4843 and intermonth text.
4844 (Holiday Customizing): Add holiday-chinese.
4845
eba27308
EZ
48462008-08-08 Eli Zaretskii <eliz@gnu.org>
4847
4848 * files.texi (Log Buffer, Diff Mode): Fix last changes. Add indexing.
4849
5f14a5b3
DN
48502008-08-07 Dan Nicolaescu <dann@ics.uci.edu>
4851
4852 * files.texi (Log Buffer): Describe C-c C-d.
4853 (Diff Mode): Describe C-x 4 A.
4854
49989bff
EZ
48552008-08-06 Eli Zaretskii <eliz@gnu.org>
4856
4857 * vc1-xtra.texi (VC Directory Mode): Fix last change.
4858
5c915c02
DN
48592008-08-06 Dan Nicolaescu <dann@ics.uci.edu>
4860
2beaf97a
DN
4861 * files.texi (Old Revisions): Update the keys used by vc-annotate and
4862 describe the new bindings to show the changeset diff, toggle annotation
4863 visibility, show revisions.
4864 (VC Status): Describe key bindings for modifying the change comments,
4865 displaying changeset diffs and annotations.
4866
5c915c02
DN
4867 * vc1-xtra.texi (VC Directory Mode): Talk about multiple VC systems.
4868
71798ace
NR
48692008-08-05 Nick Roberts <nickrob@snap.net.nz>
4870
4871 * vc1-xtra.texi (VC Directory Mode): Fix typo.
4872
b8949644
EZ
48732008-08-02 Eli Zaretskii <eliz@gnu.org>
4874
4875 * vc1-xtra.texi (VC Directory Mode, VC Directory Commands): Fix English
4876 and wording.
4877
819567d1
DN
48782008-08-02 Dan Nicolaescu <dann@ics.uci.edu>
4879
4880 * vc1-xtra.texi (VC Directory Mode): Fix and improve the info about
b8949644 4881 marking/unmarking. Add descriptions for the multiple file search
819567d1
DN
4882 commands. Improve some old info.
4883
5f38310a
CY
48842008-07-31 Chong Yidong <cyd@stupidchicken.com>
4885
0dc3906b
CY
4886 * display.texi (Visual Line Mode): New node.
4887
5f38310a 4888 * basic.texi (Inserting Text): Move DEL to deletion node.
1c6c854e
CS
4889 (Moving Point): Add additional alternative key bindings.
4890 Describe line-move-visual.
5f38310a
CY
4891 (Erasing): Describe DEL.
4892 (Basic Undo, Blank Lines, Arguments): Copyedit.
4893 (Continuation Lines): Mention Visual Line mode.
4894 (Position Info): Move extended discussion to mule.texi.
4895
4896 * mule.texi (International Chars): Describe C-x =.
4897
4898 * emacs.texi (Top): Add Visual Line Mode node.
4899
7c2fb837
DN
49002008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
4901
4902 * emacs.texi: Remove VMS support.
4903
3f6b73ef
DN
49042008-07-30 Dan Nicolaescu <dann@ics.uci.edu>
4905
4906 * vc1-xtra.texi (VC Directory Mode): Update the display format and fix
4907 the vc-dir command name.
4908
9e2a2647
DN
49092008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
4910
4911 * xresources.texi: Remove mentions of Mac Carbon.
4912
568beaa2
AS
49132008-07-19 Andreas Schwab <schwab@suse.de>
4914
4915 * ns-emacs.texi: Move to ../misc.
4916
0ef94706
CY
49172008-07-15 Chong Yidong <cyd@stupidchicken.com>
4918
4919 * entering.texi (Exiting): Don't describe text-only terminals as the
4920 default. Describe the new startup screen.
4921 (Exiting): Describe how to kill Emacs first. Change description of
4922 iconification to handle modern window systems.
4923
ba60bd44 49242008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
edfda783
AR
4925
4926 * ns-emacs.texi: New file, documents features of Emacs port under
4927 NeXTstep windowing.
4928
9f30aa73
CY
49292008-07-15 Chong Yidong <cyd@stupidchicken.com>
4930
938a5d2e
CY
4931 * entering.texi (Entering Emacs): Update prev node.
4932
4933 * glossary.texi (Glossary): Remove xref to Text Characters.
4934
9f30aa73
CY
4935 * commands.texi (User Input): Rewrite. Describe Emacs' behavior
4936 directly, rather than in the context of ASCII. Move description of
4937 special properties of modifier key to new Modifier Keys node.
4938 (Keys): Copyedit.
4939 (Text Characters): Delete node. Multibyte is the default nowadays, and
4940 the node contents are obsolete.
4941
4942 * custom.texi (Modifier Keys): New node.
4943
4944 * emacs.texi (Top): Update node list.
4945
7e53d36c
CY
49462008-07-13 Chong Yidong <cyd@stupidchicken.com>
4947
4948 * emacs.texi (Intro): Increase conciseness slightly. Remove paragraph
4949 saying that Emacs provides menus and mouse support (which is par for
4950 the course).
4951
4952 * screen.texi (Screen): Copyedit. Define "buffer" and "current buffer"
4953 early on.
4954 (Point): Copyedit. Relegate historical trivia to a footnote.
4955 (Mode Line): Explain mode-line format more consistently.
4956 (Menu Bar): Copyedit.
4957
1e9fa96d
GM
49582008-06-27 Glenn Morris <rgm@gnu.org>
4959
4960 * cal-xtra.texi (Sexp Diary Entries):
4961 * calendar.texi (Lunar Phases): Update for lunar.el name changes.
4962
dc9bebb8
CY
49632008-06-26 Chong Yidong <cyd@stupidchicken.com>
4964
4965 * mark.texi (Shift selection): New node.
4966 (Mark): Copyedits.
4967 (Persistent Mark): Move to the end of the chapter.
4968
e7881076
EZ
49692008-06-20 Eli Zaretskii <eliz@gnu.org>
4970
4971 * makefile.w32-in (distclean): Remove makefile.
4972
f427400c
NR
49732008-06-17 Nick Roberts <nickrob@snap.net.nz>
4974
4975 * building.texi (Starting GUD): Add an entry for gud-gdb.
4976 (GDB Graphical Interface): Explain that gud-gdb is now needed for text
4977 command mode.
4978
b597d348
GM
49792008-06-17 Glenn Morris <rgm@gnu.org>
4980
4981 * calendar.texi: Fix references to mouse-2 and mouse-3 in calendar.
4982
647b7094
NR
49832008-06-17 Nick Roberts <nickrob@snap.net.nz>
4984
4985 * building.texi (Starting GUD): Expand on remote debugging.
4986 (Other GDB-UI Buffers): Mention new keyboard bindings.
4987
47a30023
GM
49882008-06-15 Glenn Morris <rgm@gnu.org>
4989
4990 * gnu.texi: Use a verbatim license for this invariant section,
4991 as per etc/GNU.
4992
37e5d54a
GM
49932008-06-13 Daniel Engeler <engeler@gmail.com>
4994
4995 * emacs.texi, misc.texi: Add documentation about serial port access.
4996
8e65d46c
GM
49972008-06-13 Glenn Morris <rgm@gnu.org>
4998
c1473b4c
MB
4999 * emacs-xtra.texi, emacs.texi: Update Back-Cover text per
5000 maintain.info.
8e65d46c 5001
e40a85cd
MB
50022008-06-05 Miles Bader <miles@gnu.org>
5003
5004 * display.texi (Temporary Face Changes): Update to reflect function
5005 renamings in face-remap.el.
5006
56c73dec
MB
50072008-06-04 Miles Bader <miles@gnu.org>
5008
1c6c854e
CS
5009 * display.texi (Temporary Face Changes):
5010 Add `adjust-buffer-face-height'. Rewrite description of
56c73dec
MB
5011 `increase-buffer-face-height' and `decrease-default-face-height' now
5012 that they aren't bound by default.
5013
9d3d42fb
MB
50142008-06-03 Miles Bader <miles@gnu.org>
5015
5016 * display.texi (Temporary Face Changes): New node.
5017
2be6bfe2
EZ
50182008-05-31 Eli Zaretskii <eliz@gnu.org>
5019
5020 * msdog.texi (Windows Keyboard): Fix text added on 2008-05-29.
5021
daf7e339
GM
50222008-05-31 Glenn Morris <rgm@gnu.org>
5023
5024 * cal-xtra.texi (Fancy Diary Display): Simplify.
5025
d21d2618
GM
50262008-05-30 Glenn Morris <rgm@gnu.org>
5027
5028 * cal-xtra.texi (Fancy Diary Display): Update for
5029 diary-display-function replacing diary-display-hook.
5030
71ce5fd0
JB
50312008-05-29 Drew Adams <drew.adams@oracle.com>
5032
5033 * msdog.texi (Windows Keyboard): Add descriptions of
5034 w32-register-hot-key and w32-unregister-hot-key.
5035
a3cdbdf8
MO
50362008-05-21 Tom Tromey <tromey@redhat.com>
5037
5038 * custom.texi (Directory Variables): Grammar fix. Link to Safe File
5039 Variables node.
5040
854a574c
MO
50412008-05-19 Tom Tromey <tromey@redhat.com>
5042
5043 * custom.texi (Variables): Add Directory Variables to menu.
5044 (Directory Variables): New node.
5045
7c2ec3f9
ER
50462008-05-16 Eric S. Raymond <esr@snark.thyrsus.com>
5047
71ce5fd0 5048 * vc2-xtra.texi: Modify an example so it reflects what vc.el now does.
7c2ec3f9 5049
370fded4
ER
50502008-05-15 Eric S. Raymond <esr@snark.thyrsus.com>
5051
5052 * vc2-xtra.texi, emacs.texi, files.texi: Snapshots node renamed to
352c8b4a
GM
5053 Revision Tags and rewritten. Section now uses modern terminology,
5054 (tags rather than snapshots) and describes post-SCCS systems more
370fded4
ER
5055 accurately.
5056
6af511e3
EZ
50572008-05-10 Eli Zaretskii <eliz@gnu.org>
5058
5059 * msdog.texi (Windows Files): Update documentation of
5060 w32-get-true-file-attributes.
5061
7a78b6e7
ER
50622008-05-09 Eric S. Raymond <esr@snark.thyrsus.com>
5063
5064 * files.texi, vc-xtra.texi, vc1-xtra.texi: Document the new VC
5065 directory mode.
5066
1bcfc24e
CY
50672008-05-08 Chong Yidong <cyd@stupidchicken.com>
5068
5069 * killing.texi (Appending Kills): Remove a strangely off-topic index
6af511e3 5070 entry "television".
1bcfc24e 5071
db86064f
ER
50722008-05-07 Eric S. Raymond <esr@snark.thyrsus.com>
5073
ab5ec32c 5074 * ack.texi, files.texi, vc2-xtra.texi: Meta-CVS is no longer supported.
db86064f 5075
a31b405e
ER
50762008-05-02 Eric S. Raymond <esr@snark.thyrsus.com>
5077
cfdaa150 5078 * buffers.texi, files.texi (Version-control):
a31b405e
ER
5079 vc-toggle-read-only is no longer a good idea...
5080
ff2c14fc
GM
50812008-04-29 Glenn Morris <rgm@gnu.org>
5082
5083 * cal-xtra.texi (Sexp Diary Entries): Clarify diary-float.
5084
367c9b7c
JL
50852008-04-22 Juri Linkov <juri@jurta.org>
5086
5087 * dired.texi (Subdirectories in Dired): Describe using `^'
5088 to return to the parent directory.
5089
4ac1e9b4
NR
50902008-04-22 Nick Roberts <nickrob@snap.net.nz>
5091
5092 * building.texi (GDB-UI Layout, Other GDB-UI Buffers): Update for
5093 recent changes.
5094
b9b3bf2b
NR
50952008-04-19 Nick Roberts <nickrob@snap.net.nz>
5096
5097 * building.texi (GDB-UI Layout, Breakpoints Buffer)
5098 (Other GDB-UI Buffers): Update for recent thread related changes.
5099
4d120d6a
SM
51002008-04-11 Mirko Vukovic <mirko.vukovic@gmail.com> (tiny change)
5101
5102 * maintaining.texi (Maintaining):
5103 * emacs.texi (Top): Typo.
5104
a152877d
SM
51052008-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
5106
b9b3bf2b
NR
5107 * display.texi (Font Lock): Prefer add-hook to using a non-nil `mode'
5108 arg in `font-lock-add-keywords'.
a152877d 5109
36c0514c
GM
51102008-04-08 Glenn Morris <rgm@gnu.org>
5111
5112 * cal-xtra.texi, calendar.texi: Update for calendar name changes.
5113 Also add Baha'i calendar references where appropriate.
5114
06a97d46
GM
51152008-04-05 Glenn Morris <rgm@gnu.org>
5116
5117 * custom.texi (Init File): Byte-compiling .emacs is bad.
5118
6adc6eed
SM
51192008-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
5120
5121 * mini.texi (Minibuffer Edit) <resize-mini-windows>: Adjust default.
5122
571388b0
GM
51232008-03-29 Glenn Morris <rgm@gnu.org>
5124
5125 * calendar.texi: Update for `calendar-date-style' replacing
5126 `european-calendar'.
5127
3ae8f876
JR
51282008-03-28 Jason Rumney <jasonr@gnu.org>
5129
5130 * display.texi (Display Custom): Mention overlay-margin in text.
5131
5bc6ddff 51322008-03-12 Reiner Steib <Reiner.Steib@gmx.de>
03a864d5 5133
5bc6ddff
MB
5134 * custom.texi, dired.texi, mini.texi, mule.texi: Add `referenced in the
5135 tutorial' comments.
03a864d5 5136
7186a830
CY
51372008-03-28 Chong Yidong <cyd@stupidchicken.com>
5138
5139 * mark.texi (Mark): Rearrange nodes.
5140 (Persistent Mark): Rename from Transient Mark.
5141 (Mark, Setting Mark, Marking Objects, Persistent Mark, Mark Ring):
5142 Describe Transient Mark mode as the default.
5143
5144 * basic.texi (Basic Undo): Don't mention setting the mark, which isn't
5145 the default behavior with Transient Mark mode off.
5146 (Position Info): Fix typo.
5147
71ce5fd0
JB
5148 * display.texi (Standard Faces): Reference the Mark node.
5149 Remove discussion of the region face, which is discussed there.
7186a830
CY
5150
5151 * emacs.texi (Top): Update node listings.
5152
5153 * files.texi (Diff Mode, Misc File Ops): Describe Transient Mark mode
5154 as the default.
5155
5156 * fixit.texi (Undo): Standardize choice of undo key sequence.
5157 (Undo, Spelling): Describe Transient Mark mode as the default.
5158
5159 * frames.texi (Mouse Commands): Treat Transient Mark mode as the
5160 default.
5161
5162 * glossary.texi (Glossary): Treat Transient Mark mode as the default.
5163
5164 * killing.texi (Kill Ring, Accumulating Text): Assume Transient Mark
5165 mode is the default, and note that the mark is not activated when set.
5166
5167 * programs.texi (Moving by Defuns, Expressions, Comment Commands):
5168 Describe Transient Mark mode as the default.
5169
5170 * search.texi (Basic Isearch): Reference the Mark Ring node.
5171 (Replace, Unconditional Replace, Other Repeating Search):
5172 Describe Transient Mark mode as the default.
5173
1c6c854e
CS
5174 * text.texi (Words, Pages, Fill Commands, HTML Mode):
5175 Describe Transient Mark mode as the default.
7186a830
CY
5176 (Paragraphs): Describe how M-h behaves when region is active.
5177
5178 * trouble.texi (Quitting): Clarify effects of C-g.
5179
dc47d1ff
GM
51802008-03-13 Glenn Morris <rgm@gnu.org>
5181
5182 * emacs.texi (EMACSVER): Set to 23.0.60.
5183
e3e0fb39 51842008-03-05 Glenn Morris <rgm@gnu.org>
8b74f389 5185
e3e0fb39
GM
5186 * dired.texi (Hiding Subdirectories): Fix previous change.
5187
51882008-03-05 Drew Adams <drew.adams@oracle.com>
5189
5190 * dired.texi (Hiding Subdirectories): Document `dired-hide-subdir'.
8b74f389 5191
5e14abf8
KS
51922008-02-28 Kim F. Storm <storm@cua.dk>
5193
5194 * help.texi (Help Files): Move describe-gnu-project to C-h g.
5195 Move describe-distribution to C-h C-o.
5196 Move view-emacs-problems to C-h C-p.
5197 Add view-emacs-debugging on C-h C-d.
5198 Add view-external-packages on C-h C-e.
d0207bf3 5199 Add view-order-manuals on C-h C-m.
5e14abf8 5200
d0207bf3 52012008-02-17 Ulrich Mueller <ulm@kph.uni-mainz.de>
17577183
BG
5202
5203 * msdog-xtra.texi (MS-DOS): Docstring fix.
5204
87e391bb
EZ
52052008-02-09 Eli Zaretskii <eliz@gnu.org>
5206
5207 * msdog.texi (Windows Fonts): Use a @table for describing font
5208 properties.
5209
5662e503
JR
52102008-02-07 Jason Rumney <jasonr@gnu.org>
5211
5212 * msdog.texi (Windows Files): w32-get-true-file-attributes default
5213 value has changed.
5214 (Windows HOME): Clarify what is meant by "if that fails as well".
5215 (Windows Fonts): New section.
5216
72463824
GM
52172008-02-07 D. E. Evans <sinuhe@gnu.org> (tiny change)
5218
5219 * basic.texi (Basic Undo): Remove duplicate "you can".
5220
7ff926e0
EZ
52212008-02-02 Eli Zaretskii <eliz@gnu.org>
5222
5223 * maintaining.texi (Tags): Fix last change.
5224
ace67e7e
NR
52252008-01-31 Nick Roberts <nickrob@snap.net.nz>
5226
5227 * trouble.texi (Checklist): Direct users to emacs-devel@gnu.org.
5228
ae068fdf
RS
52292008-01-26 Richard Stallman <rms@gnu.org>
5230
5231 * maintaining.texi (Tags): Delete redundant index entry.
5232
a56d9a08
EZ
52332008-01-26 Eli Zaretskii <eliz@gnu.org>
5234
5235 * programs.texi (Imenu): Move "@cindex tags" from here...
5236 * maintaining.texi (Tags): ...to here.
5237
e941ed90
NR
52382008-01-23 Kevin Ryde <user42@zip.com.au>
5239
5240 * custom.texi (Mouse Buttons): Update elisp xref to "Click Events" on
5241 click count.
5242
650276d5
JB
52432008-01-21 Juanma Barranquero <lekktu@gmail.com>
5244
5245 * entering.texi (Exiting): Fix typo.
5246 Reported by D. E. Evans <sinuhe@gnu.org>.
5247
8dc17977
MR
52482007-12-31 Martin Rudalics <rudalics@gmx.at>
5249
5250 * glossary.texi (Glossary): Fix typo.
5251
9f9695a6
RS
52522007-12-27 Richard Stallman <rms@gnu.org>
5253
5254 * text.texi (Formatted Text): Improve menu tag.
5255 (Editing Format Info): In Info, add duplicate menu of nodes
5256 about the submenus.
5257 (Format Faces): Say where Faces menu is found. Mention Other.
5258 (Format Colors): Say where these submenus are found.
5259 (Format Indentation, Format Justification): Likewise.
5260 (Format Properties): Likewise.
5261
abfd0191
RS
52622007-12-22 Richard Stallman <rms@gnu.org>
5263
5264 * search.texi (Query Replace): Make exp of query-replace more
5265 self-contained, and clarify.
8dc17977 5266
a2586785
RS
52672007-12-15 Richard Stallman <rms@gnu.org>
5268
5269 * files.texi (Auto Save): Clarify definition of auto-saving.
5270
a67cf2bb
RS
52712007-11-26 Richard Stallman <rms@gnu.org>
5272
5273 * help.texi (Help Echo): Cleanups.
5274
448b33b1
TTN
52752007-11-23 Thien-Thi Nguyen <ttn@gnuvola.org>
5276
5277 * files.texi (Why Version Control?): Fix typo.
5278 (VCS Concepts): Fix typos; small tense fix.
4d77fc8e
TTN
5279 (Selecting a Fileset): Fix typos; small rewording.
5280 (Log Buffer): Likewise.
5281 (Old Revisions): Likewise.
448b33b1 5282
221bb7f6
EZ
52832007-11-17 Eli Zaretskii <eliz@gnu.org>
5284
5285 * mule.texi (Communication Coding): Fix wording of last change.
5286
d0207bf3 52872007-11-16 Werner Lemberg <wl@gnu.org>
1ab397c1 5288
630cb3b7
JB
5289 * custom.texi (Specifying File Variables):
5290 * major.texi (Choosing Modes): Mention '\" in man pages.
1ab397c1 5291
53b7759e
KH
52922007-11-16 Kenichi Handa <handa@ni.aist.go.jp>
5293
a5ab2e0c 5294 * mule.texi (Communication Coding): Document x-select-request-type.
53b7759e
KH
5295
5296 * frames.texi (Cut/Paste Other App): Mention x-select-request-type.
5297
c8763fb6 52982007-11-15 Francesco Potortì <pot@gnu.org>
0b7f2f3f 5299
630cb3b7 5300 * maintaining.texi (TEXTAGS): Note that you can use "-" for stdout with
0b7f2f3f
FP
5301 --output=file.
5302
ff98e024
MR
53032007-11-13 Martin Rudalics <rudalics@gmx.at>
5304
5305 * help.texi (Help Summary, Apropos, Misc Help): Fix typos.
5306 (Help Echo): Avoid mentioning the term "region" here and
5307 consistently use the term "active text".
5308
37b11c22
GM
53092007-11-11 Glenn Morris <rgm@gnu.org>
5310
5311 * calendar.texi (Special Diary Entries): Fix Thanksgiving example.
5312
21d50ba1
JL
53132007-11-10 Paul Pogonyshev <pogonyshev@gmx.net>
5314
1c6c854e
CS
5315 * search.texi (Query Replace):
5316 Mention `query-replace-show-replacement'.
21d50ba1 5317
c12ecb0a 53182007-11-09 Nick Roberts <nickrob@snap.net.nz>
4fda797e
NR
5319
5320 * building.texi (Watch Expressions): Remove obscure sentence.
5321
3b4201f4
KH
53222007-11-06 Kenichi Handa <handa@ni.aist.go.jp>
5323
5324 * mule.texi (Select Input Method): Describe how to activate an input
5325 method in the text mode.
5326
07e5c0b0
DN
53272007-11-01 Dan Nicolaescu <dann@ics.uci.edu>
5328
5329 * cmdargs.texi (Misc Variables): Remove Sun windows info.
5330
52dd7391
NR
53312007-10-30 Nick Roberts <nickrob@snap.net.nz>
5332
5333 * building.texi (Watch Expressions): Describe gdb-delete-out-of-scope.
5334
c004e539
GM
53352007-10-30 Glenn Morris <rgm@gnu.org>
5336
5337 * misc.texi (Directory Tracking): Explain a bit more about
5338 dirtrack-mode.
5339
ca8c5b8c
GM
53402007-10-25 Glenn Morris <rgm@gnu.org>
5341
5342 * fortran-xtra.texi (Fortran): F90 mode handles F2003.
5343
b6c764ef
RS
53442007-10-24 Richard Stallman <rms@gnu.org>
5345
5346 * misc.texi (Interactive Shell): Cleanup last change.
5347
eabd84c9
JL
53482007-10-22 Juri Linkov <juri@jurta.org>
5349
5350 * mini.texi (Minibuffer History): Add text about a list of minibuffer
5351 default values.
5352
0b43c7e2
ER
53532007-10-20 Eric S. Raymond <esr@snark.thyrsus.com>
5354
ca8c5b8c 5355 * files.texi: Disambiguate two slightly different uses of the term
0b43c7e2
ER
5356 'filesets'.
5357
a80859d4
MR
53582007-10-18 Martin Rudalics <rudalics@gmx.at>
5359
5360 * trouble.texi (Quitting): Fix typo.
5361
c9447ae1
GM
53622007-10-18 Glenn Morris <rgm@gnu.org>
5363
5364 * frames.texi (Mode Line Mouse): Mention minor mode names.
5365
168b980f
JL
53662007-10-17 Juri Linkov <juri@jurta.org>
5367
5368 * text.texi (Fill Commands): Undocument fill-paragraph-or-region.
5369 fill-paragraph operates on the active region in Transient Mark mode.
5370 (Fill Prefix, Format Indentation): Replace fill-paragraph-or-region
5371 with fill-paragraph.
5372
5373 * basic.texi (Arguments): Replace fill-paragraph-or-region with
5374 fill-paragraph.
5375
5376 * fixit.texi (Spelling): ispell-word operates on the active region
5377 in Transient Mark mode.
5378
5a331f34
JB
53792007-10-17 Aaron S. Hawley <aaronh@garden.org>
5380
5381 * building.texi (Source Buffers):
5382 * custom.texi (Init Non-ASCII):
5383 * glossary.texi (Glossary): Use "key binding" consistently.
5384
2a9f4d55
JB
53852007-10-17 Juanma Barranquero <lekktu@gmail.com>
5386
5387 * calendar.texi (Diary): Fix directive.
5388
de13cecf
RS
53892007-10-16 Richard Stallman <rms@gnu.org>
5390
5391 * calendar.texi (Diary): Clarify text about diary file example.
5392
5f90d53e
ER
53932007-10-13 Eric S. Raymond <esr@snark.thyrsus.com>
5394
5395 * files.texi: Capitalize node names according to convention.
5396
3aa491bc
GM
53972007-10-13 Glenn Morris <rgm@gnu.org>
5398
5399 * misc.texi (Interactive Shell): Correct INSIDE_EMACS reference.
5400
8a3106d3
ER
54012007-10-11 Eric S. Raymond <esr@snark.thyrsus.com>
5402
5403 * emacs.texi:
5404 * files.texi (Version Systems): Minor fixes to version-control material
5a331f34 5405 suggested by RMS and Robert J. Chassell.
8a3106d3 5406
da1080a2
ER
54072007-10-10 Eric S. Raymond <esr@snark.thyrsus.com>
5408
3aa491bc 5409 * files.texi (Version Systems):
0870a421
ER
5410 * vc-xtra.texi:
5411 * vc1-xtra.texi:
ac3f4c6f 5412 * vc2-xtra.texi: Merge in changes for new VC with fileset-oriented
2a9f4d55 5413 operations. Change of terminology from `version' to `revision'.
a7fc5b78 5414 Revise text for adequate description of VCSes with monotonic IDs.
2a9f4d55 5415 * emacs.texi: Change of terminology from `version' to `revision'.
da1080a2 5416
58ade22b
ER
54172007-10-09 Eric S. Raymond <esr@snark.thyrsus.com>
5418
da1080a2 5419 * files.texi (Version Systems): Describe newer VCses.
58ade22b
ER
5420 Reorder the descriptions to be chronological.
5421
93870ce2
RS
54222007-10-09 Richard Stallman <rms@gnu.org>
5423
5424 * display.texi (Cursor Display): Correct how cursor appears
5425 in nonselected windows.
5426
568c7288
NR
54272007-10-04 Nick Roberts <nickrob@snap.net.nz>
5428
5429 * building.texi (GDB Graphical Interface): Remove references to gdba
5430 and mention gud-gdb.
5431
1af74d06 54322007-08-31 Eli Zaretskii <eliz@gnu.org>
17afb4cb 5433
1af74d06 5434 * rmail.texi (Rmail Sorting): Improve indexing.
17afb4cb 5435
0d8fb755
JL
54362007-10-06 Juri Linkov <juri@jurta.org>
5437
5438 * text.texi (Fill Commands): Document fill-paragraph-or-region.
5439 (Fill Prefix, Format Indentation): Replace fill-paragraph with
5440 fill-paragraph-or-region.
5441
5442 * basic.texi (Arguments): Replace fill-paragraph with
5443 fill-paragraph-or-region.
5444
b981e2c6
ER
54452007-10-06 Eric S. Raymond <esr@snark.thyrsus.com>
5446
5447 * files.texi: Update the section on version control for 2007
2a9f4d55 5448 conditions. None of these changes are new-VC-specific; that
b981e2c6
ER
5449 will come later.
5450
5fceaf9c
GM
54512007-09-15 Glenn Morris <rgm@gnu.org>
5452
5453 * calendar.texi (Holidays): Change all instances of `holiday-list' back
5454 to `list-holidays'.
5455
b0e44b17
GM
54562007-09-14 Glenn Morris <rgm@gnu.org>
5457
5458 * calendar.texi: Update all instances of mark-calendar-holidays,
5459 list-calendar-holidays, list-holidays with the new names.
5460
8cf51b2c
GM
54612007-09-06 Glenn Morris <rgm@gnu.org>
5462
46a367db 5463 Move manual sources from man/ to subdirectories of doc/.
8cf51b2c
GM
5464 Split into the Emacs manual in emacs/, and other manuals in misc/.
5465 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Reduce to just the Emacs
5466 manual.
5467 (infodir): New variable.
5468 (info): Use $infodir.
5469 (emacsman): Delete target, not needed any more.
5470 Move all targets that are not the Emacs manual to misc/Makefile.in.
5471 (mostlyclean): Remove `gnustmp'.
5472 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS): Reduce to just the Emacs
5473 manual.
92f9b43f 5474 (MULTI_INSTALL_INFO, ENVADD, infodir): Go up one more level.
8cf51b2c
GM
5475 (emacsman): Delete target, not needed any more.
5476 (clean): Remove all info files but Emacs manual.
5477 Move all targets that are not the Emacs manual to misc/Makefile.in.
5478 * emacs-xtra.texi, emacs.texi (setfilename): Go up one more level.
5479
5480 * Makefile.in (INFOSOURCES): Delete.
5481 (.SUFFIXES): Use $(TEXI2DVI) rather than texi2dvi.
5482 (mostlyclean): Add *.op, *.ops. Move *.aux *.cps *.fns *.kys *.pgs
5483 *.vrs *.toc here...
5484 (maintainer-clean): ...from here.
5485
54862007-09-05 Glenn Morris <rgm@gnu.org>
5487
5488 * custom.texi (Safe File Variables): Clarify `!' and risky variables.
5489
8cf51b2c
GM
54902007-08-29 Glenn Morris <rgm@gnu.org>
5491
5492 * emacs.texi (EMACSVER): Increase to 23.0.50.
5493
3420c522
RS
54942007-08-27 Richard Stallman <rms@gnu.org>
5495
5496 * emacs.texi (Top): Clarify menu item for Glossary.
5497
5498 * display.texi (Faces): Change secn title.
5499 Clarify not all fonts come from Font Lock.
5500
8cf51b2c
GM
55012007-08-17 Eli Zaretskii <eliz@gnu.org>
5502
5503 * basic.texi (Position Info): Add index entry for face at point.
5504 Mention that character faces are also displayed by "C-u C-x =".
5505
8cf51b2c
GM
55062007-08-08 Glenn Morris <rgm@gnu.org>
5507
5508 * glossary.texi (Glossary): Deprecate `iff'.
8cf51b2c
GM
5509
55102007-08-07 Chong Yidong <cyd@stupidchicken.com>
5511
5512 * files.texi (File Conveniences): Document point motion keys in Image
5513 mode.
5514
8cf51b2c
GM
55152007-07-27 Glenn Morris <rgm@gnu.org>
5516
8cf51b2c
GM
5517 * emacs.texi (Copying): Include license text from gpl.texi, rather than
5518 in-line.
5519
5520 * gpl.texi: New file with text of GPL.
5521 * Makefile.in (EMACSSOURCES): Add gpl.texi.
5522
55232007-07-26 Dan Nicolaescu <dann@ics.uci.edu>
5524
5525 * vc2-xtra.texi (Customizing VC): Add GIT and HG.
5526
5527 * dired.texi (Wdired): Mention C-x C-q key binding.
5528
55292007-07-28 Nick Roberts <nickrob@snap.net.nz>
5530
5531 * building.texi (GDB Graphical Interface): Qualify use of "M-x gdba".
5532
55332007-07-25 Glenn Morris <rgm@gnu.org>
5534
8cf51b2c
GM
5535 * emacs.texi (Copying): Replace license with GPLv3.
5536
5537 * Relicense all FSF files to GPLv3 or later.
5538
55392007-07-24 Glenn Morris <rgm@gnu.org>
5540
5541 * calendar.texi (Writing Calendar Files): cal-tex-diary etc only work
5542 for some calendars.
5543
55442007-07-23 Nick Roberts <nickrob@snap.net.nz>
5545
5546 * screen.texi (Mode Line): Describe new mode-line flag that shows if
5547 default-directory for the current buffer is on a remote machine.
5548
8cf51b2c
GM
55492007-07-21 Eli Zaretskii <eliz@gnu.org>
5550
5551 * vc2-xtra.texi (Customizing VC) <vc-handled-backends>: Update the
5552 default value.
5553
55542007-07-21 Richard Stallman <rms@gnu.org>
5555
5556 * files.texi (Why Version Control?): Improve previous change.
5557
55582007-07-18 Eric S. Raymond <esr@snark.thyrsus.com>
5559
5560 * files.texi (Why Version Control?): New node.
5561
8cf51b2c
GM
55622007-07-12 Nick Roberts <nickrob@snap.net.nz>
5563
8cf51b2c
GM
5564 * building.texi (Starting GUD): Add xref to this anchor.
5565
8cf51b2c
GM
55662007-06-24 Karl Berry <karl@gnu.org>
5567
2a9f4d55 5568 * emacs.texi: New Back-Cover Text.
8cf51b2c 5569
8cf51b2c
GM
55702007-06-07 Alan Mackenzie <acm@muc.de>
5571
5572 * display.texi (Optional Mode Line): Document the new form of
5573 line+column numbers, "(561,2)".
5574
55752007-06-06 Juanma Barranquero <lekktu@gmail.com>
5576
49823426 5577 * maintaining.texi (Create Tags Table): Fix typos.
8cf51b2c
GM
5578
55792007-06-02 Chong Yidong <cyd@stupidchicken.com>
5580
5581 * Version 22.1 released.
5582
8cf51b2c
GM
55832007-05-07 Karl Berry <karl@gnu.org>
5584
5585 * emacs.texi (EMACSVER): Back to 22.
5586
55872007-05-06 Richard Stallman <rms@gnu.org>
5588
5589 * maintaining.texi (Create Tags Table): Clean up previous change.
5590
c8763fb6 55912007-05-05 Francesco Potortì <pot@gnu.org>
8cf51b2c
GM
5592
5593 * maintaining.texi (Create Tags Table): Add text about the dangers of
5594 making symbolic links to tags files.
5595
55962007-05-04 Karl Berry <karl@gnu.org>
5597
5598 * emacs.texi (EMACSVER) [smallbook]: 22.1 for printed version, not 22.
5599
56002007-05-03 Karl Berry <karl@gnu.org>
5601
5602 * emacs.texi (EMACSVER) [smallbook]: 22 for printed version.
5603
5604 * .cvsignore (*.pdf): New entry.
5605
8cf51b2c
GM
5606 * emacs.texi (\urlcolor, \linkcolor) [smallbook]: \let to \Black
5607 for printing.
5608
56092007-05-01 Richard Stallman <rms@gnu.org>
5610
5611 * cmdargs.texi (Initial Options): Under --batch, mention --eval.
5612
8cf51b2c
GM
56132007-04-28 Glenn Morris <rgm@gnu.org>
5614
5615 * ack.texi (Acknowledgments):
5616 * anti.texi (Antinews):
8cf51b2c
GM
5617 * programs.texi (Program Modes): Restore mention of python.el pending
5618 consideration of legal status.
5619
56202007-04-28 Richard Stallman <rms@gnu.org>
5621
5622 * files.texi (File Names): Fixes to ~ description on MS systems.
5623
8cf51b2c
GM
56242007-04-26 Glenn Morris <rgm@gnu.org>
5625
5626 * emacs.texi (EMACSVER): Increase to 22.1.50.
5627
56282007-04-25 Karl Berry <karl@gnu.org>
5629
5630 * emacs.texi: Improve line breaks on copyright page,
5631 similar layout to lispref, 8.5x11 by default.
5632
5633 * dired.texi (Image-Dired): Improve line break, fix typo.
5634
56352007-04-24 Chong Yidong <cyd@stupidchicken.com>
5636
5637 * programs.texi (Program Modes):
8cf51b2c
GM
5638 * anti.texi (Antinews):
5639 * ack.texi (Acknowledgments): python.el removed.
5640
8cf51b2c
GM
56412007-04-23 Chong Yidong <cyd@stupidchicken.com>
5642
5643 * display.texi (Highlight Interactively): Correct description of
5644 hi-lock-file-patterns-policy.
5645
5646 * files.texi (File Archives): Mention self-extracting executables.
5647
56482007-04-23 Eli Zaretskii <eliz@gnu.org>
5649
5650 * search.texi (Unconditional Replace, Query Replace): Add xref to
5651 "Replacement and Case".
5652
56532007-04-22 Chong Yidong <cyd@stupidchicken.com>
5654
5655 * dired.texi (Image-Dired): Move from Thumbnails node.
5656 * misc.texi (Thumbnails): Node deleted.
5657 * emacs.texi (Top): Update node listing.
5658
5659 * files.texi (File Conveniences):
49823426 5660 * ack.texi (Acknowledgments): Rename "tumme" to "image-dired".
8cf51b2c
GM
5661
56622007-04-21 Richard Stallman <rms@gnu.org>
5663
5664 * display.texi (Highlight Interactively): Correct previous change.
5665 Clarify doc of hi-lock-find-patterns, and move new features into it.
5666
56672007-04-20 David Koppelman <koppel@ece.lsu.edu>
5668
1c6c854e
CS
5669 * display.texi (Highlight Interactively):
5670 Document hi-lock-file-patterns-policy.
8cf51b2c
GM
5671
56722007-04-20 Martin Rudalics <rudalics@gmx.at>
5673
5674 * display.texi (Scrolling): Fix typo.
5675
8cf51b2c
GM
56762007-04-15 Chong Yidong <cyd@stupidchicken.com>
5677
8cf51b2c
GM
5678 * doclicense.texi: Remove node heading, so that it can be included by
5679 other files.
5680
5681 * emacs.texi: Insert node heading for GFDL.
5682
8cf51b2c
GM
56832007-04-14 Eli Zaretskii <eliz@gnu.org>
5684
5685 * cmdargs.texi (Colors): Qualify "color of window" index entry by
5686 "command line".
5687
5688 * display.texi (Faces): Refer to "Creating Frames" for face
5689 and other frame customizations in .emacs.
5690
5691 * frames.texi (Creating Frames): Mention that face customizations can
5692 be put in .emacs. Add index entries.
5693
56942007-04-12 Richard Stallman <rms@gnu.org>
5695
5696 * glossary.texi (Glossary): Explain `iff'.
5697
56982007-04-11 Karl Berry <karl@gnu.org>
5699
5700 * gnu.texi (Top),
5701 * macos.texi (Mac Font Specs),
5702 * anti.texi (Antinews),
5703 * xresources.texi (Resources),
5704 * misc.texi (Emulation),
5705 * calendar.texi (Daylight Saving),
5706 * dired.texi (Dired and Find),
5707 * rmail.texi (Remote Mailboxes),
5708 * sending.texi (Mail Headers),
5709 * programs.texi (Which Function),
5710 * files.texi (Recover),
5711 * buffers.texi (Uniquify),
5712 * frames.texi (Wheeled Mice),
5713 * killing.texi (Rectangles): Wording to improve breaks in
5714 8.5x11 format.
5715 * mule.texi (Language Environments): \hbadness=10000 since there's
5716 no way to reword.
5717 * emacs.texi (smallbook): New @set to more easily switch between
5718 smallbook and 8.5x11.
5719
57202007-04-11 Richard Stallman <rms@gnu.org>
5721
5722 * files.texi (File Conveniences): Add xref to Tumme.
5723 Delete text about Thumbnail mode.
5724
8cf51b2c
GM
57252007-04-09 Alan Mackenzie <acm@muc.de>
5726
5727 * cmdargs.texi (Initial Options): Call "inhibit-splash-screen" by its
5728 new name. Insert concept index entries.
5729
8cf51b2c
GM
57302007-04-08 Chong Yidong <cyd@stupidchicken.com>
5731
5732 * display.texi (Standard Faces): Document prefix arg for
5733 list-faces-display.
5734
5735 * rmail.texi (Rmail Scrolling): Document rmail-end-of-message.
5736
8cf51b2c
GM
57372007-04-07 Chong Yidong <cyd@stupidchicken.com>
5738
8cf51b2c
GM
5739 * killing.texi (Deletion): Rewrite description of M-\ prefix argument.
5740
5741 * files.texi (Misc File Ops): Rewrite description of
5742 insert-file-literally.
5743
8cf51b2c
GM
57442007-03-31 Eli Zaretskii <eliz@gnu.org>
5745
5746 * misc.texi (Printing): Postscript -> PostScript.
5747
8cf51b2c
GM
5748 * ack.texi (Acknowledgments): Postscript -> PostScript.
5749
5750 * custom.texi (Init File, Init Non-ASCII): Fix last change.
5751
5752 * emacs.texi (Top): Fix the menu due to the change in custom.texi
5753 below.
5754
57552007-03-30 Chong Yidong <cyd@stupidchicken.com>
5756
5757 * custom.texi (Non-ASCII Rebinding): Node deleted. Material moved to
5758 Init Non-ASCII.
5759 (Init Rebinding, Init Syntax): Link to Init Non-ASCII instead.
5760 (Init Non-ASCII): New node.
5761
57622007-03-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5763
5764 * macos.texi (Mac Font Specs): Mention AppleAntiAliasingThreshold.
5765
8cf51b2c
GM
57662007-03-12 Glenn Morris <rgm@gnu.org>
5767
8cf51b2c
GM
5768 * calendar.texi, emacs.texi (Daylight Saving): Rename node from
5769 "Daylight Savings".
5770
49823426 5771 * calendar.texi: Replace "daylight savings" with "daylight
8cf51b2c
GM
5772 saving" in text throughout.
5773
8cf51b2c
GM
57742007-03-04 Richard Stallman <rms@gnu.org>
5775
5776 * custom.texi (Safe File Variables): Minor correction.
5777
8cf51b2c
GM
57782007-02-28 Thien-Thi Nguyen <ttn@gnu.org>
5779
5780 * rmail.texi (Movemail): Add internal ref.
5781 Don't indent the intro for the PROTO table.
5782 Format PROTO table items with @code.
5783
8cf51b2c
GM
57842007-02-26 Nick Roberts <nickrob@snap.net.nz>
5785
5786 * building.texi: Remove references to bashdb.
5787
8cf51b2c
GM
57882007-02-19 Juanma Barranquero <lekktu@gmail.com>
5789
5790 * mule.texi (Language Environments): Update list of supported language
5791 environments.
5792
8cf51b2c
GM
57932007-02-14 Kim F. Storm <storm@cua.dk>
5794
5795 * building.texi (Grep Searching): Fix lgrep doc.
5796
57972007-02-12 Chong Yidong <cyd@stupidchicken.com>
5798
5799 * back.texi: Remove unused file.
5800
c8763fb6 58012007-02-05 Francesco Potortì <pot@gnu.org>
8cf51b2c
GM
5802
5803 * maintaining.texi (Tag Syntax): Now --members is the default for
5804 etags, not for ctags yet.
5805
8cf51b2c
GM
58062007-02-03 Eli Zaretskii <eliz@gnu.org>
5807
5808 * emacs.texi (Top): Update the top-level menus. Make the detailed menu
5809 headers compliant with Texinfo guidelines and with what texnfo-upd.el
5810 expects. Add comments to prevent people from inadvertently modifying
5811 the key parts needed by `texinfo-multiple-files-update'.
5812
58132007-01-29 Chong Yidong <cyd@stupidchicken.com>
5814
5815 * frames.texi (Secondary Selection): Window clicked does not matter
5816 when mouse-yank-at-point is non-nil.
5817
a12bf61e
GM
58182007-01-27 Eli Zaretskii <eliz@gnu.org>
5819
5820 * msdog.texi (ls in Lisp): Document ls-lisp-format-time-list and
5821 ls-lisp-use-localized-time-format.
5822
8cf51b2c
GM
58232007-01-16 Glenn Morris <rgm@gnu.org>
5824
5825 * abbrevs.texi (Editing Abbrevs): Describe how to disable a
5826 system abbrev.
5827
58282007-01-11 Richard Stallman <rms@gnu.org>
5829
5830 * msdog.texi (Windows Keyboard): Another small cleanup.
5831
58322007-01-10 Richard Stallman <rms@gnu.org>
5833
5834 * msdog.texi (Windows Keyboard): Yet another try to make
5835 everyone happy with that passage.
5836
58372007-01-05 Richard Stallman <rms@gnu.org>
5838
5839 * anti.texi (Antinews): Mention M-x shell scrolling.
5840
58412007-01-05 Nick Roberts <nickrob@snap.net.nz>
5842
5843 * building.texi (Watch Expressions): Describe gdb-max-children.
5844
8cf51b2c
GM
58452007-01-04 Richard Stallman <rms@gnu.org>
5846
8cf51b2c
GM
5847 * msdog.texi (Windows Keyboard): Clarify previous change.
5848
8cf51b2c
GM
58492007-01-02 Richard Stallman <rms@gnu.org>
5850
5851 * custom.texi (Changing a Variable): Minor clarification.
5852 (Specific Customization): customize-customized => customize-unsaved.
5853
5854 * entering.texi (Entering Emacs): Clean up text about restarting
5855 Emacs for each file.
5856
5857 * misc.texi (Shell Options): Minor cleanup.
5858
5859 * msdog.texi (Windows Keyboard): Explain that Windows was incompatible
5860 with Emacs, not vice versa.
5861
5862 * programs.texi (Symbol Completion): Recommend customizing
5863 window manager.
5864
5865 * xresources.texi (Resources): Minor fix.
5866
c8763fb6 58672007-01-01 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
5868
5869 * xresources.texi (Table of Resources): Add scrollBarWidth resource.
5870
58712007-01-01 Richard Stallman <rms@gnu.org>
5872
5873 * commands.texi (User Input): Document keys stolen by window mangers.
5874
58752006-12-31 Richard Stallman <rms@gnu.org>
5876
5877 * custom.texi (Specific Customization): Document customize-option
5878 instead of customize-variable.
5879
58802006-12-31 Kim F. Storm <storm@cua.dk>
5881
5882 * major.texi (Choosing Modes): Document auto-mode-case-fold.
5883
58842006-12-30 Kim F. Storm <storm@cua.dk>
5885
5886 * killing.texi (CUA Bindings): Fix typo.
5887
5888 * xresources.texi (Table of Resources): Mention grow-only value for
5889 auto-resize-tool-bars.
5890
8cf51b2c
GM
58912006-12-27 Eli Zaretskii <eliz@gnu.org>
5892
5893 * msdog.texi (Windows Keyboard): Mention widespread Windows bindings,
5894 and how to get them back.
5895
58962006-12-26 Richard Stallman <rms@gnu.org>
5897
5898 * calendar.texi (Holidays): Holiday listing is based on current
5899 practice, but DST is not.
5900
59012006-12-25 Richard Stallman <rms@gnu.org>
5902
5903 * emacs.texi (Top): Update subnode menus.
5904
5905 * mark.texi (Transient Mark): Fix xref.
5906
5907 * killing.texi (Graphical Kill): Node deleted.
5908 (Killing): Add xref to Cut and Paste.
5909 (CUA Bindings): Update xref.
5910
5911 * frames.texi (Cut and Paste): New section to hold other nodes.
5912 (Mouse Commands): Node demoted.
5913 (Cut/Paste Other App): Split out from Mouse Commands.
5914 (Word and Line Mouse): Likewise.
5915 (Secondary Selection, Clipboard): Nodes demoted.
5916
8cf51b2c
GM
59172006-12-24 Kevin Ryde <user42@zip.com.au>
5918
5919 * calendar.texi (Holidays): US daylight saving begins second Sunday
5920 in March for 2007 onwards.
5921 (Daylight Savings): Show new US default daylight saving rules, 2nd
5922 Sun in Mar to 1st Sun in Nov, now in cal-dst.el.
5923
59242006-12-23 Chong Yidong <cyd@stupidchicken.com>
5925
5926 * calendar.texi (Scroll Calendar): < and > are switched.
5927
59282006-12-23 Kevin Rodgers <ihs_4664@yahoo.com>
5929
5930 * killing.texi (Deletion): Describe M-\ prefix argument.
5931
59322006-12-23 Richard Stallman <rms@gnu.org>
5933
5934 * search.texi (Regexp Search): Explain why forward and reverse regexp
5935 search are not mirror images.
5936
8cf51b2c
GM
59372006-12-19 Kim F. Storm <storm@cua.dk>
5938
5939 * major.texi (Choosing Modes): Describe match-function elements for
5940 magic-mode-alist.
5941
8cf51b2c
GM
59422006-12-18 Eli Zaretskii <eliz@gnu.org>
5943
5944 * msdog.texi (Windows Keyboard): Add a footnote about "Windows" keys
5945 peculiarities.
5946
59472006-12-18 Richard Stallman <rms@gnu.org>
5948
5949 * abbrevs.texi (Editing Abbrevs): Fix previous change.
5950
8cf51b2c
GM
59512006-12-17 Alan Mackenzie <acm@muc.de>
5952
5953 * programs.texi (Left Margin Paren): Remove the bit which says
5954 that CC Mode sets open-paren-in-column-0-is-defun-start to nil.
5955 Discuss some of the issues of setting this option to nil.
5956
59572006-12-17 Glenn Morris <rgm@gnu.org>
5958
5959 * abbrevs.texi (Editing Abbrevs): Mention system abbrevs.
5960
59612006-12-16 Eli Zaretskii <eliz@gnu.org>
5962
5963 * msdog.texi (Windows Keyboard): Clarify `w32-recognize-altgr' effect.
5964 (Windows Files): `w32-get-true-file-attributes' is only relevant for
5965 NTFS volumes.
5966 (ls in Lisp): `links' in `ls-lisp-verbosity' is only relevant to NTFS
5967 volumes.
5968
59692006-12-15 Eli Zaretskii <eliz@gnu.org>
5970
5971 * text.texi (HTML Mode): Fix "C-c TAB".
5972
8cf51b2c
GM
59732006-12-09 Richard Stallman <rms@gnu.org>
5974
5975 * misc.texi (Invoking emacsclient): Simplify TCP file text.
5976
59772006-12-08 Kevin Rodgers <ihs_4664@yahoo.com>
5978
5979 * files.texi (Misc File Ops): Document insert-file-literally.
5980
59812006-12-08 Eli Zaretskii <eliz@gnu.org>
5982
5983 * cmdargs.texi (Colors): Note that --color is intended for overriding
5984 the terminal defaults, not for normal invocation.
5985
5986 * misc.texi (Emacs Server): Improve wording. Don't mention the
5987 ``server program''. Add a cross-reference to "Init File" node.
5988 (Invoking emacsclient): Add index entries. Document both short and
5989 long versions of command-line options. Document the -f option.
5990
8cf51b2c
GM
59912006-12-06 Richard Stallman <rms@gnu.org>
5992
5993 * text.texi (Outline Format): Say to set outline-regexp
5994 and outline-level with major modes and file local variables.
5995
c8763fb6 59962006-12-05 Michaël Cadilhac <michael.cadilhac@lrde.org>
8cf51b2c
GM
5997
5998 * anti.texi (Antinews): Mention the alternative to
5999 `~/.emacs_SHELLNAME', which is `~/.emacs.d/init_SHELLNAME.sh'.
6000
8cf51b2c
GM
6001 * misc.texi (Interactive Shell): Ditto.
6002
60032006-12-04 Eli Zaretskii <eliz@gnu.org>
6004
6005 * emacs.texi (Acknowledgments): Fix Arne J@o{}rgensen's name.
6006
6007 * ack.texi (Acknowledgments): Fix Arne J@o{}rgensen's name.
6008
60092006-12-01 Eli Zaretskii <eliz@gnu.org>
6010
6011 * mule.texi (Enabling Multibyte): Rephrase the confusing reference to a
6012 colon in the mode line.
6013
6014 * msdog.texi (Windows Processes) [@ifnottex]: Mention w32-shell-execute.
6015
60162006-11-26 Nick Roberts <nickrob@snap.net.nz>
6017
6018 * building.texi (Watch Expressions): Mention SPC for expanding/
6019 contracting watch expressions.
6020
60212006-11-26 Kim F. Storm <storm@cua.dk>
6022
6023 * kmacro.texi (Basic Keyboard Macro): Mention F3/F4 more.
6024
60252006-11-26 Nick Roberts <nickrob@snap.net.nz>
6026
6027 * building.texi (Debugger Operation): Define text command mode.
6028 Clarify how tooltips work.
6029 (GDB Graphical Interface): Explain how to run in text command mode
6030 more clearly.
6031
60322006-11-25 Juanma Barranquero <lekktu@gmail.com>
6033
6034 * mule.texi (Defining Fontsets): Fix use of `charset' and `font'.
6035
60362006-11-22 Juanma Barranquero <lekktu@gmail.com>
6037
6038 * anti.texi (Antinews): Mention --server-file and TCP sockets.
6039
8cf51b2c
GM
60402006-11-18 Chong Yidong <cyd@stupidchicken.com>
6041
6042 * misc.texi (Interactive Shell): INSIDE_EMACS is set to t,
6043 and EMACS is deprecated.
6044
60452006-11-18 Juanma Barranquero <lekktu@gmail.com>
6046
6047 * makefile.w32-in (emacs.dvi): Remove xresmini.texi.
6048
c8763fb6 60492006-11-18 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
6050
6051 * Makefile.in (emacs.dvi): Remove xresmini.texi.
6052
6053 * emacs.texi: Include xresources.texi both for info and dvi.
6054
6055 * xresources.texi: Merge text from xresmini.texi.
6056
c8763fb6 60572006-11-12 Roberto Rodríguez <lanubeblanca@googlemail.com> (tiny change)
8cf51b2c
GM
6058
6059 * glossary.texi: Fix typos.
6060
8cf51b2c
GM
60612006-11-06 Richard Stallman <rms@gnu.org>
6062
6063 * emacs.texi (Acknowledgments): Fix name spelling, add Anna Bigatti.
6064
6065 * ack.texi (Acknowledgments): Fix name spelling.
6066
60672006-11-01 Juri Linkov <juri@jurta.org>
6068
6069 * search.texi (Word Search): Document incremental word search.
6070
60712006-10-28 Glenn Morris <rgm@gnu.org>
6072
6073 * ack.texi (Acknowledgments): Add cal-html author.
6074
6075 * calendar.texi (Writing Calendar Files): Rename section (was "LaTeX
6076 Calendar"). Describe new package cal-html.
6077 * emacs.texi (Top): Rename old node "LaTeX Calendar" to "Writing
6078 Calendar Files."
6079
8cf51b2c
GM
60802006-10-23 Richard Stallman <rms@gnu.org>
6081
6082 * abbrevs.texi (Expanding Abbrevs): Expansion happens only when
6083 Abbrev mode is enabled.
6084
8cf51b2c
GM
60852006-10-16 Richard Stallman <rms@gnu.org>
6086
8cf51b2c
GM
6087 * emacs.texi: Update ISBN.
6088
8cf51b2c
GM
60892006-10-11 Kim F. Storm <storm@cua.dk>
6090
6091 * emacs.texi (Acknowledgments): Use @dotless{i}.
6092
60932006-10-08 Nick Roberts <nickrob@snap.net.nz>
6094
6095 * building.texi (Breakpoints Buffer): Mention catchpoints.
6096
60972006-10-08 Kim F. Storm <storm@cua.dk>
6098
6099 * ack.texi (Acknowledgments): Update.
6100
6101 * emacs.texi (Acknowledgments): Fix bad @/ form.
6102
8cf51b2c
GM
61032006-10-05 Kim F. Storm <storm@cua.dk>
6104
6105 * emacs.texi (Acknowledgments): Add more contributors.
6106
61072006-10-03 Richard Stallman <rms@gnu.org>
6108
6109 * emacs.texi (Acknowledgments): Update version and edition.
6110
8cf51b2c
GM
61112006-10-01 Karl Berry <karl@gnu.org>
6112
6113 * custom.texi (Customization Groups): Page break to keep example buffer
6114 on one page.
6115
61162006-09-30 Karl Berry <karl@gnu.org>
6117
6118 * programs.texi (Basic Indent): @need to improve page break.
6119 * text.texi: Rewording to improve page breaks, and use @LaTeX{}.
6120
61212006-09-29 Glenn Morris <rgm@gnu.org>
6122
6123 * calendar.texi (Date Formats): Doc fix for european-calendar-style.
6124
61252006-09-29 Karl Berry <karl@gnu.org>
6126
6127 * windows.texi (Basic Window): Remove forced @break, no longer
6128 desirable.
6129 * frames.texi (Frame Commands),
6130 * mark.texi (Marking Objects): Reword to avoid bad page break.
6131 * display.texi (Auto Scrolling): Use @tie{} to avoid bad line break.
6132
61332006-09-19 Richard Stallman <rms@gnu.org>
6134
6135 * frames.texi (Dialog Boxes): Clean up wording: avoid passive,
6136 stick to present tense.
6137
c8763fb6 61382006-09-18 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
6139
6140 * frames.texi (Dialog Boxes): Rename x-use-old-gtk-file-dialog
6141 to x-gtk-use-old-file-dialog.
6142 (Dialog Boxes): Document x-gtk-file-dialog-help-text.
6143
61442006-09-15 Jay Belanger <belanger@truman.edu>
6145
49823426 6146 * emacs.texi (GNU GENERAL PUBLIC LICENSE):
8cf51b2c
GM
6147 Change "Library Public License" to "Lesser Public License"
6148 throughout. Use "yyyy" to represent year.
6149
a12bf61e
GM
61502006-09-12 Paul Eggert <eggert@cs.ucla.edu>
6151
6152 * misc.texi (Interactive Shell): EMACS is now set
6153 to Emacs's absolute file name, not to "t".
6154
8cf51b2c
GM
61552006-09-12 Reiner Steib <Reiner.Steib@gmx.de>
6156
6157 * files.texi (Visiting): Add index entry "open file".
6158
8cf51b2c
GM
61592006-09-11 Richard Stallman <rms@gnu.org>
6160
6161 * building.texi (Compilation Mode): Clarification.
6162 (Grep Searching): Add xref to Compilation Mode.
6163
8cf51b2c
GM
61642006-09-08 Richard Stallman <rms@gnu.org>
6165
6166 * search.texi (Search): Ref multi-file search commands here.
6167 (Other Repeating Search): Not here.
6168
8cf51b2c
GM
61692006-08-28 Richard Stallman <rms@gnu.org>
6170
6171 * windows.texi (Split Window): Update xref.
6172
6173 * basic.texi (Continuation Lines): Update xref.
6174
6175 * indent.texi (Tab Stops): Update xref.
6176
6177 * emacs.texi (Top): Update subnode menu.
6178
6179 * display.texi (Line Truncation, Displaying Boundaries): New nodes,
6180 split out of Display Custom.
6181
61822006-08-25 Kim F. Storm <storm@cua.dk>
6183
6184 * display.texi (Display Custom): Add variables overline-margin
6185 and x-underline-at-descent-line.
6186
61872006-08-25 Richard Stallman <rms@gnu.org>
6188
6189 * entering.texi (Exiting): Rewrite to give graphical displays
6190 priority over text terminals.
6191
6192 * search.texi (Incremental Search): Move index entries.
6193
61942006-08-23 Chong Yidong <cyd@stupidchicken.com>
6195
6196 * custom.texi (Init File): Reference Find Init to avoid "home
6197 directory" confusion.
6198
61992006-08-22 Nick Roberts <nickrob@snap.net.nz>
6200
6201 * building.texi (Other GDB-UI Buffers): Describe how to edit
6202 a value in the locals buffer.
6203
62042006-08-21 Richard Stallman <rms@gnu.org>
6205
6206 * search.texi (Basic Isearch): Add `isearch' index entry.
6207
62082006-08-16 Richard Stallman <rms@gnu.org>
6209
6210 * misc.texi (Saving Emacs Sessions): Clean up wording.
6211
6212 * mark.texi (Marking Objects): Mention term "select all".
6213
6214 * emacs.texi (Top): Update subnode menu.
6215
6216 * help.texi (Help Mode): Move node up in file.
6217
8cf51b2c
GM
62182006-08-15 Nick Roberts <nickrob@snap.net.nz>
6219
6220 * building.texi (Stack Buffer): Explain fringe arrow.
6221
8cf51b2c
GM
62222006-08-12 Eli Zaretskii <eliz@gnu.org>
6223
8cf51b2c
GM
6224 * misc.texi (Saving Emacs Sessions): Clarify when desktop is restored
6225 on startup.
6226
62272006-08-11 Romain Francoise <romain@orebokech.com>
6228
6229 * ack.texi (Acknowledgments): Delete mention to zone-mode.el.
6230
62312006-08-10 Sven Joachim <svenjoac@gmx.de> (tiny change)
6232
6233 * mule.texi (Recognize Coding, Text Coding): Fix typos.
6234
62352006-08-10 Richard Stallman <rms@gnu.org>
6236
6237 * text.texi (Format Faces): Substantial rewrites to deal
1c6c854e
CS
6238 with face merging. Empty regions don't count.
6239 Clarify face property inheritance.
8cf51b2c
GM
6240
62412006-08-08 Romain Francoise <romain@orebokech.com>
6242
6243 * dired.texi (Marks vs Flags): Fix typo reported by Ari Roponen
6244 <arjuropo@cc.jyu.fi>.
6245
8cf51b2c
GM
62462006-08-04 Eli Zaretskii <eliz@gnu.org>
6247
6248 * cmdargs.texi (Window Size X) <--geometry>: Only width and height
6249 apply to all frames.
6250
8cf51b2c
GM
62512006-08-01 Richard Stallman <rms@gnu.org>
6252
6253 * help.texi (Name Help): Add index entries for describe-variable.
6254
62552006-08-01 Nick Roberts <nickrob@snap.net.nz>
6256
6257 * building.texi (GDB Graphical Interface): Shorten node names.
6258 (GDB-UI Layout): Use GDB-related.
6259 (Other GDB-UI Buffers): Simplify English.
6260
62612006-07-31 Richard Stallman <rms@gnu.org>
6262
6263 * search.texi (Query Replace): Add xref for Dired's Q command.
6264
8cf51b2c
GM
62652006-07-31 Nick Roberts <nickrob@snap.net.nz>
6266
6267 * building.texi (GDB commands in Fringe): Rename to...
6268 (Source Buffers): ..this and move forward. Describe hollow arrow and
6269 new option gdb-find-source-frame.
6270
62712006-07-29 Richard Stallman <rms@gnu.org>
6272
6273 * dired.texi (Operating on Files): Simplify previous change
6274 and fix Texinfo usage.
6275
62762006-07-29 Eli Zaretskii <eliz@gnu.org>
6277
6278 * dired.texi (Operating on Files): Add cross-references. State the
6279 Unix commands that do similar things.
6280
62812006-07-28 Richard Stallman <rms@gnu.org>
6282
6283 * mark.texi (Transient Mark): Clarify that region never disappears
6284 when Transient Mark mode is off, and not when it is on.
6285
62862006-07-27 Richard Stallman <rms@gnu.org>
6287
6288 * search.texi (Non-ASCII Isearch): Clarify. Mention C-q.
6289
62902006-07-24 Richard Stallman <rms@gnu.org>
6291
6292 * xresources.texi (GTK styles): Fix texinfo usage.
6293
8cf51b2c
GM
6294 * commands.texi (User Input): Explain why we teach keyboard cmds.
6295
6296 * xresources.texi, xresmini.texi, search.texi, programs.texi:
6297 * misc.texi, kmacro.texi, killing.texi, glossary.texi:
6298 * fortran-xtra.texi, files.texi, emacs.texi, emacs-xtra.texi:
6299 * doclicense.texi, display.texi, dired.texi, basic.texi:
6300 * anti.texi, ack.texi: Move periods and commas inside quotes.
6301
63022006-07-22 Eli Zaretskii <eliz@gnu.org>
6303
6304 * cmdargs.texi (General Variables): Document EMAIL.
6305
63062006-07-21 Eli Zaretskii <eliz@gnu.org>
6307
6308 * frames.texi (Frame Commands): Mention that focus-follows-mouse
6309 doesn't have effect on MS-Windows.
6310
8cf51b2c
GM
63112006-07-17 Richard Stallman <rms@gnu.org>
6312
6313 * building.texi (Grep Searching): Explain about chaining grep commands.
6314
8cf51b2c
GM
63152006-07-10 Nick Roberts <nickrob@snap.net.nz>
6316
49823426 6317 * killing.texi, mini.texi: Fix typos.
8cf51b2c
GM
6318
63192006-07-09 Chong Yidong <cyd@stupidchicken.com>
6320
6321 * misc.texi (Invoking emacsclient): Document behavior when emacsclient
6322 is invoked for multiple files.
6323
63242006-07-08 Eli Zaretskii <eliz@gnu.org>
6325
6326 * msdog.texi (Windows Keyboard) [@iftex]: Add an @inforef to the
6327 on-line manual for the rest of this node.
6328 (Windows Mouse) <w32-pass-extra-mouse-buttons-to-system>: Include
6329 unconditionally.
6330 (Windows Processes) <w32-quote-process-args>: Include unconditionally.
6331 Improve wording.
6332 (Windows Printing): Improve wording.
6333 (Windows Misc) [@iftex]: Add an @inforef to the on-line manual for the
6334 rest of this node.
6335
8cf51b2c
GM
63362006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
6337
49823426
GM
6338 * building.texi (Lisp Eval): Throughout, replace eval-current-buffer
6339 with eval-buffer.
8cf51b2c
GM
6340
63412006-07-05 Nick Roberts <nickrob@snap.net.nz>
6342
6343 * mule.texi (Coding Systems, Specify Coding): Link descriptions
6344 of character translation.
6345
63462006-07-04 Nick Roberts <nickrob@snap.net.nz>
6347
6348 * rmail.texi (Remote Mailboxes): Add missing @code keyword.
6349
63502006-07-03 Karl Berry <karl@gnu.org>
6351
6352 * emacs.texi (\hbadness): Set to 6000 so we aren't bothered by
6353 not-too-underfull hboxes in the TeX output.
6354 * abbrevs.texi, buffers.texi, building.texi, calendar.texi,
6355 * cmdargs.texi, custom.texi, dired.texi, macos.texi,
6356 * maintaining.texi, misc.texi, mule.texi, programs.texi, rmail.texi,
6357 * sending.texi, text.texi: Fix overfull/underfull boxes.
6358
63592006-07-03 Romain Francoise <romain@orebokech.com>
6360
6361 * m-x.texi (M-x): Fix.
6362
63632006-07-03 Richard Stallman <rms@gnu.org>
6364
8cf51b2c
GM
6365 * search.texi (Other Repeating Search): filename -> file name.
6366
6367 * misc.texi (Narrowing): Minor cleanups.
6368
6369 * files.texi (Visiting): filename -> file name.
6370
6371 * emacs.texi (Top): Update subnode menus.
6372
6373 * mule.texi (Coding Systems): Move char translation stuff here.
6374 (Specify Coding, Output Coding): New nodes, out of Recognize Coding.
6375 (Recognize Coding): Substantial local rewrites.
6376 (International): Update menu.
6377
6378 * display.texi (Auto Scrolling): New node, broken out of Scrolling.
6379 (Scrolling): Substantial local rewrites.
6380 (Display): Update menu and intro.
6381
6382 * dired.texi: filename -> file name.
6383
6384 * custom.texi (Safe File Variables): Texinfo usage fix.
6385
f0131492 63862006-07-03 Teodor Zlatanov <tzz@lifelogs.com>
8cf51b2c
GM
6387
6388 * help.texi, m-x.texi: Lots of cleanups.
6389
8cf51b2c
GM
63902006-06-30 Eli Zaretskii <eliz@gnu.org>
6391
6392 * msdog.texi (ls in Lisp, Windows Keyboard, Windows Mouse)
6393 (Windows Processes, Windows Misc): Shorten the printed version by
6394 selectively conditioning less important portions by @ifnottex.
6395
8cf51b2c
GM
63962006-06-27 Richard Stallman <rms@gnu.org>
6397
6398 * mini.texi (Minibuffer File): Minor cleanup.
6399
64002006-06-25 Nick Roberts <nickrob@snap.net.nz>
6401
6402 * frames.texi (XTerm Mouse): Rename to...
6403 (Text-Only Mouse): ...this. Mention t-mouse-mode.
6404
6405 * emacs.texi (Top): Use new node name.
6406
64072006-06-24 Eli Zaretskii <eliz@gnu.org>
6408
6409 * emacs.texi (Top): Update the detailed menu according to changes in
6410 msdog.texi.
6411
6412 * msdog.texi (Windows Keyboard): New section.
6413 (Windows Mouse): New section.
6414 (Windows System Menu): Remove section (text merged with "Windows
6415 Keyboard").
6416 (Windows Misc): New section.
6417
6418 * dired.texi (Dired Enter): Refer to msdog.texi for ls-lisp emulation.
6419
6420 * msdog.texi (ls in Lisp): New section.
6421
6422 * files.texi (Visiting): Document case-insensitive wildcard matching
6423 under find-file-wildcards.
6424
8cf51b2c
GM
64252006-06-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6426
6427 * macos.texi (Mac Input): Add description of mac-function-modifier.
6428 Now Unicode keyboard layouts work.
6429
8cf51b2c
GM
64302006-06-10 Richard Stallman <rms@gnu.org>
6431
6432 * mule.texi (Recognize Coding): Clarify previous change.
6433
64342006-06-09 Kenichi Handa <handa@m17n.org>
6435
6436 * mule.texi (Recognize Coding): Describe the convention of "CODING!"
6437 notation.
6438
64392006-06-07 Kevin Ryde <user42@zip.com.au>
6440
6441 * mule.texi (Coding Systems): Footnote xref "MS-DOS and MULE" in main
6442 manual for @ifnottex, but in emacs-extra for @iftex.
6443
6444 * cmdargs.texi (General Variables): Fix smtpmail xref.
6445
64462006-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
6447
8cf51b2c 6448 * programs.texi (Comment Commands):
8cf51b2c 6449 * custom.texi (Specifying File Variables):
49823426 6450 Use ;; instead of ;;; to better follow coding conventions.
8cf51b2c
GM
6451
64522006-06-07 Nick Roberts <nickrob@snap.net.nz>
6453
6454 * building.texi (Watch Expressions): Move node to end.
6455 (GDB Graphical Interface): Move description of clicks in fringe...
6456 (GDB commands in the Fringe): ...to here. New node.
6457
8cf51b2c
GM
64582006-06-05 Romain Francoise <romain@orebokech.com>
6459
49823426 6460 * xresmini.texi (GTK resources): Fix various typos.
8cf51b2c
GM
6461
64622006-06-05 Nick Roberts <nickrob@snap.net.nz>
6463
6464 * building.texi (GDB Graphical Interface): Update bindings.
6465 (Commands of GUD): Add gud-print. Remove gud-run.
6466 Restate availability more generally.
6467
f0131492 64682006-06-03 Teodor Zlatanov <tzz@lifelogs.com>
8cf51b2c
GM
6469
6470 * mini.texi: Lots of cleanups.
6471
64722006-06-01 Luc Teirlinck <teirllm@auburn.edu>
6473
6474 * misc.texi (Shell History Copying): Update descriptions of `C-c RET'
6475 and Mouse-2.
6476
c8763fb6 64772006-06-01 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
6478
6479 * screen.texi (Menu Bar): Change menu-bar-start to menu-bar-open.
6480
8cf51b2c
GM
64812006-05-31 Richard Stallman <rms@gnu.org>
6482
6483 * basic.texi (Moving Point): Fix previous change.
6484
c8763fb6 64852006-05-29 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
6486
6487 * screen.texi (Menu Bar): F10 for Gtk+/Lesstif/Lucid menus.
6488
f0131492 64892006-05-28 Teodor Zlatanov <tzz@lifelogs.com>
8cf51b2c
GM
6490
6491 * basic.texi: Many simplifications and improvements in wording.
6492
8cf51b2c
GM
64932006-05-26 Nick Roberts <nickrob@snap.net.nz>
6494
6495 * anti.texi (Antinews): Create a node for gdb-ui.
6496
8cf51b2c
GM
64972006-05-22 Reiner Steib <Reiner.Steib@gmx.de>
6498
6499 * frames.texi (Menu Bars, Tool Bars): Add index entries.
6500
65012006-05-20 Richard Stallman <rms@gnu.org>
6502
6503 * dired.texi (Dired Navigation): dired-goto-file is now j.
6504
8cf51b2c
GM
65052006-05-20 Eli Zaretskii <eliz@gnu.org>
6506
6507 * mule.texi (Coding Systems): Mention the undecided-* coding systems
6508 and their aliases.
6509
6510 * msdog.texi (Windows Printing): Mention non-support of plain text
6511 printing with some el-cheapo printers, and suggest a workaround.
6512
65132006-05-20 Kevin Ryde <user42@zip.com.au>
6514
6515 * text.texi (TeX Print): tex-dvi-view-command has a default value,
6516 remove the bit saying you must set it.
6517
65182006-05-19 Luc Teirlinck <teirllm@auburn.edu>
6519
6520 * trouble.texi (Checklist):
6521 * text.texi (Text, Auto Fill, Text Mode):
6522 * search.texi (Nonincremental Search):
6523 * rmail.texi (Rmail Labels):
6524 * mule.texi (Input Methods, Multibyte Conversion):
6525 * misc.texi (Gnus, Where to Look, PostScript):
6526 * maintaining.texi (Create Tags Table):
6527 * indent.texi (Indentation Commands):
6528 * fixit.texi (Spelling):
6529 * emacs.texi (Copying):
6530 * custom.texi (Init File): ifinfo -> ifnottex.
6531
8cf51b2c
GM
65322006-05-17 Richard Stallman <rms@gnu.org>
6533
6534 * files.texi (Diff Mode): Mention C-x `.
6535
65362006-05-08 Richard Stallman <rms@gnu.org>
6537
6538 * custom.texi (Disabling): Textual cleanups.
6539
8cf51b2c
GM
65402006-05-12 Glenn Morris <rgm@gnu.org>
6541
6542 * calendar.texi (Displaying the Diary, Format of Diary File):
6543 Refer to diary-view-entries, diary-list-entries,
6544 diary-show-all-entries rather than obsolete aliases.
6545
65462006-05-12 Eli Zaretskii <eliz@gnu.org>
6547
6548 * calendar.texi (Calendar/Diary, Holidays, Displaying the Diary)
6549 (Displaying the Diary, Special Diary Entries, Importing Diary):
6550 * building.texi (Compilation Shell):
6551 * buffers.texi (Several Buffers) [iftex]: Replace @xref's to
6552 emacs-xtra with @inforef's.
6553
6554 * files.texi (Visiting): Fix wording.
6555
6556 * mule.texi (Coding Systems, Text Coding): More indexing.
6557 Mention that C-x RET f can set eol conversion.
6558
c8763fb6 65592006-05-07 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
6560
6561 * xresmini.texi (GTK resources): Insert GTK description.
6562
6563 * xresources.texi (GTK resources): metafont should be menufont.
6564
8cf51b2c
GM
65652006-05-06 Michael Albinus <michael.albinus@gmx.de>
6566
49823426 6567 * mini.texi (Completion Options): Completion of remote files'
8cf51b2c
GM
6568 method, user name and host name is active only in partial
6569 completion mode.
6570
8cf51b2c
GM
65712006-05-06 Eli Zaretskii <eliz@gnu.org>
6572
6573 * makefile.w32-in (emacs.dvi):
6574 * Makefile.in (emacs.dvi): Add xresmini.texi.
6575
6576 * xresmini.texi (Table of Resources): Remove xref to non-existent
6577 node "LessTif Resources".
6578
6579 * msdog.texi (Microsoft Windows):
6580 * calendar.texi (Calendar/Diary, Displaying the Diary)
6581 (Special Diary Entries, Importing Diary, Holidays):
6582 * programs.texi (Program Modes):
6583 * text.texi (Text):
6584 * buffers.texi (Several Buffers):
6585 * files.texi (Comparing Files): Fix cross-references to emacs-xtra.
6586
65872006-05-06 Eli Zaretskii <eliz@gnu.org>
6588
6589 The following changes merge the emacs-xtra manual into the main
6590 manual, but only for on-line version of the manual.
6591
6592 * vc2-xtra.texi (Version Backups, Local Version Control)
6593 (Making Snapshots, Change Logs and VC, Version Headers)
6594 (Customizing VC, CVS Options) [ifnottex]: Conditional xref's for
6595 on-line manual.
6596
6597 * vc1-xtra.texi (VC Dired Mode) [ifnottex]: Conditional xref's
6598 for on-line manual.
6599
6600 * msdog-xtra.texi (MS-DOS, MS-DOS Keyboard, MS-DOS Mouse)
6601 (MS-DOS Display, MS-DOS File Names, MS-DOS Printing)
6602 (MS-DOS and MULE, MS-DOS Processes) [ifnottex]: Conditional xref's
6603 for on-line manual.
6604
6605 * fortran-xtra.texi (Fortran, Fortran Autofill)
6606 (Fortran Autofill, Fortran Abbrev) [ifnottex]: Conditional xref's
6607 for on-line manual.
6608
6609 * picture-xtra.texi (Basic Picture, Rectangles in Picture) [ifnottex]:
6610 Conditional xref's for on-line manual.
6611
6612 * emerge-xtra.texi (Emerge, Overview of Emerge)
6613 (Fine Points of Emerge) [ifnottex]: Conditional xref's for on-line
6614 manual.
6615
6616 * Makefile.in (INFO_TARGETS): Remove ../info/emacs-xtra.
6617 (EMACS_XTRA): New variable, lists the new *-xtra.texi files.
6618 (EMACSSOURCES): Use EMACS_XTRA.
6619 (../info/emacs-xtra): Remove.
6620 (emacs-xtra.dvi): Add EMACS_XTRA to prerequisites.
6621
6622 * makefile.w32-in (INFO_TARGETS): Remove $(infodir)/emacs-xtra.
6623 (EMACS_XTRA): New variable, lists the new *-xtra.texi files.
6624 (EMACSSOURCES): Use EMACS_XTRA.
6625 ($(infodir)/emacs-xtra): Remove.
6626 (emacs-xtra.dvi): Add EMACS_XTRA to prerequisites.
6627
6628 * trouble.texi (Quitting):
6629 * text.texi (Text):
6630 * programs.texi (Program Modes):
6631 * msdog.texi (Microsoft Windows):
6632 * frames.texi (Frames):
6633 * files.texi (Backup, Version Control, VC Concepts)
6634 (Types of Log File, Advanced C-x v v, Log Buffer, Old Versions)
6635 (Registering, VC Status, VC Undo, Multi-User Branching)
6636 (Comparing Files):
6637 * calendar.texi (Calendar/Diary, Holidays, Displaying the Diary)
6638 (Displaying the Diary, Special Diary Entries, Importing Diary):
6639 * buffers.texi (Several Buffers): Replace inforef to emacs-xtra by
6640 conditional xref's, depending on @iftex/@ifnottex.
6641
6642 * msdog.texi (Microsoft Windows) [ifnottex]: Add menu entry for
6643 "MS-DOS". @include msdog-xtra.texi.
6644
6645 * programs.texi (Programs) [ifnottex]: Add menu entry for "Fortran".
6646 <Top Level> [ifnottex]: @include fortran-xtra.texi.
6647
6648 * files.texi (Secondary VC Commands) [ifnottex]: Add menu entries
6649 for vc-xtra.texi subsections.
6650 (VC Undo) [ifnottex]: @include vc1-xtra.texi and @lowersections it.
6651 (Multi-User Branching) [ifnottex]: @include vc2-xtra.texi.
6652
6653 * sending.texi (Sending Mail): A @node line without explicit Prev,
6654 Next, and Up links.
6655
6656 * abbrevs.texi (Abbrevs): A @node line without explicit Prev,
6657 Next, and Up links.
6658
6659 * emacs.texi (Top) [ifnottex]: Add menu entries for "Picture Mode"
6660 and its sections. @include picture-xtra.texi.
6661
6662 * maintaining.texi (Maintaining) [ifnottex]: Add menu entry for
6663 "Emerge".
6664 (List Tags) [ifnottex]: @include emerge-xtra.texi.
6665
6666 * cal-xtra.texi (Daylight Savings): Remove this node: it is an
6667 exact duplicate of its name-sake in calendar.texi.
6668
6669 * calendar.texi (Calendar/Diary) [ifnottex]: Add menu item for
6670 "Advanced Calendar/Diary Usage".
6671 (Time Intervals) [ifnottex]: @include cal-xtra.texi.
6672
6673 * dired.texi (Subdirectories in Dired) [ifnottex]: @include
6674 dired-xtra.texi.
6675 (Dired) [ifnottex]: Add menu entry for "Subdir Switches".
6676
6677 * files.texi (Reverting) [ifnottex]: @include arevert-xtra.texi.
6678 (Files) [ifnottex]: Add menu entry for Autorevert.
6679
6680 * emacs-xtra.texi (Introduction): Reword to make consistent with
6681 printed version only.
6682 <Top level>: Remove the body of all chapters and move them to the
6683 new *-xtra.texi files. Use @raisesections and @lowersections to
6684 convert sections to chapters etc.
6685
6686 * msdog-xtra.texi:
6687 * fortran-xtra.texi:
6688 * vc-xtra.texi:
6689 * vc1-xtra.texi:
6690 * vc2-xtra.texi:
6691 * emerge-xtra.texi:
6692 * cal-xtra.texi:
6693 * dired-xtra.texi:
6694 * arevert-xtra.texi: New files, with text from respective chapters
6695 of emacs-xtra.texi. Convert each @chapter into @section, @section
6696 into @subsection, etc.
6697
1c6c854e 6698 * emacs-xtra.texi (MS-DOS): Rename from "MS-DOG". All references
8cf51b2c
GM
6699 updated.
6700
6701 * msdog.texi (Microsoft Windows): Rename from "Emacs and Microsoft
6702 Windows". All references updated.
6703
67042006-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6705
6706 * macos.texi (Mac Input): Mention input from Character Palette.
6707 (Mac Font Specs): Fix typo.
6708
67092006-05-05 Richard Stallman <rms@gnu.org>
6710
6711 * files.texi (Diff Mode): Minor cleanup.
6712
67132006-05-05 Karl Berry <karl@gnu.org>
6714
8cf51b2c
GM
6715 * emacs.texi: Call @fonttextsize 10, inside @tex to avoid
6716 errors from the current release of makeinfo (4.8).
6717 * help.texi (Library Keywords): Change widest word in multitable
6718 template from `emulations' to `convenience'. (Not sure if this is
6719 related to the font change.)
6720
67212006-05-05 Eli Zaretskii <eliz@gnu.org>
6722
6723 * files.texi (File Names): Add a footnote about limited support of
6724 ~USER on MS-Windows.
6725
6726 * cmdargs.texi (Initial Options): Add a footnote about limited
6727 support of ~USER on MS-Windows.
6728
67292006-05-03 Richard Stallman <rms@gnu.org>
6730
6731 * files.texi (Diff Mode): Node moved here.
6732 (Comparing Files): Delete what duplicates new node.
6733 (Files): Put Diff Mode in menu.
6734
1c6c854e 6735 * misc.texi (Diff Mode): Move to files.texi.
8cf51b2c
GM
6736
6737 * emacs.texi (Top): Update menu for Diff Mode.
6738
6739 * trouble.texi (Emergency Escape): Simplify.
6740
6741 * emacs.texi (Top): Minor clarification.
6742
67432006-05-03 Teodor Zlatanov <tzz@lifelogs.com>
6744
6745 * commands.texi, entering.texi, screen.texi: Many simplifications.
6746
67472006-05-03 Richard Stallman <rms@gnu.org>
6748
6749 * commands.texi (Text Characters): Delete paragraph about unibyte
6750 non-ASCII printing chars.
6751
6752 * killing.texi (Killing): Say "graphical displays".
6753 * display.texi: Say "graphical displays".
6754
6755 * cmdargs.texi (Misc X): Say "graphical displays".
6756
67572006-05-01 Richard Stallman <rms@gnu.org>
6758
6759 * emacs.texi (Top): Add Diff Mode to menu.
6760
67612006-05-01 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
6762
6763 * misc.texi (Diff Mode): New node.
6764
67652006-05-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6766
6767 * macos.texi (Mac International): Now Carbon Emacs has ATSUI support.
6768 (Mac Environment Variables): Shorten example line.
6769 (Mac Font Specs): Shorten lisp lines. Add descriptions for ATSUI.
6770
67712006-05-01 Nick Roberts <nickrob@snap.net.nz>
6772
6773 * building.texi (GUD Customization): Describe cases %d and %c.
6774 Update description for %e.
6775
67762006-04-30 Glenn Morris <rgm@gnu.org>
6777
6778 * calendar.texi (LaTeX Calendar): Mention cal-tex-preamble-extra.
6779
67802006-04-29 Dan Nicolaescu <dann@ics.uci.edu>
6781
6782 * custom.texi (Examining): Update C-h v output example.
6783
67842006-04-29 Kim F. Storm <storm@cua.dk>
6785
6786 * building.texi (Grep Searching): Add lgrep and rgrep.
6787
8cf51b2c
GM
67882006-04-23 Richard Stallman <rms@gnu.org>
6789
6790 * emacs.texi [TeX]: Use xresmini.texi instead of xresources.texi.
6791
6792 * xresmini.texi: New file.
6793
6794 * xresources.texi (Face Resources): Split table into font resources
6795 and the rest. Combine similar attributes for brevity.
6796
8cf51b2c
GM
67972006-04-21 Eli Zaretskii <eliz@gnu.org>
6798
6799 * emacs-xtra.texi (MS-DOS File Names): Remove section about
6800 backslashes and case-insensitivity in file names (moved to the
6801 main manual).
6802 (MS-DOS Printing): Move most of the text to the main manual.
6803
6804 * msdog.texi (Windows Files, Windows HOME, MS-Windows Printing):
6805 New nodes.
6806 (Windows Processes, Windows System Menu): Add index entries and
6807 fix wording.
6808
8cf51b2c
GM
68092006-04-18 J.D. Smith <jdsmith@as.arizona.edu>
6810
6811 * misc.texi (Shell Ring): Add notes on saved input when
6812 navigating off the end of the history list.
6813
68142006-04-18 Chong Yidong <cyd@mit.edu>
6815
6816 * misc.texi (Shell Options): Correct default value of
6817 comint-scroll-show-maximum-output.
6818
8cf51b2c
GM
68192006-04-18 Nick Roberts <nickrob@snap.net.nz>
6820
6821 * building.texi (Watch Expressions): Update.
6822
8cf51b2c
GM
68232006-04-12 Richard Stallman <rms@gnu.org>
6824
6825 * search.texi: Clean up previous change.
6826
68272006-04-12 Eli Zaretskii <eliz@gnu.org>
6828
6829 * search.texi (Regexp Backslash, Regexp Replace): Add index
6830 entries for ``back reference'' and mention the term itself in the
6831 text.
6832
68332006-04-11 Richard Stallman <rms@gnu.org>
6834
6835 * custom.texi (Safe File Variables):
6836 Document enable-local-variables = :safe.
6837
68382006-04-11 Karl Berry <karl@gnu.org>
6839
6840 * emacs-xtra.texi, emacs.texi (Dired under VC, VC Dired Commands)
6841 (Remote Repositories, Version Backups, Local Version Control)
6842 (Snapshots, Making and Using Snapshots, Snapshot Caveats)
6843 (Miscellaneous Commands and Features of VC, Change Logs and VC)
6844 (Renaming VC Work Files and Master Files)
6845 (Inserting Version Control Headers, Customizing VC, General Options)
6846 (Options for RCS and SCCS, Options specific for CVS): Move all
6847 these nodes to emacs-xtra.texi, for brevity.
6848 * cmdargs.texi, files.texi: Change cross-references.
6849
8cf51b2c
GM
68502006-04-11 J.D. Smith <jdsmith@as.arizona.edu>
6851
6852 * files.texi (Old Versions): Update description of vc-annotate's
6853 use of color to indicate date ranges.
6854
8cf51b2c
GM
68552006-04-09 Kevin Ryde <user42@zip.com.au>
6856
8cf51b2c
GM
6857 * sending.texi (Mail Sending): In send-mail-function @pxref smtpmail,
6858 put info and printed manual names the right way around.
6859
68602006-04-09 Karl Berry <karl@gnu.org>
6861
6862 * msdog.texi, emacs-xtra.texi: Move all the MS-DOS material to
6863 emacs-xtra.texi, leaving only MS Windows information.
6864 * building.texi, emacs.texi, frames.texi, gnu.texi, macos.texi,
6865 * msdog.texi, mule.texi, trouble.texi: Change cross-references and
6866 node names.
6867
6868 * emacs.texi: Move @summarycontents and @contents to the beginning
6869 of the file.
6870
8cf51b2c
GM
68712006-04-08 Kevin Ryde <user42@zip.com.au>
6872
6873 * text.texi (Fill Commands): fill-nobreak-predicate is now a hook.
6874
68752006-04-07 Richard Stallman <rms@gnu.org>
6876
6877 * programs.texi (Comments, Comment Commands, Options for Comments)
6878 (Multi-Line Comments): "Align", not "indent".
6879 (Basic Indent): C-j deletes trailing whitespace before the newline.
6880
68812006-04-06 Richard Stallman <rms@gnu.org>
6882
8cf51b2c
GM
6883 * programs.texi (Basic Indent): Clarify relationship of C-j to TAB.
6884
68852006-04-06 Eli Zaretskii <eliz@gnu.org>
6886
6887 * killing.texi (Rectangles): Add index entry for marking a rectangle.
6888
8cf51b2c
GM
68892006-04-05 Richard Stallman <rms@gnu.org>
6890
6891 * emacs.texi (Top): Update subnode menu.
6892
6893 * trouble.texi (Unasked-for Search): Node deleted.
6894 (Lossage): Delete from menu.
6895
68962006-04-04 Richard Stallman <rms@gnu.org>
6897
6898 * trouble.texi: Various cleanups.
6899 (Checklist): Don't bother saying how to snail a bug report.
6900 (Emergency Escape): Much rewriting.
6901 (After a Crash): Rename the core dump immediately.
6902 (Total Frustration): Call it a psychotherapist.
6903 (Bug Criteria): Avoid "illegal instruction".
6904 (Sending Patches): We always put the contributor's name in.
6905
6906 * misc.texi (Thumbnails): Minor correction.
6907
8cf51b2c
GM
69082006-04-03 Richard Stallman <rms@gnu.org>
6909
6910 * misc.texi (Thumbnails): Minor cleanup.
6911
69122006-04-02 Karl Berry <karl@gnu.org>
6913
6914 * sending.texi (Mail Sending): pxref to Top needs five args.
6915
8cf51b2c
GM
69162006-03-31 Richard Stallman <rms@gnu.org>
6917
6918 * emacs.texi (Top): Update subnode menu.
6919
6920 * help.texi (Help Mode): Cleanup.
6921
6922 * dired.texi: Many cleanups.
6923 (Dired Deletion): Describe dired-recursive-deletes.
6924 (Operating on Files): dired-create-directory moved.
6925 (Misc Dired Features): Move to here.
6926 (Tumme): Node moved to misc.texi.
6927
6928 * custom.texi: Many cleanups.
6929 (Minor Modes): Don't mention ISO Accents Mode.
6930 (Examining): Update C-h v output example.
6931 (Hooks): Add index and xref for add-hook.
6932 (Locals): Delete list of vars that are always per-buffer. Rearrange.
6933 (Local Keymaps): Don't mention lisp-mode-map, c-mode-map.
6934
6935 * misc.texi: Many cleanups.
6936 (beginning): Add to summary of topics.
6937 (Shell): Put eshell xref at the end. Remove eshell from table.
6938 (Thumbnails): New node.
6939
8cf51b2c
GM
69402006-03-28 Eli Zaretskii <eliz@gnu.org>
6941
6942 * files.texi (File Name Cache): Make it clear that the cache is
6943 not persistent.
6944
8cf51b2c
GM
69452006-03-25 Karl Berry <karl@gnu.org>
6946
49823426
GM
6947 * emacs-xtra.texi, emacs.texi, gnu.texi:
6948 (1) use @copyright{} instead of (C) in typeset text;
8cf51b2c
GM
6949 (2) do not indent copyright year list (or anything else).
6950
8cf51b2c
GM
69512006-03-21 Juanma Barranquero <lekktu@gmail.com>
6952
6953 * files.texi (VC Dired Mode): Remove misplaced brackets.
6954
69552006-03-21 Andre Spiegel <spiegel@gnu.org>
6956
6957 * files.texi: Various updates and clarifications in the VC chapter.
6958
69592006-03-19 Luc Teirlinck <teirllm@auburn.edu>
6960
6961 * help.texi (Help Mode): Document "C-c C-c".
6962
8cf51b2c
GM
69632006-03-16 Luc Teirlinck <teirllm@auburn.edu>
6964
6965 * emacs-xtra.texi (Top): Avoid ugly continuation line in
6966 menu in the standalone Info reader.
6967
69682006-03-15 Chong Yidong <cyd@stupidchicken.com>
6969
6970 * emacs-xtra.texi (Emerge, Picture Mode, Fortran): New chapters,
6971 moved here from Emacs manual.
6972
6973 * programs.texi (Fortran): Section moved to emacs-xtra.
6974 (Program Modes): Xref to Fortran in emacs-xtra.
6975
6976 * maintaining.texi (Emerge): Move to emacs-xtra.
6977 * files.texi (Comparing Files): Xref to Emerge in emacs-xtra.
6978
6979 * picture.texi: File deleted.
6980 * Makefile.in:
6981 * makefile.w32-in: Remove picture.texi.
6982
6983 * text.texi (Text): Xref to Picture Mode in emacs-xtra.
6984 * abbrevs.texi (Abbrevs):
6985 * sending.texi (Sending Mail): Picture node removed.
6986
6987 * emacs.texi (Top): Update node listings.
6988
8cf51b2c
GM
69892006-03-12 Richard Stallman <rms@gnu.org>
6990
6991 * calendar.texi: Various cleanups.
6992
8cf51b2c
GM
69932006-03-11 Luc Teirlinck <teirllm@auburn.edu>
6994
6995 * search.texi (Regexps): Use @samp for regexp that is not in Lisp
6996 syntax.
6997
8cf51b2c
GM
69982006-03-08 Luc Teirlinck <teirllm@auburn.edu>
6999
7000 * search.texi (Regexps): More accurately describe which characters
7001 are special in which situations. Recommend _not_ to quote `]' or
7002 `-' when they are not special.
7003
8cf51b2c
GM
70042006-02-28 Andre Spiegel <spiegel@gnu.org>
7005
7006 * files.texi (Old Versions): Clarify operation of C-x v =.
7007
8cf51b2c
GM
70082006-02-21 Nick Roberts <nickrob@snap.net.nz>
7009
7010 * building.texi (Watch Expressions): Update and describe
7011 gdb-speedbar-auto-raise.
7012
70132006-02-19 Richard M. Stallman <rms@gnu.org>
7014
7015 * emacs.texi: Use @smallbook.
7016 (Top): Update ref to Emacs paper, delete ref to Cookbook.
7017 Update subnode menu.
7018
7019 * building.texi (Lisp Interaction): Minor addition.
7020
70212006-02-18 Nick Roberts <nickrob@snap.net.nz>
7022
7023 * building.texi (Watch Expressions): Update and be more precise.
7024
c8763fb6 70252006-02-15 Francesco Potortì <pot@gnu.org>
8cf51b2c
GM
7026
7027 * maintaining.texi (Create Tags Table): Explain why the
7028 exception when etags writes to files under the /dev tree.
7029
70302006-02-14 Richard M. Stallman <rms@gnu.org>
7031
7032 * custom.texi (Safe File Variables): Lots of clarification.
7033 Renamed from Unsafe File Variables.
7034
70352006-02-14 Chong Yidong <cyd@stupidchicken.com>
7036
7037 * custom.texi (Unsafe File Variables): File variable confirmation
7038 assumed denied in batch mode.
7039
70402006-02-14 Richard M. Stallman <rms@gnu.org>
7041
7042 * building.texi (GDB User Interface Layout): Don't say `inferior'
7043 for program being debugged.
7044
70452006-02-15 Nick Roberts <nickrob@snap.net.nz>
7046
7047 * building.texi (GDB Graphical Interface):
7048 Replace gdb-use-inferior-io-buffer with gdb-use-separate-io-buffer.
7049
70502006-02-13 Chong Yidong <cyd@stupidchicken.com>
7051
7052 * custom.texi (Specifying File Variables, Unsafe File Variables):
7053 New nodes, split from File Variables. Document new file local
7054 variable behavior.
7055
70562006-02-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7057
7058 * display.texi (Standard Faces):
8cf51b2c
GM
7059 * files.texi (Visiting):
7060 * frames.texi (Clipboard):
7061 * glossary.texi (Glossary) <Clipboard>:
7062 * xresources.texi (X Resources): Mention Mac OS port.
7063
8cf51b2c
GM
70642006-02-12 Richard M. Stallman <rms@gnu.org>
7065
7066 * building.texi (Building): Clarify topic in intro.
7067
7068 * maintaining.texi (Maintaining): Change title; clarify topic.
7069 Delete duplicate index entries.
7070
7071 * building.texi (Other GDB User Interface Buffers): Clarifications.
7072
7073 * text.texi (Cell Commands): Clarifications.
7074
7075 * programs.texi (Defuns): Delete duplicate explanation of
7076 left-margin paren convention.
7077 (Hungry Delete): Minor cleanup.
7078
70792006-02-11 Mathias Dahl <mathias.dahl@gmail.com>
7080
7081 * dired.texi (Tumme): More tumme documentation.
7082
70832006-02-11 Alan Mackenzie <acm@muc.de>
7084
7085 * programs.texi ("Hungry Delete"): Correct the appellation of the
7086 backspace and delete keys to @kbd{DEL} and @kbd{DELETE}.
7087
70882006-02-11 Mathias Dahl <mathias.dahl@gmail.com>
7089
7090 * dired.texi (Tumme): Fix small bug.
7091
70922006-02-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7093
7094 * macos.texi (Mac International): Rename "fontset-mac" to
7095 "fontset-standard".
7096
8cf51b2c
GM
70972006-02-09 Mathias Dahl <mathias.dah@gmail.com>
7098
7099 * dired.texi (Tumme): Basic documentation for Tumme added.
7100
8cf51b2c
GM
71012006-02-07 Luc Teirlinck <teirllm@auburn.edu>
7102
7103 * mule.texi (International):
7104 * programs.texi (Basic Indent): Fix typos.
7105
8cf51b2c
GM
7106 * custom.texi (Minor Modes):
7107 * display.texi (Text Display):
7108 * commands.texi (Text Characters): Update xrefs.
7109
71102006-02-07 Richard M. Stallman <rms@gnu.org>
7111
7112 * emacs.texi (Top): Update subnode menu.
7113 Update info on old Emacs papers.
7114 (Intro): "Graphical display", not window system.
7115
7116 * xresources.texi (GTK styles): Minor clarifications.
7117
7118 * trouble.texi: "Graphical display", not window system.
7119 (Stuck Recursive): Minor clarification.
7120
7121 * text.texi: Minor clarifications.
7122 (Sentences): Explain why two-space convention is better.
7123 Explain sentence-end-without-period here.
7124 (Fill Commands): Not here.
7125 (Refill): Node moved down.
7126 (Filling): Update menu.
7127 (Table Creation, Cell Justification, Column Commands): Clarify.
7128
7129 * sending.texi: Minor clarifications.
7130
7131 * search.texi (Regexp Backslash): Clarification.
7132
7133 * rmail.texi: Minor cleanups.
7134 (Rmail): Delete digression about `rmail-mode'.
7135 (Rmail Inbox): Delete false advice wrt rmail-primary-inbox-list.
7136 (Rmail Files): Mention C-u M-x rmail.
7137 (Rmail Reply): Mention References.
7138 (Rmail Display): Mention rmail-nonignored-headers.
7139
7140 * programs.texi: Minor cleanups.
7141 (Comment Commands): Mention momentary Transient Mark mode.
7142 (Matching): Be more specific about customizing show-paren-mode.
7143 (Info Lookup): Don't list the modes that support C-h S.
7144 Just say what it does in an unsupported mode.
7145 (Man Page): Delete excessive info on customizing woman.
7146 (Motion in C): Don't mention c-for/backward-into-nomenclature.
7147
7148 * abbrevs.texi: Minor clarifications.
7149 (Dabbrev Customization): Talk about "dynamic abbrev expansion",
7150 not "dynamic abbrevs" as if they were a kind of abbrev.
7151
7152 * picture.texi (Picture): Minor cleanup.
7153
7154 * mule.texi (Communication Coding): Say "other applications".
7155 (Fontsets): Not specific to X. Add xref to X Resources.
7156 (Unibyte Mode): Rename from Single-Byte Character Support.
7157 "Graphical display", not window system.
7158 (International): Update menu.
7159
7160 * maintaining.texi (Format of ChangeLog):
7161 New node, split out from ChangeLog.
7162 (ChangeLog): Clarifications in the remaining text.
7163 (Create Tags Table, Etags Regexps, Select Tags Table): Cleanups.
7164 (Find Tag): Add @w.
7165 (Tags Search): Explain tag table order here. Simplify grep ref.
7166 (List Tags): tags-tag-face is a variable, not a face.
7167 (Emerge): Cleanups.
7168
7169 * kmacro.texi (Keyboard Macro Counter): Rewrite for clarity.
7170 (Keyboard Macros): Avoid "the user".
7171
7172 * killing.texi: "Graphical display", not window system.
7173
7174 * help.texi (Help Echo): "Graphical display", not window system.
7175
7176 * glossary.texi: Say "you", not "the user". Say "graphical display".
7177
7178 * frames.texi: Minor cleanups. "Graphical display", not window system.
7179
7180 * files.texi (Visiting): Make drag-and-drop not X-specific.
7181
7182 * custom.texi: Minor cleanups. "Graphical display", not window system.
7183
7184 * cmdargs.texi: Minor cleanups.
7185
7186 * building.texi (Compilation): Move and split kill-compilation para.
7187 Add para about multiple compilers.
7188 (Compilation Mode): Commands also available in grep mode and others.
7189 Mention C-u C-x ` more tutorially. Clarify C-x `.
7190 (Compilation Shell): Clarify. Put Bash example first.
7191 (Grep Searching): Minor cleanups; add @w.
7192 (Debuggers): Minor cleanups.
7193 (Starting GUD): Make GDB xgraphical mode issue clearer.
7194 (Debugger Operation): Lots of clarifications including
7195 GDB tooltip side-effect issue.
7196 (Commands of GUD): Clarify.
7197 (GUD Customization): Add bashdb-mode-hook.
7198 (GDB Graphical Interface): Rewrite for clarity.
7199 (GDB User Interface Layout): Rewrite for clarity.
7200 (Stack Buffer, Watch Expressions): Likewise.
7201 (Other GDB User Interface Buffers): Cleanups.
7202 (Lisp Libraries, External Lisp): Cleanup.
7203
7204 * basic.texi (Position Info): "Graphical displays", rather than
7205 window systems.
7206
7207 * anti.texi: Minor cleanup.
7208
8cf51b2c
GM
72092006-02-03 Eli Zaretskii <eliz@gnu.org>
7210
7211 * custom.texi (Init File, Find Init): Add cross-references to
7212 where $HOME is described.
7213
72142006-02-01 Luc Teirlinck <teirllm@auburn.edu>
7215
7216 * frames.texi (Frame Parameters): Remove @item for S-Mouse-1; it
7217 is not inside the @table.
7218
7219 * emacs.texi (Top): Correct node name.
7220
7221 * files.texi (File Names): Fix @xref.
7222 (Reverting): Fix typo.
7223
7224 * mule.texi (International): Correct node name.
7225
7226 * kmacro.texi (Save Keyboard Macro): Add missing @kbd to @table.
7227
72282006-02-01 Richard M. Stallman <rms@gnu.org>
7229
7230 * emacs.texi (Top): Update subnode menu.
7231
7232 * mule.texi: Minor clarifications.
7233 Reduce the specific references to X Windows.
7234 Refer to "graphical" terminals, rather than window systems.
7235 (Text Coding): Rename from Specify Coding.
7236 (Communication Coding, File Name Coding, Terminal Coding):
7237 New nodes split out from Text Coding.
7238
7239 * kmacro.texi: Minor clarifications.
7240 (Keyboard Macro Ring): Comment out some excessive commands.
7241 (Basic Keyboard Macro): Split up the table, putting part in each node.
7242
7243 * major.texi: Minor clarifications.
7244
7245 * misc.texi (Single Shell, Interactive Shell): Fix xrefs.
7246
7247 * windows.texi: Minor clarifications.
7248 (Change Window): Don't describe mode-line mouse cmds here.
7249 Add xref to Mode Line Mouse.
7250
7251 * msdog.texi (Text and Binary, MS-DOS and MULE): Fix xrefs.
7252
7253 * macos.texi (Mac International): Fix xref.
7254
7255 * indent.texi: Minor clarifications.
7256
7257 * frames.texi: Minor clarifications.
7258 Reduce the specific references to X Windows.
7259 Refer to "graphical" terminals, rather than window systems.
7260 (Frame Parameters): Don't mention commands like
7261 set-foreground-color. Just say to customize a face.
7262 (Drag and Drop): Lisp-level stuff moved to Emacs Lisp manual.
7263
7264 * files.texi: Minor clarifications.
7265 (Numbered Backups): New node, split out from Backup Names.
7266
7267 * display.texi (Font Lock): C mode no longer depends on (-in-col-0.
7268
7269 * cmdargs.texi (General Variables): Fix xref.
7270
7271 * buffers.texi: Minor clarifications.
7272
8cf51b2c
GM
72732006-01-31 Richard M. Stallman <rms@gnu.org>
7274
7275 * display.texi (Scrolling, Horizontal Scrolling, Follow Mode):
7276 Nodes moved to top.
7277
7278 * display.texi: Minor clarifications.
7279 (Display): Rearrange menu.
7280 (Standard Faces): Mention query-replace face.
7281 (Faces): Simplify.
7282 (Font Lock): Simplify face customization info.
7283 (Highlight Changes): Node merged into Highlight Interactively.
7284 (Highlight Interactively): Much rewriting and cleanup.
7285 (Optional Mode Line): Narrowed line number not good for goto-line.
7286 Simplify face customization advice.
7287 (Text Display): Mention use of escape-glyph face.
7288 Move ctl-arrow and tab-width here.
7289 (Display Custom): Move no-redraw-on-reenter to end of node.
7290
7291 * search.texi: Minor clarifications.
7292 (Isearch Scroll): Simplify.
7293 (Other Repeating Search): Document multi-occur-in-matching-buffers.
7294
7295 * regs.texi (Registers): Mention bookmarks here.
7296
7297 * mark.texi: Minor clarifications.
7298 (Selective Undo): Node deleted.
7299
7300 * m-x.texi: Minor clarifications.
7301
7302 * killing.texi: Minor clarifications.
7303 Refer to "graphical" terminals, rather than window systems.
7304
7305 * help.texi: Clarifications.
7306 (Help): Don't describe C-h F and C-h K here.
7307 (Key Help): Describe C-h K here.
7308 (Name Help): Mention Emacs Lisp Intro.
7309 Describe C-h F here.
7310 (Misc Help): Mention C-h F and C-h K only briefly.
7311
7312 * fixit.texi (Undo): New node, mostly copied from basic.texi.
7313 Selective undo text merged in.
7314 (Spelling): Mention Aspell along with Ispell.
7315
7316 * emacs.texi (Top): Update subnode menus.
7317
7318 * basic.texi (Basic Undo): Rename from Undo. Most of text
7319 moved to new Undo node.
7320
8cf51b2c
GM
73212006-01-29 Chong Yidong <cyd@stupidchicken.com>
7322
7323 * basic.texi (Continuation Lines, Inserting Text):
7324 Mention longlines mode.
7325
73262006-01-29 Richard M. Stallman <rms@gnu.org>
7327
10d1d0af 7328 * screen.texi: Minor cleanups.
8cf51b2c
GM
7329 (Screen): Clean up the intro paragraphs.
7330 (Mode Line): Lots of rewriting. Handle frame-name better.
7331 eol-mnemonic-... vars moved out.
7332
7333 * emacs.texi (Top): Change menu item for MS-DOS node.
7334 Update subnode menu.
7335
7336 * msdog.texi (MS-DOS): Rewrite intro to explain how this
7337 chapter relates to Windows. Title changed.
7338
7339 * mini.texi: Minor cleanups.
7340
7341 * mark.texi (Selective Undo): New node, text moved from basic.texi.
7342 (Mark): Put it in the menu.
7343
7344 * entering.texi: Minor cleanups.
7345
7346 * emacs.texi (Top): Add xref to Mac chapter; explain Windows better.
7347 (Intro): Refer to "graphical" terminals, rather than X.
7348
7349 * display.texi (Display Custom): Add xref to Variables.
7350 (Optional Mode Line): eol-mnemonic-... vars moved here.
7351
7352 * commands.texi: Minor cleanups. Refer to "graphical" terminals,
7353 rather than X.
7354
8cf51b2c
GM
7355 * basic.texi: Minor cleanups.
7356 (Undo): selective-undo moved.
7357
8cf51b2c
GM
73582006-01-25 Luc Teirlinck <teirllm@auburn.edu>
7359
7360 * anti.texi (Antinews): Various corrections and additions.
7361
73622006-01-23 Juri Linkov <juri@jurta.org>
7363
7364 * custom.texi (Easy Customization, Customization Groups)
7365 (Browsing Custom): Mention links along with buttons.
7366
8cf51b2c
GM
73672006-01-21 Eli Zaretskii <eliz@gnu.org>
7368
8cf51b2c
GM
7369 * text.texi (TeX Print): Use @key for TAB.
7370
8cf51b2c
GM
7371 * kmacro.texi (Keyboard Macro Step-Edit): Use @key for TAB.
7372
8cf51b2c
GM
73732006-01-15 Sven Joachim <svenjoac@gmx.de> (tiny change)
7374
7375 * files.texi (File Aliases): Don't claim that usually separate
7376 buffers are created for two file names that name the same data.
7377 Mention additional situations where different names mean the same
7378 file on disk.
7379
73802006-01-19 Richard M. Stallman <rms@gnu.org>
7381
7382 * killing.texi (Deletion): Upcase @key argument.
7383
7384 * custom.texi (Custom Themes): Minor cleanup.
7385
7386 * programs.texi (Hungry Delete): Upcase @key argument.
7387
8cf51b2c
GM
73882006-01-16 Juri Linkov <juri@jurta.org>
7389
7390 * display.texi (Standard Faces): Add `mode-line-buffer-id'.
7391 Move `mode-line-highlight' before `mode-line-buffer-id'.
7392
8cf51b2c
GM
73932006-01-14 Richard M. Stallman <rms@gnu.org>
7394
7395 * basic.texi (Inserting Text): Minor cleanup.
7396
8cf51b2c
GM
73972006-01-11 Luc Teirlinck <teirllm@auburn.edu>
7398
7399 * custom.texi (Changing a Variable, Face Customization):
7400 Update for changes in Custom menus.
7401
8cf51b2c
GM
74022006-01-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7403
7404 * macos.texi (Mac International): Undo last change.
7405
8cf51b2c
GM
74062006-01-02 Chong Yidong <cyd@stupidchicken.com>
7407
7408 * custom.texi (Custom Themes): Describe the new
7409 customize-create-theme interface.
7410
74112005-12-30 Juri Linkov <juri@jurta.org>
7412
7413 * basic.texi (Position Info): Update example.
7414
c8763fb6 74152005-12-27 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
7416
7417 * frames.texi (Dialog Boxes): Add x-gtk-show-hidden-files.
7418
74192005-12-24 Chong Yidong <cyd@stupidchicken.com>
7420
7421 * custom.texi (Custom Themes): `load-theme' always loads.
7422
74232005-12-23 Juri Linkov <juri@jurta.org>
7424
7425 * display.texi (Highlight Interactively): Use double space to
7426 separate sentences. Replace C-p with M-p, and C-n with M-n.
7427
74282005-12-22 Richard M. Stallman <rms@gnu.org>
7429
7430 * custom.texi (Easy Customization and subnodes):
7431 Replace "active field" with "button".
7432 Use "user option" only for variables.
7433 Use "setting" for variable-or-face.
7434
74352005-12-22 Luc Teirlinck <teirllm@auburn.edu>
7436
7437 * buffers.texi (Select Buffer): Change order in table to make
7438 "Similar" refer to the correct item.
7439 (Indirect Buffers): Minor rewording.
7440
8cf51b2c
GM
74412005-12-20 Juri Linkov <juri@jurta.org>
7442
7443 * files.texi (VC Status): Put P and N near p and n.
7444
8cf51b2c
GM
74452005-12-19 Richard M. Stallman <rms@gnu.org>
7446
7447 * programs.texi (Electric C): Delete the info about newline control.
7448 (Other C Commands): Minor cleanup.
7449 (Left Margin Paren): Minor cleanup.
7450
74512005-12-19 Luc Teirlinck <teirllm@auburn.edu>
7452
7453 * custom.texi (Easy Customization): Add "Browsing Custom" to menu.
7454 (Customization Groups): Delete text moved to "Browsing Custom".
7455 (Browsing Custom): New node.
7456 (Specific Customization): Clarify which commands only work for
7457 loaded options.
7458
74592005-12-18 Bill Wohler <wohler@newt.com>
7460
7461 * frames.texi (Tool Bars): Shorten text of previous change.
7462
74632005-12-18 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
7464
7465 * files.texi (VC Status): Document log-view mode.
7466
74672005-12-18 Bill Wohler <wohler@newt.com>
7468
7469 * frames.texi (Tool Bars): Mention that you can turn off tool bars
7470 permanently via the customize interface.
7471
8cf51b2c
GM
74722005-12-16 Ralf Angeli <angeli@iwi.uni-sb.de>
7473
7474 * killing.texi (Killing by Lines): Document `kill-whole-line'
7475 function.
7476
c8763fb6 74772005-12-16 Lőrentey Károly <lorentey@elte.hu>
8cf51b2c
GM
7478
7479 * buffers.texi (Select Buffer): Change `prev-buffer' to
7480 `previous-buffer'. Indicate that these functions use a frame
7481 local buffer list.
7482
8cf51b2c
GM
74832005-12-12 Richard M. Stallman <rms@gnu.org>
7484
7485 * custom.texi (Easy Customization): Change menu comment.
7486 (Prefix Keymaps): Fix spelling of Control-X-prefix.
7487
7488 * help.texi (Apropos): Rewrite. Talk about "apropos patterns".
7489 (Help): Among the Apropos commands, describe only C-h a here.
7490
74912005-12-11 Richard M. Stallman <rms@gnu.org>
7492
7493 * programs.texi (Options for Comments): Comment-end starts with space.
7494
7495 * glossary.texi (Glossary): Minor cleanup.
7496
7497 * files.texi (Old Versions): Use @table.
7498
8cf51b2c
GM
74992005-12-10 David Koppelman <koppel@ece.lsu.edu>
7500
7501 * display.texi (Highlight Interactively): Include
7502 global-hi-lock-mode. Add miscellaneous details and elaborations.
7503
75042005-12-09 Richard M. Stallman <rms@gnu.org>
7505
7506 * display.texi (Font Lock): Delete the Global FL menu item.
7507
75082005-12-09 Luc Teirlinck <teirllm@auburn.edu>
7509
7510 * custom.texi (Minibuffer Maps): Mention the maps for file name
7511 completion.
7512
75132005-12-09 Kim F. Storm <storm@cua.dk>
7514
7515 * killing.texi (CUA Bindings): Describe how to use C-x and C-c as
10d1d0af 7516 prefix keys even when mark is active. Describe that RET moves
8cf51b2c
GM
7517 cursor to next corner in rectangle; clarify insert around rectangle.
7518
8cf51b2c
GM
75192005-12-08 Luc Teirlinck <teirllm@auburn.edu>
7520
7521 * custom.texi (Customization): Use xref to elisp manual for
7522 non-TeX output.
7523 (Minor Modes): Update.
7524 (Customization Groups, Changing a Variable, Face Customization):
7525 Update for new appearance of Custom buffers.
7526 (Changing a Variable): `custom-buffer-done-function' has been
7527 replaced by `custom-buffer-done-kill'.
7528 (Specific Customization): In the `customize-group' buffer, a
7529 subgroup's contents are not "hidden". They are not included at
7530 all. They have no [Show] button.
7531 (Mouse Buttons): Add pxref to description of mouse event lists in
7532 Elisp manual. Add `menu-bar' and `header-line' dummy prefix keys.
7533 (Find Init): Emacs now looks for ~/.emacs.d/init.el instead of
7534 ~/.emacs.d/.emacs, if it can not find ~/.emacs(.el).
7535
75362005-12-08 Richard M. Stallman <rms@gnu.org>
7537
7538 * mini.texi (Completion Commands, Completion):
7539 In file name input, SPC does not do completion.
7540
8cf51b2c
GM
75412005-12-08 Nick Roberts <nickrob@snap.net.nz>
7542
7543 * building.texi (GDB Graphical Interface): Explain screen size
7544 setting.
7545 (Other GDB User Interface Buffers): Describe features specific to
7546 GDB 6.4.
7547
8cf51b2c
GM
75482005-12-01 Nick Roberts <nickrob@snap.net.nz>
7549
7550 * building.texi (GDB User Interface Layout): Describe how to
7551 kill associated buffers.
7552 (Breakpoints Buffer): Use D instead of d for gdb-delete-breakpoint.
7553 (Watch Expressions): Be more precise.
7554 (Other GDB User Interface Buffers): Describe how to change a
7555 register value.
7556
8cf51b2c
GM
75572005-11-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7558
7559 * macos.texi (Mac Input): Remove description of
7560 mac-command-key-is-meta. Add descriptions of
7561 mac-control-modifier, mac-command-modifier, and
7562 mac-option-modifier.
7563 (Mac International): Fix description of conversion of clipboard data.
7564 (Mac Font Specs): Add example of font customization by face attributes.
7565
75662005-11-22 Nick Roberts <nickrob@snap.net.nz>
7567
7568 * building.texi (Watch Expressions): Expand description.
7569 (Other GDB User Interface Buffers): Describe local map for
7570 gud-watch.
7571
75722005-11-21 Chong Yidong <cyd@stupidchicken.com>
7573
7574 * display.texi (Font Lock): Font lock is enabled by default now.
7575
75762005-11-20 Juri Linkov <juri@jurta.org>
7577
7578 * basic.texi (Position Info): Update examples of the output.
7579 Remove the fact that examples are produced in the TeXinfo buffer,
7580 because in the Info reader users will get a different output from
7581 `C-x ='.
7582
7583 * building.texi (Compilation Mode): Remove paragraph duplicated
7584 from the node `Compilation'. Add `compilation-skip-threshold'.
7585
7586 * display.texi (Font Lock): Suggest more user-friendly method of
7587 finding all Font Lock faces (M-x customize-group RET font-lock-faces).
7588
75892005-11-18 Richard M. Stallman <rms@gnu.org>
7590
7591 * files.texi (Registering): Mention @@ in mode line.
7592
7593 * mini.texi (Minibuffer File): Clarify previous change. Add @findex.
7594
75952005-11-08 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
7596
7597 * files.texi (Renaming and VC): Some back-ends don't
7598 handle renaming.
7599
8cf51b2c
GM
76002005-11-17 Juri Linkov <juri@jurta.org>
7601
7602 * emacs.texi (Top):
7603 * display.texi (Highlight Interactively): Put this font-lock based
7604 mode near Font Lock node.
7605
76062005-11-16 Chong Yidong <cyd@stupidchicken.com>
7607
7608 * ack.texi (Acknowledgments): Acknowledge Andrew Zhilin for Emacs
7609 icons.
7610
76112005-11-12 Kim F. Storm <storm@cua.dk>
7612
7613 * help.texi (Help): Fix C-h a entry. Add C-h d entry.
7614 (Help Summary): Add C-h d and C-h e.
7615 (Apropos): Clarify that all apropos commands may search for either
7616 list of words or a regexp. Add C-h d for apropos-documentation.
7617 Describe apropos-documentation-sort-by-scores user option.
7618
8cf51b2c
GM
76192005-11-09 Luc Teirlinck <teirllm@auburn.edu>
7620
7621 * killing.texi (CUA Bindings): Add @section.
7622
76232005-11-10 Kim F. Storm <storm@cua.dk>
7624
7625 * emacs.texi (Top): Add CUA Bindings entry to menu.
7626
7627 * killing.texi (CUA Bindings): New node. Moved here from
7628 misc.texi and extended with info on rectangle commands and
7629 rectangle highlighting, interface to registers, and the global
7630 mark feature.
7631
7632 * misc.texi (Emulation): Move CUA bindings item to killing.texi.
7633
7634 * regs.texi: Prev link points to CUA Bindings node.
7635
76362005-11-07 Luc Teirlinck <teirllm@auburn.edu>
7637
7638 * help.texi (Help Echo): By default, help echos are only shown on
7639 mouse-over, not on point-over.
7640
c8763fb6 76412005-11-04 Jérôme Marant <jerome@marant.org>
8cf51b2c
GM
7642
7643 * misc.texi (Shell Mode): Describe how to activate password echoing.
7644
8cf51b2c
GM
76452005-11-04 Romain Francoise <romain@orebokech.com>
7646
7647 * mark.texi (Mark Ring): Fix typo.
7648
76492005-11-03 Richard M. Stallman <rms@gnu.org>
7650
7651 * mark.texi (Mark Ring): Mention set-mark-command-repeat-pop.
7652
76532005-11-01 Bill Wohler <wohler@newt.com>
7654
7655 * help.texi (Help Mode): Fix typo.
7656
76572005-11-01 Nick Roberts <nickrob@snap.net.nz>
7658
1c6c854e
CS
7659 * building.texi (Other GDB User Interface Buffers):
7660 Describe the command gdb-use-inferior-io-buffer.
8cf51b2c
GM
7661
76622005-10-31 Romain Francoise <romain@orebokech.com>
7663
7664 * files.texi (Compressed Files): Fix typo.
7665
7666 * buffers.texi (Misc Buffer): Downcase `*shell*'.
7667
7668 * windows.texi (Force Same Window): Likewise.
7669
76702005-10-30 Bill Wohler <wohler@newt.com>
7671
7672 * help.texi (Help Mode): URLs viewed with browse-url.
7673
76742005-10-31 Nick Roberts <nickrob@snap.net.nz>
7675
7676 * building.texi (GDB Graphical Interface): Don't reference
7677 gdb-mouse-set-clear-breakpoint. Explain gdb-mouse-until
7678 must stay in same frame.
7679
76802005-10-29 Chong Yidong <cyd@stupidchicken.com>
7681
7682 * custom.texi (Init File): Document ~/.emacs.d/init.el.
7683
7684 * anti.texi (Antinews): Likewise.
7685
8cf51b2c
GM
76862005-10-28 Bill Wohler <wohler@newt.com>
7687
7688 * help.texi (Help): Help mode now creates hyperlinks for URLs.
7689
76902005-10-28 Richard M. Stallman <rms@gnu.org>
7691
7692 * files.texi (Visiting): Explain how to enter ? in a file name.
7693
7694 * trouble.texi (Memory Full): Mention !MEM FULL! in mode line.
7695
8cf51b2c
GM
76962005-10-25 Nick Roberts <nickrob@snap.net.nz>
7697
1c6c854e
CS
7698 * building.texi (GDB Graphical Interface):
7699 Describe gdb-mouse-until.
8cf51b2c
GM
7700
77012005-10-23 Richard M. Stallman <rms@gnu.org>
7702
7703 * custom.texi (Init File): Recommend when to use site-start.el.
7704
8cf51b2c
GM
77052005-10-21 Juri Linkov <juri@jurta.org>
7706
7707 * custom.texi (Examining): Mention accessing the old variable
7708 value via M-n in set-variable.
7709
8cf51b2c
GM
77102005-10-18 Romain Francoise <romain@orebokech.com>
7711
7712 * files.texi (Version Systems): Capitalize GNU.
7713
8cf51b2c
GM
77142005-10-18 Nick Roberts <nickrob@snap.net.nz>
7715
7716 * building.texi (Compilation Mode): Remove redundant paragraph.
7717 (Watch Expressions): Remove paragraph to reflect code change.
7718
8cf51b2c
GM
77192005-10-16 Richard M. Stallman <rms@gnu.org>
7720
7721 * building.texi (Compilation Mode, Compilation): Clarified.
7722
77232005-10-15 Richard M. Stallman <rms@gnu.org>
7724
7725 * misc.texi (Saving Emacs Sessions): Mention savehist library.
7726
8cf51b2c
GM
77272005-10-13 Kenichi Handa <handa@m17n.org>
7728
7729 * basic.texi (Position Info): Fix previous change.
7730
c8763fb6 77312005-10-12 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
7732
7733 * cmdargs.texi (Icons X): Fix typo.
7734
77352005-10-12 Kenichi Handa <handa@m17n.org>
7736
7737 * basic.texi (Position Info): Describe the case that Emacs shows
7738 "part of display ...".
7739
c8763fb6 77402005-10-10 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
7741
7742 * cmdargs.texi (Icons X): -nb => -nbi.
7743
77442005-10-10 Chong Yidong <cyd@stupidchicken.com>
7745
7746 * frames.texi (Speedbar): A couple more clarifications.
7747
77482005-10-11 Nick Roberts <nickrob@snap.net.nz>
7749
7750 * building.texi (GDB User Interface Layout): Improve diagram.
7751 (Watch Expressions): Explain how to make speedbar global.
7752 (Other GDB User Interface Buffers): Make references more precise.
7753
8cf51b2c
GM
77542005-10-09 Richard M. Stallman <rms@gnu.org>
7755
7756 * frames.texi (Speedbar): Clarify the text.
7757
77582005-10-09 Chong Yidong <cyd@stupidchicken.com>
7759
7760 * frames.texi (Speedbar): Add information on keybindings,
7761 dismissing the speedbar, and buffer display mode. Link to
7762 speedbar manual.
7763
c8763fb6 77642005-10-09 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c 7765
1c6c854e 7766 * cmdargs.texi (Icons X): Remove options -i, -itype, --icon-type,
8cf51b2c
GM
7767 added -nb, --no-bitmap-icon.
7768
8cf51b2c
GM
77692005-10-07 Nick Roberts <nickrob@snap.net.nz>
7770
7771 * building.texi (GDB Graphical Interface): Add variables and
7772 functions to indices. Be more precise.
7773
c8763fb6 77742005-10-03 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
7775
7776 * frames.texi (Drag and Drop): Remove the x- from
7777 x-dnd-open-file-other-window and xdnd-protocol-alist.
7778
77792005-09-30 Romain Francoise <romain@orebokech.com>
7780
7781 * mini.texi (Minibuffer): The default value now appears before the
7782 colon in minibuffer prompts.
7783
8cf51b2c
GM
77842005-09-25 Richard M. Stallman <rms@gnu.org>
7785
7786 * search.texi (Regexp Search): Doc search-whitespace-regexp.
7787
8cf51b2c
GM
77882005-09-20 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
7789
7790 * text.texi (Paragraphs): Correction about Paragraph-Indent Text mode.
7791
8cf51b2c
GM
77922005-09-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7793
7794 * emacs.texi (Top): Update submenus from macos.texi.
7795
7796 * macos.texi: Change `Mac OS 8 or 9' to `Mac OS Classic'.
7797 (Mac OS): Update feature support status.
7798 (Mac Input): List supported input scripts. Remove description
7799 about `mac-keyboard-text-encoding'. Mention mouse button
7800 emulation and related variables.
7801 (Mac International): Mention Central European and Cyrillic
7802 support. Now `keyboard-coding-system' is dynamically changed.
1c6c854e
CS
7803 Add description about coding system for selection.
7804 Add description about language environment.
7805 (Mac Environment Variables):
7806 Mention `~/.MacOSX/environment.plist'. Give example of command line
8cf51b2c
GM
7807 arguments. Add Preferences support.
7808 (Mac Directories): Explicitly state that this node is for Mac OS
7809 Classic only.
1c6c854e
CS
7810 (Mac Font Specs): Mention specification for scalable fonts.
7811 List supported charsets. Add preferred way of creating fontsets.
7812 Add description about `mac-allow-anti-aliasing'.
8cf51b2c
GM
7813 (Mac Functions): Add descriptions about `mac-set-file-creator',
7814 `mac-get-file-creator', `mac-set-file-type', `mac-get-file-type',
7815 and `mac-get-preference'.
7816
8cf51b2c
GM
78172005-09-16 Romain Francoise <romain@orebokech.com>
7818
7819 Update all files to specify GFDL version 1.2.
7820
7821 * doclicense.texi (GNU Free Documentation License): Update to
7822 version 1.2.
7823
78242005-09-15 Richard M. Stallman <rms@gnu.org>
7825
7826 * buffers.texi (List Buffers): Fix xref.
7827
7828 * rmail.texi (Rmail Basics): Fix xref.
7829
7830 * emacs.texi (Top): Update subnode menus.
7831
7832 * files.texi (Saving Commands): New node, broken out of Saving.
7833 (Customize Save): New node, broken out of Saving.
7834 Clarify effect of write-region-inhibit-fsync.
7835 (Misc File Ops): Say write-region-inhibit-fsync affects write-region.
7836
8cf51b2c
GM
78372005-09-14 Romain Francoise <romain@orebokech.com>
7838
7839 * files.texi (Saving): Mention write-region-inhibit-fsync.
7840
78412005-09-05 Chong Yidong <cyd@stupidchicken.com>
7842
7843 * custom.texi (Custom Themes): New node.
7844
78452005-09-03 Richard M. Stallman <rms@gnu.org>
7846
49823426
GM
7847 * search.texi (Search Case): Mention vars that control
7848 case-fold-search for various operations.
8cf51b2c
GM
7849
78502005-08-22 Juri Linkov <juri@jurta.org>
7851
7852 * display.texi (Standard Faces): Merge the text from
7853 `(elisp)Standard Faces' into this node.
7854
78552005-08-18 Luc Teirlinck <teirllm@auburn.edu>
7856
7857 * emacs.texi (Top): Delete menu item for deleted node
7858 Keyboard Translations.
7859
78602005-08-18 Richard M. Stallman <rms@gnu.org>
7861
8cf51b2c
GM
7862 * trouble.texi (Unasked-for Search):
7863 Delete xref to Keyboard Translations.
7864
7865 * glossary.texi (Glossary): Delete xref.
7866
8cf51b2c
GM
7867 * custom.texi (Minor Modes): Say that the list here is not complete.
7868 (Keyboard Translations): Node deleted.
7869 (Disabling): Delete xref to it.
7870 (Customization Groups): Fix Custom buffer example.
7871 (Hooks): Mention remove-hooks.
7872
78732005-08-17 Luc Teirlinck <teirllm@auburn.edu>
7874
7875 * building.texi (GDB Graphical Interface): Improve filling of menu
7876 item.
7877
78782005-08-18 Nick Roberts <nickrob@snap.net.nz>
7879
7880 * building.texi (GDB Graphical Interface): Use better node names.
7881
78822005-08-14 Richard M. Stallman <rms@gnu.org>
7883
7884 * text.texi (Sentences): Fix xref.
7885
78862005-08-14 Juri Linkov <juri@jurta.org>
7887
7888 * building.texi (Compilation, Grep Searching): Move grep command
7889 headings from `Compilation' to `Grep Searching'.
7890
7891 * dired.texi (Dired and Find):
7892 * maintaining.texi (Tags Search): Replace grep xref to
7893 `Compilation' node with `Grep Searching'.
7894
7895 * files.texi (Comparing Files): Replace xref to `Compilation' with
7896 `Compilation Mode'.
7897
78982005-08-13 Alan Mackenzie <acm@muc.de>
7899
7900 * search.texi (Non-ASCII Isearch): Correct a typo.
7901 (Replacement Commands): Mention query-replace key binding.
7902
79032005-08-11 Richard M. Stallman <rms@gnu.org>
7904
7905 * programs.texi (Options for Comments): Fix xref.
7906
7907 * search.texi (Regexp Backslash, Regexp Example): New nodes split
7908 out of Regexps.
7909
8cf51b2c
GM
79102005-08-09 Juri Linkov <juri@jurta.org>
7911
7912 * building.texi (Compilation): Use `itemx' instead of `item'.
7913 (Grep Searching): Simplify phrase.
7914
7915 * display.texi (Standard Faces): Describe vertical-border on
7916 window systems.
7917
7918 * windows.texi (Split Window): Simplify phrase and mention
7919 vertical-border face.
7920
79212005-08-09 Richard M. Stallman <rms@gnu.org>
7922
7923 * files.texi (Comparing Files): Clarify compare-windows.
7924
7925 * calendar.texi (Scroll Calendar): Document < and > in calendar.
7926
8cf51b2c
GM
79272005-08-06 Eli Zaretskii <eliz@gnu.org>
7928
7929 * mule.texi (Coding Systems): Rephrase the paragraph about
7930 codepages: no need for "M-x codepage-setup" anymore, except on
7931 MS-DOS.
7932
7933 * msdog.texi (MS-DOS and MULE): Clarify that this section is for
7934 the MS-DOS port only.
7935
79362005-07-30 Eli Zaretskii <eliz@gnu.org>
7937
7938 * makefile.w32-in (info): Don't run multi-install-info.bat.
7939 ($(infodir)/dir): New target, produced by running
7940 multi-install-info.bat.
7941
8cf51b2c
GM
79422005-07-22 Eli Zaretskii <eliz@gnu.org>
7943
7944 * files.texi (Quoted File Names): Add index entry.
7945
8cf51b2c
GM
79462005-07-19 Juri Linkov <juri@jurta.org>
7947
7948 * files.texi (Comparing Files): Mention resync for `compare-windows'.
7949
79502005-07-18 Juri Linkov <juri@jurta.org>
7951
8cf51b2c
GM
7952 * custom.texi (Easy Customization):
7953 * files.texi (Old Versions):
7954 * frames.texi (Wheeled Mice):
7955 * mule.texi (Specify Coding):
8cf51b2c
GM
7956 * text.texi (Cell Justification):
7957 * trouble.texi (After a Crash):
8cf51b2c
GM
7958 * xresources.texi (GTK styles):
7959 Delete duplicate duplicate words.
7960
79612005-07-17 Richard M. Stallman <rms@gnu.org>
7962
7963 * frames.texi (Creating Frames): Fix foreground color example.
7964
7965 * custom.texi (Init Examples): Clean up text about conditionals.
7966
79672005-07-16 Richard M. Stallman <rms@gnu.org>
7968
7969 * mini.texi (Completion Commands): Fix command name for ?.
7970
8cf51b2c
GM
79712005-07-16 Eli Zaretskii <eliz@gnu.org>
7972
7973 * display.texi (Standard Faces): Explain that customization of
1c6c854e
CS
7974 `menu' face has no effect on w32 and with GTK.
7975 Add cross-references.
8cf51b2c
GM
7976
7977 * cmdargs.texi (General Variables): Clarify the default location
7978 of $HOME on w32 systems.
7979
79802005-07-15 Jason Rumney <jasonr@gnu.org>
7981
7982 * cmdargs.texi (General Variables): Default HOME on MS Windows has
7983 changed.
7984
79852005-07-08 Kenichi Handa <handa@m17n.org>
7986
1c6c854e
CS
7987 * mule.texi (Recognize Coding):
7988 Recommend revert-buffer-with-coding-system instead of revert-buffer.
8cf51b2c
GM
7989
79902005-07-07 Richard M. Stallman <rms@gnu.org>
7991
7992 * anti.texi (Antinews): Mention mode-line-inverse-video.
7993
7994 * files.texi (Saving): Minor correction about C-x C-w.
7995
7996 * display.texi (Display Custom): Don't mention mode-line-inverse-video.
7997
79982005-07-07 Luc Teirlinck <teirllm@auburn.edu>
7999
8000 * search.texi (Isearch Scroll): Add example of using the
8001 `isearch-scroll' property.
8002 (Slow Isearch): Reference anchor for `baud-rate' instead of entire
8003 `Display Custom' node.
8004 (Regexp Replace): Put text that requires Emacs Lisp knowledge last
8005 and de-emphasize it.
8006 (Other Repeating Search): `occur' currently can not correctly
8007 handle multiline matches. Correct, clarify and update description
8008 of `flush-lines' and `keep-lines'.
8009
8010 * display.texi (Display Custom): Add anchor for `baud-rate'.
8011
80122005-07-07 Richard M. Stallman <rms@gnu.org>
8013
8014 * gnu.texi: Update where to get GNU status; add refs for how to help.
8015 Add footnotes 6 and 7.
8016
80172005-07-04 Lute Kamstra <lute@gnu.org>
8018
8019 Update FSF's address in GPL notices.
8020
8cf51b2c 8021 * doclicense.texi (GNU Free Documentation License):
8cf51b2c
GM
8022 * trouble.texi (Checklist): Update FSF's address.
8023
8cf51b2c
GM
80242005-06-24 Richard M. Stallman <rms@gnu.org>
8025
8026 * display.texi (Text Display): Change index entries.
8027
80282005-06-24 Eli Zaretskii <eliz@gnu.org>
8029
8030 * makefile.w32-in (MAKEINFO): Use --force.
8031 (INFO_TARGETS, DVI_TARGETS): Make identical to the lists in
8032 Makefile.in.
8cf51b2c
GM
8033
80342005-06-23 Richard M. Stallman <rms@gnu.org>
8035
1c6c854e 8036 * anti.texi (Antinews): Rename show-nonbreak-escape to
8cf51b2c
GM
8037 nobreak-char-display.
8038
8039 * emacs.texi (Top): Update detailed node listing.
8040
1c6c854e 8041 * display.texi (Text Display): Rename show-nonbreak-escape
8cf51b2c
GM
8042 to nobreak-char-display and no-break-space to nobreak-space.
8043 (Standard Faces): Split up the list of standard faces
8044 and put it in a separate node. Add nobreak-space and
8045 escape-glyph.
8046
8cf51b2c
GM
80472005-06-23 Lute Kamstra <lute@gnu.org>
8048
8049 * mule.texi (Select Input Method): Fix typo.
8050
80512005-06-23 Kenichi Handa <handa@m17n.org>
8052
1c6c854e
CS
8053 * mule.texi (International): List all supported scripts.
8054 Adjust text for that leim is now included in the normal Emacs
8cf51b2c
GM
8055 distribution.
8056 (Language Environments): List all language environments.
8057 Intlfonts contains fonts for most supported scripts, not all..
8058 (Select Input Method): Refer to C-u C-x = to see how to type to
10d1d0af 8059 input a specific character.
8cf51b2c
GM
8060 (Recognize Coding): Fix typo, china-iso-8bit -> chinese-iso-8bit.
8061
80622005-06-23 Juanma Barranquero <lekktu@gmail.com>
8063
49823426 8064 * building.texi (Grep Searching): Texinfo usage fix.
8cf51b2c
GM
8065
80662005-06-22 Miles Bader <miles@gnu.org>
8067
8068 * display.texi (Faces): Change `vertical-divider' to `vertical-border'.
8069
80702005-06-20 Miles Bader <miles@gnu.org>
8071
8072 * display.texi (Faces): Add `vertical-divider'.
8073
80742005-06-17 Richard M. Stallman <rms@gnu.org>
8075
8076 * text.texi (Adaptive Fill): Minor clarification.
8077
8cf51b2c
GM
80782005-06-10 Lute Kamstra <lute@gnu.org>
8079
8080 * emacs.texi (Top): Correct version number.
8081 * anti.texi (Antinews): Correct version number. Use EMACSVER to
8082 refer to the current version of Emacs.
8083
80842005-06-08 Luc Teirlinck <teirllm@auburn.edu>
8085
8086 * files.texi (Log Buffer): Document when there can be more than
8087 one file to be committed.
8088
80892005-06-08 Juri Linkov <juri@jurta.org>
8090
8091 * display.texi (Faces): Add `shadow' face.
8092
80932005-06-07 Masatake YAMATO <jet@gyve.org>
8094
8095 * display.texi (Faces): Write about mode-line-highlight.
8096
80972005-06-06 Richard M. Stallman <rms@gnu.org>
8098
8099 * misc.texi (Printing Package): Explain how to initialize
8100 printing package.
8101
8102 * cmdargs.texi (Action Arguments): Clarify directory default for -l.
8103
81042005-06-05 Chong Yidong <cyd@stupidchicken.com>
8105
8106 * emacs.texi: Rename Hardcopy to Printing.
8107 Make PostScript and PostScript Variables subnodes of it.
8108
8109 * misc.texi (Printing): Rename node from Hardcopy.
8110 Mention menu bar options.
8111 Move PostScript and PostScript Variables to submenu.
8112 (Printing package): New node.
8113
8114 * mark.texi (Using Region): Change Hardcopy xref to Printing.
8115
8116 * dired.texi (Operating on Files): Likewise.
8117
8118 * calendar.texi (Displaying the Diary): Likewise.
8119
8120 * msdog.texi (MS-DOS Printing, MS-DOS Processes): Likewise.
8121
8122 * glossary.texi (Glossary): Likewise.
8123
8124 * frames.texi (Mode Line Mouse): Mention mode-line-highlight
8125 effect.
8126
81272005-06-04 Richard M. Stallman <rms@gnu.org>
8128
8129 * trouble.texi (After a Crash): Polish previous change.
8130
8cf51b2c
GM
81312005-05-30 Noah Friedman <friedman@splode.com>
8132
8133 * trouble.texi (After a Crash): Mention emacs-buffer.gdb as a
8134 recovery mechanism.
8135
8cf51b2c
GM
81362005-05-28 Nick Roberts <nickrob@snap.net.nz>
8137
8138 * building.texi (Other Buffers): SPC toggles display of
8139 floating point registers.
8140
8cf51b2c
GM
81412005-05-27 Nick Roberts <nickrob@snap.net.nz>
8142
8143 * files.texi (Log Buffer): Merge in description of Log Edit
8144 mode from pcl-cvs.texi.
8145
81462005-05-26 Richard M. Stallman <rms@gnu.org>
8147
8148 * building.texi (Lisp Eval): C-M-x with arg runs Edebug.
8149
8cf51b2c
GM
81502005-05-24 Luc Teirlinck <teirllm@auburn.edu>
8151
8152 * fixit.texi (Spelling): Delete confusing sentence; flyspell is
8153 not enabled by default.
8154 When not on a word, `ispell-word' by default checks the word
8155 before point.
8156
81572005-05-24 Nick Roberts <nickrob@snap.net.nz>
8158
8159 * building.texi (Debugger Operation): Simplify last sentence.
8160
81612005-05-23 Lute Kamstra <lute@gnu.org>
8162
8163 * emacs.texi: Update FSF's address throughout.
8164 (Preface): Use @cite.
8165 (Distrib): Add cross reference to the node "Copying". Mention the
8166 FDL. Don't refer to etc/{FTP,ORDERS}. Mention the sale of
8167 printed manuals.
8168 (Intro): Use @xref for the Emacs Lisp Intro.
8169
8cf51b2c
GM
81702005-05-18 Luc Teirlinck <teirllm@auburn.edu>
8171
8172 * buffers.texi (Select Buffer): Document `C-u M-g M-g'.
8173
8174 * basic.texi (Moving Point): Mention default for `goto-line'.
8175
8176 * programs.texi (Lisp Doc): Eldoc mode shows only the first line
8177 of a variable's docstring.
8178
81792005-05-18 Lute Kamstra <lute@gnu.org>
8180
8181 * maintaining.texi (Overview of Emerge): Add cross reference.
8182 Remove duplication.
8183
8184 * emacs.texi (Top): Update to the current structure of the manual.
8185 * misc.texi (Emacs Server): Add menu description.
8186 * files.texi (Saving): Fix menu.
8187 * custom.texi (Customization): Fix menu.
8188 * mule.texi (International): Fix menu.
8189 * kmacro.texi (Keyboard Macros): Fix menu.
8190
81912005-05-16 Luc Teirlinck <teirllm@auburn.edu>
8192
8193 * display.texi: Various minor changes.
8194 (Faces): Delete text that is repeated in the next section.
8195
81962005-05-16 Nick Roberts <nickrob@snap.net.nz>
8197
8198 * building.texi (Debugger Operation): Mention GUD tooltips are
8199 disabled with GDB in text command mode.
8200
8cf51b2c
GM
82012005-05-16 Nick Roberts <nickrob@snap.net.nz>
8202
8203 * building.texi: Replace toolbar with "tool bar" for consistency.
8204 (Compilation Mode): Describe compilation-context-lines
8205 and use of arrow in compilation buffer.
8206 (Debugger Operation): Replace help text with variable's value.
8207
8208 * frames.texi (Tooltips): Replace toolbar with "tool bar" for
8209 consistency.
8210
82112005-05-15 Luc Teirlinck <teirllm@auburn.edu>
8212
8213 * major.texi (Choosing Modes): normal-mode processes the -*- line.
8214 Add xref.
8215
8cf51b2c
GM
82162005-05-14 Luc Teirlinck <teirllm@auburn.edu>
8217
8218 * basic.texi (Moving Point): Mention `M-g g' binding for `goto-line'.
8219 (Position Info): Delete discussion of `goto-line'. It is already
8220 described in `Moving point'.
8221
8222 * mini.texi (Completion Commands): Correct reference.
8223 (Completion Options): Fix typo.
8224
8225 * killing.texi (Deletion): Complete description of `C-x C-o'.
8226
8cf51b2c
GM
82272005-05-10 Richard M. Stallman <rms@gnu.org>
8228
8229 * building.texi (Compilation): Clarify recompile's directory choice.
8230
8231 * frames.texi (Tooltips): Cleanups.
8232
8233 * basic.texi (Arguments): Fix punctuation.
8234
82352005-05-09 Luc Teirlinck <teirllm@auburn.edu>
8236
8237 * screen.texi (Menu Bar): The up and down (not left and right)
8238 arrow keys move through a keyboard menu.
8239
82402005-05-08 Luc Teirlinck <teirllm@auburn.edu>
8241
8242 * basic.texi: Various typo and grammar fixes.
8243 (Moving Point): C-a now runs move-beginning-of-line.
8244
82452005-05-08 Nick Roberts <nickrob@snap.net.nz>
8246
8247 * building.texi (Debugger Operation): Describe gud-tooltip-echo-area.
8248
8249 * frames.texi (Tooltips): Describe help tooltips and GUD tooltips
8250 as different animals.
8251
82522005-05-07 Luc Teirlinck <teirllm@auburn.edu>
8253
8254 * frames.texi (Mouse References): Clarify `mouse-1-click-follows-link'.
8255 Correct index entry.
8256
82572005-05-07 Nick Roberts <nickrob@snap.net.nz>
8258
8259 * building.texi (Debugger Operation): Update to reflect changes
8260 in GUD tooltips.
8261
82622005-04-30 Richard M. Stallman <rms@gnu.org>
8263
8264 * files.texi (Compressed Files): Auto Compression normally enabled.
8265
8266 * building.texi (Debugger Operation): Clarify previous change.
8267
8cf51b2c
GM
82682005-04-28 Nick Roberts <nickrob@snap.net.nz>
8269
8270 * building.texi (Debugger Operation): Add description for
8271 GUD tooltips when program is not running.
8272
82732005-04-26 Luc Teirlinck <teirllm@auburn.edu>
8274
8275 * misc.texi (Shell): Add `Shell Prompts' to menu.
8276 (Shell Mode): Add xref to `Shell Prompts'. Clarify `C-c C-u'
8277 description. Delete remarks moved to new node.
8278 (Shell Prompts): New node.
8279 (History References): Replace remarks moved to `Shell Prompts'
8280 with xref to that node.
8281 (Remote Host): Clarify how to specify the terminal type when
8282 logging in to a different machine.
8283
82842005-04-26 Richard M. Stallman <rms@gnu.org>
8285
8286 * emacs.texi (Top): Update submenus from files.texi.
8287
8288 * files.texi (Filesets): Clarify previous change.
8289
8290 * dired.texi (Misc Dired Features): Clarify previous change.
8291
82922005-04-25 Chong Yidong <cyd@stupidchicken.com>
8293
8294 * ack.texi (Acknowledgments): Delete info about iso-acc.el.
8295
1c6c854e
CS
8296 * dired.texi (Misc Dired Features):
8297 Document dired-compare-directories.
8cf51b2c
GM
8298
8299 * files.texi (Filesets): New node.
8300 (File Conveniences): Document Image mode.
8301
8302 * text.texi (TeX Print): Document tex-compile.
8303
83042005-04-25 Luc Teirlinck <teirllm@auburn.edu>
8305
8306 * frames.texi (Tooltips): Tooltip mode is enabled by default.
8307 Delete redundant reference to tooltip Custom group. It is
8308 referred too again in the next paragraph.
8309
83102005-04-24 Richard M. Stallman <rms@gnu.org>
8311
8312 * ack.texi: Delete info about lazy-lock.el and fast-lock.el.
8313
8cf51b2c
GM
83142005-04-19 Kim F. Storm <storm@cua.dk>
8315
8316 * building.texi (Compilation Mode): Add M-g M-n and M-g M-p bindings.
8317
83182005-04-18 Lars Hansen <larsh@math.ku.dk>
8319
8320 * misc.texi (Saving Emacs Sessions): Add that "--no-desktop" now
8321 turns off desktop-save-mode.
8322
83232005-04-17 Luc Teirlinck <teirllm@auburn.edu>
8324
8325 * frames.texi (XTerm Mouse): Xterm Mouse mode is no longer enabled
8326 by default in terminals compatible with xterm. Mention that
8327 xterm-mouse-mode is a minor mode and put in pxref to Minor Modes
8328 node.
8329
8cf51b2c
GM
83302005-04-12 Luc Teirlinck <teirllm@auburn.edu>
8331
8332 * frames.texi (XTerm Mouse): Xterm Mouse mode is now enabled by default.
8333
c8763fb6 83342005-04-12 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
8335
8336 * xresources.texi (Table of Resources): Add cursorBlink.
8337
83382005-04-11 Luc Teirlinck <teirllm@auburn.edu>
8339
8340 * rmail.texi (Rmail Summary Edit): Explain numeric arguments to
8341 `d', `C-d' and `u'.
8342
83432005-04-11 Richard M. Stallman <rms@gnu.org>
8344
8345 * cmdargs.texi (Initial Options): -Q is now --quick, and does less.
8346 (Misc X): Add -D, --basic-display.
8347
8348 * maintaining.texi (Change Log): Correct the description of
8349 the example.
8350
8351 * major.texi (Choosing Modes): Document magic-mode-alist.
8352
8cf51b2c
GM
83532005-04-10 Luc Teirlinck <teirllm@auburn.edu>
8354
8355 * rmail.texi (Rmail Basics): Clarify description of `q' and `b'.
8356 (Rmail Deletion): `C-d' in RMAIL buffer does not accept a numeric arg.
8357 (Rmail Inbox): Give full name of `rmail-primary-inbox-list'.
8358 (Rmail Output): Clarify which statements apply to `o', `C-o' and
8359 `w', respectively.
8360 (Rmail Labels): Mention `l'.
8361 (Rmail Attributes): Correct pxref. Mention `stored' attribute.
8362 (Rmail Summary Edit): Describe `j' and RET.
8363
c8763fb6 83642005-04-10 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
8365
8366 * xresources.texi (Lucid Resources): Add fontSet resource.
8367
8cf51b2c
GM
83682005-04-09 Luc Teirlinck <teirllm@auburn.edu>
8369
8370 * display.texi (Useless Whitespace): `indicate-unused-lines' is
8371 now called `indicate-empty-lines'.
8372
83732005-04-06 Kim F. Storm <storm@cua.dk>
8374
8375 * cmdargs.texi (Initial Options): Add --bare-bones alias for -Q.
8376
83772005-04-04 Luc Teirlinck <teirllm@auburn.edu>
8378
8379 * dired.texi (Dired Visiting): `dired-view-command-alist' has been
8380 deleted.
8381 (Marks vs Flags): Add some convenient key bindings.
8382 (Hiding Subdirectories): Delete redundant and inaccurate sentence.
8383 (Misc Dired Features): Correct and expand description of `w' command.
8384
8385 * frames.texi (XTerm Mouse): Delete apparently false info.
8386 The GNU/Linux console currently does not appear to support
8387 `xterm-mouse-mode'.
8388
8cf51b2c
GM
83892005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
8390
8391 * calendar.texi (Diary): Mention shell utility `calendar'.
8392
83932005-04-01 Richard M. Stallman <rms@gnu.org>
8394
8395 * cmdargs.texi (Misc X): Explain horizontal scroll bars don't exist.
8396
8cf51b2c
GM
83972005-04-01 Lute Kamstra <lute@gnu.org>
8398
8399 * maintaining.texi (Change Log): add-change-log-entry uses
8400 add-log-mailing-address.
8401
84022005-03-31 Luc Teirlinck <teirllm@auburn.edu>
8403
8404 * files.texi (Reverting): Move `auto-revert-check-vc-info' to
8405 `VC Mode Line' and put in an xref to that node.
8406 (VC Mode Line): Move `auto-revert-check-vc-info' here and clarify
8407 its description.
8408
84092005-03-31 Paul Eggert <eggert@cs.ucla.edu>
8410
8411 * calendar.texi (Calendar Systems): Say that the Persian calendar
8412 implemented here is the arithmetical one championed by Birashk.
8413
84142005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
8415
8416 * programs.texi (Fortran Motion): Fix previous change.
8417
8cf51b2c
GM
84182005-03-29 Richard M. Stallman <rms@gnu.org>
8419
8420 * mule.texi (Single-Byte Character Support): Reinstall the C-x 8 info.
8421
84222005-03-29 Chong Yidong <cyd@stupidchicken.com>
8423
8424 * text.texi (Refill): Refer to Long Lines Mode.
8425 (Longlines): New node.
8426 (Auto Fill): Don't index "word wrap" here.
8427 (Filling): Add Longlines to menu.
8428
84292005-03-29 Richard M. Stallman <rms@gnu.org>
8430
8431 * xresources.texi: Minor fixes.
8432
8433 * misc.texi (Emacs Server): Fix Texinfo usage.
8434
8435 * emacs.texi (Top): Don't use a real section heading for
8436 "Detailed Node Listing". Fake it instead.
8437
8438 * basic.texi (Position Info): Minor cleanup.
8439
8440 * mule.texi (Input Methods): Minor cleanup.
8441
84422005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
8443
8444 * programs.texi (ForIndent Vars): `fortran-if-indent' does other
8445 constructs as well.
8446 (Fortran Motion): Add fortran-end-of-block, fortran-beginning-of-block.
8447
84482005-03-29 Kenichi Handa <handa@m17n.org>
8449
8450 * mule.texi (Input Methods): Refer to the command C-u C-x =.
8451
8452 * basic.texi (Position Info): Update the description about the
8453 command C-u C-x =.
8454
84552005-03-28 Richard M. Stallman <rms@gnu.org>
8456
8457 * emacs.texi (Top): Use @section for the detailed node listing.
8458
8459 * calendar.texi: Minor fixes to previous change.
8460
8461 * programs.texi (Fortran): Small fixes to previous changes.
8462
8463 * emacs.texi (Top): Update list of subnodes of Dired.
8464 Likewise for building.texi.
8465
8466 * files.texi (File Conveniences): Delete Auto Image File mode.
8467
84682005-03-28 Chong Yidong <cyd@stupidchicken.com>
8469
8470 * building.texi (Flymake): New node.
8471
8472 * custom.texi (Function Keys): Document kp- event types and
8473 keypad-setup package.
8474
8475 * dired.texi (Wdired): New node.
8476
8477 * files.texi (File Conveniences): Reorder entries.
8478 Explain how to turn on Auto-image-file mode.
8479 Document Thumbs mode.
8480
8481 * mule.texi (Specify Coding): Document recode-region and
8482 recode-file-name.
8483
8484 * programs.texi (Program Modes): Add Conf mode and DNS mode.
8485
84862005-03-27 Luc Teirlinck <teirllm@auburn.edu>
8487
8488 * commands.texi (Keys): M-o is now a prefix key.
8489
84902005-03-27 Glenn Morris <gmorris@ast.cam.ac.uk>
8491
8492 * programs.texi: Reformat and update copyright years.
8493 (Fortran): Update section.
8494
84952005-03-26 Luc Teirlinck <teirllm@auburn.edu>
8496
8497 * files.texi: Several small changes in addition to:
8498 (Visiting): Change xref for Dialog Boxes to ref.
8499 (Version Headers): Replace references to obsolete var
8500 `vc-header-alist' with `vc-BACKEND-header'.
8501 (Customizing VC): Update value of `vc-handled-backends'.
8502
85032005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
8504
8505 * emacs-xtra.texi (Advanced Calendar/Diary Usage): New section;
8506 move here from Emacs Lisp Reference Manual.
8507 * calendar.texi (Calendar/Diary, Diary Commands)
8508 (Special Diary Entries, Importing Diary): Change some xrefs to
8509 point to emacs-xtra rather than elisp.
8510
8511 * emacs-xtra.texi (Calendar Customizing):
8512 Move view-diary-entries-initially, view-calendar-holidays-initially,
8513 mark-diary-entries-in-calendar, mark-holidays-in-calendar to main
8514 Emacs Manual.
8515 (Appt Customizing): Merge entire section into main Emacs Manual.
8516 * calendar.texi (Holidays): Move view-calendar-holidays-initially,
8517 mark-holidays-in-calendar here from emacs-xtra.
8518 (Displaying the Diary): Move view-diary-entries-initially,
8519 mark-diary-entries-in-calendar here from emacs-xtra.
8520 (Appointments): Move appt-display-mode-line,
8521 appt-display-duration, appt-disp-window-function,
8522 appt-delete-window-function here from emacs-xtra.
8523
8524 * calendar.texi: Update and reformat copyright.
8525 Change all @xrefs to the non-printing emacs-xtra to @inforefs.
8526 (Calendar/Diary): Menu now only on Mouse-3, not C-Mouse-3.
8527 (Diary): Refer to `diary-file' rather than ~/diary.
8528 (Diary Commands): Rename node to "Displaying the Diary".
8529 * emacs.texi (Top): Rename "Diary Commands" section.
8530 * misc.texi (Hardcopy): Rename "Diary Commands" xref.
8531
85322005-03-26 Eli Zaretskii <eliz@gnu.org>
8533
8534 * misc.texi (Emacs Server): Fix the command for setting
8535 server-name. Add an xref to Invoking emacsclient.
8536
8537 * help.texi (Help Summary): Clarify when "C-h ." will do something
8538 nontrivial.
8539 (Apropos): Add cindex entry for apropos-sort-by-scores.
8540
8541 * display.texi (Text Display): Add index entries for how no-break
8542 characters are displayed.
8543
8cf51b2c
GM
85442005-03-26 Eli Zaretskii <eliz@gnu.org>
8545
8546 * files.texi (Visiting): Fix cross-references introduced with the
8547 last change.
8548
8549 * xresources.texi (GTK resources): Fix last change.
8550
8cf51b2c
GM
85512005-03-25 Chong Yidong <cyd@stupidchicken.com>
8552
8553 * xresources.texi (X Resources): GTK options documented too.
8554 (Resources): Clarify meaning of program name.
8555 (Table of Resources): Add visualClass.
8556 (GTK resources): Rewrite.
8557 (GTK widget names, GTK Names in Emacs, GTK styles): Cleanups.
8558
8559 * display.texi (Text Display): Mention non-breaking spaces.
8560
8561 * files.texi (Reverting): Document auto-revert-check-vc-info.
8562
8563 * frames.texi (Mouse Commands): Document
8564 x-mouse-click-focus-ignore-position and mouse-drag-copy-region.
8565
8566 * help.texi (Help Summary): Add `C-h .'.
8567 (Apropos): Apropos accepts a list of search terms.
8568 Document apropos-sort-by-scores.
8569 (Help Echo): Document display-local-help.
8570
8571 * misc.texi (Emacs Server): Document server-name.
8572 (Invoking emacsclient): Document -s option for server names.
8573
8574 * text.texi (Outline Visibility): Introduce "current heading
8575 line" (commands can be called with point on a body line).
8576 Re-order table to follow the sequence of discussion.
8577 hide-body won't hide lines before first header line.
8578 (TeX Mode): Add DocTeX mode.
8579
8cf51b2c
GM
85802005-03-24 Richard M. Stallman <rms@gnu.org>
8581
8582 * mule.texi (Single-Byte Character Support): Delete mention
8583 of iso-acc.el and iso-transl.el.
8584
8cf51b2c
GM
85852005-03-23 Lute Kamstra <lute@gnu.org>
8586
8587 * search.texi (Non-ASCII Isearch): Rename from Non-Ascii Isearch.
8588
85892005-03-23 Richard M. Stallman <rms@gnu.org>
8590
8cf51b2c
GM
8591 * search.texi: Delete explicit node pointers.
8592 (Incremental Search): New menu.
8593 (Basic Isearch, Repeat Isearch, Error in Isearch)
8594 (Non-Ascii Isearch, Isearch Yank, Highlight Isearch, Isearch Scroll)
8595 (Slow Isearch): New subnodes.
8596 (Configuring Scrolling): Node deleted.
8597 (Search Case): Doc default-case-fold-search.
8598 (Regexp Replace): Move replace-regexp doc here.
8599
8600 * rmail.texi (Movemail): Put commas inside closequotes.
8601
8602 * picture.texi (Insert in Picture): Document C-c arrow combos.
8603 (Basic Picture): Clarify erasure.
8604
8605 * display.texi (Font Lock): Put commas inside closequotes.
8606
8607 * cmdargs.texi (General Variables): Put commas inside closequotes.
8608
86092005-03-23 Nick Roberts <nickrob@snap.net.nz>
8610
8611 * building.texi (Stack Buffer): Mention reverse contrast for
8612 *selected* frame (might not be current frame).
8613
8cf51b2c
GM
86142005-03-21 Richard M. Stallman <rms@gnu.org>
8615
8616 * building.texi (Starting GUD): Add bashdb.
8617
86182005-03-20 Chong Yidong <cyd@stupidchicken.com>
8619
8620 * basic.texi (Moving Point): Add M-g M-g binding.
8621 (Undo): Document undo-only.
8622 (Position Info): Document M-g M-g and C-u M-g M-g.
8623
8624 * building.texi (Building): Put Grep Searching after Compilation
8625 Shell.
8626 (Compilation Mode): Document M-n, M-p, M-}, M-{, and C-c C-f bindings.
8627 Document next-error-highlight.
8628 (Grep Searching): Document grep-highlight-matches.
8629 (Lisp Eval): Typing C-x C-e twice prints integers specially.
8630
8631 * calendar.texi (Importing Diary): Rename node from iCalendar.
8632 Document diary-from-outlook.
8633
8634 * dired.texi (Misc Dired Features): Rename node from Misc Dired
8635 Commands.
8636 Mention effect of X drag and drop on Dired buffers.
8637
8638 * files.texi (Visiting): Document large-file-warning-threshold.
8639 Move paragraph on file-selection dialog.
8640 Mention visiting files using X drag and drop.
8641 (Reverting): Mention using Auto-Revert mode to tail files.
8642 Document auto-revert-tail-mode.
8643 (Version Systems): Minor correction.
8644 (Comparing Files): Diff-mode is no longer based on Compilation
8645 mode.
8646 Document compare-ignore-whitespace.
8647 (Misc File Ops): Explain passing a directory to rename-file.
8648 Likewise for copy-file and make-symbolic-link.
8649
8650 * frames.texi (Wheeled Mice): Mouse wheel support on by default.
8651 Document mouse-wheel-progressive speed.
8652
8653 * help.texi (Misc Help): Document numeric argument for C-h i.
8654 Correctly explain the effect of just C-u as argument.
8655
8656 * killing.texi (Deletion): Document numeric argument for
8657 just-one-space.
8658
8659 * mini.texi (Completion): Completion acts on text before point.
8660
8661 * misc.texi (Saving Emacs Sessions): Document desktop-restore-eager.
8662 (Emulation): CUA mode replaces pc-bindings-mode,
8663 pc-selection-mode, and s-region.
8664
8665 * mule.texi (Input Methods): Leim is now built-in.
8666 (Select Input Method): Document quail-show-key.
8667 (Specify Coding): Document revert-buffer-with-coding-system.
8668
8669 * programs.texi (Fortran Motion): Document f90-next-statement,
8670 f90-previous-statement, f90-next-block, f90-previous-block,
8671 f90-end-of-block, and f90-beginning-of-block.
8672
8673 * text.texi (Format Faces): Replace old M-g key prefix with M-o.
8674
8675 * emacs.texi (Acknowledgments): Updated.
8676
8677 * anti.texi: Total rewrite.
8678
8cf51b2c
GM
86792005-03-19 Chong Yidong <cyd@stupidchicken.com>
8680
8681 * ack.texi (Acknowledgments): Update.
8682
86832005-03-19 Eli Zaretskii <eliz@gnu.org>
8684
1c6c854e
CS
8685 * anti.texi (Antinews): Refer to Emacs 21.4, not 21.3.
8686 Update copyright years.
8cf51b2c
GM
8687
86882005-03-14 Nick Roberts <nickrob@snap.net.nz>
8689
8690 * building.texi (Commands of GUD): Move paragraph on setting
8691 breakpoints with mouse to the GDB Graphical Interface node.
8692
86932005-03-07 Richard M. Stallman <rms@gnu.org>
8694
8cf51b2c
GM
8695 * misc.texi (Single Shell, Shell Options): Fix previous change.
8696
8697 * building.texi (Debugger Operation): Update GUD tooltip enable info.
8698
86992005-03-06 Richard M. Stallman <rms@gnu.org>
8700
8701 * building.texi (Starting GUD): Don't explain text vs graphical
8702 GDB here. Just mention it and xref.
8703 Delete "just one debugger process".
8704 (Debugger Operation): Move GUD tooltip info here.
8705 (GUD Tooltips): Node deleted.
8706 (GDB Graphical Interface): Explain the two GDB modes here.
8707
8cf51b2c
GM
8708 * sending.texi (Sending Mail): Minor cleanup.
8709 (Mail Aliases): Explain quoting conventions.
8710 Update key rebinding example.
8711 (Header Editing): C-M-i is like M-TAB.
8712 (Mail Mode Misc): mail-attach-file does not do MIME.
8713
8714 * rmail.texi (Rmail Inbox): Move text from Remote Mailboxes
8715 that really belongs here.
8716 (Remote Mailboxes): Text moved to Rmail Inbox.
8717 (Rmail Display): Mention Mouse-1.
8718 (Movemail): Clarify two movemail versions.
8719 Clarify rmail-movemail-program.
8720
8cf51b2c
GM
8721 * misc.texi (Single Shell): Replace uudecode example with gpg example.
8722 Document async shell commands.
8723 (Shell History): Clarify.
8724 (Shell Ring): Mention C-UP an C-DOWN.
8725 (Shell Options): Add comint-prompt-read-only.
8726 (Invoking emacsclient): Set EDITOR to run Emacs.
8727 (Sorting): No need to explain what region is.
8728 (Saving Emacs Sessions): Fix typo.
8729 (Recursive Edit): Fix punctuation.
8730 (Emulation): Don't mention "PC bindings" which are standard.
8731 (Hyperlinking): Explain Mouse-1 convention here.
8732 (Find Func): Node deleted.
8733
8cf51b2c
GM
8734 * help.texi (Name Help): Xref to Hyperlinking.
8735
8736 * glossary.texi (Glossary):
8737 Rename "Balance Parentheses" to "Balancing...".
8738 Add "Byte Compilation". Correct "Copyleft".
8739 New xref in "Customization".
8740 Clarify "Current Line", "Echoing", "Fringe", "Frame", "Speedbar".
8741 Add "Graphical Terminal" "Keybinding", "Margin", "Window System".
8742 Rename "Registers" to "Register".
8743 Replace "Selecting" with "Selected Frame",
8744 "Selected Window", and "Selecting a Buffer".
8745
8746 * files.texi (Types of Log File): Explain how projects'
8747 methods can vary.
8748
8cf51b2c
GM
8749 * display.texi (Faces): Delete "Emacs 21".
8750
8751 * custom.texi (Changing a Variable): C-M-i like M-TAB.
8752 * fixit.texi (Spelling): C-M-i like M-TAB.
8753 * mini.texi (Completion Options): C-M-i like M-TAB.
8754 * programs.texi (Symbol Completion): C-M-i like M-TAB.
8755 * text.texi (Text Mode): C-M-i like M-TAB.
8756
8757 * commands.texi (Keys): Mention F1 and F2 in list of prefixes.
8758
8759 * calendar.texi (Specified Dates): Mention `g w'.
8760 (Appointments): appt-activate toggles with no arg.
8761
8cf51b2c
GM
87622005-03-05 Juri Linkov <juri@jurta.org>
8763
8764 * cmdargs.texi (Emacs Invocation): Add cindex
c4cc8b9a 8765 "invocation (command line arguments)".
8cf51b2c
GM
8766 (Misc X): Add -nbc, --no-blinking-cursor.
8767
87682005-03-04 Ulf Jasper <ulf.jasper@web.de>
8769
8770 * calendar.texi (iCalendar): No need to require it now.
8771
8cf51b2c
GM
87722005-03-03 Nick Roberts <nickrob@snap.net.nz>
8773
8774 * trouble.texi (Contributing): Mention Savannah. Direct users to
8775 emacs-devel.
8776
87772005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
8778
8779 * calendar.texi (Adding to Diary): Mention redrawing of calendar
8780 window.
8781
8cf51b2c
GM
87822005-02-27 Richard M. Stallman <rms@gnu.org>
8783
8784 * building.texi (Compilation): Update mode line status info.
8785
87862005-02-27 Matt Hodges <MPHodges@member.fsf.org>
8787
8788 * calendar.texi (General Calendar): Document binding of
8789 scroll-other-window-down.
8790 (Mayan Calendar): Fix earliest date.
8791 (Time Intervals): Document timeclock-change.
8792 Fix timeclock-ask-before-exiting documentation.
8793
87942005-02-26 Kim F. Storm <storm@cua.dk>
8795
8796 * frames.texi (Mouse References):
8797 Add mouse-1-click-in-non-selected-windows.
8798
87992005-02-25 Richard M. Stallman <rms@gnu.org>
8800
8801 * screen.texi (Screen): Explain better about cursors and mode lines;
8802 don't presuppose text terminals.
8803 (Point): Don't assume just one cursor.
8804 Clarify explanation of cursors.
8805 (Echo Area, Menu Bar): Cleanups.
8806
8807 * mini.texi (Minibuffer): Prompts are highlighted.
8808 (Minibuffer Edit): Newline = C-j only on text terminals.
8809 Clarify resize-mini-windows values.
8810 Mention M-PAGEUP and M-PAGEDOWN.
8811 (Completion Commands): Mouse-1 like Mouse-2.
8812 (Minibuffer History): Explain history commands better.
8813 (Repetition): Add xref to Incremental Search.
8814
8815 * mark.texi (Setting Mark): Clarify info about displaying mark.
8816 Clarify explanation of C-@ and C-SPC.
8817 (Transient Mark): Mention Delete Selection mode.
8818 (Marking Objects): Clean up text about extending the region.
8819
8820 * m-x.texi (M-x): One C-g doesn't always go to top level.
8821 No delay before suggest-key-bindings output.
8822
8823 * fixit.texi (Fixit): Mention C-/ for undo.
8824 (Spelling): Mention ESC TAB like M-TAB.
8825 Replacement words with r and R are rechecked.
8826 Say where C-g leaves point. Mention ? as input.
8827
88282005-02-23 Lute Kamstra <lute@gnu.org>
8829
8830 * cmdargs.texi (Initial Options): Add cross reference.
8831
8cf51b2c
GM
88322005-02-16 Luc Teirlinck <teirllm@auburn.edu>
8833
8834 * emacs.texi (Top): Update menu for splitting of node in
8835 msdog.texi.
8836 * frames.texi (Frames): Update xref for splitting of node in
8837 msdog.texi.
8838 * trouble.texi (Quitting): Ditto.
8839
88402005-02-16 Richard M. Stallman <rms@gnu.org>
8841
8842 * windows.texi (Split Window): Simplify line truncation info
8843 and xref to Display Custom.
8844
8845 * trouble.texi (Quitting): Emergency escape only for text terminal.
8846 (Screen Garbled): C-l for ungarbling is only for text terminal.
8847
8848 * text.texi (Text Mode): ESC TAB alternative for M-TAB.
8849
8850 * sending.texi (Header Editing): ESC TAB alternative for M-TAB.
8851
8852 * programs.texi (Program Modes): Mention Python mode.
8853 (Moving by Defuns): Repeating C-M-h extends region.
8854 (Basic Indent): Clarify.
8855 (Custom C Indent): Clarify.
8856 (Expressions): Repeating C-M-@ extends region.
8857 (Info Lookup): Clarify for C-h S.
8858 (Symbol Completion): ESC TAB alternative for M-TAB.
8859 (Electric C): Clarify.
8860
8861 * emacs.texi (Top): Update display.texi and frames.texi submenu data.
8862
8863 * msdog.texi (MS-DOS Keyboard, MS-DOS Mouse): Split from
8864 MS-DOS Input node.
8865 (MS-DOS Keyboard): Start with explaining DEL and BREAK.
8866 (MS-DOS and MULE): Clarify.
8867 (MS-DOS Processes, Windows Processes): Fix typos.
8868
8869 * major.texi (Choosing Modes): Clarify.
8870
8871 * kmacro.texi (Basic Keyboard Macro): Doc F3, F4.
8872 (Keyboard Macro Step-Edit): Clarify.
8873
8874 * indent.texi (Indentation): Clarifications.
8875
8876 * help.texi (Help): Correct error about C-h in query-replace.
8877 Clarify apropos vs C-h a. Fix how to search in FAQ.
8878 (Key Help): Describe C-h w here.
8879 (Name Help): Minor cleanup. C-h w moved to Key Help.
8880 Clarify the "object" joke.
8881 (Apropos): Clarify. Mouse-1 like Mouse-2.
8882 (Help Mode): Mouse-1 like Mouse-2.
8883
8884 * fixit.texi (Spelling): Mention ESC TAB as alt. for M-TAB.
8885
8886 * display.texi (Display): Reorder menu.
8887 (Faces): Cleanup.
8888 (Font Lock): Cleanup. Mention Options menu.
8889 Delete obsolete text.
8890 (Scrolling): For C-l, don't presume text terminal.
8891 (Horizontal Scrolling): Simplify intro.
8892 (Follow Mode): Clarify.
1c6c854e 8893 (Cursor Display): Move before Display Custom.
8cf51b2c
GM
8894 (Display Custom): Explain no-redraw-on-reenter is for text terminals.
8895 Doc default-tab-width. Doc line truncation more thoroughly.
8896
8897 * dired.texi (Dired Enter): C-x C-f can run Dired.
8898 (Dired Visiting): Comment out `a' command.
8899 Mouse-1 is like Mouse-2.
8900 (Shell Commands in Dired): ? can be used more than once.
8901
8902 * basic.texi (Continuation Lines): Simplify description of truncation,
8903 and refer to Display Custom for the rest of it.
8904
8cf51b2c
GM
89052005-02-06 Lute Kamstra <lute@gnu.org>
8906
8907 * basic.texi (Undo): Fix typo.
8908
8909 * cmdargs.texi (Emacs Invocation): Fix typo.
8910
8911 * custom.texi (Init Examples): Fix typo.
8912
8913 * abbrevs.texi (Expanding Abbrevs): Fix typo.
8914
89152005-02-06 Richard M. Stallman <rms@gnu.org>
8916
8917 * regs.texi (Registers): Registers can hold numbers, too.
8918
8919 * killing.texi (Other Kill Commands): Cleanup.
8920 Delete redundant explanation of kill in read-only buffer.
8921 (Yanking): Mention term "copying".
8922 (Accumulating Text): Fix typo.
8923
8924 * entering.texi (Entering Emacs): Update rationale at start.
8925 (Exiting): Treat iconifying on a par with suspension.
8926
8927 * custom.texi (Minor Modes): Fix typo.
8928 (Easy Customization): Fix menu style.
8929 (Variables): Add xref.
8930 (Examining): Setting for future sessions works through .emacs.
8931 (Keymaps): "Text terminals", not "Many".
8932 (Init Rebinding): Explain \C-. Show example of \M-.
8933 Fix minor wording errors.
8934 (Function Keys): Explain vector syntax just once.
8935 (Named ASCII Chars): Clarify history of TAB/C-i connection.
8936 (Init File): Mention .emacs.d directory.
8937 (Init Examples): Add xref.
8938 (Find Init): Mention .emacs.d directory.
8939
8940 * cmdargs.texi (Emacs Invocation): +LINENUM is also an option.
8941 (Action Arguments): Explain which kinds of -l args are found how.
8942 (Initial Options): --batch does not inhibit site-start.
8943 Add xrefs.
8944 (Command Example): Use --batch, not -batch.
8945
8946 * basic.texi (Inserting Text): Cleanup wording.
8947 (Moving Point): Doc PRIOR, PAGEUP, NEXT, PAGEDOWN more systematically.
8948 C-n is not error at end of buffer.
8949 (Undo): Doc C-/ like C-_. Add xrefs.
8950 (Arguments): META key may be labeled ALT.
8951 Peculiar arg meanings are explained in doc strings.
8952
8953 * abbrevs.texi (Expanding Abbrevs): Clarify.
8954
89552005-02-05 Eli Zaretskii <eliz@gnu.org>
8956
8957 * frames.texi (Frame Parameters): Add an xref to the description
8958 of list-colors-display. Add a pointer to the X docs about colors.
8959
8960 * cmdargs.texi (Colors): Mention 16-, 88- and 256-color modes.
10d1d0af 8961 Improve docs of list-colors-display.
8cf51b2c
GM
8962
89632005-02-03 Lute Kamstra <lute@gnu.org>
8964
8965 * frames.texi (Frames, Drag and Drop): Fix typos.
8966
89672005-02-03 Richard M. Stallman <rms@gnu.org>
8968
8969 * windows.texi (Basic Window): Mention color-change in mode line.
8970 (Change Window): Explain dragging vertical boundaries.
8971
8972 * text.texi (Sentences): Clarify.
8973 (Paragraphs): Explain M-a and blank lines.
8974 (Outline Mode): Clarify text and menu.
8975 (Hard and Soft Newlines): Mention use-hard-newlines.
8976
8977 * frames.texi (Frames): Delete unnecessary mention of Windows.
8978 (Mouse Commands): Likewise. Mention xterm mouse support.
8979 (Clipboard): Clarify.
8980 (Mouse References): Mention use of Mouse-1 for following links.
8981 (Menu Mouse Clicks): Clarify.
8982 (Mode Line Mouse): Clarify.
8983 (Drag and Drop): Rewrite.
8984
8985 * fixit.texi (Spelling): Fix typo.
8986
8987 * files.texi (File Names): Clarify.
8988 (Visiting): Update conditions for use of file dialog. Clarify.
8989 (Saving): Doc d as answer in save-some-buffers.
8990 (Remote Files): Clean up the text.
8991
8992 * dired.texi (Misc Dired Commands): Delete dired-marked-files.
8993
8994 * buffers.texi (Select Buffer): Doc next-buffer and prev-buffer.
8995 (List Buffers): Clarify.
8996 (Several Buffers): Doc T command.
8997 (Buffer Convenience): Clarify menu.
8998
8999 * basic.texi (Undo): Clarify last change.
9000
90012005-02-02 Matt Hodges <MPHodges@member.fsf.org>
9002
9003 * fixit.texi (Spelling): Fix typo.
9004
90052005-02-01 Luc Teirlinck <teirllm@auburn.edu>
9006
9007 * basic.texi (Undo): Update description of `undo-outer-limit'.
9008
90092005-02-01 Nick Roberts <nickrob@snap.net.nz>
9010
9011 * building.texi: Update documentation relating to GDB Graphical
9012 Interface.
9013
90142005-01-30 Luc Teirlinck <teirllm@auburn.edu>
9015
9016 * custom.texi (Easy Customization): Adapt menu to node name change.
9017
90182005-01-30 Richard M. Stallman <rms@gnu.org>
9019
9020 * custom.texi (Easy Customization): Defn of "User Option" now
9021 includes faces. Don't say just "option" when talking about variables.
9022 Do say just "options" to mean "anything customizable".
9023 (Specific Customization): Describe `customize-variable',
9024 not `customize-option'.
9025
9026 * glossary.texi (Glossary) <Faces>: Add xref.
9027 <User Option>: Change definition--include faces. Change xref.
9028
9029 * picture.texi (Picture): Mention artist.el.
9030
9031 * sending.texi, screen.texi, programs.texi, misc.texi:
9032 * mini.texi, major.texi, maintaining.texi, macos.texi:
9033 * help.texi, frames.texi, files.texi:
9034 Don't say just "option" when talking about variables.
9035
9036 * display.texi, mule.texi: Don't say just "option" when talking
9037 about variables. Other minor cleanups.
9038
8cf51b2c
GM
90392005-01-26 Lute Kamstra <lute@gnu.org>
9040
9041 * cmdargs.texi (Initial Options): Add a cross reference to `Init
9042 File'. Mention the `-Q' option at the `--no-site-file' option.
9043
8cf51b2c
GM
90442005-01-22 David Kastrup <dak@gnu.org>
9045
9046 * building.texi (Grep Searching): Mention alias `find-grep' for
9047 `grep-find'.
9048
90492005-01-20 Richard M. Stallman <rms@gnu.org>
9050
9051 * calendar.texi (Time Intervals): Delete special stuff for MS-DOS.
9052
8cf51b2c
GM
90532005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
9054
9055 * rmail.texi (Movemail): Explain differences
9056 between standard and mailutils versions of movemail.
9057 Describe command line and configuration options introduced
9058 with the latter.
9059 Explain the notion of mailbox URL, provide examples and
9060 cross-references to mailutils documentation.
9061 Describe various methods of specifying mailbox names,
9062 user names and user passwords for rmail.
1c6c854e
CS
9063 (Remote Mailboxes): New section.
9064 Describe how movemail handles remote mailboxes. Describe configuration
8cf51b2c
GM
9065 options used to control its behavior.
9066 (Other Mailbox Formats): Explain handling of various mailbox
9067 formats.
9068
90692005-01-13 Richard M. Stallman <rms@gnu.org>
9070
9071 * commands.texi (Commands): Clarification.
9072
90732005-01-11 Richard M. Stallman <rms@gnu.org>
9074
9075 * programs.texi (Multi-line Indent): Fix previous change.
9076 (Fortran Autofill): Simplify description of fortran-auto-fill-mode.
9077
8cf51b2c
GM
90782005-01-08 Richard M. Stallman <rms@gnu.org>
9079
9080 * display.texi (Faces): isearch-lazy-highlight-face renamed to
9081 lazy-highlight.
9082
9083 * search.texi (Query Replace): Mention faces query-replace
9084 and lazy-highlight.
9085 (Incremental Search): Update isearch highlighting info.
9086
8cf51b2c
GM
90872005-01-04 Richard M. Stallman <rms@gnu.org>
9088
9089 * custom.texi (Saving Customizations): Minor improvement.
9090
8cf51b2c
GM
90912005-01-03 Luc Teirlinck <teirllm@auburn.edu>
9092
9093 * custom.texi (Saving Customizations): Emacs no longer loads
9094 `custom-file' after .emacs. No longer mention customizing through
9095 Custom.
9096
8cf51b2c
GM
90972005-01-01 Andreas Schwab <schwab@suse.de>
9098
9099 * killing.texi (Graphical Kill): Move up under node Killing,
9100 change @section to @subsection.
9101
91022005-01-01 Richard M. Stallman <rms@gnu.org>
9103
9104 * custom.texi (Face Customization): Mention hex color specs.
9105
9106 * emacs.texi (Top): Update Killing submenu.
9107
9108 * killing.texi (Killing): Reorganize section.
9109 No more TeX-only text; put the node command at start of chapter.
9110 But the first section heading is used only in TeX.
9111 Rewrite the text to read better in this mode.
9112 (Graphical Kill): New subnode gets some of the text that
9113 used to be in the first section.
9114
91152004-12-31 Richard M. Stallman <rms@gnu.org>
9116
9117 * dired.texi (Shell Commands in Dired): Delete the ? example.
9118
9119 * display.texi (Scrolling): Correct scroll-preserve-screen-position.
9120
9121 * files.texi (Saving): Describe new require-final-newline features
9122 and mode-require-final-newline.
9123
8cf51b2c
GM
91242004-12-29 Richard M. Stallman <rms@gnu.org>
9125
9126 * custom.texi (File Variables): Clarify previous change.
9127
c8763fb6 91282004-12-27 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
9129
9130 * frames.texi (Dialog Boxes): Mention Gtk+ 2.6 also, as that version is
9131 out now.
9132
91332004-12-27 Richard M. Stallman <rms@gnu.org>
9134
9135 * Makefile.in (MAKEINFO): Specify --force.
9136
9137 * basic.texi (Moving Point): C-e now runs move-end-of-line.
9138 (Undo): Doc undo-outer-limit.
9139
8cf51b2c
GM
91402004-12-15 Juri Linkov <juri@jurta.org>
9141
9142 * mark.texi (Transient Mark, Mark Ring): M-< and other
9143 movement commands don't set mark in Transient Mark mode
9144 if mark is active.
9145
8cf51b2c
GM
91462004-12-12 Juri Linkov <juri@jurta.org>
9147
9148 * misc.texi (FFAP): Add C-x C-r, C-x C-v, C-x C-d,
9149 C-x 4 r, C-x 4 d, C-x 5 r, C-x 5 d.
9150
9151 * dired.texi (Dired Navigation): Add @r{(Dired)} to M-g.
9152 (Misc Dired Commands): Add @r{(Dired)} to w.
9153
91542004-12-12 Juri Linkov <juri@jurta.org>
9155
9156 * mark.texi (Marking Objects): Marking commands also extend the
9157 region when mark is active in Transient Mark mode.
9158
8cf51b2c
GM
91592004-12-08 Luc Teirlinck <teirllm@auburn.edu>
9160
9161 * custom.texi (Saving Customizations): Emacs only loads the custom
9162 file automatically after the init file in version 22.1 or later.
9163 Adapt text and examples to this fact.
9164
8cf51b2c
GM
91652004-12-07 Luc Teirlinck <teirllm@auburn.edu>
9166
9167 * frames.texi (Scroll Bars): The option `scroll-bar-mode' has to
9168 be set through Custom. Otherwise, it has no effect.
9169
8cf51b2c
GM
91702004-12-05 Richard M. Stallman <rms@gnu.org>
9171
9172 * cmdargs.texi, doclicense.texi, xresources.texi, emacs.texi:
9173 * entering.texi: Rename Command Line to Emacs Invocation.
9174
10d1d0af 9175 * misc.texi (Term Mode): Correctly describe C-c.
8cf51b2c
GM
9176
9177 * custom.texi (Easy Customization): Move up to section level,
9178 before Variables. Avoid using the term "variable"; say "option".
9179 New initial explanation.
9180 (Variables): In initial explanation, connect "variable" to the
9181 already-explained "user option".
9182
9183 * emacs.texi (Top): Fix ref to Command Line.
9184 Move reference to Easy Customization.
9185
9186 * xresources.texi (X Resources): Fix From link.
9187
9188 * doclicense.texi (GNU Free Documentation License): Fix To link.
9189
9190 * entering.texi (Entering Emacs): Fix xref, now to Command Line.
9191
9192 * cmdargs.texi (Command Line): Node renamed from Command Arguments.
9193
91942004-12-03 Richard M. Stallman <rms@gnu.org>
9195
9196 * cmdargs.texi (Initial Options): Clarify batch mode i/o.
9197
91982004-12-01 Luc Teirlinck <teirllm@auburn.edu>
9199
9200 * kmacro.texi: Several small changes in addition to the following.
9201 (Keyboard Macro Ring): Describe behavior of `C-x C-k C-k' when
9202 defining a keyboard macro.
9203 Mention `kmacro-ring-max'.
9204 (Keyboard Macro Counter): Clarify description of
9205 `kmacro-insert-counter', `kmacro-set-counter',
9206 `kmacro-add-counter' and `kmacro-set-format'.
9207
92082004-11-29 Reiner Steib <Reiner.Steib@gmx.de>
9209
9210 * custom.texi (File Variables): Add `unibyte' and make it more
9211 clear that `unibyte' and `coding' are special. Suggested by Simon
9212 Krahnke <overlord@gmx.li>.
9213
9214 * mule.texi (Enabling Multibyte): Refer to File Variables.
9215 Suggested by Simon Krahnke <overlord@gmx.li>.
9216
c8763fb6 92172004-11-26 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
9218
9219 * frames.texi (Dialog Boxes): Rename use-old-gtk-file-dialog to
9220 x-use-old-gtk-file-dialog.
9221
8cf51b2c
GM
92222004-11-20 Richard M. Stallman <rms@gnu.org>
9223
9224 * text.texi (Fill Prefix): M-q doesn't apply fill prefix to first line.
9225
92262004-11-09 Lars Brinkhoff <lars@nocrew.org>
9227
9228 * building.texi (Lisp Eval): Delete hyphen in section name.
9229
92302004-11-19 Thien-Thi Nguyen <ttn@gnu.org>
9231
9232 * files.texi (Old Versions):
9233 No longer document annotation as "CVS only".
9234
92352004-11-10 Andre Spiegel <spiegel@gnu.org>
9236
9237 * files.texi (Version Control): Rewrite the introduction about
1c6c854e
CS
9238 version systems, mentioning the new ones that we support.
9239 Thanks to Alex Ott, Karl Fogel, Stefan Monnier, and David Kastrup for
8cf51b2c
GM
9240 suggestions.
9241
c8763fb6 92422004-11-03 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c 9243
49823426 9244 * frames.texi (Dialog Boxes): Replace non-nil with non-@code{nil}.
8cf51b2c 9245
c8763fb6 92462004-11-02 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
9247
9248 * frames.texi (Dialog Boxes): Document use-old-gtk-file-dialog.
9249
92502004-10-23 Eli Zaretskii <eliz@gnu.org>
9251
9252 * text.texi (Text Based Tables, Table Definition)
9253 (Table Creation, Table Recognition, Cell Commands)
9254 (Cell Justification, Row Commands, Column Commands)
9255 (Fixed Width Mode, Table Conversion, Measuring Tables)
9256 (Table Misc): New nodes, documenting the Table Mode.
9257
8cf51b2c
GM
92582004-10-19 Jason Rumney <jasonr@gnu.org>
9259
9260 * makefile.w32-in (info): Change order of arguments to makeinfo.
9261
92622004-10-19 Ulf Jasper <ulf.jasper@web.de>
9263
9264 * calendar.texi (iCalendar): Update for package changes.
9265
8cf51b2c
GM
92662004-10-09 Luc Teirlinck <teirllm@auburn.edu>
9267
9268 * files.texi (Misc File Ops): View mode is a minor mode.
9269
8cf51b2c
GM
92702004-10-08 Glenn Morris <gmorris@ast.cam.ac.uk>
9271
9272 * calendar.texi (iCalendar): Style changes.
9273
92742004-10-07 Luc Teirlinck <teirllm@auburn.edu>
9275
9276 * search.texi (Regexps): The regexp described in the example is no
9277 longer stored in the variable `sentence-end'.
9278
8cf51b2c
GM
92792004-10-06 Nick Roberts <nickrob@snap.net.nz>
9280
9281 * building.texi (Starting GUD): Note that multiple debugging
9282 sessions requires `gdb --fullname'.
9283
92842004-10-05 Ulf Jasper <ulf.jasper@web.de>
9285
9286 * calendar.texi (iCalendar): New section for a new package.
9287
8cf51b2c
GM
92882004-10-05 Luc Teirlinck <teirllm@auburn.edu>
9289
9290 * text.texi: Various small changes in addition to the following.
9291 (Text): Replace xref for autotype with inforef.
9292 (Sentences): Explain nil value for `sentence-end'.
9293 (Paragraphs): Update default values for `paragraph-start' and
9294 `paragraph-separate'.
9295 (Text Mode): Correct description of Text mode's effect on the
9296 syntax table.
9297 (Outline Visibility): `hide-other' does not hide top level headings.
9298 `selective-display-ellipses' no longer has an effect on Outline mode.
9299 (TeX Misc): Add missing @cindex.
9300 Replace xref for RefTeX with inforef.
9301 (Requesting Formatted Text): The variable
9302 `enriched-fill-after-visiting' no longer exists.
9303 (Editing Format Info): Update names of menu items and commands.
9304 (Format Faces): Mention special effect of specifying the default face.
9305 Describe inheritance of text properties.
9306 Correct description of `fixed' face.
9307 (Format Indentation): Correct description of effect of setting
9308 margins. Mention `set-left-margin' and `set-right-margin'.
9309 (Format Justification): Update names of menu items.
9310 `set-justification-full' is now bound to `M-j b'.
9311 Mention that `default-justification' is a per buffer variable.
9312 (Format Properties): Update name of menu item.
9313 (Forcing Enriched Mode): `format-decode-buffer' automatically
9314 turns on Enriched mode if the buffer is in text/enriched format.
9315
93162004-10-05 Emilio C. Lopes <eclig@gmx.net>
9317
9318 * calendar.texi (From Other Calendar): Add calendar-goto-iso-week.
9319
93202004-09-28 Kim F. Storm <storm@cua.dk>
9321
9322 * display.texi (Display Custom) <indicate-buffer-boundaries>:
9323 Align with new functionality.
9324
8cf51b2c
GM
93252004-09-22 Luc Teirlinck <teirllm@auburn.edu>
9326
9327 * display.texi (Display Custom): Remove stray `@end defvar'.
9328
93292004-09-23 Kim F. Storm <storm@cua.dk>
9330
9331 * display.texi (Display Custom): Add `overflow-newline-into-fringe',
9332 `indicate-buffer-boundaries' and `default-indicate-buffer-boundaries'.
9333
8cf51b2c
GM
93342004-09-20 Richard M. Stallman <rms@gnu.org>
9335
9336 * custom.texi (Hooks): Explain using setq to clear out a hook.
9337 (File Variables): Explain multiline string constants.
9338 (Non-ASCII Rebinding): Explain when you need to update
9339 non-ASCII char codes in .emacs.
9340
9341 * building.texi (Compilation): Explain how to make a silent
9342 subprocess that won't be terminated. Explain compilation-environment.
9343
93442004-09-13 Kim F. Storm <storm@cua.dk>
9345
9346 * mini.texi (Repetition): Rename isearch-resume-enabled to
9347 isearch-resume-in-command-history and change default to disabled.
9348
8cf51b2c
GM
93492004-09-09 Kim F. Storm <storm@cua.dk>
9350
9351 * kmacro.texi (Save Keyboard Macro): Replace `name-last-kbd-macro'
9352 with new `kmacro-name-last-macro'.
9353
8cf51b2c
GM
93542004-09-08 Juri Linkov <juri@jurta.org>
9355
9356 * mini.texi (Minibuffer History): Add `history-delete-duplicates'.
9357
8cf51b2c
GM
93582004-09-03 Juri Linkov <juri@jurta.org>
9359
9360 * search.texi (Incremental Search): Update wording for M-%.
9361
93622004-09-02 Luc Teirlinck <teirllm@auburn.edu>
9363
9364 * killing.texi (Killing): Correct description of kill commands in
9365 read-only buffer.
9366
93672004-09-02 Teodor Zlatanov <tzz@lifelogs.com>
9368
9369 * building.texi (Compilation Mode): Add a paragraph about rules
9370 for finding the compilation buffer for `next-error'.
9371
9372 * search.texi (Other Repeating Search): Mention that Occur mode
9373 supports the next-error functionality.
9374
93752004-09-02 Juri Linkov <juri@jurta.org>
9376
9377 * search.texi (Regexp Replace): Add missing backslash to \footnote.
9378
93792004-08-31 Luc Teirlinck <teirllm@auburn.edu>
9380
9381 * kmacro.texi (Basic Keyboard Macro):
9382 `apply-macro-to-region-lines' now operates on all lines that begin
9383 in the region, rather than on all complete lines in the region.
9384
c8763fb6 93852004-08-31 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
9386
9387 * frames.texi (Drag and drop): Add documentation about
9388 x-dnd-test-function and x-dnd-known-types.
9389
93902004-08-30 Luc Teirlinck <teirllm@auburn.edu>
9391
9392 * indent.texi: Various minor changes in addition to:
9393 (Indentation Commands): Correct description of `indent-relative'.
9394 (Tab Stops): <TAB> is no longer bound to `tab-to-tab-stop' in Text
9395 mode. The *Tab Stops* buffer uses Overwrite Mode.
9396 (Just Spaces): `tabify' converts sequences of at least two spaces
9397 to tabs.
9398
8cf51b2c
GM
93992004-08-27 Luc Teirlinck <teirllm@auburn.edu>
9400
9401 * frames.texi (Secondary Selection): Setting the secondary
9402 selection with M-Drag-Mouse-1 does not alter the kill ring,
9403 setting it with M-Mouse-1 and M-Mouse-3 does.
9404 (Mode Line Mouse): C-Mouse-2 on scroll bar now also works for
9405 toolkit scroll bars.
9406 (Scroll Bars): Ditto.
9407
9408 * windows.texi (Basic Window): When using a window system, the value
9409 of point in a non-selected window is indicated by a hollow box.
9410 (Split Window): Side by side windows are separated by a scroll bar,
9411 if scroll bars are used.
9412 C-Mouse-2 on scroll bar now also works for toolkit scroll bars.
9413 (Change Window): Correct Mouse-2 vs Mouse-3 mess-up.
9414 (Window Convenience): Update bindings for `winner-undo' and
9415 `winner-redo'.
9416
9417 * ack.texi (Acknowledgments): Use `@unnumbered'.
d0207bf3 9418 * misc.texi: Adapt sectioning in Info to the node structure.
8cf51b2c
GM
9419 (Invoking emacsclient): Make "Invoking emacsclient" a subsection
9420 of "Using Emacs as a Server".
9421 * building.texi (Building): Interchange nodes (for correct numbering).
9422 * programs.texi (Programs): Interchange nodes (for correct numbering).
9423 * killing.texi, entering.texi, commands.texi: Adapt sectioning in
9424 Info to the node structure.
9425 * emacs.texi: Make "GNU GENERAL PUBLIC LICENSE" an appendix.
9426 Rearrange order of nodes and sections such that both "GNU GENERAL
9427 PUBLIC LICENSE" and "GNU Free Documentation License" appear at the
9428 end, as appropriate for appendices.
9429 (Acknowledgments): Put inside @iftex instead of @ifnotinfo.
9430 Use `@unnumberedsec'.
9431 * trouble.texi: Adapt sectioning in Info to the node structure.
9432 Adapt node pointers to change in emacs.texi.
9433 * cmdargs.texi, doclicense.texi: Adapt node pointers.
9434
8cf51b2c
GM
94352004-08-25 Kenichi Handa <handa@m17n.org>
9436
9437 * custom.texi (Non-ASCII Rebinding): Fix and simplify the
9438 description for unibyte mode.
9439
94402004-08-23 Luc Teirlinck <teirllm@auburn.edu>
9441
9442 * display.texi (Font Lock): Correct invalid (for hardcopy) @xref.
9443
9444 * search.texi (Regexps): Correct cryptic (in hardcopy) @ref.
9445 (Configuring Scrolling): Correct invalid (for hardcopy) @xref.
9446 (Regexp Replace): Standardize reference to hardcopy Elisp Manual
9447 in @pxref.
9448
94492004-08-22 Luc Teirlinck <teirllm@auburn.edu>
9450
9451 * kmacro.texi (Keyboard Macro Counter, Keyboard Macro Step-Edit):
9452 Change section names.
9453
8cf51b2c
GM
94542004-08-21 Luc Teirlinck <teirllm@auburn.edu>
9455
9456 * kmacro.texi (Keyboard Macro Ring): Rename section.
9457 Emacs treats the head of the macro ring as the `last keyboard macro'.
9458 (Keyboard Macro Counter): Minor change.
9459 (Save Keyboard Macro): Some clarifications.
9460 (Edit Keyboard Macro): Rename section.
9461
9462 * buffers.texi (Buffers): Maximum buffer size is now 256M on
9463 32-bit machines.
9464 (Several Buffers): Clarify which buffer is selected if `2' is
9465 pressed in the Buffer Menu.
9466 Auto Revert mode can be used to update the Buffer Menu
9467 automatically.
9468
94692004-08-21 Eli Zaretskii <eliz@gnu.org>
9470
9471 * help.texi (Misc Help): Add an index entry for finding an Info
9472 manual by its file name.
9473
94742004-08-20 Luc Teirlinck <teirllm@auburn.edu>
9475
9476 * files.texi (Backup Deletion): Correct description of
9477 `delete-old-versions'.
9478 (Time Stamps): `time-stamp' needs to be added to `before-save-hook'.
9479 (Auto Save Files): Recommend `auto-save-mode' to reenable
9480 auto-saving, rather than the abbreviation `auto-save'.
9481
94822004-08-17 Luc Teirlinck <teirllm@auburn.edu>
9483
9484 * emacs.texi (Top): Mention "cutting" and "pasting" as synonyms
9485 for "killing" and "yanking" in main menu.
9486
94872004-08-16 Richard M. Stallman <rms@gnu.org>
9488
9489 * killing.texi (Yanking, Killing): Minor cleanups.
9490
9491 * mark.texi (Momentary Mark): Minor cleanups.
9492
94932004-08-15 Kenichi Handa <handa@etl.go.jp>
9494
9495 * custom.texi (Non-ASCII Rebinding):
9496 C-q always inserts the right code to pass to global-set-key.
9497
8cf51b2c
GM
94982004-08-13 Luc Teirlinck <teirllm@auburn.edu>
9499
9500 * regs.texi (RegNumbers): Mention `C-x r i' binding for
9501 `insert-register', instead of `C-x r g' binding, for consistency.
9502
95032004-08-12 Luc Teirlinck <teirllm@auburn.edu>
9504
9505 * fixit.texi (Spelling): Fix typo.
9506
95072004-08-11 Luc Teirlinck <teirllm@auburn.edu>
9508
9509 * help.texi (Help): Fix Texinfo usage.
9510
8cf51b2c
GM
95112004-07-24 Richard M. Stallman <rms@gnu.org>
9512
9513 * text.texi (Paragraphs): Update how paragraphs are separated
9514 and the default for paragraph-separate.
9515
9516 * search.texi (Regexp Replace): Further update text for new
9517 replacement operators.
9518
8cf51b2c
GM
95192004-07-18 Luc Teirlinck <teirllm@auburn.edu>
9520
9521 * emacs-xtra.texi (Subdir switches): Dired does not remember the
9522 `R' switch.
9523
9524 * dired.texi (Dired Updating): `k' only deletes inserted
9525 subdirectories from the Dired buffer if a prefix argument was given.
9526
9527 * search.texi (Regexps): Delete redundant definition of `symbol' in
9528 description of `\_>'. It already occurs in the description of `\_<'.
9529
8cf51b2c
GM
95302004-07-01 Juri Linkov <juri@jurta.org>
9531
9532 * search.texi (Incremental Search): Add C-M-w, C-M-y, M-%, C-M-%, M-e.
9533 (Regexp Search): Add M-r.
9534
95352004-06-30 Luc Teirlinck <teirllm@auburn.edu>
9536
9537 * makefile.w32-in (EMACSSOURCES): Remove emacs-xtra.
9538
95392004-06-29 Jesper Harder <harder@ifa.au.dk>
9540
49823426 9541 * search.texi, calendar.texi: Markup fixes.
8cf51b2c
GM
9542
95432004-06-25 Richard M. Stallman <rms@gnu.org>
9544
9545 * search.texi (Regexp Replace): Rewrite description of \# \, and \?.
9546
95472004-06-25 David Kastrup <dak@gnu.org>
9548
9549 * search.texi (Regexp Replace): Some typo corrections and
9550 rearrangement.
9551
95522004-06-24 David Kastrup <dak@gnu.org>
9553
9554 * search.texi (Unconditional Replace): Use replace-string instead
9555 of query-replace in example.
9556 (Regexp Replace): Add explanations for `\,', `\#' and `\?'
9557 sequences.
9558 (Query Replace): Correct explanation of `^' which does not use
9559 the mark stack.
9560
95612004-06-21 Nick Roberts <nickrob@gnu.org>
9562
9563 * misc.texi (Shell History Copying): Document comint-insert-input.
9564 (Shell Ring): Describe comint-dynamic-list-input-ring here.
9565
8cf51b2c
GM
95662004-06-20 Jesper Harder <harder@ifa.au.dk>
9567
9568 * msdog.texi (Text and Binary, MS-DOS Printing): Use m-dash.
9569 * custom.texi (Customization): Do.
9570 * anti.texi (Antinews): Do.
9571 * abbrevs.texi (Defining Abbrevs): Do.
9572
9573 * programs.texi (Info Lookup): Fix keybinding for
9574 info-lookup-symbol.
9575
95762004-06-16 Juanma Barranquero <lektu@terra.es>
9577
9578 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, EMACSSOURCES):
9579 Add emacs-xtra.
9580 ($(infodir)/emacs-xtra, emacs-xtra.dvi): New dependencies.
9581 (clean): Add emacs-xtra and flymake. Remove redundancies.
9582
95832004-06-15 Luc Teirlinck <teirllm@auburn.edu>
9584
9585 * Makefile.in (INFO_TARGETS, DVI_TARGETS, ../info/emacs-xtra):
9586 Add emacs-xtra.
9587 * emacs-xtra.texi: New file.
9588
95892004-06-14 Luc Teirlinck <teirllm@auburn.edu>
9590
9591 * dired.texi (Dired Enter): Mention conditions on `ls' switches.
9592 (Dired and Find): Mention differences with ordinary Dired buffers.
9593
8cf51b2c
GM
95942004-06-13 Richard M. Stallman <rms@gnu.org>
9595
9596 * custom.texi (Init Syntax): Explain about vars that do special
9597 things when set with setq or with Custom.
9598 (Init Examples): Add line-number-mode example.
9599
8cf51b2c
GM
96002004-06-12 Juri Linkov <juri@jurta.org>
9601
9602 * dired.texi (Operating on Files): Add dired-do-touch.
9603
8cf51b2c
GM
96042004-06-10 Juri Linkov <juri@jurta.org>
9605
9606 * building.texi (Lisp Eval): Add C-M-x on defface.
9607
96082004-06-08 Luc Teirlinck <teirllm@auburn.edu>
9609
9610 * files.texi (Reverting): Auto-Revert mode and
9611 Global Auto-Revert mode no longer revert remote files.
9612
8cf51b2c
GM
96132004-05-29 Richard M. Stallman <rms@gnu.org>
9614
9615 * custom.texi (Init File): Two dashes start --no-site-file.
9616
8cf51b2c
GM
96172004-05-29 Alan Mackenzie <acm@muc.de>
9618
9619 * programs.texi: Update for CC Mode 5.30 and incidental amendments.
10d1d0af 9620 ("AWK"): Is consistently thus spelled throughout.
8cf51b2c
GM
9621 (AWK, Pike): Document as "C-like modes".
9622 (@kbd{M-j}): Document as alternative to @kbd{C-M-j}.
9623 (M-x man): Supersedes M-x manual-entry.
9624 Add numerous index entries. Correct "ESC a/e" to "M-a/e".
9625
9626 ("Comments in C"): Delete node; the info is in CC Mode manual.
9627 (c-comment-only-line-offset): Remove description.
9628
9629 (C-c ., C-c C-c): Describe new C Mode bindings.
9630
9631 (C-u TAB, indent-code-rigidly, c-indent-exp, c-tab-always-indent)
9632 (@dfn{Style}, c-default-style, comment-column, comment-padding)
9633 (c-up-conditional, c-beginning-of-statement, c-end-of-statement):
9634 Amend definitions.
9635
9636 (c-beginning-of-defun, c-end-of-defun, c-context-line-break):
9637 Describe functions.
9638
9639 (c-comment-start-regexp, c-hanging-comment-ender-p)
9640 (c-hanging-comment-starter-p): Remove obsolete definitions.
9641
9642 * emacs.texi: Remove the menu entry "Comments in C".
9643
8cf51b2c
GM
96442004-05-27 Luc Teirlinck <teirllm@auburn.edu>
9645
9646 * dired.texi (Dired and Find): `find-ls-option' does not apply to
9647 `M-x locate'.
9648
96492004-05-16 Karl Berry <karl@gnu.org>
9650
9651 * emacs.texi (ack.texi) [@ifnottex]: Change condition; with @ifinfo,
9652 makeinfo --html fails.
9653 * help.texi (Help Summary) [@ifnottex]: Likewise.
9654
96552004-05-13 Nick Roberts <nickrob@gnu.org>
9656
9657 * building.texi (GDB Graphical Interface): Update and describe
9658 layout first.
9659
8cf51b2c
GM
96602004-05-04 Jason Rumney <jasonr@gnu.org>
9661
9662 * makefile.w32-in: Revert last change.
9663
96642004-05-03 Jason Rumney <jasonr@gnu.org>
9665
9666 * makefile.w32-in (MULTI_INSTALL_INFO, ENVADD): Use forward slashes.
9667
8cf51b2c
GM
96682004-04-23 Juanma Barranquero <lektu@terra.es>
9669
9670 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
9671
96722004-04-18 Juri Linkov <juri@jurta.org>
9673
9674 * fixit.texi (Spelling): Remove file extension from ispell xref.
9675
96762004-04-15 Kim F. Storm <storm@cua.dk>
9677
9678 * cmdargs.texi (Initial Options): Add -Q.
9679
96802004-04-05 Kim F. Storm <storm@cua.dk>
9681
9682 * custom.texi (File Variables): Add safe-local-eval-forms.
9683
8cf51b2c
GM
96842004-04-02 Luc Teirlinck <teirllm@auburn.edu>
9685
9686 * files.texi (Reverting): Correct description of revert-buffer's
9687 handling of point.
9688
96892004-03-22 Juri Linkov <juri@jurta.org>
9690
9691 * emacs.texi (Top): Add `Misc X'.
9692
49823426 9693 * trouble.texi: Fix help key bindings.
8cf51b2c
GM
9694
9695 * glossary.texi: Improve references.
9696
9697 * help.texi: Sync keywords with finder.el.
9698
9699 * mini.texi (Completion): Add description for menu items.
9700
9701 * misc.texi (Browse-URL, FFAP): Add information about keywords.
9702
9703 * sending.texi (Mail Methods): Fix xref to Message manual.
9704
8cf51b2c
GM
97052004-03-12 Richard M. Stallman <rms@gnu.org>
9706
8cf51b2c
GM
9707 * buffers.texi (Misc Buffer): Add index entry for rename-uniquely.
9708
8cf51b2c
GM
97092004-03-04 Richard M. Stallman <rms@gnu.org>
9710
9711 * search.texi (Regexps): Explain that ^ and $ have their
9712 special meanings only in certain contexts.
9713
9714 * programs.texi (Expressions): Doc C-M-SPC as alias for C-M-@.
9715
9716 * mule.texi (Specify Coding): Doc C-x RET F.
9717
9718 * buffers.texi (Misc Buffer): Explain use of M-x rename-uniquely
9719 for multiple compile and grep buffers.
9720 (Indirect Buffers): Don't recommand clone-indirect-buffer
9721 for multiple compile and grep buffers.
9722
8cf51b2c
GM
97232004-02-29 Juanma Barranquero <lektu@terra.es>
9724
9725 * makefile.w32-in (mostlyclean, clean, maintainer-clean):
9726 Use $(DEL) instead of rm, and ignore exit code.
9727
8cf51b2c
GM
97282004-02-23 Nick Roberts <nick@nick.uklinux.net>
9729
9730 * building.texi (Watch Expressions): Update.
9731
97322004-02-21 Juri Linkov <juri@jurta.org>
9733
1c6c854e
CS
9734 * cmdargs.texi (Action Arguments): Add alias --find-file.
9735 Add --directory, --help, --version. Move text about command-line-args
8cf51b2c
GM
9736 to Command Arguments.
9737 (Initial Options): Add @cindex for --script. Fix @cindex for -q.
9738 Add --no-desktop. Add alias --no-multibyte, --no-unibyte.
9739 (Window Size X): Join -g and --geometry. Add @cindex.
9740 (Borders X): Fix @cindex for -ib. Add @cindex for -bw.
9741 (Title X): Remove alias -title.
9742 (Misc X): New node.
9743
c8763fb6 97442004-02-15 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
9745
9746 * frames.texi (Drag and drop): Add Motif to list of supported
9747 protocols.
9748
c8763fb6 97492004-02-03 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
9750
9751 * frames.texi (Drag and drop): New section.
9752
97532004-01-24 Richard M. Stallman <rms@gnu.org>
9754
1c6c854e 9755 * emacs.texi (Acknowledgments): Rename from Acknowledgements.
8cf51b2c
GM
9756 Include it only @ifnotinfo. Patch the preceding and following
9757 node headers to point to each other.
9758
97592004-01-11 Glenn Morris <gmorris@ast.cam.ac.uk>
9760
9761 * calendar.texi (Appointments): Update section.
9762
97632003-12-29 Kevin Ryde <user42@zip.com.au>
9764
8cf51b2c
GM
9765 * programs.texi (C Modes): Fix the xref.
9766
97672003-12-23 Nick Roberts <nick@nick.uklinux.net>
9768
9769 * building.texi (Watch Expressions): Update.
9770 (Commands of GUD): Include use of toolbar + breakpoints set from
9771 fringe/margin.
9772
97732003-12-03 Andre Spiegel <spiegel@gnu.org>
9774
9775 * files.texi: Say how to disable VC. Suggested by Alan Mackenzie
9776 <acm@muc.de>.
9777
c8763fb6 97782003-11-29 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
9779
9780 * frames.texi (Dialog Boxes): Add use-file-dialog.
9781
8cf51b2c
GM
97822003-11-22 Martin Stjernholm <bug-cc-mode@gnu.org>
9783
9784 * ack.texi: Note that Alan Mackenzie contributed the AWK support
9785 in CC Mode.
9786
8cf51b2c
GM
97872003-11-02 Jesper Harder <harder@ifa.au.dk> (tiny change)
9788
38942b9c
GM
9789 * ack.texi, basic.texi, cmdargs.texi:
9790 * commands.texi, custom.texi, display.texi:
9791 * emacs.texi, files.texi:
9792 * frames.texi, glossary.texi, killing.texi:
9793 * macos.texi, mark.texi, misc.texi, msdog.texi:
9794 * mule.texi, rmail.texi, search.texi:
9795 * sending.texi, text.texi, trouble.texi:
49823426 9796 Replace @sc{ascii} and ASCII with @acronym{ASCII}.
8cf51b2c
GM
9797
97982003-11-01 Alan Mackenzie <acm@muc.de>
9799
9800 * search.texi (Scrolling During Incremental Search): Document a
9801 new scrolling facility in isearch mode.
9802
8cf51b2c
GM
98032003-10-22 Miles Bader <miles@gnu.org>
9804
9805 * Makefile.in (info): Move before $(top_srcdir)/info.
9806
98072003-10-22 Nick Roberts <nick@nick.uklinux.net>
9808
9809 * building.texi (Watch Expressions): Update section on data display
9810 to reflect code changes (GDB Graphical Interface).
9811
8cf51b2c
GM
98122003-10-13 Richard M. Stallman <rms@gnu.org>
9813
9814 * xresources.texi (GTK resources): Clean up previous change.
9815
c8763fb6 98162003-10-12 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
9817
9818 * xresources.texi (GTK resources): Add a note that some themes
9819 disallow customizations. Add scroll theme example.
9820
8cf51b2c
GM
98212003-09-30 Richard M. Stallman <rms@gnu.org>
9822
8cf51b2c
GM
9823 * cmdargs.texi (General Variables): Remove MAILRC envvar.
9824
9825 * misc.texi (Saving Emacs Sessions): Shorten the section,
9826 collapsing back into one node.
9827
98282003-09-30 Lars Hansen <larsh@math.ku.dk>
9829
9830 * misc.texi: Section "Saving Emacs Sessions" rewritten.
9831
ce058493 98322003-09-29 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
9833
9834 * xresources.texi (GTK names in Emacs): Correct typo.
9835
8cf51b2c
GM
98362003-09-24 Luc Teirlinck <teirllm@mail.auburn.edu>
9837
1c6c854e
CS
9838 * cmdargs.texi (Font X): Mention new default font.
9839 More fully describe long font names, wildcard patterns and the
8cf51b2c
GM
9840 problems involved. (Result of discussion on emacs-devel.)
9841
98422003-09-22 Luc Teirlinck <teirllm@mail.auburn.edu>
9843
9844 * emacs.texi (Acknowledgements): Correct typo.
9845
98462003-09-22 Richard M. Stallman <rms@gnu.org>
9847
9848 * dired.texi (Misc Dired Commands): New node.
9849 (Dired Navigation): Add dired-goto-file.
9850
9851 * files.texi (File Aliases, Misc File Ops): Add @cindex entries.
9852
9853 * emacs.texi (Acknowledgements): New node, split from Distribution.
9854
9855 * cmdargs.texi (Action Arguments): -f reads interactive args.
9856
8cf51b2c
GM
98572003-09-08 Lute Kamstra <lute@gnu.org>
9858
9859 * screen.texi (Mode Line): Say that POS comes before LINE.
9860 Mention `size-indication-mode'.
1c6c854e
CS
9861 * display.texi (Optional Mode Line):
9862 Document `size-indication-mode'.
8cf51b2c
GM
9863 * basic.texi (Position Info): Mention `size-indication-mode'.
9864
98652003-09-07 Luc Teirlinck <teirllm@mail.auburn.edu>
9866
9867 * xresources.texi (Resources): Refer to `editres' man page.
9868 (Lucid Resources): Update defaults. Expand description of
9869 `shadowThickness'.
9870
98712003-09-04 Miles Bader <miles@gnu.org>
9872
9873 * Makefile.in (top_srcdir): New variable.
9874 ($(top_srcdir)/info): New rule.
9875 (info): Depend on it.
9876
98772003-09-03 Peter Runestig <peter@runestig.com>
9878
9879 * makefile.w32-in: New file.
9880
98812003-08-29 Richard M. Stallman <rms@gnu.org>
9882
9883 * misc.texi (Saving Emacs Sessions): Correct previous change.
9884
8cf51b2c
GM
98852003-08-19 Luc Teirlinck <teirllm@mail.auburn.edu>
9886
8cf51b2c
GM
9887 * emacs.texi (Top): Update menu to reflect new Keyboard Macros chapter.
9888 (Intro): Include kmacro.texi after fixit.texi instead of after
9889 custom.texi. (As suggested by Kim Storm.)
9890
98912003-08-18 Luc Teirlinck <teirllm@mail.auburn.edu>
9892
9893 * fixit.texi (Fixit): Update `Next' pointer.
9894 * files.texi (Files): Update `Previous' pointer.
9895 * kmacro.texi (Keyboard Macros): Remove redundant node and section.
9896 * emacs.texi (Intro): Include kmacro.texi after custom.texi.
9897 (Suggested by Kim Storm.)
9898 * Makefile (EMACSSOURCES): Add kmacro.texi. (Suggested by Kim Storm.)
9899
99002003-08-18 Kim F. Storm <storm@cua.dk>
9901
9902 * kmacro.texi: New file describing enhanced keyboard macro
9903 functionality. Replaces old description in custom.texi.
9904
9905 * custom.texi (Customization): Add xref to Keyboard Macros chapter.
9906 (Keyboard Macros): Move to new kmacro.texi file.
9907
9908 * emacs.texi (Keyboard Macros): Reference new keyboard macro topics.
9909
8cf51b2c
GM
99102003-08-17 Edward M. Reingold <reingold@emr.cs.iit.edu>
9911
9912 * calendar.texi (Specified Dates): Add `calendar-goto-day-of-year'.
9913
99142003-08-17 Alex Schroeder <alex@gnu.org>
9915
9916 * misc.texi (Saving Emacs Sessions): Manual M-x desktop-save not
9917 required.
9918
8cf51b2c
GM
99192003-08-05 Richard M. Stallman <rms@gnu.org>
9920
9921 * programs.texi (Lisp Indent): Don't describe
9922 lisp-indent-function property here. Use xref to Lisp Manual.
9923
8cf51b2c
GM
99242003-08-03 Glenn Morris <gmorris@ast.cam.ac.uk>
9925
fffa137c 9926 * calendar.texi (Date Formats): Document changed behavior of
8cf51b2c
GM
9927 abbreviations.
9928
99292003-07-24 Markus Rost <rost@math.ohio-state.edu>
9930
9931 * buffers.texi (List Buffers): Fix previous change.
9932
8cf51b2c
GM
99332003-07-13 Markus Rost <rost@math.ohio-state.edu>
9934
9935 * buffers.texi (List Buffers): Adjust to new format of *Buffer
9936 List*.
9937
99382003-07-07 Luc Teirlinck <teirllm@mail.auburn.edu>
9939
8cf51b2c
GM
9940 * display.texi (Font Lock): Fix typo.
9941
99422003-07-07 Richard M. Stallman <rms@gnu.org>
9943
9944 * display.texi (Font Lock): Add xref for format info on
9945 font-lock-remove-keywords.
9946
9947 * building.texi (Compilation): Document what happens with asynch
9948 children of compiler process.
9949
9950 * help.texi (Library Keywords): Use @multitable.
9951
8cf51b2c
GM
99522003-06-04 Richard M. Stallman <rms@gnu.org>
9953
9954 * programs.texi (Expressions): Delete C-M-DEL.
9955
9956 * misc.texi (Shell Options): Clarify comint-scroll-show-maximum-output.
9957 comint-move-point-for-output renamed from
9958 comint-scroll-to-bottom-on-output.
9959
9960 * custom.texi (Init Rebinding): Replace previous change with xref.
9961 (Non-ASCII Rebinding): Explain that issue more briefly here.
9962
99632003-05-28 Richard M. Stallman <rms@gnu.org>
9964
9965 * indent.texi (Indentation): Condense, simplify, clarify prev change.
9966
99672003-05-28 Nick Roberts <nick@nick.uklinux.net>
9968
9969 * building.texi (GDB Graphical Interface): New node.
9970 (Rewritten somewhat by RMS.)
9971
c8763fb6 99722003-05-28 Kai Großjohann <kai.grossjohann@gmx.net>
8cf51b2c
GM
9973
9974 * custom.texi (Init Rebinding): Xref Non-ASCII Rebinding, for
9975 non-English letters. Explain how to set coding systems correctly
9976 and how to include the right coding cookie in the file.
9977
c8763fb6 99782003-05-22 Kai Großjohann <kai.grossjohann@gmx.net>
8cf51b2c
GM
9979
9980 * indent.texi (Indentation): Explain the concepts.
9981 (Just Spaces): Explain why preventing tabs for indentation might
9982 be useful.
9983
8cf51b2c
GM
99842003-04-16 Richard M. Stallman <rms@gnu.org>
9985
9986 * search.texi (Regexps): Ref to Lisp manual for more regexp features.
9987
8cf51b2c
GM
99882003-02-22 Alex Schroeder <alex@emacswiki.org>
9989
9990 * cmdargs.texi (General Variables): Document SMTPSERVER.
9991
8cf51b2c
GM
9992 * sending.texi: Remove SMTP node.
9993 (Mail Sending): Describe `send-mail-function'. Link to SMTP
9994 library.
9995
8cf51b2c
GM
99962003-02-22 Alex Schroeder <alex@emacswiki.org>
9997
9998 * sending.texi (Sending via SMTP): Explain MTA/MUA.
9999
100002003-02-22 Simon Josefsson <jas@extundo.com>
10001
10002 * sending.texi (Mail Methods): Add node about SMTP.
10003
c8763fb6 100042003-02-17 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
10005
10006 * xresources.texi (GTK names in Emacs): Add emacs-toolbar - GtkToolbar.
10007
8cf51b2c
GM
100082003-02-01 Kevin Ryde <user42@zip.com.au>
10009
10010 * glossary.texi (Glossary): Correction to cl cross reference.
10011
100122003-01-20 Richard M. Stallman <rms@gnu.org>
10013
10014 * killing.texi (Rectangles): Document C-x c r.
10015
c8763fb6 100162003-01-19 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
10017
10018 * xresources.texi (GTK resources): New node.
10019 (GTK widget names): New node.
10020 (GTK names in Emacs): New node.
10021 (GTK styles): New node.
10022
c8763fb6 100232003-01-09 Francesco Potortì <pot@gnu.org>
8cf51b2c
GM
10024
10025 * maintaining.texi (Create Tags Table): Add reference to the new
10026 `etags --help --lang=LANG' option.
10027
8cf51b2c
GM
100282002-10-02 Karl Berry <karl@gnu.org>
10029
49823426 10030 * emacs.texi: Per rms, update all manuals to use @copying instead of
630cb3b7 10031 @ifinfo. Also use @ifnottex instead of @ifinfo around the top node,
49823426 10032 where needed for the sake of the HTML output.
8cf51b2c
GM
10033
100342001-12-20 Eli Zaretskii <eliz@is.elta.co.il>
10035
10036 * Makefile.in (EMACSSOURCES): Update the list of Emacs manual
10037 source files.
10038
100392001-11-16 Eli Zaretskii <eliz@is.elta.co.il>
10040
10041 * Makefile.in (emacsman): New target.
10042
8cf51b2c
GM
100432001-10-20 Gerd Moellmann <gerd@gnu.org>
10044
10045 * (Version 21.1 released.)
10046
100472001-10-05 Gerd Moellmann <gerd@gnu.org>
10048
10049 * Branch for 21.1.
10050
8cf51b2c
GM
100512001-03-05 Gerd Moellmann <gerd@gnu.org>
10052
10053 * Makefile.in (mostlyclean, maintainer-clean): Delete more files.
10054
8cf51b2c
GM
100552000-05-31 Stefan Monnier <monnier@cs.yale.edu>
10056
10057 * .cvsignore (*.tmp): New entry. Seems to be used for @macro.
10058
8cf51b2c
GM
100591999-07-12 Richard Stallman <rms@gnu.org>
10060
10061 * Version 20.4 released.
10062
100631998-12-04 Markus Rost <rost@delysid.gnu.org>
10064
10065 * Makefile.in (INFO_TARGETS): Delete customize.info.
10066 (DVI_TARGETS): Delete customize.dvi.
10067 (../info/customize, customize.dvi): Targets deleted.
10068
100691998-08-19 Richard Stallman <rms@psilocin.ai.mit.edu>
10070
10071 * Version 20.3 released.
10072
100731998-05-06 Richard Stallman <rms@psilocin.gnu.org>
10074
10075 * Makefile.in (EMACSSOURCES): Add mule.texi.
10076 Add msdog.texi, ack.texi. Remove gnu1.texi.
10077
100781998-04-06 Andreas Schwab <schwab@gnu.org>
10079
768c0c0f
JB
10080 * Makefile.in (ENVADD): Environment vars to pass to texi2dvi.
10081 Use it in dvi targets.
8cf51b2c
GM
10082
100831997-09-23 Paul Eggert <eggert@twinsun.com>
10084
10085 * Makefile.in: Merge changes mistakenly made to `Makefile'.
10086 (INFO_TARGETS): Change ../info/custom to ../info/customize.
10087 (../info/customize): Rename from ../info/custom.
8cf51b2c
GM
10088
100891997-09-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10090
10091 * Version 20.2 released.
10092
100931997-09-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10094
10095 * Version 20.1 released.
10096
100971997-08-24 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10098
10099 * Makefile (../info/customize, customize.dvi): New targets.
10100 (INFO_TARGETS): Add ../info/customize.
10101 (DVI_TARGETS): Add customize.dvi.
10102
8cf51b2c
GM
101031996-08-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10104
10105 * Version 19.33 released.
10106
101071996-07-31 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10108
10109 * Version 19.32 released.
10110
8cf51b2c
GM
101111996-06-20 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10112
10113 * Makefile.in (All info targets): cd $(srcdir) to do the work.
10114
101151996-06-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10116
10117 * Makefile.in (All info targets): Specify $(srcdir) in input files.
10118 Specify -I option.
10119 (All dvi targets): Set the TEXINPUTS variable.
10120
101211996-05-25 Karl Heuer <kwzh@gnu.ai.mit.edu>
10122
10123 * Version 19.31 released.
10124
8cf51b2c
GM
101251995-11-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10126
10127 * Version 19.30 released.
10128
8cf51b2c
GM
101291995-02-07 Richard Stallman <rms@pogo.gnu.ai.mit.edu>
10130
10131 * Makefile.in (maintainer-clean): Rename from realclean.
10132
101331994-11-23 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10134
10135 * Makefile.in: New file.
10136 * Makefile: File deleted.
10137
101381994-11-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10139
10140 * Makefile (TEXINDEX_OBJS): Variable deleted.
10141 (texindex, texindex.o, getopt.o): Rules deleted.
10142 All deps on texindex deleted.
10143 (distclean): Don't delete texindex.
10144 (mostlyclean): Don't delete *.o.
10145 * texindex.c, getopt.c: Files deleted.
10146
101471994-09-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10148
10149 * Version 19.26 released.
10150
101511994-07-02 Richard Stallman (rms@gnu.ai.mit.edu)
10152
10153 * Makefile (EMACSSOURCES): Exclude undo.texi.
10154
101551994-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10156
10157 * Version 19.25 released.
10158
101591994-05-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10160
10161 * Version 19.24 released.
10162
101631994-05-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10164
10165 * Version 19.23 released.
10166
101671994-04-17 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10168
10169 * Makefile: Delete spurious tab.
10170
101711994-02-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10172
10173 * Makefile (.SUFFIXES): New rule.
10174
8cf51b2c
GM
101751993-12-04 Richard Stallman (rms@srarc2)
10176
10177 * getopt.c: New file.
10178 * Makefile (TEXINDEX_OBJS): Use getopt.o in this dir, not ../lib-src.
10179 (getopt.o): New rule.
10180 (dvi): Don't depend on texindex.
49823426 10181 (emacs.dvi): Depend on texindex.
8cf51b2c
GM
10182
101831993-12-03 Richard Stallman (rms@srarc2)
10184
49823426
GM
10185 * Makefile (TEXI2DVI): New variable.
10186 (emacs.dvi): Add explicit command.
8cf51b2c
GM
10187 (TEXINDEX_OBJS): Delete duplicate getopt.o.
10188
101891993-11-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10190
10191 * Version 19.22 released.
10192
101931993-11-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10194
10195 * Makefile (TEXINDEX_OBJS): Delete spurious period.
10196
101971993-11-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10198
10199 * Version 19.21 released.
10200
8cf51b2c
GM
102011993-11-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10202
10203 * Makefile (realclean): Don't delete the Info files.
10204
f0131492 102051993-10-25 Brian J. Fox (bfox@albert.gnu.ai.mit.edu)
8cf51b2c 10206
8cf51b2c
GM
10207 * frames.texi (Creating Frames): Mention `C-x 5' instead of `C-x
10208 4' where appropriate.
10209
f0131492 102101993-10-20 Brian J. Fox (bfox@ai.mit.edu)
8cf51b2c 10211
49823426 10212 * Makefile: Fix targets for texindex.
8cf51b2c
GM
10213
10214 * texindex.c: Include "../src/config.h" if building in emacs.
10215
10216 * Makefile: Change all files to FILENAME.texi, force all targets
49823426 10217 to be FILENAME, not FILENAME.info.
8cf51b2c
GM
10218 Add target to build texindex.c, defining `emacs'.
10219
8cf51b2c
GM
102201993-08-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10221
10222 * Version 19.19 released.
10223
8cf51b2c
GM
102241993-08-08 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10225
10226 * Version 19.18 released.
10227
102281993-07-20 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10229
10230 * Makefile: Fix source file names of the separate manuals.
8cf51b2c
GM
10231
102321993-07-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10233
10234 * Version 19.17 released.
10235
102361993-07-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10237
10238 * split-man: Fix typos in last change.
10239
102401993-07-06 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
10241
10242 * Version 19.16 released.
10243
102441993-06-19 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10245
10246 * version 19.15 released.
10247
102481993-06-18 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
10249
10250 * Makefile (distclean): It's rm, not rf.
10251
102521993-06-17 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10253
10254 * Version 19.14 released.
10255
102561993-06-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10257
10258 * Makefile: New file.
10259
102601993-06-08 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10261
10262 * Version 19.13 released.
10263
102641993-05-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
10265
10266 * Version 19.9 released.
10267
102681993-05-25 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10269
10270 * Version 19.8 released.
10271
102721993-05-25 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10273
10274 * cmdargs.texi: Document the -i, -itype, and -iconic options.
10275
10276 * trouble.texi: It's `enable-flow-control-on', not
10277 `evade-flow-control-on'.
10278
102791993-05-24 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10280
10281 * display.texi: Document standard-display-european.
10282
102831993-05-22 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
10284
10285 * Version 19.7 released.
10286
10287 * emacs.texi: Add a sentence to the top menu mentioning the
10288 specific version of Emacs this manual applies to.
10289
102901993-04-25 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
10291
10292 * basic.texi: Document next-line-add-lines variable used to
10293 implement down-arrow.
10294
10295 * killing.texi: Document kill-whole-line.
10296
102971993-04-18 Noah Friedman (friedman@nutrimat.gnu.ai.mit.edu)
10298
10299 * text.texi: Update unix TeX ordering information.
10300
103011993-03-26 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
10302
10303 * news.texi: Mention fill-rectangle in keybinding list.
10304
10305 * killing.texi: Document fill-rectangle.
10306
103071993-03-17 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
10308
10309 * vc.texi: Bring the docs up to date with VC 5.2.
10310
103111992-01-10 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
10312
10313 * emacs.tex: Mention blackbox and gomoku under Amusements.
10314 Assembler mode is now mentioned and appropriately indexed
10315 under Programming Modes.
10316
103171991-02-15 Robert J. Chassell (bob@wookumz.ai.mit.edu)
10318
10319 * emacs.tex: Update TeX ordering information.
10320
8cf51b2c
GM
103211990-06-26 David Lawrence (tale@geech)
10322
10323 * emacs.tex: Note that completion-ignored-extensions is not used
10324 to filter out names when all completions are displayed in
10325 *Completions*.
10326
103271990-05-25 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
10328
d967cd18 10329 * texindex.c: If USG, include sys/types.h and sys/fcntl.h.
8cf51b2c
GM
10330
103311990-03-21 Jim Kingdon (kingdon@pogo.ai.mit.edu)
10332
10333 * emacs.tex: Add @findex grep.
10334
8cf51b2c
GM
103351988-08-16 Robert J. Chassell (bob@frosted-flakes.ai.mit.edu)
10336
10337 * emacs.tex: Correct two typos. No other changes before
10338 Version 19 will be made.
10339
8cf51b2c
GM
103401988-05-23 Robert J. Chassell (bob@frosted-flakes.ai.mit.edu)
10341
10342 * emacs.tex: Update information for obtaining TeX distribution from the
10343 University of Washington.
10344
10345;; Local Variables:
c8763fb6 10346;; coding: utf-8
8cf51b2c
GM
10347;; End:
10348
ba318903 10349 Copyright (C) 1993-1999, 2001-2014 Free Software Foundation, Inc.
8cf51b2c
GM
10350
10351 This file is part of GNU Emacs.
10352
352c8b4a 10353 GNU Emacs is free software: you can redistribute it and/or modify
8cf51b2c 10354 it under the terms of the GNU General Public License as published by
352c8b4a
GM
10355 the Free Software Foundation, either version 3 of the License, or
10356 (at your option) any later version.
8cf51b2c
GM
10357
10358 GNU Emacs is distributed in the hope that it will be useful,
10359 but WITHOUT ANY WARRANTY; without even the implied warranty of
10360 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
10361 GNU General Public License for more details.
10362
10363 You should have received a copy of the GNU General Public License
352c8b4a 10364 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.