Convert consecutive copyright years to range
[bpt/emacs.git] / doc / emacs / ChangeLog
CommitLineData
d8ad4d3f 12012-12-06 Juanma Barranquero <lekktu@gmail.com>
26163acc
JB
2
3 * vc1-xtra.texi (General VC Options): Remove obsolete reference
4 to `vc-path'.
5
c5bc2d1d 62012-12-03 Chong Yidong <cyd@gnu.org>
547d6865
CY
7
8 * custom.texi (Init Rebinding): kbd is now a function (Bug#13052).
9
1cbaa705
KR
102012-12-02 Kevin Ryde <user42@zip.com.au>
11
12 * maintaining.texi (Tag Syntax): Mention (defvar foo) handling.
13
00054d21
KR
142012-12-01 Kevin Ryde <user42@zip.com.au>
15
16 * maintaining.texi (Tag Syntax): Mention Perl's "use constant".
17
c07a6ded
PE
182012-11-24 Paul Eggert <eggert@cs.ucla.edu>
19
20 * doclicense.texi, gpl.texi: Update to latest version from FSF.
21 These are just minor editorial changes.
22
6ef2e5ef 232012-11-21 Dani Moncayo <dmoncayo@gmail.com>
d1a355a1
DM
24
25 * display.texi (Auto Scrolling): Fix some inaccuracies, plus
26 clarifications (Bug#12865).
27 (Horizontal Scrolling): Clarifications.
28
2ac9538d 292012-11-18 Dani Moncayo <dmoncayo@gmail.com>
0a27d94c
DM
30
31 * mark.texi (Disabled Transient Mark): Doc fixes (Bug#12746).
32
a33da68b
EZ
332012-11-16 Eli Zaretskii <eliz@gnu.org>
34
35 * trouble.texi (Crashing): Add information about MS-Windows and
36 the emacs_backtrace.txt file. (Bug#12908)
37
f78ee6af 382012-11-13 Chong Yidong <cyd@gnu.org>
0f5414fc
CY
39
40 * building.texi (Multithreaded Debugging): gdb-stopped-hooks is
41 actually named gdb-stopped-functions.
42
f78ee6af 432012-11-13 Glenn Morris <rgm@gnu.org>
adad6d8f
GM
44
45 * misc.texi (Single Shell): Mention async-shell-command-buffer.
46
19e09879
GM
472012-11-10 Glenn Morris <rgm@gnu.org>
48
49 * misc.texi (Terminal emulator): Rename `term-face' to `term'.
50
ef7238c3
GM
51 * emacs.texi (Acknowledgments): Add profiler author.
52 * ack.texi (Acknowledgments): Add some recent contributions.
53
6baf66d5 542012-11-10 Chong Yidong <cyd@gnu.org>
4c1f6a5b 55
9d9e48d9
CY
56 * files.texi (Diff Mode): Doc fixes for
57 diff-delete-trailing-whitespace (Bug#12831).
58
4c1f6a5b
CY
59 * trouble.texi (Crashing): Copyedits.
60
6baf66d5 612012-11-10 Glenn Morris <rgm@gnu.org>
26f59676
GM
62
63 * files.texi (Diff Mode): Trailing whitespace updates.
64
6baf66d5 652012-11-10 Chong Yidong <cyd@gnu.org>
cce0aa5a 66
4eeba558
CY
67 * misc.texi (Terminal emulator): Document Term mode faces.
68
7d806bfe
CY
69 * mini.texi (Basic Minibuffer): New node. Document
70 minibuffer-electric-default-mode.
71
72 * display.texi (Visual Line Mode): Fix index entry.
73
cce0aa5a
CY
74 * buffers.texi (Several Buffers): List Buffer Menu command anmes,
75 and index the keybindings. Document tabulated-list-sort.
76 (Kill Buffer): Capitalize Buffer Menu.
77
78 * trouble.texi (Memory Full): Capitalize Buffer Menu.
79
6baf66d5 802012-11-10 Eli Zaretskii <eliz@gnu.org>
bff6f241
EZ
81
82 * display.texi (Auto Scrolling): Clarify that scroll-step is
83 ignored when scroll-conservatively is set to a non-zero value.
84 (Bug#12801)
85
6baf66d5 862012-11-10 Chong Yidong <cyd@gnu.org>
766376c6
CY
87
88 * dired.texi (Dired Updating): Doc fix (Bug#11744).
89
87288971
MA
902012-10-30 Michael Albinus <michael.albinus@gmx.de>
91
92 * trouble.texi (Known Problems): Mention command `debbugs-gnu-usertags'.
93
fc83c2de
CY
942012-10-29 Chong Yidong <cyd@gnu.org>
95
96 * dired.texi (Shell Commands in Dired): Document changes to the
97 dired-do-async-shell-command.
98
82b21017
GM
992012-10-28 Glenn Morris <rgm@gnu.org>
100
101 * ack.texi (Acknowledgments): Mention gv.el.
102
caa5e5a4
BG
1032012-10-27 Bastien Guerry <bzg@gnu.org>
104
105 * screen.texi (Menu Bar): Fix typo.
106
05b621a6
CY
1072012-10-27 Chong Yidong <cyd@gnu.org>
108
109 * frames.texi (Mouse Avoidance): Mention new variable
110 mouse-avoidance-banish-position.
111
112 * programs.texi (Which Function): Which Function mode now works in
113 all major modes by default.
114
115 * mule.texi (Recognize Coding): Remove an unreferenced vindex.
116
117 * files.texi (Misc File Ops): Symbolic links on Windows only work
118 on Vista and later.
119
120 * building.texi (Compilation): Document compilation-always-kill.
121
122 * search.texi (Symbol Search): New node.
123
124 * package.texi (Package Menu): Document the "new" status.
125
126 * windows.texi (Window Choice): Don't refer to the obsolete
127 special-display feature.
128
cd996018
CY
1292012-10-24 Chong Yidong <cyd@gnu.org>
130
131 * mule.texi (Text Coding): set-buffer-file-coding-system can now
132 be invoked from the mode line.
133
134 * dired.texi (Dired Deletion, Marks vs Flags): Document Emacs 24.3
135 changes to the mark and unmark commands.
136 (Comparison in Dired): Document chages to dired-diff. Remove M-=,
137 which is no longer bound to dired-backup-diff.
138
fe605b94
BG
1392012-10-23 Bastien Guerry <bzg@gnu.org>
140
9eadb1a9
BG
141 * text.texi (Org Authoring): Use a comma after @ref to avoid the
142 insertion of a period in the Info output.
fe605b94 143
d1069532
SM
1442012-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
145
146 * custom.texi (Hooks): Clarify that -hooks is deprecated.
147
1fb3aa3f
CY
1482012-10-23 Chong Yidong <cyd@gnu.org>
149
150 * kmacro.texi (Edit Keyboard Macro): Fix typo.
151
f42f1094
DM
1522012-10-18 Dani Moncayo <dmoncayo@gmail.com>
153
154 * mini.texi (Completion Options): Fix off-by-one error. (Bug#12644)
155
6c24e35f
GM
1562012-10-17 Glenn Morris <rgm@gnu.org>
157
158 * mini.texi (Repetition): Further copyedit.
159
429cdb05
DM
1602012-10-17 Dani Moncayo <dmoncayo@gmail.com>
161
162 * mini.texi (Repetition): Copyedit.
163
e5a94ec4
JL
1642012-10-16 Juri Linkov <juri@jurta.org>
165
166 * search.texi (Query Replace): Document multi-buffer replacement
167 keys. (Bug#12655)
168
169 * maintaining.texi (Tags Search): Change link "Replace" to
170 "Query Replace".
171
73f2b4ab
CY
1722012-10-13 Chong Yidong <cyd@gnu.org>
173
174 * files.texi (File Conveniences): ImageMagick enabled by default.
175
d8e213eb
DM
1762012-10-10 Dani Moncayo <dmoncayo@gmail.com>
177
178 * basic.texi (Arguments): Fix typos.
179
b859a383
GM
1802012-10-08 Glenn Morris <rgm@gnu.org>
181
cad4f290
GM
182 * cal-xtra.texi (Calendar Customizing): Mention calendar-month-header.
183
b859a383
GM
184 * calendar.texi (Writing Calendar Files): Mention cal-html-holidays.
185
f1f4dba0
GM
1862012-10-06 Glenn Morris <rgm@gnu.org>
187
188 * calendar.texi (Writing Calendar Files): Tweak week descriptions.
189 Mention cal-tex-cursor-week2-summary.
190
c6b68a28
CY
1912012-10-06 Chong Yidong <cyd@gnu.org>
192
193 * mini.texi (Passwords): Fix typo.
194
751bac18
GM
1952012-10-02 Glenn Morris <rgm@gnu.org>
196
197 * maintaining.texi (VC Directory Commands):
198 Remove duplicate `q' entry. (Bug#12553)
199
48de8b12
CY
2002012-09-30 Chong Yidong <cyd@gnu.org>
201
202 * killing.texi (Rectangles): Document copy-rectangle-as-kill.
203
204 * search.texi (Special Isearch): Document the lax space search
205 feature and M-s SPC.
206 (Regexp Search): Move main search-whitespace-regexp description to
207 Special Isearch.
208 (Replace): Document replace-lax-whitespace.
209
210 * basic.texi (Position Info): Document C-u M-=.
211 (Moving Point): Document move-to-column.
212
213 * display.texi (Useless Whitespace): Add delete-trailing-lines.
214
215 * misc.texi (emacsclient Options): Document the effect of
216 initial-buffer-choice on client frames. Document server-auth-dir.
217 Do not document server-host, which is bad security practice.
218
219 * building.texi (Lisp Libraries): Docstring lookups can trigger
220 autoloading. Document help-enable-auto-load.
221
222 * mini.texi (Yes or No Prompts): New node.
223
224 * ack.texi (Acknowledgments): Remove obsolete packages.
225
4695c850
GM
2262012-09-27 Glenn Morris <rgm@gnu.org>
227
228 * cal-xtra.texi (Advanced Calendar/Diary Usage):
229 Rename the section to be more general.
230 * emacs.texi: Update menu.
231
e109c4a6
CY
2322012-09-23 Chong Yidong <cyd@gnu.org>
233
234 * buffers.texi (Misc Buffer): Replace toggle-read-only with
235 read-only-mode.
236
237 * files.texi (Visiting): Likewise.
238
2e83df57
PE
2392012-09-22 Paul Eggert <eggert@cs.ucla.edu>
240
241 * trouble.texi (Crashing): Document ulimit -c.
242
58f3a196
PE
2432012-09-21 Paul Eggert <eggert@cs.ucla.edu>
244
245 * trouble.texi (Crashing): Document addr2line.
246
4ef1567b
CY
2472012-09-19 Chong Yidong <cyd@gnu.org>
248
249 * killing.texi (Yanking): Minor clarification (Bug#12469).
250
9e9da873
CY
2512012-09-17 Chong Yidong <cyd@gnu.org>
252
253 * building.texi (GDB User Interface Layout): Remove reference to
254 removed variable gdb-use-separate-io-buffer (Bug#12454).
255
0979429b
J
2562012-09-08 Jambunathan K <kjambunathan@gmail.com>
257
258 * regs.texi (Text Registers): `C-x r +' can now be used instead of
259 M-x append-to-register. New option `register-separator'.
260 (Number Registers): Mention that `C-x r +' is polymorphic.
261
14ba4cf3
CY
2622012-09-07 Chong Yidong <cyd@gnu.org>
263
264 * windows.texi (Window Choice): Don't mention obsolete
265 display-buffer-reuse-frames.
266
cf29dd84
PE
2672012-09-04 Paul Eggert <eggert@cs.ucla.edu>
268
269 Give more-useful info on a fatal error (Bug#12328).
270 * trouble.texi (Crashing): New section, documenting this.
271
aa0ecd94
MA
2722012-08-24 Michael Albinus <michael.albinus@gmx.de>
273
0979429b
J
274 * cmdargs.texi (General Variables):
275 Setting $DBUS_SESSION_BUS_ADDRESS to a dummy value suppresses
276 connections to the D-Bus session bus. (Bug#12112)
aa0ecd94 277
ba025fbd
EZ
2782012-08-14 Eli Zaretskii <eliz@gnu.org>
279
280 * building.texi (Debugger Operation): Correct and improve
281 documentation of the GUD Tooltip mode.
282
0c51ff6d
CY
2832012-07-31 Chong Yidong <cyd@gnu.org>
284
285 * emacs.texi: Fix ISBN (Bug#12080).
286
35b6586e
CY
2872012-08-05 Chong Yidong <cyd@gnu.org>
288
289 * display.texi (Faces): Document frame-background-mode (Bug#7774).
290
291 * custom.texi (Face Customization): Move discussion of face
292 inheritance here, from Faces section.
293
0e1a094f 2942012-07-28 Eli Zaretskii <eliz@gnu.org>
3dfa7993
EZ
295
296 * frames.texi (Mouse Commands): Fix the description of mouse-2.
297 (Bug#11958)
298
e32a12b5
CY
2992012-07-19 Chong Yidong <cyd@gnu.org>
300
301 * emacs.texi: Update ISBN.
302
9ea10cc3
CY
3032012-07-17 Chong Yidong <cyd@gnu.org>
304
305 * basic.texi (Inserting Text): Replace ucs-insert with
306 insert-char. Provide more details of input.
307
308 * mule.texi (International Chars, Input Methods): Likewise.
309
b68b3337
CY
3102012-07-13 Chong Yidong <cyd@gnu.org>
311
dea31bd3
CY
312 * custom.texi (Examining): Update C-h v message.
313
b68b3337
CY
314 * buffers.texi (Misc Buffer): Document view-read-only.
315
ab4c47d3
CY
3162012-07-07 Chong Yidong <cyd@gnu.org>
317
318 * custom.texi (Init File): Index site-lisp (Bug#11435).
319
6edc3d28
CY
3202012-07-06 Chong Yidong <cyd@gnu.org>
321
322 * emacs.texi: Re-order top-level menu to correspond to logical
323 order, to avoid makeinfo warnings.
324
325 * ack.texi (Acknowledgments): Note new python.el.
326
3812efdc
CY
3272012-06-29 Chong Yidong <cyd@gnu.org>
328
329 * maintaining.texi (Basic VC Editing, VC Pull, Merging):
330 * basic.texi (Erasing, Basic Undo): Fix markup.
331
c8d3a25c 3322012-06-29 Glenn Morris <rgm@gnu.org>
50d5cb25
GM
333
334 * fixit.texi (Undo): Grammar fixes. (Bug#11779)
335
c8d3a25c 3362012-06-29 Michael Witten <mfwitten@gmail.com> (tiny change)
3b6f7280
MW
337
338 * fixit.texi (Undo): Fix typo. (Bug#11775)
339
65400531
GM
3402012-06-27 Glenn Morris <rgm@gnu.org>
341
342 * ack.texi (Acknowledgments): Tiny update.
343
ac1a0ce1 3442012-06-21 Glenn Morris <rgm@gnu.org>
2fecccba
GM
345
346 * Makefile.in: Rename infodir to buildinfodir throughout. (Bug#11737)
347
ddfbf826 3482012-06-17 Chong Yidong <cyd@gnu.org>
84f4a531 349
ddfbf826 350 * emacs.texi: Remove urlcolor setting. Update ISBN and edition number.
166bc0c8
CY
351
352 * anti.texi:
353 * building.texi:
354 * cmdargs.texi:
355 * custom.texi:
356 * display.texi:
357 * files.texi:
358 * frames.texi:
359 * glossary.texi:
360 * misc.texi:
361 * mule.texi:
362 * programs.texi:
363 * sending.texi:
364 * text.texi: Copyedits to avoid underfull/overfull in 7x9 manual.
365
85973ba0
MA
3662012-06-06 Michael Albinus <michael.albinus@gmx.de>
367
368 * custom.texi (Directory Variables): Mention enable-remote-dir-locals.
369
c1dabff0
GM
3702012-05-28 Glenn Morris <rgm@gnu.org>
371
372 * ack.texi, building.texi, calendar.texi, custom.texi:
373 * maintaining.texi, text.texi: Use @LaTeX rather than La@TeX.
374
abb9615e
GM
3752012-05-27 Glenn Morris <rgm@gnu.org>
376
bd39eb06
GM
377 * emacs.texi: Simplify following removal of node pointers.
378
abb9615e
GM
379 * ack.texi, anti.texi, basic.texi, buffers.texi, building.texi:
380 * cmdargs.texi, commands.texi, display.texi, emacs.texi:
381 * entering.texi, files.texi, fixit.texi, frames.texi, glossary.texi:
382 * gnu.texi, help.texi, indent.texi, killing.texi, kmacro.texi:
383 * m-x.texi, macos.texi, maintaining.texi, mark.texi, mini.texi:
384 * misc.texi, modes.texi, msdog.texi, mule.texi, programs.texi:
385 * regs.texi, screen.texi, search.texi, text.texi, trouble.texi:
386 * windows.texi, xresources.texi: Nuke hand-written node pointers.
387
6c200b4a
GM
3882012-05-22 Glenn Morris <rgm@gnu.org>
389
390 * emacs.texi (Acknowledgments): Add another contributor.
391
3fe7cdc8
GM
3922012-05-12 Glenn Morris <rgm@gnu.org>
393
394 * Makefile.in (MKDIR_P): New, set by configure.
395 (mkinfodir): Use $MKDIR_P.
396
dc0f75c8
GM
3972012-05-10 Glenn Morris <rgm@gnu.org>
398
b8a82b69
GM
399 * mule.texi (Disabling Multibyte): Replace the obsolete "unibyte: t"
400 with "coding: raw-text".
401
dc0f75c8
GM
402 * files.texi (Interlocking): Mention create-lockfiles option.
403
666b903b 4042012-05-09 Chong Yidong <cyd@gnu.org>
ed39e4e2
CY
405
406 * frames.texi (Mouse References, Mouse Commands): Fix index
407 entries (Bug#11362).
408
eceeb5fc 4092012-05-05 Glenn Morris <rgm@gnu.org>
bbba8869 410
eceeb5fc
CY
411 * custom.texi (Customization Groups, Custom Themes, Examining):
412 Improve page breaks.
413
414 * rmail.texi (Rmail Display): Use example rather than smallexample.
415
416 * calendar.texi: Convert inforefs to refs.
417
418 * dired.texi (Dired Enter): Improve page break.
419
420 * abbrevs.texi (Abbrev Concepts): Copyedits.
421
422 * maintaining.texi (Registering, Tag Syntax):
423 Tweak line and page breaks.
424
425 * programs.texi (Programs, Electric C): Copyedits.
426 (Program Modes): Add xref to Fortran.
427 (Left Margin Paren): Remove what was (oddly enough) the only use
428 of defvar in the entire Emacs manual.
429 (Hungry Delete): Remove footnote about ancient Emacs version.
430 (Other C Commands): Use example rather than smallexample.
431
432 * text.texi (Pages, Filling, Foldout, Org Mode, HTML Mode)
433 (Nroff Mode, Enriched Indentation, Table Rows and Columns):
434 Tweak line and page breaks.
435
436 * modes.texi (Major Modes, Minor Modes): Reword to improve page-breaks.
437 (Major Modes): Use example rather than smallexample.
bbba8869 438
eceeb5fc
CY
439 * mule.texi (Output Coding): Reword to improve page-breaks.
440
441 * frames.texi (Fonts): Tweak line and page breaks.
442 Use example rather than smallexample. Change cross-reference.
443 (Text-Only Mouse): Fix xref.
444
445 * buffers.texi (Buffers, Kill Buffer, Several Buffers)
446 (Indirect Buffers): Tweak line- and page-breaks.
447
448 * fixit.texi (Fixit, Undo): Reword to improve page-breaks.
449
8045b906
GM
4502012-05-04 Glenn Morris <rgm@gnu.org>
451
452 * Makefile.in (INFO_EXT, INFO_OPTS): New, set by configure.
453 (info, infoclean): Use $INFO_EXT.
454 ($(infodir)/emacs$(INFO_EXT)): Use $INFO_EXT and $INFO_OPT.
455 * makefile.w32-in (INFO_EXT, INFO_OPTS): New.
456 (INFO_TARGETS): Use $INFO_EXT.
457 ($(infodir)/emacs$(INFO_EXT)): Use $INFO_EXT and $INFO_OPT, and -o.
458
90207a15 4592012-05-02 Glenn Morris <rgm@gnu.org>
bbba8869
GM
460
461 * emacs.texi (@copying): Only print EDITION in the TeX version.
462
e2058813
GM
463 * search.texi (Regexp Search): Just say "Emacs".
464
a162959e
GM
465 * display.texi (Auto Scrolling):
466 Reword to avoid repetition and improve page break.
467
9eb25ee8
GM
468 * xresources.texi (Resources):
469 * mule.texi (Language Environments):
470 * misc.texi (Amusements):
471 * maintaining.texi (VC Change Log):
472 * frames.texi (Fonts):
473 * custom.texi (Specifying File Variables, Minibuffer Maps):
474 * cmdargs.texi (Initial Options):
475 * building.texi (Flymake):
476 Reword to remove/reduce some overly long/short lines.
477
a4289d0e
GM
4782012-04-27 Glenn Morris <rgm@gnu.org>
479
480 * emacs.texi: Some fixes for detailed menu.
481
1a72be46
GM
482 * emacs.texi: Add "et al." to authors.
483
16152b76
GM
484 * ack.texi, basic.texi, buffers.texi, building.texi:
485 * calendar.texi, cmdargs.texi, commands.texi, custom.texi:
486 * dired.texi, display.texi, emerge-xtra.texi, files.texi:
487 * fortran-xtra.texi, help.texi, kmacro.texi, mini.texi, misc.texi:
488 * msdog-xtra.texi, picture-xtra.texi, programs.texi, rmail.texi:
489 * search.texi, trouble.texi, windows.texi:
490 Use Texinfo recommended convention for quotes+punctuation.
491
578c1d4b 4922012-04-27 Eli Zaretskii <eliz@gnu.org>
84412f2c 493
578c1d4b
GM
494 * mule.texi (Bidirectional Editing): Improve indexing.
495 Minor wording tweaks.
84412f2c 496
467a33d0
CY
4972012-04-15 Chong Yidong <cyd@gnu.org>
498
499 * misc.texi (emacsclient Options): More clarifications.
500
e6fd457e 5012012-04-15 Glenn Morris <rgm@gnu.org>
05806f43 502
41be52d7
GM
503 * msdog.texi (Windows Printing): It doesn't set printer-name.
504
05806f43
GM
505 * mule.texi (Language Environments): Move font info to "Fontsets".
506 (Fontsets): Move intlfonts etc here from "Language Environments".
507 Copyedits.
508 (Defining Fontsets, Modifying Fontsets, Undisplayable Characters)
509 (Unibyte Mode, Charsets, Bidirectional Editing): Copyedits.
510
e6fd457e 5112012-04-15 Chong Yidong <cyd@gnu.org>
6a00f380 512
0be641c0
CY
513 * glossary.texi (Glossary): Standardize on "text terminal"
514 terminology. All callers changed.
515
6a00f380
CY
516 * misc.texi (emacsclient Options): Document "client frame" concept
517 and its effect on C-x C-c more carefully.
518
e6fd457e 5192012-04-15 Glenn Morris <rgm@gnu.org>
71cd7772 520
870e8fb8
GM
521 * frames.texi (Scroll Bars):
522 * glossary.texi (Glossary): Use consistent case for "X Window System".
523
71cd7772
GM
524 * mule.texi (Select Input Method, Coding Systems):
525 State command names in kbd tables.
526 (Recognize Coding): Add cross-ref.
527 (Output Coding): Don't mention message mode in particular.
528 (Text Coding, Communication Coding, File Name Coding, Terminal Coding):
529 Copyedits.
530
35dc09a1 5312012-04-14 Glenn Morris <rgm@gnu.org>
05f7d0d3
GM
532
533 * mule.texi (Select Input Method, Coding Systems, Recognize Coding):
534 Copyedits.
535 (Coding Systems): Mac OS X apparently uses newlines for EOL.
536 (Recognize Coding): Remove old auto-coding-regexp-alist example.
537 auto-coding-functions does not override coding: tags.
538 Remove rmail-decode-mime-charset; it no longer has any effect.
539
35dc09a1 5402012-04-14 Chong Yidong <cyd@gnu.org>
81927dd2
CY
541
542 * custom.texi (Creating Custom Themes): Add reference to Custom
543 Themes node in Lisp manual.
544
35dc09a1 5452012-04-14 Glenn Morris <rgm@gnu.org>
8edb942b
GM
546
547 * mule.texi (International): Copyedits.
548 (International Chars): Update C-x = example output.
549 (Disabling Multibyte): Rename from "Enabling Multibyte".
550 Clarify what "unibyte: t" does, and mode-line description.
551 (Unibyte Mode): Update for "Disabling Multibyte" node name change.
552 Use Texinfo recommended convention for quotes+punctuation.
e0550cae 553 (Language Environments): Copyedits.
893585f4
GM
554 (Input Methods): Copyedits. Use "^" for the postfix example,
555 because it is less confusing inside Info's `quotes'.
e0550cae 556
bd7239f5 557 * custom.texi (Specifying File Variables): Fix "unibyte" description.
8edb942b
GM
558 Update for "Disabling Multibyte" node name change.
559 * emacs.texi: Update for "Disabling Multibyte" node name change.
560
1c64e6ed
GM
561 * abbrevs.texi, arevert-xtra.texi, buffers.texi, building.texi:
562 * cmdargs.texi, custom.texi, entering.texi, files.texi, frames.texi:
563 * glossary.texi, help.texi, macos.texi, maintaining.texi, mini.texi:
564 * misc.texi, package.texi, programs.texi, screen.texi, search.texi:
565 * sending.texi, text.texi, trouble.texi:
566 Use @file for buffers, per the Texinfo manual.
567
20331c1c
GM
568 * entering.texi (Entering Emacs):
569 Do not mention initial-buffer-choice = t.
570
8fc85b20
GM
571 * misc.texi (Gnus Startup): Use @env for environment variables.
572
35dc09a1
GM
573 * Makefile.in: Replace non-portable use of $< in ordinary rules.
574
87124233
GM
5752012-04-12 Glenn Morris <rgm@gnu.org>
576
577 * ack.texi (Acknowledgments): Don't mention obsolete mailpost.el.
578
f3774f20
GM
5792012-04-07 Glenn Morris <rgm@gnu.org>
580
581 * emacsver.texi (EMACSVER): Bump version to 24.1.50.
582
8980d0b9
GM
5832012-04-05 Glenn Morris <rgm@gnu.org>
584
585 * glossary.texi (Glossary): Use anchors for internal cross-references.
586
8bf27c8a
GM
5872012-04-04 Glenn Morris <rgm@gnu.org>
588
589 * glossary.texi (Glossary): Copyedits.
590 Use Texinfo-recommended convention for quotes and punctuation.
591 Comment out a few specialized (Rmail) items.
a0706406 592 New items: Bidirectional Text, Client, Directory Local Variable,
56964ab5 593 File Local Variable, Package, Server, Theme, Trash Can.
8bf27c8a 594
529c06b6
CY
5952012-04-03 Chong Yidong <cyd@gnu.org>
596
597 * sending.texi (Mail Misc): Fix an index entry.
598
53b0595a
EZ
5992012-04-02 Eli Zaretskii <eliz@gnu.org>
600
601 * msdog.texi (Windows Startup): Add description of emacsclient
602 operation under -c and -t on MS-Windows.
603
604 * misc.texi (emacsclient Options): Add cross-reference to "Windows
605 Startup". (Bug#11091)
606
d8e213eb 6072012-04-02 Dani Moncayo <dmoncayo@gmail.com>
dc663c79
DM
608
609 * custom.texi (Changing a Variable): Fix example.
610
0d224826
EZ
6112012-04-01 Eli Zaretskii <eliz@gnu.org>
612
613 * misc.texi (emacsclient Options): More clarifications about -t
614 and -c on MS-Windows. (Bug#11091)
615
1d265f9f
EZ
6162012-03-31 Eli Zaretskii <eliz@gnu.org>
617
618 * misc.texi (emacsclient Options): Document peculiarities of new
619 frame creation on MS-Windows under -c or -t options. (Bug#11091)
620
5319014e
CY
6212012-03-30 Chong Yidong <cyd@gnu.org>
622
623 * files.texi (File Conveniences): Clarify Imagemagick discussion.
624
2bfab837
GM
6252012-03-22 Glenn Morris <rgm@gnu.org>
626
627 * dired.texi (Operating on Files): Fix dired-recursive-copies default.
628
986bd52a
CY
6292012-03-17 Chong Yidong <cyd@gnu.org>
630
631 * package.texi (Package Installation): Document use of
632 package-initialize in init file.
633
66ecdc9e
GM
6342012-03-16 Glenn Morris <rgm@gnu.org>
635
636 * help.texi (Language Help):
637 * mule.texi (International Chars):
638 etc/HELLO is for character demonstration.
639
d8e213eb 6402012-03-15 Dani Moncayo <dmoncayo@gmail.com>
9805f81d
DM
641
642 * dired.texi (Shell Commands in Dired): Fix typo.
643
a08a07e3
CY
6442012-03-04 Chong Yidong <cyd@gnu.org>
645
646 * killing.texi (Clipboard): Document clipboard manager.
647
53eced6d
GM
6482012-02-29 Glenn Morris <rgm@gnu.org>
649
f8425af2
GM
650 * ack.texi (Acknowledgments): Use @Tex{} in more places.
651
775b55af
GM
652 * emacs.texi, help.texi, text.texi: Use "" quotes in menus.
653
53eced6d
GM
654 * dired.texi, emacs.texi: Use @code{} in menus when appropriate.
655
44e97401
GM
6562012-02-28 Glenn Morris <rgm@gnu.org>
657
658 * custom.texi, display.texi, emacs.texi, files.texi:
659 * msdog-xtra.texi, msdog.texi, vc-xtra.texi:
660 Standardize possessive apostrophe usage.
661
525795c1
JD
6622012-02-25 Jan Djärv <jan.h.d@swipnet.se>
663
664 * macos.texi (Mac / GNUstep Customization): Remove text about
665 ns-find-file and ns-drag-file (Bug#5855, Bug#10050).
666
d8e213eb 6672012-02-25 Dani Moncayo <dmoncayo@gmail.com>
562af8bb
DM
668
669 * buffers.texi (Select Buffer): Mention that saving in a new file
670 name can switch to a different major mode.
671
6ea1787e
GM
6722012-02-23 Glenn Morris <rgm@gnu.org>
673
49fe4321
GM
674 * mini.texi (Minibuffer File, Completion Options, Repetition):
675 Copyedits.
676 (Completion Example): Other M-x au* commands may be defined.
677 (Completion Styles): Mention emacs21 and completion-category-overrides.
678
8f4042d2
GM
679 * msdog.texi (Text and Binary, ls in Lisp, Windows HOME)
680 (Windows Keyboard, Windows Mouse, Windows Processes)
681 (Windows Printing, Windows Misc): Copyedits.
682 (ls in Lisp): Update switches list.
683
371fb833
GM
684 * msdog-xtra.texi (MS-DOS Display): Update list-colors-display xref.
685 Update dos-mode* function names.
686 (MS-DOS Printing, MS-DOS and MULE): Copyedits.
687 (MS-DOS Processes): Add xref to main ls-lisp section.
688
6ea1787e
GM
689 * ack.texi (Acknowledgments): Mention smie.
690
40ace058
GM
6912012-02-22 Glenn Morris <rgm@gnu.org>
692
693 * macos.texi: Copyedits. Fix @key/@kbd usage.
694 (Mac / GNUstep Basics): Don't mention the panels, since the next
695 section covers them.
696 (Mac / GNUstep Customization): Merge some panel info from previous.
697
41f1e868
GM
6982012-02-21 Glenn Morris <rgm@gnu.org>
699
68af8d4f
GM
700 * emerge-xtra.texi (Emerge, Submodes of Emerge, Combining in Emerge):
701 Small fixes.
702
2e03845d
GM
703 * emacs-xtra.texi: Picture mode is no longer a chapter.
704
f9a998c3
GM
705 * picture-xtra.texi (Basic Picture): C-a does get remapped.
706
41f1e868
GM
707 * ack.texi (Acknowledgments): Small changes, including resorting,
708 and removal of things no longer distributed.
709
ea09410d
GM
7102012-02-20 Glenn Morris <rgm@gnu.org>
711
2d2f6581
GM
712 * emacs.texi (Top, Preface): Small rephrasings.
713 (menu, detailmenu): Update entries, and reformat some descriptions.
714 * building.texi, display.texi, emacs-xtra.texi, files.texi:
715 * frames.texi, kmacro.texi, msdog.texi, programs.texi, text.texi:
716 Reformat some menu descriptions.
717
196f8c0e
GM
718 * ack.texi (Acknowledgments): More updates.
719
8730412a
GM
720 * emacs.texi (Acknowledgments): Add several names from ack.texi,
721 and from Author: headers.
ae15b89b 722 (Distrib): Small updates.
ea09410d 723
37863f20
GM
7242012-02-18 Glenn Morris <rgm@gnu.org>
725
37c3b9ee
GM
726 * ack.texi (Acknowledgments): Add xref to Org manual.
727
b474519e
GM
728 * rmail.texi: Copyedits. Use 'mail composition buffer' in place
729 of '*mail*', since Message does not call it that.
730 (Rmail Reply): Rename rmail-dont-reply-to-names.
731 \\`info- no longer handled specially.
732 Update for rmail-enable-mime-composing.
733 Don't mention 'm' for replies.
734 Don't mention rmail-mail-new-frame and cancelling, since it does
735 not work for Message at the moment.
736
a5987767
GM
737 * cal-xtra.texi: Copyedits.
738
37863f20
GM
739 * emacs-xtra.texi: Set encoding to ISO-8859-1.
740
112d1241
GM
7412012-02-17 Glenn Morris <rgm@gnu.org>
742
0fd2c9a3
GM
743 * maintaining.texi (Old Revisions): Fix cross-refs to Ediff manual.
744
1d6ecbfa
GM
745 * ack.texi (Acknowledgments): Mention Gnulib.
746
102f1b54
GM
747 * ack.texi, calendar.texi, cal-xtra.texi: Use "Bahá'í".
748
112d1241
GM
749 * calendar.texi: Misc small changes, including updating the dates
750 of examples.
751
3a05ff1d
GM
7522012-02-16 Glenn Morris <rgm@gnu.org>
753
d1354af0
GM
754 * calendar.texi: Misc small changes.
755
5f9756ec
GM
756 * vc1-xtra.texi (VC Delete/Rename, CVS Options):
757 * cal-xtra.texi (Diary Display): Fix TeX cross-refs to other manuals.
758
3b19a30d
GM
759 * dired-xtra.texi (Subdir Switches): Small fixes.
760
3a05ff1d
GM
761 * fortran-xtra.texi: Tiny changes and some adjustments to line breaks.
762
9f26dc24
GM
7632012-02-15 Glenn Morris <rgm@gnu.org>
764
765 * sending.texi (Mail Sending): smtpmail-auth-credentials was removed.
766
fb969a57
GM
7672012-02-12 Glenn Morris <rgm@gnu.org>
768
769 * ack.texi (Acknowledgments):
770 * emacs.texi (Acknowledgments): Updates for new files in 24.1.
771
0aca1292
GM
7722012-02-10 Glenn Morris <rgm@gnu.org>
773
104dc9c6
GM
774 * mini.texi (Minibuffer Edit): Mention minibuffer-inactive-mode.
775
0aca1292
GM
776 * programs.texi (Misc for Programs): Mention electric-layout-mode.
777
91af9d2e
GM
7782012-02-09 Glenn Morris <rgm@gnu.org>
779
0aca1292
GM
780 * buffers.texi (Misc Buffer): M-x info does not seem to require a
781 buffer switch after M-x rename-uniquely.
63c727b2 782
91af9d2e
GM
783 * trouble.texi (Checklist): Mention C-c m in report-emacs-bug.
784
1ef1990c
JB
7852012-02-09 Jay Belanger <jay.p.belanger@gmail.com>
786
787 * text.texi (Org Mode): Fix typo.
788
e74e58c9
GM
7892012-02-08 Glenn Morris <rgm@gnu.org>
790
cefee440
GM
791 * ack.texi (Acknowledgments): Update emacs-lock info.
792
a7686350
GM
793 * rmail.texi (Rmail Display): Mention rmail-epa-decrypt.
794
e74e58c9
GM
795 * text.texi (LaTeX Editing): Mention latex-electric-env-pair-mode.
796
fe93bc91
GM
7972012-02-07 Glenn Morris <rgm@gnu.org>
798
799 * files.texi (File Conveniences): Mention ImageMagick images.
800
d273439c
GM
8012012-02-05 Glenn Morris <rgm@gnu.org>
802
649f602c
GM
803 * trouble.texi (Checklist): Mention debug-on-event.
804
d273439c
GM
805 * maintaining.texi (Maintaining): Add cross-ref to ERT.
806
a9410bdf
GM
8072012-02-04 Glenn Morris <rgm@gnu.org>
808
1f5e1a16
GM
809 * macos.texi (Customization options specific to Mac OS / GNUstep):
810 New subsection.
811
b7314ef7
GM
812 * display.texi (Colors): Mention list-colors-sort.
813
a9410bdf
GM
814 * files.texi (File Conveniences): Mention image animation.
815
75319d7f
CY
8162012-01-31 Chong Yidong <cyd@gnu.org>
817
818 * windows.texi (Split Window): C-mouse-2 doesn't work on GTK+
819 scroll bars (Bug#10666).
820
2680c309
CY
8212012-01-28 Chong Yidong <cyd@gnu.org>
822
691db250
CY
823 * files.texi (Filesets): Fix typos.
824
2680c309
CY
825 * display.texi (Faces): Add xref to Colors node.
826
2a90dfca
DM
8272012-01-27 Dani Moncayo <dmoncayo@gmail.com>
828
829 * buffers.texi (Select Buffer): Clarify explanation of switching
830 to new buffers. Fix description of next-buffer and
6df6ae42 831 previous-buffer (Bug#10334).
2a90dfca
DM
832 (Misc Buffer): Add xref to View Mode.
833
834 * text.texi (Fill Commands): Fix description of
835 sentence-end-double-space.
836
20d2304d
CY
8372012-01-23 Chong Yidong <cyd@gnu.org>
838
f088cb8b 839 * anti.texi (Antinews): Add Emacs 23 antinews.
20d2304d 840
01ec1eed
VS
8412012-01-16 Volker Sobek <reklov@live.com> (tiny change)
842
843 * programs.texi (Comment Commands): Typo (bug#10514).
844
06848b82
CY
8452012-01-15 Chong Yidong <cyd@gnu.org>
846
847 * xresources.texi (X Resources): Describe GTK+ case first.
848 (Resources): Don't use borderWidth as an example, since it doesn't
849 work with GTK+.
850 (Table of Resources): Clarify role of several resources, including
851 the Emacs 24 behavior of cursorBlink etc.
852 (Face Resources): Node deleted. Recommend using Customize
853 instead. Add paragraph to `Table of Resources' node summarizing
854 how to use X resources for changing faces.
855 (Lucid Resources): Rewrite, omitting description of font names,
856 referring to the Fonts node instead.
857 (LessTif Resources): Copyedits.
858 (GTK resources): Rewrite, describing the difference between gtk2
859 and gtk3.
860 (GTK Resource Basics): New node.
861 (GTK Widget Names, GTK Names in Emacs): Rewrite.
862 (GTK styles): Just refer to Fonts node for GTK font format.
863
864 * display.texi (Faces): Document the cursor face.
865
a73a3461
CY
8662012-01-14 Chong Yidong <cyd@gnu.org>
867
01ec1eed 868 * cmdargs.texi (Action Arguments): No need to mention EMACSLOADPATH.
a73a3461
CY
869 (General Variables): Add xref to Lisp Libraries.
870 (Initial Options): Copyedits.
871 (Resume Arguments): Node deleted; emacs.bash/csh are obsolete.
872 (Environment): Clarify what getenv does.
873 (General Variables): Clarify EMACSPATH etc. Emacs does not assume
874 light backgrounds on xterms.
875 (Misc Variables): TEMP and TMP are not Windows-specific.
876 (Display X): Copyedits.
877 (Colors X): -bd does nothing for GTK.
878 (Icons X): Gnome 3 doesn't use taskbars.
879
880 * misc.texi (Shell): Document exec-path here.
881
882 * rmail.texi (Movemail): Add xref for exec-path.
883
e517eda4
GM
8842012-01-13 Glenn Morris <rgm@gnu.org>
885
886 * dired.texi (Dired and Find): Clarify find-ls-options.
887
1de76afe
CY
8882012-01-09 Chong Yidong <cyd@gnu.org>
889
71873e2b 890 * custom.texi (Custom Themes): Switch custom-safe-themes to use
1de76afe
CY
891 SHA-256.
892
c61ab18c
CY
8932012-01-07 Chong Yidong <cyd@gnu.org>
894
e490b289
CY
895 * display.texi (Useless Whitespace): Add Whitespace mode.
896
1de77c4c
CY
897 * custom.texi (Hooks): Discuss how to disable minor modes.
898
899 * files.texi (Diff Mode): Discuss diff-auto-refine-mode
e490b289 900 (Bug#10309). Discuss use of Whitespace mode (Bug#10300).
1de77c4c 901
c61ab18c
CY
902 * trouble.texi (Lossage): Refer to Bugs node for problems.
903 (DEL Does Not Delete): Don't use "usual erasure key" teminology.
904 (Screen Garbled): Don't refer to terminal "manufacturers".
905 (Total Frustration): Node deleted. Eliza is documented in
906 Amusements now.
71873e2b
SM
907 (Known Problems): More info about using the bug tracker.
908 Mention debbugs package.
c61ab18c
CY
909 (Bug Criteria): Copyedits.
910 (Understanding Bug Reporting): Mention emacs -Q.
911
89bd9ccd
CY
9122012-01-06 Chong Yidong <cyd@gnu.org>
913
914 * custom.texi (Specifying File Variables): The mode: keyword
915 doesn't have to be first anymore. Add example of specifying minor
916 modes.
917 (Directory Variables): Simplify example. Mention application to
918 non-file buffers.
919 (Disabling): Use "initialization file" terminology.
920 (Init Examples): Fix hook example.
921
8034735f
EZ
9222012-01-06 Eli Zaretskii <eliz@gnu.org>
923
924 * cmdargs.texi (MS-Windows Registry): Shorten the index entry.
925 (Bug#10422)
926 Move the stuff about resources to xresources.texi.
927
928 * xresources.texi (Resources): Move information about setting X
929 resources in the Registry from cmdargs.texi. Make the index entry
930 be similar to the one in cmdargs.texi.
931
b0d7d8af
CY
9322012-01-05 Chong Yidong <cyd@gnu.org>
933
934 * custom.texi (Customization Groups): Update example.
935 (Browsing Custom): Document the new search field.
936 (Changing a Variable): Update example for Emacs 24 changes.
937 Document Custom-set and Custom-save commands.
938 (Face Customization): Document Emacs 24 changes. De-document
939 modify-face.
940 (Specific Customization): Mention customize-variable.
941 (Custom Themes): Add customize-themes, custom-theme-load-path,
942 custom-theme-directory, and describe-theme.
943 (Creating Custom Themes): New node.
944 (Examining): Mention M-:.
945
946 * package.texi (Packages): Fix typo.
947
88c5c7c8
CY
9482012-01-03 Chong Yidong <cyd@gnu.org>
949
950 * misc.texi (Single Shell): Don't document Lisp usage of
951 shell-command. Tidy up discussion of synchronicity. Add index
952 entries for async-shell-command.
953 (Interactive Shell): Note that M-x shell uses shell-file-name.
954 Note change in behavior in Emacs 24.
955 (Shell Mode): Shell mode now uses completion-at-point.
956 (Shell Prompts): Emphasize that comint-use-prompt-regexp isn't the
957 default method for recognizing prompts nowadays.
958 (Shell Ring): Add xref to Minibuffer History.
959 (Directory Tracking): Explain Dirtrack mode in more detail.
960 (Term Mode): Fix index entries.
961 (Paging in Term): Merge into Term Mode.
962 (Serial Terminal, Emacs Server, emacsclient Options): Copyedits.
963 (Printing): Fix xref. State default of lpr-switches.
964 (PostScript): Remove obsolete sentence. Omit description of
965 non-interactive behaviors.
966 (Hyperlinking): Improve description.
967 (Browse-URL): Using compose-mail for mailto URLs is the default.
968 Document browse-url-mailto-function.
969 (Goto Address mode): Add index entries. Add xref to Browse-URL.
970 (FFAP): FFAP is not a minor mode.
71873e2b
SM
971 (Amusements): M-x lm was renamed to M-x landmark.
972 Document nato-region.
88c5c7c8 973
b8ecfdfe
CY
9742012-01-01 Chong Yidong <cyd@gnu.org>
975
976 * misc.texi (Gnus, Buffers of Gnus): Copyedits.
977 (Gnus Startup): Note that the system might not be set up for news.
978 Describe group levels more clearly.
979 (Gnus Group Buffer, Gnus Summary Buffer): New nodes, split from
980 Summary of Gnus.
981 (Document View): Copyedits. Move zoom commads to DocView
982 Navigation node.
983 (DocView Navigation, DocView Searching, DocView Slicing)
984 (DocView Conversion): Nodes renamed from Navigation, etc.
985
986 * sending.texi (Mail Sending): Add message-kill-buffer-on-exit.
987
7bc7d2aa
EZ
9882011-12-31 Eli Zaretskii <eliz@gnu.org>
989
990 * basic.texi (Moving Point): Fix the description of C-n and C-p.
991 (Bug#10380)
992
b30941db
CY
9932011-12-30 Chong Yidong <cyd@gnu.org>
994
995 * sending.texi (Sending Mail): Document initial mail buffer name,
996 and changed multiple mail buffer behavior.
997 (Mail Format): Put the example at the top of the section.
998 (Mail Headers): Move discussion of "From" to the top.
999 (Mail Sending): Document sendmail-query-once.
1000 (Citing Mail): Make it less Rmail-specific.
1001
0ed49f93
CY
10022011-12-29 Chong Yidong <cyd@gnu.org>
1003
1004 * text.texi (Org Mode): Copyedits. Refer to Outline Format for
1005 example. Add index entries.
1006 (Org Organizer, Org Authoring): Nodes renamed. Copyedits.
1007
c40a7de7
CY
10082011-12-26 Chong Yidong <cyd@gnu.org>
1009
71873e2b
SM
1010 * dired.texi (Dired Enter, Misc Dired Features):
1011 Document dired-use-ls-dired changes. Mention quit-window.
c40a7de7
CY
1012 (Dired Navigation): Add index entries.
1013 (Dired Visiting): Fix View Mode xref.
1014 (Marks vs Flags): Prefer C-/ binding for undo.
1015 (Subdirectories in Dired): Add xrefs.
1016 (Misc Dired Features): Document some Emacs 24 changes. Add index
1017 entries.
1018
1019 * abbrevs.texi (Abbrev Concepts): No need to mention abbrev-mode
1020 variable, since it is explained in Minor Modes node.
1021 (Defining Abbrevs): Copyedits.
1022 (Expanding Abbrevs): State default of abbrev-all-caps. Prefer the
1023 C-/ binding for undo.
1024 (Dabbrev Customization): Add xrefs for case-fold-search and
1025 case-replace.
1026
1027 * dired-xtra.texi (Subdir Switches): Add xref.
1028
1029 * maintaining.texi (VC Directory Commands): Mention quit-window.
1030
3d992aa0
CY
10312011-12-25 Chong Yidong <cyd@gnu.org>
1032
1033 * maintaining.texi (Tags): Mention Semantic.
1034 (Create Tags Table, Etags Regexps): Copyedits.
1035 (Find Tag): Mention minibuffer completion.
1036 (List Tags): Mention completion-at-point. Completion is actually
1037 available in M-x list-tags.
1038
1039 * vc1-xtra.texi (VC Delete/Rename): Rename from Renaming and VC.
1040 Document vc-delete-file.
1041
1042 * files.texi (Misc File Ops): Mention vc-delete-file.
1043
1044 * programs.texi (Symbol Completion): Mention completion-at-point
1045 explicitly.
1046
2785d024
CY
10472011-12-22 Chong Yidong <cyd@gnu.org>
1048
1049 * maintaining.texi (Change Log Commands): Don't specially mention
1050 vc-update-change-log which is CVS-only.
1051
1052 * vc1-xtra.texi (Version Headers): Note that these are for
1053 Subversion, CVS, etc. only.
71873e2b
SM
1054 (General VC Options): De-document vc-keep-workfiles.
1055 Fix RCS-isms.
2785d024 1056
0ab39399
EZ
10572011-12-22 Eli Zaretskii <eliz@gnu.org>
1058
1059 * building.texi (Debugger Operation): Fix a typo: "@end iftext"
1060 should be @end iftex".
1061
d3098e1e
CY
10622011-12-21 Chong Yidong <cyd@gnu.org>
1063
1064 * maintaining.texi (Advanced C-x v v): Use fileset terminology.
1065 (VC With A Merging VCS, VC Change Log): Add xref to VC Pull node.
1066 (VC Pull): Mention vc-log-incoming.
1067 (Log Buffer): Add CVS/RCS only disclaimer.
1068
1069 * vc1-xtra.texi (Remote Repositories): Update introduction.
1070 (Local Version Control): Node deleted (obsolete with DVCSes).
71873e2b
SM
1071 (Remote Repositories, Version Backups): Node deleted.
1072 Move documentation of vc-cvs-stay-local to CVS Options.
d3098e1e
CY
1073 (CVS Options): Reduce verbosity of description of obscure CVS
1074 locking feature.
1075 (Making Revision Tags, Revision Tag Caveats): Merge into Revision
1076 Tags node.
1077 (Revision Tags): Move under Miscellaneous VC subsection.
1078 (Change Logs and VC): Note that this is wrong for DVCSs.
1079 De-document log entry manipulating features.
1080 (Renaming and VC): Describe how it works on modern VCSes.
1081
1082 * files.texi (Misc File Ops): Mention vc-rename-file.
1083
1084 * programs.texi (Custom C Indent): Add index entries.
1085
47d42d81
AM
10862011-12-20 Alan Mackenzie <acm@muc.de>
1087
1088 * programs.texi (Motion in C): Update the description of C-M-a and
1089 C-M-e, they now DTRT in enclosing scopes.
1090 (Custom C Indent): Add @dfn{guessing} of the indentation style.
1091
2edef1a0
CY
10922011-12-20 Chong Yidong <cyd@gnu.org>
1093
1094 * maintaining.texi (VCS Concepts): Add "working tree" terminology.
1095 (Old Revisions): Use it.
1096 (VCS Repositories): Add "distributed" terminology.
1097 (Log Buffer): Remove duplicate description
1098 about changesets. Fix "current VC fileset" ambiguity.
1099 (Multi-User Branching): Node deleted.
1100 (Branches, Switching Branches): Discuss decentralized version
1101 control systems.
1102 (VC Pull): New node.
1103 (Merging): Document merging on decentralized systems.
1104 (Creating Branches): Note that this is specific to CVS and related
1105 systems.
1106
bc859d5f
CY
11072011-12-19 Chong Yidong <cyd@gnu.org>
1108
1109 * maintaining.texi (VCS Merging, VCS Changesets): Index entries.
1110 (VC Mode Line): Add index entry for "version control status".
1111 (VC Undo): Use vc-revert instead of its vc-revert-buffer alias.
1112 Document vc-revert-show-diff. De-document vc-rollback.
1113 (VC Directory Mode): Rewrite introduction. Move prefix arg
1114 documentation here from VC Directory Buffer node.
1115 (VC Directory Buffer): Use a decentralized VCS example.
1116 (VC Directory Commands): Use a table. Remove material duplicated
1117 in previous nodes on multi-file VC filsets.
1118
9cff91f8
CY
11192011-12-17 Chong Yidong <cyd@gnu.org>
1120
1121 * maintaining.texi (VCS Concepts): Make "revision" terminology
1122 less CVS-specific.
1123 (VC With A Merging VCS, VC With A Locking VCS): Add xref to
1124 Registering node.
71873e2b 1125 (Secondary VC Commands): Delete. Promote subnodes.
9cff91f8
CY
1126 (Log Buffer): Add command name for C-c C-c. Fix the name of the
1127 log buffer. Add index entries.
71873e2b
SM
1128 (VCS Changesets, Types of Log File, VC With A Merging VCS):
1129 Use "commit" terminology.
9cff91f8
CY
1130 (Old Revisions): Move it to just before VC Change Log. "Tag" here
1131 doesn't refer to tags tables. Note other possible forms of the
1132 revision ID. C-x v = does not save.
1133 (Registering): Note similarity to C-x v v action. Fix description
1134 of how backends are chosen. De-document vc-default-init-revision.
1135 (VC Change Log): Document C-x v l in VC-Dir buffer. Document RET
1136 in root log buffers.
1137
f3b316df
CY
11382011-12-16 Chong Yidong <cyd@gnu.org>
1139
1140 * maintaining.texi (Version Control Systems): Drop Meta-CVS.
1141 (Basic VC Editing): Remove redundant descriptions.
1142 (VC With A Merging VCS): Make description more general instead of
1143 CVS-specific.
1144 (VC With A Locking VCS): Use VC fileset terminology.
1145
29eabb8e
CY
11462011-12-12 Chong Yidong <cyd@gnu.org>
1147
1148 * building.texi (Executing Lisp): Fix xref for C-M-x.
1149 (Lisp Libraries): Add xref to node explaining `load' in Lisp
1150 manual. Note that load-path is not customizable.
1151 (Lisp Eval): Note that listed commands are available globally.
1152 Explain the meaning of "defun" in the C-M-x context.
1153 (Lisp Interaction): Copyedits.
71873e2b
SM
1154 (External Lisp): Fix name of inferior Lisp buffer.
1155 Mention Scheme.
29eabb8e
CY
1156 (Compilation): Define "inferior process".
1157
cd0314dd
EZ
11582011-12-10 Eli Zaretskii <eliz@gnu.org>
1159
1160 * msdog.texi (Windows Fonts): Document how to force GDI font
1161 backend on MS-Windows.
1162
0595bd7e 11632011-12-10 Chong Yidong <cyd@gnu.org>
b09d01da
CY
1164
1165 * building.texi (Compilation): Say what the -k flag to make does.
1166 Move subprocess discussion to Compilation Shell.
1167 (Compilation Mode): Add xref for grep, occur, and mouse
1168 references. Define "locus".
1169 (Grep Searching): Use @command.
71873e2b
SM
1170 (Debuggers, Commands of GUD, GDB Graphical Interface):
1171 Clarify intro.
0595bd7e
CY
1172 (Starting GUD): Clarify how arguments are specified.
1173 (Debugger Operation): Index entry for "GUD interaction buffer",
1174 and move basic description here from Commands of GUD node.
1175 (GDB User Interface Layout): Copyedits.
1176 (Source Buffers): Remove gdb-find-source-frame, which is not in
1177 gdb-mi.el.
1178 (Other GDB Buffers): Remove gdb-use-separate-io-buffer and
71873e2b
SM
1179 toggle-gdb-all-registers, which are not in gdb-mi.el.
1180 Don't re-document GUD interaction buffers.
b09d01da
CY
1181
1182 * programs.texi (Symbol Completion): M-TAB can now use Semantic.
1183 (Semantic): Add cindex entries for Semantic.
1184
2a185919
CY
11852011-12-06 Chong Yidong <cyd@gnu.org>
1186
1187 * programs.texi (Man Page): Clarify how to use Man-switches.
1188 Don't bother documenting Man-fontify-manpage-flag.
1189 (Lisp Doc): Add xref to Name Help node.
1190 (Hideshow): Add cindex. Mention role of ellipses, and default
1191 value of hs-isearch-open. Don't bother documenting
1192 hs-special-modes-alist.
1193 (Symbol Completion): Add kindex for C-M-i. Don't recommend
1194 changing the window manager binding of M-TAB.
1195
ebf10822
CY
11962011-12-05 Chong Yidong <cyd@gnu.org>
1197
1198 * programs.texi (Comment Commands): Fix description of for M-; on
1199 blank lines. Move documentation of comment-region here.
1200 (Multi-Line Comments): Clarify the role of comment-multi-line.
1201 Refer to Comment Commands for comment-region doc.
1202 (Options for Comments): Refer to Multi-Line Comments for
1203 comment-multi-line doc, instead of duplicating it. Fix default
1204 values of comment-padding and comment-start-skip.
1205
ec7ae032
CY
12062011-12-04 Chong Yidong <cyd@gnu.org>
1207
1208 * programs.texi (Program Modes): Mention modes that are not
1209 included with Emacs. Fix references to other manuals for tex.
71873e2b
SM
1210 Add index entry for backward-delete-char-untabify.
1211 Mention prog-mode-hook.
ec7ae032
CY
1212 (Which Function): Use "global minor mode" terminology.
1213 (Basic Indent, Multi-line Indent): Refer to previous descriptions
1214 in Indentation chapter to avoid duplication.
1215 (Expressions): Copyedit.
1216 (Matching): Document Electric Pair mode.
1217
1218 * ack.texi (Acknowledgments):
1219 * rmail.texi (Movemail, Other Mailbox Formats):
1220 * frames.texi (Frames): Don't capitalize "Unix".
1221
a24bf23e
CY
12222011-12-04 Chong Yidong <cyd@gnu.org>
1223
1224 * text.texi (Nroff Mode): Mention what nroff is.
1225 (Text Based Tables, Table Recognition): Don't say "Table mode"
1226 since it's not a major or minor mode.
1227 (Text Based Tables): Reduce the size of the example.
1228 (Table Definition): Clarify definitions.
1229 (Table Creation): Add key table.
1230 (Cell Commands): Use kbd for commands.
1231 (Table Rows and Columns): Combine nodes Row Commands and Column
1232 Commands.
1233 (Fixed Width Mode): Node deleted; contents moved to parent.
1234 (Table Conversion): Shorten example.
1235 (Measuring Tables): Merge into Table Misc.
1236
8863a584
CY
12372011-12-03 Chong Yidong <cyd@gnu.org>
1238
1239 * text.texi (TeX Mode): Mention AUCTeX package.
1240 (TeX Editing): Add xref to documentation for Occur.
1241 (LaTeX Editing): Add xref to Completion node.
1242 (TeX Print): Fix description of tex-directory.
71873e2b 1243 (Enriched Text): Rename from Formatted Text. Make this node and
8863a584
CY
1244 its subnodes less verbose, since text/enriched files are
1245 practically unused.
71873e2b 1246 (Enriched Mode): Rename from Requesting Formatted Text.
8863a584 1247 (Format Colors): Node deleted.
71873e2b 1248 (Enriched Faces): Rename from Format Faces. Describe commands
8863a584
CY
1249 for applying colors too.
1250 (Forcing Enriched Mode): Node deleted; merged into Enriched Mode.
1251
1252 * frames.texi (Menu Mouse Clicks): Tweak description of C-Mouse-2.
1253
1254 * display.texi (Colors): New node.
1255
1256 * cmdargs.texi (Colors X):
1257 * xresources.texi (GTK styles):
1258 * custom.texi (Face Customization): Reference it.
1259
1260 * glossary.texi (Glossary): Remove "formatted text" and "WYSIWYG".
1261 Link to Fill Commands for Justification entry.
1262
6fdebe93
EZ
12632011-12-03 Eli Zaretskii <eliz@gnu.org>
1264
1265 * display.texi (Auto Scrolling): More accurate description of what
1266 scroll-*-aggressively does, including the effect of non-zero
1267 margin. Fix "i.e." markup.
1268
95ca9bc7
CY
12692011-12-02 Chong Yidong <cyd@gnu.org>
1270
1271 * text.texi (Pages): Mention how formfeed chars are displayed.
1272 (Auto Fill): Note convention for calling auto-fill-mode from Lisp.
1273 Describe adaptive filling more precisely.
1274 (Fill Commands): Note that filling removes excess whitespace.
1275 (Text Mode): Note auto-mode-alist entries for Text mode. TAB is
1276 now bound to indent-for-tab-command in Text mode.
1277 (Outline Mode): Copyedits.
1278 (Outline Visibility): Note that Reveal mode is a buffer-local
1279 minor mode.
1280
1281 * modes.texi (Major Modes): Move note about checking major-mode in
1282 a hook function here, from Text mode.
1283
6d262977
CY
12842011-11-28 Chong Yidong <cyd@gnu.org>
1285
b22b1918
CY
1286 * text.texi (Words): Add xref to Position Info.
1287 (Paragraphs): Add xref to Regexps.
1288
6d262977
CY
1289 * indent.texi (Indentation): Rewrite introduction. Move table to
1290 Indentation Commands node.
1291 (Indentation Commands): Add index entries to table. Copyedits.
1292 (Tab Stops, Just Spaces): Copyedits.
1293 (Indent Convenience): New node. Document electric-indent-mode.
1294
1295 * programs.texi (Basic Indent):
1296 * windows.texi (Pop Up Window): Fix kindex entry.
1297
dc95a8b0
CY
12982011-11-28 Chong Yidong <cyd@gnu.org>
1299
1300 * modes.texi (Major Modes): Move major-mode variable doc here from
1301 Choosing Modes. Document describe-mode. Document prog-mode-hook
1302 and text-mode-hook. Add example of using hooks.
1303 (Minor Modes): Document behavior of mode command calls from Lisp.
1304 Note that setting the mode variable using Customize will DTRT.
1305 (Choosing Modes): Add example of setting a minor mode using a
1306 local variable.
1307
b63a8e8e
CY
13082011-11-27 Chong Yidong <cyd@gnu.org>
1309
1310 * frames.texi (Creating Frames): Move frame parameter example to
1311 Frame Parameters node.
1312 (Frame Commands): C-x 5 o does not warp the mouse by default.
1313 (Fonts): Add more GTK-style properties; also, they should be
1314 capitalized.
1315 (Special Buffer Frames): Node deleted; special-display is on the
1316 way out.
1317 (Frame Parameters): Example moved here from Creating Frames.
1318 Clarify that default-frame-alist affects the initial frame too.
1319 Delete auto-raise-mode and auto-lower-mode.
1320 (Wheeled Mice): Node deleted. Content moved to Mouse Commands.
1321 (Dialog Boxes): Delete x-gtk-use-old-file-dialog.
1322
1323 * windows.texi (Window Choice): Add xref to Lisp manual for
1324 special-display-*.
1325
a3dcc84e
EZ
13262011-11-26 Eli Zaretskii <eliz@gnu.org>
1327
1328 * display.texi (Text Display): Update the description,
1329 cross-references, and indexing related to display of control
1330 characters and raw bytes.
1331
4ad3bc2a
CY
13322011-11-25 Chong Yidong <cyd@gnu.org>
1333
1334 * frames.texi (Frames): Rewrite introduction.
1335 (Mouse Commands): Default for mouse-drag-copy-region is now t.
1336 Mouse-3 does not copy to kill ring by default. DEL does not
1337 behave specially for mouse commands any more.
1338 (Mouse References): Document mouse-1-click-follows-link more
1339 thoroughly.
1340 (Menu Mouse Clicks): Move footnote to the main text and add xref
1341 to Init Rebinding node.
1342 (Mode Line Mouse): Mouse-3 on the mode-line does not bury buffer.
1343
1344 * files.texi (Visiting): `C-x 5 f' works on ttys too.
1345
20db1522
JB
13462011-11-24 Juanma Barranquero <lekktu@gmail.com>
1347
1348 * display.texi (Font Lock): Fix typo.
1349
01d06b1f
GM
13502011-11-24 Glenn Morris <rgm@gnu.org>
1351
1352 * rmail.texi (Rmail Output):
1353 Mention rmail-automatic-folder-directives. (Bug#9657)
1354
0cbaa1d5
CY
13552011-11-21 Chong Yidong <cyd@gnu.org>
1356
1357 * mark.texi (Global Mark Ring): Fix description of global mark
1358 ring (Bug#10032).
1359
fe7a3057
JB
13602011-11-20 Juanma Barranquero <lekktu@gmail.com>
1361
1362 * msdog.texi (Windows Fonts): Fix typo.
1363
b6e63cbe
GM
13642011-11-17 Glenn Morris <rgm@gnu.org>
1365
1366 * regs.texi (Bookmarks): Small fixes related to saving. (Bug#10058)
1367
58179cce
JB
13682011-11-16 Juanma Barranquero <lekktu@gmail.com>
1369
1370 * killing.texi (Rectangles):
7877f373
JB
1371 * misc.texi (Document View):
1372 * modes.texi (Choosing Modes):
1373 * msdog.texi (Windows Fonts):
58179cce
JB
1374 * regs.texi (Rectangle Registers):
1375 * search.texi (Isearch Yank): Fix typos.
1376
291d142b
CY
13772011-11-06 Chong Yidong <cyd@gnu.org>
1378
1379 * windows.texi (Basic Window): Add xref to Cursor Display.
1380 (Split Window): Document negative arg for splitting commands.
1381 (Other Window): Document mouse-1 in text area of window.
1382 (Change Window): Don't mention window attributes, since they
1383 aren't defined. C-x 1 can't be used with minibuffer windows.
1384 Windows are no longer auto-deleted.
1385 (Window Choice): Add xref to Choosing Window in Lisp manual.
1386 (Window Convenience): Note that windmove disables shift-selection.
1387 Move M-x compare-windows here from Other Window node.
1388
1389 * custom.texi (Mouse Buttons):
1390 * search.texi (Isearch Scroll):
1391 * windows.texi (Split Window): Use new names split-window-below
1392 and split-window-right.
1393
a7ef684b
JB
13942011-10-26 Juanma Barranquero <lekktu@gmail.com>
1395
1396 * emacs.texi (Top): Fix typo.
1397
d53e1747
GM
13982011-10-25 Glenn Morris <rgm@gnu.org>
1399
1400 * abbrevs.texi (Saving Abbrevs):
1401 quietly-read-abbrev-file is not a command. (Bug#9866)
1402
e7a3ff06
CY
14032011-10-24 Chong Yidong <cyd@gnu.org>
1404
1405 * display.texi (Scrolling): Document scroll-up-line and
1406 scroll-down-line. Document scroll-command property.
1407 (Recentering): New node, split off from Scrolling.
1408
86c60681
CY
14092011-10-23 Chong Yidong <cyd@gnu.org>
1410
da97a9e6
CY
1411 * frames.texi (Scroll Bars): GTK uses right scroll bars now.
1412 (Tool Bars): Copyedits.
1413
86c60681
CY
1414 * buffers.texi (Misc Buffer): Don't mention vc-toggle-read-only.
1415
d195726a
CY
14162011-10-22 Chong Yidong <cyd@gnu.org>
1417
1418 * windows.texi (Displaying Buffers): Fix broken lispref link.
1419
a70e06c1
CY
14202011-10-22 Chong Yidong <cyd@gnu.org>
1421
1422 * mini.texi (Minibuffer Exit): Rename from Strict Completion.
1423 Move confirm-nonexistent-file-or-buffer discussion here.
1424
1425 * files.texi (File Names, Visiting): Move detailed discussion of
1426 minibuffer confirmation to Minibuffer Exit.
1427
1428 * buffers.texi (Buffers): Tweak mention of mail buffer name.
1429 (Select Buffer): Move confirmation discussion to Minibuffer Exit.
1430
bfd779dd
CY
14312011-10-21 Chong Yidong <cyd@gnu.org>
1432
1433 * files.texi (File Names, Visiting, Interlocking): Copyedits.
1434 (Backup Copying): backup-by-copying-when-mismatch is now t.
1435 (Customize Save): Fix description of require-final-newline.
1436 (Reverting): Note that revert-buffer can't be undone. Mention VC.
1437 (Auto Save Control): Clarify.
1438 (File Archives): Add 7z.
1439 (Remote Files): ange-ftp-make-backup-files defaults to nil.
1440
1441 * arevert-xtra.texi (Autorevert): Copyedits.
1442
6e317956
CY
14432011-10-20 Chong Yidong <cyd@gnu.org>
1444
1445 * custom.texi (Hooks, Init Examples):
1446 * display.texi (Font Lock):
1447 * fixit.texi (Spelling):
1448 * rmail.texi (Rmail Display): Minor mode function with no arg now
1449 enables it.
1450
1451 * fixit.texi (Spelling): Fix description of inline completion.
1452
5abc31ef
CY
14532011-10-19 Chong Yidong <cyd@gnu.org>
1454
1455 * search.texi (Repeat Isearch, Error in Isearch): Add kindex
1456 entries.
1457 (Isearch Yank): Document isearch-yank-pop.
1458 (Isearch Scroll): Refer to C-l instead of unbound `recenter'.
1459 (Other Repeating Search): Document Occur Edit mode.
1460
939db9ac
CY
14612011-10-18 Chong Yidong <cyd@gnu.org>
1462
1463 * display.texi (Fringes): Move overflow-newline-into-fringe here,
1464 from Line Truncation node.
1465 (Standard Faces): Note that only the background of the cursor face
1466 has an effect.
1467 (Cursor Display): Fix descriptions of cursor face
1468 and bar cursor blinking.
1469 (Text Display): Document nobreak-char-display more clearly.
1470 (Line Truncation): Add xref to Split Window node.
1471 (Display Custom): Don't bother documenting baud-rate or
1472 no-redraw-on-reenter.
1473
1474 * search.texi (Slow Isearch): Node removed.
1475
80c6d77f
GM
14762011-10-18 Glenn Morris <rgm@gnu.org>
1477
1478 * maintaining.texi (Registering): Remove vc-initial-comment. (Bug#9745)
1479
d366bd53
CY
14802011-10-18 Chong Yidong <cyd@gnu.org>
1481
1482 * display.texi (Faces): Simplify discussion. Move documentation
71873e2b
SM
1483 of list-faces-display here, from Standard Faces node.
1484 Note special role of `default' background.
1485 (Standard Faces): Note special role of `default' background.
1486 Note that region face may be taken fom GTK. Add xref to Text Display.
1487 (Text Scale): Rename from "Temporary Face Changes".
1488 Callers changed. Don't bother documenting variable-pitch-mode.
d366bd53
CY
1489 (Font Lock): Copyedits. Remove font-lock-maximum-size.
1490 (Useless Whitespace): Simplify description of
1491 delete-trailing-whitespace. Note active region case.
1492 (Text Display): Fix description of escape-glyph face assignment.
1493 Remove unibye mode discussion. Update some parts for Unicode.
1494 Move glyphless chars documentation to Lisp manual.
1495
1496 * frames.texi (Tooltips): Document x-gtk-use-system-tooltips.
1497
21100e7d
CY
14982011-10-15 Chong Yidong <cyd@stupidchicken.com>
1499
1500 * display.texi (Scrolling): Tweak explanation of scroll direction.
1501 (View Mode): Add index entries.
1502
1503 * killing.texi (Deletion): Document negative prefix arg to M-SPC.
1504
1505 * regs.texi (Text Registers): C-x r i does not activate the mark.
1506 (Bookmarks): Document new default bookmark location.
1507
50b063c3
CY
15082011-10-13 Chong Yidong <cyd@stupidchicken.com>
1509
71873e2b
SM
1510 * killing.texi (Deletion): Add xref to Using Region.
1511 Document delete-forward-char.
50b063c3
CY
1512 (Yanking): Move yank-excluded-properties to Lisp manual. Move C-y
1513 description here. Recommend C-u C-SPC for jumping to mark.
1514 (Kill Ring): Move kill ring variable documentation here.
1515 (Primary Selection): Copyedits.
1516 (Rectangles): Document new command rectangle-number-lines.
1517 (CUA Bindings): Note that this disables the mark-even-if-inactive
1518 behavior for C-x and C-c.
1519
1520 * mark.texi (Mark): Mention "active region" terminology.
1521 (Using Region): Document delete-active-region.
1522
e1a3f5b1
CY
15232011-10-12 Chong Yidong <cyd@stupidchicken.com>
1524
1525 * mark.texi (Mark): Clarify description of disabled Transient Mark
1526 mode (Bug#9689).
1527 (Setting Mark): Document prefix arg for C-x C-x. Document primary
1528 selection changes. Mention that commands like C-y set the mark.
1529 (Marking Objects): Add xref to Words node. Note that mark-word
1530 and mark-sexp also have the "extend region" behavior.
71873e2b
SM
1531 (Using Region): Mention M-$ in the table.
1532 Document mark-even-if-inactive here instead of in Mark Ring.
1533 (Mark Ring): Move mark-even-if-inactive to Using Region.
1534 Take note of the "Mark Set" behavior.
e1a3f5b1
CY
1535 (Disabled Transient Mark): Rename from "Persistent Mark"
1536 (Bug#9688). Callers changed.
1537
1538 * programs.texi (Expressions):
1539 * text.texi (Words): Defer to Marking Objects for mark-word doc.
1540
3dc62b2b
CY
15412011-10-09 Chong Yidong <cyd@stupidchicken.com>
1542
1543 * help.texi (Help, Help Summary): Eliminate the unnecessary "help
1544 option" terminology.
1545 (Key Help): Add command names. Define "documentation string".
1546 (Name Help): Remove an over-long joke.
1547 (Apropos): Document prefix args. Remove duplicated descriptions.
1548 (Help Mode): Add C-c C-b to table. Update TAB binding.
71873e2b
SM
1549 (Package Keywords): Rename from "Library by Keyword".
1550 Describe new package menu interface.
3dc62b2b 1551 (Help Files, Help Echo): Tweak description.
de09aa52
CY
1552
1553 * mini.texi (Completion Options): Add completion-cycle-threshold.
3dc62b2b 1554 (Minibuffer History): Document numeric args to history commands.
de09aa52 1555
2d3fe5d7
EZ
15562011-10-08 Eli Zaretskii <eliz@gnu.org>
1557
1558 * mule.texi (Bidirectional Editing): Correct some inaccuracies.
1559
b2b0776e
CY
15602011-10-08 Chong Yidong <cyd@stupidchicken.com>
1561
71873e2b
SM
1562 * basic.texi (Position Info): Omit page commands.
1563 Document count-words-region and count-words.
b2b0776e
CY
1564
1565 * text.texi (Pages): Move what-page documentation here.
1566
27a16462
CY
15672011-10-08 Chong Yidong <cyd@stupidchicken.com>
1568
1569 * mini.texi (Minibuffer File): Minor copyedits. Use xref to
1570 Remote Files node instead of linking directly to the Tramp manual.
1571 (Minibuffer Edit): Add xref to Blank Lines.
1572 (Completion): Add xref to Symbol Completion. Remove redundant
1573 example, which is repeated in the next node.
1574 (Completion Commands): Minor clarifications.
1575 (Completion Styles): New node, split from Completion Commands.
1576 Document substring and initials styles.
1577 (Strict Completion): Remove information duplicated in other nodes.
1578 (Completion Options): Consolidate case difference discussion here.
1579
1580 * help.texi (Help Mode): Fix kindex entries.
1581
1582 * files.texi (File Names): Add index entries.
1583
de0bde62
CY
15842011-10-07 Chong Yidong <cyd@stupidchicken.com>
1585
71873e2b
SM
1586 * basic.texi (Inserting Text): Add xref to Completion.
1587 Add ucs-insert example, and document prefix argument.
de0bde62
CY
1588 (Moving Point): Fix introduction; C-f/C-b are no longer equivalent
1589 to left/right. Tweak left-char and right-char descriptions.
1590 M-left and M-right are now bound to left-word/right-word.
1591 (Erasing): Document delete-forward-char.
1592
1593 * screen.texi (Screen, Menu Bar): Copyedits.
1594 (Point): Remove duplicate paragraph on cursors, also in Screen.
1595 (Mode Line): Trailing dashes no longer shown on X displays.
1596
1597 * frames.texi (Non-Window Terminals): Index just "text-only
1598 terminal", which is used throughout the manual now.
1599
1600 * entering.texi (Entering Emacs): Define "startup screen".
1601 Document window-splitting behavior with command-line inputs.
1602 (Exiting): Remove obsolete paragraph about shells without suspend
1603 functionality.
1604
1605 * commands.texi (User Input): Define "input event" more clearly.
1606 (Keys): Add xref to Echo Area.
1607 (Commands): Clarify relation between commands and functions.
1608
453e4522
CY
16092011-10-06 Chong Yidong <cyd@stupidchicken.com>
1610
1611 * misc.texi (emacsclient Options): Document how emacsclient runs
1612 the Emacs daemon (Bug#9674).
1613
550f41cd
CY
16142011-10-01 Chong Yidong <cyd@stupidchicken.com>
1615
1616 * basic.texi (Moving Point):
1617 * custom.texi (Mouse Buttons):
1618 * rmail.texi (Rmail Scrolling):
1619 * search.texi (Isearch Scroll):
550f41cd
CY
1620 * display.texi (Scrolling): Replace scroll-up/down with
1621 scroll-up/down-command. Fix scroll-preserve-screen-position
1622 description. Document scroll-error-top-bottom.
1623
9229fe87
GM
16242011-09-30 Glenn Morris <rgm@gnu.org>
1625
1626 * commands.texi (Keys): Whitespace fix. (Bug#9635)
1627
0a2132ba
CY
16282011-09-24 Chong Yidong <cyd@stupidchicken.com>
1629
1630 * windows.texi (Pop Up Window): Defer discussion of window
1631 splitting to the Window Choice node. Add index entries.
1632 (Force Same Window): Node deleted.
1633 (Displaying Buffers, Window Choice): New nodes.
1634
1635 * buffers.texi (Select Buffer): Clarify description of
1636 buffer-switching commands. Add xref to Window Display node.
1637 Don't repeat confirm-nonexistent-file-or-buffer description from
1638 Visiting node. Remove even-window-heights.
1639
1640 * frames.texi (Special Buffer Frames): Add xref to Window Choice.
1641
33ed493b
CY
16422011-09-18 Chong Yidong <cyd@stupidchicken.com>
1643
1644 * cmdargs.texi (Icons X): Fix description of Emacs icon.
1645
1646 * xresources.texi (Table of Resources): Fix documentation of
1647 bitmapIcon.
1648
92fa95ad
CY
16492011-09-15 Chong Yidong <cyd@stupidchicken.com>
1650
1651 * package.texi (Package Menu): Add package-menu-mark-upgrades.
1652
16254627
EH
16532011-09-12 Eric Hanchrow <eric.hanchrow@gmail.com>
1654
1655 * frames.texi (Frame Commands): Note that delete-other-frames only
1656 deletes frames on current terminal.
1657
c3760c17
EZ
16582011-09-10 Eli Zaretskii <eliz@gnu.org>
1659
1660 * sending.texi (Mail Misc): Document mail-add-attachment.
1661
69b8be97
EZ
16622011-09-04 Eli Zaretskii <eliz@gnu.org>
1663
1664 * basic.texi (Inserting Text): Add index entries. (Bug#9433)
1665
3fd50d5c
CY
16662011-08-29 Chong Yidong <cyd@stupidchicken.com>
1667
1668 * modes.texi (Choosing Modes): auto-mode-case-fold is now t.
1669
e2aeef63
CY
16702011-08-28 Chong Yidong <cyd@stupidchicken.com>
1671
1672 * files.texi (File Archives):
1673 * cal-xtra.texi (Diary Display):
1674 * help.texi (Help Mode): Add xref to View Mode.
1675
ddb54206
CY
16762011-08-28 Chong Yidong <cyd@stupidchicken.com>
1677
a6326082
CY
1678 * display.texi (View Mode): New node. Move view-file here from
1679 Misc File Ops. Move view-buffer here from Misc Buffer.
1680
1681 * buffers.texi (Misc Buffer): Move view-buffer to View Mode.
1682
04e2ce72 1683 * files.texi (Misc File Ops): Document new
a6326082 1684 delete-by-moving-to-trash behavior. Remove view-file.
04e2ce72
CY
1685
1686 * dired.texi (Dired Deletion): Shorten description of Trash.
1687
ddb54206
CY
1688 * misc.texi (emacsclient Options): Document server-port.
1689
bd206ce5
EZ
16902011-08-27 Eli Zaretskii <eliz@gnu.org>
1691
1692 * frames.texi (Frame Commands): Advise setting focus-follows-mouse
1693 even on MS-Windows. Fix a typo.
1694
d43f5a42
CY
16952011-08-26 Chong Yidong <cyd@stupidchicken.com>
1696
1697 * package.texi: New file, documenting the package manager.
1698
1699 * emacs.texi: Include it.
1700
1701 * help.texi (Help Summary): Add describe-package.
1702
e0b1591b
CY
17032011-08-25 Chong Yidong <cyd@stupidchicken.com>
1704
856ce114
CY
1705 * misc.texi (Printing): Convert subnodes into subsections.
1706
f404f8bc
CY
1707 * text.texi (Two-Column): Move into Text chapter.
1708
1709 * picture-xtra.texi (Picture Mode): Group with Editing Binary
1710 Files section. Convert from chapter into section.
1711
1712 * display.texi (Narrowing): Move into display chapter.
1713
e0b1591b
CY
1714 * sending.texi (Sending Mail):
1715 * rmail.texi (Rmail):
1716 * misc.texi (Gnus, Document View):
1717 * dired.texi (Dired):
1718 * emacs.texi: Group the mail, rmail, and gnus chapters together.
1719
75bfc667
JL
17202011-08-07 Juri Linkov <juri@jurta.org>
1721
1722 * dired.texi (Operating on Files): Rewrite according to the fact
1723 that `dired-do-chmod' doesn't use the `chmod' program anymore.
1724
fe676f91
MA
17252011-07-30 Michael Albinus <michael.albinus@gmx.de>
1726
1727 * mini.texi (Minibuffer File): Insert a reference to Tramp for
1728 remote file name completion. (Bug#9197)
1729
4cc60b9b
EZ
17302011-07-28 Eli Zaretskii <eliz@gnu.org>
1731
1732 * mule.texi (Bidirectional Editing): Document the fact that
1733 bidi-display-reordering is t by default.
1734
89671e16
LMI
17352011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
1736
1737 * help.texi (Misc Help): Mention `describe-prefix-bindings'
1738 explicitly (bug#8904).
1739
fb23ecc2
LMI
17402011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
1741
1742 * trouble.texi (Checklist): Use an `M-x' example instead of an
1743 Emacs Lisp form to switch on the dribble file (bug#8056).
1744
465c5fc8
LMI
17452011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
1746
1747 * custom.texi (Hooks): Mention buffer-local hooks (bug#6218).
1748
90a6258b
GM
17492011-07-13 Glenn Morris <rgm@gnu.org>
1750
1751 * dired.texi (Dired Enter): Mention --dired. (Bug#9039)
1752
c7588364
LMI
17532011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
1754
1755 * mark.texi (Mark Ring): Clarify how many locations are saved
1756 (bug#5770).
1757 (Global Mark Ring): Ditto.
1758
4cb4f3ba
LMI
17592011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
1760
d648feab
LMI
1761 * text.texi (Table Recognition): Use "at point" instead of "under
1762 point" (bug#4345).
1763
4cb4f3ba
LMI
1764 * display.texi (Cursor Display): Mention `cursor-type'.
1765
1766 * screen.texi (Point): Clarify that it's only if you use a block
1767 cursor that it appears to be on a character (bug#4345).
1768
ecd0b990
CY
17692011-07-12 Chong Yidong <cyd@stupidchicken.com>
1770
1771 * misc.texi (Amusements): Move dissociated press here, from its
1772 own section.
1773
1774 * emacs.texi (Top): Update node listing.
1775
c2fd0368
LMI
17762011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
1777
1778 * emacs.texi (Top): Change "inferiors" to "subnodes" for greater
1779 clarity (bug#3523).
1780
fdeb32ec
CY
17812011-07-12 Chong Yidong <cyd@stupidchicken.com>
1782
1783 * cmdargs.texi (Initial Options): Document --no-site-lisp.
1784 (Misc X): Document --parent-id.
1785
1786 * frames.texi (Frame Commands): Note that focus-follows-mouse now
1787 defaults to nil.
1788
1789 * misc.texi (emacsclient Options): Document --parent-id.
1790
1791 * msdog.texi (Windows HOME): Document _emacs as obsolete.
1792
f584ca38
LMI
17932011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
1794
1795 * emacs.texi: Use "..." instead of ``...'' in the menus
1796 (bug#3503).
1797
963578d3
CY
17982011-07-11 Chong Yidong <cyd@stupidchicken.com>
1799
1800 * killing.texi (Primary Selection): Document `only' setting for
1801 select-active-regions.
1802
1803 * mark.texi (Setting Mark): Reference Shift Selection node.
1804
1805 * frames.texi (Mouse Commands): Document mouse-yank-primary.
1806
a30ed87b
LMI
18072011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
1808
47076272
LMI
1809 * mark.texi (Setting Mark): Clarify what's meant by "Shifted
1810 motion keys" (bug#3503).
1811
a30ed87b
LMI
1812 * emacs.texi: Change all the register node names from "RegPos"
1813 (etc.) to "Positional Registers" (etc.) (bug#3314).
1814
4d45a8b7
CY
18152011-07-11 Chong Yidong <cyd@stupidchicken.com>
1816
1817 * killing.texi (Killing, Deletion and Killing, Killing by Lines)
1818 (Other Kill Commands, Kill Options): Copyedits.
1819 (Deletion and Killing, Kill Ring): Kill/yank now use clipboard.
1820 (Yanking): Move yank-excluded properties discussion here.
1821 (Cut and Paste): Move from frames.texi. Update subnodes to
1822 describe x-select-enable-clipboard case.
1823
1824 * frames.texi: Move Cut and Paste node and subnodes into
1825 killing.texi, except Mouse Commands and Word and Line Mouse.
1826
c160ddee
AM
18272011-07-10 Andy Moreton <andrewjmoreton@gmail.com> (tiny change)
1828
1829 * makefile.w32-in (EMACSSOURCES): Replace major.texi with modes.texi.
1830
3329e6e3
LMI
18312011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
1832
32a214fe
LMI
1833 * screen.texi (Mode Line): Clarify that coding systems are
1834 characters, not letters (bug#1749).
1835
3329e6e3
LMI
1836 * cmdargs.texi (Environment): Mention removing variables
1837 (bug#1615). Text suggested by Kevin Rodgers.
1838
8875da1e
CY
18392011-07-10 Chong Yidong <cyd@stupidchicken.com>
1840
54806e45
CY
1841 * misc.texi (Amusements): Don't mention Yow; it's crippled.
1842
8875da1e
CY
1843 * modes.texi: Rename from major.texi.
1844 (Modes): New node. Make Major Modes and Minor Modes subsections
1845 of this. All callers changed.
1846
1847 * custom.texi (Minor Modes): Move to modes.texi.
1848
7847b2a1
CY
18492011-07-10 Chong Yidong <cyd@stupidchicken.com>
1850
6cfd0fa2
CY
1851 * custom.texi (Syntax): Node deleted.
1852
1853 * help.texi (Help Summary):
1854 * major.texi (Major Modes):
1855 * programs.texi (Parentheses):
1856 * search.texi (Regexp Backslash, Regexp Backslash)
1857 (Regexp Backslash):
1858 * text.texi (Words): Callers changed.
1859
7847b2a1
CY
1860 * text.texi (Refill, Longlines): Delete nodes.
1861
1862 * ack.texi (Acknowledgments): Longlines removed from manual.
1863
1864 * emacs.texi (Top): Update node listing.
1865
2a71c436
GM
18662011-07-09 Glenn Morris <rgm@gnu.org>
1867
1868 * fortran-xtra.texi (Fortran): Update handled extensions.
1869
61436e9f
LMI
18702011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
1871
1872 * display.texi (Scrolling): `C-v' (etc) are now bound to
1873 `scroll-*-command' (bug#8349).
1874
6e560c71
LMI
18752011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
1876
48954a09 1877 * dired.texi (Subdirectories in Dired): Clarify that `C-u k'
ff9ad330
LMI
1878 doesn't actually delete any files (bug#7125).
1879
2904fd97
LMI
1880 * picture-xtra.texi (Rectangles in Picture): Clarify the prefix
1881 argument for `C-c C-k' (bug#7391).
1882
6e560c71
LMI
1883 * frames.texi (Fonts): Mention "C-u C-x =" to find out what font
1884 you're currently using (bug#8489).
1885
978ff6c5
EZ
18862011-07-01 Eli Zaretskii <eliz@gnu.org>
1887
1888 * mule.texi (Coding Systems): Move index entries from the previous
1889 change into their proper places.
1890
0d742084
LMI
18912011-07-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
1892
31976bd5
LMI
1893 * help.texi (Help Files): Document view-external-packages (bug#8902).
1894
0d742084
LMI
1895 * mule.texi (Coding Systems): Put a few more of the coding systems
1896 into the index (bug#8900).
1897
9f678528
GM
18982011-06-26 Glenn Morris <rgm@gnu.org>
1899
1900 * fortran-xtra.texi (Fortran): F90 mode is also for F2008.
1901
18a4ce5e
AR
19022011-06-25 Andreas Rottmann <a.rottmann@gmx.at>
1903
1904 * misc.texi (emacsclient Options): Mention --frame-parameters.
1905
f0da764a
GM
19062011-06-09 Glenn Morris <rgm@gnu.org>
1907
1908 * custom.texi (Specifying File Variables):
1909 Recommend explicit arguments for minor modes.
1910
b047e7ac
PE
19112011-06-02 Paul Eggert <eggert@cs.ucla.edu>
1912
1913 Document wide integers better.
1914 * buffers.texi (Buffers):
001903b5
PE
1915 * files.texi (Visiting): Document maxima for 64-bit machines,
1916 and mention virtual memory limits.
b047e7ac 1917
bf41276f
CY
19182011-05-28 Chong Yidong <cyd@stupidchicken.com>
1919
1920 * custom.texi (Hooks): Reorganize. Mention Prog mode.
1921
1922 * fixit.texi (Spelling): Mention using prog-mode-hook for flypsell
1923 prog mode (Bug#8240).
1924
e145f188
GM
19252011-05-27 Glenn Morris <rgm@gnu.org>
1926
1927 * custom.texi (Specifying File Variables):
1928 Major modes no longer need come first.
1929
313f790e
CY
19302011-05-22 Chong Yidong <cyd@stupidchicken.com>
1931
1932 * mule.texi (Specify Coding, Text Coding, Communication Coding):
1933 (File Name Coding, Terminal Coding): Add command names (Bug#8312).
1934
c136e5cd
GM
19352011-05-18 Glenn Morris <rgm@gnu.org>
1936
1937 * ack.texi (Acknowledgments): Remove fakemail.c.
1938
c71a0d48 19392011-05-17 Chong Yidong <cyd@stupidchicken.com>
ae742cb5
CY
1940
1941 Fixes for fitting text into 7x9 printed manual.
1942 * building.texi (Flymake, Breakpoints Buffer):
1943 * calendar.texi (Appointments):
1944 * cmdargs.texi (General Variables, Display X):
1945 * custom.texi (Saving Customizations, Face Customization)
1946 (Directory Variables, Minibuffer Maps, Init Rebinding):
1947 * display.texi (Font Lock, Font Lock, Useless Whitespace):
1948 * fixit.texi (Spelling):
1949 * frames.texi (Creating Frames, Fonts):
1950 * help.texi (Help Files):
1951 * mini.texi (Minibuffer File):
1952 * misc.texi (emacsclient Options, Emulation):
1953 * msdog.texi (Windows Startup, Windows HOME, Windows Fonts):
1954 * mule.texi (International Chars, Language Environments)
1955 (Select Input Method, Modifying Fontsets, Charsets):
1956 * programs.texi (Custom C Indent):
1957 * rmail.texi (Rmail Labels):
1958 * text.texi (Table Conversion):
1959 * trouble.texi (Known Problems, Known Problems):
1960 * windows.texi (Change Window):
1961 * xresources.texi (GTK resources): Reflow text and re-indent code
1962 examples to avoid TeX overflows and underflows on 7x9 paper.
1963
1964 * emacs.texi: Fix the (commented out) smallbook command.
1965
1966 * macos.texi (Mac / GNUstep Events):
1967 * xresources.texi (Lucid Resources): Remove extraneous examples.
1968
b8f82dc1
GM
19692011-05-10 Glenn Morris <rgm@gnu.org>
1970
1971 * custom.texi (Specifying File Variables):
1972 Deprecate using mode: for minor modes.
1973
d306b4da
GM
19742011-05-07 Glenn Morris <rgm@gnu.org>
1975
1976 * cal-xtra.texi (Sexp Diary Entries): Mention diary-hebrew-birthday.
1977
548d0a63
GM
19782011-05-06 Glenn Morris <rgm@gnu.org>
1979
5006e634
GM
1980 * calendar.texi (Appointments): Mention appt-warning-time-regexp.
1981
548d0a63
GM
1982 * cal-xtra.texi (Fancy Diary Display): Mention diary comments.
1983
e793a940
LMI
19842011-05-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
1985
1986 * misc.texi (Emacs Server): Document `server-eval-at'.
1987
7031be6d
UR
19882011-04-24 Chong Yidong <cyd@stupidchicken.com>
1989
71873e2b
SM
1990 * maintaining.texi (List Tags): Document next-file.
1991 Suggested by Uday S Reddy.
7031be6d 1992
4ffd0d6b 19932011-04-23 Juanma Barranquero <lekktu@gmail.com>
7ee6a1d3
JB
1994
1995 * mini.texi (Minibuffer Edit):
1996 * screen.texi (Mode Line): Fix typo.
1997
1c6c854e
CS
19982011-04-20 Christoph Scholtes <cschol2112@googlemail.com>
1999
024ff170 2000 * maintaining.texi (Old Revisions): Mention new function vc-ediff.
1c6c854e 2001
c5c9f40f
CY
20022011-03-26 Chong Yidong <cyd@stupidchicken.com>
2003
2004 * display.texi (Auto Scrolling): Fix scroll-up/scroll-down confusion.
2005
09725d26
EZ
20062011-03-30 Eli Zaretskii <eliz@gnu.org>
2007
2008 * display.texi (Auto Scrolling): Document the limit of 100 lines
2009 for never-recentering scrolling with `scroll-conservatively'.
2010 (Bug#6671)
2011
09d9db2c 20122011-03-12 Eli Zaretskii <eliz@gnu.org>
69cc79e9
EZ
2013
2014 * msdog.texi (Windows HOME): Fix the wording to clarify how Emacs sets
2015 HOME on Windows and where it looks for init files. (Bug#8221)
2016
62d94509
EZ
20172011-03-10 Eli Zaretskii <eliz@gnu.org>
2018
2019 * search.texi (Regexp Example):
2020 * mule.texi (International Chars):
2021 * building.texi (External Lisp): Don't use characters outside
2022 ISO-8859-1.
2023
0286d9de
EZ
20242011-03-09 Eli Zaretskii <eliz@gnu.org>
2025
1c6c854e
CS
2026 * ack.texi (Acknowledgments): Convert to ISO-8859-1 encoding.
2027 Use Texinfo @-commands for non Latin-1 characters.
63a329f8
EZ
2028
2029 * makefile.w32-in (MAKEINFO_OPTS): Add --enable-encoding.
2030
114902a5 2031 * custom.texi (Init File): Add index entries for ".emacs".
0286d9de
EZ
2032 (Bug#8210)
2033
0afb4571
J
20342011-03-08 Jan Djärv <jan.h.d@swipnet.se>
2035
2036 * xresources.texi (GTK resources): ~/.emacs.d/gtkrc does not work
2037 for Gtk+ 3.
2038
bb3865e8
GM
20392011-03-08 Glenn Morris <rgm@gnu.org>
2040
6446548e
GM
2041 * Makefile.in (MAKEINFO_OPTS): Add --enable-encoding.
2042 * emacs.texi (Acknowledgments):
2043 * ack.texi (Acknowledgments): Names to UTF-8.
80b005c7 2044 * emacs.texi: Set documentencoding.
6446548e 2045
bb3865e8
GM
2046 * display.texi (Optional Mode Line): Don't mention exactly where
2047 display-time appears. (Bug#8193)
2048
33383987
JB
20492011-03-07 Chong Yidong <cyd@stupidchicken.com>
2050
2051 * Version 23.3 released.
2052
892777ba
CY
20532011-03-06 Chong Yidong <cyd@stupidchicken.com>
2054
2055 * search.texi (Isearch Yank): C-y now bound to isearch-yank-kill.
2056
0b973fc5
DW
20572011-03-03 Drake Wilson <drake@begriffli.ch> (tiny change)
2058
2059 * misc.texi (emacsclient Options): Add q/quiet.
2060
8ef5a2f2
GM
20612011-03-02 Glenn Morris <rgm@gnu.org>
2062
2063 * mule.texi (Communication Coding) <x-select-request-type>:
2064 Remove duplicate (essentially) paragraph. (Bug#8148)
2065
bd106056
CS
20662011-03-01 Christoph Scholtes <cschol2112@googlemail.com>
2067
2068 * maintaining.texi (Format of ChangeLog): Add reference to
2069 add-log-full-name.
2070 (Change Log Commands): Add documentation for combining multiple
2071 symbols in one change.
2072
6640b281
GM
20732011-03-01 Glenn Morris <rgm@gnu.org>
2074
2075 * custom.texi (Directory Variables):
2076 Give an example of excluding subdirectories.
2077
2b0c7330 20782011-02-28 Eli Zaretskii <eliz@gnu.org>
116b6d38
EZ
2079
2080 * search.texi (Regexp Search): Move index entries about regexps to the
2081 "Regexps" node. Add index entries for regexp search. (Bug#8096)
2082
8c62c205
GM
20832011-02-19 Glenn Morris <rgm@gnu.org>
2084
2085 * dired.texi (Dired): Dired-X version number was dropped.
2086
3928f2b6
JD
20872011-02-14 Jan Djärv <jan.h.d@swipnet.se>
2088
2089 * xresources.texi (X Resources): Remove *faceName and replace it with
2090 *font for Lucid.
2091
a41c8660
CY
20922011-02-05 Chong Yidong <cyd@stupidchicken.com>
2093
2094 * rmail.texi (Rmail Display): Document Rmail MIME support more
2095 accurately.
2096
2097 * maintaining.texi (VC Change Log): Document vc-log-incoming and
2098 vc-log-outgoing.
2099 (Merging): Document vc-find-conflicted-file.
2100
233ba4d9 21012011-02-05 Glenn Morris <rgm@gnu.org>
d436de97
GM
2102
2103 * custom.texi (Variables): Fix typo.
2104
14beddf4 21052011-01-31 Chong Yidong <cyd@stupidchicken.com>
19f81ecf 2106
65401ee3
CY
2107 * search.texi (Regexps): Copyedits. Mention character classes
2108 (Bug#7809).
2109
19f81ecf
CY
2110 * files.texi (File Aliases): Restore explanatory text from Eli
2111 Zaretskii, accidentally removed in 2011-01-08 commit.
2112
bf3dae7e
EZ
21132011-01-29 Eli Zaretskii <eliz@gnu.org>
2114
2115 * makefile.w32-in (MAKEINFO): Remove options, leave only program name.
2116 (MAKEINFO_OPTS): New variable.
2117 (ENVADD, $(infodir)/emacs): Use $(MAKEINFO_OPTS).
2118 (emacs.html): New target.
2119 (clean): Remove emacs.html.
2120
45eb2a5d
WL
21212011-01-23 Werner Lemberg <wl@gnu.org>
2122
2123 * Makefile.in (MAKEINFO): Now controlled by `configure'.
2124 (MAKEINFO_OPTS): New variable. Use it where appropriate.
2125 (ENVADD): Updated.
2126
9acfe703
GM
21272011-01-18 Glenn Morris <rgm@gnu.org>
2128
2129 * ack.texi, emacs.texi (Acknowledgments): Update for ERT addition.
2130
2131 * ack.texi (Acknowledgments): Remove mention of replaced prolog.el.
2132
362b9d48
GM
21332011-01-15 Chong Yidong <cyd@stupidchicken.com>
2134
bb033b5f
CY
2135 * building.texi (Compilation): Improve instructions for running two
2136 compilations (Bug#7573).
2137
b024d9f0
MD
2138 * files.texi (Backup Names): Document the new location of the
2139 last-resort backup file.
2140
362b9d48
GM
2141 * files.texi (File Aliases): Move directory-abbrev-alist doc from Lisp
2142 manual. Explain why directory-abbrev-alist elements should be anchored
2143 (Bug#7777).
2144
21452011-01-15 Eli Zaretskii <eliz@gnu.org>
2146
2147 * msdog.texi (Windows Startup): Correct inaccurate description of
2148 differences between emacsclient.exe and emacsclientw.exe.
2149
7c420169 21502011-01-02 Chong Yidong <cyd@stupidchicken.com>
89dc29d9
CY
2151
2152 * rmail.texi (Rmail Display): Edit for grammar and conciseness.
2153
7c420169 21542011-01-02 Kenichi Handa <handa@m17n.org>
7f42ff40
KH
2155
2156 * rmail.texi (Rmail Display): Describe new features of Rmail in Info.
2157
7c420169 21582011-01-02 Eli Zaretskii <eliz@gnu.org>
88ab4340 2159
2d34d523
EZ
2160 * frames.texi (Cut and Paste): Modify the section's name and text:
2161 don't mix "cut/paste" with "kill/yank".
2162 (Cut/Paste Other App): Describe the per-session emulation of PRIMARY.
2163 (Bug#7702)
2164
88ab4340
EZ
2165 * trouble.texi (Checklist): Mention debug-on-quit. (Bug#7667)
2166
7c420169 21672011-01-02 Glenn Morris <rgm@gnu.org>
d3658de7
GM
2168
2169 * maintaining.texi: Move inclusion of emerge after EDE, so that it
2170 matches its position in the menu. (Bug#7674)
2171
7c420169 21722011-01-02 Glenn Morris <rgm@gnu.org>
da3930f3
GM
2173
2174 * trouble.texi (Checklist): Mention not replying via news either.
2175
92bb6c52
TH
21762010-12-30 Tassilo Horn <tassilo@member.fsf.org>
2177
2178 * misc.texi (Document View): Update DocView section with newly
2179 supported document formats.
2180
b103c904
CY
21812010-12-21 Chong Yidong <cyd@stupidchicken.com>
2182
2183 * killing.texi: Resection the Info version to conform to the
2184 printed manual, to avoid making sections on Accumulating Text, CUA
2185 and Rectangles into full chapters.
2186
f49d1f52 21872010-12-13 Eli Zaretskii <eliz@gnu.org>
68f75971
EZ
2188
2189 * custom.texi (Init Syntax): Add index entries for "character syntax".
2190 (Bug#7576)
2191
f49d1f52 21922010-12-13 Karel Klíč <kklic@redhat.com>
6e427e96
KK
2193
2194 * text.texi (HTML Mode): Small fixes. (Bug#7607)
2195
f49d1f52 21962010-12-13 Glenn Morris <rgm@gnu.org>
ffda048b
GM
2197
2198 * trouble.texi (Checklist): Fix typo in newsgroup name.
2199
f49d1f52 22002010-12-13 Chong Yidong <cyd@stupidchicken.com>
2931c841
CY
2201
2202 * search.texi (Word Search): Note that the lazy highlight always
2203 matches to whole words (Bug#7470).
2204
f49d1f52 22052010-12-13 Eli Zaretskii <eliz@gnu.org>
b8a9e136 2206
4f1948eb
EZ
2207 * display.texi (Optional Mode Line): Make the description of
2208 load-average more accurate.
2209
b8a9e136
EZ
2210 * msdog.texi (Windows HOME): Mention that HOME can also be set in the
2211 registry, with a cross-reference.
62d72a4a
EZ
2212 (Windows Startup): New node. Move the stuff about the current
2213 directory from "Windows HOME".
b8a9e136 2214
07976ae3 22152010-11-27 Bob Rogers <rogers-emacs@rgrjr.dyndns.org>
17a6e278
BR
2216
2217 * maintaining.texi (VC With A Locking VCS, VC Directory Commands):
2218 * vc1-xtra.texi (Customizing VC, General VC Options): Small fixes.
2219
07976ae3 22202010-11-27 Chong Yidong <cyd@stupidchicken.com>
0d6607ab
CY
2221
2222 * maintaining.texi (Version Control Systems): Fix repeated sentence.
2223 Suggested by Štěpán Němec.
2224
07976ae3 22252010-11-27 Chong Yidong <cyd@stupidchicken.com>
ec8a6295 2226
1aaae3f3
CY
2227 * maintaining.texi (Version Control): Say "commit", not "check in".
2228 (Version Control Systems): Simplify descriptions.
2229 (VCS Merging, VCS Changesets, VCS Repositories): New nodes, split from
2230 VCS Concepts.
2231 (VC Mode Line): Update example.
2232 (Old Revisions): Document revert-buffer for vc-diff.
2233 (Log Buffer): Promote to a subsection. Document header lines.
2234
1c6c854e
CS
2235 * macos.texi (Mac / GNUstep Basics):
2236 Document ns-right-alternate-modifier.
ec8a6295 2237
1aaae3f3
CY
2238 * emacs.texi (Top): Update node listing.
2239
0eb025fb
EZ
22402010-11-13 Eli Zaretskii <eliz@gnu.org>
2241
2242 * rmail.texi (Rmail Coding): Characters with no fonts are not
2243 necessarily displayed as empty boxes.
2244
2245 * mule.texi (Language Environments, Fontsets): Characters with no
2246 fonts are not necessarily displayed as empty boxes.
2247
2248 * display.texi (Text Display): Document display of glyphless
2249 characters.
2250
ea4f7750
GM
22512010-11-13 Glenn Morris <rgm@gnu.org>
2252
2253 * basic.texi (Position Info): Add M-x count-words-region.
2254
90639cea
GM
22552010-11-11 Glenn Morris <rgm@gnu.org>
2256
2257 * msdog.texi (ls in Lisp): Update for ls-lisp changes.
2258
d607b96b 22592010-11-09 Eli Zaretskii <eliz@gnu.org>
a16b2d46
EZ
2260
2261 * msdog.texi (Windows HOME): Add information regarding startup
2262 directory when invoking Emacs from a desktop shortcut. (bug#7300)
2263
c12e4a81
GM
22642010-10-11 Glenn Morris <rgm@gnu.org>
2265
df187c62
GM
2266 * Makefile.in (MAKEINFO): Add explicit -I$srcdir.
2267
c12e4a81
GM
2268 * Makefile.in (.texi.dvi): Remove unnecessary suffix rule.
2269 (DVIPS): New variable.
234db610
GM
2270 (.PHONY): Add html, ps.
2271 (html, emacs.html, ps, emacs.ps, emacs-xtra.ps): New targets.
2272 (clean): Delete html, ps files.
c12e4a81 2273
6513b232
EZ
22742010-10-09 Eli Zaretskii <eliz@gnu.org>
2275
2276 * makefile.w32-in (EMACSSOURCES): Add emacsver.texi.
2277
f4f358f1
GM
22782010-10-09 Glenn Morris <rgm@gnu.org>
2279
c1dc72b3
GM
2280 * Makefile.in (VPATH): Remove.
2281 (infodir): Make it absolute.
2282 (mkinfodir, $(infodir)/emacs, infoclean): No need to cd $srcdir.
2283
4393405b
GM
2284 * Makefile.in (dist): Anchor regexps.
2285
eef3ab94
GM
2286 * Makefile.in (EMACSSOURCES): Put emacs.texi first.
2287 ($(infodir)/emacs, emacs.dvi, emacs.pdf, emacs-xtra.dvi)
2288 (emacs-xtra.pdf): Use $<.
2289
aa9db089
GM
2290 * Makefile.in (infoclean): Remove harmless, long-standing error.
2291
abd40fb4
GM
2292 * Makefile.in ($(infodir)): Delete rule.
2293 (mkinfodir): New.
2294 ($(infodir)/emacs): Use $mkinfodir instead of infodir.
2295
f4f358f1 2296 * Makefile.in (distclean): Do not delete emacsver.texi.
68db69ed 2297 (dist): Remove reference to emacsver.texi.in.
f4f358f1
GM
2298 * emacsver.texi: New file, replacing emacsver.texi.in.
2299
ea274122
GM
23002010-10-09 Glenn Morris <rgm@gnu.org>
2301
f7a31f11
GM
2302 * emacsver.texi.in: New file.
2303 * emacs.texi: Set EMACSVER by including emacsver.texi.
2304 * Makefile.in (distclean): Delete emacsver.texi.
2305 (dist): Copy emacsver.texi.
b13254e7 2306 (EMACSSOURCES): Add emacsver.texi.
f7a31f11 2307
3fb78d1f
GM
2308 * ack.texi (Acknowledgments): No more b2m.c.
2309
ea274122
GM
2310 * Makefile.in (.PHONY): Declare info, dvi, pdf, dist.
2311 (emacs): Remove rule.
2312 (dist): No need to deal with the emacs rule any more.
2313
17ca7950
GM
23142010-10-07 Glenn Morris <rgm@gnu.org>
2315
2316 * Makefile.in (version): New, set by configure.
2317 (clean): Delete dist tar file.
2318 (dist): Use version in tar name.
2319
4c83f6e1
GM
23202010-10-06 Glenn Morris <rgm@gnu.org>
2321
2322 * Makefile.in (EMACS_XTRA): Add the main source file.
2323 (emacs-xtra.dvi, emacs-xtra.pdf): Remove explicit emacs-xtra.texi.
2324 (mostlyclean): No core files, reorder other files.
2325 (clean): Delete specific dvi and pdf files.
2326 (infoclean, dist): New rules.
2327 (maintainer-clean): Use infoclean.
8a944cea 2328 ($(infodir)): Add parallel build workaround.
4c83f6e1 2329
0264072d
GM
23302010-10-04 Glenn Morris <rgm@gnu.org>
2331
2332 * Makefile.in (SHELL): Set it.
2333 (INFO_TARGETS, DVI_TARGETS): Remove variables.
2334 (info, dvi): Replace above variables with their expansions.
2335 (info): Move mkdir from here...
2336 ($(infodir)/emacs): ... to here (for parallel builds).
2337 (pdf): New target.
2338 ($(infodir)/emacs): Pass -o option to makeinfo.
2339 (.PHONY): Declare clean rules.
2340 (maintainer-clean): Delete dvi and pdf files.
2341 Guard against cd failures. Use a more restrictive delete.
2342
3226d6ca
GM
23432010-10-02 Glenn Morris <rgm@gnu.org>
2344
2345 * misc.texi (Shell Mode): Remove reference to old function name.
2346
cad90f3b
EZ
23472010-09-30 Eli Zaretskii <eliz@gnu.org>
2348
2349 * maintaining.texi (VC Mode Line): Mention all the possible VC status
2350 indicator characters.
2351
5f874327
GM
23522010-09-29 Glenn Morris <rgm@gnu.org>
2353
2354 * Makefile.in (top_srcdir): Remove unused variable.
2355
0ab9cff3
GM
23562010-09-14 Glenn Morris <rgm@gnu.org>
2357
67ae9766
GM
2358 * cal-xtra.texi (Fancy Diary Display): Emphasize that sort should be
2359 the last hook item.
2360
0ab9cff3
GM
2361 * calendar.texi (Appointments): Also updated when a diary include file
2362 is saved.
2363
6664fc59 23642010-09-14 Glenn Morris <rgm@gnu.org>
63e1eaa1
GM
2365
2366 * trouble.texi (Bugs): Update the section intro.
2367 (Known Problems): New section.
2368 (Checklist): Misc updates. Prefer M-x report-emacs-bug.
2369 (Sending Patches): Bug fixes are best as responses to existing bugs.
2370 * emacs.texi (Known Problems): Add menu entry for new section.
2371
be3283d7
GM
23722010-09-09 Glenn Morris <rgm@gnu.org>
2373
2374 * xresources.texi: Untabify.
2375
10999305 23762010-09-06 Chong Yidong <cyd@stupidchicken.com>
89532a07
CY
2377
2378 * dired.texi (Dired Enter): Minor doc fix (Bug#6982).
2379
10999305 23802010-09-06 Glenn Morris <rgm@gnu.org>
e4a0188a
GM
2381
2382 * misc.texi (Saving Emacs Sessions): Mention desktop-path. (Bug#6948)
2383
30641319
JD
23842010-09-02 Jan Djärv <jan.h.d@swipnet.se>
2385
2386 * frames.texi (Cut/Paste Other App): Remove vut-buffer text.
2387
50dd7bc6
GM
23882010-08-21 Glenn Morris <rgm@gnu.org>
2389
2390 * misc.texi (Amusements): Mention bubbles and animate.
2391
5e620eca
EZ
23922010-07-31 Eli Zaretskii <eliz@gnu.org>
2393
2394 * files.texi (Visiting): Add more index entries for
2395 large-file-warning-threshold.
2396
8b2dd508
JD
23972010-07-29 Jan Djärv <jan.h.d@swipnet.se>
2398
2399 * frames.texi (Tool Bars): Add doc for tool-bar-position.
2400
8838673e
GM
24012010-06-23 Glenn Morris <rgm@gnu.org>
2402
2403 * abbrevs.texi, basic.texi, buffers.texi, building.texi, calendar.texi:
2404 * custom.texi, dired.texi, display.texi, emacs.texi, emerge-xtra.texi:
2405 * files.texi, fortran-xtra.texi, frames.texi, help.texi, killing.texi:
2406 * maintaining.texi, mark.texi, mini.texi, misc.texi, msdog.texi:
0351f24c
GM
2407 * mule.texi, programs.texi, rmail.texi, screen.texi, search.texi:
2408 * sending.texi, text.texi, trouble.texi, vc1-xtra.texi, xresources.texi:
8838673e
GM
2409 Untabify Texinfo files.
2410
04d3bb6c
GM
24112010-06-10 Glenn Morris <rgm@gnu.org>
2412
103dd3a8
GM
2413 * basic.texi (Inserting Text): Minor clarification. (Bug#6374)
2414
04d3bb6c
GM
2415 * basic.texi (Inserting Text): Fix typo.
2416
50b79479
GM
24172010-06-10 Glenn Morris <rgm@gnu.org>
2418
2419 * ack.texi (Acknowledgments):
2420 * emacs.texi (Acknowledgments): Update for notifications.el.
2421
86d7a550
DU
24222010-05-31 Daiki Ueno <ueno@unixuser.org>
2423
2424 * dired.texi (Operating on Files): Mention encryption commands
2425 (Bug#6315).
2426
db5dce9d
EZ
24272010-05-29 Eli Zaretskii <eliz@gnu.org>
2428
2429 * basic.texi (Moving Point): Update due to renaming of commands bound
2430 to arrows. Document bidi-aware behavior of C-<right> and C-<left>.
2431
34313041
EZ
24322010-05-18 Eli Zaretskii <eliz@gnu.org>
2433
2434 * display.texi (Fringes): Document reversal of fringe arrows for R2L
2435 paragraphs.
2436 (Line Truncation): Fix wording for bidi display.
2437
1fc0ce04 2438 * basic.texi (Moving Point): Document bidi-aware behavior of the arrow
34313041
EZ
2439 keys.
2440
0235128c 24412010-05-08 Chong Yidong <cyd@stupidchicken.com>
abb777ac
CY
2442
2443 * building.texi (GDB Graphical Interface): Remove misleading comparison
2444 to an IDE (Bug#6128).
2445
0235128c 24462010-05-08 Štěpán Němec <stepnem@gmail.com> (tiny change)
da0bbbc4
CY
2447
2448 * programs.texi (Man Page):
2449 * misc.texi (Invoking emacsclient):
2450 * mini.texi (Repetition):
2451 * mark.texi (Setting Mark): Fix typos.
2452
0235128c 24532010-05-08 Chong Yidong <cyd@stupidchicken.com>
eb5ed549
CY
2454
2455 * misc.texi (Printing): Document htmlfontify-buffer.
2456
0235128c 24572010-05-08 Glenn Morris <rgm@gnu.org>
6776e4c4
GM
2458
2459 * calendar.texi (Displaying the Diary, Format of Diary File):
2460 Fix external cross-references for TeX format output.
2461
0235128c
SM
24622010-05-07 Chong Yidong <cyd@stupidchicken.com>
2463
2464 * Version 23.2 released.
2465
f63d0028
JD
24662010-05-02 Jan Djärv <jan.h.d@swipnet.se>
2467
2468 * cmdargs.texi (Initial Options): Mention --chdir.
2469
20fe03ad
JD
24702010-04-21 Jan Djärv <jan.h.d@swipnet.se>
2471
2472 * frames.texi (Tool Bars): Add tool-bar-style.
2473
b7d65a5f
GM
24742010-04-21 Glenn Morris <rgm@gnu.org>
2475
2476 * ack.texi, emacs.texi (Acknowledgments): Add SELinux support.
2477
a42dbee1
CY
24782010-04-18 Chong Yidong <cyd@stupidchicken.com>
2479
2480 * programs.texi (Semantic): New node.
2481
2482 * maintaining.texi (EDE): New node.
2483
2484 * emacs.texi: Update node listing.
2485
2486 * misc.texi (Gnus): Use the `C-h i' keybinding for info.
2487
6e104790 24882010-04-18 Glenn Morris <rgm@gnu.org>
a77fe20c 2489
d52dbd3d
GM
2490 * emacs.texi (Acknowledgments): Remove duplicate.
2491
a77fe20c
GM
2492 * maintaining.texi (VC Directory Commands): Mention stashes and shelves.
2493
6e104790 24942010-04-18 Glenn Morris <rgm@gnu.org>
4d4e9522 2495
4ebe9902
GM
2496 * dired.texi (Misc Dired Features): Mention VC diff and log.
2497 * maintaining.texi (Old Revisions, VC Change Log):
2498 Mention that diff and log work in Dired buffers.
2499
98932641
GM
2500 * help.texi (Help Summary): Mention M-x info-finder.
2501
d5b22ab2 2502 * ack.texi (Acknowledgments): Add mpc.el.
cdfbcbba 2503
4d4e9522
GM
2504 * custom.texi (Specifying File Variables, Directory Variables):
2505 Document new commands for manipulating local variable lists.
2506
6e104790 25072010-04-18 Glenn Morris <rgm@gnu.org>
16207c0a
GM
2508
2509 * trouble.texi (Contributing): Add cindex entry.
2510 Mention etc/CONTRIBUTE.
2511
6e104790 25122010-04-18 Chong Yidong <cyd@stupidchicken.com>
e59c4233
CY
2513
2514 * mark.texi (Persistent Mark): Copyedits. Replace undo example with
2515 query-replace (Bug#5774).
2516
a20a9df3
GM
25172010-04-16 Glenn Morris <rgm@gnu.org>
2518
2519 * ack.texi, emacs.texi (Acknowledgments): Update for Org changes.
2520
1ecb2d3f
JD
25212010-04-11 Jan Djärv <jan.h.d@swipnet.se>
2522
2523 * xresources.texi (Lucid Resources): Mention faceName for dialogs.
2524
99852628
JD
25252010-04-08 Jan Djärv <jan.h.d@swipnet.se>
2526
2527 * xresources.texi (Lucid Resources): Mention faceName to set Xft fonts.
2528
ce79424f
EZ
25292010-03-30 Eli Zaretskii <eliz@gnu.org>
2530
2531 * mule.texi (Input Methods): Mention "C-x 8 RET" and add a
2532 cross-reference to "Inserting Text".
2533
2534 * basic.texi (Inserting Text): Add an index entry for "C-x 8 RET".
2535 Mention completion provided by `ucs-insert'.
2536
85738751 25372010-03-30 Chong Yidong <cyd@stupidchicken.com>
8233e79a
CY
2538
2539 * sending.texi (Sending Mail): Note variables that may need
2540 customizing.
2541 (Mail Sending): Expand discussion of send-mail-function.
2542
85738751 25432010-03-30 Chong Yidong <cyd@stupidchicken.com>
e73c2434
CY
2544
2545 Document Message mode as the default mail mode.
2546
2547 * sending.texi (Sending Mail): Copyedits.
2548 (Mail Format, Mail Headers): Document mail-from-style changes.
2549 (Mail Commands): Rename from Mail mode. Document Message mode.
2550 (Mail Misc): Rename from Mail mode Misc.
2551 (Mail Sending, Header Editing, Mail Misc): Switch to Message mode
2552 command names and update keybindings.
2553 (Header Editing): Document message-tab. De-document
2554 mail-self-blind, mail-default-reply-to, and mail-archive-file-name in
2555 favor of mail-default-headers. Ad index entries for user-full-name and
2556 user-mail-address.
1c6c854e
CS
2557 (Citing Mail): Update changes in Message mode behavior.
2558 Document mail-yank-prefix.
e73c2434
CY
2559 (Mail Signature): New node, moved from Mail Misc.
2560 (Mail Aliases): Mail abbrevs are the default with Message mode.
2561 (Mail Methods): Note that Message mode is now the default.
2562
2563 * rmail.texi (Rmail Reply):
2564 * text.texi (Text Mode):
2565 * major.texi (Major Modes):
2566 * mule.texi (Output Coding): Refer to Message mode.
2567
2568 * custom.texi (Init Examples): Add xref to Mail Header.
2569
1fc0ce04 2570 * emacs.texi (Top): Fix xrefs.
e73c2434 2571
85738751 25722010-03-30 Chong Yidong <cyd@stupidchicken.com>
0f72a391 2573
c0c035fa
CY
2574 * maintaining.texi (VC With A Merging VCS): C-x v v now creates a
2575 repository if there is none.
2576 (VC Change Log): Rename from VC Status. Document vc-log-show-limit and
2577 vc-print-root-log.
ef7b27ef 2578 (Old Revisions): Copyedits. Document vc-root-diff.
c0c035fa 2579
71785b7a
CY
2580 * programs.texi (Program Modes): Mention Javascript mode.
2581
f67c5dd0
CY
2582 * text.texi (HTML Mode): Note that nXML is now the default XML mode.
2583 * emacs.texi: Update node description.
2584
0f72a391 2585 * misc.texi (Navigation): Document doc-view-continuous.
f2608df3 2586 (Shell Ring): Document new M-r binding. M-s is no longer bound.
0f72a391 2587
dc2d2590
JL
25882010-03-30 Juri Linkov <juri@jurta.org>
2589
2590 * search.texi (Other Repeating Search): Remove line that `occur'
2591 can not handle multiline matches.
2592
a7b02820
EZ
25932010-03-30 Eli Zaretskii <eliz@gnu.org>
2594
2595 * mule.texi (International): Mention support of bidirectional editing.
2596 (Bidirectional Editing): New section.
2597
22ef1944
NR
25982010-03-28 Nick Roberts <nickrob@snap.net.nz>
2599
2600 * emacs.texi (Top): Update node names to those in building.texi.
2601
146b8b16
NR
26022010-03-27 Nick Roberts <nickrob@snap.net.nz>
2603
c5e87d10
PE
2604 doc/emacs/building.texi: Describe restored GDB/MI functionality
2605 removed by 2009-12-29T07:15:34Z!nickrob@snap.net.nz.
146b8b16
NR
2606 doc/emacs/emacs.texi: Update node names for building.texi.
2607
6d98672d
GM
26082010-03-24 Glenn Morris <rgm@gnu.org>
2609
2610 * ack.texi (Acknowledgments):
2611 * emacs.texi (Acknowledgments): Fix ispell attribution. (Bug#5759)
2612
93318cbd
JD
26132010-03-20 Jan Djärv <jan.h.d@swipnet.se>
2614
2615 * xresources.texi (Table of Resources): Clarify toolBar number
2616 for Gtk+.
2617
2618 * frames.texi (Menu Bars): menuBarLines => menuBar (bug#5736).
2619
15cf2f52
CY
26202010-03-21 Chong Yidong <cyd@stupidchicken.com>
2621
4102856c
CY
2622 * dired.texi (Dired Updating): Document dired-auto-revert-buffer.
2623
15cf2f52
CY
2624 * search.texi (Other Repeating Search): Document multi-isearch-buffers
2625 and multi-isearch-buffers-regexp.
2626
2627 * indent.texi (Indentation): Clarify description of
2628 indent-for-tab-command. Document tab-always-indent.
2629
d68eb23c
CY
26302010-03-20 Chong Yidong <cyd@stupidchicken.com>
2631
2632 * cmdargs.texi (Font X): Move most content to Fonts.
2633
2634 * frames.texi (Fonts): New node. Document font-use-system-font.
2635
2636 * emacs.texi (Top):
2637 * xresources.texi (Table of Resources):
2638 * mule.texi (Defining Fontsets, Charsets): Update xrefs.
2639
288f9fc0
CY
26402010-03-10 Chong Yidong <cyd@stupidchicken.com>
2641
2642 * Branch for 23.2.
2643
17782bec
CY
26442010-03-06 Chong Yidong <cyd@stupidchicken.com>
2645
2646 * custom.texi (Init Examples): Add xref to Locals.
2647
2648 * major.texi (Choosing Modes): Mention usage of setq-default for
2649 setting the default value of major-mode (Bug#5688).
2650
b4a1a8b2
CY
26512010-03-02 Chong Yidong <cyd@stupidchicken.com>
2652
2653 * frames.texi (Mouse Avoidance): Mention make-pointer-invisible.
2654
2655 * display.texi (Display Custom): Document make-pointer-invisible and
2656 underline-minimum-offset. Remove inverse-video.
2657
a1e759cd
CY
26582010-02-21 Chong Yidong <cyd@stupidchicken.com>
2659
2660 * frames.texi (Frame Commands): Note that the last ordinary frame can
2661 be deleted in daemon mode (Bug#5616).
2662
4f3bc373
GM
26632010-02-18 Glenn Morris <rgm@gnu.org>
2664
2665 * trouble.texi (Contributing): Repository is no longer CVS.
2666
5dbbdd33
GM
26672010-02-08 Glenn Morris <rgm@gnu.org>
2668
2669 * buffers.texi (Uniquify): Must explicitly load library. (Bug#5529)
2670
cd61af01
SM
26712010-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
2672
2673 * display.texi (Useless Whitespace, Text Display):
2674 * custom.texi (Init Examples): Avoid obsolete special default variables
2675 like default-major-mode.
2676
b1bb0a25 26772010-01-24 Mark A. Hershberger <mah@everybody.org>
aaef4f91
MH
2678
2679 * programs.texi (Other C Commands): Replace reference to obsolete
2680 c-subword-mode.
2681
99d0985b
GM
26822010-01-21 Glenn Morris <rgm@gnu.org>
2683
2684 * trouble.texi (Bugs): Fix PROBLEMS keybinding.
2685
893db5bc
GM
26862010-01-12 Glenn Morris <rgm@gnu.org>
2687
2688 * trouble.texi (Checklist): Use bug-gnu-emacs rather than
2689 emacs-pretest-bug for bug reports for development versions.
2690
0419b8d6
GM
26912010-01-11 Glenn Morris <rgm@gnu.org>
2692
2693 * display.texi (Highlight Interactively): `t' does not mean highlight
2694 all patterns. (Bug#5335)
2695
26e533e2
CY
26962009-12-29 Chong Yidong <cyd@stupidchicken.com>
2697
2698 * misc.texi (Shell): Document async-shell-command.
2699
2700 * building.texi (Grep Searching): Document zrgrep.
2701
484eaeac 2702 * mini.texi (Completion Options): Mention `initials' completion style.
26e533e2 2703
7ee6c59b
NR
27042009-12-29 Nick Roberts <nickrob@snap.net.nz>
2705
2706 * building.texi: Import GDB Graphical Interface description from
2707 EMACS_23_1_RC.
2708
91ed7ea8
CY
27092009-12-24 Chong Yidong <cyd@stupidchicken.com>
2710
2711 * emacs.texi (Top): Update node listing.
2712
2713 * abbrevs.texi (Saving Abbrevs): Abbrev file should be in .emacs.d.
2714
2715 * basic.texi (Moving Point): M-r is now move-to-window-line-top-bottom.
2716
2717 * cmdargs.texi (Initial Options):
2718 * xresources.texi (Resources): Document inhibit-x-resources.
2719
2720 * custom.texi (Specifying File Variables): Note that minor modes are
2721 enabled unconditionally.
2722
2723 * display.texi (Scrolling): Briefly document the old recenter command,
2724 and document recenter-positions.
2725
2726 * files.texi (Visiting):
2727 * buffers.texi (Buffers): Max buffer size is now 512 MB.
2728
1c6c854e
CS
2729 * frames.texi (Cut/Paste Other App):
2730 Document save-interprogram-paste-before-kill.
91ed7ea8
CY
2731
2732 * killing.texi (Kill Options): New node.
2733
6ca89aaa
CY
27342009-12-05 Chong Yidong <cyd@stupidchicken.com>
2735
2736 * misc.texi (Shell Options): ansi-color is now default.
2737
806642d4
GM
27382009-12-05 Glenn Morris <rgm@gnu.org>
2739
806642d4
GM
2740 * emacs.texi (Top): Update menu for cal-xtra node changes.
2741 * calendar.texi (Displaying the Diary): Holidays may be in the buffer
2742 or mode line. Don't mention invisible text or the details of
2743 diary-print-entries here, only in cal-xtra.
2744 (Format of Diary File): Mention that the "date on first line" format
2745 only really affects the simple display.
2746 * cal-xtra.texi (Advanced Calendar/Diary Usage): Update menu.
2747 (Diary Customizing): Holidays may be in the buffer or mode line.
2748 Move diary-print-entries to the "Diary Display" section.
2749 (Diary Display): New section, split out from "Fancy Diary Display".
2750 Explain the limitations of simple display, and how to print it.
2751
1a4f0c0a
GM
2752 * calendar.texi (Displaying the Diary): Mention keys apply to calendar.
2753
e11adbd8
GM
2754 * cal-xtra.texi (Diary Display): Mention View mode.
2755
29a483ac
JL
27562009-11-29 Juri Linkov <juri@jurta.org>
2757
2758 * display.texi (Highlight Interactively): Actually a list of
2759 default faces is pre-loaded into a list of default values
2760 instead of the history.
2761
83d60c79
GM
27622009-11-20 Glenn Morris <rgm@gnu.org>
2763
2764 * ack.texi (Acknowledgments):
2765 * emacs.texi (Acknowledgments): Add htmlfontify.
2766
276bbe96
GM
27672009-11-14 Glenn Morris <rgm@gnu.org>
2768
98ad1bae
GM
2769 * cal-xtra.texi (Holiday Customizing): Replace obsolete alias.
2770
276bbe96
GM
2771 * ack.texi (Acknowledgments):
2772 * emacs.texi (Acknowledgments): Update for recent Org changes.
2773
18430066
CY
27742009-10-31 Chong Yidong <cyd@stupidchicken.com>
2775
2776 * mule.texi (Charsets): Numerous copyedits. Don't discuss the
2777 `charset' property, which is irrelevant to the user manual (Bug#3526).
2778
522ddc9f
JB
27792009-10-14 Juanma Barranquero <lekktu@gmail.com>
2780
2781 * trouble.texi (DEL Does Not Delete): Fix typo.
2782
50b49ade
MA
27832009-10-05 Michael Albinus <michael.albinus@gmx.de>
2784
2785 * files.texi (Misc File Ops): Mention copy-directory.
2786
6308321a
EZ
27872009-10-04 Eli Zaretskii <eliz@gnu.org>
2788
43b3b4d1
EZ
2789 * mule.texi (Unibyte Mode): Emphasize that
2790 unibyte-display-via-language-environment affects only the display.
2791
6308321a
EZ
2792 * display.texi (Horizontal Scrolling): Document cursor behavior under
2793 horizontal scrolling when point moves off the screen (Bug#4564).
2794 Improve wording.
2795
bd51ea7f
MA
27962009-10-01 Michael Albinus <michael.albinus@gmx.de>
2797
2798 * files.texi (Directories): delete-directory prompts for recursive
2799 deletion.
2800
55381962
GM
28012009-09-30 Glenn Morris <rgm@gnu.org>
2802
2803 * ack.texi (Acknowledgments):
2804 * emacs.texi (Acknowledgments): CEDET updates. Fix Hungarian accent.
2805
13989ab1
TH
28062009-09-25 Tassilo Horn <tassilo@member.fsf.org>
2807
2808 * dired.texi (Dired Navigation): Use @code instead of @var for
2809 dired-isearch-filenames, so that it's not capitalized.
2810
8ba46c89
CY
28112009-09-19 Chong Yidong <cyd@stupidchicken.com>
2812
2813 * frames.texi (Frame Commands): C-z is now bound to suspend-frame.
2814
2815 * entering.texi (Exiting): C-z is now bound to suspend-frame.
2816
2817 * custom.texi (Init Examples): Replace Rumseld with Cheny (Bug#3519).
1c6c854e
CS
2818 (Key Bindings): Reference Init Rebinding in introductory text.
2819 Shift some of the introduction to Keymaps node.
8ba46c89
CY
2820 (Keymaps): Simplify.
2821 (Local Keymaps): Simplify. Move binding example to Init Rebinding.
2822 (Minibuffer Maps): Remove mention of Mocklisp.
2823 (Init Rebinding): Move mode-local rebinding example here from Local
2824 Keymaps.
2825 (Modifier Keys): Clarify.
1e11b018 2826 (Rebinding): Add cindex for "binding keys".
8ba46c89 2827
6a5ca7c8
CY
28282009-09-13 Chong Yidong <cyd@stupidchicken.com>
2829
2830 * misc.texi (Invoking emacsclient): Minor clarifications (Bug#4419).
2831
0e1cba51
NR
28322009-08-31 Nick Roberts <nickrob@snap.net.nz>
2833
6a5ca7c8 2834 * building.texi (Threads Buffer, Multithreaded Debugging):
333f9019 2835 Reorganize these two sections.
0e1cba51 2836
76a87a4d
EZ
28372009-08-29 Eli Zaretskii <eliz@gnu.org>
2838
2839 * cmdargs.texi (Initial Options): Fix last change.
2840
82e98df4
SM
28412009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
2842
2843 * mule.texi (Enabling Multibyte):
2844 * cmdargs.texi (General Variables): Remove EMACS_UNIBYTE.
2845 (Initial Options): Remove --(no-)multibyte, --(no-)unibyte.
2846
fb89fad9
GM
28472009-08-20 Glenn Morris <rgm@gnu.org>
2848
2849 * cal-xtra.texi (Non-Gregorian Diary): Mention ``Adar I'' special case.
2850
e99652b0
GM
28512009-08-19 Glenn Morris <rgm@gnu.org>
2852
2853 * ack.texi (Acknowledgments): Remove cvtmail. Mention info-finder.
2854
5cca97ad
GM
28552009-08-18 Glenn Morris <rgm@gnu.org>
2856
2857 * ack.texi (Acknowledgments):
2858 * emacs.texi (Acknowledgments): Update for js.el replacing js2-mode.el.
2859
997797ae 2860 * ack.texi (Acknowledgments): Add ucs-normalize.el and files-x.el.
3e8e9265 2861
985bf85b
GM
28622009-08-09 Glenn Morris <rgm@gnu.org>
2863
2864 * ack.texi (Acknowledgments):
2865 * emacs.texi (Acknowledgments): Add gdb-mi entry.
2866
8d6bb99e
DD
28672009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
2868
2869 * emacs.texi (Top): Add new menu items for GDB-UI.
2870
2871 * building.texi (GDB Graphical Interface): Add Multithreaded debugging
522ddc9f 2872 section. Threads buffer is in separate section now.
8d6bb99e 2873
8353da9c
GM
28742009-08-08 Glenn Morris <rgm@gnu.org>
2875
2876 * ack.texi (Acknowledgments):
2877 * emacs.texi (Acknowledgments):
2878 Update for js2-mode and org changes.
2879
f2074faf
MA
28802009-08-02 Michael Albinus <michael.albinus@gmx.de>
2881
2882 * files.texi (Reverting): Auto-Revert Tail mode works also for remote
2883 files.
2884
e8d2d3fb
CY
28852009-07-28 Chong Yidong <cyd@stupidchicken.com>
2886
2887 * building.texi (Lisp Libraries): Clarify meaning of autoloading.
2888
324a4f6a
GM
28892009-07-23 Glenn Morris <rgm@gnu.org>
2890
2891 * programs.texi (Matching): Update blink-matching-paren-distance.
2892
b6937a70
CY
28932009-07-21 Chong Yidong <cyd@stupidchicken.com>
2894
2895 * frames.texi (Cut/Paste Other App): For select-active-regions,
2896 selection is now updated on moving point.
2897
bd8aaa36
RS
28982009-07-21 Richard Stallman <rms@gnu.org>
2899
2900 * glossary.texi (GNU, Daemon): Update information.
2901
8d9b5eba
JL
29022009-07-19 Juri Linkov <juri@jurta.org>
2903
2904 * custom.texi (Specifying File Variables, Safe File Variables):
2905 "variables/value pairs" -> "variable/value pairs".
2906
a2acc1db
GM
29072009-07-15 Glenn Morris <rgm@gnu.org>
2908
2909 * misc.texi (Gnus): Remove widow.
2910
c5ae942b
GM
29112009-07-11 Glenn Morris <rgm@gnu.org>
2912
703d26ba
GM
2913 * Makefile.in (TEXI2PDF): New.
2914 (emacs.pdf, emacs-xtra.pdf): New targets.
2915
522ddc9f 2916 * arevert-xtra.texi (Autorevert): Add menu descriptions.
c5ae942b
GM
2917
2918 * display.texi (Horizontal Scrolling): Re-word to remove widow.
2919
2920 * emacs.texi (Top): Info can be read from other places than Emacs.
522ddc9f
JB
2921 Don't print the copying notice twice in the printed version.
2922 Update the menu and detailmenu.
2923 (Preface): The meaning of "on-line" has changed.
2924 Correct name for "Common Problems" chapter.
2925 (Distrib): Update FSF shop URL.
2926 (Intro): Showing two files at once is not so exciting.
2927
2928 * macos.texi (Mac OS / GNUstep): Fix spelling and cross-reference.
2929 (Mac / GNUstep Basics): Minor grammar changes.
2930 (Mac / GNUstep Events): Fix typo.
2931 (GNUstep Support): CANNOT_DUMP no longer applies.
2932
2933 * misc.texi (Document View): Fix typos.
2934
2935 * dired.texi (Dired):
2936 * help.texi (Help):
2937 * macos.texi (Mac OS / GNUstep):
2938 * maintaining.texi (Version Control, Introduction to VC):
2939 End menu descriptions with a period.
c5ae942b 2940
b1c8242b
EZ
29412009-07-09 Eli Zaretskii <eliz@gnu.org>
2942
2943 * msdog.texi (Windows Files) <w32-get-true-file-attributes>: Don't be
2944 so categorical in saying that the option is only useful on NTFS.
2945
220d9aa6
GM
29462009-07-09 Glenn Morris <rgm@gnu.org>
2947
2948 * Makefile.in (texinfodir): New variable, with location of texinfo.tex.
2949 (ENVADD): Add texinfodir to TEXINPUTS.
2950
2951 * emacs.texi (Top): Fix cross-reference.
2952
2953 * maintaining.texi (VC Directory Buffer): Fix cross-reference.
2954
2955 * vc1-xtra.texi (Revision Tags): Fix typo.
2956
d07e72d3
GM
29572009-07-03 Glenn Morris <rgm@gnu.org>
2958
2959 * emerge-xtra.texi (Emerge): Tweak Misc menu description.
2960 (Submodes of Emerge): Skip Prefers is only relevant with an ancestor.
2961 (Merge Commands): `.' does not seem to work in A or B buffer.
2962 `l' can recreate the 3-window display.
2963
2964 * glossary.texi (Glossary): Minor phrasing changes throughout.
2965 Add more internal cross-references.
2966 <Autoloading>: You can't really autoload a variable.
2967 <C-M->: Move details here from `M-C-' item.
2968 <Continuation Line>: Refer to `Truncation.'
2969 <Daemon, Free Software, Free Software Foundation, FSF, GNU>:
2970 <Home Directory, Unix>: New entries.
2971 <Deletion of Files>: Mention recycle bins.
2972 <Directory>: Mention ``folders.''
2973 <Error>: Don't mention ``type-ahead.''
2974 <Fringe>: Refer to the manual node.
2975 <Minor Mode>: Can be global or local.
2976 <Spell Checking>: There are other checkers besides Ispell.
2977
f144038a
GM
29782009-07-02 Glenn Morris <rgm@gnu.org>
2979
2980 * anti.texi (Antinews): Minor changes in phrasing.
2981
2982 * cal-xtra.texi, fortran-xtra.texi: Re-order a few things to reduce
2983 some underfull lines in dvi output.
2984
2985 * emacs-xtra.texi (Introduction): Mention included in info Emacs manual.
2986
2987 * sending.texi (Mail Sending): Add a tiny bit on mailclient.
2988
2989 * vc-xtra.texi (Advanced VC Usage): End all menu items with a period.
2990
3f1c6666
JD
29912009-07-01 Jan Djärv <jan.h.d@swipnet.se>
2992
2993 * xresources.texi (Table of Resources): Mention maximized for
2994 fullscreen.
2995
2996 * cmdargs.texi (Window Size X): -mm/--maximized is new.
2997
62aadce7
CY
29982009-07-01 Chong Yidong <cyd@stupidchicken.com>
2999
3000 * anti.texi (Antinews): Correct the list of removed platforms.
3001
82ec412e
GM
30022009-06-28 Glenn Morris <rgm@gnu.org>
3003
3004 * arevert-xtra.texi: Minor language tweaks.
3005
09964e7d
GM
3006 * dired-xtra.texi: Minor revisions.
3007
666e158e
MB
30082009-06-23 Miles Bader <miles@gnu.org>
3009
c4cc8b9a 3010 * display.texi (Scrolling): Document `recenter-redisplay'.
05fbc4a9 3011 (Temporary Face Changes): Document `text-scale-set'.
666e158e 3012
70243478
CY
30132009-06-21 Chong Yidong <cyd@stupidchicken.com>
3014
3015 * Branch for 23.1.
3016
67cbe681
KH
30172009-06-17 Kenichi Handa <handa@m17n.org>
3018
3019 * mule.texi (Charsets): Update the description for the new charset.
3020 (list-character-sets): New findex.
125dd7c5 3021 (Language Environments): Add @anchor{Describe Language Environment}.
67cbe681 3022
40e67246
CY
30232009-06-10 Chong Yidong <cyd@stupidchicken.com>
3024
b5700de6
CY
3025 * basic.texi (Moving Point): Fix tag.
3026
3027 * picture-xtra.texi (Insert in Picture): Use <next> and <prior>.
3028
3029 * mini.texi (Completion Commands): Decapitalize <next> and <prior>, and
3030 use camel-case for PageUp and PageDown.
3031
3032 * display.texi (Scrolling): Decapitalize <next> and <prior>, and use
3033 camel-case for PageUp and PageDown.
3034
3035 * calendar.texi (Scroll Calendar): Decapitalize <next> and <prior>.
3036
40e67246 3037 * search.texi (Isearch Scroll): Add isearch-allow-scroll to index.
b5700de6 3038 (Isearch Scroll): Decapitalize <next> and <prior>.
40e67246 3039
522ddc9f 30402009-06-09 Agustín Martín <agustin.martin@hispalinux.es>
6f591cf4 3041
522ddc9f
JB
3042 * fixit.texi (Spelling): Set default dictionary.
3043 Improve descriptions (Bug#2554)
6f591cf4 3044
53483c76
DR
30452009-06-08 David Reitter <david.reitter@gmail.com>
3046
3047 * macos.texi (Color panel, Font panel): Remove mention of Save Options,
3048 since saving colors and faces set this way is not implemented.
3049 (Environment variables): Remove mention of mac-fix-env, which is
3050 scheduled to be removed.
3051
1557ef4f
CY
30522009-06-04 Chong Yidong <cyd@stupidchicken.com>
3053
91056528
CY
3054 * custom.texi (Init Examples): Add example of changing load-path.
3055
1557ef4f
CY
3056 * building.texi (Lisp Libraries): Add example of changing
3057 load-path (Bug#3446).
3058
623cec4c
CY
30592009-05-28 Chong Yidong <cyd@stupidchicken.com>
3060
3061 * mark.texi (Mark): Further clarifications.
3062 (Setting Mark): Emphasize that C-SPC activates the mark.
3063
0fcca8ee
CY
30642009-05-28 Chong Yidong <cyd@stupidchicken.com>
3065
702b10e1
CY
3066 * mark.texi (Mark): Clarify introduction. Mention disabling Transient
3067 Mark mode.
0fcca8ee
CY
3068 (Using Region, Persistent Mark): Use "active mark" instead of "active
3069 region".
3070
d3b396e4
CY
30712009-05-16 Ari Roponen <ari.roponen@gmail.com> (tiny change)
3072
3073 * mule.texi (Select Input Method): Fix typo.
3074
3f698a06
CY
30752009-05-13 Chong Yidong <cyd@stupidchicken.com>
3076
3077 * anti.texi (Antinews): Document completion changes. Some additional
3078 copyedits and rearrangement of entries.
3079
b2a42eb7
CY
30802009-05-12 Chong Yidong <cyd@stupidchicken.com>
3081
932fd020
CY
3082 * misc.texi (Interactive Shell, Saving Emacs Sessions)
3083 (Shell History Copying, Terminal emulator): Copyedits.
3084
1c6c854e
CS
3085 * xresources.texi (Resources): Simplify descriptions.
3086 Shorten description of editres, which is not very useful these days.
ac36a8f1
CY
3087 (Table of Resources): Document fontBackend resource.
3088
b2a42eb7 3089 * trouble.texi (Quitting): Add other undo bindings to table.
09e80d9f 3090 (DEL Does Not Delete): Note that the erasure key is usually labeled
b2a42eb7
CY
3091 "Backspace". Remove discussion of obscure Xmodmap issue.
3092
c6ea7fb8
CY
30932009-05-07 Chong Yidong <cyd@stupidchicken.com>
3094
3095 * files.texi (Visiting): Copyedits.
3096
ad36c422
CY
30972009-05-06 Chong Yidong <cyd@stupidchicken.com>
3098
3099 * basic.texi (Inserting Text): Document ucs-insert.
3100
3101 * mule.texi (International Chars): Define "multibyte". Note that
3102 internal representation is unicode-based. Simplify definition of raw
3103 bytes. Mention ucs-insert.
3104 (Enabling Multibyte): Remove obsolete discussion. Copyedits.
3105 (Language Environments): Add language environments new to Emacs 23.
3106 (Multibyte Conversion): Node deleted.
1c6c854e
CS
3107 (Coding Systems): Remove obsolete unify-8859-on-decoding-mode.
3108 Don't mention obsolete emacs-mule coding system.
ad36c422
CY
3109 (Output Coding): Copyedits.
3110
3111 * emacs.texi (Top): Update node listing.
3112
d4ad7b96
CY
31132009-05-05 Per Starbäck <per@starback.se> (tiny change)
3114
3115 * trouble.texi (Lossage): Use new binding of view-emacs-problems.
3116
5bd66204
SM
31172009-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
3118
3119 * building.texi (Lisp Libraries): `load-library' does offer completion.
3120
bc36ad1c
CY
31212009-04-28 Chong Yidong <cyd@stupidchicken.com>
3122
3123 * frames.texi (Text-Only Mouse): Mention gpm-mouse-mode instead of
3124 t-mouse-mode. Suggested by Per Starbäck (Bug#3126).
3125
f1a47884
EZ
31262009-04-25 Eli Zaretskii <eliz@gnu.org>
3127
3128 * maintaining.texi (Tags): Clarify text. (Bug#3101)
3129
be77bd45
CY
31302009-04-22 Chong Yidong <cyd@stupidchicken.com>
3131
3132 * entering.texi (Entering Emacs): Document initial-buffer-choice.
3133
3134 * building.texi (Lisp Interaction): Document initial-scratch-message.
3135
d3b82927
JB
31362009-04-18 Juanma Barranquero <lekktu@gmail.com>
3137
ed6e7b11
JB
3138 * msdog.texi (Windows Fonts): Fix typos.
3139
d3b82927
JB
3140 * files.texi (Save Commands): Fix pxref.
3141
bc323c04
CY
31422009-04-18 Chong Yidong <cyd@stupidchicken.com>
3143
3144 * files.texi (Save Commands): Mention diff-buffer-with-file.
3145 (Comparing Files): Document diff-buffer-with-file. Suggested by Magnus
3146 Henoch (Bug#3036).
3147
2186d13f
GM
31482009-03-15 Glenn Morris <rgm@gnu.org>
3149
3150 * sending.texi (Mail Format): Replace "Sender" with "Message-Id", since
3151 the former is not always used.
3152 (Mail Headers): Use active voice. Add "Mail-reply-to".
3153 Change case of "Id". Avoid repeated "appropriate".
3154 (Mail Aliases): Fix previous change - use an example with a ".", so it
3155 does actually get quoted when expanded.
3156 (Mail Sending): Mailclient is the default on some systems.
3157 (Citing Mail): Mention mail-indentation-spaces.
3158 (Mail Mode Misc): Add an @dfn for "mail signature".
3159
71e454fc
CY
31602009-03-15 Chong Yidong <cyd@stupidchicken.com>
3161
3162 * mini.texi (Completion Commands): Describe Emacs 23 completion rules.
3163 (Completion Options): Document read-file-name-completion-ignore-case,
1c6c854e
CS
3164 read-buffer-completion-ignore-case, and completion-styles.
3165 Remove description of partial-completion-mode.
71e454fc 3166
df1a3e06
GM
31672009-03-14 Glenn Morris <rgm@gnu.org>
3168
3169 * sending.texi (Mail Format): Fix typo. Add index entry for
3170 mail-header-separator.
3171 (Mail Headers): Put info about initialization and changing in one place
3172 at the start. Update FCC section for mbox Rmail. Clarify From
3173 section, mention mail-setup-with-from. Clarify Reply-to section.
3174 Add Mail-followup-to and mail-mailing-lists. Clarify References
3175 section.
3176 (Mail Aliases): Update example, make less contentious.
3177 Update for name change of mail-interactive-insert-alias.
3178 (Mail Mode): Remove mention of `%' as a word separator.
3179 (Mail Sending): Mention mail-send-hook. Mention Mailclient.
3180 (Header Editing): Add reply-to, mail-reply-to, and mail-followup-to
3181 commands. Clarify FCC handling. In mail-complete, add reference to
3182 Mail Aliases section, and mention mail-complete-function.
3183 (Citing Mail): Mention mail-yank-ignored-headers and mail-citation-hook.
3184 (Mail Mode Misc): Clarify the mail-signature function. Add basic
3185 signature netiquette. Explain how the mail hooks work when continuing
3186 a composition.
3187 (Mail Amusements): Internationalize the spook section a bit.
3188 Remove the spook mail-setup-hook example, since it doesn't work well.
3189 Mention fortune-file.
3190 (Mail Methods): Mention read-mail-command.
3191
ed6e7b11 31922009-03-14 David Reitter <david.reitter@gmail.com>
959d68bd 3193
df1a3e06
GM
3194 * macos.texi (Mac / GNUstep Basics): Remove references to Prefs panel
3195 and NS resources following recent changes.
959d68bd 3196
86dca3e8
JR
31972009-03-10 Jason Rumney <jasonr@gnu.org>
3198
3199 * msdog.texi (Windows Misc): Remove doc for obsolete variable. Modify
3200 w32-use-visible-system-caret doc to indicate that it should get set
3201 automatically.
3202 (Windows Fonts): Add doc for the uniscribe backend.
3203
042fe98f
DN
32042009-03-08 Dan Nicolaescu <dann@ics.uci.edu>
3205
3206 * maintaining.texi (VC Directory Commands): Fix doc for the x key in
3207 vc-dir. (Bug#2598)
3208
7f8dba73
RS
32092009-03-05 Reiner Steib <Reiner.Steib@gmx.de>
3210
3211 * fixit.texi (Spelling): Add turn-on-flyspell. (Bug#2517)
3212
505e70c3
GM
32132009-03-05 Glenn Morris <rgm@gnu.org>
3214
04242bdc
GM
3215 * rmail.texi (Rmail Basics): Add reference to sorting.
3216 (Rmail Scrolling, Rmail Motion, Rmail Reply, Rmail Display):
3217 Minor re-wordings.
3218 (Rmail Motion): Mention rmail-next-same-subject.
3219 (Rmail Deletion): Expunging is not the only way to change the numbers.
3220 (Rmail Labels): Labels can also be used in sorting.
3221 (Rmail Summary Edit): Mention rmail-summary-next-same-subject.
505e70c3
GM
3222 (Rmail Display): Mention rmail-mime.
3223
00cfe22c
GM
32242009-03-04 Glenn Morris <rgm@gnu.org>
3225
3226 * rmail.texi (Rmail Sorting): Add the keybindings associated with each
3227 sort command. Fix `rmail-sort-by-labels' name. Mention sorting from
3228 summary. Mention sorts cannot be undone.
3229 (Rmail Display): Give an example of how to use goto-address-mode.
3230 (Rmail Editing): It's keybindings that are redefined, not commands.
3231 Fix some typos.
3232 (Movemail): Some minor rewording.
3233 (Remote Mailboxes): Emacs movemail supports pop by default.
3234 Fix some minor grammatical issues. The "two alternative ways" to
3235 specify a POP mailbox are really just one. Remove all reference to the
3236 variables rmail-pop-password and rmail-pop-password-required, obsolete
3237 since Emacs 22.1. Clarify the four password steps. Emacs movemail
3238 can support Kerberos.
3239
3d963b67
GM
32402009-03-03 Glenn Morris <rgm@gnu.org>
3241
3242 * rmail.texi (Rmail Deletion): Revert previous change, which was
3243 describing the Rmail summary versions.
3244 (Rmail Reply): Give more details of rmail-dont-reply-to-names.
3245 Minor re-wording for rmail-resend.
3246 (Rmail Make Summary): Summaries apply to buffers rather than files.
3247 <rmail-summary-by-topic>: Headers includes the subject.
3248 <rmail-summary-by-recipients, rmail-summary-by-topic>: Give more
3249 details, including prefix arguments.
2340abde 3250 Mention rmail-summary-by-senders on C-M-f.
3d963b67
GM
3251 Not counting lines might be faster.
3252 (Rmail Summary Edit): More details on the delete commands.
2340abde
GM
3253 Mention rmail-summary-undelete-many, rmail-summary-bury, and C-M-n/p.
3254 Name the commands bound to the various keys. Mention prefix argument
3255 for searching.
3d963b67
GM
3256 (Rmail Display): Mention rmail-displayed-headers. Fix typo.
3257 Simplify rmail-highlighted-headers description. Update face name.
3258
a8ce3d17
JB
32592009-03-02 Juanma Barranquero <lekktu@gmail.com>
3260
3261 * mark.texi (Marking Objects): Fix typo.
3262
130a29b6
CY
32632009-03-01 Chong Yidong <cyd@stupidchicken.com>
3264
3265 * abbrevs.texi (Expanding Abbrevs): Mention abbrev-expand-functions
3266 instead of obsolete pre-abbrev-expand-hook. Link to elisp manual.
3267
9d5de6f8
GM
32682009-03-01 Glenn Morris <rgm@gnu.org>
3269
79fc530e 3270 * rmail.texi (Rmail): Fix some typos. Use consistent case in menu.
9d5de6f8
GM
3271 (Rmail Motion): - M-s searches from the end of messages.
3272 (Rmail Deletion): Minor clarification. Fix numeric argument
3273 description.
3274 (Rmail Inbox): Fix default inbox description. Mention `mbox' by name.
3275 newmail and RMAILOSE files need not be in home-directory.
3276 (Rmail Files): Mention I/O menus are unselectable if no files match.
3277 Mention `MAIL' env-var.
3278
b545ff9c
JR
32792009-02-24 Jason Rumney <jasonr@gnu.org>
3280
3281 * mule.texi (Fontsets): Mention fontset-default, font specs and
3282 fallback fontsets.
3283 (Defining Fontsets): Mention ns and w32 variants of
3284 standard-fontset-spec. Update description of startup fontset to match
3285 Emacs 23 behavior.
a93be82a 3286 (Modifying Fontsets): New section. (Bug#656)
70bb6cac 3287 (International): Link to Modifying Fontsets.
b545ff9c 3288
75da0618 32892009-02-23 Adrian Robert <Adrian.B.Robert@gmail.com>
88ddb9ff
AR
3290
3291 * macos.texi (Mac / GNUstep Basics, Mac / GNUstep Customization):
3292 Mention ns-extended-platform-support-mode.
3293
6be93a16
KB
32942009-02-22 Karl Berry <karl@gnu.org>
3295
3296 * macos.texi (Mac / GNUstep Customization): One more duplicate "the".
3297
867d4bb3
JB
32982009-02-19 Juanma Barranquero <lekktu@gmail.com>
3299
3300 * basic.texi (Moving Point, Position Info):
3301 * files.texi (Visiting):
3302 * mini.texi (Completion Options):
3303 * text.texi (HTML Mode): Remove duplicate words.
3304
49b5c0e8
GM
33052009-02-20 Glenn Morris <rgm@gnu.org>
3306
3307 * rmail.texi: Minor updates for mbox rather than Babyl.
3308
f43a822c
KB
33092009-02-17 Karl Berry <karl@gnu.org>
3310
49b5c0e8 3311 * emacs.texi (Top): Add @insertcopying before master menu. (Bug#1988)
f43a822c 3312
80d634b8
RS
33132009-02-17 Richard M Stallman <rms@gnu.org>
3314
3315 * anti.texi (Antinews): Mention Babyl format.
3316
3317 * emacs.texi (Top): Delete `Out of Rmail' from subnode menu.
3318
3319 * rmail.texi: Update for mbox format.
3320 Various small fixes, as well as the following.
3321 (Out of Rmail): Node deleted.
3322 (Rmail): Update menu.
3323 (Rmail Files): Comment out set-rmail-inbox-list.
3324 Document rmail-inbox-list instead.
3325 (Rmail Output): Substantial changes since C-o is now
3326 rmail-output-as-seen and o is rmail-output.
3327 (Rmail Attributes): Delete `stored', add `retried'.
3328 (Rmail Display): Editing headers works in all cases.
3329
f0d129c6
GM
33302009-02-17 Glenn Morris <rgm@gnu.org>
3331
3332 * basic.texi (Position Info): M-x count-lines-region is not always on
3333 M-=. (Bug#2269)
3334
160f11d3
GM
33352009-02-09 Glenn Morris <rgm@gnu.org>
3336
3337 * calendar.texi (Holidays, Displaying the Diary): Update for new marker
3338 defaults.
3339
763e01c4
EZ
33402009-02-07 Eli Zaretskii <eliz@gnu.org>
3341
3342 * rmail.texi (Rmail Coding) <rmail-redecode-body>: Remove stale
3343 documentation of possible problems with redecoding.
3344
f5e1441d
GM
33452009-02-03 Glenn Morris <rgm@gnu.org>
3346
3347 * rmail.texi (Out of Rmail): Mention b2m.pl.
3348
e1eabe41
GM
33492009-01-31 Glenn Morris <rgm@gnu.org>
3350
3351 * rmail.texi (Out of Rmail): Correct b2m location.
3352
dd05f9de
CY
33532009-01-27 Chong Yidong <cyd@stupidchicken.com>
3354
3355 * fixit.texi (Undo): Update undo limit values.
3356
d74d846e
GM
33572009-01-27 Glenn Morris <rgm@gnu.org>
3358
3359 * emacs.texi (Top): Fix Antinews menu entry.
3360
49ffdce8
KB
33612009-01-25 Karl Berry <karl@gnu.org>
3362
3363 * text.texi (Foldout): Use @itemize @w{} to make an itemize
3364 item with no marker, instead of the syntactically incorrect
3365 @itemize @asis.
3366
467e8d77
JL
33672009-01-25 Juri Linkov <juri@jurta.org>
3368
3369 * building.texi (Grep Searching): Fix index entry for lgrep.
3370
6c60bbdb
EZ
33712009-01-24 Eli Zaretskii <eliz@gnu.org>
3372
3373 * msdog.texi (Windows Printing): Add an index entry for Ghostscript.
3374
9ce5a36f
AR
33752009-01-21 Adrian Robert <Adrian.B.Robert@gmail.com>
3376
3377 * macos.texi (Preferences Panel): Update description of font setting to
3378 reflect that prior frame selection is no longer needed.
3379
9aa5f2fb
NR
33802009-01-20 Nick Roberts <nickrob@snap.net.nz>
3381
3382 * building.texi (Debuggers): Revert some of 2008-10-31 change to
3383 raise GUD subsections.
3384
3892ff9c
GM
33852009-01-15 Glenn Morris <rgm@gnu.org>
3386
3387 * ack.texi (Acknowledgments): Another update based mainly on AUTHORS.
3388
14731c8f
GM
33892009-01-10 Glenn Morris <rgm@gnu.org>
3390
3391 * ack.texi (Acknowledgments): Some more updates based on AUTHORS.
3392
45c55e53
CY
33932009-01-04 Chong Yidong <cyd@stupidchicken.com>
3394
3395 * display.texi (Visual Line Mode): M-] and M-[ no longer move by
3396 logical lines.
3397
2e4667d1
JL
33982008-12-29 Juri Linkov <juri@jurta.org>
3399
3400 * mini.texi (Minibuffer History): Add a link to `Isearch Minibuffer'.
3401
3402 * text.texi (Fill Commands): Replace `M-s' with `M-o M-s'.
3403
2a3eac47
CY
34042008-12-28 Chong Yidong <cyd@stupidchicken.com>
3405
3406 * misc.texi (Goto Address mode): Rename from Goto-address. Refer to
3407 goto-address-mode instead of goto-address.
3408
3da8da94
CY
3409 * rmail.texi (Rmail Display): Goto-address renamed to Goto Address
3410 mode.
3411
2a3eac47
CY
3412 * emacs.texi (Top): Update node listing.
3413
057f6dd3
EZ
34142008-12-26 Eli Zaretskii <eliz@gnu.org>
3415
3416 * custom.texi (Directory Variables): Explain what is a "project".
3417 Add indexing. Improve wording. Add a footnote about using
3418 _dir-locals.el on MS-DOS.
3419
e6979067
DN
34202008-12-24 Dan Nicolaescu <dann@ics.uci.edu>
3421
3422 * files.texi (Misc File Ops): Mention chmod as an alias for
3423 set-file-modes.
3424
9de15963
MR
34252008-12-24 Martin Rudalics <rudalics@gmx.at>
3426
3427 * help.texi (Help): Fix typos and reword.
3428 (Help Summary): Add entries for C-h n and C-h r, reorder
3429 entries, and do some minor fixes.
3430 (Name Help): Say that C-h F works for commands only.
3431 (Misc Help): Say that view-lossage displays 300 keystrokes.
3432
236fd60d
GM
34332008-12-20 Glenn Morris <rgm@gnu.org>
3434
3435 * ack.texi (Acknowledgments): General update based on AUTHORS,
3436 including removal of some stuff no longer distributed.
3437
ed9265fc 34382008-12-19 Agustín Martín <agustin.martin@hispalinux.es>
349b3256 3439
ed9265fc 3440 * fixit.texi: Mention hunspell.
349b3256 3441
e840fca5
GM
34422008-12-19 Glenn Morris <rgm@gnu.org>
3443
3444 * ack.texi (Acknowledgments): Small grammar fix.
9b0455c7 3445 Consolidate explanatory text at start.
e840fca5
GM
3446
3447 * display.texi (Text Display):
3448 * indent.texi (Indentation): Use @acronym with ASCII.
3449
9dfa7983
GM
34502008-12-18 Glenn Morris <rgm@gnu.org>
3451
3452 * ack.texi: Various small updates and fixes.
3453
97b3a00b
JL
34542008-12-18 Juri Linkov <juri@jurta.org>
3455
3456 * search.texi (Word Search): Replace `C-s RET C-w' with `M-s w RET'
3457 as a key binding to start a forward nonincremental word search.
3458 Replace `C-r RET C-w' with `M-s w C-r RET' as a key binding to start
3459 a backward nonincremental word search. Add index for `M-s w'
3460 `isearch-forward-word'.
3461 (Regexp Search): Add a short summary of regexp key commands like
3462 in the node "Basic Isearch".
3463 (Other Repeating Search): Fix typo.
3464
34652008-12-14 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2f298da2
VJL
3466
3467 * misc.texi (PostScript Variables): Fix doc.
3468
31ce6a07
CY
34692008-12-10 Chong Yidong <cyd@stupidchicken.com>
3470
3471 * programs.texi (Program Modes): Mention Ruby mode.
3472
636b507b
DN
34732008-12-10 Dan Nicolaescu <dann@ics.uci.edu>
3474
3475 * misc.texi (emacsclient Options): Describe what an empty string
3476 argument does for --alternate-editor.
3477
a323fa14
CY
34782008-12-09 Frank Schmitt <ich@frank-schmitt.net>
3479
3480 * cmdargs.texi (Font X): Distinguish between client-side and
3481 server-side fonts. List valid Fontconfig properties. Add reference to
3482 Fontconfig manual. List valid GTK font properties. Explain use of
3483 fc-list.
3484
c5ca6cd0
CY
34852008-12-09 Chong Yidong <cyd@stupidchicken.com>
3486
3487 * cmdargs.texi (Font X): Move discussion of quoting to top.
3488
e5136377
GM
34892008-12-06 Glenn Morris <rgm@gnu.org>
3490
3491 * maintaining.texi (Old Revisions): Improve previous change.
3492
248c026b
RS
34932008-12-05 Richard M Stallman <rms@gnu.org>
3494
3495 * anti.texi (Antinews): Minor fixes.
3496
a9253a1e
GM
34972008-12-03 Glenn Morris <rgm@gnu.org>
3498
3499 * maintaining.texi (Old Revisions): Fix diff-switches description.
3500
fa687b02
MR
35012008-12-01 Martin Rudalics <rudalics@gmx.at>
3502
3503 * emacs.texi (Top): Fix typo.
3504
72e6decd
CY
35052008-11-30 Chong Yidong <cyd@stupidchicken.com>
3506
320ee034
CY
3507 * misc.texi (Document View): Explain dependence on gs at the top.
3508 Copyedits.
3509
3510 * emacs.texi (Top): Add DocView nodes to detailed node listing.
3511
72e6decd
CY
3512 * programs.texi (Other C Commands): Document hide-ifdef-shadow.
3513 (Comment Commands): Discuss region-active behavior of M-; first.
3514
2a472ee4
MR
35152008-11-29 Martin Rudalics <rudalics@gmx.at>
3516
9c6361c9
MR
3517 * display.texi (Line Truncation): Add reference to Continuation
3518 Lines.
3519
2a472ee4
MR
3520 * windows.texi (Pop Up Window): Mention split-height-threshold
3521 and split-width-threshold.
9c6361c9 3522 (Split Window): Add reference to Continuation Lines.
2a472ee4 3523
e93bc142
AR
35242008-11-28 Adrian Robert <Adrian.B.Robert@gmail.com>
3525
3526 * macos.texi: Change references to "Mac" to "Mac / GNUstep".
3527 (GNUstep Support): New node.
3528 * anti.texi:
3529 * emacs.texi:
3530 * msdog.texi: Change reference to Mac OS node to Mac OS / GNUstep.
3531
43b978db
RS
35322008-11-28 Richard M Stallman <rms@gnu.org>
3533
3534 * misc.texi (Dissociated Press): Minor cleanups.
3535
3536 * dired.texi (Image-Dired): Avoid passive.
3537
e8e2bd93
EZ
35382008-11-28 Eli Zaretskii <eliz@gnu.org>
3539
3540 * anti.texi (Antinews): Add stuff about Unicode vs emacs-mule
3541 representation.
3542
8d2d45da
CY
35432008-11-26 Richard M. Stallman <rms@gnu.org>
3544
3545 * files.texi (Visiting): Rewrite paragraph for clarity.
3546
3547 * buffers.texi (Select Buffer): Rewrite paragraphs using active voice.
3548
a5f7bbcc
AM
35492008-11-25 Alan Mackenzie <acm@muc.de>
3550
3551 * programs.texi (Moving by Parens): Clarify that parens inside strings
3552 and comments are ignored, and that the commands assume the starting
3553 point isn't in a string or comment.
3554
a71703d3
AR
35552008-11-26 Adrian Robert <Adrian.B.Robert@gmail.com>
3556
3557 * macos.texi: Add Prev/Next/Top pointers to all nodes.
3558 (Mac Basics): Merge in Grabbing Environment Variables from earlier
3559 version.
3560 (Mac Customization): Rewrite Preferences Panel section and merge in to
3561 this node, add Open files by dragging to an Emacs window.
3562
3563 * emacs.texi: Remove TOC reference to Mac Preferences Panel section.
3564
aa5ab79a
CY
35652008-11-26 Chong Yidong <cyd@stupidchicken.com>
3566
0cc92c19
CY
3567 * files.texi (Misc File Ops): Document set-file-modes.
3568
c366b4e4
CY
3569 * windows.texi (Split Window): Document integer values of
3570 truncate-partial-width-windows.
3571
aa5ab79a
CY
3572 * text.texi (Text): Simplify description of markup languages.
3573 (TeX Mode): Simplify introduction. Mention BibTeX mode.
3574 (TeX Editing): Note that `""' inserts one `"' character.
3575 (HTML Mode): Note in the introduction that XML mode is an alias for
3576 SGML mode. Mention nXML mode.
3577
56221db7
CY
35782008-11-25 Chong Yidong <cyd@stupidchicken.com>
3579
3580 * building.texi (Watch Expressions): Fix typo.
3581
90effe33
CY
35822008-11-24 Chong Yidong <cyd@stupidchicken.com>
3583
f90a5ae3
CY
3584 * files.texi (Visiting): Document new behavior of
3585 confirm-nonexistent-file-or-buffer.
3586
1c6c854e
CS
3587 * buffers.texi (Select Buffer):
3588 Document confirm-nonexistent-file-or-buffer.
f90a5ae3 3589
a18ffb4a
CY
3590 * picture-xtra.texi (Picture Mode): Use picture-mode instead of
3591 edit-picture.
3592
90effe33
CY
3593 * text.texi (Text): Simplify introduction. Discard mention of `M-x
3594 edit-picture', since that is just an alias for picture-mode.
3595 (Sentences): Note that repeated M-@ extends the region.
3596 (Pages): Make terminology more consistent. Link to Regexps node.
3597 (Longlines): Discuss relationship with Visual Line mode.
3598 (Text Mode): Remove extraneous discussion of other modes, since they
3599 were already introduced in the parent node.
3600
e85103ec
CY
36012008-11-23 Chong Yidong <cyd@stupidchicken.com>
3602
5cb2fe30
CY
3603 * anti.texi (Antinews): Rewrite.
3604
1eb9b307 3605 * entering.texi (Exiting): Mention "minimize" terminology.
b908332f
CY
3606
3607 * frames.texi (Frame Commands): Mention "minimize" terminology.
3608
e85103ec
CY
3609 * cmdargs.texi (Font X): Document Fontconfig and GTK font specification
3610 formats.
b908332f
CY
3611 (Icons X): Mention "minimize" terminology and use of icons in taskbar.
3612 (Misc X): Don't document useless -hb option.
e85103ec 3613
607f5f88
JL
36142008-11-22 Juri Linkov <juri@jurta.org>
3615
3616 * dired.texi (Dired Navigation): Change normal file name search option
3617 from `non-nil' to `t'. Add `dwim' option.
3618
e1b867a0
JL
36192008-11-22 Juri Linkov <juri@jurta.org>
3620
3621 * custom.texi (Directory Variables): Rename ".dir-settings.el" to
3622 ".dir-locals.el". Rename `define-project-bindings' to
3623 `dir-locals-set-class-variables'. Rename `set-directory-project' to
3624 `dir-locals-set-directory-class'.
3625
dd186936
LK
36262008-11-22 Lute Kamstra <lute@gnu.org>
3627
3628 * buffers.texi (Select Buffer): Index goto-line.
3629 * basic.texi (Moving Point): Mention the use of a numeric prefix
3630 argument with goto-line and refer to Select Buffer for the use of a
3631 plain prefix argument.
3632
4b121911
GM
36332008-11-19 Glenn Morris <rgm@gnu.org>
3634
3635 * doclicense.texi: Update to FDL 1.3.
3636 * emacs.texi, emacs-xtra.texi: Relicense under FDL 1.3 or later.
3637
27267e4c
CY
36382008-11-17 Chong Yidong <cyd@stupidchicken.com>
3639
696f351d
CY
3640 * custom.texi (Minor Modes): Define mode commands and mode variables
3641 more precisely. Recommend using mode commands instead of setting
3642 variables directly. Put minor modes in a list, and add more modes.
cd9da8b8
CY
3643 (Easy Customization): Use "init file" instead of .emacs.
3644 (Customization Groups): Update to new Custom buffer appearance.
3645 (Saving Customizations): Copyedits. Update example.
3646 (Variables): Give example of variable type-sensitivity.
3647 (Examining): Update example.
3648 (Hooks): Copyedits.
3649 (Specifying File Variables): Use C comments instead of an artificial
3650 Lisp for the example.
3651 (Keymaps): Move internals discussion to Prefix Keymaps.
3652 (Rebinding): Remove redundant paragraph (stated in Key Binding).
3653 (Init Rebinding): Document kbd macro.
3654 (Init File): Link to Find Init.
696f351d
CY
3655
3656 * mark.texi (Using Region): Document Delete Selection Mode more
3657 thoroughly.
3658
3659 * frames.texi (Mouse Commands): Move most of the description of Delete
3660 Selection Mode to Using Region, and link to it.
1bc9c425 3661 (Clipboard): Note that paste is bound to clipboard-yank.
696f351d 3662
b0570c25
CY
3663 * building.texi (Compilation): Document first-error value of
3664 compilation-scroll-output.
3665 (Compilation Mode): Note that compilation-auto-jump-to-first-error
3666 works as soon as an error is available. Suggested by Juri Linkov.
3667
27267e4c
CY
3668 * mini.texi (Passwords): New node.
3669
3670 * files.texi (Remote Files): Link to Passwords node.
3671
3672 * emacs.texi (Top): Update node listings.
3673
122eb807
CY
36742008-11-16 Chong Yidong <cyd@stupidchicken.com>
3675
9c9855a3
CY
3676 * ack.texi (Acknowledgments): Some updating of credits.
3677
bd6fdcad
CY
3678 * emacs.texi (Acknowledgments): Add a couple more names.
3679
dd1eef46
CY
3680 * dired.texi (Dired Deletion): Document delete-by-moving-to-trash.
3681
122eb807 3682 * files.texi (Directories): Describe delete-directory in text.
dd1eef46 3683 (Misc File Ops): Document use of trash.
122eb807 3684
801a8da1
JB
36852008-11-16 Juanma Barranquero <lekktu@gmail.com>
3686
3687 * macos.texi (Mac Customization): Fix typos.
3688
0b4f2253
CY
36892008-11-14 Chong Yidong <cyd@stupidchicken.com>
3690
3691 * macos.texi (Mac OS): Move Cocoa manual from ns-emacs.texi to here,
3692 replacing previous contents. Numerous copyedits to adapt ns-emacs to
3693 the conventions of the main Emacs manual.
3694
3695 * emacs.texi (Top): Update node listings.
3696
517e2b89
CY
36972008-11-12 Chong Yidong <cyd@stupidchicken.com>
3698
07a85685
CY
3699 * cmdargs.texi (Emacs Invocation): Link to Emacs Server. Note that
3700 command-line-args is processed during startup.
3701 (Action Arguments): Correctly describe how file arguments interact with
3702 the startup screen. Link to Lisp Interaction for scratch buffer.
3703 (Initial Options): Link to Command Example for -batch option.
3704 (Environment): Document initial-environment.
3705
517e2b89
CY
3706 * entering.texi (Entering Emacs): Note that inhibit-startup-screen
3707 can't be changed in the site-start file.
3708
6337bbde
CY
37092008-11-07 Chong Yidong <cyd@stupidchicken.com>
3710
3711 * dired.texi (Dired): Mention C-x C-d too.
3712 (Dired Enter): Document M-n in the Dired minibuffer.
1c6c854e
CS
3713 (Dired Navigation): Explain dired-goto-file more clearly.
3714 Document dired-isearch-filenames.
6337bbde
CY
3715 (Dired Deletion): Remove unnecessary "expunged" terminology.
3716 (Flagging Many Files): & is now rebound to `% &'.
3717 (Shell Commands in Dired): Document dired-do-async-shell-command.
3718 Clarify how multi-file arguments are passed.
3719 (Misc Dired Features): Document dired-do-isearch.
3720
9e8eeff9
CY
37212008-11-06 Chong Yidong <cyd@stupidchicken.com>
3722
3723 * entering.texi (Entering Emacs): Document inhibit-startup-screen.
3724
e071f849
CY
37252008-11-03 Chong Yidong <cyd@stupidchicken.com>
3726
3727 * search.texi (Other Repeating Search): Remove obsolete findex entries.
3728
05482eb1
CY
37292008-11-01 Chong Yidong <cyd@stupidchicken.com>
3730
e2346dea
CY
3731 * programs.texi (Program Modes): Link to Program Indent node.
3732 (Left Margin Paren): Explain consequences of changing
3733 open-paren-in-column-0-is-defun-start more concisely.
3734 (Which Function, Program Indent, Info Lookup): Minor edits.
3735 (Basic Indent): If region is active, TAB indents the region.
1c6c854e
CS
3736 (Multi-line Indent): If region is active, TAB indents the region.
3737 Note that indent-region is useful when Transient Mark mode is off.
e2346dea
CY
3738 (Matching): The delimiter at the cursor is highlighted---the character
3739 changes color.
3740 (Symbol Completion): Link to Completion node.
3741
e4b6428c
CY
3742 * misc.texi (Invoking emacsclient): Describe how to use Emacs server in
3743 a strictly text-only system.
3744
05482eb1
CY
3745 * abbrevs.texi (Saving Abbrevs): Note that abbrev file is not loaded in
3746 batch mode.
3747
a11d3737
RS
37482008-11-01 Richard M. Stallman <rms@gnu.org>
3749
5abad626
RS
3750 * misc.texi (Document View): Major rewrite.
3751
a11d3737
RS
3752 * maintaining.texi (Types of Log File): Change logs are older than
3753 version control.
3754 (VCS Concepts): Simplify and rearrange.
3755 (Version Control Systems): Make it clear that Linux is only the kernel.
3756 (VC Mode Line): Shorten reference to menu item.
3757 (Basic VC Editing): Clarify VC fileset. Shorten and simplify.
3758 (VC Directory Mode): Minor cleanup.
3759 Unchanged files are hidden, not omitted.
3760 (VC Directory Commands): Shorten and simplify.
3761 (Change Log Commands): New node, split from Change Logs.
3762 (VC Directory Buffer): New node, split from VC Directory Mode.
3763
c55a4acb
CY
37642008-10-31 Chong Yidong <cyd@stupidchicken.com>
3765
1c6c854e 3766 * misc.texi (Document View): Rename from Document Files, moved here
df0356f6
CY
3767 from files.texi.
3768
1c6c854e
CS
3769 * files.texi (Version Control): Move to maintaining.texi.
3770 Subnodes moved as well.
3771 (Document Files): Move to misc.texi.
df0356f6 3772
c55a4acb
CY
3773 * maintaining.texi (Change Log): Document log-edit-insert-changelog and
3774 vc-update-change-log.
df0356f6
CY
3775 (Version Control): Move here from files.texi.
3776 (Format of ChangeLog): Make it a subnode of Change Log.
3777
3778 * emacs.texi (Top): Update node listing.
c55a4acb 3779
ef082374
TH
37802008-10-31 Tassilo Horn <tassilo@member.fsf.org>
3781
3782 * files.texi (Files): Add a section about document
3783 files (doc-view-mode).
3784
d52582c3
CY
37852008-10-31 Chong Yidong <cyd@stupidchicken.com>
3786
1c6c854e
CS
3787 * building.texi (Compilation Mode):
3788 Document compilation-auto-jump-to-first-error.
d52582c3
CY
3789 (Debuggers): Lower GUD subsections to subsubsections.
3790 (Starting GUD): Add cindex.
3791 (Lisp Interaction): Note that scratch is no longer the initial buffer.
3792
4e0a0968
CY
37932008-10-30 Chong Yidong <cyd@stupidchicken.com>
3794
03625b47
CY
3795 * indent.texi (Indentation): Link to Program Indent.
3796
4e0a0968
CY
3797 * misc.texi (Invoking emacsclient): If Emacs has no available frame, it
3798 now uses emacsclient's terminal.
3799
8bd3f7ef
CY
38002008-10-29 Chong Yidong <cyd@stupidchicken.com>
3801
80e5620e
CY
3802 * mark.texi (Using Region): Document use-empty-active-region.
3803
97d5c404
CY
3804 * emacs.texi (Top): Update node listings.
3805
1c6c854e
CS
3806 * misc.texi (Emacs Server): Rewrite. Document daemon-mode.
3807 Don't mention obsolete emacs.bash script.
8bd3f7ef
CY
3808 (Invoking emacsclient): Rewrite, moving optional arguments to
3809 emacsclient Options.
21d2bae3
CY
3810 (emacsclient Options): New node. Document server-use-tcp and
3811 server-host.
8bd3f7ef 3812
5fda2cbd
CY
38132008-10-28 Chong Yidong <cyd@stupidchicken.com>
3814
3815 * indent.texi (Indentation): Replace list with paragraphed text,
3816 putting description of syntax-driven indentation first. Document new
3817 effect of active regions on tab.
3818 (Tab Stops): Note that editable tab stops affect indentation commands.
3819
4ff029f6
DN
38202008-10-27 Dan Nicolaescu <dann@ics.uci.edu>
3821
3822 * cmdargs.texi (Initial Options): Document -daemon=SERVER_NAME.
3823
996cd6e4
CY
38242008-10-23 Chong Yidong <cyd@stupidchicken.com>
3825
f28815e3
CY
3826 * custom.texi (Function Keys): Note that modified keypad keys are not
3827 translated.
3828
996cd6e4
CY
3829 * basic.texi (Arguments): Explain how to insert multiple digits.
3830
49545fe2
MA
38312008-10-22 Michael Albinus <michael.albinus@gmx.de>
3832
3833 * files.texi (Remote Files): Precise selection of default method.
3834 Rewrite paragraph about disabling remote file names.
3835
edac0b53
CY
38362008-10-22 Chong Yidong <cyd@stupidchicken.com>
3837
e752c544
CY
3838 * search.texi (Special Isearch): Document M-TAB is isearch.
3839
edac0b53
CY
3840 * files.texi (VC Mode Line): Use @kbd instead of @key for mouse
3841 command.
3842
3843 * frames.texi: Use @kbd instead of @key for mouse commands throughout.
3844
20a36054
TH
38452008-10-22 Tassilo Horn <tassilo@member.fsf.org>
3846
1c6c854e 3847 * emacs.texi (Acknowledgments): Add myself to Acknowledgments
20a36054
TH
3848 section.
3849
69051ab6
CY
38502008-10-21 Chong Yidong <cyd@stupidchicken.com>
3851
c4b1a32a
CY
3852 * vc1-xtra.texi: Move nodes VC Directory Mode and VC Directory Commands
3853 to files.texi. Move contents of vc2-xtra.texi here.
3854
3855 * vc2-xtra.texi: File removed.
3856
3857 * vc-xtra.texi (Advanced VC Usage): Remove VC Directory Mode and VC
3858 Directory Commands from the submenu. Don't include deleted file
3859 vc2-xtra.texi.
3860
3861 * files.texi (Visiting): Document find-file-confirm-nonexistent-file.
3862 (Version Control): Add VC Directory Mode and VC Directory Commands to
3863 the submenu.
3864 (Why Version Control?): Use table format.
3865 (Version Control Systems): Note that Meta-CVS support is gone.
3866 (VCS Concepts): Note precisely when VC started supporting filesets.
3867 Remove bogus xref to CVS Options node.
3868 (Types of Log File): Copyedits.
3869 (VC Mode Line): Document tooltips and mouse-1 on VC indicator.
3870 (Basic VC Editing): Content moved from Selecting A Fileset and Doing
3871 The Right Thing.
3872 (Selecting A Fileset, Doing The Right Thing): Nodes deleted.
3873 (Log Buffer): Reorganize node, putting C-c C-c description first.
3874 (Old Revisions): Use CVS for example, not RCS.
3875 (Secondary VC Commands): Remove VC Directory Mode and VC Directory
3876 Commands from the submenu, putting them under Version Control.
3877 (VC Directory Mode): Move node contents here from vc1-xtra.texi; we
3878 need to include it in the manual unconditionally, since it is now
3879 crucial to using distributed version control systems.
1a6e2954
CY
3880 (Comparing Files): Note that diff uses the minibuffer, and that the
3881 output is shown using Diff mode.
1c6c854e
CS
3882 (Diff Mode): Explain what "patch" and "hunk" mean.
3883 Document diff-update-on-the-fly, diff-refine-hunk, and
b328f1b9 3884 diff-show-trailing-whitespaces.
1a6e2954 3885 (File Archives): Add rar support.
c4b1a32a 3886
69051ab6
CY
3887 * major.texi (Choosing Modes): Make mode selection sequence more
3888 obvious by describing the steps in order of priority. Note that
1c6c854e
CS
3889 magic-mode-alist is nil by default.
3890 Document magic-fallback-mode-alist.
69051ab6 3891
e7421e03
CY
38922008-10-20 Chong Yidong <cyd@stupidchicken.com>
3893
3894 * frames.texi (Mouse References): Copyedits.
3895
6b2efdc2
TH
38962008-10-20 Tassilo Horn <tassilo@member.fsf.org>
3897
3898 * ack.texi (Acknowledgments): Add myself as doc-view author.
3899
9c5e9396
EZ
39002008-10-20 Eli Zaretskii <eliz@gnu.org>
3901
3902 * frames.texi (Dialog Boxes): Add @cindex entries.
3903
dac94f8e
CY
39042008-10-20 Chong Yidong <cyd@stupidchicken.com>
3905
3906 * frames.texi (Dialog Boxes): Clarify description of GTK+ file chooser.
3907 (Text-Only Mouse): Copyedit.
3908
25597d40
CY
39092008-10-19 Chong Yidong <cyd@stupidchicken.com>
3910
f8a447f6
CY
3911 * frames.texi: Use @key throughout for mouse clicks.
3912 (Cut/Paste Other App): Document yank-pop-change-selection.
25597d40
CY
3913 (Secondary Selection): Fix modified mouse click syntax.
3914 (Clipboard): Describe Cut, Copy and Paste commands.
3915 (Mouse References): Not all references are in read-only buffers.
f8a447f6
CY
3916 Copyedits.
3917 (Creating Frames): Add xref to Init File.
3918 (Frame Commands): Add xref to Exiting.
3919 (Scroll Bars): Document GTK vs toolkit behavior.
25597d40 3920
b0f95216
CY
39212008-10-15 Chong Yidong <cyd@stupidchicken.com>
3922
b0817f00
CY
3923 * files.texi (Version Control): Copyedits. Add Bazaar.
3924 (Version Control Systems): List different VCS's using an itemized list.
3925 Add Bazaar.
3926 (VCS Concepts): Copyedits. Tweak description of file merging.
3927
b0f95216
CY
3928 * frames.texi (Mouse Commands, Cut/Paste Other App): Rewrite.
3929 (Cut/Paste Other App): Document select-active-regions and
3930 x-select-enable-primary.
3931
69d0d701
CY
39322008-10-13 Chong Yidong <cyd@stupidchicken.com>
3933
3934 * mark.texi (Shift Selection): Correct case in node name.
3935
3936 * emacs.texi (Top): Update node order in Mark chapter.
3937
375e8351
EZ
39382008-10-12 Eli Zaretskii <eliz@gnu.org>
3939
3940 * msdog-xtra.texi (MS-DOS): Fix bad pxref.
3941
3942 * mini.texi (Minibuffer File): Fix markup in last change. Refer to
3943 elsewhere in the manual instead of describing yet again the intricacies
3944 of $HOME on MS-Windows and MS-DOS.
3945
ab58114f
CY
39462008-10-12 Chong Yidong <cyd@stupidchicken.com>
3947
4f959513 3948 * mini.texi (Minibuffer File): Add xref to File Names.
1c6c854e
CS
3949 (Minibuffer File): Add discussion of `~' in file names.
3950 Add insert-default-directory index reference.
4f959513 3951
ab58114f
CY
3952 * files.texi (File Names): Reorganize description.
3953 (Visiting): Add xref to Mode Line. Copyedits.
3954 (Save Commands): Mention prefix behavior of C-x C-s.
3955 (Numbered Backups): Node deleted.
3956 (Backup Names): Contents of Numbered Backups moved here. State default
3957 of version-control variable.
3958 (Reverting): Copyedits.
3959 (Version Control): Add additional version control systems.
3960
3961 * emacs.texi (Top): Delete Numbered Backups node.
3962
3963 * cmdargs.texi (General Variables): Change Numbered Backups xref to
3964 Backup Names.
f2884f63 3965 (Initial Options): Document renamed variable inhibit-startup-screen.
ab58114f 3966
b0b5100a
RF
39672008-10-11 Romain Francoise <romain@orebokech.com>
3968
3969 * kmacro.texi (Edit Keyboard Macro): Lossage is now 300 keys.
3970
89774b5f
CY
39712008-10-11 Chong Yidong <cyd@stupidchicken.com>
3972
3973 * buffers.texi (Buffers): Add xrefs to Mode Line and Lisp Interaction.
3974 (Select Buffer): Mention use of minibuffer history. Describe default
3975 value of default-major-mode. Mention that C-x 4 b selects the other
3976 window.
3977 (List Buffers): Document CRM indicators in the order they appear.
3978 (Kill Buffer): Document new command kill-matching buffers.
3979 (Several Buffers): Move explanation of the relationship between buffer
3980 list and buffer menu to the top.
3981 (Indirect Buffers): Document new variable clone-indirect-buffer-hook.
3982
4c72bf27
CY
39832008-10-10 Chong Yidong <cyd@stupidchicken.com>
3984
3985 * entering.texi (Exiting): Document change of C-x C-c to
3986 save-buffers-kill-terminal. Document kill-emacs.
3987
f68eb991
EZ
39882008-09-30 Eli Zaretskii <eliz@gnu.org>
3989
3990 * mule.texi (Coding Systems): Don't mention codepage-setup.
3991
3992 * msdog-xtra.texi (MS-DOS Printing, MS-DOS and MULE): No need to create
3993 cpNNN coding systems anymore.
3994 (MS-DOS and MULE): Don't mention code-pages.el. Don't mention support
1c6c854e
CS
3995 for unibyte mode. Don't mention line-drawing characters.
3996 Don't mention dos-unsupported-char-glyph.
f68eb991 3997
1a2dd44d
CY
39982008-09-25 Chong Yidong <cyd@stupidchicken.com>
3999
4000 * search.texi (Search): Shorten introduction.
4001 (Basic Isearch): Add command table. Discuss reverse isearch and
4002 isearch highlighting.
4003 (Repeat Isearch): Move lazy highlighting discussion here. Add search
4004 ring to cindex.
4005 (Special Isearch): Move input methods discussion here.
4006 (Non-ASCII Isearch): Node deleted, merged with Special Isearch.
4007 (Isearch Yank): Node deleted, and contents moved into Basic Isearch and
4008 Repeat Isearch.
4009 (Isearch Minibuffer): New node.
4010 (Word Search): Document new word search commands.
4011 (Regexp Example): Simplify example using sentence-end-base variable.
4012 (Replace): Reword introduction.
4013 (Unconditional Replace): Remove unnecessary example.
4014 (Other Repeating Search): Document new `M-s o' binding.
4015
4016 * emacs.texi (Top): Update node listings.
4017
e45da31d
JB
40182008-09-22 Juanma Barranquero <lekktu@gmail.com>
4019
4020 * emacs.texi (Top): Remove Kill Errors from menu.
4021
841c8096
CY
40222008-09-22 Chong Yidong <cyd@stupidchicken.com>
4023
402168fa
CY
4024 * kmacro.texi (Basic Keyboard Macro): Make F3 and F4 the preferred
4025 interface for defining macros. Simplify examples. Note that C-g quits
4026 macro definitions.
1c6c854e
CS
4027 (Keyboard Macro Counter): Document using F3 to insert counter.
4028 Give usage example.
402168fa
CY
4029 (Keyboard Macro Query): Organize query responses in a table.
4030
1c6c854e
CS
4031 * fixit.texi (Fixit): Favor C-/ keybinding for undo throughout.
4032 Link to Erasing node.
841c8096
CY
4033 (Undo): Reorganize paragraphs for logical flow. Move keybinding
4034 rationale to a footnote.
4035 (Kill Errors): Remove node, due to redundancy with Erasing.
4036 (Spelling): Move discussion of flyspell to end. Note new behavior of
4037 M-$ in active region. Remove non-ispell-specific keybindings from
4038 table.
4039
eab2ee89
DN
40402008-09-21 Dan Nicolaescu <dann@ics.uci.edu>
4041
4042 * cmdargs.texi (Initial Options): Document --daemon.
4043
3d53e905
GM
40442008-09-20 Glenn Morris <rgm@gnu.org>
4045
4046 * files.texi (Numbered Backups): Mention that some modes set
4047 version-control.
4048
1c90484d
GM
40492008-09-20 Jim Blandy <jimb@red-bean.com>
4050
4051 * files.texi (Numbered Backups): Reference File Variables, as well.
4052 Remove discussion of Rmail's implementation.
4053
0fc0d844
CY
40542008-09-06 Chong Yidong <cyd@stupidchicken.com>
4055
4056 * misc.texi (Recursive Edit): Note that top-level exits active
4057 minibuffers.
4058
4059 * trouble.texi (Quitting): Likewise.
4060
b18d283d
CY
40612008-08-31 Chong Yidong <cyd@stupidchicken.com>
4062
4063 * emacs.texi (Top): Add Temporary Face Changes xref.
4064
4065 * display.texi (Display): Move Temporary Face Changes node to just
4066 after Standard Faces.
4067 (Scrolling): Document recenter-top-bottom instead of recenter.
4068 (Horizontal Scrolling): Move auto hscroll discussion to the top.
4069 (Faces, Standard Faces, Temporary Face Changes, Useless Whitespace)
4070 (Display Custom): Copyedits.
4071 (Optional Mode Line): Document display-battery-mode.
4072
180135fc
RF
40732008-08-27 Romain Francoise <romain@orebokech.com>
4074
4075 * custom.texi (Directory Variables): Minor fix.
4076
d3fe3475
GM
40772008-08-27 Glenn Morris <rgm@gnu.org>
4078
4079 * cal-xtra.texi (Advanced Calendar/Diary Usage): Tweak some menu
4080 descriptions.
4081 (Calendar Customizing): Tweak layout description.
183080b6 4082 Move calendar-today-marker and calendar-today face to the other
d3fe3475
GM
4083 markers. Condense calendar-star-date and calendar-mark-today
4084 description.
4085 (Holiday Customizing): Add oriental and solar holidays.
4086 Add index entries for Baha'i, Christian, Hebrew and Islamic holidays.
4087 Fix holiday-float description. Use zerop in examples. Be less verbose.
4088 (Date Display Format): Change ISO format. Be less verbose.
4089 (Diary Customizing): Mention day and month abbrev arrays.
4090 Mention the date-form variables by name. Update European example.
4091 (Non-Gregorian Diary): Change node name. Mention Baha'i functions.
4092 Condense examples. Mention diary-entry-symbols by name.
4093 Condense table for insertion commands.
4094 (Fancy Diary Display): Mention diary-include-string and
4095 diary-sexp-entry-symbol. Condense example. Add Chinese, Coptic,
4096 Ethiopic, Persian date functions. Condense descriptions.
4097
4098 * calendar.texi (Format of Diary File): Mention diary-nonmarking-symbol.
4099 (Adding to Diary): Adapt for changed node name.
4100
71755807
GM
41012008-08-26 Glenn Morris <rgm@gnu.org>
4102
4103 * cal-xtra.texi (Non-Gregorian Diary Entries): New name for
4104 node "Hebrew/Islamic Entries".
4105
4106 * calendar.texi (Specified Dates): Fix names of iso functions.
4107 (General Calendar): There may not be another window.
4108 (Writing Calendar Files, Holidays): Tweak intro.
4109 (Holidays): Mention Baha'i and Chinese holidays.
4110 (Sunrise/Sunset): Add M-x calendar-sunrise-sunset-month.
4111 (Lunar Phases): Remove incorrect reference to calendar-time-zone.
4112 (To Other Calendar): Add calendar-print-other-dates.
4113 Refer to "graphic display" rather than "X.
4114 (From Other Calendar): Add calendar-bahai-goto-date. Fix reference.
4115 (Displaying the Diary): Fix whitespace after reference.
4116 Fix `diary-number-of-entries' reference.
4117 (Date Formats): Explicitly mention that day names can be abbreviated.
4118 (Adding to Diary): Add some references to other sections.
4119 (Special Diary Entries): Fix reference.
4120 (Appointments): Simplify appt-message-warning-time entry.
4121 Clarify where times must be.
4122 (Importing Diary): Comment out icalendar paragraph that does not apply.
4123 (Time Intervals): Simplify entry for timeclock-ask-before-exiting.
4124
d76ebc75
GM
41252008-08-23 Glenn Morris <rgm@gnu.org>
4126
4127 * fortran-xtra.texi (Fortran): Change description of free form and
4128 fixed form a bit. Mention hideshow and imenu.
4129 (Fortran Motion): Mention fortran-end-of-subprogram,
4130 fortran-beginning-of-subprogram, fortran-mark-do, fortran-mark-if.
4131 (Fortran Indent): Minor re-word.
4132 (ForIndent Commands): Mention fortran-fill-paragraph and
4133 fortran-fill-statement.
4134 (ForIndent Cont): Mention fortran-tab-mode-string.
4135 (Fortran Comments): Mention fortran-comment-line-start-skip.
4136 (Fortran Columns): Mention font-locking.
4137 (Fortran Abbrev): Word syntax not relevant with new-style abbrev.
4138
1fc0ce04 41392008-08-23 Johan Bockgård <bojohan@muon>
e2a71e28
JB
4140
4141 * basic.texi (Moving Point): Fix <prior>/<next> confusion.
4142
5c52e13c
CY
41432008-08-22 Chong Yidong <cyd@stupidchicken.com>
4144
4145 * mini.texi (Minibuffer): Simplify introduction.
4146 (Minibuffer File): Document tilde in minibuffer filenames.
4147 (Minibuffer Edit): Mention that the prompt is read-only. Describe how
4148 to enter tabs, spaces, and question marks. Describe behavior of C-a.
4149 (Completion Example): Update example to current command list.
4150 (Completion Options): Document `lazy' value of completion-auto-help.
4151 Update contents of completion-ignored-extensions.
4152 (Minibuffer History): Describe "future history" list. State default
4153 value of history-delete-duplicates.
4154
77a00355
GM
41552008-08-21 Glenn Morris <rgm@gnu.org>
4156
4157 * fortran-xtra.texi (Fortran Columns): Document `fortran-line-length'.
87aae241 4158 (Fortran Comments): Replace fortran-indent-comment with comment-dwim.
77a00355 4159
39ee1d04
CY
41602008-08-17 Chong Yidong <cyd@stupidchicken.com>
4161
4162 * regs.texi (Registers): Clarify valid register names.
4163 (RegPos): Note that buffer is saved and restored too.
4164 (RegText): Note that mark is reactivated/deactivated.
4165 (RegConfig): Xref to Windows node.
4166
b12c348f
CY
41672008-08-16 Chong Yidong <cyd@stupidchicken.com>
4168
3ae7ba79
CY
4169 * basic.texi (Inserting Text): Provide command name for C-q.
4170
b12c348f
CY
4171 * killing.texi (Killing): Copyedit. Define read-only text.
4172 (Deletion): DEL and C-d were already explained in Erasing; xref there.
4173 (Killing by Lines): Copyedit.
4174 (Other Kill Commands): Move M-w description here.
4175 (Yanking): Move M-w to Other Kill Commands.
4176 (Kill Ring): Also mention saving text in registers. Link to Text
4177 Properties in elisp manual.
4178 (Accumulating Text): Copyedit.
4179 (CUA Bindings): Shift selection is now the default.
4180
d8ff7692
TZ
41812008-08-12 Teodor Zlatanov <tzz@lifelogs.com>
4182
4183 * maintaining.texi (Change Log): Mention next-error is available.
4184
a43a8a2e
GM
41852008-08-10 Glenn Morris <rgm@gnu.org>
4186
4187 * cal-xtra.texi (Calendar Customizing): Mention whitespace variables
4188 and intermonth text.
4189 (Holiday Customizing): Add holiday-chinese.
4190
eba27308
EZ
41912008-08-08 Eli Zaretskii <eliz@gnu.org>
4192
4193 * files.texi (Log Buffer, Diff Mode): Fix last changes. Add indexing.
4194
5f14a5b3
DN
41952008-08-07 Dan Nicolaescu <dann@ics.uci.edu>
4196
4197 * files.texi (Log Buffer): Describe C-c C-d.
4198 (Diff Mode): Describe C-x 4 A.
4199
49989bff
EZ
42002008-08-06 Eli Zaretskii <eliz@gnu.org>
4201
4202 * vc1-xtra.texi (VC Directory Mode): Fix last change.
4203
5c915c02
DN
42042008-08-06 Dan Nicolaescu <dann@ics.uci.edu>
4205
2beaf97a
DN
4206 * files.texi (Old Revisions): Update the keys used by vc-annotate and
4207 describe the new bindings to show the changeset diff, toggle annotation
4208 visibility, show revisions.
4209 (VC Status): Describe key bindings for modifying the change comments,
4210 displaying changeset diffs and annotations.
4211
5c915c02
DN
4212 * vc1-xtra.texi (VC Directory Mode): Talk about multiple VC systems.
4213
71798ace
NR
42142008-08-05 Nick Roberts <nickrob@snap.net.nz>
4215
4216 * vc1-xtra.texi (VC Directory Mode): Fix typo.
4217
b8949644
EZ
42182008-08-02 Eli Zaretskii <eliz@gnu.org>
4219
4220 * vc1-xtra.texi (VC Directory Mode, VC Directory Commands): Fix English
4221 and wording.
4222
819567d1
DN
42232008-08-02 Dan Nicolaescu <dann@ics.uci.edu>
4224
4225 * vc1-xtra.texi (VC Directory Mode): Fix and improve the info about
b8949644 4226 marking/unmarking. Add descriptions for the multiple file search
819567d1
DN
4227 commands. Improve some old info.
4228
5f38310a
CY
42292008-07-31 Chong Yidong <cyd@stupidchicken.com>
4230
0dc3906b
CY
4231 * display.texi (Visual Line Mode): New node.
4232
5f38310a 4233 * basic.texi (Inserting Text): Move DEL to deletion node.
1c6c854e
CS
4234 (Moving Point): Add additional alternative key bindings.
4235 Describe line-move-visual.
5f38310a
CY
4236 (Erasing): Describe DEL.
4237 (Basic Undo, Blank Lines, Arguments): Copyedit.
4238 (Continuation Lines): Mention Visual Line mode.
4239 (Position Info): Move extended discussion to mule.texi.
4240
4241 * mule.texi (International Chars): Describe C-x =.
4242
4243 * emacs.texi (Top): Add Visual Line Mode node.
4244
7c2fb837
DN
42452008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
4246
4247 * emacs.texi: Remove VMS support.
4248
3f6b73ef
DN
42492008-07-30 Dan Nicolaescu <dann@ics.uci.edu>
4250
4251 * vc1-xtra.texi (VC Directory Mode): Update the display format and fix
4252 the vc-dir command name.
4253
9e2a2647
DN
42542008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
4255
4256 * xresources.texi: Remove mentions of Mac Carbon.
4257
568beaa2
AS
42582008-07-19 Andreas Schwab <schwab@suse.de>
4259
4260 * ns-emacs.texi: Move to ../misc.
4261
0ef94706
CY
42622008-07-15 Chong Yidong <cyd@stupidchicken.com>
4263
4264 * entering.texi (Exiting): Don't describe text-only terminals as the
4265 default. Describe the new startup screen.
4266 (Exiting): Describe how to kill Emacs first. Change description of
4267 iconification to handle modern window systems.
4268
ba60bd44 42692008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
edfda783
AR
4270
4271 * ns-emacs.texi: New file, documents features of Emacs port under
4272 NeXTstep windowing.
4273
9f30aa73
CY
42742008-07-15 Chong Yidong <cyd@stupidchicken.com>
4275
938a5d2e
CY
4276 * entering.texi (Entering Emacs): Update prev node.
4277
4278 * glossary.texi (Glossary): Remove xref to Text Characters.
4279
9f30aa73
CY
4280 * commands.texi (User Input): Rewrite. Describe Emacs' behavior
4281 directly, rather than in the context of ASCII. Move description of
4282 special properties of modifier key to new Modifier Keys node.
4283 (Keys): Copyedit.
4284 (Text Characters): Delete node. Multibyte is the default nowadays, and
4285 the node contents are obsolete.
4286
4287 * custom.texi (Modifier Keys): New node.
4288
4289 * emacs.texi (Top): Update node list.
4290
7e53d36c
CY
42912008-07-13 Chong Yidong <cyd@stupidchicken.com>
4292
4293 * emacs.texi (Intro): Increase conciseness slightly. Remove paragraph
4294 saying that Emacs provides menus and mouse support (which is par for
4295 the course).
4296
4297 * screen.texi (Screen): Copyedit. Define "buffer" and "current buffer"
4298 early on.
4299 (Point): Copyedit. Relegate historical trivia to a footnote.
4300 (Mode Line): Explain mode-line format more consistently.
4301 (Menu Bar): Copyedit.
4302
1e9fa96d
GM
43032008-06-27 Glenn Morris <rgm@gnu.org>
4304
4305 * cal-xtra.texi (Sexp Diary Entries):
4306 * calendar.texi (Lunar Phases): Update for lunar.el name changes.
4307
dc9bebb8
CY
43082008-06-26 Chong Yidong <cyd@stupidchicken.com>
4309
4310 * mark.texi (Shift selection): New node.
4311 (Mark): Copyedits.
4312 (Persistent Mark): Move to the end of the chapter.
4313
e7881076
EZ
43142008-06-20 Eli Zaretskii <eliz@gnu.org>
4315
4316 * makefile.w32-in (distclean): Remove makefile.
4317
f427400c
NR
43182008-06-17 Nick Roberts <nickrob@snap.net.nz>
4319
4320 * building.texi (Starting GUD): Add an entry for gud-gdb.
4321 (GDB Graphical Interface): Explain that gud-gdb is now needed for text
4322 command mode.
4323
b597d348
GM
43242008-06-17 Glenn Morris <rgm@gnu.org>
4325
4326 * calendar.texi: Fix references to mouse-2 and mouse-3 in calendar.
4327
647b7094
NR
43282008-06-17 Nick Roberts <nickrob@snap.net.nz>
4329
4330 * building.texi (Starting GUD): Expand on remote debugging.
4331 (Other GDB-UI Buffers): Mention new keyboard bindings.
4332
47a30023
GM
43332008-06-15 Glenn Morris <rgm@gnu.org>
4334
4335 * gnu.texi: Use a verbatim license for this invariant section,
4336 as per etc/GNU.
4337
37e5d54a
GM
43382008-06-13 Daniel Engeler <engeler@gmail.com>
4339
4340 * emacs.texi, misc.texi: Add documentation about serial port access.
4341
8e65d46c
GM
43422008-06-13 Glenn Morris <rgm@gnu.org>
4343
c1473b4c
MB
4344 * emacs-xtra.texi, emacs.texi: Update Back-Cover text per
4345 maintain.info.
8e65d46c 4346
e40a85cd
MB
43472008-06-05 Miles Bader <miles@gnu.org>
4348
4349 * display.texi (Temporary Face Changes): Update to reflect function
4350 renamings in face-remap.el.
4351
56c73dec
MB
43522008-06-04 Miles Bader <miles@gnu.org>
4353
1c6c854e
CS
4354 * display.texi (Temporary Face Changes):
4355 Add `adjust-buffer-face-height'. Rewrite description of
56c73dec
MB
4356 `increase-buffer-face-height' and `decrease-default-face-height' now
4357 that they aren't bound by default.
4358
9d3d42fb
MB
43592008-06-03 Miles Bader <miles@gnu.org>
4360
4361 * display.texi (Temporary Face Changes): New node.
4362
2be6bfe2
EZ
43632008-05-31 Eli Zaretskii <eliz@gnu.org>
4364
4365 * msdog.texi (Windows Keyboard): Fix text added on 2008-05-29.
4366
daf7e339
GM
43672008-05-31 Glenn Morris <rgm@gnu.org>
4368
4369 * cal-xtra.texi (Fancy Diary Display): Simplify.
4370
d21d2618
GM
43712008-05-30 Glenn Morris <rgm@gnu.org>
4372
4373 * cal-xtra.texi (Fancy Diary Display): Update for
4374 diary-display-function replacing diary-display-hook.
4375
71ce5fd0
JB
43762008-05-29 Drew Adams <drew.adams@oracle.com>
4377
4378 * msdog.texi (Windows Keyboard): Add descriptions of
4379 w32-register-hot-key and w32-unregister-hot-key.
4380
a3cdbdf8
MO
43812008-05-21 Tom Tromey <tromey@redhat.com>
4382
4383 * custom.texi (Directory Variables): Grammar fix. Link to Safe File
4384 Variables node.
4385
854a574c
MO
43862008-05-19 Tom Tromey <tromey@redhat.com>
4387
4388 * custom.texi (Variables): Add Directory Variables to menu.
4389 (Directory Variables): New node.
4390
7c2ec3f9
ER
43912008-05-16 Eric S. Raymond <esr@snark.thyrsus.com>
4392
71ce5fd0 4393 * vc2-xtra.texi: Modify an example so it reflects what vc.el now does.
7c2ec3f9 4394
370fded4
ER
43952008-05-15 Eric S. Raymond <esr@snark.thyrsus.com>
4396
4397 * vc2-xtra.texi, emacs.texi, files.texi: Snapshots node renamed to
352c8b4a
GM
4398 Revision Tags and rewritten. Section now uses modern terminology,
4399 (tags rather than snapshots) and describes post-SCCS systems more
370fded4
ER
4400 accurately.
4401
6af511e3
EZ
44022008-05-10 Eli Zaretskii <eliz@gnu.org>
4403
4404 * msdog.texi (Windows Files): Update documentation of
4405 w32-get-true-file-attributes.
4406
7a78b6e7
ER
44072008-05-09 Eric S. Raymond <esr@snark.thyrsus.com>
4408
4409 * files.texi, vc-xtra.texi, vc1-xtra.texi: Document the new VC
4410 directory mode.
4411
1bcfc24e
CY
44122008-05-08 Chong Yidong <cyd@stupidchicken.com>
4413
4414 * killing.texi (Appending Kills): Remove a strangely off-topic index
6af511e3 4415 entry "television".
1bcfc24e 4416
db86064f
ER
44172008-05-07 Eric S. Raymond <esr@snark.thyrsus.com>
4418
ab5ec32c 4419 * ack.texi, files.texi, vc2-xtra.texi: Meta-CVS is no longer supported.
db86064f 4420
a31b405e
ER
44212008-05-02 Eric S. Raymond <esr@snark.thyrsus.com>
4422
4423 * emacs/buffers.texi, emacs/files.texi (Version-control):
4424 vc-toggle-read-only is no longer a good idea...
4425
ff2c14fc
GM
44262008-04-29 Glenn Morris <rgm@gnu.org>
4427
4428 * cal-xtra.texi (Sexp Diary Entries): Clarify diary-float.
4429
367c9b7c
JL
44302008-04-22 Juri Linkov <juri@jurta.org>
4431
4432 * dired.texi (Subdirectories in Dired): Describe using `^'
4433 to return to the parent directory.
4434
4ac1e9b4
NR
44352008-04-22 Nick Roberts <nickrob@snap.net.nz>
4436
4437 * building.texi (GDB-UI Layout, Other GDB-UI Buffers): Update for
4438 recent changes.
4439
b9b3bf2b
NR
44402008-04-19 Nick Roberts <nickrob@snap.net.nz>
4441
4442 * building.texi (GDB-UI Layout, Breakpoints Buffer)
4443 (Other GDB-UI Buffers): Update for recent thread related changes.
4444
4d120d6a
SM
44452008-04-11 Mirko Vukovic <mirko.vukovic@gmail.com> (tiny change)
4446
4447 * maintaining.texi (Maintaining):
4448 * emacs.texi (Top): Typo.
4449
a152877d
SM
44502008-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
4451
b9b3bf2b
NR
4452 * display.texi (Font Lock): Prefer add-hook to using a non-nil `mode'
4453 arg in `font-lock-add-keywords'.
a152877d 4454
36c0514c
GM
44552008-04-08 Glenn Morris <rgm@gnu.org>
4456
4457 * cal-xtra.texi, calendar.texi: Update for calendar name changes.
4458 Also add Baha'i calendar references where appropriate.
4459
06a97d46
GM
44602008-04-05 Glenn Morris <rgm@gnu.org>
4461
4462 * custom.texi (Init File): Byte-compiling .emacs is bad.
4463
6adc6eed
SM
44642008-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
4465
4466 * mini.texi (Minibuffer Edit) <resize-mini-windows>: Adjust default.
4467
571388b0
GM
44682008-03-29 Glenn Morris <rgm@gnu.org>
4469
4470 * calendar.texi: Update for `calendar-date-style' replacing
4471 `european-calendar'.
4472
3ae8f876
JR
44732008-03-28 Jason Rumney <jasonr@gnu.org>
4474
4475 * display.texi (Display Custom): Mention overlay-margin in text.
4476
5bc6ddff 44772008-03-12 Reiner Steib <Reiner.Steib@gmx.de>
03a864d5 4478
5bc6ddff
MB
4479 * custom.texi, dired.texi, mini.texi, mule.texi: Add `referenced in the
4480 tutorial' comments.
03a864d5 4481
7186a830
CY
44822008-03-28 Chong Yidong <cyd@stupidchicken.com>
4483
4484 * mark.texi (Mark): Rearrange nodes.
4485 (Persistent Mark): Rename from Transient Mark.
4486 (Mark, Setting Mark, Marking Objects, Persistent Mark, Mark Ring):
4487 Describe Transient Mark mode as the default.
4488
4489 * basic.texi (Basic Undo): Don't mention setting the mark, which isn't
4490 the default behavior with Transient Mark mode off.
4491 (Position Info): Fix typo.
4492
71ce5fd0
JB
4493 * display.texi (Standard Faces): Reference the Mark node.
4494 Remove discussion of the region face, which is discussed there.
7186a830
CY
4495
4496 * emacs.texi (Top): Update node listings.
4497
4498 * files.texi (Diff Mode, Misc File Ops): Describe Transient Mark mode
4499 as the default.
4500
4501 * fixit.texi (Undo): Standardize choice of undo key sequence.
4502 (Undo, Spelling): Describe Transient Mark mode as the default.
4503
4504 * frames.texi (Mouse Commands): Treat Transient Mark mode as the
4505 default.
4506
4507 * glossary.texi (Glossary): Treat Transient Mark mode as the default.
4508
4509 * killing.texi (Kill Ring, Accumulating Text): Assume Transient Mark
4510 mode is the default, and note that the mark is not activated when set.
4511
4512 * programs.texi (Moving by Defuns, Expressions, Comment Commands):
4513 Describe Transient Mark mode as the default.
4514
4515 * search.texi (Basic Isearch): Reference the Mark Ring node.
4516 (Replace, Unconditional Replace, Other Repeating Search):
4517 Describe Transient Mark mode as the default.
4518
1c6c854e
CS
4519 * text.texi (Words, Pages, Fill Commands, HTML Mode):
4520 Describe Transient Mark mode as the default.
7186a830
CY
4521 (Paragraphs): Describe how M-h behaves when region is active.
4522
4523 * trouble.texi (Quitting): Clarify effects of C-g.
4524
dc47d1ff
GM
45252008-03-13 Glenn Morris <rgm@gnu.org>
4526
4527 * emacs.texi (EMACSVER): Set to 23.0.60.
4528
e3e0fb39 45292008-03-05 Glenn Morris <rgm@gnu.org>
8b74f389 4530
e3e0fb39
GM
4531 * dired.texi (Hiding Subdirectories): Fix previous change.
4532
45332008-03-05 Drew Adams <drew.adams@oracle.com>
4534
4535 * dired.texi (Hiding Subdirectories): Document `dired-hide-subdir'.
8b74f389 4536
5e14abf8
KS
45372008-02-28 Kim F. Storm <storm@cua.dk>
4538
4539 * help.texi (Help Files): Move describe-gnu-project to C-h g.
4540 Move describe-distribution to C-h C-o.
4541 Move view-emacs-problems to C-h C-p.
4542 Add view-emacs-debugging on C-h C-d.
4543 Add view-external-packages on C-h C-e.
d0207bf3 4544 Add view-order-manuals on C-h C-m.
5e14abf8 4545
d0207bf3 45462008-02-17 Ulrich Mueller <ulm@kph.uni-mainz.de>
17577183
BG
4547
4548 * msdog-xtra.texi (MS-DOS): Docstring fix.
4549
87e391bb
EZ
45502008-02-09 Eli Zaretskii <eliz@gnu.org>
4551
4552 * msdog.texi (Windows Fonts): Use a @table for describing font
4553 properties.
4554
5662e503
JR
45552008-02-07 Jason Rumney <jasonr@gnu.org>
4556
4557 * msdog.texi (Windows Files): w32-get-true-file-attributes default
4558 value has changed.
4559 (Windows HOME): Clarify what is meant by "if that fails as well".
4560 (Windows Fonts): New section.
4561
72463824
GM
45622008-02-07 D. E. Evans <sinuhe@gnu.org> (tiny change)
4563
4564 * basic.texi (Basic Undo): Remove duplicate "you can".
4565
7ff926e0
EZ
45662008-02-02 Eli Zaretskii <eliz@gnu.org>
4567
4568 * maintaining.texi (Tags): Fix last change.
4569
6ab7aef1
MA
45702008-02-02 Michael Albinus <michael.albinus@gmx.de>
4571
093571c3 4572 * tramp.texi: Use new FSF's Back-Cover Text.
6ab7aef1 4573
ace67e7e
NR
45742008-01-31 Nick Roberts <nickrob@snap.net.nz>
4575
4576 * trouble.texi (Checklist): Direct users to emacs-devel@gnu.org.
4577
ae068fdf
RS
45782008-01-26 Richard Stallman <rms@gnu.org>
4579
4580 * maintaining.texi (Tags): Delete redundant index entry.
4581
a56d9a08
EZ
45822008-01-26 Eli Zaretskii <eliz@gnu.org>
4583
4584 * programs.texi (Imenu): Move "@cindex tags" from here...
4585 * maintaining.texi (Tags): ...to here.
4586
e941ed90
NR
45872008-01-23 Kevin Ryde <user42@zip.com.au>
4588
4589 * custom.texi (Mouse Buttons): Update elisp xref to "Click Events" on
4590 click count.
4591
650276d5
JB
45922008-01-21 Juanma Barranquero <lekktu@gmail.com>
4593
4594 * entering.texi (Exiting): Fix typo.
4595 Reported by D. E. Evans <sinuhe@gnu.org>.
4596
8dc17977
MR
45972007-12-31 Martin Rudalics <rudalics@gmx.at>
4598
4599 * glossary.texi (Glossary): Fix typo.
4600
9f9695a6
RS
46012007-12-27 Richard Stallman <rms@gnu.org>
4602
4603 * text.texi (Formatted Text): Improve menu tag.
4604 (Editing Format Info): In Info, add duplicate menu of nodes
4605 about the submenus.
4606 (Format Faces): Say where Faces menu is found. Mention Other.
4607 (Format Colors): Say where these submenus are found.
4608 (Format Indentation, Format Justification): Likewise.
4609 (Format Properties): Likewise.
4610
abfd0191
RS
46112007-12-22 Richard Stallman <rms@gnu.org>
4612
4613 * search.texi (Query Replace): Make exp of query-replace more
4614 self-contained, and clarify.
8dc17977 4615
abfd0191
RS
4616 * cc-mode.texi (Getting Started): Change @ref to @pxref.
4617
a2586785
RS
46182007-12-15 Richard Stallman <rms@gnu.org>
4619
4620 * files.texi (Auto Save): Clarify definition of auto-saving.
4621
a67cf2bb
RS
46222007-11-26 Richard Stallman <rms@gnu.org>
4623
4624 * help.texi (Help Echo): Cleanups.
4625
448b33b1
TTN
46262007-11-23 Thien-Thi Nguyen <ttn@gnuvola.org>
4627
4628 * files.texi (Why Version Control?): Fix typo.
4629 (VCS Concepts): Fix typos; small tense fix.
4d77fc8e
TTN
4630 (Selecting a Fileset): Fix typos; small rewording.
4631 (Log Buffer): Likewise.
4632 (Old Revisions): Likewise.
448b33b1 4633
221bb7f6
EZ
46342007-11-17 Eli Zaretskii <eliz@gnu.org>
4635
4636 * mule.texi (Communication Coding): Fix wording of last change.
4637
d0207bf3 46382007-11-16 Werner Lemberg <wl@gnu.org>
1ab397c1 4639
630cb3b7
JB
4640 * custom.texi (Specifying File Variables):
4641 * major.texi (Choosing Modes): Mention '\" in man pages.
1ab397c1 4642
53b7759e
KH
46432007-11-16 Kenichi Handa <handa@ni.aist.go.jp>
4644
a5ab2e0c 4645 * mule.texi (Communication Coding): Document x-select-request-type.
53b7759e
KH
4646
4647 * frames.texi (Cut/Paste Other App): Mention x-select-request-type.
4648
c8763fb6 46492007-11-15 Francesco Potortì <pot@gnu.org>
0b7f2f3f 4650
630cb3b7 4651 * maintaining.texi (TEXTAGS): Note that you can use "-" for stdout with
0b7f2f3f
FP
4652 --output=file.
4653
ff98e024
MR
46542007-11-13 Martin Rudalics <rudalics@gmx.at>
4655
4656 * help.texi (Help Summary, Apropos, Misc Help): Fix typos.
4657 (Help Echo): Avoid mentioning the term "region" here and
4658 consistently use the term "active text".
4659
37b11c22
GM
46602007-11-11 Glenn Morris <rgm@gnu.org>
4661
4662 * calendar.texi (Special Diary Entries): Fix Thanksgiving example.
4663
21d50ba1
JL
46642007-11-10 Paul Pogonyshev <pogonyshev@gmx.net>
4665
1c6c854e
CS
4666 * search.texi (Query Replace):
4667 Mention `query-replace-show-replacement'.
21d50ba1 4668
c12ecb0a 46692007-11-09 Nick Roberts <nickrob@snap.net.nz>
4fda797e
NR
4670
4671 * building.texi (Watch Expressions): Remove obscure sentence.
4672
3b4201f4
KH
46732007-11-06 Kenichi Handa <handa@ni.aist.go.jp>
4674
4675 * mule.texi (Select Input Method): Describe how to activate an input
4676 method in the text mode.
4677
07e5c0b0
DN
46782007-11-01 Dan Nicolaescu <dann@ics.uci.edu>
4679
4680 * cmdargs.texi (Misc Variables): Remove Sun windows info.
4681
52dd7391
NR
46822007-10-30 Nick Roberts <nickrob@snap.net.nz>
4683
4684 * building.texi (Watch Expressions): Describe gdb-delete-out-of-scope.
4685
c004e539
GM
46862007-10-30 Glenn Morris <rgm@gnu.org>
4687
4688 * misc.texi (Directory Tracking): Explain a bit more about
4689 dirtrack-mode.
4690
ca8c5b8c
GM
46912007-10-25 Glenn Morris <rgm@gnu.org>
4692
4693 * fortran-xtra.texi (Fortran): F90 mode handles F2003.
4694
b6c764ef
RS
46952007-10-24 Richard Stallman <rms@gnu.org>
4696
4697 * misc.texi (Interactive Shell): Cleanup last change.
4698
eabd84c9
JL
46992007-10-22 Juri Linkov <juri@jurta.org>
4700
4701 * mini.texi (Minibuffer History): Add text about a list of minibuffer
4702 default values.
4703
0b43c7e2
ER
47042007-10-20 Eric S. Raymond <esr@snark.thyrsus.com>
4705
ca8c5b8c 4706 * files.texi: Disambiguate two slightly different uses of the term
0b43c7e2
ER
4707 'filesets'.
4708
a80859d4
MR
47092007-10-18 Martin Rudalics <rudalics@gmx.at>
4710
4711 * trouble.texi (Quitting): Fix typo.
4712
c9447ae1
GM
47132007-10-18 Glenn Morris <rgm@gnu.org>
4714
4715 * frames.texi (Mode Line Mouse): Mention minor mode names.
4716
168b980f
JL
47172007-10-17 Juri Linkov <juri@jurta.org>
4718
4719 * text.texi (Fill Commands): Undocument fill-paragraph-or-region.
4720 fill-paragraph operates on the active region in Transient Mark mode.
4721 (Fill Prefix, Format Indentation): Replace fill-paragraph-or-region
4722 with fill-paragraph.
4723
4724 * basic.texi (Arguments): Replace fill-paragraph-or-region with
4725 fill-paragraph.
4726
4727 * fixit.texi (Spelling): ispell-word operates on the active region
4728 in Transient Mark mode.
4729
5a331f34
JB
47302007-10-17 Aaron S. Hawley <aaronh@garden.org>
4731
4732 * building.texi (Source Buffers):
4733 * custom.texi (Init Non-ASCII):
4734 * glossary.texi (Glossary): Use "key binding" consistently.
4735
2a9f4d55
JB
47362007-10-17 Juanma Barranquero <lekktu@gmail.com>
4737
4738 * calendar.texi (Diary): Fix directive.
4739
de13cecf
RS
47402007-10-16 Richard Stallman <rms@gnu.org>
4741
4742 * calendar.texi (Diary): Clarify text about diary file example.
4743
5f90d53e
ER
47442007-10-13 Eric S. Raymond <esr@snark.thyrsus.com>
4745
4746 * files.texi: Capitalize node names according to convention.
4747
3aa491bc
GM
47482007-10-13 Glenn Morris <rgm@gnu.org>
4749
4750 * misc.texi (Interactive Shell): Correct INSIDE_EMACS reference.
4751
8a3106d3
ER
47522007-10-11 Eric S. Raymond <esr@snark.thyrsus.com>
4753
4754 * emacs.texi:
4755 * files.texi (Version Systems): Minor fixes to version-control material
5a331f34 4756 suggested by RMS and Robert J. Chassell.
8a3106d3 4757
da1080a2
ER
47582007-10-10 Eric S. Raymond <esr@snark.thyrsus.com>
4759
3aa491bc 4760 * files.texi (Version Systems):
0870a421
ER
4761 * vc-xtra.texi:
4762 * vc1-xtra.texi:
ac3f4c6f 4763 * vc2-xtra.texi: Merge in changes for new VC with fileset-oriented
2a9f4d55 4764 operations. Change of terminology from `version' to `revision'.
a7fc5b78 4765 Revise text for adequate description of VCSes with monotonic IDs.
2a9f4d55 4766 * emacs.texi: Change of terminology from `version' to `revision'.
da1080a2 4767
58ade22b
ER
47682007-10-09 Eric S. Raymond <esr@snark.thyrsus.com>
4769
da1080a2 4770 * files.texi (Version Systems): Describe newer VCses.
58ade22b
ER
4771 Reorder the descriptions to be chronological.
4772
93870ce2
RS
47732007-10-09 Richard Stallman <rms@gnu.org>
4774
4775 * display.texi (Cursor Display): Correct how cursor appears
4776 in nonselected windows.
4777
568c7288
NR
47782007-10-04 Nick Roberts <nickrob@snap.net.nz>
4779
4780 * building.texi (GDB Graphical Interface): Remove references to gdba
4781 and mention gud-gdb.
4782
1af74d06 47832007-08-31 Eli Zaretskii <eliz@gnu.org>
17afb4cb 4784
1af74d06 4785 * rmail.texi (Rmail Sorting): Improve indexing.
17afb4cb 4786
0d8fb755
JL
47872007-10-06 Juri Linkov <juri@jurta.org>
4788
4789 * text.texi (Fill Commands): Document fill-paragraph-or-region.
4790 (Fill Prefix, Format Indentation): Replace fill-paragraph with
4791 fill-paragraph-or-region.
4792
4793 * basic.texi (Arguments): Replace fill-paragraph with
4794 fill-paragraph-or-region.
4795
b981e2c6
ER
47962007-10-06 Eric S. Raymond <esr@snark.thyrsus.com>
4797
4798 * files.texi: Update the section on version control for 2007
2a9f4d55 4799 conditions. None of these changes are new-VC-specific; that
b981e2c6
ER
4800 will come later.
4801
5fceaf9c
GM
48022007-09-15 Glenn Morris <rgm@gnu.org>
4803
4804 * calendar.texi (Holidays): Change all instances of `holiday-list' back
4805 to `list-holidays'.
4806
b0e44b17
GM
48072007-09-14 Glenn Morris <rgm@gnu.org>
4808
4809 * calendar.texi: Update all instances of mark-calendar-holidays,
4810 list-calendar-holidays, list-holidays with the new names.
4811
8cf51b2c
GM
48122007-09-06 Glenn Morris <rgm@gnu.org>
4813
46a367db 4814 Move manual sources from man/ to subdirectories of doc/.
8cf51b2c
GM
4815 Split into the Emacs manual in emacs/, and other manuals in misc/.
4816 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Reduce to just the Emacs
4817 manual.
4818 (infodir): New variable.
4819 (info): Use $infodir.
4820 (emacsman): Delete target, not needed any more.
4821 Move all targets that are not the Emacs manual to misc/Makefile.in.
4822 (mostlyclean): Remove `gnustmp'.
4823 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS): Reduce to just the Emacs
4824 manual.
92f9b43f 4825 (MULTI_INSTALL_INFO, ENVADD, infodir): Go up one more level.
8cf51b2c
GM
4826 (emacsman): Delete target, not needed any more.
4827 (clean): Remove all info files but Emacs manual.
4828 Move all targets that are not the Emacs manual to misc/Makefile.in.
4829 * emacs-xtra.texi, emacs.texi (setfilename): Go up one more level.
4830
4831 * Makefile.in (INFOSOURCES): Delete.
4832 (.SUFFIXES): Use $(TEXI2DVI) rather than texi2dvi.
4833 (mostlyclean): Add *.op, *.ops. Move *.aux *.cps *.fns *.kys *.pgs
4834 *.vrs *.toc here...
4835 (maintainer-clean): ...from here.
4836
48372007-09-05 Glenn Morris <rgm@gnu.org>
4838
4839 * custom.texi (Safe File Variables): Clarify `!' and risky variables.
4840
8cf51b2c
GM
48412007-08-29 Glenn Morris <rgm@gnu.org>
4842
4843 * emacs.texi (EMACSVER): Increase to 23.0.50.
4844
3420c522
RS
48452007-08-27 Richard Stallman <rms@gnu.org>
4846
4847 * emacs.texi (Top): Clarify menu item for Glossary.
4848
4849 * display.texi (Faces): Change secn title.
4850 Clarify not all fonts come from Font Lock.
4851
8cf51b2c
GM
48522007-08-17 Eli Zaretskii <eliz@gnu.org>
4853
4854 * basic.texi (Position Info): Add index entry for face at point.
4855 Mention that character faces are also displayed by "C-u C-x =".
4856
8cf51b2c
GM
48572007-08-08 Glenn Morris <rgm@gnu.org>
4858
4859 * glossary.texi (Glossary): Deprecate `iff'.
8cf51b2c
GM
4860
48612007-08-07 Chong Yidong <cyd@stupidchicken.com>
4862
4863 * files.texi (File Conveniences): Document point motion keys in Image
4864 mode.
4865
8cf51b2c
GM
48662007-07-27 Glenn Morris <rgm@gnu.org>
4867
8cf51b2c
GM
4868 * emacs.texi (Copying): Include license text from gpl.texi, rather than
4869 in-line.
4870
4871 * gpl.texi: New file with text of GPL.
4872 * Makefile.in (EMACSSOURCES): Add gpl.texi.
4873
48742007-07-26 Dan Nicolaescu <dann@ics.uci.edu>
4875
4876 * vc2-xtra.texi (Customizing VC): Add GIT and HG.
4877
4878 * dired.texi (Wdired): Mention C-x C-q key binding.
4879
48802007-07-28 Nick Roberts <nickrob@snap.net.nz>
4881
4882 * building.texi (GDB Graphical Interface): Qualify use of "M-x gdba".
4883
48842007-07-25 Glenn Morris <rgm@gnu.org>
4885
8cf51b2c
GM
4886 * emacs.texi (Copying): Replace license with GPLv3.
4887
4888 * Relicense all FSF files to GPLv3 or later.
4889
48902007-07-24 Glenn Morris <rgm@gnu.org>
4891
4892 * calendar.texi (Writing Calendar Files): cal-tex-diary etc only work
4893 for some calendars.
4894
48952007-07-23 Nick Roberts <nickrob@snap.net.nz>
4896
4897 * screen.texi (Mode Line): Describe new mode-line flag that shows if
4898 default-directory for the current buffer is on a remote machine.
4899
8cf51b2c
GM
49002007-07-21 Eli Zaretskii <eliz@gnu.org>
4901
4902 * vc2-xtra.texi (Customizing VC) <vc-handled-backends>: Update the
4903 default value.
4904
49052007-07-21 Richard Stallman <rms@gnu.org>
4906
4907 * files.texi (Why Version Control?): Improve previous change.
4908
49092007-07-18 Eric S. Raymond <esr@snark.thyrsus.com>
4910
4911 * files.texi (Why Version Control?): New node.
4912
8cf51b2c
GM
49132007-07-12 Nick Roberts <nickrob@snap.net.nz>
4914
8cf51b2c
GM
4915 * building.texi (Starting GUD): Add xref to this anchor.
4916
8cf51b2c
GM
49172007-06-24 Karl Berry <karl@gnu.org>
4918
2a9f4d55 4919 * emacs.texi: New Back-Cover Text.
8cf51b2c 4920
8cf51b2c
GM
49212007-06-07 Alan Mackenzie <acm@muc.de>
4922
4923 * display.texi (Optional Mode Line): Document the new form of
4924 line+column numbers, "(561,2)".
4925
49262007-06-06 Juanma Barranquero <lekktu@gmail.com>
4927
49823426 4928 * maintaining.texi (Create Tags Table): Fix typos.
8cf51b2c
GM
4929
49302007-06-02 Chong Yidong <cyd@stupidchicken.com>
4931
4932 * Version 22.1 released.
4933
8cf51b2c
GM
49342007-05-07 Karl Berry <karl@gnu.org>
4935
4936 * emacs.texi (EMACSVER): Back to 22.
4937
49382007-05-06 Richard Stallman <rms@gnu.org>
4939
4940 * maintaining.texi (Create Tags Table): Clean up previous change.
4941
c8763fb6 49422007-05-05 Francesco Potortì <pot@gnu.org>
8cf51b2c
GM
4943
4944 * maintaining.texi (Create Tags Table): Add text about the dangers of
4945 making symbolic links to tags files.
4946
49472007-05-04 Karl Berry <karl@gnu.org>
4948
4949 * emacs.texi (EMACSVER) [smallbook]: 22.1 for printed version, not 22.
4950
49512007-05-03 Karl Berry <karl@gnu.org>
4952
4953 * emacs.texi (EMACSVER) [smallbook]: 22 for printed version.
4954
4955 * .cvsignore (*.pdf): New entry.
4956
8cf51b2c
GM
4957 * emacs.texi (\urlcolor, \linkcolor) [smallbook]: \let to \Black
4958 for printing.
4959
49602007-05-01 Richard Stallman <rms@gnu.org>
4961
4962 * cmdargs.texi (Initial Options): Under --batch, mention --eval.
4963
8cf51b2c
GM
49642007-04-28 Glenn Morris <rgm@gnu.org>
4965
4966 * ack.texi (Acknowledgments):
4967 * anti.texi (Antinews):
8cf51b2c
GM
4968 * programs.texi (Program Modes): Restore mention of python.el pending
4969 consideration of legal status.
4970
49712007-04-28 Richard Stallman <rms@gnu.org>
4972
4973 * files.texi (File Names): Fixes to ~ description on MS systems.
4974
8cf51b2c
GM
49752007-04-26 Glenn Morris <rgm@gnu.org>
4976
4977 * emacs.texi (EMACSVER): Increase to 22.1.50.
4978
49792007-04-25 Karl Berry <karl@gnu.org>
4980
4981 * emacs.texi: Improve line breaks on copyright page,
4982 similar layout to lispref, 8.5x11 by default.
4983
4984 * dired.texi (Image-Dired): Improve line break, fix typo.
4985
49862007-04-24 Chong Yidong <cyd@stupidchicken.com>
4987
4988 * programs.texi (Program Modes):
8cf51b2c
GM
4989 * anti.texi (Antinews):
4990 * ack.texi (Acknowledgments): python.el removed.
4991
8cf51b2c
GM
49922007-04-23 Chong Yidong <cyd@stupidchicken.com>
4993
4994 * display.texi (Highlight Interactively): Correct description of
4995 hi-lock-file-patterns-policy.
4996
4997 * files.texi (File Archives): Mention self-extracting executables.
4998
49992007-04-23 Eli Zaretskii <eliz@gnu.org>
5000
5001 * search.texi (Unconditional Replace, Query Replace): Add xref to
5002 "Replacement and Case".
5003
50042007-04-22 Chong Yidong <cyd@stupidchicken.com>
5005
5006 * dired.texi (Image-Dired): Move from Thumbnails node.
5007 * misc.texi (Thumbnails): Node deleted.
5008 * emacs.texi (Top): Update node listing.
5009
5010 * files.texi (File Conveniences):
49823426 5011 * ack.texi (Acknowledgments): Rename "tumme" to "image-dired".
8cf51b2c
GM
5012
50132007-04-21 Richard Stallman <rms@gnu.org>
5014
5015 * display.texi (Highlight Interactively): Correct previous change.
5016 Clarify doc of hi-lock-find-patterns, and move new features into it.
5017
50182007-04-20 David Koppelman <koppel@ece.lsu.edu>
5019
1c6c854e
CS
5020 * display.texi (Highlight Interactively):
5021 Document hi-lock-file-patterns-policy.
8cf51b2c
GM
5022
50232007-04-20 Martin Rudalics <rudalics@gmx.at>
5024
5025 * display.texi (Scrolling): Fix typo.
5026
8cf51b2c
GM
50272007-04-15 Chong Yidong <cyd@stupidchicken.com>
5028
8cf51b2c
GM
5029 * doclicense.texi: Remove node heading, so that it can be included by
5030 other files.
5031
5032 * emacs.texi: Insert node heading for GFDL.
5033
8cf51b2c
GM
50342007-04-14 Eli Zaretskii <eliz@gnu.org>
5035
5036 * cmdargs.texi (Colors): Qualify "color of window" index entry by
5037 "command line".
5038
5039 * display.texi (Faces): Refer to "Creating Frames" for face
5040 and other frame customizations in .emacs.
5041
5042 * frames.texi (Creating Frames): Mention that face customizations can
5043 be put in .emacs. Add index entries.
5044
50452007-04-12 Richard Stallman <rms@gnu.org>
5046
5047 * glossary.texi (Glossary): Explain `iff'.
5048
50492007-04-11 Karl Berry <karl@gnu.org>
5050
5051 * gnu.texi (Top),
5052 * macos.texi (Mac Font Specs),
5053 * anti.texi (Antinews),
5054 * xresources.texi (Resources),
5055 * misc.texi (Emulation),
5056 * calendar.texi (Daylight Saving),
5057 * dired.texi (Dired and Find),
5058 * rmail.texi (Remote Mailboxes),
5059 * sending.texi (Mail Headers),
5060 * programs.texi (Which Function),
5061 * files.texi (Recover),
5062 * buffers.texi (Uniquify),
5063 * frames.texi (Wheeled Mice),
5064 * killing.texi (Rectangles): Wording to improve breaks in
5065 8.5x11 format.
5066 * mule.texi (Language Environments): \hbadness=10000 since there's
5067 no way to reword.
5068 * emacs.texi (smallbook): New @set to more easily switch between
5069 smallbook and 8.5x11.
5070
50712007-04-11 Richard Stallman <rms@gnu.org>
5072
5073 * files.texi (File Conveniences): Add xref to Tumme.
5074 Delete text about Thumbnail mode.
5075
8cf51b2c
GM
50762007-04-09 Alan Mackenzie <acm@muc.de>
5077
5078 * cmdargs.texi (Initial Options): Call "inhibit-splash-screen" by its
5079 new name. Insert concept index entries.
5080
8cf51b2c
GM
50812007-04-08 Chong Yidong <cyd@stupidchicken.com>
5082
5083 * display.texi (Standard Faces): Document prefix arg for
5084 list-faces-display.
5085
5086 * rmail.texi (Rmail Scrolling): Document rmail-end-of-message.
5087
8cf51b2c
GM
50882007-04-07 Chong Yidong <cyd@stupidchicken.com>
5089
8cf51b2c
GM
5090 * killing.texi (Deletion): Rewrite description of M-\ prefix argument.
5091
5092 * files.texi (Misc File Ops): Rewrite description of
5093 insert-file-literally.
5094
8cf51b2c
GM
50952007-03-31 Eli Zaretskii <eliz@gnu.org>
5096
5097 * misc.texi (Printing): Postscript -> PostScript.
5098
8cf51b2c
GM
5099 * ack.texi (Acknowledgments): Postscript -> PostScript.
5100
5101 * custom.texi (Init File, Init Non-ASCII): Fix last change.
5102
5103 * emacs.texi (Top): Fix the menu due to the change in custom.texi
5104 below.
5105
51062007-03-30 Chong Yidong <cyd@stupidchicken.com>
5107
5108 * custom.texi (Non-ASCII Rebinding): Node deleted. Material moved to
5109 Init Non-ASCII.
5110 (Init Rebinding, Init Syntax): Link to Init Non-ASCII instead.
5111 (Init Non-ASCII): New node.
5112
51132007-03-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5114
5115 * macos.texi (Mac Font Specs): Mention AppleAntiAliasingThreshold.
5116
8cf51b2c
GM
51172007-03-12 Glenn Morris <rgm@gnu.org>
5118
8cf51b2c
GM
5119 * calendar.texi, emacs.texi (Daylight Saving): Rename node from
5120 "Daylight Savings".
5121
49823426 5122 * calendar.texi: Replace "daylight savings" with "daylight
8cf51b2c
GM
5123 saving" in text throughout.
5124
8cf51b2c
GM
51252007-03-04 Richard Stallman <rms@gnu.org>
5126
5127 * custom.texi (Safe File Variables): Minor correction.
5128
8cf51b2c
GM
51292007-02-28 Thien-Thi Nguyen <ttn@gnu.org>
5130
5131 * rmail.texi (Movemail): Add internal ref.
5132 Don't indent the intro for the PROTO table.
5133 Format PROTO table items with @code.
5134
8cf51b2c
GM
51352007-02-26 Nick Roberts <nickrob@snap.net.nz>
5136
5137 * building.texi: Remove references to bashdb.
5138
8cf51b2c
GM
51392007-02-19 Juanma Barranquero <lekktu@gmail.com>
5140
5141 * mule.texi (Language Environments): Update list of supported language
5142 environments.
5143
8cf51b2c
GM
51442007-02-14 Kim F. Storm <storm@cua.dk>
5145
5146 * building.texi (Grep Searching): Fix lgrep doc.
5147
51482007-02-12 Chong Yidong <cyd@stupidchicken.com>
5149
5150 * back.texi: Remove unused file.
5151
c8763fb6 51522007-02-05 Francesco Potortì <pot@gnu.org>
8cf51b2c
GM
5153
5154 * maintaining.texi (Tag Syntax): Now --members is the default for
5155 etags, not for ctags yet.
5156
8cf51b2c
GM
51572007-02-03 Eli Zaretskii <eliz@gnu.org>
5158
5159 * emacs.texi (Top): Update the top-level menus. Make the detailed menu
5160 headers compliant with Texinfo guidelines and with what texnfo-upd.el
5161 expects. Add comments to prevent people from inadvertently modifying
5162 the key parts needed by `texinfo-multiple-files-update'.
5163
51642007-01-29 Chong Yidong <cyd@stupidchicken.com>
5165
5166 * frames.texi (Secondary Selection): Window clicked does not matter
5167 when mouse-yank-at-point is non-nil.
5168
8cf51b2c
GM
51692007-01-16 Glenn Morris <rgm@gnu.org>
5170
5171 * abbrevs.texi (Editing Abbrevs): Describe how to disable a
5172 system abbrev.
5173
51742007-01-11 Richard Stallman <rms@gnu.org>
5175
5176 * msdog.texi (Windows Keyboard): Another small cleanup.
5177
51782007-01-10 Richard Stallman <rms@gnu.org>
5179
5180 * msdog.texi (Windows Keyboard): Yet another try to make
5181 everyone happy with that passage.
5182
51832007-01-05 Richard Stallman <rms@gnu.org>
5184
5185 * anti.texi (Antinews): Mention M-x shell scrolling.
5186
51872007-01-05 Nick Roberts <nickrob@snap.net.nz>
5188
5189 * building.texi (Watch Expressions): Describe gdb-max-children.
5190
8cf51b2c
GM
51912007-01-04 Richard Stallman <rms@gnu.org>
5192
8cf51b2c
GM
5193 * msdog.texi (Windows Keyboard): Clarify previous change.
5194
8cf51b2c
GM
51952007-01-02 Richard Stallman <rms@gnu.org>
5196
5197 * custom.texi (Changing a Variable): Minor clarification.
5198 (Specific Customization): customize-customized => customize-unsaved.
5199
5200 * entering.texi (Entering Emacs): Clean up text about restarting
5201 Emacs for each file.
5202
5203 * misc.texi (Shell Options): Minor cleanup.
5204
5205 * msdog.texi (Windows Keyboard): Explain that Windows was incompatible
5206 with Emacs, not vice versa.
5207
5208 * programs.texi (Symbol Completion): Recommend customizing
5209 window manager.
5210
5211 * xresources.texi (Resources): Minor fix.
5212
c8763fb6 52132007-01-01 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
5214
5215 * xresources.texi (Table of Resources): Add scrollBarWidth resource.
5216
52172007-01-01 Richard Stallman <rms@gnu.org>
5218
5219 * commands.texi (User Input): Document keys stolen by window mangers.
5220
52212006-12-31 Richard Stallman <rms@gnu.org>
5222
5223 * custom.texi (Specific Customization): Document customize-option
5224 instead of customize-variable.
5225
52262006-12-31 Kim F. Storm <storm@cua.dk>
5227
5228 * major.texi (Choosing Modes): Document auto-mode-case-fold.
5229
52302006-12-30 Kim F. Storm <storm@cua.dk>
5231
5232 * killing.texi (CUA Bindings): Fix typo.
5233
5234 * xresources.texi (Table of Resources): Mention grow-only value for
5235 auto-resize-tool-bars.
5236
8cf51b2c
GM
52372006-12-27 Eli Zaretskii <eliz@gnu.org>
5238
5239 * msdog.texi (Windows Keyboard): Mention widespread Windows bindings,
5240 and how to get them back.
5241
52422006-12-26 Richard Stallman <rms@gnu.org>
5243
5244 * calendar.texi (Holidays): Holiday listing is based on current
5245 practice, but DST is not.
5246
52472006-12-25 Richard Stallman <rms@gnu.org>
5248
5249 * emacs.texi (Top): Update subnode menus.
5250
5251 * mark.texi (Transient Mark): Fix xref.
5252
5253 * killing.texi (Graphical Kill): Node deleted.
5254 (Killing): Add xref to Cut and Paste.
5255 (CUA Bindings): Update xref.
5256
5257 * frames.texi (Cut and Paste): New section to hold other nodes.
5258 (Mouse Commands): Node demoted.
5259 (Cut/Paste Other App): Split out from Mouse Commands.
5260 (Word and Line Mouse): Likewise.
5261 (Secondary Selection, Clipboard): Nodes demoted.
5262
8cf51b2c
GM
52632006-12-24 Kevin Ryde <user42@zip.com.au>
5264
5265 * calendar.texi (Holidays): US daylight saving begins second Sunday
5266 in March for 2007 onwards.
5267 (Daylight Savings): Show new US default daylight saving rules, 2nd
5268 Sun in Mar to 1st Sun in Nov, now in cal-dst.el.
5269
52702006-12-23 Chong Yidong <cyd@stupidchicken.com>
5271
5272 * calendar.texi (Scroll Calendar): < and > are switched.
5273
52742006-12-23 Kevin Rodgers <ihs_4664@yahoo.com>
5275
5276 * killing.texi (Deletion): Describe M-\ prefix argument.
5277
52782006-12-23 Richard Stallman <rms@gnu.org>
5279
5280 * search.texi (Regexp Search): Explain why forward and reverse regexp
5281 search are not mirror images.
5282
8cf51b2c
GM
52832006-12-19 Kim F. Storm <storm@cua.dk>
5284
5285 * major.texi (Choosing Modes): Describe match-function elements for
5286 magic-mode-alist.
5287
8cf51b2c
GM
52882006-12-18 Eli Zaretskii <eliz@gnu.org>
5289
5290 * msdog.texi (Windows Keyboard): Add a footnote about "Windows" keys
5291 peculiarities.
5292
52932006-12-18 Richard Stallman <rms@gnu.org>
5294
5295 * abbrevs.texi (Editing Abbrevs): Fix previous change.
5296
8cf51b2c
GM
52972006-12-17 Alan Mackenzie <acm@muc.de>
5298
5299 * programs.texi (Left Margin Paren): Remove the bit which says
5300 that CC Mode sets open-paren-in-column-0-is-defun-start to nil.
5301 Discuss some of the issues of setting this option to nil.
5302
53032006-12-17 Glenn Morris <rgm@gnu.org>
5304
5305 * abbrevs.texi (Editing Abbrevs): Mention system abbrevs.
5306
53072006-12-16 Eli Zaretskii <eliz@gnu.org>
5308
5309 * msdog.texi (Windows Keyboard): Clarify `w32-recognize-altgr' effect.
5310 (Windows Files): `w32-get-true-file-attributes' is only relevant for
5311 NTFS volumes.
5312 (ls in Lisp): `links' in `ls-lisp-verbosity' is only relevant to NTFS
5313 volumes.
5314
53152006-12-15 Eli Zaretskii <eliz@gnu.org>
5316
5317 * text.texi (HTML Mode): Fix "C-c TAB".
5318
8cf51b2c
GM
53192006-12-09 Richard Stallman <rms@gnu.org>
5320
5321 * misc.texi (Invoking emacsclient): Simplify TCP file text.
5322
53232006-12-08 Kevin Rodgers <ihs_4664@yahoo.com>
5324
5325 * files.texi (Misc File Ops): Document insert-file-literally.
5326
53272006-12-08 Eli Zaretskii <eliz@gnu.org>
5328
5329 * cmdargs.texi (Colors): Note that --color is intended for overriding
5330 the terminal defaults, not for normal invocation.
5331
5332 * misc.texi (Emacs Server): Improve wording. Don't mention the
5333 ``server program''. Add a cross-reference to "Init File" node.
5334 (Invoking emacsclient): Add index entries. Document both short and
5335 long versions of command-line options. Document the -f option.
5336
8cf51b2c
GM
53372006-12-06 Richard Stallman <rms@gnu.org>
5338
5339 * text.texi (Outline Format): Say to set outline-regexp
5340 and outline-level with major modes and file local variables.
5341
c8763fb6 53422006-12-05 Michaël Cadilhac <michael.cadilhac@lrde.org>
8cf51b2c
GM
5343
5344 * anti.texi (Antinews): Mention the alternative to
5345 `~/.emacs_SHELLNAME', which is `~/.emacs.d/init_SHELLNAME.sh'.
5346
8cf51b2c
GM
5347 * misc.texi (Interactive Shell): Ditto.
5348
53492006-12-04 Eli Zaretskii <eliz@gnu.org>
5350
5351 * emacs.texi (Acknowledgments): Fix Arne J@o{}rgensen's name.
5352
5353 * ack.texi (Acknowledgments): Fix Arne J@o{}rgensen's name.
5354
53552006-12-01 Eli Zaretskii <eliz@gnu.org>
5356
5357 * mule.texi (Enabling Multibyte): Rephrase the confusing reference to a
5358 colon in the mode line.
5359
5360 * msdog.texi (Windows Processes) [@ifnottex]: Mention w32-shell-execute.
5361
53622006-11-26 Nick Roberts <nickrob@snap.net.nz>
5363
5364 * building.texi (Watch Expressions): Mention SPC for expanding/
5365 contracting watch expressions.
5366
53672006-11-26 Kim F. Storm <storm@cua.dk>
5368
5369 * kmacro.texi (Basic Keyboard Macro): Mention F3/F4 more.
5370
53712006-11-26 Nick Roberts <nickrob@snap.net.nz>
5372
5373 * building.texi (Debugger Operation): Define text command mode.
5374 Clarify how tooltips work.
5375 (GDB Graphical Interface): Explain how to run in text command mode
5376 more clearly.
5377
53782006-11-25 Juanma Barranquero <lekktu@gmail.com>
5379
5380 * mule.texi (Defining Fontsets): Fix use of `charset' and `font'.
5381
53822006-11-22 Juanma Barranquero <lekktu@gmail.com>
5383
5384 * anti.texi (Antinews): Mention --server-file and TCP sockets.
5385
8cf51b2c
GM
53862006-11-18 Chong Yidong <cyd@stupidchicken.com>
5387
5388 * misc.texi (Interactive Shell): INSIDE_EMACS is set to t,
5389 and EMACS is deprecated.
5390
53912006-11-18 Juanma Barranquero <lekktu@gmail.com>
5392
5393 * makefile.w32-in (emacs.dvi): Remove xresmini.texi.
5394
c8763fb6 53952006-11-18 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
5396
5397 * Makefile.in (emacs.dvi): Remove xresmini.texi.
5398
5399 * emacs.texi: Include xresources.texi both for info and dvi.
5400
5401 * xresources.texi: Merge text from xresmini.texi.
5402
c8763fb6 54032006-11-12 Roberto Rodríguez <lanubeblanca@googlemail.com> (tiny change)
8cf51b2c
GM
5404
5405 * glossary.texi: Fix typos.
5406
8cf51b2c
GM
54072006-11-06 Richard Stallman <rms@gnu.org>
5408
5409 * emacs.texi (Acknowledgments): Fix name spelling, add Anna Bigatti.
5410
5411 * ack.texi (Acknowledgments): Fix name spelling.
5412
54132006-11-01 Juri Linkov <juri@jurta.org>
5414
5415 * search.texi (Word Search): Document incremental word search.
5416
54172006-10-28 Glenn Morris <rgm@gnu.org>
5418
5419 * ack.texi (Acknowledgments): Add cal-html author.
5420
5421 * calendar.texi (Writing Calendar Files): Rename section (was "LaTeX
5422 Calendar"). Describe new package cal-html.
5423 * emacs.texi (Top): Rename old node "LaTeX Calendar" to "Writing
5424 Calendar Files."
5425
8cf51b2c
GM
54262006-10-23 Richard Stallman <rms@gnu.org>
5427
5428 * abbrevs.texi (Expanding Abbrevs): Expansion happens only when
5429 Abbrev mode is enabled.
5430
8cf51b2c
GM
54312006-10-16 Richard Stallman <rms@gnu.org>
5432
8cf51b2c
GM
5433 * emacs.texi: Update ISBN.
5434
8cf51b2c
GM
54352006-10-11 Kim F. Storm <storm@cua.dk>
5436
5437 * emacs.texi (Acknowledgments): Use @dotless{i}.
5438
54392006-10-08 Nick Roberts <nickrob@snap.net.nz>
5440
5441 * building.texi (Breakpoints Buffer): Mention catchpoints.
5442
54432006-10-08 Kim F. Storm <storm@cua.dk>
5444
5445 * ack.texi (Acknowledgments): Update.
5446
5447 * emacs.texi (Acknowledgments): Fix bad @/ form.
5448
8cf51b2c
GM
54492006-10-05 Kim F. Storm <storm@cua.dk>
5450
5451 * emacs.texi (Acknowledgments): Add more contributors.
5452
54532006-10-03 Richard Stallman <rms@gnu.org>
5454
5455 * emacs.texi (Acknowledgments): Update version and edition.
5456
8cf51b2c
GM
54572006-10-01 Karl Berry <karl@gnu.org>
5458
5459 * custom.texi (Customization Groups): Page break to keep example buffer
5460 on one page.
5461
54622006-09-30 Karl Berry <karl@gnu.org>
5463
5464 * programs.texi (Basic Indent): @need to improve page break.
5465 * text.texi: Rewording to improve page breaks, and use @LaTeX{}.
5466
54672006-09-29 Glenn Morris <rgm@gnu.org>
5468
5469 * calendar.texi (Date Formats): Doc fix for european-calendar-style.
5470
54712006-09-29 Karl Berry <karl@gnu.org>
5472
5473 * windows.texi (Basic Window): Remove forced @break, no longer
5474 desirable.
5475 * frames.texi (Frame Commands),
5476 * mark.texi (Marking Objects): Reword to avoid bad page break.
5477 * display.texi (Auto Scrolling): Use @tie{} to avoid bad line break.
5478
54792006-09-19 Richard Stallman <rms@gnu.org>
5480
5481 * frames.texi (Dialog Boxes): Clean up wording: avoid passive,
5482 stick to present tense.
5483
c8763fb6 54842006-09-18 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
5485
5486 * frames.texi (Dialog Boxes): Rename x-use-old-gtk-file-dialog
5487 to x-gtk-use-old-file-dialog.
5488 (Dialog Boxes): Document x-gtk-file-dialog-help-text.
5489
54902006-09-15 Jay Belanger <belanger@truman.edu>
5491
49823426 5492 * emacs.texi (GNU GENERAL PUBLIC LICENSE):
8cf51b2c
GM
5493 Change "Library Public License" to "Lesser Public License"
5494 throughout. Use "yyyy" to represent year.
5495
8cf51b2c
GM
54962006-09-12 Reiner Steib <Reiner.Steib@gmx.de>
5497
5498 * files.texi (Visiting): Add index entry "open file".
5499
8cf51b2c
GM
55002006-09-11 Richard Stallman <rms@gnu.org>
5501
5502 * building.texi (Compilation Mode): Clarification.
5503 (Grep Searching): Add xref to Compilation Mode.
5504
8cf51b2c
GM
55052006-09-08 Richard Stallman <rms@gnu.org>
5506
5507 * search.texi (Search): Ref multi-file search commands here.
5508 (Other Repeating Search): Not here.
5509
8cf51b2c
GM
55102006-08-28 Richard Stallman <rms@gnu.org>
5511
5512 * windows.texi (Split Window): Update xref.
5513
5514 * basic.texi (Continuation Lines): Update xref.
5515
5516 * indent.texi (Tab Stops): Update xref.
5517
5518 * emacs.texi (Top): Update subnode menu.
5519
5520 * display.texi (Line Truncation, Displaying Boundaries): New nodes,
5521 split out of Display Custom.
5522
55232006-08-25 Kim F. Storm <storm@cua.dk>
5524
5525 * display.texi (Display Custom): Add variables overline-margin
5526 and x-underline-at-descent-line.
5527
55282006-08-25 Richard Stallman <rms@gnu.org>
5529
5530 * entering.texi (Exiting): Rewrite to give graphical displays
5531 priority over text terminals.
5532
5533 * search.texi (Incremental Search): Move index entries.
5534
55352006-08-23 Chong Yidong <cyd@stupidchicken.com>
5536
5537 * custom.texi (Init File): Reference Find Init to avoid "home
5538 directory" confusion.
5539
55402006-08-22 Nick Roberts <nickrob@snap.net.nz>
5541
5542 * building.texi (Other GDB-UI Buffers): Describe how to edit
5543 a value in the locals buffer.
5544
55452006-08-21 Richard Stallman <rms@gnu.org>
5546
5547 * search.texi (Basic Isearch): Add `isearch' index entry.
5548
55492006-08-16 Richard Stallman <rms@gnu.org>
5550
5551 * misc.texi (Saving Emacs Sessions): Clean up wording.
5552
5553 * mark.texi (Marking Objects): Mention term "select all".
5554
5555 * emacs.texi (Top): Update subnode menu.
5556
5557 * help.texi (Help Mode): Move node up in file.
5558
8cf51b2c
GM
55592006-08-15 Nick Roberts <nickrob@snap.net.nz>
5560
5561 * building.texi (Stack Buffer): Explain fringe arrow.
5562
8cf51b2c
GM
55632006-08-12 Eli Zaretskii <eliz@gnu.org>
5564
8cf51b2c
GM
5565 * misc.texi (Saving Emacs Sessions): Clarify when desktop is restored
5566 on startup.
5567
55682006-08-11 Romain Francoise <romain@orebokech.com>
5569
5570 * ack.texi (Acknowledgments): Delete mention to zone-mode.el.
5571
55722006-08-10 Sven Joachim <svenjoac@gmx.de> (tiny change)
5573
5574 * mule.texi (Recognize Coding, Text Coding): Fix typos.
5575
55762006-08-10 Richard Stallman <rms@gnu.org>
5577
5578 * text.texi (Format Faces): Substantial rewrites to deal
1c6c854e
CS
5579 with face merging. Empty regions don't count.
5580 Clarify face property inheritance.
8cf51b2c
GM
5581
55822006-08-08 Romain Francoise <romain@orebokech.com>
5583
5584 * dired.texi (Marks vs Flags): Fix typo reported by Ari Roponen
5585 <arjuropo@cc.jyu.fi>.
5586
8cf51b2c
GM
55872006-08-04 Eli Zaretskii <eliz@gnu.org>
5588
5589 * cmdargs.texi (Window Size X) <--geometry>: Only width and height
5590 apply to all frames.
5591
8cf51b2c
GM
55922006-08-01 Richard Stallman <rms@gnu.org>
5593
5594 * help.texi (Name Help): Add index entries for describe-variable.
5595
55962006-08-01 Nick Roberts <nickrob@snap.net.nz>
5597
5598 * building.texi (GDB Graphical Interface): Shorten node names.
5599 (GDB-UI Layout): Use GDB-related.
5600 (Other GDB-UI Buffers): Simplify English.
5601
56022006-07-31 Richard Stallman <rms@gnu.org>
5603
5604 * search.texi (Query Replace): Add xref for Dired's Q command.
5605
8cf51b2c
GM
56062006-07-31 Nick Roberts <nickrob@snap.net.nz>
5607
5608 * building.texi (GDB commands in Fringe): Rename to...
5609 (Source Buffers): ..this and move forward. Describe hollow arrow and
5610 new option gdb-find-source-frame.
5611
56122006-07-29 Richard Stallman <rms@gnu.org>
5613
5614 * dired.texi (Operating on Files): Simplify previous change
5615 and fix Texinfo usage.
5616
56172006-07-29 Eli Zaretskii <eliz@gnu.org>
5618
5619 * dired.texi (Operating on Files): Add cross-references. State the
5620 Unix commands that do similar things.
5621
56222006-07-28 Richard Stallman <rms@gnu.org>
5623
5624 * mark.texi (Transient Mark): Clarify that region never disappears
5625 when Transient Mark mode is off, and not when it is on.
5626
56272006-07-27 Richard Stallman <rms@gnu.org>
5628
5629 * search.texi (Non-ASCII Isearch): Clarify. Mention C-q.
5630
56312006-07-24 Richard Stallman <rms@gnu.org>
5632
5633 * xresources.texi (GTK styles): Fix texinfo usage.
5634
8cf51b2c
GM
5635 * commands.texi (User Input): Explain why we teach keyboard cmds.
5636
5637 * xresources.texi, xresmini.texi, search.texi, programs.texi:
5638 * misc.texi, kmacro.texi, killing.texi, glossary.texi:
5639 * fortran-xtra.texi, files.texi, emacs.texi, emacs-xtra.texi:
5640 * doclicense.texi, display.texi, dired.texi, basic.texi:
5641 * anti.texi, ack.texi: Move periods and commas inside quotes.
5642
56432006-07-22 Eli Zaretskii <eliz@gnu.org>
5644
5645 * cmdargs.texi (General Variables): Document EMAIL.
5646
56472006-07-21 Eli Zaretskii <eliz@gnu.org>
5648
5649 * frames.texi (Frame Commands): Mention that focus-follows-mouse
5650 doesn't have effect on MS-Windows.
5651
8cf51b2c
GM
56522006-07-17 Richard Stallman <rms@gnu.org>
5653
5654 * building.texi (Grep Searching): Explain about chaining grep commands.
5655
8cf51b2c
GM
56562006-07-10 Nick Roberts <nickrob@snap.net.nz>
5657
49823426 5658 * killing.texi, mini.texi: Fix typos.
8cf51b2c
GM
5659
56602006-07-09 Chong Yidong <cyd@stupidchicken.com>
5661
5662 * misc.texi (Invoking emacsclient): Document behavior when emacsclient
5663 is invoked for multiple files.
5664
56652006-07-08 Eli Zaretskii <eliz@gnu.org>
5666
5667 * msdog.texi (Windows Keyboard) [@iftex]: Add an @inforef to the
5668 on-line manual for the rest of this node.
5669 (Windows Mouse) <w32-pass-extra-mouse-buttons-to-system>: Include
5670 unconditionally.
5671 (Windows Processes) <w32-quote-process-args>: Include unconditionally.
5672 Improve wording.
5673 (Windows Printing): Improve wording.
5674 (Windows Misc) [@iftex]: Add an @inforef to the on-line manual for the
5675 rest of this node.
5676
8cf51b2c
GM
56772006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
5678
49823426
GM
5679 * building.texi (Lisp Eval): Throughout, replace eval-current-buffer
5680 with eval-buffer.
8cf51b2c
GM
5681
56822006-07-05 Nick Roberts <nickrob@snap.net.nz>
5683
5684 * mule.texi (Coding Systems, Specify Coding): Link descriptions
5685 of character translation.
5686
56872006-07-04 Nick Roberts <nickrob@snap.net.nz>
5688
5689 * rmail.texi (Remote Mailboxes): Add missing @code keyword.
5690
56912006-07-03 Karl Berry <karl@gnu.org>
5692
5693 * emacs.texi (\hbadness): Set to 6000 so we aren't bothered by
5694 not-too-underfull hboxes in the TeX output.
5695 * abbrevs.texi, buffers.texi, building.texi, calendar.texi,
5696 * cmdargs.texi, custom.texi, dired.texi, macos.texi,
5697 * maintaining.texi, misc.texi, mule.texi, programs.texi, rmail.texi,
5698 * sending.texi, text.texi: Fix overfull/underfull boxes.
5699
57002006-07-03 Romain Francoise <romain@orebokech.com>
5701
5702 * m-x.texi (M-x): Fix.
5703
57042006-07-03 Richard Stallman <rms@gnu.org>
5705
8cf51b2c
GM
5706 * search.texi (Other Repeating Search): filename -> file name.
5707
5708 * misc.texi (Narrowing): Minor cleanups.
5709
5710 * files.texi (Visiting): filename -> file name.
5711
5712 * emacs.texi (Top): Update subnode menus.
5713
5714 * mule.texi (Coding Systems): Move char translation stuff here.
5715 (Specify Coding, Output Coding): New nodes, out of Recognize Coding.
5716 (Recognize Coding): Substantial local rewrites.
5717 (International): Update menu.
5718
5719 * display.texi (Auto Scrolling): New node, broken out of Scrolling.
5720 (Scrolling): Substantial local rewrites.
5721 (Display): Update menu and intro.
5722
5723 * dired.texi: filename -> file name.
5724
5725 * custom.texi (Safe File Variables): Texinfo usage fix.
5726
f0131492 57272006-07-03 Teodor Zlatanov <tzz@lifelogs.com>
8cf51b2c
GM
5728
5729 * help.texi, m-x.texi: Lots of cleanups.
5730
8cf51b2c
GM
57312006-06-30 Eli Zaretskii <eliz@gnu.org>
5732
5733 * msdog.texi (ls in Lisp, Windows Keyboard, Windows Mouse)
5734 (Windows Processes, Windows Misc): Shorten the printed version by
5735 selectively conditioning less important portions by @ifnottex.
5736
8cf51b2c
GM
57372006-06-27 Richard Stallman <rms@gnu.org>
5738
5739 * mini.texi (Minibuffer File): Minor cleanup.
5740
57412006-06-25 Nick Roberts <nickrob@snap.net.nz>
5742
5743 * frames.texi (XTerm Mouse): Rename to...
5744 (Text-Only Mouse): ...this. Mention t-mouse-mode.
5745
5746 * emacs.texi (Top): Use new node name.
5747
57482006-06-24 Eli Zaretskii <eliz@gnu.org>
5749
5750 * emacs.texi (Top): Update the detailed menu according to changes in
5751 msdog.texi.
5752
5753 * msdog.texi (Windows Keyboard): New section.
5754 (Windows Mouse): New section.
5755 (Windows System Menu): Remove section (text merged with "Windows
5756 Keyboard").
5757 (Windows Misc): New section.
5758
5759 * dired.texi (Dired Enter): Refer to msdog.texi for ls-lisp emulation.
5760
5761 * msdog.texi (ls in Lisp): New section.
5762
5763 * files.texi (Visiting): Document case-insensitive wildcard matching
5764 under find-file-wildcards.
5765
8cf51b2c
GM
57662006-06-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5767
5768 * macos.texi (Mac Input): Add description of mac-function-modifier.
5769 Now Unicode keyboard layouts work.
5770
8cf51b2c
GM
57712006-06-10 Richard Stallman <rms@gnu.org>
5772
5773 * mule.texi (Recognize Coding): Clarify previous change.
5774
57752006-06-09 Kenichi Handa <handa@m17n.org>
5776
5777 * mule.texi (Recognize Coding): Describe the convention of "CODING!"
5778 notation.
5779
57802006-06-07 Kevin Ryde <user42@zip.com.au>
5781
5782 * mule.texi (Coding Systems): Footnote xref "MS-DOS and MULE" in main
5783 manual for @ifnottex, but in emacs-extra for @iftex.
5784
5785 * cmdargs.texi (General Variables): Fix smtpmail xref.
5786
57872006-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
5788
8cf51b2c 5789 * programs.texi (Comment Commands):
8cf51b2c 5790 * custom.texi (Specifying File Variables):
49823426 5791 Use ;; instead of ;;; to better follow coding conventions.
8cf51b2c
GM
5792
57932006-06-07 Nick Roberts <nickrob@snap.net.nz>
5794
5795 * building.texi (Watch Expressions): Move node to end.
5796 (GDB Graphical Interface): Move description of clicks in fringe...
5797 (GDB commands in the Fringe): ...to here. New node.
5798
8cf51b2c
GM
57992006-06-05 Romain Francoise <romain@orebokech.com>
5800
49823426 5801 * xresmini.texi (GTK resources): Fix various typos.
8cf51b2c
GM
5802
58032006-06-05 Nick Roberts <nickrob@snap.net.nz>
5804
5805 * building.texi (GDB Graphical Interface): Update bindings.
5806 (Commands of GUD): Add gud-print. Remove gud-run.
5807 Restate availability more generally.
5808
f0131492 58092006-06-03 Teodor Zlatanov <tzz@lifelogs.com>
8cf51b2c
GM
5810
5811 * mini.texi: Lots of cleanups.
5812
58132006-06-01 Luc Teirlinck <teirllm@auburn.edu>
5814
5815 * misc.texi (Shell History Copying): Update descriptions of `C-c RET'
5816 and Mouse-2.
5817
c8763fb6 58182006-06-01 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
5819
5820 * screen.texi (Menu Bar): Change menu-bar-start to menu-bar-open.
5821
8cf51b2c
GM
58222006-05-31 Richard Stallman <rms@gnu.org>
5823
5824 * basic.texi (Moving Point): Fix previous change.
5825
c8763fb6 58262006-05-29 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
5827
5828 * screen.texi (Menu Bar): F10 for Gtk+/Lesstif/Lucid menus.
5829
f0131492 58302006-05-28 Teodor Zlatanov <tzz@lifelogs.com>
8cf51b2c
GM
5831
5832 * basic.texi: Many simplifications and improvements in wording.
5833
8cf51b2c
GM
58342006-05-26 Nick Roberts <nickrob@snap.net.nz>
5835
5836 * anti.texi (Antinews): Create a node for gdb-ui.
5837
8cf51b2c
GM
58382006-05-22 Reiner Steib <Reiner.Steib@gmx.de>
5839
5840 * frames.texi (Menu Bars, Tool Bars): Add index entries.
5841
58422006-05-20 Richard Stallman <rms@gnu.org>
5843
5844 * dired.texi (Dired Navigation): dired-goto-file is now j.
5845
8cf51b2c
GM
58462006-05-20 Eli Zaretskii <eliz@gnu.org>
5847
5848 * mule.texi (Coding Systems): Mention the undecided-* coding systems
5849 and their aliases.
5850
5851 * msdog.texi (Windows Printing): Mention non-support of plain text
5852 printing with some el-cheapo printers, and suggest a workaround.
5853
58542006-05-20 Kevin Ryde <user42@zip.com.au>
5855
5856 * text.texi (TeX Print): tex-dvi-view-command has a default value,
5857 remove the bit saying you must set it.
5858
58592006-05-19 Luc Teirlinck <teirllm@auburn.edu>
5860
5861 * trouble.texi (Checklist):
5862 * text.texi (Text, Auto Fill, Text Mode):
5863 * search.texi (Nonincremental Search):
5864 * rmail.texi (Rmail Labels):
5865 * mule.texi (Input Methods, Multibyte Conversion):
5866 * misc.texi (Gnus, Where to Look, PostScript):
5867 * maintaining.texi (Create Tags Table):
5868 * indent.texi (Indentation Commands):
5869 * fixit.texi (Spelling):
5870 * emacs.texi (Copying):
5871 * custom.texi (Init File): ifinfo -> ifnottex.
5872
8cf51b2c
GM
58732006-05-17 Richard Stallman <rms@gnu.org>
5874
5875 * files.texi (Diff Mode): Mention C-x `.
5876
58772006-05-08 Richard Stallman <rms@gnu.org>
5878
5879 * custom.texi (Disabling): Textual cleanups.
5880
8cf51b2c
GM
58812006-05-12 Glenn Morris <rgm@gnu.org>
5882
5883 * calendar.texi (Displaying the Diary, Format of Diary File):
5884 Refer to diary-view-entries, diary-list-entries,
5885 diary-show-all-entries rather than obsolete aliases.
5886
58872006-05-12 Eli Zaretskii <eliz@gnu.org>
5888
5889 * calendar.texi (Calendar/Diary, Holidays, Displaying the Diary)
5890 (Displaying the Diary, Special Diary Entries, Importing Diary):
5891 * building.texi (Compilation Shell):
5892 * buffers.texi (Several Buffers) [iftex]: Replace @xref's to
5893 emacs-xtra with @inforef's.
5894
5895 * files.texi (Visiting): Fix wording.
5896
5897 * mule.texi (Coding Systems, Text Coding): More indexing.
5898 Mention that C-x RET f can set eol conversion.
5899
c8763fb6 59002006-05-07 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
5901
5902 * xresmini.texi (GTK resources): Insert GTK description.
5903
5904 * xresources.texi (GTK resources): metafont should be menufont.
5905
8cf51b2c
GM
59062006-05-06 Michael Albinus <michael.albinus@gmx.de>
5907
49823426 5908 * mini.texi (Completion Options): Completion of remote files'
8cf51b2c
GM
5909 method, user name and host name is active only in partial
5910 completion mode.
5911
8cf51b2c
GM
59122006-05-06 Eli Zaretskii <eliz@gnu.org>
5913
5914 * makefile.w32-in (emacs.dvi):
5915 * Makefile.in (emacs.dvi): Add xresmini.texi.
5916
5917 * xresmini.texi (Table of Resources): Remove xref to non-existent
5918 node "LessTif Resources".
5919
5920 * msdog.texi (Microsoft Windows):
5921 * calendar.texi (Calendar/Diary, Displaying the Diary)
5922 (Special Diary Entries, Importing Diary, Holidays):
5923 * programs.texi (Program Modes):
5924 * text.texi (Text):
5925 * buffers.texi (Several Buffers):
5926 * files.texi (Comparing Files): Fix cross-references to emacs-xtra.
5927
59282006-05-06 Eli Zaretskii <eliz@gnu.org>
5929
5930 The following changes merge the emacs-xtra manual into the main
5931 manual, but only for on-line version of the manual.
5932
5933 * vc2-xtra.texi (Version Backups, Local Version Control)
5934 (Making Snapshots, Change Logs and VC, Version Headers)
5935 (Customizing VC, CVS Options) [ifnottex]: Conditional xref's for
5936 on-line manual.
5937
5938 * vc1-xtra.texi (VC Dired Mode) [ifnottex]: Conditional xref's
5939 for on-line manual.
5940
5941 * msdog-xtra.texi (MS-DOS, MS-DOS Keyboard, MS-DOS Mouse)
5942 (MS-DOS Display, MS-DOS File Names, MS-DOS Printing)
5943 (MS-DOS and MULE, MS-DOS Processes) [ifnottex]: Conditional xref's
5944 for on-line manual.
5945
5946 * fortran-xtra.texi (Fortran, Fortran Autofill)
5947 (Fortran Autofill, Fortran Abbrev) [ifnottex]: Conditional xref's
5948 for on-line manual.
5949
5950 * picture-xtra.texi (Basic Picture, Rectangles in Picture) [ifnottex]:
5951 Conditional xref's for on-line manual.
5952
5953 * emerge-xtra.texi (Emerge, Overview of Emerge)
5954 (Fine Points of Emerge) [ifnottex]: Conditional xref's for on-line
5955 manual.
5956
5957 * Makefile.in (INFO_TARGETS): Remove ../info/emacs-xtra.
5958 (EMACS_XTRA): New variable, lists the new *-xtra.texi files.
5959 (EMACSSOURCES): Use EMACS_XTRA.
5960 (../info/emacs-xtra): Remove.
5961 (emacs-xtra.dvi): Add EMACS_XTRA to prerequisites.
5962
5963 * makefile.w32-in (INFO_TARGETS): Remove $(infodir)/emacs-xtra.
5964 (EMACS_XTRA): New variable, lists the new *-xtra.texi files.
5965 (EMACSSOURCES): Use EMACS_XTRA.
5966 ($(infodir)/emacs-xtra): Remove.
5967 (emacs-xtra.dvi): Add EMACS_XTRA to prerequisites.
5968
5969 * trouble.texi (Quitting):
5970 * text.texi (Text):
5971 * programs.texi (Program Modes):
5972 * msdog.texi (Microsoft Windows):
5973 * frames.texi (Frames):
5974 * files.texi (Backup, Version Control, VC Concepts)
5975 (Types of Log File, Advanced C-x v v, Log Buffer, Old Versions)
5976 (Registering, VC Status, VC Undo, Multi-User Branching)
5977 (Comparing Files):
5978 * calendar.texi (Calendar/Diary, Holidays, Displaying the Diary)
5979 (Displaying the Diary, Special Diary Entries, Importing Diary):
5980 * buffers.texi (Several Buffers): Replace inforef to emacs-xtra by
5981 conditional xref's, depending on @iftex/@ifnottex.
5982
5983 * msdog.texi (Microsoft Windows) [ifnottex]: Add menu entry for
5984 "MS-DOS". @include msdog-xtra.texi.
5985
5986 * programs.texi (Programs) [ifnottex]: Add menu entry for "Fortran".
5987 <Top Level> [ifnottex]: @include fortran-xtra.texi.
5988
5989 * files.texi (Secondary VC Commands) [ifnottex]: Add menu entries
5990 for vc-xtra.texi subsections.
5991 (VC Undo) [ifnottex]: @include vc1-xtra.texi and @lowersections it.
5992 (Multi-User Branching) [ifnottex]: @include vc2-xtra.texi.
5993
5994 * sending.texi (Sending Mail): A @node line without explicit Prev,
5995 Next, and Up links.
5996
5997 * abbrevs.texi (Abbrevs): A @node line without explicit Prev,
5998 Next, and Up links.
5999
6000 * emacs.texi (Top) [ifnottex]: Add menu entries for "Picture Mode"
6001 and its sections. @include picture-xtra.texi.
6002
6003 * maintaining.texi (Maintaining) [ifnottex]: Add menu entry for
6004 "Emerge".
6005 (List Tags) [ifnottex]: @include emerge-xtra.texi.
6006
6007 * cal-xtra.texi (Daylight Savings): Remove this node: it is an
6008 exact duplicate of its name-sake in calendar.texi.
6009
6010 * calendar.texi (Calendar/Diary) [ifnottex]: Add menu item for
6011 "Advanced Calendar/Diary Usage".
6012 (Time Intervals) [ifnottex]: @include cal-xtra.texi.
6013
6014 * dired.texi (Subdirectories in Dired) [ifnottex]: @include
6015 dired-xtra.texi.
6016 (Dired) [ifnottex]: Add menu entry for "Subdir Switches".
6017
6018 * files.texi (Reverting) [ifnottex]: @include arevert-xtra.texi.
6019 (Files) [ifnottex]: Add menu entry for Autorevert.
6020
6021 * emacs-xtra.texi (Introduction): Reword to make consistent with
6022 printed version only.
6023 <Top level>: Remove the body of all chapters and move them to the
6024 new *-xtra.texi files. Use @raisesections and @lowersections to
6025 convert sections to chapters etc.
6026
6027 * msdog-xtra.texi:
6028 * fortran-xtra.texi:
6029 * vc-xtra.texi:
6030 * vc1-xtra.texi:
6031 * vc2-xtra.texi:
6032 * emerge-xtra.texi:
6033 * cal-xtra.texi:
6034 * dired-xtra.texi:
6035 * arevert-xtra.texi: New files, with text from respective chapters
6036 of emacs-xtra.texi. Convert each @chapter into @section, @section
6037 into @subsection, etc.
6038
1c6c854e 6039 * emacs-xtra.texi (MS-DOS): Rename from "MS-DOG". All references
8cf51b2c
GM
6040 updated.
6041
6042 * msdog.texi (Microsoft Windows): Rename from "Emacs and Microsoft
6043 Windows". All references updated.
6044
60452006-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6046
6047 * macos.texi (Mac Input): Mention input from Character Palette.
6048 (Mac Font Specs): Fix typo.
6049
60502006-05-05 Richard Stallman <rms@gnu.org>
6051
6052 * files.texi (Diff Mode): Minor cleanup.
6053
60542006-05-05 Karl Berry <karl@gnu.org>
6055
8cf51b2c
GM
6056 * emacs.texi: Call @fonttextsize 10, inside @tex to avoid
6057 errors from the current release of makeinfo (4.8).
6058 * help.texi (Library Keywords): Change widest word in multitable
6059 template from `emulations' to `convenience'. (Not sure if this is
6060 related to the font change.)
6061
60622006-05-05 Eli Zaretskii <eliz@gnu.org>
6063
6064 * files.texi (File Names): Add a footnote about limited support of
6065 ~USER on MS-Windows.
6066
6067 * cmdargs.texi (Initial Options): Add a footnote about limited
6068 support of ~USER on MS-Windows.
6069
60702006-05-03 Richard Stallman <rms@gnu.org>
6071
6072 * files.texi (Diff Mode): Node moved here.
6073 (Comparing Files): Delete what duplicates new node.
6074 (Files): Put Diff Mode in menu.
6075
1c6c854e 6076 * misc.texi (Diff Mode): Move to files.texi.
8cf51b2c
GM
6077
6078 * emacs.texi (Top): Update menu for Diff Mode.
6079
6080 * trouble.texi (Emergency Escape): Simplify.
6081
6082 * emacs.texi (Top): Minor clarification.
6083
60842006-05-03 Teodor Zlatanov <tzz@lifelogs.com>
6085
6086 * commands.texi, entering.texi, screen.texi: Many simplifications.
6087
60882006-05-03 Richard Stallman <rms@gnu.org>
6089
6090 * commands.texi (Text Characters): Delete paragraph about unibyte
6091 non-ASCII printing chars.
6092
6093 * killing.texi (Killing): Say "graphical displays".
6094 * display.texi: Say "graphical displays".
6095
6096 * cmdargs.texi (Misc X): Say "graphical displays".
6097
60982006-05-01 Richard Stallman <rms@gnu.org>
6099
6100 * emacs.texi (Top): Add Diff Mode to menu.
6101
61022006-05-01 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
6103
6104 * misc.texi (Diff Mode): New node.
6105
61062006-05-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6107
6108 * macos.texi (Mac International): Now Carbon Emacs has ATSUI support.
6109 (Mac Environment Variables): Shorten example line.
6110 (Mac Font Specs): Shorten lisp lines. Add descriptions for ATSUI.
6111
61122006-05-01 Nick Roberts <nickrob@snap.net.nz>
6113
6114 * building.texi (GUD Customization): Describe cases %d and %c.
6115 Update description for %e.
6116
61172006-04-30 Glenn Morris <rgm@gnu.org>
6118
6119 * calendar.texi (LaTeX Calendar): Mention cal-tex-preamble-extra.
6120
61212006-04-29 Dan Nicolaescu <dann@ics.uci.edu>
6122
6123 * custom.texi (Examining): Update C-h v output example.
6124
61252006-04-29 Kim F. Storm <storm@cua.dk>
6126
6127 * building.texi (Grep Searching): Add lgrep and rgrep.
6128
8cf51b2c
GM
61292006-04-23 Richard Stallman <rms@gnu.org>
6130
6131 * emacs.texi [TeX]: Use xresmini.texi instead of xresources.texi.
6132
6133 * xresmini.texi: New file.
6134
6135 * xresources.texi (Face Resources): Split table into font resources
6136 and the rest. Combine similar attributes for brevity.
6137
8cf51b2c
GM
61382006-04-21 Eli Zaretskii <eliz@gnu.org>
6139
6140 * emacs-xtra.texi (MS-DOS File Names): Remove section about
6141 backslashes and case-insensitivity in file names (moved to the
6142 main manual).
6143 (MS-DOS Printing): Move most of the text to the main manual.
6144
6145 * msdog.texi (Windows Files, Windows HOME, MS-Windows Printing):
6146 New nodes.
6147 (Windows Processes, Windows System Menu): Add index entries and
6148 fix wording.
6149
8cf51b2c
GM
61502006-04-18 J.D. Smith <jdsmith@as.arizona.edu>
6151
6152 * misc.texi (Shell Ring): Add notes on saved input when
6153 navigating off the end of the history list.
6154
61552006-04-18 Chong Yidong <cyd@mit.edu>
6156
6157 * misc.texi (Shell Options): Correct default value of
6158 comint-scroll-show-maximum-output.
6159
8cf51b2c
GM
61602006-04-18 Nick Roberts <nickrob@snap.net.nz>
6161
6162 * building.texi (Watch Expressions): Update.
6163
8cf51b2c
GM
61642006-04-12 Richard Stallman <rms@gnu.org>
6165
6166 * search.texi: Clean up previous change.
6167
61682006-04-12 Eli Zaretskii <eliz@gnu.org>
6169
6170 * search.texi (Regexp Backslash, Regexp Replace): Add index
6171 entries for ``back reference'' and mention the term itself in the
6172 text.
6173
61742006-04-11 Richard Stallman <rms@gnu.org>
6175
6176 * custom.texi (Safe File Variables):
6177 Document enable-local-variables = :safe.
6178
61792006-04-11 Karl Berry <karl@gnu.org>
6180
6181 * emacs-xtra.texi, emacs.texi (Dired under VC, VC Dired Commands)
6182 (Remote Repositories, Version Backups, Local Version Control)
6183 (Snapshots, Making and Using Snapshots, Snapshot Caveats)
6184 (Miscellaneous Commands and Features of VC, Change Logs and VC)
6185 (Renaming VC Work Files and Master Files)
6186 (Inserting Version Control Headers, Customizing VC, General Options)
6187 (Options for RCS and SCCS, Options specific for CVS): Move all
6188 these nodes to emacs-xtra.texi, for brevity.
6189 * cmdargs.texi, files.texi: Change cross-references.
6190
8cf51b2c
GM
61912006-04-11 J.D. Smith <jdsmith@as.arizona.edu>
6192
6193 * files.texi (Old Versions): Update description of vc-annotate's
6194 use of color to indicate date ranges.
6195
8cf51b2c
GM
61962006-04-09 Kevin Ryde <user42@zip.com.au>
6197
8cf51b2c
GM
6198 * sending.texi (Mail Sending): In send-mail-function @pxref smtpmail,
6199 put info and printed manual names the right way around.
6200
62012006-04-09 Karl Berry <karl@gnu.org>
6202
6203 * msdog.texi, emacs-xtra.texi: Move all the MS-DOS material to
6204 emacs-xtra.texi, leaving only MS Windows information.
6205 * building.texi, emacs.texi, frames.texi, gnu.texi, macos.texi,
6206 * msdog.texi, mule.texi, trouble.texi: Change cross-references and
6207 node names.
6208
6209 * emacs.texi: Move @summarycontents and @contents to the beginning
6210 of the file.
6211
8cf51b2c
GM
62122006-04-08 Kevin Ryde <user42@zip.com.au>
6213
6214 * text.texi (Fill Commands): fill-nobreak-predicate is now a hook.
6215
62162006-04-07 Richard Stallman <rms@gnu.org>
6217
6218 * programs.texi (Comments, Comment Commands, Options for Comments)
6219 (Multi-Line Comments): "Align", not "indent".
6220 (Basic Indent): C-j deletes trailing whitespace before the newline.
6221
62222006-04-06 Richard Stallman <rms@gnu.org>
6223
8cf51b2c
GM
6224 * programs.texi (Basic Indent): Clarify relationship of C-j to TAB.
6225
62262006-04-06 Eli Zaretskii <eliz@gnu.org>
6227
6228 * killing.texi (Rectangles): Add index entry for marking a rectangle.
6229
8cf51b2c
GM
62302006-04-05 Richard Stallman <rms@gnu.org>
6231
6232 * emacs.texi (Top): Update subnode menu.
6233
6234 * trouble.texi (Unasked-for Search): Node deleted.
6235 (Lossage): Delete from menu.
6236
62372006-04-04 Richard Stallman <rms@gnu.org>
6238
6239 * trouble.texi: Various cleanups.
6240 (Checklist): Don't bother saying how to snail a bug report.
6241 (Emergency Escape): Much rewriting.
6242 (After a Crash): Rename the core dump immediately.
6243 (Total Frustration): Call it a psychotherapist.
6244 (Bug Criteria): Avoid "illegal instruction".
6245 (Sending Patches): We always put the contributor's name in.
6246
6247 * misc.texi (Thumbnails): Minor correction.
6248
8cf51b2c
GM
62492006-04-03 Richard Stallman <rms@gnu.org>
6250
6251 * misc.texi (Thumbnails): Minor cleanup.
6252
62532006-04-02 Karl Berry <karl@gnu.org>
6254
6255 * sending.texi (Mail Sending): pxref to Top needs five args.
6256
6257 * texinfo.tex: Update to current version (2006-03-21.13).
6258
8cf51b2c
GM
62592006-03-31 Richard Stallman <rms@gnu.org>
6260
6261 * emacs.texi (Top): Update subnode menu.
6262
6263 * help.texi (Help Mode): Cleanup.
6264
6265 * dired.texi: Many cleanups.
6266 (Dired Deletion): Describe dired-recursive-deletes.
6267 (Operating on Files): dired-create-directory moved.
6268 (Misc Dired Features): Move to here.
6269 (Tumme): Node moved to misc.texi.
6270
6271 * custom.texi: Many cleanups.
6272 (Minor Modes): Don't mention ISO Accents Mode.
6273 (Examining): Update C-h v output example.
6274 (Hooks): Add index and xref for add-hook.
6275 (Locals): Delete list of vars that are always per-buffer. Rearrange.
6276 (Local Keymaps): Don't mention lisp-mode-map, c-mode-map.
6277
6278 * misc.texi: Many cleanups.
6279 (beginning): Add to summary of topics.
6280 (Shell): Put eshell xref at the end. Remove eshell from table.
6281 (Thumbnails): New node.
6282
8cf51b2c
GM
62832006-03-28 Eli Zaretskii <eliz@gnu.org>
6284
6285 * files.texi (File Name Cache): Make it clear that the cache is
6286 not persistent.
6287
8cf51b2c
GM
62882006-03-25 Karl Berry <karl@gnu.org>
6289
49823426
GM
6290 * emacs-xtra.texi, emacs.texi, gnu.texi:
6291 (1) use @copyright{} instead of (C) in typeset text;
8cf51b2c
GM
6292 (2) do not indent copyright year list (or anything else).
6293
8cf51b2c
GM
62942006-03-21 Juanma Barranquero <lekktu@gmail.com>
6295
6296 * files.texi (VC Dired Mode): Remove misplaced brackets.
6297
62982006-03-21 Andre Spiegel <spiegel@gnu.org>
6299
6300 * files.texi: Various updates and clarifications in the VC chapter.
6301
63022006-03-19 Luc Teirlinck <teirllm@auburn.edu>
6303
6304 * help.texi (Help Mode): Document "C-c C-c".
6305
8cf51b2c
GM
63062006-03-16 Luc Teirlinck <teirllm@auburn.edu>
6307
6308 * emacs-xtra.texi (Top): Avoid ugly continuation line in
6309 menu in the standalone Info reader.
6310
63112006-03-15 Chong Yidong <cyd@stupidchicken.com>
6312
6313 * emacs-xtra.texi (Emerge, Picture Mode, Fortran): New chapters,
6314 moved here from Emacs manual.
6315
6316 * programs.texi (Fortran): Section moved to emacs-xtra.
6317 (Program Modes): Xref to Fortran in emacs-xtra.
6318
6319 * maintaining.texi (Emerge): Move to emacs-xtra.
6320 * files.texi (Comparing Files): Xref to Emerge in emacs-xtra.
6321
6322 * picture.texi: File deleted.
6323 * Makefile.in:
6324 * makefile.w32-in: Remove picture.texi.
6325
6326 * text.texi (Text): Xref to Picture Mode in emacs-xtra.
6327 * abbrevs.texi (Abbrevs):
6328 * sending.texi (Sending Mail): Picture node removed.
6329
6330 * emacs.texi (Top): Update node listings.
6331
8cf51b2c
GM
63322006-03-12 Richard Stallman <rms@gnu.org>
6333
6334 * calendar.texi: Various cleanups.
6335
8cf51b2c
GM
63362006-03-11 Luc Teirlinck <teirllm@auburn.edu>
6337
6338 * search.texi (Regexps): Use @samp for regexp that is not in Lisp
6339 syntax.
6340
8cf51b2c
GM
63412006-03-08 Luc Teirlinck <teirllm@auburn.edu>
6342
6343 * search.texi (Regexps): More accurately describe which characters
6344 are special in which situations. Recommend _not_ to quote `]' or
6345 `-' when they are not special.
6346
8cf51b2c
GM
63472006-02-28 Andre Spiegel <spiegel@gnu.org>
6348
6349 * files.texi (Old Versions): Clarify operation of C-x v =.
6350
8cf51b2c
GM
63512006-02-21 Nick Roberts <nickrob@snap.net.nz>
6352
6353 * building.texi (Watch Expressions): Update and describe
6354 gdb-speedbar-auto-raise.
6355
63562006-02-19 Richard M. Stallman <rms@gnu.org>
6357
6358 * emacs.texi: Use @smallbook.
6359 (Top): Update ref to Emacs paper, delete ref to Cookbook.
6360 Update subnode menu.
6361
6362 * building.texi (Lisp Interaction): Minor addition.
6363
63642006-02-18 Nick Roberts <nickrob@snap.net.nz>
6365
6366 * building.texi (Watch Expressions): Update and be more precise.
6367
c8763fb6 63682006-02-15 Francesco Potortì <pot@gnu.org>
8cf51b2c
GM
6369
6370 * maintaining.texi (Create Tags Table): Explain why the
6371 exception when etags writes to files under the /dev tree.
6372
63732006-02-14 Richard M. Stallman <rms@gnu.org>
6374
6375 * custom.texi (Safe File Variables): Lots of clarification.
6376 Renamed from Unsafe File Variables.
6377
63782006-02-14 Chong Yidong <cyd@stupidchicken.com>
6379
6380 * custom.texi (Unsafe File Variables): File variable confirmation
6381 assumed denied in batch mode.
6382
63832006-02-14 Richard M. Stallman <rms@gnu.org>
6384
6385 * building.texi (GDB User Interface Layout): Don't say `inferior'
6386 for program being debugged.
6387
63882006-02-15 Nick Roberts <nickrob@snap.net.nz>
6389
6390 * building.texi (GDB Graphical Interface):
6391 Replace gdb-use-inferior-io-buffer with gdb-use-separate-io-buffer.
6392
63932006-02-13 Chong Yidong <cyd@stupidchicken.com>
6394
6395 * custom.texi (Specifying File Variables, Unsafe File Variables):
6396 New nodes, split from File Variables. Document new file local
6397 variable behavior.
6398
63992006-02-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6400
6401 * display.texi (Standard Faces):
8cf51b2c
GM
6402 * files.texi (Visiting):
6403 * frames.texi (Clipboard):
6404 * glossary.texi (Glossary) <Clipboard>:
6405 * xresources.texi (X Resources): Mention Mac OS port.
6406
8cf51b2c
GM
64072006-02-12 Richard M. Stallman <rms@gnu.org>
6408
6409 * building.texi (Building): Clarify topic in intro.
6410
6411 * maintaining.texi (Maintaining): Change title; clarify topic.
6412 Delete duplicate index entries.
6413
6414 * building.texi (Other GDB User Interface Buffers): Clarifications.
6415
6416 * text.texi (Cell Commands): Clarifications.
6417
6418 * programs.texi (Defuns): Delete duplicate explanation of
6419 left-margin paren convention.
6420 (Hungry Delete): Minor cleanup.
6421
64222006-02-11 Mathias Dahl <mathias.dahl@gmail.com>
6423
6424 * dired.texi (Tumme): More tumme documentation.
6425
64262006-02-11 Alan Mackenzie <acm@muc.de>
6427
6428 * programs.texi ("Hungry Delete"): Correct the appellation of the
6429 backspace and delete keys to @kbd{DEL} and @kbd{DELETE}.
6430
64312006-02-11 Mathias Dahl <mathias.dahl@gmail.com>
6432
6433 * dired.texi (Tumme): Fix small bug.
6434
64352006-02-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6436
6437 * macos.texi (Mac International): Rename "fontset-mac" to
6438 "fontset-standard".
6439
8cf51b2c
GM
64402006-02-09 Mathias Dahl <mathias.dah@gmail.com>
6441
6442 * dired.texi (Tumme): Basic documentation for Tumme added.
6443
8cf51b2c
GM
64442006-02-07 Luc Teirlinck <teirllm@auburn.edu>
6445
6446 * mule.texi (International):
6447 * programs.texi (Basic Indent): Fix typos.
6448
8cf51b2c
GM
6449 * custom.texi (Minor Modes):
6450 * display.texi (Text Display):
6451 * commands.texi (Text Characters): Update xrefs.
6452
64532006-02-07 Richard M. Stallman <rms@gnu.org>
6454
6455 * emacs.texi (Top): Update subnode menu.
6456 Update info on old Emacs papers.
6457 (Intro): "Graphical display", not window system.
6458
6459 * xresources.texi (GTK styles): Minor clarifications.
6460
6461 * trouble.texi: "Graphical display", not window system.
6462 (Stuck Recursive): Minor clarification.
6463
6464 * text.texi: Minor clarifications.
6465 (Sentences): Explain why two-space convention is better.
6466 Explain sentence-end-without-period here.
6467 (Fill Commands): Not here.
6468 (Refill): Node moved down.
6469 (Filling): Update menu.
6470 (Table Creation, Cell Justification, Column Commands): Clarify.
6471
6472 * sending.texi: Minor clarifications.
6473
6474 * search.texi (Regexp Backslash): Clarification.
6475
6476 * rmail.texi: Minor cleanups.
6477 (Rmail): Delete digression about `rmail-mode'.
6478 (Rmail Inbox): Delete false advice wrt rmail-primary-inbox-list.
6479 (Rmail Files): Mention C-u M-x rmail.
6480 (Rmail Reply): Mention References.
6481 (Rmail Display): Mention rmail-nonignored-headers.
6482
6483 * programs.texi: Minor cleanups.
6484 (Comment Commands): Mention momentary Transient Mark mode.
6485 (Matching): Be more specific about customizing show-paren-mode.
6486 (Info Lookup): Don't list the modes that support C-h S.
6487 Just say what it does in an unsupported mode.
6488 (Man Page): Delete excessive info on customizing woman.
6489 (Motion in C): Don't mention c-for/backward-into-nomenclature.
6490
6491 * abbrevs.texi: Minor clarifications.
6492 (Dabbrev Customization): Talk about "dynamic abbrev expansion",
6493 not "dynamic abbrevs" as if they were a kind of abbrev.
6494
6495 * picture.texi (Picture): Minor cleanup.
6496
6497 * mule.texi (Communication Coding): Say "other applications".
6498 (Fontsets): Not specific to X. Add xref to X Resources.
6499 (Unibyte Mode): Rename from Single-Byte Character Support.
6500 "Graphical display", not window system.
6501 (International): Update menu.
6502
6503 * maintaining.texi (Format of ChangeLog):
6504 New node, split out from ChangeLog.
6505 (ChangeLog): Clarifications in the remaining text.
6506 (Create Tags Table, Etags Regexps, Select Tags Table): Cleanups.
6507 (Find Tag): Add @w.
6508 (Tags Search): Explain tag table order here. Simplify grep ref.
6509 (List Tags): tags-tag-face is a variable, not a face.
6510 (Emerge): Cleanups.
6511
6512 * kmacro.texi (Keyboard Macro Counter): Rewrite for clarity.
6513 (Keyboard Macros): Avoid "the user".
6514
6515 * killing.texi: "Graphical display", not window system.
6516
6517 * help.texi (Help Echo): "Graphical display", not window system.
6518
6519 * glossary.texi: Say "you", not "the user". Say "graphical display".
6520
6521 * frames.texi: Minor cleanups. "Graphical display", not window system.
6522
6523 * files.texi (Visiting): Make drag-and-drop not X-specific.
6524
6525 * custom.texi: Minor cleanups. "Graphical display", not window system.
6526
6527 * cmdargs.texi: Minor cleanups.
6528
6529 * building.texi (Compilation): Move and split kill-compilation para.
6530 Add para about multiple compilers.
6531 (Compilation Mode): Commands also available in grep mode and others.
6532 Mention C-u C-x ` more tutorially. Clarify C-x `.
6533 (Compilation Shell): Clarify. Put Bash example first.
6534 (Grep Searching): Minor cleanups; add @w.
6535 (Debuggers): Minor cleanups.
6536 (Starting GUD): Make GDB xgraphical mode issue clearer.
6537 (Debugger Operation): Lots of clarifications including
6538 GDB tooltip side-effect issue.
6539 (Commands of GUD): Clarify.
6540 (GUD Customization): Add bashdb-mode-hook.
6541 (GDB Graphical Interface): Rewrite for clarity.
6542 (GDB User Interface Layout): Rewrite for clarity.
6543 (Stack Buffer, Watch Expressions): Likewise.
6544 (Other GDB User Interface Buffers): Cleanups.
6545 (Lisp Libraries, External Lisp): Cleanup.
6546
6547 * basic.texi (Position Info): "Graphical displays", rather than
6548 window systems.
6549
6550 * anti.texi: Minor cleanup.
6551
8cf51b2c
GM
65522006-02-03 Eli Zaretskii <eliz@gnu.org>
6553
6554 * custom.texi (Init File, Find Init): Add cross-references to
6555 where $HOME is described.
6556
65572006-02-01 Luc Teirlinck <teirllm@auburn.edu>
6558
6559 * frames.texi (Frame Parameters): Remove @item for S-Mouse-1; it
6560 is not inside the @table.
6561
6562 * emacs.texi (Top): Correct node name.
6563
6564 * files.texi (File Names): Fix @xref.
6565 (Reverting): Fix typo.
6566
6567 * mule.texi (International): Correct node name.
6568
6569 * kmacro.texi (Save Keyboard Macro): Add missing @kbd to @table.
6570
65712006-02-01 Richard M. Stallman <rms@gnu.org>
6572
6573 * emacs.texi (Top): Update subnode menu.
6574
6575 * mule.texi: Minor clarifications.
6576 Reduce the specific references to X Windows.
6577 Refer to "graphical" terminals, rather than window systems.
6578 (Text Coding): Rename from Specify Coding.
6579 (Communication Coding, File Name Coding, Terminal Coding):
6580 New nodes split out from Text Coding.
6581
6582 * kmacro.texi: Minor clarifications.
6583 (Keyboard Macro Ring): Comment out some excessive commands.
6584 (Basic Keyboard Macro): Split up the table, putting part in each node.
6585
6586 * major.texi: Minor clarifications.
6587
6588 * misc.texi (Single Shell, Interactive Shell): Fix xrefs.
6589
6590 * windows.texi: Minor clarifications.
6591 (Change Window): Don't describe mode-line mouse cmds here.
6592 Add xref to Mode Line Mouse.
6593
6594 * msdog.texi (Text and Binary, MS-DOS and MULE): Fix xrefs.
6595
6596 * macos.texi (Mac International): Fix xref.
6597
6598 * indent.texi: Minor clarifications.
6599
6600 * frames.texi: Minor clarifications.
6601 Reduce the specific references to X Windows.
6602 Refer to "graphical" terminals, rather than window systems.
6603 (Frame Parameters): Don't mention commands like
6604 set-foreground-color. Just say to customize a face.
6605 (Drag and Drop): Lisp-level stuff moved to Emacs Lisp manual.
6606
6607 * files.texi: Minor clarifications.
6608 (Numbered Backups): New node, split out from Backup Names.
6609
6610 * display.texi (Font Lock): C mode no longer depends on (-in-col-0.
6611
6612 * cmdargs.texi (General Variables): Fix xref.
6613
6614 * buffers.texi: Minor clarifications.
6615
8cf51b2c
GM
66162006-01-31 Richard M. Stallman <rms@gnu.org>
6617
6618 * display.texi (Scrolling, Horizontal Scrolling, Follow Mode):
6619 Nodes moved to top.
6620
6621 * display.texi: Minor clarifications.
6622 (Display): Rearrange menu.
6623 (Standard Faces): Mention query-replace face.
6624 (Faces): Simplify.
6625 (Font Lock): Simplify face customization info.
6626 (Highlight Changes): Node merged into Highlight Interactively.
6627 (Highlight Interactively): Much rewriting and cleanup.
6628 (Optional Mode Line): Narrowed line number not good for goto-line.
6629 Simplify face customization advice.
6630 (Text Display): Mention use of escape-glyph face.
6631 Move ctl-arrow and tab-width here.
6632 (Display Custom): Move no-redraw-on-reenter to end of node.
6633
6634 * search.texi: Minor clarifications.
6635 (Isearch Scroll): Simplify.
6636 (Other Repeating Search): Document multi-occur-in-matching-buffers.
6637
6638 * regs.texi (Registers): Mention bookmarks here.
6639
6640 * mark.texi: Minor clarifications.
6641 (Selective Undo): Node deleted.
6642
6643 * m-x.texi: Minor clarifications.
6644
6645 * killing.texi: Minor clarifications.
6646 Refer to "graphical" terminals, rather than window systems.
6647
6648 * help.texi: Clarifications.
6649 (Help): Don't describe C-h F and C-h K here.
6650 (Key Help): Describe C-h K here.
6651 (Name Help): Mention Emacs Lisp Intro.
6652 Describe C-h F here.
6653 (Misc Help): Mention C-h F and C-h K only briefly.
6654
6655 * fixit.texi (Undo): New node, mostly copied from basic.texi.
6656 Selective undo text merged in.
6657 (Spelling): Mention Aspell along with Ispell.
6658
6659 * emacs.texi (Top): Update subnode menus.
6660
6661 * basic.texi (Basic Undo): Rename from Undo. Most of text
6662 moved to new Undo node.
6663
8cf51b2c
GM
66642006-01-29 Chong Yidong <cyd@stupidchicken.com>
6665
6666 * basic.texi (Continuation Lines, Inserting Text):
6667 Mention longlines mode.
6668
66692006-01-29 Richard M. Stallman <rms@gnu.org>
6670
10d1d0af 6671 * screen.texi: Minor cleanups.
8cf51b2c
GM
6672 (Screen): Clean up the intro paragraphs.
6673 (Mode Line): Lots of rewriting. Handle frame-name better.
6674 eol-mnemonic-... vars moved out.
6675
6676 * emacs.texi (Top): Change menu item for MS-DOS node.
6677 Update subnode menu.
6678
6679 * msdog.texi (MS-DOS): Rewrite intro to explain how this
6680 chapter relates to Windows. Title changed.
6681
6682 * mini.texi: Minor cleanups.
6683
6684 * mark.texi (Selective Undo): New node, text moved from basic.texi.
6685 (Mark): Put it in the menu.
6686
6687 * entering.texi: Minor cleanups.
6688
6689 * emacs.texi (Top): Add xref to Mac chapter; explain Windows better.
6690 (Intro): Refer to "graphical" terminals, rather than X.
6691
6692 * display.texi (Display Custom): Add xref to Variables.
6693 (Optional Mode Line): eol-mnemonic-... vars moved here.
6694
6695 * commands.texi: Minor cleanups. Refer to "graphical" terminals,
6696 rather than X.
6697
8cf51b2c
GM
6698 * basic.texi: Minor cleanups.
6699 (Undo): selective-undo moved.
6700
8cf51b2c
GM
67012006-01-25 Luc Teirlinck <teirllm@auburn.edu>
6702
6703 * anti.texi (Antinews): Various corrections and additions.
6704
67052006-01-23 Juri Linkov <juri@jurta.org>
6706
6707 * custom.texi (Easy Customization, Customization Groups)
6708 (Browsing Custom): Mention links along with buttons.
6709
8cf51b2c
GM
67102006-01-21 Eli Zaretskii <eliz@gnu.org>
6711
8cf51b2c
GM
6712 * text.texi (TeX Print): Use @key for TAB.
6713
8cf51b2c
GM
6714 * kmacro.texi (Keyboard Macro Step-Edit): Use @key for TAB.
6715
8cf51b2c
GM
67162006-01-15 Sven Joachim <svenjoac@gmx.de> (tiny change)
6717
6718 * files.texi (File Aliases): Don't claim that usually separate
6719 buffers are created for two file names that name the same data.
6720 Mention additional situations where different names mean the same
6721 file on disk.
6722
67232006-01-19 Richard M. Stallman <rms@gnu.org>
6724
6725 * killing.texi (Deletion): Upcase @key argument.
6726
6727 * custom.texi (Custom Themes): Minor cleanup.
6728
6729 * programs.texi (Hungry Delete): Upcase @key argument.
6730
8cf51b2c
GM
67312006-01-16 Juri Linkov <juri@jurta.org>
6732
6733 * display.texi (Standard Faces): Add `mode-line-buffer-id'.
6734 Move `mode-line-highlight' before `mode-line-buffer-id'.
6735
8cf51b2c
GM
67362006-01-14 Richard M. Stallman <rms@gnu.org>
6737
6738 * basic.texi (Inserting Text): Minor cleanup.
6739
8cf51b2c
GM
67402006-01-11 Luc Teirlinck <teirllm@auburn.edu>
6741
6742 * custom.texi (Changing a Variable, Face Customization):
6743 Update for changes in Custom menus.
6744
8cf51b2c
GM
67452006-01-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6746
6747 * macos.texi (Mac International): Undo last change.
6748
8cf51b2c
GM
67492006-01-02 Chong Yidong <cyd@stupidchicken.com>
6750
6751 * custom.texi (Custom Themes): Describe the new
6752 customize-create-theme interface.
6753
67542005-12-30 Juri Linkov <juri@jurta.org>
6755
6756 * basic.texi (Position Info): Update example.
6757
c8763fb6 67582005-12-27 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
6759
6760 * frames.texi (Dialog Boxes): Add x-gtk-show-hidden-files.
6761
67622005-12-24 Chong Yidong <cyd@stupidchicken.com>
6763
6764 * custom.texi (Custom Themes): `load-theme' always loads.
6765
67662005-12-23 Juri Linkov <juri@jurta.org>
6767
6768 * display.texi (Highlight Interactively): Use double space to
6769 separate sentences. Replace C-p with M-p, and C-n with M-n.
6770
67712005-12-22 Richard M. Stallman <rms@gnu.org>
6772
6773 * custom.texi (Easy Customization and subnodes):
6774 Replace "active field" with "button".
6775 Use "user option" only for variables.
6776 Use "setting" for variable-or-face.
6777
67782005-12-22 Luc Teirlinck <teirllm@auburn.edu>
6779
6780 * buffers.texi (Select Buffer): Change order in table to make
6781 "Similar" refer to the correct item.
6782 (Indirect Buffers): Minor rewording.
6783
8cf51b2c
GM
67842005-12-20 Juri Linkov <juri@jurta.org>
6785
6786 * files.texi (VC Status): Put P and N near p and n.
6787
8cf51b2c
GM
67882005-12-19 Richard M. Stallman <rms@gnu.org>
6789
6790 * programs.texi (Electric C): Delete the info about newline control.
6791 (Other C Commands): Minor cleanup.
6792 (Left Margin Paren): Minor cleanup.
6793
67942005-12-19 Luc Teirlinck <teirllm@auburn.edu>
6795
6796 * custom.texi (Easy Customization): Add "Browsing Custom" to menu.
6797 (Customization Groups): Delete text moved to "Browsing Custom".
6798 (Browsing Custom): New node.
6799 (Specific Customization): Clarify which commands only work for
6800 loaded options.
6801
68022005-12-18 Bill Wohler <wohler@newt.com>
6803
6804 * frames.texi (Tool Bars): Shorten text of previous change.
6805
68062005-12-18 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
6807
6808 * files.texi (VC Status): Document log-view mode.
6809
68102005-12-18 Bill Wohler <wohler@newt.com>
6811
6812 * frames.texi (Tool Bars): Mention that you can turn off tool bars
6813 permanently via the customize interface.
6814
8cf51b2c
GM
68152005-12-16 Ralf Angeli <angeli@iwi.uni-sb.de>
6816
6817 * killing.texi (Killing by Lines): Document `kill-whole-line'
6818 function.
6819
c8763fb6 68202005-12-16 Lőrentey Károly <lorentey@elte.hu>
8cf51b2c
GM
6821
6822 * buffers.texi (Select Buffer): Change `prev-buffer' to
6823 `previous-buffer'. Indicate that these functions use a frame
6824 local buffer list.
6825
8cf51b2c
GM
68262005-12-12 Richard M. Stallman <rms@gnu.org>
6827
6828 * custom.texi (Easy Customization): Change menu comment.
6829 (Prefix Keymaps): Fix spelling of Control-X-prefix.
6830
6831 * help.texi (Apropos): Rewrite. Talk about "apropos patterns".
6832 (Help): Among the Apropos commands, describe only C-h a here.
6833
68342005-12-11 Richard M. Stallman <rms@gnu.org>
6835
6836 * programs.texi (Options for Comments): Comment-end starts with space.
6837
6838 * glossary.texi (Glossary): Minor cleanup.
6839
6840 * files.texi (Old Versions): Use @table.
6841
8cf51b2c
GM
68422005-12-10 David Koppelman <koppel@ece.lsu.edu>
6843
6844 * display.texi (Highlight Interactively): Include
6845 global-hi-lock-mode. Add miscellaneous details and elaborations.
6846
68472005-12-09 Richard M. Stallman <rms@gnu.org>
6848
6849 * display.texi (Font Lock): Delete the Global FL menu item.
6850
68512005-12-09 Luc Teirlinck <teirllm@auburn.edu>
6852
6853 * custom.texi (Minibuffer Maps): Mention the maps for file name
6854 completion.
6855
68562005-12-09 Kim F. Storm <storm@cua.dk>
6857
6858 * killing.texi (CUA Bindings): Describe how to use C-x and C-c as
10d1d0af 6859 prefix keys even when mark is active. Describe that RET moves
8cf51b2c
GM
6860 cursor to next corner in rectangle; clarify insert around rectangle.
6861
8cf51b2c
GM
68622005-12-08 Luc Teirlinck <teirllm@auburn.edu>
6863
6864 * custom.texi (Customization): Use xref to elisp manual for
6865 non-TeX output.
6866 (Minor Modes): Update.
6867 (Customization Groups, Changing a Variable, Face Customization):
6868 Update for new appearance of Custom buffers.
6869 (Changing a Variable): `custom-buffer-done-function' has been
6870 replaced by `custom-buffer-done-kill'.
6871 (Specific Customization): In the `customize-group' buffer, a
6872 subgroup's contents are not "hidden". They are not included at
6873 all. They have no [Show] button.
6874 (Mouse Buttons): Add pxref to description of mouse event lists in
6875 Elisp manual. Add `menu-bar' and `header-line' dummy prefix keys.
6876 (Find Init): Emacs now looks for ~/.emacs.d/init.el instead of
6877 ~/.emacs.d/.emacs, if it can not find ~/.emacs(.el).
6878
68792005-12-08 Richard M. Stallman <rms@gnu.org>
6880
6881 * mini.texi (Completion Commands, Completion):
6882 In file name input, SPC does not do completion.
6883
8cf51b2c
GM
68842005-12-08 Nick Roberts <nickrob@snap.net.nz>
6885
6886 * building.texi (GDB Graphical Interface): Explain screen size
6887 setting.
6888 (Other GDB User Interface Buffers): Describe features specific to
6889 GDB 6.4.
6890
8cf51b2c
GM
68912005-12-01 Nick Roberts <nickrob@snap.net.nz>
6892
6893 * building.texi (GDB User Interface Layout): Describe how to
6894 kill associated buffers.
6895 (Breakpoints Buffer): Use D instead of d for gdb-delete-breakpoint.
6896 (Watch Expressions): Be more precise.
6897 (Other GDB User Interface Buffers): Describe how to change a
6898 register value.
6899
8cf51b2c
GM
69002005-11-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6901
6902 * macos.texi (Mac Input): Remove description of
6903 mac-command-key-is-meta. Add descriptions of
6904 mac-control-modifier, mac-command-modifier, and
6905 mac-option-modifier.
6906 (Mac International): Fix description of conversion of clipboard data.
6907 (Mac Font Specs): Add example of font customization by face attributes.
6908
69092005-11-22 Nick Roberts <nickrob@snap.net.nz>
6910
6911 * building.texi (Watch Expressions): Expand description.
6912 (Other GDB User Interface Buffers): Describe local map for
6913 gud-watch.
6914
69152005-11-21 Chong Yidong <cyd@stupidchicken.com>
6916
6917 * display.texi (Font Lock): Font lock is enabled by default now.
6918
69192005-11-20 Juri Linkov <juri@jurta.org>
6920
6921 * basic.texi (Position Info): Update examples of the output.
6922 Remove the fact that examples are produced in the TeXinfo buffer,
6923 because in the Info reader users will get a different output from
6924 `C-x ='.
6925
6926 * building.texi (Compilation Mode): Remove paragraph duplicated
6927 from the node `Compilation'. Add `compilation-skip-threshold'.
6928
6929 * display.texi (Font Lock): Suggest more user-friendly method of
6930 finding all Font Lock faces (M-x customize-group RET font-lock-faces).
6931
69322005-11-18 Richard M. Stallman <rms@gnu.org>
6933
6934 * files.texi (Registering): Mention @@ in mode line.
6935
6936 * mini.texi (Minibuffer File): Clarify previous change. Add @findex.
6937
69382005-11-08 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
6939
6940 * files.texi (Renaming and VC): Some back-ends don't
6941 handle renaming.
6942
8cf51b2c
GM
69432005-11-17 Juri Linkov <juri@jurta.org>
6944
6945 * emacs.texi (Top):
6946 * display.texi (Highlight Interactively): Put this font-lock based
6947 mode near Font Lock node.
6948
69492005-11-16 Chong Yidong <cyd@stupidchicken.com>
6950
6951 * ack.texi (Acknowledgments): Acknowledge Andrew Zhilin for Emacs
6952 icons.
6953
69542005-11-12 Kim F. Storm <storm@cua.dk>
6955
6956 * help.texi (Help): Fix C-h a entry. Add C-h d entry.
6957 (Help Summary): Add C-h d and C-h e.
6958 (Apropos): Clarify that all apropos commands may search for either
6959 list of words or a regexp. Add C-h d for apropos-documentation.
6960 Describe apropos-documentation-sort-by-scores user option.
6961
8cf51b2c
GM
69622005-11-09 Luc Teirlinck <teirllm@auburn.edu>
6963
6964 * killing.texi (CUA Bindings): Add @section.
6965
69662005-11-10 Kim F. Storm <storm@cua.dk>
6967
6968 * emacs.texi (Top): Add CUA Bindings entry to menu.
6969
6970 * killing.texi (CUA Bindings): New node. Moved here from
6971 misc.texi and extended with info on rectangle commands and
6972 rectangle highlighting, interface to registers, and the global
6973 mark feature.
6974
6975 * misc.texi (Emulation): Move CUA bindings item to killing.texi.
6976
6977 * regs.texi: Prev link points to CUA Bindings node.
6978
69792005-11-07 Luc Teirlinck <teirllm@auburn.edu>
6980
6981 * help.texi (Help Echo): By default, help echos are only shown on
6982 mouse-over, not on point-over.
6983
c8763fb6 69842005-11-04 Jérôme Marant <jerome@marant.org>
8cf51b2c
GM
6985
6986 * misc.texi (Shell Mode): Describe how to activate password echoing.
6987
8cf51b2c
GM
69882005-11-04 Romain Francoise <romain@orebokech.com>
6989
6990 * mark.texi (Mark Ring): Fix typo.
6991
69922005-11-03 Richard M. Stallman <rms@gnu.org>
6993
6994 * mark.texi (Mark Ring): Mention set-mark-command-repeat-pop.
6995
69962005-11-01 Bill Wohler <wohler@newt.com>
6997
6998 * help.texi (Help Mode): Fix typo.
6999
70002005-11-01 Nick Roberts <nickrob@snap.net.nz>
7001
1c6c854e
CS
7002 * building.texi (Other GDB User Interface Buffers):
7003 Describe the command gdb-use-inferior-io-buffer.
8cf51b2c
GM
7004
70052005-10-31 Romain Francoise <romain@orebokech.com>
7006
7007 * files.texi (Compressed Files): Fix typo.
7008
7009 * buffers.texi (Misc Buffer): Downcase `*shell*'.
7010
7011 * windows.texi (Force Same Window): Likewise.
7012
70132005-10-30 Bill Wohler <wohler@newt.com>
7014
7015 * help.texi (Help Mode): URLs viewed with browse-url.
7016
70172005-10-31 Nick Roberts <nickrob@snap.net.nz>
7018
7019 * building.texi (GDB Graphical Interface): Don't reference
7020 gdb-mouse-set-clear-breakpoint. Explain gdb-mouse-until
7021 must stay in same frame.
7022
70232005-10-29 Chong Yidong <cyd@stupidchicken.com>
7024
7025 * custom.texi (Init File): Document ~/.emacs.d/init.el.
7026
7027 * anti.texi (Antinews): Likewise.
7028
8cf51b2c
GM
70292005-10-28 Bill Wohler <wohler@newt.com>
7030
7031 * help.texi (Help): Help mode now creates hyperlinks for URLs.
7032
70332005-10-28 Richard M. Stallman <rms@gnu.org>
7034
7035 * files.texi (Visiting): Explain how to enter ? in a file name.
7036
7037 * trouble.texi (Memory Full): Mention !MEM FULL! in mode line.
7038
8cf51b2c
GM
70392005-10-25 Nick Roberts <nickrob@snap.net.nz>
7040
1c6c854e
CS
7041 * building.texi (GDB Graphical Interface):
7042 Describe gdb-mouse-until.
8cf51b2c
GM
7043
70442005-10-23 Richard M. Stallman <rms@gnu.org>
7045
7046 * custom.texi (Init File): Recommend when to use site-start.el.
7047
8cf51b2c
GM
70482005-10-21 Juri Linkov <juri@jurta.org>
7049
7050 * custom.texi (Examining): Mention accessing the old variable
7051 value via M-n in set-variable.
7052
8cf51b2c
GM
70532005-10-18 Romain Francoise <romain@orebokech.com>
7054
7055 * files.texi (Version Systems): Capitalize GNU.
7056
8cf51b2c
GM
70572005-10-18 Nick Roberts <nickrob@snap.net.nz>
7058
7059 * building.texi (Compilation Mode): Remove redundant paragraph.
7060 (Watch Expressions): Remove paragraph to reflect code change.
7061
8cf51b2c
GM
70622005-10-16 Richard M. Stallman <rms@gnu.org>
7063
7064 * building.texi (Compilation Mode, Compilation): Clarified.
7065
70662005-10-15 Richard M. Stallman <rms@gnu.org>
7067
7068 * misc.texi (Saving Emacs Sessions): Mention savehist library.
7069
8cf51b2c
GM
70702005-10-13 Kenichi Handa <handa@m17n.org>
7071
7072 * basic.texi (Position Info): Fix previous change.
7073
c8763fb6 70742005-10-12 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
7075
7076 * cmdargs.texi (Icons X): Fix typo.
7077
70782005-10-12 Kenichi Handa <handa@m17n.org>
7079
7080 * basic.texi (Position Info): Describe the case that Emacs shows
7081 "part of display ...".
7082
c8763fb6 70832005-10-10 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
7084
7085 * cmdargs.texi (Icons X): -nb => -nbi.
7086
70872005-10-10 Chong Yidong <cyd@stupidchicken.com>
7088
7089 * frames.texi (Speedbar): A couple more clarifications.
7090
70912005-10-11 Nick Roberts <nickrob@snap.net.nz>
7092
7093 * building.texi (GDB User Interface Layout): Improve diagram.
7094 (Watch Expressions): Explain how to make speedbar global.
7095 (Other GDB User Interface Buffers): Make references more precise.
7096
8cf51b2c
GM
70972005-10-09 Richard M. Stallman <rms@gnu.org>
7098
7099 * frames.texi (Speedbar): Clarify the text.
7100
71012005-10-09 Chong Yidong <cyd@stupidchicken.com>
7102
7103 * frames.texi (Speedbar): Add information on keybindings,
7104 dismissing the speedbar, and buffer display mode. Link to
7105 speedbar manual.
7106
c8763fb6 71072005-10-09 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c 7108
1c6c854e 7109 * cmdargs.texi (Icons X): Remove options -i, -itype, --icon-type,
8cf51b2c
GM
7110 added -nb, --no-bitmap-icon.
7111
8cf51b2c
GM
71122005-10-07 Nick Roberts <nickrob@snap.net.nz>
7113
7114 * building.texi (GDB Graphical Interface): Add variables and
7115 functions to indices. Be more precise.
7116
c8763fb6 71172005-10-03 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
7118
7119 * frames.texi (Drag and Drop): Remove the x- from
7120 x-dnd-open-file-other-window and xdnd-protocol-alist.
7121
71222005-09-30 Romain Francoise <romain@orebokech.com>
7123
7124 * mini.texi (Minibuffer): The default value now appears before the
7125 colon in minibuffer prompts.
7126
8cf51b2c
GM
71272005-09-25 Richard M. Stallman <rms@gnu.org>
7128
7129 * search.texi (Regexp Search): Doc search-whitespace-regexp.
7130
8cf51b2c
GM
71312005-09-20 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
7132
7133 * text.texi (Paragraphs): Correction about Paragraph-Indent Text mode.
7134
8cf51b2c
GM
71352005-09-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7136
7137 * emacs.texi (Top): Update submenus from macos.texi.
7138
7139 * macos.texi: Change `Mac OS 8 or 9' to `Mac OS Classic'.
7140 (Mac OS): Update feature support status.
7141 (Mac Input): List supported input scripts. Remove description
7142 about `mac-keyboard-text-encoding'. Mention mouse button
7143 emulation and related variables.
7144 (Mac International): Mention Central European and Cyrillic
7145 support. Now `keyboard-coding-system' is dynamically changed.
1c6c854e
CS
7146 Add description about coding system for selection.
7147 Add description about language environment.
7148 (Mac Environment Variables):
7149 Mention `~/.MacOSX/environment.plist'. Give example of command line
8cf51b2c
GM
7150 arguments. Add Preferences support.
7151 (Mac Directories): Explicitly state that this node is for Mac OS
7152 Classic only.
1c6c854e
CS
7153 (Mac Font Specs): Mention specification for scalable fonts.
7154 List supported charsets. Add preferred way of creating fontsets.
7155 Add description about `mac-allow-anti-aliasing'.
8cf51b2c
GM
7156 (Mac Functions): Add descriptions about `mac-set-file-creator',
7157 `mac-get-file-creator', `mac-set-file-type', `mac-get-file-type',
7158 and `mac-get-preference'.
7159
8cf51b2c
GM
71602005-09-16 Romain Francoise <romain@orebokech.com>
7161
7162 Update all files to specify GFDL version 1.2.
7163
7164 * doclicense.texi (GNU Free Documentation License): Update to
7165 version 1.2.
7166
71672005-09-15 Richard M. Stallman <rms@gnu.org>
7168
7169 * buffers.texi (List Buffers): Fix xref.
7170
7171 * rmail.texi (Rmail Basics): Fix xref.
7172
7173 * emacs.texi (Top): Update subnode menus.
7174
7175 * files.texi (Saving Commands): New node, broken out of Saving.
7176 (Customize Save): New node, broken out of Saving.
7177 Clarify effect of write-region-inhibit-fsync.
7178 (Misc File Ops): Say write-region-inhibit-fsync affects write-region.
7179
8cf51b2c
GM
71802005-09-14 Romain Francoise <romain@orebokech.com>
7181
7182 * files.texi (Saving): Mention write-region-inhibit-fsync.
7183
71842005-09-05 Chong Yidong <cyd@stupidchicken.com>
7185
7186 * custom.texi (Custom Themes): New node.
7187
71882005-09-03 Richard M. Stallman <rms@gnu.org>
7189
49823426
GM
7190 * search.texi (Search Case): Mention vars that control
7191 case-fold-search for various operations.
8cf51b2c
GM
7192
71932005-08-22 Juri Linkov <juri@jurta.org>
7194
7195 * display.texi (Standard Faces): Merge the text from
7196 `(elisp)Standard Faces' into this node.
7197
71982005-08-18 Luc Teirlinck <teirllm@auburn.edu>
7199
7200 * emacs.texi (Top): Delete menu item for deleted node
7201 Keyboard Translations.
7202
72032005-08-18 Richard M. Stallman <rms@gnu.org>
7204
8cf51b2c
GM
7205 * trouble.texi (Unasked-for Search):
7206 Delete xref to Keyboard Translations.
7207
7208 * glossary.texi (Glossary): Delete xref.
7209
8cf51b2c
GM
7210 * custom.texi (Minor Modes): Say that the list here is not complete.
7211 (Keyboard Translations): Node deleted.
7212 (Disabling): Delete xref to it.
7213 (Customization Groups): Fix Custom buffer example.
7214 (Hooks): Mention remove-hooks.
7215
72162005-08-17 Luc Teirlinck <teirllm@auburn.edu>
7217
7218 * building.texi (GDB Graphical Interface): Improve filling of menu
7219 item.
7220
72212005-08-18 Nick Roberts <nickrob@snap.net.nz>
7222
7223 * building.texi (GDB Graphical Interface): Use better node names.
7224
72252005-08-14 Richard M. Stallman <rms@gnu.org>
7226
7227 * text.texi (Sentences): Fix xref.
7228
72292005-08-14 Juri Linkov <juri@jurta.org>
7230
7231 * building.texi (Compilation, Grep Searching): Move grep command
7232 headings from `Compilation' to `Grep Searching'.
7233
7234 * dired.texi (Dired and Find):
7235 * maintaining.texi (Tags Search): Replace grep xref to
7236 `Compilation' node with `Grep Searching'.
7237
7238 * files.texi (Comparing Files): Replace xref to `Compilation' with
7239 `Compilation Mode'.
7240
72412005-08-13 Alan Mackenzie <acm@muc.de>
7242
7243 * search.texi (Non-ASCII Isearch): Correct a typo.
7244 (Replacement Commands): Mention query-replace key binding.
7245
72462005-08-11 Richard M. Stallman <rms@gnu.org>
7247
7248 * programs.texi (Options for Comments): Fix xref.
7249
7250 * search.texi (Regexp Backslash, Regexp Example): New nodes split
7251 out of Regexps.
7252
8cf51b2c
GM
72532005-08-09 Juri Linkov <juri@jurta.org>
7254
7255 * building.texi (Compilation): Use `itemx' instead of `item'.
7256 (Grep Searching): Simplify phrase.
7257
7258 * display.texi (Standard Faces): Describe vertical-border on
7259 window systems.
7260
7261 * windows.texi (Split Window): Simplify phrase and mention
7262 vertical-border face.
7263
72642005-08-09 Richard M. Stallman <rms@gnu.org>
7265
7266 * files.texi (Comparing Files): Clarify compare-windows.
7267
7268 * calendar.texi (Scroll Calendar): Document < and > in calendar.
7269
8cf51b2c
GM
72702005-08-06 Eli Zaretskii <eliz@gnu.org>
7271
7272 * mule.texi (Coding Systems): Rephrase the paragraph about
7273 codepages: no need for "M-x codepage-setup" anymore, except on
7274 MS-DOS.
7275
7276 * msdog.texi (MS-DOS and MULE): Clarify that this section is for
7277 the MS-DOS port only.
7278
72792005-07-30 Eli Zaretskii <eliz@gnu.org>
7280
7281 * makefile.w32-in (info): Don't run multi-install-info.bat.
7282 ($(infodir)/dir): New target, produced by running
7283 multi-install-info.bat.
7284
8cf51b2c
GM
72852005-07-22 Eli Zaretskii <eliz@gnu.org>
7286
7287 * files.texi (Quoted File Names): Add index entry.
7288
8cf51b2c
GM
72892005-07-19 Juri Linkov <juri@jurta.org>
7290
7291 * files.texi (Comparing Files): Mention resync for `compare-windows'.
7292
72932005-07-18 Juri Linkov <juri@jurta.org>
7294
8cf51b2c
GM
7295 * custom.texi (Easy Customization):
7296 * files.texi (Old Versions):
7297 * frames.texi (Wheeled Mice):
7298 * mule.texi (Specify Coding):
8cf51b2c
GM
7299 * text.texi (Cell Justification):
7300 * trouble.texi (After a Crash):
8cf51b2c
GM
7301 * xresources.texi (GTK styles):
7302 Delete duplicate duplicate words.
7303
73042005-07-17 Richard M. Stallman <rms@gnu.org>
7305
7306 * frames.texi (Creating Frames): Fix foreground color example.
7307
7308 * custom.texi (Init Examples): Clean up text about conditionals.
7309
73102005-07-16 Richard M. Stallman <rms@gnu.org>
7311
7312 * mini.texi (Completion Commands): Fix command name for ?.
7313
8cf51b2c
GM
73142005-07-16 Eli Zaretskii <eliz@gnu.org>
7315
7316 * display.texi (Standard Faces): Explain that customization of
1c6c854e
CS
7317 `menu' face has no effect on w32 and with GTK.
7318 Add cross-references.
8cf51b2c
GM
7319
7320 * cmdargs.texi (General Variables): Clarify the default location
7321 of $HOME on w32 systems.
7322
73232005-07-15 Jason Rumney <jasonr@gnu.org>
7324
7325 * cmdargs.texi (General Variables): Default HOME on MS Windows has
7326 changed.
7327
73282005-07-08 Kenichi Handa <handa@m17n.org>
7329
1c6c854e
CS
7330 * mule.texi (Recognize Coding):
7331 Recommend revert-buffer-with-coding-system instead of revert-buffer.
8cf51b2c
GM
7332
73332005-07-07 Richard M. Stallman <rms@gnu.org>
7334
7335 * anti.texi (Antinews): Mention mode-line-inverse-video.
7336
7337 * files.texi (Saving): Minor correction about C-x C-w.
7338
7339 * display.texi (Display Custom): Don't mention mode-line-inverse-video.
7340
73412005-07-07 Luc Teirlinck <teirllm@auburn.edu>
7342
7343 * search.texi (Isearch Scroll): Add example of using the
7344 `isearch-scroll' property.
7345 (Slow Isearch): Reference anchor for `baud-rate' instead of entire
7346 `Display Custom' node.
7347 (Regexp Replace): Put text that requires Emacs Lisp knowledge last
7348 and de-emphasize it.
7349 (Other Repeating Search): `occur' currently can not correctly
7350 handle multiline matches. Correct, clarify and update description
7351 of `flush-lines' and `keep-lines'.
7352
7353 * display.texi (Display Custom): Add anchor for `baud-rate'.
7354
73552005-07-07 Richard M. Stallman <rms@gnu.org>
7356
7357 * gnu.texi: Update where to get GNU status; add refs for how to help.
7358 Add footnotes 6 and 7.
7359
73602005-07-04 Lute Kamstra <lute@gnu.org>
7361
7362 Update FSF's address in GPL notices.
7363
8cf51b2c 7364 * doclicense.texi (GNU Free Documentation License):
8cf51b2c
GM
7365 * trouble.texi (Checklist): Update FSF's address.
7366
8cf51b2c
GM
73672005-06-24 Richard M. Stallman <rms@gnu.org>
7368
7369 * display.texi (Text Display): Change index entries.
7370
73712005-06-24 Eli Zaretskii <eliz@gnu.org>
7372
7373 * makefile.w32-in (MAKEINFO): Use --force.
7374 (INFO_TARGETS, DVI_TARGETS): Make identical to the lists in
7375 Makefile.in.
8cf51b2c
GM
7376
73772005-06-23 Richard M. Stallman <rms@gnu.org>
7378
1c6c854e 7379 * anti.texi (Antinews): Rename show-nonbreak-escape to
8cf51b2c
GM
7380 nobreak-char-display.
7381
7382 * emacs.texi (Top): Update detailed node listing.
7383
1c6c854e 7384 * display.texi (Text Display): Rename show-nonbreak-escape
8cf51b2c
GM
7385 to nobreak-char-display and no-break-space to nobreak-space.
7386 (Standard Faces): Split up the list of standard faces
7387 and put it in a separate node. Add nobreak-space and
7388 escape-glyph.
7389
8cf51b2c
GM
73902005-06-23 Lute Kamstra <lute@gnu.org>
7391
7392 * mule.texi (Select Input Method): Fix typo.
7393
73942005-06-23 Kenichi Handa <handa@m17n.org>
7395
1c6c854e
CS
7396 * mule.texi (International): List all supported scripts.
7397 Adjust text for that leim is now included in the normal Emacs
8cf51b2c
GM
7398 distribution.
7399 (Language Environments): List all language environments.
7400 Intlfonts contains fonts for most supported scripts, not all..
7401 (Select Input Method): Refer to C-u C-x = to see how to type to
10d1d0af 7402 input a specific character.
8cf51b2c
GM
7403 (Recognize Coding): Fix typo, china-iso-8bit -> chinese-iso-8bit.
7404
74052005-06-23 Juanma Barranquero <lekktu@gmail.com>
7406
49823426 7407 * building.texi (Grep Searching): Texinfo usage fix.
8cf51b2c
GM
7408
74092005-06-22 Miles Bader <miles@gnu.org>
7410
7411 * display.texi (Faces): Change `vertical-divider' to `vertical-border'.
7412
74132005-06-20 Miles Bader <miles@gnu.org>
7414
7415 * display.texi (Faces): Add `vertical-divider'.
7416
74172005-06-17 Richard M. Stallman <rms@gnu.org>
7418
7419 * text.texi (Adaptive Fill): Minor clarification.
7420
8cf51b2c
GM
74212005-06-10 Lute Kamstra <lute@gnu.org>
7422
7423 * emacs.texi (Top): Correct version number.
7424 * anti.texi (Antinews): Correct version number. Use EMACSVER to
7425 refer to the current version of Emacs.
7426
74272005-06-08 Luc Teirlinck <teirllm@auburn.edu>
7428
7429 * files.texi (Log Buffer): Document when there can be more than
7430 one file to be committed.
7431
74322005-06-08 Juri Linkov <juri@jurta.org>
7433
7434 * display.texi (Faces): Add `shadow' face.
7435
74362005-06-07 Masatake YAMATO <jet@gyve.org>
7437
7438 * display.texi (Faces): Write about mode-line-highlight.
7439
74402005-06-06 Richard M. Stallman <rms@gnu.org>
7441
7442 * misc.texi (Printing Package): Explain how to initialize
7443 printing package.
7444
7445 * cmdargs.texi (Action Arguments): Clarify directory default for -l.
7446
74472005-06-05 Chong Yidong <cyd@stupidchicken.com>
7448
7449 * emacs.texi: Rename Hardcopy to Printing.
7450 Make PostScript and PostScript Variables subnodes of it.
7451
7452 * misc.texi (Printing): Rename node from Hardcopy.
7453 Mention menu bar options.
7454 Move PostScript and PostScript Variables to submenu.
7455 (Printing package): New node.
7456
7457 * mark.texi (Using Region): Change Hardcopy xref to Printing.
7458
7459 * dired.texi (Operating on Files): Likewise.
7460
7461 * calendar.texi (Displaying the Diary): Likewise.
7462
7463 * msdog.texi (MS-DOS Printing, MS-DOS Processes): Likewise.
7464
7465 * glossary.texi (Glossary): Likewise.
7466
7467 * frames.texi (Mode Line Mouse): Mention mode-line-highlight
7468 effect.
7469
74702005-06-04 Richard M. Stallman <rms@gnu.org>
7471
7472 * trouble.texi (After a Crash): Polish previous change.
7473
8cf51b2c
GM
74742005-05-30 Noah Friedman <friedman@splode.com>
7475
7476 * trouble.texi (After a Crash): Mention emacs-buffer.gdb as a
7477 recovery mechanism.
7478
8cf51b2c
GM
74792005-05-28 Nick Roberts <nickrob@snap.net.nz>
7480
7481 * building.texi (Other Buffers): SPC toggles display of
7482 floating point registers.
7483
8cf51b2c
GM
74842005-05-27 Nick Roberts <nickrob@snap.net.nz>
7485
7486 * files.texi (Log Buffer): Merge in description of Log Edit
7487 mode from pcl-cvs.texi.
7488
74892005-05-26 Richard M. Stallman <rms@gnu.org>
7490
7491 * building.texi (Lisp Eval): C-M-x with arg runs Edebug.
7492
8cf51b2c
GM
74932005-05-24 Luc Teirlinck <teirllm@auburn.edu>
7494
7495 * fixit.texi (Spelling): Delete confusing sentence; flyspell is
7496 not enabled by default.
7497 When not on a word, `ispell-word' by default checks the word
7498 before point.
7499
75002005-05-24 Nick Roberts <nickrob@snap.net.nz>
7501
7502 * building.texi (Debugger Operation): Simplify last sentence.
7503
75042005-05-23 Lute Kamstra <lute@gnu.org>
7505
7506 * emacs.texi: Update FSF's address throughout.
7507 (Preface): Use @cite.
7508 (Distrib): Add cross reference to the node "Copying". Mention the
7509 FDL. Don't refer to etc/{FTP,ORDERS}. Mention the sale of
7510 printed manuals.
7511 (Intro): Use @xref for the Emacs Lisp Intro.
7512
8cf51b2c
GM
75132005-05-18 Luc Teirlinck <teirllm@auburn.edu>
7514
7515 * buffers.texi (Select Buffer): Document `C-u M-g M-g'.
7516
7517 * basic.texi (Moving Point): Mention default for `goto-line'.
7518
7519 * programs.texi (Lisp Doc): Eldoc mode shows only the first line
7520 of a variable's docstring.
7521
75222005-05-18 Lute Kamstra <lute@gnu.org>
7523
7524 * maintaining.texi (Overview of Emerge): Add cross reference.
7525 Remove duplication.
7526
7527 * emacs.texi (Top): Update to the current structure of the manual.
7528 * misc.texi (Emacs Server): Add menu description.
7529 * files.texi (Saving): Fix menu.
7530 * custom.texi (Customization): Fix menu.
7531 * mule.texi (International): Fix menu.
7532 * kmacro.texi (Keyboard Macros): Fix menu.
7533
75342005-05-16 Luc Teirlinck <teirllm@auburn.edu>
7535
7536 * display.texi: Various minor changes.
7537 (Faces): Delete text that is repeated in the next section.
7538
75392005-05-16 Nick Roberts <nickrob@snap.net.nz>
7540
7541 * building.texi (Debugger Operation): Mention GUD tooltips are
7542 disabled with GDB in text command mode.
7543
8cf51b2c
GM
75442005-05-16 Nick Roberts <nickrob@snap.net.nz>
7545
7546 * building.texi: Replace toolbar with "tool bar" for consistency.
7547 (Compilation Mode): Describe compilation-context-lines
7548 and use of arrow in compilation buffer.
7549 (Debugger Operation): Replace help text with variable's value.
7550
7551 * frames.texi (Tooltips): Replace toolbar with "tool bar" for
7552 consistency.
7553
75542005-05-15 Luc Teirlinck <teirllm@auburn.edu>
7555
7556 * major.texi (Choosing Modes): normal-mode processes the -*- line.
7557 Add xref.
7558
8cf51b2c
GM
75592005-05-14 Luc Teirlinck <teirllm@auburn.edu>
7560
7561 * basic.texi (Moving Point): Mention `M-g g' binding for `goto-line'.
7562 (Position Info): Delete discussion of `goto-line'. It is already
7563 described in `Moving point'.
7564
7565 * mini.texi (Completion Commands): Correct reference.
7566 (Completion Options): Fix typo.
7567
7568 * killing.texi (Deletion): Complete description of `C-x C-o'.
7569
8cf51b2c
GM
75702005-05-10 Richard M. Stallman <rms@gnu.org>
7571
7572 * building.texi (Compilation): Clarify recompile's directory choice.
7573
7574 * frames.texi (Tooltips): Cleanups.
7575
7576 * basic.texi (Arguments): Fix punctuation.
7577
75782005-05-09 Luc Teirlinck <teirllm@auburn.edu>
7579
7580 * screen.texi (Menu Bar): The up and down (not left and right)
7581 arrow keys move through a keyboard menu.
7582
75832005-05-08 Luc Teirlinck <teirllm@auburn.edu>
7584
7585 * basic.texi: Various typo and grammar fixes.
7586 (Moving Point): C-a now runs move-beginning-of-line.
7587
75882005-05-08 Nick Roberts <nickrob@snap.net.nz>
7589
7590 * building.texi (Debugger Operation): Describe gud-tooltip-echo-area.
7591
7592 * frames.texi (Tooltips): Describe help tooltips and GUD tooltips
7593 as different animals.
7594
75952005-05-07 Luc Teirlinck <teirllm@auburn.edu>
7596
7597 * frames.texi (Mouse References): Clarify `mouse-1-click-follows-link'.
7598 Correct index entry.
7599
76002005-05-07 Nick Roberts <nickrob@snap.net.nz>
7601
7602 * building.texi (Debugger Operation): Update to reflect changes
7603 in GUD tooltips.
7604
76052005-04-30 Richard M. Stallman <rms@gnu.org>
7606
7607 * files.texi (Compressed Files): Auto Compression normally enabled.
7608
7609 * building.texi (Debugger Operation): Clarify previous change.
7610
8cf51b2c
GM
76112005-04-28 Nick Roberts <nickrob@snap.net.nz>
7612
7613 * building.texi (Debugger Operation): Add description for
7614 GUD tooltips when program is not running.
7615
76162005-04-26 Luc Teirlinck <teirllm@auburn.edu>
7617
7618 * misc.texi (Shell): Add `Shell Prompts' to menu.
7619 (Shell Mode): Add xref to `Shell Prompts'. Clarify `C-c C-u'
7620 description. Delete remarks moved to new node.
7621 (Shell Prompts): New node.
7622 (History References): Replace remarks moved to `Shell Prompts'
7623 with xref to that node.
7624 (Remote Host): Clarify how to specify the terminal type when
7625 logging in to a different machine.
7626
76272005-04-26 Richard M. Stallman <rms@gnu.org>
7628
7629 * emacs.texi (Top): Update submenus from files.texi.
7630
7631 * files.texi (Filesets): Clarify previous change.
7632
7633 * dired.texi (Misc Dired Features): Clarify previous change.
7634
76352005-04-25 Chong Yidong <cyd@stupidchicken.com>
7636
7637 * ack.texi (Acknowledgments): Delete info about iso-acc.el.
7638
1c6c854e
CS
7639 * dired.texi (Misc Dired Features):
7640 Document dired-compare-directories.
8cf51b2c
GM
7641
7642 * files.texi (Filesets): New node.
7643 (File Conveniences): Document Image mode.
7644
7645 * text.texi (TeX Print): Document tex-compile.
7646
76472005-04-25 Luc Teirlinck <teirllm@auburn.edu>
7648
7649 * frames.texi (Tooltips): Tooltip mode is enabled by default.
7650 Delete redundant reference to tooltip Custom group. It is
7651 referred too again in the next paragraph.
7652
76532005-04-24 Richard M. Stallman <rms@gnu.org>
7654
7655 * ack.texi: Delete info about lazy-lock.el and fast-lock.el.
7656
8cf51b2c
GM
76572005-04-19 Kim F. Storm <storm@cua.dk>
7658
7659 * building.texi (Compilation Mode): Add M-g M-n and M-g M-p bindings.
7660
76612005-04-18 Lars Hansen <larsh@math.ku.dk>
7662
7663 * misc.texi (Saving Emacs Sessions): Add that "--no-desktop" now
7664 turns off desktop-save-mode.
7665
76662005-04-17 Luc Teirlinck <teirllm@auburn.edu>
7667
7668 * frames.texi (XTerm Mouse): Xterm Mouse mode is no longer enabled
7669 by default in terminals compatible with xterm. Mention that
7670 xterm-mouse-mode is a minor mode and put in pxref to Minor Modes
7671 node.
7672
8cf51b2c
GM
76732005-04-12 Luc Teirlinck <teirllm@auburn.edu>
7674
7675 * frames.texi (XTerm Mouse): Xterm Mouse mode is now enabled by default.
7676
c8763fb6 76772005-04-12 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
7678
7679 * xresources.texi (Table of Resources): Add cursorBlink.
7680
76812005-04-11 Luc Teirlinck <teirllm@auburn.edu>
7682
7683 * rmail.texi (Rmail Summary Edit): Explain numeric arguments to
7684 `d', `C-d' and `u'.
7685
76862005-04-11 Richard M. Stallman <rms@gnu.org>
7687
7688 * cmdargs.texi (Initial Options): -Q is now --quick, and does less.
7689 (Misc X): Add -D, --basic-display.
7690
7691 * maintaining.texi (Change Log): Correct the description of
7692 the example.
7693
7694 * major.texi (Choosing Modes): Document magic-mode-alist.
7695
8cf51b2c
GM
76962005-04-10 Luc Teirlinck <teirllm@auburn.edu>
7697
7698 * rmail.texi (Rmail Basics): Clarify description of `q' and `b'.
7699 (Rmail Deletion): `C-d' in RMAIL buffer does not accept a numeric arg.
7700 (Rmail Inbox): Give full name of `rmail-primary-inbox-list'.
7701 (Rmail Output): Clarify which statements apply to `o', `C-o' and
7702 `w', respectively.
7703 (Rmail Labels): Mention `l'.
7704 (Rmail Attributes): Correct pxref. Mention `stored' attribute.
7705 (Rmail Summary Edit): Describe `j' and RET.
7706
c8763fb6 77072005-04-10 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
7708
7709 * xresources.texi (Lucid Resources): Add fontSet resource.
7710
8cf51b2c
GM
77112005-04-09 Luc Teirlinck <teirllm@auburn.edu>
7712
7713 * display.texi (Useless Whitespace): `indicate-unused-lines' is
7714 now called `indicate-empty-lines'.
7715
77162005-04-06 Kim F. Storm <storm@cua.dk>
7717
7718 * cmdargs.texi (Initial Options): Add --bare-bones alias for -Q.
7719
77202005-04-04 Luc Teirlinck <teirllm@auburn.edu>
7721
7722 * dired.texi (Dired Visiting): `dired-view-command-alist' has been
7723 deleted.
7724 (Marks vs Flags): Add some convenient key bindings.
7725 (Hiding Subdirectories): Delete redundant and inaccurate sentence.
7726 (Misc Dired Features): Correct and expand description of `w' command.
7727
7728 * frames.texi (XTerm Mouse): Delete apparently false info.
7729 The GNU/Linux console currently does not appear to support
7730 `xterm-mouse-mode'.
7731
8cf51b2c
GM
77322005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
7733
7734 * calendar.texi (Diary): Mention shell utility `calendar'.
7735
77362005-04-01 Richard M. Stallman <rms@gnu.org>
7737
7738 * cmdargs.texi (Misc X): Explain horizontal scroll bars don't exist.
7739
8cf51b2c
GM
77402005-04-01 Lute Kamstra <lute@gnu.org>
7741
7742 * maintaining.texi (Change Log): add-change-log-entry uses
7743 add-log-mailing-address.
7744
77452005-03-31 Luc Teirlinck <teirllm@auburn.edu>
7746
7747 * files.texi (Reverting): Move `auto-revert-check-vc-info' to
7748 `VC Mode Line' and put in an xref to that node.
7749 (VC Mode Line): Move `auto-revert-check-vc-info' here and clarify
7750 its description.
7751
77522005-03-31 Paul Eggert <eggert@cs.ucla.edu>
7753
7754 * calendar.texi (Calendar Systems): Say that the Persian calendar
7755 implemented here is the arithmetical one championed by Birashk.
7756
77572005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
7758
7759 * programs.texi (Fortran Motion): Fix previous change.
7760
8cf51b2c
GM
77612005-03-29 Richard M. Stallman <rms@gnu.org>
7762
7763 * mule.texi (Single-Byte Character Support): Reinstall the C-x 8 info.
7764
77652005-03-29 Chong Yidong <cyd@stupidchicken.com>
7766
7767 * text.texi (Refill): Refer to Long Lines Mode.
7768 (Longlines): New node.
7769 (Auto Fill): Don't index "word wrap" here.
7770 (Filling): Add Longlines to menu.
7771
77722005-03-29 Richard M. Stallman <rms@gnu.org>
7773
7774 * xresources.texi: Minor fixes.
7775
7776 * misc.texi (Emacs Server): Fix Texinfo usage.
7777
7778 * emacs.texi (Top): Don't use a real section heading for
7779 "Detailed Node Listing". Fake it instead.
7780
7781 * basic.texi (Position Info): Minor cleanup.
7782
7783 * mule.texi (Input Methods): Minor cleanup.
7784
77852005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
7786
7787 * programs.texi (ForIndent Vars): `fortran-if-indent' does other
7788 constructs as well.
7789 (Fortran Motion): Add fortran-end-of-block, fortran-beginning-of-block.
7790
77912005-03-29 Kenichi Handa <handa@m17n.org>
7792
7793 * mule.texi (Input Methods): Refer to the command C-u C-x =.
7794
7795 * basic.texi (Position Info): Update the description about the
7796 command C-u C-x =.
7797
77982005-03-28 Richard M. Stallman <rms@gnu.org>
7799
7800 * emacs.texi (Top): Use @section for the detailed node listing.
7801
7802 * calendar.texi: Minor fixes to previous change.
7803
7804 * programs.texi (Fortran): Small fixes to previous changes.
7805
7806 * emacs.texi (Top): Update list of subnodes of Dired.
7807 Likewise for building.texi.
7808
7809 * files.texi (File Conveniences): Delete Auto Image File mode.
7810
78112005-03-28 Chong Yidong <cyd@stupidchicken.com>
7812
7813 * building.texi (Flymake): New node.
7814
7815 * custom.texi (Function Keys): Document kp- event types and
7816 keypad-setup package.
7817
7818 * dired.texi (Wdired): New node.
7819
7820 * files.texi (File Conveniences): Reorder entries.
7821 Explain how to turn on Auto-image-file mode.
7822 Document Thumbs mode.
7823
7824 * mule.texi (Specify Coding): Document recode-region and
7825 recode-file-name.
7826
7827 * programs.texi (Program Modes): Add Conf mode and DNS mode.
7828
78292005-03-27 Luc Teirlinck <teirllm@auburn.edu>
7830
7831 * commands.texi (Keys): M-o is now a prefix key.
7832
78332005-03-27 Glenn Morris <gmorris@ast.cam.ac.uk>
7834
7835 * programs.texi: Reformat and update copyright years.
7836 (Fortran): Update section.
7837
78382005-03-26 Luc Teirlinck <teirllm@auburn.edu>
7839
7840 * files.texi: Several small changes in addition to:
7841 (Visiting): Change xref for Dialog Boxes to ref.
7842 (Version Headers): Replace references to obsolete var
7843 `vc-header-alist' with `vc-BACKEND-header'.
7844 (Customizing VC): Update value of `vc-handled-backends'.
7845
78462005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
7847
7848 * emacs-xtra.texi (Advanced Calendar/Diary Usage): New section;
7849 move here from Emacs Lisp Reference Manual.
7850 * calendar.texi (Calendar/Diary, Diary Commands)
7851 (Special Diary Entries, Importing Diary): Change some xrefs to
7852 point to emacs-xtra rather than elisp.
7853
7854 * emacs-xtra.texi (Calendar Customizing):
7855 Move view-diary-entries-initially, view-calendar-holidays-initially,
7856 mark-diary-entries-in-calendar, mark-holidays-in-calendar to main
7857 Emacs Manual.
7858 (Appt Customizing): Merge entire section into main Emacs Manual.
7859 * calendar.texi (Holidays): Move view-calendar-holidays-initially,
7860 mark-holidays-in-calendar here from emacs-xtra.
7861 (Displaying the Diary): Move view-diary-entries-initially,
7862 mark-diary-entries-in-calendar here from emacs-xtra.
7863 (Appointments): Move appt-display-mode-line,
7864 appt-display-duration, appt-disp-window-function,
7865 appt-delete-window-function here from emacs-xtra.
7866
7867 * calendar.texi: Update and reformat copyright.
7868 Change all @xrefs to the non-printing emacs-xtra to @inforefs.
7869 (Calendar/Diary): Menu now only on Mouse-3, not C-Mouse-3.
7870 (Diary): Refer to `diary-file' rather than ~/diary.
7871 (Diary Commands): Rename node to "Displaying the Diary".
7872 * emacs.texi (Top): Rename "Diary Commands" section.
7873 * misc.texi (Hardcopy): Rename "Diary Commands" xref.
7874
78752005-03-26 Eli Zaretskii <eliz@gnu.org>
7876
7877 * misc.texi (Emacs Server): Fix the command for setting
7878 server-name. Add an xref to Invoking emacsclient.
7879
7880 * help.texi (Help Summary): Clarify when "C-h ." will do something
7881 nontrivial.
7882 (Apropos): Add cindex entry for apropos-sort-by-scores.
7883
7884 * display.texi (Text Display): Add index entries for how no-break
7885 characters are displayed.
7886
8cf51b2c
GM
78872005-03-26 Eli Zaretskii <eliz@gnu.org>
7888
7889 * files.texi (Visiting): Fix cross-references introduced with the
7890 last change.
7891
7892 * xresources.texi (GTK resources): Fix last change.
7893
8cf51b2c
GM
78942005-03-25 Chong Yidong <cyd@stupidchicken.com>
7895
7896 * xresources.texi (X Resources): GTK options documented too.
7897 (Resources): Clarify meaning of program name.
7898 (Table of Resources): Add visualClass.
7899 (GTK resources): Rewrite.
7900 (GTK widget names, GTK Names in Emacs, GTK styles): Cleanups.
7901
7902 * display.texi (Text Display): Mention non-breaking spaces.
7903
7904 * files.texi (Reverting): Document auto-revert-check-vc-info.
7905
7906 * frames.texi (Mouse Commands): Document
7907 x-mouse-click-focus-ignore-position and mouse-drag-copy-region.
7908
7909 * help.texi (Help Summary): Add `C-h .'.
7910 (Apropos): Apropos accepts a list of search terms.
7911 Document apropos-sort-by-scores.
7912 (Help Echo): Document display-local-help.
7913
7914 * misc.texi (Emacs Server): Document server-name.
7915 (Invoking emacsclient): Document -s option for server names.
7916
7917 * text.texi (Outline Visibility): Introduce "current heading
7918 line" (commands can be called with point on a body line).
7919 Re-order table to follow the sequence of discussion.
7920 hide-body won't hide lines before first header line.
7921 (TeX Mode): Add DocTeX mode.
7922
8cf51b2c
GM
79232005-03-24 Richard M. Stallman <rms@gnu.org>
7924
7925 * mule.texi (Single-Byte Character Support): Delete mention
7926 of iso-acc.el and iso-transl.el.
7927
8cf51b2c
GM
79282005-03-23 Lute Kamstra <lute@gnu.org>
7929
7930 * search.texi (Non-ASCII Isearch): Rename from Non-Ascii Isearch.
7931
79322005-03-23 Richard M. Stallman <rms@gnu.org>
7933
8cf51b2c
GM
7934 * search.texi: Delete explicit node pointers.
7935 (Incremental Search): New menu.
7936 (Basic Isearch, Repeat Isearch, Error in Isearch)
7937 (Non-Ascii Isearch, Isearch Yank, Highlight Isearch, Isearch Scroll)
7938 (Slow Isearch): New subnodes.
7939 (Configuring Scrolling): Node deleted.
7940 (Search Case): Doc default-case-fold-search.
7941 (Regexp Replace): Move replace-regexp doc here.
7942
7943 * rmail.texi (Movemail): Put commas inside closequotes.
7944
7945 * picture.texi (Insert in Picture): Document C-c arrow combos.
7946 (Basic Picture): Clarify erasure.
7947
7948 * display.texi (Font Lock): Put commas inside closequotes.
7949
7950 * cmdargs.texi (General Variables): Put commas inside closequotes.
7951
79522005-03-23 Nick Roberts <nickrob@snap.net.nz>
7953
7954 * building.texi (Stack Buffer): Mention reverse contrast for
7955 *selected* frame (might not be current frame).
7956
8cf51b2c
GM
79572005-03-21 Richard M. Stallman <rms@gnu.org>
7958
7959 * building.texi (Starting GUD): Add bashdb.
7960
79612005-03-20 Chong Yidong <cyd@stupidchicken.com>
7962
7963 * basic.texi (Moving Point): Add M-g M-g binding.
7964 (Undo): Document undo-only.
7965 (Position Info): Document M-g M-g and C-u M-g M-g.
7966
7967 * building.texi (Building): Put Grep Searching after Compilation
7968 Shell.
7969 (Compilation Mode): Document M-n, M-p, M-}, M-{, and C-c C-f bindings.
7970 Document next-error-highlight.
7971 (Grep Searching): Document grep-highlight-matches.
7972 (Lisp Eval): Typing C-x C-e twice prints integers specially.
7973
7974 * calendar.texi (Importing Diary): Rename node from iCalendar.
7975 Document diary-from-outlook.
7976
7977 * dired.texi (Misc Dired Features): Rename node from Misc Dired
7978 Commands.
7979 Mention effect of X drag and drop on Dired buffers.
7980
7981 * files.texi (Visiting): Document large-file-warning-threshold.
7982 Move paragraph on file-selection dialog.
7983 Mention visiting files using X drag and drop.
7984 (Reverting): Mention using Auto-Revert mode to tail files.
7985 Document auto-revert-tail-mode.
7986 (Version Systems): Minor correction.
7987 (Comparing Files): Diff-mode is no longer based on Compilation
7988 mode.
7989 Document compare-ignore-whitespace.
7990 (Misc File Ops): Explain passing a directory to rename-file.
7991 Likewise for copy-file and make-symbolic-link.
7992
7993 * frames.texi (Wheeled Mice): Mouse wheel support on by default.
7994 Document mouse-wheel-progressive speed.
7995
7996 * help.texi (Misc Help): Document numeric argument for C-h i.
7997 Correctly explain the effect of just C-u as argument.
7998
7999 * killing.texi (Deletion): Document numeric argument for
8000 just-one-space.
8001
8002 * mini.texi (Completion): Completion acts on text before point.
8003
8004 * misc.texi (Saving Emacs Sessions): Document desktop-restore-eager.
8005 (Emulation): CUA mode replaces pc-bindings-mode,
8006 pc-selection-mode, and s-region.
8007
8008 * mule.texi (Input Methods): Leim is now built-in.
8009 (Select Input Method): Document quail-show-key.
8010 (Specify Coding): Document revert-buffer-with-coding-system.
8011
8012 * programs.texi (Fortran Motion): Document f90-next-statement,
8013 f90-previous-statement, f90-next-block, f90-previous-block,
8014 f90-end-of-block, and f90-beginning-of-block.
8015
8016 * text.texi (Format Faces): Replace old M-g key prefix with M-o.
8017
8018 * emacs.texi (Acknowledgments): Updated.
8019
8020 * anti.texi: Total rewrite.
8021
8cf51b2c
GM
80222005-03-19 Chong Yidong <cyd@stupidchicken.com>
8023
8024 * ack.texi (Acknowledgments): Update.
8025
80262005-03-19 Eli Zaretskii <eliz@gnu.org>
8027
1c6c854e
CS
8028 * anti.texi (Antinews): Refer to Emacs 21.4, not 21.3.
8029 Update copyright years.
8cf51b2c
GM
8030
80312005-03-14 Nick Roberts <nickrob@snap.net.nz>
8032
8033 * building.texi (Commands of GUD): Move paragraph on setting
8034 breakpoints with mouse to the GDB Graphical Interface node.
8035
80362005-03-07 Richard M. Stallman <rms@gnu.org>
8037
8cf51b2c
GM
8038 * misc.texi (Single Shell, Shell Options): Fix previous change.
8039
8040 * building.texi (Debugger Operation): Update GUD tooltip enable info.
8041
80422005-03-06 Richard M. Stallman <rms@gnu.org>
8043
8044 * building.texi (Starting GUD): Don't explain text vs graphical
8045 GDB here. Just mention it and xref.
8046 Delete "just one debugger process".
8047 (Debugger Operation): Move GUD tooltip info here.
8048 (GUD Tooltips): Node deleted.
8049 (GDB Graphical Interface): Explain the two GDB modes here.
8050
8cf51b2c
GM
8051 * sending.texi (Sending Mail): Minor cleanup.
8052 (Mail Aliases): Explain quoting conventions.
8053 Update key rebinding example.
8054 (Header Editing): C-M-i is like M-TAB.
8055 (Mail Mode Misc): mail-attach-file does not do MIME.
8056
8057 * rmail.texi (Rmail Inbox): Move text from Remote Mailboxes
8058 that really belongs here.
8059 (Remote Mailboxes): Text moved to Rmail Inbox.
8060 (Rmail Display): Mention Mouse-1.
8061 (Movemail): Clarify two movemail versions.
8062 Clarify rmail-movemail-program.
8063
8cf51b2c
GM
8064 * misc.texi (Single Shell): Replace uudecode example with gpg example.
8065 Document async shell commands.
8066 (Shell History): Clarify.
8067 (Shell Ring): Mention C-UP an C-DOWN.
8068 (Shell Options): Add comint-prompt-read-only.
8069 (Invoking emacsclient): Set EDITOR to run Emacs.
8070 (Sorting): No need to explain what region is.
8071 (Saving Emacs Sessions): Fix typo.
8072 (Recursive Edit): Fix punctuation.
8073 (Emulation): Don't mention "PC bindings" which are standard.
8074 (Hyperlinking): Explain Mouse-1 convention here.
8075 (Find Func): Node deleted.
8076
8cf51b2c
GM
8077 * help.texi (Name Help): Xref to Hyperlinking.
8078
8079 * glossary.texi (Glossary):
8080 Rename "Balance Parentheses" to "Balancing...".
8081 Add "Byte Compilation". Correct "Copyleft".
8082 New xref in "Customization".
8083 Clarify "Current Line", "Echoing", "Fringe", "Frame", "Speedbar".
8084 Add "Graphical Terminal" "Keybinding", "Margin", "Window System".
8085 Rename "Registers" to "Register".
8086 Replace "Selecting" with "Selected Frame",
8087 "Selected Window", and "Selecting a Buffer".
8088
8089 * files.texi (Types of Log File): Explain how projects'
8090 methods can vary.
8091
8cf51b2c
GM
8092 * display.texi (Faces): Delete "Emacs 21".
8093
8094 * custom.texi (Changing a Variable): C-M-i like M-TAB.
8095 * fixit.texi (Spelling): C-M-i like M-TAB.
8096 * mini.texi (Completion Options): C-M-i like M-TAB.
8097 * programs.texi (Symbol Completion): C-M-i like M-TAB.
8098 * text.texi (Text Mode): C-M-i like M-TAB.
8099
8100 * commands.texi (Keys): Mention F1 and F2 in list of prefixes.
8101
8102 * calendar.texi (Specified Dates): Mention `g w'.
8103 (Appointments): appt-activate toggles with no arg.
8104
8cf51b2c
GM
81052005-03-05 Juri Linkov <juri@jurta.org>
8106
8107 * cmdargs.texi (Emacs Invocation): Add cindex
c4cc8b9a 8108 "invocation (command line arguments)".
8cf51b2c
GM
8109 (Misc X): Add -nbc, --no-blinking-cursor.
8110
81112005-03-04 Ulf Jasper <ulf.jasper@web.de>
8112
8113 * calendar.texi (iCalendar): No need to require it now.
8114
8cf51b2c
GM
81152005-03-03 Nick Roberts <nickrob@snap.net.nz>
8116
8117 * trouble.texi (Contributing): Mention Savannah. Direct users to
8118 emacs-devel.
8119
81202005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
8121
8122 * calendar.texi (Adding to Diary): Mention redrawing of calendar
8123 window.
8124
8cf51b2c
GM
81252005-02-27 Richard M. Stallman <rms@gnu.org>
8126
8127 * building.texi (Compilation): Update mode line status info.
8128
81292005-02-27 Matt Hodges <MPHodges@member.fsf.org>
8130
8131 * calendar.texi (General Calendar): Document binding of
8132 scroll-other-window-down.
8133 (Mayan Calendar): Fix earliest date.
8134 (Time Intervals): Document timeclock-change.
8135 Fix timeclock-ask-before-exiting documentation.
8136
81372005-02-26 Kim F. Storm <storm@cua.dk>
8138
8139 * frames.texi (Mouse References):
8140 Add mouse-1-click-in-non-selected-windows.
8141
81422005-02-25 Richard M. Stallman <rms@gnu.org>
8143
8144 * screen.texi (Screen): Explain better about cursors and mode lines;
8145 don't presuppose text terminals.
8146 (Point): Don't assume just one cursor.
8147 Clarify explanation of cursors.
8148 (Echo Area, Menu Bar): Cleanups.
8149
8150 * mini.texi (Minibuffer): Prompts are highlighted.
8151 (Minibuffer Edit): Newline = C-j only on text terminals.
8152 Clarify resize-mini-windows values.
8153 Mention M-PAGEUP and M-PAGEDOWN.
8154 (Completion Commands): Mouse-1 like Mouse-2.
8155 (Minibuffer History): Explain history commands better.
8156 (Repetition): Add xref to Incremental Search.
8157
8158 * mark.texi (Setting Mark): Clarify info about displaying mark.
8159 Clarify explanation of C-@ and C-SPC.
8160 (Transient Mark): Mention Delete Selection mode.
8161 (Marking Objects): Clean up text about extending the region.
8162
8163 * m-x.texi (M-x): One C-g doesn't always go to top level.
8164 No delay before suggest-key-bindings output.
8165
8166 * fixit.texi (Fixit): Mention C-/ for undo.
8167 (Spelling): Mention ESC TAB like M-TAB.
8168 Replacement words with r and R are rechecked.
8169 Say where C-g leaves point. Mention ? as input.
8170
81712005-02-23 Lute Kamstra <lute@gnu.org>
8172
8173 * cmdargs.texi (Initial Options): Add cross reference.
8174
8cf51b2c
GM
81752005-02-16 Luc Teirlinck <teirllm@auburn.edu>
8176
8177 * emacs.texi (Top): Update menu for splitting of node in
8178 msdog.texi.
8179 * frames.texi (Frames): Update xref for splitting of node in
8180 msdog.texi.
8181 * trouble.texi (Quitting): Ditto.
8182
81832005-02-16 Richard M. Stallman <rms@gnu.org>
8184
8185 * windows.texi (Split Window): Simplify line truncation info
8186 and xref to Display Custom.
8187
8188 * trouble.texi (Quitting): Emergency escape only for text terminal.
8189 (Screen Garbled): C-l for ungarbling is only for text terminal.
8190
8191 * text.texi (Text Mode): ESC TAB alternative for M-TAB.
8192
8193 * sending.texi (Header Editing): ESC TAB alternative for M-TAB.
8194
8195 * programs.texi (Program Modes): Mention Python mode.
8196 (Moving by Defuns): Repeating C-M-h extends region.
8197 (Basic Indent): Clarify.
8198 (Custom C Indent): Clarify.
8199 (Expressions): Repeating C-M-@ extends region.
8200 (Info Lookup): Clarify for C-h S.
8201 (Symbol Completion): ESC TAB alternative for M-TAB.
8202 (Electric C): Clarify.
8203
8204 * emacs.texi (Top): Update display.texi and frames.texi submenu data.
8205
8206 * msdog.texi (MS-DOS Keyboard, MS-DOS Mouse): Split from
8207 MS-DOS Input node.
8208 (MS-DOS Keyboard): Start with explaining DEL and BREAK.
8209 (MS-DOS and MULE): Clarify.
8210 (MS-DOS Processes, Windows Processes): Fix typos.
8211
8212 * major.texi (Choosing Modes): Clarify.
8213
8214 * kmacro.texi (Basic Keyboard Macro): Doc F3, F4.
8215 (Keyboard Macro Step-Edit): Clarify.
8216
8217 * indent.texi (Indentation): Clarifications.
8218
8219 * help.texi (Help): Correct error about C-h in query-replace.
8220 Clarify apropos vs C-h a. Fix how to search in FAQ.
8221 (Key Help): Describe C-h w here.
8222 (Name Help): Minor cleanup. C-h w moved to Key Help.
8223 Clarify the "object" joke.
8224 (Apropos): Clarify. Mouse-1 like Mouse-2.
8225 (Help Mode): Mouse-1 like Mouse-2.
8226
8227 * fixit.texi (Spelling): Mention ESC TAB as alt. for M-TAB.
8228
8229 * display.texi (Display): Reorder menu.
8230 (Faces): Cleanup.
8231 (Font Lock): Cleanup. Mention Options menu.
8232 Delete obsolete text.
8233 (Scrolling): For C-l, don't presume text terminal.
8234 (Horizontal Scrolling): Simplify intro.
8235 (Follow Mode): Clarify.
1c6c854e 8236 (Cursor Display): Move before Display Custom.
8cf51b2c
GM
8237 (Display Custom): Explain no-redraw-on-reenter is for text terminals.
8238 Doc default-tab-width. Doc line truncation more thoroughly.
8239
8240 * dired.texi (Dired Enter): C-x C-f can run Dired.
8241 (Dired Visiting): Comment out `a' command.
8242 Mouse-1 is like Mouse-2.
8243 (Shell Commands in Dired): ? can be used more than once.
8244
8245 * basic.texi (Continuation Lines): Simplify description of truncation,
8246 and refer to Display Custom for the rest of it.
8247
8cf51b2c
GM
82482005-02-06 Lute Kamstra <lute@gnu.org>
8249
8250 * basic.texi (Undo): Fix typo.
8251
8252 * cmdargs.texi (Emacs Invocation): Fix typo.
8253
8254 * custom.texi (Init Examples): Fix typo.
8255
8256 * abbrevs.texi (Expanding Abbrevs): Fix typo.
8257
82582005-02-06 Richard M. Stallman <rms@gnu.org>
8259
8260 * regs.texi (Registers): Registers can hold numbers, too.
8261
8262 * killing.texi (Other Kill Commands): Cleanup.
8263 Delete redundant explanation of kill in read-only buffer.
8264 (Yanking): Mention term "copying".
8265 (Accumulating Text): Fix typo.
8266
8267 * entering.texi (Entering Emacs): Update rationale at start.
8268 (Exiting): Treat iconifying on a par with suspension.
8269
8270 * custom.texi (Minor Modes): Fix typo.
8271 (Easy Customization): Fix menu style.
8272 (Variables): Add xref.
8273 (Examining): Setting for future sessions works through .emacs.
8274 (Keymaps): "Text terminals", not "Many".
8275 (Init Rebinding): Explain \C-. Show example of \M-.
8276 Fix minor wording errors.
8277 (Function Keys): Explain vector syntax just once.
8278 (Named ASCII Chars): Clarify history of TAB/C-i connection.
8279 (Init File): Mention .emacs.d directory.
8280 (Init Examples): Add xref.
8281 (Find Init): Mention .emacs.d directory.
8282
8283 * cmdargs.texi (Emacs Invocation): +LINENUM is also an option.
8284 (Action Arguments): Explain which kinds of -l args are found how.
8285 (Initial Options): --batch does not inhibit site-start.
8286 Add xrefs.
8287 (Command Example): Use --batch, not -batch.
8288
8289 * basic.texi (Inserting Text): Cleanup wording.
8290 (Moving Point): Doc PRIOR, PAGEUP, NEXT, PAGEDOWN more systematically.
8291 C-n is not error at end of buffer.
8292 (Undo): Doc C-/ like C-_. Add xrefs.
8293 (Arguments): META key may be labeled ALT.
8294 Peculiar arg meanings are explained in doc strings.
8295
8296 * abbrevs.texi (Expanding Abbrevs): Clarify.
8297
82982005-02-05 Eli Zaretskii <eliz@gnu.org>
8299
8300 * frames.texi (Frame Parameters): Add an xref to the description
8301 of list-colors-display. Add a pointer to the X docs about colors.
8302
8303 * cmdargs.texi (Colors): Mention 16-, 88- and 256-color modes.
10d1d0af 8304 Improve docs of list-colors-display.
8cf51b2c
GM
8305
83062005-02-03 Lute Kamstra <lute@gnu.org>
8307
8308 * frames.texi (Frames, Drag and Drop): Fix typos.
8309
83102005-02-03 Richard M. Stallman <rms@gnu.org>
8311
8312 * windows.texi (Basic Window): Mention color-change in mode line.
8313 (Change Window): Explain dragging vertical boundaries.
8314
8315 * text.texi (Sentences): Clarify.
8316 (Paragraphs): Explain M-a and blank lines.
8317 (Outline Mode): Clarify text and menu.
8318 (Hard and Soft Newlines): Mention use-hard-newlines.
8319
8320 * frames.texi (Frames): Delete unnecessary mention of Windows.
8321 (Mouse Commands): Likewise. Mention xterm mouse support.
8322 (Clipboard): Clarify.
8323 (Mouse References): Mention use of Mouse-1 for following links.
8324 (Menu Mouse Clicks): Clarify.
8325 (Mode Line Mouse): Clarify.
8326 (Drag and Drop): Rewrite.
8327
8328 * fixit.texi (Spelling): Fix typo.
8329
8330 * files.texi (File Names): Clarify.
8331 (Visiting): Update conditions for use of file dialog. Clarify.
8332 (Saving): Doc d as answer in save-some-buffers.
8333 (Remote Files): Clean up the text.
8334
8335 * dired.texi (Misc Dired Commands): Delete dired-marked-files.
8336
8337 * buffers.texi (Select Buffer): Doc next-buffer and prev-buffer.
8338 (List Buffers): Clarify.
8339 (Several Buffers): Doc T command.
8340 (Buffer Convenience): Clarify menu.
8341
8342 * basic.texi (Undo): Clarify last change.
8343
83442005-02-02 Matt Hodges <MPHodges@member.fsf.org>
8345
8346 * fixit.texi (Spelling): Fix typo.
8347
83482005-02-01 Luc Teirlinck <teirllm@auburn.edu>
8349
8350 * basic.texi (Undo): Update description of `undo-outer-limit'.
8351
83522005-02-01 Nick Roberts <nickrob@snap.net.nz>
8353
8354 * building.texi: Update documentation relating to GDB Graphical
8355 Interface.
8356
83572005-01-30 Luc Teirlinck <teirllm@auburn.edu>
8358
8359 * custom.texi (Easy Customization): Adapt menu to node name change.
8360
83612005-01-30 Richard M. Stallman <rms@gnu.org>
8362
8363 * custom.texi (Easy Customization): Defn of "User Option" now
8364 includes faces. Don't say just "option" when talking about variables.
8365 Do say just "options" to mean "anything customizable".
8366 (Specific Customization): Describe `customize-variable',
8367 not `customize-option'.
8368
8369 * glossary.texi (Glossary) <Faces>: Add xref.
8370 <User Option>: Change definition--include faces. Change xref.
8371
8372 * picture.texi (Picture): Mention artist.el.
8373
8374 * sending.texi, screen.texi, programs.texi, misc.texi:
8375 * mini.texi, major.texi, maintaining.texi, macos.texi:
8376 * help.texi, frames.texi, files.texi:
8377 Don't say just "option" when talking about variables.
8378
8379 * display.texi, mule.texi: Don't say just "option" when talking
8380 about variables. Other minor cleanups.
8381
8cf51b2c
GM
83822005-01-26 Lute Kamstra <lute@gnu.org>
8383
8384 * cmdargs.texi (Initial Options): Add a cross reference to `Init
8385 File'. Mention the `-Q' option at the `--no-site-file' option.
8386
8cf51b2c
GM
83872005-01-22 David Kastrup <dak@gnu.org>
8388
8389 * building.texi (Grep Searching): Mention alias `find-grep' for
8390 `grep-find'.
8391
83922005-01-20 Richard M. Stallman <rms@gnu.org>
8393
8394 * calendar.texi (Time Intervals): Delete special stuff for MS-DOS.
8395
8cf51b2c
GM
83962005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
8397
8398 * rmail.texi (Movemail): Explain differences
8399 between standard and mailutils versions of movemail.
8400 Describe command line and configuration options introduced
8401 with the latter.
8402 Explain the notion of mailbox URL, provide examples and
8403 cross-references to mailutils documentation.
8404 Describe various methods of specifying mailbox names,
8405 user names and user passwords for rmail.
1c6c854e
CS
8406 (Remote Mailboxes): New section.
8407 Describe how movemail handles remote mailboxes. Describe configuration
8cf51b2c
GM
8408 options used to control its behavior.
8409 (Other Mailbox Formats): Explain handling of various mailbox
8410 formats.
8411
84122005-01-13 Richard M. Stallman <rms@gnu.org>
8413
8414 * commands.texi (Commands): Clarification.
8415
84162005-01-11 Richard M. Stallman <rms@gnu.org>
8417
8418 * programs.texi (Multi-line Indent): Fix previous change.
8419 (Fortran Autofill): Simplify description of fortran-auto-fill-mode.
8420
8cf51b2c
GM
84212005-01-08 Richard M. Stallman <rms@gnu.org>
8422
8423 * display.texi (Faces): isearch-lazy-highlight-face renamed to
8424 lazy-highlight.
8425
8426 * search.texi (Query Replace): Mention faces query-replace
8427 and lazy-highlight.
8428 (Incremental Search): Update isearch highlighting info.
8429
8cf51b2c
GM
84302005-01-04 Richard M. Stallman <rms@gnu.org>
8431
8432 * custom.texi (Saving Customizations): Minor improvement.
8433
8cf51b2c
GM
84342005-01-03 Luc Teirlinck <teirllm@auburn.edu>
8435
8436 * custom.texi (Saving Customizations): Emacs no longer loads
8437 `custom-file' after .emacs. No longer mention customizing through
8438 Custom.
8439
8cf51b2c
GM
84402005-01-01 Andreas Schwab <schwab@suse.de>
8441
8442 * killing.texi (Graphical Kill): Move up under node Killing,
8443 change @section to @subsection.
8444
84452005-01-01 Richard M. Stallman <rms@gnu.org>
8446
8447 * custom.texi (Face Customization): Mention hex color specs.
8448
8449 * emacs.texi (Top): Update Killing submenu.
8450
8451 * killing.texi (Killing): Reorganize section.
8452 No more TeX-only text; put the node command at start of chapter.
8453 But the first section heading is used only in TeX.
8454 Rewrite the text to read better in this mode.
8455 (Graphical Kill): New subnode gets some of the text that
8456 used to be in the first section.
8457
84582004-12-31 Richard M. Stallman <rms@gnu.org>
8459
8460 * dired.texi (Shell Commands in Dired): Delete the ? example.
8461
8462 * display.texi (Scrolling): Correct scroll-preserve-screen-position.
8463
8464 * files.texi (Saving): Describe new require-final-newline features
8465 and mode-require-final-newline.
8466
8cf51b2c
GM
84672004-12-29 Richard M. Stallman <rms@gnu.org>
8468
8469 * custom.texi (File Variables): Clarify previous change.
8470
c8763fb6 84712004-12-27 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
8472
8473 * frames.texi (Dialog Boxes): Mention Gtk+ 2.6 also, as that version is
8474 out now.
8475
84762004-12-27 Richard M. Stallman <rms@gnu.org>
8477
8478 * Makefile.in (MAKEINFO): Specify --force.
8479
8480 * basic.texi (Moving Point): C-e now runs move-end-of-line.
8481 (Undo): Doc undo-outer-limit.
8482
8cf51b2c
GM
84832004-12-15 Juri Linkov <juri@jurta.org>
8484
8485 * mark.texi (Transient Mark, Mark Ring): M-< and other
8486 movement commands don't set mark in Transient Mark mode
8487 if mark is active.
8488
8cf51b2c
GM
84892004-12-12 Juri Linkov <juri@jurta.org>
8490
8491 * misc.texi (FFAP): Add C-x C-r, C-x C-v, C-x C-d,
8492 C-x 4 r, C-x 4 d, C-x 5 r, C-x 5 d.
8493
8494 * dired.texi (Dired Navigation): Add @r{(Dired)} to M-g.
8495 (Misc Dired Commands): Add @r{(Dired)} to w.
8496
84972004-12-12 Juri Linkov <juri@jurta.org>
8498
8499 * mark.texi (Marking Objects): Marking commands also extend the
8500 region when mark is active in Transient Mark mode.
8501
8cf51b2c
GM
85022004-12-08 Luc Teirlinck <teirllm@auburn.edu>
8503
8504 * custom.texi (Saving Customizations): Emacs only loads the custom
8505 file automatically after the init file in version 22.1 or later.
8506 Adapt text and examples to this fact.
8507
8cf51b2c
GM
85082004-12-07 Luc Teirlinck <teirllm@auburn.edu>
8509
8510 * frames.texi (Scroll Bars): The option `scroll-bar-mode' has to
8511 be set through Custom. Otherwise, it has no effect.
8512
8cf51b2c
GM
85132004-12-05 Richard M. Stallman <rms@gnu.org>
8514
8515 * cmdargs.texi, doclicense.texi, xresources.texi, emacs.texi:
8516 * entering.texi: Rename Command Line to Emacs Invocation.
8517
10d1d0af 8518 * misc.texi (Term Mode): Correctly describe C-c.
8cf51b2c
GM
8519
8520 * custom.texi (Easy Customization): Move up to section level,
8521 before Variables. Avoid using the term "variable"; say "option".
8522 New initial explanation.
8523 (Variables): In initial explanation, connect "variable" to the
8524 already-explained "user option".
8525
8526 * emacs.texi (Top): Fix ref to Command Line.
8527 Move reference to Easy Customization.
8528
8529 * xresources.texi (X Resources): Fix From link.
8530
8531 * doclicense.texi (GNU Free Documentation License): Fix To link.
8532
8533 * entering.texi (Entering Emacs): Fix xref, now to Command Line.
8534
8535 * cmdargs.texi (Command Line): Node renamed from Command Arguments.
8536
85372004-12-03 Richard M. Stallman <rms@gnu.org>
8538
8539 * cmdargs.texi (Initial Options): Clarify batch mode i/o.
8540
85412004-12-01 Luc Teirlinck <teirllm@auburn.edu>
8542
8543 * kmacro.texi: Several small changes in addition to the following.
8544 (Keyboard Macro Ring): Describe behavior of `C-x C-k C-k' when
8545 defining a keyboard macro.
8546 Mention `kmacro-ring-max'.
8547 (Keyboard Macro Counter): Clarify description of
8548 `kmacro-insert-counter', `kmacro-set-counter',
8549 `kmacro-add-counter' and `kmacro-set-format'.
8550
85512004-11-29 Reiner Steib <Reiner.Steib@gmx.de>
8552
8553 * custom.texi (File Variables): Add `unibyte' and make it more
8554 clear that `unibyte' and `coding' are special. Suggested by Simon
8555 Krahnke <overlord@gmx.li>.
8556
8557 * mule.texi (Enabling Multibyte): Refer to File Variables.
8558 Suggested by Simon Krahnke <overlord@gmx.li>.
8559
c8763fb6 85602004-11-26 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
8561
8562 * frames.texi (Dialog Boxes): Rename use-old-gtk-file-dialog to
8563 x-use-old-gtk-file-dialog.
8564
8cf51b2c
GM
85652004-11-20 Richard M. Stallman <rms@gnu.org>
8566
8567 * text.texi (Fill Prefix): M-q doesn't apply fill prefix to first line.
8568
85692004-11-09 Lars Brinkhoff <lars@nocrew.org>
8570
8571 * building.texi (Lisp Eval): Delete hyphen in section name.
8572
85732004-11-19 Thien-Thi Nguyen <ttn@gnu.org>
8574
8575 * files.texi (Old Versions):
8576 No longer document annotation as "CVS only".
8577
85782004-11-10 Andre Spiegel <spiegel@gnu.org>
8579
8580 * files.texi (Version Control): Rewrite the introduction about
1c6c854e
CS
8581 version systems, mentioning the new ones that we support.
8582 Thanks to Alex Ott, Karl Fogel, Stefan Monnier, and David Kastrup for
8cf51b2c
GM
8583 suggestions.
8584
c8763fb6 85852004-11-03 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c 8586
49823426 8587 * frames.texi (Dialog Boxes): Replace non-nil with non-@code{nil}.
8cf51b2c 8588
c8763fb6 85892004-11-02 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
8590
8591 * frames.texi (Dialog Boxes): Document use-old-gtk-file-dialog.
8592
85932004-10-23 Eli Zaretskii <eliz@gnu.org>
8594
8595 * text.texi (Text Based Tables, Table Definition)
8596 (Table Creation, Table Recognition, Cell Commands)
8597 (Cell Justification, Row Commands, Column Commands)
8598 (Fixed Width Mode, Table Conversion, Measuring Tables)
8599 (Table Misc): New nodes, documenting the Table Mode.
8600
8cf51b2c
GM
86012004-10-19 Jason Rumney <jasonr@gnu.org>
8602
8603 * makefile.w32-in (info): Change order of arguments to makeinfo.
8604
86052004-10-19 Ulf Jasper <ulf.jasper@web.de>
8606
8607 * calendar.texi (iCalendar): Update for package changes.
8608
8cf51b2c
GM
86092004-10-09 Luc Teirlinck <teirllm@auburn.edu>
8610
8611 * files.texi (Misc File Ops): View mode is a minor mode.
8612
8cf51b2c
GM
86132004-10-08 Glenn Morris <gmorris@ast.cam.ac.uk>
8614
8615 * calendar.texi (iCalendar): Style changes.
8616
86172004-10-07 Luc Teirlinck <teirllm@auburn.edu>
8618
8619 * search.texi (Regexps): The regexp described in the example is no
8620 longer stored in the variable `sentence-end'.
8621
8cf51b2c
GM
86222004-10-06 Nick Roberts <nickrob@snap.net.nz>
8623
8624 * building.texi (Starting GUD): Note that multiple debugging
8625 sessions requires `gdb --fullname'.
8626
86272004-10-05 Ulf Jasper <ulf.jasper@web.de>
8628
8629 * calendar.texi (iCalendar): New section for a new package.
8630
8cf51b2c
GM
86312004-10-05 Luc Teirlinck <teirllm@auburn.edu>
8632
8633 * text.texi: Various small changes in addition to the following.
8634 (Text): Replace xref for autotype with inforef.
8635 (Sentences): Explain nil value for `sentence-end'.
8636 (Paragraphs): Update default values for `paragraph-start' and
8637 `paragraph-separate'.
8638 (Text Mode): Correct description of Text mode's effect on the
8639 syntax table.
8640 (Outline Visibility): `hide-other' does not hide top level headings.
8641 `selective-display-ellipses' no longer has an effect on Outline mode.
8642 (TeX Misc): Add missing @cindex.
8643 Replace xref for RefTeX with inforef.
8644 (Requesting Formatted Text): The variable
8645 `enriched-fill-after-visiting' no longer exists.
8646 (Editing Format Info): Update names of menu items and commands.
8647 (Format Faces): Mention special effect of specifying the default face.
8648 Describe inheritance of text properties.
8649 Correct description of `fixed' face.
8650 (Format Indentation): Correct description of effect of setting
8651 margins. Mention `set-left-margin' and `set-right-margin'.
8652 (Format Justification): Update names of menu items.
8653 `set-justification-full' is now bound to `M-j b'.
8654 Mention that `default-justification' is a per buffer variable.
8655 (Format Properties): Update name of menu item.
8656 (Forcing Enriched Mode): `format-decode-buffer' automatically
8657 turns on Enriched mode if the buffer is in text/enriched format.
8658
86592004-10-05 Emilio C. Lopes <eclig@gmx.net>
8660
8661 * calendar.texi (From Other Calendar): Add calendar-goto-iso-week.
8662
86632004-09-28 Kim F. Storm <storm@cua.dk>
8664
8665 * display.texi (Display Custom) <indicate-buffer-boundaries>:
8666 Align with new functionality.
8667
8cf51b2c
GM
86682004-09-22 Luc Teirlinck <teirllm@auburn.edu>
8669
8670 * display.texi (Display Custom): Remove stray `@end defvar'.
8671
86722004-09-23 Kim F. Storm <storm@cua.dk>
8673
8674 * display.texi (Display Custom): Add `overflow-newline-into-fringe',
8675 `indicate-buffer-boundaries' and `default-indicate-buffer-boundaries'.
8676
8cf51b2c
GM
86772004-09-20 Richard M. Stallman <rms@gnu.org>
8678
8679 * custom.texi (Hooks): Explain using setq to clear out a hook.
8680 (File Variables): Explain multiline string constants.
8681 (Non-ASCII Rebinding): Explain when you need to update
8682 non-ASCII char codes in .emacs.
8683
8684 * building.texi (Compilation): Explain how to make a silent
8685 subprocess that won't be terminated. Explain compilation-environment.
8686
86872004-09-13 Kim F. Storm <storm@cua.dk>
8688
8689 * mini.texi (Repetition): Rename isearch-resume-enabled to
8690 isearch-resume-in-command-history and change default to disabled.
8691
8cf51b2c
GM
86922004-09-09 Kim F. Storm <storm@cua.dk>
8693
8694 * kmacro.texi (Save Keyboard Macro): Replace `name-last-kbd-macro'
8695 with new `kmacro-name-last-macro'.
8696
8cf51b2c
GM
86972004-09-08 Juri Linkov <juri@jurta.org>
8698
8699 * mini.texi (Minibuffer History): Add `history-delete-duplicates'.
8700
8cf51b2c
GM
87012004-09-03 Juri Linkov <juri@jurta.org>
8702
8703 * search.texi (Incremental Search): Update wording for M-%.
8704
87052004-09-02 Luc Teirlinck <teirllm@auburn.edu>
8706
8707 * killing.texi (Killing): Correct description of kill commands in
8708 read-only buffer.
8709
87102004-09-02 Teodor Zlatanov <tzz@lifelogs.com>
8711
8712 * building.texi (Compilation Mode): Add a paragraph about rules
8713 for finding the compilation buffer for `next-error'.
8714
8715 * search.texi (Other Repeating Search): Mention that Occur mode
8716 supports the next-error functionality.
8717
87182004-09-02 Juri Linkov <juri@jurta.org>
8719
8720 * search.texi (Regexp Replace): Add missing backslash to \footnote.
8721
87222004-08-31 Luc Teirlinck <teirllm@auburn.edu>
8723
8724 * kmacro.texi (Basic Keyboard Macro):
8725 `apply-macro-to-region-lines' now operates on all lines that begin
8726 in the region, rather than on all complete lines in the region.
8727
c8763fb6 87282004-08-31 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
8729
8730 * frames.texi (Drag and drop): Add documentation about
8731 x-dnd-test-function and x-dnd-known-types.
8732
87332004-08-30 Luc Teirlinck <teirllm@auburn.edu>
8734
8735 * indent.texi: Various minor changes in addition to:
8736 (Indentation Commands): Correct description of `indent-relative'.
8737 (Tab Stops): <TAB> is no longer bound to `tab-to-tab-stop' in Text
8738 mode. The *Tab Stops* buffer uses Overwrite Mode.
8739 (Just Spaces): `tabify' converts sequences of at least two spaces
8740 to tabs.
8741
8cf51b2c
GM
87422004-08-27 Luc Teirlinck <teirllm@auburn.edu>
8743
8744 * frames.texi (Secondary Selection): Setting the secondary
8745 selection with M-Drag-Mouse-1 does not alter the kill ring,
8746 setting it with M-Mouse-1 and M-Mouse-3 does.
8747 (Mode Line Mouse): C-Mouse-2 on scroll bar now also works for
8748 toolkit scroll bars.
8749 (Scroll Bars): Ditto.
8750
8751 * windows.texi (Basic Window): When using a window system, the value
8752 of point in a non-selected window is indicated by a hollow box.
8753 (Split Window): Side by side windows are separated by a scroll bar,
8754 if scroll bars are used.
8755 C-Mouse-2 on scroll bar now also works for toolkit scroll bars.
8756 (Change Window): Correct Mouse-2 vs Mouse-3 mess-up.
8757 (Window Convenience): Update bindings for `winner-undo' and
8758 `winner-redo'.
8759
8760 * ack.texi (Acknowledgments): Use `@unnumbered'.
d0207bf3 8761 * misc.texi: Adapt sectioning in Info to the node structure.
8cf51b2c
GM
8762 (Invoking emacsclient): Make "Invoking emacsclient" a subsection
8763 of "Using Emacs as a Server".
8764 * building.texi (Building): Interchange nodes (for correct numbering).
8765 * programs.texi (Programs): Interchange nodes (for correct numbering).
8766 * killing.texi, entering.texi, commands.texi: Adapt sectioning in
8767 Info to the node structure.
8768 * emacs.texi: Make "GNU GENERAL PUBLIC LICENSE" an appendix.
8769 Rearrange order of nodes and sections such that both "GNU GENERAL
8770 PUBLIC LICENSE" and "GNU Free Documentation License" appear at the
8771 end, as appropriate for appendices.
8772 (Acknowledgments): Put inside @iftex instead of @ifnotinfo.
8773 Use `@unnumberedsec'.
8774 * trouble.texi: Adapt sectioning in Info to the node structure.
8775 Adapt node pointers to change in emacs.texi.
8776 * cmdargs.texi, doclicense.texi: Adapt node pointers.
8777
8cf51b2c
GM
87782004-08-25 Kenichi Handa <handa@m17n.org>
8779
8780 * custom.texi (Non-ASCII Rebinding): Fix and simplify the
8781 description for unibyte mode.
8782
87832004-08-23 Luc Teirlinck <teirllm@auburn.edu>
8784
8785 * display.texi (Font Lock): Correct invalid (for hardcopy) @xref.
8786
8787 * search.texi (Regexps): Correct cryptic (in hardcopy) @ref.
8788 (Configuring Scrolling): Correct invalid (for hardcopy) @xref.
8789 (Regexp Replace): Standardize reference to hardcopy Elisp Manual
8790 in @pxref.
8791
87922004-08-22 Luc Teirlinck <teirllm@auburn.edu>
8793
8794 * kmacro.texi (Keyboard Macro Counter, Keyboard Macro Step-Edit):
8795 Change section names.
8796
8cf51b2c
GM
87972004-08-21 Luc Teirlinck <teirllm@auburn.edu>
8798
8799 * kmacro.texi (Keyboard Macro Ring): Rename section.
8800 Emacs treats the head of the macro ring as the `last keyboard macro'.
8801 (Keyboard Macro Counter): Minor change.
8802 (Save Keyboard Macro): Some clarifications.
8803 (Edit Keyboard Macro): Rename section.
8804
8805 * buffers.texi (Buffers): Maximum buffer size is now 256M on
8806 32-bit machines.
8807 (Several Buffers): Clarify which buffer is selected if `2' is
8808 pressed in the Buffer Menu.
8809 Auto Revert mode can be used to update the Buffer Menu
8810 automatically.
8811
88122004-08-21 Eli Zaretskii <eliz@gnu.org>
8813
8814 * help.texi (Misc Help): Add an index entry for finding an Info
8815 manual by its file name.
8816
88172004-08-20 Luc Teirlinck <teirllm@auburn.edu>
8818
8819 * files.texi (Backup Deletion): Correct description of
8820 `delete-old-versions'.
8821 (Time Stamps): `time-stamp' needs to be added to `before-save-hook'.
8822 (Auto Save Files): Recommend `auto-save-mode' to reenable
8823 auto-saving, rather than the abbreviation `auto-save'.
8824
88252004-08-17 Luc Teirlinck <teirllm@auburn.edu>
8826
8827 * emacs.texi (Top): Mention "cutting" and "pasting" as synonyms
8828 for "killing" and "yanking" in main menu.
8829
88302004-08-16 Richard M. Stallman <rms@gnu.org>
8831
8832 * killing.texi (Yanking, Killing): Minor cleanups.
8833
8834 * mark.texi (Momentary Mark): Minor cleanups.
8835
88362004-08-15 Kenichi Handa <handa@etl.go.jp>
8837
8838 * custom.texi (Non-ASCII Rebinding):
8839 C-q always inserts the right code to pass to global-set-key.
8840
8cf51b2c
GM
88412004-08-13 Luc Teirlinck <teirllm@auburn.edu>
8842
8843 * regs.texi (RegNumbers): Mention `C-x r i' binding for
8844 `insert-register', instead of `C-x r g' binding, for consistency.
8845
88462004-08-12 Luc Teirlinck <teirllm@auburn.edu>
8847
8848 * fixit.texi (Spelling): Fix typo.
8849
88502004-08-11 Luc Teirlinck <teirllm@auburn.edu>
8851
8852 * help.texi (Help): Fix Texinfo usage.
8853
8cf51b2c
GM
88542004-07-24 Richard M. Stallman <rms@gnu.org>
8855
8856 * text.texi (Paragraphs): Update how paragraphs are separated
8857 and the default for paragraph-separate.
8858
8859 * search.texi (Regexp Replace): Further update text for new
8860 replacement operators.
8861
8cf51b2c
GM
88622004-07-18 Luc Teirlinck <teirllm@auburn.edu>
8863
8864 * emacs-xtra.texi (Subdir switches): Dired does not remember the
8865 `R' switch.
8866
8867 * dired.texi (Dired Updating): `k' only deletes inserted
8868 subdirectories from the Dired buffer if a prefix argument was given.
8869
8870 * search.texi (Regexps): Delete redundant definition of `symbol' in
8871 description of `\_>'. It already occurs in the description of `\_<'.
8872
8cf51b2c
GM
88732004-07-01 Juri Linkov <juri@jurta.org>
8874
8875 * search.texi (Incremental Search): Add C-M-w, C-M-y, M-%, C-M-%, M-e.
8876 (Regexp Search): Add M-r.
8877
88782004-06-30 Luc Teirlinck <teirllm@auburn.edu>
8879
8880 * makefile.w32-in (EMACSSOURCES): Remove emacs-xtra.
8881
88822004-06-29 Jesper Harder <harder@ifa.au.dk>
8883
49823426 8884 * search.texi, calendar.texi: Markup fixes.
8cf51b2c
GM
8885
88862004-06-25 Richard M. Stallman <rms@gnu.org>
8887
8888 * search.texi (Regexp Replace): Rewrite description of \# \, and \?.
8889
88902004-06-25 David Kastrup <dak@gnu.org>
8891
8892 * search.texi (Regexp Replace): Some typo corrections and
8893 rearrangement.
8894
88952004-06-24 David Kastrup <dak@gnu.org>
8896
8897 * search.texi (Unconditional Replace): Use replace-string instead
8898 of query-replace in example.
8899 (Regexp Replace): Add explanations for `\,', `\#' and `\?'
8900 sequences.
8901 (Query Replace): Correct explanation of `^' which does not use
8902 the mark stack.
8903
89042004-06-21 Nick Roberts <nickrob@gnu.org>
8905
8906 * misc.texi (Shell History Copying): Document comint-insert-input.
8907 (Shell Ring): Describe comint-dynamic-list-input-ring here.
8908
8cf51b2c
GM
89092004-06-20 Jesper Harder <harder@ifa.au.dk>
8910
8911 * msdog.texi (Text and Binary, MS-DOS Printing): Use m-dash.
8912 * custom.texi (Customization): Do.
8913 * anti.texi (Antinews): Do.
8914 * abbrevs.texi (Defining Abbrevs): Do.
8915
8916 * programs.texi (Info Lookup): Fix keybinding for
8917 info-lookup-symbol.
8918
89192004-06-16 Juanma Barranquero <lektu@terra.es>
8920
8921 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, EMACSSOURCES):
8922 Add emacs-xtra.
8923 ($(infodir)/emacs-xtra, emacs-xtra.dvi): New dependencies.
8924 (clean): Add emacs-xtra and flymake. Remove redundancies.
8925
89262004-06-15 Luc Teirlinck <teirllm@auburn.edu>
8927
8928 * Makefile.in (INFO_TARGETS, DVI_TARGETS, ../info/emacs-xtra):
8929 Add emacs-xtra.
8930 * emacs-xtra.texi: New file.
8931
89322004-06-14 Luc Teirlinck <teirllm@auburn.edu>
8933
8934 * dired.texi (Dired Enter): Mention conditions on `ls' switches.
8935 (Dired and Find): Mention differences with ordinary Dired buffers.
8936
8cf51b2c
GM
89372004-06-13 Richard M. Stallman <rms@gnu.org>
8938
8939 * custom.texi (Init Syntax): Explain about vars that do special
8940 things when set with setq or with Custom.
8941 (Init Examples): Add line-number-mode example.
8942
8cf51b2c
GM
89432004-06-12 Juri Linkov <juri@jurta.org>
8944
8945 * dired.texi (Operating on Files): Add dired-do-touch.
8946
8cf51b2c
GM
89472004-06-10 Juri Linkov <juri@jurta.org>
8948
8949 * building.texi (Lisp Eval): Add C-M-x on defface.
8950
89512004-06-08 Luc Teirlinck <teirllm@auburn.edu>
8952
8953 * files.texi (Reverting): Auto-Revert mode and
8954 Global Auto-Revert mode no longer revert remote files.
8955
8cf51b2c
GM
89562004-05-29 Richard M. Stallman <rms@gnu.org>
8957
8958 * custom.texi (Init File): Two dashes start --no-site-file.
8959
8cf51b2c
GM
89602004-05-29 Alan Mackenzie <acm@muc.de>
8961
8962 * programs.texi: Update for CC Mode 5.30 and incidental amendments.
10d1d0af 8963 ("AWK"): Is consistently thus spelled throughout.
8cf51b2c
GM
8964 (AWK, Pike): Document as "C-like modes".
8965 (@kbd{M-j}): Document as alternative to @kbd{C-M-j}.
8966 (M-x man): Supersedes M-x manual-entry.
8967 Add numerous index entries. Correct "ESC a/e" to "M-a/e".
8968
8969 ("Comments in C"): Delete node; the info is in CC Mode manual.
8970 (c-comment-only-line-offset): Remove description.
8971
8972 (C-c ., C-c C-c): Describe new C Mode bindings.
8973
8974 (C-u TAB, indent-code-rigidly, c-indent-exp, c-tab-always-indent)
8975 (@dfn{Style}, c-default-style, comment-column, comment-padding)
8976 (c-up-conditional, c-beginning-of-statement, c-end-of-statement):
8977 Amend definitions.
8978
8979 (c-beginning-of-defun, c-end-of-defun, c-context-line-break):
8980 Describe functions.
8981
8982 (c-comment-start-regexp, c-hanging-comment-ender-p)
8983 (c-hanging-comment-starter-p): Remove obsolete definitions.
8984
8985 * emacs.texi: Remove the menu entry "Comments in C".
8986
8cf51b2c
GM
89872004-05-27 Luc Teirlinck <teirllm@auburn.edu>
8988
8989 * dired.texi (Dired and Find): `find-ls-option' does not apply to
8990 `M-x locate'.
8991
89922004-05-16 Karl Berry <karl@gnu.org>
8993
8994 * emacs.texi (ack.texi) [@ifnottex]: Change condition; with @ifinfo,
8995 makeinfo --html fails.
8996 * help.texi (Help Summary) [@ifnottex]: Likewise.
8997
89982004-05-13 Nick Roberts <nickrob@gnu.org>
8999
9000 * building.texi (GDB Graphical Interface): Update and describe
9001 layout first.
9002
8cf51b2c
GM
90032004-05-04 Jason Rumney <jasonr@gnu.org>
9004
9005 * makefile.w32-in: Revert last change.
9006
90072004-05-03 Jason Rumney <jasonr@gnu.org>
9008
9009 * makefile.w32-in (MULTI_INSTALL_INFO, ENVADD): Use forward slashes.
9010
8cf51b2c
GM
90112004-04-23 Juanma Barranquero <lektu@terra.es>
9012
9013 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
9014
90152004-04-18 Juri Linkov <juri@jurta.org>
9016
9017 * fixit.texi (Spelling): Remove file extension from ispell xref.
9018
90192004-04-15 Kim F. Storm <storm@cua.dk>
9020
9021 * cmdargs.texi (Initial Options): Add -Q.
9022
90232004-04-05 Kim F. Storm <storm@cua.dk>
9024
9025 * custom.texi (File Variables): Add safe-local-eval-forms.
9026
8cf51b2c
GM
90272004-04-02 Luc Teirlinck <teirllm@auburn.edu>
9028
9029 * files.texi (Reverting): Correct description of revert-buffer's
9030 handling of point.
9031
90322004-03-22 Juri Linkov <juri@jurta.org>
9033
9034 * emacs.texi (Top): Add `Misc X'.
9035
49823426 9036 * trouble.texi: Fix help key bindings.
8cf51b2c
GM
9037
9038 * glossary.texi: Improve references.
9039
9040 * help.texi: Sync keywords with finder.el.
9041
9042 * mini.texi (Completion): Add description for menu items.
9043
9044 * misc.texi (Browse-URL, FFAP): Add information about keywords.
9045
9046 * sending.texi (Mail Methods): Fix xref to Message manual.
9047
8cf51b2c
GM
90482004-03-12 Richard M. Stallman <rms@gnu.org>
9049
8cf51b2c
GM
9050 * buffers.texi (Misc Buffer): Add index entry for rename-uniquely.
9051
8cf51b2c
GM
90522004-03-04 Richard M. Stallman <rms@gnu.org>
9053
9054 * search.texi (Regexps): Explain that ^ and $ have their
9055 special meanings only in certain contexts.
9056
9057 * programs.texi (Expressions): Doc C-M-SPC as alias for C-M-@.
9058
9059 * mule.texi (Specify Coding): Doc C-x RET F.
9060
9061 * buffers.texi (Misc Buffer): Explain use of M-x rename-uniquely
9062 for multiple compile and grep buffers.
9063 (Indirect Buffers): Don't recommand clone-indirect-buffer
9064 for multiple compile and grep buffers.
9065
8cf51b2c
GM
90662004-02-29 Juanma Barranquero <lektu@terra.es>
9067
9068 * makefile.w32-in (mostlyclean, clean, maintainer-clean):
9069 Use $(DEL) instead of rm, and ignore exit code.
9070
8cf51b2c
GM
90712004-02-23 Nick Roberts <nick@nick.uklinux.net>
9072
9073 * building.texi (Watch Expressions): Update.
9074
90752004-02-21 Juri Linkov <juri@jurta.org>
9076
1c6c854e
CS
9077 * cmdargs.texi (Action Arguments): Add alias --find-file.
9078 Add --directory, --help, --version. Move text about command-line-args
8cf51b2c
GM
9079 to Command Arguments.
9080 (Initial Options): Add @cindex for --script. Fix @cindex for -q.
9081 Add --no-desktop. Add alias --no-multibyte, --no-unibyte.
9082 (Window Size X): Join -g and --geometry. Add @cindex.
9083 (Borders X): Fix @cindex for -ib. Add @cindex for -bw.
9084 (Title X): Remove alias -title.
9085 (Misc X): New node.
9086
c8763fb6 90872004-02-15 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
9088
9089 * frames.texi (Drag and drop): Add Motif to list of supported
9090 protocols.
9091
c8763fb6 90922004-02-03 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
9093
9094 * frames.texi (Drag and drop): New section.
9095
90962004-01-24 Richard M. Stallman <rms@gnu.org>
9097
1c6c854e 9098 * emacs.texi (Acknowledgments): Rename from Acknowledgements.
8cf51b2c
GM
9099 Include it only @ifnotinfo. Patch the preceding and following
9100 node headers to point to each other.
9101
91022004-01-11 Glenn Morris <gmorris@ast.cam.ac.uk>
9103
9104 * calendar.texi (Appointments): Update section.
9105
91062003-12-29 Kevin Ryde <user42@zip.com.au>
9107
8cf51b2c
GM
9108 * programs.texi (C Modes): Fix the xref.
9109
91102003-12-23 Nick Roberts <nick@nick.uklinux.net>
9111
9112 * building.texi (Watch Expressions): Update.
9113 (Commands of GUD): Include use of toolbar + breakpoints set from
9114 fringe/margin.
9115
91162003-12-03 Andre Spiegel <spiegel@gnu.org>
9117
9118 * files.texi: Say how to disable VC. Suggested by Alan Mackenzie
9119 <acm@muc.de>.
9120
c8763fb6 91212003-11-29 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
9122
9123 * frames.texi (Dialog Boxes): Add use-file-dialog.
9124
8cf51b2c
GM
91252003-11-22 Martin Stjernholm <bug-cc-mode@gnu.org>
9126
9127 * ack.texi: Note that Alan Mackenzie contributed the AWK support
9128 in CC Mode.
9129
8cf51b2c
GM
91302003-11-02 Jesper Harder <harder@ifa.au.dk> (tiny change)
9131
9132 * man/ack.texi, man/basic.texi, man/cmdargs.texi:
9133 * man/commands.texi, man/custom.texi, man/display.texi:
49823426 9134 * man/emacs.texi, man/files.texi:
8cf51b2c
GM
9135 * man/frames.texi, man/glossary.texi, man/killing.texi:
9136 * man/macos.texi, man/mark.texi, man/misc.texi, man/msdog.texi:
9137 * man/mule.texi, man/rmail.texi, man/search.texi:
49823426
GM
9138 * man/sending.texi, man/text.texi, man/trouble.texi:
9139 Replace @sc{ascii} and ASCII with @acronym{ASCII}.
8cf51b2c
GM
9140
91412003-11-01 Alan Mackenzie <acm@muc.de>
9142
9143 * search.texi (Scrolling During Incremental Search): Document a
9144 new scrolling facility in isearch mode.
9145
8cf51b2c
GM
91462003-10-22 Miles Bader <miles@gnu.org>
9147
9148 * Makefile.in (info): Move before $(top_srcdir)/info.
9149
91502003-10-22 Nick Roberts <nick@nick.uklinux.net>
9151
9152 * building.texi (Watch Expressions): Update section on data display
9153 to reflect code changes (GDB Graphical Interface).
9154
8cf51b2c
GM
91552003-10-13 Richard M. Stallman <rms@gnu.org>
9156
9157 * xresources.texi (GTK resources): Clean up previous change.
9158
c8763fb6 91592003-10-12 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
9160
9161 * xresources.texi (GTK resources): Add a note that some themes
9162 disallow customizations. Add scroll theme example.
9163
8cf51b2c
GM
91642003-09-30 Richard M. Stallman <rms@gnu.org>
9165
8cf51b2c
GM
9166 * cmdargs.texi (General Variables): Remove MAILRC envvar.
9167
9168 * misc.texi (Saving Emacs Sessions): Shorten the section,
9169 collapsing back into one node.
9170
91712003-09-30 Lars Hansen <larsh@math.ku.dk>
9172
9173 * misc.texi: Section "Saving Emacs Sessions" rewritten.
9174
ce058493 91752003-09-29 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
9176
9177 * xresources.texi (GTK names in Emacs): Correct typo.
9178
8cf51b2c
GM
91792003-09-24 Luc Teirlinck <teirllm@mail.auburn.edu>
9180
1c6c854e
CS
9181 * cmdargs.texi (Font X): Mention new default font.
9182 More fully describe long font names, wildcard patterns and the
8cf51b2c
GM
9183 problems involved. (Result of discussion on emacs-devel.)
9184
91852003-09-22 Luc Teirlinck <teirllm@mail.auburn.edu>
9186
9187 * emacs.texi (Acknowledgements): Correct typo.
9188
91892003-09-22 Richard M. Stallman <rms@gnu.org>
9190
9191 * dired.texi (Misc Dired Commands): New node.
9192 (Dired Navigation): Add dired-goto-file.
9193
9194 * files.texi (File Aliases, Misc File Ops): Add @cindex entries.
9195
9196 * emacs.texi (Acknowledgements): New node, split from Distribution.
9197
9198 * cmdargs.texi (Action Arguments): -f reads interactive args.
9199
8cf51b2c
GM
92002003-09-08 Lute Kamstra <lute@gnu.org>
9201
9202 * screen.texi (Mode Line): Say that POS comes before LINE.
9203 Mention `size-indication-mode'.
1c6c854e
CS
9204 * display.texi (Optional Mode Line):
9205 Document `size-indication-mode'.
8cf51b2c
GM
9206 * basic.texi (Position Info): Mention `size-indication-mode'.
9207
92082003-09-07 Luc Teirlinck <teirllm@mail.auburn.edu>
9209
9210 * xresources.texi (Resources): Refer to `editres' man page.
9211 (Lucid Resources): Update defaults. Expand description of
9212 `shadowThickness'.
9213
92142003-09-04 Miles Bader <miles@gnu.org>
9215
9216 * Makefile.in (top_srcdir): New variable.
9217 ($(top_srcdir)/info): New rule.
9218 (info): Depend on it.
9219
92202003-09-03 Peter Runestig <peter@runestig.com>
9221
9222 * makefile.w32-in: New file.
9223
92242003-08-29 Richard M. Stallman <rms@gnu.org>
9225
9226 * misc.texi (Saving Emacs Sessions): Correct previous change.
9227
8cf51b2c
GM
92282003-08-19 Luc Teirlinck <teirllm@mail.auburn.edu>
9229
8cf51b2c
GM
9230 * emacs.texi (Top): Update menu to reflect new Keyboard Macros chapter.
9231 (Intro): Include kmacro.texi after fixit.texi instead of after
9232 custom.texi. (As suggested by Kim Storm.)
9233
92342003-08-18 Luc Teirlinck <teirllm@mail.auburn.edu>
9235
9236 * fixit.texi (Fixit): Update `Next' pointer.
9237 * files.texi (Files): Update `Previous' pointer.
9238 * kmacro.texi (Keyboard Macros): Remove redundant node and section.
9239 * emacs.texi (Intro): Include kmacro.texi after custom.texi.
9240 (Suggested by Kim Storm.)
9241 * Makefile (EMACSSOURCES): Add kmacro.texi. (Suggested by Kim Storm.)
9242
92432003-08-18 Kim F. Storm <storm@cua.dk>
9244
9245 * kmacro.texi: New file describing enhanced keyboard macro
9246 functionality. Replaces old description in custom.texi.
9247
9248 * custom.texi (Customization): Add xref to Keyboard Macros chapter.
9249 (Keyboard Macros): Move to new kmacro.texi file.
9250
9251 * emacs.texi (Keyboard Macros): Reference new keyboard macro topics.
9252
8cf51b2c
GM
92532003-08-17 Edward M. Reingold <reingold@emr.cs.iit.edu>
9254
9255 * calendar.texi (Specified Dates): Add `calendar-goto-day-of-year'.
9256
92572003-08-17 Alex Schroeder <alex@gnu.org>
9258
9259 * misc.texi (Saving Emacs Sessions): Manual M-x desktop-save not
9260 required.
9261
8cf51b2c
GM
92622003-08-05 Richard M. Stallman <rms@gnu.org>
9263
9264 * programs.texi (Lisp Indent): Don't describe
9265 lisp-indent-function property here. Use xref to Lisp Manual.
9266
8cf51b2c
GM
92672003-08-03 Glenn Morris <gmorris@ast.cam.ac.uk>
9268
fffa137c 9269 * calendar.texi (Date Formats): Document changed behavior of
8cf51b2c
GM
9270 abbreviations.
9271
92722003-07-24 Markus Rost <rost@math.ohio-state.edu>
9273
9274 * buffers.texi (List Buffers): Fix previous change.
9275
8cf51b2c
GM
92762003-07-13 Markus Rost <rost@math.ohio-state.edu>
9277
9278 * buffers.texi (List Buffers): Adjust to new format of *Buffer
9279 List*.
9280
92812003-07-07 Luc Teirlinck <teirllm@mail.auburn.edu>
9282
8cf51b2c
GM
9283 * display.texi (Font Lock): Fix typo.
9284
92852003-07-07 Richard M. Stallman <rms@gnu.org>
9286
9287 * display.texi (Font Lock): Add xref for format info on
9288 font-lock-remove-keywords.
9289
9290 * building.texi (Compilation): Document what happens with asynch
9291 children of compiler process.
9292
9293 * help.texi (Library Keywords): Use @multitable.
9294
8cf51b2c
GM
92952003-06-04 Richard M. Stallman <rms@gnu.org>
9296
9297 * programs.texi (Expressions): Delete C-M-DEL.
9298
9299 * misc.texi (Shell Options): Clarify comint-scroll-show-maximum-output.
9300 comint-move-point-for-output renamed from
9301 comint-scroll-to-bottom-on-output.
9302
9303 * custom.texi (Init Rebinding): Replace previous change with xref.
9304 (Non-ASCII Rebinding): Explain that issue more briefly here.
9305
93062003-05-28 Richard M. Stallman <rms@gnu.org>
9307
9308 * indent.texi (Indentation): Condense, simplify, clarify prev change.
9309
93102003-05-28 Nick Roberts <nick@nick.uklinux.net>
9311
9312 * building.texi (GDB Graphical Interface): New node.
9313 (Rewritten somewhat by RMS.)
9314
c8763fb6 93152003-05-28 Kai Großjohann <kai.grossjohann@gmx.net>
8cf51b2c
GM
9316
9317 * custom.texi (Init Rebinding): Xref Non-ASCII Rebinding, for
9318 non-English letters. Explain how to set coding systems correctly
9319 and how to include the right coding cookie in the file.
9320
c8763fb6 93212003-05-22 Kai Großjohann <kai.grossjohann@gmx.net>
8cf51b2c
GM
9322
9323 * indent.texi (Indentation): Explain the concepts.
9324 (Just Spaces): Explain why preventing tabs for indentation might
9325 be useful.
9326
8cf51b2c
GM
93272003-04-16 Richard M. Stallman <rms@gnu.org>
9328
9329 * search.texi (Regexps): Ref to Lisp manual for more regexp features.
9330
8cf51b2c
GM
93312003-02-22 Alex Schroeder <alex@emacswiki.org>
9332
9333 * cmdargs.texi (General Variables): Document SMTPSERVER.
9334
8cf51b2c
GM
9335 * sending.texi: Remove SMTP node.
9336 (Mail Sending): Describe `send-mail-function'. Link to SMTP
9337 library.
9338
8cf51b2c
GM
93392003-02-22 Alex Schroeder <alex@emacswiki.org>
9340
9341 * sending.texi (Sending via SMTP): Explain MTA/MUA.
9342
93432003-02-22 Simon Josefsson <jas@extundo.com>
9344
9345 * sending.texi (Mail Methods): Add node about SMTP.
9346
c8763fb6 93472003-02-17 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
9348
9349 * xresources.texi (GTK names in Emacs): Add emacs-toolbar - GtkToolbar.
9350
8cf51b2c
GM
93512003-02-01 Kevin Ryde <user42@zip.com.au>
9352
9353 * glossary.texi (Glossary): Correction to cl cross reference.
9354
93552003-01-20 Richard M. Stallman <rms@gnu.org>
9356
9357 * killing.texi (Rectangles): Document C-x c r.
9358
c8763fb6 93592003-01-19 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
9360
9361 * xresources.texi (GTK resources): New node.
9362 (GTK widget names): New node.
9363 (GTK names in Emacs): New node.
9364 (GTK styles): New node.
9365
c8763fb6 93662003-01-09 Francesco Potortì <pot@gnu.org>
8cf51b2c
GM
9367
9368 * maintaining.texi (Create Tags Table): Add reference to the new
9369 `etags --help --lang=LANG' option.
9370
8cf51b2c
GM
93712002-10-02 Karl Berry <karl@gnu.org>
9372
49823426 9373 * emacs.texi: Per rms, update all manuals to use @copying instead of
630cb3b7 9374 @ifinfo. Also use @ifnottex instead of @ifinfo around the top node,
49823426 9375 where needed for the sake of the HTML output.
8cf51b2c
GM
9376
93772001-12-20 Eli Zaretskii <eliz@is.elta.co.il>
9378
9379 * Makefile.in (EMACSSOURCES): Update the list of Emacs manual
9380 source files.
9381
93822001-11-16 Eli Zaretskii <eliz@is.elta.co.il>
9383
9384 * Makefile.in (emacsman): New target.
9385
8cf51b2c
GM
93862001-10-20 Gerd Moellmann <gerd@gnu.org>
9387
9388 * (Version 21.1 released.)
9389
93902001-10-05 Gerd Moellmann <gerd@gnu.org>
9391
9392 * Branch for 21.1.
9393
8cf51b2c
GM
93942001-03-05 Gerd Moellmann <gerd@gnu.org>
9395
9396 * Makefile.in (mostlyclean, maintainer-clean): Delete more files.
9397
8cf51b2c
GM
93982000-05-31 Stefan Monnier <monnier@cs.yale.edu>
9399
9400 * .cvsignore (*.tmp): New entry. Seems to be used for @macro.
9401
8cf51b2c
GM
94021999-07-12 Richard Stallman <rms@gnu.org>
9403
9404 * Version 20.4 released.
9405
94061998-12-04 Markus Rost <rost@delysid.gnu.org>
9407
9408 * Makefile.in (INFO_TARGETS): Delete customize.info.
9409 (DVI_TARGETS): Delete customize.dvi.
9410 (../info/customize, customize.dvi): Targets deleted.
9411
94121998-08-19 Richard Stallman <rms@psilocin.ai.mit.edu>
9413
9414 * Version 20.3 released.
9415
94161998-05-06 Richard Stallman <rms@psilocin.gnu.org>
9417
9418 * Makefile.in (EMACSSOURCES): Add mule.texi.
9419 Add msdog.texi, ack.texi. Remove gnu1.texi.
9420
94211998-04-06 Andreas Schwab <schwab@gnu.org>
9422
768c0c0f
JB
9423 * Makefile.in (ENVADD): Environment vars to pass to texi2dvi.
9424 Use it in dvi targets.
8cf51b2c
GM
9425
94261997-09-23 Paul Eggert <eggert@twinsun.com>
9427
9428 * Makefile.in: Merge changes mistakenly made to `Makefile'.
9429 (INFO_TARGETS): Change ../info/custom to ../info/customize.
9430 (../info/customize): Rename from ../info/custom.
8cf51b2c
GM
9431
94321997-09-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9433
9434 * Version 20.2 released.
9435
94361997-09-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9437
9438 * Version 20.1 released.
9439
94401997-08-24 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9441
9442 * Makefile (../info/customize, customize.dvi): New targets.
9443 (INFO_TARGETS): Add ../info/customize.
9444 (DVI_TARGETS): Add customize.dvi.
9445
8cf51b2c
GM
94461996-08-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9447
9448 * Version 19.33 released.
9449
94501996-07-31 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9451
9452 * Version 19.32 released.
9453
8cf51b2c
GM
94541996-06-20 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9455
9456 * Makefile.in (All info targets): cd $(srcdir) to do the work.
9457
94581996-06-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9459
9460 * Makefile.in (All info targets): Specify $(srcdir) in input files.
9461 Specify -I option.
9462 (All dvi targets): Set the TEXINPUTS variable.
9463
94641996-05-25 Karl Heuer <kwzh@gnu.ai.mit.edu>
9465
9466 * Version 19.31 released.
9467
8cf51b2c
GM
94681995-11-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9469
9470 * Version 19.30 released.
9471
8cf51b2c
GM
94721995-02-07 Richard Stallman <rms@pogo.gnu.ai.mit.edu>
9473
9474 * Makefile.in (maintainer-clean): Rename from realclean.
9475
94761994-11-23 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9477
9478 * Makefile.in: New file.
9479 * Makefile: File deleted.
9480
94811994-11-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9482
9483 * Makefile (TEXINDEX_OBJS): Variable deleted.
9484 (texindex, texindex.o, getopt.o): Rules deleted.
9485 All deps on texindex deleted.
9486 (distclean): Don't delete texindex.
9487 (mostlyclean): Don't delete *.o.
9488 * texindex.c, getopt.c: Files deleted.
9489
94901994-09-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9491
9492 * Version 19.26 released.
9493
94941994-07-02 Richard Stallman (rms@gnu.ai.mit.edu)
9495
9496 * Makefile (EMACSSOURCES): Exclude undo.texi.
9497
94981994-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9499
9500 * Version 19.25 released.
9501
95021994-05-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9503
9504 * Version 19.24 released.
9505
95061994-05-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9507
9508 * Version 19.23 released.
9509
95101994-04-17 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9511
9512 * Makefile: Delete spurious tab.
9513
95141994-02-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9515
9516 * Makefile (.SUFFIXES): New rule.
9517
8cf51b2c
GM
95181993-12-04 Richard Stallman (rms@srarc2)
9519
9520 * getopt.c: New file.
9521 * Makefile (TEXINDEX_OBJS): Use getopt.o in this dir, not ../lib-src.
9522 (getopt.o): New rule.
9523 (dvi): Don't depend on texindex.
49823426 9524 (emacs.dvi): Depend on texindex.
8cf51b2c
GM
9525
95261993-12-03 Richard Stallman (rms@srarc2)
9527
49823426
GM
9528 * Makefile (TEXI2DVI): New variable.
9529 (emacs.dvi): Add explicit command.
8cf51b2c
GM
9530 (TEXINDEX_OBJS): Delete duplicate getopt.o.
9531
95321993-11-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9533
9534 * Version 19.22 released.
9535
95361993-11-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9537
9538 * Makefile (TEXINDEX_OBJS): Delete spurious period.
9539
95401993-11-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9541
9542 * Version 19.21 released.
9543
8cf51b2c
GM
95441993-11-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9545
9546 * Makefile (realclean): Don't delete the Info files.
9547
f0131492 95481993-10-25 Brian J. Fox (bfox@albert.gnu.ai.mit.edu)
8cf51b2c 9549
8cf51b2c
GM
9550 * frames.texi (Creating Frames): Mention `C-x 5' instead of `C-x
9551 4' where appropriate.
9552
f0131492 95531993-10-20 Brian J. Fox (bfox@ai.mit.edu)
8cf51b2c 9554
49823426 9555 * Makefile: Fix targets for texindex.
8cf51b2c
GM
9556
9557 * texindex.c: Include "../src/config.h" if building in emacs.
9558
9559 * Makefile: Change all files to FILENAME.texi, force all targets
49823426 9560 to be FILENAME, not FILENAME.info.
8cf51b2c
GM
9561 Add target to build texindex.c, defining `emacs'.
9562
8cf51b2c
GM
95631993-08-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9564
9565 * Version 19.19 released.
9566
8cf51b2c
GM
95671993-08-08 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9568
9569 * Version 19.18 released.
9570
95711993-07-20 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9572
9573 * Makefile: Fix source file names of the separate manuals.
8cf51b2c
GM
9574
95751993-07-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9576
9577 * Version 19.17 released.
9578
95791993-07-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9580
9581 * split-man: Fix typos in last change.
9582
95831993-07-06 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9584
9585 * Version 19.16 released.
9586
95871993-06-19 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9588
9589 * version 19.15 released.
9590
95911993-06-18 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9592
9593 * Makefile (distclean): It's rm, not rf.
9594
95951993-06-17 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9596
9597 * Version 19.14 released.
9598
95991993-06-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9600
9601 * Makefile: New file.
9602
96031993-06-08 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9604
9605 * Version 19.13 released.
9606
96071993-05-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9608
9609 * Version 19.9 released.
9610
96111993-05-25 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9612
9613 * Version 19.8 released.
9614
96151993-05-25 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9616
9617 * cmdargs.texi: Document the -i, -itype, and -iconic options.
9618
9619 * trouble.texi: It's `enable-flow-control-on', not
9620 `evade-flow-control-on'.
9621
96221993-05-24 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9623
9624 * display.texi: Document standard-display-european.
9625
96261993-05-22 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9627
9628 * Version 19.7 released.
9629
9630 * emacs.texi: Add a sentence to the top menu mentioning the
9631 specific version of Emacs this manual applies to.
9632
96331993-04-25 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
9634
9635 * basic.texi: Document next-line-add-lines variable used to
9636 implement down-arrow.
9637
9638 * killing.texi: Document kill-whole-line.
9639
96401993-04-18 Noah Friedman (friedman@nutrimat.gnu.ai.mit.edu)
9641
9642 * text.texi: Update unix TeX ordering information.
9643
96441993-03-26 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
9645
9646 * news.texi: Mention fill-rectangle in keybinding list.
9647
9648 * killing.texi: Document fill-rectangle.
9649
96501993-03-17 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
9651
9652 * vc.texi: Bring the docs up to date with VC 5.2.
9653
96541992-01-10 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
9655
9656 * emacs.tex: Mention blackbox and gomoku under Amusements.
9657 Assembler mode is now mentioned and appropriately indexed
9658 under Programming Modes.
9659
96601991-02-15 Robert J. Chassell (bob@wookumz.ai.mit.edu)
9661
9662 * emacs.tex: Update TeX ordering information.
9663
8cf51b2c
GM
96641990-06-26 David Lawrence (tale@geech)
9665
9666 * emacs.tex: Note that completion-ignored-extensions is not used
9667 to filter out names when all completions are displayed in
9668 *Completions*.
9669
96701990-05-25 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
9671
9672 * texindex.tex: If USG, include sys/types.h and sys/fcntl.h.
9673
96741990-03-21 Jim Kingdon (kingdon@pogo.ai.mit.edu)
9675
9676 * emacs.tex: Add @findex grep.
9677
8cf51b2c
GM
96781988-08-16 Robert J. Chassell (bob@frosted-flakes.ai.mit.edu)
9679
9680 * emacs.tex: Correct two typos. No other changes before
9681 Version 19 will be made.
9682
8cf51b2c
GM
96831988-05-23 Robert J. Chassell (bob@frosted-flakes.ai.mit.edu)
9684
9685 * emacs.tex: Update information for obtaining TeX distribution from the
9686 University of Washington.
9687
9688;; Local Variables:
c8763fb6 9689;; coding: utf-8
8cf51b2c
GM
9690;; End:
9691
a162959e 9692 Copyright (C) 1993-1999, 2001-2012 Free Software Foundation, Inc.
8cf51b2c
GM
9693
9694 This file is part of GNU Emacs.
9695
352c8b4a 9696 GNU Emacs is free software: you can redistribute it and/or modify
8cf51b2c 9697 it under the terms of the GNU General Public License as published by
352c8b4a
GM
9698 the Free Software Foundation, either version 3 of the License, or
9699 (at your option) any later version.
8cf51b2c
GM
9700
9701 GNU Emacs is distributed in the hope that it will be useful,
9702 but WITHOUT ANY WARRANTY; without even the implied warranty of
9703 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
9704 GNU General Public License for more details.
9705
9706 You should have received a copy of the GNU General Public License
352c8b4a 9707 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.