spam.el: Fix last change
[bpt/emacs.git] / doc / emacs / ChangeLog
CommitLineData
c5bc2d1d 12012-12-03 Chong Yidong <cyd@gnu.org>
547d6865
CY
2
3 * custom.texi (Init Rebinding): kbd is now a function (Bug#13052).
4
1cbaa705
KR
52012-12-02 Kevin Ryde <user42@zip.com.au>
6
7 * maintaining.texi (Tag Syntax): Mention (defvar foo) handling.
8
00054d21
KR
92012-12-01 Kevin Ryde <user42@zip.com.au>
10
11 * maintaining.texi (Tag Syntax): Mention Perl's "use constant".
12
c07a6ded
PE
132012-11-24 Paul Eggert <eggert@cs.ucla.edu>
14
15 * doclicense.texi, gpl.texi: Update to latest version from FSF.
16 These are just minor editorial changes.
17
6ef2e5ef 182012-11-21 Dani Moncayo <dmoncayo@gmail.com>
d1a355a1
DM
19
20 * display.texi (Auto Scrolling): Fix some inaccuracies, plus
21 clarifications (Bug#12865).
22 (Horizontal Scrolling): Clarifications.
23
2ac9538d 242012-11-18 Dani Moncayo <dmoncayo@gmail.com>
0a27d94c
DM
25
26 * mark.texi (Disabled Transient Mark): Doc fixes (Bug#12746).
27
a33da68b
EZ
282012-11-16 Eli Zaretskii <eliz@gnu.org>
29
30 * trouble.texi (Crashing): Add information about MS-Windows and
31 the emacs_backtrace.txt file. (Bug#12908)
32
f78ee6af 332012-11-13 Chong Yidong <cyd@gnu.org>
0f5414fc
CY
34
35 * building.texi (Multithreaded Debugging): gdb-stopped-hooks is
36 actually named gdb-stopped-functions.
37
f78ee6af 382012-11-13 Glenn Morris <rgm@gnu.org>
adad6d8f
GM
39
40 * misc.texi (Single Shell): Mention async-shell-command-buffer.
41
19e09879
GM
422012-11-10 Glenn Morris <rgm@gnu.org>
43
44 * misc.texi (Terminal emulator): Rename `term-face' to `term'.
45
ef7238c3
GM
46 * emacs.texi (Acknowledgments): Add profiler author.
47 * ack.texi (Acknowledgments): Add some recent contributions.
48
6baf66d5 492012-11-10 Chong Yidong <cyd@gnu.org>
4c1f6a5b 50
9d9e48d9
CY
51 * files.texi (Diff Mode): Doc fixes for
52 diff-delete-trailing-whitespace (Bug#12831).
53
4c1f6a5b
CY
54 * trouble.texi (Crashing): Copyedits.
55
6baf66d5 562012-11-10 Glenn Morris <rgm@gnu.org>
26f59676
GM
57
58 * files.texi (Diff Mode): Trailing whitespace updates.
59
6baf66d5 602012-11-10 Chong Yidong <cyd@gnu.org>
cce0aa5a 61
4eeba558
CY
62 * misc.texi (Terminal emulator): Document Term mode faces.
63
7d806bfe
CY
64 * mini.texi (Basic Minibuffer): New node. Document
65 minibuffer-electric-default-mode.
66
67 * display.texi (Visual Line Mode): Fix index entry.
68
cce0aa5a
CY
69 * buffers.texi (Several Buffers): List Buffer Menu command anmes,
70 and index the keybindings. Document tabulated-list-sort.
71 (Kill Buffer): Capitalize Buffer Menu.
72
73 * trouble.texi (Memory Full): Capitalize Buffer Menu.
74
6baf66d5 752012-11-10 Eli Zaretskii <eliz@gnu.org>
bff6f241
EZ
76
77 * display.texi (Auto Scrolling): Clarify that scroll-step is
78 ignored when scroll-conservatively is set to a non-zero value.
79 (Bug#12801)
80
6baf66d5 812012-11-10 Chong Yidong <cyd@gnu.org>
766376c6
CY
82
83 * dired.texi (Dired Updating): Doc fix (Bug#11744).
84
87288971
MA
852012-10-30 Michael Albinus <michael.albinus@gmx.de>
86
87 * trouble.texi (Known Problems): Mention command `debbugs-gnu-usertags'.
88
fc83c2de
CY
892012-10-29 Chong Yidong <cyd@gnu.org>
90
91 * dired.texi (Shell Commands in Dired): Document changes to the
92 dired-do-async-shell-command.
93
82b21017
GM
942012-10-28 Glenn Morris <rgm@gnu.org>
95
96 * ack.texi (Acknowledgments): Mention gv.el.
97
caa5e5a4
BG
982012-10-27 Bastien Guerry <bzg@gnu.org>
99
100 * screen.texi (Menu Bar): Fix typo.
101
05b621a6
CY
1022012-10-27 Chong Yidong <cyd@gnu.org>
103
104 * frames.texi (Mouse Avoidance): Mention new variable
105 mouse-avoidance-banish-position.
106
107 * programs.texi (Which Function): Which Function mode now works in
108 all major modes by default.
109
110 * mule.texi (Recognize Coding): Remove an unreferenced vindex.
111
112 * files.texi (Misc File Ops): Symbolic links on Windows only work
113 on Vista and later.
114
115 * building.texi (Compilation): Document compilation-always-kill.
116
117 * search.texi (Symbol Search): New node.
118
119 * package.texi (Package Menu): Document the "new" status.
120
121 * windows.texi (Window Choice): Don't refer to the obsolete
122 special-display feature.
123
cd996018
CY
1242012-10-24 Chong Yidong <cyd@gnu.org>
125
126 * mule.texi (Text Coding): set-buffer-file-coding-system can now
127 be invoked from the mode line.
128
129 * dired.texi (Dired Deletion, Marks vs Flags): Document Emacs 24.3
130 changes to the mark and unmark commands.
131 (Comparison in Dired): Document chages to dired-diff. Remove M-=,
132 which is no longer bound to dired-backup-diff.
133
fe605b94
BG
1342012-10-23 Bastien Guerry <bzg@gnu.org>
135
9eadb1a9
BG
136 * text.texi (Org Authoring): Use a comma after @ref to avoid the
137 insertion of a period in the Info output.
fe605b94 138
d1069532
SM
1392012-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
140
141 * custom.texi (Hooks): Clarify that -hooks is deprecated.
142
1fb3aa3f
CY
1432012-10-23 Chong Yidong <cyd@gnu.org>
144
145 * kmacro.texi (Edit Keyboard Macro): Fix typo.
146
f42f1094
DM
1472012-10-18 Dani Moncayo <dmoncayo@gmail.com>
148
149 * mini.texi (Completion Options): Fix off-by-one error. (Bug#12644)
150
6c24e35f
GM
1512012-10-17 Glenn Morris <rgm@gnu.org>
152
153 * mini.texi (Repetition): Further copyedit.
154
429cdb05
DM
1552012-10-17 Dani Moncayo <dmoncayo@gmail.com>
156
157 * mini.texi (Repetition): Copyedit.
158
e5a94ec4
JL
1592012-10-16 Juri Linkov <juri@jurta.org>
160
161 * search.texi (Query Replace): Document multi-buffer replacement
162 keys. (Bug#12655)
163
164 * maintaining.texi (Tags Search): Change link "Replace" to
165 "Query Replace".
166
73f2b4ab
CY
1672012-10-13 Chong Yidong <cyd@gnu.org>
168
169 * files.texi (File Conveniences): ImageMagick enabled by default.
170
d8e213eb
DM
1712012-10-10 Dani Moncayo <dmoncayo@gmail.com>
172
173 * basic.texi (Arguments): Fix typos.
174
b859a383
GM
1752012-10-08 Glenn Morris <rgm@gnu.org>
176
cad4f290
GM
177 * cal-xtra.texi (Calendar Customizing): Mention calendar-month-header.
178
b859a383
GM
179 * calendar.texi (Writing Calendar Files): Mention cal-html-holidays.
180
f1f4dba0
GM
1812012-10-06 Glenn Morris <rgm@gnu.org>
182
183 * calendar.texi (Writing Calendar Files): Tweak week descriptions.
184 Mention cal-tex-cursor-week2-summary.
185
c6b68a28
CY
1862012-10-06 Chong Yidong <cyd@gnu.org>
187
188 * mini.texi (Passwords): Fix typo.
189
751bac18
GM
1902012-10-02 Glenn Morris <rgm@gnu.org>
191
192 * maintaining.texi (VC Directory Commands):
193 Remove duplicate `q' entry. (Bug#12553)
194
48de8b12
CY
1952012-09-30 Chong Yidong <cyd@gnu.org>
196
197 * killing.texi (Rectangles): Document copy-rectangle-as-kill.
198
199 * search.texi (Special Isearch): Document the lax space search
200 feature and M-s SPC.
201 (Regexp Search): Move main search-whitespace-regexp description to
202 Special Isearch.
203 (Replace): Document replace-lax-whitespace.
204
205 * basic.texi (Position Info): Document C-u M-=.
206 (Moving Point): Document move-to-column.
207
208 * display.texi (Useless Whitespace): Add delete-trailing-lines.
209
210 * misc.texi (emacsclient Options): Document the effect of
211 initial-buffer-choice on client frames. Document server-auth-dir.
212 Do not document server-host, which is bad security practice.
213
214 * building.texi (Lisp Libraries): Docstring lookups can trigger
215 autoloading. Document help-enable-auto-load.
216
217 * mini.texi (Yes or No Prompts): New node.
218
219 * ack.texi (Acknowledgments): Remove obsolete packages.
220
4695c850
GM
2212012-09-27 Glenn Morris <rgm@gnu.org>
222
223 * cal-xtra.texi (Advanced Calendar/Diary Usage):
224 Rename the section to be more general.
225 * emacs.texi: Update menu.
226
e109c4a6
CY
2272012-09-23 Chong Yidong <cyd@gnu.org>
228
229 * buffers.texi (Misc Buffer): Replace toggle-read-only with
230 read-only-mode.
231
232 * files.texi (Visiting): Likewise.
233
2e83df57
PE
2342012-09-22 Paul Eggert <eggert@cs.ucla.edu>
235
236 * trouble.texi (Crashing): Document ulimit -c.
237
58f3a196
PE
2382012-09-21 Paul Eggert <eggert@cs.ucla.edu>
239
240 * trouble.texi (Crashing): Document addr2line.
241
4ef1567b
CY
2422012-09-19 Chong Yidong <cyd@gnu.org>
243
244 * killing.texi (Yanking): Minor clarification (Bug#12469).
245
9e9da873
CY
2462012-09-17 Chong Yidong <cyd@gnu.org>
247
248 * building.texi (GDB User Interface Layout): Remove reference to
249 removed variable gdb-use-separate-io-buffer (Bug#12454).
250
0979429b
J
2512012-09-08 Jambunathan K <kjambunathan@gmail.com>
252
253 * regs.texi (Text Registers): `C-x r +' can now be used instead of
254 M-x append-to-register. New option `register-separator'.
255 (Number Registers): Mention that `C-x r +' is polymorphic.
256
14ba4cf3
CY
2572012-09-07 Chong Yidong <cyd@gnu.org>
258
259 * windows.texi (Window Choice): Don't mention obsolete
260 display-buffer-reuse-frames.
261
cf29dd84
PE
2622012-09-04 Paul Eggert <eggert@cs.ucla.edu>
263
264 Give more-useful info on a fatal error (Bug#12328).
265 * trouble.texi (Crashing): New section, documenting this.
266
aa0ecd94
MA
2672012-08-24 Michael Albinus <michael.albinus@gmx.de>
268
0979429b
J
269 * cmdargs.texi (General Variables):
270 Setting $DBUS_SESSION_BUS_ADDRESS to a dummy value suppresses
271 connections to the D-Bus session bus. (Bug#12112)
aa0ecd94 272
ba025fbd
EZ
2732012-08-14 Eli Zaretskii <eliz@gnu.org>
274
275 * building.texi (Debugger Operation): Correct and improve
276 documentation of the GUD Tooltip mode.
277
0c51ff6d
CY
2782012-07-31 Chong Yidong <cyd@gnu.org>
279
280 * emacs.texi: Fix ISBN (Bug#12080).
281
35b6586e
CY
2822012-08-05 Chong Yidong <cyd@gnu.org>
283
284 * display.texi (Faces): Document frame-background-mode (Bug#7774).
285
286 * custom.texi (Face Customization): Move discussion of face
287 inheritance here, from Faces section.
288
0e1a094f 2892012-07-28 Eli Zaretskii <eliz@gnu.org>
3dfa7993
EZ
290
291 * frames.texi (Mouse Commands): Fix the description of mouse-2.
292 (Bug#11958)
293
e32a12b5
CY
2942012-07-19 Chong Yidong <cyd@gnu.org>
295
296 * emacs.texi: Update ISBN.
297
9ea10cc3
CY
2982012-07-17 Chong Yidong <cyd@gnu.org>
299
300 * basic.texi (Inserting Text): Replace ucs-insert with
301 insert-char. Provide more details of input.
302
303 * mule.texi (International Chars, Input Methods): Likewise.
304
b68b3337
CY
3052012-07-13 Chong Yidong <cyd@gnu.org>
306
dea31bd3
CY
307 * custom.texi (Examining): Update C-h v message.
308
b68b3337
CY
309 * buffers.texi (Misc Buffer): Document view-read-only.
310
ab4c47d3
CY
3112012-07-07 Chong Yidong <cyd@gnu.org>
312
313 * custom.texi (Init File): Index site-lisp (Bug#11435).
314
6edc3d28
CY
3152012-07-06 Chong Yidong <cyd@gnu.org>
316
317 * emacs.texi: Re-order top-level menu to correspond to logical
318 order, to avoid makeinfo warnings.
319
320 * ack.texi (Acknowledgments): Note new python.el.
321
3812efdc
CY
3222012-06-29 Chong Yidong <cyd@gnu.org>
323
324 * maintaining.texi (Basic VC Editing, VC Pull, Merging):
325 * basic.texi (Erasing, Basic Undo): Fix markup.
326
c8d3a25c 3272012-06-29 Glenn Morris <rgm@gnu.org>
50d5cb25
GM
328
329 * fixit.texi (Undo): Grammar fixes. (Bug#11779)
330
c8d3a25c 3312012-06-29 Michael Witten <mfwitten@gmail.com> (tiny change)
3b6f7280
MW
332
333 * fixit.texi (Undo): Fix typo. (Bug#11775)
334
65400531
GM
3352012-06-27 Glenn Morris <rgm@gnu.org>
336
337 * ack.texi (Acknowledgments): Tiny update.
338
ac1a0ce1 3392012-06-21 Glenn Morris <rgm@gnu.org>
2fecccba
GM
340
341 * Makefile.in: Rename infodir to buildinfodir throughout. (Bug#11737)
342
ddfbf826 3432012-06-17 Chong Yidong <cyd@gnu.org>
84f4a531 344
ddfbf826 345 * emacs.texi: Remove urlcolor setting. Update ISBN and edition number.
166bc0c8
CY
346
347 * anti.texi:
348 * building.texi:
349 * cmdargs.texi:
350 * custom.texi:
351 * display.texi:
352 * files.texi:
353 * frames.texi:
354 * glossary.texi:
355 * misc.texi:
356 * mule.texi:
357 * programs.texi:
358 * sending.texi:
359 * text.texi: Copyedits to avoid underfull/overfull in 7x9 manual.
360
85973ba0
MA
3612012-06-06 Michael Albinus <michael.albinus@gmx.de>
362
363 * custom.texi (Directory Variables): Mention enable-remote-dir-locals.
364
c1dabff0
GM
3652012-05-28 Glenn Morris <rgm@gnu.org>
366
367 * ack.texi, building.texi, calendar.texi, custom.texi:
368 * maintaining.texi, text.texi: Use @LaTeX rather than La@TeX.
369
abb9615e
GM
3702012-05-27 Glenn Morris <rgm@gnu.org>
371
bd39eb06
GM
372 * emacs.texi: Simplify following removal of node pointers.
373
abb9615e
GM
374 * ack.texi, anti.texi, basic.texi, buffers.texi, building.texi:
375 * cmdargs.texi, commands.texi, display.texi, emacs.texi:
376 * entering.texi, files.texi, fixit.texi, frames.texi, glossary.texi:
377 * gnu.texi, help.texi, indent.texi, killing.texi, kmacro.texi:
378 * m-x.texi, macos.texi, maintaining.texi, mark.texi, mini.texi:
379 * misc.texi, modes.texi, msdog.texi, mule.texi, programs.texi:
380 * regs.texi, screen.texi, search.texi, text.texi, trouble.texi:
381 * windows.texi, xresources.texi: Nuke hand-written node pointers.
382
6c200b4a
GM
3832012-05-22 Glenn Morris <rgm@gnu.org>
384
385 * emacs.texi (Acknowledgments): Add another contributor.
386
3fe7cdc8
GM
3872012-05-12 Glenn Morris <rgm@gnu.org>
388
389 * Makefile.in (MKDIR_P): New, set by configure.
390 (mkinfodir): Use $MKDIR_P.
391
dc0f75c8
GM
3922012-05-10 Glenn Morris <rgm@gnu.org>
393
b8a82b69
GM
394 * mule.texi (Disabling Multibyte): Replace the obsolete "unibyte: t"
395 with "coding: raw-text".
396
dc0f75c8
GM
397 * files.texi (Interlocking): Mention create-lockfiles option.
398
666b903b 3992012-05-09 Chong Yidong <cyd@gnu.org>
ed39e4e2
CY
400
401 * frames.texi (Mouse References, Mouse Commands): Fix index
402 entries (Bug#11362).
403
eceeb5fc 4042012-05-05 Glenn Morris <rgm@gnu.org>
bbba8869 405
eceeb5fc
CY
406 * custom.texi (Customization Groups, Custom Themes, Examining):
407 Improve page breaks.
408
409 * rmail.texi (Rmail Display): Use example rather than smallexample.
410
411 * calendar.texi: Convert inforefs to refs.
412
413 * dired.texi (Dired Enter): Improve page break.
414
415 * abbrevs.texi (Abbrev Concepts): Copyedits.
416
417 * maintaining.texi (Registering, Tag Syntax):
418 Tweak line and page breaks.
419
420 * programs.texi (Programs, Electric C): Copyedits.
421 (Program Modes): Add xref to Fortran.
422 (Left Margin Paren): Remove what was (oddly enough) the only use
423 of defvar in the entire Emacs manual.
424 (Hungry Delete): Remove footnote about ancient Emacs version.
425 (Other C Commands): Use example rather than smallexample.
426
427 * text.texi (Pages, Filling, Foldout, Org Mode, HTML Mode)
428 (Nroff Mode, Enriched Indentation, Table Rows and Columns):
429 Tweak line and page breaks.
430
431 * modes.texi (Major Modes, Minor Modes): Reword to improve page-breaks.
432 (Major Modes): Use example rather than smallexample.
bbba8869 433
eceeb5fc
CY
434 * mule.texi (Output Coding): Reword to improve page-breaks.
435
436 * frames.texi (Fonts): Tweak line and page breaks.
437 Use example rather than smallexample. Change cross-reference.
438 (Text-Only Mouse): Fix xref.
439
440 * buffers.texi (Buffers, Kill Buffer, Several Buffers)
441 (Indirect Buffers): Tweak line- and page-breaks.
442
443 * fixit.texi (Fixit, Undo): Reword to improve page-breaks.
444
8045b906
GM
4452012-05-04 Glenn Morris <rgm@gnu.org>
446
447 * Makefile.in (INFO_EXT, INFO_OPTS): New, set by configure.
448 (info, infoclean): Use $INFO_EXT.
449 ($(infodir)/emacs$(INFO_EXT)): Use $INFO_EXT and $INFO_OPT.
450 * makefile.w32-in (INFO_EXT, INFO_OPTS): New.
451 (INFO_TARGETS): Use $INFO_EXT.
452 ($(infodir)/emacs$(INFO_EXT)): Use $INFO_EXT and $INFO_OPT, and -o.
453
90207a15 4542012-05-02 Glenn Morris <rgm@gnu.org>
bbba8869
GM
455
456 * emacs.texi (@copying): Only print EDITION in the TeX version.
457
e2058813
GM
458 * search.texi (Regexp Search): Just say "Emacs".
459
a162959e
GM
460 * display.texi (Auto Scrolling):
461 Reword to avoid repetition and improve page break.
462
9eb25ee8
GM
463 * xresources.texi (Resources):
464 * mule.texi (Language Environments):
465 * misc.texi (Amusements):
466 * maintaining.texi (VC Change Log):
467 * frames.texi (Fonts):
468 * custom.texi (Specifying File Variables, Minibuffer Maps):
469 * cmdargs.texi (Initial Options):
470 * building.texi (Flymake):
471 Reword to remove/reduce some overly long/short lines.
472
a4289d0e
GM
4732012-04-27 Glenn Morris <rgm@gnu.org>
474
475 * emacs.texi: Some fixes for detailed menu.
476
1a72be46
GM
477 * emacs.texi: Add "et al." to authors.
478
16152b76
GM
479 * ack.texi, basic.texi, buffers.texi, building.texi:
480 * calendar.texi, cmdargs.texi, commands.texi, custom.texi:
481 * dired.texi, display.texi, emerge-xtra.texi, files.texi:
482 * fortran-xtra.texi, help.texi, kmacro.texi, mini.texi, misc.texi:
483 * msdog-xtra.texi, picture-xtra.texi, programs.texi, rmail.texi:
484 * search.texi, trouble.texi, windows.texi:
485 Use Texinfo recommended convention for quotes+punctuation.
486
578c1d4b 4872012-04-27 Eli Zaretskii <eliz@gnu.org>
84412f2c 488
578c1d4b
GM
489 * mule.texi (Bidirectional Editing): Improve indexing.
490 Minor wording tweaks.
84412f2c 491
467a33d0
CY
4922012-04-15 Chong Yidong <cyd@gnu.org>
493
494 * misc.texi (emacsclient Options): More clarifications.
495
e6fd457e 4962012-04-15 Glenn Morris <rgm@gnu.org>
05806f43 497
41be52d7
GM
498 * msdog.texi (Windows Printing): It doesn't set printer-name.
499
05806f43
GM
500 * mule.texi (Language Environments): Move font info to "Fontsets".
501 (Fontsets): Move intlfonts etc here from "Language Environments".
502 Copyedits.
503 (Defining Fontsets, Modifying Fontsets, Undisplayable Characters)
504 (Unibyte Mode, Charsets, Bidirectional Editing): Copyedits.
505
e6fd457e 5062012-04-15 Chong Yidong <cyd@gnu.org>
6a00f380 507
0be641c0
CY
508 * glossary.texi (Glossary): Standardize on "text terminal"
509 terminology. All callers changed.
510
6a00f380
CY
511 * misc.texi (emacsclient Options): Document "client frame" concept
512 and its effect on C-x C-c more carefully.
513
e6fd457e 5142012-04-15 Glenn Morris <rgm@gnu.org>
71cd7772 515
870e8fb8
GM
516 * frames.texi (Scroll Bars):
517 * glossary.texi (Glossary): Use consistent case for "X Window System".
518
71cd7772
GM
519 * mule.texi (Select Input Method, Coding Systems):
520 State command names in kbd tables.
521 (Recognize Coding): Add cross-ref.
522 (Output Coding): Don't mention message mode in particular.
523 (Text Coding, Communication Coding, File Name Coding, Terminal Coding):
524 Copyedits.
525
35dc09a1 5262012-04-14 Glenn Morris <rgm@gnu.org>
05f7d0d3
GM
527
528 * mule.texi (Select Input Method, Coding Systems, Recognize Coding):
529 Copyedits.
530 (Coding Systems): Mac OS X apparently uses newlines for EOL.
531 (Recognize Coding): Remove old auto-coding-regexp-alist example.
532 auto-coding-functions does not override coding: tags.
533 Remove rmail-decode-mime-charset; it no longer has any effect.
534
35dc09a1 5352012-04-14 Chong Yidong <cyd@gnu.org>
81927dd2
CY
536
537 * custom.texi (Creating Custom Themes): Add reference to Custom
538 Themes node in Lisp manual.
539
35dc09a1 5402012-04-14 Glenn Morris <rgm@gnu.org>
8edb942b
GM
541
542 * mule.texi (International): Copyedits.
543 (International Chars): Update C-x = example output.
544 (Disabling Multibyte): Rename from "Enabling Multibyte".
545 Clarify what "unibyte: t" does, and mode-line description.
546 (Unibyte Mode): Update for "Disabling Multibyte" node name change.
547 Use Texinfo recommended convention for quotes+punctuation.
e0550cae 548 (Language Environments): Copyedits.
893585f4
GM
549 (Input Methods): Copyedits. Use "^" for the postfix example,
550 because it is less confusing inside Info's `quotes'.
e0550cae 551
bd7239f5 552 * custom.texi (Specifying File Variables): Fix "unibyte" description.
8edb942b
GM
553 Update for "Disabling Multibyte" node name change.
554 * emacs.texi: Update for "Disabling Multibyte" node name change.
555
1c64e6ed
GM
556 * abbrevs.texi, arevert-xtra.texi, buffers.texi, building.texi:
557 * cmdargs.texi, custom.texi, entering.texi, files.texi, frames.texi:
558 * glossary.texi, help.texi, macos.texi, maintaining.texi, mini.texi:
559 * misc.texi, package.texi, programs.texi, screen.texi, search.texi:
560 * sending.texi, text.texi, trouble.texi:
561 Use @file for buffers, per the Texinfo manual.
562
20331c1c
GM
563 * entering.texi (Entering Emacs):
564 Do not mention initial-buffer-choice = t.
565
8fc85b20
GM
566 * misc.texi (Gnus Startup): Use @env for environment variables.
567
35dc09a1
GM
568 * Makefile.in: Replace non-portable use of $< in ordinary rules.
569
87124233
GM
5702012-04-12 Glenn Morris <rgm@gnu.org>
571
572 * ack.texi (Acknowledgments): Don't mention obsolete mailpost.el.
573
f3774f20
GM
5742012-04-07 Glenn Morris <rgm@gnu.org>
575
576 * emacsver.texi (EMACSVER): Bump version to 24.1.50.
577
8980d0b9
GM
5782012-04-05 Glenn Morris <rgm@gnu.org>
579
580 * glossary.texi (Glossary): Use anchors for internal cross-references.
581
8bf27c8a
GM
5822012-04-04 Glenn Morris <rgm@gnu.org>
583
584 * glossary.texi (Glossary): Copyedits.
585 Use Texinfo-recommended convention for quotes and punctuation.
586 Comment out a few specialized (Rmail) items.
a0706406 587 New items: Bidirectional Text, Client, Directory Local Variable,
56964ab5 588 File Local Variable, Package, Server, Theme, Trash Can.
8bf27c8a 589
529c06b6
CY
5902012-04-03 Chong Yidong <cyd@gnu.org>
591
592 * sending.texi (Mail Misc): Fix an index entry.
593
53b0595a
EZ
5942012-04-02 Eli Zaretskii <eliz@gnu.org>
595
596 * msdog.texi (Windows Startup): Add description of emacsclient
597 operation under -c and -t on MS-Windows.
598
599 * misc.texi (emacsclient Options): Add cross-reference to "Windows
600 Startup". (Bug#11091)
601
d8e213eb 6022012-04-02 Dani Moncayo <dmoncayo@gmail.com>
dc663c79
DM
603
604 * custom.texi (Changing a Variable): Fix example.
605
0d224826
EZ
6062012-04-01 Eli Zaretskii <eliz@gnu.org>
607
608 * misc.texi (emacsclient Options): More clarifications about -t
609 and -c on MS-Windows. (Bug#11091)
610
1d265f9f
EZ
6112012-03-31 Eli Zaretskii <eliz@gnu.org>
612
613 * misc.texi (emacsclient Options): Document peculiarities of new
614 frame creation on MS-Windows under -c or -t options. (Bug#11091)
615
5319014e
CY
6162012-03-30 Chong Yidong <cyd@gnu.org>
617
618 * files.texi (File Conveniences): Clarify Imagemagick discussion.
619
2bfab837
GM
6202012-03-22 Glenn Morris <rgm@gnu.org>
621
622 * dired.texi (Operating on Files): Fix dired-recursive-copies default.
623
986bd52a
CY
6242012-03-17 Chong Yidong <cyd@gnu.org>
625
626 * package.texi (Package Installation): Document use of
627 package-initialize in init file.
628
66ecdc9e
GM
6292012-03-16 Glenn Morris <rgm@gnu.org>
630
631 * help.texi (Language Help):
632 * mule.texi (International Chars):
633 etc/HELLO is for character demonstration.
634
d8e213eb 6352012-03-15 Dani Moncayo <dmoncayo@gmail.com>
9805f81d
DM
636
637 * dired.texi (Shell Commands in Dired): Fix typo.
638
a08a07e3
CY
6392012-03-04 Chong Yidong <cyd@gnu.org>
640
641 * killing.texi (Clipboard): Document clipboard manager.
642
53eced6d
GM
6432012-02-29 Glenn Morris <rgm@gnu.org>
644
f8425af2
GM
645 * ack.texi (Acknowledgments): Use @Tex{} in more places.
646
775b55af
GM
647 * emacs.texi, help.texi, text.texi: Use "" quotes in menus.
648
53eced6d
GM
649 * dired.texi, emacs.texi: Use @code{} in menus when appropriate.
650
44e97401
GM
6512012-02-28 Glenn Morris <rgm@gnu.org>
652
653 * custom.texi, display.texi, emacs.texi, files.texi:
654 * msdog-xtra.texi, msdog.texi, vc-xtra.texi:
655 Standardize possessive apostrophe usage.
656
525795c1
JD
6572012-02-25 Jan Djärv <jan.h.d@swipnet.se>
658
659 * macos.texi (Mac / GNUstep Customization): Remove text about
660 ns-find-file and ns-drag-file (Bug#5855, Bug#10050).
661
d8e213eb 6622012-02-25 Dani Moncayo <dmoncayo@gmail.com>
562af8bb
DM
663
664 * buffers.texi (Select Buffer): Mention that saving in a new file
665 name can switch to a different major mode.
666
6ea1787e
GM
6672012-02-23 Glenn Morris <rgm@gnu.org>
668
49fe4321
GM
669 * mini.texi (Minibuffer File, Completion Options, Repetition):
670 Copyedits.
671 (Completion Example): Other M-x au* commands may be defined.
672 (Completion Styles): Mention emacs21 and completion-category-overrides.
673
8f4042d2
GM
674 * msdog.texi (Text and Binary, ls in Lisp, Windows HOME)
675 (Windows Keyboard, Windows Mouse, Windows Processes)
676 (Windows Printing, Windows Misc): Copyedits.
677 (ls in Lisp): Update switches list.
678
371fb833
GM
679 * msdog-xtra.texi (MS-DOS Display): Update list-colors-display xref.
680 Update dos-mode* function names.
681 (MS-DOS Printing, MS-DOS and MULE): Copyedits.
682 (MS-DOS Processes): Add xref to main ls-lisp section.
683
6ea1787e
GM
684 * ack.texi (Acknowledgments): Mention smie.
685
40ace058
GM
6862012-02-22 Glenn Morris <rgm@gnu.org>
687
688 * macos.texi: Copyedits. Fix @key/@kbd usage.
689 (Mac / GNUstep Basics): Don't mention the panels, since the next
690 section covers them.
691 (Mac / GNUstep Customization): Merge some panel info from previous.
692
41f1e868
GM
6932012-02-21 Glenn Morris <rgm@gnu.org>
694
68af8d4f
GM
695 * emerge-xtra.texi (Emerge, Submodes of Emerge, Combining in Emerge):
696 Small fixes.
697
2e03845d
GM
698 * emacs-xtra.texi: Picture mode is no longer a chapter.
699
f9a998c3
GM
700 * picture-xtra.texi (Basic Picture): C-a does get remapped.
701
41f1e868
GM
702 * ack.texi (Acknowledgments): Small changes, including resorting,
703 and removal of things no longer distributed.
704
ea09410d
GM
7052012-02-20 Glenn Morris <rgm@gnu.org>
706
2d2f6581
GM
707 * emacs.texi (Top, Preface): Small rephrasings.
708 (menu, detailmenu): Update entries, and reformat some descriptions.
709 * building.texi, display.texi, emacs-xtra.texi, files.texi:
710 * frames.texi, kmacro.texi, msdog.texi, programs.texi, text.texi:
711 Reformat some menu descriptions.
712
196f8c0e
GM
713 * ack.texi (Acknowledgments): More updates.
714
8730412a
GM
715 * emacs.texi (Acknowledgments): Add several names from ack.texi,
716 and from Author: headers.
ae15b89b 717 (Distrib): Small updates.
ea09410d 718
37863f20
GM
7192012-02-18 Glenn Morris <rgm@gnu.org>
720
37c3b9ee
GM
721 * ack.texi (Acknowledgments): Add xref to Org manual.
722
b474519e
GM
723 * rmail.texi: Copyedits. Use 'mail composition buffer' in place
724 of '*mail*', since Message does not call it that.
725 (Rmail Reply): Rename rmail-dont-reply-to-names.
726 \\`info- no longer handled specially.
727 Update for rmail-enable-mime-composing.
728 Don't mention 'm' for replies.
729 Don't mention rmail-mail-new-frame and cancelling, since it does
730 not work for Message at the moment.
731
a5987767
GM
732 * cal-xtra.texi: Copyedits.
733
37863f20
GM
734 * emacs-xtra.texi: Set encoding to ISO-8859-1.
735
112d1241
GM
7362012-02-17 Glenn Morris <rgm@gnu.org>
737
0fd2c9a3
GM
738 * maintaining.texi (Old Revisions): Fix cross-refs to Ediff manual.
739
1d6ecbfa
GM
740 * ack.texi (Acknowledgments): Mention Gnulib.
741
102f1b54
GM
742 * ack.texi, calendar.texi, cal-xtra.texi: Use "Bahá'í".
743
112d1241
GM
744 * calendar.texi: Misc small changes, including updating the dates
745 of examples.
746
3a05ff1d
GM
7472012-02-16 Glenn Morris <rgm@gnu.org>
748
d1354af0
GM
749 * calendar.texi: Misc small changes.
750
5f9756ec
GM
751 * vc1-xtra.texi (VC Delete/Rename, CVS Options):
752 * cal-xtra.texi (Diary Display): Fix TeX cross-refs to other manuals.
753
3b19a30d
GM
754 * dired-xtra.texi (Subdir Switches): Small fixes.
755
3a05ff1d
GM
756 * fortran-xtra.texi: Tiny changes and some adjustments to line breaks.
757
9f26dc24
GM
7582012-02-15 Glenn Morris <rgm@gnu.org>
759
760 * sending.texi (Mail Sending): smtpmail-auth-credentials was removed.
761
fb969a57
GM
7622012-02-12 Glenn Morris <rgm@gnu.org>
763
764 * ack.texi (Acknowledgments):
765 * emacs.texi (Acknowledgments): Updates for new files in 24.1.
766
0aca1292
GM
7672012-02-10 Glenn Morris <rgm@gnu.org>
768
104dc9c6
GM
769 * mini.texi (Minibuffer Edit): Mention minibuffer-inactive-mode.
770
0aca1292
GM
771 * programs.texi (Misc for Programs): Mention electric-layout-mode.
772
91af9d2e
GM
7732012-02-09 Glenn Morris <rgm@gnu.org>
774
0aca1292
GM
775 * buffers.texi (Misc Buffer): M-x info does not seem to require a
776 buffer switch after M-x rename-uniquely.
63c727b2 777
91af9d2e
GM
778 * trouble.texi (Checklist): Mention C-c m in report-emacs-bug.
779
1ef1990c
JB
7802012-02-09 Jay Belanger <jay.p.belanger@gmail.com>
781
782 * text.texi (Org Mode): Fix typo.
783
e74e58c9
GM
7842012-02-08 Glenn Morris <rgm@gnu.org>
785
cefee440
GM
786 * ack.texi (Acknowledgments): Update emacs-lock info.
787
a7686350
GM
788 * rmail.texi (Rmail Display): Mention rmail-epa-decrypt.
789
e74e58c9
GM
790 * text.texi (LaTeX Editing): Mention latex-electric-env-pair-mode.
791
fe93bc91
GM
7922012-02-07 Glenn Morris <rgm@gnu.org>
793
794 * files.texi (File Conveniences): Mention ImageMagick images.
795
d273439c
GM
7962012-02-05 Glenn Morris <rgm@gnu.org>
797
649f602c
GM
798 * trouble.texi (Checklist): Mention debug-on-event.
799
d273439c
GM
800 * maintaining.texi (Maintaining): Add cross-ref to ERT.
801
a9410bdf
GM
8022012-02-04 Glenn Morris <rgm@gnu.org>
803
1f5e1a16
GM
804 * macos.texi (Customization options specific to Mac OS / GNUstep):
805 New subsection.
806
b7314ef7
GM
807 * display.texi (Colors): Mention list-colors-sort.
808
a9410bdf
GM
809 * files.texi (File Conveniences): Mention image animation.
810
75319d7f
CY
8112012-01-31 Chong Yidong <cyd@gnu.org>
812
813 * windows.texi (Split Window): C-mouse-2 doesn't work on GTK+
814 scroll bars (Bug#10666).
815
2680c309
CY
8162012-01-28 Chong Yidong <cyd@gnu.org>
817
691db250
CY
818 * files.texi (Filesets): Fix typos.
819
2680c309
CY
820 * display.texi (Faces): Add xref to Colors node.
821
2a90dfca
DM
8222012-01-27 Dani Moncayo <dmoncayo@gmail.com>
823
824 * buffers.texi (Select Buffer): Clarify explanation of switching
825 to new buffers. Fix description of next-buffer and
6df6ae42 826 previous-buffer (Bug#10334).
2a90dfca
DM
827 (Misc Buffer): Add xref to View Mode.
828
829 * text.texi (Fill Commands): Fix description of
830 sentence-end-double-space.
831
20d2304d
CY
8322012-01-23 Chong Yidong <cyd@gnu.org>
833
f088cb8b 834 * anti.texi (Antinews): Add Emacs 23 antinews.
20d2304d 835
01ec1eed
VS
8362012-01-16 Volker Sobek <reklov@live.com> (tiny change)
837
838 * programs.texi (Comment Commands): Typo (bug#10514).
839
06848b82
CY
8402012-01-15 Chong Yidong <cyd@gnu.org>
841
842 * xresources.texi (X Resources): Describe GTK+ case first.
843 (Resources): Don't use borderWidth as an example, since it doesn't
844 work with GTK+.
845 (Table of Resources): Clarify role of several resources, including
846 the Emacs 24 behavior of cursorBlink etc.
847 (Face Resources): Node deleted. Recommend using Customize
848 instead. Add paragraph to `Table of Resources' node summarizing
849 how to use X resources for changing faces.
850 (Lucid Resources): Rewrite, omitting description of font names,
851 referring to the Fonts node instead.
852 (LessTif Resources): Copyedits.
853 (GTK resources): Rewrite, describing the difference between gtk2
854 and gtk3.
855 (GTK Resource Basics): New node.
856 (GTK Widget Names, GTK Names in Emacs): Rewrite.
857 (GTK styles): Just refer to Fonts node for GTK font format.
858
859 * display.texi (Faces): Document the cursor face.
860
a73a3461
CY
8612012-01-14 Chong Yidong <cyd@gnu.org>
862
01ec1eed 863 * cmdargs.texi (Action Arguments): No need to mention EMACSLOADPATH.
a73a3461
CY
864 (General Variables): Add xref to Lisp Libraries.
865 (Initial Options): Copyedits.
866 (Resume Arguments): Node deleted; emacs.bash/csh are obsolete.
867 (Environment): Clarify what getenv does.
868 (General Variables): Clarify EMACSPATH etc. Emacs does not assume
869 light backgrounds on xterms.
870 (Misc Variables): TEMP and TMP are not Windows-specific.
871 (Display X): Copyedits.
872 (Colors X): -bd does nothing for GTK.
873 (Icons X): Gnome 3 doesn't use taskbars.
874
875 * misc.texi (Shell): Document exec-path here.
876
877 * rmail.texi (Movemail): Add xref for exec-path.
878
e517eda4
GM
8792012-01-13 Glenn Morris <rgm@gnu.org>
880
881 * dired.texi (Dired and Find): Clarify find-ls-options.
882
1de76afe
CY
8832012-01-09 Chong Yidong <cyd@gnu.org>
884
71873e2b 885 * custom.texi (Custom Themes): Switch custom-safe-themes to use
1de76afe
CY
886 SHA-256.
887
c61ab18c
CY
8882012-01-07 Chong Yidong <cyd@gnu.org>
889
e490b289
CY
890 * display.texi (Useless Whitespace): Add Whitespace mode.
891
1de77c4c
CY
892 * custom.texi (Hooks): Discuss how to disable minor modes.
893
894 * files.texi (Diff Mode): Discuss diff-auto-refine-mode
e490b289 895 (Bug#10309). Discuss use of Whitespace mode (Bug#10300).
1de77c4c 896
c61ab18c
CY
897 * trouble.texi (Lossage): Refer to Bugs node for problems.
898 (DEL Does Not Delete): Don't use "usual erasure key" teminology.
899 (Screen Garbled): Don't refer to terminal "manufacturers".
900 (Total Frustration): Node deleted. Eliza is documented in
901 Amusements now.
71873e2b
SM
902 (Known Problems): More info about using the bug tracker.
903 Mention debbugs package.
c61ab18c
CY
904 (Bug Criteria): Copyedits.
905 (Understanding Bug Reporting): Mention emacs -Q.
906
89bd9ccd
CY
9072012-01-06 Chong Yidong <cyd@gnu.org>
908
909 * custom.texi (Specifying File Variables): The mode: keyword
910 doesn't have to be first anymore. Add example of specifying minor
911 modes.
912 (Directory Variables): Simplify example. Mention application to
913 non-file buffers.
914 (Disabling): Use "initialization file" terminology.
915 (Init Examples): Fix hook example.
916
8034735f
EZ
9172012-01-06 Eli Zaretskii <eliz@gnu.org>
918
919 * cmdargs.texi (MS-Windows Registry): Shorten the index entry.
920 (Bug#10422)
921 Move the stuff about resources to xresources.texi.
922
923 * xresources.texi (Resources): Move information about setting X
924 resources in the Registry from cmdargs.texi. Make the index entry
925 be similar to the one in cmdargs.texi.
926
b0d7d8af
CY
9272012-01-05 Chong Yidong <cyd@gnu.org>
928
929 * custom.texi (Customization Groups): Update example.
930 (Browsing Custom): Document the new search field.
931 (Changing a Variable): Update example for Emacs 24 changes.
932 Document Custom-set and Custom-save commands.
933 (Face Customization): Document Emacs 24 changes. De-document
934 modify-face.
935 (Specific Customization): Mention customize-variable.
936 (Custom Themes): Add customize-themes, custom-theme-load-path,
937 custom-theme-directory, and describe-theme.
938 (Creating Custom Themes): New node.
939 (Examining): Mention M-:.
940
941 * package.texi (Packages): Fix typo.
942
88c5c7c8
CY
9432012-01-03 Chong Yidong <cyd@gnu.org>
944
945 * misc.texi (Single Shell): Don't document Lisp usage of
946 shell-command. Tidy up discussion of synchronicity. Add index
947 entries for async-shell-command.
948 (Interactive Shell): Note that M-x shell uses shell-file-name.
949 Note change in behavior in Emacs 24.
950 (Shell Mode): Shell mode now uses completion-at-point.
951 (Shell Prompts): Emphasize that comint-use-prompt-regexp isn't the
952 default method for recognizing prompts nowadays.
953 (Shell Ring): Add xref to Minibuffer History.
954 (Directory Tracking): Explain Dirtrack mode in more detail.
955 (Term Mode): Fix index entries.
956 (Paging in Term): Merge into Term Mode.
957 (Serial Terminal, Emacs Server, emacsclient Options): Copyedits.
958 (Printing): Fix xref. State default of lpr-switches.
959 (PostScript): Remove obsolete sentence. Omit description of
960 non-interactive behaviors.
961 (Hyperlinking): Improve description.
962 (Browse-URL): Using compose-mail for mailto URLs is the default.
963 Document browse-url-mailto-function.
964 (Goto Address mode): Add index entries. Add xref to Browse-URL.
965 (FFAP): FFAP is not a minor mode.
71873e2b
SM
966 (Amusements): M-x lm was renamed to M-x landmark.
967 Document nato-region.
88c5c7c8 968
b8ecfdfe
CY
9692012-01-01 Chong Yidong <cyd@gnu.org>
970
971 * misc.texi (Gnus, Buffers of Gnus): Copyedits.
972 (Gnus Startup): Note that the system might not be set up for news.
973 Describe group levels more clearly.
974 (Gnus Group Buffer, Gnus Summary Buffer): New nodes, split from
975 Summary of Gnus.
976 (Document View): Copyedits. Move zoom commads to DocView
977 Navigation node.
978 (DocView Navigation, DocView Searching, DocView Slicing)
979 (DocView Conversion): Nodes renamed from Navigation, etc.
980
981 * sending.texi (Mail Sending): Add message-kill-buffer-on-exit.
982
7bc7d2aa
EZ
9832011-12-31 Eli Zaretskii <eliz@gnu.org>
984
985 * basic.texi (Moving Point): Fix the description of C-n and C-p.
986 (Bug#10380)
987
b30941db
CY
9882011-12-30 Chong Yidong <cyd@gnu.org>
989
990 * sending.texi (Sending Mail): Document initial mail buffer name,
991 and changed multiple mail buffer behavior.
992 (Mail Format): Put the example at the top of the section.
993 (Mail Headers): Move discussion of "From" to the top.
994 (Mail Sending): Document sendmail-query-once.
995 (Citing Mail): Make it less Rmail-specific.
996
0ed49f93
CY
9972011-12-29 Chong Yidong <cyd@gnu.org>
998
999 * text.texi (Org Mode): Copyedits. Refer to Outline Format for
1000 example. Add index entries.
1001 (Org Organizer, Org Authoring): Nodes renamed. Copyedits.
1002
c40a7de7
CY
10032011-12-26 Chong Yidong <cyd@gnu.org>
1004
71873e2b
SM
1005 * dired.texi (Dired Enter, Misc Dired Features):
1006 Document dired-use-ls-dired changes. Mention quit-window.
c40a7de7
CY
1007 (Dired Navigation): Add index entries.
1008 (Dired Visiting): Fix View Mode xref.
1009 (Marks vs Flags): Prefer C-/ binding for undo.
1010 (Subdirectories in Dired): Add xrefs.
1011 (Misc Dired Features): Document some Emacs 24 changes. Add index
1012 entries.
1013
1014 * abbrevs.texi (Abbrev Concepts): No need to mention abbrev-mode
1015 variable, since it is explained in Minor Modes node.
1016 (Defining Abbrevs): Copyedits.
1017 (Expanding Abbrevs): State default of abbrev-all-caps. Prefer the
1018 C-/ binding for undo.
1019 (Dabbrev Customization): Add xrefs for case-fold-search and
1020 case-replace.
1021
1022 * dired-xtra.texi (Subdir Switches): Add xref.
1023
1024 * maintaining.texi (VC Directory Commands): Mention quit-window.
1025
3d992aa0
CY
10262011-12-25 Chong Yidong <cyd@gnu.org>
1027
1028 * maintaining.texi (Tags): Mention Semantic.
1029 (Create Tags Table, Etags Regexps): Copyedits.
1030 (Find Tag): Mention minibuffer completion.
1031 (List Tags): Mention completion-at-point. Completion is actually
1032 available in M-x list-tags.
1033
1034 * vc1-xtra.texi (VC Delete/Rename): Rename from Renaming and VC.
1035 Document vc-delete-file.
1036
1037 * files.texi (Misc File Ops): Mention vc-delete-file.
1038
1039 * programs.texi (Symbol Completion): Mention completion-at-point
1040 explicitly.
1041
2785d024
CY
10422011-12-22 Chong Yidong <cyd@gnu.org>
1043
1044 * maintaining.texi (Change Log Commands): Don't specially mention
1045 vc-update-change-log which is CVS-only.
1046
1047 * vc1-xtra.texi (Version Headers): Note that these are for
1048 Subversion, CVS, etc. only.
71873e2b
SM
1049 (General VC Options): De-document vc-keep-workfiles.
1050 Fix RCS-isms.
2785d024 1051
0ab39399
EZ
10522011-12-22 Eli Zaretskii <eliz@gnu.org>
1053
1054 * building.texi (Debugger Operation): Fix a typo: "@end iftext"
1055 should be @end iftex".
1056
d3098e1e
CY
10572011-12-21 Chong Yidong <cyd@gnu.org>
1058
1059 * maintaining.texi (Advanced C-x v v): Use fileset terminology.
1060 (VC With A Merging VCS, VC Change Log): Add xref to VC Pull node.
1061 (VC Pull): Mention vc-log-incoming.
1062 (Log Buffer): Add CVS/RCS only disclaimer.
1063
1064 * vc1-xtra.texi (Remote Repositories): Update introduction.
1065 (Local Version Control): Node deleted (obsolete with DVCSes).
71873e2b
SM
1066 (Remote Repositories, Version Backups): Node deleted.
1067 Move documentation of vc-cvs-stay-local to CVS Options.
d3098e1e
CY
1068 (CVS Options): Reduce verbosity of description of obscure CVS
1069 locking feature.
1070 (Making Revision Tags, Revision Tag Caveats): Merge into Revision
1071 Tags node.
1072 (Revision Tags): Move under Miscellaneous VC subsection.
1073 (Change Logs and VC): Note that this is wrong for DVCSs.
1074 De-document log entry manipulating features.
1075 (Renaming and VC): Describe how it works on modern VCSes.
1076
1077 * files.texi (Misc File Ops): Mention vc-rename-file.
1078
1079 * programs.texi (Custom C Indent): Add index entries.
1080
47d42d81
AM
10812011-12-20 Alan Mackenzie <acm@muc.de>
1082
1083 * programs.texi (Motion in C): Update the description of C-M-a and
1084 C-M-e, they now DTRT in enclosing scopes.
1085 (Custom C Indent): Add @dfn{guessing} of the indentation style.
1086
2edef1a0
CY
10872011-12-20 Chong Yidong <cyd@gnu.org>
1088
1089 * maintaining.texi (VCS Concepts): Add "working tree" terminology.
1090 (Old Revisions): Use it.
1091 (VCS Repositories): Add "distributed" terminology.
1092 (Log Buffer): Remove duplicate description
1093 about changesets. Fix "current VC fileset" ambiguity.
1094 (Multi-User Branching): Node deleted.
1095 (Branches, Switching Branches): Discuss decentralized version
1096 control systems.
1097 (VC Pull): New node.
1098 (Merging): Document merging on decentralized systems.
1099 (Creating Branches): Note that this is specific to CVS and related
1100 systems.
1101
bc859d5f
CY
11022011-12-19 Chong Yidong <cyd@gnu.org>
1103
1104 * maintaining.texi (VCS Merging, VCS Changesets): Index entries.
1105 (VC Mode Line): Add index entry for "version control status".
1106 (VC Undo): Use vc-revert instead of its vc-revert-buffer alias.
1107 Document vc-revert-show-diff. De-document vc-rollback.
1108 (VC Directory Mode): Rewrite introduction. Move prefix arg
1109 documentation here from VC Directory Buffer node.
1110 (VC Directory Buffer): Use a decentralized VCS example.
1111 (VC Directory Commands): Use a table. Remove material duplicated
1112 in previous nodes on multi-file VC filsets.
1113
9cff91f8
CY
11142011-12-17 Chong Yidong <cyd@gnu.org>
1115
1116 * maintaining.texi (VCS Concepts): Make "revision" terminology
1117 less CVS-specific.
1118 (VC With A Merging VCS, VC With A Locking VCS): Add xref to
1119 Registering node.
71873e2b 1120 (Secondary VC Commands): Delete. Promote subnodes.
9cff91f8
CY
1121 (Log Buffer): Add command name for C-c C-c. Fix the name of the
1122 log buffer. Add index entries.
71873e2b
SM
1123 (VCS Changesets, Types of Log File, VC With A Merging VCS):
1124 Use "commit" terminology.
9cff91f8
CY
1125 (Old Revisions): Move it to just before VC Change Log. "Tag" here
1126 doesn't refer to tags tables. Note other possible forms of the
1127 revision ID. C-x v = does not save.
1128 (Registering): Note similarity to C-x v v action. Fix description
1129 of how backends are chosen. De-document vc-default-init-revision.
1130 (VC Change Log): Document C-x v l in VC-Dir buffer. Document RET
1131 in root log buffers.
1132
f3b316df
CY
11332011-12-16 Chong Yidong <cyd@gnu.org>
1134
1135 * maintaining.texi (Version Control Systems): Drop Meta-CVS.
1136 (Basic VC Editing): Remove redundant descriptions.
1137 (VC With A Merging VCS): Make description more general instead of
1138 CVS-specific.
1139 (VC With A Locking VCS): Use VC fileset terminology.
1140
29eabb8e
CY
11412011-12-12 Chong Yidong <cyd@gnu.org>
1142
1143 * building.texi (Executing Lisp): Fix xref for C-M-x.
1144 (Lisp Libraries): Add xref to node explaining `load' in Lisp
1145 manual. Note that load-path is not customizable.
1146 (Lisp Eval): Note that listed commands are available globally.
1147 Explain the meaning of "defun" in the C-M-x context.
1148 (Lisp Interaction): Copyedits.
71873e2b
SM
1149 (External Lisp): Fix name of inferior Lisp buffer.
1150 Mention Scheme.
29eabb8e
CY
1151 (Compilation): Define "inferior process".
1152
cd0314dd
EZ
11532011-12-10 Eli Zaretskii <eliz@gnu.org>
1154
1155 * msdog.texi (Windows Fonts): Document how to force GDI font
1156 backend on MS-Windows.
1157
0595bd7e 11582011-12-10 Chong Yidong <cyd@gnu.org>
b09d01da
CY
1159
1160 * building.texi (Compilation): Say what the -k flag to make does.
1161 Move subprocess discussion to Compilation Shell.
1162 (Compilation Mode): Add xref for grep, occur, and mouse
1163 references. Define "locus".
1164 (Grep Searching): Use @command.
71873e2b
SM
1165 (Debuggers, Commands of GUD, GDB Graphical Interface):
1166 Clarify intro.
0595bd7e
CY
1167 (Starting GUD): Clarify how arguments are specified.
1168 (Debugger Operation): Index entry for "GUD interaction buffer",
1169 and move basic description here from Commands of GUD node.
1170 (GDB User Interface Layout): Copyedits.
1171 (Source Buffers): Remove gdb-find-source-frame, which is not in
1172 gdb-mi.el.
1173 (Other GDB Buffers): Remove gdb-use-separate-io-buffer and
71873e2b
SM
1174 toggle-gdb-all-registers, which are not in gdb-mi.el.
1175 Don't re-document GUD interaction buffers.
b09d01da
CY
1176
1177 * programs.texi (Symbol Completion): M-TAB can now use Semantic.
1178 (Semantic): Add cindex entries for Semantic.
1179
2a185919
CY
11802011-12-06 Chong Yidong <cyd@gnu.org>
1181
1182 * programs.texi (Man Page): Clarify how to use Man-switches.
1183 Don't bother documenting Man-fontify-manpage-flag.
1184 (Lisp Doc): Add xref to Name Help node.
1185 (Hideshow): Add cindex. Mention role of ellipses, and default
1186 value of hs-isearch-open. Don't bother documenting
1187 hs-special-modes-alist.
1188 (Symbol Completion): Add kindex for C-M-i. Don't recommend
1189 changing the window manager binding of M-TAB.
1190
ebf10822
CY
11912011-12-05 Chong Yidong <cyd@gnu.org>
1192
1193 * programs.texi (Comment Commands): Fix description of for M-; on
1194 blank lines. Move documentation of comment-region here.
1195 (Multi-Line Comments): Clarify the role of comment-multi-line.
1196 Refer to Comment Commands for comment-region doc.
1197 (Options for Comments): Refer to Multi-Line Comments for
1198 comment-multi-line doc, instead of duplicating it. Fix default
1199 values of comment-padding and comment-start-skip.
1200
ec7ae032
CY
12012011-12-04 Chong Yidong <cyd@gnu.org>
1202
1203 * programs.texi (Program Modes): Mention modes that are not
1204 included with Emacs. Fix references to other manuals for tex.
71873e2b
SM
1205 Add index entry for backward-delete-char-untabify.
1206 Mention prog-mode-hook.
ec7ae032
CY
1207 (Which Function): Use "global minor mode" terminology.
1208 (Basic Indent, Multi-line Indent): Refer to previous descriptions
1209 in Indentation chapter to avoid duplication.
1210 (Expressions): Copyedit.
1211 (Matching): Document Electric Pair mode.
1212
1213 * ack.texi (Acknowledgments):
1214 * rmail.texi (Movemail, Other Mailbox Formats):
1215 * frames.texi (Frames): Don't capitalize "Unix".
1216
a24bf23e
CY
12172011-12-04 Chong Yidong <cyd@gnu.org>
1218
1219 * text.texi (Nroff Mode): Mention what nroff is.
1220 (Text Based Tables, Table Recognition): Don't say "Table mode"
1221 since it's not a major or minor mode.
1222 (Text Based Tables): Reduce the size of the example.
1223 (Table Definition): Clarify definitions.
1224 (Table Creation): Add key table.
1225 (Cell Commands): Use kbd for commands.
1226 (Table Rows and Columns): Combine nodes Row Commands and Column
1227 Commands.
1228 (Fixed Width Mode): Node deleted; contents moved to parent.
1229 (Table Conversion): Shorten example.
1230 (Measuring Tables): Merge into Table Misc.
1231
8863a584
CY
12322011-12-03 Chong Yidong <cyd@gnu.org>
1233
1234 * text.texi (TeX Mode): Mention AUCTeX package.
1235 (TeX Editing): Add xref to documentation for Occur.
1236 (LaTeX Editing): Add xref to Completion node.
1237 (TeX Print): Fix description of tex-directory.
71873e2b 1238 (Enriched Text): Rename from Formatted Text. Make this node and
8863a584
CY
1239 its subnodes less verbose, since text/enriched files are
1240 practically unused.
71873e2b 1241 (Enriched Mode): Rename from Requesting Formatted Text.
8863a584 1242 (Format Colors): Node deleted.
71873e2b 1243 (Enriched Faces): Rename from Format Faces. Describe commands
8863a584
CY
1244 for applying colors too.
1245 (Forcing Enriched Mode): Node deleted; merged into Enriched Mode.
1246
1247 * frames.texi (Menu Mouse Clicks): Tweak description of C-Mouse-2.
1248
1249 * display.texi (Colors): New node.
1250
1251 * cmdargs.texi (Colors X):
1252 * xresources.texi (GTK styles):
1253 * custom.texi (Face Customization): Reference it.
1254
1255 * glossary.texi (Glossary): Remove "formatted text" and "WYSIWYG".
1256 Link to Fill Commands for Justification entry.
1257
6fdebe93
EZ
12582011-12-03 Eli Zaretskii <eliz@gnu.org>
1259
1260 * display.texi (Auto Scrolling): More accurate description of what
1261 scroll-*-aggressively does, including the effect of non-zero
1262 margin. Fix "i.e." markup.
1263
95ca9bc7
CY
12642011-12-02 Chong Yidong <cyd@gnu.org>
1265
1266 * text.texi (Pages): Mention how formfeed chars are displayed.
1267 (Auto Fill): Note convention for calling auto-fill-mode from Lisp.
1268 Describe adaptive filling more precisely.
1269 (Fill Commands): Note that filling removes excess whitespace.
1270 (Text Mode): Note auto-mode-alist entries for Text mode. TAB is
1271 now bound to indent-for-tab-command in Text mode.
1272 (Outline Mode): Copyedits.
1273 (Outline Visibility): Note that Reveal mode is a buffer-local
1274 minor mode.
1275
1276 * modes.texi (Major Modes): Move note about checking major-mode in
1277 a hook function here, from Text mode.
1278
6d262977
CY
12792011-11-28 Chong Yidong <cyd@gnu.org>
1280
b22b1918
CY
1281 * text.texi (Words): Add xref to Position Info.
1282 (Paragraphs): Add xref to Regexps.
1283
6d262977
CY
1284 * indent.texi (Indentation): Rewrite introduction. Move table to
1285 Indentation Commands node.
1286 (Indentation Commands): Add index entries to table. Copyedits.
1287 (Tab Stops, Just Spaces): Copyedits.
1288 (Indent Convenience): New node. Document electric-indent-mode.
1289
1290 * programs.texi (Basic Indent):
1291 * windows.texi (Pop Up Window): Fix kindex entry.
1292
dc95a8b0
CY
12932011-11-28 Chong Yidong <cyd@gnu.org>
1294
1295 * modes.texi (Major Modes): Move major-mode variable doc here from
1296 Choosing Modes. Document describe-mode. Document prog-mode-hook
1297 and text-mode-hook. Add example of using hooks.
1298 (Minor Modes): Document behavior of mode command calls from Lisp.
1299 Note that setting the mode variable using Customize will DTRT.
1300 (Choosing Modes): Add example of setting a minor mode using a
1301 local variable.
1302
b63a8e8e
CY
13032011-11-27 Chong Yidong <cyd@gnu.org>
1304
1305 * frames.texi (Creating Frames): Move frame parameter example to
1306 Frame Parameters node.
1307 (Frame Commands): C-x 5 o does not warp the mouse by default.
1308 (Fonts): Add more GTK-style properties; also, they should be
1309 capitalized.
1310 (Special Buffer Frames): Node deleted; special-display is on the
1311 way out.
1312 (Frame Parameters): Example moved here from Creating Frames.
1313 Clarify that default-frame-alist affects the initial frame too.
1314 Delete auto-raise-mode and auto-lower-mode.
1315 (Wheeled Mice): Node deleted. Content moved to Mouse Commands.
1316 (Dialog Boxes): Delete x-gtk-use-old-file-dialog.
1317
1318 * windows.texi (Window Choice): Add xref to Lisp manual for
1319 special-display-*.
1320
a3dcc84e
EZ
13212011-11-26 Eli Zaretskii <eliz@gnu.org>
1322
1323 * display.texi (Text Display): Update the description,
1324 cross-references, and indexing related to display of control
1325 characters and raw bytes.
1326
4ad3bc2a
CY
13272011-11-25 Chong Yidong <cyd@gnu.org>
1328
1329 * frames.texi (Frames): Rewrite introduction.
1330 (Mouse Commands): Default for mouse-drag-copy-region is now t.
1331 Mouse-3 does not copy to kill ring by default. DEL does not
1332 behave specially for mouse commands any more.
1333 (Mouse References): Document mouse-1-click-follows-link more
1334 thoroughly.
1335 (Menu Mouse Clicks): Move footnote to the main text and add xref
1336 to Init Rebinding node.
1337 (Mode Line Mouse): Mouse-3 on the mode-line does not bury buffer.
1338
1339 * files.texi (Visiting): `C-x 5 f' works on ttys too.
1340
20db1522
JB
13412011-11-24 Juanma Barranquero <lekktu@gmail.com>
1342
1343 * display.texi (Font Lock): Fix typo.
1344
01d06b1f
GM
13452011-11-24 Glenn Morris <rgm@gnu.org>
1346
1347 * rmail.texi (Rmail Output):
1348 Mention rmail-automatic-folder-directives. (Bug#9657)
1349
0cbaa1d5
CY
13502011-11-21 Chong Yidong <cyd@gnu.org>
1351
1352 * mark.texi (Global Mark Ring): Fix description of global mark
1353 ring (Bug#10032).
1354
fe7a3057
JB
13552011-11-20 Juanma Barranquero <lekktu@gmail.com>
1356
1357 * msdog.texi (Windows Fonts): Fix typo.
1358
b6e63cbe
GM
13592011-11-17 Glenn Morris <rgm@gnu.org>
1360
1361 * regs.texi (Bookmarks): Small fixes related to saving. (Bug#10058)
1362
58179cce
JB
13632011-11-16 Juanma Barranquero <lekktu@gmail.com>
1364
1365 * killing.texi (Rectangles):
7877f373
JB
1366 * misc.texi (Document View):
1367 * modes.texi (Choosing Modes):
1368 * msdog.texi (Windows Fonts):
58179cce
JB
1369 * regs.texi (Rectangle Registers):
1370 * search.texi (Isearch Yank): Fix typos.
1371
291d142b
CY
13722011-11-06 Chong Yidong <cyd@gnu.org>
1373
1374 * windows.texi (Basic Window): Add xref to Cursor Display.
1375 (Split Window): Document negative arg for splitting commands.
1376 (Other Window): Document mouse-1 in text area of window.
1377 (Change Window): Don't mention window attributes, since they
1378 aren't defined. C-x 1 can't be used with minibuffer windows.
1379 Windows are no longer auto-deleted.
1380 (Window Choice): Add xref to Choosing Window in Lisp manual.
1381 (Window Convenience): Note that windmove disables shift-selection.
1382 Move M-x compare-windows here from Other Window node.
1383
1384 * custom.texi (Mouse Buttons):
1385 * search.texi (Isearch Scroll):
1386 * windows.texi (Split Window): Use new names split-window-below
1387 and split-window-right.
1388
a7ef684b
JB
13892011-10-26 Juanma Barranquero <lekktu@gmail.com>
1390
1391 * emacs.texi (Top): Fix typo.
1392
d53e1747
GM
13932011-10-25 Glenn Morris <rgm@gnu.org>
1394
1395 * abbrevs.texi (Saving Abbrevs):
1396 quietly-read-abbrev-file is not a command. (Bug#9866)
1397
e7a3ff06
CY
13982011-10-24 Chong Yidong <cyd@gnu.org>
1399
1400 * display.texi (Scrolling): Document scroll-up-line and
1401 scroll-down-line. Document scroll-command property.
1402 (Recentering): New node, split off from Scrolling.
1403
86c60681
CY
14042011-10-23 Chong Yidong <cyd@gnu.org>
1405
da97a9e6
CY
1406 * frames.texi (Scroll Bars): GTK uses right scroll bars now.
1407 (Tool Bars): Copyedits.
1408
86c60681
CY
1409 * buffers.texi (Misc Buffer): Don't mention vc-toggle-read-only.
1410
d195726a
CY
14112011-10-22 Chong Yidong <cyd@gnu.org>
1412
1413 * windows.texi (Displaying Buffers): Fix broken lispref link.
1414
a70e06c1
CY
14152011-10-22 Chong Yidong <cyd@gnu.org>
1416
1417 * mini.texi (Minibuffer Exit): Rename from Strict Completion.
1418 Move confirm-nonexistent-file-or-buffer discussion here.
1419
1420 * files.texi (File Names, Visiting): Move detailed discussion of
1421 minibuffer confirmation to Minibuffer Exit.
1422
1423 * buffers.texi (Buffers): Tweak mention of mail buffer name.
1424 (Select Buffer): Move confirmation discussion to Minibuffer Exit.
1425
bfd779dd
CY
14262011-10-21 Chong Yidong <cyd@gnu.org>
1427
1428 * files.texi (File Names, Visiting, Interlocking): Copyedits.
1429 (Backup Copying): backup-by-copying-when-mismatch is now t.
1430 (Customize Save): Fix description of require-final-newline.
1431 (Reverting): Note that revert-buffer can't be undone. Mention VC.
1432 (Auto Save Control): Clarify.
1433 (File Archives): Add 7z.
1434 (Remote Files): ange-ftp-make-backup-files defaults to nil.
1435
1436 * arevert-xtra.texi (Autorevert): Copyedits.
1437
6e317956
CY
14382011-10-20 Chong Yidong <cyd@gnu.org>
1439
1440 * custom.texi (Hooks, Init Examples):
1441 * display.texi (Font Lock):
1442 * fixit.texi (Spelling):
1443 * rmail.texi (Rmail Display): Minor mode function with no arg now
1444 enables it.
1445
1446 * fixit.texi (Spelling): Fix description of inline completion.
1447
5abc31ef
CY
14482011-10-19 Chong Yidong <cyd@gnu.org>
1449
1450 * search.texi (Repeat Isearch, Error in Isearch): Add kindex
1451 entries.
1452 (Isearch Yank): Document isearch-yank-pop.
1453 (Isearch Scroll): Refer to C-l instead of unbound `recenter'.
1454 (Other Repeating Search): Document Occur Edit mode.
1455
939db9ac
CY
14562011-10-18 Chong Yidong <cyd@gnu.org>
1457
1458 * display.texi (Fringes): Move overflow-newline-into-fringe here,
1459 from Line Truncation node.
1460 (Standard Faces): Note that only the background of the cursor face
1461 has an effect.
1462 (Cursor Display): Fix descriptions of cursor face
1463 and bar cursor blinking.
1464 (Text Display): Document nobreak-char-display more clearly.
1465 (Line Truncation): Add xref to Split Window node.
1466 (Display Custom): Don't bother documenting baud-rate or
1467 no-redraw-on-reenter.
1468
1469 * search.texi (Slow Isearch): Node removed.
1470
80c6d77f
GM
14712011-10-18 Glenn Morris <rgm@gnu.org>
1472
1473 * maintaining.texi (Registering): Remove vc-initial-comment. (Bug#9745)
1474
d366bd53
CY
14752011-10-18 Chong Yidong <cyd@gnu.org>
1476
1477 * display.texi (Faces): Simplify discussion. Move documentation
71873e2b
SM
1478 of list-faces-display here, from Standard Faces node.
1479 Note special role of `default' background.
1480 (Standard Faces): Note special role of `default' background.
1481 Note that region face may be taken fom GTK. Add xref to Text Display.
1482 (Text Scale): Rename from "Temporary Face Changes".
1483 Callers changed. Don't bother documenting variable-pitch-mode.
d366bd53
CY
1484 (Font Lock): Copyedits. Remove font-lock-maximum-size.
1485 (Useless Whitespace): Simplify description of
1486 delete-trailing-whitespace. Note active region case.
1487 (Text Display): Fix description of escape-glyph face assignment.
1488 Remove unibye mode discussion. Update some parts for Unicode.
1489 Move glyphless chars documentation to Lisp manual.
1490
1491 * frames.texi (Tooltips): Document x-gtk-use-system-tooltips.
1492
21100e7d
CY
14932011-10-15 Chong Yidong <cyd@stupidchicken.com>
1494
1495 * display.texi (Scrolling): Tweak explanation of scroll direction.
1496 (View Mode): Add index entries.
1497
1498 * killing.texi (Deletion): Document negative prefix arg to M-SPC.
1499
1500 * regs.texi (Text Registers): C-x r i does not activate the mark.
1501 (Bookmarks): Document new default bookmark location.
1502
50b063c3
CY
15032011-10-13 Chong Yidong <cyd@stupidchicken.com>
1504
71873e2b
SM
1505 * killing.texi (Deletion): Add xref to Using Region.
1506 Document delete-forward-char.
50b063c3
CY
1507 (Yanking): Move yank-excluded-properties to Lisp manual. Move C-y
1508 description here. Recommend C-u C-SPC for jumping to mark.
1509 (Kill Ring): Move kill ring variable documentation here.
1510 (Primary Selection): Copyedits.
1511 (Rectangles): Document new command rectangle-number-lines.
1512 (CUA Bindings): Note that this disables the mark-even-if-inactive
1513 behavior for C-x and C-c.
1514
1515 * mark.texi (Mark): Mention "active region" terminology.
1516 (Using Region): Document delete-active-region.
1517
e1a3f5b1
CY
15182011-10-12 Chong Yidong <cyd@stupidchicken.com>
1519
1520 * mark.texi (Mark): Clarify description of disabled Transient Mark
1521 mode (Bug#9689).
1522 (Setting Mark): Document prefix arg for C-x C-x. Document primary
1523 selection changes. Mention that commands like C-y set the mark.
1524 (Marking Objects): Add xref to Words node. Note that mark-word
1525 and mark-sexp also have the "extend region" behavior.
71873e2b
SM
1526 (Using Region): Mention M-$ in the table.
1527 Document mark-even-if-inactive here instead of in Mark Ring.
1528 (Mark Ring): Move mark-even-if-inactive to Using Region.
1529 Take note of the "Mark Set" behavior.
e1a3f5b1
CY
1530 (Disabled Transient Mark): Rename from "Persistent Mark"
1531 (Bug#9688). Callers changed.
1532
1533 * programs.texi (Expressions):
1534 * text.texi (Words): Defer to Marking Objects for mark-word doc.
1535
3dc62b2b
CY
15362011-10-09 Chong Yidong <cyd@stupidchicken.com>
1537
1538 * help.texi (Help, Help Summary): Eliminate the unnecessary "help
1539 option" terminology.
1540 (Key Help): Add command names. Define "documentation string".
1541 (Name Help): Remove an over-long joke.
1542 (Apropos): Document prefix args. Remove duplicated descriptions.
1543 (Help Mode): Add C-c C-b to table. Update TAB binding.
71873e2b
SM
1544 (Package Keywords): Rename from "Library by Keyword".
1545 Describe new package menu interface.
3dc62b2b 1546 (Help Files, Help Echo): Tweak description.
de09aa52
CY
1547
1548 * mini.texi (Completion Options): Add completion-cycle-threshold.
3dc62b2b 1549 (Minibuffer History): Document numeric args to history commands.
de09aa52 1550
2d3fe5d7
EZ
15512011-10-08 Eli Zaretskii <eliz@gnu.org>
1552
1553 * mule.texi (Bidirectional Editing): Correct some inaccuracies.
1554
b2b0776e
CY
15552011-10-08 Chong Yidong <cyd@stupidchicken.com>
1556
71873e2b
SM
1557 * basic.texi (Position Info): Omit page commands.
1558 Document count-words-region and count-words.
b2b0776e
CY
1559
1560 * text.texi (Pages): Move what-page documentation here.
1561
27a16462
CY
15622011-10-08 Chong Yidong <cyd@stupidchicken.com>
1563
1564 * mini.texi (Minibuffer File): Minor copyedits. Use xref to
1565 Remote Files node instead of linking directly to the Tramp manual.
1566 (Minibuffer Edit): Add xref to Blank Lines.
1567 (Completion): Add xref to Symbol Completion. Remove redundant
1568 example, which is repeated in the next node.
1569 (Completion Commands): Minor clarifications.
1570 (Completion Styles): New node, split from Completion Commands.
1571 Document substring and initials styles.
1572 (Strict Completion): Remove information duplicated in other nodes.
1573 (Completion Options): Consolidate case difference discussion here.
1574
1575 * help.texi (Help Mode): Fix kindex entries.
1576
1577 * files.texi (File Names): Add index entries.
1578
de0bde62
CY
15792011-10-07 Chong Yidong <cyd@stupidchicken.com>
1580
71873e2b
SM
1581 * basic.texi (Inserting Text): Add xref to Completion.
1582 Add ucs-insert example, and document prefix argument.
de0bde62
CY
1583 (Moving Point): Fix introduction; C-f/C-b are no longer equivalent
1584 to left/right. Tweak left-char and right-char descriptions.
1585 M-left and M-right are now bound to left-word/right-word.
1586 (Erasing): Document delete-forward-char.
1587
1588 * screen.texi (Screen, Menu Bar): Copyedits.
1589 (Point): Remove duplicate paragraph on cursors, also in Screen.
1590 (Mode Line): Trailing dashes no longer shown on X displays.
1591
1592 * frames.texi (Non-Window Terminals): Index just "text-only
1593 terminal", which is used throughout the manual now.
1594
1595 * entering.texi (Entering Emacs): Define "startup screen".
1596 Document window-splitting behavior with command-line inputs.
1597 (Exiting): Remove obsolete paragraph about shells without suspend
1598 functionality.
1599
1600 * commands.texi (User Input): Define "input event" more clearly.
1601 (Keys): Add xref to Echo Area.
1602 (Commands): Clarify relation between commands and functions.
1603
453e4522
CY
16042011-10-06 Chong Yidong <cyd@stupidchicken.com>
1605
1606 * misc.texi (emacsclient Options): Document how emacsclient runs
1607 the Emacs daemon (Bug#9674).
1608
550f41cd
CY
16092011-10-01 Chong Yidong <cyd@stupidchicken.com>
1610
1611 * basic.texi (Moving Point):
1612 * custom.texi (Mouse Buttons):
1613 * rmail.texi (Rmail Scrolling):
1614 * search.texi (Isearch Scroll):
550f41cd
CY
1615 * display.texi (Scrolling): Replace scroll-up/down with
1616 scroll-up/down-command. Fix scroll-preserve-screen-position
1617 description. Document scroll-error-top-bottom.
1618
9229fe87
GM
16192011-09-30 Glenn Morris <rgm@gnu.org>
1620
1621 * commands.texi (Keys): Whitespace fix. (Bug#9635)
1622
0a2132ba
CY
16232011-09-24 Chong Yidong <cyd@stupidchicken.com>
1624
1625 * windows.texi (Pop Up Window): Defer discussion of window
1626 splitting to the Window Choice node. Add index entries.
1627 (Force Same Window): Node deleted.
1628 (Displaying Buffers, Window Choice): New nodes.
1629
1630 * buffers.texi (Select Buffer): Clarify description of
1631 buffer-switching commands. Add xref to Window Display node.
1632 Don't repeat confirm-nonexistent-file-or-buffer description from
1633 Visiting node. Remove even-window-heights.
1634
1635 * frames.texi (Special Buffer Frames): Add xref to Window Choice.
1636
33ed493b
CY
16372011-09-18 Chong Yidong <cyd@stupidchicken.com>
1638
1639 * cmdargs.texi (Icons X): Fix description of Emacs icon.
1640
1641 * xresources.texi (Table of Resources): Fix documentation of
1642 bitmapIcon.
1643
92fa95ad
CY
16442011-09-15 Chong Yidong <cyd@stupidchicken.com>
1645
1646 * package.texi (Package Menu): Add package-menu-mark-upgrades.
1647
16254627
EH
16482011-09-12 Eric Hanchrow <eric.hanchrow@gmail.com>
1649
1650 * frames.texi (Frame Commands): Note that delete-other-frames only
1651 deletes frames on current terminal.
1652
c3760c17
EZ
16532011-09-10 Eli Zaretskii <eliz@gnu.org>
1654
1655 * sending.texi (Mail Misc): Document mail-add-attachment.
1656
69b8be97
EZ
16572011-09-04 Eli Zaretskii <eliz@gnu.org>
1658
1659 * basic.texi (Inserting Text): Add index entries. (Bug#9433)
1660
3fd50d5c
CY
16612011-08-29 Chong Yidong <cyd@stupidchicken.com>
1662
1663 * modes.texi (Choosing Modes): auto-mode-case-fold is now t.
1664
e2aeef63
CY
16652011-08-28 Chong Yidong <cyd@stupidchicken.com>
1666
1667 * files.texi (File Archives):
1668 * cal-xtra.texi (Diary Display):
1669 * help.texi (Help Mode): Add xref to View Mode.
1670
ddb54206
CY
16712011-08-28 Chong Yidong <cyd@stupidchicken.com>
1672
a6326082
CY
1673 * display.texi (View Mode): New node. Move view-file here from
1674 Misc File Ops. Move view-buffer here from Misc Buffer.
1675
1676 * buffers.texi (Misc Buffer): Move view-buffer to View Mode.
1677
04e2ce72 1678 * files.texi (Misc File Ops): Document new
a6326082 1679 delete-by-moving-to-trash behavior. Remove view-file.
04e2ce72
CY
1680
1681 * dired.texi (Dired Deletion): Shorten description of Trash.
1682
ddb54206
CY
1683 * misc.texi (emacsclient Options): Document server-port.
1684
bd206ce5
EZ
16852011-08-27 Eli Zaretskii <eliz@gnu.org>
1686
1687 * frames.texi (Frame Commands): Advise setting focus-follows-mouse
1688 even on MS-Windows. Fix a typo.
1689
d43f5a42
CY
16902011-08-26 Chong Yidong <cyd@stupidchicken.com>
1691
1692 * package.texi: New file, documenting the package manager.
1693
1694 * emacs.texi: Include it.
1695
1696 * help.texi (Help Summary): Add describe-package.
1697
e0b1591b
CY
16982011-08-25 Chong Yidong <cyd@stupidchicken.com>
1699
856ce114
CY
1700 * misc.texi (Printing): Convert subnodes into subsections.
1701
f404f8bc
CY
1702 * text.texi (Two-Column): Move into Text chapter.
1703
1704 * picture-xtra.texi (Picture Mode): Group with Editing Binary
1705 Files section. Convert from chapter into section.
1706
1707 * display.texi (Narrowing): Move into display chapter.
1708
e0b1591b
CY
1709 * sending.texi (Sending Mail):
1710 * rmail.texi (Rmail):
1711 * misc.texi (Gnus, Document View):
1712 * dired.texi (Dired):
1713 * emacs.texi: Group the mail, rmail, and gnus chapters together.
1714
75bfc667
JL
17152011-08-07 Juri Linkov <juri@jurta.org>
1716
1717 * dired.texi (Operating on Files): Rewrite according to the fact
1718 that `dired-do-chmod' doesn't use the `chmod' program anymore.
1719
fe676f91
MA
17202011-07-30 Michael Albinus <michael.albinus@gmx.de>
1721
1722 * mini.texi (Minibuffer File): Insert a reference to Tramp for
1723 remote file name completion. (Bug#9197)
1724
4cc60b9b
EZ
17252011-07-28 Eli Zaretskii <eliz@gnu.org>
1726
1727 * mule.texi (Bidirectional Editing): Document the fact that
1728 bidi-display-reordering is t by default.
1729
89671e16
LMI
17302011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
1731
1732 * help.texi (Misc Help): Mention `describe-prefix-bindings'
1733 explicitly (bug#8904).
1734
fb23ecc2
LMI
17352011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
1736
1737 * trouble.texi (Checklist): Use an `M-x' example instead of an
1738 Emacs Lisp form to switch on the dribble file (bug#8056).
1739
465c5fc8
LMI
17402011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
1741
1742 * custom.texi (Hooks): Mention buffer-local hooks (bug#6218).
1743
90a6258b
GM
17442011-07-13 Glenn Morris <rgm@gnu.org>
1745
1746 * dired.texi (Dired Enter): Mention --dired. (Bug#9039)
1747
c7588364
LMI
17482011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
1749
1750 * mark.texi (Mark Ring): Clarify how many locations are saved
1751 (bug#5770).
1752 (Global Mark Ring): Ditto.
1753
4cb4f3ba
LMI
17542011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
1755
d648feab
LMI
1756 * text.texi (Table Recognition): Use "at point" instead of "under
1757 point" (bug#4345).
1758
4cb4f3ba
LMI
1759 * display.texi (Cursor Display): Mention `cursor-type'.
1760
1761 * screen.texi (Point): Clarify that it's only if you use a block
1762 cursor that it appears to be on a character (bug#4345).
1763
ecd0b990
CY
17642011-07-12 Chong Yidong <cyd@stupidchicken.com>
1765
1766 * misc.texi (Amusements): Move dissociated press here, from its
1767 own section.
1768
1769 * emacs.texi (Top): Update node listing.
1770
c2fd0368
LMI
17712011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
1772
1773 * emacs.texi (Top): Change "inferiors" to "subnodes" for greater
1774 clarity (bug#3523).
1775
fdeb32ec
CY
17762011-07-12 Chong Yidong <cyd@stupidchicken.com>
1777
1778 * cmdargs.texi (Initial Options): Document --no-site-lisp.
1779 (Misc X): Document --parent-id.
1780
1781 * frames.texi (Frame Commands): Note that focus-follows-mouse now
1782 defaults to nil.
1783
1784 * misc.texi (emacsclient Options): Document --parent-id.
1785
1786 * msdog.texi (Windows HOME): Document _emacs as obsolete.
1787
f584ca38
LMI
17882011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
1789
1790 * emacs.texi: Use "..." instead of ``...'' in the menus
1791 (bug#3503).
1792
963578d3
CY
17932011-07-11 Chong Yidong <cyd@stupidchicken.com>
1794
1795 * killing.texi (Primary Selection): Document `only' setting for
1796 select-active-regions.
1797
1798 * mark.texi (Setting Mark): Reference Shift Selection node.
1799
1800 * frames.texi (Mouse Commands): Document mouse-yank-primary.
1801
a30ed87b
LMI
18022011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
1803
47076272
LMI
1804 * mark.texi (Setting Mark): Clarify what's meant by "Shifted
1805 motion keys" (bug#3503).
1806
a30ed87b
LMI
1807 * emacs.texi: Change all the register node names from "RegPos"
1808 (etc.) to "Positional Registers" (etc.) (bug#3314).
1809
4d45a8b7
CY
18102011-07-11 Chong Yidong <cyd@stupidchicken.com>
1811
1812 * killing.texi (Killing, Deletion and Killing, Killing by Lines)
1813 (Other Kill Commands, Kill Options): Copyedits.
1814 (Deletion and Killing, Kill Ring): Kill/yank now use clipboard.
1815 (Yanking): Move yank-excluded properties discussion here.
1816 (Cut and Paste): Move from frames.texi. Update subnodes to
1817 describe x-select-enable-clipboard case.
1818
1819 * frames.texi: Move Cut and Paste node and subnodes into
1820 killing.texi, except Mouse Commands and Word and Line Mouse.
1821
c160ddee
AM
18222011-07-10 Andy Moreton <andrewjmoreton@gmail.com> (tiny change)
1823
1824 * makefile.w32-in (EMACSSOURCES): Replace major.texi with modes.texi.
1825
3329e6e3
LMI
18262011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
1827
32a214fe
LMI
1828 * screen.texi (Mode Line): Clarify that coding systems are
1829 characters, not letters (bug#1749).
1830
3329e6e3
LMI
1831 * cmdargs.texi (Environment): Mention removing variables
1832 (bug#1615). Text suggested by Kevin Rodgers.
1833
8875da1e
CY
18342011-07-10 Chong Yidong <cyd@stupidchicken.com>
1835
54806e45
CY
1836 * misc.texi (Amusements): Don't mention Yow; it's crippled.
1837
8875da1e
CY
1838 * modes.texi: Rename from major.texi.
1839 (Modes): New node. Make Major Modes and Minor Modes subsections
1840 of this. All callers changed.
1841
1842 * custom.texi (Minor Modes): Move to modes.texi.
1843
7847b2a1
CY
18442011-07-10 Chong Yidong <cyd@stupidchicken.com>
1845
6cfd0fa2
CY
1846 * custom.texi (Syntax): Node deleted.
1847
1848 * help.texi (Help Summary):
1849 * major.texi (Major Modes):
1850 * programs.texi (Parentheses):
1851 * search.texi (Regexp Backslash, Regexp Backslash)
1852 (Regexp Backslash):
1853 * text.texi (Words): Callers changed.
1854
7847b2a1
CY
1855 * text.texi (Refill, Longlines): Delete nodes.
1856
1857 * ack.texi (Acknowledgments): Longlines removed from manual.
1858
1859 * emacs.texi (Top): Update node listing.
1860
2a71c436
GM
18612011-07-09 Glenn Morris <rgm@gnu.org>
1862
1863 * fortran-xtra.texi (Fortran): Update handled extensions.
1864
61436e9f
LMI
18652011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
1866
1867 * display.texi (Scrolling): `C-v' (etc) are now bound to
1868 `scroll-*-command' (bug#8349).
1869
6e560c71
LMI
18702011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
1871
48954a09 1872 * dired.texi (Subdirectories in Dired): Clarify that `C-u k'
ff9ad330
LMI
1873 doesn't actually delete any files (bug#7125).
1874
2904fd97
LMI
1875 * picture-xtra.texi (Rectangles in Picture): Clarify the prefix
1876 argument for `C-c C-k' (bug#7391).
1877
6e560c71
LMI
1878 * frames.texi (Fonts): Mention "C-u C-x =" to find out what font
1879 you're currently using (bug#8489).
1880
978ff6c5
EZ
18812011-07-01 Eli Zaretskii <eliz@gnu.org>
1882
1883 * mule.texi (Coding Systems): Move index entries from the previous
1884 change into their proper places.
1885
0d742084
LMI
18862011-07-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
1887
31976bd5
LMI
1888 * help.texi (Help Files): Document view-external-packages (bug#8902).
1889
0d742084
LMI
1890 * mule.texi (Coding Systems): Put a few more of the coding systems
1891 into the index (bug#8900).
1892
9f678528
GM
18932011-06-26 Glenn Morris <rgm@gnu.org>
1894
1895 * fortran-xtra.texi (Fortran): F90 mode is also for F2008.
1896
18a4ce5e
AR
18972011-06-25 Andreas Rottmann <a.rottmann@gmx.at>
1898
1899 * misc.texi (emacsclient Options): Mention --frame-parameters.
1900
f0da764a
GM
19012011-06-09 Glenn Morris <rgm@gnu.org>
1902
1903 * custom.texi (Specifying File Variables):
1904 Recommend explicit arguments for minor modes.
1905
b047e7ac
PE
19062011-06-02 Paul Eggert <eggert@cs.ucla.edu>
1907
1908 Document wide integers better.
1909 * buffers.texi (Buffers):
001903b5
PE
1910 * files.texi (Visiting): Document maxima for 64-bit machines,
1911 and mention virtual memory limits.
b047e7ac 1912
bf41276f
CY
19132011-05-28 Chong Yidong <cyd@stupidchicken.com>
1914
1915 * custom.texi (Hooks): Reorganize. Mention Prog mode.
1916
1917 * fixit.texi (Spelling): Mention using prog-mode-hook for flypsell
1918 prog mode (Bug#8240).
1919
e145f188
GM
19202011-05-27 Glenn Morris <rgm@gnu.org>
1921
1922 * custom.texi (Specifying File Variables):
1923 Major modes no longer need come first.
1924
313f790e
CY
19252011-05-22 Chong Yidong <cyd@stupidchicken.com>
1926
1927 * mule.texi (Specify Coding, Text Coding, Communication Coding):
1928 (File Name Coding, Terminal Coding): Add command names (Bug#8312).
1929
c136e5cd
GM
19302011-05-18 Glenn Morris <rgm@gnu.org>
1931
1932 * ack.texi (Acknowledgments): Remove fakemail.c.
1933
c71a0d48 19342011-05-17 Chong Yidong <cyd@stupidchicken.com>
ae742cb5
CY
1935
1936 Fixes for fitting text into 7x9 printed manual.
1937 * building.texi (Flymake, Breakpoints Buffer):
1938 * calendar.texi (Appointments):
1939 * cmdargs.texi (General Variables, Display X):
1940 * custom.texi (Saving Customizations, Face Customization)
1941 (Directory Variables, Minibuffer Maps, Init Rebinding):
1942 * display.texi (Font Lock, Font Lock, Useless Whitespace):
1943 * fixit.texi (Spelling):
1944 * frames.texi (Creating Frames, Fonts):
1945 * help.texi (Help Files):
1946 * mini.texi (Minibuffer File):
1947 * misc.texi (emacsclient Options, Emulation):
1948 * msdog.texi (Windows Startup, Windows HOME, Windows Fonts):
1949 * mule.texi (International Chars, Language Environments)
1950 (Select Input Method, Modifying Fontsets, Charsets):
1951 * programs.texi (Custom C Indent):
1952 * rmail.texi (Rmail Labels):
1953 * text.texi (Table Conversion):
1954 * trouble.texi (Known Problems, Known Problems):
1955 * windows.texi (Change Window):
1956 * xresources.texi (GTK resources): Reflow text and re-indent code
1957 examples to avoid TeX overflows and underflows on 7x9 paper.
1958
1959 * emacs.texi: Fix the (commented out) smallbook command.
1960
1961 * macos.texi (Mac / GNUstep Events):
1962 * xresources.texi (Lucid Resources): Remove extraneous examples.
1963
b8f82dc1
GM
19642011-05-10 Glenn Morris <rgm@gnu.org>
1965
1966 * custom.texi (Specifying File Variables):
1967 Deprecate using mode: for minor modes.
1968
d306b4da
GM
19692011-05-07 Glenn Morris <rgm@gnu.org>
1970
1971 * cal-xtra.texi (Sexp Diary Entries): Mention diary-hebrew-birthday.
1972
548d0a63
GM
19732011-05-06 Glenn Morris <rgm@gnu.org>
1974
5006e634
GM
1975 * calendar.texi (Appointments): Mention appt-warning-time-regexp.
1976
548d0a63
GM
1977 * cal-xtra.texi (Fancy Diary Display): Mention diary comments.
1978
e793a940
LMI
19792011-05-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
1980
1981 * misc.texi (Emacs Server): Document `server-eval-at'.
1982
7031be6d
UR
19832011-04-24 Chong Yidong <cyd@stupidchicken.com>
1984
71873e2b
SM
1985 * maintaining.texi (List Tags): Document next-file.
1986 Suggested by Uday S Reddy.
7031be6d 1987
4ffd0d6b 19882011-04-23 Juanma Barranquero <lekktu@gmail.com>
7ee6a1d3
JB
1989
1990 * mini.texi (Minibuffer Edit):
1991 * screen.texi (Mode Line): Fix typo.
1992
1c6c854e
CS
19932011-04-20 Christoph Scholtes <cschol2112@googlemail.com>
1994
024ff170 1995 * maintaining.texi (Old Revisions): Mention new function vc-ediff.
1c6c854e 1996
c5c9f40f
CY
19972011-03-26 Chong Yidong <cyd@stupidchicken.com>
1998
1999 * display.texi (Auto Scrolling): Fix scroll-up/scroll-down confusion.
2000
09725d26
EZ
20012011-03-30 Eli Zaretskii <eliz@gnu.org>
2002
2003 * display.texi (Auto Scrolling): Document the limit of 100 lines
2004 for never-recentering scrolling with `scroll-conservatively'.
2005 (Bug#6671)
2006
09d9db2c 20072011-03-12 Eli Zaretskii <eliz@gnu.org>
69cc79e9
EZ
2008
2009 * msdog.texi (Windows HOME): Fix the wording to clarify how Emacs sets
2010 HOME on Windows and where it looks for init files. (Bug#8221)
2011
62d94509
EZ
20122011-03-10 Eli Zaretskii <eliz@gnu.org>
2013
2014 * search.texi (Regexp Example):
2015 * mule.texi (International Chars):
2016 * building.texi (External Lisp): Don't use characters outside
2017 ISO-8859-1.
2018
0286d9de
EZ
20192011-03-09 Eli Zaretskii <eliz@gnu.org>
2020
1c6c854e
CS
2021 * ack.texi (Acknowledgments): Convert to ISO-8859-1 encoding.
2022 Use Texinfo @-commands for non Latin-1 characters.
63a329f8
EZ
2023
2024 * makefile.w32-in (MAKEINFO_OPTS): Add --enable-encoding.
2025
114902a5 2026 * custom.texi (Init File): Add index entries for ".emacs".
0286d9de
EZ
2027 (Bug#8210)
2028
0afb4571
J
20292011-03-08 Jan Djärv <jan.h.d@swipnet.se>
2030
2031 * xresources.texi (GTK resources): ~/.emacs.d/gtkrc does not work
2032 for Gtk+ 3.
2033
bb3865e8
GM
20342011-03-08 Glenn Morris <rgm@gnu.org>
2035
6446548e
GM
2036 * Makefile.in (MAKEINFO_OPTS): Add --enable-encoding.
2037 * emacs.texi (Acknowledgments):
2038 * ack.texi (Acknowledgments): Names to UTF-8.
80b005c7 2039 * emacs.texi: Set documentencoding.
6446548e 2040
bb3865e8
GM
2041 * display.texi (Optional Mode Line): Don't mention exactly where
2042 display-time appears. (Bug#8193)
2043
33383987
JB
20442011-03-07 Chong Yidong <cyd@stupidchicken.com>
2045
2046 * Version 23.3 released.
2047
892777ba
CY
20482011-03-06 Chong Yidong <cyd@stupidchicken.com>
2049
2050 * search.texi (Isearch Yank): C-y now bound to isearch-yank-kill.
2051
0b973fc5
DW
20522011-03-03 Drake Wilson <drake@begriffli.ch> (tiny change)
2053
2054 * misc.texi (emacsclient Options): Add q/quiet.
2055
8ef5a2f2
GM
20562011-03-02 Glenn Morris <rgm@gnu.org>
2057
2058 * mule.texi (Communication Coding) <x-select-request-type>:
2059 Remove duplicate (essentially) paragraph. (Bug#8148)
2060
bd106056
CS
20612011-03-01 Christoph Scholtes <cschol2112@googlemail.com>
2062
2063 * maintaining.texi (Format of ChangeLog): Add reference to
2064 add-log-full-name.
2065 (Change Log Commands): Add documentation for combining multiple
2066 symbols in one change.
2067
6640b281
GM
20682011-03-01 Glenn Morris <rgm@gnu.org>
2069
2070 * custom.texi (Directory Variables):
2071 Give an example of excluding subdirectories.
2072
2b0c7330 20732011-02-28 Eli Zaretskii <eliz@gnu.org>
116b6d38
EZ
2074
2075 * search.texi (Regexp Search): Move index entries about regexps to the
2076 "Regexps" node. Add index entries for regexp search. (Bug#8096)
2077
8c62c205
GM
20782011-02-19 Glenn Morris <rgm@gnu.org>
2079
2080 * dired.texi (Dired): Dired-X version number was dropped.
2081
3928f2b6
JD
20822011-02-14 Jan Djärv <jan.h.d@swipnet.se>
2083
2084 * xresources.texi (X Resources): Remove *faceName and replace it with
2085 *font for Lucid.
2086
a41c8660
CY
20872011-02-05 Chong Yidong <cyd@stupidchicken.com>
2088
2089 * rmail.texi (Rmail Display): Document Rmail MIME support more
2090 accurately.
2091
2092 * maintaining.texi (VC Change Log): Document vc-log-incoming and
2093 vc-log-outgoing.
2094 (Merging): Document vc-find-conflicted-file.
2095
233ba4d9 20962011-02-05 Glenn Morris <rgm@gnu.org>
d436de97
GM
2097
2098 * custom.texi (Variables): Fix typo.
2099
14beddf4 21002011-01-31 Chong Yidong <cyd@stupidchicken.com>
19f81ecf 2101
65401ee3
CY
2102 * search.texi (Regexps): Copyedits. Mention character classes
2103 (Bug#7809).
2104
19f81ecf
CY
2105 * files.texi (File Aliases): Restore explanatory text from Eli
2106 Zaretskii, accidentally removed in 2011-01-08 commit.
2107
bf3dae7e
EZ
21082011-01-29 Eli Zaretskii <eliz@gnu.org>
2109
2110 * makefile.w32-in (MAKEINFO): Remove options, leave only program name.
2111 (MAKEINFO_OPTS): New variable.
2112 (ENVADD, $(infodir)/emacs): Use $(MAKEINFO_OPTS).
2113 (emacs.html): New target.
2114 (clean): Remove emacs.html.
2115
45eb2a5d
WL
21162011-01-23 Werner Lemberg <wl@gnu.org>
2117
2118 * Makefile.in (MAKEINFO): Now controlled by `configure'.
2119 (MAKEINFO_OPTS): New variable. Use it where appropriate.
2120 (ENVADD): Updated.
2121
9acfe703
GM
21222011-01-18 Glenn Morris <rgm@gnu.org>
2123
2124 * ack.texi, emacs.texi (Acknowledgments): Update for ERT addition.
2125
2126 * ack.texi (Acknowledgments): Remove mention of replaced prolog.el.
2127
362b9d48
GM
21282011-01-15 Chong Yidong <cyd@stupidchicken.com>
2129
bb033b5f
CY
2130 * building.texi (Compilation): Improve instructions for running two
2131 compilations (Bug#7573).
2132
b024d9f0
MD
2133 * files.texi (Backup Names): Document the new location of the
2134 last-resort backup file.
2135
362b9d48
GM
2136 * files.texi (File Aliases): Move directory-abbrev-alist doc from Lisp
2137 manual. Explain why directory-abbrev-alist elements should be anchored
2138 (Bug#7777).
2139
21402011-01-15 Eli Zaretskii <eliz@gnu.org>
2141
2142 * msdog.texi (Windows Startup): Correct inaccurate description of
2143 differences between emacsclient.exe and emacsclientw.exe.
2144
7c420169 21452011-01-02 Chong Yidong <cyd@stupidchicken.com>
89dc29d9
CY
2146
2147 * rmail.texi (Rmail Display): Edit for grammar and conciseness.
2148
7c420169 21492011-01-02 Kenichi Handa <handa@m17n.org>
7f42ff40
KH
2150
2151 * rmail.texi (Rmail Display): Describe new features of Rmail in Info.
2152
7c420169 21532011-01-02 Eli Zaretskii <eliz@gnu.org>
88ab4340 2154
2d34d523
EZ
2155 * frames.texi (Cut and Paste): Modify the section's name and text:
2156 don't mix "cut/paste" with "kill/yank".
2157 (Cut/Paste Other App): Describe the per-session emulation of PRIMARY.
2158 (Bug#7702)
2159
88ab4340
EZ
2160 * trouble.texi (Checklist): Mention debug-on-quit. (Bug#7667)
2161
7c420169 21622011-01-02 Glenn Morris <rgm@gnu.org>
d3658de7
GM
2163
2164 * maintaining.texi: Move inclusion of emerge after EDE, so that it
2165 matches its position in the menu. (Bug#7674)
2166
7c420169 21672011-01-02 Glenn Morris <rgm@gnu.org>
da3930f3
GM
2168
2169 * trouble.texi (Checklist): Mention not replying via news either.
2170
92bb6c52
TH
21712010-12-30 Tassilo Horn <tassilo@member.fsf.org>
2172
2173 * misc.texi (Document View): Update DocView section with newly
2174 supported document formats.
2175
b103c904
CY
21762010-12-21 Chong Yidong <cyd@stupidchicken.com>
2177
2178 * killing.texi: Resection the Info version to conform to the
2179 printed manual, to avoid making sections on Accumulating Text, CUA
2180 and Rectangles into full chapters.
2181
f49d1f52 21822010-12-13 Eli Zaretskii <eliz@gnu.org>
68f75971
EZ
2183
2184 * custom.texi (Init Syntax): Add index entries for "character syntax".
2185 (Bug#7576)
2186
f49d1f52 21872010-12-13 Karel Klíč <kklic@redhat.com>
6e427e96
KK
2188
2189 * text.texi (HTML Mode): Small fixes. (Bug#7607)
2190
f49d1f52 21912010-12-13 Glenn Morris <rgm@gnu.org>
ffda048b
GM
2192
2193 * trouble.texi (Checklist): Fix typo in newsgroup name.
2194
f49d1f52 21952010-12-13 Chong Yidong <cyd@stupidchicken.com>
2931c841
CY
2196
2197 * search.texi (Word Search): Note that the lazy highlight always
2198 matches to whole words (Bug#7470).
2199
f49d1f52 22002010-12-13 Eli Zaretskii <eliz@gnu.org>
b8a9e136 2201
4f1948eb
EZ
2202 * display.texi (Optional Mode Line): Make the description of
2203 load-average more accurate.
2204
b8a9e136
EZ
2205 * msdog.texi (Windows HOME): Mention that HOME can also be set in the
2206 registry, with a cross-reference.
62d72a4a
EZ
2207 (Windows Startup): New node. Move the stuff about the current
2208 directory from "Windows HOME".
b8a9e136 2209
07976ae3 22102010-11-27 Bob Rogers <rogers-emacs@rgrjr.dyndns.org>
17a6e278
BR
2211
2212 * maintaining.texi (VC With A Locking VCS, VC Directory Commands):
2213 * vc1-xtra.texi (Customizing VC, General VC Options): Small fixes.
2214
07976ae3 22152010-11-27 Chong Yidong <cyd@stupidchicken.com>
0d6607ab
CY
2216
2217 * maintaining.texi (Version Control Systems): Fix repeated sentence.
2218 Suggested by Štěpán Němec.
2219
07976ae3 22202010-11-27 Chong Yidong <cyd@stupidchicken.com>
ec8a6295 2221
1aaae3f3
CY
2222 * maintaining.texi (Version Control): Say "commit", not "check in".
2223 (Version Control Systems): Simplify descriptions.
2224 (VCS Merging, VCS Changesets, VCS Repositories): New nodes, split from
2225 VCS Concepts.
2226 (VC Mode Line): Update example.
2227 (Old Revisions): Document revert-buffer for vc-diff.
2228 (Log Buffer): Promote to a subsection. Document header lines.
2229
1c6c854e
CS
2230 * macos.texi (Mac / GNUstep Basics):
2231 Document ns-right-alternate-modifier.
ec8a6295 2232
1aaae3f3
CY
2233 * emacs.texi (Top): Update node listing.
2234
0eb025fb
EZ
22352010-11-13 Eli Zaretskii <eliz@gnu.org>
2236
2237 * rmail.texi (Rmail Coding): Characters with no fonts are not
2238 necessarily displayed as empty boxes.
2239
2240 * mule.texi (Language Environments, Fontsets): Characters with no
2241 fonts are not necessarily displayed as empty boxes.
2242
2243 * display.texi (Text Display): Document display of glyphless
2244 characters.
2245
ea4f7750
GM
22462010-11-13 Glenn Morris <rgm@gnu.org>
2247
2248 * basic.texi (Position Info): Add M-x count-words-region.
2249
90639cea
GM
22502010-11-11 Glenn Morris <rgm@gnu.org>
2251
2252 * msdog.texi (ls in Lisp): Update for ls-lisp changes.
2253
d607b96b 22542010-11-09 Eli Zaretskii <eliz@gnu.org>
a16b2d46
EZ
2255
2256 * msdog.texi (Windows HOME): Add information regarding startup
2257 directory when invoking Emacs from a desktop shortcut. (bug#7300)
2258
c12e4a81
GM
22592010-10-11 Glenn Morris <rgm@gnu.org>
2260
df187c62
GM
2261 * Makefile.in (MAKEINFO): Add explicit -I$srcdir.
2262
c12e4a81
GM
2263 * Makefile.in (.texi.dvi): Remove unnecessary suffix rule.
2264 (DVIPS): New variable.
234db610
GM
2265 (.PHONY): Add html, ps.
2266 (html, emacs.html, ps, emacs.ps, emacs-xtra.ps): New targets.
2267 (clean): Delete html, ps files.
c12e4a81 2268
6513b232
EZ
22692010-10-09 Eli Zaretskii <eliz@gnu.org>
2270
2271 * makefile.w32-in (EMACSSOURCES): Add emacsver.texi.
2272
f4f358f1
GM
22732010-10-09 Glenn Morris <rgm@gnu.org>
2274
c1dc72b3
GM
2275 * Makefile.in (VPATH): Remove.
2276 (infodir): Make it absolute.
2277 (mkinfodir, $(infodir)/emacs, infoclean): No need to cd $srcdir.
2278
4393405b
GM
2279 * Makefile.in (dist): Anchor regexps.
2280
eef3ab94
GM
2281 * Makefile.in (EMACSSOURCES): Put emacs.texi first.
2282 ($(infodir)/emacs, emacs.dvi, emacs.pdf, emacs-xtra.dvi)
2283 (emacs-xtra.pdf): Use $<.
2284
aa9db089
GM
2285 * Makefile.in (infoclean): Remove harmless, long-standing error.
2286
abd40fb4
GM
2287 * Makefile.in ($(infodir)): Delete rule.
2288 (mkinfodir): New.
2289 ($(infodir)/emacs): Use $mkinfodir instead of infodir.
2290
f4f358f1 2291 * Makefile.in (distclean): Do not delete emacsver.texi.
68db69ed 2292 (dist): Remove reference to emacsver.texi.in.
f4f358f1
GM
2293 * emacsver.texi: New file, replacing emacsver.texi.in.
2294
ea274122
GM
22952010-10-09 Glenn Morris <rgm@gnu.org>
2296
f7a31f11
GM
2297 * emacsver.texi.in: New file.
2298 * emacs.texi: Set EMACSVER by including emacsver.texi.
2299 * Makefile.in (distclean): Delete emacsver.texi.
2300 (dist): Copy emacsver.texi.
b13254e7 2301 (EMACSSOURCES): Add emacsver.texi.
f7a31f11 2302
3fb78d1f
GM
2303 * ack.texi (Acknowledgments): No more b2m.c.
2304
ea274122
GM
2305 * Makefile.in (.PHONY): Declare info, dvi, pdf, dist.
2306 (emacs): Remove rule.
2307 (dist): No need to deal with the emacs rule any more.
2308
17ca7950
GM
23092010-10-07 Glenn Morris <rgm@gnu.org>
2310
2311 * Makefile.in (version): New, set by configure.
2312 (clean): Delete dist tar file.
2313 (dist): Use version in tar name.
2314
4c83f6e1
GM
23152010-10-06 Glenn Morris <rgm@gnu.org>
2316
2317 * Makefile.in (EMACS_XTRA): Add the main source file.
2318 (emacs-xtra.dvi, emacs-xtra.pdf): Remove explicit emacs-xtra.texi.
2319 (mostlyclean): No core files, reorder other files.
2320 (clean): Delete specific dvi and pdf files.
2321 (infoclean, dist): New rules.
2322 (maintainer-clean): Use infoclean.
8a944cea 2323 ($(infodir)): Add parallel build workaround.
4c83f6e1 2324
0264072d
GM
23252010-10-04 Glenn Morris <rgm@gnu.org>
2326
2327 * Makefile.in (SHELL): Set it.
2328 (INFO_TARGETS, DVI_TARGETS): Remove variables.
2329 (info, dvi): Replace above variables with their expansions.
2330 (info): Move mkdir from here...
2331 ($(infodir)/emacs): ... to here (for parallel builds).
2332 (pdf): New target.
2333 ($(infodir)/emacs): Pass -o option to makeinfo.
2334 (.PHONY): Declare clean rules.
2335 (maintainer-clean): Delete dvi and pdf files.
2336 Guard against cd failures. Use a more restrictive delete.
2337
3226d6ca
GM
23382010-10-02 Glenn Morris <rgm@gnu.org>
2339
2340 * misc.texi (Shell Mode): Remove reference to old function name.
2341
cad90f3b
EZ
23422010-09-30 Eli Zaretskii <eliz@gnu.org>
2343
2344 * maintaining.texi (VC Mode Line): Mention all the possible VC status
2345 indicator characters.
2346
5f874327
GM
23472010-09-29 Glenn Morris <rgm@gnu.org>
2348
2349 * Makefile.in (top_srcdir): Remove unused variable.
2350
0ab9cff3
GM
23512010-09-14 Glenn Morris <rgm@gnu.org>
2352
67ae9766
GM
2353 * cal-xtra.texi (Fancy Diary Display): Emphasize that sort should be
2354 the last hook item.
2355
0ab9cff3
GM
2356 * calendar.texi (Appointments): Also updated when a diary include file
2357 is saved.
2358
6664fc59 23592010-09-14 Glenn Morris <rgm@gnu.org>
63e1eaa1
GM
2360
2361 * trouble.texi (Bugs): Update the section intro.
2362 (Known Problems): New section.
2363 (Checklist): Misc updates. Prefer M-x report-emacs-bug.
2364 (Sending Patches): Bug fixes are best as responses to existing bugs.
2365 * emacs.texi (Known Problems): Add menu entry for new section.
2366
be3283d7
GM
23672010-09-09 Glenn Morris <rgm@gnu.org>
2368
2369 * xresources.texi: Untabify.
2370
10999305 23712010-09-06 Chong Yidong <cyd@stupidchicken.com>
89532a07
CY
2372
2373 * dired.texi (Dired Enter): Minor doc fix (Bug#6982).
2374
10999305 23752010-09-06 Glenn Morris <rgm@gnu.org>
e4a0188a
GM
2376
2377 * misc.texi (Saving Emacs Sessions): Mention desktop-path. (Bug#6948)
2378
30641319
JD
23792010-09-02 Jan Djärv <jan.h.d@swipnet.se>
2380
2381 * frames.texi (Cut/Paste Other App): Remove vut-buffer text.
2382
50dd7bc6
GM
23832010-08-21 Glenn Morris <rgm@gnu.org>
2384
2385 * misc.texi (Amusements): Mention bubbles and animate.
2386
5e620eca
EZ
23872010-07-31 Eli Zaretskii <eliz@gnu.org>
2388
2389 * files.texi (Visiting): Add more index entries for
2390 large-file-warning-threshold.
2391
8b2dd508
JD
23922010-07-29 Jan Djärv <jan.h.d@swipnet.se>
2393
2394 * frames.texi (Tool Bars): Add doc for tool-bar-position.
2395
8838673e
GM
23962010-06-23 Glenn Morris <rgm@gnu.org>
2397
2398 * abbrevs.texi, basic.texi, buffers.texi, building.texi, calendar.texi:
2399 * custom.texi, dired.texi, display.texi, emacs.texi, emerge-xtra.texi:
2400 * files.texi, fortran-xtra.texi, frames.texi, help.texi, killing.texi:
2401 * maintaining.texi, mark.texi, mini.texi, misc.texi, msdog.texi:
0351f24c
GM
2402 * mule.texi, programs.texi, rmail.texi, screen.texi, search.texi:
2403 * sending.texi, text.texi, trouble.texi, vc1-xtra.texi, xresources.texi:
8838673e
GM
2404 Untabify Texinfo files.
2405
04d3bb6c
GM
24062010-06-10 Glenn Morris <rgm@gnu.org>
2407
103dd3a8
GM
2408 * basic.texi (Inserting Text): Minor clarification. (Bug#6374)
2409
04d3bb6c
GM
2410 * basic.texi (Inserting Text): Fix typo.
2411
50b79479
GM
24122010-06-10 Glenn Morris <rgm@gnu.org>
2413
2414 * ack.texi (Acknowledgments):
2415 * emacs.texi (Acknowledgments): Update for notifications.el.
2416
86d7a550
DU
24172010-05-31 Daiki Ueno <ueno@unixuser.org>
2418
2419 * dired.texi (Operating on Files): Mention encryption commands
2420 (Bug#6315).
2421
db5dce9d
EZ
24222010-05-29 Eli Zaretskii <eliz@gnu.org>
2423
2424 * basic.texi (Moving Point): Update due to renaming of commands bound
2425 to arrows. Document bidi-aware behavior of C-<right> and C-<left>.
2426
34313041
EZ
24272010-05-18 Eli Zaretskii <eliz@gnu.org>
2428
2429 * display.texi (Fringes): Document reversal of fringe arrows for R2L
2430 paragraphs.
2431 (Line Truncation): Fix wording for bidi display.
2432
1fc0ce04 2433 * basic.texi (Moving Point): Document bidi-aware behavior of the arrow
34313041
EZ
2434 keys.
2435
0235128c 24362010-05-08 Chong Yidong <cyd@stupidchicken.com>
abb777ac
CY
2437
2438 * building.texi (GDB Graphical Interface): Remove misleading comparison
2439 to an IDE (Bug#6128).
2440
0235128c 24412010-05-08 Štěpán Němec <stepnem@gmail.com> (tiny change)
da0bbbc4
CY
2442
2443 * programs.texi (Man Page):
2444 * misc.texi (Invoking emacsclient):
2445 * mini.texi (Repetition):
2446 * mark.texi (Setting Mark): Fix typos.
2447
0235128c 24482010-05-08 Chong Yidong <cyd@stupidchicken.com>
eb5ed549
CY
2449
2450 * misc.texi (Printing): Document htmlfontify-buffer.
2451
0235128c 24522010-05-08 Glenn Morris <rgm@gnu.org>
6776e4c4
GM
2453
2454 * calendar.texi (Displaying the Diary, Format of Diary File):
2455 Fix external cross-references for TeX format output.
2456
0235128c
SM
24572010-05-07 Chong Yidong <cyd@stupidchicken.com>
2458
2459 * Version 23.2 released.
2460
f63d0028
JD
24612010-05-02 Jan Djärv <jan.h.d@swipnet.se>
2462
2463 * cmdargs.texi (Initial Options): Mention --chdir.
2464
20fe03ad
JD
24652010-04-21 Jan Djärv <jan.h.d@swipnet.se>
2466
2467 * frames.texi (Tool Bars): Add tool-bar-style.
2468
b7d65a5f
GM
24692010-04-21 Glenn Morris <rgm@gnu.org>
2470
2471 * ack.texi, emacs.texi (Acknowledgments): Add SELinux support.
2472
a42dbee1
CY
24732010-04-18 Chong Yidong <cyd@stupidchicken.com>
2474
2475 * programs.texi (Semantic): New node.
2476
2477 * maintaining.texi (EDE): New node.
2478
2479 * emacs.texi: Update node listing.
2480
2481 * misc.texi (Gnus): Use the `C-h i' keybinding for info.
2482
6e104790 24832010-04-18 Glenn Morris <rgm@gnu.org>
a77fe20c 2484
d52dbd3d
GM
2485 * emacs.texi (Acknowledgments): Remove duplicate.
2486
a77fe20c
GM
2487 * maintaining.texi (VC Directory Commands): Mention stashes and shelves.
2488
6e104790 24892010-04-18 Glenn Morris <rgm@gnu.org>
4d4e9522 2490
4ebe9902
GM
2491 * dired.texi (Misc Dired Features): Mention VC diff and log.
2492 * maintaining.texi (Old Revisions, VC Change Log):
2493 Mention that diff and log work in Dired buffers.
2494
98932641
GM
2495 * help.texi (Help Summary): Mention M-x info-finder.
2496
d5b22ab2 2497 * ack.texi (Acknowledgments): Add mpc.el.
cdfbcbba 2498
4d4e9522
GM
2499 * custom.texi (Specifying File Variables, Directory Variables):
2500 Document new commands for manipulating local variable lists.
2501
6e104790 25022010-04-18 Glenn Morris <rgm@gnu.org>
16207c0a
GM
2503
2504 * trouble.texi (Contributing): Add cindex entry.
2505 Mention etc/CONTRIBUTE.
2506
6e104790 25072010-04-18 Chong Yidong <cyd@stupidchicken.com>
e59c4233
CY
2508
2509 * mark.texi (Persistent Mark): Copyedits. Replace undo example with
2510 query-replace (Bug#5774).
2511
a20a9df3
GM
25122010-04-16 Glenn Morris <rgm@gnu.org>
2513
2514 * ack.texi, emacs.texi (Acknowledgments): Update for Org changes.
2515
1ecb2d3f
JD
25162010-04-11 Jan Djärv <jan.h.d@swipnet.se>
2517
2518 * xresources.texi (Lucid Resources): Mention faceName for dialogs.
2519
99852628
JD
25202010-04-08 Jan Djärv <jan.h.d@swipnet.se>
2521
2522 * xresources.texi (Lucid Resources): Mention faceName to set Xft fonts.
2523
ce79424f
EZ
25242010-03-30 Eli Zaretskii <eliz@gnu.org>
2525
2526 * mule.texi (Input Methods): Mention "C-x 8 RET" and add a
2527 cross-reference to "Inserting Text".
2528
2529 * basic.texi (Inserting Text): Add an index entry for "C-x 8 RET".
2530 Mention completion provided by `ucs-insert'.
2531
85738751 25322010-03-30 Chong Yidong <cyd@stupidchicken.com>
8233e79a
CY
2533
2534 * sending.texi (Sending Mail): Note variables that may need
2535 customizing.
2536 (Mail Sending): Expand discussion of send-mail-function.
2537
85738751 25382010-03-30 Chong Yidong <cyd@stupidchicken.com>
e73c2434
CY
2539
2540 Document Message mode as the default mail mode.
2541
2542 * sending.texi (Sending Mail): Copyedits.
2543 (Mail Format, Mail Headers): Document mail-from-style changes.
2544 (Mail Commands): Rename from Mail mode. Document Message mode.
2545 (Mail Misc): Rename from Mail mode Misc.
2546 (Mail Sending, Header Editing, Mail Misc): Switch to Message mode
2547 command names and update keybindings.
2548 (Header Editing): Document message-tab. De-document
2549 mail-self-blind, mail-default-reply-to, and mail-archive-file-name in
2550 favor of mail-default-headers. Ad index entries for user-full-name and
2551 user-mail-address.
1c6c854e
CS
2552 (Citing Mail): Update changes in Message mode behavior.
2553 Document mail-yank-prefix.
e73c2434
CY
2554 (Mail Signature): New node, moved from Mail Misc.
2555 (Mail Aliases): Mail abbrevs are the default with Message mode.
2556 (Mail Methods): Note that Message mode is now the default.
2557
2558 * rmail.texi (Rmail Reply):
2559 * text.texi (Text Mode):
2560 * major.texi (Major Modes):
2561 * mule.texi (Output Coding): Refer to Message mode.
2562
2563 * custom.texi (Init Examples): Add xref to Mail Header.
2564
1fc0ce04 2565 * emacs.texi (Top): Fix xrefs.
e73c2434 2566
85738751 25672010-03-30 Chong Yidong <cyd@stupidchicken.com>
0f72a391 2568
c0c035fa
CY
2569 * maintaining.texi (VC With A Merging VCS): C-x v v now creates a
2570 repository if there is none.
2571 (VC Change Log): Rename from VC Status. Document vc-log-show-limit and
2572 vc-print-root-log.
ef7b27ef 2573 (Old Revisions): Copyedits. Document vc-root-diff.
c0c035fa 2574
71785b7a
CY
2575 * programs.texi (Program Modes): Mention Javascript mode.
2576
f67c5dd0
CY
2577 * text.texi (HTML Mode): Note that nXML is now the default XML mode.
2578 * emacs.texi: Update node description.
2579
0f72a391 2580 * misc.texi (Navigation): Document doc-view-continuous.
f2608df3 2581 (Shell Ring): Document new M-r binding. M-s is no longer bound.
0f72a391 2582
dc2d2590
JL
25832010-03-30 Juri Linkov <juri@jurta.org>
2584
2585 * search.texi (Other Repeating Search): Remove line that `occur'
2586 can not handle multiline matches.
2587
a7b02820
EZ
25882010-03-30 Eli Zaretskii <eliz@gnu.org>
2589
2590 * mule.texi (International): Mention support of bidirectional editing.
2591 (Bidirectional Editing): New section.
2592
22ef1944
NR
25932010-03-28 Nick Roberts <nickrob@snap.net.nz>
2594
2595 * emacs.texi (Top): Update node names to those in building.texi.
2596
146b8b16
NR
25972010-03-27 Nick Roberts <nickrob@snap.net.nz>
2598
c5e87d10
PE
2599 doc/emacs/building.texi: Describe restored GDB/MI functionality
2600 removed by 2009-12-29T07:15:34Z!nickrob@snap.net.nz.
146b8b16
NR
2601 doc/emacs/emacs.texi: Update node names for building.texi.
2602
6d98672d
GM
26032010-03-24 Glenn Morris <rgm@gnu.org>
2604
2605 * ack.texi (Acknowledgments):
2606 * emacs.texi (Acknowledgments): Fix ispell attribution. (Bug#5759)
2607
93318cbd
JD
26082010-03-20 Jan Djärv <jan.h.d@swipnet.se>
2609
2610 * xresources.texi (Table of Resources): Clarify toolBar number
2611 for Gtk+.
2612
2613 * frames.texi (Menu Bars): menuBarLines => menuBar (bug#5736).
2614
15cf2f52
CY
26152010-03-21 Chong Yidong <cyd@stupidchicken.com>
2616
4102856c
CY
2617 * dired.texi (Dired Updating): Document dired-auto-revert-buffer.
2618
15cf2f52
CY
2619 * search.texi (Other Repeating Search): Document multi-isearch-buffers
2620 and multi-isearch-buffers-regexp.
2621
2622 * indent.texi (Indentation): Clarify description of
2623 indent-for-tab-command. Document tab-always-indent.
2624
d68eb23c
CY
26252010-03-20 Chong Yidong <cyd@stupidchicken.com>
2626
2627 * cmdargs.texi (Font X): Move most content to Fonts.
2628
2629 * frames.texi (Fonts): New node. Document font-use-system-font.
2630
2631 * emacs.texi (Top):
2632 * xresources.texi (Table of Resources):
2633 * mule.texi (Defining Fontsets, Charsets): Update xrefs.
2634
288f9fc0
CY
26352010-03-10 Chong Yidong <cyd@stupidchicken.com>
2636
2637 * Branch for 23.2.
2638
17782bec
CY
26392010-03-06 Chong Yidong <cyd@stupidchicken.com>
2640
2641 * custom.texi (Init Examples): Add xref to Locals.
2642
2643 * major.texi (Choosing Modes): Mention usage of setq-default for
2644 setting the default value of major-mode (Bug#5688).
2645
b4a1a8b2
CY
26462010-03-02 Chong Yidong <cyd@stupidchicken.com>
2647
2648 * frames.texi (Mouse Avoidance): Mention make-pointer-invisible.
2649
2650 * display.texi (Display Custom): Document make-pointer-invisible and
2651 underline-minimum-offset. Remove inverse-video.
2652
a1e759cd
CY
26532010-02-21 Chong Yidong <cyd@stupidchicken.com>
2654
2655 * frames.texi (Frame Commands): Note that the last ordinary frame can
2656 be deleted in daemon mode (Bug#5616).
2657
4f3bc373
GM
26582010-02-18 Glenn Morris <rgm@gnu.org>
2659
2660 * trouble.texi (Contributing): Repository is no longer CVS.
2661
5dbbdd33
GM
26622010-02-08 Glenn Morris <rgm@gnu.org>
2663
2664 * buffers.texi (Uniquify): Must explicitly load library. (Bug#5529)
2665
cd61af01
SM
26662010-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
2667
2668 * display.texi (Useless Whitespace, Text Display):
2669 * custom.texi (Init Examples): Avoid obsolete special default variables
2670 like default-major-mode.
2671
b1bb0a25 26722010-01-24 Mark A. Hershberger <mah@everybody.org>
aaef4f91
MH
2673
2674 * programs.texi (Other C Commands): Replace reference to obsolete
2675 c-subword-mode.
2676
99d0985b
GM
26772010-01-21 Glenn Morris <rgm@gnu.org>
2678
2679 * trouble.texi (Bugs): Fix PROBLEMS keybinding.
2680
893db5bc
GM
26812010-01-12 Glenn Morris <rgm@gnu.org>
2682
2683 * trouble.texi (Checklist): Use bug-gnu-emacs rather than
2684 emacs-pretest-bug for bug reports for development versions.
2685
0419b8d6
GM
26862010-01-11 Glenn Morris <rgm@gnu.org>
2687
2688 * display.texi (Highlight Interactively): `t' does not mean highlight
2689 all patterns. (Bug#5335)
2690
26e533e2
CY
26912009-12-29 Chong Yidong <cyd@stupidchicken.com>
2692
2693 * misc.texi (Shell): Document async-shell-command.
2694
2695 * building.texi (Grep Searching): Document zrgrep.
2696
484eaeac 2697 * mini.texi (Completion Options): Mention `initials' completion style.
26e533e2 2698
7ee6c59b
NR
26992009-12-29 Nick Roberts <nickrob@snap.net.nz>
2700
2701 * building.texi: Import GDB Graphical Interface description from
2702 EMACS_23_1_RC.
2703
91ed7ea8
CY
27042009-12-24 Chong Yidong <cyd@stupidchicken.com>
2705
2706 * emacs.texi (Top): Update node listing.
2707
2708 * abbrevs.texi (Saving Abbrevs): Abbrev file should be in .emacs.d.
2709
2710 * basic.texi (Moving Point): M-r is now move-to-window-line-top-bottom.
2711
2712 * cmdargs.texi (Initial Options):
2713 * xresources.texi (Resources): Document inhibit-x-resources.
2714
2715 * custom.texi (Specifying File Variables): Note that minor modes are
2716 enabled unconditionally.
2717
2718 * display.texi (Scrolling): Briefly document the old recenter command,
2719 and document recenter-positions.
2720
2721 * files.texi (Visiting):
2722 * buffers.texi (Buffers): Max buffer size is now 512 MB.
2723
1c6c854e
CS
2724 * frames.texi (Cut/Paste Other App):
2725 Document save-interprogram-paste-before-kill.
91ed7ea8
CY
2726
2727 * killing.texi (Kill Options): New node.
2728
6ca89aaa
CY
27292009-12-05 Chong Yidong <cyd@stupidchicken.com>
2730
2731 * misc.texi (Shell Options): ansi-color is now default.
2732
806642d4
GM
27332009-12-05 Glenn Morris <rgm@gnu.org>
2734
806642d4
GM
2735 * emacs.texi (Top): Update menu for cal-xtra node changes.
2736 * calendar.texi (Displaying the Diary): Holidays may be in the buffer
2737 or mode line. Don't mention invisible text or the details of
2738 diary-print-entries here, only in cal-xtra.
2739 (Format of Diary File): Mention that the "date on first line" format
2740 only really affects the simple display.
2741 * cal-xtra.texi (Advanced Calendar/Diary Usage): Update menu.
2742 (Diary Customizing): Holidays may be in the buffer or mode line.
2743 Move diary-print-entries to the "Diary Display" section.
2744 (Diary Display): New section, split out from "Fancy Diary Display".
2745 Explain the limitations of simple display, and how to print it.
2746
1a4f0c0a
GM
2747 * calendar.texi (Displaying the Diary): Mention keys apply to calendar.
2748
e11adbd8
GM
2749 * cal-xtra.texi (Diary Display): Mention View mode.
2750
29a483ac
JL
27512009-11-29 Juri Linkov <juri@jurta.org>
2752
2753 * display.texi (Highlight Interactively): Actually a list of
2754 default faces is pre-loaded into a list of default values
2755 instead of the history.
2756
83d60c79
GM
27572009-11-20 Glenn Morris <rgm@gnu.org>
2758
2759 * ack.texi (Acknowledgments):
2760 * emacs.texi (Acknowledgments): Add htmlfontify.
2761
276bbe96
GM
27622009-11-14 Glenn Morris <rgm@gnu.org>
2763
98ad1bae
GM
2764 * cal-xtra.texi (Holiday Customizing): Replace obsolete alias.
2765
276bbe96
GM
2766 * ack.texi (Acknowledgments):
2767 * emacs.texi (Acknowledgments): Update for recent Org changes.
2768
18430066
CY
27692009-10-31 Chong Yidong <cyd@stupidchicken.com>
2770
2771 * mule.texi (Charsets): Numerous copyedits. Don't discuss the
2772 `charset' property, which is irrelevant to the user manual (Bug#3526).
2773
522ddc9f
JB
27742009-10-14 Juanma Barranquero <lekktu@gmail.com>
2775
2776 * trouble.texi (DEL Does Not Delete): Fix typo.
2777
50b49ade
MA
27782009-10-05 Michael Albinus <michael.albinus@gmx.de>
2779
2780 * files.texi (Misc File Ops): Mention copy-directory.
2781
6308321a
EZ
27822009-10-04 Eli Zaretskii <eliz@gnu.org>
2783
43b3b4d1
EZ
2784 * mule.texi (Unibyte Mode): Emphasize that
2785 unibyte-display-via-language-environment affects only the display.
2786
6308321a
EZ
2787 * display.texi (Horizontal Scrolling): Document cursor behavior under
2788 horizontal scrolling when point moves off the screen (Bug#4564).
2789 Improve wording.
2790
bd51ea7f
MA
27912009-10-01 Michael Albinus <michael.albinus@gmx.de>
2792
2793 * files.texi (Directories): delete-directory prompts for recursive
2794 deletion.
2795
55381962
GM
27962009-09-30 Glenn Morris <rgm@gnu.org>
2797
2798 * ack.texi (Acknowledgments):
2799 * emacs.texi (Acknowledgments): CEDET updates. Fix Hungarian accent.
2800
13989ab1
TH
28012009-09-25 Tassilo Horn <tassilo@member.fsf.org>
2802
2803 * dired.texi (Dired Navigation): Use @code instead of @var for
2804 dired-isearch-filenames, so that it's not capitalized.
2805
8ba46c89
CY
28062009-09-19 Chong Yidong <cyd@stupidchicken.com>
2807
2808 * frames.texi (Frame Commands): C-z is now bound to suspend-frame.
2809
2810 * entering.texi (Exiting): C-z is now bound to suspend-frame.
2811
2812 * custom.texi (Init Examples): Replace Rumseld with Cheny (Bug#3519).
1c6c854e
CS
2813 (Key Bindings): Reference Init Rebinding in introductory text.
2814 Shift some of the introduction to Keymaps node.
8ba46c89
CY
2815 (Keymaps): Simplify.
2816 (Local Keymaps): Simplify. Move binding example to Init Rebinding.
2817 (Minibuffer Maps): Remove mention of Mocklisp.
2818 (Init Rebinding): Move mode-local rebinding example here from Local
2819 Keymaps.
2820 (Modifier Keys): Clarify.
1e11b018 2821 (Rebinding): Add cindex for "binding keys".
8ba46c89 2822
6a5ca7c8
CY
28232009-09-13 Chong Yidong <cyd@stupidchicken.com>
2824
2825 * misc.texi (Invoking emacsclient): Minor clarifications (Bug#4419).
2826
0e1cba51
NR
28272009-08-31 Nick Roberts <nickrob@snap.net.nz>
2828
6a5ca7c8 2829 * building.texi (Threads Buffer, Multithreaded Debugging):
333f9019 2830 Reorganize these two sections.
0e1cba51 2831
76a87a4d
EZ
28322009-08-29 Eli Zaretskii <eliz@gnu.org>
2833
2834 * cmdargs.texi (Initial Options): Fix last change.
2835
82e98df4
SM
28362009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
2837
2838 * mule.texi (Enabling Multibyte):
2839 * cmdargs.texi (General Variables): Remove EMACS_UNIBYTE.
2840 (Initial Options): Remove --(no-)multibyte, --(no-)unibyte.
2841
fb89fad9
GM
28422009-08-20 Glenn Morris <rgm@gnu.org>
2843
2844 * cal-xtra.texi (Non-Gregorian Diary): Mention ``Adar I'' special case.
2845
e99652b0
GM
28462009-08-19 Glenn Morris <rgm@gnu.org>
2847
2848 * ack.texi (Acknowledgments): Remove cvtmail. Mention info-finder.
2849
5cca97ad
GM
28502009-08-18 Glenn Morris <rgm@gnu.org>
2851
2852 * ack.texi (Acknowledgments):
2853 * emacs.texi (Acknowledgments): Update for js.el replacing js2-mode.el.
2854
997797ae 2855 * ack.texi (Acknowledgments): Add ucs-normalize.el and files-x.el.
3e8e9265 2856
985bf85b
GM
28572009-08-09 Glenn Morris <rgm@gnu.org>
2858
2859 * ack.texi (Acknowledgments):
2860 * emacs.texi (Acknowledgments): Add gdb-mi entry.
2861
8d6bb99e
DD
28622009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
2863
2864 * emacs.texi (Top): Add new menu items for GDB-UI.
2865
2866 * building.texi (GDB Graphical Interface): Add Multithreaded debugging
522ddc9f 2867 section. Threads buffer is in separate section now.
8d6bb99e 2868
8353da9c
GM
28692009-08-08 Glenn Morris <rgm@gnu.org>
2870
2871 * ack.texi (Acknowledgments):
2872 * emacs.texi (Acknowledgments):
2873 Update for js2-mode and org changes.
2874
f2074faf
MA
28752009-08-02 Michael Albinus <michael.albinus@gmx.de>
2876
2877 * files.texi (Reverting): Auto-Revert Tail mode works also for remote
2878 files.
2879
e8d2d3fb
CY
28802009-07-28 Chong Yidong <cyd@stupidchicken.com>
2881
2882 * building.texi (Lisp Libraries): Clarify meaning of autoloading.
2883
324a4f6a
GM
28842009-07-23 Glenn Morris <rgm@gnu.org>
2885
2886 * programs.texi (Matching): Update blink-matching-paren-distance.
2887
b6937a70
CY
28882009-07-21 Chong Yidong <cyd@stupidchicken.com>
2889
2890 * frames.texi (Cut/Paste Other App): For select-active-regions,
2891 selection is now updated on moving point.
2892
bd8aaa36
RS
28932009-07-21 Richard Stallman <rms@gnu.org>
2894
2895 * glossary.texi (GNU, Daemon): Update information.
2896
8d9b5eba
JL
28972009-07-19 Juri Linkov <juri@jurta.org>
2898
2899 * custom.texi (Specifying File Variables, Safe File Variables):
2900 "variables/value pairs" -> "variable/value pairs".
2901
a2acc1db
GM
29022009-07-15 Glenn Morris <rgm@gnu.org>
2903
2904 * misc.texi (Gnus): Remove widow.
2905
c5ae942b
GM
29062009-07-11 Glenn Morris <rgm@gnu.org>
2907
703d26ba
GM
2908 * Makefile.in (TEXI2PDF): New.
2909 (emacs.pdf, emacs-xtra.pdf): New targets.
2910
522ddc9f 2911 * arevert-xtra.texi (Autorevert): Add menu descriptions.
c5ae942b
GM
2912
2913 * display.texi (Horizontal Scrolling): Re-word to remove widow.
2914
2915 * emacs.texi (Top): Info can be read from other places than Emacs.
522ddc9f
JB
2916 Don't print the copying notice twice in the printed version.
2917 Update the menu and detailmenu.
2918 (Preface): The meaning of "on-line" has changed.
2919 Correct name for "Common Problems" chapter.
2920 (Distrib): Update FSF shop URL.
2921 (Intro): Showing two files at once is not so exciting.
2922
2923 * macos.texi (Mac OS / GNUstep): Fix spelling and cross-reference.
2924 (Mac / GNUstep Basics): Minor grammar changes.
2925 (Mac / GNUstep Events): Fix typo.
2926 (GNUstep Support): CANNOT_DUMP no longer applies.
2927
2928 * misc.texi (Document View): Fix typos.
2929
2930 * dired.texi (Dired):
2931 * help.texi (Help):
2932 * macos.texi (Mac OS / GNUstep):
2933 * maintaining.texi (Version Control, Introduction to VC):
2934 End menu descriptions with a period.
c5ae942b 2935
b1c8242b
EZ
29362009-07-09 Eli Zaretskii <eliz@gnu.org>
2937
2938 * msdog.texi (Windows Files) <w32-get-true-file-attributes>: Don't be
2939 so categorical in saying that the option is only useful on NTFS.
2940
220d9aa6
GM
29412009-07-09 Glenn Morris <rgm@gnu.org>
2942
2943 * Makefile.in (texinfodir): New variable, with location of texinfo.tex.
2944 (ENVADD): Add texinfodir to TEXINPUTS.
2945
2946 * emacs.texi (Top): Fix cross-reference.
2947
2948 * maintaining.texi (VC Directory Buffer): Fix cross-reference.
2949
2950 * vc1-xtra.texi (Revision Tags): Fix typo.
2951
d07e72d3
GM
29522009-07-03 Glenn Morris <rgm@gnu.org>
2953
2954 * emerge-xtra.texi (Emerge): Tweak Misc menu description.
2955 (Submodes of Emerge): Skip Prefers is only relevant with an ancestor.
2956 (Merge Commands): `.' does not seem to work in A or B buffer.
2957 `l' can recreate the 3-window display.
2958
2959 * glossary.texi (Glossary): Minor phrasing changes throughout.
2960 Add more internal cross-references.
2961 <Autoloading>: You can't really autoload a variable.
2962 <C-M->: Move details here from `M-C-' item.
2963 <Continuation Line>: Refer to `Truncation.'
2964 <Daemon, Free Software, Free Software Foundation, FSF, GNU>:
2965 <Home Directory, Unix>: New entries.
2966 <Deletion of Files>: Mention recycle bins.
2967 <Directory>: Mention ``folders.''
2968 <Error>: Don't mention ``type-ahead.''
2969 <Fringe>: Refer to the manual node.
2970 <Minor Mode>: Can be global or local.
2971 <Spell Checking>: There are other checkers besides Ispell.
2972
f144038a
GM
29732009-07-02 Glenn Morris <rgm@gnu.org>
2974
2975 * anti.texi (Antinews): Minor changes in phrasing.
2976
2977 * cal-xtra.texi, fortran-xtra.texi: Re-order a few things to reduce
2978 some underfull lines in dvi output.
2979
2980 * emacs-xtra.texi (Introduction): Mention included in info Emacs manual.
2981
2982 * sending.texi (Mail Sending): Add a tiny bit on mailclient.
2983
2984 * vc-xtra.texi (Advanced VC Usage): End all menu items with a period.
2985
3f1c6666
JD
29862009-07-01 Jan Djärv <jan.h.d@swipnet.se>
2987
2988 * xresources.texi (Table of Resources): Mention maximized for
2989 fullscreen.
2990
2991 * cmdargs.texi (Window Size X): -mm/--maximized is new.
2992
62aadce7
CY
29932009-07-01 Chong Yidong <cyd@stupidchicken.com>
2994
2995 * anti.texi (Antinews): Correct the list of removed platforms.
2996
82ec412e
GM
29972009-06-28 Glenn Morris <rgm@gnu.org>
2998
2999 * arevert-xtra.texi: Minor language tweaks.
3000
09964e7d
GM
3001 * dired-xtra.texi: Minor revisions.
3002
666e158e
MB
30032009-06-23 Miles Bader <miles@gnu.org>
3004
c4cc8b9a 3005 * display.texi (Scrolling): Document `recenter-redisplay'.
05fbc4a9 3006 (Temporary Face Changes): Document `text-scale-set'.
666e158e 3007
70243478
CY
30082009-06-21 Chong Yidong <cyd@stupidchicken.com>
3009
3010 * Branch for 23.1.
3011
67cbe681
KH
30122009-06-17 Kenichi Handa <handa@m17n.org>
3013
3014 * mule.texi (Charsets): Update the description for the new charset.
3015 (list-character-sets): New findex.
125dd7c5 3016 (Language Environments): Add @anchor{Describe Language Environment}.
67cbe681 3017
40e67246
CY
30182009-06-10 Chong Yidong <cyd@stupidchicken.com>
3019
b5700de6
CY
3020 * basic.texi (Moving Point): Fix tag.
3021
3022 * picture-xtra.texi (Insert in Picture): Use <next> and <prior>.
3023
3024 * mini.texi (Completion Commands): Decapitalize <next> and <prior>, and
3025 use camel-case for PageUp and PageDown.
3026
3027 * display.texi (Scrolling): Decapitalize <next> and <prior>, and use
3028 camel-case for PageUp and PageDown.
3029
3030 * calendar.texi (Scroll Calendar): Decapitalize <next> and <prior>.
3031
40e67246 3032 * search.texi (Isearch Scroll): Add isearch-allow-scroll to index.
b5700de6 3033 (Isearch Scroll): Decapitalize <next> and <prior>.
40e67246 3034
522ddc9f 30352009-06-09 Agustín Martín <agustin.martin@hispalinux.es>
6f591cf4 3036
522ddc9f
JB
3037 * fixit.texi (Spelling): Set default dictionary.
3038 Improve descriptions (Bug#2554)
6f591cf4 3039
53483c76
DR
30402009-06-08 David Reitter <david.reitter@gmail.com>
3041
3042 * macos.texi (Color panel, Font panel): Remove mention of Save Options,
3043 since saving colors and faces set this way is not implemented.
3044 (Environment variables): Remove mention of mac-fix-env, which is
3045 scheduled to be removed.
3046
1557ef4f
CY
30472009-06-04 Chong Yidong <cyd@stupidchicken.com>
3048
91056528
CY
3049 * custom.texi (Init Examples): Add example of changing load-path.
3050
1557ef4f
CY
3051 * building.texi (Lisp Libraries): Add example of changing
3052 load-path (Bug#3446).
3053
623cec4c
CY
30542009-05-28 Chong Yidong <cyd@stupidchicken.com>
3055
3056 * mark.texi (Mark): Further clarifications.
3057 (Setting Mark): Emphasize that C-SPC activates the mark.
3058
0fcca8ee
CY
30592009-05-28 Chong Yidong <cyd@stupidchicken.com>
3060
702b10e1
CY
3061 * mark.texi (Mark): Clarify introduction. Mention disabling Transient
3062 Mark mode.
0fcca8ee
CY
3063 (Using Region, Persistent Mark): Use "active mark" instead of "active
3064 region".
3065
d3b396e4
CY
30662009-05-16 Ari Roponen <ari.roponen@gmail.com> (tiny change)
3067
3068 * mule.texi (Select Input Method): Fix typo.
3069
3f698a06
CY
30702009-05-13 Chong Yidong <cyd@stupidchicken.com>
3071
3072 * anti.texi (Antinews): Document completion changes. Some additional
3073 copyedits and rearrangement of entries.
3074
b2a42eb7
CY
30752009-05-12 Chong Yidong <cyd@stupidchicken.com>
3076
932fd020
CY
3077 * misc.texi (Interactive Shell, Saving Emacs Sessions)
3078 (Shell History Copying, Terminal emulator): Copyedits.
3079
1c6c854e
CS
3080 * xresources.texi (Resources): Simplify descriptions.
3081 Shorten description of editres, which is not very useful these days.
ac36a8f1
CY
3082 (Table of Resources): Document fontBackend resource.
3083
b2a42eb7 3084 * trouble.texi (Quitting): Add other undo bindings to table.
09e80d9f 3085 (DEL Does Not Delete): Note that the erasure key is usually labeled
b2a42eb7
CY
3086 "Backspace". Remove discussion of obscure Xmodmap issue.
3087
c6ea7fb8
CY
30882009-05-07 Chong Yidong <cyd@stupidchicken.com>
3089
3090 * files.texi (Visiting): Copyedits.
3091
ad36c422
CY
30922009-05-06 Chong Yidong <cyd@stupidchicken.com>
3093
3094 * basic.texi (Inserting Text): Document ucs-insert.
3095
3096 * mule.texi (International Chars): Define "multibyte". Note that
3097 internal representation is unicode-based. Simplify definition of raw
3098 bytes. Mention ucs-insert.
3099 (Enabling Multibyte): Remove obsolete discussion. Copyedits.
3100 (Language Environments): Add language environments new to Emacs 23.
3101 (Multibyte Conversion): Node deleted.
1c6c854e
CS
3102 (Coding Systems): Remove obsolete unify-8859-on-decoding-mode.
3103 Don't mention obsolete emacs-mule coding system.
ad36c422
CY
3104 (Output Coding): Copyedits.
3105
3106 * emacs.texi (Top): Update node listing.
3107
d4ad7b96
CY
31082009-05-05 Per Starbäck <per@starback.se> (tiny change)
3109
3110 * trouble.texi (Lossage): Use new binding of view-emacs-problems.
3111
5bd66204
SM
31122009-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
3113
3114 * building.texi (Lisp Libraries): `load-library' does offer completion.
3115
bc36ad1c
CY
31162009-04-28 Chong Yidong <cyd@stupidchicken.com>
3117
3118 * frames.texi (Text-Only Mouse): Mention gpm-mouse-mode instead of
3119 t-mouse-mode. Suggested by Per Starbäck (Bug#3126).
3120
f1a47884
EZ
31212009-04-25 Eli Zaretskii <eliz@gnu.org>
3122
3123 * maintaining.texi (Tags): Clarify text. (Bug#3101)
3124
be77bd45
CY
31252009-04-22 Chong Yidong <cyd@stupidchicken.com>
3126
3127 * entering.texi (Entering Emacs): Document initial-buffer-choice.
3128
3129 * building.texi (Lisp Interaction): Document initial-scratch-message.
3130
d3b82927
JB
31312009-04-18 Juanma Barranquero <lekktu@gmail.com>
3132
ed6e7b11
JB
3133 * msdog.texi (Windows Fonts): Fix typos.
3134
d3b82927
JB
3135 * files.texi (Save Commands): Fix pxref.
3136
bc323c04
CY
31372009-04-18 Chong Yidong <cyd@stupidchicken.com>
3138
3139 * files.texi (Save Commands): Mention diff-buffer-with-file.
3140 (Comparing Files): Document diff-buffer-with-file. Suggested by Magnus
3141 Henoch (Bug#3036).
3142
2186d13f
GM
31432009-03-15 Glenn Morris <rgm@gnu.org>
3144
3145 * sending.texi (Mail Format): Replace "Sender" with "Message-Id", since
3146 the former is not always used.
3147 (Mail Headers): Use active voice. Add "Mail-reply-to".
3148 Change case of "Id". Avoid repeated "appropriate".
3149 (Mail Aliases): Fix previous change - use an example with a ".", so it
3150 does actually get quoted when expanded.
3151 (Mail Sending): Mailclient is the default on some systems.
3152 (Citing Mail): Mention mail-indentation-spaces.
3153 (Mail Mode Misc): Add an @dfn for "mail signature".
3154
71e454fc
CY
31552009-03-15 Chong Yidong <cyd@stupidchicken.com>
3156
3157 * mini.texi (Completion Commands): Describe Emacs 23 completion rules.
3158 (Completion Options): Document read-file-name-completion-ignore-case,
1c6c854e
CS
3159 read-buffer-completion-ignore-case, and completion-styles.
3160 Remove description of partial-completion-mode.
71e454fc 3161
df1a3e06
GM
31622009-03-14 Glenn Morris <rgm@gnu.org>
3163
3164 * sending.texi (Mail Format): Fix typo. Add index entry for
3165 mail-header-separator.
3166 (Mail Headers): Put info about initialization and changing in one place
3167 at the start. Update FCC section for mbox Rmail. Clarify From
3168 section, mention mail-setup-with-from. Clarify Reply-to section.
3169 Add Mail-followup-to and mail-mailing-lists. Clarify References
3170 section.
3171 (Mail Aliases): Update example, make less contentious.
3172 Update for name change of mail-interactive-insert-alias.
3173 (Mail Mode): Remove mention of `%' as a word separator.
3174 (Mail Sending): Mention mail-send-hook. Mention Mailclient.
3175 (Header Editing): Add reply-to, mail-reply-to, and mail-followup-to
3176 commands. Clarify FCC handling. In mail-complete, add reference to
3177 Mail Aliases section, and mention mail-complete-function.
3178 (Citing Mail): Mention mail-yank-ignored-headers and mail-citation-hook.
3179 (Mail Mode Misc): Clarify the mail-signature function. Add basic
3180 signature netiquette. Explain how the mail hooks work when continuing
3181 a composition.
3182 (Mail Amusements): Internationalize the spook section a bit.
3183 Remove the spook mail-setup-hook example, since it doesn't work well.
3184 Mention fortune-file.
3185 (Mail Methods): Mention read-mail-command.
3186
ed6e7b11 31872009-03-14 David Reitter <david.reitter@gmail.com>
959d68bd 3188
df1a3e06
GM
3189 * macos.texi (Mac / GNUstep Basics): Remove references to Prefs panel
3190 and NS resources following recent changes.
959d68bd 3191
86dca3e8
JR
31922009-03-10 Jason Rumney <jasonr@gnu.org>
3193
3194 * msdog.texi (Windows Misc): Remove doc for obsolete variable. Modify
3195 w32-use-visible-system-caret doc to indicate that it should get set
3196 automatically.
3197 (Windows Fonts): Add doc for the uniscribe backend.
3198
042fe98f
DN
31992009-03-08 Dan Nicolaescu <dann@ics.uci.edu>
3200
3201 * maintaining.texi (VC Directory Commands): Fix doc for the x key in
3202 vc-dir. (Bug#2598)
3203
7f8dba73
RS
32042009-03-05 Reiner Steib <Reiner.Steib@gmx.de>
3205
3206 * fixit.texi (Spelling): Add turn-on-flyspell. (Bug#2517)
3207
505e70c3
GM
32082009-03-05 Glenn Morris <rgm@gnu.org>
3209
04242bdc
GM
3210 * rmail.texi (Rmail Basics): Add reference to sorting.
3211 (Rmail Scrolling, Rmail Motion, Rmail Reply, Rmail Display):
3212 Minor re-wordings.
3213 (Rmail Motion): Mention rmail-next-same-subject.
3214 (Rmail Deletion): Expunging is not the only way to change the numbers.
3215 (Rmail Labels): Labels can also be used in sorting.
3216 (Rmail Summary Edit): Mention rmail-summary-next-same-subject.
505e70c3
GM
3217 (Rmail Display): Mention rmail-mime.
3218
00cfe22c
GM
32192009-03-04 Glenn Morris <rgm@gnu.org>
3220
3221 * rmail.texi (Rmail Sorting): Add the keybindings associated with each
3222 sort command. Fix `rmail-sort-by-labels' name. Mention sorting from
3223 summary. Mention sorts cannot be undone.
3224 (Rmail Display): Give an example of how to use goto-address-mode.
3225 (Rmail Editing): It's keybindings that are redefined, not commands.
3226 Fix some typos.
3227 (Movemail): Some minor rewording.
3228 (Remote Mailboxes): Emacs movemail supports pop by default.
3229 Fix some minor grammatical issues. The "two alternative ways" to
3230 specify a POP mailbox are really just one. Remove all reference to the
3231 variables rmail-pop-password and rmail-pop-password-required, obsolete
3232 since Emacs 22.1. Clarify the four password steps. Emacs movemail
3233 can support Kerberos.
3234
3d963b67
GM
32352009-03-03 Glenn Morris <rgm@gnu.org>
3236
3237 * rmail.texi (Rmail Deletion): Revert previous change, which was
3238 describing the Rmail summary versions.
3239 (Rmail Reply): Give more details of rmail-dont-reply-to-names.
3240 Minor re-wording for rmail-resend.
3241 (Rmail Make Summary): Summaries apply to buffers rather than files.
3242 <rmail-summary-by-topic>: Headers includes the subject.
3243 <rmail-summary-by-recipients, rmail-summary-by-topic>: Give more
3244 details, including prefix arguments.
2340abde 3245 Mention rmail-summary-by-senders on C-M-f.
3d963b67
GM
3246 Not counting lines might be faster.
3247 (Rmail Summary Edit): More details on the delete commands.
2340abde
GM
3248 Mention rmail-summary-undelete-many, rmail-summary-bury, and C-M-n/p.
3249 Name the commands bound to the various keys. Mention prefix argument
3250 for searching.
3d963b67
GM
3251 (Rmail Display): Mention rmail-displayed-headers. Fix typo.
3252 Simplify rmail-highlighted-headers description. Update face name.
3253
a8ce3d17
JB
32542009-03-02 Juanma Barranquero <lekktu@gmail.com>
3255
3256 * mark.texi (Marking Objects): Fix typo.
3257
130a29b6
CY
32582009-03-01 Chong Yidong <cyd@stupidchicken.com>
3259
3260 * abbrevs.texi (Expanding Abbrevs): Mention abbrev-expand-functions
3261 instead of obsolete pre-abbrev-expand-hook. Link to elisp manual.
3262
9d5de6f8
GM
32632009-03-01 Glenn Morris <rgm@gnu.org>
3264
79fc530e 3265 * rmail.texi (Rmail): Fix some typos. Use consistent case in menu.
9d5de6f8
GM
3266 (Rmail Motion): - M-s searches from the end of messages.
3267 (Rmail Deletion): Minor clarification. Fix numeric argument
3268 description.
3269 (Rmail Inbox): Fix default inbox description. Mention `mbox' by name.
3270 newmail and RMAILOSE files need not be in home-directory.
3271 (Rmail Files): Mention I/O menus are unselectable if no files match.
3272 Mention `MAIL' env-var.
3273
b545ff9c
JR
32742009-02-24 Jason Rumney <jasonr@gnu.org>
3275
3276 * mule.texi (Fontsets): Mention fontset-default, font specs and
3277 fallback fontsets.
3278 (Defining Fontsets): Mention ns and w32 variants of
3279 standard-fontset-spec. Update description of startup fontset to match
3280 Emacs 23 behavior.
a93be82a 3281 (Modifying Fontsets): New section. (Bug#656)
70bb6cac 3282 (International): Link to Modifying Fontsets.
b545ff9c 3283
75da0618 32842009-02-23 Adrian Robert <Adrian.B.Robert@gmail.com>
88ddb9ff
AR
3285
3286 * macos.texi (Mac / GNUstep Basics, Mac / GNUstep Customization):
3287 Mention ns-extended-platform-support-mode.
3288
6be93a16
KB
32892009-02-22 Karl Berry <karl@gnu.org>
3290
3291 * macos.texi (Mac / GNUstep Customization): One more duplicate "the".
3292
867d4bb3
JB
32932009-02-19 Juanma Barranquero <lekktu@gmail.com>
3294
3295 * basic.texi (Moving Point, Position Info):
3296 * files.texi (Visiting):
3297 * mini.texi (Completion Options):
3298 * text.texi (HTML Mode): Remove duplicate words.
3299
49b5c0e8
GM
33002009-02-20 Glenn Morris <rgm@gnu.org>
3301
3302 * rmail.texi: Minor updates for mbox rather than Babyl.
3303
f43a822c
KB
33042009-02-17 Karl Berry <karl@gnu.org>
3305
49b5c0e8 3306 * emacs.texi (Top): Add @insertcopying before master menu. (Bug#1988)
f43a822c 3307
80d634b8
RS
33082009-02-17 Richard M Stallman <rms@gnu.org>
3309
3310 * anti.texi (Antinews): Mention Babyl format.
3311
3312 * emacs.texi (Top): Delete `Out of Rmail' from subnode menu.
3313
3314 * rmail.texi: Update for mbox format.
3315 Various small fixes, as well as the following.
3316 (Out of Rmail): Node deleted.
3317 (Rmail): Update menu.
3318 (Rmail Files): Comment out set-rmail-inbox-list.
3319 Document rmail-inbox-list instead.
3320 (Rmail Output): Substantial changes since C-o is now
3321 rmail-output-as-seen and o is rmail-output.
3322 (Rmail Attributes): Delete `stored', add `retried'.
3323 (Rmail Display): Editing headers works in all cases.
3324
f0d129c6
GM
33252009-02-17 Glenn Morris <rgm@gnu.org>
3326
3327 * basic.texi (Position Info): M-x count-lines-region is not always on
3328 M-=. (Bug#2269)
3329
160f11d3
GM
33302009-02-09 Glenn Morris <rgm@gnu.org>
3331
3332 * calendar.texi (Holidays, Displaying the Diary): Update for new marker
3333 defaults.
3334
763e01c4
EZ
33352009-02-07 Eli Zaretskii <eliz@gnu.org>
3336
3337 * rmail.texi (Rmail Coding) <rmail-redecode-body>: Remove stale
3338 documentation of possible problems with redecoding.
3339
f5e1441d
GM
33402009-02-03 Glenn Morris <rgm@gnu.org>
3341
3342 * rmail.texi (Out of Rmail): Mention b2m.pl.
3343
e1eabe41
GM
33442009-01-31 Glenn Morris <rgm@gnu.org>
3345
3346 * rmail.texi (Out of Rmail): Correct b2m location.
3347
dd05f9de
CY
33482009-01-27 Chong Yidong <cyd@stupidchicken.com>
3349
3350 * fixit.texi (Undo): Update undo limit values.
3351
d74d846e
GM
33522009-01-27 Glenn Morris <rgm@gnu.org>
3353
3354 * emacs.texi (Top): Fix Antinews menu entry.
3355
49ffdce8
KB
33562009-01-25 Karl Berry <karl@gnu.org>
3357
3358 * text.texi (Foldout): Use @itemize @w{} to make an itemize
3359 item with no marker, instead of the syntactically incorrect
3360 @itemize @asis.
3361
467e8d77
JL
33622009-01-25 Juri Linkov <juri@jurta.org>
3363
3364 * building.texi (Grep Searching): Fix index entry for lgrep.
3365
6c60bbdb
EZ
33662009-01-24 Eli Zaretskii <eliz@gnu.org>
3367
3368 * msdog.texi (Windows Printing): Add an index entry for Ghostscript.
3369
9ce5a36f
AR
33702009-01-21 Adrian Robert <Adrian.B.Robert@gmail.com>
3371
3372 * macos.texi (Preferences Panel): Update description of font setting to
3373 reflect that prior frame selection is no longer needed.
3374
9aa5f2fb
NR
33752009-01-20 Nick Roberts <nickrob@snap.net.nz>
3376
3377 * building.texi (Debuggers): Revert some of 2008-10-31 change to
3378 raise GUD subsections.
3379
3892ff9c
GM
33802009-01-15 Glenn Morris <rgm@gnu.org>
3381
3382 * ack.texi (Acknowledgments): Another update based mainly on AUTHORS.
3383
14731c8f
GM
33842009-01-10 Glenn Morris <rgm@gnu.org>
3385
3386 * ack.texi (Acknowledgments): Some more updates based on AUTHORS.
3387
45c55e53
CY
33882009-01-04 Chong Yidong <cyd@stupidchicken.com>
3389
3390 * display.texi (Visual Line Mode): M-] and M-[ no longer move by
3391 logical lines.
3392
2e4667d1
JL
33932008-12-29 Juri Linkov <juri@jurta.org>
3394
3395 * mini.texi (Minibuffer History): Add a link to `Isearch Minibuffer'.
3396
3397 * text.texi (Fill Commands): Replace `M-s' with `M-o M-s'.
3398
2a3eac47
CY
33992008-12-28 Chong Yidong <cyd@stupidchicken.com>
3400
3401 * misc.texi (Goto Address mode): Rename from Goto-address. Refer to
3402 goto-address-mode instead of goto-address.
3403
3da8da94
CY
3404 * rmail.texi (Rmail Display): Goto-address renamed to Goto Address
3405 mode.
3406
2a3eac47
CY
3407 * emacs.texi (Top): Update node listing.
3408
057f6dd3
EZ
34092008-12-26 Eli Zaretskii <eliz@gnu.org>
3410
3411 * custom.texi (Directory Variables): Explain what is a "project".
3412 Add indexing. Improve wording. Add a footnote about using
3413 _dir-locals.el on MS-DOS.
3414
e6979067
DN
34152008-12-24 Dan Nicolaescu <dann@ics.uci.edu>
3416
3417 * files.texi (Misc File Ops): Mention chmod as an alias for
3418 set-file-modes.
3419
9de15963
MR
34202008-12-24 Martin Rudalics <rudalics@gmx.at>
3421
3422 * help.texi (Help): Fix typos and reword.
3423 (Help Summary): Add entries for C-h n and C-h r, reorder
3424 entries, and do some minor fixes.
3425 (Name Help): Say that C-h F works for commands only.
3426 (Misc Help): Say that view-lossage displays 300 keystrokes.
3427
236fd60d
GM
34282008-12-20 Glenn Morris <rgm@gnu.org>
3429
3430 * ack.texi (Acknowledgments): General update based on AUTHORS,
3431 including removal of some stuff no longer distributed.
3432
ed9265fc 34332008-12-19 Agustín Martín <agustin.martin@hispalinux.es>
349b3256 3434
ed9265fc 3435 * fixit.texi: Mention hunspell.
349b3256 3436
e840fca5
GM
34372008-12-19 Glenn Morris <rgm@gnu.org>
3438
3439 * ack.texi (Acknowledgments): Small grammar fix.
9b0455c7 3440 Consolidate explanatory text at start.
e840fca5
GM
3441
3442 * display.texi (Text Display):
3443 * indent.texi (Indentation): Use @acronym with ASCII.
3444
9dfa7983
GM
34452008-12-18 Glenn Morris <rgm@gnu.org>
3446
3447 * ack.texi: Various small updates and fixes.
3448
97b3a00b
JL
34492008-12-18 Juri Linkov <juri@jurta.org>
3450
3451 * search.texi (Word Search): Replace `C-s RET C-w' with `M-s w RET'
3452 as a key binding to start a forward nonincremental word search.
3453 Replace `C-r RET C-w' with `M-s w C-r RET' as a key binding to start
3454 a backward nonincremental word search. Add index for `M-s w'
3455 `isearch-forward-word'.
3456 (Regexp Search): Add a short summary of regexp key commands like
3457 in the node "Basic Isearch".
3458 (Other Repeating Search): Fix typo.
3459
34602008-12-14 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2f298da2
VJL
3461
3462 * misc.texi (PostScript Variables): Fix doc.
3463
31ce6a07
CY
34642008-12-10 Chong Yidong <cyd@stupidchicken.com>
3465
3466 * programs.texi (Program Modes): Mention Ruby mode.
3467
636b507b
DN
34682008-12-10 Dan Nicolaescu <dann@ics.uci.edu>
3469
3470 * misc.texi (emacsclient Options): Describe what an empty string
3471 argument does for --alternate-editor.
3472
a323fa14
CY
34732008-12-09 Frank Schmitt <ich@frank-schmitt.net>
3474
3475 * cmdargs.texi (Font X): Distinguish between client-side and
3476 server-side fonts. List valid Fontconfig properties. Add reference to
3477 Fontconfig manual. List valid GTK font properties. Explain use of
3478 fc-list.
3479
c5ca6cd0
CY
34802008-12-09 Chong Yidong <cyd@stupidchicken.com>
3481
3482 * cmdargs.texi (Font X): Move discussion of quoting to top.
3483
e5136377
GM
34842008-12-06 Glenn Morris <rgm@gnu.org>
3485
3486 * maintaining.texi (Old Revisions): Improve previous change.
3487
248c026b
RS
34882008-12-05 Richard M Stallman <rms@gnu.org>
3489
3490 * anti.texi (Antinews): Minor fixes.
3491
a9253a1e
GM
34922008-12-03 Glenn Morris <rgm@gnu.org>
3493
3494 * maintaining.texi (Old Revisions): Fix diff-switches description.
3495
fa687b02
MR
34962008-12-01 Martin Rudalics <rudalics@gmx.at>
3497
3498 * emacs.texi (Top): Fix typo.
3499
72e6decd
CY
35002008-11-30 Chong Yidong <cyd@stupidchicken.com>
3501
320ee034
CY
3502 * misc.texi (Document View): Explain dependence on gs at the top.
3503 Copyedits.
3504
3505 * emacs.texi (Top): Add DocView nodes to detailed node listing.
3506
72e6decd
CY
3507 * programs.texi (Other C Commands): Document hide-ifdef-shadow.
3508 (Comment Commands): Discuss region-active behavior of M-; first.
3509
2a472ee4
MR
35102008-11-29 Martin Rudalics <rudalics@gmx.at>
3511
9c6361c9
MR
3512 * display.texi (Line Truncation): Add reference to Continuation
3513 Lines.
3514
2a472ee4
MR
3515 * windows.texi (Pop Up Window): Mention split-height-threshold
3516 and split-width-threshold.
9c6361c9 3517 (Split Window): Add reference to Continuation Lines.
2a472ee4 3518
e93bc142
AR
35192008-11-28 Adrian Robert <Adrian.B.Robert@gmail.com>
3520
3521 * macos.texi: Change references to "Mac" to "Mac / GNUstep".
3522 (GNUstep Support): New node.
3523 * anti.texi:
3524 * emacs.texi:
3525 * msdog.texi: Change reference to Mac OS node to Mac OS / GNUstep.
3526
43b978db
RS
35272008-11-28 Richard M Stallman <rms@gnu.org>
3528
3529 * misc.texi (Dissociated Press): Minor cleanups.
3530
3531 * dired.texi (Image-Dired): Avoid passive.
3532
e8e2bd93
EZ
35332008-11-28 Eli Zaretskii <eliz@gnu.org>
3534
3535 * anti.texi (Antinews): Add stuff about Unicode vs emacs-mule
3536 representation.
3537
8d2d45da
CY
35382008-11-26 Richard M. Stallman <rms@gnu.org>
3539
3540 * files.texi (Visiting): Rewrite paragraph for clarity.
3541
3542 * buffers.texi (Select Buffer): Rewrite paragraphs using active voice.
3543
a5f7bbcc
AM
35442008-11-25 Alan Mackenzie <acm@muc.de>
3545
3546 * programs.texi (Moving by Parens): Clarify that parens inside strings
3547 and comments are ignored, and that the commands assume the starting
3548 point isn't in a string or comment.
3549
a71703d3
AR
35502008-11-26 Adrian Robert <Adrian.B.Robert@gmail.com>
3551
3552 * macos.texi: Add Prev/Next/Top pointers to all nodes.
3553 (Mac Basics): Merge in Grabbing Environment Variables from earlier
3554 version.
3555 (Mac Customization): Rewrite Preferences Panel section and merge in to
3556 this node, add Open files by dragging to an Emacs window.
3557
3558 * emacs.texi: Remove TOC reference to Mac Preferences Panel section.
3559
aa5ab79a
CY
35602008-11-26 Chong Yidong <cyd@stupidchicken.com>
3561
0cc92c19
CY
3562 * files.texi (Misc File Ops): Document set-file-modes.
3563
c366b4e4
CY
3564 * windows.texi (Split Window): Document integer values of
3565 truncate-partial-width-windows.
3566
aa5ab79a
CY
3567 * text.texi (Text): Simplify description of markup languages.
3568 (TeX Mode): Simplify introduction. Mention BibTeX mode.
3569 (TeX Editing): Note that `""' inserts one `"' character.
3570 (HTML Mode): Note in the introduction that XML mode is an alias for
3571 SGML mode. Mention nXML mode.
3572
56221db7
CY
35732008-11-25 Chong Yidong <cyd@stupidchicken.com>
3574
3575 * building.texi (Watch Expressions): Fix typo.
3576
90effe33
CY
35772008-11-24 Chong Yidong <cyd@stupidchicken.com>
3578
f90a5ae3
CY
3579 * files.texi (Visiting): Document new behavior of
3580 confirm-nonexistent-file-or-buffer.
3581
1c6c854e
CS
3582 * buffers.texi (Select Buffer):
3583 Document confirm-nonexistent-file-or-buffer.
f90a5ae3 3584
a18ffb4a
CY
3585 * picture-xtra.texi (Picture Mode): Use picture-mode instead of
3586 edit-picture.
3587
90effe33
CY
3588 * text.texi (Text): Simplify introduction. Discard mention of `M-x
3589 edit-picture', since that is just an alias for picture-mode.
3590 (Sentences): Note that repeated M-@ extends the region.
3591 (Pages): Make terminology more consistent. Link to Regexps node.
3592 (Longlines): Discuss relationship with Visual Line mode.
3593 (Text Mode): Remove extraneous discussion of other modes, since they
3594 were already introduced in the parent node.
3595
e85103ec
CY
35962008-11-23 Chong Yidong <cyd@stupidchicken.com>
3597
5cb2fe30
CY
3598 * anti.texi (Antinews): Rewrite.
3599
1eb9b307 3600 * entering.texi (Exiting): Mention "minimize" terminology.
b908332f
CY
3601
3602 * frames.texi (Frame Commands): Mention "minimize" terminology.
3603
e85103ec
CY
3604 * cmdargs.texi (Font X): Document Fontconfig and GTK font specification
3605 formats.
b908332f
CY
3606 (Icons X): Mention "minimize" terminology and use of icons in taskbar.
3607 (Misc X): Don't document useless -hb option.
e85103ec 3608
607f5f88
JL
36092008-11-22 Juri Linkov <juri@jurta.org>
3610
3611 * dired.texi (Dired Navigation): Change normal file name search option
3612 from `non-nil' to `t'. Add `dwim' option.
3613
e1b867a0
JL
36142008-11-22 Juri Linkov <juri@jurta.org>
3615
3616 * custom.texi (Directory Variables): Rename ".dir-settings.el" to
3617 ".dir-locals.el". Rename `define-project-bindings' to
3618 `dir-locals-set-class-variables'. Rename `set-directory-project' to
3619 `dir-locals-set-directory-class'.
3620
dd186936
LK
36212008-11-22 Lute Kamstra <lute@gnu.org>
3622
3623 * buffers.texi (Select Buffer): Index goto-line.
3624 * basic.texi (Moving Point): Mention the use of a numeric prefix
3625 argument with goto-line and refer to Select Buffer for the use of a
3626 plain prefix argument.
3627
4b121911
GM
36282008-11-19 Glenn Morris <rgm@gnu.org>
3629
3630 * doclicense.texi: Update to FDL 1.3.
3631 * emacs.texi, emacs-xtra.texi: Relicense under FDL 1.3 or later.
3632
27267e4c
CY
36332008-11-17 Chong Yidong <cyd@stupidchicken.com>
3634
696f351d
CY
3635 * custom.texi (Minor Modes): Define mode commands and mode variables
3636 more precisely. Recommend using mode commands instead of setting
3637 variables directly. Put minor modes in a list, and add more modes.
cd9da8b8
CY
3638 (Easy Customization): Use "init file" instead of .emacs.
3639 (Customization Groups): Update to new Custom buffer appearance.
3640 (Saving Customizations): Copyedits. Update example.
3641 (Variables): Give example of variable type-sensitivity.
3642 (Examining): Update example.
3643 (Hooks): Copyedits.
3644 (Specifying File Variables): Use C comments instead of an artificial
3645 Lisp for the example.
3646 (Keymaps): Move internals discussion to Prefix Keymaps.
3647 (Rebinding): Remove redundant paragraph (stated in Key Binding).
3648 (Init Rebinding): Document kbd macro.
3649 (Init File): Link to Find Init.
696f351d
CY
3650
3651 * mark.texi (Using Region): Document Delete Selection Mode more
3652 thoroughly.
3653
3654 * frames.texi (Mouse Commands): Move most of the description of Delete
3655 Selection Mode to Using Region, and link to it.
1bc9c425 3656 (Clipboard): Note that paste is bound to clipboard-yank.
696f351d 3657
b0570c25
CY
3658 * building.texi (Compilation): Document first-error value of
3659 compilation-scroll-output.
3660 (Compilation Mode): Note that compilation-auto-jump-to-first-error
3661 works as soon as an error is available. Suggested by Juri Linkov.
3662
27267e4c
CY
3663 * mini.texi (Passwords): New node.
3664
3665 * files.texi (Remote Files): Link to Passwords node.
3666
3667 * emacs.texi (Top): Update node listings.
3668
122eb807
CY
36692008-11-16 Chong Yidong <cyd@stupidchicken.com>
3670
9c9855a3
CY
3671 * ack.texi (Acknowledgments): Some updating of credits.
3672
bd6fdcad
CY
3673 * emacs.texi (Acknowledgments): Add a couple more names.
3674
dd1eef46
CY
3675 * dired.texi (Dired Deletion): Document delete-by-moving-to-trash.
3676
122eb807 3677 * files.texi (Directories): Describe delete-directory in text.
dd1eef46 3678 (Misc File Ops): Document use of trash.
122eb807 3679
801a8da1
JB
36802008-11-16 Juanma Barranquero <lekktu@gmail.com>
3681
3682 * macos.texi (Mac Customization): Fix typos.
3683
0b4f2253
CY
36842008-11-14 Chong Yidong <cyd@stupidchicken.com>
3685
3686 * macos.texi (Mac OS): Move Cocoa manual from ns-emacs.texi to here,
3687 replacing previous contents. Numerous copyedits to adapt ns-emacs to
3688 the conventions of the main Emacs manual.
3689
3690 * emacs.texi (Top): Update node listings.
3691
517e2b89
CY
36922008-11-12 Chong Yidong <cyd@stupidchicken.com>
3693
07a85685
CY
3694 * cmdargs.texi (Emacs Invocation): Link to Emacs Server. Note that
3695 command-line-args is processed during startup.
3696 (Action Arguments): Correctly describe how file arguments interact with
3697 the startup screen. Link to Lisp Interaction for scratch buffer.
3698 (Initial Options): Link to Command Example for -batch option.
3699 (Environment): Document initial-environment.
3700
517e2b89
CY
3701 * entering.texi (Entering Emacs): Note that inhibit-startup-screen
3702 can't be changed in the site-start file.
3703
6337bbde
CY
37042008-11-07 Chong Yidong <cyd@stupidchicken.com>
3705
3706 * dired.texi (Dired): Mention C-x C-d too.
3707 (Dired Enter): Document M-n in the Dired minibuffer.
1c6c854e
CS
3708 (Dired Navigation): Explain dired-goto-file more clearly.
3709 Document dired-isearch-filenames.
6337bbde
CY
3710 (Dired Deletion): Remove unnecessary "expunged" terminology.
3711 (Flagging Many Files): & is now rebound to `% &'.
3712 (Shell Commands in Dired): Document dired-do-async-shell-command.
3713 Clarify how multi-file arguments are passed.
3714 (Misc Dired Features): Document dired-do-isearch.
3715
9e8eeff9
CY
37162008-11-06 Chong Yidong <cyd@stupidchicken.com>
3717
3718 * entering.texi (Entering Emacs): Document inhibit-startup-screen.
3719
e071f849
CY
37202008-11-03 Chong Yidong <cyd@stupidchicken.com>
3721
3722 * search.texi (Other Repeating Search): Remove obsolete findex entries.
3723
05482eb1
CY
37242008-11-01 Chong Yidong <cyd@stupidchicken.com>
3725
e2346dea
CY
3726 * programs.texi (Program Modes): Link to Program Indent node.
3727 (Left Margin Paren): Explain consequences of changing
3728 open-paren-in-column-0-is-defun-start more concisely.
3729 (Which Function, Program Indent, Info Lookup): Minor edits.
3730 (Basic Indent): If region is active, TAB indents the region.
1c6c854e
CS
3731 (Multi-line Indent): If region is active, TAB indents the region.
3732 Note that indent-region is useful when Transient Mark mode is off.
e2346dea
CY
3733 (Matching): The delimiter at the cursor is highlighted---the character
3734 changes color.
3735 (Symbol Completion): Link to Completion node.
3736
e4b6428c
CY
3737 * misc.texi (Invoking emacsclient): Describe how to use Emacs server in
3738 a strictly text-only system.
3739
05482eb1
CY
3740 * abbrevs.texi (Saving Abbrevs): Note that abbrev file is not loaded in
3741 batch mode.
3742
a11d3737
RS
37432008-11-01 Richard M. Stallman <rms@gnu.org>
3744
5abad626
RS
3745 * misc.texi (Document View): Major rewrite.
3746
a11d3737
RS
3747 * maintaining.texi (Types of Log File): Change logs are older than
3748 version control.
3749 (VCS Concepts): Simplify and rearrange.
3750 (Version Control Systems): Make it clear that Linux is only the kernel.
3751 (VC Mode Line): Shorten reference to menu item.
3752 (Basic VC Editing): Clarify VC fileset. Shorten and simplify.
3753 (VC Directory Mode): Minor cleanup.
3754 Unchanged files are hidden, not omitted.
3755 (VC Directory Commands): Shorten and simplify.
3756 (Change Log Commands): New node, split from Change Logs.
3757 (VC Directory Buffer): New node, split from VC Directory Mode.
3758
c55a4acb
CY
37592008-10-31 Chong Yidong <cyd@stupidchicken.com>
3760
1c6c854e 3761 * misc.texi (Document View): Rename from Document Files, moved here
df0356f6
CY
3762 from files.texi.
3763
1c6c854e
CS
3764 * files.texi (Version Control): Move to maintaining.texi.
3765 Subnodes moved as well.
3766 (Document Files): Move to misc.texi.
df0356f6 3767
c55a4acb
CY
3768 * maintaining.texi (Change Log): Document log-edit-insert-changelog and
3769 vc-update-change-log.
df0356f6
CY
3770 (Version Control): Move here from files.texi.
3771 (Format of ChangeLog): Make it a subnode of Change Log.
3772
3773 * emacs.texi (Top): Update node listing.
c55a4acb 3774
ef082374
TH
37752008-10-31 Tassilo Horn <tassilo@member.fsf.org>
3776
3777 * files.texi (Files): Add a section about document
3778 files (doc-view-mode).
3779
d52582c3
CY
37802008-10-31 Chong Yidong <cyd@stupidchicken.com>
3781
1c6c854e
CS
3782 * building.texi (Compilation Mode):
3783 Document compilation-auto-jump-to-first-error.
d52582c3
CY
3784 (Debuggers): Lower GUD subsections to subsubsections.
3785 (Starting GUD): Add cindex.
3786 (Lisp Interaction): Note that scratch is no longer the initial buffer.
3787
4e0a0968
CY
37882008-10-30 Chong Yidong <cyd@stupidchicken.com>
3789
03625b47
CY
3790 * indent.texi (Indentation): Link to Program Indent.
3791
4e0a0968
CY
3792 * misc.texi (Invoking emacsclient): If Emacs has no available frame, it
3793 now uses emacsclient's terminal.
3794
8bd3f7ef
CY
37952008-10-29 Chong Yidong <cyd@stupidchicken.com>
3796
80e5620e
CY
3797 * mark.texi (Using Region): Document use-empty-active-region.
3798
97d5c404
CY
3799 * emacs.texi (Top): Update node listings.
3800
1c6c854e
CS
3801 * misc.texi (Emacs Server): Rewrite. Document daemon-mode.
3802 Don't mention obsolete emacs.bash script.
8bd3f7ef
CY
3803 (Invoking emacsclient): Rewrite, moving optional arguments to
3804 emacsclient Options.
21d2bae3
CY
3805 (emacsclient Options): New node. Document server-use-tcp and
3806 server-host.
8bd3f7ef 3807
5fda2cbd
CY
38082008-10-28 Chong Yidong <cyd@stupidchicken.com>
3809
3810 * indent.texi (Indentation): Replace list with paragraphed text,
3811 putting description of syntax-driven indentation first. Document new
3812 effect of active regions on tab.
3813 (Tab Stops): Note that editable tab stops affect indentation commands.
3814
4ff029f6
DN
38152008-10-27 Dan Nicolaescu <dann@ics.uci.edu>
3816
3817 * cmdargs.texi (Initial Options): Document -daemon=SERVER_NAME.
3818
996cd6e4
CY
38192008-10-23 Chong Yidong <cyd@stupidchicken.com>
3820
f28815e3
CY
3821 * custom.texi (Function Keys): Note that modified keypad keys are not
3822 translated.
3823
996cd6e4
CY
3824 * basic.texi (Arguments): Explain how to insert multiple digits.
3825
49545fe2
MA
38262008-10-22 Michael Albinus <michael.albinus@gmx.de>
3827
3828 * files.texi (Remote Files): Precise selection of default method.
3829 Rewrite paragraph about disabling remote file names.
3830
edac0b53
CY
38312008-10-22 Chong Yidong <cyd@stupidchicken.com>
3832
e752c544
CY
3833 * search.texi (Special Isearch): Document M-TAB is isearch.
3834
edac0b53
CY
3835 * files.texi (VC Mode Line): Use @kbd instead of @key for mouse
3836 command.
3837
3838 * frames.texi: Use @kbd instead of @key for mouse commands throughout.
3839
20a36054
TH
38402008-10-22 Tassilo Horn <tassilo@member.fsf.org>
3841
1c6c854e 3842 * emacs.texi (Acknowledgments): Add myself to Acknowledgments
20a36054
TH
3843 section.
3844
69051ab6
CY
38452008-10-21 Chong Yidong <cyd@stupidchicken.com>
3846
c4b1a32a
CY
3847 * vc1-xtra.texi: Move nodes VC Directory Mode and VC Directory Commands
3848 to files.texi. Move contents of vc2-xtra.texi here.
3849
3850 * vc2-xtra.texi: File removed.
3851
3852 * vc-xtra.texi (Advanced VC Usage): Remove VC Directory Mode and VC
3853 Directory Commands from the submenu. Don't include deleted file
3854 vc2-xtra.texi.
3855
3856 * files.texi (Visiting): Document find-file-confirm-nonexistent-file.
3857 (Version Control): Add VC Directory Mode and VC Directory Commands to
3858 the submenu.
3859 (Why Version Control?): Use table format.
3860 (Version Control Systems): Note that Meta-CVS support is gone.
3861 (VCS Concepts): Note precisely when VC started supporting filesets.
3862 Remove bogus xref to CVS Options node.
3863 (Types of Log File): Copyedits.
3864 (VC Mode Line): Document tooltips and mouse-1 on VC indicator.
3865 (Basic VC Editing): Content moved from Selecting A Fileset and Doing
3866 The Right Thing.
3867 (Selecting A Fileset, Doing The Right Thing): Nodes deleted.
3868 (Log Buffer): Reorganize node, putting C-c C-c description first.
3869 (Old Revisions): Use CVS for example, not RCS.
3870 (Secondary VC Commands): Remove VC Directory Mode and VC Directory
3871 Commands from the submenu, putting them under Version Control.
3872 (VC Directory Mode): Move node contents here from vc1-xtra.texi; we
3873 need to include it in the manual unconditionally, since it is now
3874 crucial to using distributed version control systems.
1a6e2954
CY
3875 (Comparing Files): Note that diff uses the minibuffer, and that the
3876 output is shown using Diff mode.
1c6c854e
CS
3877 (Diff Mode): Explain what "patch" and "hunk" mean.
3878 Document diff-update-on-the-fly, diff-refine-hunk, and
b328f1b9 3879 diff-show-trailing-whitespaces.
1a6e2954 3880 (File Archives): Add rar support.
c4b1a32a 3881
69051ab6
CY
3882 * major.texi (Choosing Modes): Make mode selection sequence more
3883 obvious by describing the steps in order of priority. Note that
1c6c854e
CS
3884 magic-mode-alist is nil by default.
3885 Document magic-fallback-mode-alist.
69051ab6 3886
e7421e03
CY
38872008-10-20 Chong Yidong <cyd@stupidchicken.com>
3888
3889 * frames.texi (Mouse References): Copyedits.
3890
6b2efdc2
TH
38912008-10-20 Tassilo Horn <tassilo@member.fsf.org>
3892
3893 * ack.texi (Acknowledgments): Add myself as doc-view author.
3894
9c5e9396
EZ
38952008-10-20 Eli Zaretskii <eliz@gnu.org>
3896
3897 * frames.texi (Dialog Boxes): Add @cindex entries.
3898
dac94f8e
CY
38992008-10-20 Chong Yidong <cyd@stupidchicken.com>
3900
3901 * frames.texi (Dialog Boxes): Clarify description of GTK+ file chooser.
3902 (Text-Only Mouse): Copyedit.
3903
25597d40
CY
39042008-10-19 Chong Yidong <cyd@stupidchicken.com>
3905
f8a447f6
CY
3906 * frames.texi: Use @key throughout for mouse clicks.
3907 (Cut/Paste Other App): Document yank-pop-change-selection.
25597d40
CY
3908 (Secondary Selection): Fix modified mouse click syntax.
3909 (Clipboard): Describe Cut, Copy and Paste commands.
3910 (Mouse References): Not all references are in read-only buffers.
f8a447f6
CY
3911 Copyedits.
3912 (Creating Frames): Add xref to Init File.
3913 (Frame Commands): Add xref to Exiting.
3914 (Scroll Bars): Document GTK vs toolkit behavior.
25597d40 3915
b0f95216
CY
39162008-10-15 Chong Yidong <cyd@stupidchicken.com>
3917
b0817f00
CY
3918 * files.texi (Version Control): Copyedits. Add Bazaar.
3919 (Version Control Systems): List different VCS's using an itemized list.
3920 Add Bazaar.
3921 (VCS Concepts): Copyedits. Tweak description of file merging.
3922
b0f95216
CY
3923 * frames.texi (Mouse Commands, Cut/Paste Other App): Rewrite.
3924 (Cut/Paste Other App): Document select-active-regions and
3925 x-select-enable-primary.
3926
69d0d701
CY
39272008-10-13 Chong Yidong <cyd@stupidchicken.com>
3928
3929 * mark.texi (Shift Selection): Correct case in node name.
3930
3931 * emacs.texi (Top): Update node order in Mark chapter.
3932
375e8351
EZ
39332008-10-12 Eli Zaretskii <eliz@gnu.org>
3934
3935 * msdog-xtra.texi (MS-DOS): Fix bad pxref.
3936
3937 * mini.texi (Minibuffer File): Fix markup in last change. Refer to
3938 elsewhere in the manual instead of describing yet again the intricacies
3939 of $HOME on MS-Windows and MS-DOS.
3940
ab58114f
CY
39412008-10-12 Chong Yidong <cyd@stupidchicken.com>
3942
4f959513 3943 * mini.texi (Minibuffer File): Add xref to File Names.
1c6c854e
CS
3944 (Minibuffer File): Add discussion of `~' in file names.
3945 Add insert-default-directory index reference.
4f959513 3946
ab58114f
CY
3947 * files.texi (File Names): Reorganize description.
3948 (Visiting): Add xref to Mode Line. Copyedits.
3949 (Save Commands): Mention prefix behavior of C-x C-s.
3950 (Numbered Backups): Node deleted.
3951 (Backup Names): Contents of Numbered Backups moved here. State default
3952 of version-control variable.
3953 (Reverting): Copyedits.
3954 (Version Control): Add additional version control systems.
3955
3956 * emacs.texi (Top): Delete Numbered Backups node.
3957
3958 * cmdargs.texi (General Variables): Change Numbered Backups xref to
3959 Backup Names.
f2884f63 3960 (Initial Options): Document renamed variable inhibit-startup-screen.
ab58114f 3961
b0b5100a
RF
39622008-10-11 Romain Francoise <romain@orebokech.com>
3963
3964 * kmacro.texi (Edit Keyboard Macro): Lossage is now 300 keys.
3965
89774b5f
CY
39662008-10-11 Chong Yidong <cyd@stupidchicken.com>
3967
3968 * buffers.texi (Buffers): Add xrefs to Mode Line and Lisp Interaction.
3969 (Select Buffer): Mention use of minibuffer history. Describe default
3970 value of default-major-mode. Mention that C-x 4 b selects the other
3971 window.
3972 (List Buffers): Document CRM indicators in the order they appear.
3973 (Kill Buffer): Document new command kill-matching buffers.
3974 (Several Buffers): Move explanation of the relationship between buffer
3975 list and buffer menu to the top.
3976 (Indirect Buffers): Document new variable clone-indirect-buffer-hook.
3977
4c72bf27
CY
39782008-10-10 Chong Yidong <cyd@stupidchicken.com>
3979
3980 * entering.texi (Exiting): Document change of C-x C-c to
3981 save-buffers-kill-terminal. Document kill-emacs.
3982
f68eb991
EZ
39832008-09-30 Eli Zaretskii <eliz@gnu.org>
3984
3985 * mule.texi (Coding Systems): Don't mention codepage-setup.
3986
3987 * msdog-xtra.texi (MS-DOS Printing, MS-DOS and MULE): No need to create
3988 cpNNN coding systems anymore.
3989 (MS-DOS and MULE): Don't mention code-pages.el. Don't mention support
1c6c854e
CS
3990 for unibyte mode. Don't mention line-drawing characters.
3991 Don't mention dos-unsupported-char-glyph.
f68eb991 3992
1a2dd44d
CY
39932008-09-25 Chong Yidong <cyd@stupidchicken.com>
3994
3995 * search.texi (Search): Shorten introduction.
3996 (Basic Isearch): Add command table. Discuss reverse isearch and
3997 isearch highlighting.
3998 (Repeat Isearch): Move lazy highlighting discussion here. Add search
3999 ring to cindex.
4000 (Special Isearch): Move input methods discussion here.
4001 (Non-ASCII Isearch): Node deleted, merged with Special Isearch.
4002 (Isearch Yank): Node deleted, and contents moved into Basic Isearch and
4003 Repeat Isearch.
4004 (Isearch Minibuffer): New node.
4005 (Word Search): Document new word search commands.
4006 (Regexp Example): Simplify example using sentence-end-base variable.
4007 (Replace): Reword introduction.
4008 (Unconditional Replace): Remove unnecessary example.
4009 (Other Repeating Search): Document new `M-s o' binding.
4010
4011 * emacs.texi (Top): Update node listings.
4012
e45da31d
JB
40132008-09-22 Juanma Barranquero <lekktu@gmail.com>
4014
4015 * emacs.texi (Top): Remove Kill Errors from menu.
4016
841c8096
CY
40172008-09-22 Chong Yidong <cyd@stupidchicken.com>
4018
402168fa
CY
4019 * kmacro.texi (Basic Keyboard Macro): Make F3 and F4 the preferred
4020 interface for defining macros. Simplify examples. Note that C-g quits
4021 macro definitions.
1c6c854e
CS
4022 (Keyboard Macro Counter): Document using F3 to insert counter.
4023 Give usage example.
402168fa
CY
4024 (Keyboard Macro Query): Organize query responses in a table.
4025
1c6c854e
CS
4026 * fixit.texi (Fixit): Favor C-/ keybinding for undo throughout.
4027 Link to Erasing node.
841c8096
CY
4028 (Undo): Reorganize paragraphs for logical flow. Move keybinding
4029 rationale to a footnote.
4030 (Kill Errors): Remove node, due to redundancy with Erasing.
4031 (Spelling): Move discussion of flyspell to end. Note new behavior of
4032 M-$ in active region. Remove non-ispell-specific keybindings from
4033 table.
4034
eab2ee89
DN
40352008-09-21 Dan Nicolaescu <dann@ics.uci.edu>
4036
4037 * cmdargs.texi (Initial Options): Document --daemon.
4038
3d53e905
GM
40392008-09-20 Glenn Morris <rgm@gnu.org>
4040
4041 * files.texi (Numbered Backups): Mention that some modes set
4042 version-control.
4043
1c90484d
GM
40442008-09-20 Jim Blandy <jimb@red-bean.com>
4045
4046 * files.texi (Numbered Backups): Reference File Variables, as well.
4047 Remove discussion of Rmail's implementation.
4048
0fc0d844
CY
40492008-09-06 Chong Yidong <cyd@stupidchicken.com>
4050
4051 * misc.texi (Recursive Edit): Note that top-level exits active
4052 minibuffers.
4053
4054 * trouble.texi (Quitting): Likewise.
4055
b18d283d
CY
40562008-08-31 Chong Yidong <cyd@stupidchicken.com>
4057
4058 * emacs.texi (Top): Add Temporary Face Changes xref.
4059
4060 * display.texi (Display): Move Temporary Face Changes node to just
4061 after Standard Faces.
4062 (Scrolling): Document recenter-top-bottom instead of recenter.
4063 (Horizontal Scrolling): Move auto hscroll discussion to the top.
4064 (Faces, Standard Faces, Temporary Face Changes, Useless Whitespace)
4065 (Display Custom): Copyedits.
4066 (Optional Mode Line): Document display-battery-mode.
4067
180135fc
RF
40682008-08-27 Romain Francoise <romain@orebokech.com>
4069
4070 * custom.texi (Directory Variables): Minor fix.
4071
d3fe3475
GM
40722008-08-27 Glenn Morris <rgm@gnu.org>
4073
4074 * cal-xtra.texi (Advanced Calendar/Diary Usage): Tweak some menu
4075 descriptions.
4076 (Calendar Customizing): Tweak layout description.
183080b6 4077 Move calendar-today-marker and calendar-today face to the other
d3fe3475
GM
4078 markers. Condense calendar-star-date and calendar-mark-today
4079 description.
4080 (Holiday Customizing): Add oriental and solar holidays.
4081 Add index entries for Baha'i, Christian, Hebrew and Islamic holidays.
4082 Fix holiday-float description. Use zerop in examples. Be less verbose.
4083 (Date Display Format): Change ISO format. Be less verbose.
4084 (Diary Customizing): Mention day and month abbrev arrays.
4085 Mention the date-form variables by name. Update European example.
4086 (Non-Gregorian Diary): Change node name. Mention Baha'i functions.
4087 Condense examples. Mention diary-entry-symbols by name.
4088 Condense table for insertion commands.
4089 (Fancy Diary Display): Mention diary-include-string and
4090 diary-sexp-entry-symbol. Condense example. Add Chinese, Coptic,
4091 Ethiopic, Persian date functions. Condense descriptions.
4092
4093 * calendar.texi (Format of Diary File): Mention diary-nonmarking-symbol.
4094 (Adding to Diary): Adapt for changed node name.
4095
71755807
GM
40962008-08-26 Glenn Morris <rgm@gnu.org>
4097
4098 * cal-xtra.texi (Non-Gregorian Diary Entries): New name for
4099 node "Hebrew/Islamic Entries".
4100
4101 * calendar.texi (Specified Dates): Fix names of iso functions.
4102 (General Calendar): There may not be another window.
4103 (Writing Calendar Files, Holidays): Tweak intro.
4104 (Holidays): Mention Baha'i and Chinese holidays.
4105 (Sunrise/Sunset): Add M-x calendar-sunrise-sunset-month.
4106 (Lunar Phases): Remove incorrect reference to calendar-time-zone.
4107 (To Other Calendar): Add calendar-print-other-dates.
4108 Refer to "graphic display" rather than "X.
4109 (From Other Calendar): Add calendar-bahai-goto-date. Fix reference.
4110 (Displaying the Diary): Fix whitespace after reference.
4111 Fix `diary-number-of-entries' reference.
4112 (Date Formats): Explicitly mention that day names can be abbreviated.
4113 (Adding to Diary): Add some references to other sections.
4114 (Special Diary Entries): Fix reference.
4115 (Appointments): Simplify appt-message-warning-time entry.
4116 Clarify where times must be.
4117 (Importing Diary): Comment out icalendar paragraph that does not apply.
4118 (Time Intervals): Simplify entry for timeclock-ask-before-exiting.
4119
d76ebc75
GM
41202008-08-23 Glenn Morris <rgm@gnu.org>
4121
4122 * fortran-xtra.texi (Fortran): Change description of free form and
4123 fixed form a bit. Mention hideshow and imenu.
4124 (Fortran Motion): Mention fortran-end-of-subprogram,
4125 fortran-beginning-of-subprogram, fortran-mark-do, fortran-mark-if.
4126 (Fortran Indent): Minor re-word.
4127 (ForIndent Commands): Mention fortran-fill-paragraph and
4128 fortran-fill-statement.
4129 (ForIndent Cont): Mention fortran-tab-mode-string.
4130 (Fortran Comments): Mention fortran-comment-line-start-skip.
4131 (Fortran Columns): Mention font-locking.
4132 (Fortran Abbrev): Word syntax not relevant with new-style abbrev.
4133
1fc0ce04 41342008-08-23 Johan Bockgård <bojohan@muon>
e2a71e28
JB
4135
4136 * basic.texi (Moving Point): Fix <prior>/<next> confusion.
4137
5c52e13c
CY
41382008-08-22 Chong Yidong <cyd@stupidchicken.com>
4139
4140 * mini.texi (Minibuffer): Simplify introduction.
4141 (Minibuffer File): Document tilde in minibuffer filenames.
4142 (Minibuffer Edit): Mention that the prompt is read-only. Describe how
4143 to enter tabs, spaces, and question marks. Describe behavior of C-a.
4144 (Completion Example): Update example to current command list.
4145 (Completion Options): Document `lazy' value of completion-auto-help.
4146 Update contents of completion-ignored-extensions.
4147 (Minibuffer History): Describe "future history" list. State default
4148 value of history-delete-duplicates.
4149
77a00355
GM
41502008-08-21 Glenn Morris <rgm@gnu.org>
4151
4152 * fortran-xtra.texi (Fortran Columns): Document `fortran-line-length'.
87aae241 4153 (Fortran Comments): Replace fortran-indent-comment with comment-dwim.
77a00355 4154
39ee1d04
CY
41552008-08-17 Chong Yidong <cyd@stupidchicken.com>
4156
4157 * regs.texi (Registers): Clarify valid register names.
4158 (RegPos): Note that buffer is saved and restored too.
4159 (RegText): Note that mark is reactivated/deactivated.
4160 (RegConfig): Xref to Windows node.
4161
b12c348f
CY
41622008-08-16 Chong Yidong <cyd@stupidchicken.com>
4163
3ae7ba79
CY
4164 * basic.texi (Inserting Text): Provide command name for C-q.
4165
b12c348f
CY
4166 * killing.texi (Killing): Copyedit. Define read-only text.
4167 (Deletion): DEL and C-d were already explained in Erasing; xref there.
4168 (Killing by Lines): Copyedit.
4169 (Other Kill Commands): Move M-w description here.
4170 (Yanking): Move M-w to Other Kill Commands.
4171 (Kill Ring): Also mention saving text in registers. Link to Text
4172 Properties in elisp manual.
4173 (Accumulating Text): Copyedit.
4174 (CUA Bindings): Shift selection is now the default.
4175
d8ff7692
TZ
41762008-08-12 Teodor Zlatanov <tzz@lifelogs.com>
4177
4178 * maintaining.texi (Change Log): Mention next-error is available.
4179
a43a8a2e
GM
41802008-08-10 Glenn Morris <rgm@gnu.org>
4181
4182 * cal-xtra.texi (Calendar Customizing): Mention whitespace variables
4183 and intermonth text.
4184 (Holiday Customizing): Add holiday-chinese.
4185
eba27308
EZ
41862008-08-08 Eli Zaretskii <eliz@gnu.org>
4187
4188 * files.texi (Log Buffer, Diff Mode): Fix last changes. Add indexing.
4189
5f14a5b3
DN
41902008-08-07 Dan Nicolaescu <dann@ics.uci.edu>
4191
4192 * files.texi (Log Buffer): Describe C-c C-d.
4193 (Diff Mode): Describe C-x 4 A.
4194
49989bff
EZ
41952008-08-06 Eli Zaretskii <eliz@gnu.org>
4196
4197 * vc1-xtra.texi (VC Directory Mode): Fix last change.
4198
5c915c02
DN
41992008-08-06 Dan Nicolaescu <dann@ics.uci.edu>
4200
2beaf97a
DN
4201 * files.texi (Old Revisions): Update the keys used by vc-annotate and
4202 describe the new bindings to show the changeset diff, toggle annotation
4203 visibility, show revisions.
4204 (VC Status): Describe key bindings for modifying the change comments,
4205 displaying changeset diffs and annotations.
4206
5c915c02
DN
4207 * vc1-xtra.texi (VC Directory Mode): Talk about multiple VC systems.
4208
71798ace
NR
42092008-08-05 Nick Roberts <nickrob@snap.net.nz>
4210
4211 * vc1-xtra.texi (VC Directory Mode): Fix typo.
4212
b8949644
EZ
42132008-08-02 Eli Zaretskii <eliz@gnu.org>
4214
4215 * vc1-xtra.texi (VC Directory Mode, VC Directory Commands): Fix English
4216 and wording.
4217
819567d1
DN
42182008-08-02 Dan Nicolaescu <dann@ics.uci.edu>
4219
4220 * vc1-xtra.texi (VC Directory Mode): Fix and improve the info about
b8949644 4221 marking/unmarking. Add descriptions for the multiple file search
819567d1
DN
4222 commands. Improve some old info.
4223
5f38310a
CY
42242008-07-31 Chong Yidong <cyd@stupidchicken.com>
4225
0dc3906b
CY
4226 * display.texi (Visual Line Mode): New node.
4227
5f38310a 4228 * basic.texi (Inserting Text): Move DEL to deletion node.
1c6c854e
CS
4229 (Moving Point): Add additional alternative key bindings.
4230 Describe line-move-visual.
5f38310a
CY
4231 (Erasing): Describe DEL.
4232 (Basic Undo, Blank Lines, Arguments): Copyedit.
4233 (Continuation Lines): Mention Visual Line mode.
4234 (Position Info): Move extended discussion to mule.texi.
4235
4236 * mule.texi (International Chars): Describe C-x =.
4237
4238 * emacs.texi (Top): Add Visual Line Mode node.
4239
7c2fb837
DN
42402008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
4241
4242 * emacs.texi: Remove VMS support.
4243
3f6b73ef
DN
42442008-07-30 Dan Nicolaescu <dann@ics.uci.edu>
4245
4246 * vc1-xtra.texi (VC Directory Mode): Update the display format and fix
4247 the vc-dir command name.
4248
9e2a2647
DN
42492008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
4250
4251 * xresources.texi: Remove mentions of Mac Carbon.
4252
568beaa2
AS
42532008-07-19 Andreas Schwab <schwab@suse.de>
4254
4255 * ns-emacs.texi: Move to ../misc.
4256
0ef94706
CY
42572008-07-15 Chong Yidong <cyd@stupidchicken.com>
4258
4259 * entering.texi (Exiting): Don't describe text-only terminals as the
4260 default. Describe the new startup screen.
4261 (Exiting): Describe how to kill Emacs first. Change description of
4262 iconification to handle modern window systems.
4263
ba60bd44 42642008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
edfda783
AR
4265
4266 * ns-emacs.texi: New file, documents features of Emacs port under
4267 NeXTstep windowing.
4268
9f30aa73
CY
42692008-07-15 Chong Yidong <cyd@stupidchicken.com>
4270
938a5d2e
CY
4271 * entering.texi (Entering Emacs): Update prev node.
4272
4273 * glossary.texi (Glossary): Remove xref to Text Characters.
4274
9f30aa73
CY
4275 * commands.texi (User Input): Rewrite. Describe Emacs' behavior
4276 directly, rather than in the context of ASCII. Move description of
4277 special properties of modifier key to new Modifier Keys node.
4278 (Keys): Copyedit.
4279 (Text Characters): Delete node. Multibyte is the default nowadays, and
4280 the node contents are obsolete.
4281
4282 * custom.texi (Modifier Keys): New node.
4283
4284 * emacs.texi (Top): Update node list.
4285
7e53d36c
CY
42862008-07-13 Chong Yidong <cyd@stupidchicken.com>
4287
4288 * emacs.texi (Intro): Increase conciseness slightly. Remove paragraph
4289 saying that Emacs provides menus and mouse support (which is par for
4290 the course).
4291
4292 * screen.texi (Screen): Copyedit. Define "buffer" and "current buffer"
4293 early on.
4294 (Point): Copyedit. Relegate historical trivia to a footnote.
4295 (Mode Line): Explain mode-line format more consistently.
4296 (Menu Bar): Copyedit.
4297
1e9fa96d
GM
42982008-06-27 Glenn Morris <rgm@gnu.org>
4299
4300 * cal-xtra.texi (Sexp Diary Entries):
4301 * calendar.texi (Lunar Phases): Update for lunar.el name changes.
4302
dc9bebb8
CY
43032008-06-26 Chong Yidong <cyd@stupidchicken.com>
4304
4305 * mark.texi (Shift selection): New node.
4306 (Mark): Copyedits.
4307 (Persistent Mark): Move to the end of the chapter.
4308
e7881076
EZ
43092008-06-20 Eli Zaretskii <eliz@gnu.org>
4310
4311 * makefile.w32-in (distclean): Remove makefile.
4312
f427400c
NR
43132008-06-17 Nick Roberts <nickrob@snap.net.nz>
4314
4315 * building.texi (Starting GUD): Add an entry for gud-gdb.
4316 (GDB Graphical Interface): Explain that gud-gdb is now needed for text
4317 command mode.
4318
b597d348
GM
43192008-06-17 Glenn Morris <rgm@gnu.org>
4320
4321 * calendar.texi: Fix references to mouse-2 and mouse-3 in calendar.
4322
647b7094
NR
43232008-06-17 Nick Roberts <nickrob@snap.net.nz>
4324
4325 * building.texi (Starting GUD): Expand on remote debugging.
4326 (Other GDB-UI Buffers): Mention new keyboard bindings.
4327
47a30023
GM
43282008-06-15 Glenn Morris <rgm@gnu.org>
4329
4330 * gnu.texi: Use a verbatim license for this invariant section,
4331 as per etc/GNU.
4332
37e5d54a
GM
43332008-06-13 Daniel Engeler <engeler@gmail.com>
4334
4335 * emacs.texi, misc.texi: Add documentation about serial port access.
4336
8e65d46c
GM
43372008-06-13 Glenn Morris <rgm@gnu.org>
4338
c1473b4c
MB
4339 * emacs-xtra.texi, emacs.texi: Update Back-Cover text per
4340 maintain.info.
8e65d46c 4341
e40a85cd
MB
43422008-06-05 Miles Bader <miles@gnu.org>
4343
4344 * display.texi (Temporary Face Changes): Update to reflect function
4345 renamings in face-remap.el.
4346
56c73dec
MB
43472008-06-04 Miles Bader <miles@gnu.org>
4348
1c6c854e
CS
4349 * display.texi (Temporary Face Changes):
4350 Add `adjust-buffer-face-height'. Rewrite description of
56c73dec
MB
4351 `increase-buffer-face-height' and `decrease-default-face-height' now
4352 that they aren't bound by default.
4353
9d3d42fb
MB
43542008-06-03 Miles Bader <miles@gnu.org>
4355
4356 * display.texi (Temporary Face Changes): New node.
4357
2be6bfe2
EZ
43582008-05-31 Eli Zaretskii <eliz@gnu.org>
4359
4360 * msdog.texi (Windows Keyboard): Fix text added on 2008-05-29.
4361
daf7e339
GM
43622008-05-31 Glenn Morris <rgm@gnu.org>
4363
4364 * cal-xtra.texi (Fancy Diary Display): Simplify.
4365
d21d2618
GM
43662008-05-30 Glenn Morris <rgm@gnu.org>
4367
4368 * cal-xtra.texi (Fancy Diary Display): Update for
4369 diary-display-function replacing diary-display-hook.
4370
71ce5fd0
JB
43712008-05-29 Drew Adams <drew.adams@oracle.com>
4372
4373 * msdog.texi (Windows Keyboard): Add descriptions of
4374 w32-register-hot-key and w32-unregister-hot-key.
4375
a3cdbdf8
MO
43762008-05-21 Tom Tromey <tromey@redhat.com>
4377
4378 * custom.texi (Directory Variables): Grammar fix. Link to Safe File
4379 Variables node.
4380
854a574c
MO
43812008-05-19 Tom Tromey <tromey@redhat.com>
4382
4383 * custom.texi (Variables): Add Directory Variables to menu.
4384 (Directory Variables): New node.
4385
7c2ec3f9
ER
43862008-05-16 Eric S. Raymond <esr@snark.thyrsus.com>
4387
71ce5fd0 4388 * vc2-xtra.texi: Modify an example so it reflects what vc.el now does.
7c2ec3f9 4389
370fded4
ER
43902008-05-15 Eric S. Raymond <esr@snark.thyrsus.com>
4391
4392 * vc2-xtra.texi, emacs.texi, files.texi: Snapshots node renamed to
352c8b4a
GM
4393 Revision Tags and rewritten. Section now uses modern terminology,
4394 (tags rather than snapshots) and describes post-SCCS systems more
370fded4
ER
4395 accurately.
4396
6af511e3
EZ
43972008-05-10 Eli Zaretskii <eliz@gnu.org>
4398
4399 * msdog.texi (Windows Files): Update documentation of
4400 w32-get-true-file-attributes.
4401
7a78b6e7
ER
44022008-05-09 Eric S. Raymond <esr@snark.thyrsus.com>
4403
4404 * files.texi, vc-xtra.texi, vc1-xtra.texi: Document the new VC
4405 directory mode.
4406
1bcfc24e
CY
44072008-05-08 Chong Yidong <cyd@stupidchicken.com>
4408
4409 * killing.texi (Appending Kills): Remove a strangely off-topic index
6af511e3 4410 entry "television".
1bcfc24e 4411
db86064f
ER
44122008-05-07 Eric S. Raymond <esr@snark.thyrsus.com>
4413
ab5ec32c 4414 * ack.texi, files.texi, vc2-xtra.texi: Meta-CVS is no longer supported.
db86064f 4415
a31b405e
ER
44162008-05-02 Eric S. Raymond <esr@snark.thyrsus.com>
4417
4418 * emacs/buffers.texi, emacs/files.texi (Version-control):
4419 vc-toggle-read-only is no longer a good idea...
4420
ff2c14fc
GM
44212008-04-29 Glenn Morris <rgm@gnu.org>
4422
4423 * cal-xtra.texi (Sexp Diary Entries): Clarify diary-float.
4424
367c9b7c
JL
44252008-04-22 Juri Linkov <juri@jurta.org>
4426
4427 * dired.texi (Subdirectories in Dired): Describe using `^'
4428 to return to the parent directory.
4429
4ac1e9b4
NR
44302008-04-22 Nick Roberts <nickrob@snap.net.nz>
4431
4432 * building.texi (GDB-UI Layout, Other GDB-UI Buffers): Update for
4433 recent changes.
4434
b9b3bf2b
NR
44352008-04-19 Nick Roberts <nickrob@snap.net.nz>
4436
4437 * building.texi (GDB-UI Layout, Breakpoints Buffer)
4438 (Other GDB-UI Buffers): Update for recent thread related changes.
4439
4d120d6a
SM
44402008-04-11 Mirko Vukovic <mirko.vukovic@gmail.com> (tiny change)
4441
4442 * maintaining.texi (Maintaining):
4443 * emacs.texi (Top): Typo.
4444
a152877d
SM
44452008-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
4446
b9b3bf2b
NR
4447 * display.texi (Font Lock): Prefer add-hook to using a non-nil `mode'
4448 arg in `font-lock-add-keywords'.
a152877d 4449
36c0514c
GM
44502008-04-08 Glenn Morris <rgm@gnu.org>
4451
4452 * cal-xtra.texi, calendar.texi: Update for calendar name changes.
4453 Also add Baha'i calendar references where appropriate.
4454
06a97d46
GM
44552008-04-05 Glenn Morris <rgm@gnu.org>
4456
4457 * custom.texi (Init File): Byte-compiling .emacs is bad.
4458
6adc6eed
SM
44592008-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
4460
4461 * mini.texi (Minibuffer Edit) <resize-mini-windows>: Adjust default.
4462
571388b0
GM
44632008-03-29 Glenn Morris <rgm@gnu.org>
4464
4465 * calendar.texi: Update for `calendar-date-style' replacing
4466 `european-calendar'.
4467
3ae8f876
JR
44682008-03-28 Jason Rumney <jasonr@gnu.org>
4469
4470 * display.texi (Display Custom): Mention overlay-margin in text.
4471
5bc6ddff 44722008-03-12 Reiner Steib <Reiner.Steib@gmx.de>
03a864d5 4473
5bc6ddff
MB
4474 * custom.texi, dired.texi, mini.texi, mule.texi: Add `referenced in the
4475 tutorial' comments.
03a864d5 4476
7186a830
CY
44772008-03-28 Chong Yidong <cyd@stupidchicken.com>
4478
4479 * mark.texi (Mark): Rearrange nodes.
4480 (Persistent Mark): Rename from Transient Mark.
4481 (Mark, Setting Mark, Marking Objects, Persistent Mark, Mark Ring):
4482 Describe Transient Mark mode as the default.
4483
4484 * basic.texi (Basic Undo): Don't mention setting the mark, which isn't
4485 the default behavior with Transient Mark mode off.
4486 (Position Info): Fix typo.
4487
71ce5fd0
JB
4488 * display.texi (Standard Faces): Reference the Mark node.
4489 Remove discussion of the region face, which is discussed there.
7186a830
CY
4490
4491 * emacs.texi (Top): Update node listings.
4492
4493 * files.texi (Diff Mode, Misc File Ops): Describe Transient Mark mode
4494 as the default.
4495
4496 * fixit.texi (Undo): Standardize choice of undo key sequence.
4497 (Undo, Spelling): Describe Transient Mark mode as the default.
4498
4499 * frames.texi (Mouse Commands): Treat Transient Mark mode as the
4500 default.
4501
4502 * glossary.texi (Glossary): Treat Transient Mark mode as the default.
4503
4504 * killing.texi (Kill Ring, Accumulating Text): Assume Transient Mark
4505 mode is the default, and note that the mark is not activated when set.
4506
4507 * programs.texi (Moving by Defuns, Expressions, Comment Commands):
4508 Describe Transient Mark mode as the default.
4509
4510 * search.texi (Basic Isearch): Reference the Mark Ring node.
4511 (Replace, Unconditional Replace, Other Repeating Search):
4512 Describe Transient Mark mode as the default.
4513
1c6c854e
CS
4514 * text.texi (Words, Pages, Fill Commands, HTML Mode):
4515 Describe Transient Mark mode as the default.
7186a830
CY
4516 (Paragraphs): Describe how M-h behaves when region is active.
4517
4518 * trouble.texi (Quitting): Clarify effects of C-g.
4519
dc47d1ff
GM
45202008-03-13 Glenn Morris <rgm@gnu.org>
4521
4522 * emacs.texi (EMACSVER): Set to 23.0.60.
4523
e3e0fb39 45242008-03-05 Glenn Morris <rgm@gnu.org>
8b74f389 4525
e3e0fb39
GM
4526 * dired.texi (Hiding Subdirectories): Fix previous change.
4527
45282008-03-05 Drew Adams <drew.adams@oracle.com>
4529
4530 * dired.texi (Hiding Subdirectories): Document `dired-hide-subdir'.
8b74f389 4531
5e14abf8
KS
45322008-02-28 Kim F. Storm <storm@cua.dk>
4533
4534 * help.texi (Help Files): Move describe-gnu-project to C-h g.
4535 Move describe-distribution to C-h C-o.
4536 Move view-emacs-problems to C-h C-p.
4537 Add view-emacs-debugging on C-h C-d.
4538 Add view-external-packages on C-h C-e.
d0207bf3 4539 Add view-order-manuals on C-h C-m.
5e14abf8 4540
d0207bf3 45412008-02-17 Ulrich Mueller <ulm@kph.uni-mainz.de>
17577183
BG
4542
4543 * msdog-xtra.texi (MS-DOS): Docstring fix.
4544
87e391bb
EZ
45452008-02-09 Eli Zaretskii <eliz@gnu.org>
4546
4547 * msdog.texi (Windows Fonts): Use a @table for describing font
4548 properties.
4549
5662e503
JR
45502008-02-07 Jason Rumney <jasonr@gnu.org>
4551
4552 * msdog.texi (Windows Files): w32-get-true-file-attributes default
4553 value has changed.
4554 (Windows HOME): Clarify what is meant by "if that fails as well".
4555 (Windows Fonts): New section.
4556
72463824
GM
45572008-02-07 D. E. Evans <sinuhe@gnu.org> (tiny change)
4558
4559 * basic.texi (Basic Undo): Remove duplicate "you can".
4560
7ff926e0
EZ
45612008-02-02 Eli Zaretskii <eliz@gnu.org>
4562
4563 * maintaining.texi (Tags): Fix last change.
4564
6ab7aef1
MA
45652008-02-02 Michael Albinus <michael.albinus@gmx.de>
4566
093571c3 4567 * tramp.texi: Use new FSF's Back-Cover Text.
6ab7aef1 4568
ace67e7e
NR
45692008-01-31 Nick Roberts <nickrob@snap.net.nz>
4570
4571 * trouble.texi (Checklist): Direct users to emacs-devel@gnu.org.
4572
ae068fdf
RS
45732008-01-26 Richard Stallman <rms@gnu.org>
4574
4575 * maintaining.texi (Tags): Delete redundant index entry.
4576
a56d9a08
EZ
45772008-01-26 Eli Zaretskii <eliz@gnu.org>
4578
4579 * programs.texi (Imenu): Move "@cindex tags" from here...
4580 * maintaining.texi (Tags): ...to here.
4581
e941ed90
NR
45822008-01-23 Kevin Ryde <user42@zip.com.au>
4583
4584 * custom.texi (Mouse Buttons): Update elisp xref to "Click Events" on
4585 click count.
4586
650276d5
JB
45872008-01-21 Juanma Barranquero <lekktu@gmail.com>
4588
4589 * entering.texi (Exiting): Fix typo.
4590 Reported by D. E. Evans <sinuhe@gnu.org>.
4591
8dc17977
MR
45922007-12-31 Martin Rudalics <rudalics@gmx.at>
4593
4594 * glossary.texi (Glossary): Fix typo.
4595
9f9695a6
RS
45962007-12-27 Richard Stallman <rms@gnu.org>
4597
4598 * text.texi (Formatted Text): Improve menu tag.
4599 (Editing Format Info): In Info, add duplicate menu of nodes
4600 about the submenus.
4601 (Format Faces): Say where Faces menu is found. Mention Other.
4602 (Format Colors): Say where these submenus are found.
4603 (Format Indentation, Format Justification): Likewise.
4604 (Format Properties): Likewise.
4605
abfd0191
RS
46062007-12-22 Richard Stallman <rms@gnu.org>
4607
4608 * search.texi (Query Replace): Make exp of query-replace more
4609 self-contained, and clarify.
8dc17977 4610
abfd0191
RS
4611 * cc-mode.texi (Getting Started): Change @ref to @pxref.
4612
a2586785
RS
46132007-12-15 Richard Stallman <rms@gnu.org>
4614
4615 * files.texi (Auto Save): Clarify definition of auto-saving.
4616
a67cf2bb
RS
46172007-11-26 Richard Stallman <rms@gnu.org>
4618
4619 * help.texi (Help Echo): Cleanups.
4620
448b33b1
TTN
46212007-11-23 Thien-Thi Nguyen <ttn@gnuvola.org>
4622
4623 * files.texi (Why Version Control?): Fix typo.
4624 (VCS Concepts): Fix typos; small tense fix.
4d77fc8e
TTN
4625 (Selecting a Fileset): Fix typos; small rewording.
4626 (Log Buffer): Likewise.
4627 (Old Revisions): Likewise.
448b33b1 4628
221bb7f6
EZ
46292007-11-17 Eli Zaretskii <eliz@gnu.org>
4630
4631 * mule.texi (Communication Coding): Fix wording of last change.
4632
d0207bf3 46332007-11-16 Werner Lemberg <wl@gnu.org>
1ab397c1 4634
630cb3b7
JB
4635 * custom.texi (Specifying File Variables):
4636 * major.texi (Choosing Modes): Mention '\" in man pages.
1ab397c1 4637
53b7759e
KH
46382007-11-16 Kenichi Handa <handa@ni.aist.go.jp>
4639
a5ab2e0c 4640 * mule.texi (Communication Coding): Document x-select-request-type.
53b7759e
KH
4641
4642 * frames.texi (Cut/Paste Other App): Mention x-select-request-type.
4643
c8763fb6 46442007-11-15 Francesco Potortì <pot@gnu.org>
0b7f2f3f 4645
630cb3b7 4646 * maintaining.texi (TEXTAGS): Note that you can use "-" for stdout with
0b7f2f3f
FP
4647 --output=file.
4648
ff98e024
MR
46492007-11-13 Martin Rudalics <rudalics@gmx.at>
4650
4651 * help.texi (Help Summary, Apropos, Misc Help): Fix typos.
4652 (Help Echo): Avoid mentioning the term "region" here and
4653 consistently use the term "active text".
4654
37b11c22
GM
46552007-11-11 Glenn Morris <rgm@gnu.org>
4656
4657 * calendar.texi (Special Diary Entries): Fix Thanksgiving example.
4658
21d50ba1
JL
46592007-11-10 Paul Pogonyshev <pogonyshev@gmx.net>
4660
1c6c854e
CS
4661 * search.texi (Query Replace):
4662 Mention `query-replace-show-replacement'.
21d50ba1 4663
c12ecb0a 46642007-11-09 Nick Roberts <nickrob@snap.net.nz>
4fda797e
NR
4665
4666 * building.texi (Watch Expressions): Remove obscure sentence.
4667
3b4201f4
KH
46682007-11-06 Kenichi Handa <handa@ni.aist.go.jp>
4669
4670 * mule.texi (Select Input Method): Describe how to activate an input
4671 method in the text mode.
4672
07e5c0b0
DN
46732007-11-01 Dan Nicolaescu <dann@ics.uci.edu>
4674
4675 * cmdargs.texi (Misc Variables): Remove Sun windows info.
4676
52dd7391
NR
46772007-10-30 Nick Roberts <nickrob@snap.net.nz>
4678
4679 * building.texi (Watch Expressions): Describe gdb-delete-out-of-scope.
4680
c004e539
GM
46812007-10-30 Glenn Morris <rgm@gnu.org>
4682
4683 * misc.texi (Directory Tracking): Explain a bit more about
4684 dirtrack-mode.
4685
ca8c5b8c
GM
46862007-10-25 Glenn Morris <rgm@gnu.org>
4687
4688 * fortran-xtra.texi (Fortran): F90 mode handles F2003.
4689
b6c764ef
RS
46902007-10-24 Richard Stallman <rms@gnu.org>
4691
4692 * misc.texi (Interactive Shell): Cleanup last change.
4693
eabd84c9
JL
46942007-10-22 Juri Linkov <juri@jurta.org>
4695
4696 * mini.texi (Minibuffer History): Add text about a list of minibuffer
4697 default values.
4698
0b43c7e2
ER
46992007-10-20 Eric S. Raymond <esr@snark.thyrsus.com>
4700
ca8c5b8c 4701 * files.texi: Disambiguate two slightly different uses of the term
0b43c7e2
ER
4702 'filesets'.
4703
a80859d4
MR
47042007-10-18 Martin Rudalics <rudalics@gmx.at>
4705
4706 * trouble.texi (Quitting): Fix typo.
4707
c9447ae1
GM
47082007-10-18 Glenn Morris <rgm@gnu.org>
4709
4710 * frames.texi (Mode Line Mouse): Mention minor mode names.
4711
168b980f
JL
47122007-10-17 Juri Linkov <juri@jurta.org>
4713
4714 * text.texi (Fill Commands): Undocument fill-paragraph-or-region.
4715 fill-paragraph operates on the active region in Transient Mark mode.
4716 (Fill Prefix, Format Indentation): Replace fill-paragraph-or-region
4717 with fill-paragraph.
4718
4719 * basic.texi (Arguments): Replace fill-paragraph-or-region with
4720 fill-paragraph.
4721
4722 * fixit.texi (Spelling): ispell-word operates on the active region
4723 in Transient Mark mode.
4724
5a331f34
JB
47252007-10-17 Aaron S. Hawley <aaronh@garden.org>
4726
4727 * building.texi (Source Buffers):
4728 * custom.texi (Init Non-ASCII):
4729 * glossary.texi (Glossary): Use "key binding" consistently.
4730
2a9f4d55
JB
47312007-10-17 Juanma Barranquero <lekktu@gmail.com>
4732
4733 * calendar.texi (Diary): Fix directive.
4734
de13cecf
RS
47352007-10-16 Richard Stallman <rms@gnu.org>
4736
4737 * calendar.texi (Diary): Clarify text about diary file example.
4738
5f90d53e
ER
47392007-10-13 Eric S. Raymond <esr@snark.thyrsus.com>
4740
4741 * files.texi: Capitalize node names according to convention.
4742
3aa491bc
GM
47432007-10-13 Glenn Morris <rgm@gnu.org>
4744
4745 * misc.texi (Interactive Shell): Correct INSIDE_EMACS reference.
4746
8a3106d3
ER
47472007-10-11 Eric S. Raymond <esr@snark.thyrsus.com>
4748
4749 * emacs.texi:
4750 * files.texi (Version Systems): Minor fixes to version-control material
5a331f34 4751 suggested by RMS and Robert J. Chassell.
8a3106d3 4752
da1080a2
ER
47532007-10-10 Eric S. Raymond <esr@snark.thyrsus.com>
4754
3aa491bc 4755 * files.texi (Version Systems):
0870a421
ER
4756 * vc-xtra.texi:
4757 * vc1-xtra.texi:
ac3f4c6f 4758 * vc2-xtra.texi: Merge in changes for new VC with fileset-oriented
2a9f4d55 4759 operations. Change of terminology from `version' to `revision'.
a7fc5b78 4760 Revise text for adequate description of VCSes with monotonic IDs.
2a9f4d55 4761 * emacs.texi: Change of terminology from `version' to `revision'.
da1080a2 4762
58ade22b
ER
47632007-10-09 Eric S. Raymond <esr@snark.thyrsus.com>
4764
da1080a2 4765 * files.texi (Version Systems): Describe newer VCses.
58ade22b
ER
4766 Reorder the descriptions to be chronological.
4767
93870ce2
RS
47682007-10-09 Richard Stallman <rms@gnu.org>
4769
4770 * display.texi (Cursor Display): Correct how cursor appears
4771 in nonselected windows.
4772
568c7288
NR
47732007-10-04 Nick Roberts <nickrob@snap.net.nz>
4774
4775 * building.texi (GDB Graphical Interface): Remove references to gdba
4776 and mention gud-gdb.
4777
1af74d06 47782007-08-31 Eli Zaretskii <eliz@gnu.org>
17afb4cb 4779
1af74d06 4780 * rmail.texi (Rmail Sorting): Improve indexing.
17afb4cb 4781
0d8fb755
JL
47822007-10-06 Juri Linkov <juri@jurta.org>
4783
4784 * text.texi (Fill Commands): Document fill-paragraph-or-region.
4785 (Fill Prefix, Format Indentation): Replace fill-paragraph with
4786 fill-paragraph-or-region.
4787
4788 * basic.texi (Arguments): Replace fill-paragraph with
4789 fill-paragraph-or-region.
4790
b981e2c6
ER
47912007-10-06 Eric S. Raymond <esr@snark.thyrsus.com>
4792
4793 * files.texi: Update the section on version control for 2007
2a9f4d55 4794 conditions. None of these changes are new-VC-specific; that
b981e2c6
ER
4795 will come later.
4796
5fceaf9c
GM
47972007-09-15 Glenn Morris <rgm@gnu.org>
4798
4799 * calendar.texi (Holidays): Change all instances of `holiday-list' back
4800 to `list-holidays'.
4801
b0e44b17
GM
48022007-09-14 Glenn Morris <rgm@gnu.org>
4803
4804 * calendar.texi: Update all instances of mark-calendar-holidays,
4805 list-calendar-holidays, list-holidays with the new names.
4806
8cf51b2c
GM
48072007-09-06 Glenn Morris <rgm@gnu.org>
4808
46a367db 4809 Move manual sources from man/ to subdirectories of doc/.
8cf51b2c
GM
4810 Split into the Emacs manual in emacs/, and other manuals in misc/.
4811 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Reduce to just the Emacs
4812 manual.
4813 (infodir): New variable.
4814 (info): Use $infodir.
4815 (emacsman): Delete target, not needed any more.
4816 Move all targets that are not the Emacs manual to misc/Makefile.in.
4817 (mostlyclean): Remove `gnustmp'.
4818 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS): Reduce to just the Emacs
4819 manual.
92f9b43f 4820 (MULTI_INSTALL_INFO, ENVADD, infodir): Go up one more level.
8cf51b2c
GM
4821 (emacsman): Delete target, not needed any more.
4822 (clean): Remove all info files but Emacs manual.
4823 Move all targets that are not the Emacs manual to misc/Makefile.in.
4824 * emacs-xtra.texi, emacs.texi (setfilename): Go up one more level.
4825
4826 * Makefile.in (INFOSOURCES): Delete.
4827 (.SUFFIXES): Use $(TEXI2DVI) rather than texi2dvi.
4828 (mostlyclean): Add *.op, *.ops. Move *.aux *.cps *.fns *.kys *.pgs
4829 *.vrs *.toc here...
4830 (maintainer-clean): ...from here.
4831
48322007-09-05 Glenn Morris <rgm@gnu.org>
4833
4834 * custom.texi (Safe File Variables): Clarify `!' and risky variables.
4835
8cf51b2c
GM
48362007-08-29 Glenn Morris <rgm@gnu.org>
4837
4838 * emacs.texi (EMACSVER): Increase to 23.0.50.
4839
3420c522
RS
48402007-08-27 Richard Stallman <rms@gnu.org>
4841
4842 * emacs.texi (Top): Clarify menu item for Glossary.
4843
4844 * display.texi (Faces): Change secn title.
4845 Clarify not all fonts come from Font Lock.
4846
8cf51b2c
GM
48472007-08-17 Eli Zaretskii <eliz@gnu.org>
4848
4849 * basic.texi (Position Info): Add index entry for face at point.
4850 Mention that character faces are also displayed by "C-u C-x =".
4851
8cf51b2c
GM
48522007-08-08 Glenn Morris <rgm@gnu.org>
4853
4854 * glossary.texi (Glossary): Deprecate `iff'.
8cf51b2c
GM
4855
48562007-08-07 Chong Yidong <cyd@stupidchicken.com>
4857
4858 * files.texi (File Conveniences): Document point motion keys in Image
4859 mode.
4860
8cf51b2c
GM
48612007-07-27 Glenn Morris <rgm@gnu.org>
4862
8cf51b2c
GM
4863 * emacs.texi (Copying): Include license text from gpl.texi, rather than
4864 in-line.
4865
4866 * gpl.texi: New file with text of GPL.
4867 * Makefile.in (EMACSSOURCES): Add gpl.texi.
4868
48692007-07-26 Dan Nicolaescu <dann@ics.uci.edu>
4870
4871 * vc2-xtra.texi (Customizing VC): Add GIT and HG.
4872
4873 * dired.texi (Wdired): Mention C-x C-q key binding.
4874
48752007-07-28 Nick Roberts <nickrob@snap.net.nz>
4876
4877 * building.texi (GDB Graphical Interface): Qualify use of "M-x gdba".
4878
48792007-07-25 Glenn Morris <rgm@gnu.org>
4880
8cf51b2c
GM
4881 * emacs.texi (Copying): Replace license with GPLv3.
4882
4883 * Relicense all FSF files to GPLv3 or later.
4884
48852007-07-24 Glenn Morris <rgm@gnu.org>
4886
4887 * calendar.texi (Writing Calendar Files): cal-tex-diary etc only work
4888 for some calendars.
4889
48902007-07-23 Nick Roberts <nickrob@snap.net.nz>
4891
4892 * screen.texi (Mode Line): Describe new mode-line flag that shows if
4893 default-directory for the current buffer is on a remote machine.
4894
8cf51b2c
GM
48952007-07-21 Eli Zaretskii <eliz@gnu.org>
4896
4897 * vc2-xtra.texi (Customizing VC) <vc-handled-backends>: Update the
4898 default value.
4899
49002007-07-21 Richard Stallman <rms@gnu.org>
4901
4902 * files.texi (Why Version Control?): Improve previous change.
4903
49042007-07-18 Eric S. Raymond <esr@snark.thyrsus.com>
4905
4906 * files.texi (Why Version Control?): New node.
4907
8cf51b2c
GM
49082007-07-12 Nick Roberts <nickrob@snap.net.nz>
4909
8cf51b2c
GM
4910 * building.texi (Starting GUD): Add xref to this anchor.
4911
8cf51b2c
GM
49122007-06-24 Karl Berry <karl@gnu.org>
4913
2a9f4d55 4914 * emacs.texi: New Back-Cover Text.
8cf51b2c 4915
8cf51b2c
GM
49162007-06-07 Alan Mackenzie <acm@muc.de>
4917
4918 * display.texi (Optional Mode Line): Document the new form of
4919 line+column numbers, "(561,2)".
4920
49212007-06-06 Juanma Barranquero <lekktu@gmail.com>
4922
49823426 4923 * maintaining.texi (Create Tags Table): Fix typos.
8cf51b2c
GM
4924
49252007-06-02 Chong Yidong <cyd@stupidchicken.com>
4926
4927 * Version 22.1 released.
4928
8cf51b2c
GM
49292007-05-07 Karl Berry <karl@gnu.org>
4930
4931 * emacs.texi (EMACSVER): Back to 22.
4932
49332007-05-06 Richard Stallman <rms@gnu.org>
4934
4935 * maintaining.texi (Create Tags Table): Clean up previous change.
4936
c8763fb6 49372007-05-05 Francesco Potortì <pot@gnu.org>
8cf51b2c
GM
4938
4939 * maintaining.texi (Create Tags Table): Add text about the dangers of
4940 making symbolic links to tags files.
4941
49422007-05-04 Karl Berry <karl@gnu.org>
4943
4944 * emacs.texi (EMACSVER) [smallbook]: 22.1 for printed version, not 22.
4945
49462007-05-03 Karl Berry <karl@gnu.org>
4947
4948 * emacs.texi (EMACSVER) [smallbook]: 22 for printed version.
4949
4950 * .cvsignore (*.pdf): New entry.
4951
8cf51b2c
GM
4952 * emacs.texi (\urlcolor, \linkcolor) [smallbook]: \let to \Black
4953 for printing.
4954
49552007-05-01 Richard Stallman <rms@gnu.org>
4956
4957 * cmdargs.texi (Initial Options): Under --batch, mention --eval.
4958
8cf51b2c
GM
49592007-04-28 Glenn Morris <rgm@gnu.org>
4960
4961 * ack.texi (Acknowledgments):
4962 * anti.texi (Antinews):
8cf51b2c
GM
4963 * programs.texi (Program Modes): Restore mention of python.el pending
4964 consideration of legal status.
4965
49662007-04-28 Richard Stallman <rms@gnu.org>
4967
4968 * files.texi (File Names): Fixes to ~ description on MS systems.
4969
8cf51b2c
GM
49702007-04-26 Glenn Morris <rgm@gnu.org>
4971
4972 * emacs.texi (EMACSVER): Increase to 22.1.50.
4973
49742007-04-25 Karl Berry <karl@gnu.org>
4975
4976 * emacs.texi: Improve line breaks on copyright page,
4977 similar layout to lispref, 8.5x11 by default.
4978
4979 * dired.texi (Image-Dired): Improve line break, fix typo.
4980
49812007-04-24 Chong Yidong <cyd@stupidchicken.com>
4982
4983 * programs.texi (Program Modes):
8cf51b2c
GM
4984 * anti.texi (Antinews):
4985 * ack.texi (Acknowledgments): python.el removed.
4986
8cf51b2c
GM
49872007-04-23 Chong Yidong <cyd@stupidchicken.com>
4988
4989 * display.texi (Highlight Interactively): Correct description of
4990 hi-lock-file-patterns-policy.
4991
4992 * files.texi (File Archives): Mention self-extracting executables.
4993
49942007-04-23 Eli Zaretskii <eliz@gnu.org>
4995
4996 * search.texi (Unconditional Replace, Query Replace): Add xref to
4997 "Replacement and Case".
4998
49992007-04-22 Chong Yidong <cyd@stupidchicken.com>
5000
5001 * dired.texi (Image-Dired): Move from Thumbnails node.
5002 * misc.texi (Thumbnails): Node deleted.
5003 * emacs.texi (Top): Update node listing.
5004
5005 * files.texi (File Conveniences):
49823426 5006 * ack.texi (Acknowledgments): Rename "tumme" to "image-dired".
8cf51b2c
GM
5007
50082007-04-21 Richard Stallman <rms@gnu.org>
5009
5010 * display.texi (Highlight Interactively): Correct previous change.
5011 Clarify doc of hi-lock-find-patterns, and move new features into it.
5012
50132007-04-20 David Koppelman <koppel@ece.lsu.edu>
5014
1c6c854e
CS
5015 * display.texi (Highlight Interactively):
5016 Document hi-lock-file-patterns-policy.
8cf51b2c
GM
5017
50182007-04-20 Martin Rudalics <rudalics@gmx.at>
5019
5020 * display.texi (Scrolling): Fix typo.
5021
8cf51b2c
GM
50222007-04-15 Chong Yidong <cyd@stupidchicken.com>
5023
8cf51b2c
GM
5024 * doclicense.texi: Remove node heading, so that it can be included by
5025 other files.
5026
5027 * emacs.texi: Insert node heading for GFDL.
5028
8cf51b2c
GM
50292007-04-14 Eli Zaretskii <eliz@gnu.org>
5030
5031 * cmdargs.texi (Colors): Qualify "color of window" index entry by
5032 "command line".
5033
5034 * display.texi (Faces): Refer to "Creating Frames" for face
5035 and other frame customizations in .emacs.
5036
5037 * frames.texi (Creating Frames): Mention that face customizations can
5038 be put in .emacs. Add index entries.
5039
50402007-04-12 Richard Stallman <rms@gnu.org>
5041
5042 * glossary.texi (Glossary): Explain `iff'.
5043
50442007-04-11 Karl Berry <karl@gnu.org>
5045
5046 * gnu.texi (Top),
5047 * macos.texi (Mac Font Specs),
5048 * anti.texi (Antinews),
5049 * xresources.texi (Resources),
5050 * misc.texi (Emulation),
5051 * calendar.texi (Daylight Saving),
5052 * dired.texi (Dired and Find),
5053 * rmail.texi (Remote Mailboxes),
5054 * sending.texi (Mail Headers),
5055 * programs.texi (Which Function),
5056 * files.texi (Recover),
5057 * buffers.texi (Uniquify),
5058 * frames.texi (Wheeled Mice),
5059 * killing.texi (Rectangles): Wording to improve breaks in
5060 8.5x11 format.
5061 * mule.texi (Language Environments): \hbadness=10000 since there's
5062 no way to reword.
5063 * emacs.texi (smallbook): New @set to more easily switch between
5064 smallbook and 8.5x11.
5065
50662007-04-11 Richard Stallman <rms@gnu.org>
5067
5068 * files.texi (File Conveniences): Add xref to Tumme.
5069 Delete text about Thumbnail mode.
5070
8cf51b2c
GM
50712007-04-09 Alan Mackenzie <acm@muc.de>
5072
5073 * cmdargs.texi (Initial Options): Call "inhibit-splash-screen" by its
5074 new name. Insert concept index entries.
5075
8cf51b2c
GM
50762007-04-08 Chong Yidong <cyd@stupidchicken.com>
5077
5078 * display.texi (Standard Faces): Document prefix arg for
5079 list-faces-display.
5080
5081 * rmail.texi (Rmail Scrolling): Document rmail-end-of-message.
5082
8cf51b2c
GM
50832007-04-07 Chong Yidong <cyd@stupidchicken.com>
5084
8cf51b2c
GM
5085 * killing.texi (Deletion): Rewrite description of M-\ prefix argument.
5086
5087 * files.texi (Misc File Ops): Rewrite description of
5088 insert-file-literally.
5089
8cf51b2c
GM
50902007-03-31 Eli Zaretskii <eliz@gnu.org>
5091
5092 * misc.texi (Printing): Postscript -> PostScript.
5093
8cf51b2c
GM
5094 * ack.texi (Acknowledgments): Postscript -> PostScript.
5095
5096 * custom.texi (Init File, Init Non-ASCII): Fix last change.
5097
5098 * emacs.texi (Top): Fix the menu due to the change in custom.texi
5099 below.
5100
51012007-03-30 Chong Yidong <cyd@stupidchicken.com>
5102
5103 * custom.texi (Non-ASCII Rebinding): Node deleted. Material moved to
5104 Init Non-ASCII.
5105 (Init Rebinding, Init Syntax): Link to Init Non-ASCII instead.
5106 (Init Non-ASCII): New node.
5107
51082007-03-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5109
5110 * macos.texi (Mac Font Specs): Mention AppleAntiAliasingThreshold.
5111
8cf51b2c
GM
51122007-03-12 Glenn Morris <rgm@gnu.org>
5113
8cf51b2c
GM
5114 * calendar.texi, emacs.texi (Daylight Saving): Rename node from
5115 "Daylight Savings".
5116
49823426 5117 * calendar.texi: Replace "daylight savings" with "daylight
8cf51b2c
GM
5118 saving" in text throughout.
5119
8cf51b2c
GM
51202007-03-04 Richard Stallman <rms@gnu.org>
5121
5122 * custom.texi (Safe File Variables): Minor correction.
5123
8cf51b2c
GM
51242007-02-28 Thien-Thi Nguyen <ttn@gnu.org>
5125
5126 * rmail.texi (Movemail): Add internal ref.
5127 Don't indent the intro for the PROTO table.
5128 Format PROTO table items with @code.
5129
8cf51b2c
GM
51302007-02-26 Nick Roberts <nickrob@snap.net.nz>
5131
5132 * building.texi: Remove references to bashdb.
5133
8cf51b2c
GM
51342007-02-19 Juanma Barranquero <lekktu@gmail.com>
5135
5136 * mule.texi (Language Environments): Update list of supported language
5137 environments.
5138
8cf51b2c
GM
51392007-02-14 Kim F. Storm <storm@cua.dk>
5140
5141 * building.texi (Grep Searching): Fix lgrep doc.
5142
51432007-02-12 Chong Yidong <cyd@stupidchicken.com>
5144
5145 * back.texi: Remove unused file.
5146
c8763fb6 51472007-02-05 Francesco Potortì <pot@gnu.org>
8cf51b2c
GM
5148
5149 * maintaining.texi (Tag Syntax): Now --members is the default for
5150 etags, not for ctags yet.
5151
8cf51b2c
GM
51522007-02-03 Eli Zaretskii <eliz@gnu.org>
5153
5154 * emacs.texi (Top): Update the top-level menus. Make the detailed menu
5155 headers compliant with Texinfo guidelines and with what texnfo-upd.el
5156 expects. Add comments to prevent people from inadvertently modifying
5157 the key parts needed by `texinfo-multiple-files-update'.
5158
51592007-01-29 Chong Yidong <cyd@stupidchicken.com>
5160
5161 * frames.texi (Secondary Selection): Window clicked does not matter
5162 when mouse-yank-at-point is non-nil.
5163
8cf51b2c
GM
51642007-01-16 Glenn Morris <rgm@gnu.org>
5165
5166 * abbrevs.texi (Editing Abbrevs): Describe how to disable a
5167 system abbrev.
5168
51692007-01-11 Richard Stallman <rms@gnu.org>
5170
5171 * msdog.texi (Windows Keyboard): Another small cleanup.
5172
51732007-01-10 Richard Stallman <rms@gnu.org>
5174
5175 * msdog.texi (Windows Keyboard): Yet another try to make
5176 everyone happy with that passage.
5177
51782007-01-05 Richard Stallman <rms@gnu.org>
5179
5180 * anti.texi (Antinews): Mention M-x shell scrolling.
5181
51822007-01-05 Nick Roberts <nickrob@snap.net.nz>
5183
5184 * building.texi (Watch Expressions): Describe gdb-max-children.
5185
8cf51b2c
GM
51862007-01-04 Richard Stallman <rms@gnu.org>
5187
8cf51b2c
GM
5188 * msdog.texi (Windows Keyboard): Clarify previous change.
5189
8cf51b2c
GM
51902007-01-02 Richard Stallman <rms@gnu.org>
5191
5192 * custom.texi (Changing a Variable): Minor clarification.
5193 (Specific Customization): customize-customized => customize-unsaved.
5194
5195 * entering.texi (Entering Emacs): Clean up text about restarting
5196 Emacs for each file.
5197
5198 * misc.texi (Shell Options): Minor cleanup.
5199
5200 * msdog.texi (Windows Keyboard): Explain that Windows was incompatible
5201 with Emacs, not vice versa.
5202
5203 * programs.texi (Symbol Completion): Recommend customizing
5204 window manager.
5205
5206 * xresources.texi (Resources): Minor fix.
5207
c8763fb6 52082007-01-01 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
5209
5210 * xresources.texi (Table of Resources): Add scrollBarWidth resource.
5211
52122007-01-01 Richard Stallman <rms@gnu.org>
5213
5214 * commands.texi (User Input): Document keys stolen by window mangers.
5215
52162006-12-31 Richard Stallman <rms@gnu.org>
5217
5218 * custom.texi (Specific Customization): Document customize-option
5219 instead of customize-variable.
5220
52212006-12-31 Kim F. Storm <storm@cua.dk>
5222
5223 * major.texi (Choosing Modes): Document auto-mode-case-fold.
5224
52252006-12-30 Kim F. Storm <storm@cua.dk>
5226
5227 * killing.texi (CUA Bindings): Fix typo.
5228
5229 * xresources.texi (Table of Resources): Mention grow-only value for
5230 auto-resize-tool-bars.
5231
8cf51b2c
GM
52322006-12-27 Eli Zaretskii <eliz@gnu.org>
5233
5234 * msdog.texi (Windows Keyboard): Mention widespread Windows bindings,
5235 and how to get them back.
5236
52372006-12-26 Richard Stallman <rms@gnu.org>
5238
5239 * calendar.texi (Holidays): Holiday listing is based on current
5240 practice, but DST is not.
5241
52422006-12-25 Richard Stallman <rms@gnu.org>
5243
5244 * emacs.texi (Top): Update subnode menus.
5245
5246 * mark.texi (Transient Mark): Fix xref.
5247
5248 * killing.texi (Graphical Kill): Node deleted.
5249 (Killing): Add xref to Cut and Paste.
5250 (CUA Bindings): Update xref.
5251
5252 * frames.texi (Cut and Paste): New section to hold other nodes.
5253 (Mouse Commands): Node demoted.
5254 (Cut/Paste Other App): Split out from Mouse Commands.
5255 (Word and Line Mouse): Likewise.
5256 (Secondary Selection, Clipboard): Nodes demoted.
5257
8cf51b2c
GM
52582006-12-24 Kevin Ryde <user42@zip.com.au>
5259
5260 * calendar.texi (Holidays): US daylight saving begins second Sunday
5261 in March for 2007 onwards.
5262 (Daylight Savings): Show new US default daylight saving rules, 2nd
5263 Sun in Mar to 1st Sun in Nov, now in cal-dst.el.
5264
52652006-12-23 Chong Yidong <cyd@stupidchicken.com>
5266
5267 * calendar.texi (Scroll Calendar): < and > are switched.
5268
52692006-12-23 Kevin Rodgers <ihs_4664@yahoo.com>
5270
5271 * killing.texi (Deletion): Describe M-\ prefix argument.
5272
52732006-12-23 Richard Stallman <rms@gnu.org>
5274
5275 * search.texi (Regexp Search): Explain why forward and reverse regexp
5276 search are not mirror images.
5277
8cf51b2c
GM
52782006-12-19 Kim F. Storm <storm@cua.dk>
5279
5280 * major.texi (Choosing Modes): Describe match-function elements for
5281 magic-mode-alist.
5282
8cf51b2c
GM
52832006-12-18 Eli Zaretskii <eliz@gnu.org>
5284
5285 * msdog.texi (Windows Keyboard): Add a footnote about "Windows" keys
5286 peculiarities.
5287
52882006-12-18 Richard Stallman <rms@gnu.org>
5289
5290 * abbrevs.texi (Editing Abbrevs): Fix previous change.
5291
8cf51b2c
GM
52922006-12-17 Alan Mackenzie <acm@muc.de>
5293
5294 * programs.texi (Left Margin Paren): Remove the bit which says
5295 that CC Mode sets open-paren-in-column-0-is-defun-start to nil.
5296 Discuss some of the issues of setting this option to nil.
5297
52982006-12-17 Glenn Morris <rgm@gnu.org>
5299
5300 * abbrevs.texi (Editing Abbrevs): Mention system abbrevs.
5301
53022006-12-16 Eli Zaretskii <eliz@gnu.org>
5303
5304 * msdog.texi (Windows Keyboard): Clarify `w32-recognize-altgr' effect.
5305 (Windows Files): `w32-get-true-file-attributes' is only relevant for
5306 NTFS volumes.
5307 (ls in Lisp): `links' in `ls-lisp-verbosity' is only relevant to NTFS
5308 volumes.
5309
53102006-12-15 Eli Zaretskii <eliz@gnu.org>
5311
5312 * text.texi (HTML Mode): Fix "C-c TAB".
5313
8cf51b2c
GM
53142006-12-09 Richard Stallman <rms@gnu.org>
5315
5316 * misc.texi (Invoking emacsclient): Simplify TCP file text.
5317
53182006-12-08 Kevin Rodgers <ihs_4664@yahoo.com>
5319
5320 * files.texi (Misc File Ops): Document insert-file-literally.
5321
53222006-12-08 Eli Zaretskii <eliz@gnu.org>
5323
5324 * cmdargs.texi (Colors): Note that --color is intended for overriding
5325 the terminal defaults, not for normal invocation.
5326
5327 * misc.texi (Emacs Server): Improve wording. Don't mention the
5328 ``server program''. Add a cross-reference to "Init File" node.
5329 (Invoking emacsclient): Add index entries. Document both short and
5330 long versions of command-line options. Document the -f option.
5331
8cf51b2c
GM
53322006-12-06 Richard Stallman <rms@gnu.org>
5333
5334 * text.texi (Outline Format): Say to set outline-regexp
5335 and outline-level with major modes and file local variables.
5336
c8763fb6 53372006-12-05 Michaël Cadilhac <michael.cadilhac@lrde.org>
8cf51b2c
GM
5338
5339 * anti.texi (Antinews): Mention the alternative to
5340 `~/.emacs_SHELLNAME', which is `~/.emacs.d/init_SHELLNAME.sh'.
5341
8cf51b2c
GM
5342 * misc.texi (Interactive Shell): Ditto.
5343
53442006-12-04 Eli Zaretskii <eliz@gnu.org>
5345
5346 * emacs.texi (Acknowledgments): Fix Arne J@o{}rgensen's name.
5347
5348 * ack.texi (Acknowledgments): Fix Arne J@o{}rgensen's name.
5349
53502006-12-01 Eli Zaretskii <eliz@gnu.org>
5351
5352 * mule.texi (Enabling Multibyte): Rephrase the confusing reference to a
5353 colon in the mode line.
5354
5355 * msdog.texi (Windows Processes) [@ifnottex]: Mention w32-shell-execute.
5356
53572006-11-26 Nick Roberts <nickrob@snap.net.nz>
5358
5359 * building.texi (Watch Expressions): Mention SPC for expanding/
5360 contracting watch expressions.
5361
53622006-11-26 Kim F. Storm <storm@cua.dk>
5363
5364 * kmacro.texi (Basic Keyboard Macro): Mention F3/F4 more.
5365
53662006-11-26 Nick Roberts <nickrob@snap.net.nz>
5367
5368 * building.texi (Debugger Operation): Define text command mode.
5369 Clarify how tooltips work.
5370 (GDB Graphical Interface): Explain how to run in text command mode
5371 more clearly.
5372
53732006-11-25 Juanma Barranquero <lekktu@gmail.com>
5374
5375 * mule.texi (Defining Fontsets): Fix use of `charset' and `font'.
5376
53772006-11-22 Juanma Barranquero <lekktu@gmail.com>
5378
5379 * anti.texi (Antinews): Mention --server-file and TCP sockets.
5380
8cf51b2c
GM
53812006-11-18 Chong Yidong <cyd@stupidchicken.com>
5382
5383 * misc.texi (Interactive Shell): INSIDE_EMACS is set to t,
5384 and EMACS is deprecated.
5385
53862006-11-18 Juanma Barranquero <lekktu@gmail.com>
5387
5388 * makefile.w32-in (emacs.dvi): Remove xresmini.texi.
5389
c8763fb6 53902006-11-18 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
5391
5392 * Makefile.in (emacs.dvi): Remove xresmini.texi.
5393
5394 * emacs.texi: Include xresources.texi both for info and dvi.
5395
5396 * xresources.texi: Merge text from xresmini.texi.
5397
c8763fb6 53982006-11-12 Roberto Rodríguez <lanubeblanca@googlemail.com> (tiny change)
8cf51b2c
GM
5399
5400 * glossary.texi: Fix typos.
5401
8cf51b2c
GM
54022006-11-06 Richard Stallman <rms@gnu.org>
5403
5404 * emacs.texi (Acknowledgments): Fix name spelling, add Anna Bigatti.
5405
5406 * ack.texi (Acknowledgments): Fix name spelling.
5407
54082006-11-01 Juri Linkov <juri@jurta.org>
5409
5410 * search.texi (Word Search): Document incremental word search.
5411
54122006-10-28 Glenn Morris <rgm@gnu.org>
5413
5414 * ack.texi (Acknowledgments): Add cal-html author.
5415
5416 * calendar.texi (Writing Calendar Files): Rename section (was "LaTeX
5417 Calendar"). Describe new package cal-html.
5418 * emacs.texi (Top): Rename old node "LaTeX Calendar" to "Writing
5419 Calendar Files."
5420
8cf51b2c
GM
54212006-10-23 Richard Stallman <rms@gnu.org>
5422
5423 * abbrevs.texi (Expanding Abbrevs): Expansion happens only when
5424 Abbrev mode is enabled.
5425
8cf51b2c
GM
54262006-10-16 Richard Stallman <rms@gnu.org>
5427
8cf51b2c
GM
5428 * emacs.texi: Update ISBN.
5429
8cf51b2c
GM
54302006-10-11 Kim F. Storm <storm@cua.dk>
5431
5432 * emacs.texi (Acknowledgments): Use @dotless{i}.
5433
54342006-10-08 Nick Roberts <nickrob@snap.net.nz>
5435
5436 * building.texi (Breakpoints Buffer): Mention catchpoints.
5437
54382006-10-08 Kim F. Storm <storm@cua.dk>
5439
5440 * ack.texi (Acknowledgments): Update.
5441
5442 * emacs.texi (Acknowledgments): Fix bad @/ form.
5443
8cf51b2c
GM
54442006-10-05 Kim F. Storm <storm@cua.dk>
5445
5446 * emacs.texi (Acknowledgments): Add more contributors.
5447
54482006-10-03 Richard Stallman <rms@gnu.org>
5449
5450 * emacs.texi (Acknowledgments): Update version and edition.
5451
8cf51b2c
GM
54522006-10-01 Karl Berry <karl@gnu.org>
5453
5454 * custom.texi (Customization Groups): Page break to keep example buffer
5455 on one page.
5456
54572006-09-30 Karl Berry <karl@gnu.org>
5458
5459 * programs.texi (Basic Indent): @need to improve page break.
5460 * text.texi: Rewording to improve page breaks, and use @LaTeX{}.
5461
54622006-09-29 Glenn Morris <rgm@gnu.org>
5463
5464 * calendar.texi (Date Formats): Doc fix for european-calendar-style.
5465
54662006-09-29 Karl Berry <karl@gnu.org>
5467
5468 * windows.texi (Basic Window): Remove forced @break, no longer
5469 desirable.
5470 * frames.texi (Frame Commands),
5471 * mark.texi (Marking Objects): Reword to avoid bad page break.
5472 * display.texi (Auto Scrolling): Use @tie{} to avoid bad line break.
5473
54742006-09-19 Richard Stallman <rms@gnu.org>
5475
5476 * frames.texi (Dialog Boxes): Clean up wording: avoid passive,
5477 stick to present tense.
5478
c8763fb6 54792006-09-18 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
5480
5481 * frames.texi (Dialog Boxes): Rename x-use-old-gtk-file-dialog
5482 to x-gtk-use-old-file-dialog.
5483 (Dialog Boxes): Document x-gtk-file-dialog-help-text.
5484
54852006-09-15 Jay Belanger <belanger@truman.edu>
5486
49823426 5487 * emacs.texi (GNU GENERAL PUBLIC LICENSE):
8cf51b2c
GM
5488 Change "Library Public License" to "Lesser Public License"
5489 throughout. Use "yyyy" to represent year.
5490
8cf51b2c
GM
54912006-09-12 Reiner Steib <Reiner.Steib@gmx.de>
5492
5493 * files.texi (Visiting): Add index entry "open file".
5494
8cf51b2c
GM
54952006-09-11 Richard Stallman <rms@gnu.org>
5496
5497 * building.texi (Compilation Mode): Clarification.
5498 (Grep Searching): Add xref to Compilation Mode.
5499
8cf51b2c
GM
55002006-09-08 Richard Stallman <rms@gnu.org>
5501
5502 * search.texi (Search): Ref multi-file search commands here.
5503 (Other Repeating Search): Not here.
5504
8cf51b2c
GM
55052006-08-28 Richard Stallman <rms@gnu.org>
5506
5507 * windows.texi (Split Window): Update xref.
5508
5509 * basic.texi (Continuation Lines): Update xref.
5510
5511 * indent.texi (Tab Stops): Update xref.
5512
5513 * emacs.texi (Top): Update subnode menu.
5514
5515 * display.texi (Line Truncation, Displaying Boundaries): New nodes,
5516 split out of Display Custom.
5517
55182006-08-25 Kim F. Storm <storm@cua.dk>
5519
5520 * display.texi (Display Custom): Add variables overline-margin
5521 and x-underline-at-descent-line.
5522
55232006-08-25 Richard Stallman <rms@gnu.org>
5524
5525 * entering.texi (Exiting): Rewrite to give graphical displays
5526 priority over text terminals.
5527
5528 * search.texi (Incremental Search): Move index entries.
5529
55302006-08-23 Chong Yidong <cyd@stupidchicken.com>
5531
5532 * custom.texi (Init File): Reference Find Init to avoid "home
5533 directory" confusion.
5534
55352006-08-22 Nick Roberts <nickrob@snap.net.nz>
5536
5537 * building.texi (Other GDB-UI Buffers): Describe how to edit
5538 a value in the locals buffer.
5539
55402006-08-21 Richard Stallman <rms@gnu.org>
5541
5542 * search.texi (Basic Isearch): Add `isearch' index entry.
5543
55442006-08-16 Richard Stallman <rms@gnu.org>
5545
5546 * misc.texi (Saving Emacs Sessions): Clean up wording.
5547
5548 * mark.texi (Marking Objects): Mention term "select all".
5549
5550 * emacs.texi (Top): Update subnode menu.
5551
5552 * help.texi (Help Mode): Move node up in file.
5553
8cf51b2c
GM
55542006-08-15 Nick Roberts <nickrob@snap.net.nz>
5555
5556 * building.texi (Stack Buffer): Explain fringe arrow.
5557
8cf51b2c
GM
55582006-08-12 Eli Zaretskii <eliz@gnu.org>
5559
8cf51b2c
GM
5560 * misc.texi (Saving Emacs Sessions): Clarify when desktop is restored
5561 on startup.
5562
55632006-08-11 Romain Francoise <romain@orebokech.com>
5564
5565 * ack.texi (Acknowledgments): Delete mention to zone-mode.el.
5566
55672006-08-10 Sven Joachim <svenjoac@gmx.de> (tiny change)
5568
5569 * mule.texi (Recognize Coding, Text Coding): Fix typos.
5570
55712006-08-10 Richard Stallman <rms@gnu.org>
5572
5573 * text.texi (Format Faces): Substantial rewrites to deal
1c6c854e
CS
5574 with face merging. Empty regions don't count.
5575 Clarify face property inheritance.
8cf51b2c
GM
5576
55772006-08-08 Romain Francoise <romain@orebokech.com>
5578
5579 * dired.texi (Marks vs Flags): Fix typo reported by Ari Roponen
5580 <arjuropo@cc.jyu.fi>.
5581
8cf51b2c
GM
55822006-08-04 Eli Zaretskii <eliz@gnu.org>
5583
5584 * cmdargs.texi (Window Size X) <--geometry>: Only width and height
5585 apply to all frames.
5586
8cf51b2c
GM
55872006-08-01 Richard Stallman <rms@gnu.org>
5588
5589 * help.texi (Name Help): Add index entries for describe-variable.
5590
55912006-08-01 Nick Roberts <nickrob@snap.net.nz>
5592
5593 * building.texi (GDB Graphical Interface): Shorten node names.
5594 (GDB-UI Layout): Use GDB-related.
5595 (Other GDB-UI Buffers): Simplify English.
5596
55972006-07-31 Richard Stallman <rms@gnu.org>
5598
5599 * search.texi (Query Replace): Add xref for Dired's Q command.
5600
8cf51b2c
GM
56012006-07-31 Nick Roberts <nickrob@snap.net.nz>
5602
5603 * building.texi (GDB commands in Fringe): Rename to...
5604 (Source Buffers): ..this and move forward. Describe hollow arrow and
5605 new option gdb-find-source-frame.
5606
56072006-07-29 Richard Stallman <rms@gnu.org>
5608
5609 * dired.texi (Operating on Files): Simplify previous change
5610 and fix Texinfo usage.
5611
56122006-07-29 Eli Zaretskii <eliz@gnu.org>
5613
5614 * dired.texi (Operating on Files): Add cross-references. State the
5615 Unix commands that do similar things.
5616
56172006-07-28 Richard Stallman <rms@gnu.org>
5618
5619 * mark.texi (Transient Mark): Clarify that region never disappears
5620 when Transient Mark mode is off, and not when it is on.
5621
56222006-07-27 Richard Stallman <rms@gnu.org>
5623
5624 * search.texi (Non-ASCII Isearch): Clarify. Mention C-q.
5625
56262006-07-24 Richard Stallman <rms@gnu.org>
5627
5628 * xresources.texi (GTK styles): Fix texinfo usage.
5629
8cf51b2c
GM
5630 * commands.texi (User Input): Explain why we teach keyboard cmds.
5631
5632 * xresources.texi, xresmini.texi, search.texi, programs.texi:
5633 * misc.texi, kmacro.texi, killing.texi, glossary.texi:
5634 * fortran-xtra.texi, files.texi, emacs.texi, emacs-xtra.texi:
5635 * doclicense.texi, display.texi, dired.texi, basic.texi:
5636 * anti.texi, ack.texi: Move periods and commas inside quotes.
5637
56382006-07-22 Eli Zaretskii <eliz@gnu.org>
5639
5640 * cmdargs.texi (General Variables): Document EMAIL.
5641
56422006-07-21 Eli Zaretskii <eliz@gnu.org>
5643
5644 * frames.texi (Frame Commands): Mention that focus-follows-mouse
5645 doesn't have effect on MS-Windows.
5646
8cf51b2c
GM
56472006-07-17 Richard Stallman <rms@gnu.org>
5648
5649 * building.texi (Grep Searching): Explain about chaining grep commands.
5650
8cf51b2c
GM
56512006-07-10 Nick Roberts <nickrob@snap.net.nz>
5652
49823426 5653 * killing.texi, mini.texi: Fix typos.
8cf51b2c
GM
5654
56552006-07-09 Chong Yidong <cyd@stupidchicken.com>
5656
5657 * misc.texi (Invoking emacsclient): Document behavior when emacsclient
5658 is invoked for multiple files.
5659
56602006-07-08 Eli Zaretskii <eliz@gnu.org>
5661
5662 * msdog.texi (Windows Keyboard) [@iftex]: Add an @inforef to the
5663 on-line manual for the rest of this node.
5664 (Windows Mouse) <w32-pass-extra-mouse-buttons-to-system>: Include
5665 unconditionally.
5666 (Windows Processes) <w32-quote-process-args>: Include unconditionally.
5667 Improve wording.
5668 (Windows Printing): Improve wording.
5669 (Windows Misc) [@iftex]: Add an @inforef to the on-line manual for the
5670 rest of this node.
5671
8cf51b2c
GM
56722006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
5673
49823426
GM
5674 * building.texi (Lisp Eval): Throughout, replace eval-current-buffer
5675 with eval-buffer.
8cf51b2c
GM
5676
56772006-07-05 Nick Roberts <nickrob@snap.net.nz>
5678
5679 * mule.texi (Coding Systems, Specify Coding): Link descriptions
5680 of character translation.
5681
56822006-07-04 Nick Roberts <nickrob@snap.net.nz>
5683
5684 * rmail.texi (Remote Mailboxes): Add missing @code keyword.
5685
56862006-07-03 Karl Berry <karl@gnu.org>
5687
5688 * emacs.texi (\hbadness): Set to 6000 so we aren't bothered by
5689 not-too-underfull hboxes in the TeX output.
5690 * abbrevs.texi, buffers.texi, building.texi, calendar.texi,
5691 * cmdargs.texi, custom.texi, dired.texi, macos.texi,
5692 * maintaining.texi, misc.texi, mule.texi, programs.texi, rmail.texi,
5693 * sending.texi, text.texi: Fix overfull/underfull boxes.
5694
56952006-07-03 Romain Francoise <romain@orebokech.com>
5696
5697 * m-x.texi (M-x): Fix.
5698
56992006-07-03 Richard Stallman <rms@gnu.org>
5700
8cf51b2c
GM
5701 * search.texi (Other Repeating Search): filename -> file name.
5702
5703 * misc.texi (Narrowing): Minor cleanups.
5704
5705 * files.texi (Visiting): filename -> file name.
5706
5707 * emacs.texi (Top): Update subnode menus.
5708
5709 * mule.texi (Coding Systems): Move char translation stuff here.
5710 (Specify Coding, Output Coding): New nodes, out of Recognize Coding.
5711 (Recognize Coding): Substantial local rewrites.
5712 (International): Update menu.
5713
5714 * display.texi (Auto Scrolling): New node, broken out of Scrolling.
5715 (Scrolling): Substantial local rewrites.
5716 (Display): Update menu and intro.
5717
5718 * dired.texi: filename -> file name.
5719
5720 * custom.texi (Safe File Variables): Texinfo usage fix.
5721
f0131492 57222006-07-03 Teodor Zlatanov <tzz@lifelogs.com>
8cf51b2c
GM
5723
5724 * help.texi, m-x.texi: Lots of cleanups.
5725
8cf51b2c
GM
57262006-06-30 Eli Zaretskii <eliz@gnu.org>
5727
5728 * msdog.texi (ls in Lisp, Windows Keyboard, Windows Mouse)
5729 (Windows Processes, Windows Misc): Shorten the printed version by
5730 selectively conditioning less important portions by @ifnottex.
5731
8cf51b2c
GM
57322006-06-27 Richard Stallman <rms@gnu.org>
5733
5734 * mini.texi (Minibuffer File): Minor cleanup.
5735
57362006-06-25 Nick Roberts <nickrob@snap.net.nz>
5737
5738 * frames.texi (XTerm Mouse): Rename to...
5739 (Text-Only Mouse): ...this. Mention t-mouse-mode.
5740
5741 * emacs.texi (Top): Use new node name.
5742
57432006-06-24 Eli Zaretskii <eliz@gnu.org>
5744
5745 * emacs.texi (Top): Update the detailed menu according to changes in
5746 msdog.texi.
5747
5748 * msdog.texi (Windows Keyboard): New section.
5749 (Windows Mouse): New section.
5750 (Windows System Menu): Remove section (text merged with "Windows
5751 Keyboard").
5752 (Windows Misc): New section.
5753
5754 * dired.texi (Dired Enter): Refer to msdog.texi for ls-lisp emulation.
5755
5756 * msdog.texi (ls in Lisp): New section.
5757
5758 * files.texi (Visiting): Document case-insensitive wildcard matching
5759 under find-file-wildcards.
5760
8cf51b2c
GM
57612006-06-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5762
5763 * macos.texi (Mac Input): Add description of mac-function-modifier.
5764 Now Unicode keyboard layouts work.
5765
8cf51b2c
GM
57662006-06-10 Richard Stallman <rms@gnu.org>
5767
5768 * mule.texi (Recognize Coding): Clarify previous change.
5769
57702006-06-09 Kenichi Handa <handa@m17n.org>
5771
5772 * mule.texi (Recognize Coding): Describe the convention of "CODING!"
5773 notation.
5774
57752006-06-07 Kevin Ryde <user42@zip.com.au>
5776
5777 * mule.texi (Coding Systems): Footnote xref "MS-DOS and MULE" in main
5778 manual for @ifnottex, but in emacs-extra for @iftex.
5779
5780 * cmdargs.texi (General Variables): Fix smtpmail xref.
5781
57822006-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
5783
8cf51b2c 5784 * programs.texi (Comment Commands):
8cf51b2c 5785 * custom.texi (Specifying File Variables):
49823426 5786 Use ;; instead of ;;; to better follow coding conventions.
8cf51b2c
GM
5787
57882006-06-07 Nick Roberts <nickrob@snap.net.nz>
5789
5790 * building.texi (Watch Expressions): Move node to end.
5791 (GDB Graphical Interface): Move description of clicks in fringe...
5792 (GDB commands in the Fringe): ...to here. New node.
5793
8cf51b2c
GM
57942006-06-05 Romain Francoise <romain@orebokech.com>
5795
49823426 5796 * xresmini.texi (GTK resources): Fix various typos.
8cf51b2c
GM
5797
57982006-06-05 Nick Roberts <nickrob@snap.net.nz>
5799
5800 * building.texi (GDB Graphical Interface): Update bindings.
5801 (Commands of GUD): Add gud-print. Remove gud-run.
5802 Restate availability more generally.
5803
f0131492 58042006-06-03 Teodor Zlatanov <tzz@lifelogs.com>
8cf51b2c
GM
5805
5806 * mini.texi: Lots of cleanups.
5807
58082006-06-01 Luc Teirlinck <teirllm@auburn.edu>
5809
5810 * misc.texi (Shell History Copying): Update descriptions of `C-c RET'
5811 and Mouse-2.
5812
c8763fb6 58132006-06-01 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
5814
5815 * screen.texi (Menu Bar): Change menu-bar-start to menu-bar-open.
5816
8cf51b2c
GM
58172006-05-31 Richard Stallman <rms@gnu.org>
5818
5819 * basic.texi (Moving Point): Fix previous change.
5820
c8763fb6 58212006-05-29 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
5822
5823 * screen.texi (Menu Bar): F10 for Gtk+/Lesstif/Lucid menus.
5824
f0131492 58252006-05-28 Teodor Zlatanov <tzz@lifelogs.com>
8cf51b2c
GM
5826
5827 * basic.texi: Many simplifications and improvements in wording.
5828
8cf51b2c
GM
58292006-05-26 Nick Roberts <nickrob@snap.net.nz>
5830
5831 * anti.texi (Antinews): Create a node for gdb-ui.
5832
8cf51b2c
GM
58332006-05-22 Reiner Steib <Reiner.Steib@gmx.de>
5834
5835 * frames.texi (Menu Bars, Tool Bars): Add index entries.
5836
58372006-05-20 Richard Stallman <rms@gnu.org>
5838
5839 * dired.texi (Dired Navigation): dired-goto-file is now j.
5840
8cf51b2c
GM
58412006-05-20 Eli Zaretskii <eliz@gnu.org>
5842
5843 * mule.texi (Coding Systems): Mention the undecided-* coding systems
5844 and their aliases.
5845
5846 * msdog.texi (Windows Printing): Mention non-support of plain text
5847 printing with some el-cheapo printers, and suggest a workaround.
5848
58492006-05-20 Kevin Ryde <user42@zip.com.au>
5850
5851 * text.texi (TeX Print): tex-dvi-view-command has a default value,
5852 remove the bit saying you must set it.
5853
58542006-05-19 Luc Teirlinck <teirllm@auburn.edu>
5855
5856 * trouble.texi (Checklist):
5857 * text.texi (Text, Auto Fill, Text Mode):
5858 * search.texi (Nonincremental Search):
5859 * rmail.texi (Rmail Labels):
5860 * mule.texi (Input Methods, Multibyte Conversion):
5861 * misc.texi (Gnus, Where to Look, PostScript):
5862 * maintaining.texi (Create Tags Table):
5863 * indent.texi (Indentation Commands):
5864 * fixit.texi (Spelling):
5865 * emacs.texi (Copying):
5866 * custom.texi (Init File): ifinfo -> ifnottex.
5867
8cf51b2c
GM
58682006-05-17 Richard Stallman <rms@gnu.org>
5869
5870 * files.texi (Diff Mode): Mention C-x `.
5871
58722006-05-08 Richard Stallman <rms@gnu.org>
5873
5874 * custom.texi (Disabling): Textual cleanups.
5875
8cf51b2c
GM
58762006-05-12 Glenn Morris <rgm@gnu.org>
5877
5878 * calendar.texi (Displaying the Diary, Format of Diary File):
5879 Refer to diary-view-entries, diary-list-entries,
5880 diary-show-all-entries rather than obsolete aliases.
5881
58822006-05-12 Eli Zaretskii <eliz@gnu.org>
5883
5884 * calendar.texi (Calendar/Diary, Holidays, Displaying the Diary)
5885 (Displaying the Diary, Special Diary Entries, Importing Diary):
5886 * building.texi (Compilation Shell):
5887 * buffers.texi (Several Buffers) [iftex]: Replace @xref's to
5888 emacs-xtra with @inforef's.
5889
5890 * files.texi (Visiting): Fix wording.
5891
5892 * mule.texi (Coding Systems, Text Coding): More indexing.
5893 Mention that C-x RET f can set eol conversion.
5894
c8763fb6 58952006-05-07 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
5896
5897 * xresmini.texi (GTK resources): Insert GTK description.
5898
5899 * xresources.texi (GTK resources): metafont should be menufont.
5900
8cf51b2c
GM
59012006-05-06 Michael Albinus <michael.albinus@gmx.de>
5902
49823426 5903 * mini.texi (Completion Options): Completion of remote files'
8cf51b2c
GM
5904 method, user name and host name is active only in partial
5905 completion mode.
5906
8cf51b2c
GM
59072006-05-06 Eli Zaretskii <eliz@gnu.org>
5908
5909 * makefile.w32-in (emacs.dvi):
5910 * Makefile.in (emacs.dvi): Add xresmini.texi.
5911
5912 * xresmini.texi (Table of Resources): Remove xref to non-existent
5913 node "LessTif Resources".
5914
5915 * msdog.texi (Microsoft Windows):
5916 * calendar.texi (Calendar/Diary, Displaying the Diary)
5917 (Special Diary Entries, Importing Diary, Holidays):
5918 * programs.texi (Program Modes):
5919 * text.texi (Text):
5920 * buffers.texi (Several Buffers):
5921 * files.texi (Comparing Files): Fix cross-references to emacs-xtra.
5922
59232006-05-06 Eli Zaretskii <eliz@gnu.org>
5924
5925 The following changes merge the emacs-xtra manual into the main
5926 manual, but only for on-line version of the manual.
5927
5928 * vc2-xtra.texi (Version Backups, Local Version Control)
5929 (Making Snapshots, Change Logs and VC, Version Headers)
5930 (Customizing VC, CVS Options) [ifnottex]: Conditional xref's for
5931 on-line manual.
5932
5933 * vc1-xtra.texi (VC Dired Mode) [ifnottex]: Conditional xref's
5934 for on-line manual.
5935
5936 * msdog-xtra.texi (MS-DOS, MS-DOS Keyboard, MS-DOS Mouse)
5937 (MS-DOS Display, MS-DOS File Names, MS-DOS Printing)
5938 (MS-DOS and MULE, MS-DOS Processes) [ifnottex]: Conditional xref's
5939 for on-line manual.
5940
5941 * fortran-xtra.texi (Fortran, Fortran Autofill)
5942 (Fortran Autofill, Fortran Abbrev) [ifnottex]: Conditional xref's
5943 for on-line manual.
5944
5945 * picture-xtra.texi (Basic Picture, Rectangles in Picture) [ifnottex]:
5946 Conditional xref's for on-line manual.
5947
5948 * emerge-xtra.texi (Emerge, Overview of Emerge)
5949 (Fine Points of Emerge) [ifnottex]: Conditional xref's for on-line
5950 manual.
5951
5952 * Makefile.in (INFO_TARGETS): Remove ../info/emacs-xtra.
5953 (EMACS_XTRA): New variable, lists the new *-xtra.texi files.
5954 (EMACSSOURCES): Use EMACS_XTRA.
5955 (../info/emacs-xtra): Remove.
5956 (emacs-xtra.dvi): Add EMACS_XTRA to prerequisites.
5957
5958 * makefile.w32-in (INFO_TARGETS): Remove $(infodir)/emacs-xtra.
5959 (EMACS_XTRA): New variable, lists the new *-xtra.texi files.
5960 (EMACSSOURCES): Use EMACS_XTRA.
5961 ($(infodir)/emacs-xtra): Remove.
5962 (emacs-xtra.dvi): Add EMACS_XTRA to prerequisites.
5963
5964 * trouble.texi (Quitting):
5965 * text.texi (Text):
5966 * programs.texi (Program Modes):
5967 * msdog.texi (Microsoft Windows):
5968 * frames.texi (Frames):
5969 * files.texi (Backup, Version Control, VC Concepts)
5970 (Types of Log File, Advanced C-x v v, Log Buffer, Old Versions)
5971 (Registering, VC Status, VC Undo, Multi-User Branching)
5972 (Comparing Files):
5973 * calendar.texi (Calendar/Diary, Holidays, Displaying the Diary)
5974 (Displaying the Diary, Special Diary Entries, Importing Diary):
5975 * buffers.texi (Several Buffers): Replace inforef to emacs-xtra by
5976 conditional xref's, depending on @iftex/@ifnottex.
5977
5978 * msdog.texi (Microsoft Windows) [ifnottex]: Add menu entry for
5979 "MS-DOS". @include msdog-xtra.texi.
5980
5981 * programs.texi (Programs) [ifnottex]: Add menu entry for "Fortran".
5982 <Top Level> [ifnottex]: @include fortran-xtra.texi.
5983
5984 * files.texi (Secondary VC Commands) [ifnottex]: Add menu entries
5985 for vc-xtra.texi subsections.
5986 (VC Undo) [ifnottex]: @include vc1-xtra.texi and @lowersections it.
5987 (Multi-User Branching) [ifnottex]: @include vc2-xtra.texi.
5988
5989 * sending.texi (Sending Mail): A @node line without explicit Prev,
5990 Next, and Up links.
5991
5992 * abbrevs.texi (Abbrevs): A @node line without explicit Prev,
5993 Next, and Up links.
5994
5995 * emacs.texi (Top) [ifnottex]: Add menu entries for "Picture Mode"
5996 and its sections. @include picture-xtra.texi.
5997
5998 * maintaining.texi (Maintaining) [ifnottex]: Add menu entry for
5999 "Emerge".
6000 (List Tags) [ifnottex]: @include emerge-xtra.texi.
6001
6002 * cal-xtra.texi (Daylight Savings): Remove this node: it is an
6003 exact duplicate of its name-sake in calendar.texi.
6004
6005 * calendar.texi (Calendar/Diary) [ifnottex]: Add menu item for
6006 "Advanced Calendar/Diary Usage".
6007 (Time Intervals) [ifnottex]: @include cal-xtra.texi.
6008
6009 * dired.texi (Subdirectories in Dired) [ifnottex]: @include
6010 dired-xtra.texi.
6011 (Dired) [ifnottex]: Add menu entry for "Subdir Switches".
6012
6013 * files.texi (Reverting) [ifnottex]: @include arevert-xtra.texi.
6014 (Files) [ifnottex]: Add menu entry for Autorevert.
6015
6016 * emacs-xtra.texi (Introduction): Reword to make consistent with
6017 printed version only.
6018 <Top level>: Remove the body of all chapters and move them to the
6019 new *-xtra.texi files. Use @raisesections and @lowersections to
6020 convert sections to chapters etc.
6021
6022 * msdog-xtra.texi:
6023 * fortran-xtra.texi:
6024 * vc-xtra.texi:
6025 * vc1-xtra.texi:
6026 * vc2-xtra.texi:
6027 * emerge-xtra.texi:
6028 * cal-xtra.texi:
6029 * dired-xtra.texi:
6030 * arevert-xtra.texi: New files, with text from respective chapters
6031 of emacs-xtra.texi. Convert each @chapter into @section, @section
6032 into @subsection, etc.
6033
1c6c854e 6034 * emacs-xtra.texi (MS-DOS): Rename from "MS-DOG". All references
8cf51b2c
GM
6035 updated.
6036
6037 * msdog.texi (Microsoft Windows): Rename from "Emacs and Microsoft
6038 Windows". All references updated.
6039
60402006-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6041
6042 * macos.texi (Mac Input): Mention input from Character Palette.
6043 (Mac Font Specs): Fix typo.
6044
60452006-05-05 Richard Stallman <rms@gnu.org>
6046
6047 * files.texi (Diff Mode): Minor cleanup.
6048
60492006-05-05 Karl Berry <karl@gnu.org>
6050
8cf51b2c
GM
6051 * emacs.texi: Call @fonttextsize 10, inside @tex to avoid
6052 errors from the current release of makeinfo (4.8).
6053 * help.texi (Library Keywords): Change widest word in multitable
6054 template from `emulations' to `convenience'. (Not sure if this is
6055 related to the font change.)
6056
60572006-05-05 Eli Zaretskii <eliz@gnu.org>
6058
6059 * files.texi (File Names): Add a footnote about limited support of
6060 ~USER on MS-Windows.
6061
6062 * cmdargs.texi (Initial Options): Add a footnote about limited
6063 support of ~USER on MS-Windows.
6064
60652006-05-03 Richard Stallman <rms@gnu.org>
6066
6067 * files.texi (Diff Mode): Node moved here.
6068 (Comparing Files): Delete what duplicates new node.
6069 (Files): Put Diff Mode in menu.
6070
1c6c854e 6071 * misc.texi (Diff Mode): Move to files.texi.
8cf51b2c
GM
6072
6073 * emacs.texi (Top): Update menu for Diff Mode.
6074
6075 * trouble.texi (Emergency Escape): Simplify.
6076
6077 * emacs.texi (Top): Minor clarification.
6078
60792006-05-03 Teodor Zlatanov <tzz@lifelogs.com>
6080
6081 * commands.texi, entering.texi, screen.texi: Many simplifications.
6082
60832006-05-03 Richard Stallman <rms@gnu.org>
6084
6085 * commands.texi (Text Characters): Delete paragraph about unibyte
6086 non-ASCII printing chars.
6087
6088 * killing.texi (Killing): Say "graphical displays".
6089 * display.texi: Say "graphical displays".
6090
6091 * cmdargs.texi (Misc X): Say "graphical displays".
6092
60932006-05-01 Richard Stallman <rms@gnu.org>
6094
6095 * emacs.texi (Top): Add Diff Mode to menu.
6096
60972006-05-01 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
6098
6099 * misc.texi (Diff Mode): New node.
6100
61012006-05-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6102
6103 * macos.texi (Mac International): Now Carbon Emacs has ATSUI support.
6104 (Mac Environment Variables): Shorten example line.
6105 (Mac Font Specs): Shorten lisp lines. Add descriptions for ATSUI.
6106
61072006-05-01 Nick Roberts <nickrob@snap.net.nz>
6108
6109 * building.texi (GUD Customization): Describe cases %d and %c.
6110 Update description for %e.
6111
61122006-04-30 Glenn Morris <rgm@gnu.org>
6113
6114 * calendar.texi (LaTeX Calendar): Mention cal-tex-preamble-extra.
6115
61162006-04-29 Dan Nicolaescu <dann@ics.uci.edu>
6117
6118 * custom.texi (Examining): Update C-h v output example.
6119
61202006-04-29 Kim F. Storm <storm@cua.dk>
6121
6122 * building.texi (Grep Searching): Add lgrep and rgrep.
6123
8cf51b2c
GM
61242006-04-23 Richard Stallman <rms@gnu.org>
6125
6126 * emacs.texi [TeX]: Use xresmini.texi instead of xresources.texi.
6127
6128 * xresmini.texi: New file.
6129
6130 * xresources.texi (Face Resources): Split table into font resources
6131 and the rest. Combine similar attributes for brevity.
6132
8cf51b2c
GM
61332006-04-21 Eli Zaretskii <eliz@gnu.org>
6134
6135 * emacs-xtra.texi (MS-DOS File Names): Remove section about
6136 backslashes and case-insensitivity in file names (moved to the
6137 main manual).
6138 (MS-DOS Printing): Move most of the text to the main manual.
6139
6140 * msdog.texi (Windows Files, Windows HOME, MS-Windows Printing):
6141 New nodes.
6142 (Windows Processes, Windows System Menu): Add index entries and
6143 fix wording.
6144
8cf51b2c
GM
61452006-04-18 J.D. Smith <jdsmith@as.arizona.edu>
6146
6147 * misc.texi (Shell Ring): Add notes on saved input when
6148 navigating off the end of the history list.
6149
61502006-04-18 Chong Yidong <cyd@mit.edu>
6151
6152 * misc.texi (Shell Options): Correct default value of
6153 comint-scroll-show-maximum-output.
6154
8cf51b2c
GM
61552006-04-18 Nick Roberts <nickrob@snap.net.nz>
6156
6157 * building.texi (Watch Expressions): Update.
6158
8cf51b2c
GM
61592006-04-12 Richard Stallman <rms@gnu.org>
6160
6161 * search.texi: Clean up previous change.
6162
61632006-04-12 Eli Zaretskii <eliz@gnu.org>
6164
6165 * search.texi (Regexp Backslash, Regexp Replace): Add index
6166 entries for ``back reference'' and mention the term itself in the
6167 text.
6168
61692006-04-11 Richard Stallman <rms@gnu.org>
6170
6171 * custom.texi (Safe File Variables):
6172 Document enable-local-variables = :safe.
6173
61742006-04-11 Karl Berry <karl@gnu.org>
6175
6176 * emacs-xtra.texi, emacs.texi (Dired under VC, VC Dired Commands)
6177 (Remote Repositories, Version Backups, Local Version Control)
6178 (Snapshots, Making and Using Snapshots, Snapshot Caveats)
6179 (Miscellaneous Commands and Features of VC, Change Logs and VC)
6180 (Renaming VC Work Files and Master Files)
6181 (Inserting Version Control Headers, Customizing VC, General Options)
6182 (Options for RCS and SCCS, Options specific for CVS): Move all
6183 these nodes to emacs-xtra.texi, for brevity.
6184 * cmdargs.texi, files.texi: Change cross-references.
6185
8cf51b2c
GM
61862006-04-11 J.D. Smith <jdsmith@as.arizona.edu>
6187
6188 * files.texi (Old Versions): Update description of vc-annotate's
6189 use of color to indicate date ranges.
6190
8cf51b2c
GM
61912006-04-09 Kevin Ryde <user42@zip.com.au>
6192
8cf51b2c
GM
6193 * sending.texi (Mail Sending): In send-mail-function @pxref smtpmail,
6194 put info and printed manual names the right way around.
6195
61962006-04-09 Karl Berry <karl@gnu.org>
6197
6198 * msdog.texi, emacs-xtra.texi: Move all the MS-DOS material to
6199 emacs-xtra.texi, leaving only MS Windows information.
6200 * building.texi, emacs.texi, frames.texi, gnu.texi, macos.texi,
6201 * msdog.texi, mule.texi, trouble.texi: Change cross-references and
6202 node names.
6203
6204 * emacs.texi: Move @summarycontents and @contents to the beginning
6205 of the file.
6206
8cf51b2c
GM
62072006-04-08 Kevin Ryde <user42@zip.com.au>
6208
6209 * text.texi (Fill Commands): fill-nobreak-predicate is now a hook.
6210
62112006-04-07 Richard Stallman <rms@gnu.org>
6212
6213 * programs.texi (Comments, Comment Commands, Options for Comments)
6214 (Multi-Line Comments): "Align", not "indent".
6215 (Basic Indent): C-j deletes trailing whitespace before the newline.
6216
62172006-04-06 Richard Stallman <rms@gnu.org>
6218
8cf51b2c
GM
6219 * programs.texi (Basic Indent): Clarify relationship of C-j to TAB.
6220
62212006-04-06 Eli Zaretskii <eliz@gnu.org>
6222
6223 * killing.texi (Rectangles): Add index entry for marking a rectangle.
6224
8cf51b2c
GM
62252006-04-05 Richard Stallman <rms@gnu.org>
6226
6227 * emacs.texi (Top): Update subnode menu.
6228
6229 * trouble.texi (Unasked-for Search): Node deleted.
6230 (Lossage): Delete from menu.
6231
62322006-04-04 Richard Stallman <rms@gnu.org>
6233
6234 * trouble.texi: Various cleanups.
6235 (Checklist): Don't bother saying how to snail a bug report.
6236 (Emergency Escape): Much rewriting.
6237 (After a Crash): Rename the core dump immediately.
6238 (Total Frustration): Call it a psychotherapist.
6239 (Bug Criteria): Avoid "illegal instruction".
6240 (Sending Patches): We always put the contributor's name in.
6241
6242 * misc.texi (Thumbnails): Minor correction.
6243
8cf51b2c
GM
62442006-04-03 Richard Stallman <rms@gnu.org>
6245
6246 * misc.texi (Thumbnails): Minor cleanup.
6247
62482006-04-02 Karl Berry <karl@gnu.org>
6249
6250 * sending.texi (Mail Sending): pxref to Top needs five args.
6251
6252 * texinfo.tex: Update to current version (2006-03-21.13).
6253
8cf51b2c
GM
62542006-03-31 Richard Stallman <rms@gnu.org>
6255
6256 * emacs.texi (Top): Update subnode menu.
6257
6258 * help.texi (Help Mode): Cleanup.
6259
6260 * dired.texi: Many cleanups.
6261 (Dired Deletion): Describe dired-recursive-deletes.
6262 (Operating on Files): dired-create-directory moved.
6263 (Misc Dired Features): Move to here.
6264 (Tumme): Node moved to misc.texi.
6265
6266 * custom.texi: Many cleanups.
6267 (Minor Modes): Don't mention ISO Accents Mode.
6268 (Examining): Update C-h v output example.
6269 (Hooks): Add index and xref for add-hook.
6270 (Locals): Delete list of vars that are always per-buffer. Rearrange.
6271 (Local Keymaps): Don't mention lisp-mode-map, c-mode-map.
6272
6273 * misc.texi: Many cleanups.
6274 (beginning): Add to summary of topics.
6275 (Shell): Put eshell xref at the end. Remove eshell from table.
6276 (Thumbnails): New node.
6277
8cf51b2c
GM
62782006-03-28 Eli Zaretskii <eliz@gnu.org>
6279
6280 * files.texi (File Name Cache): Make it clear that the cache is
6281 not persistent.
6282
8cf51b2c
GM
62832006-03-25 Karl Berry <karl@gnu.org>
6284
49823426
GM
6285 * emacs-xtra.texi, emacs.texi, gnu.texi:
6286 (1) use @copyright{} instead of (C) in typeset text;
8cf51b2c
GM
6287 (2) do not indent copyright year list (or anything else).
6288
8cf51b2c
GM
62892006-03-21 Juanma Barranquero <lekktu@gmail.com>
6290
6291 * files.texi (VC Dired Mode): Remove misplaced brackets.
6292
62932006-03-21 Andre Spiegel <spiegel@gnu.org>
6294
6295 * files.texi: Various updates and clarifications in the VC chapter.
6296
62972006-03-19 Luc Teirlinck <teirllm@auburn.edu>
6298
6299 * help.texi (Help Mode): Document "C-c C-c".
6300
8cf51b2c
GM
63012006-03-16 Luc Teirlinck <teirllm@auburn.edu>
6302
6303 * emacs-xtra.texi (Top): Avoid ugly continuation line in
6304 menu in the standalone Info reader.
6305
63062006-03-15 Chong Yidong <cyd@stupidchicken.com>
6307
6308 * emacs-xtra.texi (Emerge, Picture Mode, Fortran): New chapters,
6309 moved here from Emacs manual.
6310
6311 * programs.texi (Fortran): Section moved to emacs-xtra.
6312 (Program Modes): Xref to Fortran in emacs-xtra.
6313
6314 * maintaining.texi (Emerge): Move to emacs-xtra.
6315 * files.texi (Comparing Files): Xref to Emerge in emacs-xtra.
6316
6317 * picture.texi: File deleted.
6318 * Makefile.in:
6319 * makefile.w32-in: Remove picture.texi.
6320
6321 * text.texi (Text): Xref to Picture Mode in emacs-xtra.
6322 * abbrevs.texi (Abbrevs):
6323 * sending.texi (Sending Mail): Picture node removed.
6324
6325 * emacs.texi (Top): Update node listings.
6326
8cf51b2c
GM
63272006-03-12 Richard Stallman <rms@gnu.org>
6328
6329 * calendar.texi: Various cleanups.
6330
8cf51b2c
GM
63312006-03-11 Luc Teirlinck <teirllm@auburn.edu>
6332
6333 * search.texi (Regexps): Use @samp for regexp that is not in Lisp
6334 syntax.
6335
8cf51b2c
GM
63362006-03-08 Luc Teirlinck <teirllm@auburn.edu>
6337
6338 * search.texi (Regexps): More accurately describe which characters
6339 are special in which situations. Recommend _not_ to quote `]' or
6340 `-' when they are not special.
6341
8cf51b2c
GM
63422006-02-28 Andre Spiegel <spiegel@gnu.org>
6343
6344 * files.texi (Old Versions): Clarify operation of C-x v =.
6345
8cf51b2c
GM
63462006-02-21 Nick Roberts <nickrob@snap.net.nz>
6347
6348 * building.texi (Watch Expressions): Update and describe
6349 gdb-speedbar-auto-raise.
6350
63512006-02-19 Richard M. Stallman <rms@gnu.org>
6352
6353 * emacs.texi: Use @smallbook.
6354 (Top): Update ref to Emacs paper, delete ref to Cookbook.
6355 Update subnode menu.
6356
6357 * building.texi (Lisp Interaction): Minor addition.
6358
63592006-02-18 Nick Roberts <nickrob@snap.net.nz>
6360
6361 * building.texi (Watch Expressions): Update and be more precise.
6362
c8763fb6 63632006-02-15 Francesco Potortì <pot@gnu.org>
8cf51b2c
GM
6364
6365 * maintaining.texi (Create Tags Table): Explain why the
6366 exception when etags writes to files under the /dev tree.
6367
63682006-02-14 Richard M. Stallman <rms@gnu.org>
6369
6370 * custom.texi (Safe File Variables): Lots of clarification.
6371 Renamed from Unsafe File Variables.
6372
63732006-02-14 Chong Yidong <cyd@stupidchicken.com>
6374
6375 * custom.texi (Unsafe File Variables): File variable confirmation
6376 assumed denied in batch mode.
6377
63782006-02-14 Richard M. Stallman <rms@gnu.org>
6379
6380 * building.texi (GDB User Interface Layout): Don't say `inferior'
6381 for program being debugged.
6382
63832006-02-15 Nick Roberts <nickrob@snap.net.nz>
6384
6385 * building.texi (GDB Graphical Interface):
6386 Replace gdb-use-inferior-io-buffer with gdb-use-separate-io-buffer.
6387
63882006-02-13 Chong Yidong <cyd@stupidchicken.com>
6389
6390 * custom.texi (Specifying File Variables, Unsafe File Variables):
6391 New nodes, split from File Variables. Document new file local
6392 variable behavior.
6393
63942006-02-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6395
6396 * display.texi (Standard Faces):
8cf51b2c
GM
6397 * files.texi (Visiting):
6398 * frames.texi (Clipboard):
6399 * glossary.texi (Glossary) <Clipboard>:
6400 * xresources.texi (X Resources): Mention Mac OS port.
6401
8cf51b2c
GM
64022006-02-12 Richard M. Stallman <rms@gnu.org>
6403
6404 * building.texi (Building): Clarify topic in intro.
6405
6406 * maintaining.texi (Maintaining): Change title; clarify topic.
6407 Delete duplicate index entries.
6408
6409 * building.texi (Other GDB User Interface Buffers): Clarifications.
6410
6411 * text.texi (Cell Commands): Clarifications.
6412
6413 * programs.texi (Defuns): Delete duplicate explanation of
6414 left-margin paren convention.
6415 (Hungry Delete): Minor cleanup.
6416
64172006-02-11 Mathias Dahl <mathias.dahl@gmail.com>
6418
6419 * dired.texi (Tumme): More tumme documentation.
6420
64212006-02-11 Alan Mackenzie <acm@muc.de>
6422
6423 * programs.texi ("Hungry Delete"): Correct the appellation of the
6424 backspace and delete keys to @kbd{DEL} and @kbd{DELETE}.
6425
64262006-02-11 Mathias Dahl <mathias.dahl@gmail.com>
6427
6428 * dired.texi (Tumme): Fix small bug.
6429
64302006-02-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6431
6432 * macos.texi (Mac International): Rename "fontset-mac" to
6433 "fontset-standard".
6434
8cf51b2c
GM
64352006-02-09 Mathias Dahl <mathias.dah@gmail.com>
6436
6437 * dired.texi (Tumme): Basic documentation for Tumme added.
6438
8cf51b2c
GM
64392006-02-07 Luc Teirlinck <teirllm@auburn.edu>
6440
6441 * mule.texi (International):
6442 * programs.texi (Basic Indent): Fix typos.
6443
8cf51b2c
GM
6444 * custom.texi (Minor Modes):
6445 * display.texi (Text Display):
6446 * commands.texi (Text Characters): Update xrefs.
6447
64482006-02-07 Richard M. Stallman <rms@gnu.org>
6449
6450 * emacs.texi (Top): Update subnode menu.
6451 Update info on old Emacs papers.
6452 (Intro): "Graphical display", not window system.
6453
6454 * xresources.texi (GTK styles): Minor clarifications.
6455
6456 * trouble.texi: "Graphical display", not window system.
6457 (Stuck Recursive): Minor clarification.
6458
6459 * text.texi: Minor clarifications.
6460 (Sentences): Explain why two-space convention is better.
6461 Explain sentence-end-without-period here.
6462 (Fill Commands): Not here.
6463 (Refill): Node moved down.
6464 (Filling): Update menu.
6465 (Table Creation, Cell Justification, Column Commands): Clarify.
6466
6467 * sending.texi: Minor clarifications.
6468
6469 * search.texi (Regexp Backslash): Clarification.
6470
6471 * rmail.texi: Minor cleanups.
6472 (Rmail): Delete digression about `rmail-mode'.
6473 (Rmail Inbox): Delete false advice wrt rmail-primary-inbox-list.
6474 (Rmail Files): Mention C-u M-x rmail.
6475 (Rmail Reply): Mention References.
6476 (Rmail Display): Mention rmail-nonignored-headers.
6477
6478 * programs.texi: Minor cleanups.
6479 (Comment Commands): Mention momentary Transient Mark mode.
6480 (Matching): Be more specific about customizing show-paren-mode.
6481 (Info Lookup): Don't list the modes that support C-h S.
6482 Just say what it does in an unsupported mode.
6483 (Man Page): Delete excessive info on customizing woman.
6484 (Motion in C): Don't mention c-for/backward-into-nomenclature.
6485
6486 * abbrevs.texi: Minor clarifications.
6487 (Dabbrev Customization): Talk about "dynamic abbrev expansion",
6488 not "dynamic abbrevs" as if they were a kind of abbrev.
6489
6490 * picture.texi (Picture): Minor cleanup.
6491
6492 * mule.texi (Communication Coding): Say "other applications".
6493 (Fontsets): Not specific to X. Add xref to X Resources.
6494 (Unibyte Mode): Rename from Single-Byte Character Support.
6495 "Graphical display", not window system.
6496 (International): Update menu.
6497
6498 * maintaining.texi (Format of ChangeLog):
6499 New node, split out from ChangeLog.
6500 (ChangeLog): Clarifications in the remaining text.
6501 (Create Tags Table, Etags Regexps, Select Tags Table): Cleanups.
6502 (Find Tag): Add @w.
6503 (Tags Search): Explain tag table order here. Simplify grep ref.
6504 (List Tags): tags-tag-face is a variable, not a face.
6505 (Emerge): Cleanups.
6506
6507 * kmacro.texi (Keyboard Macro Counter): Rewrite for clarity.
6508 (Keyboard Macros): Avoid "the user".
6509
6510 * killing.texi: "Graphical display", not window system.
6511
6512 * help.texi (Help Echo): "Graphical display", not window system.
6513
6514 * glossary.texi: Say "you", not "the user". Say "graphical display".
6515
6516 * frames.texi: Minor cleanups. "Graphical display", not window system.
6517
6518 * files.texi (Visiting): Make drag-and-drop not X-specific.
6519
6520 * custom.texi: Minor cleanups. "Graphical display", not window system.
6521
6522 * cmdargs.texi: Minor cleanups.
6523
6524 * building.texi (Compilation): Move and split kill-compilation para.
6525 Add para about multiple compilers.
6526 (Compilation Mode): Commands also available in grep mode and others.
6527 Mention C-u C-x ` more tutorially. Clarify C-x `.
6528 (Compilation Shell): Clarify. Put Bash example first.
6529 (Grep Searching): Minor cleanups; add @w.
6530 (Debuggers): Minor cleanups.
6531 (Starting GUD): Make GDB xgraphical mode issue clearer.
6532 (Debugger Operation): Lots of clarifications including
6533 GDB tooltip side-effect issue.
6534 (Commands of GUD): Clarify.
6535 (GUD Customization): Add bashdb-mode-hook.
6536 (GDB Graphical Interface): Rewrite for clarity.
6537 (GDB User Interface Layout): Rewrite for clarity.
6538 (Stack Buffer, Watch Expressions): Likewise.
6539 (Other GDB User Interface Buffers): Cleanups.
6540 (Lisp Libraries, External Lisp): Cleanup.
6541
6542 * basic.texi (Position Info): "Graphical displays", rather than
6543 window systems.
6544
6545 * anti.texi: Minor cleanup.
6546
8cf51b2c
GM
65472006-02-03 Eli Zaretskii <eliz@gnu.org>
6548
6549 * custom.texi (Init File, Find Init): Add cross-references to
6550 where $HOME is described.
6551
65522006-02-01 Luc Teirlinck <teirllm@auburn.edu>
6553
6554 * frames.texi (Frame Parameters): Remove @item for S-Mouse-1; it
6555 is not inside the @table.
6556
6557 * emacs.texi (Top): Correct node name.
6558
6559 * files.texi (File Names): Fix @xref.
6560 (Reverting): Fix typo.
6561
6562 * mule.texi (International): Correct node name.
6563
6564 * kmacro.texi (Save Keyboard Macro): Add missing @kbd to @table.
6565
65662006-02-01 Richard M. Stallman <rms@gnu.org>
6567
6568 * emacs.texi (Top): Update subnode menu.
6569
6570 * mule.texi: Minor clarifications.
6571 Reduce the specific references to X Windows.
6572 Refer to "graphical" terminals, rather than window systems.
6573 (Text Coding): Rename from Specify Coding.
6574 (Communication Coding, File Name Coding, Terminal Coding):
6575 New nodes split out from Text Coding.
6576
6577 * kmacro.texi: Minor clarifications.
6578 (Keyboard Macro Ring): Comment out some excessive commands.
6579 (Basic Keyboard Macro): Split up the table, putting part in each node.
6580
6581 * major.texi: Minor clarifications.
6582
6583 * misc.texi (Single Shell, Interactive Shell): Fix xrefs.
6584
6585 * windows.texi: Minor clarifications.
6586 (Change Window): Don't describe mode-line mouse cmds here.
6587 Add xref to Mode Line Mouse.
6588
6589 * msdog.texi (Text and Binary, MS-DOS and MULE): Fix xrefs.
6590
6591 * macos.texi (Mac International): Fix xref.
6592
6593 * indent.texi: Minor clarifications.
6594
6595 * frames.texi: Minor clarifications.
6596 Reduce the specific references to X Windows.
6597 Refer to "graphical" terminals, rather than window systems.
6598 (Frame Parameters): Don't mention commands like
6599 set-foreground-color. Just say to customize a face.
6600 (Drag and Drop): Lisp-level stuff moved to Emacs Lisp manual.
6601
6602 * files.texi: Minor clarifications.
6603 (Numbered Backups): New node, split out from Backup Names.
6604
6605 * display.texi (Font Lock): C mode no longer depends on (-in-col-0.
6606
6607 * cmdargs.texi (General Variables): Fix xref.
6608
6609 * buffers.texi: Minor clarifications.
6610
8cf51b2c
GM
66112006-01-31 Richard M. Stallman <rms@gnu.org>
6612
6613 * display.texi (Scrolling, Horizontal Scrolling, Follow Mode):
6614 Nodes moved to top.
6615
6616 * display.texi: Minor clarifications.
6617 (Display): Rearrange menu.
6618 (Standard Faces): Mention query-replace face.
6619 (Faces): Simplify.
6620 (Font Lock): Simplify face customization info.
6621 (Highlight Changes): Node merged into Highlight Interactively.
6622 (Highlight Interactively): Much rewriting and cleanup.
6623 (Optional Mode Line): Narrowed line number not good for goto-line.
6624 Simplify face customization advice.
6625 (Text Display): Mention use of escape-glyph face.
6626 Move ctl-arrow and tab-width here.
6627 (Display Custom): Move no-redraw-on-reenter to end of node.
6628
6629 * search.texi: Minor clarifications.
6630 (Isearch Scroll): Simplify.
6631 (Other Repeating Search): Document multi-occur-in-matching-buffers.
6632
6633 * regs.texi (Registers): Mention bookmarks here.
6634
6635 * mark.texi: Minor clarifications.
6636 (Selective Undo): Node deleted.
6637
6638 * m-x.texi: Minor clarifications.
6639
6640 * killing.texi: Minor clarifications.
6641 Refer to "graphical" terminals, rather than window systems.
6642
6643 * help.texi: Clarifications.
6644 (Help): Don't describe C-h F and C-h K here.
6645 (Key Help): Describe C-h K here.
6646 (Name Help): Mention Emacs Lisp Intro.
6647 Describe C-h F here.
6648 (Misc Help): Mention C-h F and C-h K only briefly.
6649
6650 * fixit.texi (Undo): New node, mostly copied from basic.texi.
6651 Selective undo text merged in.
6652 (Spelling): Mention Aspell along with Ispell.
6653
6654 * emacs.texi (Top): Update subnode menus.
6655
6656 * basic.texi (Basic Undo): Rename from Undo. Most of text
6657 moved to new Undo node.
6658
8cf51b2c
GM
66592006-01-29 Chong Yidong <cyd@stupidchicken.com>
6660
6661 * basic.texi (Continuation Lines, Inserting Text):
6662 Mention longlines mode.
6663
66642006-01-29 Richard M. Stallman <rms@gnu.org>
6665
10d1d0af 6666 * screen.texi: Minor cleanups.
8cf51b2c
GM
6667 (Screen): Clean up the intro paragraphs.
6668 (Mode Line): Lots of rewriting. Handle frame-name better.
6669 eol-mnemonic-... vars moved out.
6670
6671 * emacs.texi (Top): Change menu item for MS-DOS node.
6672 Update subnode menu.
6673
6674 * msdog.texi (MS-DOS): Rewrite intro to explain how this
6675 chapter relates to Windows. Title changed.
6676
6677 * mini.texi: Minor cleanups.
6678
6679 * mark.texi (Selective Undo): New node, text moved from basic.texi.
6680 (Mark): Put it in the menu.
6681
6682 * entering.texi: Minor cleanups.
6683
6684 * emacs.texi (Top): Add xref to Mac chapter; explain Windows better.
6685 (Intro): Refer to "graphical" terminals, rather than X.
6686
6687 * display.texi (Display Custom): Add xref to Variables.
6688 (Optional Mode Line): eol-mnemonic-... vars moved here.
6689
6690 * commands.texi: Minor cleanups. Refer to "graphical" terminals,
6691 rather than X.
6692
8cf51b2c
GM
6693 * basic.texi: Minor cleanups.
6694 (Undo): selective-undo moved.
6695
8cf51b2c
GM
66962006-01-25 Luc Teirlinck <teirllm@auburn.edu>
6697
6698 * anti.texi (Antinews): Various corrections and additions.
6699
67002006-01-23 Juri Linkov <juri@jurta.org>
6701
6702 * custom.texi (Easy Customization, Customization Groups)
6703 (Browsing Custom): Mention links along with buttons.
6704
8cf51b2c
GM
67052006-01-21 Eli Zaretskii <eliz@gnu.org>
6706
8cf51b2c
GM
6707 * text.texi (TeX Print): Use @key for TAB.
6708
8cf51b2c
GM
6709 * kmacro.texi (Keyboard Macro Step-Edit): Use @key for TAB.
6710
8cf51b2c
GM
67112006-01-15 Sven Joachim <svenjoac@gmx.de> (tiny change)
6712
6713 * files.texi (File Aliases): Don't claim that usually separate
6714 buffers are created for two file names that name the same data.
6715 Mention additional situations where different names mean the same
6716 file on disk.
6717
67182006-01-19 Richard M. Stallman <rms@gnu.org>
6719
6720 * killing.texi (Deletion): Upcase @key argument.
6721
6722 * custom.texi (Custom Themes): Minor cleanup.
6723
6724 * programs.texi (Hungry Delete): Upcase @key argument.
6725
8cf51b2c
GM
67262006-01-16 Juri Linkov <juri@jurta.org>
6727
6728 * display.texi (Standard Faces): Add `mode-line-buffer-id'.
6729 Move `mode-line-highlight' before `mode-line-buffer-id'.
6730
8cf51b2c
GM
67312006-01-14 Richard M. Stallman <rms@gnu.org>
6732
6733 * basic.texi (Inserting Text): Minor cleanup.
6734
8cf51b2c
GM
67352006-01-11 Luc Teirlinck <teirllm@auburn.edu>
6736
6737 * custom.texi (Changing a Variable, Face Customization):
6738 Update for changes in Custom menus.
6739
8cf51b2c
GM
67402006-01-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6741
6742 * macos.texi (Mac International): Undo last change.
6743
8cf51b2c
GM
67442006-01-02 Chong Yidong <cyd@stupidchicken.com>
6745
6746 * custom.texi (Custom Themes): Describe the new
6747 customize-create-theme interface.
6748
67492005-12-30 Juri Linkov <juri@jurta.org>
6750
6751 * basic.texi (Position Info): Update example.
6752
c8763fb6 67532005-12-27 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
6754
6755 * frames.texi (Dialog Boxes): Add x-gtk-show-hidden-files.
6756
67572005-12-24 Chong Yidong <cyd@stupidchicken.com>
6758
6759 * custom.texi (Custom Themes): `load-theme' always loads.
6760
67612005-12-23 Juri Linkov <juri@jurta.org>
6762
6763 * display.texi (Highlight Interactively): Use double space to
6764 separate sentences. Replace C-p with M-p, and C-n with M-n.
6765
67662005-12-22 Richard M. Stallman <rms@gnu.org>
6767
6768 * custom.texi (Easy Customization and subnodes):
6769 Replace "active field" with "button".
6770 Use "user option" only for variables.
6771 Use "setting" for variable-or-face.
6772
67732005-12-22 Luc Teirlinck <teirllm@auburn.edu>
6774
6775 * buffers.texi (Select Buffer): Change order in table to make
6776 "Similar" refer to the correct item.
6777 (Indirect Buffers): Minor rewording.
6778
8cf51b2c
GM
67792005-12-20 Juri Linkov <juri@jurta.org>
6780
6781 * files.texi (VC Status): Put P and N near p and n.
6782
8cf51b2c
GM
67832005-12-19 Richard M. Stallman <rms@gnu.org>
6784
6785 * programs.texi (Electric C): Delete the info about newline control.
6786 (Other C Commands): Minor cleanup.
6787 (Left Margin Paren): Minor cleanup.
6788
67892005-12-19 Luc Teirlinck <teirllm@auburn.edu>
6790
6791 * custom.texi (Easy Customization): Add "Browsing Custom" to menu.
6792 (Customization Groups): Delete text moved to "Browsing Custom".
6793 (Browsing Custom): New node.
6794 (Specific Customization): Clarify which commands only work for
6795 loaded options.
6796
67972005-12-18 Bill Wohler <wohler@newt.com>
6798
6799 * frames.texi (Tool Bars): Shorten text of previous change.
6800
68012005-12-18 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
6802
6803 * files.texi (VC Status): Document log-view mode.
6804
68052005-12-18 Bill Wohler <wohler@newt.com>
6806
6807 * frames.texi (Tool Bars): Mention that you can turn off tool bars
6808 permanently via the customize interface.
6809
8cf51b2c
GM
68102005-12-16 Ralf Angeli <angeli@iwi.uni-sb.de>
6811
6812 * killing.texi (Killing by Lines): Document `kill-whole-line'
6813 function.
6814
c8763fb6 68152005-12-16 Lőrentey Károly <lorentey@elte.hu>
8cf51b2c
GM
6816
6817 * buffers.texi (Select Buffer): Change `prev-buffer' to
6818 `previous-buffer'. Indicate that these functions use a frame
6819 local buffer list.
6820
8cf51b2c
GM
68212005-12-12 Richard M. Stallman <rms@gnu.org>
6822
6823 * custom.texi (Easy Customization): Change menu comment.
6824 (Prefix Keymaps): Fix spelling of Control-X-prefix.
6825
6826 * help.texi (Apropos): Rewrite. Talk about "apropos patterns".
6827 (Help): Among the Apropos commands, describe only C-h a here.
6828
68292005-12-11 Richard M. Stallman <rms@gnu.org>
6830
6831 * programs.texi (Options for Comments): Comment-end starts with space.
6832
6833 * glossary.texi (Glossary): Minor cleanup.
6834
6835 * files.texi (Old Versions): Use @table.
6836
8cf51b2c
GM
68372005-12-10 David Koppelman <koppel@ece.lsu.edu>
6838
6839 * display.texi (Highlight Interactively): Include
6840 global-hi-lock-mode. Add miscellaneous details and elaborations.
6841
68422005-12-09 Richard M. Stallman <rms@gnu.org>
6843
6844 * display.texi (Font Lock): Delete the Global FL menu item.
6845
68462005-12-09 Luc Teirlinck <teirllm@auburn.edu>
6847
6848 * custom.texi (Minibuffer Maps): Mention the maps for file name
6849 completion.
6850
68512005-12-09 Kim F. Storm <storm@cua.dk>
6852
6853 * killing.texi (CUA Bindings): Describe how to use C-x and C-c as
10d1d0af 6854 prefix keys even when mark is active. Describe that RET moves
8cf51b2c
GM
6855 cursor to next corner in rectangle; clarify insert around rectangle.
6856
8cf51b2c
GM
68572005-12-08 Luc Teirlinck <teirllm@auburn.edu>
6858
6859 * custom.texi (Customization): Use xref to elisp manual for
6860 non-TeX output.
6861 (Minor Modes): Update.
6862 (Customization Groups, Changing a Variable, Face Customization):
6863 Update for new appearance of Custom buffers.
6864 (Changing a Variable): `custom-buffer-done-function' has been
6865 replaced by `custom-buffer-done-kill'.
6866 (Specific Customization): In the `customize-group' buffer, a
6867 subgroup's contents are not "hidden". They are not included at
6868 all. They have no [Show] button.
6869 (Mouse Buttons): Add pxref to description of mouse event lists in
6870 Elisp manual. Add `menu-bar' and `header-line' dummy prefix keys.
6871 (Find Init): Emacs now looks for ~/.emacs.d/init.el instead of
6872 ~/.emacs.d/.emacs, if it can not find ~/.emacs(.el).
6873
68742005-12-08 Richard M. Stallman <rms@gnu.org>
6875
6876 * mini.texi (Completion Commands, Completion):
6877 In file name input, SPC does not do completion.
6878
8cf51b2c
GM
68792005-12-08 Nick Roberts <nickrob@snap.net.nz>
6880
6881 * building.texi (GDB Graphical Interface): Explain screen size
6882 setting.
6883 (Other GDB User Interface Buffers): Describe features specific to
6884 GDB 6.4.
6885
8cf51b2c
GM
68862005-12-01 Nick Roberts <nickrob@snap.net.nz>
6887
6888 * building.texi (GDB User Interface Layout): Describe how to
6889 kill associated buffers.
6890 (Breakpoints Buffer): Use D instead of d for gdb-delete-breakpoint.
6891 (Watch Expressions): Be more precise.
6892 (Other GDB User Interface Buffers): Describe how to change a
6893 register value.
6894
8cf51b2c
GM
68952005-11-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6896
6897 * macos.texi (Mac Input): Remove description of
6898 mac-command-key-is-meta. Add descriptions of
6899 mac-control-modifier, mac-command-modifier, and
6900 mac-option-modifier.
6901 (Mac International): Fix description of conversion of clipboard data.
6902 (Mac Font Specs): Add example of font customization by face attributes.
6903
69042005-11-22 Nick Roberts <nickrob@snap.net.nz>
6905
6906 * building.texi (Watch Expressions): Expand description.
6907 (Other GDB User Interface Buffers): Describe local map for
6908 gud-watch.
6909
69102005-11-21 Chong Yidong <cyd@stupidchicken.com>
6911
6912 * display.texi (Font Lock): Font lock is enabled by default now.
6913
69142005-11-20 Juri Linkov <juri@jurta.org>
6915
6916 * basic.texi (Position Info): Update examples of the output.
6917 Remove the fact that examples are produced in the TeXinfo buffer,
6918 because in the Info reader users will get a different output from
6919 `C-x ='.
6920
6921 * building.texi (Compilation Mode): Remove paragraph duplicated
6922 from the node `Compilation'. Add `compilation-skip-threshold'.
6923
6924 * display.texi (Font Lock): Suggest more user-friendly method of
6925 finding all Font Lock faces (M-x customize-group RET font-lock-faces).
6926
69272005-11-18 Richard M. Stallman <rms@gnu.org>
6928
6929 * files.texi (Registering): Mention @@ in mode line.
6930
6931 * mini.texi (Minibuffer File): Clarify previous change. Add @findex.
6932
69332005-11-08 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
6934
6935 * files.texi (Renaming and VC): Some back-ends don't
6936 handle renaming.
6937
8cf51b2c
GM
69382005-11-17 Juri Linkov <juri@jurta.org>
6939
6940 * emacs.texi (Top):
6941 * display.texi (Highlight Interactively): Put this font-lock based
6942 mode near Font Lock node.
6943
69442005-11-16 Chong Yidong <cyd@stupidchicken.com>
6945
6946 * ack.texi (Acknowledgments): Acknowledge Andrew Zhilin for Emacs
6947 icons.
6948
69492005-11-12 Kim F. Storm <storm@cua.dk>
6950
6951 * help.texi (Help): Fix C-h a entry. Add C-h d entry.
6952 (Help Summary): Add C-h d and C-h e.
6953 (Apropos): Clarify that all apropos commands may search for either
6954 list of words or a regexp. Add C-h d for apropos-documentation.
6955 Describe apropos-documentation-sort-by-scores user option.
6956
8cf51b2c
GM
69572005-11-09 Luc Teirlinck <teirllm@auburn.edu>
6958
6959 * killing.texi (CUA Bindings): Add @section.
6960
69612005-11-10 Kim F. Storm <storm@cua.dk>
6962
6963 * emacs.texi (Top): Add CUA Bindings entry to menu.
6964
6965 * killing.texi (CUA Bindings): New node. Moved here from
6966 misc.texi and extended with info on rectangle commands and
6967 rectangle highlighting, interface to registers, and the global
6968 mark feature.
6969
6970 * misc.texi (Emulation): Move CUA bindings item to killing.texi.
6971
6972 * regs.texi: Prev link points to CUA Bindings node.
6973
69742005-11-07 Luc Teirlinck <teirllm@auburn.edu>
6975
6976 * help.texi (Help Echo): By default, help echos are only shown on
6977 mouse-over, not on point-over.
6978
c8763fb6 69792005-11-04 Jérôme Marant <jerome@marant.org>
8cf51b2c
GM
6980
6981 * misc.texi (Shell Mode): Describe how to activate password echoing.
6982
8cf51b2c
GM
69832005-11-04 Romain Francoise <romain@orebokech.com>
6984
6985 * mark.texi (Mark Ring): Fix typo.
6986
69872005-11-03 Richard M. Stallman <rms@gnu.org>
6988
6989 * mark.texi (Mark Ring): Mention set-mark-command-repeat-pop.
6990
69912005-11-01 Bill Wohler <wohler@newt.com>
6992
6993 * help.texi (Help Mode): Fix typo.
6994
69952005-11-01 Nick Roberts <nickrob@snap.net.nz>
6996
1c6c854e
CS
6997 * building.texi (Other GDB User Interface Buffers):
6998 Describe the command gdb-use-inferior-io-buffer.
8cf51b2c
GM
6999
70002005-10-31 Romain Francoise <romain@orebokech.com>
7001
7002 * files.texi (Compressed Files): Fix typo.
7003
7004 * buffers.texi (Misc Buffer): Downcase `*shell*'.
7005
7006 * windows.texi (Force Same Window): Likewise.
7007
70082005-10-30 Bill Wohler <wohler@newt.com>
7009
7010 * help.texi (Help Mode): URLs viewed with browse-url.
7011
70122005-10-31 Nick Roberts <nickrob@snap.net.nz>
7013
7014 * building.texi (GDB Graphical Interface): Don't reference
7015 gdb-mouse-set-clear-breakpoint. Explain gdb-mouse-until
7016 must stay in same frame.
7017
70182005-10-29 Chong Yidong <cyd@stupidchicken.com>
7019
7020 * custom.texi (Init File): Document ~/.emacs.d/init.el.
7021
7022 * anti.texi (Antinews): Likewise.
7023
8cf51b2c
GM
70242005-10-28 Bill Wohler <wohler@newt.com>
7025
7026 * help.texi (Help): Help mode now creates hyperlinks for URLs.
7027
70282005-10-28 Richard M. Stallman <rms@gnu.org>
7029
7030 * files.texi (Visiting): Explain how to enter ? in a file name.
7031
7032 * trouble.texi (Memory Full): Mention !MEM FULL! in mode line.
7033
8cf51b2c
GM
70342005-10-25 Nick Roberts <nickrob@snap.net.nz>
7035
1c6c854e
CS
7036 * building.texi (GDB Graphical Interface):
7037 Describe gdb-mouse-until.
8cf51b2c
GM
7038
70392005-10-23 Richard M. Stallman <rms@gnu.org>
7040
7041 * custom.texi (Init File): Recommend when to use site-start.el.
7042
8cf51b2c
GM
70432005-10-21 Juri Linkov <juri@jurta.org>
7044
7045 * custom.texi (Examining): Mention accessing the old variable
7046 value via M-n in set-variable.
7047
8cf51b2c
GM
70482005-10-18 Romain Francoise <romain@orebokech.com>
7049
7050 * files.texi (Version Systems): Capitalize GNU.
7051
8cf51b2c
GM
70522005-10-18 Nick Roberts <nickrob@snap.net.nz>
7053
7054 * building.texi (Compilation Mode): Remove redundant paragraph.
7055 (Watch Expressions): Remove paragraph to reflect code change.
7056
8cf51b2c
GM
70572005-10-16 Richard M. Stallman <rms@gnu.org>
7058
7059 * building.texi (Compilation Mode, Compilation): Clarified.
7060
70612005-10-15 Richard M. Stallman <rms@gnu.org>
7062
7063 * misc.texi (Saving Emacs Sessions): Mention savehist library.
7064
8cf51b2c
GM
70652005-10-13 Kenichi Handa <handa@m17n.org>
7066
7067 * basic.texi (Position Info): Fix previous change.
7068
c8763fb6 70692005-10-12 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
7070
7071 * cmdargs.texi (Icons X): Fix typo.
7072
70732005-10-12 Kenichi Handa <handa@m17n.org>
7074
7075 * basic.texi (Position Info): Describe the case that Emacs shows
7076 "part of display ...".
7077
c8763fb6 70782005-10-10 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
7079
7080 * cmdargs.texi (Icons X): -nb => -nbi.
7081
70822005-10-10 Chong Yidong <cyd@stupidchicken.com>
7083
7084 * frames.texi (Speedbar): A couple more clarifications.
7085
70862005-10-11 Nick Roberts <nickrob@snap.net.nz>
7087
7088 * building.texi (GDB User Interface Layout): Improve diagram.
7089 (Watch Expressions): Explain how to make speedbar global.
7090 (Other GDB User Interface Buffers): Make references more precise.
7091
8cf51b2c
GM
70922005-10-09 Richard M. Stallman <rms@gnu.org>
7093
7094 * frames.texi (Speedbar): Clarify the text.
7095
70962005-10-09 Chong Yidong <cyd@stupidchicken.com>
7097
7098 * frames.texi (Speedbar): Add information on keybindings,
7099 dismissing the speedbar, and buffer display mode. Link to
7100 speedbar manual.
7101
c8763fb6 71022005-10-09 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c 7103
1c6c854e 7104 * cmdargs.texi (Icons X): Remove options -i, -itype, --icon-type,
8cf51b2c
GM
7105 added -nb, --no-bitmap-icon.
7106
8cf51b2c
GM
71072005-10-07 Nick Roberts <nickrob@snap.net.nz>
7108
7109 * building.texi (GDB Graphical Interface): Add variables and
7110 functions to indices. Be more precise.
7111
c8763fb6 71122005-10-03 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
7113
7114 * frames.texi (Drag and Drop): Remove the x- from
7115 x-dnd-open-file-other-window and xdnd-protocol-alist.
7116
71172005-09-30 Romain Francoise <romain@orebokech.com>
7118
7119 * mini.texi (Minibuffer): The default value now appears before the
7120 colon in minibuffer prompts.
7121
8cf51b2c
GM
71222005-09-25 Richard M. Stallman <rms@gnu.org>
7123
7124 * search.texi (Regexp Search): Doc search-whitespace-regexp.
7125
8cf51b2c
GM
71262005-09-20 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
7127
7128 * text.texi (Paragraphs): Correction about Paragraph-Indent Text mode.
7129
8cf51b2c
GM
71302005-09-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7131
7132 * emacs.texi (Top): Update submenus from macos.texi.
7133
7134 * macos.texi: Change `Mac OS 8 or 9' to `Mac OS Classic'.
7135 (Mac OS): Update feature support status.
7136 (Mac Input): List supported input scripts. Remove description
7137 about `mac-keyboard-text-encoding'. Mention mouse button
7138 emulation and related variables.
7139 (Mac International): Mention Central European and Cyrillic
7140 support. Now `keyboard-coding-system' is dynamically changed.
1c6c854e
CS
7141 Add description about coding system for selection.
7142 Add description about language environment.
7143 (Mac Environment Variables):
7144 Mention `~/.MacOSX/environment.plist'. Give example of command line
8cf51b2c
GM
7145 arguments. Add Preferences support.
7146 (Mac Directories): Explicitly state that this node is for Mac OS
7147 Classic only.
1c6c854e
CS
7148 (Mac Font Specs): Mention specification for scalable fonts.
7149 List supported charsets. Add preferred way of creating fontsets.
7150 Add description about `mac-allow-anti-aliasing'.
8cf51b2c
GM
7151 (Mac Functions): Add descriptions about `mac-set-file-creator',
7152 `mac-get-file-creator', `mac-set-file-type', `mac-get-file-type',
7153 and `mac-get-preference'.
7154
8cf51b2c
GM
71552005-09-16 Romain Francoise <romain@orebokech.com>
7156
7157 Update all files to specify GFDL version 1.2.
7158
7159 * doclicense.texi (GNU Free Documentation License): Update to
7160 version 1.2.
7161
71622005-09-15 Richard M. Stallman <rms@gnu.org>
7163
7164 * buffers.texi (List Buffers): Fix xref.
7165
7166 * rmail.texi (Rmail Basics): Fix xref.
7167
7168 * emacs.texi (Top): Update subnode menus.
7169
7170 * files.texi (Saving Commands): New node, broken out of Saving.
7171 (Customize Save): New node, broken out of Saving.
7172 Clarify effect of write-region-inhibit-fsync.
7173 (Misc File Ops): Say write-region-inhibit-fsync affects write-region.
7174
8cf51b2c
GM
71752005-09-14 Romain Francoise <romain@orebokech.com>
7176
7177 * files.texi (Saving): Mention write-region-inhibit-fsync.
7178
71792005-09-05 Chong Yidong <cyd@stupidchicken.com>
7180
7181 * custom.texi (Custom Themes): New node.
7182
71832005-09-03 Richard M. Stallman <rms@gnu.org>
7184
49823426
GM
7185 * search.texi (Search Case): Mention vars that control
7186 case-fold-search for various operations.
8cf51b2c
GM
7187
71882005-08-22 Juri Linkov <juri@jurta.org>
7189
7190 * display.texi (Standard Faces): Merge the text from
7191 `(elisp)Standard Faces' into this node.
7192
71932005-08-18 Luc Teirlinck <teirllm@auburn.edu>
7194
7195 * emacs.texi (Top): Delete menu item for deleted node
7196 Keyboard Translations.
7197
71982005-08-18 Richard M. Stallman <rms@gnu.org>
7199
8cf51b2c
GM
7200 * trouble.texi (Unasked-for Search):
7201 Delete xref to Keyboard Translations.
7202
7203 * glossary.texi (Glossary): Delete xref.
7204
8cf51b2c
GM
7205 * custom.texi (Minor Modes): Say that the list here is not complete.
7206 (Keyboard Translations): Node deleted.
7207 (Disabling): Delete xref to it.
7208 (Customization Groups): Fix Custom buffer example.
7209 (Hooks): Mention remove-hooks.
7210
72112005-08-17 Luc Teirlinck <teirllm@auburn.edu>
7212
7213 * building.texi (GDB Graphical Interface): Improve filling of menu
7214 item.
7215
72162005-08-18 Nick Roberts <nickrob@snap.net.nz>
7217
7218 * building.texi (GDB Graphical Interface): Use better node names.
7219
72202005-08-14 Richard M. Stallman <rms@gnu.org>
7221
7222 * text.texi (Sentences): Fix xref.
7223
72242005-08-14 Juri Linkov <juri@jurta.org>
7225
7226 * building.texi (Compilation, Grep Searching): Move grep command
7227 headings from `Compilation' to `Grep Searching'.
7228
7229 * dired.texi (Dired and Find):
7230 * maintaining.texi (Tags Search): Replace grep xref to
7231 `Compilation' node with `Grep Searching'.
7232
7233 * files.texi (Comparing Files): Replace xref to `Compilation' with
7234 `Compilation Mode'.
7235
72362005-08-13 Alan Mackenzie <acm@muc.de>
7237
7238 * search.texi (Non-ASCII Isearch): Correct a typo.
7239 (Replacement Commands): Mention query-replace key binding.
7240
72412005-08-11 Richard M. Stallman <rms@gnu.org>
7242
7243 * programs.texi (Options for Comments): Fix xref.
7244
7245 * search.texi (Regexp Backslash, Regexp Example): New nodes split
7246 out of Regexps.
7247
8cf51b2c
GM
72482005-08-09 Juri Linkov <juri@jurta.org>
7249
7250 * building.texi (Compilation): Use `itemx' instead of `item'.
7251 (Grep Searching): Simplify phrase.
7252
7253 * display.texi (Standard Faces): Describe vertical-border on
7254 window systems.
7255
7256 * windows.texi (Split Window): Simplify phrase and mention
7257 vertical-border face.
7258
72592005-08-09 Richard M. Stallman <rms@gnu.org>
7260
7261 * files.texi (Comparing Files): Clarify compare-windows.
7262
7263 * calendar.texi (Scroll Calendar): Document < and > in calendar.
7264
8cf51b2c
GM
72652005-08-06 Eli Zaretskii <eliz@gnu.org>
7266
7267 * mule.texi (Coding Systems): Rephrase the paragraph about
7268 codepages: no need for "M-x codepage-setup" anymore, except on
7269 MS-DOS.
7270
7271 * msdog.texi (MS-DOS and MULE): Clarify that this section is for
7272 the MS-DOS port only.
7273
72742005-07-30 Eli Zaretskii <eliz@gnu.org>
7275
7276 * makefile.w32-in (info): Don't run multi-install-info.bat.
7277 ($(infodir)/dir): New target, produced by running
7278 multi-install-info.bat.
7279
8cf51b2c
GM
72802005-07-22 Eli Zaretskii <eliz@gnu.org>
7281
7282 * files.texi (Quoted File Names): Add index entry.
7283
8cf51b2c
GM
72842005-07-19 Juri Linkov <juri@jurta.org>
7285
7286 * files.texi (Comparing Files): Mention resync for `compare-windows'.
7287
72882005-07-18 Juri Linkov <juri@jurta.org>
7289
8cf51b2c
GM
7290 * custom.texi (Easy Customization):
7291 * files.texi (Old Versions):
7292 * frames.texi (Wheeled Mice):
7293 * mule.texi (Specify Coding):
8cf51b2c
GM
7294 * text.texi (Cell Justification):
7295 * trouble.texi (After a Crash):
8cf51b2c
GM
7296 * xresources.texi (GTK styles):
7297 Delete duplicate duplicate words.
7298
72992005-07-17 Richard M. Stallman <rms@gnu.org>
7300
7301 * frames.texi (Creating Frames): Fix foreground color example.
7302
7303 * custom.texi (Init Examples): Clean up text about conditionals.
7304
73052005-07-16 Richard M. Stallman <rms@gnu.org>
7306
7307 * mini.texi (Completion Commands): Fix command name for ?.
7308
8cf51b2c
GM
73092005-07-16 Eli Zaretskii <eliz@gnu.org>
7310
7311 * display.texi (Standard Faces): Explain that customization of
1c6c854e
CS
7312 `menu' face has no effect on w32 and with GTK.
7313 Add cross-references.
8cf51b2c
GM
7314
7315 * cmdargs.texi (General Variables): Clarify the default location
7316 of $HOME on w32 systems.
7317
73182005-07-15 Jason Rumney <jasonr@gnu.org>
7319
7320 * cmdargs.texi (General Variables): Default HOME on MS Windows has
7321 changed.
7322
73232005-07-08 Kenichi Handa <handa@m17n.org>
7324
1c6c854e
CS
7325 * mule.texi (Recognize Coding):
7326 Recommend revert-buffer-with-coding-system instead of revert-buffer.
8cf51b2c
GM
7327
73282005-07-07 Richard M. Stallman <rms@gnu.org>
7329
7330 * anti.texi (Antinews): Mention mode-line-inverse-video.
7331
7332 * files.texi (Saving): Minor correction about C-x C-w.
7333
7334 * display.texi (Display Custom): Don't mention mode-line-inverse-video.
7335
73362005-07-07 Luc Teirlinck <teirllm@auburn.edu>
7337
7338 * search.texi (Isearch Scroll): Add example of using the
7339 `isearch-scroll' property.
7340 (Slow Isearch): Reference anchor for `baud-rate' instead of entire
7341 `Display Custom' node.
7342 (Regexp Replace): Put text that requires Emacs Lisp knowledge last
7343 and de-emphasize it.
7344 (Other Repeating Search): `occur' currently can not correctly
7345 handle multiline matches. Correct, clarify and update description
7346 of `flush-lines' and `keep-lines'.
7347
7348 * display.texi (Display Custom): Add anchor for `baud-rate'.
7349
73502005-07-07 Richard M. Stallman <rms@gnu.org>
7351
7352 * gnu.texi: Update where to get GNU status; add refs for how to help.
7353 Add footnotes 6 and 7.
7354
73552005-07-04 Lute Kamstra <lute@gnu.org>
7356
7357 Update FSF's address in GPL notices.
7358
8cf51b2c 7359 * doclicense.texi (GNU Free Documentation License):
8cf51b2c
GM
7360 * trouble.texi (Checklist): Update FSF's address.
7361
8cf51b2c
GM
73622005-06-24 Richard M. Stallman <rms@gnu.org>
7363
7364 * display.texi (Text Display): Change index entries.
7365
73662005-06-24 Eli Zaretskii <eliz@gnu.org>
7367
7368 * makefile.w32-in (MAKEINFO): Use --force.
7369 (INFO_TARGETS, DVI_TARGETS): Make identical to the lists in
7370 Makefile.in.
8cf51b2c
GM
7371
73722005-06-23 Richard M. Stallman <rms@gnu.org>
7373
1c6c854e 7374 * anti.texi (Antinews): Rename show-nonbreak-escape to
8cf51b2c
GM
7375 nobreak-char-display.
7376
7377 * emacs.texi (Top): Update detailed node listing.
7378
1c6c854e 7379 * display.texi (Text Display): Rename show-nonbreak-escape
8cf51b2c
GM
7380 to nobreak-char-display and no-break-space to nobreak-space.
7381 (Standard Faces): Split up the list of standard faces
7382 and put it in a separate node. Add nobreak-space and
7383 escape-glyph.
7384
8cf51b2c
GM
73852005-06-23 Lute Kamstra <lute@gnu.org>
7386
7387 * mule.texi (Select Input Method): Fix typo.
7388
73892005-06-23 Kenichi Handa <handa@m17n.org>
7390
1c6c854e
CS
7391 * mule.texi (International): List all supported scripts.
7392 Adjust text for that leim is now included in the normal Emacs
8cf51b2c
GM
7393 distribution.
7394 (Language Environments): List all language environments.
7395 Intlfonts contains fonts for most supported scripts, not all..
7396 (Select Input Method): Refer to C-u C-x = to see how to type to
10d1d0af 7397 input a specific character.
8cf51b2c
GM
7398 (Recognize Coding): Fix typo, china-iso-8bit -> chinese-iso-8bit.
7399
74002005-06-23 Juanma Barranquero <lekktu@gmail.com>
7401
49823426 7402 * building.texi (Grep Searching): Texinfo usage fix.
8cf51b2c
GM
7403
74042005-06-22 Miles Bader <miles@gnu.org>
7405
7406 * display.texi (Faces): Change `vertical-divider' to `vertical-border'.
7407
74082005-06-20 Miles Bader <miles@gnu.org>
7409
7410 * display.texi (Faces): Add `vertical-divider'.
7411
74122005-06-17 Richard M. Stallman <rms@gnu.org>
7413
7414 * text.texi (Adaptive Fill): Minor clarification.
7415
8cf51b2c
GM
74162005-06-10 Lute Kamstra <lute@gnu.org>
7417
7418 * emacs.texi (Top): Correct version number.
7419 * anti.texi (Antinews): Correct version number. Use EMACSVER to
7420 refer to the current version of Emacs.
7421
74222005-06-08 Luc Teirlinck <teirllm@auburn.edu>
7423
7424 * files.texi (Log Buffer): Document when there can be more than
7425 one file to be committed.
7426
74272005-06-08 Juri Linkov <juri@jurta.org>
7428
7429 * display.texi (Faces): Add `shadow' face.
7430
74312005-06-07 Masatake YAMATO <jet@gyve.org>
7432
7433 * display.texi (Faces): Write about mode-line-highlight.
7434
74352005-06-06 Richard M. Stallman <rms@gnu.org>
7436
7437 * misc.texi (Printing Package): Explain how to initialize
7438 printing package.
7439
7440 * cmdargs.texi (Action Arguments): Clarify directory default for -l.
7441
74422005-06-05 Chong Yidong <cyd@stupidchicken.com>
7443
7444 * emacs.texi: Rename Hardcopy to Printing.
7445 Make PostScript and PostScript Variables subnodes of it.
7446
7447 * misc.texi (Printing): Rename node from Hardcopy.
7448 Mention menu bar options.
7449 Move PostScript and PostScript Variables to submenu.
7450 (Printing package): New node.
7451
7452 * mark.texi (Using Region): Change Hardcopy xref to Printing.
7453
7454 * dired.texi (Operating on Files): Likewise.
7455
7456 * calendar.texi (Displaying the Diary): Likewise.
7457
7458 * msdog.texi (MS-DOS Printing, MS-DOS Processes): Likewise.
7459
7460 * glossary.texi (Glossary): Likewise.
7461
7462 * frames.texi (Mode Line Mouse): Mention mode-line-highlight
7463 effect.
7464
74652005-06-04 Richard M. Stallman <rms@gnu.org>
7466
7467 * trouble.texi (After a Crash): Polish previous change.
7468
8cf51b2c
GM
74692005-05-30 Noah Friedman <friedman@splode.com>
7470
7471 * trouble.texi (After a Crash): Mention emacs-buffer.gdb as a
7472 recovery mechanism.
7473
8cf51b2c
GM
74742005-05-28 Nick Roberts <nickrob@snap.net.nz>
7475
7476 * building.texi (Other Buffers): SPC toggles display of
7477 floating point registers.
7478
8cf51b2c
GM
74792005-05-27 Nick Roberts <nickrob@snap.net.nz>
7480
7481 * files.texi (Log Buffer): Merge in description of Log Edit
7482 mode from pcl-cvs.texi.
7483
74842005-05-26 Richard M. Stallman <rms@gnu.org>
7485
7486 * building.texi (Lisp Eval): C-M-x with arg runs Edebug.
7487
8cf51b2c
GM
74882005-05-24 Luc Teirlinck <teirllm@auburn.edu>
7489
7490 * fixit.texi (Spelling): Delete confusing sentence; flyspell is
7491 not enabled by default.
7492 When not on a word, `ispell-word' by default checks the word
7493 before point.
7494
74952005-05-24 Nick Roberts <nickrob@snap.net.nz>
7496
7497 * building.texi (Debugger Operation): Simplify last sentence.
7498
74992005-05-23 Lute Kamstra <lute@gnu.org>
7500
7501 * emacs.texi: Update FSF's address throughout.
7502 (Preface): Use @cite.
7503 (Distrib): Add cross reference to the node "Copying". Mention the
7504 FDL. Don't refer to etc/{FTP,ORDERS}. Mention the sale of
7505 printed manuals.
7506 (Intro): Use @xref for the Emacs Lisp Intro.
7507
8cf51b2c
GM
75082005-05-18 Luc Teirlinck <teirllm@auburn.edu>
7509
7510 * buffers.texi (Select Buffer): Document `C-u M-g M-g'.
7511
7512 * basic.texi (Moving Point): Mention default for `goto-line'.
7513
7514 * programs.texi (Lisp Doc): Eldoc mode shows only the first line
7515 of a variable's docstring.
7516
75172005-05-18 Lute Kamstra <lute@gnu.org>
7518
7519 * maintaining.texi (Overview of Emerge): Add cross reference.
7520 Remove duplication.
7521
7522 * emacs.texi (Top): Update to the current structure of the manual.
7523 * misc.texi (Emacs Server): Add menu description.
7524 * files.texi (Saving): Fix menu.
7525 * custom.texi (Customization): Fix menu.
7526 * mule.texi (International): Fix menu.
7527 * kmacro.texi (Keyboard Macros): Fix menu.
7528
75292005-05-16 Luc Teirlinck <teirllm@auburn.edu>
7530
7531 * display.texi: Various minor changes.
7532 (Faces): Delete text that is repeated in the next section.
7533
75342005-05-16 Nick Roberts <nickrob@snap.net.nz>
7535
7536 * building.texi (Debugger Operation): Mention GUD tooltips are
7537 disabled with GDB in text command mode.
7538
8cf51b2c
GM
75392005-05-16 Nick Roberts <nickrob@snap.net.nz>
7540
7541 * building.texi: Replace toolbar with "tool bar" for consistency.
7542 (Compilation Mode): Describe compilation-context-lines
7543 and use of arrow in compilation buffer.
7544 (Debugger Operation): Replace help text with variable's value.
7545
7546 * frames.texi (Tooltips): Replace toolbar with "tool bar" for
7547 consistency.
7548
75492005-05-15 Luc Teirlinck <teirllm@auburn.edu>
7550
7551 * major.texi (Choosing Modes): normal-mode processes the -*- line.
7552 Add xref.
7553
8cf51b2c
GM
75542005-05-14 Luc Teirlinck <teirllm@auburn.edu>
7555
7556 * basic.texi (Moving Point): Mention `M-g g' binding for `goto-line'.
7557 (Position Info): Delete discussion of `goto-line'. It is already
7558 described in `Moving point'.
7559
7560 * mini.texi (Completion Commands): Correct reference.
7561 (Completion Options): Fix typo.
7562
7563 * killing.texi (Deletion): Complete description of `C-x C-o'.
7564
8cf51b2c
GM
75652005-05-10 Richard M. Stallman <rms@gnu.org>
7566
7567 * building.texi (Compilation): Clarify recompile's directory choice.
7568
7569 * frames.texi (Tooltips): Cleanups.
7570
7571 * basic.texi (Arguments): Fix punctuation.
7572
75732005-05-09 Luc Teirlinck <teirllm@auburn.edu>
7574
7575 * screen.texi (Menu Bar): The up and down (not left and right)
7576 arrow keys move through a keyboard menu.
7577
75782005-05-08 Luc Teirlinck <teirllm@auburn.edu>
7579
7580 * basic.texi: Various typo and grammar fixes.
7581 (Moving Point): C-a now runs move-beginning-of-line.
7582
75832005-05-08 Nick Roberts <nickrob@snap.net.nz>
7584
7585 * building.texi (Debugger Operation): Describe gud-tooltip-echo-area.
7586
7587 * frames.texi (Tooltips): Describe help tooltips and GUD tooltips
7588 as different animals.
7589
75902005-05-07 Luc Teirlinck <teirllm@auburn.edu>
7591
7592 * frames.texi (Mouse References): Clarify `mouse-1-click-follows-link'.
7593 Correct index entry.
7594
75952005-05-07 Nick Roberts <nickrob@snap.net.nz>
7596
7597 * building.texi (Debugger Operation): Update to reflect changes
7598 in GUD tooltips.
7599
76002005-04-30 Richard M. Stallman <rms@gnu.org>
7601
7602 * files.texi (Compressed Files): Auto Compression normally enabled.
7603
7604 * building.texi (Debugger Operation): Clarify previous change.
7605
8cf51b2c
GM
76062005-04-28 Nick Roberts <nickrob@snap.net.nz>
7607
7608 * building.texi (Debugger Operation): Add description for
7609 GUD tooltips when program is not running.
7610
76112005-04-26 Luc Teirlinck <teirllm@auburn.edu>
7612
7613 * misc.texi (Shell): Add `Shell Prompts' to menu.
7614 (Shell Mode): Add xref to `Shell Prompts'. Clarify `C-c C-u'
7615 description. Delete remarks moved to new node.
7616 (Shell Prompts): New node.
7617 (History References): Replace remarks moved to `Shell Prompts'
7618 with xref to that node.
7619 (Remote Host): Clarify how to specify the terminal type when
7620 logging in to a different machine.
7621
76222005-04-26 Richard M. Stallman <rms@gnu.org>
7623
7624 * emacs.texi (Top): Update submenus from files.texi.
7625
7626 * files.texi (Filesets): Clarify previous change.
7627
7628 * dired.texi (Misc Dired Features): Clarify previous change.
7629
76302005-04-25 Chong Yidong <cyd@stupidchicken.com>
7631
7632 * ack.texi (Acknowledgments): Delete info about iso-acc.el.
7633
1c6c854e
CS
7634 * dired.texi (Misc Dired Features):
7635 Document dired-compare-directories.
8cf51b2c
GM
7636
7637 * files.texi (Filesets): New node.
7638 (File Conveniences): Document Image mode.
7639
7640 * text.texi (TeX Print): Document tex-compile.
7641
76422005-04-25 Luc Teirlinck <teirllm@auburn.edu>
7643
7644 * frames.texi (Tooltips): Tooltip mode is enabled by default.
7645 Delete redundant reference to tooltip Custom group. It is
7646 referred too again in the next paragraph.
7647
76482005-04-24 Richard M. Stallman <rms@gnu.org>
7649
7650 * ack.texi: Delete info about lazy-lock.el and fast-lock.el.
7651
8cf51b2c
GM
76522005-04-19 Kim F. Storm <storm@cua.dk>
7653
7654 * building.texi (Compilation Mode): Add M-g M-n and M-g M-p bindings.
7655
76562005-04-18 Lars Hansen <larsh@math.ku.dk>
7657
7658 * misc.texi (Saving Emacs Sessions): Add that "--no-desktop" now
7659 turns off desktop-save-mode.
7660
76612005-04-17 Luc Teirlinck <teirllm@auburn.edu>
7662
7663 * frames.texi (XTerm Mouse): Xterm Mouse mode is no longer enabled
7664 by default in terminals compatible with xterm. Mention that
7665 xterm-mouse-mode is a minor mode and put in pxref to Minor Modes
7666 node.
7667
8cf51b2c
GM
76682005-04-12 Luc Teirlinck <teirllm@auburn.edu>
7669
7670 * frames.texi (XTerm Mouse): Xterm Mouse mode is now enabled by default.
7671
c8763fb6 76722005-04-12 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
7673
7674 * xresources.texi (Table of Resources): Add cursorBlink.
7675
76762005-04-11 Luc Teirlinck <teirllm@auburn.edu>
7677
7678 * rmail.texi (Rmail Summary Edit): Explain numeric arguments to
7679 `d', `C-d' and `u'.
7680
76812005-04-11 Richard M. Stallman <rms@gnu.org>
7682
7683 * cmdargs.texi (Initial Options): -Q is now --quick, and does less.
7684 (Misc X): Add -D, --basic-display.
7685
7686 * maintaining.texi (Change Log): Correct the description of
7687 the example.
7688
7689 * major.texi (Choosing Modes): Document magic-mode-alist.
7690
8cf51b2c
GM
76912005-04-10 Luc Teirlinck <teirllm@auburn.edu>
7692
7693 * rmail.texi (Rmail Basics): Clarify description of `q' and `b'.
7694 (Rmail Deletion): `C-d' in RMAIL buffer does not accept a numeric arg.
7695 (Rmail Inbox): Give full name of `rmail-primary-inbox-list'.
7696 (Rmail Output): Clarify which statements apply to `o', `C-o' and
7697 `w', respectively.
7698 (Rmail Labels): Mention `l'.
7699 (Rmail Attributes): Correct pxref. Mention `stored' attribute.
7700 (Rmail Summary Edit): Describe `j' and RET.
7701
c8763fb6 77022005-04-10 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
7703
7704 * xresources.texi (Lucid Resources): Add fontSet resource.
7705
8cf51b2c
GM
77062005-04-09 Luc Teirlinck <teirllm@auburn.edu>
7707
7708 * display.texi (Useless Whitespace): `indicate-unused-lines' is
7709 now called `indicate-empty-lines'.
7710
77112005-04-06 Kim F. Storm <storm@cua.dk>
7712
7713 * cmdargs.texi (Initial Options): Add --bare-bones alias for -Q.
7714
77152005-04-04 Luc Teirlinck <teirllm@auburn.edu>
7716
7717 * dired.texi (Dired Visiting): `dired-view-command-alist' has been
7718 deleted.
7719 (Marks vs Flags): Add some convenient key bindings.
7720 (Hiding Subdirectories): Delete redundant and inaccurate sentence.
7721 (Misc Dired Features): Correct and expand description of `w' command.
7722
7723 * frames.texi (XTerm Mouse): Delete apparently false info.
7724 The GNU/Linux console currently does not appear to support
7725 `xterm-mouse-mode'.
7726
8cf51b2c
GM
77272005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
7728
7729 * calendar.texi (Diary): Mention shell utility `calendar'.
7730
77312005-04-01 Richard M. Stallman <rms@gnu.org>
7732
7733 * cmdargs.texi (Misc X): Explain horizontal scroll bars don't exist.
7734
8cf51b2c
GM
77352005-04-01 Lute Kamstra <lute@gnu.org>
7736
7737 * maintaining.texi (Change Log): add-change-log-entry uses
7738 add-log-mailing-address.
7739
77402005-03-31 Luc Teirlinck <teirllm@auburn.edu>
7741
7742 * files.texi (Reverting): Move `auto-revert-check-vc-info' to
7743 `VC Mode Line' and put in an xref to that node.
7744 (VC Mode Line): Move `auto-revert-check-vc-info' here and clarify
7745 its description.
7746
77472005-03-31 Paul Eggert <eggert@cs.ucla.edu>
7748
7749 * calendar.texi (Calendar Systems): Say that the Persian calendar
7750 implemented here is the arithmetical one championed by Birashk.
7751
77522005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
7753
7754 * programs.texi (Fortran Motion): Fix previous change.
7755
8cf51b2c
GM
77562005-03-29 Richard M. Stallman <rms@gnu.org>
7757
7758 * mule.texi (Single-Byte Character Support): Reinstall the C-x 8 info.
7759
77602005-03-29 Chong Yidong <cyd@stupidchicken.com>
7761
7762 * text.texi (Refill): Refer to Long Lines Mode.
7763 (Longlines): New node.
7764 (Auto Fill): Don't index "word wrap" here.
7765 (Filling): Add Longlines to menu.
7766
77672005-03-29 Richard M. Stallman <rms@gnu.org>
7768
7769 * xresources.texi: Minor fixes.
7770
7771 * misc.texi (Emacs Server): Fix Texinfo usage.
7772
7773 * emacs.texi (Top): Don't use a real section heading for
7774 "Detailed Node Listing". Fake it instead.
7775
7776 * basic.texi (Position Info): Minor cleanup.
7777
7778 * mule.texi (Input Methods): Minor cleanup.
7779
77802005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
7781
7782 * programs.texi (ForIndent Vars): `fortran-if-indent' does other
7783 constructs as well.
7784 (Fortran Motion): Add fortran-end-of-block, fortran-beginning-of-block.
7785
77862005-03-29 Kenichi Handa <handa@m17n.org>
7787
7788 * mule.texi (Input Methods): Refer to the command C-u C-x =.
7789
7790 * basic.texi (Position Info): Update the description about the
7791 command C-u C-x =.
7792
77932005-03-28 Richard M. Stallman <rms@gnu.org>
7794
7795 * emacs.texi (Top): Use @section for the detailed node listing.
7796
7797 * calendar.texi: Minor fixes to previous change.
7798
7799 * programs.texi (Fortran): Small fixes to previous changes.
7800
7801 * emacs.texi (Top): Update list of subnodes of Dired.
7802 Likewise for building.texi.
7803
7804 * files.texi (File Conveniences): Delete Auto Image File mode.
7805
78062005-03-28 Chong Yidong <cyd@stupidchicken.com>
7807
7808 * building.texi (Flymake): New node.
7809
7810 * custom.texi (Function Keys): Document kp- event types and
7811 keypad-setup package.
7812
7813 * dired.texi (Wdired): New node.
7814
7815 * files.texi (File Conveniences): Reorder entries.
7816 Explain how to turn on Auto-image-file mode.
7817 Document Thumbs mode.
7818
7819 * mule.texi (Specify Coding): Document recode-region and
7820 recode-file-name.
7821
7822 * programs.texi (Program Modes): Add Conf mode and DNS mode.
7823
78242005-03-27 Luc Teirlinck <teirllm@auburn.edu>
7825
7826 * commands.texi (Keys): M-o is now a prefix key.
7827
78282005-03-27 Glenn Morris <gmorris@ast.cam.ac.uk>
7829
7830 * programs.texi: Reformat and update copyright years.
7831 (Fortran): Update section.
7832
78332005-03-26 Luc Teirlinck <teirllm@auburn.edu>
7834
7835 * files.texi: Several small changes in addition to:
7836 (Visiting): Change xref for Dialog Boxes to ref.
7837 (Version Headers): Replace references to obsolete var
7838 `vc-header-alist' with `vc-BACKEND-header'.
7839 (Customizing VC): Update value of `vc-handled-backends'.
7840
78412005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
7842
7843 * emacs-xtra.texi (Advanced Calendar/Diary Usage): New section;
7844 move here from Emacs Lisp Reference Manual.
7845 * calendar.texi (Calendar/Diary, Diary Commands)
7846 (Special Diary Entries, Importing Diary): Change some xrefs to
7847 point to emacs-xtra rather than elisp.
7848
7849 * emacs-xtra.texi (Calendar Customizing):
7850 Move view-diary-entries-initially, view-calendar-holidays-initially,
7851 mark-diary-entries-in-calendar, mark-holidays-in-calendar to main
7852 Emacs Manual.
7853 (Appt Customizing): Merge entire section into main Emacs Manual.
7854 * calendar.texi (Holidays): Move view-calendar-holidays-initially,
7855 mark-holidays-in-calendar here from emacs-xtra.
7856 (Displaying the Diary): Move view-diary-entries-initially,
7857 mark-diary-entries-in-calendar here from emacs-xtra.
7858 (Appointments): Move appt-display-mode-line,
7859 appt-display-duration, appt-disp-window-function,
7860 appt-delete-window-function here from emacs-xtra.
7861
7862 * calendar.texi: Update and reformat copyright.
7863 Change all @xrefs to the non-printing emacs-xtra to @inforefs.
7864 (Calendar/Diary): Menu now only on Mouse-3, not C-Mouse-3.
7865 (Diary): Refer to `diary-file' rather than ~/diary.
7866 (Diary Commands): Rename node to "Displaying the Diary".
7867 * emacs.texi (Top): Rename "Diary Commands" section.
7868 * misc.texi (Hardcopy): Rename "Diary Commands" xref.
7869
78702005-03-26 Eli Zaretskii <eliz@gnu.org>
7871
7872 * misc.texi (Emacs Server): Fix the command for setting
7873 server-name. Add an xref to Invoking emacsclient.
7874
7875 * help.texi (Help Summary): Clarify when "C-h ." will do something
7876 nontrivial.
7877 (Apropos): Add cindex entry for apropos-sort-by-scores.
7878
7879 * display.texi (Text Display): Add index entries for how no-break
7880 characters are displayed.
7881
8cf51b2c
GM
78822005-03-26 Eli Zaretskii <eliz@gnu.org>
7883
7884 * files.texi (Visiting): Fix cross-references introduced with the
7885 last change.
7886
7887 * xresources.texi (GTK resources): Fix last change.
7888
8cf51b2c
GM
78892005-03-25 Chong Yidong <cyd@stupidchicken.com>
7890
7891 * xresources.texi (X Resources): GTK options documented too.
7892 (Resources): Clarify meaning of program name.
7893 (Table of Resources): Add visualClass.
7894 (GTK resources): Rewrite.
7895 (GTK widget names, GTK Names in Emacs, GTK styles): Cleanups.
7896
7897 * display.texi (Text Display): Mention non-breaking spaces.
7898
7899 * files.texi (Reverting): Document auto-revert-check-vc-info.
7900
7901 * frames.texi (Mouse Commands): Document
7902 x-mouse-click-focus-ignore-position and mouse-drag-copy-region.
7903
7904 * help.texi (Help Summary): Add `C-h .'.
7905 (Apropos): Apropos accepts a list of search terms.
7906 Document apropos-sort-by-scores.
7907 (Help Echo): Document display-local-help.
7908
7909 * misc.texi (Emacs Server): Document server-name.
7910 (Invoking emacsclient): Document -s option for server names.
7911
7912 * text.texi (Outline Visibility): Introduce "current heading
7913 line" (commands can be called with point on a body line).
7914 Re-order table to follow the sequence of discussion.
7915 hide-body won't hide lines before first header line.
7916 (TeX Mode): Add DocTeX mode.
7917
8cf51b2c
GM
79182005-03-24 Richard M. Stallman <rms@gnu.org>
7919
7920 * mule.texi (Single-Byte Character Support): Delete mention
7921 of iso-acc.el and iso-transl.el.
7922
8cf51b2c
GM
79232005-03-23 Lute Kamstra <lute@gnu.org>
7924
7925 * search.texi (Non-ASCII Isearch): Rename from Non-Ascii Isearch.
7926
79272005-03-23 Richard M. Stallman <rms@gnu.org>
7928
8cf51b2c
GM
7929 * search.texi: Delete explicit node pointers.
7930 (Incremental Search): New menu.
7931 (Basic Isearch, Repeat Isearch, Error in Isearch)
7932 (Non-Ascii Isearch, Isearch Yank, Highlight Isearch, Isearch Scroll)
7933 (Slow Isearch): New subnodes.
7934 (Configuring Scrolling): Node deleted.
7935 (Search Case): Doc default-case-fold-search.
7936 (Regexp Replace): Move replace-regexp doc here.
7937
7938 * rmail.texi (Movemail): Put commas inside closequotes.
7939
7940 * picture.texi (Insert in Picture): Document C-c arrow combos.
7941 (Basic Picture): Clarify erasure.
7942
7943 * display.texi (Font Lock): Put commas inside closequotes.
7944
7945 * cmdargs.texi (General Variables): Put commas inside closequotes.
7946
79472005-03-23 Nick Roberts <nickrob@snap.net.nz>
7948
7949 * building.texi (Stack Buffer): Mention reverse contrast for
7950 *selected* frame (might not be current frame).
7951
8cf51b2c
GM
79522005-03-21 Richard M. Stallman <rms@gnu.org>
7953
7954 * building.texi (Starting GUD): Add bashdb.
7955
79562005-03-20 Chong Yidong <cyd@stupidchicken.com>
7957
7958 * basic.texi (Moving Point): Add M-g M-g binding.
7959 (Undo): Document undo-only.
7960 (Position Info): Document M-g M-g and C-u M-g M-g.
7961
7962 * building.texi (Building): Put Grep Searching after Compilation
7963 Shell.
7964 (Compilation Mode): Document M-n, M-p, M-}, M-{, and C-c C-f bindings.
7965 Document next-error-highlight.
7966 (Grep Searching): Document grep-highlight-matches.
7967 (Lisp Eval): Typing C-x C-e twice prints integers specially.
7968
7969 * calendar.texi (Importing Diary): Rename node from iCalendar.
7970 Document diary-from-outlook.
7971
7972 * dired.texi (Misc Dired Features): Rename node from Misc Dired
7973 Commands.
7974 Mention effect of X drag and drop on Dired buffers.
7975
7976 * files.texi (Visiting): Document large-file-warning-threshold.
7977 Move paragraph on file-selection dialog.
7978 Mention visiting files using X drag and drop.
7979 (Reverting): Mention using Auto-Revert mode to tail files.
7980 Document auto-revert-tail-mode.
7981 (Version Systems): Minor correction.
7982 (Comparing Files): Diff-mode is no longer based on Compilation
7983 mode.
7984 Document compare-ignore-whitespace.
7985 (Misc File Ops): Explain passing a directory to rename-file.
7986 Likewise for copy-file and make-symbolic-link.
7987
7988 * frames.texi (Wheeled Mice): Mouse wheel support on by default.
7989 Document mouse-wheel-progressive speed.
7990
7991 * help.texi (Misc Help): Document numeric argument for C-h i.
7992 Correctly explain the effect of just C-u as argument.
7993
7994 * killing.texi (Deletion): Document numeric argument for
7995 just-one-space.
7996
7997 * mini.texi (Completion): Completion acts on text before point.
7998
7999 * misc.texi (Saving Emacs Sessions): Document desktop-restore-eager.
8000 (Emulation): CUA mode replaces pc-bindings-mode,
8001 pc-selection-mode, and s-region.
8002
8003 * mule.texi (Input Methods): Leim is now built-in.
8004 (Select Input Method): Document quail-show-key.
8005 (Specify Coding): Document revert-buffer-with-coding-system.
8006
8007 * programs.texi (Fortran Motion): Document f90-next-statement,
8008 f90-previous-statement, f90-next-block, f90-previous-block,
8009 f90-end-of-block, and f90-beginning-of-block.
8010
8011 * text.texi (Format Faces): Replace old M-g key prefix with M-o.
8012
8013 * emacs.texi (Acknowledgments): Updated.
8014
8015 * anti.texi: Total rewrite.
8016
8cf51b2c
GM
80172005-03-19 Chong Yidong <cyd@stupidchicken.com>
8018
8019 * ack.texi (Acknowledgments): Update.
8020
80212005-03-19 Eli Zaretskii <eliz@gnu.org>
8022
1c6c854e
CS
8023 * anti.texi (Antinews): Refer to Emacs 21.4, not 21.3.
8024 Update copyright years.
8cf51b2c
GM
8025
80262005-03-14 Nick Roberts <nickrob@snap.net.nz>
8027
8028 * building.texi (Commands of GUD): Move paragraph on setting
8029 breakpoints with mouse to the GDB Graphical Interface node.
8030
80312005-03-07 Richard M. Stallman <rms@gnu.org>
8032
8cf51b2c
GM
8033 * misc.texi (Single Shell, Shell Options): Fix previous change.
8034
8035 * building.texi (Debugger Operation): Update GUD tooltip enable info.
8036
80372005-03-06 Richard M. Stallman <rms@gnu.org>
8038
8039 * building.texi (Starting GUD): Don't explain text vs graphical
8040 GDB here. Just mention it and xref.
8041 Delete "just one debugger process".
8042 (Debugger Operation): Move GUD tooltip info here.
8043 (GUD Tooltips): Node deleted.
8044 (GDB Graphical Interface): Explain the two GDB modes here.
8045
8cf51b2c
GM
8046 * sending.texi (Sending Mail): Minor cleanup.
8047 (Mail Aliases): Explain quoting conventions.
8048 Update key rebinding example.
8049 (Header Editing): C-M-i is like M-TAB.
8050 (Mail Mode Misc): mail-attach-file does not do MIME.
8051
8052 * rmail.texi (Rmail Inbox): Move text from Remote Mailboxes
8053 that really belongs here.
8054 (Remote Mailboxes): Text moved to Rmail Inbox.
8055 (Rmail Display): Mention Mouse-1.
8056 (Movemail): Clarify two movemail versions.
8057 Clarify rmail-movemail-program.
8058
8cf51b2c
GM
8059 * misc.texi (Single Shell): Replace uudecode example with gpg example.
8060 Document async shell commands.
8061 (Shell History): Clarify.
8062 (Shell Ring): Mention C-UP an C-DOWN.
8063 (Shell Options): Add comint-prompt-read-only.
8064 (Invoking emacsclient): Set EDITOR to run Emacs.
8065 (Sorting): No need to explain what region is.
8066 (Saving Emacs Sessions): Fix typo.
8067 (Recursive Edit): Fix punctuation.
8068 (Emulation): Don't mention "PC bindings" which are standard.
8069 (Hyperlinking): Explain Mouse-1 convention here.
8070 (Find Func): Node deleted.
8071
8cf51b2c
GM
8072 * help.texi (Name Help): Xref to Hyperlinking.
8073
8074 * glossary.texi (Glossary):
8075 Rename "Balance Parentheses" to "Balancing...".
8076 Add "Byte Compilation". Correct "Copyleft".
8077 New xref in "Customization".
8078 Clarify "Current Line", "Echoing", "Fringe", "Frame", "Speedbar".
8079 Add "Graphical Terminal" "Keybinding", "Margin", "Window System".
8080 Rename "Registers" to "Register".
8081 Replace "Selecting" with "Selected Frame",
8082 "Selected Window", and "Selecting a Buffer".
8083
8084 * files.texi (Types of Log File): Explain how projects'
8085 methods can vary.
8086
8cf51b2c
GM
8087 * display.texi (Faces): Delete "Emacs 21".
8088
8089 * custom.texi (Changing a Variable): C-M-i like M-TAB.
8090 * fixit.texi (Spelling): C-M-i like M-TAB.
8091 * mini.texi (Completion Options): C-M-i like M-TAB.
8092 * programs.texi (Symbol Completion): C-M-i like M-TAB.
8093 * text.texi (Text Mode): C-M-i like M-TAB.
8094
8095 * commands.texi (Keys): Mention F1 and F2 in list of prefixes.
8096
8097 * calendar.texi (Specified Dates): Mention `g w'.
8098 (Appointments): appt-activate toggles with no arg.
8099
8cf51b2c
GM
81002005-03-05 Juri Linkov <juri@jurta.org>
8101
8102 * cmdargs.texi (Emacs Invocation): Add cindex
c4cc8b9a 8103 "invocation (command line arguments)".
8cf51b2c
GM
8104 (Misc X): Add -nbc, --no-blinking-cursor.
8105
81062005-03-04 Ulf Jasper <ulf.jasper@web.de>
8107
8108 * calendar.texi (iCalendar): No need to require it now.
8109
8cf51b2c
GM
81102005-03-03 Nick Roberts <nickrob@snap.net.nz>
8111
8112 * trouble.texi (Contributing): Mention Savannah. Direct users to
8113 emacs-devel.
8114
81152005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
8116
8117 * calendar.texi (Adding to Diary): Mention redrawing of calendar
8118 window.
8119
8cf51b2c
GM
81202005-02-27 Richard M. Stallman <rms@gnu.org>
8121
8122 * building.texi (Compilation): Update mode line status info.
8123
81242005-02-27 Matt Hodges <MPHodges@member.fsf.org>
8125
8126 * calendar.texi (General Calendar): Document binding of
8127 scroll-other-window-down.
8128 (Mayan Calendar): Fix earliest date.
8129 (Time Intervals): Document timeclock-change.
8130 Fix timeclock-ask-before-exiting documentation.
8131
81322005-02-26 Kim F. Storm <storm@cua.dk>
8133
8134 * frames.texi (Mouse References):
8135 Add mouse-1-click-in-non-selected-windows.
8136
81372005-02-25 Richard M. Stallman <rms@gnu.org>
8138
8139 * screen.texi (Screen): Explain better about cursors and mode lines;
8140 don't presuppose text terminals.
8141 (Point): Don't assume just one cursor.
8142 Clarify explanation of cursors.
8143 (Echo Area, Menu Bar): Cleanups.
8144
8145 * mini.texi (Minibuffer): Prompts are highlighted.
8146 (Minibuffer Edit): Newline = C-j only on text terminals.
8147 Clarify resize-mini-windows values.
8148 Mention M-PAGEUP and M-PAGEDOWN.
8149 (Completion Commands): Mouse-1 like Mouse-2.
8150 (Minibuffer History): Explain history commands better.
8151 (Repetition): Add xref to Incremental Search.
8152
8153 * mark.texi (Setting Mark): Clarify info about displaying mark.
8154 Clarify explanation of C-@ and C-SPC.
8155 (Transient Mark): Mention Delete Selection mode.
8156 (Marking Objects): Clean up text about extending the region.
8157
8158 * m-x.texi (M-x): One C-g doesn't always go to top level.
8159 No delay before suggest-key-bindings output.
8160
8161 * fixit.texi (Fixit): Mention C-/ for undo.
8162 (Spelling): Mention ESC TAB like M-TAB.
8163 Replacement words with r and R are rechecked.
8164 Say where C-g leaves point. Mention ? as input.
8165
81662005-02-23 Lute Kamstra <lute@gnu.org>
8167
8168 * cmdargs.texi (Initial Options): Add cross reference.
8169
8cf51b2c
GM
81702005-02-16 Luc Teirlinck <teirllm@auburn.edu>
8171
8172 * emacs.texi (Top): Update menu for splitting of node in
8173 msdog.texi.
8174 * frames.texi (Frames): Update xref for splitting of node in
8175 msdog.texi.
8176 * trouble.texi (Quitting): Ditto.
8177
81782005-02-16 Richard M. Stallman <rms@gnu.org>
8179
8180 * windows.texi (Split Window): Simplify line truncation info
8181 and xref to Display Custom.
8182
8183 * trouble.texi (Quitting): Emergency escape only for text terminal.
8184 (Screen Garbled): C-l for ungarbling is only for text terminal.
8185
8186 * text.texi (Text Mode): ESC TAB alternative for M-TAB.
8187
8188 * sending.texi (Header Editing): ESC TAB alternative for M-TAB.
8189
8190 * programs.texi (Program Modes): Mention Python mode.
8191 (Moving by Defuns): Repeating C-M-h extends region.
8192 (Basic Indent): Clarify.
8193 (Custom C Indent): Clarify.
8194 (Expressions): Repeating C-M-@ extends region.
8195 (Info Lookup): Clarify for C-h S.
8196 (Symbol Completion): ESC TAB alternative for M-TAB.
8197 (Electric C): Clarify.
8198
8199 * emacs.texi (Top): Update display.texi and frames.texi submenu data.
8200
8201 * msdog.texi (MS-DOS Keyboard, MS-DOS Mouse): Split from
8202 MS-DOS Input node.
8203 (MS-DOS Keyboard): Start with explaining DEL and BREAK.
8204 (MS-DOS and MULE): Clarify.
8205 (MS-DOS Processes, Windows Processes): Fix typos.
8206
8207 * major.texi (Choosing Modes): Clarify.
8208
8209 * kmacro.texi (Basic Keyboard Macro): Doc F3, F4.
8210 (Keyboard Macro Step-Edit): Clarify.
8211
8212 * indent.texi (Indentation): Clarifications.
8213
8214 * help.texi (Help): Correct error about C-h in query-replace.
8215 Clarify apropos vs C-h a. Fix how to search in FAQ.
8216 (Key Help): Describe C-h w here.
8217 (Name Help): Minor cleanup. C-h w moved to Key Help.
8218 Clarify the "object" joke.
8219 (Apropos): Clarify. Mouse-1 like Mouse-2.
8220 (Help Mode): Mouse-1 like Mouse-2.
8221
8222 * fixit.texi (Spelling): Mention ESC TAB as alt. for M-TAB.
8223
8224 * display.texi (Display): Reorder menu.
8225 (Faces): Cleanup.
8226 (Font Lock): Cleanup. Mention Options menu.
8227 Delete obsolete text.
8228 (Scrolling): For C-l, don't presume text terminal.
8229 (Horizontal Scrolling): Simplify intro.
8230 (Follow Mode): Clarify.
1c6c854e 8231 (Cursor Display): Move before Display Custom.
8cf51b2c
GM
8232 (Display Custom): Explain no-redraw-on-reenter is for text terminals.
8233 Doc default-tab-width. Doc line truncation more thoroughly.
8234
8235 * dired.texi (Dired Enter): C-x C-f can run Dired.
8236 (Dired Visiting): Comment out `a' command.
8237 Mouse-1 is like Mouse-2.
8238 (Shell Commands in Dired): ? can be used more than once.
8239
8240 * basic.texi (Continuation Lines): Simplify description of truncation,
8241 and refer to Display Custom for the rest of it.
8242
8cf51b2c
GM
82432005-02-06 Lute Kamstra <lute@gnu.org>
8244
8245 * basic.texi (Undo): Fix typo.
8246
8247 * cmdargs.texi (Emacs Invocation): Fix typo.
8248
8249 * custom.texi (Init Examples): Fix typo.
8250
8251 * abbrevs.texi (Expanding Abbrevs): Fix typo.
8252
82532005-02-06 Richard M. Stallman <rms@gnu.org>
8254
8255 * regs.texi (Registers): Registers can hold numbers, too.
8256
8257 * killing.texi (Other Kill Commands): Cleanup.
8258 Delete redundant explanation of kill in read-only buffer.
8259 (Yanking): Mention term "copying".
8260 (Accumulating Text): Fix typo.
8261
8262 * entering.texi (Entering Emacs): Update rationale at start.
8263 (Exiting): Treat iconifying on a par with suspension.
8264
8265 * custom.texi (Minor Modes): Fix typo.
8266 (Easy Customization): Fix menu style.
8267 (Variables): Add xref.
8268 (Examining): Setting for future sessions works through .emacs.
8269 (Keymaps): "Text terminals", not "Many".
8270 (Init Rebinding): Explain \C-. Show example of \M-.
8271 Fix minor wording errors.
8272 (Function Keys): Explain vector syntax just once.
8273 (Named ASCII Chars): Clarify history of TAB/C-i connection.
8274 (Init File): Mention .emacs.d directory.
8275 (Init Examples): Add xref.
8276 (Find Init): Mention .emacs.d directory.
8277
8278 * cmdargs.texi (Emacs Invocation): +LINENUM is also an option.
8279 (Action Arguments): Explain which kinds of -l args are found how.
8280 (Initial Options): --batch does not inhibit site-start.
8281 Add xrefs.
8282 (Command Example): Use --batch, not -batch.
8283
8284 * basic.texi (Inserting Text): Cleanup wording.
8285 (Moving Point): Doc PRIOR, PAGEUP, NEXT, PAGEDOWN more systematically.
8286 C-n is not error at end of buffer.
8287 (Undo): Doc C-/ like C-_. Add xrefs.
8288 (Arguments): META key may be labeled ALT.
8289 Peculiar arg meanings are explained in doc strings.
8290
8291 * abbrevs.texi (Expanding Abbrevs): Clarify.
8292
82932005-02-05 Eli Zaretskii <eliz@gnu.org>
8294
8295 * frames.texi (Frame Parameters): Add an xref to the description
8296 of list-colors-display. Add a pointer to the X docs about colors.
8297
8298 * cmdargs.texi (Colors): Mention 16-, 88- and 256-color modes.
10d1d0af 8299 Improve docs of list-colors-display.
8cf51b2c
GM
8300
83012005-02-03 Lute Kamstra <lute@gnu.org>
8302
8303 * frames.texi (Frames, Drag and Drop): Fix typos.
8304
83052005-02-03 Richard M. Stallman <rms@gnu.org>
8306
8307 * windows.texi (Basic Window): Mention color-change in mode line.
8308 (Change Window): Explain dragging vertical boundaries.
8309
8310 * text.texi (Sentences): Clarify.
8311 (Paragraphs): Explain M-a and blank lines.
8312 (Outline Mode): Clarify text and menu.
8313 (Hard and Soft Newlines): Mention use-hard-newlines.
8314
8315 * frames.texi (Frames): Delete unnecessary mention of Windows.
8316 (Mouse Commands): Likewise. Mention xterm mouse support.
8317 (Clipboard): Clarify.
8318 (Mouse References): Mention use of Mouse-1 for following links.
8319 (Menu Mouse Clicks): Clarify.
8320 (Mode Line Mouse): Clarify.
8321 (Drag and Drop): Rewrite.
8322
8323 * fixit.texi (Spelling): Fix typo.
8324
8325 * files.texi (File Names): Clarify.
8326 (Visiting): Update conditions for use of file dialog. Clarify.
8327 (Saving): Doc d as answer in save-some-buffers.
8328 (Remote Files): Clean up the text.
8329
8330 * dired.texi (Misc Dired Commands): Delete dired-marked-files.
8331
8332 * buffers.texi (Select Buffer): Doc next-buffer and prev-buffer.
8333 (List Buffers): Clarify.
8334 (Several Buffers): Doc T command.
8335 (Buffer Convenience): Clarify menu.
8336
8337 * basic.texi (Undo): Clarify last change.
8338
83392005-02-02 Matt Hodges <MPHodges@member.fsf.org>
8340
8341 * fixit.texi (Spelling): Fix typo.
8342
83432005-02-01 Luc Teirlinck <teirllm@auburn.edu>
8344
8345 * basic.texi (Undo): Update description of `undo-outer-limit'.
8346
83472005-02-01 Nick Roberts <nickrob@snap.net.nz>
8348
8349 * building.texi: Update documentation relating to GDB Graphical
8350 Interface.
8351
83522005-01-30 Luc Teirlinck <teirllm@auburn.edu>
8353
8354 * custom.texi (Easy Customization): Adapt menu to node name change.
8355
83562005-01-30 Richard M. Stallman <rms@gnu.org>
8357
8358 * custom.texi (Easy Customization): Defn of "User Option" now
8359 includes faces. Don't say just "option" when talking about variables.
8360 Do say just "options" to mean "anything customizable".
8361 (Specific Customization): Describe `customize-variable',
8362 not `customize-option'.
8363
8364 * glossary.texi (Glossary) <Faces>: Add xref.
8365 <User Option>: Change definition--include faces. Change xref.
8366
8367 * picture.texi (Picture): Mention artist.el.
8368
8369 * sending.texi, screen.texi, programs.texi, misc.texi:
8370 * mini.texi, major.texi, maintaining.texi, macos.texi:
8371 * help.texi, frames.texi, files.texi:
8372 Don't say just "option" when talking about variables.
8373
8374 * display.texi, mule.texi: Don't say just "option" when talking
8375 about variables. Other minor cleanups.
8376
8cf51b2c
GM
83772005-01-26 Lute Kamstra <lute@gnu.org>
8378
8379 * cmdargs.texi (Initial Options): Add a cross reference to `Init
8380 File'. Mention the `-Q' option at the `--no-site-file' option.
8381
8cf51b2c
GM
83822005-01-22 David Kastrup <dak@gnu.org>
8383
8384 * building.texi (Grep Searching): Mention alias `find-grep' for
8385 `grep-find'.
8386
83872005-01-20 Richard M. Stallman <rms@gnu.org>
8388
8389 * calendar.texi (Time Intervals): Delete special stuff for MS-DOS.
8390
8cf51b2c
GM
83912005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
8392
8393 * rmail.texi (Movemail): Explain differences
8394 between standard and mailutils versions of movemail.
8395 Describe command line and configuration options introduced
8396 with the latter.
8397 Explain the notion of mailbox URL, provide examples and
8398 cross-references to mailutils documentation.
8399 Describe various methods of specifying mailbox names,
8400 user names and user passwords for rmail.
1c6c854e
CS
8401 (Remote Mailboxes): New section.
8402 Describe how movemail handles remote mailboxes. Describe configuration
8cf51b2c
GM
8403 options used to control its behavior.
8404 (Other Mailbox Formats): Explain handling of various mailbox
8405 formats.
8406
84072005-01-13 Richard M. Stallman <rms@gnu.org>
8408
8409 * commands.texi (Commands): Clarification.
8410
84112005-01-11 Richard M. Stallman <rms@gnu.org>
8412
8413 * programs.texi (Multi-line Indent): Fix previous change.
8414 (Fortran Autofill): Simplify description of fortran-auto-fill-mode.
8415
8cf51b2c
GM
84162005-01-08 Richard M. Stallman <rms@gnu.org>
8417
8418 * display.texi (Faces): isearch-lazy-highlight-face renamed to
8419 lazy-highlight.
8420
8421 * search.texi (Query Replace): Mention faces query-replace
8422 and lazy-highlight.
8423 (Incremental Search): Update isearch highlighting info.
8424
8cf51b2c
GM
84252005-01-04 Richard M. Stallman <rms@gnu.org>
8426
8427 * custom.texi (Saving Customizations): Minor improvement.
8428
8cf51b2c
GM
84292005-01-03 Luc Teirlinck <teirllm@auburn.edu>
8430
8431 * custom.texi (Saving Customizations): Emacs no longer loads
8432 `custom-file' after .emacs. No longer mention customizing through
8433 Custom.
8434
8cf51b2c
GM
84352005-01-01 Andreas Schwab <schwab@suse.de>
8436
8437 * killing.texi (Graphical Kill): Move up under node Killing,
8438 change @section to @subsection.
8439
84402005-01-01 Richard M. Stallman <rms@gnu.org>
8441
8442 * custom.texi (Face Customization): Mention hex color specs.
8443
8444 * emacs.texi (Top): Update Killing submenu.
8445
8446 * killing.texi (Killing): Reorganize section.
8447 No more TeX-only text; put the node command at start of chapter.
8448 But the first section heading is used only in TeX.
8449 Rewrite the text to read better in this mode.
8450 (Graphical Kill): New subnode gets some of the text that
8451 used to be in the first section.
8452
84532004-12-31 Richard M. Stallman <rms@gnu.org>
8454
8455 * dired.texi (Shell Commands in Dired): Delete the ? example.
8456
8457 * display.texi (Scrolling): Correct scroll-preserve-screen-position.
8458
8459 * files.texi (Saving): Describe new require-final-newline features
8460 and mode-require-final-newline.
8461
8cf51b2c
GM
84622004-12-29 Richard M. Stallman <rms@gnu.org>
8463
8464 * custom.texi (File Variables): Clarify previous change.
8465
c8763fb6 84662004-12-27 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
8467
8468 * frames.texi (Dialog Boxes): Mention Gtk+ 2.6 also, as that version is
8469 out now.
8470
84712004-12-27 Richard M. Stallman <rms@gnu.org>
8472
8473 * Makefile.in (MAKEINFO): Specify --force.
8474
8475 * basic.texi (Moving Point): C-e now runs move-end-of-line.
8476 (Undo): Doc undo-outer-limit.
8477
8cf51b2c
GM
84782004-12-15 Juri Linkov <juri@jurta.org>
8479
8480 * mark.texi (Transient Mark, Mark Ring): M-< and other
8481 movement commands don't set mark in Transient Mark mode
8482 if mark is active.
8483
8cf51b2c
GM
84842004-12-12 Juri Linkov <juri@jurta.org>
8485
8486 * misc.texi (FFAP): Add C-x C-r, C-x C-v, C-x C-d,
8487 C-x 4 r, C-x 4 d, C-x 5 r, C-x 5 d.
8488
8489 * dired.texi (Dired Navigation): Add @r{(Dired)} to M-g.
8490 (Misc Dired Commands): Add @r{(Dired)} to w.
8491
84922004-12-12 Juri Linkov <juri@jurta.org>
8493
8494 * mark.texi (Marking Objects): Marking commands also extend the
8495 region when mark is active in Transient Mark mode.
8496
8cf51b2c
GM
84972004-12-08 Luc Teirlinck <teirllm@auburn.edu>
8498
8499 * custom.texi (Saving Customizations): Emacs only loads the custom
8500 file automatically after the init file in version 22.1 or later.
8501 Adapt text and examples to this fact.
8502
8cf51b2c
GM
85032004-12-07 Luc Teirlinck <teirllm@auburn.edu>
8504
8505 * frames.texi (Scroll Bars): The option `scroll-bar-mode' has to
8506 be set through Custom. Otherwise, it has no effect.
8507
8cf51b2c
GM
85082004-12-05 Richard M. Stallman <rms@gnu.org>
8509
8510 * cmdargs.texi, doclicense.texi, xresources.texi, emacs.texi:
8511 * entering.texi: Rename Command Line to Emacs Invocation.
8512
10d1d0af 8513 * misc.texi (Term Mode): Correctly describe C-c.
8cf51b2c
GM
8514
8515 * custom.texi (Easy Customization): Move up to section level,
8516 before Variables. Avoid using the term "variable"; say "option".
8517 New initial explanation.
8518 (Variables): In initial explanation, connect "variable" to the
8519 already-explained "user option".
8520
8521 * emacs.texi (Top): Fix ref to Command Line.
8522 Move reference to Easy Customization.
8523
8524 * xresources.texi (X Resources): Fix From link.
8525
8526 * doclicense.texi (GNU Free Documentation License): Fix To link.
8527
8528 * entering.texi (Entering Emacs): Fix xref, now to Command Line.
8529
8530 * cmdargs.texi (Command Line): Node renamed from Command Arguments.
8531
85322004-12-03 Richard M. Stallman <rms@gnu.org>
8533
8534 * cmdargs.texi (Initial Options): Clarify batch mode i/o.
8535
85362004-12-01 Luc Teirlinck <teirllm@auburn.edu>
8537
8538 * kmacro.texi: Several small changes in addition to the following.
8539 (Keyboard Macro Ring): Describe behavior of `C-x C-k C-k' when
8540 defining a keyboard macro.
8541 Mention `kmacro-ring-max'.
8542 (Keyboard Macro Counter): Clarify description of
8543 `kmacro-insert-counter', `kmacro-set-counter',
8544 `kmacro-add-counter' and `kmacro-set-format'.
8545
85462004-11-29 Reiner Steib <Reiner.Steib@gmx.de>
8547
8548 * custom.texi (File Variables): Add `unibyte' and make it more
8549 clear that `unibyte' and `coding' are special. Suggested by Simon
8550 Krahnke <overlord@gmx.li>.
8551
8552 * mule.texi (Enabling Multibyte): Refer to File Variables.
8553 Suggested by Simon Krahnke <overlord@gmx.li>.
8554
c8763fb6 85552004-11-26 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
8556
8557 * frames.texi (Dialog Boxes): Rename use-old-gtk-file-dialog to
8558 x-use-old-gtk-file-dialog.
8559
8cf51b2c
GM
85602004-11-20 Richard M. Stallman <rms@gnu.org>
8561
8562 * text.texi (Fill Prefix): M-q doesn't apply fill prefix to first line.
8563
85642004-11-09 Lars Brinkhoff <lars@nocrew.org>
8565
8566 * building.texi (Lisp Eval): Delete hyphen in section name.
8567
85682004-11-19 Thien-Thi Nguyen <ttn@gnu.org>
8569
8570 * files.texi (Old Versions):
8571 No longer document annotation as "CVS only".
8572
85732004-11-10 Andre Spiegel <spiegel@gnu.org>
8574
8575 * files.texi (Version Control): Rewrite the introduction about
1c6c854e
CS
8576 version systems, mentioning the new ones that we support.
8577 Thanks to Alex Ott, Karl Fogel, Stefan Monnier, and David Kastrup for
8cf51b2c
GM
8578 suggestions.
8579
c8763fb6 85802004-11-03 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c 8581
49823426 8582 * frames.texi (Dialog Boxes): Replace non-nil with non-@code{nil}.
8cf51b2c 8583
c8763fb6 85842004-11-02 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
8585
8586 * frames.texi (Dialog Boxes): Document use-old-gtk-file-dialog.
8587
85882004-10-23 Eli Zaretskii <eliz@gnu.org>
8589
8590 * text.texi (Text Based Tables, Table Definition)
8591 (Table Creation, Table Recognition, Cell Commands)
8592 (Cell Justification, Row Commands, Column Commands)
8593 (Fixed Width Mode, Table Conversion, Measuring Tables)
8594 (Table Misc): New nodes, documenting the Table Mode.
8595
8cf51b2c
GM
85962004-10-19 Jason Rumney <jasonr@gnu.org>
8597
8598 * makefile.w32-in (info): Change order of arguments to makeinfo.
8599
86002004-10-19 Ulf Jasper <ulf.jasper@web.de>
8601
8602 * calendar.texi (iCalendar): Update for package changes.
8603
8cf51b2c
GM
86042004-10-09 Luc Teirlinck <teirllm@auburn.edu>
8605
8606 * files.texi (Misc File Ops): View mode is a minor mode.
8607
8cf51b2c
GM
86082004-10-08 Glenn Morris <gmorris@ast.cam.ac.uk>
8609
8610 * calendar.texi (iCalendar): Style changes.
8611
86122004-10-07 Luc Teirlinck <teirllm@auburn.edu>
8613
8614 * search.texi (Regexps): The regexp described in the example is no
8615 longer stored in the variable `sentence-end'.
8616
8cf51b2c
GM
86172004-10-06 Nick Roberts <nickrob@snap.net.nz>
8618
8619 * building.texi (Starting GUD): Note that multiple debugging
8620 sessions requires `gdb --fullname'.
8621
86222004-10-05 Ulf Jasper <ulf.jasper@web.de>
8623
8624 * calendar.texi (iCalendar): New section for a new package.
8625
8cf51b2c
GM
86262004-10-05 Luc Teirlinck <teirllm@auburn.edu>
8627
8628 * text.texi: Various small changes in addition to the following.
8629 (Text): Replace xref for autotype with inforef.
8630 (Sentences): Explain nil value for `sentence-end'.
8631 (Paragraphs): Update default values for `paragraph-start' and
8632 `paragraph-separate'.
8633 (Text Mode): Correct description of Text mode's effect on the
8634 syntax table.
8635 (Outline Visibility): `hide-other' does not hide top level headings.
8636 `selective-display-ellipses' no longer has an effect on Outline mode.
8637 (TeX Misc): Add missing @cindex.
8638 Replace xref for RefTeX with inforef.
8639 (Requesting Formatted Text): The variable
8640 `enriched-fill-after-visiting' no longer exists.
8641 (Editing Format Info): Update names of menu items and commands.
8642 (Format Faces): Mention special effect of specifying the default face.
8643 Describe inheritance of text properties.
8644 Correct description of `fixed' face.
8645 (Format Indentation): Correct description of effect of setting
8646 margins. Mention `set-left-margin' and `set-right-margin'.
8647 (Format Justification): Update names of menu items.
8648 `set-justification-full' is now bound to `M-j b'.
8649 Mention that `default-justification' is a per buffer variable.
8650 (Format Properties): Update name of menu item.
8651 (Forcing Enriched Mode): `format-decode-buffer' automatically
8652 turns on Enriched mode if the buffer is in text/enriched format.
8653
86542004-10-05 Emilio C. Lopes <eclig@gmx.net>
8655
8656 * calendar.texi (From Other Calendar): Add calendar-goto-iso-week.
8657
86582004-09-28 Kim F. Storm <storm@cua.dk>
8659
8660 * display.texi (Display Custom) <indicate-buffer-boundaries>:
8661 Align with new functionality.
8662
8cf51b2c
GM
86632004-09-22 Luc Teirlinck <teirllm@auburn.edu>
8664
8665 * display.texi (Display Custom): Remove stray `@end defvar'.
8666
86672004-09-23 Kim F. Storm <storm@cua.dk>
8668
8669 * display.texi (Display Custom): Add `overflow-newline-into-fringe',
8670 `indicate-buffer-boundaries' and `default-indicate-buffer-boundaries'.
8671
8cf51b2c
GM
86722004-09-20 Richard M. Stallman <rms@gnu.org>
8673
8674 * custom.texi (Hooks): Explain using setq to clear out a hook.
8675 (File Variables): Explain multiline string constants.
8676 (Non-ASCII Rebinding): Explain when you need to update
8677 non-ASCII char codes in .emacs.
8678
8679 * building.texi (Compilation): Explain how to make a silent
8680 subprocess that won't be terminated. Explain compilation-environment.
8681
86822004-09-13 Kim F. Storm <storm@cua.dk>
8683
8684 * mini.texi (Repetition): Rename isearch-resume-enabled to
8685 isearch-resume-in-command-history and change default to disabled.
8686
8cf51b2c
GM
86872004-09-09 Kim F. Storm <storm@cua.dk>
8688
8689 * kmacro.texi (Save Keyboard Macro): Replace `name-last-kbd-macro'
8690 with new `kmacro-name-last-macro'.
8691
8cf51b2c
GM
86922004-09-08 Juri Linkov <juri@jurta.org>
8693
8694 * mini.texi (Minibuffer History): Add `history-delete-duplicates'.
8695
8cf51b2c
GM
86962004-09-03 Juri Linkov <juri@jurta.org>
8697
8698 * search.texi (Incremental Search): Update wording for M-%.
8699
87002004-09-02 Luc Teirlinck <teirllm@auburn.edu>
8701
8702 * killing.texi (Killing): Correct description of kill commands in
8703 read-only buffer.
8704
87052004-09-02 Teodor Zlatanov <tzz@lifelogs.com>
8706
8707 * building.texi (Compilation Mode): Add a paragraph about rules
8708 for finding the compilation buffer for `next-error'.
8709
8710 * search.texi (Other Repeating Search): Mention that Occur mode
8711 supports the next-error functionality.
8712
87132004-09-02 Juri Linkov <juri@jurta.org>
8714
8715 * search.texi (Regexp Replace): Add missing backslash to \footnote.
8716
87172004-08-31 Luc Teirlinck <teirllm@auburn.edu>
8718
8719 * kmacro.texi (Basic Keyboard Macro):
8720 `apply-macro-to-region-lines' now operates on all lines that begin
8721 in the region, rather than on all complete lines in the region.
8722
c8763fb6 87232004-08-31 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
8724
8725 * frames.texi (Drag and drop): Add documentation about
8726 x-dnd-test-function and x-dnd-known-types.
8727
87282004-08-30 Luc Teirlinck <teirllm@auburn.edu>
8729
8730 * indent.texi: Various minor changes in addition to:
8731 (Indentation Commands): Correct description of `indent-relative'.
8732 (Tab Stops): <TAB> is no longer bound to `tab-to-tab-stop' in Text
8733 mode. The *Tab Stops* buffer uses Overwrite Mode.
8734 (Just Spaces): `tabify' converts sequences of at least two spaces
8735 to tabs.
8736
8cf51b2c
GM
87372004-08-27 Luc Teirlinck <teirllm@auburn.edu>
8738
8739 * frames.texi (Secondary Selection): Setting the secondary
8740 selection with M-Drag-Mouse-1 does not alter the kill ring,
8741 setting it with M-Mouse-1 and M-Mouse-3 does.
8742 (Mode Line Mouse): C-Mouse-2 on scroll bar now also works for
8743 toolkit scroll bars.
8744 (Scroll Bars): Ditto.
8745
8746 * windows.texi (Basic Window): When using a window system, the value
8747 of point in a non-selected window is indicated by a hollow box.
8748 (Split Window): Side by side windows are separated by a scroll bar,
8749 if scroll bars are used.
8750 C-Mouse-2 on scroll bar now also works for toolkit scroll bars.
8751 (Change Window): Correct Mouse-2 vs Mouse-3 mess-up.
8752 (Window Convenience): Update bindings for `winner-undo' and
8753 `winner-redo'.
8754
8755 * ack.texi (Acknowledgments): Use `@unnumbered'.
d0207bf3 8756 * misc.texi: Adapt sectioning in Info to the node structure.
8cf51b2c
GM
8757 (Invoking emacsclient): Make "Invoking emacsclient" a subsection
8758 of "Using Emacs as a Server".
8759 * building.texi (Building): Interchange nodes (for correct numbering).
8760 * programs.texi (Programs): Interchange nodes (for correct numbering).
8761 * killing.texi, entering.texi, commands.texi: Adapt sectioning in
8762 Info to the node structure.
8763 * emacs.texi: Make "GNU GENERAL PUBLIC LICENSE" an appendix.
8764 Rearrange order of nodes and sections such that both "GNU GENERAL
8765 PUBLIC LICENSE" and "GNU Free Documentation License" appear at the
8766 end, as appropriate for appendices.
8767 (Acknowledgments): Put inside @iftex instead of @ifnotinfo.
8768 Use `@unnumberedsec'.
8769 * trouble.texi: Adapt sectioning in Info to the node structure.
8770 Adapt node pointers to change in emacs.texi.
8771 * cmdargs.texi, doclicense.texi: Adapt node pointers.
8772
8cf51b2c
GM
87732004-08-25 Kenichi Handa <handa@m17n.org>
8774
8775 * custom.texi (Non-ASCII Rebinding): Fix and simplify the
8776 description for unibyte mode.
8777
87782004-08-23 Luc Teirlinck <teirllm@auburn.edu>
8779
8780 * display.texi (Font Lock): Correct invalid (for hardcopy) @xref.
8781
8782 * search.texi (Regexps): Correct cryptic (in hardcopy) @ref.
8783 (Configuring Scrolling): Correct invalid (for hardcopy) @xref.
8784 (Regexp Replace): Standardize reference to hardcopy Elisp Manual
8785 in @pxref.
8786
87872004-08-22 Luc Teirlinck <teirllm@auburn.edu>
8788
8789 * kmacro.texi (Keyboard Macro Counter, Keyboard Macro Step-Edit):
8790 Change section names.
8791
8cf51b2c
GM
87922004-08-21 Luc Teirlinck <teirllm@auburn.edu>
8793
8794 * kmacro.texi (Keyboard Macro Ring): Rename section.
8795 Emacs treats the head of the macro ring as the `last keyboard macro'.
8796 (Keyboard Macro Counter): Minor change.
8797 (Save Keyboard Macro): Some clarifications.
8798 (Edit Keyboard Macro): Rename section.
8799
8800 * buffers.texi (Buffers): Maximum buffer size is now 256M on
8801 32-bit machines.
8802 (Several Buffers): Clarify which buffer is selected if `2' is
8803 pressed in the Buffer Menu.
8804 Auto Revert mode can be used to update the Buffer Menu
8805 automatically.
8806
88072004-08-21 Eli Zaretskii <eliz@gnu.org>
8808
8809 * help.texi (Misc Help): Add an index entry for finding an Info
8810 manual by its file name.
8811
88122004-08-20 Luc Teirlinck <teirllm@auburn.edu>
8813
8814 * files.texi (Backup Deletion): Correct description of
8815 `delete-old-versions'.
8816 (Time Stamps): `time-stamp' needs to be added to `before-save-hook'.
8817 (Auto Save Files): Recommend `auto-save-mode' to reenable
8818 auto-saving, rather than the abbreviation `auto-save'.
8819
88202004-08-17 Luc Teirlinck <teirllm@auburn.edu>
8821
8822 * emacs.texi (Top): Mention "cutting" and "pasting" as synonyms
8823 for "killing" and "yanking" in main menu.
8824
88252004-08-16 Richard M. Stallman <rms@gnu.org>
8826
8827 * killing.texi (Yanking, Killing): Minor cleanups.
8828
8829 * mark.texi (Momentary Mark): Minor cleanups.
8830
88312004-08-15 Kenichi Handa <handa@etl.go.jp>
8832
8833 * custom.texi (Non-ASCII Rebinding):
8834 C-q always inserts the right code to pass to global-set-key.
8835
8cf51b2c
GM
88362004-08-13 Luc Teirlinck <teirllm@auburn.edu>
8837
8838 * regs.texi (RegNumbers): Mention `C-x r i' binding for
8839 `insert-register', instead of `C-x r g' binding, for consistency.
8840
88412004-08-12 Luc Teirlinck <teirllm@auburn.edu>
8842
8843 * fixit.texi (Spelling): Fix typo.
8844
88452004-08-11 Luc Teirlinck <teirllm@auburn.edu>
8846
8847 * help.texi (Help): Fix Texinfo usage.
8848
8cf51b2c
GM
88492004-07-24 Richard M. Stallman <rms@gnu.org>
8850
8851 * text.texi (Paragraphs): Update how paragraphs are separated
8852 and the default for paragraph-separate.
8853
8854 * search.texi (Regexp Replace): Further update text for new
8855 replacement operators.
8856
8cf51b2c
GM
88572004-07-18 Luc Teirlinck <teirllm@auburn.edu>
8858
8859 * emacs-xtra.texi (Subdir switches): Dired does not remember the
8860 `R' switch.
8861
8862 * dired.texi (Dired Updating): `k' only deletes inserted
8863 subdirectories from the Dired buffer if a prefix argument was given.
8864
8865 * search.texi (Regexps): Delete redundant definition of `symbol' in
8866 description of `\_>'. It already occurs in the description of `\_<'.
8867
8cf51b2c
GM
88682004-07-01 Juri Linkov <juri@jurta.org>
8869
8870 * search.texi (Incremental Search): Add C-M-w, C-M-y, M-%, C-M-%, M-e.
8871 (Regexp Search): Add M-r.
8872
88732004-06-30 Luc Teirlinck <teirllm@auburn.edu>
8874
8875 * makefile.w32-in (EMACSSOURCES): Remove emacs-xtra.
8876
88772004-06-29 Jesper Harder <harder@ifa.au.dk>
8878
49823426 8879 * search.texi, calendar.texi: Markup fixes.
8cf51b2c
GM
8880
88812004-06-25 Richard M. Stallman <rms@gnu.org>
8882
8883 * search.texi (Regexp Replace): Rewrite description of \# \, and \?.
8884
88852004-06-25 David Kastrup <dak@gnu.org>
8886
8887 * search.texi (Regexp Replace): Some typo corrections and
8888 rearrangement.
8889
88902004-06-24 David Kastrup <dak@gnu.org>
8891
8892 * search.texi (Unconditional Replace): Use replace-string instead
8893 of query-replace in example.
8894 (Regexp Replace): Add explanations for `\,', `\#' and `\?'
8895 sequences.
8896 (Query Replace): Correct explanation of `^' which does not use
8897 the mark stack.
8898
88992004-06-21 Nick Roberts <nickrob@gnu.org>
8900
8901 * misc.texi (Shell History Copying): Document comint-insert-input.
8902 (Shell Ring): Describe comint-dynamic-list-input-ring here.
8903
8cf51b2c
GM
89042004-06-20 Jesper Harder <harder@ifa.au.dk>
8905
8906 * msdog.texi (Text and Binary, MS-DOS Printing): Use m-dash.
8907 * custom.texi (Customization): Do.
8908 * anti.texi (Antinews): Do.
8909 * abbrevs.texi (Defining Abbrevs): Do.
8910
8911 * programs.texi (Info Lookup): Fix keybinding for
8912 info-lookup-symbol.
8913
89142004-06-16 Juanma Barranquero <lektu@terra.es>
8915
8916 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, EMACSSOURCES):
8917 Add emacs-xtra.
8918 ($(infodir)/emacs-xtra, emacs-xtra.dvi): New dependencies.
8919 (clean): Add emacs-xtra and flymake. Remove redundancies.
8920
89212004-06-15 Luc Teirlinck <teirllm@auburn.edu>
8922
8923 * Makefile.in (INFO_TARGETS, DVI_TARGETS, ../info/emacs-xtra):
8924 Add emacs-xtra.
8925 * emacs-xtra.texi: New file.
8926
89272004-06-14 Luc Teirlinck <teirllm@auburn.edu>
8928
8929 * dired.texi (Dired Enter): Mention conditions on `ls' switches.
8930 (Dired and Find): Mention differences with ordinary Dired buffers.
8931
8cf51b2c
GM
89322004-06-13 Richard M. Stallman <rms@gnu.org>
8933
8934 * custom.texi (Init Syntax): Explain about vars that do special
8935 things when set with setq or with Custom.
8936 (Init Examples): Add line-number-mode example.
8937
8cf51b2c
GM
89382004-06-12 Juri Linkov <juri@jurta.org>
8939
8940 * dired.texi (Operating on Files): Add dired-do-touch.
8941
8cf51b2c
GM
89422004-06-10 Juri Linkov <juri@jurta.org>
8943
8944 * building.texi (Lisp Eval): Add C-M-x on defface.
8945
89462004-06-08 Luc Teirlinck <teirllm@auburn.edu>
8947
8948 * files.texi (Reverting): Auto-Revert mode and
8949 Global Auto-Revert mode no longer revert remote files.
8950
8cf51b2c
GM
89512004-05-29 Richard M. Stallman <rms@gnu.org>
8952
8953 * custom.texi (Init File): Two dashes start --no-site-file.
8954
8cf51b2c
GM
89552004-05-29 Alan Mackenzie <acm@muc.de>
8956
8957 * programs.texi: Update for CC Mode 5.30 and incidental amendments.
10d1d0af 8958 ("AWK"): Is consistently thus spelled throughout.
8cf51b2c
GM
8959 (AWK, Pike): Document as "C-like modes".
8960 (@kbd{M-j}): Document as alternative to @kbd{C-M-j}.
8961 (M-x man): Supersedes M-x manual-entry.
8962 Add numerous index entries. Correct "ESC a/e" to "M-a/e".
8963
8964 ("Comments in C"): Delete node; the info is in CC Mode manual.
8965 (c-comment-only-line-offset): Remove description.
8966
8967 (C-c ., C-c C-c): Describe new C Mode bindings.
8968
8969 (C-u TAB, indent-code-rigidly, c-indent-exp, c-tab-always-indent)
8970 (@dfn{Style}, c-default-style, comment-column, comment-padding)
8971 (c-up-conditional, c-beginning-of-statement, c-end-of-statement):
8972 Amend definitions.
8973
8974 (c-beginning-of-defun, c-end-of-defun, c-context-line-break):
8975 Describe functions.
8976
8977 (c-comment-start-regexp, c-hanging-comment-ender-p)
8978 (c-hanging-comment-starter-p): Remove obsolete definitions.
8979
8980 * emacs.texi: Remove the menu entry "Comments in C".
8981
8cf51b2c
GM
89822004-05-27 Luc Teirlinck <teirllm@auburn.edu>
8983
8984 * dired.texi (Dired and Find): `find-ls-option' does not apply to
8985 `M-x locate'.
8986
89872004-05-16 Karl Berry <karl@gnu.org>
8988
8989 * emacs.texi (ack.texi) [@ifnottex]: Change condition; with @ifinfo,
8990 makeinfo --html fails.
8991 * help.texi (Help Summary) [@ifnottex]: Likewise.
8992
89932004-05-13 Nick Roberts <nickrob@gnu.org>
8994
8995 * building.texi (GDB Graphical Interface): Update and describe
8996 layout first.
8997
8cf51b2c
GM
89982004-05-04 Jason Rumney <jasonr@gnu.org>
8999
9000 * makefile.w32-in: Revert last change.
9001
90022004-05-03 Jason Rumney <jasonr@gnu.org>
9003
9004 * makefile.w32-in (MULTI_INSTALL_INFO, ENVADD): Use forward slashes.
9005
8cf51b2c
GM
90062004-04-23 Juanma Barranquero <lektu@terra.es>
9007
9008 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
9009
90102004-04-18 Juri Linkov <juri@jurta.org>
9011
9012 * fixit.texi (Spelling): Remove file extension from ispell xref.
9013
90142004-04-15 Kim F. Storm <storm@cua.dk>
9015
9016 * cmdargs.texi (Initial Options): Add -Q.
9017
90182004-04-05 Kim F. Storm <storm@cua.dk>
9019
9020 * custom.texi (File Variables): Add safe-local-eval-forms.
9021
8cf51b2c
GM
90222004-04-02 Luc Teirlinck <teirllm@auburn.edu>
9023
9024 * files.texi (Reverting): Correct description of revert-buffer's
9025 handling of point.
9026
90272004-03-22 Juri Linkov <juri@jurta.org>
9028
9029 * emacs.texi (Top): Add `Misc X'.
9030
49823426 9031 * trouble.texi: Fix help key bindings.
8cf51b2c
GM
9032
9033 * glossary.texi: Improve references.
9034
9035 * help.texi: Sync keywords with finder.el.
9036
9037 * mini.texi (Completion): Add description for menu items.
9038
9039 * misc.texi (Browse-URL, FFAP): Add information about keywords.
9040
9041 * sending.texi (Mail Methods): Fix xref to Message manual.
9042
8cf51b2c
GM
90432004-03-12 Richard M. Stallman <rms@gnu.org>
9044
8cf51b2c
GM
9045 * buffers.texi (Misc Buffer): Add index entry for rename-uniquely.
9046
8cf51b2c
GM
90472004-03-04 Richard M. Stallman <rms@gnu.org>
9048
9049 * search.texi (Regexps): Explain that ^ and $ have their
9050 special meanings only in certain contexts.
9051
9052 * programs.texi (Expressions): Doc C-M-SPC as alias for C-M-@.
9053
9054 * mule.texi (Specify Coding): Doc C-x RET F.
9055
9056 * buffers.texi (Misc Buffer): Explain use of M-x rename-uniquely
9057 for multiple compile and grep buffers.
9058 (Indirect Buffers): Don't recommand clone-indirect-buffer
9059 for multiple compile and grep buffers.
9060
8cf51b2c
GM
90612004-02-29 Juanma Barranquero <lektu@terra.es>
9062
9063 * makefile.w32-in (mostlyclean, clean, maintainer-clean):
9064 Use $(DEL) instead of rm, and ignore exit code.
9065
8cf51b2c
GM
90662004-02-23 Nick Roberts <nick@nick.uklinux.net>
9067
9068 * building.texi (Watch Expressions): Update.
9069
90702004-02-21 Juri Linkov <juri@jurta.org>
9071
1c6c854e
CS
9072 * cmdargs.texi (Action Arguments): Add alias --find-file.
9073 Add --directory, --help, --version. Move text about command-line-args
8cf51b2c
GM
9074 to Command Arguments.
9075 (Initial Options): Add @cindex for --script. Fix @cindex for -q.
9076 Add --no-desktop. Add alias --no-multibyte, --no-unibyte.
9077 (Window Size X): Join -g and --geometry. Add @cindex.
9078 (Borders X): Fix @cindex for -ib. Add @cindex for -bw.
9079 (Title X): Remove alias -title.
9080 (Misc X): New node.
9081
c8763fb6 90822004-02-15 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
9083
9084 * frames.texi (Drag and drop): Add Motif to list of supported
9085 protocols.
9086
c8763fb6 90872004-02-03 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
9088
9089 * frames.texi (Drag and drop): New section.
9090
90912004-01-24 Richard M. Stallman <rms@gnu.org>
9092
1c6c854e 9093 * emacs.texi (Acknowledgments): Rename from Acknowledgements.
8cf51b2c
GM
9094 Include it only @ifnotinfo. Patch the preceding and following
9095 node headers to point to each other.
9096
90972004-01-11 Glenn Morris <gmorris@ast.cam.ac.uk>
9098
9099 * calendar.texi (Appointments): Update section.
9100
91012003-12-29 Kevin Ryde <user42@zip.com.au>
9102
8cf51b2c
GM
9103 * programs.texi (C Modes): Fix the xref.
9104
91052003-12-23 Nick Roberts <nick@nick.uklinux.net>
9106
9107 * building.texi (Watch Expressions): Update.
9108 (Commands of GUD): Include use of toolbar + breakpoints set from
9109 fringe/margin.
9110
91112003-12-03 Andre Spiegel <spiegel@gnu.org>
9112
9113 * files.texi: Say how to disable VC. Suggested by Alan Mackenzie
9114 <acm@muc.de>.
9115
c8763fb6 91162003-11-29 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
9117
9118 * frames.texi (Dialog Boxes): Add use-file-dialog.
9119
8cf51b2c
GM
91202003-11-22 Martin Stjernholm <bug-cc-mode@gnu.org>
9121
9122 * ack.texi: Note that Alan Mackenzie contributed the AWK support
9123 in CC Mode.
9124
8cf51b2c
GM
91252003-11-02 Jesper Harder <harder@ifa.au.dk> (tiny change)
9126
9127 * man/ack.texi, man/basic.texi, man/cmdargs.texi:
9128 * man/commands.texi, man/custom.texi, man/display.texi:
49823426 9129 * man/emacs.texi, man/files.texi:
8cf51b2c
GM
9130 * man/frames.texi, man/glossary.texi, man/killing.texi:
9131 * man/macos.texi, man/mark.texi, man/misc.texi, man/msdog.texi:
9132 * man/mule.texi, man/rmail.texi, man/search.texi:
49823426
GM
9133 * man/sending.texi, man/text.texi, man/trouble.texi:
9134 Replace @sc{ascii} and ASCII with @acronym{ASCII}.
8cf51b2c
GM
9135
91362003-11-01 Alan Mackenzie <acm@muc.de>
9137
9138 * search.texi (Scrolling During Incremental Search): Document a
9139 new scrolling facility in isearch mode.
9140
8cf51b2c
GM
91412003-10-22 Miles Bader <miles@gnu.org>
9142
9143 * Makefile.in (info): Move before $(top_srcdir)/info.
9144
91452003-10-22 Nick Roberts <nick@nick.uklinux.net>
9146
9147 * building.texi (Watch Expressions): Update section on data display
9148 to reflect code changes (GDB Graphical Interface).
9149
8cf51b2c
GM
91502003-10-13 Richard M. Stallman <rms@gnu.org>
9151
9152 * xresources.texi (GTK resources): Clean up previous change.
9153
c8763fb6 91542003-10-12 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
9155
9156 * xresources.texi (GTK resources): Add a note that some themes
9157 disallow customizations. Add scroll theme example.
9158
8cf51b2c
GM
91592003-09-30 Richard M. Stallman <rms@gnu.org>
9160
8cf51b2c
GM
9161 * cmdargs.texi (General Variables): Remove MAILRC envvar.
9162
9163 * misc.texi (Saving Emacs Sessions): Shorten the section,
9164 collapsing back into one node.
9165
91662003-09-30 Lars Hansen <larsh@math.ku.dk>
9167
9168 * misc.texi: Section "Saving Emacs Sessions" rewritten.
9169
ce058493 91702003-09-29 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
9171
9172 * xresources.texi (GTK names in Emacs): Correct typo.
9173
8cf51b2c
GM
91742003-09-24 Luc Teirlinck <teirllm@mail.auburn.edu>
9175
1c6c854e
CS
9176 * cmdargs.texi (Font X): Mention new default font.
9177 More fully describe long font names, wildcard patterns and the
8cf51b2c
GM
9178 problems involved. (Result of discussion on emacs-devel.)
9179
91802003-09-22 Luc Teirlinck <teirllm@mail.auburn.edu>
9181
9182 * emacs.texi (Acknowledgements): Correct typo.
9183
91842003-09-22 Richard M. Stallman <rms@gnu.org>
9185
9186 * dired.texi (Misc Dired Commands): New node.
9187 (Dired Navigation): Add dired-goto-file.
9188
9189 * files.texi (File Aliases, Misc File Ops): Add @cindex entries.
9190
9191 * emacs.texi (Acknowledgements): New node, split from Distribution.
9192
9193 * cmdargs.texi (Action Arguments): -f reads interactive args.
9194
8cf51b2c
GM
91952003-09-08 Lute Kamstra <lute@gnu.org>
9196
9197 * screen.texi (Mode Line): Say that POS comes before LINE.
9198 Mention `size-indication-mode'.
1c6c854e
CS
9199 * display.texi (Optional Mode Line):
9200 Document `size-indication-mode'.
8cf51b2c
GM
9201 * basic.texi (Position Info): Mention `size-indication-mode'.
9202
92032003-09-07 Luc Teirlinck <teirllm@mail.auburn.edu>
9204
9205 * xresources.texi (Resources): Refer to `editres' man page.
9206 (Lucid Resources): Update defaults. Expand description of
9207 `shadowThickness'.
9208
92092003-09-04 Miles Bader <miles@gnu.org>
9210
9211 * Makefile.in (top_srcdir): New variable.
9212 ($(top_srcdir)/info): New rule.
9213 (info): Depend on it.
9214
92152003-09-03 Peter Runestig <peter@runestig.com>
9216
9217 * makefile.w32-in: New file.
9218
92192003-08-29 Richard M. Stallman <rms@gnu.org>
9220
9221 * misc.texi (Saving Emacs Sessions): Correct previous change.
9222
8cf51b2c
GM
92232003-08-19 Luc Teirlinck <teirllm@mail.auburn.edu>
9224
8cf51b2c
GM
9225 * emacs.texi (Top): Update menu to reflect new Keyboard Macros chapter.
9226 (Intro): Include kmacro.texi after fixit.texi instead of after
9227 custom.texi. (As suggested by Kim Storm.)
9228
92292003-08-18 Luc Teirlinck <teirllm@mail.auburn.edu>
9230
9231 * fixit.texi (Fixit): Update `Next' pointer.
9232 * files.texi (Files): Update `Previous' pointer.
9233 * kmacro.texi (Keyboard Macros): Remove redundant node and section.
9234 * emacs.texi (Intro): Include kmacro.texi after custom.texi.
9235 (Suggested by Kim Storm.)
9236 * Makefile (EMACSSOURCES): Add kmacro.texi. (Suggested by Kim Storm.)
9237
92382003-08-18 Kim F. Storm <storm@cua.dk>
9239
9240 * kmacro.texi: New file describing enhanced keyboard macro
9241 functionality. Replaces old description in custom.texi.
9242
9243 * custom.texi (Customization): Add xref to Keyboard Macros chapter.
9244 (Keyboard Macros): Move to new kmacro.texi file.
9245
9246 * emacs.texi (Keyboard Macros): Reference new keyboard macro topics.
9247
8cf51b2c
GM
92482003-08-17 Edward M. Reingold <reingold@emr.cs.iit.edu>
9249
9250 * calendar.texi (Specified Dates): Add `calendar-goto-day-of-year'.
9251
92522003-08-17 Alex Schroeder <alex@gnu.org>
9253
9254 * misc.texi (Saving Emacs Sessions): Manual M-x desktop-save not
9255 required.
9256
8cf51b2c
GM
92572003-08-05 Richard M. Stallman <rms@gnu.org>
9258
9259 * programs.texi (Lisp Indent): Don't describe
9260 lisp-indent-function property here. Use xref to Lisp Manual.
9261
8cf51b2c
GM
92622003-08-03 Glenn Morris <gmorris@ast.cam.ac.uk>
9263
fffa137c 9264 * calendar.texi (Date Formats): Document changed behavior of
8cf51b2c
GM
9265 abbreviations.
9266
92672003-07-24 Markus Rost <rost@math.ohio-state.edu>
9268
9269 * buffers.texi (List Buffers): Fix previous change.
9270
8cf51b2c
GM
92712003-07-13 Markus Rost <rost@math.ohio-state.edu>
9272
9273 * buffers.texi (List Buffers): Adjust to new format of *Buffer
9274 List*.
9275
92762003-07-07 Luc Teirlinck <teirllm@mail.auburn.edu>
9277
8cf51b2c
GM
9278 * display.texi (Font Lock): Fix typo.
9279
92802003-07-07 Richard M. Stallman <rms@gnu.org>
9281
9282 * display.texi (Font Lock): Add xref for format info on
9283 font-lock-remove-keywords.
9284
9285 * building.texi (Compilation): Document what happens with asynch
9286 children of compiler process.
9287
9288 * help.texi (Library Keywords): Use @multitable.
9289
8cf51b2c
GM
92902003-06-04 Richard M. Stallman <rms@gnu.org>
9291
9292 * programs.texi (Expressions): Delete C-M-DEL.
9293
9294 * misc.texi (Shell Options): Clarify comint-scroll-show-maximum-output.
9295 comint-move-point-for-output renamed from
9296 comint-scroll-to-bottom-on-output.
9297
9298 * custom.texi (Init Rebinding): Replace previous change with xref.
9299 (Non-ASCII Rebinding): Explain that issue more briefly here.
9300
93012003-05-28 Richard M. Stallman <rms@gnu.org>
9302
9303 * indent.texi (Indentation): Condense, simplify, clarify prev change.
9304
93052003-05-28 Nick Roberts <nick@nick.uklinux.net>
9306
9307 * building.texi (GDB Graphical Interface): New node.
9308 (Rewritten somewhat by RMS.)
9309
c8763fb6 93102003-05-28 Kai Großjohann <kai.grossjohann@gmx.net>
8cf51b2c
GM
9311
9312 * custom.texi (Init Rebinding): Xref Non-ASCII Rebinding, for
9313 non-English letters. Explain how to set coding systems correctly
9314 and how to include the right coding cookie in the file.
9315
c8763fb6 93162003-05-22 Kai Großjohann <kai.grossjohann@gmx.net>
8cf51b2c
GM
9317
9318 * indent.texi (Indentation): Explain the concepts.
9319 (Just Spaces): Explain why preventing tabs for indentation might
9320 be useful.
9321
8cf51b2c
GM
93222003-04-16 Richard M. Stallman <rms@gnu.org>
9323
9324 * search.texi (Regexps): Ref to Lisp manual for more regexp features.
9325
8cf51b2c
GM
93262003-02-22 Alex Schroeder <alex@emacswiki.org>
9327
9328 * cmdargs.texi (General Variables): Document SMTPSERVER.
9329
8cf51b2c
GM
9330 * sending.texi: Remove SMTP node.
9331 (Mail Sending): Describe `send-mail-function'. Link to SMTP
9332 library.
9333
8cf51b2c
GM
93342003-02-22 Alex Schroeder <alex@emacswiki.org>
9335
9336 * sending.texi (Sending via SMTP): Explain MTA/MUA.
9337
93382003-02-22 Simon Josefsson <jas@extundo.com>
9339
9340 * sending.texi (Mail Methods): Add node about SMTP.
9341
c8763fb6 93422003-02-17 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
9343
9344 * xresources.texi (GTK names in Emacs): Add emacs-toolbar - GtkToolbar.
9345
8cf51b2c
GM
93462003-02-01 Kevin Ryde <user42@zip.com.au>
9347
9348 * glossary.texi (Glossary): Correction to cl cross reference.
9349
93502003-01-20 Richard M. Stallman <rms@gnu.org>
9351
9352 * killing.texi (Rectangles): Document C-x c r.
9353
c8763fb6 93542003-01-19 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
9355
9356 * xresources.texi (GTK resources): New node.
9357 (GTK widget names): New node.
9358 (GTK names in Emacs): New node.
9359 (GTK styles): New node.
9360
c8763fb6 93612003-01-09 Francesco Potortì <pot@gnu.org>
8cf51b2c
GM
9362
9363 * maintaining.texi (Create Tags Table): Add reference to the new
9364 `etags --help --lang=LANG' option.
9365
8cf51b2c
GM
93662002-10-02 Karl Berry <karl@gnu.org>
9367
49823426 9368 * emacs.texi: Per rms, update all manuals to use @copying instead of
630cb3b7 9369 @ifinfo. Also use @ifnottex instead of @ifinfo around the top node,
49823426 9370 where needed for the sake of the HTML output.
8cf51b2c
GM
9371
93722001-12-20 Eli Zaretskii <eliz@is.elta.co.il>
9373
9374 * Makefile.in (EMACSSOURCES): Update the list of Emacs manual
9375 source files.
9376
93772001-11-16 Eli Zaretskii <eliz@is.elta.co.il>
9378
9379 * Makefile.in (emacsman): New target.
9380
8cf51b2c
GM
93812001-10-20 Gerd Moellmann <gerd@gnu.org>
9382
9383 * (Version 21.1 released.)
9384
93852001-10-05 Gerd Moellmann <gerd@gnu.org>
9386
9387 * Branch for 21.1.
9388
8cf51b2c
GM
93892001-03-05 Gerd Moellmann <gerd@gnu.org>
9390
9391 * Makefile.in (mostlyclean, maintainer-clean): Delete more files.
9392
8cf51b2c
GM
93932000-05-31 Stefan Monnier <monnier@cs.yale.edu>
9394
9395 * .cvsignore (*.tmp): New entry. Seems to be used for @macro.
9396
8cf51b2c
GM
93971999-07-12 Richard Stallman <rms@gnu.org>
9398
9399 * Version 20.4 released.
9400
94011998-12-04 Markus Rost <rost@delysid.gnu.org>
9402
9403 * Makefile.in (INFO_TARGETS): Delete customize.info.
9404 (DVI_TARGETS): Delete customize.dvi.
9405 (../info/customize, customize.dvi): Targets deleted.
9406
94071998-08-19 Richard Stallman <rms@psilocin.ai.mit.edu>
9408
9409 * Version 20.3 released.
9410
94111998-05-06 Richard Stallman <rms@psilocin.gnu.org>
9412
9413 * Makefile.in (EMACSSOURCES): Add mule.texi.
9414 Add msdog.texi, ack.texi. Remove gnu1.texi.
9415
94161998-04-06 Andreas Schwab <schwab@gnu.org>
9417
768c0c0f
JB
9418 * Makefile.in (ENVADD): Environment vars to pass to texi2dvi.
9419 Use it in dvi targets.
8cf51b2c
GM
9420
94211997-09-23 Paul Eggert <eggert@twinsun.com>
9422
9423 * Makefile.in: Merge changes mistakenly made to `Makefile'.
9424 (INFO_TARGETS): Change ../info/custom to ../info/customize.
9425 (../info/customize): Rename from ../info/custom.
8cf51b2c
GM
9426
94271997-09-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9428
9429 * Version 20.2 released.
9430
94311997-09-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9432
9433 * Version 20.1 released.
9434
94351997-08-24 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9436
9437 * Makefile (../info/customize, customize.dvi): New targets.
9438 (INFO_TARGETS): Add ../info/customize.
9439 (DVI_TARGETS): Add customize.dvi.
9440
8cf51b2c
GM
94411996-08-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9442
9443 * Version 19.33 released.
9444
94451996-07-31 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9446
9447 * Version 19.32 released.
9448
8cf51b2c
GM
94491996-06-20 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9450
9451 * Makefile.in (All info targets): cd $(srcdir) to do the work.
9452
94531996-06-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9454
9455 * Makefile.in (All info targets): Specify $(srcdir) in input files.
9456 Specify -I option.
9457 (All dvi targets): Set the TEXINPUTS variable.
9458
94591996-05-25 Karl Heuer <kwzh@gnu.ai.mit.edu>
9460
9461 * Version 19.31 released.
9462
8cf51b2c
GM
94631995-11-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9464
9465 * Version 19.30 released.
9466
8cf51b2c
GM
94671995-02-07 Richard Stallman <rms@pogo.gnu.ai.mit.edu>
9468
9469 * Makefile.in (maintainer-clean): Rename from realclean.
9470
94711994-11-23 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9472
9473 * Makefile.in: New file.
9474 * Makefile: File deleted.
9475
94761994-11-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9477
9478 * Makefile (TEXINDEX_OBJS): Variable deleted.
9479 (texindex, texindex.o, getopt.o): Rules deleted.
9480 All deps on texindex deleted.
9481 (distclean): Don't delete texindex.
9482 (mostlyclean): Don't delete *.o.
9483 * texindex.c, getopt.c: Files deleted.
9484
94851994-09-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9486
9487 * Version 19.26 released.
9488
94891994-07-02 Richard Stallman (rms@gnu.ai.mit.edu)
9490
9491 * Makefile (EMACSSOURCES): Exclude undo.texi.
9492
94931994-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9494
9495 * Version 19.25 released.
9496
94971994-05-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9498
9499 * Version 19.24 released.
9500
95011994-05-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9502
9503 * Version 19.23 released.
9504
95051994-04-17 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9506
9507 * Makefile: Delete spurious tab.
9508
95091994-02-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9510
9511 * Makefile (.SUFFIXES): New rule.
9512
8cf51b2c
GM
95131993-12-04 Richard Stallman (rms@srarc2)
9514
9515 * getopt.c: New file.
9516 * Makefile (TEXINDEX_OBJS): Use getopt.o in this dir, not ../lib-src.
9517 (getopt.o): New rule.
9518 (dvi): Don't depend on texindex.
49823426 9519 (emacs.dvi): Depend on texindex.
8cf51b2c
GM
9520
95211993-12-03 Richard Stallman (rms@srarc2)
9522
49823426
GM
9523 * Makefile (TEXI2DVI): New variable.
9524 (emacs.dvi): Add explicit command.
8cf51b2c
GM
9525 (TEXINDEX_OBJS): Delete duplicate getopt.o.
9526
95271993-11-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9528
9529 * Version 19.22 released.
9530
95311993-11-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9532
9533 * Makefile (TEXINDEX_OBJS): Delete spurious period.
9534
95351993-11-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9536
9537 * Version 19.21 released.
9538
8cf51b2c
GM
95391993-11-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9540
9541 * Makefile (realclean): Don't delete the Info files.
9542
f0131492 95431993-10-25 Brian J. Fox (bfox@albert.gnu.ai.mit.edu)
8cf51b2c 9544
8cf51b2c
GM
9545 * frames.texi (Creating Frames): Mention `C-x 5' instead of `C-x
9546 4' where appropriate.
9547
f0131492 95481993-10-20 Brian J. Fox (bfox@ai.mit.edu)
8cf51b2c 9549
49823426 9550 * Makefile: Fix targets for texindex.
8cf51b2c
GM
9551
9552 * texindex.c: Include "../src/config.h" if building in emacs.
9553
9554 * Makefile: Change all files to FILENAME.texi, force all targets
49823426 9555 to be FILENAME, not FILENAME.info.
8cf51b2c
GM
9556 Add target to build texindex.c, defining `emacs'.
9557
8cf51b2c
GM
95581993-08-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9559
9560 * Version 19.19 released.
9561
8cf51b2c
GM
95621993-08-08 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9563
9564 * Version 19.18 released.
9565
95661993-07-20 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9567
9568 * Makefile: Fix source file names of the separate manuals.
8cf51b2c
GM
9569
95701993-07-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9571
9572 * Version 19.17 released.
9573
95741993-07-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9575
9576 * split-man: Fix typos in last change.
9577
95781993-07-06 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9579
9580 * Version 19.16 released.
9581
95821993-06-19 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9583
9584 * version 19.15 released.
9585
95861993-06-18 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9587
9588 * Makefile (distclean): It's rm, not rf.
9589
95901993-06-17 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9591
9592 * Version 19.14 released.
9593
95941993-06-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9595
9596 * Makefile: New file.
9597
95981993-06-08 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9599
9600 * Version 19.13 released.
9601
96021993-05-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9603
9604 * Version 19.9 released.
9605
96061993-05-25 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9607
9608 * Version 19.8 released.
9609
96101993-05-25 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9611
9612 * cmdargs.texi: Document the -i, -itype, and -iconic options.
9613
9614 * trouble.texi: It's `enable-flow-control-on', not
9615 `evade-flow-control-on'.
9616
96171993-05-24 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9618
9619 * display.texi: Document standard-display-european.
9620
96211993-05-22 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9622
9623 * Version 19.7 released.
9624
9625 * emacs.texi: Add a sentence to the top menu mentioning the
9626 specific version of Emacs this manual applies to.
9627
96281993-04-25 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
9629
9630 * basic.texi: Document next-line-add-lines variable used to
9631 implement down-arrow.
9632
9633 * killing.texi: Document kill-whole-line.
9634
96351993-04-18 Noah Friedman (friedman@nutrimat.gnu.ai.mit.edu)
9636
9637 * text.texi: Update unix TeX ordering information.
9638
96391993-03-26 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
9640
9641 * news.texi: Mention fill-rectangle in keybinding list.
9642
9643 * killing.texi: Document fill-rectangle.
9644
96451993-03-17 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
9646
9647 * vc.texi: Bring the docs up to date with VC 5.2.
9648
96491992-01-10 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
9650
9651 * emacs.tex: Mention blackbox and gomoku under Amusements.
9652 Assembler mode is now mentioned and appropriately indexed
9653 under Programming Modes.
9654
96551991-02-15 Robert J. Chassell (bob@wookumz.ai.mit.edu)
9656
9657 * emacs.tex: Update TeX ordering information.
9658
8cf51b2c
GM
96591990-06-26 David Lawrence (tale@geech)
9660
9661 * emacs.tex: Note that completion-ignored-extensions is not used
9662 to filter out names when all completions are displayed in
9663 *Completions*.
9664
96651990-05-25 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
9666
9667 * texindex.tex: If USG, include sys/types.h and sys/fcntl.h.
9668
96691990-03-21 Jim Kingdon (kingdon@pogo.ai.mit.edu)
9670
9671 * emacs.tex: Add @findex grep.
9672
8cf51b2c
GM
96731988-08-16 Robert J. Chassell (bob@frosted-flakes.ai.mit.edu)
9674
9675 * emacs.tex: Correct two typos. No other changes before
9676 Version 19 will be made.
9677
8cf51b2c
GM
96781988-05-23 Robert J. Chassell (bob@frosted-flakes.ai.mit.edu)
9679
9680 * emacs.tex: Update information for obtaining TeX distribution from the
9681 University of Washington.
9682
9683;; Local Variables:
c8763fb6 9684;; coding: utf-8
8cf51b2c
GM
9685;; End:
9686
a162959e 9687 Copyright (C) 1993-1999, 2001-2012 Free Software Foundation, Inc.
8cf51b2c
GM
9688
9689 This file is part of GNU Emacs.
9690
352c8b4a 9691 GNU Emacs is free software: you can redistribute it and/or modify
8cf51b2c 9692 it under the terms of the GNU General Public License as published by
352c8b4a
GM
9693 the Free Software Foundation, either version 3 of the License, or
9694 (at your option) any later version.
8cf51b2c
GM
9695
9696 GNU Emacs is distributed in the hope that it will be useful,
9697 but WITHOUT ANY WARRANTY; without even the implied warranty of
9698 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
9699 GNU General Public License for more details.
9700
9701 You should have received a copy of the GNU General Public License
352c8b4a 9702 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.