Doc fixes for text-scale-adjust
[bpt/emacs.git] / doc / emacs / ChangeLog
CommitLineData
8c106d17
GM
12013-10-13 Glenn Morris <rgm@gnu.org>
2
b22d0686
GM
3 * display.texi (Text Scale): Update text-scale-adjust details.
4
8c106d17
GM
5 * ack.texi (Acknowledgments):
6 * emacs.texi (Acknowledgments): Use accented form of some names.
7
4ed77415 82013-10-08 Eli Zaretskii <eliz@gnu.org>
4b65d539 9
b0904477
EZ
10 * ack.texi (Acknowledgments): Fix spelling of Hrvoje Nikšić's
11 name. (Bug#15557)
12
4ed77415 13 Support menus on text-mode terminals.
4b65d539
EZ
14 * screen.texi (Menu Bar): Adapt to TTY menus.
15
16 * frames.texi (Frames): Mention menu support on text terminals.
17
18 * files.texi (Visiting): Mention the "File" menu-bar menu.
19
20 * display.texi (Standard Faces): Mention TTY faces for menus.
21
9548391c
XF
222013-10-06 Xue Fuqiao <xfq.free@gmail.com>
23
24 * cal-xtra.texi (Calendar Customizing, Diary Display): Remove @refill.
25
4ec3c268
XF
262013-09-29 Xue Fuqiao <xfq.free@gmail.com>
27
28 * fortran-xtra.texi (Fortran Abbrev): Remove @refill.
29
6232855d
XF
302013-09-26 Xue Fuqiao <xfq.free@gmail.com>
31
09f62a15
XF
32 * dired.texi (Flagging Many Files): Use @emph instead of @strong.
33
6232855d
XF
34 * emacs.texi (Intro): Minor cleanup.
35
3a4be55b
XF
362013-09-22 Xue Fuqiao <xfq.free@gmail.com>
37
38 * fixit.texi (Transpose):
39 (Fixing Case): Remove @refill.
40
d052d3bd
XF
412013-09-21 Xue Fuqiao <xfq.free@gmail.com>
42
43 * maintaining.texi (VC Directory Commands): Add keybinding for
44 vc-log-incoming in vc-dir.
f6bb0982 45 (Log Buffer): Use @emph instead of @strong.
d052d3bd 46
384a7d72
XF
472013-09-12 Xue Fuqiao <xfq.free@gmail.com>
48
49 * text.texi (Enriched Justification): Explain values of default-justification.
50
63191d9f
XF
512013-09-04 Xue Fuqiao <xfq.free@gmail.com>
52
53 * maintaining.texi (VC Ignore): Mention `vc-ignore' with prefix argument.
54
5d85cfe6
UM
552013-08-31 Ulrich Müller <ulm@gentoo.org>
56
57 * xresources.texi (Motif Resources):
58 Rename from LessTif Resources. Update xrefs. (Bug#15145)
59 * emacs.texi: Update menu.
60
50b13cde
PE
612013-08-28 Paul Eggert <eggert@cs.ucla.edu>
62
63 * Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
64 for portability to hosts where /bin/sh has problems.
65
f33650d8
XF
662013-08-17 Xue Fuqiao <xfq.free@gmail.com>
67
68 * text.texi (Enriched Justification): Minor fixes.
69
5faf4899
XF
702013-08-14 Xue Fuqiao <xfq.free@gmail.com>
71
72 * files.texi (Filesets): Add an index.
73
8496d8d7
GM
742013-08-12 Glenn Morris <rgm@gnu.org>
75
2f3ac208
GM
76 * macos.texi (GNUstep Support):
77 * trouble.texi (Checklist, Contributing, Service):
78 Avoid mailto: in html output.
79
8496d8d7
GM
80 * Makefile.in (prefix, datarootdir, datadir, PACKAGE_TARNAME)
81 (docdir, dvidir, htmldir, pdfdir, psdir, GZIP_PROG, INSTALL)
82 (INSTALL_DATA): New, set by configure.
83 (HTML_OPTS, DVI_TARGETS, HTML_TARGETS, PDF_TARGETS, PS_TARGETS):
84 New variables.
85 (.SUFFIXES): Add .ps and .dvi.
86 (.dvi.ps): New suffix rule.
87 (dvi, html, pdf, ps): Use *_TARGETS variables.
88 (emacs.ps, emacs-xtra.ps): Remove explicit rules.
89 (emacs.html): Use HTML_OPTS.
90 (clean): Use DVI_TARGETS, HTML_TARGETS, PDF_TARGETS, PS_TARGETS.
91 (.PHONY): install-dvi, install-html, install-pdf, install-ps
92 ,install-doc, uninstall-dvi, uninstall-html, uninstall-pdf,
93 uninstall-ps, and uninstall-doc.
94 (install-dvi, install-html, install-pdf, install-ps, install-doc)
95 (uninstall-dvi, uninstall-html, uninstall-ps, uninstall-pdf)
96 (uninstall-doc): New rules.
97
5d07e191
EZ
982013-07-31 Eli Zaretskii <eliz@gnu.org>
99
100 * emacs.texi (Top): Remove menu item for the removed "Disabling
101 Multibyte" node.
102
65b36413
XF
1032013-07-31 Xue Fuqiao <xfq.free@gmail.com>
104
de9b01c4
XF
105 * rmail.texi (Rmail Coding): Move here from mule.texi.
106
64a695bd
XF
107 * custom.texi (Specifying File Variables): Fix cross-references.
108
109 * mule.texi (Unibyte Mode): Fix cross-references.
5d07e191 110 (Disabling Multibyte): Remove.
64a695bd 111
8fd6e60a
XF
112 * macos.texi (Mac / GNUstep Basics): Mention `ns-alternate-modifier'.
113
65b36413
XF
114 * cal-xtra.texi (Advanced Calendar/Diary Usage): Update menu.
115 (Mayan Calendar): Move here from calendar.texi.
116 * emacs.texi (Top): Update menu.
117
d5065cca
XF
1182013-07-30 Xue Fuqiao <xfq.free@gmail.com>
119
120 * emacs.texi (Top): Add menu entry.
121
122 * maintaining.texi (VC Ignore): New node. Document vc-ignore.
123 (VC Directory Commands): Add vc-dir-ignore.
124
0f91f03c
XF
1252013-07-28 Xue Fuqiao <xfq.free@gmail.com>
126
127 * glossary.texi (Glossary): Add some entries.
128
e4c467f9
XF
1292013-07-27 Xue Fuqiao <xfq.free@gmail.com>
130
742a3501
XF
131 * maintaining.texi (VC Directory Commands): Mention `D' and `L' in
132 vc-dir. (Bug#14948)
e4c467f9 133
f6b15024
EZ
1342013-07-26 Eli Zaretskii <eliz@gnu.org>
135
136 * display.texi (Fringes): Document the variable fringe-mode.
137 (Bug#14946)
138
1399490e 1392013-07-03 Glenn Morris <rgm@gnu.org>
e0070075
GM
140
141 * maintaining.texi (EDE): Fix cross-reference.
142
143 * programs.texi (Program Modes): Fix emacs-xtra reference.
144
253e30aa
GM
145 * help.texi (Misc Help): Index describe-syntax.
146
4c672a0f
EZ
1472013-06-29 Eli Zaretskii <eliz@gnu.org>
148
149 * basic.texi (Moving Point): Document visual-order-cursor-movement
150 and its effect on right-char and left-char.
151
0c72d017
GM
1522013-06-28 Glenn Morris <rgm@gnu.org>
153
154 * ack.texi (Acknowledgments): Small update.
155
789cf833
GM
1562013-06-19 Glenn Morris <rgm@gnu.org>
157
158 * Makefile.in (dist): Edit more configure variables.
159 Try to check that we do not miss any in future.
160
99c81280 1612013-06-12 Xue Fuqiao <xfq.free@gmail.com>
2bc4a725
XF
162
163 * vc1-xtra.texi (Revision Tags): Add a cross reference.
8d0b26f6 164 (CVS Options): Fix the default value of `vc-cvs-stay-local'.
2bc4a725 165
cd0527a4
XF
1662013-06-11 Glenn Morris <rgm@gnu.org>
167
168 * maintaining.texi (VC Directory Commands): Copyedit.
169 (Branches): Put back milder version of pre 2013-06-07 text.
170
04362df8
XF
1712013-06-07 Xue Fuqiao <xfq.free@gmail.com>
172
9102c47a 173 * maintaining.texi (Branches): Remove text copied from other sources.
04362df8 174
80fa505f
AM
1752013-06-05 Alan Mackenzie <acm@muc.de>
176
177 * search.texi (Isearch Scroll): Rename to "Not Exiting Isearch".
d2bf7a98
JL
178 (Not Exiting Isearch): Document new user option
179 `isearch-allow-prefix'. (Bug#9706)
80fa505f 180
e5e4a942
JL
1812013-06-03 Juri Linkov <juri@jurta.org>
182
183 * display.texi (Highlight Interactively): Add global keybindings
184 with the key prefix `M-s h'. Document old command `highlight-phrase'.
185 Document new command `highlight-symbol-at-point'.
186
67a3c09b
XF
1872013-06-02 Xue Fuqiao <xfq.free@gmail.com>
188
189 * maintaining.texi (Branches): Add motivations for branching.
9c3b7be7
XF
190 (VC Mode Line): Fix typo.
191 (VC Directory Commands): Mention `vc-dir-hide-up-to-date' with
192 prefix argument.
67a3c09b 193
c362f195
XF
1942013-06-02 Michael Albinus <michael.albinus@gmx.de>
195
196 * cmdargs.texi (General Variables): Use "unix:path=/dev/null" as
197 dummy value for $DBUS_SESSION_BUS_ADDRESS. It also suppresses
198 autolaunching of the D-Bus session bus.
199
f46305c8 2002013-06-01 Glenn Morris <rgm@gnu.org>
fc5b3b95
GM
201
202 * programs.texi (Semantic): Fix typo.
203
bee07d4f
XF
2042013-05-30 Xue Fuqiao <xfq.free@gmail.com>
205
206 * maintaining.texi (Types of Log File): Supplement some
207 information of change log files.
208
6d65486d
JL
2092013-05-15 Juri Linkov <juri@jurta.org>
210
211 * search.texi (Repeat Isearch): Mention key `RET' to finish
212 editing the string. (Bug#13348)
213
27c8b6eb
GM
2142013-05-14 Glenn Morris <rgm@gnu.org>
215
216 * ack.texi (Acknowledgments): Don't mention obsolete sup-mouse.el.
217
2d809ffa 2182013-05-09 Glenn Morris <rgm@gnu.org>
3bcc28ed
GM
219
220 * sending.texi (Mail Sending): Fix typo.
221
222 * windows.texi (Change Window): Fix typo.
223
90ed99d5
GM
224 * custom.texi (Changing a Variable): Fix typo.
225
9698b18f
GM
226 * trouble.texi (Contributing): Remove obsolete info re pretesters.
227
cbee2131
PE
2282013-05-05 Paul Eggert <eggert@cs.ucla.edu>
229
230 `write-region-inhibit-fsync' defaults to noninteractive (Bug#14273).
231 * cmdargs.texi (Initial Options):
232 * files.texi (Customize Save): Document this.
233
fd3a9a6b
GM
2342013-05-04 Glenn Morris <rgm@gnu.org>
235
236 * calendar.texi (Importing Diary): Mention diary-from-outlook-function.
237
5294599f
PE
2382013-03-17 Paul Eggert <eggert@cs.ucla.edu>
239
240 doc: convert some TeX accents to UTF-8
241 * ack.texi (Acknowledgments):
242 * emacs.texi (Acknowledgments):
243 Convert some TeX accents (e.g., '@l{}') to UTF-8 (e.g., 'ł').
244 Apparently the TeX accents cause problems when generating gnu.org
245 web pages, e.g., @l{} is rendered as '/l' on
246 <http://www.gnu.org/software/emacs/manual/html_node/
247 emacs/Acknowledgments.html>.
248
78be8b64 2492013-03-16 Glenn Morris <rgm@gnu.org>
c0765905
GM
250
251 * emacs.texi (Top): Add some stuff specific to www.gnu.org.
252
681ebc33
PE
2532013-03-04 Paul Eggert <eggert@cs.ucla.edu>
254
255 Prefer UTF-8 for documentation.
256 With GNU Texinfo 5.0, this generates nicer-looking info files,
257 since they can use curly quotes. With older Texinfo it doesn't matter.
258 * ack.texi, cal-xtra.texi, calendar.texi, emacs-xtra.texi, emacs.texi:
259 Switch from Latin-1 to UTF-8.
260
929aeac6 2612013-02-28 Bastien Guerry <bzg@gnu.org>
336d2ce2
BG
262
263 * xresources.texi (GTK resources): Fix broken link.
264
343a2aef
EZ
2652013-02-25 Eli Zaretskii <eliz@gnu.org>
266
267 * files.texi (Interlocking): Don't refer to symlinks as the
268 exclusive means of locking files.
269
cee1a690
GM
2702013-02-22 Glenn Morris <rgm@gnu.org>
271
272 * ack.texi (Acknowledgments):
273 * emacs.texi (Acknowledgments): Small updates.
274
f0c954fa
GM
2752013-02-21 Glenn Morris <rgm@gnu.org>
276
277 * files.texi (File Conveniences): Not just GIFs can be animated.
278
4e16ddf4
GM
2792013-02-13 Glenn Morris <rgm@gnu.org>
280
281 * ack.texi (Acknowledgments): Don't mention yow any more.
282
a683d06b
PE
2832013-02-13 Paul Eggert <eggert@cs.ucla.edu>
284
285 * cmdargs.texi (General Variables):
286 Fix TMPDIR documentation to match the code's behavior.
287
c4af1efc
GM
2882013-02-10 Glenn Morris <rgm@gnu.org>
289
290 * trouble.texi (Checklist): Update bug keybinding.
291
8549f9e8
EZ
2922013-02-09 Eli Zaretskii <eliz@gnu.org>
293
294 * msdog.texi (Text and Binary): Delete the description of
295 file-name-buffer-file-type-alist.
296
7f102272
PE
2972013-01-19 Paul Eggert <eggert@cs.ucla.edu>
298
ee271528
PE
299 * trouble.texi (Crashing): Suggest -p for newer addr2line. (Bug#13445)
300 Without it, I don't see function names. Older addr2line
301 implementations will die out sooner or later, so tailor the
302 first suggestion to recent addr2line, with a followup about
303 older ones.
7f102272 304
795e7a5b 3052013-01-19 Glenn Morris <rgm@gnu.org>
e17b9777
GM
306
307 * custom.texi (Directory Variables): Fix paren typo.
308
ecde0368
GM
309 * trouble.texi (Crashing): Not all addr2line have -p. (Bug#13445)
310
827253f7
GM
311 * custom.texi (Custom Themes): Fix typo.
312
acfe10b7
BG
3132013-01-07 Bastien Guerry <bzg@gnu.org>
314
315 * help.texi (Apropos): Document `apropos-user-option' and update
316 the doc for `apropos-variable'.
317
f8acde11
GM
3182013-01-05 Glenn Morris <rgm@gnu.org>
319
320 * text.texi (HTML Mode): Remove deleted nxml C-RET binding.
321
d72a2793
GM
3222012-12-21 Glenn Morris <rgm@gnu.org>
323
324 * emacs-xtra.texi (copying): The FSF does not sell copies of this.
325 Simply include doclicense.
326
1b947faa
CY
3272012-12-21 Chong Yidong <cyd@gnu.org>
328
329 * frames.texi (Mouse Commands): Fix description of the effect of
330 mouse dragging (Bug#13049).
331
f25f57bf
JL
3322012-12-15 Juri Linkov <juri@jurta.org>
333
334 * misc.texi (Recursive Edit): Add a link to "Query Replace".
335 (Bug#13181)
336
265c2fbf 3372012-12-10 Dani Moncayo <dmoncayo@gmail.com>
6ce49f24
DM
338
339 * killing.texi (Deletion): Doc fix (Bug#12748).
340
4288142b
PE
3412012-12-06 Paul Eggert <eggert@cs.ucla.edu>
342
343 * doclicense.texi, gpl.texi: Update to latest version from FSF.
344 These are just minor editorial changes.
345
d8ad4d3f 3462012-12-06 Juanma Barranquero <lekktu@gmail.com>
26163acc
JB
347
348 * vc1-xtra.texi (General VC Options): Remove obsolete reference
349 to `vc-path'.
350
c5bc2d1d 3512012-12-03 Chong Yidong <cyd@gnu.org>
547d6865
CY
352
353 * custom.texi (Init Rebinding): kbd is now a function (Bug#13052).
354
1cbaa705
KR
3552012-12-02 Kevin Ryde <user42@zip.com.au>
356
357 * maintaining.texi (Tag Syntax): Mention (defvar foo) handling.
358
00054d21
KR
3592012-12-01 Kevin Ryde <user42@zip.com.au>
360
361 * maintaining.texi (Tag Syntax): Mention Perl's "use constant".
362
c07a6ded
PE
3632012-11-24 Paul Eggert <eggert@cs.ucla.edu>
364
365 * doclicense.texi, gpl.texi: Update to latest version from FSF.
366 These are just minor editorial changes.
367
6ef2e5ef 3682012-11-21 Dani Moncayo <dmoncayo@gmail.com>
d1a355a1
DM
369
370 * display.texi (Auto Scrolling): Fix some inaccuracies, plus
371 clarifications (Bug#12865).
372 (Horizontal Scrolling): Clarifications.
373
2ac9538d 3742012-11-18 Dani Moncayo <dmoncayo@gmail.com>
0a27d94c
DM
375
376 * mark.texi (Disabled Transient Mark): Doc fixes (Bug#12746).
377
a33da68b
EZ
3782012-11-16 Eli Zaretskii <eliz@gnu.org>
379
380 * trouble.texi (Crashing): Add information about MS-Windows and
381 the emacs_backtrace.txt file. (Bug#12908)
382
f78ee6af 3832012-11-13 Chong Yidong <cyd@gnu.org>
0f5414fc
CY
384
385 * building.texi (Multithreaded Debugging): gdb-stopped-hooks is
386 actually named gdb-stopped-functions.
387
f78ee6af 3882012-11-13 Glenn Morris <rgm@gnu.org>
adad6d8f
GM
389
390 * misc.texi (Single Shell): Mention async-shell-command-buffer.
391
19e09879
GM
3922012-11-10 Glenn Morris <rgm@gnu.org>
393
394 * misc.texi (Terminal emulator): Rename `term-face' to `term'.
395
ef7238c3
GM
396 * emacs.texi (Acknowledgments): Add profiler author.
397 * ack.texi (Acknowledgments): Add some recent contributions.
398
6baf66d5 3992012-11-10 Chong Yidong <cyd@gnu.org>
4c1f6a5b 400
9d9e48d9
CY
401 * files.texi (Diff Mode): Doc fixes for
402 diff-delete-trailing-whitespace (Bug#12831).
403
4c1f6a5b
CY
404 * trouble.texi (Crashing): Copyedits.
405
6baf66d5 4062012-11-10 Glenn Morris <rgm@gnu.org>
26f59676
GM
407
408 * files.texi (Diff Mode): Trailing whitespace updates.
409
6baf66d5 4102012-11-10 Chong Yidong <cyd@gnu.org>
cce0aa5a 411
4eeba558
CY
412 * misc.texi (Terminal emulator): Document Term mode faces.
413
7d806bfe
CY
414 * mini.texi (Basic Minibuffer): New node. Document
415 minibuffer-electric-default-mode.
416
417 * display.texi (Visual Line Mode): Fix index entry.
418
cce0aa5a
CY
419 * buffers.texi (Several Buffers): List Buffer Menu command anmes,
420 and index the keybindings. Document tabulated-list-sort.
421 (Kill Buffer): Capitalize Buffer Menu.
422
423 * trouble.texi (Memory Full): Capitalize Buffer Menu.
424
6baf66d5 4252012-11-10 Eli Zaretskii <eliz@gnu.org>
bff6f241
EZ
426
427 * display.texi (Auto Scrolling): Clarify that scroll-step is
428 ignored when scroll-conservatively is set to a non-zero value.
429 (Bug#12801)
430
6baf66d5 4312012-11-10 Chong Yidong <cyd@gnu.org>
766376c6
CY
432
433 * dired.texi (Dired Updating): Doc fix (Bug#11744).
434
87288971
MA
4352012-10-30 Michael Albinus <michael.albinus@gmx.de>
436
437 * trouble.texi (Known Problems): Mention command `debbugs-gnu-usertags'.
438
fc83c2de
CY
4392012-10-29 Chong Yidong <cyd@gnu.org>
440
441 * dired.texi (Shell Commands in Dired): Document changes to the
442 dired-do-async-shell-command.
443
82b21017
GM
4442012-10-28 Glenn Morris <rgm@gnu.org>
445
446 * ack.texi (Acknowledgments): Mention gv.el.
447
caa5e5a4
BG
4482012-10-27 Bastien Guerry <bzg@gnu.org>
449
450 * screen.texi (Menu Bar): Fix typo.
451
05b621a6
CY
4522012-10-27 Chong Yidong <cyd@gnu.org>
453
454 * frames.texi (Mouse Avoidance): Mention new variable
455 mouse-avoidance-banish-position.
456
457 * programs.texi (Which Function): Which Function mode now works in
458 all major modes by default.
459
460 * mule.texi (Recognize Coding): Remove an unreferenced vindex.
461
462 * files.texi (Misc File Ops): Symbolic links on Windows only work
463 on Vista and later.
464
465 * building.texi (Compilation): Document compilation-always-kill.
466
467 * search.texi (Symbol Search): New node.
468
469 * package.texi (Package Menu): Document the "new" status.
470
471 * windows.texi (Window Choice): Don't refer to the obsolete
472 special-display feature.
473
cd996018
CY
4742012-10-24 Chong Yidong <cyd@gnu.org>
475
476 * mule.texi (Text Coding): set-buffer-file-coding-system can now
477 be invoked from the mode line.
478
479 * dired.texi (Dired Deletion, Marks vs Flags): Document Emacs 24.3
480 changes to the mark and unmark commands.
481 (Comparison in Dired): Document chages to dired-diff. Remove M-=,
482 which is no longer bound to dired-backup-diff.
483
fe605b94
BG
4842012-10-23 Bastien Guerry <bzg@gnu.org>
485
9eadb1a9
BG
486 * text.texi (Org Authoring): Use a comma after @ref to avoid the
487 insertion of a period in the Info output.
fe605b94 488
d1069532
SM
4892012-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
490
491 * custom.texi (Hooks): Clarify that -hooks is deprecated.
492
1fb3aa3f
CY
4932012-10-23 Chong Yidong <cyd@gnu.org>
494
495 * kmacro.texi (Edit Keyboard Macro): Fix typo.
496
f42f1094
DM
4972012-10-18 Dani Moncayo <dmoncayo@gmail.com>
498
499 * mini.texi (Completion Options): Fix off-by-one error. (Bug#12644)
500
6c24e35f
GM
5012012-10-17 Glenn Morris <rgm@gnu.org>
502
503 * mini.texi (Repetition): Further copyedit.
504
429cdb05
DM
5052012-10-17 Dani Moncayo <dmoncayo@gmail.com>
506
507 * mini.texi (Repetition): Copyedit.
508
e5a94ec4
JL
5092012-10-16 Juri Linkov <juri@jurta.org>
510
511 * search.texi (Query Replace): Document multi-buffer replacement
512 keys. (Bug#12655)
513
514 * maintaining.texi (Tags Search): Change link "Replace" to
515 "Query Replace".
516
73f2b4ab
CY
5172012-10-13 Chong Yidong <cyd@gnu.org>
518
519 * files.texi (File Conveniences): ImageMagick enabled by default.
520
d8e213eb
DM
5212012-10-10 Dani Moncayo <dmoncayo@gmail.com>
522
523 * basic.texi (Arguments): Fix typos.
524
b859a383
GM
5252012-10-08 Glenn Morris <rgm@gnu.org>
526
cad4f290
GM
527 * cal-xtra.texi (Calendar Customizing): Mention calendar-month-header.
528
b859a383
GM
529 * calendar.texi (Writing Calendar Files): Mention cal-html-holidays.
530
f1f4dba0
GM
5312012-10-06 Glenn Morris <rgm@gnu.org>
532
533 * calendar.texi (Writing Calendar Files): Tweak week descriptions.
534 Mention cal-tex-cursor-week2-summary.
535
c6b68a28
CY
5362012-10-06 Chong Yidong <cyd@gnu.org>
537
538 * mini.texi (Passwords): Fix typo.
539
751bac18
GM
5402012-10-02 Glenn Morris <rgm@gnu.org>
541
542 * maintaining.texi (VC Directory Commands):
543 Remove duplicate `q' entry. (Bug#12553)
544
48de8b12
CY
5452012-09-30 Chong Yidong <cyd@gnu.org>
546
547 * killing.texi (Rectangles): Document copy-rectangle-as-kill.
548
549 * search.texi (Special Isearch): Document the lax space search
550 feature and M-s SPC.
551 (Regexp Search): Move main search-whitespace-regexp description to
552 Special Isearch.
553 (Replace): Document replace-lax-whitespace.
554
555 * basic.texi (Position Info): Document C-u M-=.
556 (Moving Point): Document move-to-column.
557
558 * display.texi (Useless Whitespace): Add delete-trailing-lines.
559
560 * misc.texi (emacsclient Options): Document the effect of
561 initial-buffer-choice on client frames. Document server-auth-dir.
562 Do not document server-host, which is bad security practice.
563
564 * building.texi (Lisp Libraries): Docstring lookups can trigger
565 autoloading. Document help-enable-auto-load.
566
567 * mini.texi (Yes or No Prompts): New node.
568
569 * ack.texi (Acknowledgments): Remove obsolete packages.
570
4695c850
GM
5712012-09-27 Glenn Morris <rgm@gnu.org>
572
573 * cal-xtra.texi (Advanced Calendar/Diary Usage):
574 Rename the section to be more general.
575 * emacs.texi: Update menu.
576
e109c4a6
CY
5772012-09-23 Chong Yidong <cyd@gnu.org>
578
579 * buffers.texi (Misc Buffer): Replace toggle-read-only with
580 read-only-mode.
581
582 * files.texi (Visiting): Likewise.
583
2e83df57
PE
5842012-09-22 Paul Eggert <eggert@cs.ucla.edu>
585
586 * trouble.texi (Crashing): Document ulimit -c.
587
58f3a196
PE
5882012-09-21 Paul Eggert <eggert@cs.ucla.edu>
589
590 * trouble.texi (Crashing): Document addr2line.
591
4ef1567b
CY
5922012-09-19 Chong Yidong <cyd@gnu.org>
593
594 * killing.texi (Yanking): Minor clarification (Bug#12469).
595
9e9da873
CY
5962012-09-17 Chong Yidong <cyd@gnu.org>
597
598 * building.texi (GDB User Interface Layout): Remove reference to
599 removed variable gdb-use-separate-io-buffer (Bug#12454).
600
0979429b
J
6012012-09-08 Jambunathan K <kjambunathan@gmail.com>
602
603 * regs.texi (Text Registers): `C-x r +' can now be used instead of
604 M-x append-to-register. New option `register-separator'.
605 (Number Registers): Mention that `C-x r +' is polymorphic.
606
14ba4cf3
CY
6072012-09-07 Chong Yidong <cyd@gnu.org>
608
609 * windows.texi (Window Choice): Don't mention obsolete
610 display-buffer-reuse-frames.
611
cf29dd84
PE
6122012-09-04 Paul Eggert <eggert@cs.ucla.edu>
613
614 Give more-useful info on a fatal error (Bug#12328).
615 * trouble.texi (Crashing): New section, documenting this.
616
aa0ecd94
MA
6172012-08-24 Michael Albinus <michael.albinus@gmx.de>
618
0979429b
J
619 * cmdargs.texi (General Variables):
620 Setting $DBUS_SESSION_BUS_ADDRESS to a dummy value suppresses
621 connections to the D-Bus session bus. (Bug#12112)
aa0ecd94 622
ba025fbd
EZ
6232012-08-14 Eli Zaretskii <eliz@gnu.org>
624
625 * building.texi (Debugger Operation): Correct and improve
626 documentation of the GUD Tooltip mode.
627
0c51ff6d
CY
6282012-07-31 Chong Yidong <cyd@gnu.org>
629
630 * emacs.texi: Fix ISBN (Bug#12080).
631
35b6586e
CY
6322012-08-05 Chong Yidong <cyd@gnu.org>
633
634 * display.texi (Faces): Document frame-background-mode (Bug#7774).
635
636 * custom.texi (Face Customization): Move discussion of face
637 inheritance here, from Faces section.
638
0e1a094f 6392012-07-28 Eli Zaretskii <eliz@gnu.org>
3dfa7993
EZ
640
641 * frames.texi (Mouse Commands): Fix the description of mouse-2.
642 (Bug#11958)
643
e32a12b5
CY
6442012-07-19 Chong Yidong <cyd@gnu.org>
645
646 * emacs.texi: Update ISBN.
647
9ea10cc3
CY
6482012-07-17 Chong Yidong <cyd@gnu.org>
649
650 * basic.texi (Inserting Text): Replace ucs-insert with
651 insert-char. Provide more details of input.
652
653 * mule.texi (International Chars, Input Methods): Likewise.
654
b68b3337
CY
6552012-07-13 Chong Yidong <cyd@gnu.org>
656
dea31bd3
CY
657 * custom.texi (Examining): Update C-h v message.
658
b68b3337
CY
659 * buffers.texi (Misc Buffer): Document view-read-only.
660
ab4c47d3
CY
6612012-07-07 Chong Yidong <cyd@gnu.org>
662
663 * custom.texi (Init File): Index site-lisp (Bug#11435).
664
6edc3d28
CY
6652012-07-06 Chong Yidong <cyd@gnu.org>
666
667 * emacs.texi: Re-order top-level menu to correspond to logical
668 order, to avoid makeinfo warnings.
669
670 * ack.texi (Acknowledgments): Note new python.el.
671
3812efdc
CY
6722012-06-29 Chong Yidong <cyd@gnu.org>
673
674 * maintaining.texi (Basic VC Editing, VC Pull, Merging):
675 * basic.texi (Erasing, Basic Undo): Fix markup.
676
c8d3a25c 6772012-06-29 Glenn Morris <rgm@gnu.org>
50d5cb25
GM
678
679 * fixit.texi (Undo): Grammar fixes. (Bug#11779)
680
c8d3a25c 6812012-06-29 Michael Witten <mfwitten@gmail.com> (tiny change)
3b6f7280
MW
682
683 * fixit.texi (Undo): Fix typo. (Bug#11775)
684
65400531
GM
6852012-06-27 Glenn Morris <rgm@gnu.org>
686
687 * ack.texi (Acknowledgments): Tiny update.
688
ac1a0ce1 6892012-06-21 Glenn Morris <rgm@gnu.org>
2fecccba
GM
690
691 * Makefile.in: Rename infodir to buildinfodir throughout. (Bug#11737)
692
ddfbf826 6932012-06-17 Chong Yidong <cyd@gnu.org>
84f4a531 694
ddfbf826 695 * emacs.texi: Remove urlcolor setting. Update ISBN and edition number.
166bc0c8
CY
696
697 * anti.texi:
698 * building.texi:
699 * cmdargs.texi:
700 * custom.texi:
701 * display.texi:
702 * files.texi:
703 * frames.texi:
704 * glossary.texi:
705 * misc.texi:
706 * mule.texi:
707 * programs.texi:
708 * sending.texi:
709 * text.texi: Copyedits to avoid underfull/overfull in 7x9 manual.
710
85973ba0
MA
7112012-06-06 Michael Albinus <michael.albinus@gmx.de>
712
713 * custom.texi (Directory Variables): Mention enable-remote-dir-locals.
714
c1dabff0
GM
7152012-05-28 Glenn Morris <rgm@gnu.org>
716
717 * ack.texi, building.texi, calendar.texi, custom.texi:
718 * maintaining.texi, text.texi: Use @LaTeX rather than La@TeX.
719
abb9615e
GM
7202012-05-27 Glenn Morris <rgm@gnu.org>
721
bd39eb06
GM
722 * emacs.texi: Simplify following removal of node pointers.
723
abb9615e
GM
724 * ack.texi, anti.texi, basic.texi, buffers.texi, building.texi:
725 * cmdargs.texi, commands.texi, display.texi, emacs.texi:
726 * entering.texi, files.texi, fixit.texi, frames.texi, glossary.texi:
727 * gnu.texi, help.texi, indent.texi, killing.texi, kmacro.texi:
728 * m-x.texi, macos.texi, maintaining.texi, mark.texi, mini.texi:
729 * misc.texi, modes.texi, msdog.texi, mule.texi, programs.texi:
730 * regs.texi, screen.texi, search.texi, text.texi, trouble.texi:
731 * windows.texi, xresources.texi: Nuke hand-written node pointers.
732
6c200b4a
GM
7332012-05-22 Glenn Morris <rgm@gnu.org>
734
735 * emacs.texi (Acknowledgments): Add another contributor.
736
3fe7cdc8
GM
7372012-05-12 Glenn Morris <rgm@gnu.org>
738
739 * Makefile.in (MKDIR_P): New, set by configure.
740 (mkinfodir): Use $MKDIR_P.
741
dc0f75c8
GM
7422012-05-10 Glenn Morris <rgm@gnu.org>
743
b8a82b69
GM
744 * mule.texi (Disabling Multibyte): Replace the obsolete "unibyte: t"
745 with "coding: raw-text".
746
dc0f75c8
GM
747 * files.texi (Interlocking): Mention create-lockfiles option.
748
666b903b 7492012-05-09 Chong Yidong <cyd@gnu.org>
ed39e4e2
CY
750
751 * frames.texi (Mouse References, Mouse Commands): Fix index
752 entries (Bug#11362).
753
eceeb5fc 7542012-05-05 Glenn Morris <rgm@gnu.org>
bbba8869 755
eceeb5fc
CY
756 * custom.texi (Customization Groups, Custom Themes, Examining):
757 Improve page breaks.
758
759 * rmail.texi (Rmail Display): Use example rather than smallexample.
760
761 * calendar.texi: Convert inforefs to refs.
762
763 * dired.texi (Dired Enter): Improve page break.
764
765 * abbrevs.texi (Abbrev Concepts): Copyedits.
766
767 * maintaining.texi (Registering, Tag Syntax):
768 Tweak line and page breaks.
769
770 * programs.texi (Programs, Electric C): Copyedits.
771 (Program Modes): Add xref to Fortran.
772 (Left Margin Paren): Remove what was (oddly enough) the only use
773 of defvar in the entire Emacs manual.
774 (Hungry Delete): Remove footnote about ancient Emacs version.
775 (Other C Commands): Use example rather than smallexample.
776
777 * text.texi (Pages, Filling, Foldout, Org Mode, HTML Mode)
778 (Nroff Mode, Enriched Indentation, Table Rows and Columns):
779 Tweak line and page breaks.
780
781 * modes.texi (Major Modes, Minor Modes): Reword to improve page-breaks.
782 (Major Modes): Use example rather than smallexample.
bbba8869 783
eceeb5fc
CY
784 * mule.texi (Output Coding): Reword to improve page-breaks.
785
786 * frames.texi (Fonts): Tweak line and page breaks.
787 Use example rather than smallexample. Change cross-reference.
788 (Text-Only Mouse): Fix xref.
789
790 * buffers.texi (Buffers, Kill Buffer, Several Buffers)
791 (Indirect Buffers): Tweak line- and page-breaks.
792
793 * fixit.texi (Fixit, Undo): Reword to improve page-breaks.
794
8045b906
GM
7952012-05-04 Glenn Morris <rgm@gnu.org>
796
797 * Makefile.in (INFO_EXT, INFO_OPTS): New, set by configure.
798 (info, infoclean): Use $INFO_EXT.
799 ($(infodir)/emacs$(INFO_EXT)): Use $INFO_EXT and $INFO_OPT.
800 * makefile.w32-in (INFO_EXT, INFO_OPTS): New.
801 (INFO_TARGETS): Use $INFO_EXT.
802 ($(infodir)/emacs$(INFO_EXT)): Use $INFO_EXT and $INFO_OPT, and -o.
803
90207a15 8042012-05-02 Glenn Morris <rgm@gnu.org>
bbba8869
GM
805
806 * emacs.texi (@copying): Only print EDITION in the TeX version.
807
e2058813
GM
808 * search.texi (Regexp Search): Just say "Emacs".
809
a162959e
GM
810 * display.texi (Auto Scrolling):
811 Reword to avoid repetition and improve page break.
812
9eb25ee8
GM
813 * xresources.texi (Resources):
814 * mule.texi (Language Environments):
815 * misc.texi (Amusements):
816 * maintaining.texi (VC Change Log):
817 * frames.texi (Fonts):
818 * custom.texi (Specifying File Variables, Minibuffer Maps):
819 * cmdargs.texi (Initial Options):
820 * building.texi (Flymake):
821 Reword to remove/reduce some overly long/short lines.
822
a4289d0e
GM
8232012-04-27 Glenn Morris <rgm@gnu.org>
824
825 * emacs.texi: Some fixes for detailed menu.
826
1a72be46
GM
827 * emacs.texi: Add "et al." to authors.
828
16152b76
GM
829 * ack.texi, basic.texi, buffers.texi, building.texi:
830 * calendar.texi, cmdargs.texi, commands.texi, custom.texi:
831 * dired.texi, display.texi, emerge-xtra.texi, files.texi:
832 * fortran-xtra.texi, help.texi, kmacro.texi, mini.texi, misc.texi:
833 * msdog-xtra.texi, picture-xtra.texi, programs.texi, rmail.texi:
834 * search.texi, trouble.texi, windows.texi:
835 Use Texinfo recommended convention for quotes+punctuation.
836
578c1d4b 8372012-04-27 Eli Zaretskii <eliz@gnu.org>
84412f2c 838
578c1d4b
GM
839 * mule.texi (Bidirectional Editing): Improve indexing.
840 Minor wording tweaks.
84412f2c 841
467a33d0
CY
8422012-04-15 Chong Yidong <cyd@gnu.org>
843
844 * misc.texi (emacsclient Options): More clarifications.
845
e6fd457e 8462012-04-15 Glenn Morris <rgm@gnu.org>
05806f43 847
41be52d7
GM
848 * msdog.texi (Windows Printing): It doesn't set printer-name.
849
05806f43
GM
850 * mule.texi (Language Environments): Move font info to "Fontsets".
851 (Fontsets): Move intlfonts etc here from "Language Environments".
852 Copyedits.
853 (Defining Fontsets, Modifying Fontsets, Undisplayable Characters)
854 (Unibyte Mode, Charsets, Bidirectional Editing): Copyedits.
855
e6fd457e 8562012-04-15 Chong Yidong <cyd@gnu.org>
6a00f380 857
0be641c0
CY
858 * glossary.texi (Glossary): Standardize on "text terminal"
859 terminology. All callers changed.
860
6a00f380
CY
861 * misc.texi (emacsclient Options): Document "client frame" concept
862 and its effect on C-x C-c more carefully.
863
e6fd457e 8642012-04-15 Glenn Morris <rgm@gnu.org>
71cd7772 865
870e8fb8
GM
866 * frames.texi (Scroll Bars):
867 * glossary.texi (Glossary): Use consistent case for "X Window System".
868
71cd7772
GM
869 * mule.texi (Select Input Method, Coding Systems):
870 State command names in kbd tables.
871 (Recognize Coding): Add cross-ref.
872 (Output Coding): Don't mention message mode in particular.
873 (Text Coding, Communication Coding, File Name Coding, Terminal Coding):
874 Copyedits.
875
35dc09a1 8762012-04-14 Glenn Morris <rgm@gnu.org>
05f7d0d3
GM
877
878 * mule.texi (Select Input Method, Coding Systems, Recognize Coding):
879 Copyedits.
880 (Coding Systems): Mac OS X apparently uses newlines for EOL.
881 (Recognize Coding): Remove old auto-coding-regexp-alist example.
882 auto-coding-functions does not override coding: tags.
883 Remove rmail-decode-mime-charset; it no longer has any effect.
884
35dc09a1 8852012-04-14 Chong Yidong <cyd@gnu.org>
81927dd2
CY
886
887 * custom.texi (Creating Custom Themes): Add reference to Custom
888 Themes node in Lisp manual.
889
35dc09a1 8902012-04-14 Glenn Morris <rgm@gnu.org>
8edb942b
GM
891
892 * mule.texi (International): Copyedits.
893 (International Chars): Update C-x = example output.
894 (Disabling Multibyte): Rename from "Enabling Multibyte".
895 Clarify what "unibyte: t" does, and mode-line description.
896 (Unibyte Mode): Update for "Disabling Multibyte" node name change.
897 Use Texinfo recommended convention for quotes+punctuation.
e0550cae 898 (Language Environments): Copyedits.
893585f4
GM
899 (Input Methods): Copyedits. Use "^" for the postfix example,
900 because it is less confusing inside Info's `quotes'.
e0550cae 901
bd7239f5 902 * custom.texi (Specifying File Variables): Fix "unibyte" description.
8edb942b
GM
903 Update for "Disabling Multibyte" node name change.
904 * emacs.texi: Update for "Disabling Multibyte" node name change.
905
1c64e6ed
GM
906 * abbrevs.texi, arevert-xtra.texi, buffers.texi, building.texi:
907 * cmdargs.texi, custom.texi, entering.texi, files.texi, frames.texi:
908 * glossary.texi, help.texi, macos.texi, maintaining.texi, mini.texi:
909 * misc.texi, package.texi, programs.texi, screen.texi, search.texi:
910 * sending.texi, text.texi, trouble.texi:
911 Use @file for buffers, per the Texinfo manual.
912
20331c1c
GM
913 * entering.texi (Entering Emacs):
914 Do not mention initial-buffer-choice = t.
915
8fc85b20
GM
916 * misc.texi (Gnus Startup): Use @env for environment variables.
917
35dc09a1
GM
918 * Makefile.in: Replace non-portable use of $< in ordinary rules.
919
87124233
GM
9202012-04-12 Glenn Morris <rgm@gnu.org>
921
922 * ack.texi (Acknowledgments): Don't mention obsolete mailpost.el.
923
f3774f20
GM
9242012-04-07 Glenn Morris <rgm@gnu.org>
925
926 * emacsver.texi (EMACSVER): Bump version to 24.1.50.
927
8980d0b9
GM
9282012-04-05 Glenn Morris <rgm@gnu.org>
929
930 * glossary.texi (Glossary): Use anchors for internal cross-references.
931
8bf27c8a
GM
9322012-04-04 Glenn Morris <rgm@gnu.org>
933
934 * glossary.texi (Glossary): Copyedits.
935 Use Texinfo-recommended convention for quotes and punctuation.
936 Comment out a few specialized (Rmail) items.
a0706406 937 New items: Bidirectional Text, Client, Directory Local Variable,
56964ab5 938 File Local Variable, Package, Server, Theme, Trash Can.
8bf27c8a 939
529c06b6
CY
9402012-04-03 Chong Yidong <cyd@gnu.org>
941
942 * sending.texi (Mail Misc): Fix an index entry.
943
53b0595a
EZ
9442012-04-02 Eli Zaretskii <eliz@gnu.org>
945
946 * msdog.texi (Windows Startup): Add description of emacsclient
947 operation under -c and -t on MS-Windows.
948
949 * misc.texi (emacsclient Options): Add cross-reference to "Windows
950 Startup". (Bug#11091)
951
d8e213eb 9522012-04-02 Dani Moncayo <dmoncayo@gmail.com>
dc663c79
DM
953
954 * custom.texi (Changing a Variable): Fix example.
955
0d224826
EZ
9562012-04-01 Eli Zaretskii <eliz@gnu.org>
957
958 * misc.texi (emacsclient Options): More clarifications about -t
959 and -c on MS-Windows. (Bug#11091)
960
1d265f9f
EZ
9612012-03-31 Eli Zaretskii <eliz@gnu.org>
962
963 * misc.texi (emacsclient Options): Document peculiarities of new
964 frame creation on MS-Windows under -c or -t options. (Bug#11091)
965
5319014e
CY
9662012-03-30 Chong Yidong <cyd@gnu.org>
967
968 * files.texi (File Conveniences): Clarify Imagemagick discussion.
969
2bfab837
GM
9702012-03-22 Glenn Morris <rgm@gnu.org>
971
972 * dired.texi (Operating on Files): Fix dired-recursive-copies default.
973
986bd52a
CY
9742012-03-17 Chong Yidong <cyd@gnu.org>
975
976 * package.texi (Package Installation): Document use of
977 package-initialize in init file.
978
66ecdc9e
GM
9792012-03-16 Glenn Morris <rgm@gnu.org>
980
981 * help.texi (Language Help):
982 * mule.texi (International Chars):
983 etc/HELLO is for character demonstration.
984
d8e213eb 9852012-03-15 Dani Moncayo <dmoncayo@gmail.com>
9805f81d
DM
986
987 * dired.texi (Shell Commands in Dired): Fix typo.
988
a08a07e3
CY
9892012-03-04 Chong Yidong <cyd@gnu.org>
990
991 * killing.texi (Clipboard): Document clipboard manager.
992
53eced6d
GM
9932012-02-29 Glenn Morris <rgm@gnu.org>
994
f8425af2
GM
995 * ack.texi (Acknowledgments): Use @Tex{} in more places.
996
775b55af
GM
997 * emacs.texi, help.texi, text.texi: Use "" quotes in menus.
998
53eced6d
GM
999 * dired.texi, emacs.texi: Use @code{} in menus when appropriate.
1000
44e97401
GM
10012012-02-28 Glenn Morris <rgm@gnu.org>
1002
1003 * custom.texi, display.texi, emacs.texi, files.texi:
1004 * msdog-xtra.texi, msdog.texi, vc-xtra.texi:
1005 Standardize possessive apostrophe usage.
1006
525795c1
JD
10072012-02-25 Jan Djärv <jan.h.d@swipnet.se>
1008
1009 * macos.texi (Mac / GNUstep Customization): Remove text about
1010 ns-find-file and ns-drag-file (Bug#5855, Bug#10050).
1011
d8e213eb 10122012-02-25 Dani Moncayo <dmoncayo@gmail.com>
562af8bb
DM
1013
1014 * buffers.texi (Select Buffer): Mention that saving in a new file
1015 name can switch to a different major mode.
1016
6ea1787e
GM
10172012-02-23 Glenn Morris <rgm@gnu.org>
1018
49fe4321
GM
1019 * mini.texi (Minibuffer File, Completion Options, Repetition):
1020 Copyedits.
1021 (Completion Example): Other M-x au* commands may be defined.
1022 (Completion Styles): Mention emacs21 and completion-category-overrides.
1023
8f4042d2
GM
1024 * msdog.texi (Text and Binary, ls in Lisp, Windows HOME)
1025 (Windows Keyboard, Windows Mouse, Windows Processes)
1026 (Windows Printing, Windows Misc): Copyedits.
1027 (ls in Lisp): Update switches list.
1028
371fb833
GM
1029 * msdog-xtra.texi (MS-DOS Display): Update list-colors-display xref.
1030 Update dos-mode* function names.
1031 (MS-DOS Printing, MS-DOS and MULE): Copyedits.
1032 (MS-DOS Processes): Add xref to main ls-lisp section.
1033
6ea1787e
GM
1034 * ack.texi (Acknowledgments): Mention smie.
1035
40ace058
GM
10362012-02-22 Glenn Morris <rgm@gnu.org>
1037
1038 * macos.texi: Copyedits. Fix @key/@kbd usage.
1039 (Mac / GNUstep Basics): Don't mention the panels, since the next
1040 section covers them.
1041 (Mac / GNUstep Customization): Merge some panel info from previous.
1042
41f1e868
GM
10432012-02-21 Glenn Morris <rgm@gnu.org>
1044
68af8d4f
GM
1045 * emerge-xtra.texi (Emerge, Submodes of Emerge, Combining in Emerge):
1046 Small fixes.
1047
2e03845d
GM
1048 * emacs-xtra.texi: Picture mode is no longer a chapter.
1049
f9a998c3
GM
1050 * picture-xtra.texi (Basic Picture): C-a does get remapped.
1051
41f1e868
GM
1052 * ack.texi (Acknowledgments): Small changes, including resorting,
1053 and removal of things no longer distributed.
1054
ea09410d
GM
10552012-02-20 Glenn Morris <rgm@gnu.org>
1056
2d2f6581
GM
1057 * emacs.texi (Top, Preface): Small rephrasings.
1058 (menu, detailmenu): Update entries, and reformat some descriptions.
1059 * building.texi, display.texi, emacs-xtra.texi, files.texi:
1060 * frames.texi, kmacro.texi, msdog.texi, programs.texi, text.texi:
1061 Reformat some menu descriptions.
1062
196f8c0e
GM
1063 * ack.texi (Acknowledgments): More updates.
1064
8730412a
GM
1065 * emacs.texi (Acknowledgments): Add several names from ack.texi,
1066 and from Author: headers.
ae15b89b 1067 (Distrib): Small updates.
ea09410d 1068
37863f20
GM
10692012-02-18 Glenn Morris <rgm@gnu.org>
1070
37c3b9ee
GM
1071 * ack.texi (Acknowledgments): Add xref to Org manual.
1072
b474519e
GM
1073 * rmail.texi: Copyedits. Use 'mail composition buffer' in place
1074 of '*mail*', since Message does not call it that.
1075 (Rmail Reply): Rename rmail-dont-reply-to-names.
1076 \\`info- no longer handled specially.
1077 Update for rmail-enable-mime-composing.
1078 Don't mention 'm' for replies.
1079 Don't mention rmail-mail-new-frame and cancelling, since it does
1080 not work for Message at the moment.
1081
a5987767
GM
1082 * cal-xtra.texi: Copyedits.
1083
37863f20
GM
1084 * emacs-xtra.texi: Set encoding to ISO-8859-1.
1085
112d1241
GM
10862012-02-17 Glenn Morris <rgm@gnu.org>
1087
0fd2c9a3
GM
1088 * maintaining.texi (Old Revisions): Fix cross-refs to Ediff manual.
1089
1d6ecbfa
GM
1090 * ack.texi (Acknowledgments): Mention Gnulib.
1091
102f1b54
GM
1092 * ack.texi, calendar.texi, cal-xtra.texi: Use "Bahá'í".
1093
112d1241
GM
1094 * calendar.texi: Misc small changes, including updating the dates
1095 of examples.
1096
3a05ff1d
GM
10972012-02-16 Glenn Morris <rgm@gnu.org>
1098
d1354af0
GM
1099 * calendar.texi: Misc small changes.
1100
5f9756ec
GM
1101 * vc1-xtra.texi (VC Delete/Rename, CVS Options):
1102 * cal-xtra.texi (Diary Display): Fix TeX cross-refs to other manuals.
1103
3b19a30d
GM
1104 * dired-xtra.texi (Subdir Switches): Small fixes.
1105
3a05ff1d
GM
1106 * fortran-xtra.texi: Tiny changes and some adjustments to line breaks.
1107
9f26dc24
GM
11082012-02-15 Glenn Morris <rgm@gnu.org>
1109
1110 * sending.texi (Mail Sending): smtpmail-auth-credentials was removed.
1111
fb969a57
GM
11122012-02-12 Glenn Morris <rgm@gnu.org>
1113
1114 * ack.texi (Acknowledgments):
1115 * emacs.texi (Acknowledgments): Updates for new files in 24.1.
1116
0aca1292
GM
11172012-02-10 Glenn Morris <rgm@gnu.org>
1118
104dc9c6
GM
1119 * mini.texi (Minibuffer Edit): Mention minibuffer-inactive-mode.
1120
0aca1292
GM
1121 * programs.texi (Misc for Programs): Mention electric-layout-mode.
1122
91af9d2e
GM
11232012-02-09 Glenn Morris <rgm@gnu.org>
1124
0aca1292
GM
1125 * buffers.texi (Misc Buffer): M-x info does not seem to require a
1126 buffer switch after M-x rename-uniquely.
63c727b2 1127
91af9d2e
GM
1128 * trouble.texi (Checklist): Mention C-c m in report-emacs-bug.
1129
1ef1990c
JB
11302012-02-09 Jay Belanger <jay.p.belanger@gmail.com>
1131
1132 * text.texi (Org Mode): Fix typo.
1133
e74e58c9
GM
11342012-02-08 Glenn Morris <rgm@gnu.org>
1135
cefee440
GM
1136 * ack.texi (Acknowledgments): Update emacs-lock info.
1137
a7686350
GM
1138 * rmail.texi (Rmail Display): Mention rmail-epa-decrypt.
1139
e74e58c9
GM
1140 * text.texi (LaTeX Editing): Mention latex-electric-env-pair-mode.
1141
fe93bc91
GM
11422012-02-07 Glenn Morris <rgm@gnu.org>
1143
1144 * files.texi (File Conveniences): Mention ImageMagick images.
1145
d273439c
GM
11462012-02-05 Glenn Morris <rgm@gnu.org>
1147
649f602c
GM
1148 * trouble.texi (Checklist): Mention debug-on-event.
1149
d273439c
GM
1150 * maintaining.texi (Maintaining): Add cross-ref to ERT.
1151
a9410bdf
GM
11522012-02-04 Glenn Morris <rgm@gnu.org>
1153
1f5e1a16
GM
1154 * macos.texi (Customization options specific to Mac OS / GNUstep):
1155 New subsection.
1156
b7314ef7
GM
1157 * display.texi (Colors): Mention list-colors-sort.
1158
a9410bdf
GM
1159 * files.texi (File Conveniences): Mention image animation.
1160
75319d7f
CY
11612012-01-31 Chong Yidong <cyd@gnu.org>
1162
1163 * windows.texi (Split Window): C-mouse-2 doesn't work on GTK+
1164 scroll bars (Bug#10666).
1165
2680c309
CY
11662012-01-28 Chong Yidong <cyd@gnu.org>
1167
691db250
CY
1168 * files.texi (Filesets): Fix typos.
1169
2680c309
CY
1170 * display.texi (Faces): Add xref to Colors node.
1171
2a90dfca
DM
11722012-01-27 Dani Moncayo <dmoncayo@gmail.com>
1173
1174 * buffers.texi (Select Buffer): Clarify explanation of switching
1175 to new buffers. Fix description of next-buffer and
6df6ae42 1176 previous-buffer (Bug#10334).
2a90dfca
DM
1177 (Misc Buffer): Add xref to View Mode.
1178
1179 * text.texi (Fill Commands): Fix description of
1180 sentence-end-double-space.
1181
20d2304d
CY
11822012-01-23 Chong Yidong <cyd@gnu.org>
1183
f088cb8b 1184 * anti.texi (Antinews): Add Emacs 23 antinews.
20d2304d 1185
01ec1eed
VS
11862012-01-16 Volker Sobek <reklov@live.com> (tiny change)
1187
1188 * programs.texi (Comment Commands): Typo (bug#10514).
1189
06848b82
CY
11902012-01-15 Chong Yidong <cyd@gnu.org>
1191
1192 * xresources.texi (X Resources): Describe GTK+ case first.
1193 (Resources): Don't use borderWidth as an example, since it doesn't
1194 work with GTK+.
1195 (Table of Resources): Clarify role of several resources, including
1196 the Emacs 24 behavior of cursorBlink etc.
1197 (Face Resources): Node deleted. Recommend using Customize
1198 instead. Add paragraph to `Table of Resources' node summarizing
1199 how to use X resources for changing faces.
1200 (Lucid Resources): Rewrite, omitting description of font names,
1201 referring to the Fonts node instead.
1202 (LessTif Resources): Copyedits.
1203 (GTK resources): Rewrite, describing the difference between gtk2
1204 and gtk3.
1205 (GTK Resource Basics): New node.
1206 (GTK Widget Names, GTK Names in Emacs): Rewrite.
1207 (GTK styles): Just refer to Fonts node for GTK font format.
1208
1209 * display.texi (Faces): Document the cursor face.
1210
a73a3461
CY
12112012-01-14 Chong Yidong <cyd@gnu.org>
1212
01ec1eed 1213 * cmdargs.texi (Action Arguments): No need to mention EMACSLOADPATH.
a73a3461
CY
1214 (General Variables): Add xref to Lisp Libraries.
1215 (Initial Options): Copyedits.
1216 (Resume Arguments): Node deleted; emacs.bash/csh are obsolete.
1217 (Environment): Clarify what getenv does.
1218 (General Variables): Clarify EMACSPATH etc. Emacs does not assume
1219 light backgrounds on xterms.
1220 (Misc Variables): TEMP and TMP are not Windows-specific.
1221 (Display X): Copyedits.
1222 (Colors X): -bd does nothing for GTK.
1223 (Icons X): Gnome 3 doesn't use taskbars.
1224
1225 * misc.texi (Shell): Document exec-path here.
1226
1227 * rmail.texi (Movemail): Add xref for exec-path.
1228
e517eda4
GM
12292012-01-13 Glenn Morris <rgm@gnu.org>
1230
1231 * dired.texi (Dired and Find): Clarify find-ls-options.
1232
1de76afe
CY
12332012-01-09 Chong Yidong <cyd@gnu.org>
1234
71873e2b 1235 * custom.texi (Custom Themes): Switch custom-safe-themes to use
1de76afe
CY
1236 SHA-256.
1237
c61ab18c
CY
12382012-01-07 Chong Yidong <cyd@gnu.org>
1239
e490b289
CY
1240 * display.texi (Useless Whitespace): Add Whitespace mode.
1241
1de77c4c
CY
1242 * custom.texi (Hooks): Discuss how to disable minor modes.
1243
1244 * files.texi (Diff Mode): Discuss diff-auto-refine-mode
e490b289 1245 (Bug#10309). Discuss use of Whitespace mode (Bug#10300).
1de77c4c 1246
c61ab18c
CY
1247 * trouble.texi (Lossage): Refer to Bugs node for problems.
1248 (DEL Does Not Delete): Don't use "usual erasure key" teminology.
1249 (Screen Garbled): Don't refer to terminal "manufacturers".
1250 (Total Frustration): Node deleted. Eliza is documented in
1251 Amusements now.
71873e2b
SM
1252 (Known Problems): More info about using the bug tracker.
1253 Mention debbugs package.
c61ab18c
CY
1254 (Bug Criteria): Copyedits.
1255 (Understanding Bug Reporting): Mention emacs -Q.
1256
89bd9ccd
CY
12572012-01-06 Chong Yidong <cyd@gnu.org>
1258
1259 * custom.texi (Specifying File Variables): The mode: keyword
1260 doesn't have to be first anymore. Add example of specifying minor
1261 modes.
1262 (Directory Variables): Simplify example. Mention application to
1263 non-file buffers.
1264 (Disabling): Use "initialization file" terminology.
1265 (Init Examples): Fix hook example.
1266
8034735f
EZ
12672012-01-06 Eli Zaretskii <eliz@gnu.org>
1268
1269 * cmdargs.texi (MS-Windows Registry): Shorten the index entry.
1270 (Bug#10422)
1271 Move the stuff about resources to xresources.texi.
1272
1273 * xresources.texi (Resources): Move information about setting X
1274 resources in the Registry from cmdargs.texi. Make the index entry
1275 be similar to the one in cmdargs.texi.
1276
b0d7d8af
CY
12772012-01-05 Chong Yidong <cyd@gnu.org>
1278
1279 * custom.texi (Customization Groups): Update example.
1280 (Browsing Custom): Document the new search field.
1281 (Changing a Variable): Update example for Emacs 24 changes.
1282 Document Custom-set and Custom-save commands.
1283 (Face Customization): Document Emacs 24 changes. De-document
1284 modify-face.
1285 (Specific Customization): Mention customize-variable.
1286 (Custom Themes): Add customize-themes, custom-theme-load-path,
1287 custom-theme-directory, and describe-theme.
1288 (Creating Custom Themes): New node.
1289 (Examining): Mention M-:.
1290
1291 * package.texi (Packages): Fix typo.
1292
88c5c7c8
CY
12932012-01-03 Chong Yidong <cyd@gnu.org>
1294
1295 * misc.texi (Single Shell): Don't document Lisp usage of
1296 shell-command. Tidy up discussion of synchronicity. Add index
1297 entries for async-shell-command.
1298 (Interactive Shell): Note that M-x shell uses shell-file-name.
1299 Note change in behavior in Emacs 24.
1300 (Shell Mode): Shell mode now uses completion-at-point.
1301 (Shell Prompts): Emphasize that comint-use-prompt-regexp isn't the
1302 default method for recognizing prompts nowadays.
1303 (Shell Ring): Add xref to Minibuffer History.
1304 (Directory Tracking): Explain Dirtrack mode in more detail.
1305 (Term Mode): Fix index entries.
1306 (Paging in Term): Merge into Term Mode.
1307 (Serial Terminal, Emacs Server, emacsclient Options): Copyedits.
1308 (Printing): Fix xref. State default of lpr-switches.
1309 (PostScript): Remove obsolete sentence. Omit description of
1310 non-interactive behaviors.
1311 (Hyperlinking): Improve description.
1312 (Browse-URL): Using compose-mail for mailto URLs is the default.
1313 Document browse-url-mailto-function.
1314 (Goto Address mode): Add index entries. Add xref to Browse-URL.
1315 (FFAP): FFAP is not a minor mode.
71873e2b
SM
1316 (Amusements): M-x lm was renamed to M-x landmark.
1317 Document nato-region.
88c5c7c8 1318
b8ecfdfe
CY
13192012-01-01 Chong Yidong <cyd@gnu.org>
1320
1321 * misc.texi (Gnus, Buffers of Gnus): Copyedits.
1322 (Gnus Startup): Note that the system might not be set up for news.
1323 Describe group levels more clearly.
1324 (Gnus Group Buffer, Gnus Summary Buffer): New nodes, split from
1325 Summary of Gnus.
1326 (Document View): Copyedits. Move zoom commads to DocView
1327 Navigation node.
1328 (DocView Navigation, DocView Searching, DocView Slicing)
1329 (DocView Conversion): Nodes renamed from Navigation, etc.
1330
1331 * sending.texi (Mail Sending): Add message-kill-buffer-on-exit.
1332
7bc7d2aa
EZ
13332011-12-31 Eli Zaretskii <eliz@gnu.org>
1334
1335 * basic.texi (Moving Point): Fix the description of C-n and C-p.
1336 (Bug#10380)
1337
b30941db
CY
13382011-12-30 Chong Yidong <cyd@gnu.org>
1339
1340 * sending.texi (Sending Mail): Document initial mail buffer name,
1341 and changed multiple mail buffer behavior.
1342 (Mail Format): Put the example at the top of the section.
1343 (Mail Headers): Move discussion of "From" to the top.
1344 (Mail Sending): Document sendmail-query-once.
1345 (Citing Mail): Make it less Rmail-specific.
1346
0ed49f93
CY
13472011-12-29 Chong Yidong <cyd@gnu.org>
1348
1349 * text.texi (Org Mode): Copyedits. Refer to Outline Format for
1350 example. Add index entries.
1351 (Org Organizer, Org Authoring): Nodes renamed. Copyedits.
1352
c40a7de7
CY
13532011-12-26 Chong Yidong <cyd@gnu.org>
1354
71873e2b
SM
1355 * dired.texi (Dired Enter, Misc Dired Features):
1356 Document dired-use-ls-dired changes. Mention quit-window.
c40a7de7
CY
1357 (Dired Navigation): Add index entries.
1358 (Dired Visiting): Fix View Mode xref.
1359 (Marks vs Flags): Prefer C-/ binding for undo.
1360 (Subdirectories in Dired): Add xrefs.
1361 (Misc Dired Features): Document some Emacs 24 changes. Add index
1362 entries.
1363
1364 * abbrevs.texi (Abbrev Concepts): No need to mention abbrev-mode
1365 variable, since it is explained in Minor Modes node.
1366 (Defining Abbrevs): Copyedits.
1367 (Expanding Abbrevs): State default of abbrev-all-caps. Prefer the
1368 C-/ binding for undo.
1369 (Dabbrev Customization): Add xrefs for case-fold-search and
1370 case-replace.
1371
1372 * dired-xtra.texi (Subdir Switches): Add xref.
1373
1374 * maintaining.texi (VC Directory Commands): Mention quit-window.
1375
3d992aa0
CY
13762011-12-25 Chong Yidong <cyd@gnu.org>
1377
1378 * maintaining.texi (Tags): Mention Semantic.
1379 (Create Tags Table, Etags Regexps): Copyedits.
1380 (Find Tag): Mention minibuffer completion.
1381 (List Tags): Mention completion-at-point. Completion is actually
1382 available in M-x list-tags.
1383
1384 * vc1-xtra.texi (VC Delete/Rename): Rename from Renaming and VC.
1385 Document vc-delete-file.
1386
1387 * files.texi (Misc File Ops): Mention vc-delete-file.
1388
1389 * programs.texi (Symbol Completion): Mention completion-at-point
1390 explicitly.
1391
2785d024
CY
13922011-12-22 Chong Yidong <cyd@gnu.org>
1393
1394 * maintaining.texi (Change Log Commands): Don't specially mention
1395 vc-update-change-log which is CVS-only.
1396
1397 * vc1-xtra.texi (Version Headers): Note that these are for
1398 Subversion, CVS, etc. only.
71873e2b
SM
1399 (General VC Options): De-document vc-keep-workfiles.
1400 Fix RCS-isms.
2785d024 1401
0ab39399
EZ
14022011-12-22 Eli Zaretskii <eliz@gnu.org>
1403
1404 * building.texi (Debugger Operation): Fix a typo: "@end iftext"
1405 should be @end iftex".
1406
d3098e1e
CY
14072011-12-21 Chong Yidong <cyd@gnu.org>
1408
1409 * maintaining.texi (Advanced C-x v v): Use fileset terminology.
1410 (VC With A Merging VCS, VC Change Log): Add xref to VC Pull node.
1411 (VC Pull): Mention vc-log-incoming.
1412 (Log Buffer): Add CVS/RCS only disclaimer.
1413
1414 * vc1-xtra.texi (Remote Repositories): Update introduction.
1415 (Local Version Control): Node deleted (obsolete with DVCSes).
71873e2b
SM
1416 (Remote Repositories, Version Backups): Node deleted.
1417 Move documentation of vc-cvs-stay-local to CVS Options.
d3098e1e
CY
1418 (CVS Options): Reduce verbosity of description of obscure CVS
1419 locking feature.
1420 (Making Revision Tags, Revision Tag Caveats): Merge into Revision
1421 Tags node.
1422 (Revision Tags): Move under Miscellaneous VC subsection.
1423 (Change Logs and VC): Note that this is wrong for DVCSs.
1424 De-document log entry manipulating features.
1425 (Renaming and VC): Describe how it works on modern VCSes.
1426
1427 * files.texi (Misc File Ops): Mention vc-rename-file.
1428
1429 * programs.texi (Custom C Indent): Add index entries.
1430
47d42d81
AM
14312011-12-20 Alan Mackenzie <acm@muc.de>
1432
1433 * programs.texi (Motion in C): Update the description of C-M-a and
1434 C-M-e, they now DTRT in enclosing scopes.
1435 (Custom C Indent): Add @dfn{guessing} of the indentation style.
1436
2edef1a0
CY
14372011-12-20 Chong Yidong <cyd@gnu.org>
1438
1439 * maintaining.texi (VCS Concepts): Add "working tree" terminology.
1440 (Old Revisions): Use it.
1441 (VCS Repositories): Add "distributed" terminology.
1442 (Log Buffer): Remove duplicate description
1443 about changesets. Fix "current VC fileset" ambiguity.
1444 (Multi-User Branching): Node deleted.
1445 (Branches, Switching Branches): Discuss decentralized version
1446 control systems.
1447 (VC Pull): New node.
1448 (Merging): Document merging on decentralized systems.
1449 (Creating Branches): Note that this is specific to CVS and related
1450 systems.
1451
bc859d5f
CY
14522011-12-19 Chong Yidong <cyd@gnu.org>
1453
1454 * maintaining.texi (VCS Merging, VCS Changesets): Index entries.
1455 (VC Mode Line): Add index entry for "version control status".
1456 (VC Undo): Use vc-revert instead of its vc-revert-buffer alias.
1457 Document vc-revert-show-diff. De-document vc-rollback.
1458 (VC Directory Mode): Rewrite introduction. Move prefix arg
1459 documentation here from VC Directory Buffer node.
1460 (VC Directory Buffer): Use a decentralized VCS example.
1461 (VC Directory Commands): Use a table. Remove material duplicated
1462 in previous nodes on multi-file VC filsets.
1463
9cff91f8
CY
14642011-12-17 Chong Yidong <cyd@gnu.org>
1465
1466 * maintaining.texi (VCS Concepts): Make "revision" terminology
1467 less CVS-specific.
1468 (VC With A Merging VCS, VC With A Locking VCS): Add xref to
1469 Registering node.
71873e2b 1470 (Secondary VC Commands): Delete. Promote subnodes.
9cff91f8
CY
1471 (Log Buffer): Add command name for C-c C-c. Fix the name of the
1472 log buffer. Add index entries.
71873e2b
SM
1473 (VCS Changesets, Types of Log File, VC With A Merging VCS):
1474 Use "commit" terminology.
9cff91f8
CY
1475 (Old Revisions): Move it to just before VC Change Log. "Tag" here
1476 doesn't refer to tags tables. Note other possible forms of the
1477 revision ID. C-x v = does not save.
1478 (Registering): Note similarity to C-x v v action. Fix description
1479 of how backends are chosen. De-document vc-default-init-revision.
1480 (VC Change Log): Document C-x v l in VC-Dir buffer. Document RET
1481 in root log buffers.
1482
f3b316df
CY
14832011-12-16 Chong Yidong <cyd@gnu.org>
1484
1485 * maintaining.texi (Version Control Systems): Drop Meta-CVS.
1486 (Basic VC Editing): Remove redundant descriptions.
1487 (VC With A Merging VCS): Make description more general instead of
1488 CVS-specific.
1489 (VC With A Locking VCS): Use VC fileset terminology.
1490
29eabb8e
CY
14912011-12-12 Chong Yidong <cyd@gnu.org>
1492
1493 * building.texi (Executing Lisp): Fix xref for C-M-x.
1494 (Lisp Libraries): Add xref to node explaining `load' in Lisp
1495 manual. Note that load-path is not customizable.
1496 (Lisp Eval): Note that listed commands are available globally.
1497 Explain the meaning of "defun" in the C-M-x context.
1498 (Lisp Interaction): Copyedits.
71873e2b
SM
1499 (External Lisp): Fix name of inferior Lisp buffer.
1500 Mention Scheme.
29eabb8e
CY
1501 (Compilation): Define "inferior process".
1502
cd0314dd
EZ
15032011-12-10 Eli Zaretskii <eliz@gnu.org>
1504
1505 * msdog.texi (Windows Fonts): Document how to force GDI font
1506 backend on MS-Windows.
1507
0595bd7e 15082011-12-10 Chong Yidong <cyd@gnu.org>
b09d01da
CY
1509
1510 * building.texi (Compilation): Say what the -k flag to make does.
1511 Move subprocess discussion to Compilation Shell.
1512 (Compilation Mode): Add xref for grep, occur, and mouse
1513 references. Define "locus".
1514 (Grep Searching): Use @command.
71873e2b
SM
1515 (Debuggers, Commands of GUD, GDB Graphical Interface):
1516 Clarify intro.
0595bd7e
CY
1517 (Starting GUD): Clarify how arguments are specified.
1518 (Debugger Operation): Index entry for "GUD interaction buffer",
1519 and move basic description here from Commands of GUD node.
1520 (GDB User Interface Layout): Copyedits.
1521 (Source Buffers): Remove gdb-find-source-frame, which is not in
1522 gdb-mi.el.
1523 (Other GDB Buffers): Remove gdb-use-separate-io-buffer and
71873e2b
SM
1524 toggle-gdb-all-registers, which are not in gdb-mi.el.
1525 Don't re-document GUD interaction buffers.
b09d01da
CY
1526
1527 * programs.texi (Symbol Completion): M-TAB can now use Semantic.
1528 (Semantic): Add cindex entries for Semantic.
1529
2a185919
CY
15302011-12-06 Chong Yidong <cyd@gnu.org>
1531
1532 * programs.texi (Man Page): Clarify how to use Man-switches.
1533 Don't bother documenting Man-fontify-manpage-flag.
1534 (Lisp Doc): Add xref to Name Help node.
1535 (Hideshow): Add cindex. Mention role of ellipses, and default
1536 value of hs-isearch-open. Don't bother documenting
1537 hs-special-modes-alist.
1538 (Symbol Completion): Add kindex for C-M-i. Don't recommend
1539 changing the window manager binding of M-TAB.
1540
ebf10822
CY
15412011-12-05 Chong Yidong <cyd@gnu.org>
1542
1543 * programs.texi (Comment Commands): Fix description of for M-; on
1544 blank lines. Move documentation of comment-region here.
1545 (Multi-Line Comments): Clarify the role of comment-multi-line.
1546 Refer to Comment Commands for comment-region doc.
1547 (Options for Comments): Refer to Multi-Line Comments for
1548 comment-multi-line doc, instead of duplicating it. Fix default
1549 values of comment-padding and comment-start-skip.
1550
ec7ae032
CY
15512011-12-04 Chong Yidong <cyd@gnu.org>
1552
1553 * programs.texi (Program Modes): Mention modes that are not
1554 included with Emacs. Fix references to other manuals for tex.
71873e2b
SM
1555 Add index entry for backward-delete-char-untabify.
1556 Mention prog-mode-hook.
ec7ae032
CY
1557 (Which Function): Use "global minor mode" terminology.
1558 (Basic Indent, Multi-line Indent): Refer to previous descriptions
1559 in Indentation chapter to avoid duplication.
1560 (Expressions): Copyedit.
1561 (Matching): Document Electric Pair mode.
1562
1563 * ack.texi (Acknowledgments):
1564 * rmail.texi (Movemail, Other Mailbox Formats):
1565 * frames.texi (Frames): Don't capitalize "Unix".
1566
a24bf23e
CY
15672011-12-04 Chong Yidong <cyd@gnu.org>
1568
1569 * text.texi (Nroff Mode): Mention what nroff is.
1570 (Text Based Tables, Table Recognition): Don't say "Table mode"
1571 since it's not a major or minor mode.
1572 (Text Based Tables): Reduce the size of the example.
1573 (Table Definition): Clarify definitions.
1574 (Table Creation): Add key table.
1575 (Cell Commands): Use kbd for commands.
1576 (Table Rows and Columns): Combine nodes Row Commands and Column
1577 Commands.
1578 (Fixed Width Mode): Node deleted; contents moved to parent.
1579 (Table Conversion): Shorten example.
1580 (Measuring Tables): Merge into Table Misc.
1581
8863a584
CY
15822011-12-03 Chong Yidong <cyd@gnu.org>
1583
1584 * text.texi (TeX Mode): Mention AUCTeX package.
1585 (TeX Editing): Add xref to documentation for Occur.
1586 (LaTeX Editing): Add xref to Completion node.
1587 (TeX Print): Fix description of tex-directory.
71873e2b 1588 (Enriched Text): Rename from Formatted Text. Make this node and
8863a584
CY
1589 its subnodes less verbose, since text/enriched files are
1590 practically unused.
71873e2b 1591 (Enriched Mode): Rename from Requesting Formatted Text.
8863a584 1592 (Format Colors): Node deleted.
71873e2b 1593 (Enriched Faces): Rename from Format Faces. Describe commands
8863a584
CY
1594 for applying colors too.
1595 (Forcing Enriched Mode): Node deleted; merged into Enriched Mode.
1596
1597 * frames.texi (Menu Mouse Clicks): Tweak description of C-Mouse-2.
1598
1599 * display.texi (Colors): New node.
1600
1601 * cmdargs.texi (Colors X):
1602 * xresources.texi (GTK styles):
1603 * custom.texi (Face Customization): Reference it.
1604
1605 * glossary.texi (Glossary): Remove "formatted text" and "WYSIWYG".
1606 Link to Fill Commands for Justification entry.
1607
6fdebe93
EZ
16082011-12-03 Eli Zaretskii <eliz@gnu.org>
1609
1610 * display.texi (Auto Scrolling): More accurate description of what
1611 scroll-*-aggressively does, including the effect of non-zero
1612 margin. Fix "i.e." markup.
1613
95ca9bc7
CY
16142011-12-02 Chong Yidong <cyd@gnu.org>
1615
1616 * text.texi (Pages): Mention how formfeed chars are displayed.
1617 (Auto Fill): Note convention for calling auto-fill-mode from Lisp.
1618 Describe adaptive filling more precisely.
1619 (Fill Commands): Note that filling removes excess whitespace.
1620 (Text Mode): Note auto-mode-alist entries for Text mode. TAB is
1621 now bound to indent-for-tab-command in Text mode.
1622 (Outline Mode): Copyedits.
1623 (Outline Visibility): Note that Reveal mode is a buffer-local
1624 minor mode.
1625
1626 * modes.texi (Major Modes): Move note about checking major-mode in
1627 a hook function here, from Text mode.
1628
6d262977
CY
16292011-11-28 Chong Yidong <cyd@gnu.org>
1630
b22b1918
CY
1631 * text.texi (Words): Add xref to Position Info.
1632 (Paragraphs): Add xref to Regexps.
1633
6d262977
CY
1634 * indent.texi (Indentation): Rewrite introduction. Move table to
1635 Indentation Commands node.
1636 (Indentation Commands): Add index entries to table. Copyedits.
1637 (Tab Stops, Just Spaces): Copyedits.
1638 (Indent Convenience): New node. Document electric-indent-mode.
1639
1640 * programs.texi (Basic Indent):
1641 * windows.texi (Pop Up Window): Fix kindex entry.
1642
dc95a8b0
CY
16432011-11-28 Chong Yidong <cyd@gnu.org>
1644
1645 * modes.texi (Major Modes): Move major-mode variable doc here from
1646 Choosing Modes. Document describe-mode. Document prog-mode-hook
1647 and text-mode-hook. Add example of using hooks.
1648 (Minor Modes): Document behavior of mode command calls from Lisp.
1649 Note that setting the mode variable using Customize will DTRT.
1650 (Choosing Modes): Add example of setting a minor mode using a
1651 local variable.
1652
b63a8e8e
CY
16532011-11-27 Chong Yidong <cyd@gnu.org>
1654
1655 * frames.texi (Creating Frames): Move frame parameter example to
1656 Frame Parameters node.
1657 (Frame Commands): C-x 5 o does not warp the mouse by default.
1658 (Fonts): Add more GTK-style properties; also, they should be
1659 capitalized.
1660 (Special Buffer Frames): Node deleted; special-display is on the
1661 way out.
1662 (Frame Parameters): Example moved here from Creating Frames.
1663 Clarify that default-frame-alist affects the initial frame too.
1664 Delete auto-raise-mode and auto-lower-mode.
1665 (Wheeled Mice): Node deleted. Content moved to Mouse Commands.
1666 (Dialog Boxes): Delete x-gtk-use-old-file-dialog.
1667
1668 * windows.texi (Window Choice): Add xref to Lisp manual for
1669 special-display-*.
1670
a3dcc84e
EZ
16712011-11-26 Eli Zaretskii <eliz@gnu.org>
1672
1673 * display.texi (Text Display): Update the description,
1674 cross-references, and indexing related to display of control
1675 characters and raw bytes.
1676
4ad3bc2a
CY
16772011-11-25 Chong Yidong <cyd@gnu.org>
1678
1679 * frames.texi (Frames): Rewrite introduction.
1680 (Mouse Commands): Default for mouse-drag-copy-region is now t.
1681 Mouse-3 does not copy to kill ring by default. DEL does not
1682 behave specially for mouse commands any more.
1683 (Mouse References): Document mouse-1-click-follows-link more
1684 thoroughly.
1685 (Menu Mouse Clicks): Move footnote to the main text and add xref
1686 to Init Rebinding node.
1687 (Mode Line Mouse): Mouse-3 on the mode-line does not bury buffer.
1688
1689 * files.texi (Visiting): `C-x 5 f' works on ttys too.
1690
20db1522
JB
16912011-11-24 Juanma Barranquero <lekktu@gmail.com>
1692
1693 * display.texi (Font Lock): Fix typo.
1694
01d06b1f
GM
16952011-11-24 Glenn Morris <rgm@gnu.org>
1696
1697 * rmail.texi (Rmail Output):
1698 Mention rmail-automatic-folder-directives. (Bug#9657)
1699
0cbaa1d5
CY
17002011-11-21 Chong Yidong <cyd@gnu.org>
1701
1702 * mark.texi (Global Mark Ring): Fix description of global mark
1703 ring (Bug#10032).
1704
fe7a3057
JB
17052011-11-20 Juanma Barranquero <lekktu@gmail.com>
1706
1707 * msdog.texi (Windows Fonts): Fix typo.
1708
b6e63cbe
GM
17092011-11-17 Glenn Morris <rgm@gnu.org>
1710
1711 * regs.texi (Bookmarks): Small fixes related to saving. (Bug#10058)
1712
58179cce
JB
17132011-11-16 Juanma Barranquero <lekktu@gmail.com>
1714
1715 * killing.texi (Rectangles):
7877f373
JB
1716 * misc.texi (Document View):
1717 * modes.texi (Choosing Modes):
1718 * msdog.texi (Windows Fonts):
58179cce
JB
1719 * regs.texi (Rectangle Registers):
1720 * search.texi (Isearch Yank): Fix typos.
1721
291d142b
CY
17222011-11-06 Chong Yidong <cyd@gnu.org>
1723
1724 * windows.texi (Basic Window): Add xref to Cursor Display.
1725 (Split Window): Document negative arg for splitting commands.
1726 (Other Window): Document mouse-1 in text area of window.
1727 (Change Window): Don't mention window attributes, since they
1728 aren't defined. C-x 1 can't be used with minibuffer windows.
1729 Windows are no longer auto-deleted.
1730 (Window Choice): Add xref to Choosing Window in Lisp manual.
1731 (Window Convenience): Note that windmove disables shift-selection.
1732 Move M-x compare-windows here from Other Window node.
1733
1734 * custom.texi (Mouse Buttons):
1735 * search.texi (Isearch Scroll):
1736 * windows.texi (Split Window): Use new names split-window-below
1737 and split-window-right.
1738
a7ef684b
JB
17392011-10-26 Juanma Barranquero <lekktu@gmail.com>
1740
1741 * emacs.texi (Top): Fix typo.
1742
d53e1747
GM
17432011-10-25 Glenn Morris <rgm@gnu.org>
1744
1745 * abbrevs.texi (Saving Abbrevs):
1746 quietly-read-abbrev-file is not a command. (Bug#9866)
1747
e7a3ff06
CY
17482011-10-24 Chong Yidong <cyd@gnu.org>
1749
1750 * display.texi (Scrolling): Document scroll-up-line and
1751 scroll-down-line. Document scroll-command property.
1752 (Recentering): New node, split off from Scrolling.
1753
86c60681
CY
17542011-10-23 Chong Yidong <cyd@gnu.org>
1755
da97a9e6
CY
1756 * frames.texi (Scroll Bars): GTK uses right scroll bars now.
1757 (Tool Bars): Copyedits.
1758
86c60681
CY
1759 * buffers.texi (Misc Buffer): Don't mention vc-toggle-read-only.
1760
d195726a
CY
17612011-10-22 Chong Yidong <cyd@gnu.org>
1762
1763 * windows.texi (Displaying Buffers): Fix broken lispref link.
1764
a70e06c1
CY
17652011-10-22 Chong Yidong <cyd@gnu.org>
1766
1767 * mini.texi (Minibuffer Exit): Rename from Strict Completion.
1768 Move confirm-nonexistent-file-or-buffer discussion here.
1769
1770 * files.texi (File Names, Visiting): Move detailed discussion of
1771 minibuffer confirmation to Minibuffer Exit.
1772
1773 * buffers.texi (Buffers): Tweak mention of mail buffer name.
1774 (Select Buffer): Move confirmation discussion to Minibuffer Exit.
1775
bfd779dd
CY
17762011-10-21 Chong Yidong <cyd@gnu.org>
1777
1778 * files.texi (File Names, Visiting, Interlocking): Copyedits.
1779 (Backup Copying): backup-by-copying-when-mismatch is now t.
1780 (Customize Save): Fix description of require-final-newline.
1781 (Reverting): Note that revert-buffer can't be undone. Mention VC.
1782 (Auto Save Control): Clarify.
1783 (File Archives): Add 7z.
1784 (Remote Files): ange-ftp-make-backup-files defaults to nil.
1785
1786 * arevert-xtra.texi (Autorevert): Copyedits.
1787
6e317956
CY
17882011-10-20 Chong Yidong <cyd@gnu.org>
1789
1790 * custom.texi (Hooks, Init Examples):
1791 * display.texi (Font Lock):
1792 * fixit.texi (Spelling):
1793 * rmail.texi (Rmail Display): Minor mode function with no arg now
1794 enables it.
1795
1796 * fixit.texi (Spelling): Fix description of inline completion.
1797
5abc31ef
CY
17982011-10-19 Chong Yidong <cyd@gnu.org>
1799
1800 * search.texi (Repeat Isearch, Error in Isearch): Add kindex
1801 entries.
1802 (Isearch Yank): Document isearch-yank-pop.
1803 (Isearch Scroll): Refer to C-l instead of unbound `recenter'.
1804 (Other Repeating Search): Document Occur Edit mode.
1805
939db9ac
CY
18062011-10-18 Chong Yidong <cyd@gnu.org>
1807
1808 * display.texi (Fringes): Move overflow-newline-into-fringe here,
1809 from Line Truncation node.
1810 (Standard Faces): Note that only the background of the cursor face
1811 has an effect.
1812 (Cursor Display): Fix descriptions of cursor face
1813 and bar cursor blinking.
1814 (Text Display): Document nobreak-char-display more clearly.
1815 (Line Truncation): Add xref to Split Window node.
1816 (Display Custom): Don't bother documenting baud-rate or
1817 no-redraw-on-reenter.
1818
1819 * search.texi (Slow Isearch): Node removed.
1820
80c6d77f
GM
18212011-10-18 Glenn Morris <rgm@gnu.org>
1822
1823 * maintaining.texi (Registering): Remove vc-initial-comment. (Bug#9745)
1824
d366bd53
CY
18252011-10-18 Chong Yidong <cyd@gnu.org>
1826
1827 * display.texi (Faces): Simplify discussion. Move documentation
71873e2b
SM
1828 of list-faces-display here, from Standard Faces node.
1829 Note special role of `default' background.
1830 (Standard Faces): Note special role of `default' background.
1831 Note that region face may be taken fom GTK. Add xref to Text Display.
1832 (Text Scale): Rename from "Temporary Face Changes".
1833 Callers changed. Don't bother documenting variable-pitch-mode.
d366bd53
CY
1834 (Font Lock): Copyedits. Remove font-lock-maximum-size.
1835 (Useless Whitespace): Simplify description of
1836 delete-trailing-whitespace. Note active region case.
1837 (Text Display): Fix description of escape-glyph face assignment.
1838 Remove unibye mode discussion. Update some parts for Unicode.
1839 Move glyphless chars documentation to Lisp manual.
1840
1841 * frames.texi (Tooltips): Document x-gtk-use-system-tooltips.
1842
21100e7d
CY
18432011-10-15 Chong Yidong <cyd@stupidchicken.com>
1844
1845 * display.texi (Scrolling): Tweak explanation of scroll direction.
1846 (View Mode): Add index entries.
1847
1848 * killing.texi (Deletion): Document negative prefix arg to M-SPC.
1849
1850 * regs.texi (Text Registers): C-x r i does not activate the mark.
1851 (Bookmarks): Document new default bookmark location.
1852
50b063c3
CY
18532011-10-13 Chong Yidong <cyd@stupidchicken.com>
1854
71873e2b
SM
1855 * killing.texi (Deletion): Add xref to Using Region.
1856 Document delete-forward-char.
50b063c3
CY
1857 (Yanking): Move yank-excluded-properties to Lisp manual. Move C-y
1858 description here. Recommend C-u C-SPC for jumping to mark.
1859 (Kill Ring): Move kill ring variable documentation here.
1860 (Primary Selection): Copyedits.
1861 (Rectangles): Document new command rectangle-number-lines.
1862 (CUA Bindings): Note that this disables the mark-even-if-inactive
1863 behavior for C-x and C-c.
1864
1865 * mark.texi (Mark): Mention "active region" terminology.
1866 (Using Region): Document delete-active-region.
1867
e1a3f5b1
CY
18682011-10-12 Chong Yidong <cyd@stupidchicken.com>
1869
1870 * mark.texi (Mark): Clarify description of disabled Transient Mark
1871 mode (Bug#9689).
1872 (Setting Mark): Document prefix arg for C-x C-x. Document primary
1873 selection changes. Mention that commands like C-y set the mark.
1874 (Marking Objects): Add xref to Words node. Note that mark-word
1875 and mark-sexp also have the "extend region" behavior.
71873e2b
SM
1876 (Using Region): Mention M-$ in the table.
1877 Document mark-even-if-inactive here instead of in Mark Ring.
1878 (Mark Ring): Move mark-even-if-inactive to Using Region.
1879 Take note of the "Mark Set" behavior.
e1a3f5b1
CY
1880 (Disabled Transient Mark): Rename from "Persistent Mark"
1881 (Bug#9688). Callers changed.
1882
1883 * programs.texi (Expressions):
1884 * text.texi (Words): Defer to Marking Objects for mark-word doc.
1885
3dc62b2b
CY
18862011-10-09 Chong Yidong <cyd@stupidchicken.com>
1887
1888 * help.texi (Help, Help Summary): Eliminate the unnecessary "help
1889 option" terminology.
1890 (Key Help): Add command names. Define "documentation string".
1891 (Name Help): Remove an over-long joke.
1892 (Apropos): Document prefix args. Remove duplicated descriptions.
1893 (Help Mode): Add C-c C-b to table. Update TAB binding.
71873e2b
SM
1894 (Package Keywords): Rename from "Library by Keyword".
1895 Describe new package menu interface.
3dc62b2b 1896 (Help Files, Help Echo): Tweak description.
de09aa52
CY
1897
1898 * mini.texi (Completion Options): Add completion-cycle-threshold.
3dc62b2b 1899 (Minibuffer History): Document numeric args to history commands.
de09aa52 1900
2d3fe5d7
EZ
19012011-10-08 Eli Zaretskii <eliz@gnu.org>
1902
1903 * mule.texi (Bidirectional Editing): Correct some inaccuracies.
1904
b2b0776e
CY
19052011-10-08 Chong Yidong <cyd@stupidchicken.com>
1906
71873e2b
SM
1907 * basic.texi (Position Info): Omit page commands.
1908 Document count-words-region and count-words.
b2b0776e
CY
1909
1910 * text.texi (Pages): Move what-page documentation here.
1911
27a16462
CY
19122011-10-08 Chong Yidong <cyd@stupidchicken.com>
1913
1914 * mini.texi (Minibuffer File): Minor copyedits. Use xref to
1915 Remote Files node instead of linking directly to the Tramp manual.
1916 (Minibuffer Edit): Add xref to Blank Lines.
1917 (Completion): Add xref to Symbol Completion. Remove redundant
1918 example, which is repeated in the next node.
1919 (Completion Commands): Minor clarifications.
1920 (Completion Styles): New node, split from Completion Commands.
1921 Document substring and initials styles.
1922 (Strict Completion): Remove information duplicated in other nodes.
1923 (Completion Options): Consolidate case difference discussion here.
1924
1925 * help.texi (Help Mode): Fix kindex entries.
1926
1927 * files.texi (File Names): Add index entries.
1928
de0bde62
CY
19292011-10-07 Chong Yidong <cyd@stupidchicken.com>
1930
71873e2b
SM
1931 * basic.texi (Inserting Text): Add xref to Completion.
1932 Add ucs-insert example, and document prefix argument.
de0bde62
CY
1933 (Moving Point): Fix introduction; C-f/C-b are no longer equivalent
1934 to left/right. Tweak left-char and right-char descriptions.
1935 M-left and M-right are now bound to left-word/right-word.
1936 (Erasing): Document delete-forward-char.
1937
1938 * screen.texi (Screen, Menu Bar): Copyedits.
1939 (Point): Remove duplicate paragraph on cursors, also in Screen.
1940 (Mode Line): Trailing dashes no longer shown on X displays.
1941
1942 * frames.texi (Non-Window Terminals): Index just "text-only
1943 terminal", which is used throughout the manual now.
1944
1945 * entering.texi (Entering Emacs): Define "startup screen".
1946 Document window-splitting behavior with command-line inputs.
1947 (Exiting): Remove obsolete paragraph about shells without suspend
1948 functionality.
1949
1950 * commands.texi (User Input): Define "input event" more clearly.
1951 (Keys): Add xref to Echo Area.
1952 (Commands): Clarify relation between commands and functions.
1953
453e4522
CY
19542011-10-06 Chong Yidong <cyd@stupidchicken.com>
1955
1956 * misc.texi (emacsclient Options): Document how emacsclient runs
1957 the Emacs daemon (Bug#9674).
1958
550f41cd
CY
19592011-10-01 Chong Yidong <cyd@stupidchicken.com>
1960
1961 * basic.texi (Moving Point):
1962 * custom.texi (Mouse Buttons):
1963 * rmail.texi (Rmail Scrolling):
1964 * search.texi (Isearch Scroll):
550f41cd
CY
1965 * display.texi (Scrolling): Replace scroll-up/down with
1966 scroll-up/down-command. Fix scroll-preserve-screen-position
1967 description. Document scroll-error-top-bottom.
1968
9229fe87
GM
19692011-09-30 Glenn Morris <rgm@gnu.org>
1970
1971 * commands.texi (Keys): Whitespace fix. (Bug#9635)
1972
0a2132ba
CY
19732011-09-24 Chong Yidong <cyd@stupidchicken.com>
1974
1975 * windows.texi (Pop Up Window): Defer discussion of window
1976 splitting to the Window Choice node. Add index entries.
1977 (Force Same Window): Node deleted.
1978 (Displaying Buffers, Window Choice): New nodes.
1979
1980 * buffers.texi (Select Buffer): Clarify description of
1981 buffer-switching commands. Add xref to Window Display node.
1982 Don't repeat confirm-nonexistent-file-or-buffer description from
1983 Visiting node. Remove even-window-heights.
1984
1985 * frames.texi (Special Buffer Frames): Add xref to Window Choice.
1986
33ed493b
CY
19872011-09-18 Chong Yidong <cyd@stupidchicken.com>
1988
1989 * cmdargs.texi (Icons X): Fix description of Emacs icon.
1990
1991 * xresources.texi (Table of Resources): Fix documentation of
1992 bitmapIcon.
1993
92fa95ad
CY
19942011-09-15 Chong Yidong <cyd@stupidchicken.com>
1995
1996 * package.texi (Package Menu): Add package-menu-mark-upgrades.
1997
16254627
EH
19982011-09-12 Eric Hanchrow <eric.hanchrow@gmail.com>
1999
2000 * frames.texi (Frame Commands): Note that delete-other-frames only
2001 deletes frames on current terminal.
2002
c3760c17
EZ
20032011-09-10 Eli Zaretskii <eliz@gnu.org>
2004
2005 * sending.texi (Mail Misc): Document mail-add-attachment.
2006
69b8be97
EZ
20072011-09-04 Eli Zaretskii <eliz@gnu.org>
2008
2009 * basic.texi (Inserting Text): Add index entries. (Bug#9433)
2010
3fd50d5c
CY
20112011-08-29 Chong Yidong <cyd@stupidchicken.com>
2012
2013 * modes.texi (Choosing Modes): auto-mode-case-fold is now t.
2014
e2aeef63
CY
20152011-08-28 Chong Yidong <cyd@stupidchicken.com>
2016
2017 * files.texi (File Archives):
2018 * cal-xtra.texi (Diary Display):
2019 * help.texi (Help Mode): Add xref to View Mode.
2020
ddb54206
CY
20212011-08-28 Chong Yidong <cyd@stupidchicken.com>
2022
a6326082
CY
2023 * display.texi (View Mode): New node. Move view-file here from
2024 Misc File Ops. Move view-buffer here from Misc Buffer.
2025
2026 * buffers.texi (Misc Buffer): Move view-buffer to View Mode.
2027
04e2ce72 2028 * files.texi (Misc File Ops): Document new
a6326082 2029 delete-by-moving-to-trash behavior. Remove view-file.
04e2ce72
CY
2030
2031 * dired.texi (Dired Deletion): Shorten description of Trash.
2032
ddb54206
CY
2033 * misc.texi (emacsclient Options): Document server-port.
2034
bd206ce5
EZ
20352011-08-27 Eli Zaretskii <eliz@gnu.org>
2036
2037 * frames.texi (Frame Commands): Advise setting focus-follows-mouse
2038 even on MS-Windows. Fix a typo.
2039
d43f5a42
CY
20402011-08-26 Chong Yidong <cyd@stupidchicken.com>
2041
2042 * package.texi: New file, documenting the package manager.
2043
2044 * emacs.texi: Include it.
2045
2046 * help.texi (Help Summary): Add describe-package.
2047
e0b1591b
CY
20482011-08-25 Chong Yidong <cyd@stupidchicken.com>
2049
856ce114
CY
2050 * misc.texi (Printing): Convert subnodes into subsections.
2051
f404f8bc
CY
2052 * text.texi (Two-Column): Move into Text chapter.
2053
2054 * picture-xtra.texi (Picture Mode): Group with Editing Binary
2055 Files section. Convert from chapter into section.
2056
2057 * display.texi (Narrowing): Move into display chapter.
2058
e0b1591b
CY
2059 * sending.texi (Sending Mail):
2060 * rmail.texi (Rmail):
2061 * misc.texi (Gnus, Document View):
2062 * dired.texi (Dired):
2063 * emacs.texi: Group the mail, rmail, and gnus chapters together.
2064
75bfc667
JL
20652011-08-07 Juri Linkov <juri@jurta.org>
2066
2067 * dired.texi (Operating on Files): Rewrite according to the fact
2068 that `dired-do-chmod' doesn't use the `chmod' program anymore.
2069
fe676f91
MA
20702011-07-30 Michael Albinus <michael.albinus@gmx.de>
2071
2072 * mini.texi (Minibuffer File): Insert a reference to Tramp for
2073 remote file name completion. (Bug#9197)
2074
4cc60b9b
EZ
20752011-07-28 Eli Zaretskii <eliz@gnu.org>
2076
2077 * mule.texi (Bidirectional Editing): Document the fact that
2078 bidi-display-reordering is t by default.
2079
89671e16
LMI
20802011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
2081
2082 * help.texi (Misc Help): Mention `describe-prefix-bindings'
2083 explicitly (bug#8904).
2084
fb23ecc2
LMI
20852011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
2086
2087 * trouble.texi (Checklist): Use an `M-x' example instead of an
2088 Emacs Lisp form to switch on the dribble file (bug#8056).
2089
465c5fc8
LMI
20902011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
2091
2092 * custom.texi (Hooks): Mention buffer-local hooks (bug#6218).
2093
90a6258b
GM
20942011-07-13 Glenn Morris <rgm@gnu.org>
2095
2096 * dired.texi (Dired Enter): Mention --dired. (Bug#9039)
2097
c7588364
LMI
20982011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
2099
2100 * mark.texi (Mark Ring): Clarify how many locations are saved
2101 (bug#5770).
2102 (Global Mark Ring): Ditto.
2103
4cb4f3ba
LMI
21042011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
2105
d648feab
LMI
2106 * text.texi (Table Recognition): Use "at point" instead of "under
2107 point" (bug#4345).
2108
4cb4f3ba
LMI
2109 * display.texi (Cursor Display): Mention `cursor-type'.
2110
2111 * screen.texi (Point): Clarify that it's only if you use a block
2112 cursor that it appears to be on a character (bug#4345).
2113
ecd0b990
CY
21142011-07-12 Chong Yidong <cyd@stupidchicken.com>
2115
2116 * misc.texi (Amusements): Move dissociated press here, from its
2117 own section.
2118
2119 * emacs.texi (Top): Update node listing.
2120
c2fd0368
LMI
21212011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
2122
2123 * emacs.texi (Top): Change "inferiors" to "subnodes" for greater
2124 clarity (bug#3523).
2125
fdeb32ec
CY
21262011-07-12 Chong Yidong <cyd@stupidchicken.com>
2127
2128 * cmdargs.texi (Initial Options): Document --no-site-lisp.
2129 (Misc X): Document --parent-id.
2130
2131 * frames.texi (Frame Commands): Note that focus-follows-mouse now
2132 defaults to nil.
2133
2134 * misc.texi (emacsclient Options): Document --parent-id.
2135
2136 * msdog.texi (Windows HOME): Document _emacs as obsolete.
2137
f584ca38
LMI
21382011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
2139
2140 * emacs.texi: Use "..." instead of ``...'' in the menus
2141 (bug#3503).
2142
963578d3
CY
21432011-07-11 Chong Yidong <cyd@stupidchicken.com>
2144
2145 * killing.texi (Primary Selection): Document `only' setting for
2146 select-active-regions.
2147
2148 * mark.texi (Setting Mark): Reference Shift Selection node.
2149
2150 * frames.texi (Mouse Commands): Document mouse-yank-primary.
2151
a30ed87b
LMI
21522011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
2153
47076272
LMI
2154 * mark.texi (Setting Mark): Clarify what's meant by "Shifted
2155 motion keys" (bug#3503).
2156
a30ed87b
LMI
2157 * emacs.texi: Change all the register node names from "RegPos"
2158 (etc.) to "Positional Registers" (etc.) (bug#3314).
2159
4d45a8b7
CY
21602011-07-11 Chong Yidong <cyd@stupidchicken.com>
2161
2162 * killing.texi (Killing, Deletion and Killing, Killing by Lines)
2163 (Other Kill Commands, Kill Options): Copyedits.
2164 (Deletion and Killing, Kill Ring): Kill/yank now use clipboard.
2165 (Yanking): Move yank-excluded properties discussion here.
2166 (Cut and Paste): Move from frames.texi. Update subnodes to
2167 describe x-select-enable-clipboard case.
2168
2169 * frames.texi: Move Cut and Paste node and subnodes into
2170 killing.texi, except Mouse Commands and Word and Line Mouse.
2171
c160ddee
AM
21722011-07-10 Andy Moreton <andrewjmoreton@gmail.com> (tiny change)
2173
2174 * makefile.w32-in (EMACSSOURCES): Replace major.texi with modes.texi.
2175
3329e6e3
LMI
21762011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
2177
32a214fe
LMI
2178 * screen.texi (Mode Line): Clarify that coding systems are
2179 characters, not letters (bug#1749).
2180
3329e6e3
LMI
2181 * cmdargs.texi (Environment): Mention removing variables
2182 (bug#1615). Text suggested by Kevin Rodgers.
2183
8875da1e
CY
21842011-07-10 Chong Yidong <cyd@stupidchicken.com>
2185
54806e45
CY
2186 * misc.texi (Amusements): Don't mention Yow; it's crippled.
2187
8875da1e
CY
2188 * modes.texi: Rename from major.texi.
2189 (Modes): New node. Make Major Modes and Minor Modes subsections
2190 of this. All callers changed.
2191
2192 * custom.texi (Minor Modes): Move to modes.texi.
2193
7847b2a1
CY
21942011-07-10 Chong Yidong <cyd@stupidchicken.com>
2195
6cfd0fa2
CY
2196 * custom.texi (Syntax): Node deleted.
2197
2198 * help.texi (Help Summary):
2199 * major.texi (Major Modes):
2200 * programs.texi (Parentheses):
2201 * search.texi (Regexp Backslash, Regexp Backslash)
2202 (Regexp Backslash):
2203 * text.texi (Words): Callers changed.
2204
7847b2a1
CY
2205 * text.texi (Refill, Longlines): Delete nodes.
2206
2207 * ack.texi (Acknowledgments): Longlines removed from manual.
2208
2209 * emacs.texi (Top): Update node listing.
2210
2a71c436
GM
22112011-07-09 Glenn Morris <rgm@gnu.org>
2212
2213 * fortran-xtra.texi (Fortran): Update handled extensions.
2214
61436e9f
LMI
22152011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
2216
2217 * display.texi (Scrolling): `C-v' (etc) are now bound to
2218 `scroll-*-command' (bug#8349).
2219
6e560c71
LMI
22202011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
2221
48954a09 2222 * dired.texi (Subdirectories in Dired): Clarify that `C-u k'
ff9ad330
LMI
2223 doesn't actually delete any files (bug#7125).
2224
2904fd97
LMI
2225 * picture-xtra.texi (Rectangles in Picture): Clarify the prefix
2226 argument for `C-c C-k' (bug#7391).
2227
6e560c71
LMI
2228 * frames.texi (Fonts): Mention "C-u C-x =" to find out what font
2229 you're currently using (bug#8489).
2230
978ff6c5
EZ
22312011-07-01 Eli Zaretskii <eliz@gnu.org>
2232
2233 * mule.texi (Coding Systems): Move index entries from the previous
2234 change into their proper places.
2235
0d742084
LMI
22362011-07-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
2237
31976bd5
LMI
2238 * help.texi (Help Files): Document view-external-packages (bug#8902).
2239
0d742084
LMI
2240 * mule.texi (Coding Systems): Put a few more of the coding systems
2241 into the index (bug#8900).
2242
9f678528
GM
22432011-06-26 Glenn Morris <rgm@gnu.org>
2244
2245 * fortran-xtra.texi (Fortran): F90 mode is also for F2008.
2246
18a4ce5e
AR
22472011-06-25 Andreas Rottmann <a.rottmann@gmx.at>
2248
2249 * misc.texi (emacsclient Options): Mention --frame-parameters.
2250
f0da764a
GM
22512011-06-09 Glenn Morris <rgm@gnu.org>
2252
2253 * custom.texi (Specifying File Variables):
2254 Recommend explicit arguments for minor modes.
2255
b047e7ac
PE
22562011-06-02 Paul Eggert <eggert@cs.ucla.edu>
2257
2258 Document wide integers better.
2259 * buffers.texi (Buffers):
001903b5
PE
2260 * files.texi (Visiting): Document maxima for 64-bit machines,
2261 and mention virtual memory limits.
b047e7ac 2262
bf41276f
CY
22632011-05-28 Chong Yidong <cyd@stupidchicken.com>
2264
2265 * custom.texi (Hooks): Reorganize. Mention Prog mode.
2266
2267 * fixit.texi (Spelling): Mention using prog-mode-hook for flypsell
2268 prog mode (Bug#8240).
2269
e145f188
GM
22702011-05-27 Glenn Morris <rgm@gnu.org>
2271
2272 * custom.texi (Specifying File Variables):
2273 Major modes no longer need come first.
2274
313f790e
CY
22752011-05-22 Chong Yidong <cyd@stupidchicken.com>
2276
2277 * mule.texi (Specify Coding, Text Coding, Communication Coding):
2278 (File Name Coding, Terminal Coding): Add command names (Bug#8312).
2279
c136e5cd
GM
22802011-05-18 Glenn Morris <rgm@gnu.org>
2281
2282 * ack.texi (Acknowledgments): Remove fakemail.c.
2283
c71a0d48 22842011-05-17 Chong Yidong <cyd@stupidchicken.com>
ae742cb5
CY
2285
2286 Fixes for fitting text into 7x9 printed manual.
2287 * building.texi (Flymake, Breakpoints Buffer):
2288 * calendar.texi (Appointments):
2289 * cmdargs.texi (General Variables, Display X):
2290 * custom.texi (Saving Customizations, Face Customization)
2291 (Directory Variables, Minibuffer Maps, Init Rebinding):
2292 * display.texi (Font Lock, Font Lock, Useless Whitespace):
2293 * fixit.texi (Spelling):
2294 * frames.texi (Creating Frames, Fonts):
2295 * help.texi (Help Files):
2296 * mini.texi (Minibuffer File):
2297 * misc.texi (emacsclient Options, Emulation):
2298 * msdog.texi (Windows Startup, Windows HOME, Windows Fonts):
2299 * mule.texi (International Chars, Language Environments)
2300 (Select Input Method, Modifying Fontsets, Charsets):
2301 * programs.texi (Custom C Indent):
2302 * rmail.texi (Rmail Labels):
2303 * text.texi (Table Conversion):
2304 * trouble.texi (Known Problems, Known Problems):
2305 * windows.texi (Change Window):
2306 * xresources.texi (GTK resources): Reflow text and re-indent code
2307 examples to avoid TeX overflows and underflows on 7x9 paper.
2308
2309 * emacs.texi: Fix the (commented out) smallbook command.
2310
2311 * macos.texi (Mac / GNUstep Events):
2312 * xresources.texi (Lucid Resources): Remove extraneous examples.
2313
b8f82dc1
GM
23142011-05-10 Glenn Morris <rgm@gnu.org>
2315
2316 * custom.texi (Specifying File Variables):
2317 Deprecate using mode: for minor modes.
2318
d306b4da
GM
23192011-05-07 Glenn Morris <rgm@gnu.org>
2320
2321 * cal-xtra.texi (Sexp Diary Entries): Mention diary-hebrew-birthday.
2322
548d0a63
GM
23232011-05-06 Glenn Morris <rgm@gnu.org>
2324
5006e634
GM
2325 * calendar.texi (Appointments): Mention appt-warning-time-regexp.
2326
548d0a63
GM
2327 * cal-xtra.texi (Fancy Diary Display): Mention diary comments.
2328
e793a940
LMI
23292011-05-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
2330
2331 * misc.texi (Emacs Server): Document `server-eval-at'.
2332
7031be6d
UR
23332011-04-24 Chong Yidong <cyd@stupidchicken.com>
2334
71873e2b
SM
2335 * maintaining.texi (List Tags): Document next-file.
2336 Suggested by Uday S Reddy.
7031be6d 2337
4ffd0d6b 23382011-04-23 Juanma Barranquero <lekktu@gmail.com>
7ee6a1d3
JB
2339
2340 * mini.texi (Minibuffer Edit):
2341 * screen.texi (Mode Line): Fix typo.
2342
1c6c854e
CS
23432011-04-20 Christoph Scholtes <cschol2112@googlemail.com>
2344
024ff170 2345 * maintaining.texi (Old Revisions): Mention new function vc-ediff.
1c6c854e 2346
c5c9f40f
CY
23472011-03-26 Chong Yidong <cyd@stupidchicken.com>
2348
2349 * display.texi (Auto Scrolling): Fix scroll-up/scroll-down confusion.
2350
09725d26
EZ
23512011-03-30 Eli Zaretskii <eliz@gnu.org>
2352
2353 * display.texi (Auto Scrolling): Document the limit of 100 lines
2354 for never-recentering scrolling with `scroll-conservatively'.
2355 (Bug#6671)
2356
09d9db2c 23572011-03-12 Eli Zaretskii <eliz@gnu.org>
69cc79e9
EZ
2358
2359 * msdog.texi (Windows HOME): Fix the wording to clarify how Emacs sets
2360 HOME on Windows and where it looks for init files. (Bug#8221)
2361
62d94509
EZ
23622011-03-10 Eli Zaretskii <eliz@gnu.org>
2363
2364 * search.texi (Regexp Example):
2365 * mule.texi (International Chars):
2366 * building.texi (External Lisp): Don't use characters outside
2367 ISO-8859-1.
2368
0286d9de
EZ
23692011-03-09 Eli Zaretskii <eliz@gnu.org>
2370
1c6c854e
CS
2371 * ack.texi (Acknowledgments): Convert to ISO-8859-1 encoding.
2372 Use Texinfo @-commands for non Latin-1 characters.
63a329f8
EZ
2373
2374 * makefile.w32-in (MAKEINFO_OPTS): Add --enable-encoding.
2375
114902a5 2376 * custom.texi (Init File): Add index entries for ".emacs".
0286d9de
EZ
2377 (Bug#8210)
2378
0afb4571
J
23792011-03-08 Jan Djärv <jan.h.d@swipnet.se>
2380
2381 * xresources.texi (GTK resources): ~/.emacs.d/gtkrc does not work
2382 for Gtk+ 3.
2383
bb3865e8
GM
23842011-03-08 Glenn Morris <rgm@gnu.org>
2385
6446548e
GM
2386 * Makefile.in (MAKEINFO_OPTS): Add --enable-encoding.
2387 * emacs.texi (Acknowledgments):
2388 * ack.texi (Acknowledgments): Names to UTF-8.
80b005c7 2389 * emacs.texi: Set documentencoding.
6446548e 2390
bb3865e8
GM
2391 * display.texi (Optional Mode Line): Don't mention exactly where
2392 display-time appears. (Bug#8193)
2393
33383987
JB
23942011-03-07 Chong Yidong <cyd@stupidchicken.com>
2395
2396 * Version 23.3 released.
2397
892777ba
CY
23982011-03-06 Chong Yidong <cyd@stupidchicken.com>
2399
2400 * search.texi (Isearch Yank): C-y now bound to isearch-yank-kill.
2401
0b973fc5
DW
24022011-03-03 Drake Wilson <drake@begriffli.ch> (tiny change)
2403
2404 * misc.texi (emacsclient Options): Add q/quiet.
2405
8ef5a2f2
GM
24062011-03-02 Glenn Morris <rgm@gnu.org>
2407
2408 * mule.texi (Communication Coding) <x-select-request-type>:
2409 Remove duplicate (essentially) paragraph. (Bug#8148)
2410
bd106056
CS
24112011-03-01 Christoph Scholtes <cschol2112@googlemail.com>
2412
2413 * maintaining.texi (Format of ChangeLog): Add reference to
2414 add-log-full-name.
2415 (Change Log Commands): Add documentation for combining multiple
2416 symbols in one change.
2417
6640b281
GM
24182011-03-01 Glenn Morris <rgm@gnu.org>
2419
2420 * custom.texi (Directory Variables):
2421 Give an example of excluding subdirectories.
2422
2b0c7330 24232011-02-28 Eli Zaretskii <eliz@gnu.org>
116b6d38
EZ
2424
2425 * search.texi (Regexp Search): Move index entries about regexps to the
2426 "Regexps" node. Add index entries for regexp search. (Bug#8096)
2427
8c62c205
GM
24282011-02-19 Glenn Morris <rgm@gnu.org>
2429
2430 * dired.texi (Dired): Dired-X version number was dropped.
2431
3928f2b6
JD
24322011-02-14 Jan Djärv <jan.h.d@swipnet.se>
2433
2434 * xresources.texi (X Resources): Remove *faceName and replace it with
2435 *font for Lucid.
2436
a41c8660
CY
24372011-02-05 Chong Yidong <cyd@stupidchicken.com>
2438
2439 * rmail.texi (Rmail Display): Document Rmail MIME support more
2440 accurately.
2441
2442 * maintaining.texi (VC Change Log): Document vc-log-incoming and
2443 vc-log-outgoing.
2444 (Merging): Document vc-find-conflicted-file.
2445
233ba4d9 24462011-02-05 Glenn Morris <rgm@gnu.org>
d436de97
GM
2447
2448 * custom.texi (Variables): Fix typo.
2449
14beddf4 24502011-01-31 Chong Yidong <cyd@stupidchicken.com>
19f81ecf 2451
65401ee3
CY
2452 * search.texi (Regexps): Copyedits. Mention character classes
2453 (Bug#7809).
2454
19f81ecf
CY
2455 * files.texi (File Aliases): Restore explanatory text from Eli
2456 Zaretskii, accidentally removed in 2011-01-08 commit.
2457
bf3dae7e
EZ
24582011-01-29 Eli Zaretskii <eliz@gnu.org>
2459
2460 * makefile.w32-in (MAKEINFO): Remove options, leave only program name.
2461 (MAKEINFO_OPTS): New variable.
2462 (ENVADD, $(infodir)/emacs): Use $(MAKEINFO_OPTS).
2463 (emacs.html): New target.
2464 (clean): Remove emacs.html.
2465
45eb2a5d
WL
24662011-01-23 Werner Lemberg <wl@gnu.org>
2467
2468 * Makefile.in (MAKEINFO): Now controlled by `configure'.
2469 (MAKEINFO_OPTS): New variable. Use it where appropriate.
2470 (ENVADD): Updated.
2471
9acfe703
GM
24722011-01-18 Glenn Morris <rgm@gnu.org>
2473
2474 * ack.texi, emacs.texi (Acknowledgments): Update for ERT addition.
2475
2476 * ack.texi (Acknowledgments): Remove mention of replaced prolog.el.
2477
362b9d48
GM
24782011-01-15 Chong Yidong <cyd@stupidchicken.com>
2479
bb033b5f
CY
2480 * building.texi (Compilation): Improve instructions for running two
2481 compilations (Bug#7573).
2482
b024d9f0
MD
2483 * files.texi (Backup Names): Document the new location of the
2484 last-resort backup file.
2485
362b9d48
GM
2486 * files.texi (File Aliases): Move directory-abbrev-alist doc from Lisp
2487 manual. Explain why directory-abbrev-alist elements should be anchored
2488 (Bug#7777).
2489
24902011-01-15 Eli Zaretskii <eliz@gnu.org>
2491
2492 * msdog.texi (Windows Startup): Correct inaccurate description of
2493 differences between emacsclient.exe and emacsclientw.exe.
2494
7c420169 24952011-01-02 Chong Yidong <cyd@stupidchicken.com>
89dc29d9
CY
2496
2497 * rmail.texi (Rmail Display): Edit for grammar and conciseness.
2498
7c420169 24992011-01-02 Kenichi Handa <handa@m17n.org>
7f42ff40
KH
2500
2501 * rmail.texi (Rmail Display): Describe new features of Rmail in Info.
2502
7c420169 25032011-01-02 Eli Zaretskii <eliz@gnu.org>
88ab4340 2504
2d34d523
EZ
2505 * frames.texi (Cut and Paste): Modify the section's name and text:
2506 don't mix "cut/paste" with "kill/yank".
2507 (Cut/Paste Other App): Describe the per-session emulation of PRIMARY.
2508 (Bug#7702)
2509
88ab4340
EZ
2510 * trouble.texi (Checklist): Mention debug-on-quit. (Bug#7667)
2511
7c420169 25122011-01-02 Glenn Morris <rgm@gnu.org>
d3658de7
GM
2513
2514 * maintaining.texi: Move inclusion of emerge after EDE, so that it
2515 matches its position in the menu. (Bug#7674)
2516
7c420169 25172011-01-02 Glenn Morris <rgm@gnu.org>
da3930f3
GM
2518
2519 * trouble.texi (Checklist): Mention not replying via news either.
2520
92bb6c52
TH
25212010-12-30 Tassilo Horn <tassilo@member.fsf.org>
2522
2523 * misc.texi (Document View): Update DocView section with newly
2524 supported document formats.
2525
b103c904
CY
25262010-12-21 Chong Yidong <cyd@stupidchicken.com>
2527
2528 * killing.texi: Resection the Info version to conform to the
2529 printed manual, to avoid making sections on Accumulating Text, CUA
2530 and Rectangles into full chapters.
2531
f49d1f52 25322010-12-13 Eli Zaretskii <eliz@gnu.org>
68f75971
EZ
2533
2534 * custom.texi (Init Syntax): Add index entries for "character syntax".
2535 (Bug#7576)
2536
f49d1f52 25372010-12-13 Karel Klíč <kklic@redhat.com>
6e427e96
KK
2538
2539 * text.texi (HTML Mode): Small fixes. (Bug#7607)
2540
f49d1f52 25412010-12-13 Glenn Morris <rgm@gnu.org>
ffda048b
GM
2542
2543 * trouble.texi (Checklist): Fix typo in newsgroup name.
2544
f49d1f52 25452010-12-13 Chong Yidong <cyd@stupidchicken.com>
2931c841
CY
2546
2547 * search.texi (Word Search): Note that the lazy highlight always
2548 matches to whole words (Bug#7470).
2549
f49d1f52 25502010-12-13 Eli Zaretskii <eliz@gnu.org>
b8a9e136 2551
4f1948eb
EZ
2552 * display.texi (Optional Mode Line): Make the description of
2553 load-average more accurate.
2554
b8a9e136
EZ
2555 * msdog.texi (Windows HOME): Mention that HOME can also be set in the
2556 registry, with a cross-reference.
62d72a4a
EZ
2557 (Windows Startup): New node. Move the stuff about the current
2558 directory from "Windows HOME".
b8a9e136 2559
07976ae3 25602010-11-27 Bob Rogers <rogers-emacs@rgrjr.dyndns.org>
17a6e278
BR
2561
2562 * maintaining.texi (VC With A Locking VCS, VC Directory Commands):
2563 * vc1-xtra.texi (Customizing VC, General VC Options): Small fixes.
2564
07976ae3 25652010-11-27 Chong Yidong <cyd@stupidchicken.com>
0d6607ab
CY
2566
2567 * maintaining.texi (Version Control Systems): Fix repeated sentence.
2568 Suggested by Štěpán Němec.
2569
07976ae3 25702010-11-27 Chong Yidong <cyd@stupidchicken.com>
ec8a6295 2571
1aaae3f3
CY
2572 * maintaining.texi (Version Control): Say "commit", not "check in".
2573 (Version Control Systems): Simplify descriptions.
2574 (VCS Merging, VCS Changesets, VCS Repositories): New nodes, split from
2575 VCS Concepts.
2576 (VC Mode Line): Update example.
2577 (Old Revisions): Document revert-buffer for vc-diff.
2578 (Log Buffer): Promote to a subsection. Document header lines.
2579
1c6c854e
CS
2580 * macos.texi (Mac / GNUstep Basics):
2581 Document ns-right-alternate-modifier.
ec8a6295 2582
1aaae3f3
CY
2583 * emacs.texi (Top): Update node listing.
2584
0eb025fb
EZ
25852010-11-13 Eli Zaretskii <eliz@gnu.org>
2586
2587 * rmail.texi (Rmail Coding): Characters with no fonts are not
2588 necessarily displayed as empty boxes.
2589
2590 * mule.texi (Language Environments, Fontsets): Characters with no
2591 fonts are not necessarily displayed as empty boxes.
2592
2593 * display.texi (Text Display): Document display of glyphless
2594 characters.
2595
ea4f7750
GM
25962010-11-13 Glenn Morris <rgm@gnu.org>
2597
2598 * basic.texi (Position Info): Add M-x count-words-region.
2599
90639cea
GM
26002010-11-11 Glenn Morris <rgm@gnu.org>
2601
2602 * msdog.texi (ls in Lisp): Update for ls-lisp changes.
2603
d607b96b 26042010-11-09 Eli Zaretskii <eliz@gnu.org>
a16b2d46
EZ
2605
2606 * msdog.texi (Windows HOME): Add information regarding startup
2607 directory when invoking Emacs from a desktop shortcut. (bug#7300)
2608
c12e4a81
GM
26092010-10-11 Glenn Morris <rgm@gnu.org>
2610
df187c62
GM
2611 * Makefile.in (MAKEINFO): Add explicit -I$srcdir.
2612
c12e4a81
GM
2613 * Makefile.in (.texi.dvi): Remove unnecessary suffix rule.
2614 (DVIPS): New variable.
234db610
GM
2615 (.PHONY): Add html, ps.
2616 (html, emacs.html, ps, emacs.ps, emacs-xtra.ps): New targets.
2617 (clean): Delete html, ps files.
c12e4a81 2618
6513b232
EZ
26192010-10-09 Eli Zaretskii <eliz@gnu.org>
2620
2621 * makefile.w32-in (EMACSSOURCES): Add emacsver.texi.
2622
f4f358f1
GM
26232010-10-09 Glenn Morris <rgm@gnu.org>
2624
c1dc72b3
GM
2625 * Makefile.in (VPATH): Remove.
2626 (infodir): Make it absolute.
2627 (mkinfodir, $(infodir)/emacs, infoclean): No need to cd $srcdir.
2628
4393405b
GM
2629 * Makefile.in (dist): Anchor regexps.
2630
eef3ab94
GM
2631 * Makefile.in (EMACSSOURCES): Put emacs.texi first.
2632 ($(infodir)/emacs, emacs.dvi, emacs.pdf, emacs-xtra.dvi)
2633 (emacs-xtra.pdf): Use $<.
2634
aa9db089
GM
2635 * Makefile.in (infoclean): Remove harmless, long-standing error.
2636
abd40fb4
GM
2637 * Makefile.in ($(infodir)): Delete rule.
2638 (mkinfodir): New.
2639 ($(infodir)/emacs): Use $mkinfodir instead of infodir.
2640
f4f358f1 2641 * Makefile.in (distclean): Do not delete emacsver.texi.
68db69ed 2642 (dist): Remove reference to emacsver.texi.in.
f4f358f1
GM
2643 * emacsver.texi: New file, replacing emacsver.texi.in.
2644
ea274122
GM
26452010-10-09 Glenn Morris <rgm@gnu.org>
2646
f7a31f11
GM
2647 * emacsver.texi.in: New file.
2648 * emacs.texi: Set EMACSVER by including emacsver.texi.
2649 * Makefile.in (distclean): Delete emacsver.texi.
2650 (dist): Copy emacsver.texi.
b13254e7 2651 (EMACSSOURCES): Add emacsver.texi.
f7a31f11 2652
3fb78d1f
GM
2653 * ack.texi (Acknowledgments): No more b2m.c.
2654
ea274122
GM
2655 * Makefile.in (.PHONY): Declare info, dvi, pdf, dist.
2656 (emacs): Remove rule.
2657 (dist): No need to deal with the emacs rule any more.
2658
17ca7950
GM
26592010-10-07 Glenn Morris <rgm@gnu.org>
2660
2661 * Makefile.in (version): New, set by configure.
2662 (clean): Delete dist tar file.
2663 (dist): Use version in tar name.
2664
4c83f6e1
GM
26652010-10-06 Glenn Morris <rgm@gnu.org>
2666
2667 * Makefile.in (EMACS_XTRA): Add the main source file.
2668 (emacs-xtra.dvi, emacs-xtra.pdf): Remove explicit emacs-xtra.texi.
2669 (mostlyclean): No core files, reorder other files.
2670 (clean): Delete specific dvi and pdf files.
2671 (infoclean, dist): New rules.
2672 (maintainer-clean): Use infoclean.
8a944cea 2673 ($(infodir)): Add parallel build workaround.
4c83f6e1 2674
0264072d
GM
26752010-10-04 Glenn Morris <rgm@gnu.org>
2676
2677 * Makefile.in (SHELL): Set it.
2678 (INFO_TARGETS, DVI_TARGETS): Remove variables.
2679 (info, dvi): Replace above variables with their expansions.
2680 (info): Move mkdir from here...
2681 ($(infodir)/emacs): ... to here (for parallel builds).
2682 (pdf): New target.
2683 ($(infodir)/emacs): Pass -o option to makeinfo.
2684 (.PHONY): Declare clean rules.
2685 (maintainer-clean): Delete dvi and pdf files.
2686 Guard against cd failures. Use a more restrictive delete.
2687
3226d6ca
GM
26882010-10-02 Glenn Morris <rgm@gnu.org>
2689
2690 * misc.texi (Shell Mode): Remove reference to old function name.
2691
cad90f3b
EZ
26922010-09-30 Eli Zaretskii <eliz@gnu.org>
2693
2694 * maintaining.texi (VC Mode Line): Mention all the possible VC status
2695 indicator characters.
2696
5f874327
GM
26972010-09-29 Glenn Morris <rgm@gnu.org>
2698
2699 * Makefile.in (top_srcdir): Remove unused variable.
2700
0ab9cff3
GM
27012010-09-14 Glenn Morris <rgm@gnu.org>
2702
67ae9766
GM
2703 * cal-xtra.texi (Fancy Diary Display): Emphasize that sort should be
2704 the last hook item.
2705
0ab9cff3
GM
2706 * calendar.texi (Appointments): Also updated when a diary include file
2707 is saved.
2708
6664fc59 27092010-09-14 Glenn Morris <rgm@gnu.org>
63e1eaa1
GM
2710
2711 * trouble.texi (Bugs): Update the section intro.
2712 (Known Problems): New section.
2713 (Checklist): Misc updates. Prefer M-x report-emacs-bug.
2714 (Sending Patches): Bug fixes are best as responses to existing bugs.
2715 * emacs.texi (Known Problems): Add menu entry for new section.
2716
be3283d7
GM
27172010-09-09 Glenn Morris <rgm@gnu.org>
2718
2719 * xresources.texi: Untabify.
2720
10999305 27212010-09-06 Chong Yidong <cyd@stupidchicken.com>
89532a07
CY
2722
2723 * dired.texi (Dired Enter): Minor doc fix (Bug#6982).
2724
10999305 27252010-09-06 Glenn Morris <rgm@gnu.org>
e4a0188a
GM
2726
2727 * misc.texi (Saving Emacs Sessions): Mention desktop-path. (Bug#6948)
2728
30641319
JD
27292010-09-02 Jan Djärv <jan.h.d@swipnet.se>
2730
2731 * frames.texi (Cut/Paste Other App): Remove vut-buffer text.
2732
50dd7bc6
GM
27332010-08-21 Glenn Morris <rgm@gnu.org>
2734
2735 * misc.texi (Amusements): Mention bubbles and animate.
2736
5e620eca
EZ
27372010-07-31 Eli Zaretskii <eliz@gnu.org>
2738
2739 * files.texi (Visiting): Add more index entries for
2740 large-file-warning-threshold.
2741
8b2dd508
JD
27422010-07-29 Jan Djärv <jan.h.d@swipnet.se>
2743
2744 * frames.texi (Tool Bars): Add doc for tool-bar-position.
2745
8838673e
GM
27462010-06-23 Glenn Morris <rgm@gnu.org>
2747
2748 * abbrevs.texi, basic.texi, buffers.texi, building.texi, calendar.texi:
2749 * custom.texi, dired.texi, display.texi, emacs.texi, emerge-xtra.texi:
2750 * files.texi, fortran-xtra.texi, frames.texi, help.texi, killing.texi:
2751 * maintaining.texi, mark.texi, mini.texi, misc.texi, msdog.texi:
0351f24c
GM
2752 * mule.texi, programs.texi, rmail.texi, screen.texi, search.texi:
2753 * sending.texi, text.texi, trouble.texi, vc1-xtra.texi, xresources.texi:
8838673e
GM
2754 Untabify Texinfo files.
2755
04d3bb6c
GM
27562010-06-10 Glenn Morris <rgm@gnu.org>
2757
103dd3a8
GM
2758 * basic.texi (Inserting Text): Minor clarification. (Bug#6374)
2759
04d3bb6c
GM
2760 * basic.texi (Inserting Text): Fix typo.
2761
50b79479
GM
27622010-06-10 Glenn Morris <rgm@gnu.org>
2763
2764 * ack.texi (Acknowledgments):
2765 * emacs.texi (Acknowledgments): Update for notifications.el.
2766
86d7a550
DU
27672010-05-31 Daiki Ueno <ueno@unixuser.org>
2768
2769 * dired.texi (Operating on Files): Mention encryption commands
2770 (Bug#6315).
2771
db5dce9d
EZ
27722010-05-29 Eli Zaretskii <eliz@gnu.org>
2773
2774 * basic.texi (Moving Point): Update due to renaming of commands bound
2775 to arrows. Document bidi-aware behavior of C-<right> and C-<left>.
2776
34313041
EZ
27772010-05-18 Eli Zaretskii <eliz@gnu.org>
2778
2779 * display.texi (Fringes): Document reversal of fringe arrows for R2L
2780 paragraphs.
2781 (Line Truncation): Fix wording for bidi display.
2782
1fc0ce04 2783 * basic.texi (Moving Point): Document bidi-aware behavior of the arrow
34313041
EZ
2784 keys.
2785
0235128c 27862010-05-08 Chong Yidong <cyd@stupidchicken.com>
abb777ac
CY
2787
2788 * building.texi (GDB Graphical Interface): Remove misleading comparison
2789 to an IDE (Bug#6128).
2790
0235128c 27912010-05-08 Štěpán Němec <stepnem@gmail.com> (tiny change)
da0bbbc4
CY
2792
2793 * programs.texi (Man Page):
2794 * misc.texi (Invoking emacsclient):
2795 * mini.texi (Repetition):
2796 * mark.texi (Setting Mark): Fix typos.
2797
0235128c 27982010-05-08 Chong Yidong <cyd@stupidchicken.com>
eb5ed549
CY
2799
2800 * misc.texi (Printing): Document htmlfontify-buffer.
2801
0235128c 28022010-05-08 Glenn Morris <rgm@gnu.org>
6776e4c4
GM
2803
2804 * calendar.texi (Displaying the Diary, Format of Diary File):
2805 Fix external cross-references for TeX format output.
2806
0235128c
SM
28072010-05-07 Chong Yidong <cyd@stupidchicken.com>
2808
2809 * Version 23.2 released.
2810
f63d0028
JD
28112010-05-02 Jan Djärv <jan.h.d@swipnet.se>
2812
2813 * cmdargs.texi (Initial Options): Mention --chdir.
2814
20fe03ad
JD
28152010-04-21 Jan Djärv <jan.h.d@swipnet.se>
2816
2817 * frames.texi (Tool Bars): Add tool-bar-style.
2818
b7d65a5f
GM
28192010-04-21 Glenn Morris <rgm@gnu.org>
2820
2821 * ack.texi, emacs.texi (Acknowledgments): Add SELinux support.
2822
a42dbee1
CY
28232010-04-18 Chong Yidong <cyd@stupidchicken.com>
2824
2825 * programs.texi (Semantic): New node.
2826
2827 * maintaining.texi (EDE): New node.
2828
2829 * emacs.texi: Update node listing.
2830
2831 * misc.texi (Gnus): Use the `C-h i' keybinding for info.
2832
6e104790 28332010-04-18 Glenn Morris <rgm@gnu.org>
a77fe20c 2834
d52dbd3d
GM
2835 * emacs.texi (Acknowledgments): Remove duplicate.
2836
a77fe20c
GM
2837 * maintaining.texi (VC Directory Commands): Mention stashes and shelves.
2838
6e104790 28392010-04-18 Glenn Morris <rgm@gnu.org>
4d4e9522 2840
4ebe9902
GM
2841 * dired.texi (Misc Dired Features): Mention VC diff and log.
2842 * maintaining.texi (Old Revisions, VC Change Log):
2843 Mention that diff and log work in Dired buffers.
2844
98932641
GM
2845 * help.texi (Help Summary): Mention M-x info-finder.
2846
d5b22ab2 2847 * ack.texi (Acknowledgments): Add mpc.el.
cdfbcbba 2848
4d4e9522
GM
2849 * custom.texi (Specifying File Variables, Directory Variables):
2850 Document new commands for manipulating local variable lists.
2851
6e104790 28522010-04-18 Glenn Morris <rgm@gnu.org>
16207c0a
GM
2853
2854 * trouble.texi (Contributing): Add cindex entry.
2855 Mention etc/CONTRIBUTE.
2856
6e104790 28572010-04-18 Chong Yidong <cyd@stupidchicken.com>
e59c4233
CY
2858
2859 * mark.texi (Persistent Mark): Copyedits. Replace undo example with
2860 query-replace (Bug#5774).
2861
a20a9df3
GM
28622010-04-16 Glenn Morris <rgm@gnu.org>
2863
2864 * ack.texi, emacs.texi (Acknowledgments): Update for Org changes.
2865
1ecb2d3f
JD
28662010-04-11 Jan Djärv <jan.h.d@swipnet.se>
2867
2868 * xresources.texi (Lucid Resources): Mention faceName for dialogs.
2869
99852628
JD
28702010-04-08 Jan Djärv <jan.h.d@swipnet.se>
2871
2872 * xresources.texi (Lucid Resources): Mention faceName to set Xft fonts.
2873
ce79424f
EZ
28742010-03-30 Eli Zaretskii <eliz@gnu.org>
2875
2876 * mule.texi (Input Methods): Mention "C-x 8 RET" and add a
2877 cross-reference to "Inserting Text".
2878
2879 * basic.texi (Inserting Text): Add an index entry for "C-x 8 RET".
2880 Mention completion provided by `ucs-insert'.
2881
85738751 28822010-03-30 Chong Yidong <cyd@stupidchicken.com>
8233e79a
CY
2883
2884 * sending.texi (Sending Mail): Note variables that may need
2885 customizing.
2886 (Mail Sending): Expand discussion of send-mail-function.
2887
85738751 28882010-03-30 Chong Yidong <cyd@stupidchicken.com>
e73c2434
CY
2889
2890 Document Message mode as the default mail mode.
2891
2892 * sending.texi (Sending Mail): Copyedits.
2893 (Mail Format, Mail Headers): Document mail-from-style changes.
2894 (Mail Commands): Rename from Mail mode. Document Message mode.
2895 (Mail Misc): Rename from Mail mode Misc.
2896 (Mail Sending, Header Editing, Mail Misc): Switch to Message mode
2897 command names and update keybindings.
2898 (Header Editing): Document message-tab. De-document
2899 mail-self-blind, mail-default-reply-to, and mail-archive-file-name in
2900 favor of mail-default-headers. Ad index entries for user-full-name and
2901 user-mail-address.
1c6c854e
CS
2902 (Citing Mail): Update changes in Message mode behavior.
2903 Document mail-yank-prefix.
e73c2434
CY
2904 (Mail Signature): New node, moved from Mail Misc.
2905 (Mail Aliases): Mail abbrevs are the default with Message mode.
2906 (Mail Methods): Note that Message mode is now the default.
2907
2908 * rmail.texi (Rmail Reply):
2909 * text.texi (Text Mode):
2910 * major.texi (Major Modes):
2911 * mule.texi (Output Coding): Refer to Message mode.
2912
2913 * custom.texi (Init Examples): Add xref to Mail Header.
2914
1fc0ce04 2915 * emacs.texi (Top): Fix xrefs.
e73c2434 2916
85738751 29172010-03-30 Chong Yidong <cyd@stupidchicken.com>
0f72a391 2918
c0c035fa
CY
2919 * maintaining.texi (VC With A Merging VCS): C-x v v now creates a
2920 repository if there is none.
2921 (VC Change Log): Rename from VC Status. Document vc-log-show-limit and
2922 vc-print-root-log.
ef7b27ef 2923 (Old Revisions): Copyedits. Document vc-root-diff.
c0c035fa 2924
71785b7a
CY
2925 * programs.texi (Program Modes): Mention Javascript mode.
2926
f67c5dd0
CY
2927 * text.texi (HTML Mode): Note that nXML is now the default XML mode.
2928 * emacs.texi: Update node description.
2929
0f72a391 2930 * misc.texi (Navigation): Document doc-view-continuous.
f2608df3 2931 (Shell Ring): Document new M-r binding. M-s is no longer bound.
0f72a391 2932
dc2d2590
JL
29332010-03-30 Juri Linkov <juri@jurta.org>
2934
2935 * search.texi (Other Repeating Search): Remove line that `occur'
2936 can not handle multiline matches.
2937
a7b02820
EZ
29382010-03-30 Eli Zaretskii <eliz@gnu.org>
2939
2940 * mule.texi (International): Mention support of bidirectional editing.
2941 (Bidirectional Editing): New section.
2942
22ef1944
NR
29432010-03-28 Nick Roberts <nickrob@snap.net.nz>
2944
2945 * emacs.texi (Top): Update node names to those in building.texi.
2946
146b8b16
NR
29472010-03-27 Nick Roberts <nickrob@snap.net.nz>
2948
c5e87d10
PE
2949 doc/emacs/building.texi: Describe restored GDB/MI functionality
2950 removed by 2009-12-29T07:15:34Z!nickrob@snap.net.nz.
146b8b16
NR
2951 doc/emacs/emacs.texi: Update node names for building.texi.
2952
6d98672d
GM
29532010-03-24 Glenn Morris <rgm@gnu.org>
2954
2955 * ack.texi (Acknowledgments):
2956 * emacs.texi (Acknowledgments): Fix ispell attribution. (Bug#5759)
2957
93318cbd
JD
29582010-03-20 Jan Djärv <jan.h.d@swipnet.se>
2959
2960 * xresources.texi (Table of Resources): Clarify toolBar number
2961 for Gtk+.
2962
2963 * frames.texi (Menu Bars): menuBarLines => menuBar (bug#5736).
2964
15cf2f52
CY
29652010-03-21 Chong Yidong <cyd@stupidchicken.com>
2966
4102856c
CY
2967 * dired.texi (Dired Updating): Document dired-auto-revert-buffer.
2968
15cf2f52
CY
2969 * search.texi (Other Repeating Search): Document multi-isearch-buffers
2970 and multi-isearch-buffers-regexp.
2971
2972 * indent.texi (Indentation): Clarify description of
2973 indent-for-tab-command. Document tab-always-indent.
2974
d68eb23c
CY
29752010-03-20 Chong Yidong <cyd@stupidchicken.com>
2976
2977 * cmdargs.texi (Font X): Move most content to Fonts.
2978
2979 * frames.texi (Fonts): New node. Document font-use-system-font.
2980
2981 * emacs.texi (Top):
2982 * xresources.texi (Table of Resources):
2983 * mule.texi (Defining Fontsets, Charsets): Update xrefs.
2984
288f9fc0
CY
29852010-03-10 Chong Yidong <cyd@stupidchicken.com>
2986
2987 * Branch for 23.2.
2988
17782bec
CY
29892010-03-06 Chong Yidong <cyd@stupidchicken.com>
2990
2991 * custom.texi (Init Examples): Add xref to Locals.
2992
2993 * major.texi (Choosing Modes): Mention usage of setq-default for
2994 setting the default value of major-mode (Bug#5688).
2995
b4a1a8b2
CY
29962010-03-02 Chong Yidong <cyd@stupidchicken.com>
2997
2998 * frames.texi (Mouse Avoidance): Mention make-pointer-invisible.
2999
3000 * display.texi (Display Custom): Document make-pointer-invisible and
3001 underline-minimum-offset. Remove inverse-video.
3002
a1e759cd
CY
30032010-02-21 Chong Yidong <cyd@stupidchicken.com>
3004
3005 * frames.texi (Frame Commands): Note that the last ordinary frame can
3006 be deleted in daemon mode (Bug#5616).
3007
4f3bc373
GM
30082010-02-18 Glenn Morris <rgm@gnu.org>
3009
3010 * trouble.texi (Contributing): Repository is no longer CVS.
3011
5dbbdd33
GM
30122010-02-08 Glenn Morris <rgm@gnu.org>
3013
3014 * buffers.texi (Uniquify): Must explicitly load library. (Bug#5529)
3015
cd61af01
SM
30162010-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
3017
3018 * display.texi (Useless Whitespace, Text Display):
3019 * custom.texi (Init Examples): Avoid obsolete special default variables
3020 like default-major-mode.
3021
b1bb0a25 30222010-01-24 Mark A. Hershberger <mah@everybody.org>
aaef4f91
MH
3023
3024 * programs.texi (Other C Commands): Replace reference to obsolete
3025 c-subword-mode.
3026
99d0985b
GM
30272010-01-21 Glenn Morris <rgm@gnu.org>
3028
3029 * trouble.texi (Bugs): Fix PROBLEMS keybinding.
3030
893db5bc
GM
30312010-01-12 Glenn Morris <rgm@gnu.org>
3032
3033 * trouble.texi (Checklist): Use bug-gnu-emacs rather than
3034 emacs-pretest-bug for bug reports for development versions.
3035
0419b8d6
GM
30362010-01-11 Glenn Morris <rgm@gnu.org>
3037
3038 * display.texi (Highlight Interactively): `t' does not mean highlight
3039 all patterns. (Bug#5335)
3040
26e533e2
CY
30412009-12-29 Chong Yidong <cyd@stupidchicken.com>
3042
3043 * misc.texi (Shell): Document async-shell-command.
3044
3045 * building.texi (Grep Searching): Document zrgrep.
3046
484eaeac 3047 * mini.texi (Completion Options): Mention `initials' completion style.
26e533e2 3048
7ee6c59b
NR
30492009-12-29 Nick Roberts <nickrob@snap.net.nz>
3050
3051 * building.texi: Import GDB Graphical Interface description from
3052 EMACS_23_1_RC.
3053
91ed7ea8
CY
30542009-12-24 Chong Yidong <cyd@stupidchicken.com>
3055
3056 * emacs.texi (Top): Update node listing.
3057
3058 * abbrevs.texi (Saving Abbrevs): Abbrev file should be in .emacs.d.
3059
3060 * basic.texi (Moving Point): M-r is now move-to-window-line-top-bottom.
3061
3062 * cmdargs.texi (Initial Options):
3063 * xresources.texi (Resources): Document inhibit-x-resources.
3064
3065 * custom.texi (Specifying File Variables): Note that minor modes are
3066 enabled unconditionally.
3067
3068 * display.texi (Scrolling): Briefly document the old recenter command,
3069 and document recenter-positions.
3070
3071 * files.texi (Visiting):
3072 * buffers.texi (Buffers): Max buffer size is now 512 MB.
3073
1c6c854e
CS
3074 * frames.texi (Cut/Paste Other App):
3075 Document save-interprogram-paste-before-kill.
91ed7ea8
CY
3076
3077 * killing.texi (Kill Options): New node.
3078
6ca89aaa
CY
30792009-12-05 Chong Yidong <cyd@stupidchicken.com>
3080
3081 * misc.texi (Shell Options): ansi-color is now default.
3082
806642d4
GM
30832009-12-05 Glenn Morris <rgm@gnu.org>
3084
806642d4
GM
3085 * emacs.texi (Top): Update menu for cal-xtra node changes.
3086 * calendar.texi (Displaying the Diary): Holidays may be in the buffer
3087 or mode line. Don't mention invisible text or the details of
3088 diary-print-entries here, only in cal-xtra.
3089 (Format of Diary File): Mention that the "date on first line" format
3090 only really affects the simple display.
3091 * cal-xtra.texi (Advanced Calendar/Diary Usage): Update menu.
3092 (Diary Customizing): Holidays may be in the buffer or mode line.
3093 Move diary-print-entries to the "Diary Display" section.
3094 (Diary Display): New section, split out from "Fancy Diary Display".
3095 Explain the limitations of simple display, and how to print it.
3096
1a4f0c0a
GM
3097 * calendar.texi (Displaying the Diary): Mention keys apply to calendar.
3098
e11adbd8
GM
3099 * cal-xtra.texi (Diary Display): Mention View mode.
3100
29a483ac
JL
31012009-11-29 Juri Linkov <juri@jurta.org>
3102
3103 * display.texi (Highlight Interactively): Actually a list of
3104 default faces is pre-loaded into a list of default values
3105 instead of the history.
3106
83d60c79
GM
31072009-11-20 Glenn Morris <rgm@gnu.org>
3108
3109 * ack.texi (Acknowledgments):
3110 * emacs.texi (Acknowledgments): Add htmlfontify.
3111
276bbe96
GM
31122009-11-14 Glenn Morris <rgm@gnu.org>
3113
98ad1bae
GM
3114 * cal-xtra.texi (Holiday Customizing): Replace obsolete alias.
3115
276bbe96
GM
3116 * ack.texi (Acknowledgments):
3117 * emacs.texi (Acknowledgments): Update for recent Org changes.
3118
18430066
CY
31192009-10-31 Chong Yidong <cyd@stupidchicken.com>
3120
3121 * mule.texi (Charsets): Numerous copyedits. Don't discuss the
3122 `charset' property, which is irrelevant to the user manual (Bug#3526).
3123
522ddc9f
JB
31242009-10-14 Juanma Barranquero <lekktu@gmail.com>
3125
3126 * trouble.texi (DEL Does Not Delete): Fix typo.
3127
50b49ade
MA
31282009-10-05 Michael Albinus <michael.albinus@gmx.de>
3129
3130 * files.texi (Misc File Ops): Mention copy-directory.
3131
6308321a
EZ
31322009-10-04 Eli Zaretskii <eliz@gnu.org>
3133
43b3b4d1
EZ
3134 * mule.texi (Unibyte Mode): Emphasize that
3135 unibyte-display-via-language-environment affects only the display.
3136
6308321a
EZ
3137 * display.texi (Horizontal Scrolling): Document cursor behavior under
3138 horizontal scrolling when point moves off the screen (Bug#4564).
3139 Improve wording.
3140
bd51ea7f
MA
31412009-10-01 Michael Albinus <michael.albinus@gmx.de>
3142
3143 * files.texi (Directories): delete-directory prompts for recursive
3144 deletion.
3145
55381962
GM
31462009-09-30 Glenn Morris <rgm@gnu.org>
3147
3148 * ack.texi (Acknowledgments):
3149 * emacs.texi (Acknowledgments): CEDET updates. Fix Hungarian accent.
3150
13989ab1
TH
31512009-09-25 Tassilo Horn <tassilo@member.fsf.org>
3152
3153 * dired.texi (Dired Navigation): Use @code instead of @var for
3154 dired-isearch-filenames, so that it's not capitalized.
3155
8ba46c89
CY
31562009-09-19 Chong Yidong <cyd@stupidchicken.com>
3157
3158 * frames.texi (Frame Commands): C-z is now bound to suspend-frame.
3159
3160 * entering.texi (Exiting): C-z is now bound to suspend-frame.
3161
3162 * custom.texi (Init Examples): Replace Rumseld with Cheny (Bug#3519).
1c6c854e
CS
3163 (Key Bindings): Reference Init Rebinding in introductory text.
3164 Shift some of the introduction to Keymaps node.
8ba46c89
CY
3165 (Keymaps): Simplify.
3166 (Local Keymaps): Simplify. Move binding example to Init Rebinding.
3167 (Minibuffer Maps): Remove mention of Mocklisp.
3168 (Init Rebinding): Move mode-local rebinding example here from Local
3169 Keymaps.
3170 (Modifier Keys): Clarify.
1e11b018 3171 (Rebinding): Add cindex for "binding keys".
8ba46c89 3172
6a5ca7c8
CY
31732009-09-13 Chong Yidong <cyd@stupidchicken.com>
3174
3175 * misc.texi (Invoking emacsclient): Minor clarifications (Bug#4419).
3176
0e1cba51
NR
31772009-08-31 Nick Roberts <nickrob@snap.net.nz>
3178
6a5ca7c8 3179 * building.texi (Threads Buffer, Multithreaded Debugging):
333f9019 3180 Reorganize these two sections.
0e1cba51 3181
76a87a4d
EZ
31822009-08-29 Eli Zaretskii <eliz@gnu.org>
3183
3184 * cmdargs.texi (Initial Options): Fix last change.
3185
82e98df4
SM
31862009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
3187
3188 * mule.texi (Enabling Multibyte):
3189 * cmdargs.texi (General Variables): Remove EMACS_UNIBYTE.
3190 (Initial Options): Remove --(no-)multibyte, --(no-)unibyte.
3191
fb89fad9
GM
31922009-08-20 Glenn Morris <rgm@gnu.org>
3193
3194 * cal-xtra.texi (Non-Gregorian Diary): Mention ``Adar I'' special case.
3195
e99652b0
GM
31962009-08-19 Glenn Morris <rgm@gnu.org>
3197
3198 * ack.texi (Acknowledgments): Remove cvtmail. Mention info-finder.
3199
5cca97ad
GM
32002009-08-18 Glenn Morris <rgm@gnu.org>
3201
3202 * ack.texi (Acknowledgments):
3203 * emacs.texi (Acknowledgments): Update for js.el replacing js2-mode.el.
3204
997797ae 3205 * ack.texi (Acknowledgments): Add ucs-normalize.el and files-x.el.
3e8e9265 3206
985bf85b
GM
32072009-08-09 Glenn Morris <rgm@gnu.org>
3208
3209 * ack.texi (Acknowledgments):
3210 * emacs.texi (Acknowledgments): Add gdb-mi entry.
3211
8d6bb99e
DD
32122009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
3213
3214 * emacs.texi (Top): Add new menu items for GDB-UI.
3215
3216 * building.texi (GDB Graphical Interface): Add Multithreaded debugging
522ddc9f 3217 section. Threads buffer is in separate section now.
8d6bb99e 3218
8353da9c
GM
32192009-08-08 Glenn Morris <rgm@gnu.org>
3220
3221 * ack.texi (Acknowledgments):
3222 * emacs.texi (Acknowledgments):
3223 Update for js2-mode and org changes.
3224
f2074faf
MA
32252009-08-02 Michael Albinus <michael.albinus@gmx.de>
3226
3227 * files.texi (Reverting): Auto-Revert Tail mode works also for remote
3228 files.
3229
e8d2d3fb
CY
32302009-07-28 Chong Yidong <cyd@stupidchicken.com>
3231
3232 * building.texi (Lisp Libraries): Clarify meaning of autoloading.
3233
324a4f6a
GM
32342009-07-23 Glenn Morris <rgm@gnu.org>
3235
3236 * programs.texi (Matching): Update blink-matching-paren-distance.
3237
b6937a70
CY
32382009-07-21 Chong Yidong <cyd@stupidchicken.com>
3239
3240 * frames.texi (Cut/Paste Other App): For select-active-regions,
3241 selection is now updated on moving point.
3242
bd8aaa36
RS
32432009-07-21 Richard Stallman <rms@gnu.org>
3244
3245 * glossary.texi (GNU, Daemon): Update information.
3246
8d9b5eba
JL
32472009-07-19 Juri Linkov <juri@jurta.org>
3248
3249 * custom.texi (Specifying File Variables, Safe File Variables):
3250 "variables/value pairs" -> "variable/value pairs".
3251
a2acc1db
GM
32522009-07-15 Glenn Morris <rgm@gnu.org>
3253
3254 * misc.texi (Gnus): Remove widow.
3255
c5ae942b
GM
32562009-07-11 Glenn Morris <rgm@gnu.org>
3257
703d26ba
GM
3258 * Makefile.in (TEXI2PDF): New.
3259 (emacs.pdf, emacs-xtra.pdf): New targets.
3260
522ddc9f 3261 * arevert-xtra.texi (Autorevert): Add menu descriptions.
c5ae942b
GM
3262
3263 * display.texi (Horizontal Scrolling): Re-word to remove widow.
3264
3265 * emacs.texi (Top): Info can be read from other places than Emacs.
522ddc9f
JB
3266 Don't print the copying notice twice in the printed version.
3267 Update the menu and detailmenu.
3268 (Preface): The meaning of "on-line" has changed.
3269 Correct name for "Common Problems" chapter.
3270 (Distrib): Update FSF shop URL.
3271 (Intro): Showing two files at once is not so exciting.
3272
3273 * macos.texi (Mac OS / GNUstep): Fix spelling and cross-reference.
3274 (Mac / GNUstep Basics): Minor grammar changes.
3275 (Mac / GNUstep Events): Fix typo.
3276 (GNUstep Support): CANNOT_DUMP no longer applies.
3277
3278 * misc.texi (Document View): Fix typos.
3279
3280 * dired.texi (Dired):
3281 * help.texi (Help):
3282 * macos.texi (Mac OS / GNUstep):
3283 * maintaining.texi (Version Control, Introduction to VC):
3284 End menu descriptions with a period.
c5ae942b 3285
b1c8242b
EZ
32862009-07-09 Eli Zaretskii <eliz@gnu.org>
3287
3288 * msdog.texi (Windows Files) <w32-get-true-file-attributes>: Don't be
3289 so categorical in saying that the option is only useful on NTFS.
3290
220d9aa6
GM
32912009-07-09 Glenn Morris <rgm@gnu.org>
3292
3293 * Makefile.in (texinfodir): New variable, with location of texinfo.tex.
3294 (ENVADD): Add texinfodir to TEXINPUTS.
3295
3296 * emacs.texi (Top): Fix cross-reference.
3297
3298 * maintaining.texi (VC Directory Buffer): Fix cross-reference.
3299
3300 * vc1-xtra.texi (Revision Tags): Fix typo.
3301
d07e72d3
GM
33022009-07-03 Glenn Morris <rgm@gnu.org>
3303
3304 * emerge-xtra.texi (Emerge): Tweak Misc menu description.
3305 (Submodes of Emerge): Skip Prefers is only relevant with an ancestor.
3306 (Merge Commands): `.' does not seem to work in A or B buffer.
3307 `l' can recreate the 3-window display.
3308
3309 * glossary.texi (Glossary): Minor phrasing changes throughout.
3310 Add more internal cross-references.
3311 <Autoloading>: You can't really autoload a variable.
3312 <C-M->: Move details here from `M-C-' item.
3313 <Continuation Line>: Refer to `Truncation.'
3314 <Daemon, Free Software, Free Software Foundation, FSF, GNU>:
3315 <Home Directory, Unix>: New entries.
3316 <Deletion of Files>: Mention recycle bins.
3317 <Directory>: Mention ``folders.''
3318 <Error>: Don't mention ``type-ahead.''
3319 <Fringe>: Refer to the manual node.
3320 <Minor Mode>: Can be global or local.
3321 <Spell Checking>: There are other checkers besides Ispell.
3322
f144038a
GM
33232009-07-02 Glenn Morris <rgm@gnu.org>
3324
3325 * anti.texi (Antinews): Minor changes in phrasing.
3326
3327 * cal-xtra.texi, fortran-xtra.texi: Re-order a few things to reduce
3328 some underfull lines in dvi output.
3329
3330 * emacs-xtra.texi (Introduction): Mention included in info Emacs manual.
3331
3332 * sending.texi (Mail Sending): Add a tiny bit on mailclient.
3333
3334 * vc-xtra.texi (Advanced VC Usage): End all menu items with a period.
3335
3f1c6666
JD
33362009-07-01 Jan Djärv <jan.h.d@swipnet.se>
3337
3338 * xresources.texi (Table of Resources): Mention maximized for
3339 fullscreen.
3340
3341 * cmdargs.texi (Window Size X): -mm/--maximized is new.
3342
62aadce7
CY
33432009-07-01 Chong Yidong <cyd@stupidchicken.com>
3344
3345 * anti.texi (Antinews): Correct the list of removed platforms.
3346
82ec412e
GM
33472009-06-28 Glenn Morris <rgm@gnu.org>
3348
3349 * arevert-xtra.texi: Minor language tweaks.
3350
09964e7d
GM
3351 * dired-xtra.texi: Minor revisions.
3352
666e158e
MB
33532009-06-23 Miles Bader <miles@gnu.org>
3354
c4cc8b9a 3355 * display.texi (Scrolling): Document `recenter-redisplay'.
05fbc4a9 3356 (Temporary Face Changes): Document `text-scale-set'.
666e158e 3357
70243478
CY
33582009-06-21 Chong Yidong <cyd@stupidchicken.com>
3359
3360 * Branch for 23.1.
3361
67cbe681
KH
33622009-06-17 Kenichi Handa <handa@m17n.org>
3363
3364 * mule.texi (Charsets): Update the description for the new charset.
3365 (list-character-sets): New findex.
125dd7c5 3366 (Language Environments): Add @anchor{Describe Language Environment}.
67cbe681 3367
40e67246
CY
33682009-06-10 Chong Yidong <cyd@stupidchicken.com>
3369
b5700de6
CY
3370 * basic.texi (Moving Point): Fix tag.
3371
3372 * picture-xtra.texi (Insert in Picture): Use <next> and <prior>.
3373
3374 * mini.texi (Completion Commands): Decapitalize <next> and <prior>, and
3375 use camel-case for PageUp and PageDown.
3376
3377 * display.texi (Scrolling): Decapitalize <next> and <prior>, and use
3378 camel-case for PageUp and PageDown.
3379
3380 * calendar.texi (Scroll Calendar): Decapitalize <next> and <prior>.
3381
40e67246 3382 * search.texi (Isearch Scroll): Add isearch-allow-scroll to index.
b5700de6 3383 (Isearch Scroll): Decapitalize <next> and <prior>.
40e67246 3384
522ddc9f 33852009-06-09 Agustín Martín <agustin.martin@hispalinux.es>
6f591cf4 3386
522ddc9f
JB
3387 * fixit.texi (Spelling): Set default dictionary.
3388 Improve descriptions (Bug#2554)
6f591cf4 3389
53483c76
DR
33902009-06-08 David Reitter <david.reitter@gmail.com>
3391
3392 * macos.texi (Color panel, Font panel): Remove mention of Save Options,
3393 since saving colors and faces set this way is not implemented.
3394 (Environment variables): Remove mention of mac-fix-env, which is
3395 scheduled to be removed.
3396
1557ef4f
CY
33972009-06-04 Chong Yidong <cyd@stupidchicken.com>
3398
91056528
CY
3399 * custom.texi (Init Examples): Add example of changing load-path.
3400
1557ef4f
CY
3401 * building.texi (Lisp Libraries): Add example of changing
3402 load-path (Bug#3446).
3403
623cec4c
CY
34042009-05-28 Chong Yidong <cyd@stupidchicken.com>
3405
3406 * mark.texi (Mark): Further clarifications.
3407 (Setting Mark): Emphasize that C-SPC activates the mark.
3408
0fcca8ee
CY
34092009-05-28 Chong Yidong <cyd@stupidchicken.com>
3410
702b10e1
CY
3411 * mark.texi (Mark): Clarify introduction. Mention disabling Transient
3412 Mark mode.
0fcca8ee
CY
3413 (Using Region, Persistent Mark): Use "active mark" instead of "active
3414 region".
3415
d3b396e4
CY
34162009-05-16 Ari Roponen <ari.roponen@gmail.com> (tiny change)
3417
3418 * mule.texi (Select Input Method): Fix typo.
3419
3f698a06
CY
34202009-05-13 Chong Yidong <cyd@stupidchicken.com>
3421
3422 * anti.texi (Antinews): Document completion changes. Some additional
3423 copyedits and rearrangement of entries.
3424
b2a42eb7
CY
34252009-05-12 Chong Yidong <cyd@stupidchicken.com>
3426
932fd020
CY
3427 * misc.texi (Interactive Shell, Saving Emacs Sessions)
3428 (Shell History Copying, Terminal emulator): Copyedits.
3429
1c6c854e
CS
3430 * xresources.texi (Resources): Simplify descriptions.
3431 Shorten description of editres, which is not very useful these days.
ac36a8f1
CY
3432 (Table of Resources): Document fontBackend resource.
3433
b2a42eb7 3434 * trouble.texi (Quitting): Add other undo bindings to table.
09e80d9f 3435 (DEL Does Not Delete): Note that the erasure key is usually labeled
b2a42eb7
CY
3436 "Backspace". Remove discussion of obscure Xmodmap issue.
3437
c6ea7fb8
CY
34382009-05-07 Chong Yidong <cyd@stupidchicken.com>
3439
3440 * files.texi (Visiting): Copyedits.
3441
ad36c422
CY
34422009-05-06 Chong Yidong <cyd@stupidchicken.com>
3443
3444 * basic.texi (Inserting Text): Document ucs-insert.
3445
3446 * mule.texi (International Chars): Define "multibyte". Note that
3447 internal representation is unicode-based. Simplify definition of raw
3448 bytes. Mention ucs-insert.
3449 (Enabling Multibyte): Remove obsolete discussion. Copyedits.
3450 (Language Environments): Add language environments new to Emacs 23.
3451 (Multibyte Conversion): Node deleted.
1c6c854e
CS
3452 (Coding Systems): Remove obsolete unify-8859-on-decoding-mode.
3453 Don't mention obsolete emacs-mule coding system.
ad36c422
CY
3454 (Output Coding): Copyedits.
3455
3456 * emacs.texi (Top): Update node listing.
3457
d4ad7b96
CY
34582009-05-05 Per Starbäck <per@starback.se> (tiny change)
3459
3460 * trouble.texi (Lossage): Use new binding of view-emacs-problems.
3461
5bd66204
SM
34622009-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
3463
3464 * building.texi (Lisp Libraries): `load-library' does offer completion.
3465
bc36ad1c
CY
34662009-04-28 Chong Yidong <cyd@stupidchicken.com>
3467
3468 * frames.texi (Text-Only Mouse): Mention gpm-mouse-mode instead of
3469 t-mouse-mode. Suggested by Per Starbäck (Bug#3126).
3470
f1a47884
EZ
34712009-04-25 Eli Zaretskii <eliz@gnu.org>
3472
3473 * maintaining.texi (Tags): Clarify text. (Bug#3101)
3474
be77bd45
CY
34752009-04-22 Chong Yidong <cyd@stupidchicken.com>
3476
3477 * entering.texi (Entering Emacs): Document initial-buffer-choice.
3478
3479 * building.texi (Lisp Interaction): Document initial-scratch-message.
3480
d3b82927
JB
34812009-04-18 Juanma Barranquero <lekktu@gmail.com>
3482
ed6e7b11
JB
3483 * msdog.texi (Windows Fonts): Fix typos.
3484
d3b82927
JB
3485 * files.texi (Save Commands): Fix pxref.
3486
bc323c04
CY
34872009-04-18 Chong Yidong <cyd@stupidchicken.com>
3488
3489 * files.texi (Save Commands): Mention diff-buffer-with-file.
3490 (Comparing Files): Document diff-buffer-with-file. Suggested by Magnus
3491 Henoch (Bug#3036).
3492
2186d13f
GM
34932009-03-15 Glenn Morris <rgm@gnu.org>
3494
3495 * sending.texi (Mail Format): Replace "Sender" with "Message-Id", since
3496 the former is not always used.
3497 (Mail Headers): Use active voice. Add "Mail-reply-to".
3498 Change case of "Id". Avoid repeated "appropriate".
3499 (Mail Aliases): Fix previous change - use an example with a ".", so it
3500 does actually get quoted when expanded.
3501 (Mail Sending): Mailclient is the default on some systems.
3502 (Citing Mail): Mention mail-indentation-spaces.
3503 (Mail Mode Misc): Add an @dfn for "mail signature".
3504
71e454fc
CY
35052009-03-15 Chong Yidong <cyd@stupidchicken.com>
3506
3507 * mini.texi (Completion Commands): Describe Emacs 23 completion rules.
3508 (Completion Options): Document read-file-name-completion-ignore-case,
1c6c854e
CS
3509 read-buffer-completion-ignore-case, and completion-styles.
3510 Remove description of partial-completion-mode.
71e454fc 3511
df1a3e06
GM
35122009-03-14 Glenn Morris <rgm@gnu.org>
3513
3514 * sending.texi (Mail Format): Fix typo. Add index entry for
3515 mail-header-separator.
3516 (Mail Headers): Put info about initialization and changing in one place
3517 at the start. Update FCC section for mbox Rmail. Clarify From
3518 section, mention mail-setup-with-from. Clarify Reply-to section.
3519 Add Mail-followup-to and mail-mailing-lists. Clarify References
3520 section.
3521 (Mail Aliases): Update example, make less contentious.
3522 Update for name change of mail-interactive-insert-alias.
3523 (Mail Mode): Remove mention of `%' as a word separator.
3524 (Mail Sending): Mention mail-send-hook. Mention Mailclient.
3525 (Header Editing): Add reply-to, mail-reply-to, and mail-followup-to
3526 commands. Clarify FCC handling. In mail-complete, add reference to
3527 Mail Aliases section, and mention mail-complete-function.
3528 (Citing Mail): Mention mail-yank-ignored-headers and mail-citation-hook.
3529 (Mail Mode Misc): Clarify the mail-signature function. Add basic
3530 signature netiquette. Explain how the mail hooks work when continuing
3531 a composition.
3532 (Mail Amusements): Internationalize the spook section a bit.
3533 Remove the spook mail-setup-hook example, since it doesn't work well.
3534 Mention fortune-file.
3535 (Mail Methods): Mention read-mail-command.
3536
ed6e7b11 35372009-03-14 David Reitter <david.reitter@gmail.com>
959d68bd 3538
df1a3e06
GM
3539 * macos.texi (Mac / GNUstep Basics): Remove references to Prefs panel
3540 and NS resources following recent changes.
959d68bd 3541
86dca3e8
JR
35422009-03-10 Jason Rumney <jasonr@gnu.org>
3543
3544 * msdog.texi (Windows Misc): Remove doc for obsolete variable. Modify
3545 w32-use-visible-system-caret doc to indicate that it should get set
3546 automatically.
3547 (Windows Fonts): Add doc for the uniscribe backend.
3548
042fe98f
DN
35492009-03-08 Dan Nicolaescu <dann@ics.uci.edu>
3550
3551 * maintaining.texi (VC Directory Commands): Fix doc for the x key in
3552 vc-dir. (Bug#2598)
3553
7f8dba73
RS
35542009-03-05 Reiner Steib <Reiner.Steib@gmx.de>
3555
3556 * fixit.texi (Spelling): Add turn-on-flyspell. (Bug#2517)
3557
505e70c3
GM
35582009-03-05 Glenn Morris <rgm@gnu.org>
3559
04242bdc
GM
3560 * rmail.texi (Rmail Basics): Add reference to sorting.
3561 (Rmail Scrolling, Rmail Motion, Rmail Reply, Rmail Display):
3562 Minor re-wordings.
3563 (Rmail Motion): Mention rmail-next-same-subject.
3564 (Rmail Deletion): Expunging is not the only way to change the numbers.
3565 (Rmail Labels): Labels can also be used in sorting.
3566 (Rmail Summary Edit): Mention rmail-summary-next-same-subject.
505e70c3
GM
3567 (Rmail Display): Mention rmail-mime.
3568
00cfe22c
GM
35692009-03-04 Glenn Morris <rgm@gnu.org>
3570
3571 * rmail.texi (Rmail Sorting): Add the keybindings associated with each
3572 sort command. Fix `rmail-sort-by-labels' name. Mention sorting from
3573 summary. Mention sorts cannot be undone.
3574 (Rmail Display): Give an example of how to use goto-address-mode.
3575 (Rmail Editing): It's keybindings that are redefined, not commands.
3576 Fix some typos.
3577 (Movemail): Some minor rewording.
3578 (Remote Mailboxes): Emacs movemail supports pop by default.
3579 Fix some minor grammatical issues. The "two alternative ways" to
3580 specify a POP mailbox are really just one. Remove all reference to the
3581 variables rmail-pop-password and rmail-pop-password-required, obsolete
3582 since Emacs 22.1. Clarify the four password steps. Emacs movemail
3583 can support Kerberos.
3584
3d963b67
GM
35852009-03-03 Glenn Morris <rgm@gnu.org>
3586
3587 * rmail.texi (Rmail Deletion): Revert previous change, which was
3588 describing the Rmail summary versions.
3589 (Rmail Reply): Give more details of rmail-dont-reply-to-names.
3590 Minor re-wording for rmail-resend.
3591 (Rmail Make Summary): Summaries apply to buffers rather than files.
3592 <rmail-summary-by-topic>: Headers includes the subject.
3593 <rmail-summary-by-recipients, rmail-summary-by-topic>: Give more
3594 details, including prefix arguments.
2340abde 3595 Mention rmail-summary-by-senders on C-M-f.
3d963b67
GM
3596 Not counting lines might be faster.
3597 (Rmail Summary Edit): More details on the delete commands.
2340abde
GM
3598 Mention rmail-summary-undelete-many, rmail-summary-bury, and C-M-n/p.
3599 Name the commands bound to the various keys. Mention prefix argument
3600 for searching.
3d963b67
GM
3601 (Rmail Display): Mention rmail-displayed-headers. Fix typo.
3602 Simplify rmail-highlighted-headers description. Update face name.
3603
a8ce3d17
JB
36042009-03-02 Juanma Barranquero <lekktu@gmail.com>
3605
3606 * mark.texi (Marking Objects): Fix typo.
3607
130a29b6
CY
36082009-03-01 Chong Yidong <cyd@stupidchicken.com>
3609
3610 * abbrevs.texi (Expanding Abbrevs): Mention abbrev-expand-functions
3611 instead of obsolete pre-abbrev-expand-hook. Link to elisp manual.
3612
9d5de6f8
GM
36132009-03-01 Glenn Morris <rgm@gnu.org>
3614
79fc530e 3615 * rmail.texi (Rmail): Fix some typos. Use consistent case in menu.
9d5de6f8
GM
3616 (Rmail Motion): - M-s searches from the end of messages.
3617 (Rmail Deletion): Minor clarification. Fix numeric argument
3618 description.
3619 (Rmail Inbox): Fix default inbox description. Mention `mbox' by name.
3620 newmail and RMAILOSE files need not be in home-directory.
3621 (Rmail Files): Mention I/O menus are unselectable if no files match.
3622 Mention `MAIL' env-var.
3623
b545ff9c
JR
36242009-02-24 Jason Rumney <jasonr@gnu.org>
3625
3626 * mule.texi (Fontsets): Mention fontset-default, font specs and
3627 fallback fontsets.
3628 (Defining Fontsets): Mention ns and w32 variants of
3629 standard-fontset-spec. Update description of startup fontset to match
3630 Emacs 23 behavior.
a93be82a 3631 (Modifying Fontsets): New section. (Bug#656)
70bb6cac 3632 (International): Link to Modifying Fontsets.
b545ff9c 3633
75da0618 36342009-02-23 Adrian Robert <Adrian.B.Robert@gmail.com>
88ddb9ff
AR
3635
3636 * macos.texi (Mac / GNUstep Basics, Mac / GNUstep Customization):
3637 Mention ns-extended-platform-support-mode.
3638
6be93a16
KB
36392009-02-22 Karl Berry <karl@gnu.org>
3640
3641 * macos.texi (Mac / GNUstep Customization): One more duplicate "the".
3642
867d4bb3
JB
36432009-02-19 Juanma Barranquero <lekktu@gmail.com>
3644
3645 * basic.texi (Moving Point, Position Info):
3646 * files.texi (Visiting):
3647 * mini.texi (Completion Options):
3648 * text.texi (HTML Mode): Remove duplicate words.
3649
49b5c0e8
GM
36502009-02-20 Glenn Morris <rgm@gnu.org>
3651
3652 * rmail.texi: Minor updates for mbox rather than Babyl.
3653
f43a822c
KB
36542009-02-17 Karl Berry <karl@gnu.org>
3655
49b5c0e8 3656 * emacs.texi (Top): Add @insertcopying before master menu. (Bug#1988)
f43a822c 3657
80d634b8
RS
36582009-02-17 Richard M Stallman <rms@gnu.org>
3659
3660 * anti.texi (Antinews): Mention Babyl format.
3661
3662 * emacs.texi (Top): Delete `Out of Rmail' from subnode menu.
3663
3664 * rmail.texi: Update for mbox format.
3665 Various small fixes, as well as the following.
3666 (Out of Rmail): Node deleted.
3667 (Rmail): Update menu.
3668 (Rmail Files): Comment out set-rmail-inbox-list.
3669 Document rmail-inbox-list instead.
3670 (Rmail Output): Substantial changes since C-o is now
3671 rmail-output-as-seen and o is rmail-output.
3672 (Rmail Attributes): Delete `stored', add `retried'.
3673 (Rmail Display): Editing headers works in all cases.
3674
f0d129c6
GM
36752009-02-17 Glenn Morris <rgm@gnu.org>
3676
3677 * basic.texi (Position Info): M-x count-lines-region is not always on
3678 M-=. (Bug#2269)
3679
160f11d3
GM
36802009-02-09 Glenn Morris <rgm@gnu.org>
3681
3682 * calendar.texi (Holidays, Displaying the Diary): Update for new marker
3683 defaults.
3684
763e01c4
EZ
36852009-02-07 Eli Zaretskii <eliz@gnu.org>
3686
3687 * rmail.texi (Rmail Coding) <rmail-redecode-body>: Remove stale
3688 documentation of possible problems with redecoding.
3689
f5e1441d
GM
36902009-02-03 Glenn Morris <rgm@gnu.org>
3691
3692 * rmail.texi (Out of Rmail): Mention b2m.pl.
3693
e1eabe41
GM
36942009-01-31 Glenn Morris <rgm@gnu.org>
3695
3696 * rmail.texi (Out of Rmail): Correct b2m location.
3697
dd05f9de
CY
36982009-01-27 Chong Yidong <cyd@stupidchicken.com>
3699
3700 * fixit.texi (Undo): Update undo limit values.
3701
d74d846e
GM
37022009-01-27 Glenn Morris <rgm@gnu.org>
3703
3704 * emacs.texi (Top): Fix Antinews menu entry.
3705
49ffdce8
KB
37062009-01-25 Karl Berry <karl@gnu.org>
3707
3708 * text.texi (Foldout): Use @itemize @w{} to make an itemize
3709 item with no marker, instead of the syntactically incorrect
3710 @itemize @asis.
3711
467e8d77
JL
37122009-01-25 Juri Linkov <juri@jurta.org>
3713
3714 * building.texi (Grep Searching): Fix index entry for lgrep.
3715
6c60bbdb
EZ
37162009-01-24 Eli Zaretskii <eliz@gnu.org>
3717
3718 * msdog.texi (Windows Printing): Add an index entry for Ghostscript.
3719
9ce5a36f
AR
37202009-01-21 Adrian Robert <Adrian.B.Robert@gmail.com>
3721
3722 * macos.texi (Preferences Panel): Update description of font setting to
3723 reflect that prior frame selection is no longer needed.
3724
9aa5f2fb
NR
37252009-01-20 Nick Roberts <nickrob@snap.net.nz>
3726
3727 * building.texi (Debuggers): Revert some of 2008-10-31 change to
3728 raise GUD subsections.
3729
3892ff9c
GM
37302009-01-15 Glenn Morris <rgm@gnu.org>
3731
3732 * ack.texi (Acknowledgments): Another update based mainly on AUTHORS.
3733
14731c8f
GM
37342009-01-10 Glenn Morris <rgm@gnu.org>
3735
3736 * ack.texi (Acknowledgments): Some more updates based on AUTHORS.
3737
45c55e53
CY
37382009-01-04 Chong Yidong <cyd@stupidchicken.com>
3739
3740 * display.texi (Visual Line Mode): M-] and M-[ no longer move by
3741 logical lines.
3742
2e4667d1
JL
37432008-12-29 Juri Linkov <juri@jurta.org>
3744
3745 * mini.texi (Minibuffer History): Add a link to `Isearch Minibuffer'.
3746
3747 * text.texi (Fill Commands): Replace `M-s' with `M-o M-s'.
3748
2a3eac47
CY
37492008-12-28 Chong Yidong <cyd@stupidchicken.com>
3750
3751 * misc.texi (Goto Address mode): Rename from Goto-address. Refer to
3752 goto-address-mode instead of goto-address.
3753
3da8da94
CY
3754 * rmail.texi (Rmail Display): Goto-address renamed to Goto Address
3755 mode.
3756
2a3eac47
CY
3757 * emacs.texi (Top): Update node listing.
3758
057f6dd3
EZ
37592008-12-26 Eli Zaretskii <eliz@gnu.org>
3760
3761 * custom.texi (Directory Variables): Explain what is a "project".
3762 Add indexing. Improve wording. Add a footnote about using
3763 _dir-locals.el on MS-DOS.
3764
e6979067
DN
37652008-12-24 Dan Nicolaescu <dann@ics.uci.edu>
3766
3767 * files.texi (Misc File Ops): Mention chmod as an alias for
3768 set-file-modes.
3769
9de15963
MR
37702008-12-24 Martin Rudalics <rudalics@gmx.at>
3771
3772 * help.texi (Help): Fix typos and reword.
3773 (Help Summary): Add entries for C-h n and C-h r, reorder
3774 entries, and do some minor fixes.
3775 (Name Help): Say that C-h F works for commands only.
3776 (Misc Help): Say that view-lossage displays 300 keystrokes.
3777
236fd60d
GM
37782008-12-20 Glenn Morris <rgm@gnu.org>
3779
3780 * ack.texi (Acknowledgments): General update based on AUTHORS,
3781 including removal of some stuff no longer distributed.
3782
ed9265fc 37832008-12-19 Agustín Martín <agustin.martin@hispalinux.es>
349b3256 3784
ed9265fc 3785 * fixit.texi: Mention hunspell.
349b3256 3786
e840fca5
GM
37872008-12-19 Glenn Morris <rgm@gnu.org>
3788
3789 * ack.texi (Acknowledgments): Small grammar fix.
9b0455c7 3790 Consolidate explanatory text at start.
e840fca5
GM
3791
3792 * display.texi (Text Display):
3793 * indent.texi (Indentation): Use @acronym with ASCII.
3794
9dfa7983
GM
37952008-12-18 Glenn Morris <rgm@gnu.org>
3796
3797 * ack.texi: Various small updates and fixes.
3798
97b3a00b
JL
37992008-12-18 Juri Linkov <juri@jurta.org>
3800
3801 * search.texi (Word Search): Replace `C-s RET C-w' with `M-s w RET'
3802 as a key binding to start a forward nonincremental word search.
3803 Replace `C-r RET C-w' with `M-s w C-r RET' as a key binding to start
3804 a backward nonincremental word search. Add index for `M-s w'
3805 `isearch-forward-word'.
3806 (Regexp Search): Add a short summary of regexp key commands like
3807 in the node "Basic Isearch".
3808 (Other Repeating Search): Fix typo.
3809
38102008-12-14 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2f298da2
VJL
3811
3812 * misc.texi (PostScript Variables): Fix doc.
3813
31ce6a07
CY
38142008-12-10 Chong Yidong <cyd@stupidchicken.com>
3815
3816 * programs.texi (Program Modes): Mention Ruby mode.
3817
636b507b
DN
38182008-12-10 Dan Nicolaescu <dann@ics.uci.edu>
3819
3820 * misc.texi (emacsclient Options): Describe what an empty string
3821 argument does for --alternate-editor.
3822
a323fa14
CY
38232008-12-09 Frank Schmitt <ich@frank-schmitt.net>
3824
3825 * cmdargs.texi (Font X): Distinguish between client-side and
3826 server-side fonts. List valid Fontconfig properties. Add reference to
3827 Fontconfig manual. List valid GTK font properties. Explain use of
3828 fc-list.
3829
c5ca6cd0
CY
38302008-12-09 Chong Yidong <cyd@stupidchicken.com>
3831
3832 * cmdargs.texi (Font X): Move discussion of quoting to top.
3833
e5136377
GM
38342008-12-06 Glenn Morris <rgm@gnu.org>
3835
3836 * maintaining.texi (Old Revisions): Improve previous change.
3837
248c026b
RS
38382008-12-05 Richard M Stallman <rms@gnu.org>
3839
3840 * anti.texi (Antinews): Minor fixes.
3841
a9253a1e
GM
38422008-12-03 Glenn Morris <rgm@gnu.org>
3843
3844 * maintaining.texi (Old Revisions): Fix diff-switches description.
3845
fa687b02
MR
38462008-12-01 Martin Rudalics <rudalics@gmx.at>
3847
3848 * emacs.texi (Top): Fix typo.
3849
72e6decd
CY
38502008-11-30 Chong Yidong <cyd@stupidchicken.com>
3851
320ee034
CY
3852 * misc.texi (Document View): Explain dependence on gs at the top.
3853 Copyedits.
3854
3855 * emacs.texi (Top): Add DocView nodes to detailed node listing.
3856
72e6decd
CY
3857 * programs.texi (Other C Commands): Document hide-ifdef-shadow.
3858 (Comment Commands): Discuss region-active behavior of M-; first.
3859
2a472ee4
MR
38602008-11-29 Martin Rudalics <rudalics@gmx.at>
3861
9c6361c9
MR
3862 * display.texi (Line Truncation): Add reference to Continuation
3863 Lines.
3864
2a472ee4
MR
3865 * windows.texi (Pop Up Window): Mention split-height-threshold
3866 and split-width-threshold.
9c6361c9 3867 (Split Window): Add reference to Continuation Lines.
2a472ee4 3868
e93bc142
AR
38692008-11-28 Adrian Robert <Adrian.B.Robert@gmail.com>
3870
3871 * macos.texi: Change references to "Mac" to "Mac / GNUstep".
3872 (GNUstep Support): New node.
3873 * anti.texi:
3874 * emacs.texi:
3875 * msdog.texi: Change reference to Mac OS node to Mac OS / GNUstep.
3876
43b978db
RS
38772008-11-28 Richard M Stallman <rms@gnu.org>
3878
3879 * misc.texi (Dissociated Press): Minor cleanups.
3880
3881 * dired.texi (Image-Dired): Avoid passive.
3882
e8e2bd93
EZ
38832008-11-28 Eli Zaretskii <eliz@gnu.org>
3884
3885 * anti.texi (Antinews): Add stuff about Unicode vs emacs-mule
3886 representation.
3887
8d2d45da
CY
38882008-11-26 Richard M. Stallman <rms@gnu.org>
3889
3890 * files.texi (Visiting): Rewrite paragraph for clarity.
3891
3892 * buffers.texi (Select Buffer): Rewrite paragraphs using active voice.
3893
a5f7bbcc
AM
38942008-11-25 Alan Mackenzie <acm@muc.de>
3895
3896 * programs.texi (Moving by Parens): Clarify that parens inside strings
3897 and comments are ignored, and that the commands assume the starting
3898 point isn't in a string or comment.
3899
a71703d3
AR
39002008-11-26 Adrian Robert <Adrian.B.Robert@gmail.com>
3901
3902 * macos.texi: Add Prev/Next/Top pointers to all nodes.
3903 (Mac Basics): Merge in Grabbing Environment Variables from earlier
3904 version.
3905 (Mac Customization): Rewrite Preferences Panel section and merge in to
3906 this node, add Open files by dragging to an Emacs window.
3907
3908 * emacs.texi: Remove TOC reference to Mac Preferences Panel section.
3909
aa5ab79a
CY
39102008-11-26 Chong Yidong <cyd@stupidchicken.com>
3911
0cc92c19
CY
3912 * files.texi (Misc File Ops): Document set-file-modes.
3913
c366b4e4
CY
3914 * windows.texi (Split Window): Document integer values of
3915 truncate-partial-width-windows.
3916
aa5ab79a
CY
3917 * text.texi (Text): Simplify description of markup languages.
3918 (TeX Mode): Simplify introduction. Mention BibTeX mode.
3919 (TeX Editing): Note that `""' inserts one `"' character.
3920 (HTML Mode): Note in the introduction that XML mode is an alias for
3921 SGML mode. Mention nXML mode.
3922
56221db7
CY
39232008-11-25 Chong Yidong <cyd@stupidchicken.com>
3924
3925 * building.texi (Watch Expressions): Fix typo.
3926
90effe33
CY
39272008-11-24 Chong Yidong <cyd@stupidchicken.com>
3928
f90a5ae3
CY
3929 * files.texi (Visiting): Document new behavior of
3930 confirm-nonexistent-file-or-buffer.
3931
1c6c854e
CS
3932 * buffers.texi (Select Buffer):
3933 Document confirm-nonexistent-file-or-buffer.
f90a5ae3 3934
a18ffb4a
CY
3935 * picture-xtra.texi (Picture Mode): Use picture-mode instead of
3936 edit-picture.
3937
90effe33
CY
3938 * text.texi (Text): Simplify introduction. Discard mention of `M-x
3939 edit-picture', since that is just an alias for picture-mode.
3940 (Sentences): Note that repeated M-@ extends the region.
3941 (Pages): Make terminology more consistent. Link to Regexps node.
3942 (Longlines): Discuss relationship with Visual Line mode.
3943 (Text Mode): Remove extraneous discussion of other modes, since they
3944 were already introduced in the parent node.
3945
e85103ec
CY
39462008-11-23 Chong Yidong <cyd@stupidchicken.com>
3947
5cb2fe30
CY
3948 * anti.texi (Antinews): Rewrite.
3949
1eb9b307 3950 * entering.texi (Exiting): Mention "minimize" terminology.
b908332f
CY
3951
3952 * frames.texi (Frame Commands): Mention "minimize" terminology.
3953
e85103ec
CY
3954 * cmdargs.texi (Font X): Document Fontconfig and GTK font specification
3955 formats.
b908332f
CY
3956 (Icons X): Mention "minimize" terminology and use of icons in taskbar.
3957 (Misc X): Don't document useless -hb option.
e85103ec 3958
607f5f88
JL
39592008-11-22 Juri Linkov <juri@jurta.org>
3960
3961 * dired.texi (Dired Navigation): Change normal file name search option
3962 from `non-nil' to `t'. Add `dwim' option.
3963
e1b867a0
JL
39642008-11-22 Juri Linkov <juri@jurta.org>
3965
3966 * custom.texi (Directory Variables): Rename ".dir-settings.el" to
3967 ".dir-locals.el". Rename `define-project-bindings' to
3968 `dir-locals-set-class-variables'. Rename `set-directory-project' to
3969 `dir-locals-set-directory-class'.
3970
dd186936
LK
39712008-11-22 Lute Kamstra <lute@gnu.org>
3972
3973 * buffers.texi (Select Buffer): Index goto-line.
3974 * basic.texi (Moving Point): Mention the use of a numeric prefix
3975 argument with goto-line and refer to Select Buffer for the use of a
3976 plain prefix argument.
3977
4b121911
GM
39782008-11-19 Glenn Morris <rgm@gnu.org>
3979
3980 * doclicense.texi: Update to FDL 1.3.
3981 * emacs.texi, emacs-xtra.texi: Relicense under FDL 1.3 or later.
3982
27267e4c
CY
39832008-11-17 Chong Yidong <cyd@stupidchicken.com>
3984
696f351d
CY
3985 * custom.texi (Minor Modes): Define mode commands and mode variables
3986 more precisely. Recommend using mode commands instead of setting
3987 variables directly. Put minor modes in a list, and add more modes.
cd9da8b8
CY
3988 (Easy Customization): Use "init file" instead of .emacs.
3989 (Customization Groups): Update to new Custom buffer appearance.
3990 (Saving Customizations): Copyedits. Update example.
3991 (Variables): Give example of variable type-sensitivity.
3992 (Examining): Update example.
3993 (Hooks): Copyedits.
3994 (Specifying File Variables): Use C comments instead of an artificial
3995 Lisp for the example.
3996 (Keymaps): Move internals discussion to Prefix Keymaps.
3997 (Rebinding): Remove redundant paragraph (stated in Key Binding).
3998 (Init Rebinding): Document kbd macro.
3999 (Init File): Link to Find Init.
696f351d
CY
4000
4001 * mark.texi (Using Region): Document Delete Selection Mode more
4002 thoroughly.
4003
4004 * frames.texi (Mouse Commands): Move most of the description of Delete
4005 Selection Mode to Using Region, and link to it.
1bc9c425 4006 (Clipboard): Note that paste is bound to clipboard-yank.
696f351d 4007
b0570c25
CY
4008 * building.texi (Compilation): Document first-error value of
4009 compilation-scroll-output.
4010 (Compilation Mode): Note that compilation-auto-jump-to-first-error
4011 works as soon as an error is available. Suggested by Juri Linkov.
4012
27267e4c
CY
4013 * mini.texi (Passwords): New node.
4014
4015 * files.texi (Remote Files): Link to Passwords node.
4016
4017 * emacs.texi (Top): Update node listings.
4018
122eb807
CY
40192008-11-16 Chong Yidong <cyd@stupidchicken.com>
4020
9c9855a3
CY
4021 * ack.texi (Acknowledgments): Some updating of credits.
4022
bd6fdcad
CY
4023 * emacs.texi (Acknowledgments): Add a couple more names.
4024
dd1eef46
CY
4025 * dired.texi (Dired Deletion): Document delete-by-moving-to-trash.
4026
122eb807 4027 * files.texi (Directories): Describe delete-directory in text.
dd1eef46 4028 (Misc File Ops): Document use of trash.
122eb807 4029
801a8da1
JB
40302008-11-16 Juanma Barranquero <lekktu@gmail.com>
4031
4032 * macos.texi (Mac Customization): Fix typos.
4033
0b4f2253
CY
40342008-11-14 Chong Yidong <cyd@stupidchicken.com>
4035
4036 * macos.texi (Mac OS): Move Cocoa manual from ns-emacs.texi to here,
4037 replacing previous contents. Numerous copyedits to adapt ns-emacs to
4038 the conventions of the main Emacs manual.
4039
4040 * emacs.texi (Top): Update node listings.
4041
517e2b89
CY
40422008-11-12 Chong Yidong <cyd@stupidchicken.com>
4043
07a85685
CY
4044 * cmdargs.texi (Emacs Invocation): Link to Emacs Server. Note that
4045 command-line-args is processed during startup.
4046 (Action Arguments): Correctly describe how file arguments interact with
4047 the startup screen. Link to Lisp Interaction for scratch buffer.
4048 (Initial Options): Link to Command Example for -batch option.
4049 (Environment): Document initial-environment.
4050
517e2b89
CY
4051 * entering.texi (Entering Emacs): Note that inhibit-startup-screen
4052 can't be changed in the site-start file.
4053
6337bbde
CY
40542008-11-07 Chong Yidong <cyd@stupidchicken.com>
4055
4056 * dired.texi (Dired): Mention C-x C-d too.
4057 (Dired Enter): Document M-n in the Dired minibuffer.
1c6c854e
CS
4058 (Dired Navigation): Explain dired-goto-file more clearly.
4059 Document dired-isearch-filenames.
6337bbde
CY
4060 (Dired Deletion): Remove unnecessary "expunged" terminology.
4061 (Flagging Many Files): & is now rebound to `% &'.
4062 (Shell Commands in Dired): Document dired-do-async-shell-command.
4063 Clarify how multi-file arguments are passed.
4064 (Misc Dired Features): Document dired-do-isearch.
4065
9e8eeff9
CY
40662008-11-06 Chong Yidong <cyd@stupidchicken.com>
4067
4068 * entering.texi (Entering Emacs): Document inhibit-startup-screen.
4069
e071f849
CY
40702008-11-03 Chong Yidong <cyd@stupidchicken.com>
4071
4072 * search.texi (Other Repeating Search): Remove obsolete findex entries.
4073
05482eb1
CY
40742008-11-01 Chong Yidong <cyd@stupidchicken.com>
4075
e2346dea
CY
4076 * programs.texi (Program Modes): Link to Program Indent node.
4077 (Left Margin Paren): Explain consequences of changing
4078 open-paren-in-column-0-is-defun-start more concisely.
4079 (Which Function, Program Indent, Info Lookup): Minor edits.
4080 (Basic Indent): If region is active, TAB indents the region.
1c6c854e
CS
4081 (Multi-line Indent): If region is active, TAB indents the region.
4082 Note that indent-region is useful when Transient Mark mode is off.
e2346dea
CY
4083 (Matching): The delimiter at the cursor is highlighted---the character
4084 changes color.
4085 (Symbol Completion): Link to Completion node.
4086
e4b6428c
CY
4087 * misc.texi (Invoking emacsclient): Describe how to use Emacs server in
4088 a strictly text-only system.
4089
05482eb1
CY
4090 * abbrevs.texi (Saving Abbrevs): Note that abbrev file is not loaded in
4091 batch mode.
4092
a11d3737
RS
40932008-11-01 Richard M. Stallman <rms@gnu.org>
4094
5abad626
RS
4095 * misc.texi (Document View): Major rewrite.
4096
a11d3737
RS
4097 * maintaining.texi (Types of Log File): Change logs are older than
4098 version control.
4099 (VCS Concepts): Simplify and rearrange.
4100 (Version Control Systems): Make it clear that Linux is only the kernel.
4101 (VC Mode Line): Shorten reference to menu item.
4102 (Basic VC Editing): Clarify VC fileset. Shorten and simplify.
4103 (VC Directory Mode): Minor cleanup.
4104 Unchanged files are hidden, not omitted.
4105 (VC Directory Commands): Shorten and simplify.
4106 (Change Log Commands): New node, split from Change Logs.
4107 (VC Directory Buffer): New node, split from VC Directory Mode.
4108
c55a4acb
CY
41092008-10-31 Chong Yidong <cyd@stupidchicken.com>
4110
1c6c854e 4111 * misc.texi (Document View): Rename from Document Files, moved here
df0356f6
CY
4112 from files.texi.
4113
1c6c854e
CS
4114 * files.texi (Version Control): Move to maintaining.texi.
4115 Subnodes moved as well.
4116 (Document Files): Move to misc.texi.
df0356f6 4117
c55a4acb
CY
4118 * maintaining.texi (Change Log): Document log-edit-insert-changelog and
4119 vc-update-change-log.
df0356f6
CY
4120 (Version Control): Move here from files.texi.
4121 (Format of ChangeLog): Make it a subnode of Change Log.
4122
4123 * emacs.texi (Top): Update node listing.
c55a4acb 4124
ef082374
TH
41252008-10-31 Tassilo Horn <tassilo@member.fsf.org>
4126
4127 * files.texi (Files): Add a section about document
4128 files (doc-view-mode).
4129
d52582c3
CY
41302008-10-31 Chong Yidong <cyd@stupidchicken.com>
4131
1c6c854e
CS
4132 * building.texi (Compilation Mode):
4133 Document compilation-auto-jump-to-first-error.
d52582c3
CY
4134 (Debuggers): Lower GUD subsections to subsubsections.
4135 (Starting GUD): Add cindex.
4136 (Lisp Interaction): Note that scratch is no longer the initial buffer.
4137
4e0a0968
CY
41382008-10-30 Chong Yidong <cyd@stupidchicken.com>
4139
03625b47
CY
4140 * indent.texi (Indentation): Link to Program Indent.
4141
4e0a0968
CY
4142 * misc.texi (Invoking emacsclient): If Emacs has no available frame, it
4143 now uses emacsclient's terminal.
4144
8bd3f7ef
CY
41452008-10-29 Chong Yidong <cyd@stupidchicken.com>
4146
80e5620e
CY
4147 * mark.texi (Using Region): Document use-empty-active-region.
4148
97d5c404
CY
4149 * emacs.texi (Top): Update node listings.
4150
1c6c854e
CS
4151 * misc.texi (Emacs Server): Rewrite. Document daemon-mode.
4152 Don't mention obsolete emacs.bash script.
8bd3f7ef
CY
4153 (Invoking emacsclient): Rewrite, moving optional arguments to
4154 emacsclient Options.
21d2bae3
CY
4155 (emacsclient Options): New node. Document server-use-tcp and
4156 server-host.
8bd3f7ef 4157
5fda2cbd
CY
41582008-10-28 Chong Yidong <cyd@stupidchicken.com>
4159
4160 * indent.texi (Indentation): Replace list with paragraphed text,
4161 putting description of syntax-driven indentation first. Document new
4162 effect of active regions on tab.
4163 (Tab Stops): Note that editable tab stops affect indentation commands.
4164
4ff029f6
DN
41652008-10-27 Dan Nicolaescu <dann@ics.uci.edu>
4166
4167 * cmdargs.texi (Initial Options): Document -daemon=SERVER_NAME.
4168
996cd6e4
CY
41692008-10-23 Chong Yidong <cyd@stupidchicken.com>
4170
f28815e3
CY
4171 * custom.texi (Function Keys): Note that modified keypad keys are not
4172 translated.
4173
996cd6e4
CY
4174 * basic.texi (Arguments): Explain how to insert multiple digits.
4175
49545fe2
MA
41762008-10-22 Michael Albinus <michael.albinus@gmx.de>
4177
4178 * files.texi (Remote Files): Precise selection of default method.
4179 Rewrite paragraph about disabling remote file names.
4180
edac0b53
CY
41812008-10-22 Chong Yidong <cyd@stupidchicken.com>
4182
e752c544
CY
4183 * search.texi (Special Isearch): Document M-TAB is isearch.
4184
edac0b53
CY
4185 * files.texi (VC Mode Line): Use @kbd instead of @key for mouse
4186 command.
4187
4188 * frames.texi: Use @kbd instead of @key for mouse commands throughout.
4189
20a36054
TH
41902008-10-22 Tassilo Horn <tassilo@member.fsf.org>
4191
1c6c854e 4192 * emacs.texi (Acknowledgments): Add myself to Acknowledgments
20a36054
TH
4193 section.
4194
69051ab6
CY
41952008-10-21 Chong Yidong <cyd@stupidchicken.com>
4196
c4b1a32a
CY
4197 * vc1-xtra.texi: Move nodes VC Directory Mode and VC Directory Commands
4198 to files.texi. Move contents of vc2-xtra.texi here.
4199
4200 * vc2-xtra.texi: File removed.
4201
4202 * vc-xtra.texi (Advanced VC Usage): Remove VC Directory Mode and VC
4203 Directory Commands from the submenu. Don't include deleted file
4204 vc2-xtra.texi.
4205
4206 * files.texi (Visiting): Document find-file-confirm-nonexistent-file.
4207 (Version Control): Add VC Directory Mode and VC Directory Commands to
4208 the submenu.
4209 (Why Version Control?): Use table format.
4210 (Version Control Systems): Note that Meta-CVS support is gone.
4211 (VCS Concepts): Note precisely when VC started supporting filesets.
4212 Remove bogus xref to CVS Options node.
4213 (Types of Log File): Copyedits.
4214 (VC Mode Line): Document tooltips and mouse-1 on VC indicator.
4215 (Basic VC Editing): Content moved from Selecting A Fileset and Doing
4216 The Right Thing.
4217 (Selecting A Fileset, Doing The Right Thing): Nodes deleted.
4218 (Log Buffer): Reorganize node, putting C-c C-c description first.
4219 (Old Revisions): Use CVS for example, not RCS.
4220 (Secondary VC Commands): Remove VC Directory Mode and VC Directory
4221 Commands from the submenu, putting them under Version Control.
4222 (VC Directory Mode): Move node contents here from vc1-xtra.texi; we
4223 need to include it in the manual unconditionally, since it is now
4224 crucial to using distributed version control systems.
1a6e2954
CY
4225 (Comparing Files): Note that diff uses the minibuffer, and that the
4226 output is shown using Diff mode.
1c6c854e
CS
4227 (Diff Mode): Explain what "patch" and "hunk" mean.
4228 Document diff-update-on-the-fly, diff-refine-hunk, and
b328f1b9 4229 diff-show-trailing-whitespaces.
1a6e2954 4230 (File Archives): Add rar support.
c4b1a32a 4231
69051ab6
CY
4232 * major.texi (Choosing Modes): Make mode selection sequence more
4233 obvious by describing the steps in order of priority. Note that
1c6c854e
CS
4234 magic-mode-alist is nil by default.
4235 Document magic-fallback-mode-alist.
69051ab6 4236
e7421e03
CY
42372008-10-20 Chong Yidong <cyd@stupidchicken.com>
4238
4239 * frames.texi (Mouse References): Copyedits.
4240
6b2efdc2
TH
42412008-10-20 Tassilo Horn <tassilo@member.fsf.org>
4242
4243 * ack.texi (Acknowledgments): Add myself as doc-view author.
4244
9c5e9396
EZ
42452008-10-20 Eli Zaretskii <eliz@gnu.org>
4246
4247 * frames.texi (Dialog Boxes): Add @cindex entries.
4248
dac94f8e
CY
42492008-10-20 Chong Yidong <cyd@stupidchicken.com>
4250
4251 * frames.texi (Dialog Boxes): Clarify description of GTK+ file chooser.
4252 (Text-Only Mouse): Copyedit.
4253
25597d40
CY
42542008-10-19 Chong Yidong <cyd@stupidchicken.com>
4255
f8a447f6
CY
4256 * frames.texi: Use @key throughout for mouse clicks.
4257 (Cut/Paste Other App): Document yank-pop-change-selection.
25597d40
CY
4258 (Secondary Selection): Fix modified mouse click syntax.
4259 (Clipboard): Describe Cut, Copy and Paste commands.
4260 (Mouse References): Not all references are in read-only buffers.
f8a447f6
CY
4261 Copyedits.
4262 (Creating Frames): Add xref to Init File.
4263 (Frame Commands): Add xref to Exiting.
4264 (Scroll Bars): Document GTK vs toolkit behavior.
25597d40 4265
b0f95216
CY
42662008-10-15 Chong Yidong <cyd@stupidchicken.com>
4267
b0817f00
CY
4268 * files.texi (Version Control): Copyedits. Add Bazaar.
4269 (Version Control Systems): List different VCS's using an itemized list.
4270 Add Bazaar.
4271 (VCS Concepts): Copyedits. Tweak description of file merging.
4272
b0f95216
CY
4273 * frames.texi (Mouse Commands, Cut/Paste Other App): Rewrite.
4274 (Cut/Paste Other App): Document select-active-regions and
4275 x-select-enable-primary.
4276
69d0d701
CY
42772008-10-13 Chong Yidong <cyd@stupidchicken.com>
4278
4279 * mark.texi (Shift Selection): Correct case in node name.
4280
4281 * emacs.texi (Top): Update node order in Mark chapter.
4282
375e8351
EZ
42832008-10-12 Eli Zaretskii <eliz@gnu.org>
4284
4285 * msdog-xtra.texi (MS-DOS): Fix bad pxref.
4286
4287 * mini.texi (Minibuffer File): Fix markup in last change. Refer to
4288 elsewhere in the manual instead of describing yet again the intricacies
4289 of $HOME on MS-Windows and MS-DOS.
4290
ab58114f
CY
42912008-10-12 Chong Yidong <cyd@stupidchicken.com>
4292
4f959513 4293 * mini.texi (Minibuffer File): Add xref to File Names.
1c6c854e
CS
4294 (Minibuffer File): Add discussion of `~' in file names.
4295 Add insert-default-directory index reference.
4f959513 4296
ab58114f
CY
4297 * files.texi (File Names): Reorganize description.
4298 (Visiting): Add xref to Mode Line. Copyedits.
4299 (Save Commands): Mention prefix behavior of C-x C-s.
4300 (Numbered Backups): Node deleted.
4301 (Backup Names): Contents of Numbered Backups moved here. State default
4302 of version-control variable.
4303 (Reverting): Copyedits.
4304 (Version Control): Add additional version control systems.
4305
4306 * emacs.texi (Top): Delete Numbered Backups node.
4307
4308 * cmdargs.texi (General Variables): Change Numbered Backups xref to
4309 Backup Names.
f2884f63 4310 (Initial Options): Document renamed variable inhibit-startup-screen.
ab58114f 4311
b0b5100a
RF
43122008-10-11 Romain Francoise <romain@orebokech.com>
4313
4314 * kmacro.texi (Edit Keyboard Macro): Lossage is now 300 keys.
4315
89774b5f
CY
43162008-10-11 Chong Yidong <cyd@stupidchicken.com>
4317
4318 * buffers.texi (Buffers): Add xrefs to Mode Line and Lisp Interaction.
4319 (Select Buffer): Mention use of minibuffer history. Describe default
4320 value of default-major-mode. Mention that C-x 4 b selects the other
4321 window.
4322 (List Buffers): Document CRM indicators in the order they appear.
4323 (Kill Buffer): Document new command kill-matching buffers.
4324 (Several Buffers): Move explanation of the relationship between buffer
4325 list and buffer menu to the top.
4326 (Indirect Buffers): Document new variable clone-indirect-buffer-hook.
4327
4c72bf27
CY
43282008-10-10 Chong Yidong <cyd@stupidchicken.com>
4329
4330 * entering.texi (Exiting): Document change of C-x C-c to
4331 save-buffers-kill-terminal. Document kill-emacs.
4332
f68eb991
EZ
43332008-09-30 Eli Zaretskii <eliz@gnu.org>
4334
4335 * mule.texi (Coding Systems): Don't mention codepage-setup.
4336
4337 * msdog-xtra.texi (MS-DOS Printing, MS-DOS and MULE): No need to create
4338 cpNNN coding systems anymore.
4339 (MS-DOS and MULE): Don't mention code-pages.el. Don't mention support
1c6c854e
CS
4340 for unibyte mode. Don't mention line-drawing characters.
4341 Don't mention dos-unsupported-char-glyph.
f68eb991 4342
1a2dd44d
CY
43432008-09-25 Chong Yidong <cyd@stupidchicken.com>
4344
4345 * search.texi (Search): Shorten introduction.
4346 (Basic Isearch): Add command table. Discuss reverse isearch and
4347 isearch highlighting.
4348 (Repeat Isearch): Move lazy highlighting discussion here. Add search
4349 ring to cindex.
4350 (Special Isearch): Move input methods discussion here.
4351 (Non-ASCII Isearch): Node deleted, merged with Special Isearch.
4352 (Isearch Yank): Node deleted, and contents moved into Basic Isearch and
4353 Repeat Isearch.
4354 (Isearch Minibuffer): New node.
4355 (Word Search): Document new word search commands.
4356 (Regexp Example): Simplify example using sentence-end-base variable.
4357 (Replace): Reword introduction.
4358 (Unconditional Replace): Remove unnecessary example.
4359 (Other Repeating Search): Document new `M-s o' binding.
4360
4361 * emacs.texi (Top): Update node listings.
4362
e45da31d
JB
43632008-09-22 Juanma Barranquero <lekktu@gmail.com>
4364
4365 * emacs.texi (Top): Remove Kill Errors from menu.
4366
841c8096
CY
43672008-09-22 Chong Yidong <cyd@stupidchicken.com>
4368
402168fa
CY
4369 * kmacro.texi (Basic Keyboard Macro): Make F3 and F4 the preferred
4370 interface for defining macros. Simplify examples. Note that C-g quits
4371 macro definitions.
1c6c854e
CS
4372 (Keyboard Macro Counter): Document using F3 to insert counter.
4373 Give usage example.
402168fa
CY
4374 (Keyboard Macro Query): Organize query responses in a table.
4375
1c6c854e
CS
4376 * fixit.texi (Fixit): Favor C-/ keybinding for undo throughout.
4377 Link to Erasing node.
841c8096
CY
4378 (Undo): Reorganize paragraphs for logical flow. Move keybinding
4379 rationale to a footnote.
4380 (Kill Errors): Remove node, due to redundancy with Erasing.
4381 (Spelling): Move discussion of flyspell to end. Note new behavior of
4382 M-$ in active region. Remove non-ispell-specific keybindings from
4383 table.
4384
eab2ee89
DN
43852008-09-21 Dan Nicolaescu <dann@ics.uci.edu>
4386
4387 * cmdargs.texi (Initial Options): Document --daemon.
4388
3d53e905
GM
43892008-09-20 Glenn Morris <rgm@gnu.org>
4390
4391 * files.texi (Numbered Backups): Mention that some modes set
4392 version-control.
4393
1c90484d
GM
43942008-09-20 Jim Blandy <jimb@red-bean.com>
4395
4396 * files.texi (Numbered Backups): Reference File Variables, as well.
4397 Remove discussion of Rmail's implementation.
4398
0fc0d844
CY
43992008-09-06 Chong Yidong <cyd@stupidchicken.com>
4400
4401 * misc.texi (Recursive Edit): Note that top-level exits active
4402 minibuffers.
4403
4404 * trouble.texi (Quitting): Likewise.
4405
b18d283d
CY
44062008-08-31 Chong Yidong <cyd@stupidchicken.com>
4407
4408 * emacs.texi (Top): Add Temporary Face Changes xref.
4409
4410 * display.texi (Display): Move Temporary Face Changes node to just
4411 after Standard Faces.
4412 (Scrolling): Document recenter-top-bottom instead of recenter.
4413 (Horizontal Scrolling): Move auto hscroll discussion to the top.
4414 (Faces, Standard Faces, Temporary Face Changes, Useless Whitespace)
4415 (Display Custom): Copyedits.
4416 (Optional Mode Line): Document display-battery-mode.
4417
180135fc
RF
44182008-08-27 Romain Francoise <romain@orebokech.com>
4419
4420 * custom.texi (Directory Variables): Minor fix.
4421
d3fe3475
GM
44222008-08-27 Glenn Morris <rgm@gnu.org>
4423
4424 * cal-xtra.texi (Advanced Calendar/Diary Usage): Tweak some menu
4425 descriptions.
4426 (Calendar Customizing): Tweak layout description.
183080b6 4427 Move calendar-today-marker and calendar-today face to the other
d3fe3475
GM
4428 markers. Condense calendar-star-date and calendar-mark-today
4429 description.
4430 (Holiday Customizing): Add oriental and solar holidays.
4431 Add index entries for Baha'i, Christian, Hebrew and Islamic holidays.
4432 Fix holiday-float description. Use zerop in examples. Be less verbose.
4433 (Date Display Format): Change ISO format. Be less verbose.
4434 (Diary Customizing): Mention day and month abbrev arrays.
4435 Mention the date-form variables by name. Update European example.
4436 (Non-Gregorian Diary): Change node name. Mention Baha'i functions.
4437 Condense examples. Mention diary-entry-symbols by name.
4438 Condense table for insertion commands.
4439 (Fancy Diary Display): Mention diary-include-string and
4440 diary-sexp-entry-symbol. Condense example. Add Chinese, Coptic,
4441 Ethiopic, Persian date functions. Condense descriptions.
4442
4443 * calendar.texi (Format of Diary File): Mention diary-nonmarking-symbol.
4444 (Adding to Diary): Adapt for changed node name.
4445
71755807
GM
44462008-08-26 Glenn Morris <rgm@gnu.org>
4447
4448 * cal-xtra.texi (Non-Gregorian Diary Entries): New name for
4449 node "Hebrew/Islamic Entries".
4450
4451 * calendar.texi (Specified Dates): Fix names of iso functions.
4452 (General Calendar): There may not be another window.
4453 (Writing Calendar Files, Holidays): Tweak intro.
4454 (Holidays): Mention Baha'i and Chinese holidays.
4455 (Sunrise/Sunset): Add M-x calendar-sunrise-sunset-month.
4456 (Lunar Phases): Remove incorrect reference to calendar-time-zone.
4457 (To Other Calendar): Add calendar-print-other-dates.
4458 Refer to "graphic display" rather than "X.
4459 (From Other Calendar): Add calendar-bahai-goto-date. Fix reference.
4460 (Displaying the Diary): Fix whitespace after reference.
4461 Fix `diary-number-of-entries' reference.
4462 (Date Formats): Explicitly mention that day names can be abbreviated.
4463 (Adding to Diary): Add some references to other sections.
4464 (Special Diary Entries): Fix reference.
4465 (Appointments): Simplify appt-message-warning-time entry.
4466 Clarify where times must be.
4467 (Importing Diary): Comment out icalendar paragraph that does not apply.
4468 (Time Intervals): Simplify entry for timeclock-ask-before-exiting.
4469
d76ebc75
GM
44702008-08-23 Glenn Morris <rgm@gnu.org>
4471
4472 * fortran-xtra.texi (Fortran): Change description of free form and
4473 fixed form a bit. Mention hideshow and imenu.
4474 (Fortran Motion): Mention fortran-end-of-subprogram,
4475 fortran-beginning-of-subprogram, fortran-mark-do, fortran-mark-if.
4476 (Fortran Indent): Minor re-word.
4477 (ForIndent Commands): Mention fortran-fill-paragraph and
4478 fortran-fill-statement.
4479 (ForIndent Cont): Mention fortran-tab-mode-string.
4480 (Fortran Comments): Mention fortran-comment-line-start-skip.
4481 (Fortran Columns): Mention font-locking.
4482 (Fortran Abbrev): Word syntax not relevant with new-style abbrev.
4483
1fc0ce04 44842008-08-23 Johan Bockgård <bojohan@muon>
e2a71e28
JB
4485
4486 * basic.texi (Moving Point): Fix <prior>/<next> confusion.
4487
5c52e13c
CY
44882008-08-22 Chong Yidong <cyd@stupidchicken.com>
4489
4490 * mini.texi (Minibuffer): Simplify introduction.
4491 (Minibuffer File): Document tilde in minibuffer filenames.
4492 (Minibuffer Edit): Mention that the prompt is read-only. Describe how
4493 to enter tabs, spaces, and question marks. Describe behavior of C-a.
4494 (Completion Example): Update example to current command list.
4495 (Completion Options): Document `lazy' value of completion-auto-help.
4496 Update contents of completion-ignored-extensions.
4497 (Minibuffer History): Describe "future history" list. State default
4498 value of history-delete-duplicates.
4499
77a00355
GM
45002008-08-21 Glenn Morris <rgm@gnu.org>
4501
4502 * fortran-xtra.texi (Fortran Columns): Document `fortran-line-length'.
87aae241 4503 (Fortran Comments): Replace fortran-indent-comment with comment-dwim.
77a00355 4504
39ee1d04
CY
45052008-08-17 Chong Yidong <cyd@stupidchicken.com>
4506
4507 * regs.texi (Registers): Clarify valid register names.
4508 (RegPos): Note that buffer is saved and restored too.
4509 (RegText): Note that mark is reactivated/deactivated.
4510 (RegConfig): Xref to Windows node.
4511
b12c348f
CY
45122008-08-16 Chong Yidong <cyd@stupidchicken.com>
4513
3ae7ba79
CY
4514 * basic.texi (Inserting Text): Provide command name for C-q.
4515
b12c348f
CY
4516 * killing.texi (Killing): Copyedit. Define read-only text.
4517 (Deletion): DEL and C-d were already explained in Erasing; xref there.
4518 (Killing by Lines): Copyedit.
4519 (Other Kill Commands): Move M-w description here.
4520 (Yanking): Move M-w to Other Kill Commands.
4521 (Kill Ring): Also mention saving text in registers. Link to Text
4522 Properties in elisp manual.
4523 (Accumulating Text): Copyedit.
4524 (CUA Bindings): Shift selection is now the default.
4525
d8ff7692
TZ
45262008-08-12 Teodor Zlatanov <tzz@lifelogs.com>
4527
4528 * maintaining.texi (Change Log): Mention next-error is available.
4529
a43a8a2e
GM
45302008-08-10 Glenn Morris <rgm@gnu.org>
4531
4532 * cal-xtra.texi (Calendar Customizing): Mention whitespace variables
4533 and intermonth text.
4534 (Holiday Customizing): Add holiday-chinese.
4535
eba27308
EZ
45362008-08-08 Eli Zaretskii <eliz@gnu.org>
4537
4538 * files.texi (Log Buffer, Diff Mode): Fix last changes. Add indexing.
4539
5f14a5b3
DN
45402008-08-07 Dan Nicolaescu <dann@ics.uci.edu>
4541
4542 * files.texi (Log Buffer): Describe C-c C-d.
4543 (Diff Mode): Describe C-x 4 A.
4544
49989bff
EZ
45452008-08-06 Eli Zaretskii <eliz@gnu.org>
4546
4547 * vc1-xtra.texi (VC Directory Mode): Fix last change.
4548
5c915c02
DN
45492008-08-06 Dan Nicolaescu <dann@ics.uci.edu>
4550
2beaf97a
DN
4551 * files.texi (Old Revisions): Update the keys used by vc-annotate and
4552 describe the new bindings to show the changeset diff, toggle annotation
4553 visibility, show revisions.
4554 (VC Status): Describe key bindings for modifying the change comments,
4555 displaying changeset diffs and annotations.
4556
5c915c02
DN
4557 * vc1-xtra.texi (VC Directory Mode): Talk about multiple VC systems.
4558
71798ace
NR
45592008-08-05 Nick Roberts <nickrob@snap.net.nz>
4560
4561 * vc1-xtra.texi (VC Directory Mode): Fix typo.
4562
b8949644
EZ
45632008-08-02 Eli Zaretskii <eliz@gnu.org>
4564
4565 * vc1-xtra.texi (VC Directory Mode, VC Directory Commands): Fix English
4566 and wording.
4567
819567d1
DN
45682008-08-02 Dan Nicolaescu <dann@ics.uci.edu>
4569
4570 * vc1-xtra.texi (VC Directory Mode): Fix and improve the info about
b8949644 4571 marking/unmarking. Add descriptions for the multiple file search
819567d1
DN
4572 commands. Improve some old info.
4573
5f38310a
CY
45742008-07-31 Chong Yidong <cyd@stupidchicken.com>
4575
0dc3906b
CY
4576 * display.texi (Visual Line Mode): New node.
4577
5f38310a 4578 * basic.texi (Inserting Text): Move DEL to deletion node.
1c6c854e
CS
4579 (Moving Point): Add additional alternative key bindings.
4580 Describe line-move-visual.
5f38310a
CY
4581 (Erasing): Describe DEL.
4582 (Basic Undo, Blank Lines, Arguments): Copyedit.
4583 (Continuation Lines): Mention Visual Line mode.
4584 (Position Info): Move extended discussion to mule.texi.
4585
4586 * mule.texi (International Chars): Describe C-x =.
4587
4588 * emacs.texi (Top): Add Visual Line Mode node.
4589
7c2fb837
DN
45902008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
4591
4592 * emacs.texi: Remove VMS support.
4593
3f6b73ef
DN
45942008-07-30 Dan Nicolaescu <dann@ics.uci.edu>
4595
4596 * vc1-xtra.texi (VC Directory Mode): Update the display format and fix
4597 the vc-dir command name.
4598
9e2a2647
DN
45992008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
4600
4601 * xresources.texi: Remove mentions of Mac Carbon.
4602
568beaa2
AS
46032008-07-19 Andreas Schwab <schwab@suse.de>
4604
4605 * ns-emacs.texi: Move to ../misc.
4606
0ef94706
CY
46072008-07-15 Chong Yidong <cyd@stupidchicken.com>
4608
4609 * entering.texi (Exiting): Don't describe text-only terminals as the
4610 default. Describe the new startup screen.
4611 (Exiting): Describe how to kill Emacs first. Change description of
4612 iconification to handle modern window systems.
4613
ba60bd44 46142008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
edfda783
AR
4615
4616 * ns-emacs.texi: New file, documents features of Emacs port under
4617 NeXTstep windowing.
4618
9f30aa73
CY
46192008-07-15 Chong Yidong <cyd@stupidchicken.com>
4620
938a5d2e
CY
4621 * entering.texi (Entering Emacs): Update prev node.
4622
4623 * glossary.texi (Glossary): Remove xref to Text Characters.
4624
9f30aa73
CY
4625 * commands.texi (User Input): Rewrite. Describe Emacs' behavior
4626 directly, rather than in the context of ASCII. Move description of
4627 special properties of modifier key to new Modifier Keys node.
4628 (Keys): Copyedit.
4629 (Text Characters): Delete node. Multibyte is the default nowadays, and
4630 the node contents are obsolete.
4631
4632 * custom.texi (Modifier Keys): New node.
4633
4634 * emacs.texi (Top): Update node list.
4635
7e53d36c
CY
46362008-07-13 Chong Yidong <cyd@stupidchicken.com>
4637
4638 * emacs.texi (Intro): Increase conciseness slightly. Remove paragraph
4639 saying that Emacs provides menus and mouse support (which is par for
4640 the course).
4641
4642 * screen.texi (Screen): Copyedit. Define "buffer" and "current buffer"
4643 early on.
4644 (Point): Copyedit. Relegate historical trivia to a footnote.
4645 (Mode Line): Explain mode-line format more consistently.
4646 (Menu Bar): Copyedit.
4647
1e9fa96d
GM
46482008-06-27 Glenn Morris <rgm@gnu.org>
4649
4650 * cal-xtra.texi (Sexp Diary Entries):
4651 * calendar.texi (Lunar Phases): Update for lunar.el name changes.
4652
dc9bebb8
CY
46532008-06-26 Chong Yidong <cyd@stupidchicken.com>
4654
4655 * mark.texi (Shift selection): New node.
4656 (Mark): Copyedits.
4657 (Persistent Mark): Move to the end of the chapter.
4658
e7881076
EZ
46592008-06-20 Eli Zaretskii <eliz@gnu.org>
4660
4661 * makefile.w32-in (distclean): Remove makefile.
4662
f427400c
NR
46632008-06-17 Nick Roberts <nickrob@snap.net.nz>
4664
4665 * building.texi (Starting GUD): Add an entry for gud-gdb.
4666 (GDB Graphical Interface): Explain that gud-gdb is now needed for text
4667 command mode.
4668
b597d348
GM
46692008-06-17 Glenn Morris <rgm@gnu.org>
4670
4671 * calendar.texi: Fix references to mouse-2 and mouse-3 in calendar.
4672
647b7094
NR
46732008-06-17 Nick Roberts <nickrob@snap.net.nz>
4674
4675 * building.texi (Starting GUD): Expand on remote debugging.
4676 (Other GDB-UI Buffers): Mention new keyboard bindings.
4677
47a30023
GM
46782008-06-15 Glenn Morris <rgm@gnu.org>
4679
4680 * gnu.texi: Use a verbatim license for this invariant section,
4681 as per etc/GNU.
4682
37e5d54a
GM
46832008-06-13 Daniel Engeler <engeler@gmail.com>
4684
4685 * emacs.texi, misc.texi: Add documentation about serial port access.
4686
8e65d46c
GM
46872008-06-13 Glenn Morris <rgm@gnu.org>
4688
c1473b4c
MB
4689 * emacs-xtra.texi, emacs.texi: Update Back-Cover text per
4690 maintain.info.
8e65d46c 4691
e40a85cd
MB
46922008-06-05 Miles Bader <miles@gnu.org>
4693
4694 * display.texi (Temporary Face Changes): Update to reflect function
4695 renamings in face-remap.el.
4696
56c73dec
MB
46972008-06-04 Miles Bader <miles@gnu.org>
4698
1c6c854e
CS
4699 * display.texi (Temporary Face Changes):
4700 Add `adjust-buffer-face-height'. Rewrite description of
56c73dec
MB
4701 `increase-buffer-face-height' and `decrease-default-face-height' now
4702 that they aren't bound by default.
4703
9d3d42fb
MB
47042008-06-03 Miles Bader <miles@gnu.org>
4705
4706 * display.texi (Temporary Face Changes): New node.
4707
2be6bfe2
EZ
47082008-05-31 Eli Zaretskii <eliz@gnu.org>
4709
4710 * msdog.texi (Windows Keyboard): Fix text added on 2008-05-29.
4711
daf7e339
GM
47122008-05-31 Glenn Morris <rgm@gnu.org>
4713
4714 * cal-xtra.texi (Fancy Diary Display): Simplify.
4715
d21d2618
GM
47162008-05-30 Glenn Morris <rgm@gnu.org>
4717
4718 * cal-xtra.texi (Fancy Diary Display): Update for
4719 diary-display-function replacing diary-display-hook.
4720
71ce5fd0
JB
47212008-05-29 Drew Adams <drew.adams@oracle.com>
4722
4723 * msdog.texi (Windows Keyboard): Add descriptions of
4724 w32-register-hot-key and w32-unregister-hot-key.
4725
a3cdbdf8
MO
47262008-05-21 Tom Tromey <tromey@redhat.com>
4727
4728 * custom.texi (Directory Variables): Grammar fix. Link to Safe File
4729 Variables node.
4730
854a574c
MO
47312008-05-19 Tom Tromey <tromey@redhat.com>
4732
4733 * custom.texi (Variables): Add Directory Variables to menu.
4734 (Directory Variables): New node.
4735
7c2ec3f9
ER
47362008-05-16 Eric S. Raymond <esr@snark.thyrsus.com>
4737
71ce5fd0 4738 * vc2-xtra.texi: Modify an example so it reflects what vc.el now does.
7c2ec3f9 4739
370fded4
ER
47402008-05-15 Eric S. Raymond <esr@snark.thyrsus.com>
4741
4742 * vc2-xtra.texi, emacs.texi, files.texi: Snapshots node renamed to
352c8b4a
GM
4743 Revision Tags and rewritten. Section now uses modern terminology,
4744 (tags rather than snapshots) and describes post-SCCS systems more
370fded4
ER
4745 accurately.
4746
6af511e3
EZ
47472008-05-10 Eli Zaretskii <eliz@gnu.org>
4748
4749 * msdog.texi (Windows Files): Update documentation of
4750 w32-get-true-file-attributes.
4751
7a78b6e7
ER
47522008-05-09 Eric S. Raymond <esr@snark.thyrsus.com>
4753
4754 * files.texi, vc-xtra.texi, vc1-xtra.texi: Document the new VC
4755 directory mode.
4756
1bcfc24e
CY
47572008-05-08 Chong Yidong <cyd@stupidchicken.com>
4758
4759 * killing.texi (Appending Kills): Remove a strangely off-topic index
6af511e3 4760 entry "television".
1bcfc24e 4761
db86064f
ER
47622008-05-07 Eric S. Raymond <esr@snark.thyrsus.com>
4763
ab5ec32c 4764 * ack.texi, files.texi, vc2-xtra.texi: Meta-CVS is no longer supported.
db86064f 4765
a31b405e
ER
47662008-05-02 Eric S. Raymond <esr@snark.thyrsus.com>
4767
4768 * emacs/buffers.texi, emacs/files.texi (Version-control):
4769 vc-toggle-read-only is no longer a good idea...
4770
ff2c14fc
GM
47712008-04-29 Glenn Morris <rgm@gnu.org>
4772
4773 * cal-xtra.texi (Sexp Diary Entries): Clarify diary-float.
4774
367c9b7c
JL
47752008-04-22 Juri Linkov <juri@jurta.org>
4776
4777 * dired.texi (Subdirectories in Dired): Describe using `^'
4778 to return to the parent directory.
4779
4ac1e9b4
NR
47802008-04-22 Nick Roberts <nickrob@snap.net.nz>
4781
4782 * building.texi (GDB-UI Layout, Other GDB-UI Buffers): Update for
4783 recent changes.
4784
b9b3bf2b
NR
47852008-04-19 Nick Roberts <nickrob@snap.net.nz>
4786
4787 * building.texi (GDB-UI Layout, Breakpoints Buffer)
4788 (Other GDB-UI Buffers): Update for recent thread related changes.
4789
4d120d6a
SM
47902008-04-11 Mirko Vukovic <mirko.vukovic@gmail.com> (tiny change)
4791
4792 * maintaining.texi (Maintaining):
4793 * emacs.texi (Top): Typo.
4794
a152877d
SM
47952008-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
4796
b9b3bf2b
NR
4797 * display.texi (Font Lock): Prefer add-hook to using a non-nil `mode'
4798 arg in `font-lock-add-keywords'.
a152877d 4799
36c0514c
GM
48002008-04-08 Glenn Morris <rgm@gnu.org>
4801
4802 * cal-xtra.texi, calendar.texi: Update for calendar name changes.
4803 Also add Baha'i calendar references where appropriate.
4804
06a97d46
GM
48052008-04-05 Glenn Morris <rgm@gnu.org>
4806
4807 * custom.texi (Init File): Byte-compiling .emacs is bad.
4808
6adc6eed
SM
48092008-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
4810
4811 * mini.texi (Minibuffer Edit) <resize-mini-windows>: Adjust default.
4812
571388b0
GM
48132008-03-29 Glenn Morris <rgm@gnu.org>
4814
4815 * calendar.texi: Update for `calendar-date-style' replacing
4816 `european-calendar'.
4817
3ae8f876
JR
48182008-03-28 Jason Rumney <jasonr@gnu.org>
4819
4820 * display.texi (Display Custom): Mention overlay-margin in text.
4821
5bc6ddff 48222008-03-12 Reiner Steib <Reiner.Steib@gmx.de>
03a864d5 4823
5bc6ddff
MB
4824 * custom.texi, dired.texi, mini.texi, mule.texi: Add `referenced in the
4825 tutorial' comments.
03a864d5 4826
7186a830
CY
48272008-03-28 Chong Yidong <cyd@stupidchicken.com>
4828
4829 * mark.texi (Mark): Rearrange nodes.
4830 (Persistent Mark): Rename from Transient Mark.
4831 (Mark, Setting Mark, Marking Objects, Persistent Mark, Mark Ring):
4832 Describe Transient Mark mode as the default.
4833
4834 * basic.texi (Basic Undo): Don't mention setting the mark, which isn't
4835 the default behavior with Transient Mark mode off.
4836 (Position Info): Fix typo.
4837
71ce5fd0
JB
4838 * display.texi (Standard Faces): Reference the Mark node.
4839 Remove discussion of the region face, which is discussed there.
7186a830
CY
4840
4841 * emacs.texi (Top): Update node listings.
4842
4843 * files.texi (Diff Mode, Misc File Ops): Describe Transient Mark mode
4844 as the default.
4845
4846 * fixit.texi (Undo): Standardize choice of undo key sequence.
4847 (Undo, Spelling): Describe Transient Mark mode as the default.
4848
4849 * frames.texi (Mouse Commands): Treat Transient Mark mode as the
4850 default.
4851
4852 * glossary.texi (Glossary): Treat Transient Mark mode as the default.
4853
4854 * killing.texi (Kill Ring, Accumulating Text): Assume Transient Mark
4855 mode is the default, and note that the mark is not activated when set.
4856
4857 * programs.texi (Moving by Defuns, Expressions, Comment Commands):
4858 Describe Transient Mark mode as the default.
4859
4860 * search.texi (Basic Isearch): Reference the Mark Ring node.
4861 (Replace, Unconditional Replace, Other Repeating Search):
4862 Describe Transient Mark mode as the default.
4863
1c6c854e
CS
4864 * text.texi (Words, Pages, Fill Commands, HTML Mode):
4865 Describe Transient Mark mode as the default.
7186a830
CY
4866 (Paragraphs): Describe how M-h behaves when region is active.
4867
4868 * trouble.texi (Quitting): Clarify effects of C-g.
4869
dc47d1ff
GM
48702008-03-13 Glenn Morris <rgm@gnu.org>
4871
4872 * emacs.texi (EMACSVER): Set to 23.0.60.
4873
e3e0fb39 48742008-03-05 Glenn Morris <rgm@gnu.org>
8b74f389 4875
e3e0fb39
GM
4876 * dired.texi (Hiding Subdirectories): Fix previous change.
4877
48782008-03-05 Drew Adams <drew.adams@oracle.com>
4879
4880 * dired.texi (Hiding Subdirectories): Document `dired-hide-subdir'.
8b74f389 4881
5e14abf8
KS
48822008-02-28 Kim F. Storm <storm@cua.dk>
4883
4884 * help.texi (Help Files): Move describe-gnu-project to C-h g.
4885 Move describe-distribution to C-h C-o.
4886 Move view-emacs-problems to C-h C-p.
4887 Add view-emacs-debugging on C-h C-d.
4888 Add view-external-packages on C-h C-e.
d0207bf3 4889 Add view-order-manuals on C-h C-m.
5e14abf8 4890
d0207bf3 48912008-02-17 Ulrich Mueller <ulm@kph.uni-mainz.de>
17577183
BG
4892
4893 * msdog-xtra.texi (MS-DOS): Docstring fix.
4894
87e391bb
EZ
48952008-02-09 Eli Zaretskii <eliz@gnu.org>
4896
4897 * msdog.texi (Windows Fonts): Use a @table for describing font
4898 properties.
4899
5662e503
JR
49002008-02-07 Jason Rumney <jasonr@gnu.org>
4901
4902 * msdog.texi (Windows Files): w32-get-true-file-attributes default
4903 value has changed.
4904 (Windows HOME): Clarify what is meant by "if that fails as well".
4905 (Windows Fonts): New section.
4906
72463824
GM
49072008-02-07 D. E. Evans <sinuhe@gnu.org> (tiny change)
4908
4909 * basic.texi (Basic Undo): Remove duplicate "you can".
4910
7ff926e0
EZ
49112008-02-02 Eli Zaretskii <eliz@gnu.org>
4912
4913 * maintaining.texi (Tags): Fix last change.
4914
6ab7aef1
MA
49152008-02-02 Michael Albinus <michael.albinus@gmx.de>
4916
093571c3 4917 * tramp.texi: Use new FSF's Back-Cover Text.
6ab7aef1 4918
ace67e7e
NR
49192008-01-31 Nick Roberts <nickrob@snap.net.nz>
4920
4921 * trouble.texi (Checklist): Direct users to emacs-devel@gnu.org.
4922
ae068fdf
RS
49232008-01-26 Richard Stallman <rms@gnu.org>
4924
4925 * maintaining.texi (Tags): Delete redundant index entry.
4926
a56d9a08
EZ
49272008-01-26 Eli Zaretskii <eliz@gnu.org>
4928
4929 * programs.texi (Imenu): Move "@cindex tags" from here...
4930 * maintaining.texi (Tags): ...to here.
4931
e941ed90
NR
49322008-01-23 Kevin Ryde <user42@zip.com.au>
4933
4934 * custom.texi (Mouse Buttons): Update elisp xref to "Click Events" on
4935 click count.
4936
650276d5
JB
49372008-01-21 Juanma Barranquero <lekktu@gmail.com>
4938
4939 * entering.texi (Exiting): Fix typo.
4940 Reported by D. E. Evans <sinuhe@gnu.org>.
4941
8dc17977
MR
49422007-12-31 Martin Rudalics <rudalics@gmx.at>
4943
4944 * glossary.texi (Glossary): Fix typo.
4945
9f9695a6
RS
49462007-12-27 Richard Stallman <rms@gnu.org>
4947
4948 * text.texi (Formatted Text): Improve menu tag.
4949 (Editing Format Info): In Info, add duplicate menu of nodes
4950 about the submenus.
4951 (Format Faces): Say where Faces menu is found. Mention Other.
4952 (Format Colors): Say where these submenus are found.
4953 (Format Indentation, Format Justification): Likewise.
4954 (Format Properties): Likewise.
4955
abfd0191
RS
49562007-12-22 Richard Stallman <rms@gnu.org>
4957
4958 * search.texi (Query Replace): Make exp of query-replace more
4959 self-contained, and clarify.
8dc17977 4960
abfd0191
RS
4961 * cc-mode.texi (Getting Started): Change @ref to @pxref.
4962
a2586785
RS
49632007-12-15 Richard Stallman <rms@gnu.org>
4964
4965 * files.texi (Auto Save): Clarify definition of auto-saving.
4966
a67cf2bb
RS
49672007-11-26 Richard Stallman <rms@gnu.org>
4968
4969 * help.texi (Help Echo): Cleanups.
4970
448b33b1
TTN
49712007-11-23 Thien-Thi Nguyen <ttn@gnuvola.org>
4972
4973 * files.texi (Why Version Control?): Fix typo.
4974 (VCS Concepts): Fix typos; small tense fix.
4d77fc8e
TTN
4975 (Selecting a Fileset): Fix typos; small rewording.
4976 (Log Buffer): Likewise.
4977 (Old Revisions): Likewise.
448b33b1 4978
221bb7f6
EZ
49792007-11-17 Eli Zaretskii <eliz@gnu.org>
4980
4981 * mule.texi (Communication Coding): Fix wording of last change.
4982
d0207bf3 49832007-11-16 Werner Lemberg <wl@gnu.org>
1ab397c1 4984
630cb3b7
JB
4985 * custom.texi (Specifying File Variables):
4986 * major.texi (Choosing Modes): Mention '\" in man pages.
1ab397c1 4987
53b7759e
KH
49882007-11-16 Kenichi Handa <handa@ni.aist.go.jp>
4989
a5ab2e0c 4990 * mule.texi (Communication Coding): Document x-select-request-type.
53b7759e
KH
4991
4992 * frames.texi (Cut/Paste Other App): Mention x-select-request-type.
4993
c8763fb6 49942007-11-15 Francesco Potortì <pot@gnu.org>
0b7f2f3f 4995
630cb3b7 4996 * maintaining.texi (TEXTAGS): Note that you can use "-" for stdout with
0b7f2f3f
FP
4997 --output=file.
4998
ff98e024
MR
49992007-11-13 Martin Rudalics <rudalics@gmx.at>
5000
5001 * help.texi (Help Summary, Apropos, Misc Help): Fix typos.
5002 (Help Echo): Avoid mentioning the term "region" here and
5003 consistently use the term "active text".
5004
37b11c22
GM
50052007-11-11 Glenn Morris <rgm@gnu.org>
5006
5007 * calendar.texi (Special Diary Entries): Fix Thanksgiving example.
5008
21d50ba1
JL
50092007-11-10 Paul Pogonyshev <pogonyshev@gmx.net>
5010
1c6c854e
CS
5011 * search.texi (Query Replace):
5012 Mention `query-replace-show-replacement'.
21d50ba1 5013
c12ecb0a 50142007-11-09 Nick Roberts <nickrob@snap.net.nz>
4fda797e
NR
5015
5016 * building.texi (Watch Expressions): Remove obscure sentence.
5017
3b4201f4
KH
50182007-11-06 Kenichi Handa <handa@ni.aist.go.jp>
5019
5020 * mule.texi (Select Input Method): Describe how to activate an input
5021 method in the text mode.
5022
07e5c0b0
DN
50232007-11-01 Dan Nicolaescu <dann@ics.uci.edu>
5024
5025 * cmdargs.texi (Misc Variables): Remove Sun windows info.
5026
52dd7391
NR
50272007-10-30 Nick Roberts <nickrob@snap.net.nz>
5028
5029 * building.texi (Watch Expressions): Describe gdb-delete-out-of-scope.
5030
c004e539
GM
50312007-10-30 Glenn Morris <rgm@gnu.org>
5032
5033 * misc.texi (Directory Tracking): Explain a bit more about
5034 dirtrack-mode.
5035
ca8c5b8c
GM
50362007-10-25 Glenn Morris <rgm@gnu.org>
5037
5038 * fortran-xtra.texi (Fortran): F90 mode handles F2003.
5039
b6c764ef
RS
50402007-10-24 Richard Stallman <rms@gnu.org>
5041
5042 * misc.texi (Interactive Shell): Cleanup last change.
5043
eabd84c9
JL
50442007-10-22 Juri Linkov <juri@jurta.org>
5045
5046 * mini.texi (Minibuffer History): Add text about a list of minibuffer
5047 default values.
5048
0b43c7e2
ER
50492007-10-20 Eric S. Raymond <esr@snark.thyrsus.com>
5050
ca8c5b8c 5051 * files.texi: Disambiguate two slightly different uses of the term
0b43c7e2
ER
5052 'filesets'.
5053
a80859d4
MR
50542007-10-18 Martin Rudalics <rudalics@gmx.at>
5055
5056 * trouble.texi (Quitting): Fix typo.
5057
c9447ae1
GM
50582007-10-18 Glenn Morris <rgm@gnu.org>
5059
5060 * frames.texi (Mode Line Mouse): Mention minor mode names.
5061
168b980f
JL
50622007-10-17 Juri Linkov <juri@jurta.org>
5063
5064 * text.texi (Fill Commands): Undocument fill-paragraph-or-region.
5065 fill-paragraph operates on the active region in Transient Mark mode.
5066 (Fill Prefix, Format Indentation): Replace fill-paragraph-or-region
5067 with fill-paragraph.
5068
5069 * basic.texi (Arguments): Replace fill-paragraph-or-region with
5070 fill-paragraph.
5071
5072 * fixit.texi (Spelling): ispell-word operates on the active region
5073 in Transient Mark mode.
5074
5a331f34
JB
50752007-10-17 Aaron S. Hawley <aaronh@garden.org>
5076
5077 * building.texi (Source Buffers):
5078 * custom.texi (Init Non-ASCII):
5079 * glossary.texi (Glossary): Use "key binding" consistently.
5080
2a9f4d55
JB
50812007-10-17 Juanma Barranquero <lekktu@gmail.com>
5082
5083 * calendar.texi (Diary): Fix directive.
5084
de13cecf
RS
50852007-10-16 Richard Stallman <rms@gnu.org>
5086
5087 * calendar.texi (Diary): Clarify text about diary file example.
5088
5f90d53e
ER
50892007-10-13 Eric S. Raymond <esr@snark.thyrsus.com>
5090
5091 * files.texi: Capitalize node names according to convention.
5092
3aa491bc
GM
50932007-10-13 Glenn Morris <rgm@gnu.org>
5094
5095 * misc.texi (Interactive Shell): Correct INSIDE_EMACS reference.
5096
8a3106d3
ER
50972007-10-11 Eric S. Raymond <esr@snark.thyrsus.com>
5098
5099 * emacs.texi:
5100 * files.texi (Version Systems): Minor fixes to version-control material
5a331f34 5101 suggested by RMS and Robert J. Chassell.
8a3106d3 5102
da1080a2
ER
51032007-10-10 Eric S. Raymond <esr@snark.thyrsus.com>
5104
3aa491bc 5105 * files.texi (Version Systems):
0870a421
ER
5106 * vc-xtra.texi:
5107 * vc1-xtra.texi:
ac3f4c6f 5108 * vc2-xtra.texi: Merge in changes for new VC with fileset-oriented
2a9f4d55 5109 operations. Change of terminology from `version' to `revision'.
a7fc5b78 5110 Revise text for adequate description of VCSes with monotonic IDs.
2a9f4d55 5111 * emacs.texi: Change of terminology from `version' to `revision'.
da1080a2 5112
58ade22b
ER
51132007-10-09 Eric S. Raymond <esr@snark.thyrsus.com>
5114
da1080a2 5115 * files.texi (Version Systems): Describe newer VCses.
58ade22b
ER
5116 Reorder the descriptions to be chronological.
5117
93870ce2
RS
51182007-10-09 Richard Stallman <rms@gnu.org>
5119
5120 * display.texi (Cursor Display): Correct how cursor appears
5121 in nonselected windows.
5122
568c7288
NR
51232007-10-04 Nick Roberts <nickrob@snap.net.nz>
5124
5125 * building.texi (GDB Graphical Interface): Remove references to gdba
5126 and mention gud-gdb.
5127
1af74d06 51282007-08-31 Eli Zaretskii <eliz@gnu.org>
17afb4cb 5129
1af74d06 5130 * rmail.texi (Rmail Sorting): Improve indexing.
17afb4cb 5131
0d8fb755
JL
51322007-10-06 Juri Linkov <juri@jurta.org>
5133
5134 * text.texi (Fill Commands): Document fill-paragraph-or-region.
5135 (Fill Prefix, Format Indentation): Replace fill-paragraph with
5136 fill-paragraph-or-region.
5137
5138 * basic.texi (Arguments): Replace fill-paragraph with
5139 fill-paragraph-or-region.
5140
b981e2c6
ER
51412007-10-06 Eric S. Raymond <esr@snark.thyrsus.com>
5142
5143 * files.texi: Update the section on version control for 2007
2a9f4d55 5144 conditions. None of these changes are new-VC-specific; that
b981e2c6
ER
5145 will come later.
5146
5fceaf9c
GM
51472007-09-15 Glenn Morris <rgm@gnu.org>
5148
5149 * calendar.texi (Holidays): Change all instances of `holiday-list' back
5150 to `list-holidays'.
5151
b0e44b17
GM
51522007-09-14 Glenn Morris <rgm@gnu.org>
5153
5154 * calendar.texi: Update all instances of mark-calendar-holidays,
5155 list-calendar-holidays, list-holidays with the new names.
5156
8cf51b2c
GM
51572007-09-06 Glenn Morris <rgm@gnu.org>
5158
46a367db 5159 Move manual sources from man/ to subdirectories of doc/.
8cf51b2c
GM
5160 Split into the Emacs manual in emacs/, and other manuals in misc/.
5161 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Reduce to just the Emacs
5162 manual.
5163 (infodir): New variable.
5164 (info): Use $infodir.
5165 (emacsman): Delete target, not needed any more.
5166 Move all targets that are not the Emacs manual to misc/Makefile.in.
5167 (mostlyclean): Remove `gnustmp'.
5168 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS): Reduce to just the Emacs
5169 manual.
92f9b43f 5170 (MULTI_INSTALL_INFO, ENVADD, infodir): Go up one more level.
8cf51b2c
GM
5171 (emacsman): Delete target, not needed any more.
5172 (clean): Remove all info files but Emacs manual.
5173 Move all targets that are not the Emacs manual to misc/Makefile.in.
5174 * emacs-xtra.texi, emacs.texi (setfilename): Go up one more level.
5175
5176 * Makefile.in (INFOSOURCES): Delete.
5177 (.SUFFIXES): Use $(TEXI2DVI) rather than texi2dvi.
5178 (mostlyclean): Add *.op, *.ops. Move *.aux *.cps *.fns *.kys *.pgs
5179 *.vrs *.toc here...
5180 (maintainer-clean): ...from here.
5181
51822007-09-05 Glenn Morris <rgm@gnu.org>
5183
5184 * custom.texi (Safe File Variables): Clarify `!' and risky variables.
5185
8cf51b2c
GM
51862007-08-29 Glenn Morris <rgm@gnu.org>
5187
5188 * emacs.texi (EMACSVER): Increase to 23.0.50.
5189
3420c522
RS
51902007-08-27 Richard Stallman <rms@gnu.org>
5191
5192 * emacs.texi (Top): Clarify menu item for Glossary.
5193
5194 * display.texi (Faces): Change secn title.
5195 Clarify not all fonts come from Font Lock.
5196
8cf51b2c
GM
51972007-08-17 Eli Zaretskii <eliz@gnu.org>
5198
5199 * basic.texi (Position Info): Add index entry for face at point.
5200 Mention that character faces are also displayed by "C-u C-x =".
5201
8cf51b2c
GM
52022007-08-08 Glenn Morris <rgm@gnu.org>
5203
5204 * glossary.texi (Glossary): Deprecate `iff'.
8cf51b2c
GM
5205
52062007-08-07 Chong Yidong <cyd@stupidchicken.com>
5207
5208 * files.texi (File Conveniences): Document point motion keys in Image
5209 mode.
5210
8cf51b2c
GM
52112007-07-27 Glenn Morris <rgm@gnu.org>
5212
8cf51b2c
GM
5213 * emacs.texi (Copying): Include license text from gpl.texi, rather than
5214 in-line.
5215
5216 * gpl.texi: New file with text of GPL.
5217 * Makefile.in (EMACSSOURCES): Add gpl.texi.
5218
52192007-07-26 Dan Nicolaescu <dann@ics.uci.edu>
5220
5221 * vc2-xtra.texi (Customizing VC): Add GIT and HG.
5222
5223 * dired.texi (Wdired): Mention C-x C-q key binding.
5224
52252007-07-28 Nick Roberts <nickrob@snap.net.nz>
5226
5227 * building.texi (GDB Graphical Interface): Qualify use of "M-x gdba".
5228
52292007-07-25 Glenn Morris <rgm@gnu.org>
5230
8cf51b2c
GM
5231 * emacs.texi (Copying): Replace license with GPLv3.
5232
5233 * Relicense all FSF files to GPLv3 or later.
5234
52352007-07-24 Glenn Morris <rgm@gnu.org>
5236
5237 * calendar.texi (Writing Calendar Files): cal-tex-diary etc only work
5238 for some calendars.
5239
52402007-07-23 Nick Roberts <nickrob@snap.net.nz>
5241
5242 * screen.texi (Mode Line): Describe new mode-line flag that shows if
5243 default-directory for the current buffer is on a remote machine.
5244
8cf51b2c
GM
52452007-07-21 Eli Zaretskii <eliz@gnu.org>
5246
5247 * vc2-xtra.texi (Customizing VC) <vc-handled-backends>: Update the
5248 default value.
5249
52502007-07-21 Richard Stallman <rms@gnu.org>
5251
5252 * files.texi (Why Version Control?): Improve previous change.
5253
52542007-07-18 Eric S. Raymond <esr@snark.thyrsus.com>
5255
5256 * files.texi (Why Version Control?): New node.
5257
8cf51b2c
GM
52582007-07-12 Nick Roberts <nickrob@snap.net.nz>
5259
8cf51b2c
GM
5260 * building.texi (Starting GUD): Add xref to this anchor.
5261
8cf51b2c
GM
52622007-06-24 Karl Berry <karl@gnu.org>
5263
2a9f4d55 5264 * emacs.texi: New Back-Cover Text.
8cf51b2c 5265
8cf51b2c
GM
52662007-06-07 Alan Mackenzie <acm@muc.de>
5267
5268 * display.texi (Optional Mode Line): Document the new form of
5269 line+column numbers, "(561,2)".
5270
52712007-06-06 Juanma Barranquero <lekktu@gmail.com>
5272
49823426 5273 * maintaining.texi (Create Tags Table): Fix typos.
8cf51b2c
GM
5274
52752007-06-02 Chong Yidong <cyd@stupidchicken.com>
5276
5277 * Version 22.1 released.
5278
8cf51b2c
GM
52792007-05-07 Karl Berry <karl@gnu.org>
5280
5281 * emacs.texi (EMACSVER): Back to 22.
5282
52832007-05-06 Richard Stallman <rms@gnu.org>
5284
5285 * maintaining.texi (Create Tags Table): Clean up previous change.
5286
c8763fb6 52872007-05-05 Francesco Potortì <pot@gnu.org>
8cf51b2c
GM
5288
5289 * maintaining.texi (Create Tags Table): Add text about the dangers of
5290 making symbolic links to tags files.
5291
52922007-05-04 Karl Berry <karl@gnu.org>
5293
5294 * emacs.texi (EMACSVER) [smallbook]: 22.1 for printed version, not 22.
5295
52962007-05-03 Karl Berry <karl@gnu.org>
5297
5298 * emacs.texi (EMACSVER) [smallbook]: 22 for printed version.
5299
5300 * .cvsignore (*.pdf): New entry.
5301
8cf51b2c
GM
5302 * emacs.texi (\urlcolor, \linkcolor) [smallbook]: \let to \Black
5303 for printing.
5304
53052007-05-01 Richard Stallman <rms@gnu.org>
5306
5307 * cmdargs.texi (Initial Options): Under --batch, mention --eval.
5308
8cf51b2c
GM
53092007-04-28 Glenn Morris <rgm@gnu.org>
5310
5311 * ack.texi (Acknowledgments):
5312 * anti.texi (Antinews):
8cf51b2c
GM
5313 * programs.texi (Program Modes): Restore mention of python.el pending
5314 consideration of legal status.
5315
53162007-04-28 Richard Stallman <rms@gnu.org>
5317
5318 * files.texi (File Names): Fixes to ~ description on MS systems.
5319
8cf51b2c
GM
53202007-04-26 Glenn Morris <rgm@gnu.org>
5321
5322 * emacs.texi (EMACSVER): Increase to 22.1.50.
5323
53242007-04-25 Karl Berry <karl@gnu.org>
5325
5326 * emacs.texi: Improve line breaks on copyright page,
5327 similar layout to lispref, 8.5x11 by default.
5328
5329 * dired.texi (Image-Dired): Improve line break, fix typo.
5330
53312007-04-24 Chong Yidong <cyd@stupidchicken.com>
5332
5333 * programs.texi (Program Modes):
8cf51b2c
GM
5334 * anti.texi (Antinews):
5335 * ack.texi (Acknowledgments): python.el removed.
5336
8cf51b2c
GM
53372007-04-23 Chong Yidong <cyd@stupidchicken.com>
5338
5339 * display.texi (Highlight Interactively): Correct description of
5340 hi-lock-file-patterns-policy.
5341
5342 * files.texi (File Archives): Mention self-extracting executables.
5343
53442007-04-23 Eli Zaretskii <eliz@gnu.org>
5345
5346 * search.texi (Unconditional Replace, Query Replace): Add xref to
5347 "Replacement and Case".
5348
53492007-04-22 Chong Yidong <cyd@stupidchicken.com>
5350
5351 * dired.texi (Image-Dired): Move from Thumbnails node.
5352 * misc.texi (Thumbnails): Node deleted.
5353 * emacs.texi (Top): Update node listing.
5354
5355 * files.texi (File Conveniences):
49823426 5356 * ack.texi (Acknowledgments): Rename "tumme" to "image-dired".
8cf51b2c
GM
5357
53582007-04-21 Richard Stallman <rms@gnu.org>
5359
5360 * display.texi (Highlight Interactively): Correct previous change.
5361 Clarify doc of hi-lock-find-patterns, and move new features into it.
5362
53632007-04-20 David Koppelman <koppel@ece.lsu.edu>
5364
1c6c854e
CS
5365 * display.texi (Highlight Interactively):
5366 Document hi-lock-file-patterns-policy.
8cf51b2c
GM
5367
53682007-04-20 Martin Rudalics <rudalics@gmx.at>
5369
5370 * display.texi (Scrolling): Fix typo.
5371
8cf51b2c
GM
53722007-04-15 Chong Yidong <cyd@stupidchicken.com>
5373
8cf51b2c
GM
5374 * doclicense.texi: Remove node heading, so that it can be included by
5375 other files.
5376
5377 * emacs.texi: Insert node heading for GFDL.
5378
8cf51b2c
GM
53792007-04-14 Eli Zaretskii <eliz@gnu.org>
5380
5381 * cmdargs.texi (Colors): Qualify "color of window" index entry by
5382 "command line".
5383
5384 * display.texi (Faces): Refer to "Creating Frames" for face
5385 and other frame customizations in .emacs.
5386
5387 * frames.texi (Creating Frames): Mention that face customizations can
5388 be put in .emacs. Add index entries.
5389
53902007-04-12 Richard Stallman <rms@gnu.org>
5391
5392 * glossary.texi (Glossary): Explain `iff'.
5393
53942007-04-11 Karl Berry <karl@gnu.org>
5395
5396 * gnu.texi (Top),
5397 * macos.texi (Mac Font Specs),
5398 * anti.texi (Antinews),
5399 * xresources.texi (Resources),
5400 * misc.texi (Emulation),
5401 * calendar.texi (Daylight Saving),
5402 * dired.texi (Dired and Find),
5403 * rmail.texi (Remote Mailboxes),
5404 * sending.texi (Mail Headers),
5405 * programs.texi (Which Function),
5406 * files.texi (Recover),
5407 * buffers.texi (Uniquify),
5408 * frames.texi (Wheeled Mice),
5409 * killing.texi (Rectangles): Wording to improve breaks in
5410 8.5x11 format.
5411 * mule.texi (Language Environments): \hbadness=10000 since there's
5412 no way to reword.
5413 * emacs.texi (smallbook): New @set to more easily switch between
5414 smallbook and 8.5x11.
5415
54162007-04-11 Richard Stallman <rms@gnu.org>
5417
5418 * files.texi (File Conveniences): Add xref to Tumme.
5419 Delete text about Thumbnail mode.
5420
8cf51b2c
GM
54212007-04-09 Alan Mackenzie <acm@muc.de>
5422
5423 * cmdargs.texi (Initial Options): Call "inhibit-splash-screen" by its
5424 new name. Insert concept index entries.
5425
8cf51b2c
GM
54262007-04-08 Chong Yidong <cyd@stupidchicken.com>
5427
5428 * display.texi (Standard Faces): Document prefix arg for
5429 list-faces-display.
5430
5431 * rmail.texi (Rmail Scrolling): Document rmail-end-of-message.
5432
8cf51b2c
GM
54332007-04-07 Chong Yidong <cyd@stupidchicken.com>
5434
8cf51b2c
GM
5435 * killing.texi (Deletion): Rewrite description of M-\ prefix argument.
5436
5437 * files.texi (Misc File Ops): Rewrite description of
5438 insert-file-literally.
5439
8cf51b2c
GM
54402007-03-31 Eli Zaretskii <eliz@gnu.org>
5441
5442 * misc.texi (Printing): Postscript -> PostScript.
5443
8cf51b2c
GM
5444 * ack.texi (Acknowledgments): Postscript -> PostScript.
5445
5446 * custom.texi (Init File, Init Non-ASCII): Fix last change.
5447
5448 * emacs.texi (Top): Fix the menu due to the change in custom.texi
5449 below.
5450
54512007-03-30 Chong Yidong <cyd@stupidchicken.com>
5452
5453 * custom.texi (Non-ASCII Rebinding): Node deleted. Material moved to
5454 Init Non-ASCII.
5455 (Init Rebinding, Init Syntax): Link to Init Non-ASCII instead.
5456 (Init Non-ASCII): New node.
5457
54582007-03-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5459
5460 * macos.texi (Mac Font Specs): Mention AppleAntiAliasingThreshold.
5461
8cf51b2c
GM
54622007-03-12 Glenn Morris <rgm@gnu.org>
5463
8cf51b2c
GM
5464 * calendar.texi, emacs.texi (Daylight Saving): Rename node from
5465 "Daylight Savings".
5466
49823426 5467 * calendar.texi: Replace "daylight savings" with "daylight
8cf51b2c
GM
5468 saving" in text throughout.
5469
8cf51b2c
GM
54702007-03-04 Richard Stallman <rms@gnu.org>
5471
5472 * custom.texi (Safe File Variables): Minor correction.
5473
8cf51b2c
GM
54742007-02-28 Thien-Thi Nguyen <ttn@gnu.org>
5475
5476 * rmail.texi (Movemail): Add internal ref.
5477 Don't indent the intro for the PROTO table.
5478 Format PROTO table items with @code.
5479
8cf51b2c
GM
54802007-02-26 Nick Roberts <nickrob@snap.net.nz>
5481
5482 * building.texi: Remove references to bashdb.
5483
8cf51b2c
GM
54842007-02-19 Juanma Barranquero <lekktu@gmail.com>
5485
5486 * mule.texi (Language Environments): Update list of supported language
5487 environments.
5488
8cf51b2c
GM
54892007-02-14 Kim F. Storm <storm@cua.dk>
5490
5491 * building.texi (Grep Searching): Fix lgrep doc.
5492
54932007-02-12 Chong Yidong <cyd@stupidchicken.com>
5494
5495 * back.texi: Remove unused file.
5496
c8763fb6 54972007-02-05 Francesco Potortì <pot@gnu.org>
8cf51b2c
GM
5498
5499 * maintaining.texi (Tag Syntax): Now --members is the default for
5500 etags, not for ctags yet.
5501
8cf51b2c
GM
55022007-02-03 Eli Zaretskii <eliz@gnu.org>
5503
5504 * emacs.texi (Top): Update the top-level menus. Make the detailed menu
5505 headers compliant with Texinfo guidelines and with what texnfo-upd.el
5506 expects. Add comments to prevent people from inadvertently modifying
5507 the key parts needed by `texinfo-multiple-files-update'.
5508
55092007-01-29 Chong Yidong <cyd@stupidchicken.com>
5510
5511 * frames.texi (Secondary Selection): Window clicked does not matter
5512 when mouse-yank-at-point is non-nil.
5513
8cf51b2c
GM
55142007-01-16 Glenn Morris <rgm@gnu.org>
5515
5516 * abbrevs.texi (Editing Abbrevs): Describe how to disable a
5517 system abbrev.
5518
55192007-01-11 Richard Stallman <rms@gnu.org>
5520
5521 * msdog.texi (Windows Keyboard): Another small cleanup.
5522
55232007-01-10 Richard Stallman <rms@gnu.org>
5524
5525 * msdog.texi (Windows Keyboard): Yet another try to make
5526 everyone happy with that passage.
5527
55282007-01-05 Richard Stallman <rms@gnu.org>
5529
5530 * anti.texi (Antinews): Mention M-x shell scrolling.
5531
55322007-01-05 Nick Roberts <nickrob@snap.net.nz>
5533
5534 * building.texi (Watch Expressions): Describe gdb-max-children.
5535
8cf51b2c
GM
55362007-01-04 Richard Stallman <rms@gnu.org>
5537
8cf51b2c
GM
5538 * msdog.texi (Windows Keyboard): Clarify previous change.
5539
8cf51b2c
GM
55402007-01-02 Richard Stallman <rms@gnu.org>
5541
5542 * custom.texi (Changing a Variable): Minor clarification.
5543 (Specific Customization): customize-customized => customize-unsaved.
5544
5545 * entering.texi (Entering Emacs): Clean up text about restarting
5546 Emacs for each file.
5547
5548 * misc.texi (Shell Options): Minor cleanup.
5549
5550 * msdog.texi (Windows Keyboard): Explain that Windows was incompatible
5551 with Emacs, not vice versa.
5552
5553 * programs.texi (Symbol Completion): Recommend customizing
5554 window manager.
5555
5556 * xresources.texi (Resources): Minor fix.
5557
c8763fb6 55582007-01-01 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
5559
5560 * xresources.texi (Table of Resources): Add scrollBarWidth resource.
5561
55622007-01-01 Richard Stallman <rms@gnu.org>
5563
5564 * commands.texi (User Input): Document keys stolen by window mangers.
5565
55662006-12-31 Richard Stallman <rms@gnu.org>
5567
5568 * custom.texi (Specific Customization): Document customize-option
5569 instead of customize-variable.
5570
55712006-12-31 Kim F. Storm <storm@cua.dk>
5572
5573 * major.texi (Choosing Modes): Document auto-mode-case-fold.
5574
55752006-12-30 Kim F. Storm <storm@cua.dk>
5576
5577 * killing.texi (CUA Bindings): Fix typo.
5578
5579 * xresources.texi (Table of Resources): Mention grow-only value for
5580 auto-resize-tool-bars.
5581
8cf51b2c
GM
55822006-12-27 Eli Zaretskii <eliz@gnu.org>
5583
5584 * msdog.texi (Windows Keyboard): Mention widespread Windows bindings,
5585 and how to get them back.
5586
55872006-12-26 Richard Stallman <rms@gnu.org>
5588
5589 * calendar.texi (Holidays): Holiday listing is based on current
5590 practice, but DST is not.
5591
55922006-12-25 Richard Stallman <rms@gnu.org>
5593
5594 * emacs.texi (Top): Update subnode menus.
5595
5596 * mark.texi (Transient Mark): Fix xref.
5597
5598 * killing.texi (Graphical Kill): Node deleted.
5599 (Killing): Add xref to Cut and Paste.
5600 (CUA Bindings): Update xref.
5601
5602 * frames.texi (Cut and Paste): New section to hold other nodes.
5603 (Mouse Commands): Node demoted.
5604 (Cut/Paste Other App): Split out from Mouse Commands.
5605 (Word and Line Mouse): Likewise.
5606 (Secondary Selection, Clipboard): Nodes demoted.
5607
8cf51b2c
GM
56082006-12-24 Kevin Ryde <user42@zip.com.au>
5609
5610 * calendar.texi (Holidays): US daylight saving begins second Sunday
5611 in March for 2007 onwards.
5612 (Daylight Savings): Show new US default daylight saving rules, 2nd
5613 Sun in Mar to 1st Sun in Nov, now in cal-dst.el.
5614
56152006-12-23 Chong Yidong <cyd@stupidchicken.com>
5616
5617 * calendar.texi (Scroll Calendar): < and > are switched.
5618
56192006-12-23 Kevin Rodgers <ihs_4664@yahoo.com>
5620
5621 * killing.texi (Deletion): Describe M-\ prefix argument.
5622
56232006-12-23 Richard Stallman <rms@gnu.org>
5624
5625 * search.texi (Regexp Search): Explain why forward and reverse regexp
5626 search are not mirror images.
5627
8cf51b2c
GM
56282006-12-19 Kim F. Storm <storm@cua.dk>
5629
5630 * major.texi (Choosing Modes): Describe match-function elements for
5631 magic-mode-alist.
5632
8cf51b2c
GM
56332006-12-18 Eli Zaretskii <eliz@gnu.org>
5634
5635 * msdog.texi (Windows Keyboard): Add a footnote about "Windows" keys
5636 peculiarities.
5637
56382006-12-18 Richard Stallman <rms@gnu.org>
5639
5640 * abbrevs.texi (Editing Abbrevs): Fix previous change.
5641
8cf51b2c
GM
56422006-12-17 Alan Mackenzie <acm@muc.de>
5643
5644 * programs.texi (Left Margin Paren): Remove the bit which says
5645 that CC Mode sets open-paren-in-column-0-is-defun-start to nil.
5646 Discuss some of the issues of setting this option to nil.
5647
56482006-12-17 Glenn Morris <rgm@gnu.org>
5649
5650 * abbrevs.texi (Editing Abbrevs): Mention system abbrevs.
5651
56522006-12-16 Eli Zaretskii <eliz@gnu.org>
5653
5654 * msdog.texi (Windows Keyboard): Clarify `w32-recognize-altgr' effect.
5655 (Windows Files): `w32-get-true-file-attributes' is only relevant for
5656 NTFS volumes.
5657 (ls in Lisp): `links' in `ls-lisp-verbosity' is only relevant to NTFS
5658 volumes.
5659
56602006-12-15 Eli Zaretskii <eliz@gnu.org>
5661
5662 * text.texi (HTML Mode): Fix "C-c TAB".
5663
8cf51b2c
GM
56642006-12-09 Richard Stallman <rms@gnu.org>
5665
5666 * misc.texi (Invoking emacsclient): Simplify TCP file text.
5667
56682006-12-08 Kevin Rodgers <ihs_4664@yahoo.com>
5669
5670 * files.texi (Misc File Ops): Document insert-file-literally.
5671
56722006-12-08 Eli Zaretskii <eliz@gnu.org>
5673
5674 * cmdargs.texi (Colors): Note that --color is intended for overriding
5675 the terminal defaults, not for normal invocation.
5676
5677 * misc.texi (Emacs Server): Improve wording. Don't mention the
5678 ``server program''. Add a cross-reference to "Init File" node.
5679 (Invoking emacsclient): Add index entries. Document both short and
5680 long versions of command-line options. Document the -f option.
5681
8cf51b2c
GM
56822006-12-06 Richard Stallman <rms@gnu.org>
5683
5684 * text.texi (Outline Format): Say to set outline-regexp
5685 and outline-level with major modes and file local variables.
5686
c8763fb6 56872006-12-05 Michaël Cadilhac <michael.cadilhac@lrde.org>
8cf51b2c
GM
5688
5689 * anti.texi (Antinews): Mention the alternative to
5690 `~/.emacs_SHELLNAME', which is `~/.emacs.d/init_SHELLNAME.sh'.
5691
8cf51b2c
GM
5692 * misc.texi (Interactive Shell): Ditto.
5693
56942006-12-04 Eli Zaretskii <eliz@gnu.org>
5695
5696 * emacs.texi (Acknowledgments): Fix Arne J@o{}rgensen's name.
5697
5698 * ack.texi (Acknowledgments): Fix Arne J@o{}rgensen's name.
5699
57002006-12-01 Eli Zaretskii <eliz@gnu.org>
5701
5702 * mule.texi (Enabling Multibyte): Rephrase the confusing reference to a
5703 colon in the mode line.
5704
5705 * msdog.texi (Windows Processes) [@ifnottex]: Mention w32-shell-execute.
5706
57072006-11-26 Nick Roberts <nickrob@snap.net.nz>
5708
5709 * building.texi (Watch Expressions): Mention SPC for expanding/
5710 contracting watch expressions.
5711
57122006-11-26 Kim F. Storm <storm@cua.dk>
5713
5714 * kmacro.texi (Basic Keyboard Macro): Mention F3/F4 more.
5715
57162006-11-26 Nick Roberts <nickrob@snap.net.nz>
5717
5718 * building.texi (Debugger Operation): Define text command mode.
5719 Clarify how tooltips work.
5720 (GDB Graphical Interface): Explain how to run in text command mode
5721 more clearly.
5722
57232006-11-25 Juanma Barranquero <lekktu@gmail.com>
5724
5725 * mule.texi (Defining Fontsets): Fix use of `charset' and `font'.
5726
57272006-11-22 Juanma Barranquero <lekktu@gmail.com>
5728
5729 * anti.texi (Antinews): Mention --server-file and TCP sockets.
5730
8cf51b2c
GM
57312006-11-18 Chong Yidong <cyd@stupidchicken.com>
5732
5733 * misc.texi (Interactive Shell): INSIDE_EMACS is set to t,
5734 and EMACS is deprecated.
5735
57362006-11-18 Juanma Barranquero <lekktu@gmail.com>
5737
5738 * makefile.w32-in (emacs.dvi): Remove xresmini.texi.
5739
c8763fb6 57402006-11-18 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
5741
5742 * Makefile.in (emacs.dvi): Remove xresmini.texi.
5743
5744 * emacs.texi: Include xresources.texi both for info and dvi.
5745
5746 * xresources.texi: Merge text from xresmini.texi.
5747
c8763fb6 57482006-11-12 Roberto Rodríguez <lanubeblanca@googlemail.com> (tiny change)
8cf51b2c
GM
5749
5750 * glossary.texi: Fix typos.
5751
8cf51b2c
GM
57522006-11-06 Richard Stallman <rms@gnu.org>
5753
5754 * emacs.texi (Acknowledgments): Fix name spelling, add Anna Bigatti.
5755
5756 * ack.texi (Acknowledgments): Fix name spelling.
5757
57582006-11-01 Juri Linkov <juri@jurta.org>
5759
5760 * search.texi (Word Search): Document incremental word search.
5761
57622006-10-28 Glenn Morris <rgm@gnu.org>
5763
5764 * ack.texi (Acknowledgments): Add cal-html author.
5765
5766 * calendar.texi (Writing Calendar Files): Rename section (was "LaTeX
5767 Calendar"). Describe new package cal-html.
5768 * emacs.texi (Top): Rename old node "LaTeX Calendar" to "Writing
5769 Calendar Files."
5770
8cf51b2c
GM
57712006-10-23 Richard Stallman <rms@gnu.org>
5772
5773 * abbrevs.texi (Expanding Abbrevs): Expansion happens only when
5774 Abbrev mode is enabled.
5775
8cf51b2c
GM
57762006-10-16 Richard Stallman <rms@gnu.org>
5777
8cf51b2c
GM
5778 * emacs.texi: Update ISBN.
5779
8cf51b2c
GM
57802006-10-11 Kim F. Storm <storm@cua.dk>
5781
5782 * emacs.texi (Acknowledgments): Use @dotless{i}.
5783
57842006-10-08 Nick Roberts <nickrob@snap.net.nz>
5785
5786 * building.texi (Breakpoints Buffer): Mention catchpoints.
5787
57882006-10-08 Kim F. Storm <storm@cua.dk>
5789
5790 * ack.texi (Acknowledgments): Update.
5791
5792 * emacs.texi (Acknowledgments): Fix bad @/ form.
5793
8cf51b2c
GM
57942006-10-05 Kim F. Storm <storm@cua.dk>
5795
5796 * emacs.texi (Acknowledgments): Add more contributors.
5797
57982006-10-03 Richard Stallman <rms@gnu.org>
5799
5800 * emacs.texi (Acknowledgments): Update version and edition.
5801
8cf51b2c
GM
58022006-10-01 Karl Berry <karl@gnu.org>
5803
5804 * custom.texi (Customization Groups): Page break to keep example buffer
5805 on one page.
5806
58072006-09-30 Karl Berry <karl@gnu.org>
5808
5809 * programs.texi (Basic Indent): @need to improve page break.
5810 * text.texi: Rewording to improve page breaks, and use @LaTeX{}.
5811
58122006-09-29 Glenn Morris <rgm@gnu.org>
5813
5814 * calendar.texi (Date Formats): Doc fix for european-calendar-style.
5815
58162006-09-29 Karl Berry <karl@gnu.org>
5817
5818 * windows.texi (Basic Window): Remove forced @break, no longer
5819 desirable.
5820 * frames.texi (Frame Commands),
5821 * mark.texi (Marking Objects): Reword to avoid bad page break.
5822 * display.texi (Auto Scrolling): Use @tie{} to avoid bad line break.
5823
58242006-09-19 Richard Stallman <rms@gnu.org>
5825
5826 * frames.texi (Dialog Boxes): Clean up wording: avoid passive,
5827 stick to present tense.
5828
c8763fb6 58292006-09-18 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
5830
5831 * frames.texi (Dialog Boxes): Rename x-use-old-gtk-file-dialog
5832 to x-gtk-use-old-file-dialog.
5833 (Dialog Boxes): Document x-gtk-file-dialog-help-text.
5834
58352006-09-15 Jay Belanger <belanger@truman.edu>
5836
49823426 5837 * emacs.texi (GNU GENERAL PUBLIC LICENSE):
8cf51b2c
GM
5838 Change "Library Public License" to "Lesser Public License"
5839 throughout. Use "yyyy" to represent year.
5840
8cf51b2c
GM
58412006-09-12 Reiner Steib <Reiner.Steib@gmx.de>
5842
5843 * files.texi (Visiting): Add index entry "open file".
5844
8cf51b2c
GM
58452006-09-11 Richard Stallman <rms@gnu.org>
5846
5847 * building.texi (Compilation Mode): Clarification.
5848 (Grep Searching): Add xref to Compilation Mode.
5849
8cf51b2c
GM
58502006-09-08 Richard Stallman <rms@gnu.org>
5851
5852 * search.texi (Search): Ref multi-file search commands here.
5853 (Other Repeating Search): Not here.
5854
8cf51b2c
GM
58552006-08-28 Richard Stallman <rms@gnu.org>
5856
5857 * windows.texi (Split Window): Update xref.
5858
5859 * basic.texi (Continuation Lines): Update xref.
5860
5861 * indent.texi (Tab Stops): Update xref.
5862
5863 * emacs.texi (Top): Update subnode menu.
5864
5865 * display.texi (Line Truncation, Displaying Boundaries): New nodes,
5866 split out of Display Custom.
5867
58682006-08-25 Kim F. Storm <storm@cua.dk>
5869
5870 * display.texi (Display Custom): Add variables overline-margin
5871 and x-underline-at-descent-line.
5872
58732006-08-25 Richard Stallman <rms@gnu.org>
5874
5875 * entering.texi (Exiting): Rewrite to give graphical displays
5876 priority over text terminals.
5877
5878 * search.texi (Incremental Search): Move index entries.
5879
58802006-08-23 Chong Yidong <cyd@stupidchicken.com>
5881
5882 * custom.texi (Init File): Reference Find Init to avoid "home
5883 directory" confusion.
5884
58852006-08-22 Nick Roberts <nickrob@snap.net.nz>
5886
5887 * building.texi (Other GDB-UI Buffers): Describe how to edit
5888 a value in the locals buffer.
5889
58902006-08-21 Richard Stallman <rms@gnu.org>
5891
5892 * search.texi (Basic Isearch): Add `isearch' index entry.
5893
58942006-08-16 Richard Stallman <rms@gnu.org>
5895
5896 * misc.texi (Saving Emacs Sessions): Clean up wording.
5897
5898 * mark.texi (Marking Objects): Mention term "select all".
5899
5900 * emacs.texi (Top): Update subnode menu.
5901
5902 * help.texi (Help Mode): Move node up in file.
5903
8cf51b2c
GM
59042006-08-15 Nick Roberts <nickrob@snap.net.nz>
5905
5906 * building.texi (Stack Buffer): Explain fringe arrow.
5907
8cf51b2c
GM
59082006-08-12 Eli Zaretskii <eliz@gnu.org>
5909
8cf51b2c
GM
5910 * misc.texi (Saving Emacs Sessions): Clarify when desktop is restored
5911 on startup.
5912
59132006-08-11 Romain Francoise <romain@orebokech.com>
5914
5915 * ack.texi (Acknowledgments): Delete mention to zone-mode.el.
5916
59172006-08-10 Sven Joachim <svenjoac@gmx.de> (tiny change)
5918
5919 * mule.texi (Recognize Coding, Text Coding): Fix typos.
5920
59212006-08-10 Richard Stallman <rms@gnu.org>
5922
5923 * text.texi (Format Faces): Substantial rewrites to deal
1c6c854e
CS
5924 with face merging. Empty regions don't count.
5925 Clarify face property inheritance.
8cf51b2c
GM
5926
59272006-08-08 Romain Francoise <romain@orebokech.com>
5928
5929 * dired.texi (Marks vs Flags): Fix typo reported by Ari Roponen
5930 <arjuropo@cc.jyu.fi>.
5931
8cf51b2c
GM
59322006-08-04 Eli Zaretskii <eliz@gnu.org>
5933
5934 * cmdargs.texi (Window Size X) <--geometry>: Only width and height
5935 apply to all frames.
5936
8cf51b2c
GM
59372006-08-01 Richard Stallman <rms@gnu.org>
5938
5939 * help.texi (Name Help): Add index entries for describe-variable.
5940
59412006-08-01 Nick Roberts <nickrob@snap.net.nz>
5942
5943 * building.texi (GDB Graphical Interface): Shorten node names.
5944 (GDB-UI Layout): Use GDB-related.
5945 (Other GDB-UI Buffers): Simplify English.
5946
59472006-07-31 Richard Stallman <rms@gnu.org>
5948
5949 * search.texi (Query Replace): Add xref for Dired's Q command.
5950
8cf51b2c
GM
59512006-07-31 Nick Roberts <nickrob@snap.net.nz>
5952
5953 * building.texi (GDB commands in Fringe): Rename to...
5954 (Source Buffers): ..this and move forward. Describe hollow arrow and
5955 new option gdb-find-source-frame.
5956
59572006-07-29 Richard Stallman <rms@gnu.org>
5958
5959 * dired.texi (Operating on Files): Simplify previous change
5960 and fix Texinfo usage.
5961
59622006-07-29 Eli Zaretskii <eliz@gnu.org>
5963
5964 * dired.texi (Operating on Files): Add cross-references. State the
5965 Unix commands that do similar things.
5966
59672006-07-28 Richard Stallman <rms@gnu.org>
5968
5969 * mark.texi (Transient Mark): Clarify that region never disappears
5970 when Transient Mark mode is off, and not when it is on.
5971
59722006-07-27 Richard Stallman <rms@gnu.org>
5973
5974 * search.texi (Non-ASCII Isearch): Clarify. Mention C-q.
5975
59762006-07-24 Richard Stallman <rms@gnu.org>
5977
5978 * xresources.texi (GTK styles): Fix texinfo usage.
5979
8cf51b2c
GM
5980 * commands.texi (User Input): Explain why we teach keyboard cmds.
5981
5982 * xresources.texi, xresmini.texi, search.texi, programs.texi:
5983 * misc.texi, kmacro.texi, killing.texi, glossary.texi:
5984 * fortran-xtra.texi, files.texi, emacs.texi, emacs-xtra.texi:
5985 * doclicense.texi, display.texi, dired.texi, basic.texi:
5986 * anti.texi, ack.texi: Move periods and commas inside quotes.
5987
59882006-07-22 Eli Zaretskii <eliz@gnu.org>
5989
5990 * cmdargs.texi (General Variables): Document EMAIL.
5991
59922006-07-21 Eli Zaretskii <eliz@gnu.org>
5993
5994 * frames.texi (Frame Commands): Mention that focus-follows-mouse
5995 doesn't have effect on MS-Windows.
5996
8cf51b2c
GM
59972006-07-17 Richard Stallman <rms@gnu.org>
5998
5999 * building.texi (Grep Searching): Explain about chaining grep commands.
6000
8cf51b2c
GM
60012006-07-10 Nick Roberts <nickrob@snap.net.nz>
6002
49823426 6003 * killing.texi, mini.texi: Fix typos.
8cf51b2c
GM
6004
60052006-07-09 Chong Yidong <cyd@stupidchicken.com>
6006
6007 * misc.texi (Invoking emacsclient): Document behavior when emacsclient
6008 is invoked for multiple files.
6009
60102006-07-08 Eli Zaretskii <eliz@gnu.org>
6011
6012 * msdog.texi (Windows Keyboard) [@iftex]: Add an @inforef to the
6013 on-line manual for the rest of this node.
6014 (Windows Mouse) <w32-pass-extra-mouse-buttons-to-system>: Include
6015 unconditionally.
6016 (Windows Processes) <w32-quote-process-args>: Include unconditionally.
6017 Improve wording.
6018 (Windows Printing): Improve wording.
6019 (Windows Misc) [@iftex]: Add an @inforef to the on-line manual for the
6020 rest of this node.
6021
8cf51b2c
GM
60222006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
6023
49823426
GM
6024 * building.texi (Lisp Eval): Throughout, replace eval-current-buffer
6025 with eval-buffer.
8cf51b2c
GM
6026
60272006-07-05 Nick Roberts <nickrob@snap.net.nz>
6028
6029 * mule.texi (Coding Systems, Specify Coding): Link descriptions
6030 of character translation.
6031
60322006-07-04 Nick Roberts <nickrob@snap.net.nz>
6033
6034 * rmail.texi (Remote Mailboxes): Add missing @code keyword.
6035
60362006-07-03 Karl Berry <karl@gnu.org>
6037
6038 * emacs.texi (\hbadness): Set to 6000 so we aren't bothered by
6039 not-too-underfull hboxes in the TeX output.
6040 * abbrevs.texi, buffers.texi, building.texi, calendar.texi,
6041 * cmdargs.texi, custom.texi, dired.texi, macos.texi,
6042 * maintaining.texi, misc.texi, mule.texi, programs.texi, rmail.texi,
6043 * sending.texi, text.texi: Fix overfull/underfull boxes.
6044
60452006-07-03 Romain Francoise <romain@orebokech.com>
6046
6047 * m-x.texi (M-x): Fix.
6048
60492006-07-03 Richard Stallman <rms@gnu.org>
6050
8cf51b2c
GM
6051 * search.texi (Other Repeating Search): filename -> file name.
6052
6053 * misc.texi (Narrowing): Minor cleanups.
6054
6055 * files.texi (Visiting): filename -> file name.
6056
6057 * emacs.texi (Top): Update subnode menus.
6058
6059 * mule.texi (Coding Systems): Move char translation stuff here.
6060 (Specify Coding, Output Coding): New nodes, out of Recognize Coding.
6061 (Recognize Coding): Substantial local rewrites.
6062 (International): Update menu.
6063
6064 * display.texi (Auto Scrolling): New node, broken out of Scrolling.
6065 (Scrolling): Substantial local rewrites.
6066 (Display): Update menu and intro.
6067
6068 * dired.texi: filename -> file name.
6069
6070 * custom.texi (Safe File Variables): Texinfo usage fix.
6071
f0131492 60722006-07-03 Teodor Zlatanov <tzz@lifelogs.com>
8cf51b2c
GM
6073
6074 * help.texi, m-x.texi: Lots of cleanups.
6075
8cf51b2c
GM
60762006-06-30 Eli Zaretskii <eliz@gnu.org>
6077
6078 * msdog.texi (ls in Lisp, Windows Keyboard, Windows Mouse)
6079 (Windows Processes, Windows Misc): Shorten the printed version by
6080 selectively conditioning less important portions by @ifnottex.
6081
8cf51b2c
GM
60822006-06-27 Richard Stallman <rms@gnu.org>
6083
6084 * mini.texi (Minibuffer File): Minor cleanup.
6085
60862006-06-25 Nick Roberts <nickrob@snap.net.nz>
6087
6088 * frames.texi (XTerm Mouse): Rename to...
6089 (Text-Only Mouse): ...this. Mention t-mouse-mode.
6090
6091 * emacs.texi (Top): Use new node name.
6092
60932006-06-24 Eli Zaretskii <eliz@gnu.org>
6094
6095 * emacs.texi (Top): Update the detailed menu according to changes in
6096 msdog.texi.
6097
6098 * msdog.texi (Windows Keyboard): New section.
6099 (Windows Mouse): New section.
6100 (Windows System Menu): Remove section (text merged with "Windows
6101 Keyboard").
6102 (Windows Misc): New section.
6103
6104 * dired.texi (Dired Enter): Refer to msdog.texi for ls-lisp emulation.
6105
6106 * msdog.texi (ls in Lisp): New section.
6107
6108 * files.texi (Visiting): Document case-insensitive wildcard matching
6109 under find-file-wildcards.
6110
8cf51b2c
GM
61112006-06-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6112
6113 * macos.texi (Mac Input): Add description of mac-function-modifier.
6114 Now Unicode keyboard layouts work.
6115
8cf51b2c
GM
61162006-06-10 Richard Stallman <rms@gnu.org>
6117
6118 * mule.texi (Recognize Coding): Clarify previous change.
6119
61202006-06-09 Kenichi Handa <handa@m17n.org>
6121
6122 * mule.texi (Recognize Coding): Describe the convention of "CODING!"
6123 notation.
6124
61252006-06-07 Kevin Ryde <user42@zip.com.au>
6126
6127 * mule.texi (Coding Systems): Footnote xref "MS-DOS and MULE" in main
6128 manual for @ifnottex, but in emacs-extra for @iftex.
6129
6130 * cmdargs.texi (General Variables): Fix smtpmail xref.
6131
61322006-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
6133
8cf51b2c 6134 * programs.texi (Comment Commands):
8cf51b2c 6135 * custom.texi (Specifying File Variables):
49823426 6136 Use ;; instead of ;;; to better follow coding conventions.
8cf51b2c
GM
6137
61382006-06-07 Nick Roberts <nickrob@snap.net.nz>
6139
6140 * building.texi (Watch Expressions): Move node to end.
6141 (GDB Graphical Interface): Move description of clicks in fringe...
6142 (GDB commands in the Fringe): ...to here. New node.
6143
8cf51b2c
GM
61442006-06-05 Romain Francoise <romain@orebokech.com>
6145
49823426 6146 * xresmini.texi (GTK resources): Fix various typos.
8cf51b2c
GM
6147
61482006-06-05 Nick Roberts <nickrob@snap.net.nz>
6149
6150 * building.texi (GDB Graphical Interface): Update bindings.
6151 (Commands of GUD): Add gud-print. Remove gud-run.
6152 Restate availability more generally.
6153
f0131492 61542006-06-03 Teodor Zlatanov <tzz@lifelogs.com>
8cf51b2c
GM
6155
6156 * mini.texi: Lots of cleanups.
6157
61582006-06-01 Luc Teirlinck <teirllm@auburn.edu>
6159
6160 * misc.texi (Shell History Copying): Update descriptions of `C-c RET'
6161 and Mouse-2.
6162
c8763fb6 61632006-06-01 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
6164
6165 * screen.texi (Menu Bar): Change menu-bar-start to menu-bar-open.
6166
8cf51b2c
GM
61672006-05-31 Richard Stallman <rms@gnu.org>
6168
6169 * basic.texi (Moving Point): Fix previous change.
6170
c8763fb6 61712006-05-29 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
6172
6173 * screen.texi (Menu Bar): F10 for Gtk+/Lesstif/Lucid menus.
6174
f0131492 61752006-05-28 Teodor Zlatanov <tzz@lifelogs.com>
8cf51b2c
GM
6176
6177 * basic.texi: Many simplifications and improvements in wording.
6178
8cf51b2c
GM
61792006-05-26 Nick Roberts <nickrob@snap.net.nz>
6180
6181 * anti.texi (Antinews): Create a node for gdb-ui.
6182
8cf51b2c
GM
61832006-05-22 Reiner Steib <Reiner.Steib@gmx.de>
6184
6185 * frames.texi (Menu Bars, Tool Bars): Add index entries.
6186
61872006-05-20 Richard Stallman <rms@gnu.org>
6188
6189 * dired.texi (Dired Navigation): dired-goto-file is now j.
6190
8cf51b2c
GM
61912006-05-20 Eli Zaretskii <eliz@gnu.org>
6192
6193 * mule.texi (Coding Systems): Mention the undecided-* coding systems
6194 and their aliases.
6195
6196 * msdog.texi (Windows Printing): Mention non-support of plain text
6197 printing with some el-cheapo printers, and suggest a workaround.
6198
61992006-05-20 Kevin Ryde <user42@zip.com.au>
6200
6201 * text.texi (TeX Print): tex-dvi-view-command has a default value,
6202 remove the bit saying you must set it.
6203
62042006-05-19 Luc Teirlinck <teirllm@auburn.edu>
6205
6206 * trouble.texi (Checklist):
6207 * text.texi (Text, Auto Fill, Text Mode):
6208 * search.texi (Nonincremental Search):
6209 * rmail.texi (Rmail Labels):
6210 * mule.texi (Input Methods, Multibyte Conversion):
6211 * misc.texi (Gnus, Where to Look, PostScript):
6212 * maintaining.texi (Create Tags Table):
6213 * indent.texi (Indentation Commands):
6214 * fixit.texi (Spelling):
6215 * emacs.texi (Copying):
6216 * custom.texi (Init File): ifinfo -> ifnottex.
6217
8cf51b2c
GM
62182006-05-17 Richard Stallman <rms@gnu.org>
6219
6220 * files.texi (Diff Mode): Mention C-x `.
6221
62222006-05-08 Richard Stallman <rms@gnu.org>
6223
6224 * custom.texi (Disabling): Textual cleanups.
6225
8cf51b2c
GM
62262006-05-12 Glenn Morris <rgm@gnu.org>
6227
6228 * calendar.texi (Displaying the Diary, Format of Diary File):
6229 Refer to diary-view-entries, diary-list-entries,
6230 diary-show-all-entries rather than obsolete aliases.
6231
62322006-05-12 Eli Zaretskii <eliz@gnu.org>
6233
6234 * calendar.texi (Calendar/Diary, Holidays, Displaying the Diary)
6235 (Displaying the Diary, Special Diary Entries, Importing Diary):
6236 * building.texi (Compilation Shell):
6237 * buffers.texi (Several Buffers) [iftex]: Replace @xref's to
6238 emacs-xtra with @inforef's.
6239
6240 * files.texi (Visiting): Fix wording.
6241
6242 * mule.texi (Coding Systems, Text Coding): More indexing.
6243 Mention that C-x RET f can set eol conversion.
6244
c8763fb6 62452006-05-07 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
6246
6247 * xresmini.texi (GTK resources): Insert GTK description.
6248
6249 * xresources.texi (GTK resources): metafont should be menufont.
6250
8cf51b2c
GM
62512006-05-06 Michael Albinus <michael.albinus@gmx.de>
6252
49823426 6253 * mini.texi (Completion Options): Completion of remote files'
8cf51b2c
GM
6254 method, user name and host name is active only in partial
6255 completion mode.
6256
8cf51b2c
GM
62572006-05-06 Eli Zaretskii <eliz@gnu.org>
6258
6259 * makefile.w32-in (emacs.dvi):
6260 * Makefile.in (emacs.dvi): Add xresmini.texi.
6261
6262 * xresmini.texi (Table of Resources): Remove xref to non-existent
6263 node "LessTif Resources".
6264
6265 * msdog.texi (Microsoft Windows):
6266 * calendar.texi (Calendar/Diary, Displaying the Diary)
6267 (Special Diary Entries, Importing Diary, Holidays):
6268 * programs.texi (Program Modes):
6269 * text.texi (Text):
6270 * buffers.texi (Several Buffers):
6271 * files.texi (Comparing Files): Fix cross-references to emacs-xtra.
6272
62732006-05-06 Eli Zaretskii <eliz@gnu.org>
6274
6275 The following changes merge the emacs-xtra manual into the main
6276 manual, but only for on-line version of the manual.
6277
6278 * vc2-xtra.texi (Version Backups, Local Version Control)
6279 (Making Snapshots, Change Logs and VC, Version Headers)
6280 (Customizing VC, CVS Options) [ifnottex]: Conditional xref's for
6281 on-line manual.
6282
6283 * vc1-xtra.texi (VC Dired Mode) [ifnottex]: Conditional xref's
6284 for on-line manual.
6285
6286 * msdog-xtra.texi (MS-DOS, MS-DOS Keyboard, MS-DOS Mouse)
6287 (MS-DOS Display, MS-DOS File Names, MS-DOS Printing)
6288 (MS-DOS and MULE, MS-DOS Processes) [ifnottex]: Conditional xref's
6289 for on-line manual.
6290
6291 * fortran-xtra.texi (Fortran, Fortran Autofill)
6292 (Fortran Autofill, Fortran Abbrev) [ifnottex]: Conditional xref's
6293 for on-line manual.
6294
6295 * picture-xtra.texi (Basic Picture, Rectangles in Picture) [ifnottex]:
6296 Conditional xref's for on-line manual.
6297
6298 * emerge-xtra.texi (Emerge, Overview of Emerge)
6299 (Fine Points of Emerge) [ifnottex]: Conditional xref's for on-line
6300 manual.
6301
6302 * Makefile.in (INFO_TARGETS): Remove ../info/emacs-xtra.
6303 (EMACS_XTRA): New variable, lists the new *-xtra.texi files.
6304 (EMACSSOURCES): Use EMACS_XTRA.
6305 (../info/emacs-xtra): Remove.
6306 (emacs-xtra.dvi): Add EMACS_XTRA to prerequisites.
6307
6308 * makefile.w32-in (INFO_TARGETS): Remove $(infodir)/emacs-xtra.
6309 (EMACS_XTRA): New variable, lists the new *-xtra.texi files.
6310 (EMACSSOURCES): Use EMACS_XTRA.
6311 ($(infodir)/emacs-xtra): Remove.
6312 (emacs-xtra.dvi): Add EMACS_XTRA to prerequisites.
6313
6314 * trouble.texi (Quitting):
6315 * text.texi (Text):
6316 * programs.texi (Program Modes):
6317 * msdog.texi (Microsoft Windows):
6318 * frames.texi (Frames):
6319 * files.texi (Backup, Version Control, VC Concepts)
6320 (Types of Log File, Advanced C-x v v, Log Buffer, Old Versions)
6321 (Registering, VC Status, VC Undo, Multi-User Branching)
6322 (Comparing Files):
6323 * calendar.texi (Calendar/Diary, Holidays, Displaying the Diary)
6324 (Displaying the Diary, Special Diary Entries, Importing Diary):
6325 * buffers.texi (Several Buffers): Replace inforef to emacs-xtra by
6326 conditional xref's, depending on @iftex/@ifnottex.
6327
6328 * msdog.texi (Microsoft Windows) [ifnottex]: Add menu entry for
6329 "MS-DOS". @include msdog-xtra.texi.
6330
6331 * programs.texi (Programs) [ifnottex]: Add menu entry for "Fortran".
6332 <Top Level> [ifnottex]: @include fortran-xtra.texi.
6333
6334 * files.texi (Secondary VC Commands) [ifnottex]: Add menu entries
6335 for vc-xtra.texi subsections.
6336 (VC Undo) [ifnottex]: @include vc1-xtra.texi and @lowersections it.
6337 (Multi-User Branching) [ifnottex]: @include vc2-xtra.texi.
6338
6339 * sending.texi (Sending Mail): A @node line without explicit Prev,
6340 Next, and Up links.
6341
6342 * abbrevs.texi (Abbrevs): A @node line without explicit Prev,
6343 Next, and Up links.
6344
6345 * emacs.texi (Top) [ifnottex]: Add menu entries for "Picture Mode"
6346 and its sections. @include picture-xtra.texi.
6347
6348 * maintaining.texi (Maintaining) [ifnottex]: Add menu entry for
6349 "Emerge".
6350 (List Tags) [ifnottex]: @include emerge-xtra.texi.
6351
6352 * cal-xtra.texi (Daylight Savings): Remove this node: it is an
6353 exact duplicate of its name-sake in calendar.texi.
6354
6355 * calendar.texi (Calendar/Diary) [ifnottex]: Add menu item for
6356 "Advanced Calendar/Diary Usage".
6357 (Time Intervals) [ifnottex]: @include cal-xtra.texi.
6358
6359 * dired.texi (Subdirectories in Dired) [ifnottex]: @include
6360 dired-xtra.texi.
6361 (Dired) [ifnottex]: Add menu entry for "Subdir Switches".
6362
6363 * files.texi (Reverting) [ifnottex]: @include arevert-xtra.texi.
6364 (Files) [ifnottex]: Add menu entry for Autorevert.
6365
6366 * emacs-xtra.texi (Introduction): Reword to make consistent with
6367 printed version only.
6368 <Top level>: Remove the body of all chapters and move them to the
6369 new *-xtra.texi files. Use @raisesections and @lowersections to
6370 convert sections to chapters etc.
6371
6372 * msdog-xtra.texi:
6373 * fortran-xtra.texi:
6374 * vc-xtra.texi:
6375 * vc1-xtra.texi:
6376 * vc2-xtra.texi:
6377 * emerge-xtra.texi:
6378 * cal-xtra.texi:
6379 * dired-xtra.texi:
6380 * arevert-xtra.texi: New files, with text from respective chapters
6381 of emacs-xtra.texi. Convert each @chapter into @section, @section
6382 into @subsection, etc.
6383
1c6c854e 6384 * emacs-xtra.texi (MS-DOS): Rename from "MS-DOG". All references
8cf51b2c
GM
6385 updated.
6386
6387 * msdog.texi (Microsoft Windows): Rename from "Emacs and Microsoft
6388 Windows". All references updated.
6389
63902006-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6391
6392 * macos.texi (Mac Input): Mention input from Character Palette.
6393 (Mac Font Specs): Fix typo.
6394
63952006-05-05 Richard Stallman <rms@gnu.org>
6396
6397 * files.texi (Diff Mode): Minor cleanup.
6398
63992006-05-05 Karl Berry <karl@gnu.org>
6400
8cf51b2c
GM
6401 * emacs.texi: Call @fonttextsize 10, inside @tex to avoid
6402 errors from the current release of makeinfo (4.8).
6403 * help.texi (Library Keywords): Change widest word in multitable
6404 template from `emulations' to `convenience'. (Not sure if this is
6405 related to the font change.)
6406
64072006-05-05 Eli Zaretskii <eliz@gnu.org>
6408
6409 * files.texi (File Names): Add a footnote about limited support of
6410 ~USER on MS-Windows.
6411
6412 * cmdargs.texi (Initial Options): Add a footnote about limited
6413 support of ~USER on MS-Windows.
6414
64152006-05-03 Richard Stallman <rms@gnu.org>
6416
6417 * files.texi (Diff Mode): Node moved here.
6418 (Comparing Files): Delete what duplicates new node.
6419 (Files): Put Diff Mode in menu.
6420
1c6c854e 6421 * misc.texi (Diff Mode): Move to files.texi.
8cf51b2c
GM
6422
6423 * emacs.texi (Top): Update menu for Diff Mode.
6424
6425 * trouble.texi (Emergency Escape): Simplify.
6426
6427 * emacs.texi (Top): Minor clarification.
6428
64292006-05-03 Teodor Zlatanov <tzz@lifelogs.com>
6430
6431 * commands.texi, entering.texi, screen.texi: Many simplifications.
6432
64332006-05-03 Richard Stallman <rms@gnu.org>
6434
6435 * commands.texi (Text Characters): Delete paragraph about unibyte
6436 non-ASCII printing chars.
6437
6438 * killing.texi (Killing): Say "graphical displays".
6439 * display.texi: Say "graphical displays".
6440
6441 * cmdargs.texi (Misc X): Say "graphical displays".
6442
64432006-05-01 Richard Stallman <rms@gnu.org>
6444
6445 * emacs.texi (Top): Add Diff Mode to menu.
6446
64472006-05-01 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
6448
6449 * misc.texi (Diff Mode): New node.
6450
64512006-05-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6452
6453 * macos.texi (Mac International): Now Carbon Emacs has ATSUI support.
6454 (Mac Environment Variables): Shorten example line.
6455 (Mac Font Specs): Shorten lisp lines. Add descriptions for ATSUI.
6456
64572006-05-01 Nick Roberts <nickrob@snap.net.nz>
6458
6459 * building.texi (GUD Customization): Describe cases %d and %c.
6460 Update description for %e.
6461
64622006-04-30 Glenn Morris <rgm@gnu.org>
6463
6464 * calendar.texi (LaTeX Calendar): Mention cal-tex-preamble-extra.
6465
64662006-04-29 Dan Nicolaescu <dann@ics.uci.edu>
6467
6468 * custom.texi (Examining): Update C-h v output example.
6469
64702006-04-29 Kim F. Storm <storm@cua.dk>
6471
6472 * building.texi (Grep Searching): Add lgrep and rgrep.
6473
8cf51b2c
GM
64742006-04-23 Richard Stallman <rms@gnu.org>
6475
6476 * emacs.texi [TeX]: Use xresmini.texi instead of xresources.texi.
6477
6478 * xresmini.texi: New file.
6479
6480 * xresources.texi (Face Resources): Split table into font resources
6481 and the rest. Combine similar attributes for brevity.
6482
8cf51b2c
GM
64832006-04-21 Eli Zaretskii <eliz@gnu.org>
6484
6485 * emacs-xtra.texi (MS-DOS File Names): Remove section about
6486 backslashes and case-insensitivity in file names (moved to the
6487 main manual).
6488 (MS-DOS Printing): Move most of the text to the main manual.
6489
6490 * msdog.texi (Windows Files, Windows HOME, MS-Windows Printing):
6491 New nodes.
6492 (Windows Processes, Windows System Menu): Add index entries and
6493 fix wording.
6494
8cf51b2c
GM
64952006-04-18 J.D. Smith <jdsmith@as.arizona.edu>
6496
6497 * misc.texi (Shell Ring): Add notes on saved input when
6498 navigating off the end of the history list.
6499
65002006-04-18 Chong Yidong <cyd@mit.edu>
6501
6502 * misc.texi (Shell Options): Correct default value of
6503 comint-scroll-show-maximum-output.
6504
8cf51b2c
GM
65052006-04-18 Nick Roberts <nickrob@snap.net.nz>
6506
6507 * building.texi (Watch Expressions): Update.
6508
8cf51b2c
GM
65092006-04-12 Richard Stallman <rms@gnu.org>
6510
6511 * search.texi: Clean up previous change.
6512
65132006-04-12 Eli Zaretskii <eliz@gnu.org>
6514
6515 * search.texi (Regexp Backslash, Regexp Replace): Add index
6516 entries for ``back reference'' and mention the term itself in the
6517 text.
6518
65192006-04-11 Richard Stallman <rms@gnu.org>
6520
6521 * custom.texi (Safe File Variables):
6522 Document enable-local-variables = :safe.
6523
65242006-04-11 Karl Berry <karl@gnu.org>
6525
6526 * emacs-xtra.texi, emacs.texi (Dired under VC, VC Dired Commands)
6527 (Remote Repositories, Version Backups, Local Version Control)
6528 (Snapshots, Making and Using Snapshots, Snapshot Caveats)
6529 (Miscellaneous Commands and Features of VC, Change Logs and VC)
6530 (Renaming VC Work Files and Master Files)
6531 (Inserting Version Control Headers, Customizing VC, General Options)
6532 (Options for RCS and SCCS, Options specific for CVS): Move all
6533 these nodes to emacs-xtra.texi, for brevity.
6534 * cmdargs.texi, files.texi: Change cross-references.
6535
8cf51b2c
GM
65362006-04-11 J.D. Smith <jdsmith@as.arizona.edu>
6537
6538 * files.texi (Old Versions): Update description of vc-annotate's
6539 use of color to indicate date ranges.
6540
8cf51b2c
GM
65412006-04-09 Kevin Ryde <user42@zip.com.au>
6542
8cf51b2c
GM
6543 * sending.texi (Mail Sending): In send-mail-function @pxref smtpmail,
6544 put info and printed manual names the right way around.
6545
65462006-04-09 Karl Berry <karl@gnu.org>
6547
6548 * msdog.texi, emacs-xtra.texi: Move all the MS-DOS material to
6549 emacs-xtra.texi, leaving only MS Windows information.
6550 * building.texi, emacs.texi, frames.texi, gnu.texi, macos.texi,
6551 * msdog.texi, mule.texi, trouble.texi: Change cross-references and
6552 node names.
6553
6554 * emacs.texi: Move @summarycontents and @contents to the beginning
6555 of the file.
6556
8cf51b2c
GM
65572006-04-08 Kevin Ryde <user42@zip.com.au>
6558
6559 * text.texi (Fill Commands): fill-nobreak-predicate is now a hook.
6560
65612006-04-07 Richard Stallman <rms@gnu.org>
6562
6563 * programs.texi (Comments, Comment Commands, Options for Comments)
6564 (Multi-Line Comments): "Align", not "indent".
6565 (Basic Indent): C-j deletes trailing whitespace before the newline.
6566
65672006-04-06 Richard Stallman <rms@gnu.org>
6568
8cf51b2c
GM
6569 * programs.texi (Basic Indent): Clarify relationship of C-j to TAB.
6570
65712006-04-06 Eli Zaretskii <eliz@gnu.org>
6572
6573 * killing.texi (Rectangles): Add index entry for marking a rectangle.
6574
8cf51b2c
GM
65752006-04-05 Richard Stallman <rms@gnu.org>
6576
6577 * emacs.texi (Top): Update subnode menu.
6578
6579 * trouble.texi (Unasked-for Search): Node deleted.
6580 (Lossage): Delete from menu.
6581
65822006-04-04 Richard Stallman <rms@gnu.org>
6583
6584 * trouble.texi: Various cleanups.
6585 (Checklist): Don't bother saying how to snail a bug report.
6586 (Emergency Escape): Much rewriting.
6587 (After a Crash): Rename the core dump immediately.
6588 (Total Frustration): Call it a psychotherapist.
6589 (Bug Criteria): Avoid "illegal instruction".
6590 (Sending Patches): We always put the contributor's name in.
6591
6592 * misc.texi (Thumbnails): Minor correction.
6593
8cf51b2c
GM
65942006-04-03 Richard Stallman <rms@gnu.org>
6595
6596 * misc.texi (Thumbnails): Minor cleanup.
6597
65982006-04-02 Karl Berry <karl@gnu.org>
6599
6600 * sending.texi (Mail Sending): pxref to Top needs five args.
6601
6602 * texinfo.tex: Update to current version (2006-03-21.13).
6603
8cf51b2c
GM
66042006-03-31 Richard Stallman <rms@gnu.org>
6605
6606 * emacs.texi (Top): Update subnode menu.
6607
6608 * help.texi (Help Mode): Cleanup.
6609
6610 * dired.texi: Many cleanups.
6611 (Dired Deletion): Describe dired-recursive-deletes.
6612 (Operating on Files): dired-create-directory moved.
6613 (Misc Dired Features): Move to here.
6614 (Tumme): Node moved to misc.texi.
6615
6616 * custom.texi: Many cleanups.
6617 (Minor Modes): Don't mention ISO Accents Mode.
6618 (Examining): Update C-h v output example.
6619 (Hooks): Add index and xref for add-hook.
6620 (Locals): Delete list of vars that are always per-buffer. Rearrange.
6621 (Local Keymaps): Don't mention lisp-mode-map, c-mode-map.
6622
6623 * misc.texi: Many cleanups.
6624 (beginning): Add to summary of topics.
6625 (Shell): Put eshell xref at the end. Remove eshell from table.
6626 (Thumbnails): New node.
6627
8cf51b2c
GM
66282006-03-28 Eli Zaretskii <eliz@gnu.org>
6629
6630 * files.texi (File Name Cache): Make it clear that the cache is
6631 not persistent.
6632
8cf51b2c
GM
66332006-03-25 Karl Berry <karl@gnu.org>
6634
49823426
GM
6635 * emacs-xtra.texi, emacs.texi, gnu.texi:
6636 (1) use @copyright{} instead of (C) in typeset text;
8cf51b2c
GM
6637 (2) do not indent copyright year list (or anything else).
6638
8cf51b2c
GM
66392006-03-21 Juanma Barranquero <lekktu@gmail.com>
6640
6641 * files.texi (VC Dired Mode): Remove misplaced brackets.
6642
66432006-03-21 Andre Spiegel <spiegel@gnu.org>
6644
6645 * files.texi: Various updates and clarifications in the VC chapter.
6646
66472006-03-19 Luc Teirlinck <teirllm@auburn.edu>
6648
6649 * help.texi (Help Mode): Document "C-c C-c".
6650
8cf51b2c
GM
66512006-03-16 Luc Teirlinck <teirllm@auburn.edu>
6652
6653 * emacs-xtra.texi (Top): Avoid ugly continuation line in
6654 menu in the standalone Info reader.
6655
66562006-03-15 Chong Yidong <cyd@stupidchicken.com>
6657
6658 * emacs-xtra.texi (Emerge, Picture Mode, Fortran): New chapters,
6659 moved here from Emacs manual.
6660
6661 * programs.texi (Fortran): Section moved to emacs-xtra.
6662 (Program Modes): Xref to Fortran in emacs-xtra.
6663
6664 * maintaining.texi (Emerge): Move to emacs-xtra.
6665 * files.texi (Comparing Files): Xref to Emerge in emacs-xtra.
6666
6667 * picture.texi: File deleted.
6668 * Makefile.in:
6669 * makefile.w32-in: Remove picture.texi.
6670
6671 * text.texi (Text): Xref to Picture Mode in emacs-xtra.
6672 * abbrevs.texi (Abbrevs):
6673 * sending.texi (Sending Mail): Picture node removed.
6674
6675 * emacs.texi (Top): Update node listings.
6676
8cf51b2c
GM
66772006-03-12 Richard Stallman <rms@gnu.org>
6678
6679 * calendar.texi: Various cleanups.
6680
8cf51b2c
GM
66812006-03-11 Luc Teirlinck <teirllm@auburn.edu>
6682
6683 * search.texi (Regexps): Use @samp for regexp that is not in Lisp
6684 syntax.
6685
8cf51b2c
GM
66862006-03-08 Luc Teirlinck <teirllm@auburn.edu>
6687
6688 * search.texi (Regexps): More accurately describe which characters
6689 are special in which situations. Recommend _not_ to quote `]' or
6690 `-' when they are not special.
6691
8cf51b2c
GM
66922006-02-28 Andre Spiegel <spiegel@gnu.org>
6693
6694 * files.texi (Old Versions): Clarify operation of C-x v =.
6695
8cf51b2c
GM
66962006-02-21 Nick Roberts <nickrob@snap.net.nz>
6697
6698 * building.texi (Watch Expressions): Update and describe
6699 gdb-speedbar-auto-raise.
6700
67012006-02-19 Richard M. Stallman <rms@gnu.org>
6702
6703 * emacs.texi: Use @smallbook.
6704 (Top): Update ref to Emacs paper, delete ref to Cookbook.
6705 Update subnode menu.
6706
6707 * building.texi (Lisp Interaction): Minor addition.
6708
67092006-02-18 Nick Roberts <nickrob@snap.net.nz>
6710
6711 * building.texi (Watch Expressions): Update and be more precise.
6712
c8763fb6 67132006-02-15 Francesco Potortì <pot@gnu.org>
8cf51b2c
GM
6714
6715 * maintaining.texi (Create Tags Table): Explain why the
6716 exception when etags writes to files under the /dev tree.
6717
67182006-02-14 Richard M. Stallman <rms@gnu.org>
6719
6720 * custom.texi (Safe File Variables): Lots of clarification.
6721 Renamed from Unsafe File Variables.
6722
67232006-02-14 Chong Yidong <cyd@stupidchicken.com>
6724
6725 * custom.texi (Unsafe File Variables): File variable confirmation
6726 assumed denied in batch mode.
6727
67282006-02-14 Richard M. Stallman <rms@gnu.org>
6729
6730 * building.texi (GDB User Interface Layout): Don't say `inferior'
6731 for program being debugged.
6732
67332006-02-15 Nick Roberts <nickrob@snap.net.nz>
6734
6735 * building.texi (GDB Graphical Interface):
6736 Replace gdb-use-inferior-io-buffer with gdb-use-separate-io-buffer.
6737
67382006-02-13 Chong Yidong <cyd@stupidchicken.com>
6739
6740 * custom.texi (Specifying File Variables, Unsafe File Variables):
6741 New nodes, split from File Variables. Document new file local
6742 variable behavior.
6743
67442006-02-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6745
6746 * display.texi (Standard Faces):
8cf51b2c
GM
6747 * files.texi (Visiting):
6748 * frames.texi (Clipboard):
6749 * glossary.texi (Glossary) <Clipboard>:
6750 * xresources.texi (X Resources): Mention Mac OS port.
6751
8cf51b2c
GM
67522006-02-12 Richard M. Stallman <rms@gnu.org>
6753
6754 * building.texi (Building): Clarify topic in intro.
6755
6756 * maintaining.texi (Maintaining): Change title; clarify topic.
6757 Delete duplicate index entries.
6758
6759 * building.texi (Other GDB User Interface Buffers): Clarifications.
6760
6761 * text.texi (Cell Commands): Clarifications.
6762
6763 * programs.texi (Defuns): Delete duplicate explanation of
6764 left-margin paren convention.
6765 (Hungry Delete): Minor cleanup.
6766
67672006-02-11 Mathias Dahl <mathias.dahl@gmail.com>
6768
6769 * dired.texi (Tumme): More tumme documentation.
6770
67712006-02-11 Alan Mackenzie <acm@muc.de>
6772
6773 * programs.texi ("Hungry Delete"): Correct the appellation of the
6774 backspace and delete keys to @kbd{DEL} and @kbd{DELETE}.
6775
67762006-02-11 Mathias Dahl <mathias.dahl@gmail.com>
6777
6778 * dired.texi (Tumme): Fix small bug.
6779
67802006-02-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6781
6782 * macos.texi (Mac International): Rename "fontset-mac" to
6783 "fontset-standard".
6784
8cf51b2c
GM
67852006-02-09 Mathias Dahl <mathias.dah@gmail.com>
6786
6787 * dired.texi (Tumme): Basic documentation for Tumme added.
6788
8cf51b2c
GM
67892006-02-07 Luc Teirlinck <teirllm@auburn.edu>
6790
6791 * mule.texi (International):
6792 * programs.texi (Basic Indent): Fix typos.
6793
8cf51b2c
GM
6794 * custom.texi (Minor Modes):
6795 * display.texi (Text Display):
6796 * commands.texi (Text Characters): Update xrefs.
6797
67982006-02-07 Richard M. Stallman <rms@gnu.org>
6799
6800 * emacs.texi (Top): Update subnode menu.
6801 Update info on old Emacs papers.
6802 (Intro): "Graphical display", not window system.
6803
6804 * xresources.texi (GTK styles): Minor clarifications.
6805
6806 * trouble.texi: "Graphical display", not window system.
6807 (Stuck Recursive): Minor clarification.
6808
6809 * text.texi: Minor clarifications.
6810 (Sentences): Explain why two-space convention is better.
6811 Explain sentence-end-without-period here.
6812 (Fill Commands): Not here.
6813 (Refill): Node moved down.
6814 (Filling): Update menu.
6815 (Table Creation, Cell Justification, Column Commands): Clarify.
6816
6817 * sending.texi: Minor clarifications.
6818
6819 * search.texi (Regexp Backslash): Clarification.
6820
6821 * rmail.texi: Minor cleanups.
6822 (Rmail): Delete digression about `rmail-mode'.
6823 (Rmail Inbox): Delete false advice wrt rmail-primary-inbox-list.
6824 (Rmail Files): Mention C-u M-x rmail.
6825 (Rmail Reply): Mention References.
6826 (Rmail Display): Mention rmail-nonignored-headers.
6827
6828 * programs.texi: Minor cleanups.
6829 (Comment Commands): Mention momentary Transient Mark mode.
6830 (Matching): Be more specific about customizing show-paren-mode.
6831 (Info Lookup): Don't list the modes that support C-h S.
6832 Just say what it does in an unsupported mode.
6833 (Man Page): Delete excessive info on customizing woman.
6834 (Motion in C): Don't mention c-for/backward-into-nomenclature.
6835
6836 * abbrevs.texi: Minor clarifications.
6837 (Dabbrev Customization): Talk about "dynamic abbrev expansion",
6838 not "dynamic abbrevs" as if they were a kind of abbrev.
6839
6840 * picture.texi (Picture): Minor cleanup.
6841
6842 * mule.texi (Communication Coding): Say "other applications".
6843 (Fontsets): Not specific to X. Add xref to X Resources.
6844 (Unibyte Mode): Rename from Single-Byte Character Support.
6845 "Graphical display", not window system.
6846 (International): Update menu.
6847
6848 * maintaining.texi (Format of ChangeLog):
6849 New node, split out from ChangeLog.
6850 (ChangeLog): Clarifications in the remaining text.
6851 (Create Tags Table, Etags Regexps, Select Tags Table): Cleanups.
6852 (Find Tag): Add @w.
6853 (Tags Search): Explain tag table order here. Simplify grep ref.
6854 (List Tags): tags-tag-face is a variable, not a face.
6855 (Emerge): Cleanups.
6856
6857 * kmacro.texi (Keyboard Macro Counter): Rewrite for clarity.
6858 (Keyboard Macros): Avoid "the user".
6859
6860 * killing.texi: "Graphical display", not window system.
6861
6862 * help.texi (Help Echo): "Graphical display", not window system.
6863
6864 * glossary.texi: Say "you", not "the user". Say "graphical display".
6865
6866 * frames.texi: Minor cleanups. "Graphical display", not window system.
6867
6868 * files.texi (Visiting): Make drag-and-drop not X-specific.
6869
6870 * custom.texi: Minor cleanups. "Graphical display", not window system.
6871
6872 * cmdargs.texi: Minor cleanups.
6873
6874 * building.texi (Compilation): Move and split kill-compilation para.
6875 Add para about multiple compilers.
6876 (Compilation Mode): Commands also available in grep mode and others.
6877 Mention C-u C-x ` more tutorially. Clarify C-x `.
6878 (Compilation Shell): Clarify. Put Bash example first.
6879 (Grep Searching): Minor cleanups; add @w.
6880 (Debuggers): Minor cleanups.
6881 (Starting GUD): Make GDB xgraphical mode issue clearer.
6882 (Debugger Operation): Lots of clarifications including
6883 GDB tooltip side-effect issue.
6884 (Commands of GUD): Clarify.
6885 (GUD Customization): Add bashdb-mode-hook.
6886 (GDB Graphical Interface): Rewrite for clarity.
6887 (GDB User Interface Layout): Rewrite for clarity.
6888 (Stack Buffer, Watch Expressions): Likewise.
6889 (Other GDB User Interface Buffers): Cleanups.
6890 (Lisp Libraries, External Lisp): Cleanup.
6891
6892 * basic.texi (Position Info): "Graphical displays", rather than
6893 window systems.
6894
6895 * anti.texi: Minor cleanup.
6896
8cf51b2c
GM
68972006-02-03 Eli Zaretskii <eliz@gnu.org>
6898
6899 * custom.texi (Init File, Find Init): Add cross-references to
6900 where $HOME is described.
6901
69022006-02-01 Luc Teirlinck <teirllm@auburn.edu>
6903
6904 * frames.texi (Frame Parameters): Remove @item for S-Mouse-1; it
6905 is not inside the @table.
6906
6907 * emacs.texi (Top): Correct node name.
6908
6909 * files.texi (File Names): Fix @xref.
6910 (Reverting): Fix typo.
6911
6912 * mule.texi (International): Correct node name.
6913
6914 * kmacro.texi (Save Keyboard Macro): Add missing @kbd to @table.
6915
69162006-02-01 Richard M. Stallman <rms@gnu.org>
6917
6918 * emacs.texi (Top): Update subnode menu.
6919
6920 * mule.texi: Minor clarifications.
6921 Reduce the specific references to X Windows.
6922 Refer to "graphical" terminals, rather than window systems.
6923 (Text Coding): Rename from Specify Coding.
6924 (Communication Coding, File Name Coding, Terminal Coding):
6925 New nodes split out from Text Coding.
6926
6927 * kmacro.texi: Minor clarifications.
6928 (Keyboard Macro Ring): Comment out some excessive commands.
6929 (Basic Keyboard Macro): Split up the table, putting part in each node.
6930
6931 * major.texi: Minor clarifications.
6932
6933 * misc.texi (Single Shell, Interactive Shell): Fix xrefs.
6934
6935 * windows.texi: Minor clarifications.
6936 (Change Window): Don't describe mode-line mouse cmds here.
6937 Add xref to Mode Line Mouse.
6938
6939 * msdog.texi (Text and Binary, MS-DOS and MULE): Fix xrefs.
6940
6941 * macos.texi (Mac International): Fix xref.
6942
6943 * indent.texi: Minor clarifications.
6944
6945 * frames.texi: Minor clarifications.
6946 Reduce the specific references to X Windows.
6947 Refer to "graphical" terminals, rather than window systems.
6948 (Frame Parameters): Don't mention commands like
6949 set-foreground-color. Just say to customize a face.
6950 (Drag and Drop): Lisp-level stuff moved to Emacs Lisp manual.
6951
6952 * files.texi: Minor clarifications.
6953 (Numbered Backups): New node, split out from Backup Names.
6954
6955 * display.texi (Font Lock): C mode no longer depends on (-in-col-0.
6956
6957 * cmdargs.texi (General Variables): Fix xref.
6958
6959 * buffers.texi: Minor clarifications.
6960
8cf51b2c
GM
69612006-01-31 Richard M. Stallman <rms@gnu.org>
6962
6963 * display.texi (Scrolling, Horizontal Scrolling, Follow Mode):
6964 Nodes moved to top.
6965
6966 * display.texi: Minor clarifications.
6967 (Display): Rearrange menu.
6968 (Standard Faces): Mention query-replace face.
6969 (Faces): Simplify.
6970 (Font Lock): Simplify face customization info.
6971 (Highlight Changes): Node merged into Highlight Interactively.
6972 (Highlight Interactively): Much rewriting and cleanup.
6973 (Optional Mode Line): Narrowed line number not good for goto-line.
6974 Simplify face customization advice.
6975 (Text Display): Mention use of escape-glyph face.
6976 Move ctl-arrow and tab-width here.
6977 (Display Custom): Move no-redraw-on-reenter to end of node.
6978
6979 * search.texi: Minor clarifications.
6980 (Isearch Scroll): Simplify.
6981 (Other Repeating Search): Document multi-occur-in-matching-buffers.
6982
6983 * regs.texi (Registers): Mention bookmarks here.
6984
6985 * mark.texi: Minor clarifications.
6986 (Selective Undo): Node deleted.
6987
6988 * m-x.texi: Minor clarifications.
6989
6990 * killing.texi: Minor clarifications.
6991 Refer to "graphical" terminals, rather than window systems.
6992
6993 * help.texi: Clarifications.
6994 (Help): Don't describe C-h F and C-h K here.
6995 (Key Help): Describe C-h K here.
6996 (Name Help): Mention Emacs Lisp Intro.
6997 Describe C-h F here.
6998 (Misc Help): Mention C-h F and C-h K only briefly.
6999
7000 * fixit.texi (Undo): New node, mostly copied from basic.texi.
7001 Selective undo text merged in.
7002 (Spelling): Mention Aspell along with Ispell.
7003
7004 * emacs.texi (Top): Update subnode menus.
7005
7006 * basic.texi (Basic Undo): Rename from Undo. Most of text
7007 moved to new Undo node.
7008
8cf51b2c
GM
70092006-01-29 Chong Yidong <cyd@stupidchicken.com>
7010
7011 * basic.texi (Continuation Lines, Inserting Text):
7012 Mention longlines mode.
7013
70142006-01-29 Richard M. Stallman <rms@gnu.org>
7015
10d1d0af 7016 * screen.texi: Minor cleanups.
8cf51b2c
GM
7017 (Screen): Clean up the intro paragraphs.
7018 (Mode Line): Lots of rewriting. Handle frame-name better.
7019 eol-mnemonic-... vars moved out.
7020
7021 * emacs.texi (Top): Change menu item for MS-DOS node.
7022 Update subnode menu.
7023
7024 * msdog.texi (MS-DOS): Rewrite intro to explain how this
7025 chapter relates to Windows. Title changed.
7026
7027 * mini.texi: Minor cleanups.
7028
7029 * mark.texi (Selective Undo): New node, text moved from basic.texi.
7030 (Mark): Put it in the menu.
7031
7032 * entering.texi: Minor cleanups.
7033
7034 * emacs.texi (Top): Add xref to Mac chapter; explain Windows better.
7035 (Intro): Refer to "graphical" terminals, rather than X.
7036
7037 * display.texi (Display Custom): Add xref to Variables.
7038 (Optional Mode Line): eol-mnemonic-... vars moved here.
7039
7040 * commands.texi: Minor cleanups. Refer to "graphical" terminals,
7041 rather than X.
7042
8cf51b2c
GM
7043 * basic.texi: Minor cleanups.
7044 (Undo): selective-undo moved.
7045
8cf51b2c
GM
70462006-01-25 Luc Teirlinck <teirllm@auburn.edu>
7047
7048 * anti.texi (Antinews): Various corrections and additions.
7049
70502006-01-23 Juri Linkov <juri@jurta.org>
7051
7052 * custom.texi (Easy Customization, Customization Groups)
7053 (Browsing Custom): Mention links along with buttons.
7054
8cf51b2c
GM
70552006-01-21 Eli Zaretskii <eliz@gnu.org>
7056
8cf51b2c
GM
7057 * text.texi (TeX Print): Use @key for TAB.
7058
8cf51b2c
GM
7059 * kmacro.texi (Keyboard Macro Step-Edit): Use @key for TAB.
7060
8cf51b2c
GM
70612006-01-15 Sven Joachim <svenjoac@gmx.de> (tiny change)
7062
7063 * files.texi (File Aliases): Don't claim that usually separate
7064 buffers are created for two file names that name the same data.
7065 Mention additional situations where different names mean the same
7066 file on disk.
7067
70682006-01-19 Richard M. Stallman <rms@gnu.org>
7069
7070 * killing.texi (Deletion): Upcase @key argument.
7071
7072 * custom.texi (Custom Themes): Minor cleanup.
7073
7074 * programs.texi (Hungry Delete): Upcase @key argument.
7075
8cf51b2c
GM
70762006-01-16 Juri Linkov <juri@jurta.org>
7077
7078 * display.texi (Standard Faces): Add `mode-line-buffer-id'.
7079 Move `mode-line-highlight' before `mode-line-buffer-id'.
7080
8cf51b2c
GM
70812006-01-14 Richard M. Stallman <rms@gnu.org>
7082
7083 * basic.texi (Inserting Text): Minor cleanup.
7084
8cf51b2c
GM
70852006-01-11 Luc Teirlinck <teirllm@auburn.edu>
7086
7087 * custom.texi (Changing a Variable, Face Customization):
7088 Update for changes in Custom menus.
7089
8cf51b2c
GM
70902006-01-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7091
7092 * macos.texi (Mac International): Undo last change.
7093
8cf51b2c
GM
70942006-01-02 Chong Yidong <cyd@stupidchicken.com>
7095
7096 * custom.texi (Custom Themes): Describe the new
7097 customize-create-theme interface.
7098
70992005-12-30 Juri Linkov <juri@jurta.org>
7100
7101 * basic.texi (Position Info): Update example.
7102
c8763fb6 71032005-12-27 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
7104
7105 * frames.texi (Dialog Boxes): Add x-gtk-show-hidden-files.
7106
71072005-12-24 Chong Yidong <cyd@stupidchicken.com>
7108
7109 * custom.texi (Custom Themes): `load-theme' always loads.
7110
71112005-12-23 Juri Linkov <juri@jurta.org>
7112
7113 * display.texi (Highlight Interactively): Use double space to
7114 separate sentences. Replace C-p with M-p, and C-n with M-n.
7115
71162005-12-22 Richard M. Stallman <rms@gnu.org>
7117
7118 * custom.texi (Easy Customization and subnodes):
7119 Replace "active field" with "button".
7120 Use "user option" only for variables.
7121 Use "setting" for variable-or-face.
7122
71232005-12-22 Luc Teirlinck <teirllm@auburn.edu>
7124
7125 * buffers.texi (Select Buffer): Change order in table to make
7126 "Similar" refer to the correct item.
7127 (Indirect Buffers): Minor rewording.
7128
8cf51b2c
GM
71292005-12-20 Juri Linkov <juri@jurta.org>
7130
7131 * files.texi (VC Status): Put P and N near p and n.
7132
8cf51b2c
GM
71332005-12-19 Richard M. Stallman <rms@gnu.org>
7134
7135 * programs.texi (Electric C): Delete the info about newline control.
7136 (Other C Commands): Minor cleanup.
7137 (Left Margin Paren): Minor cleanup.
7138
71392005-12-19 Luc Teirlinck <teirllm@auburn.edu>
7140
7141 * custom.texi (Easy Customization): Add "Browsing Custom" to menu.
7142 (Customization Groups): Delete text moved to "Browsing Custom".
7143 (Browsing Custom): New node.
7144 (Specific Customization): Clarify which commands only work for
7145 loaded options.
7146
71472005-12-18 Bill Wohler <wohler@newt.com>
7148
7149 * frames.texi (Tool Bars): Shorten text of previous change.
7150
71512005-12-18 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
7152
7153 * files.texi (VC Status): Document log-view mode.
7154
71552005-12-18 Bill Wohler <wohler@newt.com>
7156
7157 * frames.texi (Tool Bars): Mention that you can turn off tool bars
7158 permanently via the customize interface.
7159
8cf51b2c
GM
71602005-12-16 Ralf Angeli <angeli@iwi.uni-sb.de>
7161
7162 * killing.texi (Killing by Lines): Document `kill-whole-line'
7163 function.
7164
c8763fb6 71652005-12-16 Lőrentey Károly <lorentey@elte.hu>
8cf51b2c
GM
7166
7167 * buffers.texi (Select Buffer): Change `prev-buffer' to
7168 `previous-buffer'. Indicate that these functions use a frame
7169 local buffer list.
7170
8cf51b2c
GM
71712005-12-12 Richard M. Stallman <rms@gnu.org>
7172
7173 * custom.texi (Easy Customization): Change menu comment.
7174 (Prefix Keymaps): Fix spelling of Control-X-prefix.
7175
7176 * help.texi (Apropos): Rewrite. Talk about "apropos patterns".
7177 (Help): Among the Apropos commands, describe only C-h a here.
7178
71792005-12-11 Richard M. Stallman <rms@gnu.org>
7180
7181 * programs.texi (Options for Comments): Comment-end starts with space.
7182
7183 * glossary.texi (Glossary): Minor cleanup.
7184
7185 * files.texi (Old Versions): Use @table.
7186
8cf51b2c
GM
71872005-12-10 David Koppelman <koppel@ece.lsu.edu>
7188
7189 * display.texi (Highlight Interactively): Include
7190 global-hi-lock-mode. Add miscellaneous details and elaborations.
7191
71922005-12-09 Richard M. Stallman <rms@gnu.org>
7193
7194 * display.texi (Font Lock): Delete the Global FL menu item.
7195
71962005-12-09 Luc Teirlinck <teirllm@auburn.edu>
7197
7198 * custom.texi (Minibuffer Maps): Mention the maps for file name
7199 completion.
7200
72012005-12-09 Kim F. Storm <storm@cua.dk>
7202
7203 * killing.texi (CUA Bindings): Describe how to use C-x and C-c as
10d1d0af 7204 prefix keys even when mark is active. Describe that RET moves
8cf51b2c
GM
7205 cursor to next corner in rectangle; clarify insert around rectangle.
7206
8cf51b2c
GM
72072005-12-08 Luc Teirlinck <teirllm@auburn.edu>
7208
7209 * custom.texi (Customization): Use xref to elisp manual for
7210 non-TeX output.
7211 (Minor Modes): Update.
7212 (Customization Groups, Changing a Variable, Face Customization):
7213 Update for new appearance of Custom buffers.
7214 (Changing a Variable): `custom-buffer-done-function' has been
7215 replaced by `custom-buffer-done-kill'.
7216 (Specific Customization): In the `customize-group' buffer, a
7217 subgroup's contents are not "hidden". They are not included at
7218 all. They have no [Show] button.
7219 (Mouse Buttons): Add pxref to description of mouse event lists in
7220 Elisp manual. Add `menu-bar' and `header-line' dummy prefix keys.
7221 (Find Init): Emacs now looks for ~/.emacs.d/init.el instead of
7222 ~/.emacs.d/.emacs, if it can not find ~/.emacs(.el).
7223
72242005-12-08 Richard M. Stallman <rms@gnu.org>
7225
7226 * mini.texi (Completion Commands, Completion):
7227 In file name input, SPC does not do completion.
7228
8cf51b2c
GM
72292005-12-08 Nick Roberts <nickrob@snap.net.nz>
7230
7231 * building.texi (GDB Graphical Interface): Explain screen size
7232 setting.
7233 (Other GDB User Interface Buffers): Describe features specific to
7234 GDB 6.4.
7235
8cf51b2c
GM
72362005-12-01 Nick Roberts <nickrob@snap.net.nz>
7237
7238 * building.texi (GDB User Interface Layout): Describe how to
7239 kill associated buffers.
7240 (Breakpoints Buffer): Use D instead of d for gdb-delete-breakpoint.
7241 (Watch Expressions): Be more precise.
7242 (Other GDB User Interface Buffers): Describe how to change a
7243 register value.
7244
8cf51b2c
GM
72452005-11-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7246
7247 * macos.texi (Mac Input): Remove description of
7248 mac-command-key-is-meta. Add descriptions of
7249 mac-control-modifier, mac-command-modifier, and
7250 mac-option-modifier.
7251 (Mac International): Fix description of conversion of clipboard data.
7252 (Mac Font Specs): Add example of font customization by face attributes.
7253
72542005-11-22 Nick Roberts <nickrob@snap.net.nz>
7255
7256 * building.texi (Watch Expressions): Expand description.
7257 (Other GDB User Interface Buffers): Describe local map for
7258 gud-watch.
7259
72602005-11-21 Chong Yidong <cyd@stupidchicken.com>
7261
7262 * display.texi (Font Lock): Font lock is enabled by default now.
7263
72642005-11-20 Juri Linkov <juri@jurta.org>
7265
7266 * basic.texi (Position Info): Update examples of the output.
7267 Remove the fact that examples are produced in the TeXinfo buffer,
7268 because in the Info reader users will get a different output from
7269 `C-x ='.
7270
7271 * building.texi (Compilation Mode): Remove paragraph duplicated
7272 from the node `Compilation'. Add `compilation-skip-threshold'.
7273
7274 * display.texi (Font Lock): Suggest more user-friendly method of
7275 finding all Font Lock faces (M-x customize-group RET font-lock-faces).
7276
72772005-11-18 Richard M. Stallman <rms@gnu.org>
7278
7279 * files.texi (Registering): Mention @@ in mode line.
7280
7281 * mini.texi (Minibuffer File): Clarify previous change. Add @findex.
7282
72832005-11-08 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
7284
7285 * files.texi (Renaming and VC): Some back-ends don't
7286 handle renaming.
7287
8cf51b2c
GM
72882005-11-17 Juri Linkov <juri@jurta.org>
7289
7290 * emacs.texi (Top):
7291 * display.texi (Highlight Interactively): Put this font-lock based
7292 mode near Font Lock node.
7293
72942005-11-16 Chong Yidong <cyd@stupidchicken.com>
7295
7296 * ack.texi (Acknowledgments): Acknowledge Andrew Zhilin for Emacs
7297 icons.
7298
72992005-11-12 Kim F. Storm <storm@cua.dk>
7300
7301 * help.texi (Help): Fix C-h a entry. Add C-h d entry.
7302 (Help Summary): Add C-h d and C-h e.
7303 (Apropos): Clarify that all apropos commands may search for either
7304 list of words or a regexp. Add C-h d for apropos-documentation.
7305 Describe apropos-documentation-sort-by-scores user option.
7306
8cf51b2c
GM
73072005-11-09 Luc Teirlinck <teirllm@auburn.edu>
7308
7309 * killing.texi (CUA Bindings): Add @section.
7310
73112005-11-10 Kim F. Storm <storm@cua.dk>
7312
7313 * emacs.texi (Top): Add CUA Bindings entry to menu.
7314
7315 * killing.texi (CUA Bindings): New node. Moved here from
7316 misc.texi and extended with info on rectangle commands and
7317 rectangle highlighting, interface to registers, and the global
7318 mark feature.
7319
7320 * misc.texi (Emulation): Move CUA bindings item to killing.texi.
7321
7322 * regs.texi: Prev link points to CUA Bindings node.
7323
73242005-11-07 Luc Teirlinck <teirllm@auburn.edu>
7325
7326 * help.texi (Help Echo): By default, help echos are only shown on
7327 mouse-over, not on point-over.
7328
c8763fb6 73292005-11-04 Jérôme Marant <jerome@marant.org>
8cf51b2c
GM
7330
7331 * misc.texi (Shell Mode): Describe how to activate password echoing.
7332
8cf51b2c
GM
73332005-11-04 Romain Francoise <romain@orebokech.com>
7334
7335 * mark.texi (Mark Ring): Fix typo.
7336
73372005-11-03 Richard M. Stallman <rms@gnu.org>
7338
7339 * mark.texi (Mark Ring): Mention set-mark-command-repeat-pop.
7340
73412005-11-01 Bill Wohler <wohler@newt.com>
7342
7343 * help.texi (Help Mode): Fix typo.
7344
73452005-11-01 Nick Roberts <nickrob@snap.net.nz>
7346
1c6c854e
CS
7347 * building.texi (Other GDB User Interface Buffers):
7348 Describe the command gdb-use-inferior-io-buffer.
8cf51b2c
GM
7349
73502005-10-31 Romain Francoise <romain@orebokech.com>
7351
7352 * files.texi (Compressed Files): Fix typo.
7353
7354 * buffers.texi (Misc Buffer): Downcase `*shell*'.
7355
7356 * windows.texi (Force Same Window): Likewise.
7357
73582005-10-30 Bill Wohler <wohler@newt.com>
7359
7360 * help.texi (Help Mode): URLs viewed with browse-url.
7361
73622005-10-31 Nick Roberts <nickrob@snap.net.nz>
7363
7364 * building.texi (GDB Graphical Interface): Don't reference
7365 gdb-mouse-set-clear-breakpoint. Explain gdb-mouse-until
7366 must stay in same frame.
7367
73682005-10-29 Chong Yidong <cyd@stupidchicken.com>
7369
7370 * custom.texi (Init File): Document ~/.emacs.d/init.el.
7371
7372 * anti.texi (Antinews): Likewise.
7373
8cf51b2c
GM
73742005-10-28 Bill Wohler <wohler@newt.com>
7375
7376 * help.texi (Help): Help mode now creates hyperlinks for URLs.
7377
73782005-10-28 Richard M. Stallman <rms@gnu.org>
7379
7380 * files.texi (Visiting): Explain how to enter ? in a file name.
7381
7382 * trouble.texi (Memory Full): Mention !MEM FULL! in mode line.
7383
8cf51b2c
GM
73842005-10-25 Nick Roberts <nickrob@snap.net.nz>
7385
1c6c854e
CS
7386 * building.texi (GDB Graphical Interface):
7387 Describe gdb-mouse-until.
8cf51b2c
GM
7388
73892005-10-23 Richard M. Stallman <rms@gnu.org>
7390
7391 * custom.texi (Init File): Recommend when to use site-start.el.
7392
8cf51b2c
GM
73932005-10-21 Juri Linkov <juri@jurta.org>
7394
7395 * custom.texi (Examining): Mention accessing the old variable
7396 value via M-n in set-variable.
7397
8cf51b2c
GM
73982005-10-18 Romain Francoise <romain@orebokech.com>
7399
7400 * files.texi (Version Systems): Capitalize GNU.
7401
8cf51b2c
GM
74022005-10-18 Nick Roberts <nickrob@snap.net.nz>
7403
7404 * building.texi (Compilation Mode): Remove redundant paragraph.
7405 (Watch Expressions): Remove paragraph to reflect code change.
7406
8cf51b2c
GM
74072005-10-16 Richard M. Stallman <rms@gnu.org>
7408
7409 * building.texi (Compilation Mode, Compilation): Clarified.
7410
74112005-10-15 Richard M. Stallman <rms@gnu.org>
7412
7413 * misc.texi (Saving Emacs Sessions): Mention savehist library.
7414
8cf51b2c
GM
74152005-10-13 Kenichi Handa <handa@m17n.org>
7416
7417 * basic.texi (Position Info): Fix previous change.
7418
c8763fb6 74192005-10-12 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
7420
7421 * cmdargs.texi (Icons X): Fix typo.
7422
74232005-10-12 Kenichi Handa <handa@m17n.org>
7424
7425 * basic.texi (Position Info): Describe the case that Emacs shows
7426 "part of display ...".
7427
c8763fb6 74282005-10-10 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
7429
7430 * cmdargs.texi (Icons X): -nb => -nbi.
7431
74322005-10-10 Chong Yidong <cyd@stupidchicken.com>
7433
7434 * frames.texi (Speedbar): A couple more clarifications.
7435
74362005-10-11 Nick Roberts <nickrob@snap.net.nz>
7437
7438 * building.texi (GDB User Interface Layout): Improve diagram.
7439 (Watch Expressions): Explain how to make speedbar global.
7440 (Other GDB User Interface Buffers): Make references more precise.
7441
8cf51b2c
GM
74422005-10-09 Richard M. Stallman <rms@gnu.org>
7443
7444 * frames.texi (Speedbar): Clarify the text.
7445
74462005-10-09 Chong Yidong <cyd@stupidchicken.com>
7447
7448 * frames.texi (Speedbar): Add information on keybindings,
7449 dismissing the speedbar, and buffer display mode. Link to
7450 speedbar manual.
7451
c8763fb6 74522005-10-09 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c 7453
1c6c854e 7454 * cmdargs.texi (Icons X): Remove options -i, -itype, --icon-type,
8cf51b2c
GM
7455 added -nb, --no-bitmap-icon.
7456
8cf51b2c
GM
74572005-10-07 Nick Roberts <nickrob@snap.net.nz>
7458
7459 * building.texi (GDB Graphical Interface): Add variables and
7460 functions to indices. Be more precise.
7461
c8763fb6 74622005-10-03 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
7463
7464 * frames.texi (Drag and Drop): Remove the x- from
7465 x-dnd-open-file-other-window and xdnd-protocol-alist.
7466
74672005-09-30 Romain Francoise <romain@orebokech.com>
7468
7469 * mini.texi (Minibuffer): The default value now appears before the
7470 colon in minibuffer prompts.
7471
8cf51b2c
GM
74722005-09-25 Richard M. Stallman <rms@gnu.org>
7473
7474 * search.texi (Regexp Search): Doc search-whitespace-regexp.
7475
8cf51b2c
GM
74762005-09-20 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
7477
7478 * text.texi (Paragraphs): Correction about Paragraph-Indent Text mode.
7479
8cf51b2c
GM
74802005-09-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7481
7482 * emacs.texi (Top): Update submenus from macos.texi.
7483
7484 * macos.texi: Change `Mac OS 8 or 9' to `Mac OS Classic'.
7485 (Mac OS): Update feature support status.
7486 (Mac Input): List supported input scripts. Remove description
7487 about `mac-keyboard-text-encoding'. Mention mouse button
7488 emulation and related variables.
7489 (Mac International): Mention Central European and Cyrillic
7490 support. Now `keyboard-coding-system' is dynamically changed.
1c6c854e
CS
7491 Add description about coding system for selection.
7492 Add description about language environment.
7493 (Mac Environment Variables):
7494 Mention `~/.MacOSX/environment.plist'. Give example of command line
8cf51b2c
GM
7495 arguments. Add Preferences support.
7496 (Mac Directories): Explicitly state that this node is for Mac OS
7497 Classic only.
1c6c854e
CS
7498 (Mac Font Specs): Mention specification for scalable fonts.
7499 List supported charsets. Add preferred way of creating fontsets.
7500 Add description about `mac-allow-anti-aliasing'.
8cf51b2c
GM
7501 (Mac Functions): Add descriptions about `mac-set-file-creator',
7502 `mac-get-file-creator', `mac-set-file-type', `mac-get-file-type',
7503 and `mac-get-preference'.
7504
8cf51b2c
GM
75052005-09-16 Romain Francoise <romain@orebokech.com>
7506
7507 Update all files to specify GFDL version 1.2.
7508
7509 * doclicense.texi (GNU Free Documentation License): Update to
7510 version 1.2.
7511
75122005-09-15 Richard M. Stallman <rms@gnu.org>
7513
7514 * buffers.texi (List Buffers): Fix xref.
7515
7516 * rmail.texi (Rmail Basics): Fix xref.
7517
7518 * emacs.texi (Top): Update subnode menus.
7519
7520 * files.texi (Saving Commands): New node, broken out of Saving.
7521 (Customize Save): New node, broken out of Saving.
7522 Clarify effect of write-region-inhibit-fsync.
7523 (Misc File Ops): Say write-region-inhibit-fsync affects write-region.
7524
8cf51b2c
GM
75252005-09-14 Romain Francoise <romain@orebokech.com>
7526
7527 * files.texi (Saving): Mention write-region-inhibit-fsync.
7528
75292005-09-05 Chong Yidong <cyd@stupidchicken.com>
7530
7531 * custom.texi (Custom Themes): New node.
7532
75332005-09-03 Richard M. Stallman <rms@gnu.org>
7534
49823426
GM
7535 * search.texi (Search Case): Mention vars that control
7536 case-fold-search for various operations.
8cf51b2c
GM
7537
75382005-08-22 Juri Linkov <juri@jurta.org>
7539
7540 * display.texi (Standard Faces): Merge the text from
7541 `(elisp)Standard Faces' into this node.
7542
75432005-08-18 Luc Teirlinck <teirllm@auburn.edu>
7544
7545 * emacs.texi (Top): Delete menu item for deleted node
7546 Keyboard Translations.
7547
75482005-08-18 Richard M. Stallman <rms@gnu.org>
7549
8cf51b2c
GM
7550 * trouble.texi (Unasked-for Search):
7551 Delete xref to Keyboard Translations.
7552
7553 * glossary.texi (Glossary): Delete xref.
7554
8cf51b2c
GM
7555 * custom.texi (Minor Modes): Say that the list here is not complete.
7556 (Keyboard Translations): Node deleted.
7557 (Disabling): Delete xref to it.
7558 (Customization Groups): Fix Custom buffer example.
7559 (Hooks): Mention remove-hooks.
7560
75612005-08-17 Luc Teirlinck <teirllm@auburn.edu>
7562
7563 * building.texi (GDB Graphical Interface): Improve filling of menu
7564 item.
7565
75662005-08-18 Nick Roberts <nickrob@snap.net.nz>
7567
7568 * building.texi (GDB Graphical Interface): Use better node names.
7569
75702005-08-14 Richard M. Stallman <rms@gnu.org>
7571
7572 * text.texi (Sentences): Fix xref.
7573
75742005-08-14 Juri Linkov <juri@jurta.org>
7575
7576 * building.texi (Compilation, Grep Searching): Move grep command
7577 headings from `Compilation' to `Grep Searching'.
7578
7579 * dired.texi (Dired and Find):
7580 * maintaining.texi (Tags Search): Replace grep xref to
7581 `Compilation' node with `Grep Searching'.
7582
7583 * files.texi (Comparing Files): Replace xref to `Compilation' with
7584 `Compilation Mode'.
7585
75862005-08-13 Alan Mackenzie <acm@muc.de>
7587
7588 * search.texi (Non-ASCII Isearch): Correct a typo.
7589 (Replacement Commands): Mention query-replace key binding.
7590
75912005-08-11 Richard M. Stallman <rms@gnu.org>
7592
7593 * programs.texi (Options for Comments): Fix xref.
7594
7595 * search.texi (Regexp Backslash, Regexp Example): New nodes split
7596 out of Regexps.
7597
8cf51b2c
GM
75982005-08-09 Juri Linkov <juri@jurta.org>
7599
7600 * building.texi (Compilation): Use `itemx' instead of `item'.
7601 (Grep Searching): Simplify phrase.
7602
7603 * display.texi (Standard Faces): Describe vertical-border on
7604 window systems.
7605
7606 * windows.texi (Split Window): Simplify phrase and mention
7607 vertical-border face.
7608
76092005-08-09 Richard M. Stallman <rms@gnu.org>
7610
7611 * files.texi (Comparing Files): Clarify compare-windows.
7612
7613 * calendar.texi (Scroll Calendar): Document < and > in calendar.
7614
8cf51b2c
GM
76152005-08-06 Eli Zaretskii <eliz@gnu.org>
7616
7617 * mule.texi (Coding Systems): Rephrase the paragraph about
7618 codepages: no need for "M-x codepage-setup" anymore, except on
7619 MS-DOS.
7620
7621 * msdog.texi (MS-DOS and MULE): Clarify that this section is for
7622 the MS-DOS port only.
7623
76242005-07-30 Eli Zaretskii <eliz@gnu.org>
7625
7626 * makefile.w32-in (info): Don't run multi-install-info.bat.
7627 ($(infodir)/dir): New target, produced by running
7628 multi-install-info.bat.
7629
8cf51b2c
GM
76302005-07-22 Eli Zaretskii <eliz@gnu.org>
7631
7632 * files.texi (Quoted File Names): Add index entry.
7633
8cf51b2c
GM
76342005-07-19 Juri Linkov <juri@jurta.org>
7635
7636 * files.texi (Comparing Files): Mention resync for `compare-windows'.
7637
76382005-07-18 Juri Linkov <juri@jurta.org>
7639
8cf51b2c
GM
7640 * custom.texi (Easy Customization):
7641 * files.texi (Old Versions):
7642 * frames.texi (Wheeled Mice):
7643 * mule.texi (Specify Coding):
8cf51b2c
GM
7644 * text.texi (Cell Justification):
7645 * trouble.texi (After a Crash):
8cf51b2c
GM
7646 * xresources.texi (GTK styles):
7647 Delete duplicate duplicate words.
7648
76492005-07-17 Richard M. Stallman <rms@gnu.org>
7650
7651 * frames.texi (Creating Frames): Fix foreground color example.
7652
7653 * custom.texi (Init Examples): Clean up text about conditionals.
7654
76552005-07-16 Richard M. Stallman <rms@gnu.org>
7656
7657 * mini.texi (Completion Commands): Fix command name for ?.
7658
8cf51b2c
GM
76592005-07-16 Eli Zaretskii <eliz@gnu.org>
7660
7661 * display.texi (Standard Faces): Explain that customization of
1c6c854e
CS
7662 `menu' face has no effect on w32 and with GTK.
7663 Add cross-references.
8cf51b2c
GM
7664
7665 * cmdargs.texi (General Variables): Clarify the default location
7666 of $HOME on w32 systems.
7667
76682005-07-15 Jason Rumney <jasonr@gnu.org>
7669
7670 * cmdargs.texi (General Variables): Default HOME on MS Windows has
7671 changed.
7672
76732005-07-08 Kenichi Handa <handa@m17n.org>
7674
1c6c854e
CS
7675 * mule.texi (Recognize Coding):
7676 Recommend revert-buffer-with-coding-system instead of revert-buffer.
8cf51b2c
GM
7677
76782005-07-07 Richard M. Stallman <rms@gnu.org>
7679
7680 * anti.texi (Antinews): Mention mode-line-inverse-video.
7681
7682 * files.texi (Saving): Minor correction about C-x C-w.
7683
7684 * display.texi (Display Custom): Don't mention mode-line-inverse-video.
7685
76862005-07-07 Luc Teirlinck <teirllm@auburn.edu>
7687
7688 * search.texi (Isearch Scroll): Add example of using the
7689 `isearch-scroll' property.
7690 (Slow Isearch): Reference anchor for `baud-rate' instead of entire
7691 `Display Custom' node.
7692 (Regexp Replace): Put text that requires Emacs Lisp knowledge last
7693 and de-emphasize it.
7694 (Other Repeating Search): `occur' currently can not correctly
7695 handle multiline matches. Correct, clarify and update description
7696 of `flush-lines' and `keep-lines'.
7697
7698 * display.texi (Display Custom): Add anchor for `baud-rate'.
7699
77002005-07-07 Richard M. Stallman <rms@gnu.org>
7701
7702 * gnu.texi: Update where to get GNU status; add refs for how to help.
7703 Add footnotes 6 and 7.
7704
77052005-07-04 Lute Kamstra <lute@gnu.org>
7706
7707 Update FSF's address in GPL notices.
7708
8cf51b2c 7709 * doclicense.texi (GNU Free Documentation License):
8cf51b2c
GM
7710 * trouble.texi (Checklist): Update FSF's address.
7711
8cf51b2c
GM
77122005-06-24 Richard M. Stallman <rms@gnu.org>
7713
7714 * display.texi (Text Display): Change index entries.
7715
77162005-06-24 Eli Zaretskii <eliz@gnu.org>
7717
7718 * makefile.w32-in (MAKEINFO): Use --force.
7719 (INFO_TARGETS, DVI_TARGETS): Make identical to the lists in
7720 Makefile.in.
8cf51b2c
GM
7721
77222005-06-23 Richard M. Stallman <rms@gnu.org>
7723
1c6c854e 7724 * anti.texi (Antinews): Rename show-nonbreak-escape to
8cf51b2c
GM
7725 nobreak-char-display.
7726
7727 * emacs.texi (Top): Update detailed node listing.
7728
1c6c854e 7729 * display.texi (Text Display): Rename show-nonbreak-escape
8cf51b2c
GM
7730 to nobreak-char-display and no-break-space to nobreak-space.
7731 (Standard Faces): Split up the list of standard faces
7732 and put it in a separate node. Add nobreak-space and
7733 escape-glyph.
7734
8cf51b2c
GM
77352005-06-23 Lute Kamstra <lute@gnu.org>
7736
7737 * mule.texi (Select Input Method): Fix typo.
7738
77392005-06-23 Kenichi Handa <handa@m17n.org>
7740
1c6c854e
CS
7741 * mule.texi (International): List all supported scripts.
7742 Adjust text for that leim is now included in the normal Emacs
8cf51b2c
GM
7743 distribution.
7744 (Language Environments): List all language environments.
7745 Intlfonts contains fonts for most supported scripts, not all..
7746 (Select Input Method): Refer to C-u C-x = to see how to type to
10d1d0af 7747 input a specific character.
8cf51b2c
GM
7748 (Recognize Coding): Fix typo, china-iso-8bit -> chinese-iso-8bit.
7749
77502005-06-23 Juanma Barranquero <lekktu@gmail.com>
7751
49823426 7752 * building.texi (Grep Searching): Texinfo usage fix.
8cf51b2c
GM
7753
77542005-06-22 Miles Bader <miles@gnu.org>
7755
7756 * display.texi (Faces): Change `vertical-divider' to `vertical-border'.
7757
77582005-06-20 Miles Bader <miles@gnu.org>
7759
7760 * display.texi (Faces): Add `vertical-divider'.
7761
77622005-06-17 Richard M. Stallman <rms@gnu.org>
7763
7764 * text.texi (Adaptive Fill): Minor clarification.
7765
8cf51b2c
GM
77662005-06-10 Lute Kamstra <lute@gnu.org>
7767
7768 * emacs.texi (Top): Correct version number.
7769 * anti.texi (Antinews): Correct version number. Use EMACSVER to
7770 refer to the current version of Emacs.
7771
77722005-06-08 Luc Teirlinck <teirllm@auburn.edu>
7773
7774 * files.texi (Log Buffer): Document when there can be more than
7775 one file to be committed.
7776
77772005-06-08 Juri Linkov <juri@jurta.org>
7778
7779 * display.texi (Faces): Add `shadow' face.
7780
77812005-06-07 Masatake YAMATO <jet@gyve.org>
7782
7783 * display.texi (Faces): Write about mode-line-highlight.
7784
77852005-06-06 Richard M. Stallman <rms@gnu.org>
7786
7787 * misc.texi (Printing Package): Explain how to initialize
7788 printing package.
7789
7790 * cmdargs.texi (Action Arguments): Clarify directory default for -l.
7791
77922005-06-05 Chong Yidong <cyd@stupidchicken.com>
7793
7794 * emacs.texi: Rename Hardcopy to Printing.
7795 Make PostScript and PostScript Variables subnodes of it.
7796
7797 * misc.texi (Printing): Rename node from Hardcopy.
7798 Mention menu bar options.
7799 Move PostScript and PostScript Variables to submenu.
7800 (Printing package): New node.
7801
7802 * mark.texi (Using Region): Change Hardcopy xref to Printing.
7803
7804 * dired.texi (Operating on Files): Likewise.
7805
7806 * calendar.texi (Displaying the Diary): Likewise.
7807
7808 * msdog.texi (MS-DOS Printing, MS-DOS Processes): Likewise.
7809
7810 * glossary.texi (Glossary): Likewise.
7811
7812 * frames.texi (Mode Line Mouse): Mention mode-line-highlight
7813 effect.
7814
78152005-06-04 Richard M. Stallman <rms@gnu.org>
7816
7817 * trouble.texi (After a Crash): Polish previous change.
7818
8cf51b2c
GM
78192005-05-30 Noah Friedman <friedman@splode.com>
7820
7821 * trouble.texi (After a Crash): Mention emacs-buffer.gdb as a
7822 recovery mechanism.
7823
8cf51b2c
GM
78242005-05-28 Nick Roberts <nickrob@snap.net.nz>
7825
7826 * building.texi (Other Buffers): SPC toggles display of
7827 floating point registers.
7828
8cf51b2c
GM
78292005-05-27 Nick Roberts <nickrob@snap.net.nz>
7830
7831 * files.texi (Log Buffer): Merge in description of Log Edit
7832 mode from pcl-cvs.texi.
7833
78342005-05-26 Richard M. Stallman <rms@gnu.org>
7835
7836 * building.texi (Lisp Eval): C-M-x with arg runs Edebug.
7837
8cf51b2c
GM
78382005-05-24 Luc Teirlinck <teirllm@auburn.edu>
7839
7840 * fixit.texi (Spelling): Delete confusing sentence; flyspell is
7841 not enabled by default.
7842 When not on a word, `ispell-word' by default checks the word
7843 before point.
7844
78452005-05-24 Nick Roberts <nickrob@snap.net.nz>
7846
7847 * building.texi (Debugger Operation): Simplify last sentence.
7848
78492005-05-23 Lute Kamstra <lute@gnu.org>
7850
7851 * emacs.texi: Update FSF's address throughout.
7852 (Preface): Use @cite.
7853 (Distrib): Add cross reference to the node "Copying". Mention the
7854 FDL. Don't refer to etc/{FTP,ORDERS}. Mention the sale of
7855 printed manuals.
7856 (Intro): Use @xref for the Emacs Lisp Intro.
7857
8cf51b2c
GM
78582005-05-18 Luc Teirlinck <teirllm@auburn.edu>
7859
7860 * buffers.texi (Select Buffer): Document `C-u M-g M-g'.
7861
7862 * basic.texi (Moving Point): Mention default for `goto-line'.
7863
7864 * programs.texi (Lisp Doc): Eldoc mode shows only the first line
7865 of a variable's docstring.
7866
78672005-05-18 Lute Kamstra <lute@gnu.org>
7868
7869 * maintaining.texi (Overview of Emerge): Add cross reference.
7870 Remove duplication.
7871
7872 * emacs.texi (Top): Update to the current structure of the manual.
7873 * misc.texi (Emacs Server): Add menu description.
7874 * files.texi (Saving): Fix menu.
7875 * custom.texi (Customization): Fix menu.
7876 * mule.texi (International): Fix menu.
7877 * kmacro.texi (Keyboard Macros): Fix menu.
7878
78792005-05-16 Luc Teirlinck <teirllm@auburn.edu>
7880
7881 * display.texi: Various minor changes.
7882 (Faces): Delete text that is repeated in the next section.
7883
78842005-05-16 Nick Roberts <nickrob@snap.net.nz>
7885
7886 * building.texi (Debugger Operation): Mention GUD tooltips are
7887 disabled with GDB in text command mode.
7888
8cf51b2c
GM
78892005-05-16 Nick Roberts <nickrob@snap.net.nz>
7890
7891 * building.texi: Replace toolbar with "tool bar" for consistency.
7892 (Compilation Mode): Describe compilation-context-lines
7893 and use of arrow in compilation buffer.
7894 (Debugger Operation): Replace help text with variable's value.
7895
7896 * frames.texi (Tooltips): Replace toolbar with "tool bar" for
7897 consistency.
7898
78992005-05-15 Luc Teirlinck <teirllm@auburn.edu>
7900
7901 * major.texi (Choosing Modes): normal-mode processes the -*- line.
7902 Add xref.
7903
8cf51b2c
GM
79042005-05-14 Luc Teirlinck <teirllm@auburn.edu>
7905
7906 * basic.texi (Moving Point): Mention `M-g g' binding for `goto-line'.
7907 (Position Info): Delete discussion of `goto-line'. It is already
7908 described in `Moving point'.
7909
7910 * mini.texi (Completion Commands): Correct reference.
7911 (Completion Options): Fix typo.
7912
7913 * killing.texi (Deletion): Complete description of `C-x C-o'.
7914
8cf51b2c
GM
79152005-05-10 Richard M. Stallman <rms@gnu.org>
7916
7917 * building.texi (Compilation): Clarify recompile's directory choice.
7918
7919 * frames.texi (Tooltips): Cleanups.
7920
7921 * basic.texi (Arguments): Fix punctuation.
7922
79232005-05-09 Luc Teirlinck <teirllm@auburn.edu>
7924
7925 * screen.texi (Menu Bar): The up and down (not left and right)
7926 arrow keys move through a keyboard menu.
7927
79282005-05-08 Luc Teirlinck <teirllm@auburn.edu>
7929
7930 * basic.texi: Various typo and grammar fixes.
7931 (Moving Point): C-a now runs move-beginning-of-line.
7932
79332005-05-08 Nick Roberts <nickrob@snap.net.nz>
7934
7935 * building.texi (Debugger Operation): Describe gud-tooltip-echo-area.
7936
7937 * frames.texi (Tooltips): Describe help tooltips and GUD tooltips
7938 as different animals.
7939
79402005-05-07 Luc Teirlinck <teirllm@auburn.edu>
7941
7942 * frames.texi (Mouse References): Clarify `mouse-1-click-follows-link'.
7943 Correct index entry.
7944
79452005-05-07 Nick Roberts <nickrob@snap.net.nz>
7946
7947 * building.texi (Debugger Operation): Update to reflect changes
7948 in GUD tooltips.
7949
79502005-04-30 Richard M. Stallman <rms@gnu.org>
7951
7952 * files.texi (Compressed Files): Auto Compression normally enabled.
7953
7954 * building.texi (Debugger Operation): Clarify previous change.
7955
8cf51b2c
GM
79562005-04-28 Nick Roberts <nickrob@snap.net.nz>
7957
7958 * building.texi (Debugger Operation): Add description for
7959 GUD tooltips when program is not running.
7960
79612005-04-26 Luc Teirlinck <teirllm@auburn.edu>
7962
7963 * misc.texi (Shell): Add `Shell Prompts' to menu.
7964 (Shell Mode): Add xref to `Shell Prompts'. Clarify `C-c C-u'
7965 description. Delete remarks moved to new node.
7966 (Shell Prompts): New node.
7967 (History References): Replace remarks moved to `Shell Prompts'
7968 with xref to that node.
7969 (Remote Host): Clarify how to specify the terminal type when
7970 logging in to a different machine.
7971
79722005-04-26 Richard M. Stallman <rms@gnu.org>
7973
7974 * emacs.texi (Top): Update submenus from files.texi.
7975
7976 * files.texi (Filesets): Clarify previous change.
7977
7978 * dired.texi (Misc Dired Features): Clarify previous change.
7979
79802005-04-25 Chong Yidong <cyd@stupidchicken.com>
7981
7982 * ack.texi (Acknowledgments): Delete info about iso-acc.el.
7983
1c6c854e
CS
7984 * dired.texi (Misc Dired Features):
7985 Document dired-compare-directories.
8cf51b2c
GM
7986
7987 * files.texi (Filesets): New node.
7988 (File Conveniences): Document Image mode.
7989
7990 * text.texi (TeX Print): Document tex-compile.
7991
79922005-04-25 Luc Teirlinck <teirllm@auburn.edu>
7993
7994 * frames.texi (Tooltips): Tooltip mode is enabled by default.
7995 Delete redundant reference to tooltip Custom group. It is
7996 referred too again in the next paragraph.
7997
79982005-04-24 Richard M. Stallman <rms@gnu.org>
7999
8000 * ack.texi: Delete info about lazy-lock.el and fast-lock.el.
8001
8cf51b2c
GM
80022005-04-19 Kim F. Storm <storm@cua.dk>
8003
8004 * building.texi (Compilation Mode): Add M-g M-n and M-g M-p bindings.
8005
80062005-04-18 Lars Hansen <larsh@math.ku.dk>
8007
8008 * misc.texi (Saving Emacs Sessions): Add that "--no-desktop" now
8009 turns off desktop-save-mode.
8010
80112005-04-17 Luc Teirlinck <teirllm@auburn.edu>
8012
8013 * frames.texi (XTerm Mouse): Xterm Mouse mode is no longer enabled
8014 by default in terminals compatible with xterm. Mention that
8015 xterm-mouse-mode is a minor mode and put in pxref to Minor Modes
8016 node.
8017
8cf51b2c
GM
80182005-04-12 Luc Teirlinck <teirllm@auburn.edu>
8019
8020 * frames.texi (XTerm Mouse): Xterm Mouse mode is now enabled by default.
8021
c8763fb6 80222005-04-12 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
8023
8024 * xresources.texi (Table of Resources): Add cursorBlink.
8025
80262005-04-11 Luc Teirlinck <teirllm@auburn.edu>
8027
8028 * rmail.texi (Rmail Summary Edit): Explain numeric arguments to
8029 `d', `C-d' and `u'.
8030
80312005-04-11 Richard M. Stallman <rms@gnu.org>
8032
8033 * cmdargs.texi (Initial Options): -Q is now --quick, and does less.
8034 (Misc X): Add -D, --basic-display.
8035
8036 * maintaining.texi (Change Log): Correct the description of
8037 the example.
8038
8039 * major.texi (Choosing Modes): Document magic-mode-alist.
8040
8cf51b2c
GM
80412005-04-10 Luc Teirlinck <teirllm@auburn.edu>
8042
8043 * rmail.texi (Rmail Basics): Clarify description of `q' and `b'.
8044 (Rmail Deletion): `C-d' in RMAIL buffer does not accept a numeric arg.
8045 (Rmail Inbox): Give full name of `rmail-primary-inbox-list'.
8046 (Rmail Output): Clarify which statements apply to `o', `C-o' and
8047 `w', respectively.
8048 (Rmail Labels): Mention `l'.
8049 (Rmail Attributes): Correct pxref. Mention `stored' attribute.
8050 (Rmail Summary Edit): Describe `j' and RET.
8051
c8763fb6 80522005-04-10 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
8053
8054 * xresources.texi (Lucid Resources): Add fontSet resource.
8055
8cf51b2c
GM
80562005-04-09 Luc Teirlinck <teirllm@auburn.edu>
8057
8058 * display.texi (Useless Whitespace): `indicate-unused-lines' is
8059 now called `indicate-empty-lines'.
8060
80612005-04-06 Kim F. Storm <storm@cua.dk>
8062
8063 * cmdargs.texi (Initial Options): Add --bare-bones alias for -Q.
8064
80652005-04-04 Luc Teirlinck <teirllm@auburn.edu>
8066
8067 * dired.texi (Dired Visiting): `dired-view-command-alist' has been
8068 deleted.
8069 (Marks vs Flags): Add some convenient key bindings.
8070 (Hiding Subdirectories): Delete redundant and inaccurate sentence.
8071 (Misc Dired Features): Correct and expand description of `w' command.
8072
8073 * frames.texi (XTerm Mouse): Delete apparently false info.
8074 The GNU/Linux console currently does not appear to support
8075 `xterm-mouse-mode'.
8076
8cf51b2c
GM
80772005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
8078
8079 * calendar.texi (Diary): Mention shell utility `calendar'.
8080
80812005-04-01 Richard M. Stallman <rms@gnu.org>
8082
8083 * cmdargs.texi (Misc X): Explain horizontal scroll bars don't exist.
8084
8cf51b2c
GM
80852005-04-01 Lute Kamstra <lute@gnu.org>
8086
8087 * maintaining.texi (Change Log): add-change-log-entry uses
8088 add-log-mailing-address.
8089
80902005-03-31 Luc Teirlinck <teirllm@auburn.edu>
8091
8092 * files.texi (Reverting): Move `auto-revert-check-vc-info' to
8093 `VC Mode Line' and put in an xref to that node.
8094 (VC Mode Line): Move `auto-revert-check-vc-info' here and clarify
8095 its description.
8096
80972005-03-31 Paul Eggert <eggert@cs.ucla.edu>
8098
8099 * calendar.texi (Calendar Systems): Say that the Persian calendar
8100 implemented here is the arithmetical one championed by Birashk.
8101
81022005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
8103
8104 * programs.texi (Fortran Motion): Fix previous change.
8105
8cf51b2c
GM
81062005-03-29 Richard M. Stallman <rms@gnu.org>
8107
8108 * mule.texi (Single-Byte Character Support): Reinstall the C-x 8 info.
8109
81102005-03-29 Chong Yidong <cyd@stupidchicken.com>
8111
8112 * text.texi (Refill): Refer to Long Lines Mode.
8113 (Longlines): New node.
8114 (Auto Fill): Don't index "word wrap" here.
8115 (Filling): Add Longlines to menu.
8116
81172005-03-29 Richard M. Stallman <rms@gnu.org>
8118
8119 * xresources.texi: Minor fixes.
8120
8121 * misc.texi (Emacs Server): Fix Texinfo usage.
8122
8123 * emacs.texi (Top): Don't use a real section heading for
8124 "Detailed Node Listing". Fake it instead.
8125
8126 * basic.texi (Position Info): Minor cleanup.
8127
8128 * mule.texi (Input Methods): Minor cleanup.
8129
81302005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
8131
8132 * programs.texi (ForIndent Vars): `fortran-if-indent' does other
8133 constructs as well.
8134 (Fortran Motion): Add fortran-end-of-block, fortran-beginning-of-block.
8135
81362005-03-29 Kenichi Handa <handa@m17n.org>
8137
8138 * mule.texi (Input Methods): Refer to the command C-u C-x =.
8139
8140 * basic.texi (Position Info): Update the description about the
8141 command C-u C-x =.
8142
81432005-03-28 Richard M. Stallman <rms@gnu.org>
8144
8145 * emacs.texi (Top): Use @section for the detailed node listing.
8146
8147 * calendar.texi: Minor fixes to previous change.
8148
8149 * programs.texi (Fortran): Small fixes to previous changes.
8150
8151 * emacs.texi (Top): Update list of subnodes of Dired.
8152 Likewise for building.texi.
8153
8154 * files.texi (File Conveniences): Delete Auto Image File mode.
8155
81562005-03-28 Chong Yidong <cyd@stupidchicken.com>
8157
8158 * building.texi (Flymake): New node.
8159
8160 * custom.texi (Function Keys): Document kp- event types and
8161 keypad-setup package.
8162
8163 * dired.texi (Wdired): New node.
8164
8165 * files.texi (File Conveniences): Reorder entries.
8166 Explain how to turn on Auto-image-file mode.
8167 Document Thumbs mode.
8168
8169 * mule.texi (Specify Coding): Document recode-region and
8170 recode-file-name.
8171
8172 * programs.texi (Program Modes): Add Conf mode and DNS mode.
8173
81742005-03-27 Luc Teirlinck <teirllm@auburn.edu>
8175
8176 * commands.texi (Keys): M-o is now a prefix key.
8177
81782005-03-27 Glenn Morris <gmorris@ast.cam.ac.uk>
8179
8180 * programs.texi: Reformat and update copyright years.
8181 (Fortran): Update section.
8182
81832005-03-26 Luc Teirlinck <teirllm@auburn.edu>
8184
8185 * files.texi: Several small changes in addition to:
8186 (Visiting): Change xref for Dialog Boxes to ref.
8187 (Version Headers): Replace references to obsolete var
8188 `vc-header-alist' with `vc-BACKEND-header'.
8189 (Customizing VC): Update value of `vc-handled-backends'.
8190
81912005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
8192
8193 * emacs-xtra.texi (Advanced Calendar/Diary Usage): New section;
8194 move here from Emacs Lisp Reference Manual.
8195 * calendar.texi (Calendar/Diary, Diary Commands)
8196 (Special Diary Entries, Importing Diary): Change some xrefs to
8197 point to emacs-xtra rather than elisp.
8198
8199 * emacs-xtra.texi (Calendar Customizing):
8200 Move view-diary-entries-initially, view-calendar-holidays-initially,
8201 mark-diary-entries-in-calendar, mark-holidays-in-calendar to main
8202 Emacs Manual.
8203 (Appt Customizing): Merge entire section into main Emacs Manual.
8204 * calendar.texi (Holidays): Move view-calendar-holidays-initially,
8205 mark-holidays-in-calendar here from emacs-xtra.
8206 (Displaying the Diary): Move view-diary-entries-initially,
8207 mark-diary-entries-in-calendar here from emacs-xtra.
8208 (Appointments): Move appt-display-mode-line,
8209 appt-display-duration, appt-disp-window-function,
8210 appt-delete-window-function here from emacs-xtra.
8211
8212 * calendar.texi: Update and reformat copyright.
8213 Change all @xrefs to the non-printing emacs-xtra to @inforefs.
8214 (Calendar/Diary): Menu now only on Mouse-3, not C-Mouse-3.
8215 (Diary): Refer to `diary-file' rather than ~/diary.
8216 (Diary Commands): Rename node to "Displaying the Diary".
8217 * emacs.texi (Top): Rename "Diary Commands" section.
8218 * misc.texi (Hardcopy): Rename "Diary Commands" xref.
8219
82202005-03-26 Eli Zaretskii <eliz@gnu.org>
8221
8222 * misc.texi (Emacs Server): Fix the command for setting
8223 server-name. Add an xref to Invoking emacsclient.
8224
8225 * help.texi (Help Summary): Clarify when "C-h ." will do something
8226 nontrivial.
8227 (Apropos): Add cindex entry for apropos-sort-by-scores.
8228
8229 * display.texi (Text Display): Add index entries for how no-break
8230 characters are displayed.
8231
8cf51b2c
GM
82322005-03-26 Eli Zaretskii <eliz@gnu.org>
8233
8234 * files.texi (Visiting): Fix cross-references introduced with the
8235 last change.
8236
8237 * xresources.texi (GTK resources): Fix last change.
8238
8cf51b2c
GM
82392005-03-25 Chong Yidong <cyd@stupidchicken.com>
8240
8241 * xresources.texi (X Resources): GTK options documented too.
8242 (Resources): Clarify meaning of program name.
8243 (Table of Resources): Add visualClass.
8244 (GTK resources): Rewrite.
8245 (GTK widget names, GTK Names in Emacs, GTK styles): Cleanups.
8246
8247 * display.texi (Text Display): Mention non-breaking spaces.
8248
8249 * files.texi (Reverting): Document auto-revert-check-vc-info.
8250
8251 * frames.texi (Mouse Commands): Document
8252 x-mouse-click-focus-ignore-position and mouse-drag-copy-region.
8253
8254 * help.texi (Help Summary): Add `C-h .'.
8255 (Apropos): Apropos accepts a list of search terms.
8256 Document apropos-sort-by-scores.
8257 (Help Echo): Document display-local-help.
8258
8259 * misc.texi (Emacs Server): Document server-name.
8260 (Invoking emacsclient): Document -s option for server names.
8261
8262 * text.texi (Outline Visibility): Introduce "current heading
8263 line" (commands can be called with point on a body line).
8264 Re-order table to follow the sequence of discussion.
8265 hide-body won't hide lines before first header line.
8266 (TeX Mode): Add DocTeX mode.
8267
8cf51b2c
GM
82682005-03-24 Richard M. Stallman <rms@gnu.org>
8269
8270 * mule.texi (Single-Byte Character Support): Delete mention
8271 of iso-acc.el and iso-transl.el.
8272
8cf51b2c
GM
82732005-03-23 Lute Kamstra <lute@gnu.org>
8274
8275 * search.texi (Non-ASCII Isearch): Rename from Non-Ascii Isearch.
8276
82772005-03-23 Richard M. Stallman <rms@gnu.org>
8278
8cf51b2c
GM
8279 * search.texi: Delete explicit node pointers.
8280 (Incremental Search): New menu.
8281 (Basic Isearch, Repeat Isearch, Error in Isearch)
8282 (Non-Ascii Isearch, Isearch Yank, Highlight Isearch, Isearch Scroll)
8283 (Slow Isearch): New subnodes.
8284 (Configuring Scrolling): Node deleted.
8285 (Search Case): Doc default-case-fold-search.
8286 (Regexp Replace): Move replace-regexp doc here.
8287
8288 * rmail.texi (Movemail): Put commas inside closequotes.
8289
8290 * picture.texi (Insert in Picture): Document C-c arrow combos.
8291 (Basic Picture): Clarify erasure.
8292
8293 * display.texi (Font Lock): Put commas inside closequotes.
8294
8295 * cmdargs.texi (General Variables): Put commas inside closequotes.
8296
82972005-03-23 Nick Roberts <nickrob@snap.net.nz>
8298
8299 * building.texi (Stack Buffer): Mention reverse contrast for
8300 *selected* frame (might not be current frame).
8301
8cf51b2c
GM
83022005-03-21 Richard M. Stallman <rms@gnu.org>
8303
8304 * building.texi (Starting GUD): Add bashdb.
8305
83062005-03-20 Chong Yidong <cyd@stupidchicken.com>
8307
8308 * basic.texi (Moving Point): Add M-g M-g binding.
8309 (Undo): Document undo-only.
8310 (Position Info): Document M-g M-g and C-u M-g M-g.
8311
8312 * building.texi (Building): Put Grep Searching after Compilation
8313 Shell.
8314 (Compilation Mode): Document M-n, M-p, M-}, M-{, and C-c C-f bindings.
8315 Document next-error-highlight.
8316 (Grep Searching): Document grep-highlight-matches.
8317 (Lisp Eval): Typing C-x C-e twice prints integers specially.
8318
8319 * calendar.texi (Importing Diary): Rename node from iCalendar.
8320 Document diary-from-outlook.
8321
8322 * dired.texi (Misc Dired Features): Rename node from Misc Dired
8323 Commands.
8324 Mention effect of X drag and drop on Dired buffers.
8325
8326 * files.texi (Visiting): Document large-file-warning-threshold.
8327 Move paragraph on file-selection dialog.
8328 Mention visiting files using X drag and drop.
8329 (Reverting): Mention using Auto-Revert mode to tail files.
8330 Document auto-revert-tail-mode.
8331 (Version Systems): Minor correction.
8332 (Comparing Files): Diff-mode is no longer based on Compilation
8333 mode.
8334 Document compare-ignore-whitespace.
8335 (Misc File Ops): Explain passing a directory to rename-file.
8336 Likewise for copy-file and make-symbolic-link.
8337
8338 * frames.texi (Wheeled Mice): Mouse wheel support on by default.
8339 Document mouse-wheel-progressive speed.
8340
8341 * help.texi (Misc Help): Document numeric argument for C-h i.
8342 Correctly explain the effect of just C-u as argument.
8343
8344 * killing.texi (Deletion): Document numeric argument for
8345 just-one-space.
8346
8347 * mini.texi (Completion): Completion acts on text before point.
8348
8349 * misc.texi (Saving Emacs Sessions): Document desktop-restore-eager.
8350 (Emulation): CUA mode replaces pc-bindings-mode,
8351 pc-selection-mode, and s-region.
8352
8353 * mule.texi (Input Methods): Leim is now built-in.
8354 (Select Input Method): Document quail-show-key.
8355 (Specify Coding): Document revert-buffer-with-coding-system.
8356
8357 * programs.texi (Fortran Motion): Document f90-next-statement,
8358 f90-previous-statement, f90-next-block, f90-previous-block,
8359 f90-end-of-block, and f90-beginning-of-block.
8360
8361 * text.texi (Format Faces): Replace old M-g key prefix with M-o.
8362
8363 * emacs.texi (Acknowledgments): Updated.
8364
8365 * anti.texi: Total rewrite.
8366
8cf51b2c
GM
83672005-03-19 Chong Yidong <cyd@stupidchicken.com>
8368
8369 * ack.texi (Acknowledgments): Update.
8370
83712005-03-19 Eli Zaretskii <eliz@gnu.org>
8372
1c6c854e
CS
8373 * anti.texi (Antinews): Refer to Emacs 21.4, not 21.3.
8374 Update copyright years.
8cf51b2c
GM
8375
83762005-03-14 Nick Roberts <nickrob@snap.net.nz>
8377
8378 * building.texi (Commands of GUD): Move paragraph on setting
8379 breakpoints with mouse to the GDB Graphical Interface node.
8380
83812005-03-07 Richard M. Stallman <rms@gnu.org>
8382
8cf51b2c
GM
8383 * misc.texi (Single Shell, Shell Options): Fix previous change.
8384
8385 * building.texi (Debugger Operation): Update GUD tooltip enable info.
8386
83872005-03-06 Richard M. Stallman <rms@gnu.org>
8388
8389 * building.texi (Starting GUD): Don't explain text vs graphical
8390 GDB here. Just mention it and xref.
8391 Delete "just one debugger process".
8392 (Debugger Operation): Move GUD tooltip info here.
8393 (GUD Tooltips): Node deleted.
8394 (GDB Graphical Interface): Explain the two GDB modes here.
8395
8cf51b2c
GM
8396 * sending.texi (Sending Mail): Minor cleanup.
8397 (Mail Aliases): Explain quoting conventions.
8398 Update key rebinding example.
8399 (Header Editing): C-M-i is like M-TAB.
8400 (Mail Mode Misc): mail-attach-file does not do MIME.
8401
8402 * rmail.texi (Rmail Inbox): Move text from Remote Mailboxes
8403 that really belongs here.
8404 (Remote Mailboxes): Text moved to Rmail Inbox.
8405 (Rmail Display): Mention Mouse-1.
8406 (Movemail): Clarify two movemail versions.
8407 Clarify rmail-movemail-program.
8408
8cf51b2c
GM
8409 * misc.texi (Single Shell): Replace uudecode example with gpg example.
8410 Document async shell commands.
8411 (Shell History): Clarify.
8412 (Shell Ring): Mention C-UP an C-DOWN.
8413 (Shell Options): Add comint-prompt-read-only.
8414 (Invoking emacsclient): Set EDITOR to run Emacs.
8415 (Sorting): No need to explain what region is.
8416 (Saving Emacs Sessions): Fix typo.
8417 (Recursive Edit): Fix punctuation.
8418 (Emulation): Don't mention "PC bindings" which are standard.
8419 (Hyperlinking): Explain Mouse-1 convention here.
8420 (Find Func): Node deleted.
8421
8cf51b2c
GM
8422 * help.texi (Name Help): Xref to Hyperlinking.
8423
8424 * glossary.texi (Glossary):
8425 Rename "Balance Parentheses" to "Balancing...".
8426 Add "Byte Compilation". Correct "Copyleft".
8427 New xref in "Customization".
8428 Clarify "Current Line", "Echoing", "Fringe", "Frame", "Speedbar".
8429 Add "Graphical Terminal" "Keybinding", "Margin", "Window System".
8430 Rename "Registers" to "Register".
8431 Replace "Selecting" with "Selected Frame",
8432 "Selected Window", and "Selecting a Buffer".
8433
8434 * files.texi (Types of Log File): Explain how projects'
8435 methods can vary.
8436
8cf51b2c
GM
8437 * display.texi (Faces): Delete "Emacs 21".
8438
8439 * custom.texi (Changing a Variable): C-M-i like M-TAB.
8440 * fixit.texi (Spelling): C-M-i like M-TAB.
8441 * mini.texi (Completion Options): C-M-i like M-TAB.
8442 * programs.texi (Symbol Completion): C-M-i like M-TAB.
8443 * text.texi (Text Mode): C-M-i like M-TAB.
8444
8445 * commands.texi (Keys): Mention F1 and F2 in list of prefixes.
8446
8447 * calendar.texi (Specified Dates): Mention `g w'.
8448 (Appointments): appt-activate toggles with no arg.
8449
8cf51b2c
GM
84502005-03-05 Juri Linkov <juri@jurta.org>
8451
8452 * cmdargs.texi (Emacs Invocation): Add cindex
c4cc8b9a 8453 "invocation (command line arguments)".
8cf51b2c
GM
8454 (Misc X): Add -nbc, --no-blinking-cursor.
8455
84562005-03-04 Ulf Jasper <ulf.jasper@web.de>
8457
8458 * calendar.texi (iCalendar): No need to require it now.
8459
8cf51b2c
GM
84602005-03-03 Nick Roberts <nickrob@snap.net.nz>
8461
8462 * trouble.texi (Contributing): Mention Savannah. Direct users to
8463 emacs-devel.
8464
84652005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
8466
8467 * calendar.texi (Adding to Diary): Mention redrawing of calendar
8468 window.
8469
8cf51b2c
GM
84702005-02-27 Richard M. Stallman <rms@gnu.org>
8471
8472 * building.texi (Compilation): Update mode line status info.
8473
84742005-02-27 Matt Hodges <MPHodges@member.fsf.org>
8475
8476 * calendar.texi (General Calendar): Document binding of
8477 scroll-other-window-down.
8478 (Mayan Calendar): Fix earliest date.
8479 (Time Intervals): Document timeclock-change.
8480 Fix timeclock-ask-before-exiting documentation.
8481
84822005-02-26 Kim F. Storm <storm@cua.dk>
8483
8484 * frames.texi (Mouse References):
8485 Add mouse-1-click-in-non-selected-windows.
8486
84872005-02-25 Richard M. Stallman <rms@gnu.org>
8488
8489 * screen.texi (Screen): Explain better about cursors and mode lines;
8490 don't presuppose text terminals.
8491 (Point): Don't assume just one cursor.
8492 Clarify explanation of cursors.
8493 (Echo Area, Menu Bar): Cleanups.
8494
8495 * mini.texi (Minibuffer): Prompts are highlighted.
8496 (Minibuffer Edit): Newline = C-j only on text terminals.
8497 Clarify resize-mini-windows values.
8498 Mention M-PAGEUP and M-PAGEDOWN.
8499 (Completion Commands): Mouse-1 like Mouse-2.
8500 (Minibuffer History): Explain history commands better.
8501 (Repetition): Add xref to Incremental Search.
8502
8503 * mark.texi (Setting Mark): Clarify info about displaying mark.
8504 Clarify explanation of C-@ and C-SPC.
8505 (Transient Mark): Mention Delete Selection mode.
8506 (Marking Objects): Clean up text about extending the region.
8507
8508 * m-x.texi (M-x): One C-g doesn't always go to top level.
8509 No delay before suggest-key-bindings output.
8510
8511 * fixit.texi (Fixit): Mention C-/ for undo.
8512 (Spelling): Mention ESC TAB like M-TAB.
8513 Replacement words with r and R are rechecked.
8514 Say where C-g leaves point. Mention ? as input.
8515
85162005-02-23 Lute Kamstra <lute@gnu.org>
8517
8518 * cmdargs.texi (Initial Options): Add cross reference.
8519
8cf51b2c
GM
85202005-02-16 Luc Teirlinck <teirllm@auburn.edu>
8521
8522 * emacs.texi (Top): Update menu for splitting of node in
8523 msdog.texi.
8524 * frames.texi (Frames): Update xref for splitting of node in
8525 msdog.texi.
8526 * trouble.texi (Quitting): Ditto.
8527
85282005-02-16 Richard M. Stallman <rms@gnu.org>
8529
8530 * windows.texi (Split Window): Simplify line truncation info
8531 and xref to Display Custom.
8532
8533 * trouble.texi (Quitting): Emergency escape only for text terminal.
8534 (Screen Garbled): C-l for ungarbling is only for text terminal.
8535
8536 * text.texi (Text Mode): ESC TAB alternative for M-TAB.
8537
8538 * sending.texi (Header Editing): ESC TAB alternative for M-TAB.
8539
8540 * programs.texi (Program Modes): Mention Python mode.
8541 (Moving by Defuns): Repeating C-M-h extends region.
8542 (Basic Indent): Clarify.
8543 (Custom C Indent): Clarify.
8544 (Expressions): Repeating C-M-@ extends region.
8545 (Info Lookup): Clarify for C-h S.
8546 (Symbol Completion): ESC TAB alternative for M-TAB.
8547 (Electric C): Clarify.
8548
8549 * emacs.texi (Top): Update display.texi and frames.texi submenu data.
8550
8551 * msdog.texi (MS-DOS Keyboard, MS-DOS Mouse): Split from
8552 MS-DOS Input node.
8553 (MS-DOS Keyboard): Start with explaining DEL and BREAK.
8554 (MS-DOS and MULE): Clarify.
8555 (MS-DOS Processes, Windows Processes): Fix typos.
8556
8557 * major.texi (Choosing Modes): Clarify.
8558
8559 * kmacro.texi (Basic Keyboard Macro): Doc F3, F4.
8560 (Keyboard Macro Step-Edit): Clarify.
8561
8562 * indent.texi (Indentation): Clarifications.
8563
8564 * help.texi (Help): Correct error about C-h in query-replace.
8565 Clarify apropos vs C-h a. Fix how to search in FAQ.
8566 (Key Help): Describe C-h w here.
8567 (Name Help): Minor cleanup. C-h w moved to Key Help.
8568 Clarify the "object" joke.
8569 (Apropos): Clarify. Mouse-1 like Mouse-2.
8570 (Help Mode): Mouse-1 like Mouse-2.
8571
8572 * fixit.texi (Spelling): Mention ESC TAB as alt. for M-TAB.
8573
8574 * display.texi (Display): Reorder menu.
8575 (Faces): Cleanup.
8576 (Font Lock): Cleanup. Mention Options menu.
8577 Delete obsolete text.
8578 (Scrolling): For C-l, don't presume text terminal.
8579 (Horizontal Scrolling): Simplify intro.
8580 (Follow Mode): Clarify.
1c6c854e 8581 (Cursor Display): Move before Display Custom.
8cf51b2c
GM
8582 (Display Custom): Explain no-redraw-on-reenter is for text terminals.
8583 Doc default-tab-width. Doc line truncation more thoroughly.
8584
8585 * dired.texi (Dired Enter): C-x C-f can run Dired.
8586 (Dired Visiting): Comment out `a' command.
8587 Mouse-1 is like Mouse-2.
8588 (Shell Commands in Dired): ? can be used more than once.
8589
8590 * basic.texi (Continuation Lines): Simplify description of truncation,
8591 and refer to Display Custom for the rest of it.
8592
8cf51b2c
GM
85932005-02-06 Lute Kamstra <lute@gnu.org>
8594
8595 * basic.texi (Undo): Fix typo.
8596
8597 * cmdargs.texi (Emacs Invocation): Fix typo.
8598
8599 * custom.texi (Init Examples): Fix typo.
8600
8601 * abbrevs.texi (Expanding Abbrevs): Fix typo.
8602
86032005-02-06 Richard M. Stallman <rms@gnu.org>
8604
8605 * regs.texi (Registers): Registers can hold numbers, too.
8606
8607 * killing.texi (Other Kill Commands): Cleanup.
8608 Delete redundant explanation of kill in read-only buffer.
8609 (Yanking): Mention term "copying".
8610 (Accumulating Text): Fix typo.
8611
8612 * entering.texi (Entering Emacs): Update rationale at start.
8613 (Exiting): Treat iconifying on a par with suspension.
8614
8615 * custom.texi (Minor Modes): Fix typo.
8616 (Easy Customization): Fix menu style.
8617 (Variables): Add xref.
8618 (Examining): Setting for future sessions works through .emacs.
8619 (Keymaps): "Text terminals", not "Many".
8620 (Init Rebinding): Explain \C-. Show example of \M-.
8621 Fix minor wording errors.
8622 (Function Keys): Explain vector syntax just once.
8623 (Named ASCII Chars): Clarify history of TAB/C-i connection.
8624 (Init File): Mention .emacs.d directory.
8625 (Init Examples): Add xref.
8626 (Find Init): Mention .emacs.d directory.
8627
8628 * cmdargs.texi (Emacs Invocation): +LINENUM is also an option.
8629 (Action Arguments): Explain which kinds of -l args are found how.
8630 (Initial Options): --batch does not inhibit site-start.
8631 Add xrefs.
8632 (Command Example): Use --batch, not -batch.
8633
8634 * basic.texi (Inserting Text): Cleanup wording.
8635 (Moving Point): Doc PRIOR, PAGEUP, NEXT, PAGEDOWN more systematically.
8636 C-n is not error at end of buffer.
8637 (Undo): Doc C-/ like C-_. Add xrefs.
8638 (Arguments): META key may be labeled ALT.
8639 Peculiar arg meanings are explained in doc strings.
8640
8641 * abbrevs.texi (Expanding Abbrevs): Clarify.
8642
86432005-02-05 Eli Zaretskii <eliz@gnu.org>
8644
8645 * frames.texi (Frame Parameters): Add an xref to the description
8646 of list-colors-display. Add a pointer to the X docs about colors.
8647
8648 * cmdargs.texi (Colors): Mention 16-, 88- and 256-color modes.
10d1d0af 8649 Improve docs of list-colors-display.
8cf51b2c
GM
8650
86512005-02-03 Lute Kamstra <lute@gnu.org>
8652
8653 * frames.texi (Frames, Drag and Drop): Fix typos.
8654
86552005-02-03 Richard M. Stallman <rms@gnu.org>
8656
8657 * windows.texi (Basic Window): Mention color-change in mode line.
8658 (Change Window): Explain dragging vertical boundaries.
8659
8660 * text.texi (Sentences): Clarify.
8661 (Paragraphs): Explain M-a and blank lines.
8662 (Outline Mode): Clarify text and menu.
8663 (Hard and Soft Newlines): Mention use-hard-newlines.
8664
8665 * frames.texi (Frames): Delete unnecessary mention of Windows.
8666 (Mouse Commands): Likewise. Mention xterm mouse support.
8667 (Clipboard): Clarify.
8668 (Mouse References): Mention use of Mouse-1 for following links.
8669 (Menu Mouse Clicks): Clarify.
8670 (Mode Line Mouse): Clarify.
8671 (Drag and Drop): Rewrite.
8672
8673 * fixit.texi (Spelling): Fix typo.
8674
8675 * files.texi (File Names): Clarify.
8676 (Visiting): Update conditions for use of file dialog. Clarify.
8677 (Saving): Doc d as answer in save-some-buffers.
8678 (Remote Files): Clean up the text.
8679
8680 * dired.texi (Misc Dired Commands): Delete dired-marked-files.
8681
8682 * buffers.texi (Select Buffer): Doc next-buffer and prev-buffer.
8683 (List Buffers): Clarify.
8684 (Several Buffers): Doc T command.
8685 (Buffer Convenience): Clarify menu.
8686
8687 * basic.texi (Undo): Clarify last change.
8688
86892005-02-02 Matt Hodges <MPHodges@member.fsf.org>
8690
8691 * fixit.texi (Spelling): Fix typo.
8692
86932005-02-01 Luc Teirlinck <teirllm@auburn.edu>
8694
8695 * basic.texi (Undo): Update description of `undo-outer-limit'.
8696
86972005-02-01 Nick Roberts <nickrob@snap.net.nz>
8698
8699 * building.texi: Update documentation relating to GDB Graphical
8700 Interface.
8701
87022005-01-30 Luc Teirlinck <teirllm@auburn.edu>
8703
8704 * custom.texi (Easy Customization): Adapt menu to node name change.
8705
87062005-01-30 Richard M. Stallman <rms@gnu.org>
8707
8708 * custom.texi (Easy Customization): Defn of "User Option" now
8709 includes faces. Don't say just "option" when talking about variables.
8710 Do say just "options" to mean "anything customizable".
8711 (Specific Customization): Describe `customize-variable',
8712 not `customize-option'.
8713
8714 * glossary.texi (Glossary) <Faces>: Add xref.
8715 <User Option>: Change definition--include faces. Change xref.
8716
8717 * picture.texi (Picture): Mention artist.el.
8718
8719 * sending.texi, screen.texi, programs.texi, misc.texi:
8720 * mini.texi, major.texi, maintaining.texi, macos.texi:
8721 * help.texi, frames.texi, files.texi:
8722 Don't say just "option" when talking about variables.
8723
8724 * display.texi, mule.texi: Don't say just "option" when talking
8725 about variables. Other minor cleanups.
8726
8cf51b2c
GM
87272005-01-26 Lute Kamstra <lute@gnu.org>
8728
8729 * cmdargs.texi (Initial Options): Add a cross reference to `Init
8730 File'. Mention the `-Q' option at the `--no-site-file' option.
8731
8cf51b2c
GM
87322005-01-22 David Kastrup <dak@gnu.org>
8733
8734 * building.texi (Grep Searching): Mention alias `find-grep' for
8735 `grep-find'.
8736
87372005-01-20 Richard M. Stallman <rms@gnu.org>
8738
8739 * calendar.texi (Time Intervals): Delete special stuff for MS-DOS.
8740
8cf51b2c
GM
87412005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
8742
8743 * rmail.texi (Movemail): Explain differences
8744 between standard and mailutils versions of movemail.
8745 Describe command line and configuration options introduced
8746 with the latter.
8747 Explain the notion of mailbox URL, provide examples and
8748 cross-references to mailutils documentation.
8749 Describe various methods of specifying mailbox names,
8750 user names and user passwords for rmail.
1c6c854e
CS
8751 (Remote Mailboxes): New section.
8752 Describe how movemail handles remote mailboxes. Describe configuration
8cf51b2c
GM
8753 options used to control its behavior.
8754 (Other Mailbox Formats): Explain handling of various mailbox
8755 formats.
8756
87572005-01-13 Richard M. Stallman <rms@gnu.org>
8758
8759 * commands.texi (Commands): Clarification.
8760
87612005-01-11 Richard M. Stallman <rms@gnu.org>
8762
8763 * programs.texi (Multi-line Indent): Fix previous change.
8764 (Fortran Autofill): Simplify description of fortran-auto-fill-mode.
8765
8cf51b2c
GM
87662005-01-08 Richard M. Stallman <rms@gnu.org>
8767
8768 * display.texi (Faces): isearch-lazy-highlight-face renamed to
8769 lazy-highlight.
8770
8771 * search.texi (Query Replace): Mention faces query-replace
8772 and lazy-highlight.
8773 (Incremental Search): Update isearch highlighting info.
8774
8cf51b2c
GM
87752005-01-04 Richard M. Stallman <rms@gnu.org>
8776
8777 * custom.texi (Saving Customizations): Minor improvement.
8778
8cf51b2c
GM
87792005-01-03 Luc Teirlinck <teirllm@auburn.edu>
8780
8781 * custom.texi (Saving Customizations): Emacs no longer loads
8782 `custom-file' after .emacs. No longer mention customizing through
8783 Custom.
8784
8cf51b2c
GM
87852005-01-01 Andreas Schwab <schwab@suse.de>
8786
8787 * killing.texi (Graphical Kill): Move up under node Killing,
8788 change @section to @subsection.
8789
87902005-01-01 Richard M. Stallman <rms@gnu.org>
8791
8792 * custom.texi (Face Customization): Mention hex color specs.
8793
8794 * emacs.texi (Top): Update Killing submenu.
8795
8796 * killing.texi (Killing): Reorganize section.
8797 No more TeX-only text; put the node command at start of chapter.
8798 But the first section heading is used only in TeX.
8799 Rewrite the text to read better in this mode.
8800 (Graphical Kill): New subnode gets some of the text that
8801 used to be in the first section.
8802
88032004-12-31 Richard M. Stallman <rms@gnu.org>
8804
8805 * dired.texi (Shell Commands in Dired): Delete the ? example.
8806
8807 * display.texi (Scrolling): Correct scroll-preserve-screen-position.
8808
8809 * files.texi (Saving): Describe new require-final-newline features
8810 and mode-require-final-newline.
8811
8cf51b2c
GM
88122004-12-29 Richard M. Stallman <rms@gnu.org>
8813
8814 * custom.texi (File Variables): Clarify previous change.
8815
c8763fb6 88162004-12-27 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
8817
8818 * frames.texi (Dialog Boxes): Mention Gtk+ 2.6 also, as that version is
8819 out now.
8820
88212004-12-27 Richard M. Stallman <rms@gnu.org>
8822
8823 * Makefile.in (MAKEINFO): Specify --force.
8824
8825 * basic.texi (Moving Point): C-e now runs move-end-of-line.
8826 (Undo): Doc undo-outer-limit.
8827
8cf51b2c
GM
88282004-12-15 Juri Linkov <juri@jurta.org>
8829
8830 * mark.texi (Transient Mark, Mark Ring): M-< and other
8831 movement commands don't set mark in Transient Mark mode
8832 if mark is active.
8833
8cf51b2c
GM
88342004-12-12 Juri Linkov <juri@jurta.org>
8835
8836 * misc.texi (FFAP): Add C-x C-r, C-x C-v, C-x C-d,
8837 C-x 4 r, C-x 4 d, C-x 5 r, C-x 5 d.
8838
8839 * dired.texi (Dired Navigation): Add @r{(Dired)} to M-g.
8840 (Misc Dired Commands): Add @r{(Dired)} to w.
8841
88422004-12-12 Juri Linkov <juri@jurta.org>
8843
8844 * mark.texi (Marking Objects): Marking commands also extend the
8845 region when mark is active in Transient Mark mode.
8846
8cf51b2c
GM
88472004-12-08 Luc Teirlinck <teirllm@auburn.edu>
8848
8849 * custom.texi (Saving Customizations): Emacs only loads the custom
8850 file automatically after the init file in version 22.1 or later.
8851 Adapt text and examples to this fact.
8852
8cf51b2c
GM
88532004-12-07 Luc Teirlinck <teirllm@auburn.edu>
8854
8855 * frames.texi (Scroll Bars): The option `scroll-bar-mode' has to
8856 be set through Custom. Otherwise, it has no effect.
8857
8cf51b2c
GM
88582004-12-05 Richard M. Stallman <rms@gnu.org>
8859
8860 * cmdargs.texi, doclicense.texi, xresources.texi, emacs.texi:
8861 * entering.texi: Rename Command Line to Emacs Invocation.
8862
10d1d0af 8863 * misc.texi (Term Mode): Correctly describe C-c.
8cf51b2c
GM
8864
8865 * custom.texi (Easy Customization): Move up to section level,
8866 before Variables. Avoid using the term "variable"; say "option".
8867 New initial explanation.
8868 (Variables): In initial explanation, connect "variable" to the
8869 already-explained "user option".
8870
8871 * emacs.texi (Top): Fix ref to Command Line.
8872 Move reference to Easy Customization.
8873
8874 * xresources.texi (X Resources): Fix From link.
8875
8876 * doclicense.texi (GNU Free Documentation License): Fix To link.
8877
8878 * entering.texi (Entering Emacs): Fix xref, now to Command Line.
8879
8880 * cmdargs.texi (Command Line): Node renamed from Command Arguments.
8881
88822004-12-03 Richard M. Stallman <rms@gnu.org>
8883
8884 * cmdargs.texi (Initial Options): Clarify batch mode i/o.
8885
88862004-12-01 Luc Teirlinck <teirllm@auburn.edu>
8887
8888 * kmacro.texi: Several small changes in addition to the following.
8889 (Keyboard Macro Ring): Describe behavior of `C-x C-k C-k' when
8890 defining a keyboard macro.
8891 Mention `kmacro-ring-max'.
8892 (Keyboard Macro Counter): Clarify description of
8893 `kmacro-insert-counter', `kmacro-set-counter',
8894 `kmacro-add-counter' and `kmacro-set-format'.
8895
88962004-11-29 Reiner Steib <Reiner.Steib@gmx.de>
8897
8898 * custom.texi (File Variables): Add `unibyte' and make it more
8899 clear that `unibyte' and `coding' are special. Suggested by Simon
8900 Krahnke <overlord@gmx.li>.
8901
8902 * mule.texi (Enabling Multibyte): Refer to File Variables.
8903 Suggested by Simon Krahnke <overlord@gmx.li>.
8904
c8763fb6 89052004-11-26 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
8906
8907 * frames.texi (Dialog Boxes): Rename use-old-gtk-file-dialog to
8908 x-use-old-gtk-file-dialog.
8909
8cf51b2c
GM
89102004-11-20 Richard M. Stallman <rms@gnu.org>
8911
8912 * text.texi (Fill Prefix): M-q doesn't apply fill prefix to first line.
8913
89142004-11-09 Lars Brinkhoff <lars@nocrew.org>
8915
8916 * building.texi (Lisp Eval): Delete hyphen in section name.
8917
89182004-11-19 Thien-Thi Nguyen <ttn@gnu.org>
8919
8920 * files.texi (Old Versions):
8921 No longer document annotation as "CVS only".
8922
89232004-11-10 Andre Spiegel <spiegel@gnu.org>
8924
8925 * files.texi (Version Control): Rewrite the introduction about
1c6c854e
CS
8926 version systems, mentioning the new ones that we support.
8927 Thanks to Alex Ott, Karl Fogel, Stefan Monnier, and David Kastrup for
8cf51b2c
GM
8928 suggestions.
8929
c8763fb6 89302004-11-03 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c 8931
49823426 8932 * frames.texi (Dialog Boxes): Replace non-nil with non-@code{nil}.
8cf51b2c 8933
c8763fb6 89342004-11-02 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
8935
8936 * frames.texi (Dialog Boxes): Document use-old-gtk-file-dialog.
8937
89382004-10-23 Eli Zaretskii <eliz@gnu.org>
8939
8940 * text.texi (Text Based Tables, Table Definition)
8941 (Table Creation, Table Recognition, Cell Commands)
8942 (Cell Justification, Row Commands, Column Commands)
8943 (Fixed Width Mode, Table Conversion, Measuring Tables)
8944 (Table Misc): New nodes, documenting the Table Mode.
8945
8cf51b2c
GM
89462004-10-19 Jason Rumney <jasonr@gnu.org>
8947
8948 * makefile.w32-in (info): Change order of arguments to makeinfo.
8949
89502004-10-19 Ulf Jasper <ulf.jasper@web.de>
8951
8952 * calendar.texi (iCalendar): Update for package changes.
8953
8cf51b2c
GM
89542004-10-09 Luc Teirlinck <teirllm@auburn.edu>
8955
8956 * files.texi (Misc File Ops): View mode is a minor mode.
8957
8cf51b2c
GM
89582004-10-08 Glenn Morris <gmorris@ast.cam.ac.uk>
8959
8960 * calendar.texi (iCalendar): Style changes.
8961
89622004-10-07 Luc Teirlinck <teirllm@auburn.edu>
8963
8964 * search.texi (Regexps): The regexp described in the example is no
8965 longer stored in the variable `sentence-end'.
8966
8cf51b2c
GM
89672004-10-06 Nick Roberts <nickrob@snap.net.nz>
8968
8969 * building.texi (Starting GUD): Note that multiple debugging
8970 sessions requires `gdb --fullname'.
8971
89722004-10-05 Ulf Jasper <ulf.jasper@web.de>
8973
8974 * calendar.texi (iCalendar): New section for a new package.
8975
8cf51b2c
GM
89762004-10-05 Luc Teirlinck <teirllm@auburn.edu>
8977
8978 * text.texi: Various small changes in addition to the following.
8979 (Text): Replace xref for autotype with inforef.
8980 (Sentences): Explain nil value for `sentence-end'.
8981 (Paragraphs): Update default values for `paragraph-start' and
8982 `paragraph-separate'.
8983 (Text Mode): Correct description of Text mode's effect on the
8984 syntax table.
8985 (Outline Visibility): `hide-other' does not hide top level headings.
8986 `selective-display-ellipses' no longer has an effect on Outline mode.
8987 (TeX Misc): Add missing @cindex.
8988 Replace xref for RefTeX with inforef.
8989 (Requesting Formatted Text): The variable
8990 `enriched-fill-after-visiting' no longer exists.
8991 (Editing Format Info): Update names of menu items and commands.
8992 (Format Faces): Mention special effect of specifying the default face.
8993 Describe inheritance of text properties.
8994 Correct description of `fixed' face.
8995 (Format Indentation): Correct description of effect of setting
8996 margins. Mention `set-left-margin' and `set-right-margin'.
8997 (Format Justification): Update names of menu items.
8998 `set-justification-full' is now bound to `M-j b'.
8999 Mention that `default-justification' is a per buffer variable.
9000 (Format Properties): Update name of menu item.
9001 (Forcing Enriched Mode): `format-decode-buffer' automatically
9002 turns on Enriched mode if the buffer is in text/enriched format.
9003
90042004-10-05 Emilio C. Lopes <eclig@gmx.net>
9005
9006 * calendar.texi (From Other Calendar): Add calendar-goto-iso-week.
9007
90082004-09-28 Kim F. Storm <storm@cua.dk>
9009
9010 * display.texi (Display Custom) <indicate-buffer-boundaries>:
9011 Align with new functionality.
9012
8cf51b2c
GM
90132004-09-22 Luc Teirlinck <teirllm@auburn.edu>
9014
9015 * display.texi (Display Custom): Remove stray `@end defvar'.
9016
90172004-09-23 Kim F. Storm <storm@cua.dk>
9018
9019 * display.texi (Display Custom): Add `overflow-newline-into-fringe',
9020 `indicate-buffer-boundaries' and `default-indicate-buffer-boundaries'.
9021
8cf51b2c
GM
90222004-09-20 Richard M. Stallman <rms@gnu.org>
9023
9024 * custom.texi (Hooks): Explain using setq to clear out a hook.
9025 (File Variables): Explain multiline string constants.
9026 (Non-ASCII Rebinding): Explain when you need to update
9027 non-ASCII char codes in .emacs.
9028
9029 * building.texi (Compilation): Explain how to make a silent
9030 subprocess that won't be terminated. Explain compilation-environment.
9031
90322004-09-13 Kim F. Storm <storm@cua.dk>
9033
9034 * mini.texi (Repetition): Rename isearch-resume-enabled to
9035 isearch-resume-in-command-history and change default to disabled.
9036
8cf51b2c
GM
90372004-09-09 Kim F. Storm <storm@cua.dk>
9038
9039 * kmacro.texi (Save Keyboard Macro): Replace `name-last-kbd-macro'
9040 with new `kmacro-name-last-macro'.
9041
8cf51b2c
GM
90422004-09-08 Juri Linkov <juri@jurta.org>
9043
9044 * mini.texi (Minibuffer History): Add `history-delete-duplicates'.
9045
8cf51b2c
GM
90462004-09-03 Juri Linkov <juri@jurta.org>
9047
9048 * search.texi (Incremental Search): Update wording for M-%.
9049
90502004-09-02 Luc Teirlinck <teirllm@auburn.edu>
9051
9052 * killing.texi (Killing): Correct description of kill commands in
9053 read-only buffer.
9054
90552004-09-02 Teodor Zlatanov <tzz@lifelogs.com>
9056
9057 * building.texi (Compilation Mode): Add a paragraph about rules
9058 for finding the compilation buffer for `next-error'.
9059
9060 * search.texi (Other Repeating Search): Mention that Occur mode
9061 supports the next-error functionality.
9062
90632004-09-02 Juri Linkov <juri@jurta.org>
9064
9065 * search.texi (Regexp Replace): Add missing backslash to \footnote.
9066
90672004-08-31 Luc Teirlinck <teirllm@auburn.edu>
9068
9069 * kmacro.texi (Basic Keyboard Macro):
9070 `apply-macro-to-region-lines' now operates on all lines that begin
9071 in the region, rather than on all complete lines in the region.
9072
c8763fb6 90732004-08-31 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
9074
9075 * frames.texi (Drag and drop): Add documentation about
9076 x-dnd-test-function and x-dnd-known-types.
9077
90782004-08-30 Luc Teirlinck <teirllm@auburn.edu>
9079
9080 * indent.texi: Various minor changes in addition to:
9081 (Indentation Commands): Correct description of `indent-relative'.
9082 (Tab Stops): <TAB> is no longer bound to `tab-to-tab-stop' in Text
9083 mode. The *Tab Stops* buffer uses Overwrite Mode.
9084 (Just Spaces): `tabify' converts sequences of at least two spaces
9085 to tabs.
9086
8cf51b2c
GM
90872004-08-27 Luc Teirlinck <teirllm@auburn.edu>
9088
9089 * frames.texi (Secondary Selection): Setting the secondary
9090 selection with M-Drag-Mouse-1 does not alter the kill ring,
9091 setting it with M-Mouse-1 and M-Mouse-3 does.
9092 (Mode Line Mouse): C-Mouse-2 on scroll bar now also works for
9093 toolkit scroll bars.
9094 (Scroll Bars): Ditto.
9095
9096 * windows.texi (Basic Window): When using a window system, the value
9097 of point in a non-selected window is indicated by a hollow box.
9098 (Split Window): Side by side windows are separated by a scroll bar,
9099 if scroll bars are used.
9100 C-Mouse-2 on scroll bar now also works for toolkit scroll bars.
9101 (Change Window): Correct Mouse-2 vs Mouse-3 mess-up.
9102 (Window Convenience): Update bindings for `winner-undo' and
9103 `winner-redo'.
9104
9105 * ack.texi (Acknowledgments): Use `@unnumbered'.
d0207bf3 9106 * misc.texi: Adapt sectioning in Info to the node structure.
8cf51b2c
GM
9107 (Invoking emacsclient): Make "Invoking emacsclient" a subsection
9108 of "Using Emacs as a Server".
9109 * building.texi (Building): Interchange nodes (for correct numbering).
9110 * programs.texi (Programs): Interchange nodes (for correct numbering).
9111 * killing.texi, entering.texi, commands.texi: Adapt sectioning in
9112 Info to the node structure.
9113 * emacs.texi: Make "GNU GENERAL PUBLIC LICENSE" an appendix.
9114 Rearrange order of nodes and sections such that both "GNU GENERAL
9115 PUBLIC LICENSE" and "GNU Free Documentation License" appear at the
9116 end, as appropriate for appendices.
9117 (Acknowledgments): Put inside @iftex instead of @ifnotinfo.
9118 Use `@unnumberedsec'.
9119 * trouble.texi: Adapt sectioning in Info to the node structure.
9120 Adapt node pointers to change in emacs.texi.
9121 * cmdargs.texi, doclicense.texi: Adapt node pointers.
9122
8cf51b2c
GM
91232004-08-25 Kenichi Handa <handa@m17n.org>
9124
9125 * custom.texi (Non-ASCII Rebinding): Fix and simplify the
9126 description for unibyte mode.
9127
91282004-08-23 Luc Teirlinck <teirllm@auburn.edu>
9129
9130 * display.texi (Font Lock): Correct invalid (for hardcopy) @xref.
9131
9132 * search.texi (Regexps): Correct cryptic (in hardcopy) @ref.
9133 (Configuring Scrolling): Correct invalid (for hardcopy) @xref.
9134 (Regexp Replace): Standardize reference to hardcopy Elisp Manual
9135 in @pxref.
9136
91372004-08-22 Luc Teirlinck <teirllm@auburn.edu>
9138
9139 * kmacro.texi (Keyboard Macro Counter, Keyboard Macro Step-Edit):
9140 Change section names.
9141
8cf51b2c
GM
91422004-08-21 Luc Teirlinck <teirllm@auburn.edu>
9143
9144 * kmacro.texi (Keyboard Macro Ring): Rename section.
9145 Emacs treats the head of the macro ring as the `last keyboard macro'.
9146 (Keyboard Macro Counter): Minor change.
9147 (Save Keyboard Macro): Some clarifications.
9148 (Edit Keyboard Macro): Rename section.
9149
9150 * buffers.texi (Buffers): Maximum buffer size is now 256M on
9151 32-bit machines.
9152 (Several Buffers): Clarify which buffer is selected if `2' is
9153 pressed in the Buffer Menu.
9154 Auto Revert mode can be used to update the Buffer Menu
9155 automatically.
9156
91572004-08-21 Eli Zaretskii <eliz@gnu.org>
9158
9159 * help.texi (Misc Help): Add an index entry for finding an Info
9160 manual by its file name.
9161
91622004-08-20 Luc Teirlinck <teirllm@auburn.edu>
9163
9164 * files.texi (Backup Deletion): Correct description of
9165 `delete-old-versions'.
9166 (Time Stamps): `time-stamp' needs to be added to `before-save-hook'.
9167 (Auto Save Files): Recommend `auto-save-mode' to reenable
9168 auto-saving, rather than the abbreviation `auto-save'.
9169
91702004-08-17 Luc Teirlinck <teirllm@auburn.edu>
9171
9172 * emacs.texi (Top): Mention "cutting" and "pasting" as synonyms
9173 for "killing" and "yanking" in main menu.
9174
91752004-08-16 Richard M. Stallman <rms@gnu.org>
9176
9177 * killing.texi (Yanking, Killing): Minor cleanups.
9178
9179 * mark.texi (Momentary Mark): Minor cleanups.
9180
91812004-08-15 Kenichi Handa <handa@etl.go.jp>
9182
9183 * custom.texi (Non-ASCII Rebinding):
9184 C-q always inserts the right code to pass to global-set-key.
9185
8cf51b2c
GM
91862004-08-13 Luc Teirlinck <teirllm@auburn.edu>
9187
9188 * regs.texi (RegNumbers): Mention `C-x r i' binding for
9189 `insert-register', instead of `C-x r g' binding, for consistency.
9190
91912004-08-12 Luc Teirlinck <teirllm@auburn.edu>
9192
9193 * fixit.texi (Spelling): Fix typo.
9194
91952004-08-11 Luc Teirlinck <teirllm@auburn.edu>
9196
9197 * help.texi (Help): Fix Texinfo usage.
9198
8cf51b2c
GM
91992004-07-24 Richard M. Stallman <rms@gnu.org>
9200
9201 * text.texi (Paragraphs): Update how paragraphs are separated
9202 and the default for paragraph-separate.
9203
9204 * search.texi (Regexp Replace): Further update text for new
9205 replacement operators.
9206
8cf51b2c
GM
92072004-07-18 Luc Teirlinck <teirllm@auburn.edu>
9208
9209 * emacs-xtra.texi (Subdir switches): Dired does not remember the
9210 `R' switch.
9211
9212 * dired.texi (Dired Updating): `k' only deletes inserted
9213 subdirectories from the Dired buffer if a prefix argument was given.
9214
9215 * search.texi (Regexps): Delete redundant definition of `symbol' in
9216 description of `\_>'. It already occurs in the description of `\_<'.
9217
8cf51b2c
GM
92182004-07-01 Juri Linkov <juri@jurta.org>
9219
9220 * search.texi (Incremental Search): Add C-M-w, C-M-y, M-%, C-M-%, M-e.
9221 (Regexp Search): Add M-r.
9222
92232004-06-30 Luc Teirlinck <teirllm@auburn.edu>
9224
9225 * makefile.w32-in (EMACSSOURCES): Remove emacs-xtra.
9226
92272004-06-29 Jesper Harder <harder@ifa.au.dk>
9228
49823426 9229 * search.texi, calendar.texi: Markup fixes.
8cf51b2c
GM
9230
92312004-06-25 Richard M. Stallman <rms@gnu.org>
9232
9233 * search.texi (Regexp Replace): Rewrite description of \# \, and \?.
9234
92352004-06-25 David Kastrup <dak@gnu.org>
9236
9237 * search.texi (Regexp Replace): Some typo corrections and
9238 rearrangement.
9239
92402004-06-24 David Kastrup <dak@gnu.org>
9241
9242 * search.texi (Unconditional Replace): Use replace-string instead
9243 of query-replace in example.
9244 (Regexp Replace): Add explanations for `\,', `\#' and `\?'
9245 sequences.
9246 (Query Replace): Correct explanation of `^' which does not use
9247 the mark stack.
9248
92492004-06-21 Nick Roberts <nickrob@gnu.org>
9250
9251 * misc.texi (Shell History Copying): Document comint-insert-input.
9252 (Shell Ring): Describe comint-dynamic-list-input-ring here.
9253
8cf51b2c
GM
92542004-06-20 Jesper Harder <harder@ifa.au.dk>
9255
9256 * msdog.texi (Text and Binary, MS-DOS Printing): Use m-dash.
9257 * custom.texi (Customization): Do.
9258 * anti.texi (Antinews): Do.
9259 * abbrevs.texi (Defining Abbrevs): Do.
9260
9261 * programs.texi (Info Lookup): Fix keybinding for
9262 info-lookup-symbol.
9263
92642004-06-16 Juanma Barranquero <lektu@terra.es>
9265
9266 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, EMACSSOURCES):
9267 Add emacs-xtra.
9268 ($(infodir)/emacs-xtra, emacs-xtra.dvi): New dependencies.
9269 (clean): Add emacs-xtra and flymake. Remove redundancies.
9270
92712004-06-15 Luc Teirlinck <teirllm@auburn.edu>
9272
9273 * Makefile.in (INFO_TARGETS, DVI_TARGETS, ../info/emacs-xtra):
9274 Add emacs-xtra.
9275 * emacs-xtra.texi: New file.
9276
92772004-06-14 Luc Teirlinck <teirllm@auburn.edu>
9278
9279 * dired.texi (Dired Enter): Mention conditions on `ls' switches.
9280 (Dired and Find): Mention differences with ordinary Dired buffers.
9281
8cf51b2c
GM
92822004-06-13 Richard M. Stallman <rms@gnu.org>
9283
9284 * custom.texi (Init Syntax): Explain about vars that do special
9285 things when set with setq or with Custom.
9286 (Init Examples): Add line-number-mode example.
9287
8cf51b2c
GM
92882004-06-12 Juri Linkov <juri@jurta.org>
9289
9290 * dired.texi (Operating on Files): Add dired-do-touch.
9291
8cf51b2c
GM
92922004-06-10 Juri Linkov <juri@jurta.org>
9293
9294 * building.texi (Lisp Eval): Add C-M-x on defface.
9295
92962004-06-08 Luc Teirlinck <teirllm@auburn.edu>
9297
9298 * files.texi (Reverting): Auto-Revert mode and
9299 Global Auto-Revert mode no longer revert remote files.
9300
8cf51b2c
GM
93012004-05-29 Richard M. Stallman <rms@gnu.org>
9302
9303 * custom.texi (Init File): Two dashes start --no-site-file.
9304
8cf51b2c
GM
93052004-05-29 Alan Mackenzie <acm@muc.de>
9306
9307 * programs.texi: Update for CC Mode 5.30 and incidental amendments.
10d1d0af 9308 ("AWK"): Is consistently thus spelled throughout.
8cf51b2c
GM
9309 (AWK, Pike): Document as "C-like modes".
9310 (@kbd{M-j}): Document as alternative to @kbd{C-M-j}.
9311 (M-x man): Supersedes M-x manual-entry.
9312 Add numerous index entries. Correct "ESC a/e" to "M-a/e".
9313
9314 ("Comments in C"): Delete node; the info is in CC Mode manual.
9315 (c-comment-only-line-offset): Remove description.
9316
9317 (C-c ., C-c C-c): Describe new C Mode bindings.
9318
9319 (C-u TAB, indent-code-rigidly, c-indent-exp, c-tab-always-indent)
9320 (@dfn{Style}, c-default-style, comment-column, comment-padding)
9321 (c-up-conditional, c-beginning-of-statement, c-end-of-statement):
9322 Amend definitions.
9323
9324 (c-beginning-of-defun, c-end-of-defun, c-context-line-break):
9325 Describe functions.
9326
9327 (c-comment-start-regexp, c-hanging-comment-ender-p)
9328 (c-hanging-comment-starter-p): Remove obsolete definitions.
9329
9330 * emacs.texi: Remove the menu entry "Comments in C".
9331
8cf51b2c
GM
93322004-05-27 Luc Teirlinck <teirllm@auburn.edu>
9333
9334 * dired.texi (Dired and Find): `find-ls-option' does not apply to
9335 `M-x locate'.
9336
93372004-05-16 Karl Berry <karl@gnu.org>
9338
9339 * emacs.texi (ack.texi) [@ifnottex]: Change condition; with @ifinfo,
9340 makeinfo --html fails.
9341 * help.texi (Help Summary) [@ifnottex]: Likewise.
9342
93432004-05-13 Nick Roberts <nickrob@gnu.org>
9344
9345 * building.texi (GDB Graphical Interface): Update and describe
9346 layout first.
9347
8cf51b2c
GM
93482004-05-04 Jason Rumney <jasonr@gnu.org>
9349
9350 * makefile.w32-in: Revert last change.
9351
93522004-05-03 Jason Rumney <jasonr@gnu.org>
9353
9354 * makefile.w32-in (MULTI_INSTALL_INFO, ENVADD): Use forward slashes.
9355
8cf51b2c
GM
93562004-04-23 Juanma Barranquero <lektu@terra.es>
9357
9358 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
9359
93602004-04-18 Juri Linkov <juri@jurta.org>
9361
9362 * fixit.texi (Spelling): Remove file extension from ispell xref.
9363
93642004-04-15 Kim F. Storm <storm@cua.dk>
9365
9366 * cmdargs.texi (Initial Options): Add -Q.
9367
93682004-04-05 Kim F. Storm <storm@cua.dk>
9369
9370 * custom.texi (File Variables): Add safe-local-eval-forms.
9371
8cf51b2c
GM
93722004-04-02 Luc Teirlinck <teirllm@auburn.edu>
9373
9374 * files.texi (Reverting): Correct description of revert-buffer's
9375 handling of point.
9376
93772004-03-22 Juri Linkov <juri@jurta.org>
9378
9379 * emacs.texi (Top): Add `Misc X'.
9380
49823426 9381 * trouble.texi: Fix help key bindings.
8cf51b2c
GM
9382
9383 * glossary.texi: Improve references.
9384
9385 * help.texi: Sync keywords with finder.el.
9386
9387 * mini.texi (Completion): Add description for menu items.
9388
9389 * misc.texi (Browse-URL, FFAP): Add information about keywords.
9390
9391 * sending.texi (Mail Methods): Fix xref to Message manual.
9392
8cf51b2c
GM
93932004-03-12 Richard M. Stallman <rms@gnu.org>
9394
8cf51b2c
GM
9395 * buffers.texi (Misc Buffer): Add index entry for rename-uniquely.
9396
8cf51b2c
GM
93972004-03-04 Richard M. Stallman <rms@gnu.org>
9398
9399 * search.texi (Regexps): Explain that ^ and $ have their
9400 special meanings only in certain contexts.
9401
9402 * programs.texi (Expressions): Doc C-M-SPC as alias for C-M-@.
9403
9404 * mule.texi (Specify Coding): Doc C-x RET F.
9405
9406 * buffers.texi (Misc Buffer): Explain use of M-x rename-uniquely
9407 for multiple compile and grep buffers.
9408 (Indirect Buffers): Don't recommand clone-indirect-buffer
9409 for multiple compile and grep buffers.
9410
8cf51b2c
GM
94112004-02-29 Juanma Barranquero <lektu@terra.es>
9412
9413 * makefile.w32-in (mostlyclean, clean, maintainer-clean):
9414 Use $(DEL) instead of rm, and ignore exit code.
9415
8cf51b2c
GM
94162004-02-23 Nick Roberts <nick@nick.uklinux.net>
9417
9418 * building.texi (Watch Expressions): Update.
9419
94202004-02-21 Juri Linkov <juri@jurta.org>
9421
1c6c854e
CS
9422 * cmdargs.texi (Action Arguments): Add alias --find-file.
9423 Add --directory, --help, --version. Move text about command-line-args
8cf51b2c
GM
9424 to Command Arguments.
9425 (Initial Options): Add @cindex for --script. Fix @cindex for -q.
9426 Add --no-desktop. Add alias --no-multibyte, --no-unibyte.
9427 (Window Size X): Join -g and --geometry. Add @cindex.
9428 (Borders X): Fix @cindex for -ib. Add @cindex for -bw.
9429 (Title X): Remove alias -title.
9430 (Misc X): New node.
9431
c8763fb6 94322004-02-15 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
9433
9434 * frames.texi (Drag and drop): Add Motif to list of supported
9435 protocols.
9436
c8763fb6 94372004-02-03 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
9438
9439 * frames.texi (Drag and drop): New section.
9440
94412004-01-24 Richard M. Stallman <rms@gnu.org>
9442
1c6c854e 9443 * emacs.texi (Acknowledgments): Rename from Acknowledgements.
8cf51b2c
GM
9444 Include it only @ifnotinfo. Patch the preceding and following
9445 node headers to point to each other.
9446
94472004-01-11 Glenn Morris <gmorris@ast.cam.ac.uk>
9448
9449 * calendar.texi (Appointments): Update section.
9450
94512003-12-29 Kevin Ryde <user42@zip.com.au>
9452
8cf51b2c
GM
9453 * programs.texi (C Modes): Fix the xref.
9454
94552003-12-23 Nick Roberts <nick@nick.uklinux.net>
9456
9457 * building.texi (Watch Expressions): Update.
9458 (Commands of GUD): Include use of toolbar + breakpoints set from
9459 fringe/margin.
9460
94612003-12-03 Andre Spiegel <spiegel@gnu.org>
9462
9463 * files.texi: Say how to disable VC. Suggested by Alan Mackenzie
9464 <acm@muc.de>.
9465
c8763fb6 94662003-11-29 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
9467
9468 * frames.texi (Dialog Boxes): Add use-file-dialog.
9469
8cf51b2c
GM
94702003-11-22 Martin Stjernholm <bug-cc-mode@gnu.org>
9471
9472 * ack.texi: Note that Alan Mackenzie contributed the AWK support
9473 in CC Mode.
9474
8cf51b2c
GM
94752003-11-02 Jesper Harder <harder@ifa.au.dk> (tiny change)
9476
9477 * man/ack.texi, man/basic.texi, man/cmdargs.texi:
9478 * man/commands.texi, man/custom.texi, man/display.texi:
49823426 9479 * man/emacs.texi, man/files.texi:
8cf51b2c
GM
9480 * man/frames.texi, man/glossary.texi, man/killing.texi:
9481 * man/macos.texi, man/mark.texi, man/misc.texi, man/msdog.texi:
9482 * man/mule.texi, man/rmail.texi, man/search.texi:
49823426
GM
9483 * man/sending.texi, man/text.texi, man/trouble.texi:
9484 Replace @sc{ascii} and ASCII with @acronym{ASCII}.
8cf51b2c
GM
9485
94862003-11-01 Alan Mackenzie <acm@muc.de>
9487
9488 * search.texi (Scrolling During Incremental Search): Document a
9489 new scrolling facility in isearch mode.
9490
8cf51b2c
GM
94912003-10-22 Miles Bader <miles@gnu.org>
9492
9493 * Makefile.in (info): Move before $(top_srcdir)/info.
9494
94952003-10-22 Nick Roberts <nick@nick.uklinux.net>
9496
9497 * building.texi (Watch Expressions): Update section on data display
9498 to reflect code changes (GDB Graphical Interface).
9499
8cf51b2c
GM
95002003-10-13 Richard M. Stallman <rms@gnu.org>
9501
9502 * xresources.texi (GTK resources): Clean up previous change.
9503
c8763fb6 95042003-10-12 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
9505
9506 * xresources.texi (GTK resources): Add a note that some themes
9507 disallow customizations. Add scroll theme example.
9508
8cf51b2c
GM
95092003-09-30 Richard M. Stallman <rms@gnu.org>
9510
8cf51b2c
GM
9511 * cmdargs.texi (General Variables): Remove MAILRC envvar.
9512
9513 * misc.texi (Saving Emacs Sessions): Shorten the section,
9514 collapsing back into one node.
9515
95162003-09-30 Lars Hansen <larsh@math.ku.dk>
9517
9518 * misc.texi: Section "Saving Emacs Sessions" rewritten.
9519
ce058493 95202003-09-29 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
9521
9522 * xresources.texi (GTK names in Emacs): Correct typo.
9523
8cf51b2c
GM
95242003-09-24 Luc Teirlinck <teirllm@mail.auburn.edu>
9525
1c6c854e
CS
9526 * cmdargs.texi (Font X): Mention new default font.
9527 More fully describe long font names, wildcard patterns and the
8cf51b2c
GM
9528 problems involved. (Result of discussion on emacs-devel.)
9529
95302003-09-22 Luc Teirlinck <teirllm@mail.auburn.edu>
9531
9532 * emacs.texi (Acknowledgements): Correct typo.
9533
95342003-09-22 Richard M. Stallman <rms@gnu.org>
9535
9536 * dired.texi (Misc Dired Commands): New node.
9537 (Dired Navigation): Add dired-goto-file.
9538
9539 * files.texi (File Aliases, Misc File Ops): Add @cindex entries.
9540
9541 * emacs.texi (Acknowledgements): New node, split from Distribution.
9542
9543 * cmdargs.texi (Action Arguments): -f reads interactive args.
9544
8cf51b2c
GM
95452003-09-08 Lute Kamstra <lute@gnu.org>
9546
9547 * screen.texi (Mode Line): Say that POS comes before LINE.
9548 Mention `size-indication-mode'.
1c6c854e
CS
9549 * display.texi (Optional Mode Line):
9550 Document `size-indication-mode'.
8cf51b2c
GM
9551 * basic.texi (Position Info): Mention `size-indication-mode'.
9552
95532003-09-07 Luc Teirlinck <teirllm@mail.auburn.edu>
9554
9555 * xresources.texi (Resources): Refer to `editres' man page.
9556 (Lucid Resources): Update defaults. Expand description of
9557 `shadowThickness'.
9558
95592003-09-04 Miles Bader <miles@gnu.org>
9560
9561 * Makefile.in (top_srcdir): New variable.
9562 ($(top_srcdir)/info): New rule.
9563 (info): Depend on it.
9564
95652003-09-03 Peter Runestig <peter@runestig.com>
9566
9567 * makefile.w32-in: New file.
9568
95692003-08-29 Richard M. Stallman <rms@gnu.org>
9570
9571 * misc.texi (Saving Emacs Sessions): Correct previous change.
9572
8cf51b2c
GM
95732003-08-19 Luc Teirlinck <teirllm@mail.auburn.edu>
9574
8cf51b2c
GM
9575 * emacs.texi (Top): Update menu to reflect new Keyboard Macros chapter.
9576 (Intro): Include kmacro.texi after fixit.texi instead of after
9577 custom.texi. (As suggested by Kim Storm.)
9578
95792003-08-18 Luc Teirlinck <teirllm@mail.auburn.edu>
9580
9581 * fixit.texi (Fixit): Update `Next' pointer.
9582 * files.texi (Files): Update `Previous' pointer.
9583 * kmacro.texi (Keyboard Macros): Remove redundant node and section.
9584 * emacs.texi (Intro): Include kmacro.texi after custom.texi.
9585 (Suggested by Kim Storm.)
9586 * Makefile (EMACSSOURCES): Add kmacro.texi. (Suggested by Kim Storm.)
9587
95882003-08-18 Kim F. Storm <storm@cua.dk>
9589
9590 * kmacro.texi: New file describing enhanced keyboard macro
9591 functionality. Replaces old description in custom.texi.
9592
9593 * custom.texi (Customization): Add xref to Keyboard Macros chapter.
9594 (Keyboard Macros): Move to new kmacro.texi file.
9595
9596 * emacs.texi (Keyboard Macros): Reference new keyboard macro topics.
9597
8cf51b2c
GM
95982003-08-17 Edward M. Reingold <reingold@emr.cs.iit.edu>
9599
9600 * calendar.texi (Specified Dates): Add `calendar-goto-day-of-year'.
9601
96022003-08-17 Alex Schroeder <alex@gnu.org>
9603
9604 * misc.texi (Saving Emacs Sessions): Manual M-x desktop-save not
9605 required.
9606
8cf51b2c
GM
96072003-08-05 Richard M. Stallman <rms@gnu.org>
9608
9609 * programs.texi (Lisp Indent): Don't describe
9610 lisp-indent-function property here. Use xref to Lisp Manual.
9611
8cf51b2c
GM
96122003-08-03 Glenn Morris <gmorris@ast.cam.ac.uk>
9613
fffa137c 9614 * calendar.texi (Date Formats): Document changed behavior of
8cf51b2c
GM
9615 abbreviations.
9616
96172003-07-24 Markus Rost <rost@math.ohio-state.edu>
9618
9619 * buffers.texi (List Buffers): Fix previous change.
9620
8cf51b2c
GM
96212003-07-13 Markus Rost <rost@math.ohio-state.edu>
9622
9623 * buffers.texi (List Buffers): Adjust to new format of *Buffer
9624 List*.
9625
96262003-07-07 Luc Teirlinck <teirllm@mail.auburn.edu>
9627
8cf51b2c
GM
9628 * display.texi (Font Lock): Fix typo.
9629
96302003-07-07 Richard M. Stallman <rms@gnu.org>
9631
9632 * display.texi (Font Lock): Add xref for format info on
9633 font-lock-remove-keywords.
9634
9635 * building.texi (Compilation): Document what happens with asynch
9636 children of compiler process.
9637
9638 * help.texi (Library Keywords): Use @multitable.
9639
8cf51b2c
GM
96402003-06-04 Richard M. Stallman <rms@gnu.org>
9641
9642 * programs.texi (Expressions): Delete C-M-DEL.
9643
9644 * misc.texi (Shell Options): Clarify comint-scroll-show-maximum-output.
9645 comint-move-point-for-output renamed from
9646 comint-scroll-to-bottom-on-output.
9647
9648 * custom.texi (Init Rebinding): Replace previous change with xref.
9649 (Non-ASCII Rebinding): Explain that issue more briefly here.
9650
96512003-05-28 Richard M. Stallman <rms@gnu.org>
9652
9653 * indent.texi (Indentation): Condense, simplify, clarify prev change.
9654
96552003-05-28 Nick Roberts <nick@nick.uklinux.net>
9656
9657 * building.texi (GDB Graphical Interface): New node.
9658 (Rewritten somewhat by RMS.)
9659
c8763fb6 96602003-05-28 Kai Großjohann <kai.grossjohann@gmx.net>
8cf51b2c
GM
9661
9662 * custom.texi (Init Rebinding): Xref Non-ASCII Rebinding, for
9663 non-English letters. Explain how to set coding systems correctly
9664 and how to include the right coding cookie in the file.
9665
c8763fb6 96662003-05-22 Kai Großjohann <kai.grossjohann@gmx.net>
8cf51b2c
GM
9667
9668 * indent.texi (Indentation): Explain the concepts.
9669 (Just Spaces): Explain why preventing tabs for indentation might
9670 be useful.
9671
8cf51b2c
GM
96722003-04-16 Richard M. Stallman <rms@gnu.org>
9673
9674 * search.texi (Regexps): Ref to Lisp manual for more regexp features.
9675
8cf51b2c
GM
96762003-02-22 Alex Schroeder <alex@emacswiki.org>
9677
9678 * cmdargs.texi (General Variables): Document SMTPSERVER.
9679
8cf51b2c
GM
9680 * sending.texi: Remove SMTP node.
9681 (Mail Sending): Describe `send-mail-function'. Link to SMTP
9682 library.
9683
8cf51b2c
GM
96842003-02-22 Alex Schroeder <alex@emacswiki.org>
9685
9686 * sending.texi (Sending via SMTP): Explain MTA/MUA.
9687
96882003-02-22 Simon Josefsson <jas@extundo.com>
9689
9690 * sending.texi (Mail Methods): Add node about SMTP.
9691
c8763fb6 96922003-02-17 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
9693
9694 * xresources.texi (GTK names in Emacs): Add emacs-toolbar - GtkToolbar.
9695
8cf51b2c
GM
96962003-02-01 Kevin Ryde <user42@zip.com.au>
9697
9698 * glossary.texi (Glossary): Correction to cl cross reference.
9699
97002003-01-20 Richard M. Stallman <rms@gnu.org>
9701
9702 * killing.texi (Rectangles): Document C-x c r.
9703
c8763fb6 97042003-01-19 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
9705
9706 * xresources.texi (GTK resources): New node.
9707 (GTK widget names): New node.
9708 (GTK names in Emacs): New node.
9709 (GTK styles): New node.
9710
c8763fb6 97112003-01-09 Francesco Potortì <pot@gnu.org>
8cf51b2c
GM
9712
9713 * maintaining.texi (Create Tags Table): Add reference to the new
9714 `etags --help --lang=LANG' option.
9715
8cf51b2c
GM
97162002-10-02 Karl Berry <karl@gnu.org>
9717
49823426 9718 * emacs.texi: Per rms, update all manuals to use @copying instead of
630cb3b7 9719 @ifinfo. Also use @ifnottex instead of @ifinfo around the top node,
49823426 9720 where needed for the sake of the HTML output.
8cf51b2c
GM
9721
97222001-12-20 Eli Zaretskii <eliz@is.elta.co.il>
9723
9724 * Makefile.in (EMACSSOURCES): Update the list of Emacs manual
9725 source files.
9726
97272001-11-16 Eli Zaretskii <eliz@is.elta.co.il>
9728
9729 * Makefile.in (emacsman): New target.
9730
8cf51b2c
GM
97312001-10-20 Gerd Moellmann <gerd@gnu.org>
9732
9733 * (Version 21.1 released.)
9734
97352001-10-05 Gerd Moellmann <gerd@gnu.org>
9736
9737 * Branch for 21.1.
9738
8cf51b2c
GM
97392001-03-05 Gerd Moellmann <gerd@gnu.org>
9740
9741 * Makefile.in (mostlyclean, maintainer-clean): Delete more files.
9742
8cf51b2c
GM
97432000-05-31 Stefan Monnier <monnier@cs.yale.edu>
9744
9745 * .cvsignore (*.tmp): New entry. Seems to be used for @macro.
9746
8cf51b2c
GM
97471999-07-12 Richard Stallman <rms@gnu.org>
9748
9749 * Version 20.4 released.
9750
97511998-12-04 Markus Rost <rost@delysid.gnu.org>
9752
9753 * Makefile.in (INFO_TARGETS): Delete customize.info.
9754 (DVI_TARGETS): Delete customize.dvi.
9755 (../info/customize, customize.dvi): Targets deleted.
9756
97571998-08-19 Richard Stallman <rms@psilocin.ai.mit.edu>
9758
9759 * Version 20.3 released.
9760
97611998-05-06 Richard Stallman <rms@psilocin.gnu.org>
9762
9763 * Makefile.in (EMACSSOURCES): Add mule.texi.
9764 Add msdog.texi, ack.texi. Remove gnu1.texi.
9765
97661998-04-06 Andreas Schwab <schwab@gnu.org>
9767
768c0c0f
JB
9768 * Makefile.in (ENVADD): Environment vars to pass to texi2dvi.
9769 Use it in dvi targets.
8cf51b2c
GM
9770
97711997-09-23 Paul Eggert <eggert@twinsun.com>
9772
9773 * Makefile.in: Merge changes mistakenly made to `Makefile'.
9774 (INFO_TARGETS): Change ../info/custom to ../info/customize.
9775 (../info/customize): Rename from ../info/custom.
8cf51b2c
GM
9776
97771997-09-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9778
9779 * Version 20.2 released.
9780
97811997-09-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9782
9783 * Version 20.1 released.
9784
97851997-08-24 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9786
9787 * Makefile (../info/customize, customize.dvi): New targets.
9788 (INFO_TARGETS): Add ../info/customize.
9789 (DVI_TARGETS): Add customize.dvi.
9790
8cf51b2c
GM
97911996-08-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9792
9793 * Version 19.33 released.
9794
97951996-07-31 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9796
9797 * Version 19.32 released.
9798
8cf51b2c
GM
97991996-06-20 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9800
9801 * Makefile.in (All info targets): cd $(srcdir) to do the work.
9802
98031996-06-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9804
9805 * Makefile.in (All info targets): Specify $(srcdir) in input files.
9806 Specify -I option.
9807 (All dvi targets): Set the TEXINPUTS variable.
9808
98091996-05-25 Karl Heuer <kwzh@gnu.ai.mit.edu>
9810
9811 * Version 19.31 released.
9812
8cf51b2c
GM
98131995-11-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9814
9815 * Version 19.30 released.
9816
8cf51b2c
GM
98171995-02-07 Richard Stallman <rms@pogo.gnu.ai.mit.edu>
9818
9819 * Makefile.in (maintainer-clean): Rename from realclean.
9820
98211994-11-23 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9822
9823 * Makefile.in: New file.
9824 * Makefile: File deleted.
9825
98261994-11-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9827
9828 * Makefile (TEXINDEX_OBJS): Variable deleted.
9829 (texindex, texindex.o, getopt.o): Rules deleted.
9830 All deps on texindex deleted.
9831 (distclean): Don't delete texindex.
9832 (mostlyclean): Don't delete *.o.
9833 * texindex.c, getopt.c: Files deleted.
9834
98351994-09-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9836
9837 * Version 19.26 released.
9838
98391994-07-02 Richard Stallman (rms@gnu.ai.mit.edu)
9840
9841 * Makefile (EMACSSOURCES): Exclude undo.texi.
9842
98431994-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9844
9845 * Version 19.25 released.
9846
98471994-05-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9848
9849 * Version 19.24 released.
9850
98511994-05-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9852
9853 * Version 19.23 released.
9854
98551994-04-17 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9856
9857 * Makefile: Delete spurious tab.
9858
98591994-02-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9860
9861 * Makefile (.SUFFIXES): New rule.
9862
8cf51b2c
GM
98631993-12-04 Richard Stallman (rms@srarc2)
9864
9865 * getopt.c: New file.
9866 * Makefile (TEXINDEX_OBJS): Use getopt.o in this dir, not ../lib-src.
9867 (getopt.o): New rule.
9868 (dvi): Don't depend on texindex.
49823426 9869 (emacs.dvi): Depend on texindex.
8cf51b2c
GM
9870
98711993-12-03 Richard Stallman (rms@srarc2)
9872
49823426
GM
9873 * Makefile (TEXI2DVI): New variable.
9874 (emacs.dvi): Add explicit command.
8cf51b2c
GM
9875 (TEXINDEX_OBJS): Delete duplicate getopt.o.
9876
98771993-11-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9878
9879 * Version 19.22 released.
9880
98811993-11-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9882
9883 * Makefile (TEXINDEX_OBJS): Delete spurious period.
9884
98851993-11-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9886
9887 * Version 19.21 released.
9888
8cf51b2c
GM
98891993-11-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9890
9891 * Makefile (realclean): Don't delete the Info files.
9892
f0131492 98931993-10-25 Brian J. Fox (bfox@albert.gnu.ai.mit.edu)
8cf51b2c 9894
8cf51b2c
GM
9895 * frames.texi (Creating Frames): Mention `C-x 5' instead of `C-x
9896 4' where appropriate.
9897
f0131492 98981993-10-20 Brian J. Fox (bfox@ai.mit.edu)
8cf51b2c 9899
49823426 9900 * Makefile: Fix targets for texindex.
8cf51b2c
GM
9901
9902 * texindex.c: Include "../src/config.h" if building in emacs.
9903
9904 * Makefile: Change all files to FILENAME.texi, force all targets
49823426 9905 to be FILENAME, not FILENAME.info.
8cf51b2c
GM
9906 Add target to build texindex.c, defining `emacs'.
9907
8cf51b2c
GM
99081993-08-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9909
9910 * Version 19.19 released.
9911
8cf51b2c
GM
99121993-08-08 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9913
9914 * Version 19.18 released.
9915
99161993-07-20 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9917
9918 * Makefile: Fix source file names of the separate manuals.
8cf51b2c
GM
9919
99201993-07-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9921
9922 * Version 19.17 released.
9923
99241993-07-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9925
9926 * split-man: Fix typos in last change.
9927
99281993-07-06 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9929
9930 * Version 19.16 released.
9931
99321993-06-19 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9933
9934 * version 19.15 released.
9935
99361993-06-18 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9937
9938 * Makefile (distclean): It's rm, not rf.
9939
99401993-06-17 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9941
9942 * Version 19.14 released.
9943
99441993-06-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9945
9946 * Makefile: New file.
9947
99481993-06-08 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9949
9950 * Version 19.13 released.
9951
99521993-05-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9953
9954 * Version 19.9 released.
9955
99561993-05-25 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9957
9958 * Version 19.8 released.
9959
99601993-05-25 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9961
9962 * cmdargs.texi: Document the -i, -itype, and -iconic options.
9963
9964 * trouble.texi: It's `enable-flow-control-on', not
9965 `evade-flow-control-on'.
9966
99671993-05-24 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9968
9969 * display.texi: Document standard-display-european.
9970
99711993-05-22 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9972
9973 * Version 19.7 released.
9974
9975 * emacs.texi: Add a sentence to the top menu mentioning the
9976 specific version of Emacs this manual applies to.
9977
99781993-04-25 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
9979
9980 * basic.texi: Document next-line-add-lines variable used to
9981 implement down-arrow.
9982
9983 * killing.texi: Document kill-whole-line.
9984
99851993-04-18 Noah Friedman (friedman@nutrimat.gnu.ai.mit.edu)
9986
9987 * text.texi: Update unix TeX ordering information.
9988
99891993-03-26 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
9990
9991 * news.texi: Mention fill-rectangle in keybinding list.
9992
9993 * killing.texi: Document fill-rectangle.
9994
99951993-03-17 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
9996
9997 * vc.texi: Bring the docs up to date with VC 5.2.
9998
99991992-01-10 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
10000
10001 * emacs.tex: Mention blackbox and gomoku under Amusements.
10002 Assembler mode is now mentioned and appropriately indexed
10003 under Programming Modes.
10004
100051991-02-15 Robert J. Chassell (bob@wookumz.ai.mit.edu)
10006
10007 * emacs.tex: Update TeX ordering information.
10008
8cf51b2c
GM
100091990-06-26 David Lawrence (tale@geech)
10010
10011 * emacs.tex: Note that completion-ignored-extensions is not used
10012 to filter out names when all completions are displayed in
10013 *Completions*.
10014
100151990-05-25 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
10016
10017 * texindex.tex: If USG, include sys/types.h and sys/fcntl.h.
10018
100191990-03-21 Jim Kingdon (kingdon@pogo.ai.mit.edu)
10020
10021 * emacs.tex: Add @findex grep.
10022
8cf51b2c
GM
100231988-08-16 Robert J. Chassell (bob@frosted-flakes.ai.mit.edu)
10024
10025 * emacs.tex: Correct two typos. No other changes before
10026 Version 19 will be made.
10027
8cf51b2c
GM
100281988-05-23 Robert J. Chassell (bob@frosted-flakes.ai.mit.edu)
10029
10030 * emacs.tex: Update information for obtaining TeX distribution from the
10031 University of Washington.
10032
10033;; Local Variables:
c8763fb6 10034;; coding: utf-8
8cf51b2c
GM
10035;; End:
10036
ab422c4d 10037 Copyright (C) 1993-1999, 2001-2013 Free Software Foundation, Inc.
8cf51b2c
GM
10038
10039 This file is part of GNU Emacs.
10040
352c8b4a 10041 GNU Emacs is free software: you can redistribute it and/or modify
8cf51b2c 10042 it under the terms of the GNU General Public License as published by
352c8b4a
GM
10043 the Free Software Foundation, either version 3 of the License, or
10044 (at your option) any later version.
8cf51b2c
GM
10045
10046 GNU Emacs is distributed in the hope that it will be useful,
10047 but WITHOUT ANY WARRANTY; without even the implied warranty of
10048 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
10049 GNU General Public License for more details.
10050
10051 You should have received a copy of the GNU General Public License
352c8b4a 10052 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.