* lisp.h (eabs): Define unconditionally.
[bpt/emacs.git] / doc / emacs / ChangeLog
CommitLineData
7f102272
PE
12013-01-19 Paul Eggert <eggert@cs.ucla.edu>
2
3 * trouble.texi (Crashing): Suggest -p for recent addrline. (Bug#13445)
4 Without it, I don't see function names. Older addrlines will die
5 out sooner or later, so tailor the suggestion to recent addrline
6 and put in a comment about older ones.
7
795e7a5b 82013-01-19 Glenn Morris <rgm@gnu.org>
e17b9777
GM
9
10 * custom.texi (Directory Variables): Fix paren typo.
11
ecde0368
GM
12 * trouble.texi (Crashing): Not all addr2line have -p. (Bug#13445)
13
827253f7
GM
14 * custom.texi (Custom Themes): Fix typo.
15
acfe10b7
BG
162013-01-07 Bastien Guerry <bzg@gnu.org>
17
18 * help.texi (Apropos): Document `apropos-user-option' and update
19 the doc for `apropos-variable'.
20
f8acde11
GM
212013-01-05 Glenn Morris <rgm@gnu.org>
22
23 * text.texi (HTML Mode): Remove deleted nxml C-RET binding.
24
d72a2793
GM
252012-12-21 Glenn Morris <rgm@gnu.org>
26
27 * emacs-xtra.texi (copying): The FSF does not sell copies of this.
28 Simply include doclicense.
29
1b947faa
CY
302012-12-21 Chong Yidong <cyd@gnu.org>
31
32 * frames.texi (Mouse Commands): Fix description of the effect of
33 mouse dragging (Bug#13049).
34
f25f57bf
JL
352012-12-15 Juri Linkov <juri@jurta.org>
36
37 * misc.texi (Recursive Edit): Add a link to "Query Replace".
38 (Bug#13181)
39
265c2fbf 402012-12-10 Dani Moncayo <dmoncayo@gmail.com>
6ce49f24
DM
41
42 * killing.texi (Deletion): Doc fix (Bug#12748).
43
4288142b
PE
442012-12-06 Paul Eggert <eggert@cs.ucla.edu>
45
46 * doclicense.texi, gpl.texi: Update to latest version from FSF.
47 These are just minor editorial changes.
48
d8ad4d3f 492012-12-06 Juanma Barranquero <lekktu@gmail.com>
26163acc
JB
50
51 * vc1-xtra.texi (General VC Options): Remove obsolete reference
52 to `vc-path'.
53
c5bc2d1d 542012-12-03 Chong Yidong <cyd@gnu.org>
547d6865
CY
55
56 * custom.texi (Init Rebinding): kbd is now a function (Bug#13052).
57
1cbaa705
KR
582012-12-02 Kevin Ryde <user42@zip.com.au>
59
60 * maintaining.texi (Tag Syntax): Mention (defvar foo) handling.
61
00054d21
KR
622012-12-01 Kevin Ryde <user42@zip.com.au>
63
64 * maintaining.texi (Tag Syntax): Mention Perl's "use constant".
65
c07a6ded
PE
662012-11-24 Paul Eggert <eggert@cs.ucla.edu>
67
68 * doclicense.texi, gpl.texi: Update to latest version from FSF.
69 These are just minor editorial changes.
70
6ef2e5ef 712012-11-21 Dani Moncayo <dmoncayo@gmail.com>
d1a355a1
DM
72
73 * display.texi (Auto Scrolling): Fix some inaccuracies, plus
74 clarifications (Bug#12865).
75 (Horizontal Scrolling): Clarifications.
76
2ac9538d 772012-11-18 Dani Moncayo <dmoncayo@gmail.com>
0a27d94c
DM
78
79 * mark.texi (Disabled Transient Mark): Doc fixes (Bug#12746).
80
a33da68b
EZ
812012-11-16 Eli Zaretskii <eliz@gnu.org>
82
83 * trouble.texi (Crashing): Add information about MS-Windows and
84 the emacs_backtrace.txt file. (Bug#12908)
85
f78ee6af 862012-11-13 Chong Yidong <cyd@gnu.org>
0f5414fc
CY
87
88 * building.texi (Multithreaded Debugging): gdb-stopped-hooks is
89 actually named gdb-stopped-functions.
90
f78ee6af 912012-11-13 Glenn Morris <rgm@gnu.org>
adad6d8f
GM
92
93 * misc.texi (Single Shell): Mention async-shell-command-buffer.
94
19e09879
GM
952012-11-10 Glenn Morris <rgm@gnu.org>
96
97 * misc.texi (Terminal emulator): Rename `term-face' to `term'.
98
ef7238c3
GM
99 * emacs.texi (Acknowledgments): Add profiler author.
100 * ack.texi (Acknowledgments): Add some recent contributions.
101
6baf66d5 1022012-11-10 Chong Yidong <cyd@gnu.org>
4c1f6a5b 103
9d9e48d9
CY
104 * files.texi (Diff Mode): Doc fixes for
105 diff-delete-trailing-whitespace (Bug#12831).
106
4c1f6a5b
CY
107 * trouble.texi (Crashing): Copyedits.
108
6baf66d5 1092012-11-10 Glenn Morris <rgm@gnu.org>
26f59676
GM
110
111 * files.texi (Diff Mode): Trailing whitespace updates.
112
6baf66d5 1132012-11-10 Chong Yidong <cyd@gnu.org>
cce0aa5a 114
4eeba558
CY
115 * misc.texi (Terminal emulator): Document Term mode faces.
116
7d806bfe
CY
117 * mini.texi (Basic Minibuffer): New node. Document
118 minibuffer-electric-default-mode.
119
120 * display.texi (Visual Line Mode): Fix index entry.
121
cce0aa5a
CY
122 * buffers.texi (Several Buffers): List Buffer Menu command anmes,
123 and index the keybindings. Document tabulated-list-sort.
124 (Kill Buffer): Capitalize Buffer Menu.
125
126 * trouble.texi (Memory Full): Capitalize Buffer Menu.
127
6baf66d5 1282012-11-10 Eli Zaretskii <eliz@gnu.org>
bff6f241
EZ
129
130 * display.texi (Auto Scrolling): Clarify that scroll-step is
131 ignored when scroll-conservatively is set to a non-zero value.
132 (Bug#12801)
133
6baf66d5 1342012-11-10 Chong Yidong <cyd@gnu.org>
766376c6
CY
135
136 * dired.texi (Dired Updating): Doc fix (Bug#11744).
137
87288971
MA
1382012-10-30 Michael Albinus <michael.albinus@gmx.de>
139
140 * trouble.texi (Known Problems): Mention command `debbugs-gnu-usertags'.
141
fc83c2de
CY
1422012-10-29 Chong Yidong <cyd@gnu.org>
143
144 * dired.texi (Shell Commands in Dired): Document changes to the
145 dired-do-async-shell-command.
146
82b21017
GM
1472012-10-28 Glenn Morris <rgm@gnu.org>
148
149 * ack.texi (Acknowledgments): Mention gv.el.
150
caa5e5a4
BG
1512012-10-27 Bastien Guerry <bzg@gnu.org>
152
153 * screen.texi (Menu Bar): Fix typo.
154
05b621a6
CY
1552012-10-27 Chong Yidong <cyd@gnu.org>
156
157 * frames.texi (Mouse Avoidance): Mention new variable
158 mouse-avoidance-banish-position.
159
160 * programs.texi (Which Function): Which Function mode now works in
161 all major modes by default.
162
163 * mule.texi (Recognize Coding): Remove an unreferenced vindex.
164
165 * files.texi (Misc File Ops): Symbolic links on Windows only work
166 on Vista and later.
167
168 * building.texi (Compilation): Document compilation-always-kill.
169
170 * search.texi (Symbol Search): New node.
171
172 * package.texi (Package Menu): Document the "new" status.
173
174 * windows.texi (Window Choice): Don't refer to the obsolete
175 special-display feature.
176
cd996018
CY
1772012-10-24 Chong Yidong <cyd@gnu.org>
178
179 * mule.texi (Text Coding): set-buffer-file-coding-system can now
180 be invoked from the mode line.
181
182 * dired.texi (Dired Deletion, Marks vs Flags): Document Emacs 24.3
183 changes to the mark and unmark commands.
184 (Comparison in Dired): Document chages to dired-diff. Remove M-=,
185 which is no longer bound to dired-backup-diff.
186
fe605b94
BG
1872012-10-23 Bastien Guerry <bzg@gnu.org>
188
9eadb1a9
BG
189 * text.texi (Org Authoring): Use a comma after @ref to avoid the
190 insertion of a period in the Info output.
fe605b94 191
d1069532
SM
1922012-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
193
194 * custom.texi (Hooks): Clarify that -hooks is deprecated.
195
1fb3aa3f
CY
1962012-10-23 Chong Yidong <cyd@gnu.org>
197
198 * kmacro.texi (Edit Keyboard Macro): Fix typo.
199
f42f1094
DM
2002012-10-18 Dani Moncayo <dmoncayo@gmail.com>
201
202 * mini.texi (Completion Options): Fix off-by-one error. (Bug#12644)
203
6c24e35f
GM
2042012-10-17 Glenn Morris <rgm@gnu.org>
205
206 * mini.texi (Repetition): Further copyedit.
207
429cdb05
DM
2082012-10-17 Dani Moncayo <dmoncayo@gmail.com>
209
210 * mini.texi (Repetition): Copyedit.
211
e5a94ec4
JL
2122012-10-16 Juri Linkov <juri@jurta.org>
213
214 * search.texi (Query Replace): Document multi-buffer replacement
215 keys. (Bug#12655)
216
217 * maintaining.texi (Tags Search): Change link "Replace" to
218 "Query Replace".
219
73f2b4ab
CY
2202012-10-13 Chong Yidong <cyd@gnu.org>
221
222 * files.texi (File Conveniences): ImageMagick enabled by default.
223
d8e213eb
DM
2242012-10-10 Dani Moncayo <dmoncayo@gmail.com>
225
226 * basic.texi (Arguments): Fix typos.
227
b859a383
GM
2282012-10-08 Glenn Morris <rgm@gnu.org>
229
cad4f290
GM
230 * cal-xtra.texi (Calendar Customizing): Mention calendar-month-header.
231
b859a383
GM
232 * calendar.texi (Writing Calendar Files): Mention cal-html-holidays.
233
f1f4dba0
GM
2342012-10-06 Glenn Morris <rgm@gnu.org>
235
236 * calendar.texi (Writing Calendar Files): Tweak week descriptions.
237 Mention cal-tex-cursor-week2-summary.
238
c6b68a28
CY
2392012-10-06 Chong Yidong <cyd@gnu.org>
240
241 * mini.texi (Passwords): Fix typo.
242
751bac18
GM
2432012-10-02 Glenn Morris <rgm@gnu.org>
244
245 * maintaining.texi (VC Directory Commands):
246 Remove duplicate `q' entry. (Bug#12553)
247
48de8b12
CY
2482012-09-30 Chong Yidong <cyd@gnu.org>
249
250 * killing.texi (Rectangles): Document copy-rectangle-as-kill.
251
252 * search.texi (Special Isearch): Document the lax space search
253 feature and M-s SPC.
254 (Regexp Search): Move main search-whitespace-regexp description to
255 Special Isearch.
256 (Replace): Document replace-lax-whitespace.
257
258 * basic.texi (Position Info): Document C-u M-=.
259 (Moving Point): Document move-to-column.
260
261 * display.texi (Useless Whitespace): Add delete-trailing-lines.
262
263 * misc.texi (emacsclient Options): Document the effect of
264 initial-buffer-choice on client frames. Document server-auth-dir.
265 Do not document server-host, which is bad security practice.
266
267 * building.texi (Lisp Libraries): Docstring lookups can trigger
268 autoloading. Document help-enable-auto-load.
269
270 * mini.texi (Yes or No Prompts): New node.
271
272 * ack.texi (Acknowledgments): Remove obsolete packages.
273
4695c850
GM
2742012-09-27 Glenn Morris <rgm@gnu.org>
275
276 * cal-xtra.texi (Advanced Calendar/Diary Usage):
277 Rename the section to be more general.
278 * emacs.texi: Update menu.
279
e109c4a6
CY
2802012-09-23 Chong Yidong <cyd@gnu.org>
281
282 * buffers.texi (Misc Buffer): Replace toggle-read-only with
283 read-only-mode.
284
285 * files.texi (Visiting): Likewise.
286
2e83df57
PE
2872012-09-22 Paul Eggert <eggert@cs.ucla.edu>
288
289 * trouble.texi (Crashing): Document ulimit -c.
290
58f3a196
PE
2912012-09-21 Paul Eggert <eggert@cs.ucla.edu>
292
293 * trouble.texi (Crashing): Document addr2line.
294
4ef1567b
CY
2952012-09-19 Chong Yidong <cyd@gnu.org>
296
297 * killing.texi (Yanking): Minor clarification (Bug#12469).
298
9e9da873
CY
2992012-09-17 Chong Yidong <cyd@gnu.org>
300
301 * building.texi (GDB User Interface Layout): Remove reference to
302 removed variable gdb-use-separate-io-buffer (Bug#12454).
303
0979429b
J
3042012-09-08 Jambunathan K <kjambunathan@gmail.com>
305
306 * regs.texi (Text Registers): `C-x r +' can now be used instead of
307 M-x append-to-register. New option `register-separator'.
308 (Number Registers): Mention that `C-x r +' is polymorphic.
309
14ba4cf3
CY
3102012-09-07 Chong Yidong <cyd@gnu.org>
311
312 * windows.texi (Window Choice): Don't mention obsolete
313 display-buffer-reuse-frames.
314
cf29dd84
PE
3152012-09-04 Paul Eggert <eggert@cs.ucla.edu>
316
317 Give more-useful info on a fatal error (Bug#12328).
318 * trouble.texi (Crashing): New section, documenting this.
319
aa0ecd94
MA
3202012-08-24 Michael Albinus <michael.albinus@gmx.de>
321
0979429b
J
322 * cmdargs.texi (General Variables):
323 Setting $DBUS_SESSION_BUS_ADDRESS to a dummy value suppresses
324 connections to the D-Bus session bus. (Bug#12112)
aa0ecd94 325
ba025fbd
EZ
3262012-08-14 Eli Zaretskii <eliz@gnu.org>
327
328 * building.texi (Debugger Operation): Correct and improve
329 documentation of the GUD Tooltip mode.
330
0c51ff6d
CY
3312012-07-31 Chong Yidong <cyd@gnu.org>
332
333 * emacs.texi: Fix ISBN (Bug#12080).
334
35b6586e
CY
3352012-08-05 Chong Yidong <cyd@gnu.org>
336
337 * display.texi (Faces): Document frame-background-mode (Bug#7774).
338
339 * custom.texi (Face Customization): Move discussion of face
340 inheritance here, from Faces section.
341
0e1a094f 3422012-07-28 Eli Zaretskii <eliz@gnu.org>
3dfa7993
EZ
343
344 * frames.texi (Mouse Commands): Fix the description of mouse-2.
345 (Bug#11958)
346
e32a12b5
CY
3472012-07-19 Chong Yidong <cyd@gnu.org>
348
349 * emacs.texi: Update ISBN.
350
9ea10cc3
CY
3512012-07-17 Chong Yidong <cyd@gnu.org>
352
353 * basic.texi (Inserting Text): Replace ucs-insert with
354 insert-char. Provide more details of input.
355
356 * mule.texi (International Chars, Input Methods): Likewise.
357
b68b3337
CY
3582012-07-13 Chong Yidong <cyd@gnu.org>
359
dea31bd3
CY
360 * custom.texi (Examining): Update C-h v message.
361
b68b3337
CY
362 * buffers.texi (Misc Buffer): Document view-read-only.
363
ab4c47d3
CY
3642012-07-07 Chong Yidong <cyd@gnu.org>
365
366 * custom.texi (Init File): Index site-lisp (Bug#11435).
367
6edc3d28
CY
3682012-07-06 Chong Yidong <cyd@gnu.org>
369
370 * emacs.texi: Re-order top-level menu to correspond to logical
371 order, to avoid makeinfo warnings.
372
373 * ack.texi (Acknowledgments): Note new python.el.
374
3812efdc
CY
3752012-06-29 Chong Yidong <cyd@gnu.org>
376
377 * maintaining.texi (Basic VC Editing, VC Pull, Merging):
378 * basic.texi (Erasing, Basic Undo): Fix markup.
379
c8d3a25c 3802012-06-29 Glenn Morris <rgm@gnu.org>
50d5cb25
GM
381
382 * fixit.texi (Undo): Grammar fixes. (Bug#11779)
383
c8d3a25c 3842012-06-29 Michael Witten <mfwitten@gmail.com> (tiny change)
3b6f7280
MW
385
386 * fixit.texi (Undo): Fix typo. (Bug#11775)
387
65400531
GM
3882012-06-27 Glenn Morris <rgm@gnu.org>
389
390 * ack.texi (Acknowledgments): Tiny update.
391
ac1a0ce1 3922012-06-21 Glenn Morris <rgm@gnu.org>
2fecccba
GM
393
394 * Makefile.in: Rename infodir to buildinfodir throughout. (Bug#11737)
395
ddfbf826 3962012-06-17 Chong Yidong <cyd@gnu.org>
84f4a531 397
ddfbf826 398 * emacs.texi: Remove urlcolor setting. Update ISBN and edition number.
166bc0c8
CY
399
400 * anti.texi:
401 * building.texi:
402 * cmdargs.texi:
403 * custom.texi:
404 * display.texi:
405 * files.texi:
406 * frames.texi:
407 * glossary.texi:
408 * misc.texi:
409 * mule.texi:
410 * programs.texi:
411 * sending.texi:
412 * text.texi: Copyedits to avoid underfull/overfull in 7x9 manual.
413
85973ba0
MA
4142012-06-06 Michael Albinus <michael.albinus@gmx.de>
415
416 * custom.texi (Directory Variables): Mention enable-remote-dir-locals.
417
c1dabff0
GM
4182012-05-28 Glenn Morris <rgm@gnu.org>
419
420 * ack.texi, building.texi, calendar.texi, custom.texi:
421 * maintaining.texi, text.texi: Use @LaTeX rather than La@TeX.
422
abb9615e
GM
4232012-05-27 Glenn Morris <rgm@gnu.org>
424
bd39eb06
GM
425 * emacs.texi: Simplify following removal of node pointers.
426
abb9615e
GM
427 * ack.texi, anti.texi, basic.texi, buffers.texi, building.texi:
428 * cmdargs.texi, commands.texi, display.texi, emacs.texi:
429 * entering.texi, files.texi, fixit.texi, frames.texi, glossary.texi:
430 * gnu.texi, help.texi, indent.texi, killing.texi, kmacro.texi:
431 * m-x.texi, macos.texi, maintaining.texi, mark.texi, mini.texi:
432 * misc.texi, modes.texi, msdog.texi, mule.texi, programs.texi:
433 * regs.texi, screen.texi, search.texi, text.texi, trouble.texi:
434 * windows.texi, xresources.texi: Nuke hand-written node pointers.
435
6c200b4a
GM
4362012-05-22 Glenn Morris <rgm@gnu.org>
437
438 * emacs.texi (Acknowledgments): Add another contributor.
439
3fe7cdc8
GM
4402012-05-12 Glenn Morris <rgm@gnu.org>
441
442 * Makefile.in (MKDIR_P): New, set by configure.
443 (mkinfodir): Use $MKDIR_P.
444
dc0f75c8
GM
4452012-05-10 Glenn Morris <rgm@gnu.org>
446
b8a82b69
GM
447 * mule.texi (Disabling Multibyte): Replace the obsolete "unibyte: t"
448 with "coding: raw-text".
449
dc0f75c8
GM
450 * files.texi (Interlocking): Mention create-lockfiles option.
451
666b903b 4522012-05-09 Chong Yidong <cyd@gnu.org>
ed39e4e2
CY
453
454 * frames.texi (Mouse References, Mouse Commands): Fix index
455 entries (Bug#11362).
456
eceeb5fc 4572012-05-05 Glenn Morris <rgm@gnu.org>
bbba8869 458
eceeb5fc
CY
459 * custom.texi (Customization Groups, Custom Themes, Examining):
460 Improve page breaks.
461
462 * rmail.texi (Rmail Display): Use example rather than smallexample.
463
464 * calendar.texi: Convert inforefs to refs.
465
466 * dired.texi (Dired Enter): Improve page break.
467
468 * abbrevs.texi (Abbrev Concepts): Copyedits.
469
470 * maintaining.texi (Registering, Tag Syntax):
471 Tweak line and page breaks.
472
473 * programs.texi (Programs, Electric C): Copyedits.
474 (Program Modes): Add xref to Fortran.
475 (Left Margin Paren): Remove what was (oddly enough) the only use
476 of defvar in the entire Emacs manual.
477 (Hungry Delete): Remove footnote about ancient Emacs version.
478 (Other C Commands): Use example rather than smallexample.
479
480 * text.texi (Pages, Filling, Foldout, Org Mode, HTML Mode)
481 (Nroff Mode, Enriched Indentation, Table Rows and Columns):
482 Tweak line and page breaks.
483
484 * modes.texi (Major Modes, Minor Modes): Reword to improve page-breaks.
485 (Major Modes): Use example rather than smallexample.
bbba8869 486
eceeb5fc
CY
487 * mule.texi (Output Coding): Reword to improve page-breaks.
488
489 * frames.texi (Fonts): Tweak line and page breaks.
490 Use example rather than smallexample. Change cross-reference.
491 (Text-Only Mouse): Fix xref.
492
493 * buffers.texi (Buffers, Kill Buffer, Several Buffers)
494 (Indirect Buffers): Tweak line- and page-breaks.
495
496 * fixit.texi (Fixit, Undo): Reword to improve page-breaks.
497
8045b906
GM
4982012-05-04 Glenn Morris <rgm@gnu.org>
499
500 * Makefile.in (INFO_EXT, INFO_OPTS): New, set by configure.
501 (info, infoclean): Use $INFO_EXT.
502 ($(infodir)/emacs$(INFO_EXT)): Use $INFO_EXT and $INFO_OPT.
503 * makefile.w32-in (INFO_EXT, INFO_OPTS): New.
504 (INFO_TARGETS): Use $INFO_EXT.
505 ($(infodir)/emacs$(INFO_EXT)): Use $INFO_EXT and $INFO_OPT, and -o.
506
90207a15 5072012-05-02 Glenn Morris <rgm@gnu.org>
bbba8869
GM
508
509 * emacs.texi (@copying): Only print EDITION in the TeX version.
510
e2058813
GM
511 * search.texi (Regexp Search): Just say "Emacs".
512
a162959e
GM
513 * display.texi (Auto Scrolling):
514 Reword to avoid repetition and improve page break.
515
9eb25ee8
GM
516 * xresources.texi (Resources):
517 * mule.texi (Language Environments):
518 * misc.texi (Amusements):
519 * maintaining.texi (VC Change Log):
520 * frames.texi (Fonts):
521 * custom.texi (Specifying File Variables, Minibuffer Maps):
522 * cmdargs.texi (Initial Options):
523 * building.texi (Flymake):
524 Reword to remove/reduce some overly long/short lines.
525
a4289d0e
GM
5262012-04-27 Glenn Morris <rgm@gnu.org>
527
528 * emacs.texi: Some fixes for detailed menu.
529
1a72be46
GM
530 * emacs.texi: Add "et al." to authors.
531
16152b76
GM
532 * ack.texi, basic.texi, buffers.texi, building.texi:
533 * calendar.texi, cmdargs.texi, commands.texi, custom.texi:
534 * dired.texi, display.texi, emerge-xtra.texi, files.texi:
535 * fortran-xtra.texi, help.texi, kmacro.texi, mini.texi, misc.texi:
536 * msdog-xtra.texi, picture-xtra.texi, programs.texi, rmail.texi:
537 * search.texi, trouble.texi, windows.texi:
538 Use Texinfo recommended convention for quotes+punctuation.
539
578c1d4b 5402012-04-27 Eli Zaretskii <eliz@gnu.org>
84412f2c 541
578c1d4b
GM
542 * mule.texi (Bidirectional Editing): Improve indexing.
543 Minor wording tweaks.
84412f2c 544
467a33d0
CY
5452012-04-15 Chong Yidong <cyd@gnu.org>
546
547 * misc.texi (emacsclient Options): More clarifications.
548
e6fd457e 5492012-04-15 Glenn Morris <rgm@gnu.org>
05806f43 550
41be52d7
GM
551 * msdog.texi (Windows Printing): It doesn't set printer-name.
552
05806f43
GM
553 * mule.texi (Language Environments): Move font info to "Fontsets".
554 (Fontsets): Move intlfonts etc here from "Language Environments".
555 Copyedits.
556 (Defining Fontsets, Modifying Fontsets, Undisplayable Characters)
557 (Unibyte Mode, Charsets, Bidirectional Editing): Copyedits.
558
e6fd457e 5592012-04-15 Chong Yidong <cyd@gnu.org>
6a00f380 560
0be641c0
CY
561 * glossary.texi (Glossary): Standardize on "text terminal"
562 terminology. All callers changed.
563
6a00f380
CY
564 * misc.texi (emacsclient Options): Document "client frame" concept
565 and its effect on C-x C-c more carefully.
566
e6fd457e 5672012-04-15 Glenn Morris <rgm@gnu.org>
71cd7772 568
870e8fb8
GM
569 * frames.texi (Scroll Bars):
570 * glossary.texi (Glossary): Use consistent case for "X Window System".
571
71cd7772
GM
572 * mule.texi (Select Input Method, Coding Systems):
573 State command names in kbd tables.
574 (Recognize Coding): Add cross-ref.
575 (Output Coding): Don't mention message mode in particular.
576 (Text Coding, Communication Coding, File Name Coding, Terminal Coding):
577 Copyedits.
578
35dc09a1 5792012-04-14 Glenn Morris <rgm@gnu.org>
05f7d0d3
GM
580
581 * mule.texi (Select Input Method, Coding Systems, Recognize Coding):
582 Copyedits.
583 (Coding Systems): Mac OS X apparently uses newlines for EOL.
584 (Recognize Coding): Remove old auto-coding-regexp-alist example.
585 auto-coding-functions does not override coding: tags.
586 Remove rmail-decode-mime-charset; it no longer has any effect.
587
35dc09a1 5882012-04-14 Chong Yidong <cyd@gnu.org>
81927dd2
CY
589
590 * custom.texi (Creating Custom Themes): Add reference to Custom
591 Themes node in Lisp manual.
592
35dc09a1 5932012-04-14 Glenn Morris <rgm@gnu.org>
8edb942b
GM
594
595 * mule.texi (International): Copyedits.
596 (International Chars): Update C-x = example output.
597 (Disabling Multibyte): Rename from "Enabling Multibyte".
598 Clarify what "unibyte: t" does, and mode-line description.
599 (Unibyte Mode): Update for "Disabling Multibyte" node name change.
600 Use Texinfo recommended convention for quotes+punctuation.
e0550cae 601 (Language Environments): Copyedits.
893585f4
GM
602 (Input Methods): Copyedits. Use "^" for the postfix example,
603 because it is less confusing inside Info's `quotes'.
e0550cae 604
bd7239f5 605 * custom.texi (Specifying File Variables): Fix "unibyte" description.
8edb942b
GM
606 Update for "Disabling Multibyte" node name change.
607 * emacs.texi: Update for "Disabling Multibyte" node name change.
608
1c64e6ed
GM
609 * abbrevs.texi, arevert-xtra.texi, buffers.texi, building.texi:
610 * cmdargs.texi, custom.texi, entering.texi, files.texi, frames.texi:
611 * glossary.texi, help.texi, macos.texi, maintaining.texi, mini.texi:
612 * misc.texi, package.texi, programs.texi, screen.texi, search.texi:
613 * sending.texi, text.texi, trouble.texi:
614 Use @file for buffers, per the Texinfo manual.
615
20331c1c
GM
616 * entering.texi (Entering Emacs):
617 Do not mention initial-buffer-choice = t.
618
8fc85b20
GM
619 * misc.texi (Gnus Startup): Use @env for environment variables.
620
35dc09a1
GM
621 * Makefile.in: Replace non-portable use of $< in ordinary rules.
622
87124233
GM
6232012-04-12 Glenn Morris <rgm@gnu.org>
624
625 * ack.texi (Acknowledgments): Don't mention obsolete mailpost.el.
626
f3774f20
GM
6272012-04-07 Glenn Morris <rgm@gnu.org>
628
629 * emacsver.texi (EMACSVER): Bump version to 24.1.50.
630
8980d0b9
GM
6312012-04-05 Glenn Morris <rgm@gnu.org>
632
633 * glossary.texi (Glossary): Use anchors for internal cross-references.
634
8bf27c8a
GM
6352012-04-04 Glenn Morris <rgm@gnu.org>
636
637 * glossary.texi (Glossary): Copyedits.
638 Use Texinfo-recommended convention for quotes and punctuation.
639 Comment out a few specialized (Rmail) items.
a0706406 640 New items: Bidirectional Text, Client, Directory Local Variable,
56964ab5 641 File Local Variable, Package, Server, Theme, Trash Can.
8bf27c8a 642
529c06b6
CY
6432012-04-03 Chong Yidong <cyd@gnu.org>
644
645 * sending.texi (Mail Misc): Fix an index entry.
646
53b0595a
EZ
6472012-04-02 Eli Zaretskii <eliz@gnu.org>
648
649 * msdog.texi (Windows Startup): Add description of emacsclient
650 operation under -c and -t on MS-Windows.
651
652 * misc.texi (emacsclient Options): Add cross-reference to "Windows
653 Startup". (Bug#11091)
654
d8e213eb 6552012-04-02 Dani Moncayo <dmoncayo@gmail.com>
dc663c79
DM
656
657 * custom.texi (Changing a Variable): Fix example.
658
0d224826
EZ
6592012-04-01 Eli Zaretskii <eliz@gnu.org>
660
661 * misc.texi (emacsclient Options): More clarifications about -t
662 and -c on MS-Windows. (Bug#11091)
663
1d265f9f
EZ
6642012-03-31 Eli Zaretskii <eliz@gnu.org>
665
666 * misc.texi (emacsclient Options): Document peculiarities of new
667 frame creation on MS-Windows under -c or -t options. (Bug#11091)
668
5319014e
CY
6692012-03-30 Chong Yidong <cyd@gnu.org>
670
671 * files.texi (File Conveniences): Clarify Imagemagick discussion.
672
2bfab837
GM
6732012-03-22 Glenn Morris <rgm@gnu.org>
674
675 * dired.texi (Operating on Files): Fix dired-recursive-copies default.
676
986bd52a
CY
6772012-03-17 Chong Yidong <cyd@gnu.org>
678
679 * package.texi (Package Installation): Document use of
680 package-initialize in init file.
681
66ecdc9e
GM
6822012-03-16 Glenn Morris <rgm@gnu.org>
683
684 * help.texi (Language Help):
685 * mule.texi (International Chars):
686 etc/HELLO is for character demonstration.
687
d8e213eb 6882012-03-15 Dani Moncayo <dmoncayo@gmail.com>
9805f81d
DM
689
690 * dired.texi (Shell Commands in Dired): Fix typo.
691
a08a07e3
CY
6922012-03-04 Chong Yidong <cyd@gnu.org>
693
694 * killing.texi (Clipboard): Document clipboard manager.
695
53eced6d
GM
6962012-02-29 Glenn Morris <rgm@gnu.org>
697
f8425af2
GM
698 * ack.texi (Acknowledgments): Use @Tex{} in more places.
699
775b55af
GM
700 * emacs.texi, help.texi, text.texi: Use "" quotes in menus.
701
53eced6d
GM
702 * dired.texi, emacs.texi: Use @code{} in menus when appropriate.
703
44e97401
GM
7042012-02-28 Glenn Morris <rgm@gnu.org>
705
706 * custom.texi, display.texi, emacs.texi, files.texi:
707 * msdog-xtra.texi, msdog.texi, vc-xtra.texi:
708 Standardize possessive apostrophe usage.
709
525795c1
JD
7102012-02-25 Jan Djärv <jan.h.d@swipnet.se>
711
712 * macos.texi (Mac / GNUstep Customization): Remove text about
713 ns-find-file and ns-drag-file (Bug#5855, Bug#10050).
714
d8e213eb 7152012-02-25 Dani Moncayo <dmoncayo@gmail.com>
562af8bb
DM
716
717 * buffers.texi (Select Buffer): Mention that saving in a new file
718 name can switch to a different major mode.
719
6ea1787e
GM
7202012-02-23 Glenn Morris <rgm@gnu.org>
721
49fe4321
GM
722 * mini.texi (Minibuffer File, Completion Options, Repetition):
723 Copyedits.
724 (Completion Example): Other M-x au* commands may be defined.
725 (Completion Styles): Mention emacs21 and completion-category-overrides.
726
8f4042d2
GM
727 * msdog.texi (Text and Binary, ls in Lisp, Windows HOME)
728 (Windows Keyboard, Windows Mouse, Windows Processes)
729 (Windows Printing, Windows Misc): Copyedits.
730 (ls in Lisp): Update switches list.
731
371fb833
GM
732 * msdog-xtra.texi (MS-DOS Display): Update list-colors-display xref.
733 Update dos-mode* function names.
734 (MS-DOS Printing, MS-DOS and MULE): Copyedits.
735 (MS-DOS Processes): Add xref to main ls-lisp section.
736
6ea1787e
GM
737 * ack.texi (Acknowledgments): Mention smie.
738
40ace058
GM
7392012-02-22 Glenn Morris <rgm@gnu.org>
740
741 * macos.texi: Copyedits. Fix @key/@kbd usage.
742 (Mac / GNUstep Basics): Don't mention the panels, since the next
743 section covers them.
744 (Mac / GNUstep Customization): Merge some panel info from previous.
745
41f1e868
GM
7462012-02-21 Glenn Morris <rgm@gnu.org>
747
68af8d4f
GM
748 * emerge-xtra.texi (Emerge, Submodes of Emerge, Combining in Emerge):
749 Small fixes.
750
2e03845d
GM
751 * emacs-xtra.texi: Picture mode is no longer a chapter.
752
f9a998c3
GM
753 * picture-xtra.texi (Basic Picture): C-a does get remapped.
754
41f1e868
GM
755 * ack.texi (Acknowledgments): Small changes, including resorting,
756 and removal of things no longer distributed.
757
ea09410d
GM
7582012-02-20 Glenn Morris <rgm@gnu.org>
759
2d2f6581
GM
760 * emacs.texi (Top, Preface): Small rephrasings.
761 (menu, detailmenu): Update entries, and reformat some descriptions.
762 * building.texi, display.texi, emacs-xtra.texi, files.texi:
763 * frames.texi, kmacro.texi, msdog.texi, programs.texi, text.texi:
764 Reformat some menu descriptions.
765
196f8c0e
GM
766 * ack.texi (Acknowledgments): More updates.
767
8730412a
GM
768 * emacs.texi (Acknowledgments): Add several names from ack.texi,
769 and from Author: headers.
ae15b89b 770 (Distrib): Small updates.
ea09410d 771
37863f20
GM
7722012-02-18 Glenn Morris <rgm@gnu.org>
773
37c3b9ee
GM
774 * ack.texi (Acknowledgments): Add xref to Org manual.
775
b474519e
GM
776 * rmail.texi: Copyedits. Use 'mail composition buffer' in place
777 of '*mail*', since Message does not call it that.
778 (Rmail Reply): Rename rmail-dont-reply-to-names.
779 \\`info- no longer handled specially.
780 Update for rmail-enable-mime-composing.
781 Don't mention 'm' for replies.
782 Don't mention rmail-mail-new-frame and cancelling, since it does
783 not work for Message at the moment.
784
a5987767
GM
785 * cal-xtra.texi: Copyedits.
786
37863f20
GM
787 * emacs-xtra.texi: Set encoding to ISO-8859-1.
788
112d1241
GM
7892012-02-17 Glenn Morris <rgm@gnu.org>
790
0fd2c9a3
GM
791 * maintaining.texi (Old Revisions): Fix cross-refs to Ediff manual.
792
1d6ecbfa
GM
793 * ack.texi (Acknowledgments): Mention Gnulib.
794
102f1b54
GM
795 * ack.texi, calendar.texi, cal-xtra.texi: Use "Bahá'í".
796
112d1241
GM
797 * calendar.texi: Misc small changes, including updating the dates
798 of examples.
799
3a05ff1d
GM
8002012-02-16 Glenn Morris <rgm@gnu.org>
801
d1354af0
GM
802 * calendar.texi: Misc small changes.
803
5f9756ec
GM
804 * vc1-xtra.texi (VC Delete/Rename, CVS Options):
805 * cal-xtra.texi (Diary Display): Fix TeX cross-refs to other manuals.
806
3b19a30d
GM
807 * dired-xtra.texi (Subdir Switches): Small fixes.
808
3a05ff1d
GM
809 * fortran-xtra.texi: Tiny changes and some adjustments to line breaks.
810
9f26dc24
GM
8112012-02-15 Glenn Morris <rgm@gnu.org>
812
813 * sending.texi (Mail Sending): smtpmail-auth-credentials was removed.
814
fb969a57
GM
8152012-02-12 Glenn Morris <rgm@gnu.org>
816
817 * ack.texi (Acknowledgments):
818 * emacs.texi (Acknowledgments): Updates for new files in 24.1.
819
0aca1292
GM
8202012-02-10 Glenn Morris <rgm@gnu.org>
821
104dc9c6
GM
822 * mini.texi (Minibuffer Edit): Mention minibuffer-inactive-mode.
823
0aca1292
GM
824 * programs.texi (Misc for Programs): Mention electric-layout-mode.
825
91af9d2e
GM
8262012-02-09 Glenn Morris <rgm@gnu.org>
827
0aca1292
GM
828 * buffers.texi (Misc Buffer): M-x info does not seem to require a
829 buffer switch after M-x rename-uniquely.
63c727b2 830
91af9d2e
GM
831 * trouble.texi (Checklist): Mention C-c m in report-emacs-bug.
832
1ef1990c
JB
8332012-02-09 Jay Belanger <jay.p.belanger@gmail.com>
834
835 * text.texi (Org Mode): Fix typo.
836
e74e58c9
GM
8372012-02-08 Glenn Morris <rgm@gnu.org>
838
cefee440
GM
839 * ack.texi (Acknowledgments): Update emacs-lock info.
840
a7686350
GM
841 * rmail.texi (Rmail Display): Mention rmail-epa-decrypt.
842
e74e58c9
GM
843 * text.texi (LaTeX Editing): Mention latex-electric-env-pair-mode.
844
fe93bc91
GM
8452012-02-07 Glenn Morris <rgm@gnu.org>
846
847 * files.texi (File Conveniences): Mention ImageMagick images.
848
d273439c
GM
8492012-02-05 Glenn Morris <rgm@gnu.org>
850
649f602c
GM
851 * trouble.texi (Checklist): Mention debug-on-event.
852
d273439c
GM
853 * maintaining.texi (Maintaining): Add cross-ref to ERT.
854
a9410bdf
GM
8552012-02-04 Glenn Morris <rgm@gnu.org>
856
1f5e1a16
GM
857 * macos.texi (Customization options specific to Mac OS / GNUstep):
858 New subsection.
859
b7314ef7
GM
860 * display.texi (Colors): Mention list-colors-sort.
861
a9410bdf
GM
862 * files.texi (File Conveniences): Mention image animation.
863
75319d7f
CY
8642012-01-31 Chong Yidong <cyd@gnu.org>
865
866 * windows.texi (Split Window): C-mouse-2 doesn't work on GTK+
867 scroll bars (Bug#10666).
868
2680c309
CY
8692012-01-28 Chong Yidong <cyd@gnu.org>
870
691db250
CY
871 * files.texi (Filesets): Fix typos.
872
2680c309
CY
873 * display.texi (Faces): Add xref to Colors node.
874
2a90dfca
DM
8752012-01-27 Dani Moncayo <dmoncayo@gmail.com>
876
877 * buffers.texi (Select Buffer): Clarify explanation of switching
878 to new buffers. Fix description of next-buffer and
6df6ae42 879 previous-buffer (Bug#10334).
2a90dfca
DM
880 (Misc Buffer): Add xref to View Mode.
881
882 * text.texi (Fill Commands): Fix description of
883 sentence-end-double-space.
884
20d2304d
CY
8852012-01-23 Chong Yidong <cyd@gnu.org>
886
f088cb8b 887 * anti.texi (Antinews): Add Emacs 23 antinews.
20d2304d 888
01ec1eed
VS
8892012-01-16 Volker Sobek <reklov@live.com> (tiny change)
890
891 * programs.texi (Comment Commands): Typo (bug#10514).
892
06848b82
CY
8932012-01-15 Chong Yidong <cyd@gnu.org>
894
895 * xresources.texi (X Resources): Describe GTK+ case first.
896 (Resources): Don't use borderWidth as an example, since it doesn't
897 work with GTK+.
898 (Table of Resources): Clarify role of several resources, including
899 the Emacs 24 behavior of cursorBlink etc.
900 (Face Resources): Node deleted. Recommend using Customize
901 instead. Add paragraph to `Table of Resources' node summarizing
902 how to use X resources for changing faces.
903 (Lucid Resources): Rewrite, omitting description of font names,
904 referring to the Fonts node instead.
905 (LessTif Resources): Copyedits.
906 (GTK resources): Rewrite, describing the difference between gtk2
907 and gtk3.
908 (GTK Resource Basics): New node.
909 (GTK Widget Names, GTK Names in Emacs): Rewrite.
910 (GTK styles): Just refer to Fonts node for GTK font format.
911
912 * display.texi (Faces): Document the cursor face.
913
a73a3461
CY
9142012-01-14 Chong Yidong <cyd@gnu.org>
915
01ec1eed 916 * cmdargs.texi (Action Arguments): No need to mention EMACSLOADPATH.
a73a3461
CY
917 (General Variables): Add xref to Lisp Libraries.
918 (Initial Options): Copyedits.
919 (Resume Arguments): Node deleted; emacs.bash/csh are obsolete.
920 (Environment): Clarify what getenv does.
921 (General Variables): Clarify EMACSPATH etc. Emacs does not assume
922 light backgrounds on xterms.
923 (Misc Variables): TEMP and TMP are not Windows-specific.
924 (Display X): Copyedits.
925 (Colors X): -bd does nothing for GTK.
926 (Icons X): Gnome 3 doesn't use taskbars.
927
928 * misc.texi (Shell): Document exec-path here.
929
930 * rmail.texi (Movemail): Add xref for exec-path.
931
e517eda4
GM
9322012-01-13 Glenn Morris <rgm@gnu.org>
933
934 * dired.texi (Dired and Find): Clarify find-ls-options.
935
1de76afe
CY
9362012-01-09 Chong Yidong <cyd@gnu.org>
937
71873e2b 938 * custom.texi (Custom Themes): Switch custom-safe-themes to use
1de76afe
CY
939 SHA-256.
940
c61ab18c
CY
9412012-01-07 Chong Yidong <cyd@gnu.org>
942
e490b289
CY
943 * display.texi (Useless Whitespace): Add Whitespace mode.
944
1de77c4c
CY
945 * custom.texi (Hooks): Discuss how to disable minor modes.
946
947 * files.texi (Diff Mode): Discuss diff-auto-refine-mode
e490b289 948 (Bug#10309). Discuss use of Whitespace mode (Bug#10300).
1de77c4c 949
c61ab18c
CY
950 * trouble.texi (Lossage): Refer to Bugs node for problems.
951 (DEL Does Not Delete): Don't use "usual erasure key" teminology.
952 (Screen Garbled): Don't refer to terminal "manufacturers".
953 (Total Frustration): Node deleted. Eliza is documented in
954 Amusements now.
71873e2b
SM
955 (Known Problems): More info about using the bug tracker.
956 Mention debbugs package.
c61ab18c
CY
957 (Bug Criteria): Copyedits.
958 (Understanding Bug Reporting): Mention emacs -Q.
959
89bd9ccd
CY
9602012-01-06 Chong Yidong <cyd@gnu.org>
961
962 * custom.texi (Specifying File Variables): The mode: keyword
963 doesn't have to be first anymore. Add example of specifying minor
964 modes.
965 (Directory Variables): Simplify example. Mention application to
966 non-file buffers.
967 (Disabling): Use "initialization file" terminology.
968 (Init Examples): Fix hook example.
969
8034735f
EZ
9702012-01-06 Eli Zaretskii <eliz@gnu.org>
971
972 * cmdargs.texi (MS-Windows Registry): Shorten the index entry.
973 (Bug#10422)
974 Move the stuff about resources to xresources.texi.
975
976 * xresources.texi (Resources): Move information about setting X
977 resources in the Registry from cmdargs.texi. Make the index entry
978 be similar to the one in cmdargs.texi.
979
b0d7d8af
CY
9802012-01-05 Chong Yidong <cyd@gnu.org>
981
982 * custom.texi (Customization Groups): Update example.
983 (Browsing Custom): Document the new search field.
984 (Changing a Variable): Update example for Emacs 24 changes.
985 Document Custom-set and Custom-save commands.
986 (Face Customization): Document Emacs 24 changes. De-document
987 modify-face.
988 (Specific Customization): Mention customize-variable.
989 (Custom Themes): Add customize-themes, custom-theme-load-path,
990 custom-theme-directory, and describe-theme.
991 (Creating Custom Themes): New node.
992 (Examining): Mention M-:.
993
994 * package.texi (Packages): Fix typo.
995
88c5c7c8
CY
9962012-01-03 Chong Yidong <cyd@gnu.org>
997
998 * misc.texi (Single Shell): Don't document Lisp usage of
999 shell-command. Tidy up discussion of synchronicity. Add index
1000 entries for async-shell-command.
1001 (Interactive Shell): Note that M-x shell uses shell-file-name.
1002 Note change in behavior in Emacs 24.
1003 (Shell Mode): Shell mode now uses completion-at-point.
1004 (Shell Prompts): Emphasize that comint-use-prompt-regexp isn't the
1005 default method for recognizing prompts nowadays.
1006 (Shell Ring): Add xref to Minibuffer History.
1007 (Directory Tracking): Explain Dirtrack mode in more detail.
1008 (Term Mode): Fix index entries.
1009 (Paging in Term): Merge into Term Mode.
1010 (Serial Terminal, Emacs Server, emacsclient Options): Copyedits.
1011 (Printing): Fix xref. State default of lpr-switches.
1012 (PostScript): Remove obsolete sentence. Omit description of
1013 non-interactive behaviors.
1014 (Hyperlinking): Improve description.
1015 (Browse-URL): Using compose-mail for mailto URLs is the default.
1016 Document browse-url-mailto-function.
1017 (Goto Address mode): Add index entries. Add xref to Browse-URL.
1018 (FFAP): FFAP is not a minor mode.
71873e2b
SM
1019 (Amusements): M-x lm was renamed to M-x landmark.
1020 Document nato-region.
88c5c7c8 1021
b8ecfdfe
CY
10222012-01-01 Chong Yidong <cyd@gnu.org>
1023
1024 * misc.texi (Gnus, Buffers of Gnus): Copyedits.
1025 (Gnus Startup): Note that the system might not be set up for news.
1026 Describe group levels more clearly.
1027 (Gnus Group Buffer, Gnus Summary Buffer): New nodes, split from
1028 Summary of Gnus.
1029 (Document View): Copyedits. Move zoom commads to DocView
1030 Navigation node.
1031 (DocView Navigation, DocView Searching, DocView Slicing)
1032 (DocView Conversion): Nodes renamed from Navigation, etc.
1033
1034 * sending.texi (Mail Sending): Add message-kill-buffer-on-exit.
1035
7bc7d2aa
EZ
10362011-12-31 Eli Zaretskii <eliz@gnu.org>
1037
1038 * basic.texi (Moving Point): Fix the description of C-n and C-p.
1039 (Bug#10380)
1040
b30941db
CY
10412011-12-30 Chong Yidong <cyd@gnu.org>
1042
1043 * sending.texi (Sending Mail): Document initial mail buffer name,
1044 and changed multiple mail buffer behavior.
1045 (Mail Format): Put the example at the top of the section.
1046 (Mail Headers): Move discussion of "From" to the top.
1047 (Mail Sending): Document sendmail-query-once.
1048 (Citing Mail): Make it less Rmail-specific.
1049
0ed49f93
CY
10502011-12-29 Chong Yidong <cyd@gnu.org>
1051
1052 * text.texi (Org Mode): Copyedits. Refer to Outline Format for
1053 example. Add index entries.
1054 (Org Organizer, Org Authoring): Nodes renamed. Copyedits.
1055
c40a7de7
CY
10562011-12-26 Chong Yidong <cyd@gnu.org>
1057
71873e2b
SM
1058 * dired.texi (Dired Enter, Misc Dired Features):
1059 Document dired-use-ls-dired changes. Mention quit-window.
c40a7de7
CY
1060 (Dired Navigation): Add index entries.
1061 (Dired Visiting): Fix View Mode xref.
1062 (Marks vs Flags): Prefer C-/ binding for undo.
1063 (Subdirectories in Dired): Add xrefs.
1064 (Misc Dired Features): Document some Emacs 24 changes. Add index
1065 entries.
1066
1067 * abbrevs.texi (Abbrev Concepts): No need to mention abbrev-mode
1068 variable, since it is explained in Minor Modes node.
1069 (Defining Abbrevs): Copyedits.
1070 (Expanding Abbrevs): State default of abbrev-all-caps. Prefer the
1071 C-/ binding for undo.
1072 (Dabbrev Customization): Add xrefs for case-fold-search and
1073 case-replace.
1074
1075 * dired-xtra.texi (Subdir Switches): Add xref.
1076
1077 * maintaining.texi (VC Directory Commands): Mention quit-window.
1078
3d992aa0
CY
10792011-12-25 Chong Yidong <cyd@gnu.org>
1080
1081 * maintaining.texi (Tags): Mention Semantic.
1082 (Create Tags Table, Etags Regexps): Copyedits.
1083 (Find Tag): Mention minibuffer completion.
1084 (List Tags): Mention completion-at-point. Completion is actually
1085 available in M-x list-tags.
1086
1087 * vc1-xtra.texi (VC Delete/Rename): Rename from Renaming and VC.
1088 Document vc-delete-file.
1089
1090 * files.texi (Misc File Ops): Mention vc-delete-file.
1091
1092 * programs.texi (Symbol Completion): Mention completion-at-point
1093 explicitly.
1094
2785d024
CY
10952011-12-22 Chong Yidong <cyd@gnu.org>
1096
1097 * maintaining.texi (Change Log Commands): Don't specially mention
1098 vc-update-change-log which is CVS-only.
1099
1100 * vc1-xtra.texi (Version Headers): Note that these are for
1101 Subversion, CVS, etc. only.
71873e2b
SM
1102 (General VC Options): De-document vc-keep-workfiles.
1103 Fix RCS-isms.
2785d024 1104
0ab39399
EZ
11052011-12-22 Eli Zaretskii <eliz@gnu.org>
1106
1107 * building.texi (Debugger Operation): Fix a typo: "@end iftext"
1108 should be @end iftex".
1109
d3098e1e
CY
11102011-12-21 Chong Yidong <cyd@gnu.org>
1111
1112 * maintaining.texi (Advanced C-x v v): Use fileset terminology.
1113 (VC With A Merging VCS, VC Change Log): Add xref to VC Pull node.
1114 (VC Pull): Mention vc-log-incoming.
1115 (Log Buffer): Add CVS/RCS only disclaimer.
1116
1117 * vc1-xtra.texi (Remote Repositories): Update introduction.
1118 (Local Version Control): Node deleted (obsolete with DVCSes).
71873e2b
SM
1119 (Remote Repositories, Version Backups): Node deleted.
1120 Move documentation of vc-cvs-stay-local to CVS Options.
d3098e1e
CY
1121 (CVS Options): Reduce verbosity of description of obscure CVS
1122 locking feature.
1123 (Making Revision Tags, Revision Tag Caveats): Merge into Revision
1124 Tags node.
1125 (Revision Tags): Move under Miscellaneous VC subsection.
1126 (Change Logs and VC): Note that this is wrong for DVCSs.
1127 De-document log entry manipulating features.
1128 (Renaming and VC): Describe how it works on modern VCSes.
1129
1130 * files.texi (Misc File Ops): Mention vc-rename-file.
1131
1132 * programs.texi (Custom C Indent): Add index entries.
1133
47d42d81
AM
11342011-12-20 Alan Mackenzie <acm@muc.de>
1135
1136 * programs.texi (Motion in C): Update the description of C-M-a and
1137 C-M-e, they now DTRT in enclosing scopes.
1138 (Custom C Indent): Add @dfn{guessing} of the indentation style.
1139
2edef1a0
CY
11402011-12-20 Chong Yidong <cyd@gnu.org>
1141
1142 * maintaining.texi (VCS Concepts): Add "working tree" terminology.
1143 (Old Revisions): Use it.
1144 (VCS Repositories): Add "distributed" terminology.
1145 (Log Buffer): Remove duplicate description
1146 about changesets. Fix "current VC fileset" ambiguity.
1147 (Multi-User Branching): Node deleted.
1148 (Branches, Switching Branches): Discuss decentralized version
1149 control systems.
1150 (VC Pull): New node.
1151 (Merging): Document merging on decentralized systems.
1152 (Creating Branches): Note that this is specific to CVS and related
1153 systems.
1154
bc859d5f
CY
11552011-12-19 Chong Yidong <cyd@gnu.org>
1156
1157 * maintaining.texi (VCS Merging, VCS Changesets): Index entries.
1158 (VC Mode Line): Add index entry for "version control status".
1159 (VC Undo): Use vc-revert instead of its vc-revert-buffer alias.
1160 Document vc-revert-show-diff. De-document vc-rollback.
1161 (VC Directory Mode): Rewrite introduction. Move prefix arg
1162 documentation here from VC Directory Buffer node.
1163 (VC Directory Buffer): Use a decentralized VCS example.
1164 (VC Directory Commands): Use a table. Remove material duplicated
1165 in previous nodes on multi-file VC filsets.
1166
9cff91f8
CY
11672011-12-17 Chong Yidong <cyd@gnu.org>
1168
1169 * maintaining.texi (VCS Concepts): Make "revision" terminology
1170 less CVS-specific.
1171 (VC With A Merging VCS, VC With A Locking VCS): Add xref to
1172 Registering node.
71873e2b 1173 (Secondary VC Commands): Delete. Promote subnodes.
9cff91f8
CY
1174 (Log Buffer): Add command name for C-c C-c. Fix the name of the
1175 log buffer. Add index entries.
71873e2b
SM
1176 (VCS Changesets, Types of Log File, VC With A Merging VCS):
1177 Use "commit" terminology.
9cff91f8
CY
1178 (Old Revisions): Move it to just before VC Change Log. "Tag" here
1179 doesn't refer to tags tables. Note other possible forms of the
1180 revision ID. C-x v = does not save.
1181 (Registering): Note similarity to C-x v v action. Fix description
1182 of how backends are chosen. De-document vc-default-init-revision.
1183 (VC Change Log): Document C-x v l in VC-Dir buffer. Document RET
1184 in root log buffers.
1185
f3b316df
CY
11862011-12-16 Chong Yidong <cyd@gnu.org>
1187
1188 * maintaining.texi (Version Control Systems): Drop Meta-CVS.
1189 (Basic VC Editing): Remove redundant descriptions.
1190 (VC With A Merging VCS): Make description more general instead of
1191 CVS-specific.
1192 (VC With A Locking VCS): Use VC fileset terminology.
1193
29eabb8e
CY
11942011-12-12 Chong Yidong <cyd@gnu.org>
1195
1196 * building.texi (Executing Lisp): Fix xref for C-M-x.
1197 (Lisp Libraries): Add xref to node explaining `load' in Lisp
1198 manual. Note that load-path is not customizable.
1199 (Lisp Eval): Note that listed commands are available globally.
1200 Explain the meaning of "defun" in the C-M-x context.
1201 (Lisp Interaction): Copyedits.
71873e2b
SM
1202 (External Lisp): Fix name of inferior Lisp buffer.
1203 Mention Scheme.
29eabb8e
CY
1204 (Compilation): Define "inferior process".
1205
cd0314dd
EZ
12062011-12-10 Eli Zaretskii <eliz@gnu.org>
1207
1208 * msdog.texi (Windows Fonts): Document how to force GDI font
1209 backend on MS-Windows.
1210
0595bd7e 12112011-12-10 Chong Yidong <cyd@gnu.org>
b09d01da
CY
1212
1213 * building.texi (Compilation): Say what the -k flag to make does.
1214 Move subprocess discussion to Compilation Shell.
1215 (Compilation Mode): Add xref for grep, occur, and mouse
1216 references. Define "locus".
1217 (Grep Searching): Use @command.
71873e2b
SM
1218 (Debuggers, Commands of GUD, GDB Graphical Interface):
1219 Clarify intro.
0595bd7e
CY
1220 (Starting GUD): Clarify how arguments are specified.
1221 (Debugger Operation): Index entry for "GUD interaction buffer",
1222 and move basic description here from Commands of GUD node.
1223 (GDB User Interface Layout): Copyedits.
1224 (Source Buffers): Remove gdb-find-source-frame, which is not in
1225 gdb-mi.el.
1226 (Other GDB Buffers): Remove gdb-use-separate-io-buffer and
71873e2b
SM
1227 toggle-gdb-all-registers, which are not in gdb-mi.el.
1228 Don't re-document GUD interaction buffers.
b09d01da
CY
1229
1230 * programs.texi (Symbol Completion): M-TAB can now use Semantic.
1231 (Semantic): Add cindex entries for Semantic.
1232
2a185919
CY
12332011-12-06 Chong Yidong <cyd@gnu.org>
1234
1235 * programs.texi (Man Page): Clarify how to use Man-switches.
1236 Don't bother documenting Man-fontify-manpage-flag.
1237 (Lisp Doc): Add xref to Name Help node.
1238 (Hideshow): Add cindex. Mention role of ellipses, and default
1239 value of hs-isearch-open. Don't bother documenting
1240 hs-special-modes-alist.
1241 (Symbol Completion): Add kindex for C-M-i. Don't recommend
1242 changing the window manager binding of M-TAB.
1243
ebf10822
CY
12442011-12-05 Chong Yidong <cyd@gnu.org>
1245
1246 * programs.texi (Comment Commands): Fix description of for M-; on
1247 blank lines. Move documentation of comment-region here.
1248 (Multi-Line Comments): Clarify the role of comment-multi-line.
1249 Refer to Comment Commands for comment-region doc.
1250 (Options for Comments): Refer to Multi-Line Comments for
1251 comment-multi-line doc, instead of duplicating it. Fix default
1252 values of comment-padding and comment-start-skip.
1253
ec7ae032
CY
12542011-12-04 Chong Yidong <cyd@gnu.org>
1255
1256 * programs.texi (Program Modes): Mention modes that are not
1257 included with Emacs. Fix references to other manuals for tex.
71873e2b
SM
1258 Add index entry for backward-delete-char-untabify.
1259 Mention prog-mode-hook.
ec7ae032
CY
1260 (Which Function): Use "global minor mode" terminology.
1261 (Basic Indent, Multi-line Indent): Refer to previous descriptions
1262 in Indentation chapter to avoid duplication.
1263 (Expressions): Copyedit.
1264 (Matching): Document Electric Pair mode.
1265
1266 * ack.texi (Acknowledgments):
1267 * rmail.texi (Movemail, Other Mailbox Formats):
1268 * frames.texi (Frames): Don't capitalize "Unix".
1269
a24bf23e
CY
12702011-12-04 Chong Yidong <cyd@gnu.org>
1271
1272 * text.texi (Nroff Mode): Mention what nroff is.
1273 (Text Based Tables, Table Recognition): Don't say "Table mode"
1274 since it's not a major or minor mode.
1275 (Text Based Tables): Reduce the size of the example.
1276 (Table Definition): Clarify definitions.
1277 (Table Creation): Add key table.
1278 (Cell Commands): Use kbd for commands.
1279 (Table Rows and Columns): Combine nodes Row Commands and Column
1280 Commands.
1281 (Fixed Width Mode): Node deleted; contents moved to parent.
1282 (Table Conversion): Shorten example.
1283 (Measuring Tables): Merge into Table Misc.
1284
8863a584
CY
12852011-12-03 Chong Yidong <cyd@gnu.org>
1286
1287 * text.texi (TeX Mode): Mention AUCTeX package.
1288 (TeX Editing): Add xref to documentation for Occur.
1289 (LaTeX Editing): Add xref to Completion node.
1290 (TeX Print): Fix description of tex-directory.
71873e2b 1291 (Enriched Text): Rename from Formatted Text. Make this node and
8863a584
CY
1292 its subnodes less verbose, since text/enriched files are
1293 practically unused.
71873e2b 1294 (Enriched Mode): Rename from Requesting Formatted Text.
8863a584 1295 (Format Colors): Node deleted.
71873e2b 1296 (Enriched Faces): Rename from Format Faces. Describe commands
8863a584
CY
1297 for applying colors too.
1298 (Forcing Enriched Mode): Node deleted; merged into Enriched Mode.
1299
1300 * frames.texi (Menu Mouse Clicks): Tweak description of C-Mouse-2.
1301
1302 * display.texi (Colors): New node.
1303
1304 * cmdargs.texi (Colors X):
1305 * xresources.texi (GTK styles):
1306 * custom.texi (Face Customization): Reference it.
1307
1308 * glossary.texi (Glossary): Remove "formatted text" and "WYSIWYG".
1309 Link to Fill Commands for Justification entry.
1310
6fdebe93
EZ
13112011-12-03 Eli Zaretskii <eliz@gnu.org>
1312
1313 * display.texi (Auto Scrolling): More accurate description of what
1314 scroll-*-aggressively does, including the effect of non-zero
1315 margin. Fix "i.e." markup.
1316
95ca9bc7
CY
13172011-12-02 Chong Yidong <cyd@gnu.org>
1318
1319 * text.texi (Pages): Mention how formfeed chars are displayed.
1320 (Auto Fill): Note convention for calling auto-fill-mode from Lisp.
1321 Describe adaptive filling more precisely.
1322 (Fill Commands): Note that filling removes excess whitespace.
1323 (Text Mode): Note auto-mode-alist entries for Text mode. TAB is
1324 now bound to indent-for-tab-command in Text mode.
1325 (Outline Mode): Copyedits.
1326 (Outline Visibility): Note that Reveal mode is a buffer-local
1327 minor mode.
1328
1329 * modes.texi (Major Modes): Move note about checking major-mode in
1330 a hook function here, from Text mode.
1331
6d262977
CY
13322011-11-28 Chong Yidong <cyd@gnu.org>
1333
b22b1918
CY
1334 * text.texi (Words): Add xref to Position Info.
1335 (Paragraphs): Add xref to Regexps.
1336
6d262977
CY
1337 * indent.texi (Indentation): Rewrite introduction. Move table to
1338 Indentation Commands node.
1339 (Indentation Commands): Add index entries to table. Copyedits.
1340 (Tab Stops, Just Spaces): Copyedits.
1341 (Indent Convenience): New node. Document electric-indent-mode.
1342
1343 * programs.texi (Basic Indent):
1344 * windows.texi (Pop Up Window): Fix kindex entry.
1345
dc95a8b0
CY
13462011-11-28 Chong Yidong <cyd@gnu.org>
1347
1348 * modes.texi (Major Modes): Move major-mode variable doc here from
1349 Choosing Modes. Document describe-mode. Document prog-mode-hook
1350 and text-mode-hook. Add example of using hooks.
1351 (Minor Modes): Document behavior of mode command calls from Lisp.
1352 Note that setting the mode variable using Customize will DTRT.
1353 (Choosing Modes): Add example of setting a minor mode using a
1354 local variable.
1355
b63a8e8e
CY
13562011-11-27 Chong Yidong <cyd@gnu.org>
1357
1358 * frames.texi (Creating Frames): Move frame parameter example to
1359 Frame Parameters node.
1360 (Frame Commands): C-x 5 o does not warp the mouse by default.
1361 (Fonts): Add more GTK-style properties; also, they should be
1362 capitalized.
1363 (Special Buffer Frames): Node deleted; special-display is on the
1364 way out.
1365 (Frame Parameters): Example moved here from Creating Frames.
1366 Clarify that default-frame-alist affects the initial frame too.
1367 Delete auto-raise-mode and auto-lower-mode.
1368 (Wheeled Mice): Node deleted. Content moved to Mouse Commands.
1369 (Dialog Boxes): Delete x-gtk-use-old-file-dialog.
1370
1371 * windows.texi (Window Choice): Add xref to Lisp manual for
1372 special-display-*.
1373
a3dcc84e
EZ
13742011-11-26 Eli Zaretskii <eliz@gnu.org>
1375
1376 * display.texi (Text Display): Update the description,
1377 cross-references, and indexing related to display of control
1378 characters and raw bytes.
1379
4ad3bc2a
CY
13802011-11-25 Chong Yidong <cyd@gnu.org>
1381
1382 * frames.texi (Frames): Rewrite introduction.
1383 (Mouse Commands): Default for mouse-drag-copy-region is now t.
1384 Mouse-3 does not copy to kill ring by default. DEL does not
1385 behave specially for mouse commands any more.
1386 (Mouse References): Document mouse-1-click-follows-link more
1387 thoroughly.
1388 (Menu Mouse Clicks): Move footnote to the main text and add xref
1389 to Init Rebinding node.
1390 (Mode Line Mouse): Mouse-3 on the mode-line does not bury buffer.
1391
1392 * files.texi (Visiting): `C-x 5 f' works on ttys too.
1393
20db1522
JB
13942011-11-24 Juanma Barranquero <lekktu@gmail.com>
1395
1396 * display.texi (Font Lock): Fix typo.
1397
01d06b1f
GM
13982011-11-24 Glenn Morris <rgm@gnu.org>
1399
1400 * rmail.texi (Rmail Output):
1401 Mention rmail-automatic-folder-directives. (Bug#9657)
1402
0cbaa1d5
CY
14032011-11-21 Chong Yidong <cyd@gnu.org>
1404
1405 * mark.texi (Global Mark Ring): Fix description of global mark
1406 ring (Bug#10032).
1407
fe7a3057
JB
14082011-11-20 Juanma Barranquero <lekktu@gmail.com>
1409
1410 * msdog.texi (Windows Fonts): Fix typo.
1411
b6e63cbe
GM
14122011-11-17 Glenn Morris <rgm@gnu.org>
1413
1414 * regs.texi (Bookmarks): Small fixes related to saving. (Bug#10058)
1415
58179cce
JB
14162011-11-16 Juanma Barranquero <lekktu@gmail.com>
1417
1418 * killing.texi (Rectangles):
7877f373
JB
1419 * misc.texi (Document View):
1420 * modes.texi (Choosing Modes):
1421 * msdog.texi (Windows Fonts):
58179cce
JB
1422 * regs.texi (Rectangle Registers):
1423 * search.texi (Isearch Yank): Fix typos.
1424
291d142b
CY
14252011-11-06 Chong Yidong <cyd@gnu.org>
1426
1427 * windows.texi (Basic Window): Add xref to Cursor Display.
1428 (Split Window): Document negative arg for splitting commands.
1429 (Other Window): Document mouse-1 in text area of window.
1430 (Change Window): Don't mention window attributes, since they
1431 aren't defined. C-x 1 can't be used with minibuffer windows.
1432 Windows are no longer auto-deleted.
1433 (Window Choice): Add xref to Choosing Window in Lisp manual.
1434 (Window Convenience): Note that windmove disables shift-selection.
1435 Move M-x compare-windows here from Other Window node.
1436
1437 * custom.texi (Mouse Buttons):
1438 * search.texi (Isearch Scroll):
1439 * windows.texi (Split Window): Use new names split-window-below
1440 and split-window-right.
1441
a7ef684b
JB
14422011-10-26 Juanma Barranquero <lekktu@gmail.com>
1443
1444 * emacs.texi (Top): Fix typo.
1445
d53e1747
GM
14462011-10-25 Glenn Morris <rgm@gnu.org>
1447
1448 * abbrevs.texi (Saving Abbrevs):
1449 quietly-read-abbrev-file is not a command. (Bug#9866)
1450
e7a3ff06
CY
14512011-10-24 Chong Yidong <cyd@gnu.org>
1452
1453 * display.texi (Scrolling): Document scroll-up-line and
1454 scroll-down-line. Document scroll-command property.
1455 (Recentering): New node, split off from Scrolling.
1456
86c60681
CY
14572011-10-23 Chong Yidong <cyd@gnu.org>
1458
da97a9e6
CY
1459 * frames.texi (Scroll Bars): GTK uses right scroll bars now.
1460 (Tool Bars): Copyedits.
1461
86c60681
CY
1462 * buffers.texi (Misc Buffer): Don't mention vc-toggle-read-only.
1463
d195726a
CY
14642011-10-22 Chong Yidong <cyd@gnu.org>
1465
1466 * windows.texi (Displaying Buffers): Fix broken lispref link.
1467
a70e06c1
CY
14682011-10-22 Chong Yidong <cyd@gnu.org>
1469
1470 * mini.texi (Minibuffer Exit): Rename from Strict Completion.
1471 Move confirm-nonexistent-file-or-buffer discussion here.
1472
1473 * files.texi (File Names, Visiting): Move detailed discussion of
1474 minibuffer confirmation to Minibuffer Exit.
1475
1476 * buffers.texi (Buffers): Tweak mention of mail buffer name.
1477 (Select Buffer): Move confirmation discussion to Minibuffer Exit.
1478
bfd779dd
CY
14792011-10-21 Chong Yidong <cyd@gnu.org>
1480
1481 * files.texi (File Names, Visiting, Interlocking): Copyedits.
1482 (Backup Copying): backup-by-copying-when-mismatch is now t.
1483 (Customize Save): Fix description of require-final-newline.
1484 (Reverting): Note that revert-buffer can't be undone. Mention VC.
1485 (Auto Save Control): Clarify.
1486 (File Archives): Add 7z.
1487 (Remote Files): ange-ftp-make-backup-files defaults to nil.
1488
1489 * arevert-xtra.texi (Autorevert): Copyedits.
1490
6e317956
CY
14912011-10-20 Chong Yidong <cyd@gnu.org>
1492
1493 * custom.texi (Hooks, Init Examples):
1494 * display.texi (Font Lock):
1495 * fixit.texi (Spelling):
1496 * rmail.texi (Rmail Display): Minor mode function with no arg now
1497 enables it.
1498
1499 * fixit.texi (Spelling): Fix description of inline completion.
1500
5abc31ef
CY
15012011-10-19 Chong Yidong <cyd@gnu.org>
1502
1503 * search.texi (Repeat Isearch, Error in Isearch): Add kindex
1504 entries.
1505 (Isearch Yank): Document isearch-yank-pop.
1506 (Isearch Scroll): Refer to C-l instead of unbound `recenter'.
1507 (Other Repeating Search): Document Occur Edit mode.
1508
939db9ac
CY
15092011-10-18 Chong Yidong <cyd@gnu.org>
1510
1511 * display.texi (Fringes): Move overflow-newline-into-fringe here,
1512 from Line Truncation node.
1513 (Standard Faces): Note that only the background of the cursor face
1514 has an effect.
1515 (Cursor Display): Fix descriptions of cursor face
1516 and bar cursor blinking.
1517 (Text Display): Document nobreak-char-display more clearly.
1518 (Line Truncation): Add xref to Split Window node.
1519 (Display Custom): Don't bother documenting baud-rate or
1520 no-redraw-on-reenter.
1521
1522 * search.texi (Slow Isearch): Node removed.
1523
80c6d77f
GM
15242011-10-18 Glenn Morris <rgm@gnu.org>
1525
1526 * maintaining.texi (Registering): Remove vc-initial-comment. (Bug#9745)
1527
d366bd53
CY
15282011-10-18 Chong Yidong <cyd@gnu.org>
1529
1530 * display.texi (Faces): Simplify discussion. Move documentation
71873e2b
SM
1531 of list-faces-display here, from Standard Faces node.
1532 Note special role of `default' background.
1533 (Standard Faces): Note special role of `default' background.
1534 Note that region face may be taken fom GTK. Add xref to Text Display.
1535 (Text Scale): Rename from "Temporary Face Changes".
1536 Callers changed. Don't bother documenting variable-pitch-mode.
d366bd53
CY
1537 (Font Lock): Copyedits. Remove font-lock-maximum-size.
1538 (Useless Whitespace): Simplify description of
1539 delete-trailing-whitespace. Note active region case.
1540 (Text Display): Fix description of escape-glyph face assignment.
1541 Remove unibye mode discussion. Update some parts for Unicode.
1542 Move glyphless chars documentation to Lisp manual.
1543
1544 * frames.texi (Tooltips): Document x-gtk-use-system-tooltips.
1545
21100e7d
CY
15462011-10-15 Chong Yidong <cyd@stupidchicken.com>
1547
1548 * display.texi (Scrolling): Tweak explanation of scroll direction.
1549 (View Mode): Add index entries.
1550
1551 * killing.texi (Deletion): Document negative prefix arg to M-SPC.
1552
1553 * regs.texi (Text Registers): C-x r i does not activate the mark.
1554 (Bookmarks): Document new default bookmark location.
1555
50b063c3
CY
15562011-10-13 Chong Yidong <cyd@stupidchicken.com>
1557
71873e2b
SM
1558 * killing.texi (Deletion): Add xref to Using Region.
1559 Document delete-forward-char.
50b063c3
CY
1560 (Yanking): Move yank-excluded-properties to Lisp manual. Move C-y
1561 description here. Recommend C-u C-SPC for jumping to mark.
1562 (Kill Ring): Move kill ring variable documentation here.
1563 (Primary Selection): Copyedits.
1564 (Rectangles): Document new command rectangle-number-lines.
1565 (CUA Bindings): Note that this disables the mark-even-if-inactive
1566 behavior for C-x and C-c.
1567
1568 * mark.texi (Mark): Mention "active region" terminology.
1569 (Using Region): Document delete-active-region.
1570
e1a3f5b1
CY
15712011-10-12 Chong Yidong <cyd@stupidchicken.com>
1572
1573 * mark.texi (Mark): Clarify description of disabled Transient Mark
1574 mode (Bug#9689).
1575 (Setting Mark): Document prefix arg for C-x C-x. Document primary
1576 selection changes. Mention that commands like C-y set the mark.
1577 (Marking Objects): Add xref to Words node. Note that mark-word
1578 and mark-sexp also have the "extend region" behavior.
71873e2b
SM
1579 (Using Region): Mention M-$ in the table.
1580 Document mark-even-if-inactive here instead of in Mark Ring.
1581 (Mark Ring): Move mark-even-if-inactive to Using Region.
1582 Take note of the "Mark Set" behavior.
e1a3f5b1
CY
1583 (Disabled Transient Mark): Rename from "Persistent Mark"
1584 (Bug#9688). Callers changed.
1585
1586 * programs.texi (Expressions):
1587 * text.texi (Words): Defer to Marking Objects for mark-word doc.
1588
3dc62b2b
CY
15892011-10-09 Chong Yidong <cyd@stupidchicken.com>
1590
1591 * help.texi (Help, Help Summary): Eliminate the unnecessary "help
1592 option" terminology.
1593 (Key Help): Add command names. Define "documentation string".
1594 (Name Help): Remove an over-long joke.
1595 (Apropos): Document prefix args. Remove duplicated descriptions.
1596 (Help Mode): Add C-c C-b to table. Update TAB binding.
71873e2b
SM
1597 (Package Keywords): Rename from "Library by Keyword".
1598 Describe new package menu interface.
3dc62b2b 1599 (Help Files, Help Echo): Tweak description.
de09aa52
CY
1600
1601 * mini.texi (Completion Options): Add completion-cycle-threshold.
3dc62b2b 1602 (Minibuffer History): Document numeric args to history commands.
de09aa52 1603
2d3fe5d7
EZ
16042011-10-08 Eli Zaretskii <eliz@gnu.org>
1605
1606 * mule.texi (Bidirectional Editing): Correct some inaccuracies.
1607
b2b0776e
CY
16082011-10-08 Chong Yidong <cyd@stupidchicken.com>
1609
71873e2b
SM
1610 * basic.texi (Position Info): Omit page commands.
1611 Document count-words-region and count-words.
b2b0776e
CY
1612
1613 * text.texi (Pages): Move what-page documentation here.
1614
27a16462
CY
16152011-10-08 Chong Yidong <cyd@stupidchicken.com>
1616
1617 * mini.texi (Minibuffer File): Minor copyedits. Use xref to
1618 Remote Files node instead of linking directly to the Tramp manual.
1619 (Minibuffer Edit): Add xref to Blank Lines.
1620 (Completion): Add xref to Symbol Completion. Remove redundant
1621 example, which is repeated in the next node.
1622 (Completion Commands): Minor clarifications.
1623 (Completion Styles): New node, split from Completion Commands.
1624 Document substring and initials styles.
1625 (Strict Completion): Remove information duplicated in other nodes.
1626 (Completion Options): Consolidate case difference discussion here.
1627
1628 * help.texi (Help Mode): Fix kindex entries.
1629
1630 * files.texi (File Names): Add index entries.
1631
de0bde62
CY
16322011-10-07 Chong Yidong <cyd@stupidchicken.com>
1633
71873e2b
SM
1634 * basic.texi (Inserting Text): Add xref to Completion.
1635 Add ucs-insert example, and document prefix argument.
de0bde62
CY
1636 (Moving Point): Fix introduction; C-f/C-b are no longer equivalent
1637 to left/right. Tweak left-char and right-char descriptions.
1638 M-left and M-right are now bound to left-word/right-word.
1639 (Erasing): Document delete-forward-char.
1640
1641 * screen.texi (Screen, Menu Bar): Copyedits.
1642 (Point): Remove duplicate paragraph on cursors, also in Screen.
1643 (Mode Line): Trailing dashes no longer shown on X displays.
1644
1645 * frames.texi (Non-Window Terminals): Index just "text-only
1646 terminal", which is used throughout the manual now.
1647
1648 * entering.texi (Entering Emacs): Define "startup screen".
1649 Document window-splitting behavior with command-line inputs.
1650 (Exiting): Remove obsolete paragraph about shells without suspend
1651 functionality.
1652
1653 * commands.texi (User Input): Define "input event" more clearly.
1654 (Keys): Add xref to Echo Area.
1655 (Commands): Clarify relation between commands and functions.
1656
453e4522
CY
16572011-10-06 Chong Yidong <cyd@stupidchicken.com>
1658
1659 * misc.texi (emacsclient Options): Document how emacsclient runs
1660 the Emacs daemon (Bug#9674).
1661
550f41cd
CY
16622011-10-01 Chong Yidong <cyd@stupidchicken.com>
1663
1664 * basic.texi (Moving Point):
1665 * custom.texi (Mouse Buttons):
1666 * rmail.texi (Rmail Scrolling):
1667 * search.texi (Isearch Scroll):
550f41cd
CY
1668 * display.texi (Scrolling): Replace scroll-up/down with
1669 scroll-up/down-command. Fix scroll-preserve-screen-position
1670 description. Document scroll-error-top-bottom.
1671
9229fe87
GM
16722011-09-30 Glenn Morris <rgm@gnu.org>
1673
1674 * commands.texi (Keys): Whitespace fix. (Bug#9635)
1675
0a2132ba
CY
16762011-09-24 Chong Yidong <cyd@stupidchicken.com>
1677
1678 * windows.texi (Pop Up Window): Defer discussion of window
1679 splitting to the Window Choice node. Add index entries.
1680 (Force Same Window): Node deleted.
1681 (Displaying Buffers, Window Choice): New nodes.
1682
1683 * buffers.texi (Select Buffer): Clarify description of
1684 buffer-switching commands. Add xref to Window Display node.
1685 Don't repeat confirm-nonexistent-file-or-buffer description from
1686 Visiting node. Remove even-window-heights.
1687
1688 * frames.texi (Special Buffer Frames): Add xref to Window Choice.
1689
33ed493b
CY
16902011-09-18 Chong Yidong <cyd@stupidchicken.com>
1691
1692 * cmdargs.texi (Icons X): Fix description of Emacs icon.
1693
1694 * xresources.texi (Table of Resources): Fix documentation of
1695 bitmapIcon.
1696
92fa95ad
CY
16972011-09-15 Chong Yidong <cyd@stupidchicken.com>
1698
1699 * package.texi (Package Menu): Add package-menu-mark-upgrades.
1700
16254627
EH
17012011-09-12 Eric Hanchrow <eric.hanchrow@gmail.com>
1702
1703 * frames.texi (Frame Commands): Note that delete-other-frames only
1704 deletes frames on current terminal.
1705
c3760c17
EZ
17062011-09-10 Eli Zaretskii <eliz@gnu.org>
1707
1708 * sending.texi (Mail Misc): Document mail-add-attachment.
1709
69b8be97
EZ
17102011-09-04 Eli Zaretskii <eliz@gnu.org>
1711
1712 * basic.texi (Inserting Text): Add index entries. (Bug#9433)
1713
3fd50d5c
CY
17142011-08-29 Chong Yidong <cyd@stupidchicken.com>
1715
1716 * modes.texi (Choosing Modes): auto-mode-case-fold is now t.
1717
e2aeef63
CY
17182011-08-28 Chong Yidong <cyd@stupidchicken.com>
1719
1720 * files.texi (File Archives):
1721 * cal-xtra.texi (Diary Display):
1722 * help.texi (Help Mode): Add xref to View Mode.
1723
ddb54206
CY
17242011-08-28 Chong Yidong <cyd@stupidchicken.com>
1725
a6326082
CY
1726 * display.texi (View Mode): New node. Move view-file here from
1727 Misc File Ops. Move view-buffer here from Misc Buffer.
1728
1729 * buffers.texi (Misc Buffer): Move view-buffer to View Mode.
1730
04e2ce72 1731 * files.texi (Misc File Ops): Document new
a6326082 1732 delete-by-moving-to-trash behavior. Remove view-file.
04e2ce72
CY
1733
1734 * dired.texi (Dired Deletion): Shorten description of Trash.
1735
ddb54206
CY
1736 * misc.texi (emacsclient Options): Document server-port.
1737
bd206ce5
EZ
17382011-08-27 Eli Zaretskii <eliz@gnu.org>
1739
1740 * frames.texi (Frame Commands): Advise setting focus-follows-mouse
1741 even on MS-Windows. Fix a typo.
1742
d43f5a42
CY
17432011-08-26 Chong Yidong <cyd@stupidchicken.com>
1744
1745 * package.texi: New file, documenting the package manager.
1746
1747 * emacs.texi: Include it.
1748
1749 * help.texi (Help Summary): Add describe-package.
1750
e0b1591b
CY
17512011-08-25 Chong Yidong <cyd@stupidchicken.com>
1752
856ce114
CY
1753 * misc.texi (Printing): Convert subnodes into subsections.
1754
f404f8bc
CY
1755 * text.texi (Two-Column): Move into Text chapter.
1756
1757 * picture-xtra.texi (Picture Mode): Group with Editing Binary
1758 Files section. Convert from chapter into section.
1759
1760 * display.texi (Narrowing): Move into display chapter.
1761
e0b1591b
CY
1762 * sending.texi (Sending Mail):
1763 * rmail.texi (Rmail):
1764 * misc.texi (Gnus, Document View):
1765 * dired.texi (Dired):
1766 * emacs.texi: Group the mail, rmail, and gnus chapters together.
1767
75bfc667
JL
17682011-08-07 Juri Linkov <juri@jurta.org>
1769
1770 * dired.texi (Operating on Files): Rewrite according to the fact
1771 that `dired-do-chmod' doesn't use the `chmod' program anymore.
1772
fe676f91
MA
17732011-07-30 Michael Albinus <michael.albinus@gmx.de>
1774
1775 * mini.texi (Minibuffer File): Insert a reference to Tramp for
1776 remote file name completion. (Bug#9197)
1777
4cc60b9b
EZ
17782011-07-28 Eli Zaretskii <eliz@gnu.org>
1779
1780 * mule.texi (Bidirectional Editing): Document the fact that
1781 bidi-display-reordering is t by default.
1782
89671e16
LMI
17832011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
1784
1785 * help.texi (Misc Help): Mention `describe-prefix-bindings'
1786 explicitly (bug#8904).
1787
fb23ecc2
LMI
17882011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
1789
1790 * trouble.texi (Checklist): Use an `M-x' example instead of an
1791 Emacs Lisp form to switch on the dribble file (bug#8056).
1792
465c5fc8
LMI
17932011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
1794
1795 * custom.texi (Hooks): Mention buffer-local hooks (bug#6218).
1796
90a6258b
GM
17972011-07-13 Glenn Morris <rgm@gnu.org>
1798
1799 * dired.texi (Dired Enter): Mention --dired. (Bug#9039)
1800
c7588364
LMI
18012011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
1802
1803 * mark.texi (Mark Ring): Clarify how many locations are saved
1804 (bug#5770).
1805 (Global Mark Ring): Ditto.
1806
4cb4f3ba
LMI
18072011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
1808
d648feab
LMI
1809 * text.texi (Table Recognition): Use "at point" instead of "under
1810 point" (bug#4345).
1811
4cb4f3ba
LMI
1812 * display.texi (Cursor Display): Mention `cursor-type'.
1813
1814 * screen.texi (Point): Clarify that it's only if you use a block
1815 cursor that it appears to be on a character (bug#4345).
1816
ecd0b990
CY
18172011-07-12 Chong Yidong <cyd@stupidchicken.com>
1818
1819 * misc.texi (Amusements): Move dissociated press here, from its
1820 own section.
1821
1822 * emacs.texi (Top): Update node listing.
1823
c2fd0368
LMI
18242011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
1825
1826 * emacs.texi (Top): Change "inferiors" to "subnodes" for greater
1827 clarity (bug#3523).
1828
fdeb32ec
CY
18292011-07-12 Chong Yidong <cyd@stupidchicken.com>
1830
1831 * cmdargs.texi (Initial Options): Document --no-site-lisp.
1832 (Misc X): Document --parent-id.
1833
1834 * frames.texi (Frame Commands): Note that focus-follows-mouse now
1835 defaults to nil.
1836
1837 * misc.texi (emacsclient Options): Document --parent-id.
1838
1839 * msdog.texi (Windows HOME): Document _emacs as obsolete.
1840
f584ca38
LMI
18412011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
1842
1843 * emacs.texi: Use "..." instead of ``...'' in the menus
1844 (bug#3503).
1845
963578d3
CY
18462011-07-11 Chong Yidong <cyd@stupidchicken.com>
1847
1848 * killing.texi (Primary Selection): Document `only' setting for
1849 select-active-regions.
1850
1851 * mark.texi (Setting Mark): Reference Shift Selection node.
1852
1853 * frames.texi (Mouse Commands): Document mouse-yank-primary.
1854
a30ed87b
LMI
18552011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
1856
47076272
LMI
1857 * mark.texi (Setting Mark): Clarify what's meant by "Shifted
1858 motion keys" (bug#3503).
1859
a30ed87b
LMI
1860 * emacs.texi: Change all the register node names from "RegPos"
1861 (etc.) to "Positional Registers" (etc.) (bug#3314).
1862
4d45a8b7
CY
18632011-07-11 Chong Yidong <cyd@stupidchicken.com>
1864
1865 * killing.texi (Killing, Deletion and Killing, Killing by Lines)
1866 (Other Kill Commands, Kill Options): Copyedits.
1867 (Deletion and Killing, Kill Ring): Kill/yank now use clipboard.
1868 (Yanking): Move yank-excluded properties discussion here.
1869 (Cut and Paste): Move from frames.texi. Update subnodes to
1870 describe x-select-enable-clipboard case.
1871
1872 * frames.texi: Move Cut and Paste node and subnodes into
1873 killing.texi, except Mouse Commands and Word and Line Mouse.
1874
c160ddee
AM
18752011-07-10 Andy Moreton <andrewjmoreton@gmail.com> (tiny change)
1876
1877 * makefile.w32-in (EMACSSOURCES): Replace major.texi with modes.texi.
1878
3329e6e3
LMI
18792011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
1880
32a214fe
LMI
1881 * screen.texi (Mode Line): Clarify that coding systems are
1882 characters, not letters (bug#1749).
1883
3329e6e3
LMI
1884 * cmdargs.texi (Environment): Mention removing variables
1885 (bug#1615). Text suggested by Kevin Rodgers.
1886
8875da1e
CY
18872011-07-10 Chong Yidong <cyd@stupidchicken.com>
1888
54806e45
CY
1889 * misc.texi (Amusements): Don't mention Yow; it's crippled.
1890
8875da1e
CY
1891 * modes.texi: Rename from major.texi.
1892 (Modes): New node. Make Major Modes and Minor Modes subsections
1893 of this. All callers changed.
1894
1895 * custom.texi (Minor Modes): Move to modes.texi.
1896
7847b2a1
CY
18972011-07-10 Chong Yidong <cyd@stupidchicken.com>
1898
6cfd0fa2
CY
1899 * custom.texi (Syntax): Node deleted.
1900
1901 * help.texi (Help Summary):
1902 * major.texi (Major Modes):
1903 * programs.texi (Parentheses):
1904 * search.texi (Regexp Backslash, Regexp Backslash)
1905 (Regexp Backslash):
1906 * text.texi (Words): Callers changed.
1907
7847b2a1
CY
1908 * text.texi (Refill, Longlines): Delete nodes.
1909
1910 * ack.texi (Acknowledgments): Longlines removed from manual.
1911
1912 * emacs.texi (Top): Update node listing.
1913
2a71c436
GM
19142011-07-09 Glenn Morris <rgm@gnu.org>
1915
1916 * fortran-xtra.texi (Fortran): Update handled extensions.
1917
61436e9f
LMI
19182011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
1919
1920 * display.texi (Scrolling): `C-v' (etc) are now bound to
1921 `scroll-*-command' (bug#8349).
1922
6e560c71
LMI
19232011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
1924
48954a09 1925 * dired.texi (Subdirectories in Dired): Clarify that `C-u k'
ff9ad330
LMI
1926 doesn't actually delete any files (bug#7125).
1927
2904fd97
LMI
1928 * picture-xtra.texi (Rectangles in Picture): Clarify the prefix
1929 argument for `C-c C-k' (bug#7391).
1930
6e560c71
LMI
1931 * frames.texi (Fonts): Mention "C-u C-x =" to find out what font
1932 you're currently using (bug#8489).
1933
978ff6c5
EZ
19342011-07-01 Eli Zaretskii <eliz@gnu.org>
1935
1936 * mule.texi (Coding Systems): Move index entries from the previous
1937 change into their proper places.
1938
0d742084
LMI
19392011-07-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
1940
31976bd5
LMI
1941 * help.texi (Help Files): Document view-external-packages (bug#8902).
1942
0d742084
LMI
1943 * mule.texi (Coding Systems): Put a few more of the coding systems
1944 into the index (bug#8900).
1945
9f678528
GM
19462011-06-26 Glenn Morris <rgm@gnu.org>
1947
1948 * fortran-xtra.texi (Fortran): F90 mode is also for F2008.
1949
18a4ce5e
AR
19502011-06-25 Andreas Rottmann <a.rottmann@gmx.at>
1951
1952 * misc.texi (emacsclient Options): Mention --frame-parameters.
1953
f0da764a
GM
19542011-06-09 Glenn Morris <rgm@gnu.org>
1955
1956 * custom.texi (Specifying File Variables):
1957 Recommend explicit arguments for minor modes.
1958
b047e7ac
PE
19592011-06-02 Paul Eggert <eggert@cs.ucla.edu>
1960
1961 Document wide integers better.
1962 * buffers.texi (Buffers):
001903b5
PE
1963 * files.texi (Visiting): Document maxima for 64-bit machines,
1964 and mention virtual memory limits.
b047e7ac 1965
bf41276f
CY
19662011-05-28 Chong Yidong <cyd@stupidchicken.com>
1967
1968 * custom.texi (Hooks): Reorganize. Mention Prog mode.
1969
1970 * fixit.texi (Spelling): Mention using prog-mode-hook for flypsell
1971 prog mode (Bug#8240).
1972
e145f188
GM
19732011-05-27 Glenn Morris <rgm@gnu.org>
1974
1975 * custom.texi (Specifying File Variables):
1976 Major modes no longer need come first.
1977
313f790e
CY
19782011-05-22 Chong Yidong <cyd@stupidchicken.com>
1979
1980 * mule.texi (Specify Coding, Text Coding, Communication Coding):
1981 (File Name Coding, Terminal Coding): Add command names (Bug#8312).
1982
c136e5cd
GM
19832011-05-18 Glenn Morris <rgm@gnu.org>
1984
1985 * ack.texi (Acknowledgments): Remove fakemail.c.
1986
c71a0d48 19872011-05-17 Chong Yidong <cyd@stupidchicken.com>
ae742cb5
CY
1988
1989 Fixes for fitting text into 7x9 printed manual.
1990 * building.texi (Flymake, Breakpoints Buffer):
1991 * calendar.texi (Appointments):
1992 * cmdargs.texi (General Variables, Display X):
1993 * custom.texi (Saving Customizations, Face Customization)
1994 (Directory Variables, Minibuffer Maps, Init Rebinding):
1995 * display.texi (Font Lock, Font Lock, Useless Whitespace):
1996 * fixit.texi (Spelling):
1997 * frames.texi (Creating Frames, Fonts):
1998 * help.texi (Help Files):
1999 * mini.texi (Minibuffer File):
2000 * misc.texi (emacsclient Options, Emulation):
2001 * msdog.texi (Windows Startup, Windows HOME, Windows Fonts):
2002 * mule.texi (International Chars, Language Environments)
2003 (Select Input Method, Modifying Fontsets, Charsets):
2004 * programs.texi (Custom C Indent):
2005 * rmail.texi (Rmail Labels):
2006 * text.texi (Table Conversion):
2007 * trouble.texi (Known Problems, Known Problems):
2008 * windows.texi (Change Window):
2009 * xresources.texi (GTK resources): Reflow text and re-indent code
2010 examples to avoid TeX overflows and underflows on 7x9 paper.
2011
2012 * emacs.texi: Fix the (commented out) smallbook command.
2013
2014 * macos.texi (Mac / GNUstep Events):
2015 * xresources.texi (Lucid Resources): Remove extraneous examples.
2016
b8f82dc1
GM
20172011-05-10 Glenn Morris <rgm@gnu.org>
2018
2019 * custom.texi (Specifying File Variables):
2020 Deprecate using mode: for minor modes.
2021
d306b4da
GM
20222011-05-07 Glenn Morris <rgm@gnu.org>
2023
2024 * cal-xtra.texi (Sexp Diary Entries): Mention diary-hebrew-birthday.
2025
548d0a63
GM
20262011-05-06 Glenn Morris <rgm@gnu.org>
2027
5006e634
GM
2028 * calendar.texi (Appointments): Mention appt-warning-time-regexp.
2029
548d0a63
GM
2030 * cal-xtra.texi (Fancy Diary Display): Mention diary comments.
2031
e793a940
LMI
20322011-05-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
2033
2034 * misc.texi (Emacs Server): Document `server-eval-at'.
2035
7031be6d
UR
20362011-04-24 Chong Yidong <cyd@stupidchicken.com>
2037
71873e2b
SM
2038 * maintaining.texi (List Tags): Document next-file.
2039 Suggested by Uday S Reddy.
7031be6d 2040
4ffd0d6b 20412011-04-23 Juanma Barranquero <lekktu@gmail.com>
7ee6a1d3
JB
2042
2043 * mini.texi (Minibuffer Edit):
2044 * screen.texi (Mode Line): Fix typo.
2045
1c6c854e
CS
20462011-04-20 Christoph Scholtes <cschol2112@googlemail.com>
2047
024ff170 2048 * maintaining.texi (Old Revisions): Mention new function vc-ediff.
1c6c854e 2049
c5c9f40f
CY
20502011-03-26 Chong Yidong <cyd@stupidchicken.com>
2051
2052 * display.texi (Auto Scrolling): Fix scroll-up/scroll-down confusion.
2053
09725d26
EZ
20542011-03-30 Eli Zaretskii <eliz@gnu.org>
2055
2056 * display.texi (Auto Scrolling): Document the limit of 100 lines
2057 for never-recentering scrolling with `scroll-conservatively'.
2058 (Bug#6671)
2059
09d9db2c 20602011-03-12 Eli Zaretskii <eliz@gnu.org>
69cc79e9
EZ
2061
2062 * msdog.texi (Windows HOME): Fix the wording to clarify how Emacs sets
2063 HOME on Windows and where it looks for init files. (Bug#8221)
2064
62d94509
EZ
20652011-03-10 Eli Zaretskii <eliz@gnu.org>
2066
2067 * search.texi (Regexp Example):
2068 * mule.texi (International Chars):
2069 * building.texi (External Lisp): Don't use characters outside
2070 ISO-8859-1.
2071
0286d9de
EZ
20722011-03-09 Eli Zaretskii <eliz@gnu.org>
2073
1c6c854e
CS
2074 * ack.texi (Acknowledgments): Convert to ISO-8859-1 encoding.
2075 Use Texinfo @-commands for non Latin-1 characters.
63a329f8
EZ
2076
2077 * makefile.w32-in (MAKEINFO_OPTS): Add --enable-encoding.
2078
114902a5 2079 * custom.texi (Init File): Add index entries for ".emacs".
0286d9de
EZ
2080 (Bug#8210)
2081
0afb4571
J
20822011-03-08 Jan Djärv <jan.h.d@swipnet.se>
2083
2084 * xresources.texi (GTK resources): ~/.emacs.d/gtkrc does not work
2085 for Gtk+ 3.
2086
bb3865e8
GM
20872011-03-08 Glenn Morris <rgm@gnu.org>
2088
6446548e
GM
2089 * Makefile.in (MAKEINFO_OPTS): Add --enable-encoding.
2090 * emacs.texi (Acknowledgments):
2091 * ack.texi (Acknowledgments): Names to UTF-8.
80b005c7 2092 * emacs.texi: Set documentencoding.
6446548e 2093
bb3865e8
GM
2094 * display.texi (Optional Mode Line): Don't mention exactly where
2095 display-time appears. (Bug#8193)
2096
33383987
JB
20972011-03-07 Chong Yidong <cyd@stupidchicken.com>
2098
2099 * Version 23.3 released.
2100
892777ba
CY
21012011-03-06 Chong Yidong <cyd@stupidchicken.com>
2102
2103 * search.texi (Isearch Yank): C-y now bound to isearch-yank-kill.
2104
0b973fc5
DW
21052011-03-03 Drake Wilson <drake@begriffli.ch> (tiny change)
2106
2107 * misc.texi (emacsclient Options): Add q/quiet.
2108
8ef5a2f2
GM
21092011-03-02 Glenn Morris <rgm@gnu.org>
2110
2111 * mule.texi (Communication Coding) <x-select-request-type>:
2112 Remove duplicate (essentially) paragraph. (Bug#8148)
2113
bd106056
CS
21142011-03-01 Christoph Scholtes <cschol2112@googlemail.com>
2115
2116 * maintaining.texi (Format of ChangeLog): Add reference to
2117 add-log-full-name.
2118 (Change Log Commands): Add documentation for combining multiple
2119 symbols in one change.
2120
6640b281
GM
21212011-03-01 Glenn Morris <rgm@gnu.org>
2122
2123 * custom.texi (Directory Variables):
2124 Give an example of excluding subdirectories.
2125
2b0c7330 21262011-02-28 Eli Zaretskii <eliz@gnu.org>
116b6d38
EZ
2127
2128 * search.texi (Regexp Search): Move index entries about regexps to the
2129 "Regexps" node. Add index entries for regexp search. (Bug#8096)
2130
8c62c205
GM
21312011-02-19 Glenn Morris <rgm@gnu.org>
2132
2133 * dired.texi (Dired): Dired-X version number was dropped.
2134
3928f2b6
JD
21352011-02-14 Jan Djärv <jan.h.d@swipnet.se>
2136
2137 * xresources.texi (X Resources): Remove *faceName and replace it with
2138 *font for Lucid.
2139
a41c8660
CY
21402011-02-05 Chong Yidong <cyd@stupidchicken.com>
2141
2142 * rmail.texi (Rmail Display): Document Rmail MIME support more
2143 accurately.
2144
2145 * maintaining.texi (VC Change Log): Document vc-log-incoming and
2146 vc-log-outgoing.
2147 (Merging): Document vc-find-conflicted-file.
2148
233ba4d9 21492011-02-05 Glenn Morris <rgm@gnu.org>
d436de97
GM
2150
2151 * custom.texi (Variables): Fix typo.
2152
14beddf4 21532011-01-31 Chong Yidong <cyd@stupidchicken.com>
19f81ecf 2154
65401ee3
CY
2155 * search.texi (Regexps): Copyedits. Mention character classes
2156 (Bug#7809).
2157
19f81ecf
CY
2158 * files.texi (File Aliases): Restore explanatory text from Eli
2159 Zaretskii, accidentally removed in 2011-01-08 commit.
2160
bf3dae7e
EZ
21612011-01-29 Eli Zaretskii <eliz@gnu.org>
2162
2163 * makefile.w32-in (MAKEINFO): Remove options, leave only program name.
2164 (MAKEINFO_OPTS): New variable.
2165 (ENVADD, $(infodir)/emacs): Use $(MAKEINFO_OPTS).
2166 (emacs.html): New target.
2167 (clean): Remove emacs.html.
2168
45eb2a5d
WL
21692011-01-23 Werner Lemberg <wl@gnu.org>
2170
2171 * Makefile.in (MAKEINFO): Now controlled by `configure'.
2172 (MAKEINFO_OPTS): New variable. Use it where appropriate.
2173 (ENVADD): Updated.
2174
9acfe703
GM
21752011-01-18 Glenn Morris <rgm@gnu.org>
2176
2177 * ack.texi, emacs.texi (Acknowledgments): Update for ERT addition.
2178
2179 * ack.texi (Acknowledgments): Remove mention of replaced prolog.el.
2180
362b9d48
GM
21812011-01-15 Chong Yidong <cyd@stupidchicken.com>
2182
bb033b5f
CY
2183 * building.texi (Compilation): Improve instructions for running two
2184 compilations (Bug#7573).
2185
b024d9f0
MD
2186 * files.texi (Backup Names): Document the new location of the
2187 last-resort backup file.
2188
362b9d48
GM
2189 * files.texi (File Aliases): Move directory-abbrev-alist doc from Lisp
2190 manual. Explain why directory-abbrev-alist elements should be anchored
2191 (Bug#7777).
2192
21932011-01-15 Eli Zaretskii <eliz@gnu.org>
2194
2195 * msdog.texi (Windows Startup): Correct inaccurate description of
2196 differences between emacsclient.exe and emacsclientw.exe.
2197
7c420169 21982011-01-02 Chong Yidong <cyd@stupidchicken.com>
89dc29d9
CY
2199
2200 * rmail.texi (Rmail Display): Edit for grammar and conciseness.
2201
7c420169 22022011-01-02 Kenichi Handa <handa@m17n.org>
7f42ff40
KH
2203
2204 * rmail.texi (Rmail Display): Describe new features of Rmail in Info.
2205
7c420169 22062011-01-02 Eli Zaretskii <eliz@gnu.org>
88ab4340 2207
2d34d523
EZ
2208 * frames.texi (Cut and Paste): Modify the section's name and text:
2209 don't mix "cut/paste" with "kill/yank".
2210 (Cut/Paste Other App): Describe the per-session emulation of PRIMARY.
2211 (Bug#7702)
2212
88ab4340
EZ
2213 * trouble.texi (Checklist): Mention debug-on-quit. (Bug#7667)
2214
7c420169 22152011-01-02 Glenn Morris <rgm@gnu.org>
d3658de7
GM
2216
2217 * maintaining.texi: Move inclusion of emerge after EDE, so that it
2218 matches its position in the menu. (Bug#7674)
2219
7c420169 22202011-01-02 Glenn Morris <rgm@gnu.org>
da3930f3
GM
2221
2222 * trouble.texi (Checklist): Mention not replying via news either.
2223
92bb6c52
TH
22242010-12-30 Tassilo Horn <tassilo@member.fsf.org>
2225
2226 * misc.texi (Document View): Update DocView section with newly
2227 supported document formats.
2228
b103c904
CY
22292010-12-21 Chong Yidong <cyd@stupidchicken.com>
2230
2231 * killing.texi: Resection the Info version to conform to the
2232 printed manual, to avoid making sections on Accumulating Text, CUA
2233 and Rectangles into full chapters.
2234
f49d1f52 22352010-12-13 Eli Zaretskii <eliz@gnu.org>
68f75971
EZ
2236
2237 * custom.texi (Init Syntax): Add index entries for "character syntax".
2238 (Bug#7576)
2239
f49d1f52 22402010-12-13 Karel Klíč <kklic@redhat.com>
6e427e96
KK
2241
2242 * text.texi (HTML Mode): Small fixes. (Bug#7607)
2243
f49d1f52 22442010-12-13 Glenn Morris <rgm@gnu.org>
ffda048b
GM
2245
2246 * trouble.texi (Checklist): Fix typo in newsgroup name.
2247
f49d1f52 22482010-12-13 Chong Yidong <cyd@stupidchicken.com>
2931c841
CY
2249
2250 * search.texi (Word Search): Note that the lazy highlight always
2251 matches to whole words (Bug#7470).
2252
f49d1f52 22532010-12-13 Eli Zaretskii <eliz@gnu.org>
b8a9e136 2254
4f1948eb
EZ
2255 * display.texi (Optional Mode Line): Make the description of
2256 load-average more accurate.
2257
b8a9e136
EZ
2258 * msdog.texi (Windows HOME): Mention that HOME can also be set in the
2259 registry, with a cross-reference.
62d72a4a
EZ
2260 (Windows Startup): New node. Move the stuff about the current
2261 directory from "Windows HOME".
b8a9e136 2262
07976ae3 22632010-11-27 Bob Rogers <rogers-emacs@rgrjr.dyndns.org>
17a6e278
BR
2264
2265 * maintaining.texi (VC With A Locking VCS, VC Directory Commands):
2266 * vc1-xtra.texi (Customizing VC, General VC Options): Small fixes.
2267
07976ae3 22682010-11-27 Chong Yidong <cyd@stupidchicken.com>
0d6607ab
CY
2269
2270 * maintaining.texi (Version Control Systems): Fix repeated sentence.
2271 Suggested by Štěpán Němec.
2272
07976ae3 22732010-11-27 Chong Yidong <cyd@stupidchicken.com>
ec8a6295 2274
1aaae3f3
CY
2275 * maintaining.texi (Version Control): Say "commit", not "check in".
2276 (Version Control Systems): Simplify descriptions.
2277 (VCS Merging, VCS Changesets, VCS Repositories): New nodes, split from
2278 VCS Concepts.
2279 (VC Mode Line): Update example.
2280 (Old Revisions): Document revert-buffer for vc-diff.
2281 (Log Buffer): Promote to a subsection. Document header lines.
2282
1c6c854e
CS
2283 * macos.texi (Mac / GNUstep Basics):
2284 Document ns-right-alternate-modifier.
ec8a6295 2285
1aaae3f3
CY
2286 * emacs.texi (Top): Update node listing.
2287
0eb025fb
EZ
22882010-11-13 Eli Zaretskii <eliz@gnu.org>
2289
2290 * rmail.texi (Rmail Coding): Characters with no fonts are not
2291 necessarily displayed as empty boxes.
2292
2293 * mule.texi (Language Environments, Fontsets): Characters with no
2294 fonts are not necessarily displayed as empty boxes.
2295
2296 * display.texi (Text Display): Document display of glyphless
2297 characters.
2298
ea4f7750
GM
22992010-11-13 Glenn Morris <rgm@gnu.org>
2300
2301 * basic.texi (Position Info): Add M-x count-words-region.
2302
90639cea
GM
23032010-11-11 Glenn Morris <rgm@gnu.org>
2304
2305 * msdog.texi (ls in Lisp): Update for ls-lisp changes.
2306
d607b96b 23072010-11-09 Eli Zaretskii <eliz@gnu.org>
a16b2d46
EZ
2308
2309 * msdog.texi (Windows HOME): Add information regarding startup
2310 directory when invoking Emacs from a desktop shortcut. (bug#7300)
2311
c12e4a81
GM
23122010-10-11 Glenn Morris <rgm@gnu.org>
2313
df187c62
GM
2314 * Makefile.in (MAKEINFO): Add explicit -I$srcdir.
2315
c12e4a81
GM
2316 * Makefile.in (.texi.dvi): Remove unnecessary suffix rule.
2317 (DVIPS): New variable.
234db610
GM
2318 (.PHONY): Add html, ps.
2319 (html, emacs.html, ps, emacs.ps, emacs-xtra.ps): New targets.
2320 (clean): Delete html, ps files.
c12e4a81 2321
6513b232
EZ
23222010-10-09 Eli Zaretskii <eliz@gnu.org>
2323
2324 * makefile.w32-in (EMACSSOURCES): Add emacsver.texi.
2325
f4f358f1
GM
23262010-10-09 Glenn Morris <rgm@gnu.org>
2327
c1dc72b3
GM
2328 * Makefile.in (VPATH): Remove.
2329 (infodir): Make it absolute.
2330 (mkinfodir, $(infodir)/emacs, infoclean): No need to cd $srcdir.
2331
4393405b
GM
2332 * Makefile.in (dist): Anchor regexps.
2333
eef3ab94
GM
2334 * Makefile.in (EMACSSOURCES): Put emacs.texi first.
2335 ($(infodir)/emacs, emacs.dvi, emacs.pdf, emacs-xtra.dvi)
2336 (emacs-xtra.pdf): Use $<.
2337
aa9db089
GM
2338 * Makefile.in (infoclean): Remove harmless, long-standing error.
2339
abd40fb4
GM
2340 * Makefile.in ($(infodir)): Delete rule.
2341 (mkinfodir): New.
2342 ($(infodir)/emacs): Use $mkinfodir instead of infodir.
2343
f4f358f1 2344 * Makefile.in (distclean): Do not delete emacsver.texi.
68db69ed 2345 (dist): Remove reference to emacsver.texi.in.
f4f358f1
GM
2346 * emacsver.texi: New file, replacing emacsver.texi.in.
2347
ea274122
GM
23482010-10-09 Glenn Morris <rgm@gnu.org>
2349
f7a31f11
GM
2350 * emacsver.texi.in: New file.
2351 * emacs.texi: Set EMACSVER by including emacsver.texi.
2352 * Makefile.in (distclean): Delete emacsver.texi.
2353 (dist): Copy emacsver.texi.
b13254e7 2354 (EMACSSOURCES): Add emacsver.texi.
f7a31f11 2355
3fb78d1f
GM
2356 * ack.texi (Acknowledgments): No more b2m.c.
2357
ea274122
GM
2358 * Makefile.in (.PHONY): Declare info, dvi, pdf, dist.
2359 (emacs): Remove rule.
2360 (dist): No need to deal with the emacs rule any more.
2361
17ca7950
GM
23622010-10-07 Glenn Morris <rgm@gnu.org>
2363
2364 * Makefile.in (version): New, set by configure.
2365 (clean): Delete dist tar file.
2366 (dist): Use version in tar name.
2367
4c83f6e1
GM
23682010-10-06 Glenn Morris <rgm@gnu.org>
2369
2370 * Makefile.in (EMACS_XTRA): Add the main source file.
2371 (emacs-xtra.dvi, emacs-xtra.pdf): Remove explicit emacs-xtra.texi.
2372 (mostlyclean): No core files, reorder other files.
2373 (clean): Delete specific dvi and pdf files.
2374 (infoclean, dist): New rules.
2375 (maintainer-clean): Use infoclean.
8a944cea 2376 ($(infodir)): Add parallel build workaround.
4c83f6e1 2377
0264072d
GM
23782010-10-04 Glenn Morris <rgm@gnu.org>
2379
2380 * Makefile.in (SHELL): Set it.
2381 (INFO_TARGETS, DVI_TARGETS): Remove variables.
2382 (info, dvi): Replace above variables with their expansions.
2383 (info): Move mkdir from here...
2384 ($(infodir)/emacs): ... to here (for parallel builds).
2385 (pdf): New target.
2386 ($(infodir)/emacs): Pass -o option to makeinfo.
2387 (.PHONY): Declare clean rules.
2388 (maintainer-clean): Delete dvi and pdf files.
2389 Guard against cd failures. Use a more restrictive delete.
2390
3226d6ca
GM
23912010-10-02 Glenn Morris <rgm@gnu.org>
2392
2393 * misc.texi (Shell Mode): Remove reference to old function name.
2394
cad90f3b
EZ
23952010-09-30 Eli Zaretskii <eliz@gnu.org>
2396
2397 * maintaining.texi (VC Mode Line): Mention all the possible VC status
2398 indicator characters.
2399
5f874327
GM
24002010-09-29 Glenn Morris <rgm@gnu.org>
2401
2402 * Makefile.in (top_srcdir): Remove unused variable.
2403
0ab9cff3
GM
24042010-09-14 Glenn Morris <rgm@gnu.org>
2405
67ae9766
GM
2406 * cal-xtra.texi (Fancy Diary Display): Emphasize that sort should be
2407 the last hook item.
2408
0ab9cff3
GM
2409 * calendar.texi (Appointments): Also updated when a diary include file
2410 is saved.
2411
6664fc59 24122010-09-14 Glenn Morris <rgm@gnu.org>
63e1eaa1
GM
2413
2414 * trouble.texi (Bugs): Update the section intro.
2415 (Known Problems): New section.
2416 (Checklist): Misc updates. Prefer M-x report-emacs-bug.
2417 (Sending Patches): Bug fixes are best as responses to existing bugs.
2418 * emacs.texi (Known Problems): Add menu entry for new section.
2419
be3283d7
GM
24202010-09-09 Glenn Morris <rgm@gnu.org>
2421
2422 * xresources.texi: Untabify.
2423
10999305 24242010-09-06 Chong Yidong <cyd@stupidchicken.com>
89532a07
CY
2425
2426 * dired.texi (Dired Enter): Minor doc fix (Bug#6982).
2427
10999305 24282010-09-06 Glenn Morris <rgm@gnu.org>
e4a0188a
GM
2429
2430 * misc.texi (Saving Emacs Sessions): Mention desktop-path. (Bug#6948)
2431
30641319
JD
24322010-09-02 Jan Djärv <jan.h.d@swipnet.se>
2433
2434 * frames.texi (Cut/Paste Other App): Remove vut-buffer text.
2435
50dd7bc6
GM
24362010-08-21 Glenn Morris <rgm@gnu.org>
2437
2438 * misc.texi (Amusements): Mention bubbles and animate.
2439
5e620eca
EZ
24402010-07-31 Eli Zaretskii <eliz@gnu.org>
2441
2442 * files.texi (Visiting): Add more index entries for
2443 large-file-warning-threshold.
2444
8b2dd508
JD
24452010-07-29 Jan Djärv <jan.h.d@swipnet.se>
2446
2447 * frames.texi (Tool Bars): Add doc for tool-bar-position.
2448
8838673e
GM
24492010-06-23 Glenn Morris <rgm@gnu.org>
2450
2451 * abbrevs.texi, basic.texi, buffers.texi, building.texi, calendar.texi:
2452 * custom.texi, dired.texi, display.texi, emacs.texi, emerge-xtra.texi:
2453 * files.texi, fortran-xtra.texi, frames.texi, help.texi, killing.texi:
2454 * maintaining.texi, mark.texi, mini.texi, misc.texi, msdog.texi:
0351f24c
GM
2455 * mule.texi, programs.texi, rmail.texi, screen.texi, search.texi:
2456 * sending.texi, text.texi, trouble.texi, vc1-xtra.texi, xresources.texi:
8838673e
GM
2457 Untabify Texinfo files.
2458
04d3bb6c
GM
24592010-06-10 Glenn Morris <rgm@gnu.org>
2460
103dd3a8
GM
2461 * basic.texi (Inserting Text): Minor clarification. (Bug#6374)
2462
04d3bb6c
GM
2463 * basic.texi (Inserting Text): Fix typo.
2464
50b79479
GM
24652010-06-10 Glenn Morris <rgm@gnu.org>
2466
2467 * ack.texi (Acknowledgments):
2468 * emacs.texi (Acknowledgments): Update for notifications.el.
2469
86d7a550
DU
24702010-05-31 Daiki Ueno <ueno@unixuser.org>
2471
2472 * dired.texi (Operating on Files): Mention encryption commands
2473 (Bug#6315).
2474
db5dce9d
EZ
24752010-05-29 Eli Zaretskii <eliz@gnu.org>
2476
2477 * basic.texi (Moving Point): Update due to renaming of commands bound
2478 to arrows. Document bidi-aware behavior of C-<right> and C-<left>.
2479
34313041
EZ
24802010-05-18 Eli Zaretskii <eliz@gnu.org>
2481
2482 * display.texi (Fringes): Document reversal of fringe arrows for R2L
2483 paragraphs.
2484 (Line Truncation): Fix wording for bidi display.
2485
1fc0ce04 2486 * basic.texi (Moving Point): Document bidi-aware behavior of the arrow
34313041
EZ
2487 keys.
2488
0235128c 24892010-05-08 Chong Yidong <cyd@stupidchicken.com>
abb777ac
CY
2490
2491 * building.texi (GDB Graphical Interface): Remove misleading comparison
2492 to an IDE (Bug#6128).
2493
0235128c 24942010-05-08 Štěpán Němec <stepnem@gmail.com> (tiny change)
da0bbbc4
CY
2495
2496 * programs.texi (Man Page):
2497 * misc.texi (Invoking emacsclient):
2498 * mini.texi (Repetition):
2499 * mark.texi (Setting Mark): Fix typos.
2500
0235128c 25012010-05-08 Chong Yidong <cyd@stupidchicken.com>
eb5ed549
CY
2502
2503 * misc.texi (Printing): Document htmlfontify-buffer.
2504
0235128c 25052010-05-08 Glenn Morris <rgm@gnu.org>
6776e4c4
GM
2506
2507 * calendar.texi (Displaying the Diary, Format of Diary File):
2508 Fix external cross-references for TeX format output.
2509
0235128c
SM
25102010-05-07 Chong Yidong <cyd@stupidchicken.com>
2511
2512 * Version 23.2 released.
2513
f63d0028
JD
25142010-05-02 Jan Djärv <jan.h.d@swipnet.se>
2515
2516 * cmdargs.texi (Initial Options): Mention --chdir.
2517
20fe03ad
JD
25182010-04-21 Jan Djärv <jan.h.d@swipnet.se>
2519
2520 * frames.texi (Tool Bars): Add tool-bar-style.
2521
b7d65a5f
GM
25222010-04-21 Glenn Morris <rgm@gnu.org>
2523
2524 * ack.texi, emacs.texi (Acknowledgments): Add SELinux support.
2525
a42dbee1
CY
25262010-04-18 Chong Yidong <cyd@stupidchicken.com>
2527
2528 * programs.texi (Semantic): New node.
2529
2530 * maintaining.texi (EDE): New node.
2531
2532 * emacs.texi: Update node listing.
2533
2534 * misc.texi (Gnus): Use the `C-h i' keybinding for info.
2535
6e104790 25362010-04-18 Glenn Morris <rgm@gnu.org>
a77fe20c 2537
d52dbd3d
GM
2538 * emacs.texi (Acknowledgments): Remove duplicate.
2539
a77fe20c
GM
2540 * maintaining.texi (VC Directory Commands): Mention stashes and shelves.
2541
6e104790 25422010-04-18 Glenn Morris <rgm@gnu.org>
4d4e9522 2543
4ebe9902
GM
2544 * dired.texi (Misc Dired Features): Mention VC diff and log.
2545 * maintaining.texi (Old Revisions, VC Change Log):
2546 Mention that diff and log work in Dired buffers.
2547
98932641
GM
2548 * help.texi (Help Summary): Mention M-x info-finder.
2549
d5b22ab2 2550 * ack.texi (Acknowledgments): Add mpc.el.
cdfbcbba 2551
4d4e9522
GM
2552 * custom.texi (Specifying File Variables, Directory Variables):
2553 Document new commands for manipulating local variable lists.
2554
6e104790 25552010-04-18 Glenn Morris <rgm@gnu.org>
16207c0a
GM
2556
2557 * trouble.texi (Contributing): Add cindex entry.
2558 Mention etc/CONTRIBUTE.
2559
6e104790 25602010-04-18 Chong Yidong <cyd@stupidchicken.com>
e59c4233
CY
2561
2562 * mark.texi (Persistent Mark): Copyedits. Replace undo example with
2563 query-replace (Bug#5774).
2564
a20a9df3
GM
25652010-04-16 Glenn Morris <rgm@gnu.org>
2566
2567 * ack.texi, emacs.texi (Acknowledgments): Update for Org changes.
2568
1ecb2d3f
JD
25692010-04-11 Jan Djärv <jan.h.d@swipnet.se>
2570
2571 * xresources.texi (Lucid Resources): Mention faceName for dialogs.
2572
99852628
JD
25732010-04-08 Jan Djärv <jan.h.d@swipnet.se>
2574
2575 * xresources.texi (Lucid Resources): Mention faceName to set Xft fonts.
2576
ce79424f
EZ
25772010-03-30 Eli Zaretskii <eliz@gnu.org>
2578
2579 * mule.texi (Input Methods): Mention "C-x 8 RET" and add a
2580 cross-reference to "Inserting Text".
2581
2582 * basic.texi (Inserting Text): Add an index entry for "C-x 8 RET".
2583 Mention completion provided by `ucs-insert'.
2584
85738751 25852010-03-30 Chong Yidong <cyd@stupidchicken.com>
8233e79a
CY
2586
2587 * sending.texi (Sending Mail): Note variables that may need
2588 customizing.
2589 (Mail Sending): Expand discussion of send-mail-function.
2590
85738751 25912010-03-30 Chong Yidong <cyd@stupidchicken.com>
e73c2434
CY
2592
2593 Document Message mode as the default mail mode.
2594
2595 * sending.texi (Sending Mail): Copyedits.
2596 (Mail Format, Mail Headers): Document mail-from-style changes.
2597 (Mail Commands): Rename from Mail mode. Document Message mode.
2598 (Mail Misc): Rename from Mail mode Misc.
2599 (Mail Sending, Header Editing, Mail Misc): Switch to Message mode
2600 command names and update keybindings.
2601 (Header Editing): Document message-tab. De-document
2602 mail-self-blind, mail-default-reply-to, and mail-archive-file-name in
2603 favor of mail-default-headers. Ad index entries for user-full-name and
2604 user-mail-address.
1c6c854e
CS
2605 (Citing Mail): Update changes in Message mode behavior.
2606 Document mail-yank-prefix.
e73c2434
CY
2607 (Mail Signature): New node, moved from Mail Misc.
2608 (Mail Aliases): Mail abbrevs are the default with Message mode.
2609 (Mail Methods): Note that Message mode is now the default.
2610
2611 * rmail.texi (Rmail Reply):
2612 * text.texi (Text Mode):
2613 * major.texi (Major Modes):
2614 * mule.texi (Output Coding): Refer to Message mode.
2615
2616 * custom.texi (Init Examples): Add xref to Mail Header.
2617
1fc0ce04 2618 * emacs.texi (Top): Fix xrefs.
e73c2434 2619
85738751 26202010-03-30 Chong Yidong <cyd@stupidchicken.com>
0f72a391 2621
c0c035fa
CY
2622 * maintaining.texi (VC With A Merging VCS): C-x v v now creates a
2623 repository if there is none.
2624 (VC Change Log): Rename from VC Status. Document vc-log-show-limit and
2625 vc-print-root-log.
ef7b27ef 2626 (Old Revisions): Copyedits. Document vc-root-diff.
c0c035fa 2627
71785b7a
CY
2628 * programs.texi (Program Modes): Mention Javascript mode.
2629
f67c5dd0
CY
2630 * text.texi (HTML Mode): Note that nXML is now the default XML mode.
2631 * emacs.texi: Update node description.
2632
0f72a391 2633 * misc.texi (Navigation): Document doc-view-continuous.
f2608df3 2634 (Shell Ring): Document new M-r binding. M-s is no longer bound.
0f72a391 2635
dc2d2590
JL
26362010-03-30 Juri Linkov <juri@jurta.org>
2637
2638 * search.texi (Other Repeating Search): Remove line that `occur'
2639 can not handle multiline matches.
2640
a7b02820
EZ
26412010-03-30 Eli Zaretskii <eliz@gnu.org>
2642
2643 * mule.texi (International): Mention support of bidirectional editing.
2644 (Bidirectional Editing): New section.
2645
22ef1944
NR
26462010-03-28 Nick Roberts <nickrob@snap.net.nz>
2647
2648 * emacs.texi (Top): Update node names to those in building.texi.
2649
146b8b16
NR
26502010-03-27 Nick Roberts <nickrob@snap.net.nz>
2651
c5e87d10
PE
2652 doc/emacs/building.texi: Describe restored GDB/MI functionality
2653 removed by 2009-12-29T07:15:34Z!nickrob@snap.net.nz.
146b8b16
NR
2654 doc/emacs/emacs.texi: Update node names for building.texi.
2655
6d98672d
GM
26562010-03-24 Glenn Morris <rgm@gnu.org>
2657
2658 * ack.texi (Acknowledgments):
2659 * emacs.texi (Acknowledgments): Fix ispell attribution. (Bug#5759)
2660
93318cbd
JD
26612010-03-20 Jan Djärv <jan.h.d@swipnet.se>
2662
2663 * xresources.texi (Table of Resources): Clarify toolBar number
2664 for Gtk+.
2665
2666 * frames.texi (Menu Bars): menuBarLines => menuBar (bug#5736).
2667
15cf2f52
CY
26682010-03-21 Chong Yidong <cyd@stupidchicken.com>
2669
4102856c
CY
2670 * dired.texi (Dired Updating): Document dired-auto-revert-buffer.
2671
15cf2f52
CY
2672 * search.texi (Other Repeating Search): Document multi-isearch-buffers
2673 and multi-isearch-buffers-regexp.
2674
2675 * indent.texi (Indentation): Clarify description of
2676 indent-for-tab-command. Document tab-always-indent.
2677
d68eb23c
CY
26782010-03-20 Chong Yidong <cyd@stupidchicken.com>
2679
2680 * cmdargs.texi (Font X): Move most content to Fonts.
2681
2682 * frames.texi (Fonts): New node. Document font-use-system-font.
2683
2684 * emacs.texi (Top):
2685 * xresources.texi (Table of Resources):
2686 * mule.texi (Defining Fontsets, Charsets): Update xrefs.
2687
288f9fc0
CY
26882010-03-10 Chong Yidong <cyd@stupidchicken.com>
2689
2690 * Branch for 23.2.
2691
17782bec
CY
26922010-03-06 Chong Yidong <cyd@stupidchicken.com>
2693
2694 * custom.texi (Init Examples): Add xref to Locals.
2695
2696 * major.texi (Choosing Modes): Mention usage of setq-default for
2697 setting the default value of major-mode (Bug#5688).
2698
b4a1a8b2
CY
26992010-03-02 Chong Yidong <cyd@stupidchicken.com>
2700
2701 * frames.texi (Mouse Avoidance): Mention make-pointer-invisible.
2702
2703 * display.texi (Display Custom): Document make-pointer-invisible and
2704 underline-minimum-offset. Remove inverse-video.
2705
a1e759cd
CY
27062010-02-21 Chong Yidong <cyd@stupidchicken.com>
2707
2708 * frames.texi (Frame Commands): Note that the last ordinary frame can
2709 be deleted in daemon mode (Bug#5616).
2710
4f3bc373
GM
27112010-02-18 Glenn Morris <rgm@gnu.org>
2712
2713 * trouble.texi (Contributing): Repository is no longer CVS.
2714
5dbbdd33
GM
27152010-02-08 Glenn Morris <rgm@gnu.org>
2716
2717 * buffers.texi (Uniquify): Must explicitly load library. (Bug#5529)
2718
cd61af01
SM
27192010-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
2720
2721 * display.texi (Useless Whitespace, Text Display):
2722 * custom.texi (Init Examples): Avoid obsolete special default variables
2723 like default-major-mode.
2724
b1bb0a25 27252010-01-24 Mark A. Hershberger <mah@everybody.org>
aaef4f91
MH
2726
2727 * programs.texi (Other C Commands): Replace reference to obsolete
2728 c-subword-mode.
2729
99d0985b
GM
27302010-01-21 Glenn Morris <rgm@gnu.org>
2731
2732 * trouble.texi (Bugs): Fix PROBLEMS keybinding.
2733
893db5bc
GM
27342010-01-12 Glenn Morris <rgm@gnu.org>
2735
2736 * trouble.texi (Checklist): Use bug-gnu-emacs rather than
2737 emacs-pretest-bug for bug reports for development versions.
2738
0419b8d6
GM
27392010-01-11 Glenn Morris <rgm@gnu.org>
2740
2741 * display.texi (Highlight Interactively): `t' does not mean highlight
2742 all patterns. (Bug#5335)
2743
26e533e2
CY
27442009-12-29 Chong Yidong <cyd@stupidchicken.com>
2745
2746 * misc.texi (Shell): Document async-shell-command.
2747
2748 * building.texi (Grep Searching): Document zrgrep.
2749
484eaeac 2750 * mini.texi (Completion Options): Mention `initials' completion style.
26e533e2 2751
7ee6c59b
NR
27522009-12-29 Nick Roberts <nickrob@snap.net.nz>
2753
2754 * building.texi: Import GDB Graphical Interface description from
2755 EMACS_23_1_RC.
2756
91ed7ea8
CY
27572009-12-24 Chong Yidong <cyd@stupidchicken.com>
2758
2759 * emacs.texi (Top): Update node listing.
2760
2761 * abbrevs.texi (Saving Abbrevs): Abbrev file should be in .emacs.d.
2762
2763 * basic.texi (Moving Point): M-r is now move-to-window-line-top-bottom.
2764
2765 * cmdargs.texi (Initial Options):
2766 * xresources.texi (Resources): Document inhibit-x-resources.
2767
2768 * custom.texi (Specifying File Variables): Note that minor modes are
2769 enabled unconditionally.
2770
2771 * display.texi (Scrolling): Briefly document the old recenter command,
2772 and document recenter-positions.
2773
2774 * files.texi (Visiting):
2775 * buffers.texi (Buffers): Max buffer size is now 512 MB.
2776
1c6c854e
CS
2777 * frames.texi (Cut/Paste Other App):
2778 Document save-interprogram-paste-before-kill.
91ed7ea8
CY
2779
2780 * killing.texi (Kill Options): New node.
2781
6ca89aaa
CY
27822009-12-05 Chong Yidong <cyd@stupidchicken.com>
2783
2784 * misc.texi (Shell Options): ansi-color is now default.
2785
806642d4
GM
27862009-12-05 Glenn Morris <rgm@gnu.org>
2787
806642d4
GM
2788 * emacs.texi (Top): Update menu for cal-xtra node changes.
2789 * calendar.texi (Displaying the Diary): Holidays may be in the buffer
2790 or mode line. Don't mention invisible text or the details of
2791 diary-print-entries here, only in cal-xtra.
2792 (Format of Diary File): Mention that the "date on first line" format
2793 only really affects the simple display.
2794 * cal-xtra.texi (Advanced Calendar/Diary Usage): Update menu.
2795 (Diary Customizing): Holidays may be in the buffer or mode line.
2796 Move diary-print-entries to the "Diary Display" section.
2797 (Diary Display): New section, split out from "Fancy Diary Display".
2798 Explain the limitations of simple display, and how to print it.
2799
1a4f0c0a
GM
2800 * calendar.texi (Displaying the Diary): Mention keys apply to calendar.
2801
e11adbd8
GM
2802 * cal-xtra.texi (Diary Display): Mention View mode.
2803
29a483ac
JL
28042009-11-29 Juri Linkov <juri@jurta.org>
2805
2806 * display.texi (Highlight Interactively): Actually a list of
2807 default faces is pre-loaded into a list of default values
2808 instead of the history.
2809
83d60c79
GM
28102009-11-20 Glenn Morris <rgm@gnu.org>
2811
2812 * ack.texi (Acknowledgments):
2813 * emacs.texi (Acknowledgments): Add htmlfontify.
2814
276bbe96
GM
28152009-11-14 Glenn Morris <rgm@gnu.org>
2816
98ad1bae
GM
2817 * cal-xtra.texi (Holiday Customizing): Replace obsolete alias.
2818
276bbe96
GM
2819 * ack.texi (Acknowledgments):
2820 * emacs.texi (Acknowledgments): Update for recent Org changes.
2821
18430066
CY
28222009-10-31 Chong Yidong <cyd@stupidchicken.com>
2823
2824 * mule.texi (Charsets): Numerous copyedits. Don't discuss the
2825 `charset' property, which is irrelevant to the user manual (Bug#3526).
2826
522ddc9f
JB
28272009-10-14 Juanma Barranquero <lekktu@gmail.com>
2828
2829 * trouble.texi (DEL Does Not Delete): Fix typo.
2830
50b49ade
MA
28312009-10-05 Michael Albinus <michael.albinus@gmx.de>
2832
2833 * files.texi (Misc File Ops): Mention copy-directory.
2834
6308321a
EZ
28352009-10-04 Eli Zaretskii <eliz@gnu.org>
2836
43b3b4d1
EZ
2837 * mule.texi (Unibyte Mode): Emphasize that
2838 unibyte-display-via-language-environment affects only the display.
2839
6308321a
EZ
2840 * display.texi (Horizontal Scrolling): Document cursor behavior under
2841 horizontal scrolling when point moves off the screen (Bug#4564).
2842 Improve wording.
2843
bd51ea7f
MA
28442009-10-01 Michael Albinus <michael.albinus@gmx.de>
2845
2846 * files.texi (Directories): delete-directory prompts for recursive
2847 deletion.
2848
55381962
GM
28492009-09-30 Glenn Morris <rgm@gnu.org>
2850
2851 * ack.texi (Acknowledgments):
2852 * emacs.texi (Acknowledgments): CEDET updates. Fix Hungarian accent.
2853
13989ab1
TH
28542009-09-25 Tassilo Horn <tassilo@member.fsf.org>
2855
2856 * dired.texi (Dired Navigation): Use @code instead of @var for
2857 dired-isearch-filenames, so that it's not capitalized.
2858
8ba46c89
CY
28592009-09-19 Chong Yidong <cyd@stupidchicken.com>
2860
2861 * frames.texi (Frame Commands): C-z is now bound to suspend-frame.
2862
2863 * entering.texi (Exiting): C-z is now bound to suspend-frame.
2864
2865 * custom.texi (Init Examples): Replace Rumseld with Cheny (Bug#3519).
1c6c854e
CS
2866 (Key Bindings): Reference Init Rebinding in introductory text.
2867 Shift some of the introduction to Keymaps node.
8ba46c89
CY
2868 (Keymaps): Simplify.
2869 (Local Keymaps): Simplify. Move binding example to Init Rebinding.
2870 (Minibuffer Maps): Remove mention of Mocklisp.
2871 (Init Rebinding): Move mode-local rebinding example here from Local
2872 Keymaps.
2873 (Modifier Keys): Clarify.
1e11b018 2874 (Rebinding): Add cindex for "binding keys".
8ba46c89 2875
6a5ca7c8
CY
28762009-09-13 Chong Yidong <cyd@stupidchicken.com>
2877
2878 * misc.texi (Invoking emacsclient): Minor clarifications (Bug#4419).
2879
0e1cba51
NR
28802009-08-31 Nick Roberts <nickrob@snap.net.nz>
2881
6a5ca7c8 2882 * building.texi (Threads Buffer, Multithreaded Debugging):
333f9019 2883 Reorganize these two sections.
0e1cba51 2884
76a87a4d
EZ
28852009-08-29 Eli Zaretskii <eliz@gnu.org>
2886
2887 * cmdargs.texi (Initial Options): Fix last change.
2888
82e98df4
SM
28892009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
2890
2891 * mule.texi (Enabling Multibyte):
2892 * cmdargs.texi (General Variables): Remove EMACS_UNIBYTE.
2893 (Initial Options): Remove --(no-)multibyte, --(no-)unibyte.
2894
fb89fad9
GM
28952009-08-20 Glenn Morris <rgm@gnu.org>
2896
2897 * cal-xtra.texi (Non-Gregorian Diary): Mention ``Adar I'' special case.
2898
e99652b0
GM
28992009-08-19 Glenn Morris <rgm@gnu.org>
2900
2901 * ack.texi (Acknowledgments): Remove cvtmail. Mention info-finder.
2902
5cca97ad
GM
29032009-08-18 Glenn Morris <rgm@gnu.org>
2904
2905 * ack.texi (Acknowledgments):
2906 * emacs.texi (Acknowledgments): Update for js.el replacing js2-mode.el.
2907
997797ae 2908 * ack.texi (Acknowledgments): Add ucs-normalize.el and files-x.el.
3e8e9265 2909
985bf85b
GM
29102009-08-09 Glenn Morris <rgm@gnu.org>
2911
2912 * ack.texi (Acknowledgments):
2913 * emacs.texi (Acknowledgments): Add gdb-mi entry.
2914
8d6bb99e
DD
29152009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
2916
2917 * emacs.texi (Top): Add new menu items for GDB-UI.
2918
2919 * building.texi (GDB Graphical Interface): Add Multithreaded debugging
522ddc9f 2920 section. Threads buffer is in separate section now.
8d6bb99e 2921
8353da9c
GM
29222009-08-08 Glenn Morris <rgm@gnu.org>
2923
2924 * ack.texi (Acknowledgments):
2925 * emacs.texi (Acknowledgments):
2926 Update for js2-mode and org changes.
2927
f2074faf
MA
29282009-08-02 Michael Albinus <michael.albinus@gmx.de>
2929
2930 * files.texi (Reverting): Auto-Revert Tail mode works also for remote
2931 files.
2932
e8d2d3fb
CY
29332009-07-28 Chong Yidong <cyd@stupidchicken.com>
2934
2935 * building.texi (Lisp Libraries): Clarify meaning of autoloading.
2936
324a4f6a
GM
29372009-07-23 Glenn Morris <rgm@gnu.org>
2938
2939 * programs.texi (Matching): Update blink-matching-paren-distance.
2940
b6937a70
CY
29412009-07-21 Chong Yidong <cyd@stupidchicken.com>
2942
2943 * frames.texi (Cut/Paste Other App): For select-active-regions,
2944 selection is now updated on moving point.
2945
bd8aaa36
RS
29462009-07-21 Richard Stallman <rms@gnu.org>
2947
2948 * glossary.texi (GNU, Daemon): Update information.
2949
8d9b5eba
JL
29502009-07-19 Juri Linkov <juri@jurta.org>
2951
2952 * custom.texi (Specifying File Variables, Safe File Variables):
2953 "variables/value pairs" -> "variable/value pairs".
2954
a2acc1db
GM
29552009-07-15 Glenn Morris <rgm@gnu.org>
2956
2957 * misc.texi (Gnus): Remove widow.
2958
c5ae942b
GM
29592009-07-11 Glenn Morris <rgm@gnu.org>
2960
703d26ba
GM
2961 * Makefile.in (TEXI2PDF): New.
2962 (emacs.pdf, emacs-xtra.pdf): New targets.
2963
522ddc9f 2964 * arevert-xtra.texi (Autorevert): Add menu descriptions.
c5ae942b
GM
2965
2966 * display.texi (Horizontal Scrolling): Re-word to remove widow.
2967
2968 * emacs.texi (Top): Info can be read from other places than Emacs.
522ddc9f
JB
2969 Don't print the copying notice twice in the printed version.
2970 Update the menu and detailmenu.
2971 (Preface): The meaning of "on-line" has changed.
2972 Correct name for "Common Problems" chapter.
2973 (Distrib): Update FSF shop URL.
2974 (Intro): Showing two files at once is not so exciting.
2975
2976 * macos.texi (Mac OS / GNUstep): Fix spelling and cross-reference.
2977 (Mac / GNUstep Basics): Minor grammar changes.
2978 (Mac / GNUstep Events): Fix typo.
2979 (GNUstep Support): CANNOT_DUMP no longer applies.
2980
2981 * misc.texi (Document View): Fix typos.
2982
2983 * dired.texi (Dired):
2984 * help.texi (Help):
2985 * macos.texi (Mac OS / GNUstep):
2986 * maintaining.texi (Version Control, Introduction to VC):
2987 End menu descriptions with a period.
c5ae942b 2988
b1c8242b
EZ
29892009-07-09 Eli Zaretskii <eliz@gnu.org>
2990
2991 * msdog.texi (Windows Files) <w32-get-true-file-attributes>: Don't be
2992 so categorical in saying that the option is only useful on NTFS.
2993
220d9aa6
GM
29942009-07-09 Glenn Morris <rgm@gnu.org>
2995
2996 * Makefile.in (texinfodir): New variable, with location of texinfo.tex.
2997 (ENVADD): Add texinfodir to TEXINPUTS.
2998
2999 * emacs.texi (Top): Fix cross-reference.
3000
3001 * maintaining.texi (VC Directory Buffer): Fix cross-reference.
3002
3003 * vc1-xtra.texi (Revision Tags): Fix typo.
3004
d07e72d3
GM
30052009-07-03 Glenn Morris <rgm@gnu.org>
3006
3007 * emerge-xtra.texi (Emerge): Tweak Misc menu description.
3008 (Submodes of Emerge): Skip Prefers is only relevant with an ancestor.
3009 (Merge Commands): `.' does not seem to work in A or B buffer.
3010 `l' can recreate the 3-window display.
3011
3012 * glossary.texi (Glossary): Minor phrasing changes throughout.
3013 Add more internal cross-references.
3014 <Autoloading>: You can't really autoload a variable.
3015 <C-M->: Move details here from `M-C-' item.
3016 <Continuation Line>: Refer to `Truncation.'
3017 <Daemon, Free Software, Free Software Foundation, FSF, GNU>:
3018 <Home Directory, Unix>: New entries.
3019 <Deletion of Files>: Mention recycle bins.
3020 <Directory>: Mention ``folders.''
3021 <Error>: Don't mention ``type-ahead.''
3022 <Fringe>: Refer to the manual node.
3023 <Minor Mode>: Can be global or local.
3024 <Spell Checking>: There are other checkers besides Ispell.
3025
f144038a
GM
30262009-07-02 Glenn Morris <rgm@gnu.org>
3027
3028 * anti.texi (Antinews): Minor changes in phrasing.
3029
3030 * cal-xtra.texi, fortran-xtra.texi: Re-order a few things to reduce
3031 some underfull lines in dvi output.
3032
3033 * emacs-xtra.texi (Introduction): Mention included in info Emacs manual.
3034
3035 * sending.texi (Mail Sending): Add a tiny bit on mailclient.
3036
3037 * vc-xtra.texi (Advanced VC Usage): End all menu items with a period.
3038
3f1c6666
JD
30392009-07-01 Jan Djärv <jan.h.d@swipnet.se>
3040
3041 * xresources.texi (Table of Resources): Mention maximized for
3042 fullscreen.
3043
3044 * cmdargs.texi (Window Size X): -mm/--maximized is new.
3045
62aadce7
CY
30462009-07-01 Chong Yidong <cyd@stupidchicken.com>
3047
3048 * anti.texi (Antinews): Correct the list of removed platforms.
3049
82ec412e
GM
30502009-06-28 Glenn Morris <rgm@gnu.org>
3051
3052 * arevert-xtra.texi: Minor language tweaks.
3053
09964e7d
GM
3054 * dired-xtra.texi: Minor revisions.
3055
666e158e
MB
30562009-06-23 Miles Bader <miles@gnu.org>
3057
c4cc8b9a 3058 * display.texi (Scrolling): Document `recenter-redisplay'.
05fbc4a9 3059 (Temporary Face Changes): Document `text-scale-set'.
666e158e 3060
70243478
CY
30612009-06-21 Chong Yidong <cyd@stupidchicken.com>
3062
3063 * Branch for 23.1.
3064
67cbe681
KH
30652009-06-17 Kenichi Handa <handa@m17n.org>
3066
3067 * mule.texi (Charsets): Update the description for the new charset.
3068 (list-character-sets): New findex.
125dd7c5 3069 (Language Environments): Add @anchor{Describe Language Environment}.
67cbe681 3070
40e67246
CY
30712009-06-10 Chong Yidong <cyd@stupidchicken.com>
3072
b5700de6
CY
3073 * basic.texi (Moving Point): Fix tag.
3074
3075 * picture-xtra.texi (Insert in Picture): Use <next> and <prior>.
3076
3077 * mini.texi (Completion Commands): Decapitalize <next> and <prior>, and
3078 use camel-case for PageUp and PageDown.
3079
3080 * display.texi (Scrolling): Decapitalize <next> and <prior>, and use
3081 camel-case for PageUp and PageDown.
3082
3083 * calendar.texi (Scroll Calendar): Decapitalize <next> and <prior>.
3084
40e67246 3085 * search.texi (Isearch Scroll): Add isearch-allow-scroll to index.
b5700de6 3086 (Isearch Scroll): Decapitalize <next> and <prior>.
40e67246 3087
522ddc9f 30882009-06-09 Agustín Martín <agustin.martin@hispalinux.es>
6f591cf4 3089
522ddc9f
JB
3090 * fixit.texi (Spelling): Set default dictionary.
3091 Improve descriptions (Bug#2554)
6f591cf4 3092
53483c76
DR
30932009-06-08 David Reitter <david.reitter@gmail.com>
3094
3095 * macos.texi (Color panel, Font panel): Remove mention of Save Options,
3096 since saving colors and faces set this way is not implemented.
3097 (Environment variables): Remove mention of mac-fix-env, which is
3098 scheduled to be removed.
3099
1557ef4f
CY
31002009-06-04 Chong Yidong <cyd@stupidchicken.com>
3101
91056528
CY
3102 * custom.texi (Init Examples): Add example of changing load-path.
3103
1557ef4f
CY
3104 * building.texi (Lisp Libraries): Add example of changing
3105 load-path (Bug#3446).
3106
623cec4c
CY
31072009-05-28 Chong Yidong <cyd@stupidchicken.com>
3108
3109 * mark.texi (Mark): Further clarifications.
3110 (Setting Mark): Emphasize that C-SPC activates the mark.
3111
0fcca8ee
CY
31122009-05-28 Chong Yidong <cyd@stupidchicken.com>
3113
702b10e1
CY
3114 * mark.texi (Mark): Clarify introduction. Mention disabling Transient
3115 Mark mode.
0fcca8ee
CY
3116 (Using Region, Persistent Mark): Use "active mark" instead of "active
3117 region".
3118
d3b396e4
CY
31192009-05-16 Ari Roponen <ari.roponen@gmail.com> (tiny change)
3120
3121 * mule.texi (Select Input Method): Fix typo.
3122
3f698a06
CY
31232009-05-13 Chong Yidong <cyd@stupidchicken.com>
3124
3125 * anti.texi (Antinews): Document completion changes. Some additional
3126 copyedits and rearrangement of entries.
3127
b2a42eb7
CY
31282009-05-12 Chong Yidong <cyd@stupidchicken.com>
3129
932fd020
CY
3130 * misc.texi (Interactive Shell, Saving Emacs Sessions)
3131 (Shell History Copying, Terminal emulator): Copyedits.
3132
1c6c854e
CS
3133 * xresources.texi (Resources): Simplify descriptions.
3134 Shorten description of editres, which is not very useful these days.
ac36a8f1
CY
3135 (Table of Resources): Document fontBackend resource.
3136
b2a42eb7 3137 * trouble.texi (Quitting): Add other undo bindings to table.
09e80d9f 3138 (DEL Does Not Delete): Note that the erasure key is usually labeled
b2a42eb7
CY
3139 "Backspace". Remove discussion of obscure Xmodmap issue.
3140
c6ea7fb8
CY
31412009-05-07 Chong Yidong <cyd@stupidchicken.com>
3142
3143 * files.texi (Visiting): Copyedits.
3144
ad36c422
CY
31452009-05-06 Chong Yidong <cyd@stupidchicken.com>
3146
3147 * basic.texi (Inserting Text): Document ucs-insert.
3148
3149 * mule.texi (International Chars): Define "multibyte". Note that
3150 internal representation is unicode-based. Simplify definition of raw
3151 bytes. Mention ucs-insert.
3152 (Enabling Multibyte): Remove obsolete discussion. Copyedits.
3153 (Language Environments): Add language environments new to Emacs 23.
3154 (Multibyte Conversion): Node deleted.
1c6c854e
CS
3155 (Coding Systems): Remove obsolete unify-8859-on-decoding-mode.
3156 Don't mention obsolete emacs-mule coding system.
ad36c422
CY
3157 (Output Coding): Copyedits.
3158
3159 * emacs.texi (Top): Update node listing.
3160
d4ad7b96
CY
31612009-05-05 Per Starbäck <per@starback.se> (tiny change)
3162
3163 * trouble.texi (Lossage): Use new binding of view-emacs-problems.
3164
5bd66204
SM
31652009-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
3166
3167 * building.texi (Lisp Libraries): `load-library' does offer completion.
3168
bc36ad1c
CY
31692009-04-28 Chong Yidong <cyd@stupidchicken.com>
3170
3171 * frames.texi (Text-Only Mouse): Mention gpm-mouse-mode instead of
3172 t-mouse-mode. Suggested by Per Starbäck (Bug#3126).
3173
f1a47884
EZ
31742009-04-25 Eli Zaretskii <eliz@gnu.org>
3175
3176 * maintaining.texi (Tags): Clarify text. (Bug#3101)
3177
be77bd45
CY
31782009-04-22 Chong Yidong <cyd@stupidchicken.com>
3179
3180 * entering.texi (Entering Emacs): Document initial-buffer-choice.
3181
3182 * building.texi (Lisp Interaction): Document initial-scratch-message.
3183
d3b82927
JB
31842009-04-18 Juanma Barranquero <lekktu@gmail.com>
3185
ed6e7b11
JB
3186 * msdog.texi (Windows Fonts): Fix typos.
3187
d3b82927
JB
3188 * files.texi (Save Commands): Fix pxref.
3189
bc323c04
CY
31902009-04-18 Chong Yidong <cyd@stupidchicken.com>
3191
3192 * files.texi (Save Commands): Mention diff-buffer-with-file.
3193 (Comparing Files): Document diff-buffer-with-file. Suggested by Magnus
3194 Henoch (Bug#3036).
3195
2186d13f
GM
31962009-03-15 Glenn Morris <rgm@gnu.org>
3197
3198 * sending.texi (Mail Format): Replace "Sender" with "Message-Id", since
3199 the former is not always used.
3200 (Mail Headers): Use active voice. Add "Mail-reply-to".
3201 Change case of "Id". Avoid repeated "appropriate".
3202 (Mail Aliases): Fix previous change - use an example with a ".", so it
3203 does actually get quoted when expanded.
3204 (Mail Sending): Mailclient is the default on some systems.
3205 (Citing Mail): Mention mail-indentation-spaces.
3206 (Mail Mode Misc): Add an @dfn for "mail signature".
3207
71e454fc
CY
32082009-03-15 Chong Yidong <cyd@stupidchicken.com>
3209
3210 * mini.texi (Completion Commands): Describe Emacs 23 completion rules.
3211 (Completion Options): Document read-file-name-completion-ignore-case,
1c6c854e
CS
3212 read-buffer-completion-ignore-case, and completion-styles.
3213 Remove description of partial-completion-mode.
71e454fc 3214
df1a3e06
GM
32152009-03-14 Glenn Morris <rgm@gnu.org>
3216
3217 * sending.texi (Mail Format): Fix typo. Add index entry for
3218 mail-header-separator.
3219 (Mail Headers): Put info about initialization and changing in one place
3220 at the start. Update FCC section for mbox Rmail. Clarify From
3221 section, mention mail-setup-with-from. Clarify Reply-to section.
3222 Add Mail-followup-to and mail-mailing-lists. Clarify References
3223 section.
3224 (Mail Aliases): Update example, make less contentious.
3225 Update for name change of mail-interactive-insert-alias.
3226 (Mail Mode): Remove mention of `%' as a word separator.
3227 (Mail Sending): Mention mail-send-hook. Mention Mailclient.
3228 (Header Editing): Add reply-to, mail-reply-to, and mail-followup-to
3229 commands. Clarify FCC handling. In mail-complete, add reference to
3230 Mail Aliases section, and mention mail-complete-function.
3231 (Citing Mail): Mention mail-yank-ignored-headers and mail-citation-hook.
3232 (Mail Mode Misc): Clarify the mail-signature function. Add basic
3233 signature netiquette. Explain how the mail hooks work when continuing
3234 a composition.
3235 (Mail Amusements): Internationalize the spook section a bit.
3236 Remove the spook mail-setup-hook example, since it doesn't work well.
3237 Mention fortune-file.
3238 (Mail Methods): Mention read-mail-command.
3239
ed6e7b11 32402009-03-14 David Reitter <david.reitter@gmail.com>
959d68bd 3241
df1a3e06
GM
3242 * macos.texi (Mac / GNUstep Basics): Remove references to Prefs panel
3243 and NS resources following recent changes.
959d68bd 3244
86dca3e8
JR
32452009-03-10 Jason Rumney <jasonr@gnu.org>
3246
3247 * msdog.texi (Windows Misc): Remove doc for obsolete variable. Modify
3248 w32-use-visible-system-caret doc to indicate that it should get set
3249 automatically.
3250 (Windows Fonts): Add doc for the uniscribe backend.
3251
042fe98f
DN
32522009-03-08 Dan Nicolaescu <dann@ics.uci.edu>
3253
3254 * maintaining.texi (VC Directory Commands): Fix doc for the x key in
3255 vc-dir. (Bug#2598)
3256
7f8dba73
RS
32572009-03-05 Reiner Steib <Reiner.Steib@gmx.de>
3258
3259 * fixit.texi (Spelling): Add turn-on-flyspell. (Bug#2517)
3260
505e70c3
GM
32612009-03-05 Glenn Morris <rgm@gnu.org>
3262
04242bdc
GM
3263 * rmail.texi (Rmail Basics): Add reference to sorting.
3264 (Rmail Scrolling, Rmail Motion, Rmail Reply, Rmail Display):
3265 Minor re-wordings.
3266 (Rmail Motion): Mention rmail-next-same-subject.
3267 (Rmail Deletion): Expunging is not the only way to change the numbers.
3268 (Rmail Labels): Labels can also be used in sorting.
3269 (Rmail Summary Edit): Mention rmail-summary-next-same-subject.
505e70c3
GM
3270 (Rmail Display): Mention rmail-mime.
3271
00cfe22c
GM
32722009-03-04 Glenn Morris <rgm@gnu.org>
3273
3274 * rmail.texi (Rmail Sorting): Add the keybindings associated with each
3275 sort command. Fix `rmail-sort-by-labels' name. Mention sorting from
3276 summary. Mention sorts cannot be undone.
3277 (Rmail Display): Give an example of how to use goto-address-mode.
3278 (Rmail Editing): It's keybindings that are redefined, not commands.
3279 Fix some typos.
3280 (Movemail): Some minor rewording.
3281 (Remote Mailboxes): Emacs movemail supports pop by default.
3282 Fix some minor grammatical issues. The "two alternative ways" to
3283 specify a POP mailbox are really just one. Remove all reference to the
3284 variables rmail-pop-password and rmail-pop-password-required, obsolete
3285 since Emacs 22.1. Clarify the four password steps. Emacs movemail
3286 can support Kerberos.
3287
3d963b67
GM
32882009-03-03 Glenn Morris <rgm@gnu.org>
3289
3290 * rmail.texi (Rmail Deletion): Revert previous change, which was
3291 describing the Rmail summary versions.
3292 (Rmail Reply): Give more details of rmail-dont-reply-to-names.
3293 Minor re-wording for rmail-resend.
3294 (Rmail Make Summary): Summaries apply to buffers rather than files.
3295 <rmail-summary-by-topic>: Headers includes the subject.
3296 <rmail-summary-by-recipients, rmail-summary-by-topic>: Give more
3297 details, including prefix arguments.
2340abde 3298 Mention rmail-summary-by-senders on C-M-f.
3d963b67
GM
3299 Not counting lines might be faster.
3300 (Rmail Summary Edit): More details on the delete commands.
2340abde
GM
3301 Mention rmail-summary-undelete-many, rmail-summary-bury, and C-M-n/p.
3302 Name the commands bound to the various keys. Mention prefix argument
3303 for searching.
3d963b67
GM
3304 (Rmail Display): Mention rmail-displayed-headers. Fix typo.
3305 Simplify rmail-highlighted-headers description. Update face name.
3306
a8ce3d17
JB
33072009-03-02 Juanma Barranquero <lekktu@gmail.com>
3308
3309 * mark.texi (Marking Objects): Fix typo.
3310
130a29b6
CY
33112009-03-01 Chong Yidong <cyd@stupidchicken.com>
3312
3313 * abbrevs.texi (Expanding Abbrevs): Mention abbrev-expand-functions
3314 instead of obsolete pre-abbrev-expand-hook. Link to elisp manual.
3315
9d5de6f8
GM
33162009-03-01 Glenn Morris <rgm@gnu.org>
3317
79fc530e 3318 * rmail.texi (Rmail): Fix some typos. Use consistent case in menu.
9d5de6f8
GM
3319 (Rmail Motion): - M-s searches from the end of messages.
3320 (Rmail Deletion): Minor clarification. Fix numeric argument
3321 description.
3322 (Rmail Inbox): Fix default inbox description. Mention `mbox' by name.
3323 newmail and RMAILOSE files need not be in home-directory.
3324 (Rmail Files): Mention I/O menus are unselectable if no files match.
3325 Mention `MAIL' env-var.
3326
b545ff9c
JR
33272009-02-24 Jason Rumney <jasonr@gnu.org>
3328
3329 * mule.texi (Fontsets): Mention fontset-default, font specs and
3330 fallback fontsets.
3331 (Defining Fontsets): Mention ns and w32 variants of
3332 standard-fontset-spec. Update description of startup fontset to match
3333 Emacs 23 behavior.
a93be82a 3334 (Modifying Fontsets): New section. (Bug#656)
70bb6cac 3335 (International): Link to Modifying Fontsets.
b545ff9c 3336
75da0618 33372009-02-23 Adrian Robert <Adrian.B.Robert@gmail.com>
88ddb9ff
AR
3338
3339 * macos.texi (Mac / GNUstep Basics, Mac / GNUstep Customization):
3340 Mention ns-extended-platform-support-mode.
3341
6be93a16
KB
33422009-02-22 Karl Berry <karl@gnu.org>
3343
3344 * macos.texi (Mac / GNUstep Customization): One more duplicate "the".
3345
867d4bb3
JB
33462009-02-19 Juanma Barranquero <lekktu@gmail.com>
3347
3348 * basic.texi (Moving Point, Position Info):
3349 * files.texi (Visiting):
3350 * mini.texi (Completion Options):
3351 * text.texi (HTML Mode): Remove duplicate words.
3352
49b5c0e8
GM
33532009-02-20 Glenn Morris <rgm@gnu.org>
3354
3355 * rmail.texi: Minor updates for mbox rather than Babyl.
3356
f43a822c
KB
33572009-02-17 Karl Berry <karl@gnu.org>
3358
49b5c0e8 3359 * emacs.texi (Top): Add @insertcopying before master menu. (Bug#1988)
f43a822c 3360
80d634b8
RS
33612009-02-17 Richard M Stallman <rms@gnu.org>
3362
3363 * anti.texi (Antinews): Mention Babyl format.
3364
3365 * emacs.texi (Top): Delete `Out of Rmail' from subnode menu.
3366
3367 * rmail.texi: Update for mbox format.
3368 Various small fixes, as well as the following.
3369 (Out of Rmail): Node deleted.
3370 (Rmail): Update menu.
3371 (Rmail Files): Comment out set-rmail-inbox-list.
3372 Document rmail-inbox-list instead.
3373 (Rmail Output): Substantial changes since C-o is now
3374 rmail-output-as-seen and o is rmail-output.
3375 (Rmail Attributes): Delete `stored', add `retried'.
3376 (Rmail Display): Editing headers works in all cases.
3377
f0d129c6
GM
33782009-02-17 Glenn Morris <rgm@gnu.org>
3379
3380 * basic.texi (Position Info): M-x count-lines-region is not always on
3381 M-=. (Bug#2269)
3382
160f11d3
GM
33832009-02-09 Glenn Morris <rgm@gnu.org>
3384
3385 * calendar.texi (Holidays, Displaying the Diary): Update for new marker
3386 defaults.
3387
763e01c4
EZ
33882009-02-07 Eli Zaretskii <eliz@gnu.org>
3389
3390 * rmail.texi (Rmail Coding) <rmail-redecode-body>: Remove stale
3391 documentation of possible problems with redecoding.
3392
f5e1441d
GM
33932009-02-03 Glenn Morris <rgm@gnu.org>
3394
3395 * rmail.texi (Out of Rmail): Mention b2m.pl.
3396
e1eabe41
GM
33972009-01-31 Glenn Morris <rgm@gnu.org>
3398
3399 * rmail.texi (Out of Rmail): Correct b2m location.
3400
dd05f9de
CY
34012009-01-27 Chong Yidong <cyd@stupidchicken.com>
3402
3403 * fixit.texi (Undo): Update undo limit values.
3404
d74d846e
GM
34052009-01-27 Glenn Morris <rgm@gnu.org>
3406
3407 * emacs.texi (Top): Fix Antinews menu entry.
3408
49ffdce8
KB
34092009-01-25 Karl Berry <karl@gnu.org>
3410
3411 * text.texi (Foldout): Use @itemize @w{} to make an itemize
3412 item with no marker, instead of the syntactically incorrect
3413 @itemize @asis.
3414
467e8d77
JL
34152009-01-25 Juri Linkov <juri@jurta.org>
3416
3417 * building.texi (Grep Searching): Fix index entry for lgrep.
3418
6c60bbdb
EZ
34192009-01-24 Eli Zaretskii <eliz@gnu.org>
3420
3421 * msdog.texi (Windows Printing): Add an index entry for Ghostscript.
3422
9ce5a36f
AR
34232009-01-21 Adrian Robert <Adrian.B.Robert@gmail.com>
3424
3425 * macos.texi (Preferences Panel): Update description of font setting to
3426 reflect that prior frame selection is no longer needed.
3427
9aa5f2fb
NR
34282009-01-20 Nick Roberts <nickrob@snap.net.nz>
3429
3430 * building.texi (Debuggers): Revert some of 2008-10-31 change to
3431 raise GUD subsections.
3432
3892ff9c
GM
34332009-01-15 Glenn Morris <rgm@gnu.org>
3434
3435 * ack.texi (Acknowledgments): Another update based mainly on AUTHORS.
3436
14731c8f
GM
34372009-01-10 Glenn Morris <rgm@gnu.org>
3438
3439 * ack.texi (Acknowledgments): Some more updates based on AUTHORS.
3440
45c55e53
CY
34412009-01-04 Chong Yidong <cyd@stupidchicken.com>
3442
3443 * display.texi (Visual Line Mode): M-] and M-[ no longer move by
3444 logical lines.
3445
2e4667d1
JL
34462008-12-29 Juri Linkov <juri@jurta.org>
3447
3448 * mini.texi (Minibuffer History): Add a link to `Isearch Minibuffer'.
3449
3450 * text.texi (Fill Commands): Replace `M-s' with `M-o M-s'.
3451
2a3eac47
CY
34522008-12-28 Chong Yidong <cyd@stupidchicken.com>
3453
3454 * misc.texi (Goto Address mode): Rename from Goto-address. Refer to
3455 goto-address-mode instead of goto-address.
3456
3da8da94
CY
3457 * rmail.texi (Rmail Display): Goto-address renamed to Goto Address
3458 mode.
3459
2a3eac47
CY
3460 * emacs.texi (Top): Update node listing.
3461
057f6dd3
EZ
34622008-12-26 Eli Zaretskii <eliz@gnu.org>
3463
3464 * custom.texi (Directory Variables): Explain what is a "project".
3465 Add indexing. Improve wording. Add a footnote about using
3466 _dir-locals.el on MS-DOS.
3467
e6979067
DN
34682008-12-24 Dan Nicolaescu <dann@ics.uci.edu>
3469
3470 * files.texi (Misc File Ops): Mention chmod as an alias for
3471 set-file-modes.
3472
9de15963
MR
34732008-12-24 Martin Rudalics <rudalics@gmx.at>
3474
3475 * help.texi (Help): Fix typos and reword.
3476 (Help Summary): Add entries for C-h n and C-h r, reorder
3477 entries, and do some minor fixes.
3478 (Name Help): Say that C-h F works for commands only.
3479 (Misc Help): Say that view-lossage displays 300 keystrokes.
3480
236fd60d
GM
34812008-12-20 Glenn Morris <rgm@gnu.org>
3482
3483 * ack.texi (Acknowledgments): General update based on AUTHORS,
3484 including removal of some stuff no longer distributed.
3485
ed9265fc 34862008-12-19 Agustín Martín <agustin.martin@hispalinux.es>
349b3256 3487
ed9265fc 3488 * fixit.texi: Mention hunspell.
349b3256 3489
e840fca5
GM
34902008-12-19 Glenn Morris <rgm@gnu.org>
3491
3492 * ack.texi (Acknowledgments): Small grammar fix.
9b0455c7 3493 Consolidate explanatory text at start.
e840fca5
GM
3494
3495 * display.texi (Text Display):
3496 * indent.texi (Indentation): Use @acronym with ASCII.
3497
9dfa7983
GM
34982008-12-18 Glenn Morris <rgm@gnu.org>
3499
3500 * ack.texi: Various small updates and fixes.
3501
97b3a00b
JL
35022008-12-18 Juri Linkov <juri@jurta.org>
3503
3504 * search.texi (Word Search): Replace `C-s RET C-w' with `M-s w RET'
3505 as a key binding to start a forward nonincremental word search.
3506 Replace `C-r RET C-w' with `M-s w C-r RET' as a key binding to start
3507 a backward nonincremental word search. Add index for `M-s w'
3508 `isearch-forward-word'.
3509 (Regexp Search): Add a short summary of regexp key commands like
3510 in the node "Basic Isearch".
3511 (Other Repeating Search): Fix typo.
3512
35132008-12-14 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2f298da2
VJL
3514
3515 * misc.texi (PostScript Variables): Fix doc.
3516
31ce6a07
CY
35172008-12-10 Chong Yidong <cyd@stupidchicken.com>
3518
3519 * programs.texi (Program Modes): Mention Ruby mode.
3520
636b507b
DN
35212008-12-10 Dan Nicolaescu <dann@ics.uci.edu>
3522
3523 * misc.texi (emacsclient Options): Describe what an empty string
3524 argument does for --alternate-editor.
3525
a323fa14
CY
35262008-12-09 Frank Schmitt <ich@frank-schmitt.net>
3527
3528 * cmdargs.texi (Font X): Distinguish between client-side and
3529 server-side fonts. List valid Fontconfig properties. Add reference to
3530 Fontconfig manual. List valid GTK font properties. Explain use of
3531 fc-list.
3532
c5ca6cd0
CY
35332008-12-09 Chong Yidong <cyd@stupidchicken.com>
3534
3535 * cmdargs.texi (Font X): Move discussion of quoting to top.
3536
e5136377
GM
35372008-12-06 Glenn Morris <rgm@gnu.org>
3538
3539 * maintaining.texi (Old Revisions): Improve previous change.
3540
248c026b
RS
35412008-12-05 Richard M Stallman <rms@gnu.org>
3542
3543 * anti.texi (Antinews): Minor fixes.
3544
a9253a1e
GM
35452008-12-03 Glenn Morris <rgm@gnu.org>
3546
3547 * maintaining.texi (Old Revisions): Fix diff-switches description.
3548
fa687b02
MR
35492008-12-01 Martin Rudalics <rudalics@gmx.at>
3550
3551 * emacs.texi (Top): Fix typo.
3552
72e6decd
CY
35532008-11-30 Chong Yidong <cyd@stupidchicken.com>
3554
320ee034
CY
3555 * misc.texi (Document View): Explain dependence on gs at the top.
3556 Copyedits.
3557
3558 * emacs.texi (Top): Add DocView nodes to detailed node listing.
3559
72e6decd
CY
3560 * programs.texi (Other C Commands): Document hide-ifdef-shadow.
3561 (Comment Commands): Discuss region-active behavior of M-; first.
3562
2a472ee4
MR
35632008-11-29 Martin Rudalics <rudalics@gmx.at>
3564
9c6361c9
MR
3565 * display.texi (Line Truncation): Add reference to Continuation
3566 Lines.
3567
2a472ee4
MR
3568 * windows.texi (Pop Up Window): Mention split-height-threshold
3569 and split-width-threshold.
9c6361c9 3570 (Split Window): Add reference to Continuation Lines.
2a472ee4 3571
e93bc142
AR
35722008-11-28 Adrian Robert <Adrian.B.Robert@gmail.com>
3573
3574 * macos.texi: Change references to "Mac" to "Mac / GNUstep".
3575 (GNUstep Support): New node.
3576 * anti.texi:
3577 * emacs.texi:
3578 * msdog.texi: Change reference to Mac OS node to Mac OS / GNUstep.
3579
43b978db
RS
35802008-11-28 Richard M Stallman <rms@gnu.org>
3581
3582 * misc.texi (Dissociated Press): Minor cleanups.
3583
3584 * dired.texi (Image-Dired): Avoid passive.
3585
e8e2bd93
EZ
35862008-11-28 Eli Zaretskii <eliz@gnu.org>
3587
3588 * anti.texi (Antinews): Add stuff about Unicode vs emacs-mule
3589 representation.
3590
8d2d45da
CY
35912008-11-26 Richard M. Stallman <rms@gnu.org>
3592
3593 * files.texi (Visiting): Rewrite paragraph for clarity.
3594
3595 * buffers.texi (Select Buffer): Rewrite paragraphs using active voice.
3596
a5f7bbcc
AM
35972008-11-25 Alan Mackenzie <acm@muc.de>
3598
3599 * programs.texi (Moving by Parens): Clarify that parens inside strings
3600 and comments are ignored, and that the commands assume the starting
3601 point isn't in a string or comment.
3602
a71703d3
AR
36032008-11-26 Adrian Robert <Adrian.B.Robert@gmail.com>
3604
3605 * macos.texi: Add Prev/Next/Top pointers to all nodes.
3606 (Mac Basics): Merge in Grabbing Environment Variables from earlier
3607 version.
3608 (Mac Customization): Rewrite Preferences Panel section and merge in to
3609 this node, add Open files by dragging to an Emacs window.
3610
3611 * emacs.texi: Remove TOC reference to Mac Preferences Panel section.
3612
aa5ab79a
CY
36132008-11-26 Chong Yidong <cyd@stupidchicken.com>
3614
0cc92c19
CY
3615 * files.texi (Misc File Ops): Document set-file-modes.
3616
c366b4e4
CY
3617 * windows.texi (Split Window): Document integer values of
3618 truncate-partial-width-windows.
3619
aa5ab79a
CY
3620 * text.texi (Text): Simplify description of markup languages.
3621 (TeX Mode): Simplify introduction. Mention BibTeX mode.
3622 (TeX Editing): Note that `""' inserts one `"' character.
3623 (HTML Mode): Note in the introduction that XML mode is an alias for
3624 SGML mode. Mention nXML mode.
3625
56221db7
CY
36262008-11-25 Chong Yidong <cyd@stupidchicken.com>
3627
3628 * building.texi (Watch Expressions): Fix typo.
3629
90effe33
CY
36302008-11-24 Chong Yidong <cyd@stupidchicken.com>
3631
f90a5ae3
CY
3632 * files.texi (Visiting): Document new behavior of
3633 confirm-nonexistent-file-or-buffer.
3634
1c6c854e
CS
3635 * buffers.texi (Select Buffer):
3636 Document confirm-nonexistent-file-or-buffer.
f90a5ae3 3637
a18ffb4a
CY
3638 * picture-xtra.texi (Picture Mode): Use picture-mode instead of
3639 edit-picture.
3640
90effe33
CY
3641 * text.texi (Text): Simplify introduction. Discard mention of `M-x
3642 edit-picture', since that is just an alias for picture-mode.
3643 (Sentences): Note that repeated M-@ extends the region.
3644 (Pages): Make terminology more consistent. Link to Regexps node.
3645 (Longlines): Discuss relationship with Visual Line mode.
3646 (Text Mode): Remove extraneous discussion of other modes, since they
3647 were already introduced in the parent node.
3648
e85103ec
CY
36492008-11-23 Chong Yidong <cyd@stupidchicken.com>
3650
5cb2fe30
CY
3651 * anti.texi (Antinews): Rewrite.
3652
1eb9b307 3653 * entering.texi (Exiting): Mention "minimize" terminology.
b908332f
CY
3654
3655 * frames.texi (Frame Commands): Mention "minimize" terminology.
3656
e85103ec
CY
3657 * cmdargs.texi (Font X): Document Fontconfig and GTK font specification
3658 formats.
b908332f
CY
3659 (Icons X): Mention "minimize" terminology and use of icons in taskbar.
3660 (Misc X): Don't document useless -hb option.
e85103ec 3661
607f5f88
JL
36622008-11-22 Juri Linkov <juri@jurta.org>
3663
3664 * dired.texi (Dired Navigation): Change normal file name search option
3665 from `non-nil' to `t'. Add `dwim' option.
3666
e1b867a0
JL
36672008-11-22 Juri Linkov <juri@jurta.org>
3668
3669 * custom.texi (Directory Variables): Rename ".dir-settings.el" to
3670 ".dir-locals.el". Rename `define-project-bindings' to
3671 `dir-locals-set-class-variables'. Rename `set-directory-project' to
3672 `dir-locals-set-directory-class'.
3673
dd186936
LK
36742008-11-22 Lute Kamstra <lute@gnu.org>
3675
3676 * buffers.texi (Select Buffer): Index goto-line.
3677 * basic.texi (Moving Point): Mention the use of a numeric prefix
3678 argument with goto-line and refer to Select Buffer for the use of a
3679 plain prefix argument.
3680
4b121911
GM
36812008-11-19 Glenn Morris <rgm@gnu.org>
3682
3683 * doclicense.texi: Update to FDL 1.3.
3684 * emacs.texi, emacs-xtra.texi: Relicense under FDL 1.3 or later.
3685
27267e4c
CY
36862008-11-17 Chong Yidong <cyd@stupidchicken.com>
3687
696f351d
CY
3688 * custom.texi (Minor Modes): Define mode commands and mode variables
3689 more precisely. Recommend using mode commands instead of setting
3690 variables directly. Put minor modes in a list, and add more modes.
cd9da8b8
CY
3691 (Easy Customization): Use "init file" instead of .emacs.
3692 (Customization Groups): Update to new Custom buffer appearance.
3693 (Saving Customizations): Copyedits. Update example.
3694 (Variables): Give example of variable type-sensitivity.
3695 (Examining): Update example.
3696 (Hooks): Copyedits.
3697 (Specifying File Variables): Use C comments instead of an artificial
3698 Lisp for the example.
3699 (Keymaps): Move internals discussion to Prefix Keymaps.
3700 (Rebinding): Remove redundant paragraph (stated in Key Binding).
3701 (Init Rebinding): Document kbd macro.
3702 (Init File): Link to Find Init.
696f351d
CY
3703
3704 * mark.texi (Using Region): Document Delete Selection Mode more
3705 thoroughly.
3706
3707 * frames.texi (Mouse Commands): Move most of the description of Delete
3708 Selection Mode to Using Region, and link to it.
1bc9c425 3709 (Clipboard): Note that paste is bound to clipboard-yank.
696f351d 3710
b0570c25
CY
3711 * building.texi (Compilation): Document first-error value of
3712 compilation-scroll-output.
3713 (Compilation Mode): Note that compilation-auto-jump-to-first-error
3714 works as soon as an error is available. Suggested by Juri Linkov.
3715
27267e4c
CY
3716 * mini.texi (Passwords): New node.
3717
3718 * files.texi (Remote Files): Link to Passwords node.
3719
3720 * emacs.texi (Top): Update node listings.
3721
122eb807
CY
37222008-11-16 Chong Yidong <cyd@stupidchicken.com>
3723
9c9855a3
CY
3724 * ack.texi (Acknowledgments): Some updating of credits.
3725
bd6fdcad
CY
3726 * emacs.texi (Acknowledgments): Add a couple more names.
3727
dd1eef46
CY
3728 * dired.texi (Dired Deletion): Document delete-by-moving-to-trash.
3729
122eb807 3730 * files.texi (Directories): Describe delete-directory in text.
dd1eef46 3731 (Misc File Ops): Document use of trash.
122eb807 3732
801a8da1
JB
37332008-11-16 Juanma Barranquero <lekktu@gmail.com>
3734
3735 * macos.texi (Mac Customization): Fix typos.
3736
0b4f2253
CY
37372008-11-14 Chong Yidong <cyd@stupidchicken.com>
3738
3739 * macos.texi (Mac OS): Move Cocoa manual from ns-emacs.texi to here,
3740 replacing previous contents. Numerous copyedits to adapt ns-emacs to
3741 the conventions of the main Emacs manual.
3742
3743 * emacs.texi (Top): Update node listings.
3744
517e2b89
CY
37452008-11-12 Chong Yidong <cyd@stupidchicken.com>
3746
07a85685
CY
3747 * cmdargs.texi (Emacs Invocation): Link to Emacs Server. Note that
3748 command-line-args is processed during startup.
3749 (Action Arguments): Correctly describe how file arguments interact with
3750 the startup screen. Link to Lisp Interaction for scratch buffer.
3751 (Initial Options): Link to Command Example for -batch option.
3752 (Environment): Document initial-environment.
3753
517e2b89
CY
3754 * entering.texi (Entering Emacs): Note that inhibit-startup-screen
3755 can't be changed in the site-start file.
3756
6337bbde
CY
37572008-11-07 Chong Yidong <cyd@stupidchicken.com>
3758
3759 * dired.texi (Dired): Mention C-x C-d too.
3760 (Dired Enter): Document M-n in the Dired minibuffer.
1c6c854e
CS
3761 (Dired Navigation): Explain dired-goto-file more clearly.
3762 Document dired-isearch-filenames.
6337bbde
CY
3763 (Dired Deletion): Remove unnecessary "expunged" terminology.
3764 (Flagging Many Files): & is now rebound to `% &'.
3765 (Shell Commands in Dired): Document dired-do-async-shell-command.
3766 Clarify how multi-file arguments are passed.
3767 (Misc Dired Features): Document dired-do-isearch.
3768
9e8eeff9
CY
37692008-11-06 Chong Yidong <cyd@stupidchicken.com>
3770
3771 * entering.texi (Entering Emacs): Document inhibit-startup-screen.
3772
e071f849
CY
37732008-11-03 Chong Yidong <cyd@stupidchicken.com>
3774
3775 * search.texi (Other Repeating Search): Remove obsolete findex entries.
3776
05482eb1
CY
37772008-11-01 Chong Yidong <cyd@stupidchicken.com>
3778
e2346dea
CY
3779 * programs.texi (Program Modes): Link to Program Indent node.
3780 (Left Margin Paren): Explain consequences of changing
3781 open-paren-in-column-0-is-defun-start more concisely.
3782 (Which Function, Program Indent, Info Lookup): Minor edits.
3783 (Basic Indent): If region is active, TAB indents the region.
1c6c854e
CS
3784 (Multi-line Indent): If region is active, TAB indents the region.
3785 Note that indent-region is useful when Transient Mark mode is off.
e2346dea
CY
3786 (Matching): The delimiter at the cursor is highlighted---the character
3787 changes color.
3788 (Symbol Completion): Link to Completion node.
3789
e4b6428c
CY
3790 * misc.texi (Invoking emacsclient): Describe how to use Emacs server in
3791 a strictly text-only system.
3792
05482eb1
CY
3793 * abbrevs.texi (Saving Abbrevs): Note that abbrev file is not loaded in
3794 batch mode.
3795
a11d3737
RS
37962008-11-01 Richard M. Stallman <rms@gnu.org>
3797
5abad626
RS
3798 * misc.texi (Document View): Major rewrite.
3799
a11d3737
RS
3800 * maintaining.texi (Types of Log File): Change logs are older than
3801 version control.
3802 (VCS Concepts): Simplify and rearrange.
3803 (Version Control Systems): Make it clear that Linux is only the kernel.
3804 (VC Mode Line): Shorten reference to menu item.
3805 (Basic VC Editing): Clarify VC fileset. Shorten and simplify.
3806 (VC Directory Mode): Minor cleanup.
3807 Unchanged files are hidden, not omitted.
3808 (VC Directory Commands): Shorten and simplify.
3809 (Change Log Commands): New node, split from Change Logs.
3810 (VC Directory Buffer): New node, split from VC Directory Mode.
3811
c55a4acb
CY
38122008-10-31 Chong Yidong <cyd@stupidchicken.com>
3813
1c6c854e 3814 * misc.texi (Document View): Rename from Document Files, moved here
df0356f6
CY
3815 from files.texi.
3816
1c6c854e
CS
3817 * files.texi (Version Control): Move to maintaining.texi.
3818 Subnodes moved as well.
3819 (Document Files): Move to misc.texi.
df0356f6 3820
c55a4acb
CY
3821 * maintaining.texi (Change Log): Document log-edit-insert-changelog and
3822 vc-update-change-log.
df0356f6
CY
3823 (Version Control): Move here from files.texi.
3824 (Format of ChangeLog): Make it a subnode of Change Log.
3825
3826 * emacs.texi (Top): Update node listing.
c55a4acb 3827
ef082374
TH
38282008-10-31 Tassilo Horn <tassilo@member.fsf.org>
3829
3830 * files.texi (Files): Add a section about document
3831 files (doc-view-mode).
3832
d52582c3
CY
38332008-10-31 Chong Yidong <cyd@stupidchicken.com>
3834
1c6c854e
CS
3835 * building.texi (Compilation Mode):
3836 Document compilation-auto-jump-to-first-error.
d52582c3
CY
3837 (Debuggers): Lower GUD subsections to subsubsections.
3838 (Starting GUD): Add cindex.
3839 (Lisp Interaction): Note that scratch is no longer the initial buffer.
3840
4e0a0968
CY
38412008-10-30 Chong Yidong <cyd@stupidchicken.com>
3842
03625b47
CY
3843 * indent.texi (Indentation): Link to Program Indent.
3844
4e0a0968
CY
3845 * misc.texi (Invoking emacsclient): If Emacs has no available frame, it
3846 now uses emacsclient's terminal.
3847
8bd3f7ef
CY
38482008-10-29 Chong Yidong <cyd@stupidchicken.com>
3849
80e5620e
CY
3850 * mark.texi (Using Region): Document use-empty-active-region.
3851
97d5c404
CY
3852 * emacs.texi (Top): Update node listings.
3853
1c6c854e
CS
3854 * misc.texi (Emacs Server): Rewrite. Document daemon-mode.
3855 Don't mention obsolete emacs.bash script.
8bd3f7ef
CY
3856 (Invoking emacsclient): Rewrite, moving optional arguments to
3857 emacsclient Options.
21d2bae3
CY
3858 (emacsclient Options): New node. Document server-use-tcp and
3859 server-host.
8bd3f7ef 3860
5fda2cbd
CY
38612008-10-28 Chong Yidong <cyd@stupidchicken.com>
3862
3863 * indent.texi (Indentation): Replace list with paragraphed text,
3864 putting description of syntax-driven indentation first. Document new
3865 effect of active regions on tab.
3866 (Tab Stops): Note that editable tab stops affect indentation commands.
3867
4ff029f6
DN
38682008-10-27 Dan Nicolaescu <dann@ics.uci.edu>
3869
3870 * cmdargs.texi (Initial Options): Document -daemon=SERVER_NAME.
3871
996cd6e4
CY
38722008-10-23 Chong Yidong <cyd@stupidchicken.com>
3873
f28815e3
CY
3874 * custom.texi (Function Keys): Note that modified keypad keys are not
3875 translated.
3876
996cd6e4
CY
3877 * basic.texi (Arguments): Explain how to insert multiple digits.
3878
49545fe2
MA
38792008-10-22 Michael Albinus <michael.albinus@gmx.de>
3880
3881 * files.texi (Remote Files): Precise selection of default method.
3882 Rewrite paragraph about disabling remote file names.
3883
edac0b53
CY
38842008-10-22 Chong Yidong <cyd@stupidchicken.com>
3885
e752c544
CY
3886 * search.texi (Special Isearch): Document M-TAB is isearch.
3887
edac0b53
CY
3888 * files.texi (VC Mode Line): Use @kbd instead of @key for mouse
3889 command.
3890
3891 * frames.texi: Use @kbd instead of @key for mouse commands throughout.
3892
20a36054
TH
38932008-10-22 Tassilo Horn <tassilo@member.fsf.org>
3894
1c6c854e 3895 * emacs.texi (Acknowledgments): Add myself to Acknowledgments
20a36054
TH
3896 section.
3897
69051ab6
CY
38982008-10-21 Chong Yidong <cyd@stupidchicken.com>
3899
c4b1a32a
CY
3900 * vc1-xtra.texi: Move nodes VC Directory Mode and VC Directory Commands
3901 to files.texi. Move contents of vc2-xtra.texi here.
3902
3903 * vc2-xtra.texi: File removed.
3904
3905 * vc-xtra.texi (Advanced VC Usage): Remove VC Directory Mode and VC
3906 Directory Commands from the submenu. Don't include deleted file
3907 vc2-xtra.texi.
3908
3909 * files.texi (Visiting): Document find-file-confirm-nonexistent-file.
3910 (Version Control): Add VC Directory Mode and VC Directory Commands to
3911 the submenu.
3912 (Why Version Control?): Use table format.
3913 (Version Control Systems): Note that Meta-CVS support is gone.
3914 (VCS Concepts): Note precisely when VC started supporting filesets.
3915 Remove bogus xref to CVS Options node.
3916 (Types of Log File): Copyedits.
3917 (VC Mode Line): Document tooltips and mouse-1 on VC indicator.
3918 (Basic VC Editing): Content moved from Selecting A Fileset and Doing
3919 The Right Thing.
3920 (Selecting A Fileset, Doing The Right Thing): Nodes deleted.
3921 (Log Buffer): Reorganize node, putting C-c C-c description first.
3922 (Old Revisions): Use CVS for example, not RCS.
3923 (Secondary VC Commands): Remove VC Directory Mode and VC Directory
3924 Commands from the submenu, putting them under Version Control.
3925 (VC Directory Mode): Move node contents here from vc1-xtra.texi; we
3926 need to include it in the manual unconditionally, since it is now
3927 crucial to using distributed version control systems.
1a6e2954
CY
3928 (Comparing Files): Note that diff uses the minibuffer, and that the
3929 output is shown using Diff mode.
1c6c854e
CS
3930 (Diff Mode): Explain what "patch" and "hunk" mean.
3931 Document diff-update-on-the-fly, diff-refine-hunk, and
b328f1b9 3932 diff-show-trailing-whitespaces.
1a6e2954 3933 (File Archives): Add rar support.
c4b1a32a 3934
69051ab6
CY
3935 * major.texi (Choosing Modes): Make mode selection sequence more
3936 obvious by describing the steps in order of priority. Note that
1c6c854e
CS
3937 magic-mode-alist is nil by default.
3938 Document magic-fallback-mode-alist.
69051ab6 3939
e7421e03
CY
39402008-10-20 Chong Yidong <cyd@stupidchicken.com>
3941
3942 * frames.texi (Mouse References): Copyedits.
3943
6b2efdc2
TH
39442008-10-20 Tassilo Horn <tassilo@member.fsf.org>
3945
3946 * ack.texi (Acknowledgments): Add myself as doc-view author.
3947
9c5e9396
EZ
39482008-10-20 Eli Zaretskii <eliz@gnu.org>
3949
3950 * frames.texi (Dialog Boxes): Add @cindex entries.
3951
dac94f8e
CY
39522008-10-20 Chong Yidong <cyd@stupidchicken.com>
3953
3954 * frames.texi (Dialog Boxes): Clarify description of GTK+ file chooser.
3955 (Text-Only Mouse): Copyedit.
3956
25597d40
CY
39572008-10-19 Chong Yidong <cyd@stupidchicken.com>
3958
f8a447f6
CY
3959 * frames.texi: Use @key throughout for mouse clicks.
3960 (Cut/Paste Other App): Document yank-pop-change-selection.
25597d40
CY
3961 (Secondary Selection): Fix modified mouse click syntax.
3962 (Clipboard): Describe Cut, Copy and Paste commands.
3963 (Mouse References): Not all references are in read-only buffers.
f8a447f6
CY
3964 Copyedits.
3965 (Creating Frames): Add xref to Init File.
3966 (Frame Commands): Add xref to Exiting.
3967 (Scroll Bars): Document GTK vs toolkit behavior.
25597d40 3968
b0f95216
CY
39692008-10-15 Chong Yidong <cyd@stupidchicken.com>
3970
b0817f00
CY
3971 * files.texi (Version Control): Copyedits. Add Bazaar.
3972 (Version Control Systems): List different VCS's using an itemized list.
3973 Add Bazaar.
3974 (VCS Concepts): Copyedits. Tweak description of file merging.
3975
b0f95216
CY
3976 * frames.texi (Mouse Commands, Cut/Paste Other App): Rewrite.
3977 (Cut/Paste Other App): Document select-active-regions and
3978 x-select-enable-primary.
3979
69d0d701
CY
39802008-10-13 Chong Yidong <cyd@stupidchicken.com>
3981
3982 * mark.texi (Shift Selection): Correct case in node name.
3983
3984 * emacs.texi (Top): Update node order in Mark chapter.
3985
375e8351
EZ
39862008-10-12 Eli Zaretskii <eliz@gnu.org>
3987
3988 * msdog-xtra.texi (MS-DOS): Fix bad pxref.
3989
3990 * mini.texi (Minibuffer File): Fix markup in last change. Refer to
3991 elsewhere in the manual instead of describing yet again the intricacies
3992 of $HOME on MS-Windows and MS-DOS.
3993
ab58114f
CY
39942008-10-12 Chong Yidong <cyd@stupidchicken.com>
3995
4f959513 3996 * mini.texi (Minibuffer File): Add xref to File Names.
1c6c854e
CS
3997 (Minibuffer File): Add discussion of `~' in file names.
3998 Add insert-default-directory index reference.
4f959513 3999
ab58114f
CY
4000 * files.texi (File Names): Reorganize description.
4001 (Visiting): Add xref to Mode Line. Copyedits.
4002 (Save Commands): Mention prefix behavior of C-x C-s.
4003 (Numbered Backups): Node deleted.
4004 (Backup Names): Contents of Numbered Backups moved here. State default
4005 of version-control variable.
4006 (Reverting): Copyedits.
4007 (Version Control): Add additional version control systems.
4008
4009 * emacs.texi (Top): Delete Numbered Backups node.
4010
4011 * cmdargs.texi (General Variables): Change Numbered Backups xref to
4012 Backup Names.
f2884f63 4013 (Initial Options): Document renamed variable inhibit-startup-screen.
ab58114f 4014
b0b5100a
RF
40152008-10-11 Romain Francoise <romain@orebokech.com>
4016
4017 * kmacro.texi (Edit Keyboard Macro): Lossage is now 300 keys.
4018
89774b5f
CY
40192008-10-11 Chong Yidong <cyd@stupidchicken.com>
4020
4021 * buffers.texi (Buffers): Add xrefs to Mode Line and Lisp Interaction.
4022 (Select Buffer): Mention use of minibuffer history. Describe default
4023 value of default-major-mode. Mention that C-x 4 b selects the other
4024 window.
4025 (List Buffers): Document CRM indicators in the order they appear.
4026 (Kill Buffer): Document new command kill-matching buffers.
4027 (Several Buffers): Move explanation of the relationship between buffer
4028 list and buffer menu to the top.
4029 (Indirect Buffers): Document new variable clone-indirect-buffer-hook.
4030
4c72bf27
CY
40312008-10-10 Chong Yidong <cyd@stupidchicken.com>
4032
4033 * entering.texi (Exiting): Document change of C-x C-c to
4034 save-buffers-kill-terminal. Document kill-emacs.
4035
f68eb991
EZ
40362008-09-30 Eli Zaretskii <eliz@gnu.org>
4037
4038 * mule.texi (Coding Systems): Don't mention codepage-setup.
4039
4040 * msdog-xtra.texi (MS-DOS Printing, MS-DOS and MULE): No need to create
4041 cpNNN coding systems anymore.
4042 (MS-DOS and MULE): Don't mention code-pages.el. Don't mention support
1c6c854e
CS
4043 for unibyte mode. Don't mention line-drawing characters.
4044 Don't mention dos-unsupported-char-glyph.
f68eb991 4045
1a2dd44d
CY
40462008-09-25 Chong Yidong <cyd@stupidchicken.com>
4047
4048 * search.texi (Search): Shorten introduction.
4049 (Basic Isearch): Add command table. Discuss reverse isearch and
4050 isearch highlighting.
4051 (Repeat Isearch): Move lazy highlighting discussion here. Add search
4052 ring to cindex.
4053 (Special Isearch): Move input methods discussion here.
4054 (Non-ASCII Isearch): Node deleted, merged with Special Isearch.
4055 (Isearch Yank): Node deleted, and contents moved into Basic Isearch and
4056 Repeat Isearch.
4057 (Isearch Minibuffer): New node.
4058 (Word Search): Document new word search commands.
4059 (Regexp Example): Simplify example using sentence-end-base variable.
4060 (Replace): Reword introduction.
4061 (Unconditional Replace): Remove unnecessary example.
4062 (Other Repeating Search): Document new `M-s o' binding.
4063
4064 * emacs.texi (Top): Update node listings.
4065
e45da31d
JB
40662008-09-22 Juanma Barranquero <lekktu@gmail.com>
4067
4068 * emacs.texi (Top): Remove Kill Errors from menu.
4069
841c8096
CY
40702008-09-22 Chong Yidong <cyd@stupidchicken.com>
4071
402168fa
CY
4072 * kmacro.texi (Basic Keyboard Macro): Make F3 and F4 the preferred
4073 interface for defining macros. Simplify examples. Note that C-g quits
4074 macro definitions.
1c6c854e
CS
4075 (Keyboard Macro Counter): Document using F3 to insert counter.
4076 Give usage example.
402168fa
CY
4077 (Keyboard Macro Query): Organize query responses in a table.
4078
1c6c854e
CS
4079 * fixit.texi (Fixit): Favor C-/ keybinding for undo throughout.
4080 Link to Erasing node.
841c8096
CY
4081 (Undo): Reorganize paragraphs for logical flow. Move keybinding
4082 rationale to a footnote.
4083 (Kill Errors): Remove node, due to redundancy with Erasing.
4084 (Spelling): Move discussion of flyspell to end. Note new behavior of
4085 M-$ in active region. Remove non-ispell-specific keybindings from
4086 table.
4087
eab2ee89
DN
40882008-09-21 Dan Nicolaescu <dann@ics.uci.edu>
4089
4090 * cmdargs.texi (Initial Options): Document --daemon.
4091
3d53e905
GM
40922008-09-20 Glenn Morris <rgm@gnu.org>
4093
4094 * files.texi (Numbered Backups): Mention that some modes set
4095 version-control.
4096
1c90484d
GM
40972008-09-20 Jim Blandy <jimb@red-bean.com>
4098
4099 * files.texi (Numbered Backups): Reference File Variables, as well.
4100 Remove discussion of Rmail's implementation.
4101
0fc0d844
CY
41022008-09-06 Chong Yidong <cyd@stupidchicken.com>
4103
4104 * misc.texi (Recursive Edit): Note that top-level exits active
4105 minibuffers.
4106
4107 * trouble.texi (Quitting): Likewise.
4108
b18d283d
CY
41092008-08-31 Chong Yidong <cyd@stupidchicken.com>
4110
4111 * emacs.texi (Top): Add Temporary Face Changes xref.
4112
4113 * display.texi (Display): Move Temporary Face Changes node to just
4114 after Standard Faces.
4115 (Scrolling): Document recenter-top-bottom instead of recenter.
4116 (Horizontal Scrolling): Move auto hscroll discussion to the top.
4117 (Faces, Standard Faces, Temporary Face Changes, Useless Whitespace)
4118 (Display Custom): Copyedits.
4119 (Optional Mode Line): Document display-battery-mode.
4120
180135fc
RF
41212008-08-27 Romain Francoise <romain@orebokech.com>
4122
4123 * custom.texi (Directory Variables): Minor fix.
4124
d3fe3475
GM
41252008-08-27 Glenn Morris <rgm@gnu.org>
4126
4127 * cal-xtra.texi (Advanced Calendar/Diary Usage): Tweak some menu
4128 descriptions.
4129 (Calendar Customizing): Tweak layout description.
183080b6 4130 Move calendar-today-marker and calendar-today face to the other
d3fe3475
GM
4131 markers. Condense calendar-star-date and calendar-mark-today
4132 description.
4133 (Holiday Customizing): Add oriental and solar holidays.
4134 Add index entries for Baha'i, Christian, Hebrew and Islamic holidays.
4135 Fix holiday-float description. Use zerop in examples. Be less verbose.
4136 (Date Display Format): Change ISO format. Be less verbose.
4137 (Diary Customizing): Mention day and month abbrev arrays.
4138 Mention the date-form variables by name. Update European example.
4139 (Non-Gregorian Diary): Change node name. Mention Baha'i functions.
4140 Condense examples. Mention diary-entry-symbols by name.
4141 Condense table for insertion commands.
4142 (Fancy Diary Display): Mention diary-include-string and
4143 diary-sexp-entry-symbol. Condense example. Add Chinese, Coptic,
4144 Ethiopic, Persian date functions. Condense descriptions.
4145
4146 * calendar.texi (Format of Diary File): Mention diary-nonmarking-symbol.
4147 (Adding to Diary): Adapt for changed node name.
4148
71755807
GM
41492008-08-26 Glenn Morris <rgm@gnu.org>
4150
4151 * cal-xtra.texi (Non-Gregorian Diary Entries): New name for
4152 node "Hebrew/Islamic Entries".
4153
4154 * calendar.texi (Specified Dates): Fix names of iso functions.
4155 (General Calendar): There may not be another window.
4156 (Writing Calendar Files, Holidays): Tweak intro.
4157 (Holidays): Mention Baha'i and Chinese holidays.
4158 (Sunrise/Sunset): Add M-x calendar-sunrise-sunset-month.
4159 (Lunar Phases): Remove incorrect reference to calendar-time-zone.
4160 (To Other Calendar): Add calendar-print-other-dates.
4161 Refer to "graphic display" rather than "X.
4162 (From Other Calendar): Add calendar-bahai-goto-date. Fix reference.
4163 (Displaying the Diary): Fix whitespace after reference.
4164 Fix `diary-number-of-entries' reference.
4165 (Date Formats): Explicitly mention that day names can be abbreviated.
4166 (Adding to Diary): Add some references to other sections.
4167 (Special Diary Entries): Fix reference.
4168 (Appointments): Simplify appt-message-warning-time entry.
4169 Clarify where times must be.
4170 (Importing Diary): Comment out icalendar paragraph that does not apply.
4171 (Time Intervals): Simplify entry for timeclock-ask-before-exiting.
4172
d76ebc75
GM
41732008-08-23 Glenn Morris <rgm@gnu.org>
4174
4175 * fortran-xtra.texi (Fortran): Change description of free form and
4176 fixed form a bit. Mention hideshow and imenu.
4177 (Fortran Motion): Mention fortran-end-of-subprogram,
4178 fortran-beginning-of-subprogram, fortran-mark-do, fortran-mark-if.
4179 (Fortran Indent): Minor re-word.
4180 (ForIndent Commands): Mention fortran-fill-paragraph and
4181 fortran-fill-statement.
4182 (ForIndent Cont): Mention fortran-tab-mode-string.
4183 (Fortran Comments): Mention fortran-comment-line-start-skip.
4184 (Fortran Columns): Mention font-locking.
4185 (Fortran Abbrev): Word syntax not relevant with new-style abbrev.
4186
1fc0ce04 41872008-08-23 Johan Bockgård <bojohan@muon>
e2a71e28
JB
4188
4189 * basic.texi (Moving Point): Fix <prior>/<next> confusion.
4190
5c52e13c
CY
41912008-08-22 Chong Yidong <cyd@stupidchicken.com>
4192
4193 * mini.texi (Minibuffer): Simplify introduction.
4194 (Minibuffer File): Document tilde in minibuffer filenames.
4195 (Minibuffer Edit): Mention that the prompt is read-only. Describe how
4196 to enter tabs, spaces, and question marks. Describe behavior of C-a.
4197 (Completion Example): Update example to current command list.
4198 (Completion Options): Document `lazy' value of completion-auto-help.
4199 Update contents of completion-ignored-extensions.
4200 (Minibuffer History): Describe "future history" list. State default
4201 value of history-delete-duplicates.
4202
77a00355
GM
42032008-08-21 Glenn Morris <rgm@gnu.org>
4204
4205 * fortran-xtra.texi (Fortran Columns): Document `fortran-line-length'.
87aae241 4206 (Fortran Comments): Replace fortran-indent-comment with comment-dwim.
77a00355 4207
39ee1d04
CY
42082008-08-17 Chong Yidong <cyd@stupidchicken.com>
4209
4210 * regs.texi (Registers): Clarify valid register names.
4211 (RegPos): Note that buffer is saved and restored too.
4212 (RegText): Note that mark is reactivated/deactivated.
4213 (RegConfig): Xref to Windows node.
4214
b12c348f
CY
42152008-08-16 Chong Yidong <cyd@stupidchicken.com>
4216
3ae7ba79
CY
4217 * basic.texi (Inserting Text): Provide command name for C-q.
4218
b12c348f
CY
4219 * killing.texi (Killing): Copyedit. Define read-only text.
4220 (Deletion): DEL and C-d were already explained in Erasing; xref there.
4221 (Killing by Lines): Copyedit.
4222 (Other Kill Commands): Move M-w description here.
4223 (Yanking): Move M-w to Other Kill Commands.
4224 (Kill Ring): Also mention saving text in registers. Link to Text
4225 Properties in elisp manual.
4226 (Accumulating Text): Copyedit.
4227 (CUA Bindings): Shift selection is now the default.
4228
d8ff7692
TZ
42292008-08-12 Teodor Zlatanov <tzz@lifelogs.com>
4230
4231 * maintaining.texi (Change Log): Mention next-error is available.
4232
a43a8a2e
GM
42332008-08-10 Glenn Morris <rgm@gnu.org>
4234
4235 * cal-xtra.texi (Calendar Customizing): Mention whitespace variables
4236 and intermonth text.
4237 (Holiday Customizing): Add holiday-chinese.
4238
eba27308
EZ
42392008-08-08 Eli Zaretskii <eliz@gnu.org>
4240
4241 * files.texi (Log Buffer, Diff Mode): Fix last changes. Add indexing.
4242
5f14a5b3
DN
42432008-08-07 Dan Nicolaescu <dann@ics.uci.edu>
4244
4245 * files.texi (Log Buffer): Describe C-c C-d.
4246 (Diff Mode): Describe C-x 4 A.
4247
49989bff
EZ
42482008-08-06 Eli Zaretskii <eliz@gnu.org>
4249
4250 * vc1-xtra.texi (VC Directory Mode): Fix last change.
4251
5c915c02
DN
42522008-08-06 Dan Nicolaescu <dann@ics.uci.edu>
4253
2beaf97a
DN
4254 * files.texi (Old Revisions): Update the keys used by vc-annotate and
4255 describe the new bindings to show the changeset diff, toggle annotation
4256 visibility, show revisions.
4257 (VC Status): Describe key bindings for modifying the change comments,
4258 displaying changeset diffs and annotations.
4259
5c915c02
DN
4260 * vc1-xtra.texi (VC Directory Mode): Talk about multiple VC systems.
4261
71798ace
NR
42622008-08-05 Nick Roberts <nickrob@snap.net.nz>
4263
4264 * vc1-xtra.texi (VC Directory Mode): Fix typo.
4265
b8949644
EZ
42662008-08-02 Eli Zaretskii <eliz@gnu.org>
4267
4268 * vc1-xtra.texi (VC Directory Mode, VC Directory Commands): Fix English
4269 and wording.
4270
819567d1
DN
42712008-08-02 Dan Nicolaescu <dann@ics.uci.edu>
4272
4273 * vc1-xtra.texi (VC Directory Mode): Fix and improve the info about
b8949644 4274 marking/unmarking. Add descriptions for the multiple file search
819567d1
DN
4275 commands. Improve some old info.
4276
5f38310a
CY
42772008-07-31 Chong Yidong <cyd@stupidchicken.com>
4278
0dc3906b
CY
4279 * display.texi (Visual Line Mode): New node.
4280
5f38310a 4281 * basic.texi (Inserting Text): Move DEL to deletion node.
1c6c854e
CS
4282 (Moving Point): Add additional alternative key bindings.
4283 Describe line-move-visual.
5f38310a
CY
4284 (Erasing): Describe DEL.
4285 (Basic Undo, Blank Lines, Arguments): Copyedit.
4286 (Continuation Lines): Mention Visual Line mode.
4287 (Position Info): Move extended discussion to mule.texi.
4288
4289 * mule.texi (International Chars): Describe C-x =.
4290
4291 * emacs.texi (Top): Add Visual Line Mode node.
4292
7c2fb837
DN
42932008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
4294
4295 * emacs.texi: Remove VMS support.
4296
3f6b73ef
DN
42972008-07-30 Dan Nicolaescu <dann@ics.uci.edu>
4298
4299 * vc1-xtra.texi (VC Directory Mode): Update the display format and fix
4300 the vc-dir command name.
4301
9e2a2647
DN
43022008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
4303
4304 * xresources.texi: Remove mentions of Mac Carbon.
4305
568beaa2
AS
43062008-07-19 Andreas Schwab <schwab@suse.de>
4307
4308 * ns-emacs.texi: Move to ../misc.
4309
0ef94706
CY
43102008-07-15 Chong Yidong <cyd@stupidchicken.com>
4311
4312 * entering.texi (Exiting): Don't describe text-only terminals as the
4313 default. Describe the new startup screen.
4314 (Exiting): Describe how to kill Emacs first. Change description of
4315 iconification to handle modern window systems.
4316
ba60bd44 43172008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
edfda783
AR
4318
4319 * ns-emacs.texi: New file, documents features of Emacs port under
4320 NeXTstep windowing.
4321
9f30aa73
CY
43222008-07-15 Chong Yidong <cyd@stupidchicken.com>
4323
938a5d2e
CY
4324 * entering.texi (Entering Emacs): Update prev node.
4325
4326 * glossary.texi (Glossary): Remove xref to Text Characters.
4327
9f30aa73
CY
4328 * commands.texi (User Input): Rewrite. Describe Emacs' behavior
4329 directly, rather than in the context of ASCII. Move description of
4330 special properties of modifier key to new Modifier Keys node.
4331 (Keys): Copyedit.
4332 (Text Characters): Delete node. Multibyte is the default nowadays, and
4333 the node contents are obsolete.
4334
4335 * custom.texi (Modifier Keys): New node.
4336
4337 * emacs.texi (Top): Update node list.
4338
7e53d36c
CY
43392008-07-13 Chong Yidong <cyd@stupidchicken.com>
4340
4341 * emacs.texi (Intro): Increase conciseness slightly. Remove paragraph
4342 saying that Emacs provides menus and mouse support (which is par for
4343 the course).
4344
4345 * screen.texi (Screen): Copyedit. Define "buffer" and "current buffer"
4346 early on.
4347 (Point): Copyedit. Relegate historical trivia to a footnote.
4348 (Mode Line): Explain mode-line format more consistently.
4349 (Menu Bar): Copyedit.
4350
1e9fa96d
GM
43512008-06-27 Glenn Morris <rgm@gnu.org>
4352
4353 * cal-xtra.texi (Sexp Diary Entries):
4354 * calendar.texi (Lunar Phases): Update for lunar.el name changes.
4355
dc9bebb8
CY
43562008-06-26 Chong Yidong <cyd@stupidchicken.com>
4357
4358 * mark.texi (Shift selection): New node.
4359 (Mark): Copyedits.
4360 (Persistent Mark): Move to the end of the chapter.
4361
e7881076
EZ
43622008-06-20 Eli Zaretskii <eliz@gnu.org>
4363
4364 * makefile.w32-in (distclean): Remove makefile.
4365
f427400c
NR
43662008-06-17 Nick Roberts <nickrob@snap.net.nz>
4367
4368 * building.texi (Starting GUD): Add an entry for gud-gdb.
4369 (GDB Graphical Interface): Explain that gud-gdb is now needed for text
4370 command mode.
4371
b597d348
GM
43722008-06-17 Glenn Morris <rgm@gnu.org>
4373
4374 * calendar.texi: Fix references to mouse-2 and mouse-3 in calendar.
4375
647b7094
NR
43762008-06-17 Nick Roberts <nickrob@snap.net.nz>
4377
4378 * building.texi (Starting GUD): Expand on remote debugging.
4379 (Other GDB-UI Buffers): Mention new keyboard bindings.
4380
47a30023
GM
43812008-06-15 Glenn Morris <rgm@gnu.org>
4382
4383 * gnu.texi: Use a verbatim license for this invariant section,
4384 as per etc/GNU.
4385
37e5d54a
GM
43862008-06-13 Daniel Engeler <engeler@gmail.com>
4387
4388 * emacs.texi, misc.texi: Add documentation about serial port access.
4389
8e65d46c
GM
43902008-06-13 Glenn Morris <rgm@gnu.org>
4391
c1473b4c
MB
4392 * emacs-xtra.texi, emacs.texi: Update Back-Cover text per
4393 maintain.info.
8e65d46c 4394
e40a85cd
MB
43952008-06-05 Miles Bader <miles@gnu.org>
4396
4397 * display.texi (Temporary Face Changes): Update to reflect function
4398 renamings in face-remap.el.
4399
56c73dec
MB
44002008-06-04 Miles Bader <miles@gnu.org>
4401
1c6c854e
CS
4402 * display.texi (Temporary Face Changes):
4403 Add `adjust-buffer-face-height'. Rewrite description of
56c73dec
MB
4404 `increase-buffer-face-height' and `decrease-default-face-height' now
4405 that they aren't bound by default.
4406
9d3d42fb
MB
44072008-06-03 Miles Bader <miles@gnu.org>
4408
4409 * display.texi (Temporary Face Changes): New node.
4410
2be6bfe2
EZ
44112008-05-31 Eli Zaretskii <eliz@gnu.org>
4412
4413 * msdog.texi (Windows Keyboard): Fix text added on 2008-05-29.
4414
daf7e339
GM
44152008-05-31 Glenn Morris <rgm@gnu.org>
4416
4417 * cal-xtra.texi (Fancy Diary Display): Simplify.
4418
d21d2618
GM
44192008-05-30 Glenn Morris <rgm@gnu.org>
4420
4421 * cal-xtra.texi (Fancy Diary Display): Update for
4422 diary-display-function replacing diary-display-hook.
4423
71ce5fd0
JB
44242008-05-29 Drew Adams <drew.adams@oracle.com>
4425
4426 * msdog.texi (Windows Keyboard): Add descriptions of
4427 w32-register-hot-key and w32-unregister-hot-key.
4428
a3cdbdf8
MO
44292008-05-21 Tom Tromey <tromey@redhat.com>
4430
4431 * custom.texi (Directory Variables): Grammar fix. Link to Safe File
4432 Variables node.
4433
854a574c
MO
44342008-05-19 Tom Tromey <tromey@redhat.com>
4435
4436 * custom.texi (Variables): Add Directory Variables to menu.
4437 (Directory Variables): New node.
4438
7c2ec3f9
ER
44392008-05-16 Eric S. Raymond <esr@snark.thyrsus.com>
4440
71ce5fd0 4441 * vc2-xtra.texi: Modify an example so it reflects what vc.el now does.
7c2ec3f9 4442
370fded4
ER
44432008-05-15 Eric S. Raymond <esr@snark.thyrsus.com>
4444
4445 * vc2-xtra.texi, emacs.texi, files.texi: Snapshots node renamed to
352c8b4a
GM
4446 Revision Tags and rewritten. Section now uses modern terminology,
4447 (tags rather than snapshots) and describes post-SCCS systems more
370fded4
ER
4448 accurately.
4449
6af511e3
EZ
44502008-05-10 Eli Zaretskii <eliz@gnu.org>
4451
4452 * msdog.texi (Windows Files): Update documentation of
4453 w32-get-true-file-attributes.
4454
7a78b6e7
ER
44552008-05-09 Eric S. Raymond <esr@snark.thyrsus.com>
4456
4457 * files.texi, vc-xtra.texi, vc1-xtra.texi: Document the new VC
4458 directory mode.
4459
1bcfc24e
CY
44602008-05-08 Chong Yidong <cyd@stupidchicken.com>
4461
4462 * killing.texi (Appending Kills): Remove a strangely off-topic index
6af511e3 4463 entry "television".
1bcfc24e 4464
db86064f
ER
44652008-05-07 Eric S. Raymond <esr@snark.thyrsus.com>
4466
ab5ec32c 4467 * ack.texi, files.texi, vc2-xtra.texi: Meta-CVS is no longer supported.
db86064f 4468
a31b405e
ER
44692008-05-02 Eric S. Raymond <esr@snark.thyrsus.com>
4470
4471 * emacs/buffers.texi, emacs/files.texi (Version-control):
4472 vc-toggle-read-only is no longer a good idea...
4473
ff2c14fc
GM
44742008-04-29 Glenn Morris <rgm@gnu.org>
4475
4476 * cal-xtra.texi (Sexp Diary Entries): Clarify diary-float.
4477
367c9b7c
JL
44782008-04-22 Juri Linkov <juri@jurta.org>
4479
4480 * dired.texi (Subdirectories in Dired): Describe using `^'
4481 to return to the parent directory.
4482
4ac1e9b4
NR
44832008-04-22 Nick Roberts <nickrob@snap.net.nz>
4484
4485 * building.texi (GDB-UI Layout, Other GDB-UI Buffers): Update for
4486 recent changes.
4487
b9b3bf2b
NR
44882008-04-19 Nick Roberts <nickrob@snap.net.nz>
4489
4490 * building.texi (GDB-UI Layout, Breakpoints Buffer)
4491 (Other GDB-UI Buffers): Update for recent thread related changes.
4492
4d120d6a
SM
44932008-04-11 Mirko Vukovic <mirko.vukovic@gmail.com> (tiny change)
4494
4495 * maintaining.texi (Maintaining):
4496 * emacs.texi (Top): Typo.
4497
a152877d
SM
44982008-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
4499
b9b3bf2b
NR
4500 * display.texi (Font Lock): Prefer add-hook to using a non-nil `mode'
4501 arg in `font-lock-add-keywords'.
a152877d 4502
36c0514c
GM
45032008-04-08 Glenn Morris <rgm@gnu.org>
4504
4505 * cal-xtra.texi, calendar.texi: Update for calendar name changes.
4506 Also add Baha'i calendar references where appropriate.
4507
06a97d46
GM
45082008-04-05 Glenn Morris <rgm@gnu.org>
4509
4510 * custom.texi (Init File): Byte-compiling .emacs is bad.
4511
6adc6eed
SM
45122008-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
4513
4514 * mini.texi (Minibuffer Edit) <resize-mini-windows>: Adjust default.
4515
571388b0
GM
45162008-03-29 Glenn Morris <rgm@gnu.org>
4517
4518 * calendar.texi: Update for `calendar-date-style' replacing
4519 `european-calendar'.
4520
3ae8f876
JR
45212008-03-28 Jason Rumney <jasonr@gnu.org>
4522
4523 * display.texi (Display Custom): Mention overlay-margin in text.
4524
5bc6ddff 45252008-03-12 Reiner Steib <Reiner.Steib@gmx.de>
03a864d5 4526
5bc6ddff
MB
4527 * custom.texi, dired.texi, mini.texi, mule.texi: Add `referenced in the
4528 tutorial' comments.
03a864d5 4529
7186a830
CY
45302008-03-28 Chong Yidong <cyd@stupidchicken.com>
4531
4532 * mark.texi (Mark): Rearrange nodes.
4533 (Persistent Mark): Rename from Transient Mark.
4534 (Mark, Setting Mark, Marking Objects, Persistent Mark, Mark Ring):
4535 Describe Transient Mark mode as the default.
4536
4537 * basic.texi (Basic Undo): Don't mention setting the mark, which isn't
4538 the default behavior with Transient Mark mode off.
4539 (Position Info): Fix typo.
4540
71ce5fd0
JB
4541 * display.texi (Standard Faces): Reference the Mark node.
4542 Remove discussion of the region face, which is discussed there.
7186a830
CY
4543
4544 * emacs.texi (Top): Update node listings.
4545
4546 * files.texi (Diff Mode, Misc File Ops): Describe Transient Mark mode
4547 as the default.
4548
4549 * fixit.texi (Undo): Standardize choice of undo key sequence.
4550 (Undo, Spelling): Describe Transient Mark mode as the default.
4551
4552 * frames.texi (Mouse Commands): Treat Transient Mark mode as the
4553 default.
4554
4555 * glossary.texi (Glossary): Treat Transient Mark mode as the default.
4556
4557 * killing.texi (Kill Ring, Accumulating Text): Assume Transient Mark
4558 mode is the default, and note that the mark is not activated when set.
4559
4560 * programs.texi (Moving by Defuns, Expressions, Comment Commands):
4561 Describe Transient Mark mode as the default.
4562
4563 * search.texi (Basic Isearch): Reference the Mark Ring node.
4564 (Replace, Unconditional Replace, Other Repeating Search):
4565 Describe Transient Mark mode as the default.
4566
1c6c854e
CS
4567 * text.texi (Words, Pages, Fill Commands, HTML Mode):
4568 Describe Transient Mark mode as the default.
7186a830
CY
4569 (Paragraphs): Describe how M-h behaves when region is active.
4570
4571 * trouble.texi (Quitting): Clarify effects of C-g.
4572
dc47d1ff
GM
45732008-03-13 Glenn Morris <rgm@gnu.org>
4574
4575 * emacs.texi (EMACSVER): Set to 23.0.60.
4576
e3e0fb39 45772008-03-05 Glenn Morris <rgm@gnu.org>
8b74f389 4578
e3e0fb39
GM
4579 * dired.texi (Hiding Subdirectories): Fix previous change.
4580
45812008-03-05 Drew Adams <drew.adams@oracle.com>
4582
4583 * dired.texi (Hiding Subdirectories): Document `dired-hide-subdir'.
8b74f389 4584
5e14abf8
KS
45852008-02-28 Kim F. Storm <storm@cua.dk>
4586
4587 * help.texi (Help Files): Move describe-gnu-project to C-h g.
4588 Move describe-distribution to C-h C-o.
4589 Move view-emacs-problems to C-h C-p.
4590 Add view-emacs-debugging on C-h C-d.
4591 Add view-external-packages on C-h C-e.
d0207bf3 4592 Add view-order-manuals on C-h C-m.
5e14abf8 4593
d0207bf3 45942008-02-17 Ulrich Mueller <ulm@kph.uni-mainz.de>
17577183
BG
4595
4596 * msdog-xtra.texi (MS-DOS): Docstring fix.
4597
87e391bb
EZ
45982008-02-09 Eli Zaretskii <eliz@gnu.org>
4599
4600 * msdog.texi (Windows Fonts): Use a @table for describing font
4601 properties.
4602
5662e503
JR
46032008-02-07 Jason Rumney <jasonr@gnu.org>
4604
4605 * msdog.texi (Windows Files): w32-get-true-file-attributes default
4606 value has changed.
4607 (Windows HOME): Clarify what is meant by "if that fails as well".
4608 (Windows Fonts): New section.
4609
72463824
GM
46102008-02-07 D. E. Evans <sinuhe@gnu.org> (tiny change)
4611
4612 * basic.texi (Basic Undo): Remove duplicate "you can".
4613
7ff926e0
EZ
46142008-02-02 Eli Zaretskii <eliz@gnu.org>
4615
4616 * maintaining.texi (Tags): Fix last change.
4617
6ab7aef1
MA
46182008-02-02 Michael Albinus <michael.albinus@gmx.de>
4619
093571c3 4620 * tramp.texi: Use new FSF's Back-Cover Text.
6ab7aef1 4621
ace67e7e
NR
46222008-01-31 Nick Roberts <nickrob@snap.net.nz>
4623
4624 * trouble.texi (Checklist): Direct users to emacs-devel@gnu.org.
4625
ae068fdf
RS
46262008-01-26 Richard Stallman <rms@gnu.org>
4627
4628 * maintaining.texi (Tags): Delete redundant index entry.
4629
a56d9a08
EZ
46302008-01-26 Eli Zaretskii <eliz@gnu.org>
4631
4632 * programs.texi (Imenu): Move "@cindex tags" from here...
4633 * maintaining.texi (Tags): ...to here.
4634
e941ed90
NR
46352008-01-23 Kevin Ryde <user42@zip.com.au>
4636
4637 * custom.texi (Mouse Buttons): Update elisp xref to "Click Events" on
4638 click count.
4639
650276d5
JB
46402008-01-21 Juanma Barranquero <lekktu@gmail.com>
4641
4642 * entering.texi (Exiting): Fix typo.
4643 Reported by D. E. Evans <sinuhe@gnu.org>.
4644
8dc17977
MR
46452007-12-31 Martin Rudalics <rudalics@gmx.at>
4646
4647 * glossary.texi (Glossary): Fix typo.
4648
9f9695a6
RS
46492007-12-27 Richard Stallman <rms@gnu.org>
4650
4651 * text.texi (Formatted Text): Improve menu tag.
4652 (Editing Format Info): In Info, add duplicate menu of nodes
4653 about the submenus.
4654 (Format Faces): Say where Faces menu is found. Mention Other.
4655 (Format Colors): Say where these submenus are found.
4656 (Format Indentation, Format Justification): Likewise.
4657 (Format Properties): Likewise.
4658
abfd0191
RS
46592007-12-22 Richard Stallman <rms@gnu.org>
4660
4661 * search.texi (Query Replace): Make exp of query-replace more
4662 self-contained, and clarify.
8dc17977 4663
abfd0191
RS
4664 * cc-mode.texi (Getting Started): Change @ref to @pxref.
4665
a2586785
RS
46662007-12-15 Richard Stallman <rms@gnu.org>
4667
4668 * files.texi (Auto Save): Clarify definition of auto-saving.
4669
a67cf2bb
RS
46702007-11-26 Richard Stallman <rms@gnu.org>
4671
4672 * help.texi (Help Echo): Cleanups.
4673
448b33b1
TTN
46742007-11-23 Thien-Thi Nguyen <ttn@gnuvola.org>
4675
4676 * files.texi (Why Version Control?): Fix typo.
4677 (VCS Concepts): Fix typos; small tense fix.
4d77fc8e
TTN
4678 (Selecting a Fileset): Fix typos; small rewording.
4679 (Log Buffer): Likewise.
4680 (Old Revisions): Likewise.
448b33b1 4681
221bb7f6
EZ
46822007-11-17 Eli Zaretskii <eliz@gnu.org>
4683
4684 * mule.texi (Communication Coding): Fix wording of last change.
4685
d0207bf3 46862007-11-16 Werner Lemberg <wl@gnu.org>
1ab397c1 4687
630cb3b7
JB
4688 * custom.texi (Specifying File Variables):
4689 * major.texi (Choosing Modes): Mention '\" in man pages.
1ab397c1 4690
53b7759e
KH
46912007-11-16 Kenichi Handa <handa@ni.aist.go.jp>
4692
a5ab2e0c 4693 * mule.texi (Communication Coding): Document x-select-request-type.
53b7759e
KH
4694
4695 * frames.texi (Cut/Paste Other App): Mention x-select-request-type.
4696
c8763fb6 46972007-11-15 Francesco Potortì <pot@gnu.org>
0b7f2f3f 4698
630cb3b7 4699 * maintaining.texi (TEXTAGS): Note that you can use "-" for stdout with
0b7f2f3f
FP
4700 --output=file.
4701
ff98e024
MR
47022007-11-13 Martin Rudalics <rudalics@gmx.at>
4703
4704 * help.texi (Help Summary, Apropos, Misc Help): Fix typos.
4705 (Help Echo): Avoid mentioning the term "region" here and
4706 consistently use the term "active text".
4707
37b11c22
GM
47082007-11-11 Glenn Morris <rgm@gnu.org>
4709
4710 * calendar.texi (Special Diary Entries): Fix Thanksgiving example.
4711
21d50ba1
JL
47122007-11-10 Paul Pogonyshev <pogonyshev@gmx.net>
4713
1c6c854e
CS
4714 * search.texi (Query Replace):
4715 Mention `query-replace-show-replacement'.
21d50ba1 4716
c12ecb0a 47172007-11-09 Nick Roberts <nickrob@snap.net.nz>
4fda797e
NR
4718
4719 * building.texi (Watch Expressions): Remove obscure sentence.
4720
3b4201f4
KH
47212007-11-06 Kenichi Handa <handa@ni.aist.go.jp>
4722
4723 * mule.texi (Select Input Method): Describe how to activate an input
4724 method in the text mode.
4725
07e5c0b0
DN
47262007-11-01 Dan Nicolaescu <dann@ics.uci.edu>
4727
4728 * cmdargs.texi (Misc Variables): Remove Sun windows info.
4729
52dd7391
NR
47302007-10-30 Nick Roberts <nickrob@snap.net.nz>
4731
4732 * building.texi (Watch Expressions): Describe gdb-delete-out-of-scope.
4733
c004e539
GM
47342007-10-30 Glenn Morris <rgm@gnu.org>
4735
4736 * misc.texi (Directory Tracking): Explain a bit more about
4737 dirtrack-mode.
4738
ca8c5b8c
GM
47392007-10-25 Glenn Morris <rgm@gnu.org>
4740
4741 * fortran-xtra.texi (Fortran): F90 mode handles F2003.
4742
b6c764ef
RS
47432007-10-24 Richard Stallman <rms@gnu.org>
4744
4745 * misc.texi (Interactive Shell): Cleanup last change.
4746
eabd84c9
JL
47472007-10-22 Juri Linkov <juri@jurta.org>
4748
4749 * mini.texi (Minibuffer History): Add text about a list of minibuffer
4750 default values.
4751
0b43c7e2
ER
47522007-10-20 Eric S. Raymond <esr@snark.thyrsus.com>
4753
ca8c5b8c 4754 * files.texi: Disambiguate two slightly different uses of the term
0b43c7e2
ER
4755 'filesets'.
4756
a80859d4
MR
47572007-10-18 Martin Rudalics <rudalics@gmx.at>
4758
4759 * trouble.texi (Quitting): Fix typo.
4760
c9447ae1
GM
47612007-10-18 Glenn Morris <rgm@gnu.org>
4762
4763 * frames.texi (Mode Line Mouse): Mention minor mode names.
4764
168b980f
JL
47652007-10-17 Juri Linkov <juri@jurta.org>
4766
4767 * text.texi (Fill Commands): Undocument fill-paragraph-or-region.
4768 fill-paragraph operates on the active region in Transient Mark mode.
4769 (Fill Prefix, Format Indentation): Replace fill-paragraph-or-region
4770 with fill-paragraph.
4771
4772 * basic.texi (Arguments): Replace fill-paragraph-or-region with
4773 fill-paragraph.
4774
4775 * fixit.texi (Spelling): ispell-word operates on the active region
4776 in Transient Mark mode.
4777
5a331f34
JB
47782007-10-17 Aaron S. Hawley <aaronh@garden.org>
4779
4780 * building.texi (Source Buffers):
4781 * custom.texi (Init Non-ASCII):
4782 * glossary.texi (Glossary): Use "key binding" consistently.
4783
2a9f4d55
JB
47842007-10-17 Juanma Barranquero <lekktu@gmail.com>
4785
4786 * calendar.texi (Diary): Fix directive.
4787
de13cecf
RS
47882007-10-16 Richard Stallman <rms@gnu.org>
4789
4790 * calendar.texi (Diary): Clarify text about diary file example.
4791
5f90d53e
ER
47922007-10-13 Eric S. Raymond <esr@snark.thyrsus.com>
4793
4794 * files.texi: Capitalize node names according to convention.
4795
3aa491bc
GM
47962007-10-13 Glenn Morris <rgm@gnu.org>
4797
4798 * misc.texi (Interactive Shell): Correct INSIDE_EMACS reference.
4799
8a3106d3
ER
48002007-10-11 Eric S. Raymond <esr@snark.thyrsus.com>
4801
4802 * emacs.texi:
4803 * files.texi (Version Systems): Minor fixes to version-control material
5a331f34 4804 suggested by RMS and Robert J. Chassell.
8a3106d3 4805
da1080a2
ER
48062007-10-10 Eric S. Raymond <esr@snark.thyrsus.com>
4807
3aa491bc 4808 * files.texi (Version Systems):
0870a421
ER
4809 * vc-xtra.texi:
4810 * vc1-xtra.texi:
ac3f4c6f 4811 * vc2-xtra.texi: Merge in changes for new VC with fileset-oriented
2a9f4d55 4812 operations. Change of terminology from `version' to `revision'.
a7fc5b78 4813 Revise text for adequate description of VCSes with monotonic IDs.
2a9f4d55 4814 * emacs.texi: Change of terminology from `version' to `revision'.
da1080a2 4815
58ade22b
ER
48162007-10-09 Eric S. Raymond <esr@snark.thyrsus.com>
4817
da1080a2 4818 * files.texi (Version Systems): Describe newer VCses.
58ade22b
ER
4819 Reorder the descriptions to be chronological.
4820
93870ce2
RS
48212007-10-09 Richard Stallman <rms@gnu.org>
4822
4823 * display.texi (Cursor Display): Correct how cursor appears
4824 in nonselected windows.
4825
568c7288
NR
48262007-10-04 Nick Roberts <nickrob@snap.net.nz>
4827
4828 * building.texi (GDB Graphical Interface): Remove references to gdba
4829 and mention gud-gdb.
4830
1af74d06 48312007-08-31 Eli Zaretskii <eliz@gnu.org>
17afb4cb 4832
1af74d06 4833 * rmail.texi (Rmail Sorting): Improve indexing.
17afb4cb 4834
0d8fb755
JL
48352007-10-06 Juri Linkov <juri@jurta.org>
4836
4837 * text.texi (Fill Commands): Document fill-paragraph-or-region.
4838 (Fill Prefix, Format Indentation): Replace fill-paragraph with
4839 fill-paragraph-or-region.
4840
4841 * basic.texi (Arguments): Replace fill-paragraph with
4842 fill-paragraph-or-region.
4843
b981e2c6
ER
48442007-10-06 Eric S. Raymond <esr@snark.thyrsus.com>
4845
4846 * files.texi: Update the section on version control for 2007
2a9f4d55 4847 conditions. None of these changes are new-VC-specific; that
b981e2c6
ER
4848 will come later.
4849
5fceaf9c
GM
48502007-09-15 Glenn Morris <rgm@gnu.org>
4851
4852 * calendar.texi (Holidays): Change all instances of `holiday-list' back
4853 to `list-holidays'.
4854
b0e44b17
GM
48552007-09-14 Glenn Morris <rgm@gnu.org>
4856
4857 * calendar.texi: Update all instances of mark-calendar-holidays,
4858 list-calendar-holidays, list-holidays with the new names.
4859
8cf51b2c
GM
48602007-09-06 Glenn Morris <rgm@gnu.org>
4861
46a367db 4862 Move manual sources from man/ to subdirectories of doc/.
8cf51b2c
GM
4863 Split into the Emacs manual in emacs/, and other manuals in misc/.
4864 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Reduce to just the Emacs
4865 manual.
4866 (infodir): New variable.
4867 (info): Use $infodir.
4868 (emacsman): Delete target, not needed any more.
4869 Move all targets that are not the Emacs manual to misc/Makefile.in.
4870 (mostlyclean): Remove `gnustmp'.
4871 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS): Reduce to just the Emacs
4872 manual.
92f9b43f 4873 (MULTI_INSTALL_INFO, ENVADD, infodir): Go up one more level.
8cf51b2c
GM
4874 (emacsman): Delete target, not needed any more.
4875 (clean): Remove all info files but Emacs manual.
4876 Move all targets that are not the Emacs manual to misc/Makefile.in.
4877 * emacs-xtra.texi, emacs.texi (setfilename): Go up one more level.
4878
4879 * Makefile.in (INFOSOURCES): Delete.
4880 (.SUFFIXES): Use $(TEXI2DVI) rather than texi2dvi.
4881 (mostlyclean): Add *.op, *.ops. Move *.aux *.cps *.fns *.kys *.pgs
4882 *.vrs *.toc here...
4883 (maintainer-clean): ...from here.
4884
48852007-09-05 Glenn Morris <rgm@gnu.org>
4886
4887 * custom.texi (Safe File Variables): Clarify `!' and risky variables.
4888
8cf51b2c
GM
48892007-08-29 Glenn Morris <rgm@gnu.org>
4890
4891 * emacs.texi (EMACSVER): Increase to 23.0.50.
4892
3420c522
RS
48932007-08-27 Richard Stallman <rms@gnu.org>
4894
4895 * emacs.texi (Top): Clarify menu item for Glossary.
4896
4897 * display.texi (Faces): Change secn title.
4898 Clarify not all fonts come from Font Lock.
4899
8cf51b2c
GM
49002007-08-17 Eli Zaretskii <eliz@gnu.org>
4901
4902 * basic.texi (Position Info): Add index entry for face at point.
4903 Mention that character faces are also displayed by "C-u C-x =".
4904
8cf51b2c
GM
49052007-08-08 Glenn Morris <rgm@gnu.org>
4906
4907 * glossary.texi (Glossary): Deprecate `iff'.
8cf51b2c
GM
4908
49092007-08-07 Chong Yidong <cyd@stupidchicken.com>
4910
4911 * files.texi (File Conveniences): Document point motion keys in Image
4912 mode.
4913
8cf51b2c
GM
49142007-07-27 Glenn Morris <rgm@gnu.org>
4915
8cf51b2c
GM
4916 * emacs.texi (Copying): Include license text from gpl.texi, rather than
4917 in-line.
4918
4919 * gpl.texi: New file with text of GPL.
4920 * Makefile.in (EMACSSOURCES): Add gpl.texi.
4921
49222007-07-26 Dan Nicolaescu <dann@ics.uci.edu>
4923
4924 * vc2-xtra.texi (Customizing VC): Add GIT and HG.
4925
4926 * dired.texi (Wdired): Mention C-x C-q key binding.
4927
49282007-07-28 Nick Roberts <nickrob@snap.net.nz>
4929
4930 * building.texi (GDB Graphical Interface): Qualify use of "M-x gdba".
4931
49322007-07-25 Glenn Morris <rgm@gnu.org>
4933
8cf51b2c
GM
4934 * emacs.texi (Copying): Replace license with GPLv3.
4935
4936 * Relicense all FSF files to GPLv3 or later.
4937
49382007-07-24 Glenn Morris <rgm@gnu.org>
4939
4940 * calendar.texi (Writing Calendar Files): cal-tex-diary etc only work
4941 for some calendars.
4942
49432007-07-23 Nick Roberts <nickrob@snap.net.nz>
4944
4945 * screen.texi (Mode Line): Describe new mode-line flag that shows if
4946 default-directory for the current buffer is on a remote machine.
4947
8cf51b2c
GM
49482007-07-21 Eli Zaretskii <eliz@gnu.org>
4949
4950 * vc2-xtra.texi (Customizing VC) <vc-handled-backends>: Update the
4951 default value.
4952
49532007-07-21 Richard Stallman <rms@gnu.org>
4954
4955 * files.texi (Why Version Control?): Improve previous change.
4956
49572007-07-18 Eric S. Raymond <esr@snark.thyrsus.com>
4958
4959 * files.texi (Why Version Control?): New node.
4960
8cf51b2c
GM
49612007-07-12 Nick Roberts <nickrob@snap.net.nz>
4962
8cf51b2c
GM
4963 * building.texi (Starting GUD): Add xref to this anchor.
4964
8cf51b2c
GM
49652007-06-24 Karl Berry <karl@gnu.org>
4966
2a9f4d55 4967 * emacs.texi: New Back-Cover Text.
8cf51b2c 4968
8cf51b2c
GM
49692007-06-07 Alan Mackenzie <acm@muc.de>
4970
4971 * display.texi (Optional Mode Line): Document the new form of
4972 line+column numbers, "(561,2)".
4973
49742007-06-06 Juanma Barranquero <lekktu@gmail.com>
4975
49823426 4976 * maintaining.texi (Create Tags Table): Fix typos.
8cf51b2c
GM
4977
49782007-06-02 Chong Yidong <cyd@stupidchicken.com>
4979
4980 * Version 22.1 released.
4981
8cf51b2c
GM
49822007-05-07 Karl Berry <karl@gnu.org>
4983
4984 * emacs.texi (EMACSVER): Back to 22.
4985
49862007-05-06 Richard Stallman <rms@gnu.org>
4987
4988 * maintaining.texi (Create Tags Table): Clean up previous change.
4989
c8763fb6 49902007-05-05 Francesco Potortì <pot@gnu.org>
8cf51b2c
GM
4991
4992 * maintaining.texi (Create Tags Table): Add text about the dangers of
4993 making symbolic links to tags files.
4994
49952007-05-04 Karl Berry <karl@gnu.org>
4996
4997 * emacs.texi (EMACSVER) [smallbook]: 22.1 for printed version, not 22.
4998
49992007-05-03 Karl Berry <karl@gnu.org>
5000
5001 * emacs.texi (EMACSVER) [smallbook]: 22 for printed version.
5002
5003 * .cvsignore (*.pdf): New entry.
5004
8cf51b2c
GM
5005 * emacs.texi (\urlcolor, \linkcolor) [smallbook]: \let to \Black
5006 for printing.
5007
50082007-05-01 Richard Stallman <rms@gnu.org>
5009
5010 * cmdargs.texi (Initial Options): Under --batch, mention --eval.
5011
8cf51b2c
GM
50122007-04-28 Glenn Morris <rgm@gnu.org>
5013
5014 * ack.texi (Acknowledgments):
5015 * anti.texi (Antinews):
8cf51b2c
GM
5016 * programs.texi (Program Modes): Restore mention of python.el pending
5017 consideration of legal status.
5018
50192007-04-28 Richard Stallman <rms@gnu.org>
5020
5021 * files.texi (File Names): Fixes to ~ description on MS systems.
5022
8cf51b2c
GM
50232007-04-26 Glenn Morris <rgm@gnu.org>
5024
5025 * emacs.texi (EMACSVER): Increase to 22.1.50.
5026
50272007-04-25 Karl Berry <karl@gnu.org>
5028
5029 * emacs.texi: Improve line breaks on copyright page,
5030 similar layout to lispref, 8.5x11 by default.
5031
5032 * dired.texi (Image-Dired): Improve line break, fix typo.
5033
50342007-04-24 Chong Yidong <cyd@stupidchicken.com>
5035
5036 * programs.texi (Program Modes):
8cf51b2c
GM
5037 * anti.texi (Antinews):
5038 * ack.texi (Acknowledgments): python.el removed.
5039
8cf51b2c
GM
50402007-04-23 Chong Yidong <cyd@stupidchicken.com>
5041
5042 * display.texi (Highlight Interactively): Correct description of
5043 hi-lock-file-patterns-policy.
5044
5045 * files.texi (File Archives): Mention self-extracting executables.
5046
50472007-04-23 Eli Zaretskii <eliz@gnu.org>
5048
5049 * search.texi (Unconditional Replace, Query Replace): Add xref to
5050 "Replacement and Case".
5051
50522007-04-22 Chong Yidong <cyd@stupidchicken.com>
5053
5054 * dired.texi (Image-Dired): Move from Thumbnails node.
5055 * misc.texi (Thumbnails): Node deleted.
5056 * emacs.texi (Top): Update node listing.
5057
5058 * files.texi (File Conveniences):
49823426 5059 * ack.texi (Acknowledgments): Rename "tumme" to "image-dired".
8cf51b2c
GM
5060
50612007-04-21 Richard Stallman <rms@gnu.org>
5062
5063 * display.texi (Highlight Interactively): Correct previous change.
5064 Clarify doc of hi-lock-find-patterns, and move new features into it.
5065
50662007-04-20 David Koppelman <koppel@ece.lsu.edu>
5067
1c6c854e
CS
5068 * display.texi (Highlight Interactively):
5069 Document hi-lock-file-patterns-policy.
8cf51b2c
GM
5070
50712007-04-20 Martin Rudalics <rudalics@gmx.at>
5072
5073 * display.texi (Scrolling): Fix typo.
5074
8cf51b2c
GM
50752007-04-15 Chong Yidong <cyd@stupidchicken.com>
5076
8cf51b2c
GM
5077 * doclicense.texi: Remove node heading, so that it can be included by
5078 other files.
5079
5080 * emacs.texi: Insert node heading for GFDL.
5081
8cf51b2c
GM
50822007-04-14 Eli Zaretskii <eliz@gnu.org>
5083
5084 * cmdargs.texi (Colors): Qualify "color of window" index entry by
5085 "command line".
5086
5087 * display.texi (Faces): Refer to "Creating Frames" for face
5088 and other frame customizations in .emacs.
5089
5090 * frames.texi (Creating Frames): Mention that face customizations can
5091 be put in .emacs. Add index entries.
5092
50932007-04-12 Richard Stallman <rms@gnu.org>
5094
5095 * glossary.texi (Glossary): Explain `iff'.
5096
50972007-04-11 Karl Berry <karl@gnu.org>
5098
5099 * gnu.texi (Top),
5100 * macos.texi (Mac Font Specs),
5101 * anti.texi (Antinews),
5102 * xresources.texi (Resources),
5103 * misc.texi (Emulation),
5104 * calendar.texi (Daylight Saving),
5105 * dired.texi (Dired and Find),
5106 * rmail.texi (Remote Mailboxes),
5107 * sending.texi (Mail Headers),
5108 * programs.texi (Which Function),
5109 * files.texi (Recover),
5110 * buffers.texi (Uniquify),
5111 * frames.texi (Wheeled Mice),
5112 * killing.texi (Rectangles): Wording to improve breaks in
5113 8.5x11 format.
5114 * mule.texi (Language Environments): \hbadness=10000 since there's
5115 no way to reword.
5116 * emacs.texi (smallbook): New @set to more easily switch between
5117 smallbook and 8.5x11.
5118
51192007-04-11 Richard Stallman <rms@gnu.org>
5120
5121 * files.texi (File Conveniences): Add xref to Tumme.
5122 Delete text about Thumbnail mode.
5123
8cf51b2c
GM
51242007-04-09 Alan Mackenzie <acm@muc.de>
5125
5126 * cmdargs.texi (Initial Options): Call "inhibit-splash-screen" by its
5127 new name. Insert concept index entries.
5128
8cf51b2c
GM
51292007-04-08 Chong Yidong <cyd@stupidchicken.com>
5130
5131 * display.texi (Standard Faces): Document prefix arg for
5132 list-faces-display.
5133
5134 * rmail.texi (Rmail Scrolling): Document rmail-end-of-message.
5135
8cf51b2c
GM
51362007-04-07 Chong Yidong <cyd@stupidchicken.com>
5137
8cf51b2c
GM
5138 * killing.texi (Deletion): Rewrite description of M-\ prefix argument.
5139
5140 * files.texi (Misc File Ops): Rewrite description of
5141 insert-file-literally.
5142
8cf51b2c
GM
51432007-03-31 Eli Zaretskii <eliz@gnu.org>
5144
5145 * misc.texi (Printing): Postscript -> PostScript.
5146
8cf51b2c
GM
5147 * ack.texi (Acknowledgments): Postscript -> PostScript.
5148
5149 * custom.texi (Init File, Init Non-ASCII): Fix last change.
5150
5151 * emacs.texi (Top): Fix the menu due to the change in custom.texi
5152 below.
5153
51542007-03-30 Chong Yidong <cyd@stupidchicken.com>
5155
5156 * custom.texi (Non-ASCII Rebinding): Node deleted. Material moved to
5157 Init Non-ASCII.
5158 (Init Rebinding, Init Syntax): Link to Init Non-ASCII instead.
5159 (Init Non-ASCII): New node.
5160
51612007-03-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5162
5163 * macos.texi (Mac Font Specs): Mention AppleAntiAliasingThreshold.
5164
8cf51b2c
GM
51652007-03-12 Glenn Morris <rgm@gnu.org>
5166
8cf51b2c
GM
5167 * calendar.texi, emacs.texi (Daylight Saving): Rename node from
5168 "Daylight Savings".
5169
49823426 5170 * calendar.texi: Replace "daylight savings" with "daylight
8cf51b2c
GM
5171 saving" in text throughout.
5172
8cf51b2c
GM
51732007-03-04 Richard Stallman <rms@gnu.org>
5174
5175 * custom.texi (Safe File Variables): Minor correction.
5176
8cf51b2c
GM
51772007-02-28 Thien-Thi Nguyen <ttn@gnu.org>
5178
5179 * rmail.texi (Movemail): Add internal ref.
5180 Don't indent the intro for the PROTO table.
5181 Format PROTO table items with @code.
5182
8cf51b2c
GM
51832007-02-26 Nick Roberts <nickrob@snap.net.nz>
5184
5185 * building.texi: Remove references to bashdb.
5186
8cf51b2c
GM
51872007-02-19 Juanma Barranquero <lekktu@gmail.com>
5188
5189 * mule.texi (Language Environments): Update list of supported language
5190 environments.
5191
8cf51b2c
GM
51922007-02-14 Kim F. Storm <storm@cua.dk>
5193
5194 * building.texi (Grep Searching): Fix lgrep doc.
5195
51962007-02-12 Chong Yidong <cyd@stupidchicken.com>
5197
5198 * back.texi: Remove unused file.
5199
c8763fb6 52002007-02-05 Francesco Potortì <pot@gnu.org>
8cf51b2c
GM
5201
5202 * maintaining.texi (Tag Syntax): Now --members is the default for
5203 etags, not for ctags yet.
5204
8cf51b2c
GM
52052007-02-03 Eli Zaretskii <eliz@gnu.org>
5206
5207 * emacs.texi (Top): Update the top-level menus. Make the detailed menu
5208 headers compliant with Texinfo guidelines and with what texnfo-upd.el
5209 expects. Add comments to prevent people from inadvertently modifying
5210 the key parts needed by `texinfo-multiple-files-update'.
5211
52122007-01-29 Chong Yidong <cyd@stupidchicken.com>
5213
5214 * frames.texi (Secondary Selection): Window clicked does not matter
5215 when mouse-yank-at-point is non-nil.
5216
8cf51b2c
GM
52172007-01-16 Glenn Morris <rgm@gnu.org>
5218
5219 * abbrevs.texi (Editing Abbrevs): Describe how to disable a
5220 system abbrev.
5221
52222007-01-11 Richard Stallman <rms@gnu.org>
5223
5224 * msdog.texi (Windows Keyboard): Another small cleanup.
5225
52262007-01-10 Richard Stallman <rms@gnu.org>
5227
5228 * msdog.texi (Windows Keyboard): Yet another try to make
5229 everyone happy with that passage.
5230
52312007-01-05 Richard Stallman <rms@gnu.org>
5232
5233 * anti.texi (Antinews): Mention M-x shell scrolling.
5234
52352007-01-05 Nick Roberts <nickrob@snap.net.nz>
5236
5237 * building.texi (Watch Expressions): Describe gdb-max-children.
5238
8cf51b2c
GM
52392007-01-04 Richard Stallman <rms@gnu.org>
5240
8cf51b2c
GM
5241 * msdog.texi (Windows Keyboard): Clarify previous change.
5242
8cf51b2c
GM
52432007-01-02 Richard Stallman <rms@gnu.org>
5244
5245 * custom.texi (Changing a Variable): Minor clarification.
5246 (Specific Customization): customize-customized => customize-unsaved.
5247
5248 * entering.texi (Entering Emacs): Clean up text about restarting
5249 Emacs for each file.
5250
5251 * misc.texi (Shell Options): Minor cleanup.
5252
5253 * msdog.texi (Windows Keyboard): Explain that Windows was incompatible
5254 with Emacs, not vice versa.
5255
5256 * programs.texi (Symbol Completion): Recommend customizing
5257 window manager.
5258
5259 * xresources.texi (Resources): Minor fix.
5260
c8763fb6 52612007-01-01 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
5262
5263 * xresources.texi (Table of Resources): Add scrollBarWidth resource.
5264
52652007-01-01 Richard Stallman <rms@gnu.org>
5266
5267 * commands.texi (User Input): Document keys stolen by window mangers.
5268
52692006-12-31 Richard Stallman <rms@gnu.org>
5270
5271 * custom.texi (Specific Customization): Document customize-option
5272 instead of customize-variable.
5273
52742006-12-31 Kim F. Storm <storm@cua.dk>
5275
5276 * major.texi (Choosing Modes): Document auto-mode-case-fold.
5277
52782006-12-30 Kim F. Storm <storm@cua.dk>
5279
5280 * killing.texi (CUA Bindings): Fix typo.
5281
5282 * xresources.texi (Table of Resources): Mention grow-only value for
5283 auto-resize-tool-bars.
5284
8cf51b2c
GM
52852006-12-27 Eli Zaretskii <eliz@gnu.org>
5286
5287 * msdog.texi (Windows Keyboard): Mention widespread Windows bindings,
5288 and how to get them back.
5289
52902006-12-26 Richard Stallman <rms@gnu.org>
5291
5292 * calendar.texi (Holidays): Holiday listing is based on current
5293 practice, but DST is not.
5294
52952006-12-25 Richard Stallman <rms@gnu.org>
5296
5297 * emacs.texi (Top): Update subnode menus.
5298
5299 * mark.texi (Transient Mark): Fix xref.
5300
5301 * killing.texi (Graphical Kill): Node deleted.
5302 (Killing): Add xref to Cut and Paste.
5303 (CUA Bindings): Update xref.
5304
5305 * frames.texi (Cut and Paste): New section to hold other nodes.
5306 (Mouse Commands): Node demoted.
5307 (Cut/Paste Other App): Split out from Mouse Commands.
5308 (Word and Line Mouse): Likewise.
5309 (Secondary Selection, Clipboard): Nodes demoted.
5310
8cf51b2c
GM
53112006-12-24 Kevin Ryde <user42@zip.com.au>
5312
5313 * calendar.texi (Holidays): US daylight saving begins second Sunday
5314 in March for 2007 onwards.
5315 (Daylight Savings): Show new US default daylight saving rules, 2nd
5316 Sun in Mar to 1st Sun in Nov, now in cal-dst.el.
5317
53182006-12-23 Chong Yidong <cyd@stupidchicken.com>
5319
5320 * calendar.texi (Scroll Calendar): < and > are switched.
5321
53222006-12-23 Kevin Rodgers <ihs_4664@yahoo.com>
5323
5324 * killing.texi (Deletion): Describe M-\ prefix argument.
5325
53262006-12-23 Richard Stallman <rms@gnu.org>
5327
5328 * search.texi (Regexp Search): Explain why forward and reverse regexp
5329 search are not mirror images.
5330
8cf51b2c
GM
53312006-12-19 Kim F. Storm <storm@cua.dk>
5332
5333 * major.texi (Choosing Modes): Describe match-function elements for
5334 magic-mode-alist.
5335
8cf51b2c
GM
53362006-12-18 Eli Zaretskii <eliz@gnu.org>
5337
5338 * msdog.texi (Windows Keyboard): Add a footnote about "Windows" keys
5339 peculiarities.
5340
53412006-12-18 Richard Stallman <rms@gnu.org>
5342
5343 * abbrevs.texi (Editing Abbrevs): Fix previous change.
5344
8cf51b2c
GM
53452006-12-17 Alan Mackenzie <acm@muc.de>
5346
5347 * programs.texi (Left Margin Paren): Remove the bit which says
5348 that CC Mode sets open-paren-in-column-0-is-defun-start to nil.
5349 Discuss some of the issues of setting this option to nil.
5350
53512006-12-17 Glenn Morris <rgm@gnu.org>
5352
5353 * abbrevs.texi (Editing Abbrevs): Mention system abbrevs.
5354
53552006-12-16 Eli Zaretskii <eliz@gnu.org>
5356
5357 * msdog.texi (Windows Keyboard): Clarify `w32-recognize-altgr' effect.
5358 (Windows Files): `w32-get-true-file-attributes' is only relevant for
5359 NTFS volumes.
5360 (ls in Lisp): `links' in `ls-lisp-verbosity' is only relevant to NTFS
5361 volumes.
5362
53632006-12-15 Eli Zaretskii <eliz@gnu.org>
5364
5365 * text.texi (HTML Mode): Fix "C-c TAB".
5366
8cf51b2c
GM
53672006-12-09 Richard Stallman <rms@gnu.org>
5368
5369 * misc.texi (Invoking emacsclient): Simplify TCP file text.
5370
53712006-12-08 Kevin Rodgers <ihs_4664@yahoo.com>
5372
5373 * files.texi (Misc File Ops): Document insert-file-literally.
5374
53752006-12-08 Eli Zaretskii <eliz@gnu.org>
5376
5377 * cmdargs.texi (Colors): Note that --color is intended for overriding
5378 the terminal defaults, not for normal invocation.
5379
5380 * misc.texi (Emacs Server): Improve wording. Don't mention the
5381 ``server program''. Add a cross-reference to "Init File" node.
5382 (Invoking emacsclient): Add index entries. Document both short and
5383 long versions of command-line options. Document the -f option.
5384
8cf51b2c
GM
53852006-12-06 Richard Stallman <rms@gnu.org>
5386
5387 * text.texi (Outline Format): Say to set outline-regexp
5388 and outline-level with major modes and file local variables.
5389
c8763fb6 53902006-12-05 Michaël Cadilhac <michael.cadilhac@lrde.org>
8cf51b2c
GM
5391
5392 * anti.texi (Antinews): Mention the alternative to
5393 `~/.emacs_SHELLNAME', which is `~/.emacs.d/init_SHELLNAME.sh'.
5394
8cf51b2c
GM
5395 * misc.texi (Interactive Shell): Ditto.
5396
53972006-12-04 Eli Zaretskii <eliz@gnu.org>
5398
5399 * emacs.texi (Acknowledgments): Fix Arne J@o{}rgensen's name.
5400
5401 * ack.texi (Acknowledgments): Fix Arne J@o{}rgensen's name.
5402
54032006-12-01 Eli Zaretskii <eliz@gnu.org>
5404
5405 * mule.texi (Enabling Multibyte): Rephrase the confusing reference to a
5406 colon in the mode line.
5407
5408 * msdog.texi (Windows Processes) [@ifnottex]: Mention w32-shell-execute.
5409
54102006-11-26 Nick Roberts <nickrob@snap.net.nz>
5411
5412 * building.texi (Watch Expressions): Mention SPC for expanding/
5413 contracting watch expressions.
5414
54152006-11-26 Kim F. Storm <storm@cua.dk>
5416
5417 * kmacro.texi (Basic Keyboard Macro): Mention F3/F4 more.
5418
54192006-11-26 Nick Roberts <nickrob@snap.net.nz>
5420
5421 * building.texi (Debugger Operation): Define text command mode.
5422 Clarify how tooltips work.
5423 (GDB Graphical Interface): Explain how to run in text command mode
5424 more clearly.
5425
54262006-11-25 Juanma Barranquero <lekktu@gmail.com>
5427
5428 * mule.texi (Defining Fontsets): Fix use of `charset' and `font'.
5429
54302006-11-22 Juanma Barranquero <lekktu@gmail.com>
5431
5432 * anti.texi (Antinews): Mention --server-file and TCP sockets.
5433
8cf51b2c
GM
54342006-11-18 Chong Yidong <cyd@stupidchicken.com>
5435
5436 * misc.texi (Interactive Shell): INSIDE_EMACS is set to t,
5437 and EMACS is deprecated.
5438
54392006-11-18 Juanma Barranquero <lekktu@gmail.com>
5440
5441 * makefile.w32-in (emacs.dvi): Remove xresmini.texi.
5442
c8763fb6 54432006-11-18 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
5444
5445 * Makefile.in (emacs.dvi): Remove xresmini.texi.
5446
5447 * emacs.texi: Include xresources.texi both for info and dvi.
5448
5449 * xresources.texi: Merge text from xresmini.texi.
5450
c8763fb6 54512006-11-12 Roberto Rodríguez <lanubeblanca@googlemail.com> (tiny change)
8cf51b2c
GM
5452
5453 * glossary.texi: Fix typos.
5454
8cf51b2c
GM
54552006-11-06 Richard Stallman <rms@gnu.org>
5456
5457 * emacs.texi (Acknowledgments): Fix name spelling, add Anna Bigatti.
5458
5459 * ack.texi (Acknowledgments): Fix name spelling.
5460
54612006-11-01 Juri Linkov <juri@jurta.org>
5462
5463 * search.texi (Word Search): Document incremental word search.
5464
54652006-10-28 Glenn Morris <rgm@gnu.org>
5466
5467 * ack.texi (Acknowledgments): Add cal-html author.
5468
5469 * calendar.texi (Writing Calendar Files): Rename section (was "LaTeX
5470 Calendar"). Describe new package cal-html.
5471 * emacs.texi (Top): Rename old node "LaTeX Calendar" to "Writing
5472 Calendar Files."
5473
8cf51b2c
GM
54742006-10-23 Richard Stallman <rms@gnu.org>
5475
5476 * abbrevs.texi (Expanding Abbrevs): Expansion happens only when
5477 Abbrev mode is enabled.
5478
8cf51b2c
GM
54792006-10-16 Richard Stallman <rms@gnu.org>
5480
8cf51b2c
GM
5481 * emacs.texi: Update ISBN.
5482
8cf51b2c
GM
54832006-10-11 Kim F. Storm <storm@cua.dk>
5484
5485 * emacs.texi (Acknowledgments): Use @dotless{i}.
5486
54872006-10-08 Nick Roberts <nickrob@snap.net.nz>
5488
5489 * building.texi (Breakpoints Buffer): Mention catchpoints.
5490
54912006-10-08 Kim F. Storm <storm@cua.dk>
5492
5493 * ack.texi (Acknowledgments): Update.
5494
5495 * emacs.texi (Acknowledgments): Fix bad @/ form.
5496
8cf51b2c
GM
54972006-10-05 Kim F. Storm <storm@cua.dk>
5498
5499 * emacs.texi (Acknowledgments): Add more contributors.
5500
55012006-10-03 Richard Stallman <rms@gnu.org>
5502
5503 * emacs.texi (Acknowledgments): Update version and edition.
5504
8cf51b2c
GM
55052006-10-01 Karl Berry <karl@gnu.org>
5506
5507 * custom.texi (Customization Groups): Page break to keep example buffer
5508 on one page.
5509
55102006-09-30 Karl Berry <karl@gnu.org>
5511
5512 * programs.texi (Basic Indent): @need to improve page break.
5513 * text.texi: Rewording to improve page breaks, and use @LaTeX{}.
5514
55152006-09-29 Glenn Morris <rgm@gnu.org>
5516
5517 * calendar.texi (Date Formats): Doc fix for european-calendar-style.
5518
55192006-09-29 Karl Berry <karl@gnu.org>
5520
5521 * windows.texi (Basic Window): Remove forced @break, no longer
5522 desirable.
5523 * frames.texi (Frame Commands),
5524 * mark.texi (Marking Objects): Reword to avoid bad page break.
5525 * display.texi (Auto Scrolling): Use @tie{} to avoid bad line break.
5526
55272006-09-19 Richard Stallman <rms@gnu.org>
5528
5529 * frames.texi (Dialog Boxes): Clean up wording: avoid passive,
5530 stick to present tense.
5531
c8763fb6 55322006-09-18 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
5533
5534 * frames.texi (Dialog Boxes): Rename x-use-old-gtk-file-dialog
5535 to x-gtk-use-old-file-dialog.
5536 (Dialog Boxes): Document x-gtk-file-dialog-help-text.
5537
55382006-09-15 Jay Belanger <belanger@truman.edu>
5539
49823426 5540 * emacs.texi (GNU GENERAL PUBLIC LICENSE):
8cf51b2c
GM
5541 Change "Library Public License" to "Lesser Public License"
5542 throughout. Use "yyyy" to represent year.
5543
8cf51b2c
GM
55442006-09-12 Reiner Steib <Reiner.Steib@gmx.de>
5545
5546 * files.texi (Visiting): Add index entry "open file".
5547
8cf51b2c
GM
55482006-09-11 Richard Stallman <rms@gnu.org>
5549
5550 * building.texi (Compilation Mode): Clarification.
5551 (Grep Searching): Add xref to Compilation Mode.
5552
8cf51b2c
GM
55532006-09-08 Richard Stallman <rms@gnu.org>
5554
5555 * search.texi (Search): Ref multi-file search commands here.
5556 (Other Repeating Search): Not here.
5557
8cf51b2c
GM
55582006-08-28 Richard Stallman <rms@gnu.org>
5559
5560 * windows.texi (Split Window): Update xref.
5561
5562 * basic.texi (Continuation Lines): Update xref.
5563
5564 * indent.texi (Tab Stops): Update xref.
5565
5566 * emacs.texi (Top): Update subnode menu.
5567
5568 * display.texi (Line Truncation, Displaying Boundaries): New nodes,
5569 split out of Display Custom.
5570
55712006-08-25 Kim F. Storm <storm@cua.dk>
5572
5573 * display.texi (Display Custom): Add variables overline-margin
5574 and x-underline-at-descent-line.
5575
55762006-08-25 Richard Stallman <rms@gnu.org>
5577
5578 * entering.texi (Exiting): Rewrite to give graphical displays
5579 priority over text terminals.
5580
5581 * search.texi (Incremental Search): Move index entries.
5582
55832006-08-23 Chong Yidong <cyd@stupidchicken.com>
5584
5585 * custom.texi (Init File): Reference Find Init to avoid "home
5586 directory" confusion.
5587
55882006-08-22 Nick Roberts <nickrob@snap.net.nz>
5589
5590 * building.texi (Other GDB-UI Buffers): Describe how to edit
5591 a value in the locals buffer.
5592
55932006-08-21 Richard Stallman <rms@gnu.org>
5594
5595 * search.texi (Basic Isearch): Add `isearch' index entry.
5596
55972006-08-16 Richard Stallman <rms@gnu.org>
5598
5599 * misc.texi (Saving Emacs Sessions): Clean up wording.
5600
5601 * mark.texi (Marking Objects): Mention term "select all".
5602
5603 * emacs.texi (Top): Update subnode menu.
5604
5605 * help.texi (Help Mode): Move node up in file.
5606
8cf51b2c
GM
56072006-08-15 Nick Roberts <nickrob@snap.net.nz>
5608
5609 * building.texi (Stack Buffer): Explain fringe arrow.
5610
8cf51b2c
GM
56112006-08-12 Eli Zaretskii <eliz@gnu.org>
5612
8cf51b2c
GM
5613 * misc.texi (Saving Emacs Sessions): Clarify when desktop is restored
5614 on startup.
5615
56162006-08-11 Romain Francoise <romain@orebokech.com>
5617
5618 * ack.texi (Acknowledgments): Delete mention to zone-mode.el.
5619
56202006-08-10 Sven Joachim <svenjoac@gmx.de> (tiny change)
5621
5622 * mule.texi (Recognize Coding, Text Coding): Fix typos.
5623
56242006-08-10 Richard Stallman <rms@gnu.org>
5625
5626 * text.texi (Format Faces): Substantial rewrites to deal
1c6c854e
CS
5627 with face merging. Empty regions don't count.
5628 Clarify face property inheritance.
8cf51b2c
GM
5629
56302006-08-08 Romain Francoise <romain@orebokech.com>
5631
5632 * dired.texi (Marks vs Flags): Fix typo reported by Ari Roponen
5633 <arjuropo@cc.jyu.fi>.
5634
8cf51b2c
GM
56352006-08-04 Eli Zaretskii <eliz@gnu.org>
5636
5637 * cmdargs.texi (Window Size X) <--geometry>: Only width and height
5638 apply to all frames.
5639
8cf51b2c
GM
56402006-08-01 Richard Stallman <rms@gnu.org>
5641
5642 * help.texi (Name Help): Add index entries for describe-variable.
5643
56442006-08-01 Nick Roberts <nickrob@snap.net.nz>
5645
5646 * building.texi (GDB Graphical Interface): Shorten node names.
5647 (GDB-UI Layout): Use GDB-related.
5648 (Other GDB-UI Buffers): Simplify English.
5649
56502006-07-31 Richard Stallman <rms@gnu.org>
5651
5652 * search.texi (Query Replace): Add xref for Dired's Q command.
5653
8cf51b2c
GM
56542006-07-31 Nick Roberts <nickrob@snap.net.nz>
5655
5656 * building.texi (GDB commands in Fringe): Rename to...
5657 (Source Buffers): ..this and move forward. Describe hollow arrow and
5658 new option gdb-find-source-frame.
5659
56602006-07-29 Richard Stallman <rms@gnu.org>
5661
5662 * dired.texi (Operating on Files): Simplify previous change
5663 and fix Texinfo usage.
5664
56652006-07-29 Eli Zaretskii <eliz@gnu.org>
5666
5667 * dired.texi (Operating on Files): Add cross-references. State the
5668 Unix commands that do similar things.
5669
56702006-07-28 Richard Stallman <rms@gnu.org>
5671
5672 * mark.texi (Transient Mark): Clarify that region never disappears
5673 when Transient Mark mode is off, and not when it is on.
5674
56752006-07-27 Richard Stallman <rms@gnu.org>
5676
5677 * search.texi (Non-ASCII Isearch): Clarify. Mention C-q.
5678
56792006-07-24 Richard Stallman <rms@gnu.org>
5680
5681 * xresources.texi (GTK styles): Fix texinfo usage.
5682
8cf51b2c
GM
5683 * commands.texi (User Input): Explain why we teach keyboard cmds.
5684
5685 * xresources.texi, xresmini.texi, search.texi, programs.texi:
5686 * misc.texi, kmacro.texi, killing.texi, glossary.texi:
5687 * fortran-xtra.texi, files.texi, emacs.texi, emacs-xtra.texi:
5688 * doclicense.texi, display.texi, dired.texi, basic.texi:
5689 * anti.texi, ack.texi: Move periods and commas inside quotes.
5690
56912006-07-22 Eli Zaretskii <eliz@gnu.org>
5692
5693 * cmdargs.texi (General Variables): Document EMAIL.
5694
56952006-07-21 Eli Zaretskii <eliz@gnu.org>
5696
5697 * frames.texi (Frame Commands): Mention that focus-follows-mouse
5698 doesn't have effect on MS-Windows.
5699
8cf51b2c
GM
57002006-07-17 Richard Stallman <rms@gnu.org>
5701
5702 * building.texi (Grep Searching): Explain about chaining grep commands.
5703
8cf51b2c
GM
57042006-07-10 Nick Roberts <nickrob@snap.net.nz>
5705
49823426 5706 * killing.texi, mini.texi: Fix typos.
8cf51b2c
GM
5707
57082006-07-09 Chong Yidong <cyd@stupidchicken.com>
5709
5710 * misc.texi (Invoking emacsclient): Document behavior when emacsclient
5711 is invoked for multiple files.
5712
57132006-07-08 Eli Zaretskii <eliz@gnu.org>
5714
5715 * msdog.texi (Windows Keyboard) [@iftex]: Add an @inforef to the
5716 on-line manual for the rest of this node.
5717 (Windows Mouse) <w32-pass-extra-mouse-buttons-to-system>: Include
5718 unconditionally.
5719 (Windows Processes) <w32-quote-process-args>: Include unconditionally.
5720 Improve wording.
5721 (Windows Printing): Improve wording.
5722 (Windows Misc) [@iftex]: Add an @inforef to the on-line manual for the
5723 rest of this node.
5724
8cf51b2c
GM
57252006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
5726
49823426
GM
5727 * building.texi (Lisp Eval): Throughout, replace eval-current-buffer
5728 with eval-buffer.
8cf51b2c
GM
5729
57302006-07-05 Nick Roberts <nickrob@snap.net.nz>
5731
5732 * mule.texi (Coding Systems, Specify Coding): Link descriptions
5733 of character translation.
5734
57352006-07-04 Nick Roberts <nickrob@snap.net.nz>
5736
5737 * rmail.texi (Remote Mailboxes): Add missing @code keyword.
5738
57392006-07-03 Karl Berry <karl@gnu.org>
5740
5741 * emacs.texi (\hbadness): Set to 6000 so we aren't bothered by
5742 not-too-underfull hboxes in the TeX output.
5743 * abbrevs.texi, buffers.texi, building.texi, calendar.texi,
5744 * cmdargs.texi, custom.texi, dired.texi, macos.texi,
5745 * maintaining.texi, misc.texi, mule.texi, programs.texi, rmail.texi,
5746 * sending.texi, text.texi: Fix overfull/underfull boxes.
5747
57482006-07-03 Romain Francoise <romain@orebokech.com>
5749
5750 * m-x.texi (M-x): Fix.
5751
57522006-07-03 Richard Stallman <rms@gnu.org>
5753
8cf51b2c
GM
5754 * search.texi (Other Repeating Search): filename -> file name.
5755
5756 * misc.texi (Narrowing): Minor cleanups.
5757
5758 * files.texi (Visiting): filename -> file name.
5759
5760 * emacs.texi (Top): Update subnode menus.
5761
5762 * mule.texi (Coding Systems): Move char translation stuff here.
5763 (Specify Coding, Output Coding): New nodes, out of Recognize Coding.
5764 (Recognize Coding): Substantial local rewrites.
5765 (International): Update menu.
5766
5767 * display.texi (Auto Scrolling): New node, broken out of Scrolling.
5768 (Scrolling): Substantial local rewrites.
5769 (Display): Update menu and intro.
5770
5771 * dired.texi: filename -> file name.
5772
5773 * custom.texi (Safe File Variables): Texinfo usage fix.
5774
f0131492 57752006-07-03 Teodor Zlatanov <tzz@lifelogs.com>
8cf51b2c
GM
5776
5777 * help.texi, m-x.texi: Lots of cleanups.
5778
8cf51b2c
GM
57792006-06-30 Eli Zaretskii <eliz@gnu.org>
5780
5781 * msdog.texi (ls in Lisp, Windows Keyboard, Windows Mouse)
5782 (Windows Processes, Windows Misc): Shorten the printed version by
5783 selectively conditioning less important portions by @ifnottex.
5784
8cf51b2c
GM
57852006-06-27 Richard Stallman <rms@gnu.org>
5786
5787 * mini.texi (Minibuffer File): Minor cleanup.
5788
57892006-06-25 Nick Roberts <nickrob@snap.net.nz>
5790
5791 * frames.texi (XTerm Mouse): Rename to...
5792 (Text-Only Mouse): ...this. Mention t-mouse-mode.
5793
5794 * emacs.texi (Top): Use new node name.
5795
57962006-06-24 Eli Zaretskii <eliz@gnu.org>
5797
5798 * emacs.texi (Top): Update the detailed menu according to changes in
5799 msdog.texi.
5800
5801 * msdog.texi (Windows Keyboard): New section.
5802 (Windows Mouse): New section.
5803 (Windows System Menu): Remove section (text merged with "Windows
5804 Keyboard").
5805 (Windows Misc): New section.
5806
5807 * dired.texi (Dired Enter): Refer to msdog.texi for ls-lisp emulation.
5808
5809 * msdog.texi (ls in Lisp): New section.
5810
5811 * files.texi (Visiting): Document case-insensitive wildcard matching
5812 under find-file-wildcards.
5813
8cf51b2c
GM
58142006-06-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5815
5816 * macos.texi (Mac Input): Add description of mac-function-modifier.
5817 Now Unicode keyboard layouts work.
5818
8cf51b2c
GM
58192006-06-10 Richard Stallman <rms@gnu.org>
5820
5821 * mule.texi (Recognize Coding): Clarify previous change.
5822
58232006-06-09 Kenichi Handa <handa@m17n.org>
5824
5825 * mule.texi (Recognize Coding): Describe the convention of "CODING!"
5826 notation.
5827
58282006-06-07 Kevin Ryde <user42@zip.com.au>
5829
5830 * mule.texi (Coding Systems): Footnote xref "MS-DOS and MULE" in main
5831 manual for @ifnottex, but in emacs-extra for @iftex.
5832
5833 * cmdargs.texi (General Variables): Fix smtpmail xref.
5834
58352006-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
5836
8cf51b2c 5837 * programs.texi (Comment Commands):
8cf51b2c 5838 * custom.texi (Specifying File Variables):
49823426 5839 Use ;; instead of ;;; to better follow coding conventions.
8cf51b2c
GM
5840
58412006-06-07 Nick Roberts <nickrob@snap.net.nz>
5842
5843 * building.texi (Watch Expressions): Move node to end.
5844 (GDB Graphical Interface): Move description of clicks in fringe...
5845 (GDB commands in the Fringe): ...to here. New node.
5846
8cf51b2c
GM
58472006-06-05 Romain Francoise <romain@orebokech.com>
5848
49823426 5849 * xresmini.texi (GTK resources): Fix various typos.
8cf51b2c
GM
5850
58512006-06-05 Nick Roberts <nickrob@snap.net.nz>
5852
5853 * building.texi (GDB Graphical Interface): Update bindings.
5854 (Commands of GUD): Add gud-print. Remove gud-run.
5855 Restate availability more generally.
5856
f0131492 58572006-06-03 Teodor Zlatanov <tzz@lifelogs.com>
8cf51b2c
GM
5858
5859 * mini.texi: Lots of cleanups.
5860
58612006-06-01 Luc Teirlinck <teirllm@auburn.edu>
5862
5863 * misc.texi (Shell History Copying): Update descriptions of `C-c RET'
5864 and Mouse-2.
5865
c8763fb6 58662006-06-01 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
5867
5868 * screen.texi (Menu Bar): Change menu-bar-start to menu-bar-open.
5869
8cf51b2c
GM
58702006-05-31 Richard Stallman <rms@gnu.org>
5871
5872 * basic.texi (Moving Point): Fix previous change.
5873
c8763fb6 58742006-05-29 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
5875
5876 * screen.texi (Menu Bar): F10 for Gtk+/Lesstif/Lucid menus.
5877
f0131492 58782006-05-28 Teodor Zlatanov <tzz@lifelogs.com>
8cf51b2c
GM
5879
5880 * basic.texi: Many simplifications and improvements in wording.
5881
8cf51b2c
GM
58822006-05-26 Nick Roberts <nickrob@snap.net.nz>
5883
5884 * anti.texi (Antinews): Create a node for gdb-ui.
5885
8cf51b2c
GM
58862006-05-22 Reiner Steib <Reiner.Steib@gmx.de>
5887
5888 * frames.texi (Menu Bars, Tool Bars): Add index entries.
5889
58902006-05-20 Richard Stallman <rms@gnu.org>
5891
5892 * dired.texi (Dired Navigation): dired-goto-file is now j.
5893
8cf51b2c
GM
58942006-05-20 Eli Zaretskii <eliz@gnu.org>
5895
5896 * mule.texi (Coding Systems): Mention the undecided-* coding systems
5897 and their aliases.
5898
5899 * msdog.texi (Windows Printing): Mention non-support of plain text
5900 printing with some el-cheapo printers, and suggest a workaround.
5901
59022006-05-20 Kevin Ryde <user42@zip.com.au>
5903
5904 * text.texi (TeX Print): tex-dvi-view-command has a default value,
5905 remove the bit saying you must set it.
5906
59072006-05-19 Luc Teirlinck <teirllm@auburn.edu>
5908
5909 * trouble.texi (Checklist):
5910 * text.texi (Text, Auto Fill, Text Mode):
5911 * search.texi (Nonincremental Search):
5912 * rmail.texi (Rmail Labels):
5913 * mule.texi (Input Methods, Multibyte Conversion):
5914 * misc.texi (Gnus, Where to Look, PostScript):
5915 * maintaining.texi (Create Tags Table):
5916 * indent.texi (Indentation Commands):
5917 * fixit.texi (Spelling):
5918 * emacs.texi (Copying):
5919 * custom.texi (Init File): ifinfo -> ifnottex.
5920
8cf51b2c
GM
59212006-05-17 Richard Stallman <rms@gnu.org>
5922
5923 * files.texi (Diff Mode): Mention C-x `.
5924
59252006-05-08 Richard Stallman <rms@gnu.org>
5926
5927 * custom.texi (Disabling): Textual cleanups.
5928
8cf51b2c
GM
59292006-05-12 Glenn Morris <rgm@gnu.org>
5930
5931 * calendar.texi (Displaying the Diary, Format of Diary File):
5932 Refer to diary-view-entries, diary-list-entries,
5933 diary-show-all-entries rather than obsolete aliases.
5934
59352006-05-12 Eli Zaretskii <eliz@gnu.org>
5936
5937 * calendar.texi (Calendar/Diary, Holidays, Displaying the Diary)
5938 (Displaying the Diary, Special Diary Entries, Importing Diary):
5939 * building.texi (Compilation Shell):
5940 * buffers.texi (Several Buffers) [iftex]: Replace @xref's to
5941 emacs-xtra with @inforef's.
5942
5943 * files.texi (Visiting): Fix wording.
5944
5945 * mule.texi (Coding Systems, Text Coding): More indexing.
5946 Mention that C-x RET f can set eol conversion.
5947
c8763fb6 59482006-05-07 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
5949
5950 * xresmini.texi (GTK resources): Insert GTK description.
5951
5952 * xresources.texi (GTK resources): metafont should be menufont.
5953
8cf51b2c
GM
59542006-05-06 Michael Albinus <michael.albinus@gmx.de>
5955
49823426 5956 * mini.texi (Completion Options): Completion of remote files'
8cf51b2c
GM
5957 method, user name and host name is active only in partial
5958 completion mode.
5959
8cf51b2c
GM
59602006-05-06 Eli Zaretskii <eliz@gnu.org>
5961
5962 * makefile.w32-in (emacs.dvi):
5963 * Makefile.in (emacs.dvi): Add xresmini.texi.
5964
5965 * xresmini.texi (Table of Resources): Remove xref to non-existent
5966 node "LessTif Resources".
5967
5968 * msdog.texi (Microsoft Windows):
5969 * calendar.texi (Calendar/Diary, Displaying the Diary)
5970 (Special Diary Entries, Importing Diary, Holidays):
5971 * programs.texi (Program Modes):
5972 * text.texi (Text):
5973 * buffers.texi (Several Buffers):
5974 * files.texi (Comparing Files): Fix cross-references to emacs-xtra.
5975
59762006-05-06 Eli Zaretskii <eliz@gnu.org>
5977
5978 The following changes merge the emacs-xtra manual into the main
5979 manual, but only for on-line version of the manual.
5980
5981 * vc2-xtra.texi (Version Backups, Local Version Control)
5982 (Making Snapshots, Change Logs and VC, Version Headers)
5983 (Customizing VC, CVS Options) [ifnottex]: Conditional xref's for
5984 on-line manual.
5985
5986 * vc1-xtra.texi (VC Dired Mode) [ifnottex]: Conditional xref's
5987 for on-line manual.
5988
5989 * msdog-xtra.texi (MS-DOS, MS-DOS Keyboard, MS-DOS Mouse)
5990 (MS-DOS Display, MS-DOS File Names, MS-DOS Printing)
5991 (MS-DOS and MULE, MS-DOS Processes) [ifnottex]: Conditional xref's
5992 for on-line manual.
5993
5994 * fortran-xtra.texi (Fortran, Fortran Autofill)
5995 (Fortran Autofill, Fortran Abbrev) [ifnottex]: Conditional xref's
5996 for on-line manual.
5997
5998 * picture-xtra.texi (Basic Picture, Rectangles in Picture) [ifnottex]:
5999 Conditional xref's for on-line manual.
6000
6001 * emerge-xtra.texi (Emerge, Overview of Emerge)
6002 (Fine Points of Emerge) [ifnottex]: Conditional xref's for on-line
6003 manual.
6004
6005 * Makefile.in (INFO_TARGETS): Remove ../info/emacs-xtra.
6006 (EMACS_XTRA): New variable, lists the new *-xtra.texi files.
6007 (EMACSSOURCES): Use EMACS_XTRA.
6008 (../info/emacs-xtra): Remove.
6009 (emacs-xtra.dvi): Add EMACS_XTRA to prerequisites.
6010
6011 * makefile.w32-in (INFO_TARGETS): Remove $(infodir)/emacs-xtra.
6012 (EMACS_XTRA): New variable, lists the new *-xtra.texi files.
6013 (EMACSSOURCES): Use EMACS_XTRA.
6014 ($(infodir)/emacs-xtra): Remove.
6015 (emacs-xtra.dvi): Add EMACS_XTRA to prerequisites.
6016
6017 * trouble.texi (Quitting):
6018 * text.texi (Text):
6019 * programs.texi (Program Modes):
6020 * msdog.texi (Microsoft Windows):
6021 * frames.texi (Frames):
6022 * files.texi (Backup, Version Control, VC Concepts)
6023 (Types of Log File, Advanced C-x v v, Log Buffer, Old Versions)
6024 (Registering, VC Status, VC Undo, Multi-User Branching)
6025 (Comparing Files):
6026 * calendar.texi (Calendar/Diary, Holidays, Displaying the Diary)
6027 (Displaying the Diary, Special Diary Entries, Importing Diary):
6028 * buffers.texi (Several Buffers): Replace inforef to emacs-xtra by
6029 conditional xref's, depending on @iftex/@ifnottex.
6030
6031 * msdog.texi (Microsoft Windows) [ifnottex]: Add menu entry for
6032 "MS-DOS". @include msdog-xtra.texi.
6033
6034 * programs.texi (Programs) [ifnottex]: Add menu entry for "Fortran".
6035 <Top Level> [ifnottex]: @include fortran-xtra.texi.
6036
6037 * files.texi (Secondary VC Commands) [ifnottex]: Add menu entries
6038 for vc-xtra.texi subsections.
6039 (VC Undo) [ifnottex]: @include vc1-xtra.texi and @lowersections it.
6040 (Multi-User Branching) [ifnottex]: @include vc2-xtra.texi.
6041
6042 * sending.texi (Sending Mail): A @node line without explicit Prev,
6043 Next, and Up links.
6044
6045 * abbrevs.texi (Abbrevs): A @node line without explicit Prev,
6046 Next, and Up links.
6047
6048 * emacs.texi (Top) [ifnottex]: Add menu entries for "Picture Mode"
6049 and its sections. @include picture-xtra.texi.
6050
6051 * maintaining.texi (Maintaining) [ifnottex]: Add menu entry for
6052 "Emerge".
6053 (List Tags) [ifnottex]: @include emerge-xtra.texi.
6054
6055 * cal-xtra.texi (Daylight Savings): Remove this node: it is an
6056 exact duplicate of its name-sake in calendar.texi.
6057
6058 * calendar.texi (Calendar/Diary) [ifnottex]: Add menu item for
6059 "Advanced Calendar/Diary Usage".
6060 (Time Intervals) [ifnottex]: @include cal-xtra.texi.
6061
6062 * dired.texi (Subdirectories in Dired) [ifnottex]: @include
6063 dired-xtra.texi.
6064 (Dired) [ifnottex]: Add menu entry for "Subdir Switches".
6065
6066 * files.texi (Reverting) [ifnottex]: @include arevert-xtra.texi.
6067 (Files) [ifnottex]: Add menu entry for Autorevert.
6068
6069 * emacs-xtra.texi (Introduction): Reword to make consistent with
6070 printed version only.
6071 <Top level>: Remove the body of all chapters and move them to the
6072 new *-xtra.texi files. Use @raisesections and @lowersections to
6073 convert sections to chapters etc.
6074
6075 * msdog-xtra.texi:
6076 * fortran-xtra.texi:
6077 * vc-xtra.texi:
6078 * vc1-xtra.texi:
6079 * vc2-xtra.texi:
6080 * emerge-xtra.texi:
6081 * cal-xtra.texi:
6082 * dired-xtra.texi:
6083 * arevert-xtra.texi: New files, with text from respective chapters
6084 of emacs-xtra.texi. Convert each @chapter into @section, @section
6085 into @subsection, etc.
6086
1c6c854e 6087 * emacs-xtra.texi (MS-DOS): Rename from "MS-DOG". All references
8cf51b2c
GM
6088 updated.
6089
6090 * msdog.texi (Microsoft Windows): Rename from "Emacs and Microsoft
6091 Windows". All references updated.
6092
60932006-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6094
6095 * macos.texi (Mac Input): Mention input from Character Palette.
6096 (Mac Font Specs): Fix typo.
6097
60982006-05-05 Richard Stallman <rms@gnu.org>
6099
6100 * files.texi (Diff Mode): Minor cleanup.
6101
61022006-05-05 Karl Berry <karl@gnu.org>
6103
8cf51b2c
GM
6104 * emacs.texi: Call @fonttextsize 10, inside @tex to avoid
6105 errors from the current release of makeinfo (4.8).
6106 * help.texi (Library Keywords): Change widest word in multitable
6107 template from `emulations' to `convenience'. (Not sure if this is
6108 related to the font change.)
6109
61102006-05-05 Eli Zaretskii <eliz@gnu.org>
6111
6112 * files.texi (File Names): Add a footnote about limited support of
6113 ~USER on MS-Windows.
6114
6115 * cmdargs.texi (Initial Options): Add a footnote about limited
6116 support of ~USER on MS-Windows.
6117
61182006-05-03 Richard Stallman <rms@gnu.org>
6119
6120 * files.texi (Diff Mode): Node moved here.
6121 (Comparing Files): Delete what duplicates new node.
6122 (Files): Put Diff Mode in menu.
6123
1c6c854e 6124 * misc.texi (Diff Mode): Move to files.texi.
8cf51b2c
GM
6125
6126 * emacs.texi (Top): Update menu for Diff Mode.
6127
6128 * trouble.texi (Emergency Escape): Simplify.
6129
6130 * emacs.texi (Top): Minor clarification.
6131
61322006-05-03 Teodor Zlatanov <tzz@lifelogs.com>
6133
6134 * commands.texi, entering.texi, screen.texi: Many simplifications.
6135
61362006-05-03 Richard Stallman <rms@gnu.org>
6137
6138 * commands.texi (Text Characters): Delete paragraph about unibyte
6139 non-ASCII printing chars.
6140
6141 * killing.texi (Killing): Say "graphical displays".
6142 * display.texi: Say "graphical displays".
6143
6144 * cmdargs.texi (Misc X): Say "graphical displays".
6145
61462006-05-01 Richard Stallman <rms@gnu.org>
6147
6148 * emacs.texi (Top): Add Diff Mode to menu.
6149
61502006-05-01 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
6151
6152 * misc.texi (Diff Mode): New node.
6153
61542006-05-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6155
6156 * macos.texi (Mac International): Now Carbon Emacs has ATSUI support.
6157 (Mac Environment Variables): Shorten example line.
6158 (Mac Font Specs): Shorten lisp lines. Add descriptions for ATSUI.
6159
61602006-05-01 Nick Roberts <nickrob@snap.net.nz>
6161
6162 * building.texi (GUD Customization): Describe cases %d and %c.
6163 Update description for %e.
6164
61652006-04-30 Glenn Morris <rgm@gnu.org>
6166
6167 * calendar.texi (LaTeX Calendar): Mention cal-tex-preamble-extra.
6168
61692006-04-29 Dan Nicolaescu <dann@ics.uci.edu>
6170
6171 * custom.texi (Examining): Update C-h v output example.
6172
61732006-04-29 Kim F. Storm <storm@cua.dk>
6174
6175 * building.texi (Grep Searching): Add lgrep and rgrep.
6176
8cf51b2c
GM
61772006-04-23 Richard Stallman <rms@gnu.org>
6178
6179 * emacs.texi [TeX]: Use xresmini.texi instead of xresources.texi.
6180
6181 * xresmini.texi: New file.
6182
6183 * xresources.texi (Face Resources): Split table into font resources
6184 and the rest. Combine similar attributes for brevity.
6185
8cf51b2c
GM
61862006-04-21 Eli Zaretskii <eliz@gnu.org>
6187
6188 * emacs-xtra.texi (MS-DOS File Names): Remove section about
6189 backslashes and case-insensitivity in file names (moved to the
6190 main manual).
6191 (MS-DOS Printing): Move most of the text to the main manual.
6192
6193 * msdog.texi (Windows Files, Windows HOME, MS-Windows Printing):
6194 New nodes.
6195 (Windows Processes, Windows System Menu): Add index entries and
6196 fix wording.
6197
8cf51b2c
GM
61982006-04-18 J.D. Smith <jdsmith@as.arizona.edu>
6199
6200 * misc.texi (Shell Ring): Add notes on saved input when
6201 navigating off the end of the history list.
6202
62032006-04-18 Chong Yidong <cyd@mit.edu>
6204
6205 * misc.texi (Shell Options): Correct default value of
6206 comint-scroll-show-maximum-output.
6207
8cf51b2c
GM
62082006-04-18 Nick Roberts <nickrob@snap.net.nz>
6209
6210 * building.texi (Watch Expressions): Update.
6211
8cf51b2c
GM
62122006-04-12 Richard Stallman <rms@gnu.org>
6213
6214 * search.texi: Clean up previous change.
6215
62162006-04-12 Eli Zaretskii <eliz@gnu.org>
6217
6218 * search.texi (Regexp Backslash, Regexp Replace): Add index
6219 entries for ``back reference'' and mention the term itself in the
6220 text.
6221
62222006-04-11 Richard Stallman <rms@gnu.org>
6223
6224 * custom.texi (Safe File Variables):
6225 Document enable-local-variables = :safe.
6226
62272006-04-11 Karl Berry <karl@gnu.org>
6228
6229 * emacs-xtra.texi, emacs.texi (Dired under VC, VC Dired Commands)
6230 (Remote Repositories, Version Backups, Local Version Control)
6231 (Snapshots, Making and Using Snapshots, Snapshot Caveats)
6232 (Miscellaneous Commands and Features of VC, Change Logs and VC)
6233 (Renaming VC Work Files and Master Files)
6234 (Inserting Version Control Headers, Customizing VC, General Options)
6235 (Options for RCS and SCCS, Options specific for CVS): Move all
6236 these nodes to emacs-xtra.texi, for brevity.
6237 * cmdargs.texi, files.texi: Change cross-references.
6238
8cf51b2c
GM
62392006-04-11 J.D. Smith <jdsmith@as.arizona.edu>
6240
6241 * files.texi (Old Versions): Update description of vc-annotate's
6242 use of color to indicate date ranges.
6243
8cf51b2c
GM
62442006-04-09 Kevin Ryde <user42@zip.com.au>
6245
8cf51b2c
GM
6246 * sending.texi (Mail Sending): In send-mail-function @pxref smtpmail,
6247 put info and printed manual names the right way around.
6248
62492006-04-09 Karl Berry <karl@gnu.org>
6250
6251 * msdog.texi, emacs-xtra.texi: Move all the MS-DOS material to
6252 emacs-xtra.texi, leaving only MS Windows information.
6253 * building.texi, emacs.texi, frames.texi, gnu.texi, macos.texi,
6254 * msdog.texi, mule.texi, trouble.texi: Change cross-references and
6255 node names.
6256
6257 * emacs.texi: Move @summarycontents and @contents to the beginning
6258 of the file.
6259
8cf51b2c
GM
62602006-04-08 Kevin Ryde <user42@zip.com.au>
6261
6262 * text.texi (Fill Commands): fill-nobreak-predicate is now a hook.
6263
62642006-04-07 Richard Stallman <rms@gnu.org>
6265
6266 * programs.texi (Comments, Comment Commands, Options for Comments)
6267 (Multi-Line Comments): "Align", not "indent".
6268 (Basic Indent): C-j deletes trailing whitespace before the newline.
6269
62702006-04-06 Richard Stallman <rms@gnu.org>
6271
8cf51b2c
GM
6272 * programs.texi (Basic Indent): Clarify relationship of C-j to TAB.
6273
62742006-04-06 Eli Zaretskii <eliz@gnu.org>
6275
6276 * killing.texi (Rectangles): Add index entry for marking a rectangle.
6277
8cf51b2c
GM
62782006-04-05 Richard Stallman <rms@gnu.org>
6279
6280 * emacs.texi (Top): Update subnode menu.
6281
6282 * trouble.texi (Unasked-for Search): Node deleted.
6283 (Lossage): Delete from menu.
6284
62852006-04-04 Richard Stallman <rms@gnu.org>
6286
6287 * trouble.texi: Various cleanups.
6288 (Checklist): Don't bother saying how to snail a bug report.
6289 (Emergency Escape): Much rewriting.
6290 (After a Crash): Rename the core dump immediately.
6291 (Total Frustration): Call it a psychotherapist.
6292 (Bug Criteria): Avoid "illegal instruction".
6293 (Sending Patches): We always put the contributor's name in.
6294
6295 * misc.texi (Thumbnails): Minor correction.
6296
8cf51b2c
GM
62972006-04-03 Richard Stallman <rms@gnu.org>
6298
6299 * misc.texi (Thumbnails): Minor cleanup.
6300
63012006-04-02 Karl Berry <karl@gnu.org>
6302
6303 * sending.texi (Mail Sending): pxref to Top needs five args.
6304
6305 * texinfo.tex: Update to current version (2006-03-21.13).
6306
8cf51b2c
GM
63072006-03-31 Richard Stallman <rms@gnu.org>
6308
6309 * emacs.texi (Top): Update subnode menu.
6310
6311 * help.texi (Help Mode): Cleanup.
6312
6313 * dired.texi: Many cleanups.
6314 (Dired Deletion): Describe dired-recursive-deletes.
6315 (Operating on Files): dired-create-directory moved.
6316 (Misc Dired Features): Move to here.
6317 (Tumme): Node moved to misc.texi.
6318
6319 * custom.texi: Many cleanups.
6320 (Minor Modes): Don't mention ISO Accents Mode.
6321 (Examining): Update C-h v output example.
6322 (Hooks): Add index and xref for add-hook.
6323 (Locals): Delete list of vars that are always per-buffer. Rearrange.
6324 (Local Keymaps): Don't mention lisp-mode-map, c-mode-map.
6325
6326 * misc.texi: Many cleanups.
6327 (beginning): Add to summary of topics.
6328 (Shell): Put eshell xref at the end. Remove eshell from table.
6329 (Thumbnails): New node.
6330
8cf51b2c
GM
63312006-03-28 Eli Zaretskii <eliz@gnu.org>
6332
6333 * files.texi (File Name Cache): Make it clear that the cache is
6334 not persistent.
6335
8cf51b2c
GM
63362006-03-25 Karl Berry <karl@gnu.org>
6337
49823426
GM
6338 * emacs-xtra.texi, emacs.texi, gnu.texi:
6339 (1) use @copyright{} instead of (C) in typeset text;
8cf51b2c
GM
6340 (2) do not indent copyright year list (or anything else).
6341
8cf51b2c
GM
63422006-03-21 Juanma Barranquero <lekktu@gmail.com>
6343
6344 * files.texi (VC Dired Mode): Remove misplaced brackets.
6345
63462006-03-21 Andre Spiegel <spiegel@gnu.org>
6347
6348 * files.texi: Various updates and clarifications in the VC chapter.
6349
63502006-03-19 Luc Teirlinck <teirllm@auburn.edu>
6351
6352 * help.texi (Help Mode): Document "C-c C-c".
6353
8cf51b2c
GM
63542006-03-16 Luc Teirlinck <teirllm@auburn.edu>
6355
6356 * emacs-xtra.texi (Top): Avoid ugly continuation line in
6357 menu in the standalone Info reader.
6358
63592006-03-15 Chong Yidong <cyd@stupidchicken.com>
6360
6361 * emacs-xtra.texi (Emerge, Picture Mode, Fortran): New chapters,
6362 moved here from Emacs manual.
6363
6364 * programs.texi (Fortran): Section moved to emacs-xtra.
6365 (Program Modes): Xref to Fortran in emacs-xtra.
6366
6367 * maintaining.texi (Emerge): Move to emacs-xtra.
6368 * files.texi (Comparing Files): Xref to Emerge in emacs-xtra.
6369
6370 * picture.texi: File deleted.
6371 * Makefile.in:
6372 * makefile.w32-in: Remove picture.texi.
6373
6374 * text.texi (Text): Xref to Picture Mode in emacs-xtra.
6375 * abbrevs.texi (Abbrevs):
6376 * sending.texi (Sending Mail): Picture node removed.
6377
6378 * emacs.texi (Top): Update node listings.
6379
8cf51b2c
GM
63802006-03-12 Richard Stallman <rms@gnu.org>
6381
6382 * calendar.texi: Various cleanups.
6383
8cf51b2c
GM
63842006-03-11 Luc Teirlinck <teirllm@auburn.edu>
6385
6386 * search.texi (Regexps): Use @samp for regexp that is not in Lisp
6387 syntax.
6388
8cf51b2c
GM
63892006-03-08 Luc Teirlinck <teirllm@auburn.edu>
6390
6391 * search.texi (Regexps): More accurately describe which characters
6392 are special in which situations. Recommend _not_ to quote `]' or
6393 `-' when they are not special.
6394
8cf51b2c
GM
63952006-02-28 Andre Spiegel <spiegel@gnu.org>
6396
6397 * files.texi (Old Versions): Clarify operation of C-x v =.
6398
8cf51b2c
GM
63992006-02-21 Nick Roberts <nickrob@snap.net.nz>
6400
6401 * building.texi (Watch Expressions): Update and describe
6402 gdb-speedbar-auto-raise.
6403
64042006-02-19 Richard M. Stallman <rms@gnu.org>
6405
6406 * emacs.texi: Use @smallbook.
6407 (Top): Update ref to Emacs paper, delete ref to Cookbook.
6408 Update subnode menu.
6409
6410 * building.texi (Lisp Interaction): Minor addition.
6411
64122006-02-18 Nick Roberts <nickrob@snap.net.nz>
6413
6414 * building.texi (Watch Expressions): Update and be more precise.
6415
c8763fb6 64162006-02-15 Francesco Potortì <pot@gnu.org>
8cf51b2c
GM
6417
6418 * maintaining.texi (Create Tags Table): Explain why the
6419 exception when etags writes to files under the /dev tree.
6420
64212006-02-14 Richard M. Stallman <rms@gnu.org>
6422
6423 * custom.texi (Safe File Variables): Lots of clarification.
6424 Renamed from Unsafe File Variables.
6425
64262006-02-14 Chong Yidong <cyd@stupidchicken.com>
6427
6428 * custom.texi (Unsafe File Variables): File variable confirmation
6429 assumed denied in batch mode.
6430
64312006-02-14 Richard M. Stallman <rms@gnu.org>
6432
6433 * building.texi (GDB User Interface Layout): Don't say `inferior'
6434 for program being debugged.
6435
64362006-02-15 Nick Roberts <nickrob@snap.net.nz>
6437
6438 * building.texi (GDB Graphical Interface):
6439 Replace gdb-use-inferior-io-buffer with gdb-use-separate-io-buffer.
6440
64412006-02-13 Chong Yidong <cyd@stupidchicken.com>
6442
6443 * custom.texi (Specifying File Variables, Unsafe File Variables):
6444 New nodes, split from File Variables. Document new file local
6445 variable behavior.
6446
64472006-02-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6448
6449 * display.texi (Standard Faces):
8cf51b2c
GM
6450 * files.texi (Visiting):
6451 * frames.texi (Clipboard):
6452 * glossary.texi (Glossary) <Clipboard>:
6453 * xresources.texi (X Resources): Mention Mac OS port.
6454
8cf51b2c
GM
64552006-02-12 Richard M. Stallman <rms@gnu.org>
6456
6457 * building.texi (Building): Clarify topic in intro.
6458
6459 * maintaining.texi (Maintaining): Change title; clarify topic.
6460 Delete duplicate index entries.
6461
6462 * building.texi (Other GDB User Interface Buffers): Clarifications.
6463
6464 * text.texi (Cell Commands): Clarifications.
6465
6466 * programs.texi (Defuns): Delete duplicate explanation of
6467 left-margin paren convention.
6468 (Hungry Delete): Minor cleanup.
6469
64702006-02-11 Mathias Dahl <mathias.dahl@gmail.com>
6471
6472 * dired.texi (Tumme): More tumme documentation.
6473
64742006-02-11 Alan Mackenzie <acm@muc.de>
6475
6476 * programs.texi ("Hungry Delete"): Correct the appellation of the
6477 backspace and delete keys to @kbd{DEL} and @kbd{DELETE}.
6478
64792006-02-11 Mathias Dahl <mathias.dahl@gmail.com>
6480
6481 * dired.texi (Tumme): Fix small bug.
6482
64832006-02-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6484
6485 * macos.texi (Mac International): Rename "fontset-mac" to
6486 "fontset-standard".
6487
8cf51b2c
GM
64882006-02-09 Mathias Dahl <mathias.dah@gmail.com>
6489
6490 * dired.texi (Tumme): Basic documentation for Tumme added.
6491
8cf51b2c
GM
64922006-02-07 Luc Teirlinck <teirllm@auburn.edu>
6493
6494 * mule.texi (International):
6495 * programs.texi (Basic Indent): Fix typos.
6496
8cf51b2c
GM
6497 * custom.texi (Minor Modes):
6498 * display.texi (Text Display):
6499 * commands.texi (Text Characters): Update xrefs.
6500
65012006-02-07 Richard M. Stallman <rms@gnu.org>
6502
6503 * emacs.texi (Top): Update subnode menu.
6504 Update info on old Emacs papers.
6505 (Intro): "Graphical display", not window system.
6506
6507 * xresources.texi (GTK styles): Minor clarifications.
6508
6509 * trouble.texi: "Graphical display", not window system.
6510 (Stuck Recursive): Minor clarification.
6511
6512 * text.texi: Minor clarifications.
6513 (Sentences): Explain why two-space convention is better.
6514 Explain sentence-end-without-period here.
6515 (Fill Commands): Not here.
6516 (Refill): Node moved down.
6517 (Filling): Update menu.
6518 (Table Creation, Cell Justification, Column Commands): Clarify.
6519
6520 * sending.texi: Minor clarifications.
6521
6522 * search.texi (Regexp Backslash): Clarification.
6523
6524 * rmail.texi: Minor cleanups.
6525 (Rmail): Delete digression about `rmail-mode'.
6526 (Rmail Inbox): Delete false advice wrt rmail-primary-inbox-list.
6527 (Rmail Files): Mention C-u M-x rmail.
6528 (Rmail Reply): Mention References.
6529 (Rmail Display): Mention rmail-nonignored-headers.
6530
6531 * programs.texi: Minor cleanups.
6532 (Comment Commands): Mention momentary Transient Mark mode.
6533 (Matching): Be more specific about customizing show-paren-mode.
6534 (Info Lookup): Don't list the modes that support C-h S.
6535 Just say what it does in an unsupported mode.
6536 (Man Page): Delete excessive info on customizing woman.
6537 (Motion in C): Don't mention c-for/backward-into-nomenclature.
6538
6539 * abbrevs.texi: Minor clarifications.
6540 (Dabbrev Customization): Talk about "dynamic abbrev expansion",
6541 not "dynamic abbrevs" as if they were a kind of abbrev.
6542
6543 * picture.texi (Picture): Minor cleanup.
6544
6545 * mule.texi (Communication Coding): Say "other applications".
6546 (Fontsets): Not specific to X. Add xref to X Resources.
6547 (Unibyte Mode): Rename from Single-Byte Character Support.
6548 "Graphical display", not window system.
6549 (International): Update menu.
6550
6551 * maintaining.texi (Format of ChangeLog):
6552 New node, split out from ChangeLog.
6553 (ChangeLog): Clarifications in the remaining text.
6554 (Create Tags Table, Etags Regexps, Select Tags Table): Cleanups.
6555 (Find Tag): Add @w.
6556 (Tags Search): Explain tag table order here. Simplify grep ref.
6557 (List Tags): tags-tag-face is a variable, not a face.
6558 (Emerge): Cleanups.
6559
6560 * kmacro.texi (Keyboard Macro Counter): Rewrite for clarity.
6561 (Keyboard Macros): Avoid "the user".
6562
6563 * killing.texi: "Graphical display", not window system.
6564
6565 * help.texi (Help Echo): "Graphical display", not window system.
6566
6567 * glossary.texi: Say "you", not "the user". Say "graphical display".
6568
6569 * frames.texi: Minor cleanups. "Graphical display", not window system.
6570
6571 * files.texi (Visiting): Make drag-and-drop not X-specific.
6572
6573 * custom.texi: Minor cleanups. "Graphical display", not window system.
6574
6575 * cmdargs.texi: Minor cleanups.
6576
6577 * building.texi (Compilation): Move and split kill-compilation para.
6578 Add para about multiple compilers.
6579 (Compilation Mode): Commands also available in grep mode and others.
6580 Mention C-u C-x ` more tutorially. Clarify C-x `.
6581 (Compilation Shell): Clarify. Put Bash example first.
6582 (Grep Searching): Minor cleanups; add @w.
6583 (Debuggers): Minor cleanups.
6584 (Starting GUD): Make GDB xgraphical mode issue clearer.
6585 (Debugger Operation): Lots of clarifications including
6586 GDB tooltip side-effect issue.
6587 (Commands of GUD): Clarify.
6588 (GUD Customization): Add bashdb-mode-hook.
6589 (GDB Graphical Interface): Rewrite for clarity.
6590 (GDB User Interface Layout): Rewrite for clarity.
6591 (Stack Buffer, Watch Expressions): Likewise.
6592 (Other GDB User Interface Buffers): Cleanups.
6593 (Lisp Libraries, External Lisp): Cleanup.
6594
6595 * basic.texi (Position Info): "Graphical displays", rather than
6596 window systems.
6597
6598 * anti.texi: Minor cleanup.
6599
8cf51b2c
GM
66002006-02-03 Eli Zaretskii <eliz@gnu.org>
6601
6602 * custom.texi (Init File, Find Init): Add cross-references to
6603 where $HOME is described.
6604
66052006-02-01 Luc Teirlinck <teirllm@auburn.edu>
6606
6607 * frames.texi (Frame Parameters): Remove @item for S-Mouse-1; it
6608 is not inside the @table.
6609
6610 * emacs.texi (Top): Correct node name.
6611
6612 * files.texi (File Names): Fix @xref.
6613 (Reverting): Fix typo.
6614
6615 * mule.texi (International): Correct node name.
6616
6617 * kmacro.texi (Save Keyboard Macro): Add missing @kbd to @table.
6618
66192006-02-01 Richard M. Stallman <rms@gnu.org>
6620
6621 * emacs.texi (Top): Update subnode menu.
6622
6623 * mule.texi: Minor clarifications.
6624 Reduce the specific references to X Windows.
6625 Refer to "graphical" terminals, rather than window systems.
6626 (Text Coding): Rename from Specify Coding.
6627 (Communication Coding, File Name Coding, Terminal Coding):
6628 New nodes split out from Text Coding.
6629
6630 * kmacro.texi: Minor clarifications.
6631 (Keyboard Macro Ring): Comment out some excessive commands.
6632 (Basic Keyboard Macro): Split up the table, putting part in each node.
6633
6634 * major.texi: Minor clarifications.
6635
6636 * misc.texi (Single Shell, Interactive Shell): Fix xrefs.
6637
6638 * windows.texi: Minor clarifications.
6639 (Change Window): Don't describe mode-line mouse cmds here.
6640 Add xref to Mode Line Mouse.
6641
6642 * msdog.texi (Text and Binary, MS-DOS and MULE): Fix xrefs.
6643
6644 * macos.texi (Mac International): Fix xref.
6645
6646 * indent.texi: Minor clarifications.
6647
6648 * frames.texi: Minor clarifications.
6649 Reduce the specific references to X Windows.
6650 Refer to "graphical" terminals, rather than window systems.
6651 (Frame Parameters): Don't mention commands like
6652 set-foreground-color. Just say to customize a face.
6653 (Drag and Drop): Lisp-level stuff moved to Emacs Lisp manual.
6654
6655 * files.texi: Minor clarifications.
6656 (Numbered Backups): New node, split out from Backup Names.
6657
6658 * display.texi (Font Lock): C mode no longer depends on (-in-col-0.
6659
6660 * cmdargs.texi (General Variables): Fix xref.
6661
6662 * buffers.texi: Minor clarifications.
6663
8cf51b2c
GM
66642006-01-31 Richard M. Stallman <rms@gnu.org>
6665
6666 * display.texi (Scrolling, Horizontal Scrolling, Follow Mode):
6667 Nodes moved to top.
6668
6669 * display.texi: Minor clarifications.
6670 (Display): Rearrange menu.
6671 (Standard Faces): Mention query-replace face.
6672 (Faces): Simplify.
6673 (Font Lock): Simplify face customization info.
6674 (Highlight Changes): Node merged into Highlight Interactively.
6675 (Highlight Interactively): Much rewriting and cleanup.
6676 (Optional Mode Line): Narrowed line number not good for goto-line.
6677 Simplify face customization advice.
6678 (Text Display): Mention use of escape-glyph face.
6679 Move ctl-arrow and tab-width here.
6680 (Display Custom): Move no-redraw-on-reenter to end of node.
6681
6682 * search.texi: Minor clarifications.
6683 (Isearch Scroll): Simplify.
6684 (Other Repeating Search): Document multi-occur-in-matching-buffers.
6685
6686 * regs.texi (Registers): Mention bookmarks here.
6687
6688 * mark.texi: Minor clarifications.
6689 (Selective Undo): Node deleted.
6690
6691 * m-x.texi: Minor clarifications.
6692
6693 * killing.texi: Minor clarifications.
6694 Refer to "graphical" terminals, rather than window systems.
6695
6696 * help.texi: Clarifications.
6697 (Help): Don't describe C-h F and C-h K here.
6698 (Key Help): Describe C-h K here.
6699 (Name Help): Mention Emacs Lisp Intro.
6700 Describe C-h F here.
6701 (Misc Help): Mention C-h F and C-h K only briefly.
6702
6703 * fixit.texi (Undo): New node, mostly copied from basic.texi.
6704 Selective undo text merged in.
6705 (Spelling): Mention Aspell along with Ispell.
6706
6707 * emacs.texi (Top): Update subnode menus.
6708
6709 * basic.texi (Basic Undo): Rename from Undo. Most of text
6710 moved to new Undo node.
6711
8cf51b2c
GM
67122006-01-29 Chong Yidong <cyd@stupidchicken.com>
6713
6714 * basic.texi (Continuation Lines, Inserting Text):
6715 Mention longlines mode.
6716
67172006-01-29 Richard M. Stallman <rms@gnu.org>
6718
10d1d0af 6719 * screen.texi: Minor cleanups.
8cf51b2c
GM
6720 (Screen): Clean up the intro paragraphs.
6721 (Mode Line): Lots of rewriting. Handle frame-name better.
6722 eol-mnemonic-... vars moved out.
6723
6724 * emacs.texi (Top): Change menu item for MS-DOS node.
6725 Update subnode menu.
6726
6727 * msdog.texi (MS-DOS): Rewrite intro to explain how this
6728 chapter relates to Windows. Title changed.
6729
6730 * mini.texi: Minor cleanups.
6731
6732 * mark.texi (Selective Undo): New node, text moved from basic.texi.
6733 (Mark): Put it in the menu.
6734
6735 * entering.texi: Minor cleanups.
6736
6737 * emacs.texi (Top): Add xref to Mac chapter; explain Windows better.
6738 (Intro): Refer to "graphical" terminals, rather than X.
6739
6740 * display.texi (Display Custom): Add xref to Variables.
6741 (Optional Mode Line): eol-mnemonic-... vars moved here.
6742
6743 * commands.texi: Minor cleanups. Refer to "graphical" terminals,
6744 rather than X.
6745
8cf51b2c
GM
6746 * basic.texi: Minor cleanups.
6747 (Undo): selective-undo moved.
6748
8cf51b2c
GM
67492006-01-25 Luc Teirlinck <teirllm@auburn.edu>
6750
6751 * anti.texi (Antinews): Various corrections and additions.
6752
67532006-01-23 Juri Linkov <juri@jurta.org>
6754
6755 * custom.texi (Easy Customization, Customization Groups)
6756 (Browsing Custom): Mention links along with buttons.
6757
8cf51b2c
GM
67582006-01-21 Eli Zaretskii <eliz@gnu.org>
6759
8cf51b2c
GM
6760 * text.texi (TeX Print): Use @key for TAB.
6761
8cf51b2c
GM
6762 * kmacro.texi (Keyboard Macro Step-Edit): Use @key for TAB.
6763
8cf51b2c
GM
67642006-01-15 Sven Joachim <svenjoac@gmx.de> (tiny change)
6765
6766 * files.texi (File Aliases): Don't claim that usually separate
6767 buffers are created for two file names that name the same data.
6768 Mention additional situations where different names mean the same
6769 file on disk.
6770
67712006-01-19 Richard M. Stallman <rms@gnu.org>
6772
6773 * killing.texi (Deletion): Upcase @key argument.
6774
6775 * custom.texi (Custom Themes): Minor cleanup.
6776
6777 * programs.texi (Hungry Delete): Upcase @key argument.
6778
8cf51b2c
GM
67792006-01-16 Juri Linkov <juri@jurta.org>
6780
6781 * display.texi (Standard Faces): Add `mode-line-buffer-id'.
6782 Move `mode-line-highlight' before `mode-line-buffer-id'.
6783
8cf51b2c
GM
67842006-01-14 Richard M. Stallman <rms@gnu.org>
6785
6786 * basic.texi (Inserting Text): Minor cleanup.
6787
8cf51b2c
GM
67882006-01-11 Luc Teirlinck <teirllm@auburn.edu>
6789
6790 * custom.texi (Changing a Variable, Face Customization):
6791 Update for changes in Custom menus.
6792
8cf51b2c
GM
67932006-01-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6794
6795 * macos.texi (Mac International): Undo last change.
6796
8cf51b2c
GM
67972006-01-02 Chong Yidong <cyd@stupidchicken.com>
6798
6799 * custom.texi (Custom Themes): Describe the new
6800 customize-create-theme interface.
6801
68022005-12-30 Juri Linkov <juri@jurta.org>
6803
6804 * basic.texi (Position Info): Update example.
6805
c8763fb6 68062005-12-27 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
6807
6808 * frames.texi (Dialog Boxes): Add x-gtk-show-hidden-files.
6809
68102005-12-24 Chong Yidong <cyd@stupidchicken.com>
6811
6812 * custom.texi (Custom Themes): `load-theme' always loads.
6813
68142005-12-23 Juri Linkov <juri@jurta.org>
6815
6816 * display.texi (Highlight Interactively): Use double space to
6817 separate sentences. Replace C-p with M-p, and C-n with M-n.
6818
68192005-12-22 Richard M. Stallman <rms@gnu.org>
6820
6821 * custom.texi (Easy Customization and subnodes):
6822 Replace "active field" with "button".
6823 Use "user option" only for variables.
6824 Use "setting" for variable-or-face.
6825
68262005-12-22 Luc Teirlinck <teirllm@auburn.edu>
6827
6828 * buffers.texi (Select Buffer): Change order in table to make
6829 "Similar" refer to the correct item.
6830 (Indirect Buffers): Minor rewording.
6831
8cf51b2c
GM
68322005-12-20 Juri Linkov <juri@jurta.org>
6833
6834 * files.texi (VC Status): Put P and N near p and n.
6835
8cf51b2c
GM
68362005-12-19 Richard M. Stallman <rms@gnu.org>
6837
6838 * programs.texi (Electric C): Delete the info about newline control.
6839 (Other C Commands): Minor cleanup.
6840 (Left Margin Paren): Minor cleanup.
6841
68422005-12-19 Luc Teirlinck <teirllm@auburn.edu>
6843
6844 * custom.texi (Easy Customization): Add "Browsing Custom" to menu.
6845 (Customization Groups): Delete text moved to "Browsing Custom".
6846 (Browsing Custom): New node.
6847 (Specific Customization): Clarify which commands only work for
6848 loaded options.
6849
68502005-12-18 Bill Wohler <wohler@newt.com>
6851
6852 * frames.texi (Tool Bars): Shorten text of previous change.
6853
68542005-12-18 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
6855
6856 * files.texi (VC Status): Document log-view mode.
6857
68582005-12-18 Bill Wohler <wohler@newt.com>
6859
6860 * frames.texi (Tool Bars): Mention that you can turn off tool bars
6861 permanently via the customize interface.
6862
8cf51b2c
GM
68632005-12-16 Ralf Angeli <angeli@iwi.uni-sb.de>
6864
6865 * killing.texi (Killing by Lines): Document `kill-whole-line'
6866 function.
6867
c8763fb6 68682005-12-16 Lőrentey Károly <lorentey@elte.hu>
8cf51b2c
GM
6869
6870 * buffers.texi (Select Buffer): Change `prev-buffer' to
6871 `previous-buffer'. Indicate that these functions use a frame
6872 local buffer list.
6873
8cf51b2c
GM
68742005-12-12 Richard M. Stallman <rms@gnu.org>
6875
6876 * custom.texi (Easy Customization): Change menu comment.
6877 (Prefix Keymaps): Fix spelling of Control-X-prefix.
6878
6879 * help.texi (Apropos): Rewrite. Talk about "apropos patterns".
6880 (Help): Among the Apropos commands, describe only C-h a here.
6881
68822005-12-11 Richard M. Stallman <rms@gnu.org>
6883
6884 * programs.texi (Options for Comments): Comment-end starts with space.
6885
6886 * glossary.texi (Glossary): Minor cleanup.
6887
6888 * files.texi (Old Versions): Use @table.
6889
8cf51b2c
GM
68902005-12-10 David Koppelman <koppel@ece.lsu.edu>
6891
6892 * display.texi (Highlight Interactively): Include
6893 global-hi-lock-mode. Add miscellaneous details and elaborations.
6894
68952005-12-09 Richard M. Stallman <rms@gnu.org>
6896
6897 * display.texi (Font Lock): Delete the Global FL menu item.
6898
68992005-12-09 Luc Teirlinck <teirllm@auburn.edu>
6900
6901 * custom.texi (Minibuffer Maps): Mention the maps for file name
6902 completion.
6903
69042005-12-09 Kim F. Storm <storm@cua.dk>
6905
6906 * killing.texi (CUA Bindings): Describe how to use C-x and C-c as
10d1d0af 6907 prefix keys even when mark is active. Describe that RET moves
8cf51b2c
GM
6908 cursor to next corner in rectangle; clarify insert around rectangle.
6909
8cf51b2c
GM
69102005-12-08 Luc Teirlinck <teirllm@auburn.edu>
6911
6912 * custom.texi (Customization): Use xref to elisp manual for
6913 non-TeX output.
6914 (Minor Modes): Update.
6915 (Customization Groups, Changing a Variable, Face Customization):
6916 Update for new appearance of Custom buffers.
6917 (Changing a Variable): `custom-buffer-done-function' has been
6918 replaced by `custom-buffer-done-kill'.
6919 (Specific Customization): In the `customize-group' buffer, a
6920 subgroup's contents are not "hidden". They are not included at
6921 all. They have no [Show] button.
6922 (Mouse Buttons): Add pxref to description of mouse event lists in
6923 Elisp manual. Add `menu-bar' and `header-line' dummy prefix keys.
6924 (Find Init): Emacs now looks for ~/.emacs.d/init.el instead of
6925 ~/.emacs.d/.emacs, if it can not find ~/.emacs(.el).
6926
69272005-12-08 Richard M. Stallman <rms@gnu.org>
6928
6929 * mini.texi (Completion Commands, Completion):
6930 In file name input, SPC does not do completion.
6931
8cf51b2c
GM
69322005-12-08 Nick Roberts <nickrob@snap.net.nz>
6933
6934 * building.texi (GDB Graphical Interface): Explain screen size
6935 setting.
6936 (Other GDB User Interface Buffers): Describe features specific to
6937 GDB 6.4.
6938
8cf51b2c
GM
69392005-12-01 Nick Roberts <nickrob@snap.net.nz>
6940
6941 * building.texi (GDB User Interface Layout): Describe how to
6942 kill associated buffers.
6943 (Breakpoints Buffer): Use D instead of d for gdb-delete-breakpoint.
6944 (Watch Expressions): Be more precise.
6945 (Other GDB User Interface Buffers): Describe how to change a
6946 register value.
6947
8cf51b2c
GM
69482005-11-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6949
6950 * macos.texi (Mac Input): Remove description of
6951 mac-command-key-is-meta. Add descriptions of
6952 mac-control-modifier, mac-command-modifier, and
6953 mac-option-modifier.
6954 (Mac International): Fix description of conversion of clipboard data.
6955 (Mac Font Specs): Add example of font customization by face attributes.
6956
69572005-11-22 Nick Roberts <nickrob@snap.net.nz>
6958
6959 * building.texi (Watch Expressions): Expand description.
6960 (Other GDB User Interface Buffers): Describe local map for
6961 gud-watch.
6962
69632005-11-21 Chong Yidong <cyd@stupidchicken.com>
6964
6965 * display.texi (Font Lock): Font lock is enabled by default now.
6966
69672005-11-20 Juri Linkov <juri@jurta.org>
6968
6969 * basic.texi (Position Info): Update examples of the output.
6970 Remove the fact that examples are produced in the TeXinfo buffer,
6971 because in the Info reader users will get a different output from
6972 `C-x ='.
6973
6974 * building.texi (Compilation Mode): Remove paragraph duplicated
6975 from the node `Compilation'. Add `compilation-skip-threshold'.
6976
6977 * display.texi (Font Lock): Suggest more user-friendly method of
6978 finding all Font Lock faces (M-x customize-group RET font-lock-faces).
6979
69802005-11-18 Richard M. Stallman <rms@gnu.org>
6981
6982 * files.texi (Registering): Mention @@ in mode line.
6983
6984 * mini.texi (Minibuffer File): Clarify previous change. Add @findex.
6985
69862005-11-08 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
6987
6988 * files.texi (Renaming and VC): Some back-ends don't
6989 handle renaming.
6990
8cf51b2c
GM
69912005-11-17 Juri Linkov <juri@jurta.org>
6992
6993 * emacs.texi (Top):
6994 * display.texi (Highlight Interactively): Put this font-lock based
6995 mode near Font Lock node.
6996
69972005-11-16 Chong Yidong <cyd@stupidchicken.com>
6998
6999 * ack.texi (Acknowledgments): Acknowledge Andrew Zhilin for Emacs
7000 icons.
7001
70022005-11-12 Kim F. Storm <storm@cua.dk>
7003
7004 * help.texi (Help): Fix C-h a entry. Add C-h d entry.
7005 (Help Summary): Add C-h d and C-h e.
7006 (Apropos): Clarify that all apropos commands may search for either
7007 list of words or a regexp. Add C-h d for apropos-documentation.
7008 Describe apropos-documentation-sort-by-scores user option.
7009
8cf51b2c
GM
70102005-11-09 Luc Teirlinck <teirllm@auburn.edu>
7011
7012 * killing.texi (CUA Bindings): Add @section.
7013
70142005-11-10 Kim F. Storm <storm@cua.dk>
7015
7016 * emacs.texi (Top): Add CUA Bindings entry to menu.
7017
7018 * killing.texi (CUA Bindings): New node. Moved here from
7019 misc.texi and extended with info on rectangle commands and
7020 rectangle highlighting, interface to registers, and the global
7021 mark feature.
7022
7023 * misc.texi (Emulation): Move CUA bindings item to killing.texi.
7024
7025 * regs.texi: Prev link points to CUA Bindings node.
7026
70272005-11-07 Luc Teirlinck <teirllm@auburn.edu>
7028
7029 * help.texi (Help Echo): By default, help echos are only shown on
7030 mouse-over, not on point-over.
7031
c8763fb6 70322005-11-04 Jérôme Marant <jerome@marant.org>
8cf51b2c
GM
7033
7034 * misc.texi (Shell Mode): Describe how to activate password echoing.
7035
8cf51b2c
GM
70362005-11-04 Romain Francoise <romain@orebokech.com>
7037
7038 * mark.texi (Mark Ring): Fix typo.
7039
70402005-11-03 Richard M. Stallman <rms@gnu.org>
7041
7042 * mark.texi (Mark Ring): Mention set-mark-command-repeat-pop.
7043
70442005-11-01 Bill Wohler <wohler@newt.com>
7045
7046 * help.texi (Help Mode): Fix typo.
7047
70482005-11-01 Nick Roberts <nickrob@snap.net.nz>
7049
1c6c854e
CS
7050 * building.texi (Other GDB User Interface Buffers):
7051 Describe the command gdb-use-inferior-io-buffer.
8cf51b2c
GM
7052
70532005-10-31 Romain Francoise <romain@orebokech.com>
7054
7055 * files.texi (Compressed Files): Fix typo.
7056
7057 * buffers.texi (Misc Buffer): Downcase `*shell*'.
7058
7059 * windows.texi (Force Same Window): Likewise.
7060
70612005-10-30 Bill Wohler <wohler@newt.com>
7062
7063 * help.texi (Help Mode): URLs viewed with browse-url.
7064
70652005-10-31 Nick Roberts <nickrob@snap.net.nz>
7066
7067 * building.texi (GDB Graphical Interface): Don't reference
7068 gdb-mouse-set-clear-breakpoint. Explain gdb-mouse-until
7069 must stay in same frame.
7070
70712005-10-29 Chong Yidong <cyd@stupidchicken.com>
7072
7073 * custom.texi (Init File): Document ~/.emacs.d/init.el.
7074
7075 * anti.texi (Antinews): Likewise.
7076
8cf51b2c
GM
70772005-10-28 Bill Wohler <wohler@newt.com>
7078
7079 * help.texi (Help): Help mode now creates hyperlinks for URLs.
7080
70812005-10-28 Richard M. Stallman <rms@gnu.org>
7082
7083 * files.texi (Visiting): Explain how to enter ? in a file name.
7084
7085 * trouble.texi (Memory Full): Mention !MEM FULL! in mode line.
7086
8cf51b2c
GM
70872005-10-25 Nick Roberts <nickrob@snap.net.nz>
7088
1c6c854e
CS
7089 * building.texi (GDB Graphical Interface):
7090 Describe gdb-mouse-until.
8cf51b2c
GM
7091
70922005-10-23 Richard M. Stallman <rms@gnu.org>
7093
7094 * custom.texi (Init File): Recommend when to use site-start.el.
7095
8cf51b2c
GM
70962005-10-21 Juri Linkov <juri@jurta.org>
7097
7098 * custom.texi (Examining): Mention accessing the old variable
7099 value via M-n in set-variable.
7100
8cf51b2c
GM
71012005-10-18 Romain Francoise <romain@orebokech.com>
7102
7103 * files.texi (Version Systems): Capitalize GNU.
7104
8cf51b2c
GM
71052005-10-18 Nick Roberts <nickrob@snap.net.nz>
7106
7107 * building.texi (Compilation Mode): Remove redundant paragraph.
7108 (Watch Expressions): Remove paragraph to reflect code change.
7109
8cf51b2c
GM
71102005-10-16 Richard M. Stallman <rms@gnu.org>
7111
7112 * building.texi (Compilation Mode, Compilation): Clarified.
7113
71142005-10-15 Richard M. Stallman <rms@gnu.org>
7115
7116 * misc.texi (Saving Emacs Sessions): Mention savehist library.
7117
8cf51b2c
GM
71182005-10-13 Kenichi Handa <handa@m17n.org>
7119
7120 * basic.texi (Position Info): Fix previous change.
7121
c8763fb6 71222005-10-12 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
7123
7124 * cmdargs.texi (Icons X): Fix typo.
7125
71262005-10-12 Kenichi Handa <handa@m17n.org>
7127
7128 * basic.texi (Position Info): Describe the case that Emacs shows
7129 "part of display ...".
7130
c8763fb6 71312005-10-10 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
7132
7133 * cmdargs.texi (Icons X): -nb => -nbi.
7134
71352005-10-10 Chong Yidong <cyd@stupidchicken.com>
7136
7137 * frames.texi (Speedbar): A couple more clarifications.
7138
71392005-10-11 Nick Roberts <nickrob@snap.net.nz>
7140
7141 * building.texi (GDB User Interface Layout): Improve diagram.
7142 (Watch Expressions): Explain how to make speedbar global.
7143 (Other GDB User Interface Buffers): Make references more precise.
7144
8cf51b2c
GM
71452005-10-09 Richard M. Stallman <rms@gnu.org>
7146
7147 * frames.texi (Speedbar): Clarify the text.
7148
71492005-10-09 Chong Yidong <cyd@stupidchicken.com>
7150
7151 * frames.texi (Speedbar): Add information on keybindings,
7152 dismissing the speedbar, and buffer display mode. Link to
7153 speedbar manual.
7154
c8763fb6 71552005-10-09 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c 7156
1c6c854e 7157 * cmdargs.texi (Icons X): Remove options -i, -itype, --icon-type,
8cf51b2c
GM
7158 added -nb, --no-bitmap-icon.
7159
8cf51b2c
GM
71602005-10-07 Nick Roberts <nickrob@snap.net.nz>
7161
7162 * building.texi (GDB Graphical Interface): Add variables and
7163 functions to indices. Be more precise.
7164
c8763fb6 71652005-10-03 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
7166
7167 * frames.texi (Drag and Drop): Remove the x- from
7168 x-dnd-open-file-other-window and xdnd-protocol-alist.
7169
71702005-09-30 Romain Francoise <romain@orebokech.com>
7171
7172 * mini.texi (Minibuffer): The default value now appears before the
7173 colon in minibuffer prompts.
7174
8cf51b2c
GM
71752005-09-25 Richard M. Stallman <rms@gnu.org>
7176
7177 * search.texi (Regexp Search): Doc search-whitespace-regexp.
7178
8cf51b2c
GM
71792005-09-20 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
7180
7181 * text.texi (Paragraphs): Correction about Paragraph-Indent Text mode.
7182
8cf51b2c
GM
71832005-09-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7184
7185 * emacs.texi (Top): Update submenus from macos.texi.
7186
7187 * macos.texi: Change `Mac OS 8 or 9' to `Mac OS Classic'.
7188 (Mac OS): Update feature support status.
7189 (Mac Input): List supported input scripts. Remove description
7190 about `mac-keyboard-text-encoding'. Mention mouse button
7191 emulation and related variables.
7192 (Mac International): Mention Central European and Cyrillic
7193 support. Now `keyboard-coding-system' is dynamically changed.
1c6c854e
CS
7194 Add description about coding system for selection.
7195 Add description about language environment.
7196 (Mac Environment Variables):
7197 Mention `~/.MacOSX/environment.plist'. Give example of command line
8cf51b2c
GM
7198 arguments. Add Preferences support.
7199 (Mac Directories): Explicitly state that this node is for Mac OS
7200 Classic only.
1c6c854e
CS
7201 (Mac Font Specs): Mention specification for scalable fonts.
7202 List supported charsets. Add preferred way of creating fontsets.
7203 Add description about `mac-allow-anti-aliasing'.
8cf51b2c
GM
7204 (Mac Functions): Add descriptions about `mac-set-file-creator',
7205 `mac-get-file-creator', `mac-set-file-type', `mac-get-file-type',
7206 and `mac-get-preference'.
7207
8cf51b2c
GM
72082005-09-16 Romain Francoise <romain@orebokech.com>
7209
7210 Update all files to specify GFDL version 1.2.
7211
7212 * doclicense.texi (GNU Free Documentation License): Update to
7213 version 1.2.
7214
72152005-09-15 Richard M. Stallman <rms@gnu.org>
7216
7217 * buffers.texi (List Buffers): Fix xref.
7218
7219 * rmail.texi (Rmail Basics): Fix xref.
7220
7221 * emacs.texi (Top): Update subnode menus.
7222
7223 * files.texi (Saving Commands): New node, broken out of Saving.
7224 (Customize Save): New node, broken out of Saving.
7225 Clarify effect of write-region-inhibit-fsync.
7226 (Misc File Ops): Say write-region-inhibit-fsync affects write-region.
7227
8cf51b2c
GM
72282005-09-14 Romain Francoise <romain@orebokech.com>
7229
7230 * files.texi (Saving): Mention write-region-inhibit-fsync.
7231
72322005-09-05 Chong Yidong <cyd@stupidchicken.com>
7233
7234 * custom.texi (Custom Themes): New node.
7235
72362005-09-03 Richard M. Stallman <rms@gnu.org>
7237
49823426
GM
7238 * search.texi (Search Case): Mention vars that control
7239 case-fold-search for various operations.
8cf51b2c
GM
7240
72412005-08-22 Juri Linkov <juri@jurta.org>
7242
7243 * display.texi (Standard Faces): Merge the text from
7244 `(elisp)Standard Faces' into this node.
7245
72462005-08-18 Luc Teirlinck <teirllm@auburn.edu>
7247
7248 * emacs.texi (Top): Delete menu item for deleted node
7249 Keyboard Translations.
7250
72512005-08-18 Richard M. Stallman <rms@gnu.org>
7252
8cf51b2c
GM
7253 * trouble.texi (Unasked-for Search):
7254 Delete xref to Keyboard Translations.
7255
7256 * glossary.texi (Glossary): Delete xref.
7257
8cf51b2c
GM
7258 * custom.texi (Minor Modes): Say that the list here is not complete.
7259 (Keyboard Translations): Node deleted.
7260 (Disabling): Delete xref to it.
7261 (Customization Groups): Fix Custom buffer example.
7262 (Hooks): Mention remove-hooks.
7263
72642005-08-17 Luc Teirlinck <teirllm@auburn.edu>
7265
7266 * building.texi (GDB Graphical Interface): Improve filling of menu
7267 item.
7268
72692005-08-18 Nick Roberts <nickrob@snap.net.nz>
7270
7271 * building.texi (GDB Graphical Interface): Use better node names.
7272
72732005-08-14 Richard M. Stallman <rms@gnu.org>
7274
7275 * text.texi (Sentences): Fix xref.
7276
72772005-08-14 Juri Linkov <juri@jurta.org>
7278
7279 * building.texi (Compilation, Grep Searching): Move grep command
7280 headings from `Compilation' to `Grep Searching'.
7281
7282 * dired.texi (Dired and Find):
7283 * maintaining.texi (Tags Search): Replace grep xref to
7284 `Compilation' node with `Grep Searching'.
7285
7286 * files.texi (Comparing Files): Replace xref to `Compilation' with
7287 `Compilation Mode'.
7288
72892005-08-13 Alan Mackenzie <acm@muc.de>
7290
7291 * search.texi (Non-ASCII Isearch): Correct a typo.
7292 (Replacement Commands): Mention query-replace key binding.
7293
72942005-08-11 Richard M. Stallman <rms@gnu.org>
7295
7296 * programs.texi (Options for Comments): Fix xref.
7297
7298 * search.texi (Regexp Backslash, Regexp Example): New nodes split
7299 out of Regexps.
7300
8cf51b2c
GM
73012005-08-09 Juri Linkov <juri@jurta.org>
7302
7303 * building.texi (Compilation): Use `itemx' instead of `item'.
7304 (Grep Searching): Simplify phrase.
7305
7306 * display.texi (Standard Faces): Describe vertical-border on
7307 window systems.
7308
7309 * windows.texi (Split Window): Simplify phrase and mention
7310 vertical-border face.
7311
73122005-08-09 Richard M. Stallman <rms@gnu.org>
7313
7314 * files.texi (Comparing Files): Clarify compare-windows.
7315
7316 * calendar.texi (Scroll Calendar): Document < and > in calendar.
7317
8cf51b2c
GM
73182005-08-06 Eli Zaretskii <eliz@gnu.org>
7319
7320 * mule.texi (Coding Systems): Rephrase the paragraph about
7321 codepages: no need for "M-x codepage-setup" anymore, except on
7322 MS-DOS.
7323
7324 * msdog.texi (MS-DOS and MULE): Clarify that this section is for
7325 the MS-DOS port only.
7326
73272005-07-30 Eli Zaretskii <eliz@gnu.org>
7328
7329 * makefile.w32-in (info): Don't run multi-install-info.bat.
7330 ($(infodir)/dir): New target, produced by running
7331 multi-install-info.bat.
7332
8cf51b2c
GM
73332005-07-22 Eli Zaretskii <eliz@gnu.org>
7334
7335 * files.texi (Quoted File Names): Add index entry.
7336
8cf51b2c
GM
73372005-07-19 Juri Linkov <juri@jurta.org>
7338
7339 * files.texi (Comparing Files): Mention resync for `compare-windows'.
7340
73412005-07-18 Juri Linkov <juri@jurta.org>
7342
8cf51b2c
GM
7343 * custom.texi (Easy Customization):
7344 * files.texi (Old Versions):
7345 * frames.texi (Wheeled Mice):
7346 * mule.texi (Specify Coding):
8cf51b2c
GM
7347 * text.texi (Cell Justification):
7348 * trouble.texi (After a Crash):
8cf51b2c
GM
7349 * xresources.texi (GTK styles):
7350 Delete duplicate duplicate words.
7351
73522005-07-17 Richard M. Stallman <rms@gnu.org>
7353
7354 * frames.texi (Creating Frames): Fix foreground color example.
7355
7356 * custom.texi (Init Examples): Clean up text about conditionals.
7357
73582005-07-16 Richard M. Stallman <rms@gnu.org>
7359
7360 * mini.texi (Completion Commands): Fix command name for ?.
7361
8cf51b2c
GM
73622005-07-16 Eli Zaretskii <eliz@gnu.org>
7363
7364 * display.texi (Standard Faces): Explain that customization of
1c6c854e
CS
7365 `menu' face has no effect on w32 and with GTK.
7366 Add cross-references.
8cf51b2c
GM
7367
7368 * cmdargs.texi (General Variables): Clarify the default location
7369 of $HOME on w32 systems.
7370
73712005-07-15 Jason Rumney <jasonr@gnu.org>
7372
7373 * cmdargs.texi (General Variables): Default HOME on MS Windows has
7374 changed.
7375
73762005-07-08 Kenichi Handa <handa@m17n.org>
7377
1c6c854e
CS
7378 * mule.texi (Recognize Coding):
7379 Recommend revert-buffer-with-coding-system instead of revert-buffer.
8cf51b2c
GM
7380
73812005-07-07 Richard M. Stallman <rms@gnu.org>
7382
7383 * anti.texi (Antinews): Mention mode-line-inverse-video.
7384
7385 * files.texi (Saving): Minor correction about C-x C-w.
7386
7387 * display.texi (Display Custom): Don't mention mode-line-inverse-video.
7388
73892005-07-07 Luc Teirlinck <teirllm@auburn.edu>
7390
7391 * search.texi (Isearch Scroll): Add example of using the
7392 `isearch-scroll' property.
7393 (Slow Isearch): Reference anchor for `baud-rate' instead of entire
7394 `Display Custom' node.
7395 (Regexp Replace): Put text that requires Emacs Lisp knowledge last
7396 and de-emphasize it.
7397 (Other Repeating Search): `occur' currently can not correctly
7398 handle multiline matches. Correct, clarify and update description
7399 of `flush-lines' and `keep-lines'.
7400
7401 * display.texi (Display Custom): Add anchor for `baud-rate'.
7402
74032005-07-07 Richard M. Stallman <rms@gnu.org>
7404
7405 * gnu.texi: Update where to get GNU status; add refs for how to help.
7406 Add footnotes 6 and 7.
7407
74082005-07-04 Lute Kamstra <lute@gnu.org>
7409
7410 Update FSF's address in GPL notices.
7411
8cf51b2c 7412 * doclicense.texi (GNU Free Documentation License):
8cf51b2c
GM
7413 * trouble.texi (Checklist): Update FSF's address.
7414
8cf51b2c
GM
74152005-06-24 Richard M. Stallman <rms@gnu.org>
7416
7417 * display.texi (Text Display): Change index entries.
7418
74192005-06-24 Eli Zaretskii <eliz@gnu.org>
7420
7421 * makefile.w32-in (MAKEINFO): Use --force.
7422 (INFO_TARGETS, DVI_TARGETS): Make identical to the lists in
7423 Makefile.in.
8cf51b2c
GM
7424
74252005-06-23 Richard M. Stallman <rms@gnu.org>
7426
1c6c854e 7427 * anti.texi (Antinews): Rename show-nonbreak-escape to
8cf51b2c
GM
7428 nobreak-char-display.
7429
7430 * emacs.texi (Top): Update detailed node listing.
7431
1c6c854e 7432 * display.texi (Text Display): Rename show-nonbreak-escape
8cf51b2c
GM
7433 to nobreak-char-display and no-break-space to nobreak-space.
7434 (Standard Faces): Split up the list of standard faces
7435 and put it in a separate node. Add nobreak-space and
7436 escape-glyph.
7437
8cf51b2c
GM
74382005-06-23 Lute Kamstra <lute@gnu.org>
7439
7440 * mule.texi (Select Input Method): Fix typo.
7441
74422005-06-23 Kenichi Handa <handa@m17n.org>
7443
1c6c854e
CS
7444 * mule.texi (International): List all supported scripts.
7445 Adjust text for that leim is now included in the normal Emacs
8cf51b2c
GM
7446 distribution.
7447 (Language Environments): List all language environments.
7448 Intlfonts contains fonts for most supported scripts, not all..
7449 (Select Input Method): Refer to C-u C-x = to see how to type to
10d1d0af 7450 input a specific character.
8cf51b2c
GM
7451 (Recognize Coding): Fix typo, china-iso-8bit -> chinese-iso-8bit.
7452
74532005-06-23 Juanma Barranquero <lekktu@gmail.com>
7454
49823426 7455 * building.texi (Grep Searching): Texinfo usage fix.
8cf51b2c
GM
7456
74572005-06-22 Miles Bader <miles@gnu.org>
7458
7459 * display.texi (Faces): Change `vertical-divider' to `vertical-border'.
7460
74612005-06-20 Miles Bader <miles@gnu.org>
7462
7463 * display.texi (Faces): Add `vertical-divider'.
7464
74652005-06-17 Richard M. Stallman <rms@gnu.org>
7466
7467 * text.texi (Adaptive Fill): Minor clarification.
7468
8cf51b2c
GM
74692005-06-10 Lute Kamstra <lute@gnu.org>
7470
7471 * emacs.texi (Top): Correct version number.
7472 * anti.texi (Antinews): Correct version number. Use EMACSVER to
7473 refer to the current version of Emacs.
7474
74752005-06-08 Luc Teirlinck <teirllm@auburn.edu>
7476
7477 * files.texi (Log Buffer): Document when there can be more than
7478 one file to be committed.
7479
74802005-06-08 Juri Linkov <juri@jurta.org>
7481
7482 * display.texi (Faces): Add `shadow' face.
7483
74842005-06-07 Masatake YAMATO <jet@gyve.org>
7485
7486 * display.texi (Faces): Write about mode-line-highlight.
7487
74882005-06-06 Richard M. Stallman <rms@gnu.org>
7489
7490 * misc.texi (Printing Package): Explain how to initialize
7491 printing package.
7492
7493 * cmdargs.texi (Action Arguments): Clarify directory default for -l.
7494
74952005-06-05 Chong Yidong <cyd@stupidchicken.com>
7496
7497 * emacs.texi: Rename Hardcopy to Printing.
7498 Make PostScript and PostScript Variables subnodes of it.
7499
7500 * misc.texi (Printing): Rename node from Hardcopy.
7501 Mention menu bar options.
7502 Move PostScript and PostScript Variables to submenu.
7503 (Printing package): New node.
7504
7505 * mark.texi (Using Region): Change Hardcopy xref to Printing.
7506
7507 * dired.texi (Operating on Files): Likewise.
7508
7509 * calendar.texi (Displaying the Diary): Likewise.
7510
7511 * msdog.texi (MS-DOS Printing, MS-DOS Processes): Likewise.
7512
7513 * glossary.texi (Glossary): Likewise.
7514
7515 * frames.texi (Mode Line Mouse): Mention mode-line-highlight
7516 effect.
7517
75182005-06-04 Richard M. Stallman <rms@gnu.org>
7519
7520 * trouble.texi (After a Crash): Polish previous change.
7521
8cf51b2c
GM
75222005-05-30 Noah Friedman <friedman@splode.com>
7523
7524 * trouble.texi (After a Crash): Mention emacs-buffer.gdb as a
7525 recovery mechanism.
7526
8cf51b2c
GM
75272005-05-28 Nick Roberts <nickrob@snap.net.nz>
7528
7529 * building.texi (Other Buffers): SPC toggles display of
7530 floating point registers.
7531
8cf51b2c
GM
75322005-05-27 Nick Roberts <nickrob@snap.net.nz>
7533
7534 * files.texi (Log Buffer): Merge in description of Log Edit
7535 mode from pcl-cvs.texi.
7536
75372005-05-26 Richard M. Stallman <rms@gnu.org>
7538
7539 * building.texi (Lisp Eval): C-M-x with arg runs Edebug.
7540
8cf51b2c
GM
75412005-05-24 Luc Teirlinck <teirllm@auburn.edu>
7542
7543 * fixit.texi (Spelling): Delete confusing sentence; flyspell is
7544 not enabled by default.
7545 When not on a word, `ispell-word' by default checks the word
7546 before point.
7547
75482005-05-24 Nick Roberts <nickrob@snap.net.nz>
7549
7550 * building.texi (Debugger Operation): Simplify last sentence.
7551
75522005-05-23 Lute Kamstra <lute@gnu.org>
7553
7554 * emacs.texi: Update FSF's address throughout.
7555 (Preface): Use @cite.
7556 (Distrib): Add cross reference to the node "Copying". Mention the
7557 FDL. Don't refer to etc/{FTP,ORDERS}. Mention the sale of
7558 printed manuals.
7559 (Intro): Use @xref for the Emacs Lisp Intro.
7560
8cf51b2c
GM
75612005-05-18 Luc Teirlinck <teirllm@auburn.edu>
7562
7563 * buffers.texi (Select Buffer): Document `C-u M-g M-g'.
7564
7565 * basic.texi (Moving Point): Mention default for `goto-line'.
7566
7567 * programs.texi (Lisp Doc): Eldoc mode shows only the first line
7568 of a variable's docstring.
7569
75702005-05-18 Lute Kamstra <lute@gnu.org>
7571
7572 * maintaining.texi (Overview of Emerge): Add cross reference.
7573 Remove duplication.
7574
7575 * emacs.texi (Top): Update to the current structure of the manual.
7576 * misc.texi (Emacs Server): Add menu description.
7577 * files.texi (Saving): Fix menu.
7578 * custom.texi (Customization): Fix menu.
7579 * mule.texi (International): Fix menu.
7580 * kmacro.texi (Keyboard Macros): Fix menu.
7581
75822005-05-16 Luc Teirlinck <teirllm@auburn.edu>
7583
7584 * display.texi: Various minor changes.
7585 (Faces): Delete text that is repeated in the next section.
7586
75872005-05-16 Nick Roberts <nickrob@snap.net.nz>
7588
7589 * building.texi (Debugger Operation): Mention GUD tooltips are
7590 disabled with GDB in text command mode.
7591
8cf51b2c
GM
75922005-05-16 Nick Roberts <nickrob@snap.net.nz>
7593
7594 * building.texi: Replace toolbar with "tool bar" for consistency.
7595 (Compilation Mode): Describe compilation-context-lines
7596 and use of arrow in compilation buffer.
7597 (Debugger Operation): Replace help text with variable's value.
7598
7599 * frames.texi (Tooltips): Replace toolbar with "tool bar" for
7600 consistency.
7601
76022005-05-15 Luc Teirlinck <teirllm@auburn.edu>
7603
7604 * major.texi (Choosing Modes): normal-mode processes the -*- line.
7605 Add xref.
7606
8cf51b2c
GM
76072005-05-14 Luc Teirlinck <teirllm@auburn.edu>
7608
7609 * basic.texi (Moving Point): Mention `M-g g' binding for `goto-line'.
7610 (Position Info): Delete discussion of `goto-line'. It is already
7611 described in `Moving point'.
7612
7613 * mini.texi (Completion Commands): Correct reference.
7614 (Completion Options): Fix typo.
7615
7616 * killing.texi (Deletion): Complete description of `C-x C-o'.
7617
8cf51b2c
GM
76182005-05-10 Richard M. Stallman <rms@gnu.org>
7619
7620 * building.texi (Compilation): Clarify recompile's directory choice.
7621
7622 * frames.texi (Tooltips): Cleanups.
7623
7624 * basic.texi (Arguments): Fix punctuation.
7625
76262005-05-09 Luc Teirlinck <teirllm@auburn.edu>
7627
7628 * screen.texi (Menu Bar): The up and down (not left and right)
7629 arrow keys move through a keyboard menu.
7630
76312005-05-08 Luc Teirlinck <teirllm@auburn.edu>
7632
7633 * basic.texi: Various typo and grammar fixes.
7634 (Moving Point): C-a now runs move-beginning-of-line.
7635
76362005-05-08 Nick Roberts <nickrob@snap.net.nz>
7637
7638 * building.texi (Debugger Operation): Describe gud-tooltip-echo-area.
7639
7640 * frames.texi (Tooltips): Describe help tooltips and GUD tooltips
7641 as different animals.
7642
76432005-05-07 Luc Teirlinck <teirllm@auburn.edu>
7644
7645 * frames.texi (Mouse References): Clarify `mouse-1-click-follows-link'.
7646 Correct index entry.
7647
76482005-05-07 Nick Roberts <nickrob@snap.net.nz>
7649
7650 * building.texi (Debugger Operation): Update to reflect changes
7651 in GUD tooltips.
7652
76532005-04-30 Richard M. Stallman <rms@gnu.org>
7654
7655 * files.texi (Compressed Files): Auto Compression normally enabled.
7656
7657 * building.texi (Debugger Operation): Clarify previous change.
7658
8cf51b2c
GM
76592005-04-28 Nick Roberts <nickrob@snap.net.nz>
7660
7661 * building.texi (Debugger Operation): Add description for
7662 GUD tooltips when program is not running.
7663
76642005-04-26 Luc Teirlinck <teirllm@auburn.edu>
7665
7666 * misc.texi (Shell): Add `Shell Prompts' to menu.
7667 (Shell Mode): Add xref to `Shell Prompts'. Clarify `C-c C-u'
7668 description. Delete remarks moved to new node.
7669 (Shell Prompts): New node.
7670 (History References): Replace remarks moved to `Shell Prompts'
7671 with xref to that node.
7672 (Remote Host): Clarify how to specify the terminal type when
7673 logging in to a different machine.
7674
76752005-04-26 Richard M. Stallman <rms@gnu.org>
7676
7677 * emacs.texi (Top): Update submenus from files.texi.
7678
7679 * files.texi (Filesets): Clarify previous change.
7680
7681 * dired.texi (Misc Dired Features): Clarify previous change.
7682
76832005-04-25 Chong Yidong <cyd@stupidchicken.com>
7684
7685 * ack.texi (Acknowledgments): Delete info about iso-acc.el.
7686
1c6c854e
CS
7687 * dired.texi (Misc Dired Features):
7688 Document dired-compare-directories.
8cf51b2c
GM
7689
7690 * files.texi (Filesets): New node.
7691 (File Conveniences): Document Image mode.
7692
7693 * text.texi (TeX Print): Document tex-compile.
7694
76952005-04-25 Luc Teirlinck <teirllm@auburn.edu>
7696
7697 * frames.texi (Tooltips): Tooltip mode is enabled by default.
7698 Delete redundant reference to tooltip Custom group. It is
7699 referred too again in the next paragraph.
7700
77012005-04-24 Richard M. Stallman <rms@gnu.org>
7702
7703 * ack.texi: Delete info about lazy-lock.el and fast-lock.el.
7704
8cf51b2c
GM
77052005-04-19 Kim F. Storm <storm@cua.dk>
7706
7707 * building.texi (Compilation Mode): Add M-g M-n and M-g M-p bindings.
7708
77092005-04-18 Lars Hansen <larsh@math.ku.dk>
7710
7711 * misc.texi (Saving Emacs Sessions): Add that "--no-desktop" now
7712 turns off desktop-save-mode.
7713
77142005-04-17 Luc Teirlinck <teirllm@auburn.edu>
7715
7716 * frames.texi (XTerm Mouse): Xterm Mouse mode is no longer enabled
7717 by default in terminals compatible with xterm. Mention that
7718 xterm-mouse-mode is a minor mode and put in pxref to Minor Modes
7719 node.
7720
8cf51b2c
GM
77212005-04-12 Luc Teirlinck <teirllm@auburn.edu>
7722
7723 * frames.texi (XTerm Mouse): Xterm Mouse mode is now enabled by default.
7724
c8763fb6 77252005-04-12 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
7726
7727 * xresources.texi (Table of Resources): Add cursorBlink.
7728
77292005-04-11 Luc Teirlinck <teirllm@auburn.edu>
7730
7731 * rmail.texi (Rmail Summary Edit): Explain numeric arguments to
7732 `d', `C-d' and `u'.
7733
77342005-04-11 Richard M. Stallman <rms@gnu.org>
7735
7736 * cmdargs.texi (Initial Options): -Q is now --quick, and does less.
7737 (Misc X): Add -D, --basic-display.
7738
7739 * maintaining.texi (Change Log): Correct the description of
7740 the example.
7741
7742 * major.texi (Choosing Modes): Document magic-mode-alist.
7743
8cf51b2c
GM
77442005-04-10 Luc Teirlinck <teirllm@auburn.edu>
7745
7746 * rmail.texi (Rmail Basics): Clarify description of `q' and `b'.
7747 (Rmail Deletion): `C-d' in RMAIL buffer does not accept a numeric arg.
7748 (Rmail Inbox): Give full name of `rmail-primary-inbox-list'.
7749 (Rmail Output): Clarify which statements apply to `o', `C-o' and
7750 `w', respectively.
7751 (Rmail Labels): Mention `l'.
7752 (Rmail Attributes): Correct pxref. Mention `stored' attribute.
7753 (Rmail Summary Edit): Describe `j' and RET.
7754
c8763fb6 77552005-04-10 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
7756
7757 * xresources.texi (Lucid Resources): Add fontSet resource.
7758
8cf51b2c
GM
77592005-04-09 Luc Teirlinck <teirllm@auburn.edu>
7760
7761 * display.texi (Useless Whitespace): `indicate-unused-lines' is
7762 now called `indicate-empty-lines'.
7763
77642005-04-06 Kim F. Storm <storm@cua.dk>
7765
7766 * cmdargs.texi (Initial Options): Add --bare-bones alias for -Q.
7767
77682005-04-04 Luc Teirlinck <teirllm@auburn.edu>
7769
7770 * dired.texi (Dired Visiting): `dired-view-command-alist' has been
7771 deleted.
7772 (Marks vs Flags): Add some convenient key bindings.
7773 (Hiding Subdirectories): Delete redundant and inaccurate sentence.
7774 (Misc Dired Features): Correct and expand description of `w' command.
7775
7776 * frames.texi (XTerm Mouse): Delete apparently false info.
7777 The GNU/Linux console currently does not appear to support
7778 `xterm-mouse-mode'.
7779
8cf51b2c
GM
77802005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
7781
7782 * calendar.texi (Diary): Mention shell utility `calendar'.
7783
77842005-04-01 Richard M. Stallman <rms@gnu.org>
7785
7786 * cmdargs.texi (Misc X): Explain horizontal scroll bars don't exist.
7787
8cf51b2c
GM
77882005-04-01 Lute Kamstra <lute@gnu.org>
7789
7790 * maintaining.texi (Change Log): add-change-log-entry uses
7791 add-log-mailing-address.
7792
77932005-03-31 Luc Teirlinck <teirllm@auburn.edu>
7794
7795 * files.texi (Reverting): Move `auto-revert-check-vc-info' to
7796 `VC Mode Line' and put in an xref to that node.
7797 (VC Mode Line): Move `auto-revert-check-vc-info' here and clarify
7798 its description.
7799
78002005-03-31 Paul Eggert <eggert@cs.ucla.edu>
7801
7802 * calendar.texi (Calendar Systems): Say that the Persian calendar
7803 implemented here is the arithmetical one championed by Birashk.
7804
78052005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
7806
7807 * programs.texi (Fortran Motion): Fix previous change.
7808
8cf51b2c
GM
78092005-03-29 Richard M. Stallman <rms@gnu.org>
7810
7811 * mule.texi (Single-Byte Character Support): Reinstall the C-x 8 info.
7812
78132005-03-29 Chong Yidong <cyd@stupidchicken.com>
7814
7815 * text.texi (Refill): Refer to Long Lines Mode.
7816 (Longlines): New node.
7817 (Auto Fill): Don't index "word wrap" here.
7818 (Filling): Add Longlines to menu.
7819
78202005-03-29 Richard M. Stallman <rms@gnu.org>
7821
7822 * xresources.texi: Minor fixes.
7823
7824 * misc.texi (Emacs Server): Fix Texinfo usage.
7825
7826 * emacs.texi (Top): Don't use a real section heading for
7827 "Detailed Node Listing". Fake it instead.
7828
7829 * basic.texi (Position Info): Minor cleanup.
7830
7831 * mule.texi (Input Methods): Minor cleanup.
7832
78332005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
7834
7835 * programs.texi (ForIndent Vars): `fortran-if-indent' does other
7836 constructs as well.
7837 (Fortran Motion): Add fortran-end-of-block, fortran-beginning-of-block.
7838
78392005-03-29 Kenichi Handa <handa@m17n.org>
7840
7841 * mule.texi (Input Methods): Refer to the command C-u C-x =.
7842
7843 * basic.texi (Position Info): Update the description about the
7844 command C-u C-x =.
7845
78462005-03-28 Richard M. Stallman <rms@gnu.org>
7847
7848 * emacs.texi (Top): Use @section for the detailed node listing.
7849
7850 * calendar.texi: Minor fixes to previous change.
7851
7852 * programs.texi (Fortran): Small fixes to previous changes.
7853
7854 * emacs.texi (Top): Update list of subnodes of Dired.
7855 Likewise for building.texi.
7856
7857 * files.texi (File Conveniences): Delete Auto Image File mode.
7858
78592005-03-28 Chong Yidong <cyd@stupidchicken.com>
7860
7861 * building.texi (Flymake): New node.
7862
7863 * custom.texi (Function Keys): Document kp- event types and
7864 keypad-setup package.
7865
7866 * dired.texi (Wdired): New node.
7867
7868 * files.texi (File Conveniences): Reorder entries.
7869 Explain how to turn on Auto-image-file mode.
7870 Document Thumbs mode.
7871
7872 * mule.texi (Specify Coding): Document recode-region and
7873 recode-file-name.
7874
7875 * programs.texi (Program Modes): Add Conf mode and DNS mode.
7876
78772005-03-27 Luc Teirlinck <teirllm@auburn.edu>
7878
7879 * commands.texi (Keys): M-o is now a prefix key.
7880
78812005-03-27 Glenn Morris <gmorris@ast.cam.ac.uk>
7882
7883 * programs.texi: Reformat and update copyright years.
7884 (Fortran): Update section.
7885
78862005-03-26 Luc Teirlinck <teirllm@auburn.edu>
7887
7888 * files.texi: Several small changes in addition to:
7889 (Visiting): Change xref for Dialog Boxes to ref.
7890 (Version Headers): Replace references to obsolete var
7891 `vc-header-alist' with `vc-BACKEND-header'.
7892 (Customizing VC): Update value of `vc-handled-backends'.
7893
78942005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
7895
7896 * emacs-xtra.texi (Advanced Calendar/Diary Usage): New section;
7897 move here from Emacs Lisp Reference Manual.
7898 * calendar.texi (Calendar/Diary, Diary Commands)
7899 (Special Diary Entries, Importing Diary): Change some xrefs to
7900 point to emacs-xtra rather than elisp.
7901
7902 * emacs-xtra.texi (Calendar Customizing):
7903 Move view-diary-entries-initially, view-calendar-holidays-initially,
7904 mark-diary-entries-in-calendar, mark-holidays-in-calendar to main
7905 Emacs Manual.
7906 (Appt Customizing): Merge entire section into main Emacs Manual.
7907 * calendar.texi (Holidays): Move view-calendar-holidays-initially,
7908 mark-holidays-in-calendar here from emacs-xtra.
7909 (Displaying the Diary): Move view-diary-entries-initially,
7910 mark-diary-entries-in-calendar here from emacs-xtra.
7911 (Appointments): Move appt-display-mode-line,
7912 appt-display-duration, appt-disp-window-function,
7913 appt-delete-window-function here from emacs-xtra.
7914
7915 * calendar.texi: Update and reformat copyright.
7916 Change all @xrefs to the non-printing emacs-xtra to @inforefs.
7917 (Calendar/Diary): Menu now only on Mouse-3, not C-Mouse-3.
7918 (Diary): Refer to `diary-file' rather than ~/diary.
7919 (Diary Commands): Rename node to "Displaying the Diary".
7920 * emacs.texi (Top): Rename "Diary Commands" section.
7921 * misc.texi (Hardcopy): Rename "Diary Commands" xref.
7922
79232005-03-26 Eli Zaretskii <eliz@gnu.org>
7924
7925 * misc.texi (Emacs Server): Fix the command for setting
7926 server-name. Add an xref to Invoking emacsclient.
7927
7928 * help.texi (Help Summary): Clarify when "C-h ." will do something
7929 nontrivial.
7930 (Apropos): Add cindex entry for apropos-sort-by-scores.
7931
7932 * display.texi (Text Display): Add index entries for how no-break
7933 characters are displayed.
7934
8cf51b2c
GM
79352005-03-26 Eli Zaretskii <eliz@gnu.org>
7936
7937 * files.texi (Visiting): Fix cross-references introduced with the
7938 last change.
7939
7940 * xresources.texi (GTK resources): Fix last change.
7941
8cf51b2c
GM
79422005-03-25 Chong Yidong <cyd@stupidchicken.com>
7943
7944 * xresources.texi (X Resources): GTK options documented too.
7945 (Resources): Clarify meaning of program name.
7946 (Table of Resources): Add visualClass.
7947 (GTK resources): Rewrite.
7948 (GTK widget names, GTK Names in Emacs, GTK styles): Cleanups.
7949
7950 * display.texi (Text Display): Mention non-breaking spaces.
7951
7952 * files.texi (Reverting): Document auto-revert-check-vc-info.
7953
7954 * frames.texi (Mouse Commands): Document
7955 x-mouse-click-focus-ignore-position and mouse-drag-copy-region.
7956
7957 * help.texi (Help Summary): Add `C-h .'.
7958 (Apropos): Apropos accepts a list of search terms.
7959 Document apropos-sort-by-scores.
7960 (Help Echo): Document display-local-help.
7961
7962 * misc.texi (Emacs Server): Document server-name.
7963 (Invoking emacsclient): Document -s option for server names.
7964
7965 * text.texi (Outline Visibility): Introduce "current heading
7966 line" (commands can be called with point on a body line).
7967 Re-order table to follow the sequence of discussion.
7968 hide-body won't hide lines before first header line.
7969 (TeX Mode): Add DocTeX mode.
7970
8cf51b2c
GM
79712005-03-24 Richard M. Stallman <rms@gnu.org>
7972
7973 * mule.texi (Single-Byte Character Support): Delete mention
7974 of iso-acc.el and iso-transl.el.
7975
8cf51b2c
GM
79762005-03-23 Lute Kamstra <lute@gnu.org>
7977
7978 * search.texi (Non-ASCII Isearch): Rename from Non-Ascii Isearch.
7979
79802005-03-23 Richard M. Stallman <rms@gnu.org>
7981
8cf51b2c
GM
7982 * search.texi: Delete explicit node pointers.
7983 (Incremental Search): New menu.
7984 (Basic Isearch, Repeat Isearch, Error in Isearch)
7985 (Non-Ascii Isearch, Isearch Yank, Highlight Isearch, Isearch Scroll)
7986 (Slow Isearch): New subnodes.
7987 (Configuring Scrolling): Node deleted.
7988 (Search Case): Doc default-case-fold-search.
7989 (Regexp Replace): Move replace-regexp doc here.
7990
7991 * rmail.texi (Movemail): Put commas inside closequotes.
7992
7993 * picture.texi (Insert in Picture): Document C-c arrow combos.
7994 (Basic Picture): Clarify erasure.
7995
7996 * display.texi (Font Lock): Put commas inside closequotes.
7997
7998 * cmdargs.texi (General Variables): Put commas inside closequotes.
7999
80002005-03-23 Nick Roberts <nickrob@snap.net.nz>
8001
8002 * building.texi (Stack Buffer): Mention reverse contrast for
8003 *selected* frame (might not be current frame).
8004
8cf51b2c
GM
80052005-03-21 Richard M. Stallman <rms@gnu.org>
8006
8007 * building.texi (Starting GUD): Add bashdb.
8008
80092005-03-20 Chong Yidong <cyd@stupidchicken.com>
8010
8011 * basic.texi (Moving Point): Add M-g M-g binding.
8012 (Undo): Document undo-only.
8013 (Position Info): Document M-g M-g and C-u M-g M-g.
8014
8015 * building.texi (Building): Put Grep Searching after Compilation
8016 Shell.
8017 (Compilation Mode): Document M-n, M-p, M-}, M-{, and C-c C-f bindings.
8018 Document next-error-highlight.
8019 (Grep Searching): Document grep-highlight-matches.
8020 (Lisp Eval): Typing C-x C-e twice prints integers specially.
8021
8022 * calendar.texi (Importing Diary): Rename node from iCalendar.
8023 Document diary-from-outlook.
8024
8025 * dired.texi (Misc Dired Features): Rename node from Misc Dired
8026 Commands.
8027 Mention effect of X drag and drop on Dired buffers.
8028
8029 * files.texi (Visiting): Document large-file-warning-threshold.
8030 Move paragraph on file-selection dialog.
8031 Mention visiting files using X drag and drop.
8032 (Reverting): Mention using Auto-Revert mode to tail files.
8033 Document auto-revert-tail-mode.
8034 (Version Systems): Minor correction.
8035 (Comparing Files): Diff-mode is no longer based on Compilation
8036 mode.
8037 Document compare-ignore-whitespace.
8038 (Misc File Ops): Explain passing a directory to rename-file.
8039 Likewise for copy-file and make-symbolic-link.
8040
8041 * frames.texi (Wheeled Mice): Mouse wheel support on by default.
8042 Document mouse-wheel-progressive speed.
8043
8044 * help.texi (Misc Help): Document numeric argument for C-h i.
8045 Correctly explain the effect of just C-u as argument.
8046
8047 * killing.texi (Deletion): Document numeric argument for
8048 just-one-space.
8049
8050 * mini.texi (Completion): Completion acts on text before point.
8051
8052 * misc.texi (Saving Emacs Sessions): Document desktop-restore-eager.
8053 (Emulation): CUA mode replaces pc-bindings-mode,
8054 pc-selection-mode, and s-region.
8055
8056 * mule.texi (Input Methods): Leim is now built-in.
8057 (Select Input Method): Document quail-show-key.
8058 (Specify Coding): Document revert-buffer-with-coding-system.
8059
8060 * programs.texi (Fortran Motion): Document f90-next-statement,
8061 f90-previous-statement, f90-next-block, f90-previous-block,
8062 f90-end-of-block, and f90-beginning-of-block.
8063
8064 * text.texi (Format Faces): Replace old M-g key prefix with M-o.
8065
8066 * emacs.texi (Acknowledgments): Updated.
8067
8068 * anti.texi: Total rewrite.
8069
8cf51b2c
GM
80702005-03-19 Chong Yidong <cyd@stupidchicken.com>
8071
8072 * ack.texi (Acknowledgments): Update.
8073
80742005-03-19 Eli Zaretskii <eliz@gnu.org>
8075
1c6c854e
CS
8076 * anti.texi (Antinews): Refer to Emacs 21.4, not 21.3.
8077 Update copyright years.
8cf51b2c
GM
8078
80792005-03-14 Nick Roberts <nickrob@snap.net.nz>
8080
8081 * building.texi (Commands of GUD): Move paragraph on setting
8082 breakpoints with mouse to the GDB Graphical Interface node.
8083
80842005-03-07 Richard M. Stallman <rms@gnu.org>
8085
8cf51b2c
GM
8086 * misc.texi (Single Shell, Shell Options): Fix previous change.
8087
8088 * building.texi (Debugger Operation): Update GUD tooltip enable info.
8089
80902005-03-06 Richard M. Stallman <rms@gnu.org>
8091
8092 * building.texi (Starting GUD): Don't explain text vs graphical
8093 GDB here. Just mention it and xref.
8094 Delete "just one debugger process".
8095 (Debugger Operation): Move GUD tooltip info here.
8096 (GUD Tooltips): Node deleted.
8097 (GDB Graphical Interface): Explain the two GDB modes here.
8098
8cf51b2c
GM
8099 * sending.texi (Sending Mail): Minor cleanup.
8100 (Mail Aliases): Explain quoting conventions.
8101 Update key rebinding example.
8102 (Header Editing): C-M-i is like M-TAB.
8103 (Mail Mode Misc): mail-attach-file does not do MIME.
8104
8105 * rmail.texi (Rmail Inbox): Move text from Remote Mailboxes
8106 that really belongs here.
8107 (Remote Mailboxes): Text moved to Rmail Inbox.
8108 (Rmail Display): Mention Mouse-1.
8109 (Movemail): Clarify two movemail versions.
8110 Clarify rmail-movemail-program.
8111
8cf51b2c
GM
8112 * misc.texi (Single Shell): Replace uudecode example with gpg example.
8113 Document async shell commands.
8114 (Shell History): Clarify.
8115 (Shell Ring): Mention C-UP an C-DOWN.
8116 (Shell Options): Add comint-prompt-read-only.
8117 (Invoking emacsclient): Set EDITOR to run Emacs.
8118 (Sorting): No need to explain what region is.
8119 (Saving Emacs Sessions): Fix typo.
8120 (Recursive Edit): Fix punctuation.
8121 (Emulation): Don't mention "PC bindings" which are standard.
8122 (Hyperlinking): Explain Mouse-1 convention here.
8123 (Find Func): Node deleted.
8124
8cf51b2c
GM
8125 * help.texi (Name Help): Xref to Hyperlinking.
8126
8127 * glossary.texi (Glossary):
8128 Rename "Balance Parentheses" to "Balancing...".
8129 Add "Byte Compilation". Correct "Copyleft".
8130 New xref in "Customization".
8131 Clarify "Current Line", "Echoing", "Fringe", "Frame", "Speedbar".
8132 Add "Graphical Terminal" "Keybinding", "Margin", "Window System".
8133 Rename "Registers" to "Register".
8134 Replace "Selecting" with "Selected Frame",
8135 "Selected Window", and "Selecting a Buffer".
8136
8137 * files.texi (Types of Log File): Explain how projects'
8138 methods can vary.
8139
8cf51b2c
GM
8140 * display.texi (Faces): Delete "Emacs 21".
8141
8142 * custom.texi (Changing a Variable): C-M-i like M-TAB.
8143 * fixit.texi (Spelling): C-M-i like M-TAB.
8144 * mini.texi (Completion Options): C-M-i like M-TAB.
8145 * programs.texi (Symbol Completion): C-M-i like M-TAB.
8146 * text.texi (Text Mode): C-M-i like M-TAB.
8147
8148 * commands.texi (Keys): Mention F1 and F2 in list of prefixes.
8149
8150 * calendar.texi (Specified Dates): Mention `g w'.
8151 (Appointments): appt-activate toggles with no arg.
8152
8cf51b2c
GM
81532005-03-05 Juri Linkov <juri@jurta.org>
8154
8155 * cmdargs.texi (Emacs Invocation): Add cindex
c4cc8b9a 8156 "invocation (command line arguments)".
8cf51b2c
GM
8157 (Misc X): Add -nbc, --no-blinking-cursor.
8158
81592005-03-04 Ulf Jasper <ulf.jasper@web.de>
8160
8161 * calendar.texi (iCalendar): No need to require it now.
8162
8cf51b2c
GM
81632005-03-03 Nick Roberts <nickrob@snap.net.nz>
8164
8165 * trouble.texi (Contributing): Mention Savannah. Direct users to
8166 emacs-devel.
8167
81682005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
8169
8170 * calendar.texi (Adding to Diary): Mention redrawing of calendar
8171 window.
8172
8cf51b2c
GM
81732005-02-27 Richard M. Stallman <rms@gnu.org>
8174
8175 * building.texi (Compilation): Update mode line status info.
8176
81772005-02-27 Matt Hodges <MPHodges@member.fsf.org>
8178
8179 * calendar.texi (General Calendar): Document binding of
8180 scroll-other-window-down.
8181 (Mayan Calendar): Fix earliest date.
8182 (Time Intervals): Document timeclock-change.
8183 Fix timeclock-ask-before-exiting documentation.
8184
81852005-02-26 Kim F. Storm <storm@cua.dk>
8186
8187 * frames.texi (Mouse References):
8188 Add mouse-1-click-in-non-selected-windows.
8189
81902005-02-25 Richard M. Stallman <rms@gnu.org>
8191
8192 * screen.texi (Screen): Explain better about cursors and mode lines;
8193 don't presuppose text terminals.
8194 (Point): Don't assume just one cursor.
8195 Clarify explanation of cursors.
8196 (Echo Area, Menu Bar): Cleanups.
8197
8198 * mini.texi (Minibuffer): Prompts are highlighted.
8199 (Minibuffer Edit): Newline = C-j only on text terminals.
8200 Clarify resize-mini-windows values.
8201 Mention M-PAGEUP and M-PAGEDOWN.
8202 (Completion Commands): Mouse-1 like Mouse-2.
8203 (Minibuffer History): Explain history commands better.
8204 (Repetition): Add xref to Incremental Search.
8205
8206 * mark.texi (Setting Mark): Clarify info about displaying mark.
8207 Clarify explanation of C-@ and C-SPC.
8208 (Transient Mark): Mention Delete Selection mode.
8209 (Marking Objects): Clean up text about extending the region.
8210
8211 * m-x.texi (M-x): One C-g doesn't always go to top level.
8212 No delay before suggest-key-bindings output.
8213
8214 * fixit.texi (Fixit): Mention C-/ for undo.
8215 (Spelling): Mention ESC TAB like M-TAB.
8216 Replacement words with r and R are rechecked.
8217 Say where C-g leaves point. Mention ? as input.
8218
82192005-02-23 Lute Kamstra <lute@gnu.org>
8220
8221 * cmdargs.texi (Initial Options): Add cross reference.
8222
8cf51b2c
GM
82232005-02-16 Luc Teirlinck <teirllm@auburn.edu>
8224
8225 * emacs.texi (Top): Update menu for splitting of node in
8226 msdog.texi.
8227 * frames.texi (Frames): Update xref for splitting of node in
8228 msdog.texi.
8229 * trouble.texi (Quitting): Ditto.
8230
82312005-02-16 Richard M. Stallman <rms@gnu.org>
8232
8233 * windows.texi (Split Window): Simplify line truncation info
8234 and xref to Display Custom.
8235
8236 * trouble.texi (Quitting): Emergency escape only for text terminal.
8237 (Screen Garbled): C-l for ungarbling is only for text terminal.
8238
8239 * text.texi (Text Mode): ESC TAB alternative for M-TAB.
8240
8241 * sending.texi (Header Editing): ESC TAB alternative for M-TAB.
8242
8243 * programs.texi (Program Modes): Mention Python mode.
8244 (Moving by Defuns): Repeating C-M-h extends region.
8245 (Basic Indent): Clarify.
8246 (Custom C Indent): Clarify.
8247 (Expressions): Repeating C-M-@ extends region.
8248 (Info Lookup): Clarify for C-h S.
8249 (Symbol Completion): ESC TAB alternative for M-TAB.
8250 (Electric C): Clarify.
8251
8252 * emacs.texi (Top): Update display.texi and frames.texi submenu data.
8253
8254 * msdog.texi (MS-DOS Keyboard, MS-DOS Mouse): Split from
8255 MS-DOS Input node.
8256 (MS-DOS Keyboard): Start with explaining DEL and BREAK.
8257 (MS-DOS and MULE): Clarify.
8258 (MS-DOS Processes, Windows Processes): Fix typos.
8259
8260 * major.texi (Choosing Modes): Clarify.
8261
8262 * kmacro.texi (Basic Keyboard Macro): Doc F3, F4.
8263 (Keyboard Macro Step-Edit): Clarify.
8264
8265 * indent.texi (Indentation): Clarifications.
8266
8267 * help.texi (Help): Correct error about C-h in query-replace.
8268 Clarify apropos vs C-h a. Fix how to search in FAQ.
8269 (Key Help): Describe C-h w here.
8270 (Name Help): Minor cleanup. C-h w moved to Key Help.
8271 Clarify the "object" joke.
8272 (Apropos): Clarify. Mouse-1 like Mouse-2.
8273 (Help Mode): Mouse-1 like Mouse-2.
8274
8275 * fixit.texi (Spelling): Mention ESC TAB as alt. for M-TAB.
8276
8277 * display.texi (Display): Reorder menu.
8278 (Faces): Cleanup.
8279 (Font Lock): Cleanup. Mention Options menu.
8280 Delete obsolete text.
8281 (Scrolling): For C-l, don't presume text terminal.
8282 (Horizontal Scrolling): Simplify intro.
8283 (Follow Mode): Clarify.
1c6c854e 8284 (Cursor Display): Move before Display Custom.
8cf51b2c
GM
8285 (Display Custom): Explain no-redraw-on-reenter is for text terminals.
8286 Doc default-tab-width. Doc line truncation more thoroughly.
8287
8288 * dired.texi (Dired Enter): C-x C-f can run Dired.
8289 (Dired Visiting): Comment out `a' command.
8290 Mouse-1 is like Mouse-2.
8291 (Shell Commands in Dired): ? can be used more than once.
8292
8293 * basic.texi (Continuation Lines): Simplify description of truncation,
8294 and refer to Display Custom for the rest of it.
8295
8cf51b2c
GM
82962005-02-06 Lute Kamstra <lute@gnu.org>
8297
8298 * basic.texi (Undo): Fix typo.
8299
8300 * cmdargs.texi (Emacs Invocation): Fix typo.
8301
8302 * custom.texi (Init Examples): Fix typo.
8303
8304 * abbrevs.texi (Expanding Abbrevs): Fix typo.
8305
83062005-02-06 Richard M. Stallman <rms@gnu.org>
8307
8308 * regs.texi (Registers): Registers can hold numbers, too.
8309
8310 * killing.texi (Other Kill Commands): Cleanup.
8311 Delete redundant explanation of kill in read-only buffer.
8312 (Yanking): Mention term "copying".
8313 (Accumulating Text): Fix typo.
8314
8315 * entering.texi (Entering Emacs): Update rationale at start.
8316 (Exiting): Treat iconifying on a par with suspension.
8317
8318 * custom.texi (Minor Modes): Fix typo.
8319 (Easy Customization): Fix menu style.
8320 (Variables): Add xref.
8321 (Examining): Setting for future sessions works through .emacs.
8322 (Keymaps): "Text terminals", not "Many".
8323 (Init Rebinding): Explain \C-. Show example of \M-.
8324 Fix minor wording errors.
8325 (Function Keys): Explain vector syntax just once.
8326 (Named ASCII Chars): Clarify history of TAB/C-i connection.
8327 (Init File): Mention .emacs.d directory.
8328 (Init Examples): Add xref.
8329 (Find Init): Mention .emacs.d directory.
8330
8331 * cmdargs.texi (Emacs Invocation): +LINENUM is also an option.
8332 (Action Arguments): Explain which kinds of -l args are found how.
8333 (Initial Options): --batch does not inhibit site-start.
8334 Add xrefs.
8335 (Command Example): Use --batch, not -batch.
8336
8337 * basic.texi (Inserting Text): Cleanup wording.
8338 (Moving Point): Doc PRIOR, PAGEUP, NEXT, PAGEDOWN more systematically.
8339 C-n is not error at end of buffer.
8340 (Undo): Doc C-/ like C-_. Add xrefs.
8341 (Arguments): META key may be labeled ALT.
8342 Peculiar arg meanings are explained in doc strings.
8343
8344 * abbrevs.texi (Expanding Abbrevs): Clarify.
8345
83462005-02-05 Eli Zaretskii <eliz@gnu.org>
8347
8348 * frames.texi (Frame Parameters): Add an xref to the description
8349 of list-colors-display. Add a pointer to the X docs about colors.
8350
8351 * cmdargs.texi (Colors): Mention 16-, 88- and 256-color modes.
10d1d0af 8352 Improve docs of list-colors-display.
8cf51b2c
GM
8353
83542005-02-03 Lute Kamstra <lute@gnu.org>
8355
8356 * frames.texi (Frames, Drag and Drop): Fix typos.
8357
83582005-02-03 Richard M. Stallman <rms@gnu.org>
8359
8360 * windows.texi (Basic Window): Mention color-change in mode line.
8361 (Change Window): Explain dragging vertical boundaries.
8362
8363 * text.texi (Sentences): Clarify.
8364 (Paragraphs): Explain M-a and blank lines.
8365 (Outline Mode): Clarify text and menu.
8366 (Hard and Soft Newlines): Mention use-hard-newlines.
8367
8368 * frames.texi (Frames): Delete unnecessary mention of Windows.
8369 (Mouse Commands): Likewise. Mention xterm mouse support.
8370 (Clipboard): Clarify.
8371 (Mouse References): Mention use of Mouse-1 for following links.
8372 (Menu Mouse Clicks): Clarify.
8373 (Mode Line Mouse): Clarify.
8374 (Drag and Drop): Rewrite.
8375
8376 * fixit.texi (Spelling): Fix typo.
8377
8378 * files.texi (File Names): Clarify.
8379 (Visiting): Update conditions for use of file dialog. Clarify.
8380 (Saving): Doc d as answer in save-some-buffers.
8381 (Remote Files): Clean up the text.
8382
8383 * dired.texi (Misc Dired Commands): Delete dired-marked-files.
8384
8385 * buffers.texi (Select Buffer): Doc next-buffer and prev-buffer.
8386 (List Buffers): Clarify.
8387 (Several Buffers): Doc T command.
8388 (Buffer Convenience): Clarify menu.
8389
8390 * basic.texi (Undo): Clarify last change.
8391
83922005-02-02 Matt Hodges <MPHodges@member.fsf.org>
8393
8394 * fixit.texi (Spelling): Fix typo.
8395
83962005-02-01 Luc Teirlinck <teirllm@auburn.edu>
8397
8398 * basic.texi (Undo): Update description of `undo-outer-limit'.
8399
84002005-02-01 Nick Roberts <nickrob@snap.net.nz>
8401
8402 * building.texi: Update documentation relating to GDB Graphical
8403 Interface.
8404
84052005-01-30 Luc Teirlinck <teirllm@auburn.edu>
8406
8407 * custom.texi (Easy Customization): Adapt menu to node name change.
8408
84092005-01-30 Richard M. Stallman <rms@gnu.org>
8410
8411 * custom.texi (Easy Customization): Defn of "User Option" now
8412 includes faces. Don't say just "option" when talking about variables.
8413 Do say just "options" to mean "anything customizable".
8414 (Specific Customization): Describe `customize-variable',
8415 not `customize-option'.
8416
8417 * glossary.texi (Glossary) <Faces>: Add xref.
8418 <User Option>: Change definition--include faces. Change xref.
8419
8420 * picture.texi (Picture): Mention artist.el.
8421
8422 * sending.texi, screen.texi, programs.texi, misc.texi:
8423 * mini.texi, major.texi, maintaining.texi, macos.texi:
8424 * help.texi, frames.texi, files.texi:
8425 Don't say just "option" when talking about variables.
8426
8427 * display.texi, mule.texi: Don't say just "option" when talking
8428 about variables. Other minor cleanups.
8429
8cf51b2c
GM
84302005-01-26 Lute Kamstra <lute@gnu.org>
8431
8432 * cmdargs.texi (Initial Options): Add a cross reference to `Init
8433 File'. Mention the `-Q' option at the `--no-site-file' option.
8434
8cf51b2c
GM
84352005-01-22 David Kastrup <dak@gnu.org>
8436
8437 * building.texi (Grep Searching): Mention alias `find-grep' for
8438 `grep-find'.
8439
84402005-01-20 Richard M. Stallman <rms@gnu.org>
8441
8442 * calendar.texi (Time Intervals): Delete special stuff for MS-DOS.
8443
8cf51b2c
GM
84442005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
8445
8446 * rmail.texi (Movemail): Explain differences
8447 between standard and mailutils versions of movemail.
8448 Describe command line and configuration options introduced
8449 with the latter.
8450 Explain the notion of mailbox URL, provide examples and
8451 cross-references to mailutils documentation.
8452 Describe various methods of specifying mailbox names,
8453 user names and user passwords for rmail.
1c6c854e
CS
8454 (Remote Mailboxes): New section.
8455 Describe how movemail handles remote mailboxes. Describe configuration
8cf51b2c
GM
8456 options used to control its behavior.
8457 (Other Mailbox Formats): Explain handling of various mailbox
8458 formats.
8459
84602005-01-13 Richard M. Stallman <rms@gnu.org>
8461
8462 * commands.texi (Commands): Clarification.
8463
84642005-01-11 Richard M. Stallman <rms@gnu.org>
8465
8466 * programs.texi (Multi-line Indent): Fix previous change.
8467 (Fortran Autofill): Simplify description of fortran-auto-fill-mode.
8468
8cf51b2c
GM
84692005-01-08 Richard M. Stallman <rms@gnu.org>
8470
8471 * display.texi (Faces): isearch-lazy-highlight-face renamed to
8472 lazy-highlight.
8473
8474 * search.texi (Query Replace): Mention faces query-replace
8475 and lazy-highlight.
8476 (Incremental Search): Update isearch highlighting info.
8477
8cf51b2c
GM
84782005-01-04 Richard M. Stallman <rms@gnu.org>
8479
8480 * custom.texi (Saving Customizations): Minor improvement.
8481
8cf51b2c
GM
84822005-01-03 Luc Teirlinck <teirllm@auburn.edu>
8483
8484 * custom.texi (Saving Customizations): Emacs no longer loads
8485 `custom-file' after .emacs. No longer mention customizing through
8486 Custom.
8487
8cf51b2c
GM
84882005-01-01 Andreas Schwab <schwab@suse.de>
8489
8490 * killing.texi (Graphical Kill): Move up under node Killing,
8491 change @section to @subsection.
8492
84932005-01-01 Richard M. Stallman <rms@gnu.org>
8494
8495 * custom.texi (Face Customization): Mention hex color specs.
8496
8497 * emacs.texi (Top): Update Killing submenu.
8498
8499 * killing.texi (Killing): Reorganize section.
8500 No more TeX-only text; put the node command at start of chapter.
8501 But the first section heading is used only in TeX.
8502 Rewrite the text to read better in this mode.
8503 (Graphical Kill): New subnode gets some of the text that
8504 used to be in the first section.
8505
85062004-12-31 Richard M. Stallman <rms@gnu.org>
8507
8508 * dired.texi (Shell Commands in Dired): Delete the ? example.
8509
8510 * display.texi (Scrolling): Correct scroll-preserve-screen-position.
8511
8512 * files.texi (Saving): Describe new require-final-newline features
8513 and mode-require-final-newline.
8514
8cf51b2c
GM
85152004-12-29 Richard M. Stallman <rms@gnu.org>
8516
8517 * custom.texi (File Variables): Clarify previous change.
8518
c8763fb6 85192004-12-27 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
8520
8521 * frames.texi (Dialog Boxes): Mention Gtk+ 2.6 also, as that version is
8522 out now.
8523
85242004-12-27 Richard M. Stallman <rms@gnu.org>
8525
8526 * Makefile.in (MAKEINFO): Specify --force.
8527
8528 * basic.texi (Moving Point): C-e now runs move-end-of-line.
8529 (Undo): Doc undo-outer-limit.
8530
8cf51b2c
GM
85312004-12-15 Juri Linkov <juri@jurta.org>
8532
8533 * mark.texi (Transient Mark, Mark Ring): M-< and other
8534 movement commands don't set mark in Transient Mark mode
8535 if mark is active.
8536
8cf51b2c
GM
85372004-12-12 Juri Linkov <juri@jurta.org>
8538
8539 * misc.texi (FFAP): Add C-x C-r, C-x C-v, C-x C-d,
8540 C-x 4 r, C-x 4 d, C-x 5 r, C-x 5 d.
8541
8542 * dired.texi (Dired Navigation): Add @r{(Dired)} to M-g.
8543 (Misc Dired Commands): Add @r{(Dired)} to w.
8544
85452004-12-12 Juri Linkov <juri@jurta.org>
8546
8547 * mark.texi (Marking Objects): Marking commands also extend the
8548 region when mark is active in Transient Mark mode.
8549
8cf51b2c
GM
85502004-12-08 Luc Teirlinck <teirllm@auburn.edu>
8551
8552 * custom.texi (Saving Customizations): Emacs only loads the custom
8553 file automatically after the init file in version 22.1 or later.
8554 Adapt text and examples to this fact.
8555
8cf51b2c
GM
85562004-12-07 Luc Teirlinck <teirllm@auburn.edu>
8557
8558 * frames.texi (Scroll Bars): The option `scroll-bar-mode' has to
8559 be set through Custom. Otherwise, it has no effect.
8560
8cf51b2c
GM
85612004-12-05 Richard M. Stallman <rms@gnu.org>
8562
8563 * cmdargs.texi, doclicense.texi, xresources.texi, emacs.texi:
8564 * entering.texi: Rename Command Line to Emacs Invocation.
8565
10d1d0af 8566 * misc.texi (Term Mode): Correctly describe C-c.
8cf51b2c
GM
8567
8568 * custom.texi (Easy Customization): Move up to section level,
8569 before Variables. Avoid using the term "variable"; say "option".
8570 New initial explanation.
8571 (Variables): In initial explanation, connect "variable" to the
8572 already-explained "user option".
8573
8574 * emacs.texi (Top): Fix ref to Command Line.
8575 Move reference to Easy Customization.
8576
8577 * xresources.texi (X Resources): Fix From link.
8578
8579 * doclicense.texi (GNU Free Documentation License): Fix To link.
8580
8581 * entering.texi (Entering Emacs): Fix xref, now to Command Line.
8582
8583 * cmdargs.texi (Command Line): Node renamed from Command Arguments.
8584
85852004-12-03 Richard M. Stallman <rms@gnu.org>
8586
8587 * cmdargs.texi (Initial Options): Clarify batch mode i/o.
8588
85892004-12-01 Luc Teirlinck <teirllm@auburn.edu>
8590
8591 * kmacro.texi: Several small changes in addition to the following.
8592 (Keyboard Macro Ring): Describe behavior of `C-x C-k C-k' when
8593 defining a keyboard macro.
8594 Mention `kmacro-ring-max'.
8595 (Keyboard Macro Counter): Clarify description of
8596 `kmacro-insert-counter', `kmacro-set-counter',
8597 `kmacro-add-counter' and `kmacro-set-format'.
8598
85992004-11-29 Reiner Steib <Reiner.Steib@gmx.de>
8600
8601 * custom.texi (File Variables): Add `unibyte' and make it more
8602 clear that `unibyte' and `coding' are special. Suggested by Simon
8603 Krahnke <overlord@gmx.li>.
8604
8605 * mule.texi (Enabling Multibyte): Refer to File Variables.
8606 Suggested by Simon Krahnke <overlord@gmx.li>.
8607
c8763fb6 86082004-11-26 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
8609
8610 * frames.texi (Dialog Boxes): Rename use-old-gtk-file-dialog to
8611 x-use-old-gtk-file-dialog.
8612
8cf51b2c
GM
86132004-11-20 Richard M. Stallman <rms@gnu.org>
8614
8615 * text.texi (Fill Prefix): M-q doesn't apply fill prefix to first line.
8616
86172004-11-09 Lars Brinkhoff <lars@nocrew.org>
8618
8619 * building.texi (Lisp Eval): Delete hyphen in section name.
8620
86212004-11-19 Thien-Thi Nguyen <ttn@gnu.org>
8622
8623 * files.texi (Old Versions):
8624 No longer document annotation as "CVS only".
8625
86262004-11-10 Andre Spiegel <spiegel@gnu.org>
8627
8628 * files.texi (Version Control): Rewrite the introduction about
1c6c854e
CS
8629 version systems, mentioning the new ones that we support.
8630 Thanks to Alex Ott, Karl Fogel, Stefan Monnier, and David Kastrup for
8cf51b2c
GM
8631 suggestions.
8632
c8763fb6 86332004-11-03 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c 8634
49823426 8635 * frames.texi (Dialog Boxes): Replace non-nil with non-@code{nil}.
8cf51b2c 8636
c8763fb6 86372004-11-02 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
8638
8639 * frames.texi (Dialog Boxes): Document use-old-gtk-file-dialog.
8640
86412004-10-23 Eli Zaretskii <eliz@gnu.org>
8642
8643 * text.texi (Text Based Tables, Table Definition)
8644 (Table Creation, Table Recognition, Cell Commands)
8645 (Cell Justification, Row Commands, Column Commands)
8646 (Fixed Width Mode, Table Conversion, Measuring Tables)
8647 (Table Misc): New nodes, documenting the Table Mode.
8648
8cf51b2c
GM
86492004-10-19 Jason Rumney <jasonr@gnu.org>
8650
8651 * makefile.w32-in (info): Change order of arguments to makeinfo.
8652
86532004-10-19 Ulf Jasper <ulf.jasper@web.de>
8654
8655 * calendar.texi (iCalendar): Update for package changes.
8656
8cf51b2c
GM
86572004-10-09 Luc Teirlinck <teirllm@auburn.edu>
8658
8659 * files.texi (Misc File Ops): View mode is a minor mode.
8660
8cf51b2c
GM
86612004-10-08 Glenn Morris <gmorris@ast.cam.ac.uk>
8662
8663 * calendar.texi (iCalendar): Style changes.
8664
86652004-10-07 Luc Teirlinck <teirllm@auburn.edu>
8666
8667 * search.texi (Regexps): The regexp described in the example is no
8668 longer stored in the variable `sentence-end'.
8669
8cf51b2c
GM
86702004-10-06 Nick Roberts <nickrob@snap.net.nz>
8671
8672 * building.texi (Starting GUD): Note that multiple debugging
8673 sessions requires `gdb --fullname'.
8674
86752004-10-05 Ulf Jasper <ulf.jasper@web.de>
8676
8677 * calendar.texi (iCalendar): New section for a new package.
8678
8cf51b2c
GM
86792004-10-05 Luc Teirlinck <teirllm@auburn.edu>
8680
8681 * text.texi: Various small changes in addition to the following.
8682 (Text): Replace xref for autotype with inforef.
8683 (Sentences): Explain nil value for `sentence-end'.
8684 (Paragraphs): Update default values for `paragraph-start' and
8685 `paragraph-separate'.
8686 (Text Mode): Correct description of Text mode's effect on the
8687 syntax table.
8688 (Outline Visibility): `hide-other' does not hide top level headings.
8689 `selective-display-ellipses' no longer has an effect on Outline mode.
8690 (TeX Misc): Add missing @cindex.
8691 Replace xref for RefTeX with inforef.
8692 (Requesting Formatted Text): The variable
8693 `enriched-fill-after-visiting' no longer exists.
8694 (Editing Format Info): Update names of menu items and commands.
8695 (Format Faces): Mention special effect of specifying the default face.
8696 Describe inheritance of text properties.
8697 Correct description of `fixed' face.
8698 (Format Indentation): Correct description of effect of setting
8699 margins. Mention `set-left-margin' and `set-right-margin'.
8700 (Format Justification): Update names of menu items.
8701 `set-justification-full' is now bound to `M-j b'.
8702 Mention that `default-justification' is a per buffer variable.
8703 (Format Properties): Update name of menu item.
8704 (Forcing Enriched Mode): `format-decode-buffer' automatically
8705 turns on Enriched mode if the buffer is in text/enriched format.
8706
87072004-10-05 Emilio C. Lopes <eclig@gmx.net>
8708
8709 * calendar.texi (From Other Calendar): Add calendar-goto-iso-week.
8710
87112004-09-28 Kim F. Storm <storm@cua.dk>
8712
8713 * display.texi (Display Custom) <indicate-buffer-boundaries>:
8714 Align with new functionality.
8715
8cf51b2c
GM
87162004-09-22 Luc Teirlinck <teirllm@auburn.edu>
8717
8718 * display.texi (Display Custom): Remove stray `@end defvar'.
8719
87202004-09-23 Kim F. Storm <storm@cua.dk>
8721
8722 * display.texi (Display Custom): Add `overflow-newline-into-fringe',
8723 `indicate-buffer-boundaries' and `default-indicate-buffer-boundaries'.
8724
8cf51b2c
GM
87252004-09-20 Richard M. Stallman <rms@gnu.org>
8726
8727 * custom.texi (Hooks): Explain using setq to clear out a hook.
8728 (File Variables): Explain multiline string constants.
8729 (Non-ASCII Rebinding): Explain when you need to update
8730 non-ASCII char codes in .emacs.
8731
8732 * building.texi (Compilation): Explain how to make a silent
8733 subprocess that won't be terminated. Explain compilation-environment.
8734
87352004-09-13 Kim F. Storm <storm@cua.dk>
8736
8737 * mini.texi (Repetition): Rename isearch-resume-enabled to
8738 isearch-resume-in-command-history and change default to disabled.
8739
8cf51b2c
GM
87402004-09-09 Kim F. Storm <storm@cua.dk>
8741
8742 * kmacro.texi (Save Keyboard Macro): Replace `name-last-kbd-macro'
8743 with new `kmacro-name-last-macro'.
8744
8cf51b2c
GM
87452004-09-08 Juri Linkov <juri@jurta.org>
8746
8747 * mini.texi (Minibuffer History): Add `history-delete-duplicates'.
8748
8cf51b2c
GM
87492004-09-03 Juri Linkov <juri@jurta.org>
8750
8751 * search.texi (Incremental Search): Update wording for M-%.
8752
87532004-09-02 Luc Teirlinck <teirllm@auburn.edu>
8754
8755 * killing.texi (Killing): Correct description of kill commands in
8756 read-only buffer.
8757
87582004-09-02 Teodor Zlatanov <tzz@lifelogs.com>
8759
8760 * building.texi (Compilation Mode): Add a paragraph about rules
8761 for finding the compilation buffer for `next-error'.
8762
8763 * search.texi (Other Repeating Search): Mention that Occur mode
8764 supports the next-error functionality.
8765
87662004-09-02 Juri Linkov <juri@jurta.org>
8767
8768 * search.texi (Regexp Replace): Add missing backslash to \footnote.
8769
87702004-08-31 Luc Teirlinck <teirllm@auburn.edu>
8771
8772 * kmacro.texi (Basic Keyboard Macro):
8773 `apply-macro-to-region-lines' now operates on all lines that begin
8774 in the region, rather than on all complete lines in the region.
8775
c8763fb6 87762004-08-31 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
8777
8778 * frames.texi (Drag and drop): Add documentation about
8779 x-dnd-test-function and x-dnd-known-types.
8780
87812004-08-30 Luc Teirlinck <teirllm@auburn.edu>
8782
8783 * indent.texi: Various minor changes in addition to:
8784 (Indentation Commands): Correct description of `indent-relative'.
8785 (Tab Stops): <TAB> is no longer bound to `tab-to-tab-stop' in Text
8786 mode. The *Tab Stops* buffer uses Overwrite Mode.
8787 (Just Spaces): `tabify' converts sequences of at least two spaces
8788 to tabs.
8789
8cf51b2c
GM
87902004-08-27 Luc Teirlinck <teirllm@auburn.edu>
8791
8792 * frames.texi (Secondary Selection): Setting the secondary
8793 selection with M-Drag-Mouse-1 does not alter the kill ring,
8794 setting it with M-Mouse-1 and M-Mouse-3 does.
8795 (Mode Line Mouse): C-Mouse-2 on scroll bar now also works for
8796 toolkit scroll bars.
8797 (Scroll Bars): Ditto.
8798
8799 * windows.texi (Basic Window): When using a window system, the value
8800 of point in a non-selected window is indicated by a hollow box.
8801 (Split Window): Side by side windows are separated by a scroll bar,
8802 if scroll bars are used.
8803 C-Mouse-2 on scroll bar now also works for toolkit scroll bars.
8804 (Change Window): Correct Mouse-2 vs Mouse-3 mess-up.
8805 (Window Convenience): Update bindings for `winner-undo' and
8806 `winner-redo'.
8807
8808 * ack.texi (Acknowledgments): Use `@unnumbered'.
d0207bf3 8809 * misc.texi: Adapt sectioning in Info to the node structure.
8cf51b2c
GM
8810 (Invoking emacsclient): Make "Invoking emacsclient" a subsection
8811 of "Using Emacs as a Server".
8812 * building.texi (Building): Interchange nodes (for correct numbering).
8813 * programs.texi (Programs): Interchange nodes (for correct numbering).
8814 * killing.texi, entering.texi, commands.texi: Adapt sectioning in
8815 Info to the node structure.
8816 * emacs.texi: Make "GNU GENERAL PUBLIC LICENSE" an appendix.
8817 Rearrange order of nodes and sections such that both "GNU GENERAL
8818 PUBLIC LICENSE" and "GNU Free Documentation License" appear at the
8819 end, as appropriate for appendices.
8820 (Acknowledgments): Put inside @iftex instead of @ifnotinfo.
8821 Use `@unnumberedsec'.
8822 * trouble.texi: Adapt sectioning in Info to the node structure.
8823 Adapt node pointers to change in emacs.texi.
8824 * cmdargs.texi, doclicense.texi: Adapt node pointers.
8825
8cf51b2c
GM
88262004-08-25 Kenichi Handa <handa@m17n.org>
8827
8828 * custom.texi (Non-ASCII Rebinding): Fix and simplify the
8829 description for unibyte mode.
8830
88312004-08-23 Luc Teirlinck <teirllm@auburn.edu>
8832
8833 * display.texi (Font Lock): Correct invalid (for hardcopy) @xref.
8834
8835 * search.texi (Regexps): Correct cryptic (in hardcopy) @ref.
8836 (Configuring Scrolling): Correct invalid (for hardcopy) @xref.
8837 (Regexp Replace): Standardize reference to hardcopy Elisp Manual
8838 in @pxref.
8839
88402004-08-22 Luc Teirlinck <teirllm@auburn.edu>
8841
8842 * kmacro.texi (Keyboard Macro Counter, Keyboard Macro Step-Edit):
8843 Change section names.
8844
8cf51b2c
GM
88452004-08-21 Luc Teirlinck <teirllm@auburn.edu>
8846
8847 * kmacro.texi (Keyboard Macro Ring): Rename section.
8848 Emacs treats the head of the macro ring as the `last keyboard macro'.
8849 (Keyboard Macro Counter): Minor change.
8850 (Save Keyboard Macro): Some clarifications.
8851 (Edit Keyboard Macro): Rename section.
8852
8853 * buffers.texi (Buffers): Maximum buffer size is now 256M on
8854 32-bit machines.
8855 (Several Buffers): Clarify which buffer is selected if `2' is
8856 pressed in the Buffer Menu.
8857 Auto Revert mode can be used to update the Buffer Menu
8858 automatically.
8859
88602004-08-21 Eli Zaretskii <eliz@gnu.org>
8861
8862 * help.texi (Misc Help): Add an index entry for finding an Info
8863 manual by its file name.
8864
88652004-08-20 Luc Teirlinck <teirllm@auburn.edu>
8866
8867 * files.texi (Backup Deletion): Correct description of
8868 `delete-old-versions'.
8869 (Time Stamps): `time-stamp' needs to be added to `before-save-hook'.
8870 (Auto Save Files): Recommend `auto-save-mode' to reenable
8871 auto-saving, rather than the abbreviation `auto-save'.
8872
88732004-08-17 Luc Teirlinck <teirllm@auburn.edu>
8874
8875 * emacs.texi (Top): Mention "cutting" and "pasting" as synonyms
8876 for "killing" and "yanking" in main menu.
8877
88782004-08-16 Richard M. Stallman <rms@gnu.org>
8879
8880 * killing.texi (Yanking, Killing): Minor cleanups.
8881
8882 * mark.texi (Momentary Mark): Minor cleanups.
8883
88842004-08-15 Kenichi Handa <handa@etl.go.jp>
8885
8886 * custom.texi (Non-ASCII Rebinding):
8887 C-q always inserts the right code to pass to global-set-key.
8888
8cf51b2c
GM
88892004-08-13 Luc Teirlinck <teirllm@auburn.edu>
8890
8891 * regs.texi (RegNumbers): Mention `C-x r i' binding for
8892 `insert-register', instead of `C-x r g' binding, for consistency.
8893
88942004-08-12 Luc Teirlinck <teirllm@auburn.edu>
8895
8896 * fixit.texi (Spelling): Fix typo.
8897
88982004-08-11 Luc Teirlinck <teirllm@auburn.edu>
8899
8900 * help.texi (Help): Fix Texinfo usage.
8901
8cf51b2c
GM
89022004-07-24 Richard M. Stallman <rms@gnu.org>
8903
8904 * text.texi (Paragraphs): Update how paragraphs are separated
8905 and the default for paragraph-separate.
8906
8907 * search.texi (Regexp Replace): Further update text for new
8908 replacement operators.
8909
8cf51b2c
GM
89102004-07-18 Luc Teirlinck <teirllm@auburn.edu>
8911
8912 * emacs-xtra.texi (Subdir switches): Dired does not remember the
8913 `R' switch.
8914
8915 * dired.texi (Dired Updating): `k' only deletes inserted
8916 subdirectories from the Dired buffer if a prefix argument was given.
8917
8918 * search.texi (Regexps): Delete redundant definition of `symbol' in
8919 description of `\_>'. It already occurs in the description of `\_<'.
8920
8cf51b2c
GM
89212004-07-01 Juri Linkov <juri@jurta.org>
8922
8923 * search.texi (Incremental Search): Add C-M-w, C-M-y, M-%, C-M-%, M-e.
8924 (Regexp Search): Add M-r.
8925
89262004-06-30 Luc Teirlinck <teirllm@auburn.edu>
8927
8928 * makefile.w32-in (EMACSSOURCES): Remove emacs-xtra.
8929
89302004-06-29 Jesper Harder <harder@ifa.au.dk>
8931
49823426 8932 * search.texi, calendar.texi: Markup fixes.
8cf51b2c
GM
8933
89342004-06-25 Richard M. Stallman <rms@gnu.org>
8935
8936 * search.texi (Regexp Replace): Rewrite description of \# \, and \?.
8937
89382004-06-25 David Kastrup <dak@gnu.org>
8939
8940 * search.texi (Regexp Replace): Some typo corrections and
8941 rearrangement.
8942
89432004-06-24 David Kastrup <dak@gnu.org>
8944
8945 * search.texi (Unconditional Replace): Use replace-string instead
8946 of query-replace in example.
8947 (Regexp Replace): Add explanations for `\,', `\#' and `\?'
8948 sequences.
8949 (Query Replace): Correct explanation of `^' which does not use
8950 the mark stack.
8951
89522004-06-21 Nick Roberts <nickrob@gnu.org>
8953
8954 * misc.texi (Shell History Copying): Document comint-insert-input.
8955 (Shell Ring): Describe comint-dynamic-list-input-ring here.
8956
8cf51b2c
GM
89572004-06-20 Jesper Harder <harder@ifa.au.dk>
8958
8959 * msdog.texi (Text and Binary, MS-DOS Printing): Use m-dash.
8960 * custom.texi (Customization): Do.
8961 * anti.texi (Antinews): Do.
8962 * abbrevs.texi (Defining Abbrevs): Do.
8963
8964 * programs.texi (Info Lookup): Fix keybinding for
8965 info-lookup-symbol.
8966
89672004-06-16 Juanma Barranquero <lektu@terra.es>
8968
8969 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, EMACSSOURCES):
8970 Add emacs-xtra.
8971 ($(infodir)/emacs-xtra, emacs-xtra.dvi): New dependencies.
8972 (clean): Add emacs-xtra and flymake. Remove redundancies.
8973
89742004-06-15 Luc Teirlinck <teirllm@auburn.edu>
8975
8976 * Makefile.in (INFO_TARGETS, DVI_TARGETS, ../info/emacs-xtra):
8977 Add emacs-xtra.
8978 * emacs-xtra.texi: New file.
8979
89802004-06-14 Luc Teirlinck <teirllm@auburn.edu>
8981
8982 * dired.texi (Dired Enter): Mention conditions on `ls' switches.
8983 (Dired and Find): Mention differences with ordinary Dired buffers.
8984
8cf51b2c
GM
89852004-06-13 Richard M. Stallman <rms@gnu.org>
8986
8987 * custom.texi (Init Syntax): Explain about vars that do special
8988 things when set with setq or with Custom.
8989 (Init Examples): Add line-number-mode example.
8990
8cf51b2c
GM
89912004-06-12 Juri Linkov <juri@jurta.org>
8992
8993 * dired.texi (Operating on Files): Add dired-do-touch.
8994
8cf51b2c
GM
89952004-06-10 Juri Linkov <juri@jurta.org>
8996
8997 * building.texi (Lisp Eval): Add C-M-x on defface.
8998
89992004-06-08 Luc Teirlinck <teirllm@auburn.edu>
9000
9001 * files.texi (Reverting): Auto-Revert mode and
9002 Global Auto-Revert mode no longer revert remote files.
9003
8cf51b2c
GM
90042004-05-29 Richard M. Stallman <rms@gnu.org>
9005
9006 * custom.texi (Init File): Two dashes start --no-site-file.
9007
8cf51b2c
GM
90082004-05-29 Alan Mackenzie <acm@muc.de>
9009
9010 * programs.texi: Update for CC Mode 5.30 and incidental amendments.
10d1d0af 9011 ("AWK"): Is consistently thus spelled throughout.
8cf51b2c
GM
9012 (AWK, Pike): Document as "C-like modes".
9013 (@kbd{M-j}): Document as alternative to @kbd{C-M-j}.
9014 (M-x man): Supersedes M-x manual-entry.
9015 Add numerous index entries. Correct "ESC a/e" to "M-a/e".
9016
9017 ("Comments in C"): Delete node; the info is in CC Mode manual.
9018 (c-comment-only-line-offset): Remove description.
9019
9020 (C-c ., C-c C-c): Describe new C Mode bindings.
9021
9022 (C-u TAB, indent-code-rigidly, c-indent-exp, c-tab-always-indent)
9023 (@dfn{Style}, c-default-style, comment-column, comment-padding)
9024 (c-up-conditional, c-beginning-of-statement, c-end-of-statement):
9025 Amend definitions.
9026
9027 (c-beginning-of-defun, c-end-of-defun, c-context-line-break):
9028 Describe functions.
9029
9030 (c-comment-start-regexp, c-hanging-comment-ender-p)
9031 (c-hanging-comment-starter-p): Remove obsolete definitions.
9032
9033 * emacs.texi: Remove the menu entry "Comments in C".
9034
8cf51b2c
GM
90352004-05-27 Luc Teirlinck <teirllm@auburn.edu>
9036
9037 * dired.texi (Dired and Find): `find-ls-option' does not apply to
9038 `M-x locate'.
9039
90402004-05-16 Karl Berry <karl@gnu.org>
9041
9042 * emacs.texi (ack.texi) [@ifnottex]: Change condition; with @ifinfo,
9043 makeinfo --html fails.
9044 * help.texi (Help Summary) [@ifnottex]: Likewise.
9045
90462004-05-13 Nick Roberts <nickrob@gnu.org>
9047
9048 * building.texi (GDB Graphical Interface): Update and describe
9049 layout first.
9050
8cf51b2c
GM
90512004-05-04 Jason Rumney <jasonr@gnu.org>
9052
9053 * makefile.w32-in: Revert last change.
9054
90552004-05-03 Jason Rumney <jasonr@gnu.org>
9056
9057 * makefile.w32-in (MULTI_INSTALL_INFO, ENVADD): Use forward slashes.
9058
8cf51b2c
GM
90592004-04-23 Juanma Barranquero <lektu@terra.es>
9060
9061 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
9062
90632004-04-18 Juri Linkov <juri@jurta.org>
9064
9065 * fixit.texi (Spelling): Remove file extension from ispell xref.
9066
90672004-04-15 Kim F. Storm <storm@cua.dk>
9068
9069 * cmdargs.texi (Initial Options): Add -Q.
9070
90712004-04-05 Kim F. Storm <storm@cua.dk>
9072
9073 * custom.texi (File Variables): Add safe-local-eval-forms.
9074
8cf51b2c
GM
90752004-04-02 Luc Teirlinck <teirllm@auburn.edu>
9076
9077 * files.texi (Reverting): Correct description of revert-buffer's
9078 handling of point.
9079
90802004-03-22 Juri Linkov <juri@jurta.org>
9081
9082 * emacs.texi (Top): Add `Misc X'.
9083
49823426 9084 * trouble.texi: Fix help key bindings.
8cf51b2c
GM
9085
9086 * glossary.texi: Improve references.
9087
9088 * help.texi: Sync keywords with finder.el.
9089
9090 * mini.texi (Completion): Add description for menu items.
9091
9092 * misc.texi (Browse-URL, FFAP): Add information about keywords.
9093
9094 * sending.texi (Mail Methods): Fix xref to Message manual.
9095
8cf51b2c
GM
90962004-03-12 Richard M. Stallman <rms@gnu.org>
9097
8cf51b2c
GM
9098 * buffers.texi (Misc Buffer): Add index entry for rename-uniquely.
9099
8cf51b2c
GM
91002004-03-04 Richard M. Stallman <rms@gnu.org>
9101
9102 * search.texi (Regexps): Explain that ^ and $ have their
9103 special meanings only in certain contexts.
9104
9105 * programs.texi (Expressions): Doc C-M-SPC as alias for C-M-@.
9106
9107 * mule.texi (Specify Coding): Doc C-x RET F.
9108
9109 * buffers.texi (Misc Buffer): Explain use of M-x rename-uniquely
9110 for multiple compile and grep buffers.
9111 (Indirect Buffers): Don't recommand clone-indirect-buffer
9112 for multiple compile and grep buffers.
9113
8cf51b2c
GM
91142004-02-29 Juanma Barranquero <lektu@terra.es>
9115
9116 * makefile.w32-in (mostlyclean, clean, maintainer-clean):
9117 Use $(DEL) instead of rm, and ignore exit code.
9118
8cf51b2c
GM
91192004-02-23 Nick Roberts <nick@nick.uklinux.net>
9120
9121 * building.texi (Watch Expressions): Update.
9122
91232004-02-21 Juri Linkov <juri@jurta.org>
9124
1c6c854e
CS
9125 * cmdargs.texi (Action Arguments): Add alias --find-file.
9126 Add --directory, --help, --version. Move text about command-line-args
8cf51b2c
GM
9127 to Command Arguments.
9128 (Initial Options): Add @cindex for --script. Fix @cindex for -q.
9129 Add --no-desktop. Add alias --no-multibyte, --no-unibyte.
9130 (Window Size X): Join -g and --geometry. Add @cindex.
9131 (Borders X): Fix @cindex for -ib. Add @cindex for -bw.
9132 (Title X): Remove alias -title.
9133 (Misc X): New node.
9134
c8763fb6 91352004-02-15 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
9136
9137 * frames.texi (Drag and drop): Add Motif to list of supported
9138 protocols.
9139
c8763fb6 91402004-02-03 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
9141
9142 * frames.texi (Drag and drop): New section.
9143
91442004-01-24 Richard M. Stallman <rms@gnu.org>
9145
1c6c854e 9146 * emacs.texi (Acknowledgments): Rename from Acknowledgements.
8cf51b2c
GM
9147 Include it only @ifnotinfo. Patch the preceding and following
9148 node headers to point to each other.
9149
91502004-01-11 Glenn Morris <gmorris@ast.cam.ac.uk>
9151
9152 * calendar.texi (Appointments): Update section.
9153
91542003-12-29 Kevin Ryde <user42@zip.com.au>
9155
8cf51b2c
GM
9156 * programs.texi (C Modes): Fix the xref.
9157
91582003-12-23 Nick Roberts <nick@nick.uklinux.net>
9159
9160 * building.texi (Watch Expressions): Update.
9161 (Commands of GUD): Include use of toolbar + breakpoints set from
9162 fringe/margin.
9163
91642003-12-03 Andre Spiegel <spiegel@gnu.org>
9165
9166 * files.texi: Say how to disable VC. Suggested by Alan Mackenzie
9167 <acm@muc.de>.
9168
c8763fb6 91692003-11-29 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
9170
9171 * frames.texi (Dialog Boxes): Add use-file-dialog.
9172
8cf51b2c
GM
91732003-11-22 Martin Stjernholm <bug-cc-mode@gnu.org>
9174
9175 * ack.texi: Note that Alan Mackenzie contributed the AWK support
9176 in CC Mode.
9177
8cf51b2c
GM
91782003-11-02 Jesper Harder <harder@ifa.au.dk> (tiny change)
9179
9180 * man/ack.texi, man/basic.texi, man/cmdargs.texi:
9181 * man/commands.texi, man/custom.texi, man/display.texi:
49823426 9182 * man/emacs.texi, man/files.texi:
8cf51b2c
GM
9183 * man/frames.texi, man/glossary.texi, man/killing.texi:
9184 * man/macos.texi, man/mark.texi, man/misc.texi, man/msdog.texi:
9185 * man/mule.texi, man/rmail.texi, man/search.texi:
49823426
GM
9186 * man/sending.texi, man/text.texi, man/trouble.texi:
9187 Replace @sc{ascii} and ASCII with @acronym{ASCII}.
8cf51b2c
GM
9188
91892003-11-01 Alan Mackenzie <acm@muc.de>
9190
9191 * search.texi (Scrolling During Incremental Search): Document a
9192 new scrolling facility in isearch mode.
9193
8cf51b2c
GM
91942003-10-22 Miles Bader <miles@gnu.org>
9195
9196 * Makefile.in (info): Move before $(top_srcdir)/info.
9197
91982003-10-22 Nick Roberts <nick@nick.uklinux.net>
9199
9200 * building.texi (Watch Expressions): Update section on data display
9201 to reflect code changes (GDB Graphical Interface).
9202
8cf51b2c
GM
92032003-10-13 Richard M. Stallman <rms@gnu.org>
9204
9205 * xresources.texi (GTK resources): Clean up previous change.
9206
c8763fb6 92072003-10-12 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
9208
9209 * xresources.texi (GTK resources): Add a note that some themes
9210 disallow customizations. Add scroll theme example.
9211
8cf51b2c
GM
92122003-09-30 Richard M. Stallman <rms@gnu.org>
9213
8cf51b2c
GM
9214 * cmdargs.texi (General Variables): Remove MAILRC envvar.
9215
9216 * misc.texi (Saving Emacs Sessions): Shorten the section,
9217 collapsing back into one node.
9218
92192003-09-30 Lars Hansen <larsh@math.ku.dk>
9220
9221 * misc.texi: Section "Saving Emacs Sessions" rewritten.
9222
ce058493 92232003-09-29 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
9224
9225 * xresources.texi (GTK names in Emacs): Correct typo.
9226
8cf51b2c
GM
92272003-09-24 Luc Teirlinck <teirllm@mail.auburn.edu>
9228
1c6c854e
CS
9229 * cmdargs.texi (Font X): Mention new default font.
9230 More fully describe long font names, wildcard patterns and the
8cf51b2c
GM
9231 problems involved. (Result of discussion on emacs-devel.)
9232
92332003-09-22 Luc Teirlinck <teirllm@mail.auburn.edu>
9234
9235 * emacs.texi (Acknowledgements): Correct typo.
9236
92372003-09-22 Richard M. Stallman <rms@gnu.org>
9238
9239 * dired.texi (Misc Dired Commands): New node.
9240 (Dired Navigation): Add dired-goto-file.
9241
9242 * files.texi (File Aliases, Misc File Ops): Add @cindex entries.
9243
9244 * emacs.texi (Acknowledgements): New node, split from Distribution.
9245
9246 * cmdargs.texi (Action Arguments): -f reads interactive args.
9247
8cf51b2c
GM
92482003-09-08 Lute Kamstra <lute@gnu.org>
9249
9250 * screen.texi (Mode Line): Say that POS comes before LINE.
9251 Mention `size-indication-mode'.
1c6c854e
CS
9252 * display.texi (Optional Mode Line):
9253 Document `size-indication-mode'.
8cf51b2c
GM
9254 * basic.texi (Position Info): Mention `size-indication-mode'.
9255
92562003-09-07 Luc Teirlinck <teirllm@mail.auburn.edu>
9257
9258 * xresources.texi (Resources): Refer to `editres' man page.
9259 (Lucid Resources): Update defaults. Expand description of
9260 `shadowThickness'.
9261
92622003-09-04 Miles Bader <miles@gnu.org>
9263
9264 * Makefile.in (top_srcdir): New variable.
9265 ($(top_srcdir)/info): New rule.
9266 (info): Depend on it.
9267
92682003-09-03 Peter Runestig <peter@runestig.com>
9269
9270 * makefile.w32-in: New file.
9271
92722003-08-29 Richard M. Stallman <rms@gnu.org>
9273
9274 * misc.texi (Saving Emacs Sessions): Correct previous change.
9275
8cf51b2c
GM
92762003-08-19 Luc Teirlinck <teirllm@mail.auburn.edu>
9277
8cf51b2c
GM
9278 * emacs.texi (Top): Update menu to reflect new Keyboard Macros chapter.
9279 (Intro): Include kmacro.texi after fixit.texi instead of after
9280 custom.texi. (As suggested by Kim Storm.)
9281
92822003-08-18 Luc Teirlinck <teirllm@mail.auburn.edu>
9283
9284 * fixit.texi (Fixit): Update `Next' pointer.
9285 * files.texi (Files): Update `Previous' pointer.
9286 * kmacro.texi (Keyboard Macros): Remove redundant node and section.
9287 * emacs.texi (Intro): Include kmacro.texi after custom.texi.
9288 (Suggested by Kim Storm.)
9289 * Makefile (EMACSSOURCES): Add kmacro.texi. (Suggested by Kim Storm.)
9290
92912003-08-18 Kim F. Storm <storm@cua.dk>
9292
9293 * kmacro.texi: New file describing enhanced keyboard macro
9294 functionality. Replaces old description in custom.texi.
9295
9296 * custom.texi (Customization): Add xref to Keyboard Macros chapter.
9297 (Keyboard Macros): Move to new kmacro.texi file.
9298
9299 * emacs.texi (Keyboard Macros): Reference new keyboard macro topics.
9300
8cf51b2c
GM
93012003-08-17 Edward M. Reingold <reingold@emr.cs.iit.edu>
9302
9303 * calendar.texi (Specified Dates): Add `calendar-goto-day-of-year'.
9304
93052003-08-17 Alex Schroeder <alex@gnu.org>
9306
9307 * misc.texi (Saving Emacs Sessions): Manual M-x desktop-save not
9308 required.
9309
8cf51b2c
GM
93102003-08-05 Richard M. Stallman <rms@gnu.org>
9311
9312 * programs.texi (Lisp Indent): Don't describe
9313 lisp-indent-function property here. Use xref to Lisp Manual.
9314
8cf51b2c
GM
93152003-08-03 Glenn Morris <gmorris@ast.cam.ac.uk>
9316
fffa137c 9317 * calendar.texi (Date Formats): Document changed behavior of
8cf51b2c
GM
9318 abbreviations.
9319
93202003-07-24 Markus Rost <rost@math.ohio-state.edu>
9321
9322 * buffers.texi (List Buffers): Fix previous change.
9323
8cf51b2c
GM
93242003-07-13 Markus Rost <rost@math.ohio-state.edu>
9325
9326 * buffers.texi (List Buffers): Adjust to new format of *Buffer
9327 List*.
9328
93292003-07-07 Luc Teirlinck <teirllm@mail.auburn.edu>
9330
8cf51b2c
GM
9331 * display.texi (Font Lock): Fix typo.
9332
93332003-07-07 Richard M. Stallman <rms@gnu.org>
9334
9335 * display.texi (Font Lock): Add xref for format info on
9336 font-lock-remove-keywords.
9337
9338 * building.texi (Compilation): Document what happens with asynch
9339 children of compiler process.
9340
9341 * help.texi (Library Keywords): Use @multitable.
9342
8cf51b2c
GM
93432003-06-04 Richard M. Stallman <rms@gnu.org>
9344
9345 * programs.texi (Expressions): Delete C-M-DEL.
9346
9347 * misc.texi (Shell Options): Clarify comint-scroll-show-maximum-output.
9348 comint-move-point-for-output renamed from
9349 comint-scroll-to-bottom-on-output.
9350
9351 * custom.texi (Init Rebinding): Replace previous change with xref.
9352 (Non-ASCII Rebinding): Explain that issue more briefly here.
9353
93542003-05-28 Richard M. Stallman <rms@gnu.org>
9355
9356 * indent.texi (Indentation): Condense, simplify, clarify prev change.
9357
93582003-05-28 Nick Roberts <nick@nick.uklinux.net>
9359
9360 * building.texi (GDB Graphical Interface): New node.
9361 (Rewritten somewhat by RMS.)
9362
c8763fb6 93632003-05-28 Kai Großjohann <kai.grossjohann@gmx.net>
8cf51b2c
GM
9364
9365 * custom.texi (Init Rebinding): Xref Non-ASCII Rebinding, for
9366 non-English letters. Explain how to set coding systems correctly
9367 and how to include the right coding cookie in the file.
9368
c8763fb6 93692003-05-22 Kai Großjohann <kai.grossjohann@gmx.net>
8cf51b2c
GM
9370
9371 * indent.texi (Indentation): Explain the concepts.
9372 (Just Spaces): Explain why preventing tabs for indentation might
9373 be useful.
9374
8cf51b2c
GM
93752003-04-16 Richard M. Stallman <rms@gnu.org>
9376
9377 * search.texi (Regexps): Ref to Lisp manual for more regexp features.
9378
8cf51b2c
GM
93792003-02-22 Alex Schroeder <alex@emacswiki.org>
9380
9381 * cmdargs.texi (General Variables): Document SMTPSERVER.
9382
8cf51b2c
GM
9383 * sending.texi: Remove SMTP node.
9384 (Mail Sending): Describe `send-mail-function'. Link to SMTP
9385 library.
9386
8cf51b2c
GM
93872003-02-22 Alex Schroeder <alex@emacswiki.org>
9388
9389 * sending.texi (Sending via SMTP): Explain MTA/MUA.
9390
93912003-02-22 Simon Josefsson <jas@extundo.com>
9392
9393 * sending.texi (Mail Methods): Add node about SMTP.
9394
c8763fb6 93952003-02-17 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
9396
9397 * xresources.texi (GTK names in Emacs): Add emacs-toolbar - GtkToolbar.
9398
8cf51b2c
GM
93992003-02-01 Kevin Ryde <user42@zip.com.au>
9400
9401 * glossary.texi (Glossary): Correction to cl cross reference.
9402
94032003-01-20 Richard M. Stallman <rms@gnu.org>
9404
9405 * killing.texi (Rectangles): Document C-x c r.
9406
c8763fb6 94072003-01-19 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
9408
9409 * xresources.texi (GTK resources): New node.
9410 (GTK widget names): New node.
9411 (GTK names in Emacs): New node.
9412 (GTK styles): New node.
9413
c8763fb6 94142003-01-09 Francesco Potortì <pot@gnu.org>
8cf51b2c
GM
9415
9416 * maintaining.texi (Create Tags Table): Add reference to the new
9417 `etags --help --lang=LANG' option.
9418
8cf51b2c
GM
94192002-10-02 Karl Berry <karl@gnu.org>
9420
49823426 9421 * emacs.texi: Per rms, update all manuals to use @copying instead of
630cb3b7 9422 @ifinfo. Also use @ifnottex instead of @ifinfo around the top node,
49823426 9423 where needed for the sake of the HTML output.
8cf51b2c
GM
9424
94252001-12-20 Eli Zaretskii <eliz@is.elta.co.il>
9426
9427 * Makefile.in (EMACSSOURCES): Update the list of Emacs manual
9428 source files.
9429
94302001-11-16 Eli Zaretskii <eliz@is.elta.co.il>
9431
9432 * Makefile.in (emacsman): New target.
9433
8cf51b2c
GM
94342001-10-20 Gerd Moellmann <gerd@gnu.org>
9435
9436 * (Version 21.1 released.)
9437
94382001-10-05 Gerd Moellmann <gerd@gnu.org>
9439
9440 * Branch for 21.1.
9441
8cf51b2c
GM
94422001-03-05 Gerd Moellmann <gerd@gnu.org>
9443
9444 * Makefile.in (mostlyclean, maintainer-clean): Delete more files.
9445
8cf51b2c
GM
94462000-05-31 Stefan Monnier <monnier@cs.yale.edu>
9447
9448 * .cvsignore (*.tmp): New entry. Seems to be used for @macro.
9449
8cf51b2c
GM
94501999-07-12 Richard Stallman <rms@gnu.org>
9451
9452 * Version 20.4 released.
9453
94541998-12-04 Markus Rost <rost@delysid.gnu.org>
9455
9456 * Makefile.in (INFO_TARGETS): Delete customize.info.
9457 (DVI_TARGETS): Delete customize.dvi.
9458 (../info/customize, customize.dvi): Targets deleted.
9459
94601998-08-19 Richard Stallman <rms@psilocin.ai.mit.edu>
9461
9462 * Version 20.3 released.
9463
94641998-05-06 Richard Stallman <rms@psilocin.gnu.org>
9465
9466 * Makefile.in (EMACSSOURCES): Add mule.texi.
9467 Add msdog.texi, ack.texi. Remove gnu1.texi.
9468
94691998-04-06 Andreas Schwab <schwab@gnu.org>
9470
768c0c0f
JB
9471 * Makefile.in (ENVADD): Environment vars to pass to texi2dvi.
9472 Use it in dvi targets.
8cf51b2c
GM
9473
94741997-09-23 Paul Eggert <eggert@twinsun.com>
9475
9476 * Makefile.in: Merge changes mistakenly made to `Makefile'.
9477 (INFO_TARGETS): Change ../info/custom to ../info/customize.
9478 (../info/customize): Rename from ../info/custom.
8cf51b2c
GM
9479
94801997-09-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9481
9482 * Version 20.2 released.
9483
94841997-09-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9485
9486 * Version 20.1 released.
9487
94881997-08-24 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9489
9490 * Makefile (../info/customize, customize.dvi): New targets.
9491 (INFO_TARGETS): Add ../info/customize.
9492 (DVI_TARGETS): Add customize.dvi.
9493
8cf51b2c
GM
94941996-08-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9495
9496 * Version 19.33 released.
9497
94981996-07-31 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9499
9500 * Version 19.32 released.
9501
8cf51b2c
GM
95021996-06-20 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9503
9504 * Makefile.in (All info targets): cd $(srcdir) to do the work.
9505
95061996-06-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9507
9508 * Makefile.in (All info targets): Specify $(srcdir) in input files.
9509 Specify -I option.
9510 (All dvi targets): Set the TEXINPUTS variable.
9511
95121996-05-25 Karl Heuer <kwzh@gnu.ai.mit.edu>
9513
9514 * Version 19.31 released.
9515
8cf51b2c
GM
95161995-11-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9517
9518 * Version 19.30 released.
9519
8cf51b2c
GM
95201995-02-07 Richard Stallman <rms@pogo.gnu.ai.mit.edu>
9521
9522 * Makefile.in (maintainer-clean): Rename from realclean.
9523
95241994-11-23 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9525
9526 * Makefile.in: New file.
9527 * Makefile: File deleted.
9528
95291994-11-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9530
9531 * Makefile (TEXINDEX_OBJS): Variable deleted.
9532 (texindex, texindex.o, getopt.o): Rules deleted.
9533 All deps on texindex deleted.
9534 (distclean): Don't delete texindex.
9535 (mostlyclean): Don't delete *.o.
9536 * texindex.c, getopt.c: Files deleted.
9537
95381994-09-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9539
9540 * Version 19.26 released.
9541
95421994-07-02 Richard Stallman (rms@gnu.ai.mit.edu)
9543
9544 * Makefile (EMACSSOURCES): Exclude undo.texi.
9545
95461994-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9547
9548 * Version 19.25 released.
9549
95501994-05-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9551
9552 * Version 19.24 released.
9553
95541994-05-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9555
9556 * Version 19.23 released.
9557
95581994-04-17 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9559
9560 * Makefile: Delete spurious tab.
9561
95621994-02-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9563
9564 * Makefile (.SUFFIXES): New rule.
9565
8cf51b2c
GM
95661993-12-04 Richard Stallman (rms@srarc2)
9567
9568 * getopt.c: New file.
9569 * Makefile (TEXINDEX_OBJS): Use getopt.o in this dir, not ../lib-src.
9570 (getopt.o): New rule.
9571 (dvi): Don't depend on texindex.
49823426 9572 (emacs.dvi): Depend on texindex.
8cf51b2c
GM
9573
95741993-12-03 Richard Stallman (rms@srarc2)
9575
49823426
GM
9576 * Makefile (TEXI2DVI): New variable.
9577 (emacs.dvi): Add explicit command.
8cf51b2c
GM
9578 (TEXINDEX_OBJS): Delete duplicate getopt.o.
9579
95801993-11-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9581
9582 * Version 19.22 released.
9583
95841993-11-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9585
9586 * Makefile (TEXINDEX_OBJS): Delete spurious period.
9587
95881993-11-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9589
9590 * Version 19.21 released.
9591
8cf51b2c
GM
95921993-11-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9593
9594 * Makefile (realclean): Don't delete the Info files.
9595
f0131492 95961993-10-25 Brian J. Fox (bfox@albert.gnu.ai.mit.edu)
8cf51b2c 9597
8cf51b2c
GM
9598 * frames.texi (Creating Frames): Mention `C-x 5' instead of `C-x
9599 4' where appropriate.
9600
f0131492 96011993-10-20 Brian J. Fox (bfox@ai.mit.edu)
8cf51b2c 9602
49823426 9603 * Makefile: Fix targets for texindex.
8cf51b2c
GM
9604
9605 * texindex.c: Include "../src/config.h" if building in emacs.
9606
9607 * Makefile: Change all files to FILENAME.texi, force all targets
49823426 9608 to be FILENAME, not FILENAME.info.
8cf51b2c
GM
9609 Add target to build texindex.c, defining `emacs'.
9610
8cf51b2c
GM
96111993-08-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9612
9613 * Version 19.19 released.
9614
8cf51b2c
GM
96151993-08-08 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9616
9617 * Version 19.18 released.
9618
96191993-07-20 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9620
9621 * Makefile: Fix source file names of the separate manuals.
8cf51b2c
GM
9622
96231993-07-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9624
9625 * Version 19.17 released.
9626
96271993-07-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9628
9629 * split-man: Fix typos in last change.
9630
96311993-07-06 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9632
9633 * Version 19.16 released.
9634
96351993-06-19 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9636
9637 * version 19.15 released.
9638
96391993-06-18 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9640
9641 * Makefile (distclean): It's rm, not rf.
9642
96431993-06-17 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9644
9645 * Version 19.14 released.
9646
96471993-06-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9648
9649 * Makefile: New file.
9650
96511993-06-08 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9652
9653 * Version 19.13 released.
9654
96551993-05-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9656
9657 * Version 19.9 released.
9658
96591993-05-25 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9660
9661 * Version 19.8 released.
9662
96631993-05-25 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9664
9665 * cmdargs.texi: Document the -i, -itype, and -iconic options.
9666
9667 * trouble.texi: It's `enable-flow-control-on', not
9668 `evade-flow-control-on'.
9669
96701993-05-24 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9671
9672 * display.texi: Document standard-display-european.
9673
96741993-05-22 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9675
9676 * Version 19.7 released.
9677
9678 * emacs.texi: Add a sentence to the top menu mentioning the
9679 specific version of Emacs this manual applies to.
9680
96811993-04-25 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
9682
9683 * basic.texi: Document next-line-add-lines variable used to
9684 implement down-arrow.
9685
9686 * killing.texi: Document kill-whole-line.
9687
96881993-04-18 Noah Friedman (friedman@nutrimat.gnu.ai.mit.edu)
9689
9690 * text.texi: Update unix TeX ordering information.
9691
96921993-03-26 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
9693
9694 * news.texi: Mention fill-rectangle in keybinding list.
9695
9696 * killing.texi: Document fill-rectangle.
9697
96981993-03-17 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
9699
9700 * vc.texi: Bring the docs up to date with VC 5.2.
9701
97021992-01-10 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
9703
9704 * emacs.tex: Mention blackbox and gomoku under Amusements.
9705 Assembler mode is now mentioned and appropriately indexed
9706 under Programming Modes.
9707
97081991-02-15 Robert J. Chassell (bob@wookumz.ai.mit.edu)
9709
9710 * emacs.tex: Update TeX ordering information.
9711
8cf51b2c
GM
97121990-06-26 David Lawrence (tale@geech)
9713
9714 * emacs.tex: Note that completion-ignored-extensions is not used
9715 to filter out names when all completions are displayed in
9716 *Completions*.
9717
97181990-05-25 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
9719
9720 * texindex.tex: If USG, include sys/types.h and sys/fcntl.h.
9721
97221990-03-21 Jim Kingdon (kingdon@pogo.ai.mit.edu)
9723
9724 * emacs.tex: Add @findex grep.
9725
8cf51b2c
GM
97261988-08-16 Robert J. Chassell (bob@frosted-flakes.ai.mit.edu)
9727
9728 * emacs.tex: Correct two typos. No other changes before
9729 Version 19 will be made.
9730
8cf51b2c
GM
97311988-05-23 Robert J. Chassell (bob@frosted-flakes.ai.mit.edu)
9732
9733 * emacs.tex: Update information for obtaining TeX distribution from the
9734 University of Washington.
9735
9736;; Local Variables:
c8763fb6 9737;; coding: utf-8
8cf51b2c
GM
9738;; End:
9739
ab422c4d 9740 Copyright (C) 1993-1999, 2001-2013 Free Software Foundation, Inc.
8cf51b2c
GM
9741
9742 This file is part of GNU Emacs.
9743
352c8b4a 9744 GNU Emacs is free software: you can redistribute it and/or modify
8cf51b2c 9745 it under the terms of the GNU General Public License as published by
352c8b4a
GM
9746 the Free Software Foundation, either version 3 of the License, or
9747 (at your option) any later version.
8cf51b2c
GM
9748
9749 GNU Emacs is distributed in the hope that it will be useful,
9750 but WITHOUT ANY WARRANTY; without even the implied warranty of
9751 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
9752 GNU General Public License for more details.
9753
9754 You should have received a copy of the GNU General Public License
352c8b4a 9755 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.