* lisp/eshell/em-unix.el (eshell/mkdir): Handle "--parents".
[bpt/emacs.git] / doc / emacs / ChangeLog
CommitLineData
f78ee6af 12012-11-13 Chong Yidong <cyd@gnu.org>
0f5414fc
CY
2
3 * building.texi (Multithreaded Debugging): gdb-stopped-hooks is
4 actually named gdb-stopped-functions.
5
f78ee6af 62012-11-13 Glenn Morris <rgm@gnu.org>
adad6d8f
GM
7
8 * misc.texi (Single Shell): Mention async-shell-command-buffer.
9
19e09879
GM
102012-11-10 Glenn Morris <rgm@gnu.org>
11
12 * misc.texi (Terminal emulator): Rename `term-face' to `term'.
13
ef7238c3
GM
14 * emacs.texi (Acknowledgments): Add profiler author.
15 * ack.texi (Acknowledgments): Add some recent contributions.
16
6baf66d5 172012-11-10 Chong Yidong <cyd@gnu.org>
4c1f6a5b 18
9d9e48d9
CY
19 * files.texi (Diff Mode): Doc fixes for
20 diff-delete-trailing-whitespace (Bug#12831).
21
4c1f6a5b
CY
22 * trouble.texi (Crashing): Copyedits.
23
6baf66d5 242012-11-10 Glenn Morris <rgm@gnu.org>
26f59676
GM
25
26 * files.texi (Diff Mode): Trailing whitespace updates.
27
6baf66d5 282012-11-10 Chong Yidong <cyd@gnu.org>
cce0aa5a 29
4eeba558
CY
30 * misc.texi (Terminal emulator): Document Term mode faces.
31
7d806bfe
CY
32 * mini.texi (Basic Minibuffer): New node. Document
33 minibuffer-electric-default-mode.
34
35 * display.texi (Visual Line Mode): Fix index entry.
36
cce0aa5a
CY
37 * buffers.texi (Several Buffers): List Buffer Menu command anmes,
38 and index the keybindings. Document tabulated-list-sort.
39 (Kill Buffer): Capitalize Buffer Menu.
40
41 * trouble.texi (Memory Full): Capitalize Buffer Menu.
42
6baf66d5 432012-11-10 Eli Zaretskii <eliz@gnu.org>
bff6f241
EZ
44
45 * display.texi (Auto Scrolling): Clarify that scroll-step is
46 ignored when scroll-conservatively is set to a non-zero value.
47 (Bug#12801)
48
6baf66d5 492012-11-10 Chong Yidong <cyd@gnu.org>
766376c6
CY
50
51 * dired.texi (Dired Updating): Doc fix (Bug#11744).
52
87288971
MA
532012-10-30 Michael Albinus <michael.albinus@gmx.de>
54
55 * trouble.texi (Known Problems): Mention command `debbugs-gnu-usertags'.
56
fc83c2de
CY
572012-10-29 Chong Yidong <cyd@gnu.org>
58
59 * dired.texi (Shell Commands in Dired): Document changes to the
60 dired-do-async-shell-command.
61
82b21017
GM
622012-10-28 Glenn Morris <rgm@gnu.org>
63
64 * ack.texi (Acknowledgments): Mention gv.el.
65
caa5e5a4
BG
662012-10-27 Bastien Guerry <bzg@gnu.org>
67
68 * screen.texi (Menu Bar): Fix typo.
69
05b621a6
CY
702012-10-27 Chong Yidong <cyd@gnu.org>
71
72 * frames.texi (Mouse Avoidance): Mention new variable
73 mouse-avoidance-banish-position.
74
75 * programs.texi (Which Function): Which Function mode now works in
76 all major modes by default.
77
78 * mule.texi (Recognize Coding): Remove an unreferenced vindex.
79
80 * files.texi (Misc File Ops): Symbolic links on Windows only work
81 on Vista and later.
82
83 * building.texi (Compilation): Document compilation-always-kill.
84
85 * search.texi (Symbol Search): New node.
86
87 * package.texi (Package Menu): Document the "new" status.
88
89 * windows.texi (Window Choice): Don't refer to the obsolete
90 special-display feature.
91
cd996018
CY
922012-10-24 Chong Yidong <cyd@gnu.org>
93
94 * mule.texi (Text Coding): set-buffer-file-coding-system can now
95 be invoked from the mode line.
96
97 * dired.texi (Dired Deletion, Marks vs Flags): Document Emacs 24.3
98 changes to the mark and unmark commands.
99 (Comparison in Dired): Document chages to dired-diff. Remove M-=,
100 which is no longer bound to dired-backup-diff.
101
fe605b94
BG
1022012-10-23 Bastien Guerry <bzg@gnu.org>
103
9eadb1a9
BG
104 * text.texi (Org Authoring): Use a comma after @ref to avoid the
105 insertion of a period in the Info output.
fe605b94 106
d1069532
SM
1072012-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
108
109 * custom.texi (Hooks): Clarify that -hooks is deprecated.
110
1fb3aa3f
CY
1112012-10-23 Chong Yidong <cyd@gnu.org>
112
113 * kmacro.texi (Edit Keyboard Macro): Fix typo.
114
f42f1094
DM
1152012-10-18 Dani Moncayo <dmoncayo@gmail.com>
116
117 * mini.texi (Completion Options): Fix off-by-one error. (Bug#12644)
118
6c24e35f
GM
1192012-10-17 Glenn Morris <rgm@gnu.org>
120
121 * mini.texi (Repetition): Further copyedit.
122
429cdb05
DM
1232012-10-17 Dani Moncayo <dmoncayo@gmail.com>
124
125 * mini.texi (Repetition): Copyedit.
126
e5a94ec4
JL
1272012-10-16 Juri Linkov <juri@jurta.org>
128
129 * search.texi (Query Replace): Document multi-buffer replacement
130 keys. (Bug#12655)
131
132 * maintaining.texi (Tags Search): Change link "Replace" to
133 "Query Replace".
134
73f2b4ab
CY
1352012-10-13 Chong Yidong <cyd@gnu.org>
136
137 * files.texi (File Conveniences): ImageMagick enabled by default.
138
d8e213eb
DM
1392012-10-10 Dani Moncayo <dmoncayo@gmail.com>
140
141 * basic.texi (Arguments): Fix typos.
142
b859a383
GM
1432012-10-08 Glenn Morris <rgm@gnu.org>
144
cad4f290
GM
145 * cal-xtra.texi (Calendar Customizing): Mention calendar-month-header.
146
b859a383
GM
147 * calendar.texi (Writing Calendar Files): Mention cal-html-holidays.
148
f1f4dba0
GM
1492012-10-06 Glenn Morris <rgm@gnu.org>
150
151 * calendar.texi (Writing Calendar Files): Tweak week descriptions.
152 Mention cal-tex-cursor-week2-summary.
153
c6b68a28
CY
1542012-10-06 Chong Yidong <cyd@gnu.org>
155
156 * mini.texi (Passwords): Fix typo.
157
751bac18
GM
1582012-10-02 Glenn Morris <rgm@gnu.org>
159
160 * maintaining.texi (VC Directory Commands):
161 Remove duplicate `q' entry. (Bug#12553)
162
48de8b12
CY
1632012-09-30 Chong Yidong <cyd@gnu.org>
164
165 * killing.texi (Rectangles): Document copy-rectangle-as-kill.
166
167 * search.texi (Special Isearch): Document the lax space search
168 feature and M-s SPC.
169 (Regexp Search): Move main search-whitespace-regexp description to
170 Special Isearch.
171 (Replace): Document replace-lax-whitespace.
172
173 * basic.texi (Position Info): Document C-u M-=.
174 (Moving Point): Document move-to-column.
175
176 * display.texi (Useless Whitespace): Add delete-trailing-lines.
177
178 * misc.texi (emacsclient Options): Document the effect of
179 initial-buffer-choice on client frames. Document server-auth-dir.
180 Do not document server-host, which is bad security practice.
181
182 * building.texi (Lisp Libraries): Docstring lookups can trigger
183 autoloading. Document help-enable-auto-load.
184
185 * mini.texi (Yes or No Prompts): New node.
186
187 * ack.texi (Acknowledgments): Remove obsolete packages.
188
4695c850
GM
1892012-09-27 Glenn Morris <rgm@gnu.org>
190
191 * cal-xtra.texi (Advanced Calendar/Diary Usage):
192 Rename the section to be more general.
193 * emacs.texi: Update menu.
194
e109c4a6
CY
1952012-09-23 Chong Yidong <cyd@gnu.org>
196
197 * buffers.texi (Misc Buffer): Replace toggle-read-only with
198 read-only-mode.
199
200 * files.texi (Visiting): Likewise.
201
2e83df57
PE
2022012-09-22 Paul Eggert <eggert@cs.ucla.edu>
203
204 * trouble.texi (Crashing): Document ulimit -c.
205
58f3a196
PE
2062012-09-21 Paul Eggert <eggert@cs.ucla.edu>
207
208 * trouble.texi (Crashing): Document addr2line.
209
4ef1567b
CY
2102012-09-19 Chong Yidong <cyd@gnu.org>
211
212 * killing.texi (Yanking): Minor clarification (Bug#12469).
213
9e9da873
CY
2142012-09-17 Chong Yidong <cyd@gnu.org>
215
216 * building.texi (GDB User Interface Layout): Remove reference to
217 removed variable gdb-use-separate-io-buffer (Bug#12454).
218
0979429b
J
2192012-09-08 Jambunathan K <kjambunathan@gmail.com>
220
221 * regs.texi (Text Registers): `C-x r +' can now be used instead of
222 M-x append-to-register. New option `register-separator'.
223 (Number Registers): Mention that `C-x r +' is polymorphic.
224
14ba4cf3
CY
2252012-09-07 Chong Yidong <cyd@gnu.org>
226
227 * windows.texi (Window Choice): Don't mention obsolete
228 display-buffer-reuse-frames.
229
cf29dd84
PE
2302012-09-04 Paul Eggert <eggert@cs.ucla.edu>
231
232 Give more-useful info on a fatal error (Bug#12328).
233 * trouble.texi (Crashing): New section, documenting this.
234
aa0ecd94
MA
2352012-08-24 Michael Albinus <michael.albinus@gmx.de>
236
0979429b
J
237 * cmdargs.texi (General Variables):
238 Setting $DBUS_SESSION_BUS_ADDRESS to a dummy value suppresses
239 connections to the D-Bus session bus. (Bug#12112)
aa0ecd94 240
ba025fbd
EZ
2412012-08-14 Eli Zaretskii <eliz@gnu.org>
242
243 * building.texi (Debugger Operation): Correct and improve
244 documentation of the GUD Tooltip mode.
245
0c51ff6d
CY
2462012-07-31 Chong Yidong <cyd@gnu.org>
247
248 * emacs.texi: Fix ISBN (Bug#12080).
249
35b6586e
CY
2502012-08-05 Chong Yidong <cyd@gnu.org>
251
252 * display.texi (Faces): Document frame-background-mode (Bug#7774).
253
254 * custom.texi (Face Customization): Move discussion of face
255 inheritance here, from Faces section.
256
0e1a094f 2572012-07-28 Eli Zaretskii <eliz@gnu.org>
3dfa7993
EZ
258
259 * frames.texi (Mouse Commands): Fix the description of mouse-2.
260 (Bug#11958)
261
e32a12b5
CY
2622012-07-19 Chong Yidong <cyd@gnu.org>
263
264 * emacs.texi: Update ISBN.
265
9ea10cc3
CY
2662012-07-17 Chong Yidong <cyd@gnu.org>
267
268 * basic.texi (Inserting Text): Replace ucs-insert with
269 insert-char. Provide more details of input.
270
271 * mule.texi (International Chars, Input Methods): Likewise.
272
b68b3337
CY
2732012-07-13 Chong Yidong <cyd@gnu.org>
274
dea31bd3
CY
275 * custom.texi (Examining): Update C-h v message.
276
b68b3337
CY
277 * buffers.texi (Misc Buffer): Document view-read-only.
278
ab4c47d3
CY
2792012-07-07 Chong Yidong <cyd@gnu.org>
280
281 * custom.texi (Init File): Index site-lisp (Bug#11435).
282
6edc3d28
CY
2832012-07-06 Chong Yidong <cyd@gnu.org>
284
285 * emacs.texi: Re-order top-level menu to correspond to logical
286 order, to avoid makeinfo warnings.
287
288 * ack.texi (Acknowledgments): Note new python.el.
289
3812efdc
CY
2902012-06-29 Chong Yidong <cyd@gnu.org>
291
292 * maintaining.texi (Basic VC Editing, VC Pull, Merging):
293 * basic.texi (Erasing, Basic Undo): Fix markup.
294
c8d3a25c 2952012-06-29 Glenn Morris <rgm@gnu.org>
50d5cb25
GM
296
297 * fixit.texi (Undo): Grammar fixes. (Bug#11779)
298
c8d3a25c 2992012-06-29 Michael Witten <mfwitten@gmail.com> (tiny change)
3b6f7280
MW
300
301 * fixit.texi (Undo): Fix typo. (Bug#11775)
302
65400531
GM
3032012-06-27 Glenn Morris <rgm@gnu.org>
304
305 * ack.texi (Acknowledgments): Tiny update.
306
ac1a0ce1 3072012-06-21 Glenn Morris <rgm@gnu.org>
2fecccba
GM
308
309 * Makefile.in: Rename infodir to buildinfodir throughout. (Bug#11737)
310
ddfbf826 3112012-06-17 Chong Yidong <cyd@gnu.org>
84f4a531 312
ddfbf826 313 * emacs.texi: Remove urlcolor setting. Update ISBN and edition number.
166bc0c8
CY
314
315 * anti.texi:
316 * building.texi:
317 * cmdargs.texi:
318 * custom.texi:
319 * display.texi:
320 * files.texi:
321 * frames.texi:
322 * glossary.texi:
323 * misc.texi:
324 * mule.texi:
325 * programs.texi:
326 * sending.texi:
327 * text.texi: Copyedits to avoid underfull/overfull in 7x9 manual.
328
85973ba0
MA
3292012-06-06 Michael Albinus <michael.albinus@gmx.de>
330
331 * custom.texi (Directory Variables): Mention enable-remote-dir-locals.
332
c1dabff0
GM
3332012-05-28 Glenn Morris <rgm@gnu.org>
334
335 * ack.texi, building.texi, calendar.texi, custom.texi:
336 * maintaining.texi, text.texi: Use @LaTeX rather than La@TeX.
337
abb9615e
GM
3382012-05-27 Glenn Morris <rgm@gnu.org>
339
bd39eb06
GM
340 * emacs.texi: Simplify following removal of node pointers.
341
abb9615e
GM
342 * ack.texi, anti.texi, basic.texi, buffers.texi, building.texi:
343 * cmdargs.texi, commands.texi, display.texi, emacs.texi:
344 * entering.texi, files.texi, fixit.texi, frames.texi, glossary.texi:
345 * gnu.texi, help.texi, indent.texi, killing.texi, kmacro.texi:
346 * m-x.texi, macos.texi, maintaining.texi, mark.texi, mini.texi:
347 * misc.texi, modes.texi, msdog.texi, mule.texi, programs.texi:
348 * regs.texi, screen.texi, search.texi, text.texi, trouble.texi:
349 * windows.texi, xresources.texi: Nuke hand-written node pointers.
350
6c200b4a
GM
3512012-05-22 Glenn Morris <rgm@gnu.org>
352
353 * emacs.texi (Acknowledgments): Add another contributor.
354
3fe7cdc8
GM
3552012-05-12 Glenn Morris <rgm@gnu.org>
356
357 * Makefile.in (MKDIR_P): New, set by configure.
358 (mkinfodir): Use $MKDIR_P.
359
dc0f75c8
GM
3602012-05-10 Glenn Morris <rgm@gnu.org>
361
b8a82b69
GM
362 * mule.texi (Disabling Multibyte): Replace the obsolete "unibyte: t"
363 with "coding: raw-text".
364
dc0f75c8
GM
365 * files.texi (Interlocking): Mention create-lockfiles option.
366
666b903b 3672012-05-09 Chong Yidong <cyd@gnu.org>
ed39e4e2
CY
368
369 * frames.texi (Mouse References, Mouse Commands): Fix index
370 entries (Bug#11362).
371
eceeb5fc 3722012-05-05 Glenn Morris <rgm@gnu.org>
bbba8869 373
eceeb5fc
CY
374 * custom.texi (Customization Groups, Custom Themes, Examining):
375 Improve page breaks.
376
377 * rmail.texi (Rmail Display): Use example rather than smallexample.
378
379 * calendar.texi: Convert inforefs to refs.
380
381 * dired.texi (Dired Enter): Improve page break.
382
383 * abbrevs.texi (Abbrev Concepts): Copyedits.
384
385 * maintaining.texi (Registering, Tag Syntax):
386 Tweak line and page breaks.
387
388 * programs.texi (Programs, Electric C): Copyedits.
389 (Program Modes): Add xref to Fortran.
390 (Left Margin Paren): Remove what was (oddly enough) the only use
391 of defvar in the entire Emacs manual.
392 (Hungry Delete): Remove footnote about ancient Emacs version.
393 (Other C Commands): Use example rather than smallexample.
394
395 * text.texi (Pages, Filling, Foldout, Org Mode, HTML Mode)
396 (Nroff Mode, Enriched Indentation, Table Rows and Columns):
397 Tweak line and page breaks.
398
399 * modes.texi (Major Modes, Minor Modes): Reword to improve page-breaks.
400 (Major Modes): Use example rather than smallexample.
bbba8869 401
eceeb5fc
CY
402 * mule.texi (Output Coding): Reword to improve page-breaks.
403
404 * frames.texi (Fonts): Tweak line and page breaks.
405 Use example rather than smallexample. Change cross-reference.
406 (Text-Only Mouse): Fix xref.
407
408 * buffers.texi (Buffers, Kill Buffer, Several Buffers)
409 (Indirect Buffers): Tweak line- and page-breaks.
410
411 * fixit.texi (Fixit, Undo): Reword to improve page-breaks.
412
8045b906
GM
4132012-05-04 Glenn Morris <rgm@gnu.org>
414
415 * Makefile.in (INFO_EXT, INFO_OPTS): New, set by configure.
416 (info, infoclean): Use $INFO_EXT.
417 ($(infodir)/emacs$(INFO_EXT)): Use $INFO_EXT and $INFO_OPT.
418 * makefile.w32-in (INFO_EXT, INFO_OPTS): New.
419 (INFO_TARGETS): Use $INFO_EXT.
420 ($(infodir)/emacs$(INFO_EXT)): Use $INFO_EXT and $INFO_OPT, and -o.
421
90207a15 4222012-05-02 Glenn Morris <rgm@gnu.org>
bbba8869
GM
423
424 * emacs.texi (@copying): Only print EDITION in the TeX version.
425
e2058813
GM
426 * search.texi (Regexp Search): Just say "Emacs".
427
a162959e
GM
428 * display.texi (Auto Scrolling):
429 Reword to avoid repetition and improve page break.
430
9eb25ee8
GM
431 * xresources.texi (Resources):
432 * mule.texi (Language Environments):
433 * misc.texi (Amusements):
434 * maintaining.texi (VC Change Log):
435 * frames.texi (Fonts):
436 * custom.texi (Specifying File Variables, Minibuffer Maps):
437 * cmdargs.texi (Initial Options):
438 * building.texi (Flymake):
439 Reword to remove/reduce some overly long/short lines.
440
a4289d0e
GM
4412012-04-27 Glenn Morris <rgm@gnu.org>
442
443 * emacs.texi: Some fixes for detailed menu.
444
1a72be46
GM
445 * emacs.texi: Add "et al." to authors.
446
16152b76
GM
447 * ack.texi, basic.texi, buffers.texi, building.texi:
448 * calendar.texi, cmdargs.texi, commands.texi, custom.texi:
449 * dired.texi, display.texi, emerge-xtra.texi, files.texi:
450 * fortran-xtra.texi, help.texi, kmacro.texi, mini.texi, misc.texi:
451 * msdog-xtra.texi, picture-xtra.texi, programs.texi, rmail.texi:
452 * search.texi, trouble.texi, windows.texi:
453 Use Texinfo recommended convention for quotes+punctuation.
454
578c1d4b 4552012-04-27 Eli Zaretskii <eliz@gnu.org>
84412f2c 456
578c1d4b
GM
457 * mule.texi (Bidirectional Editing): Improve indexing.
458 Minor wording tweaks.
84412f2c 459
467a33d0
CY
4602012-04-15 Chong Yidong <cyd@gnu.org>
461
462 * misc.texi (emacsclient Options): More clarifications.
463
e6fd457e 4642012-04-15 Glenn Morris <rgm@gnu.org>
05806f43 465
41be52d7
GM
466 * msdog.texi (Windows Printing): It doesn't set printer-name.
467
05806f43
GM
468 * mule.texi (Language Environments): Move font info to "Fontsets".
469 (Fontsets): Move intlfonts etc here from "Language Environments".
470 Copyedits.
471 (Defining Fontsets, Modifying Fontsets, Undisplayable Characters)
472 (Unibyte Mode, Charsets, Bidirectional Editing): Copyedits.
473
e6fd457e 4742012-04-15 Chong Yidong <cyd@gnu.org>
6a00f380 475
0be641c0
CY
476 * glossary.texi (Glossary): Standardize on "text terminal"
477 terminology. All callers changed.
478
6a00f380
CY
479 * misc.texi (emacsclient Options): Document "client frame" concept
480 and its effect on C-x C-c more carefully.
481
e6fd457e 4822012-04-15 Glenn Morris <rgm@gnu.org>
71cd7772 483
870e8fb8
GM
484 * frames.texi (Scroll Bars):
485 * glossary.texi (Glossary): Use consistent case for "X Window System".
486
71cd7772
GM
487 * mule.texi (Select Input Method, Coding Systems):
488 State command names in kbd tables.
489 (Recognize Coding): Add cross-ref.
490 (Output Coding): Don't mention message mode in particular.
491 (Text Coding, Communication Coding, File Name Coding, Terminal Coding):
492 Copyedits.
493
35dc09a1 4942012-04-14 Glenn Morris <rgm@gnu.org>
05f7d0d3
GM
495
496 * mule.texi (Select Input Method, Coding Systems, Recognize Coding):
497 Copyedits.
498 (Coding Systems): Mac OS X apparently uses newlines for EOL.
499 (Recognize Coding): Remove old auto-coding-regexp-alist example.
500 auto-coding-functions does not override coding: tags.
501 Remove rmail-decode-mime-charset; it no longer has any effect.
502
35dc09a1 5032012-04-14 Chong Yidong <cyd@gnu.org>
81927dd2
CY
504
505 * custom.texi (Creating Custom Themes): Add reference to Custom
506 Themes node in Lisp manual.
507
35dc09a1 5082012-04-14 Glenn Morris <rgm@gnu.org>
8edb942b
GM
509
510 * mule.texi (International): Copyedits.
511 (International Chars): Update C-x = example output.
512 (Disabling Multibyte): Rename from "Enabling Multibyte".
513 Clarify what "unibyte: t" does, and mode-line description.
514 (Unibyte Mode): Update for "Disabling Multibyte" node name change.
515 Use Texinfo recommended convention for quotes+punctuation.
e0550cae 516 (Language Environments): Copyedits.
893585f4
GM
517 (Input Methods): Copyedits. Use "^" for the postfix example,
518 because it is less confusing inside Info's `quotes'.
e0550cae 519
bd7239f5 520 * custom.texi (Specifying File Variables): Fix "unibyte" description.
8edb942b
GM
521 Update for "Disabling Multibyte" node name change.
522 * emacs.texi: Update for "Disabling Multibyte" node name change.
523
1c64e6ed
GM
524 * abbrevs.texi, arevert-xtra.texi, buffers.texi, building.texi:
525 * cmdargs.texi, custom.texi, entering.texi, files.texi, frames.texi:
526 * glossary.texi, help.texi, macos.texi, maintaining.texi, mini.texi:
527 * misc.texi, package.texi, programs.texi, screen.texi, search.texi:
528 * sending.texi, text.texi, trouble.texi:
529 Use @file for buffers, per the Texinfo manual.
530
20331c1c
GM
531 * entering.texi (Entering Emacs):
532 Do not mention initial-buffer-choice = t.
533
8fc85b20
GM
534 * misc.texi (Gnus Startup): Use @env for environment variables.
535
35dc09a1
GM
536 * Makefile.in: Replace non-portable use of $< in ordinary rules.
537
87124233
GM
5382012-04-12 Glenn Morris <rgm@gnu.org>
539
540 * ack.texi (Acknowledgments): Don't mention obsolete mailpost.el.
541
f3774f20
GM
5422012-04-07 Glenn Morris <rgm@gnu.org>
543
544 * emacsver.texi (EMACSVER): Bump version to 24.1.50.
545
8980d0b9
GM
5462012-04-05 Glenn Morris <rgm@gnu.org>
547
548 * glossary.texi (Glossary): Use anchors for internal cross-references.
549
8bf27c8a
GM
5502012-04-04 Glenn Morris <rgm@gnu.org>
551
552 * glossary.texi (Glossary): Copyedits.
553 Use Texinfo-recommended convention for quotes and punctuation.
554 Comment out a few specialized (Rmail) items.
a0706406 555 New items: Bidirectional Text, Client, Directory Local Variable,
56964ab5 556 File Local Variable, Package, Server, Theme, Trash Can.
8bf27c8a 557
529c06b6
CY
5582012-04-03 Chong Yidong <cyd@gnu.org>
559
560 * sending.texi (Mail Misc): Fix an index entry.
561
53b0595a
EZ
5622012-04-02 Eli Zaretskii <eliz@gnu.org>
563
564 * msdog.texi (Windows Startup): Add description of emacsclient
565 operation under -c and -t on MS-Windows.
566
567 * misc.texi (emacsclient Options): Add cross-reference to "Windows
568 Startup". (Bug#11091)
569
d8e213eb 5702012-04-02 Dani Moncayo <dmoncayo@gmail.com>
dc663c79
DM
571
572 * custom.texi (Changing a Variable): Fix example.
573
0d224826
EZ
5742012-04-01 Eli Zaretskii <eliz@gnu.org>
575
576 * misc.texi (emacsclient Options): More clarifications about -t
577 and -c on MS-Windows. (Bug#11091)
578
1d265f9f
EZ
5792012-03-31 Eli Zaretskii <eliz@gnu.org>
580
581 * misc.texi (emacsclient Options): Document peculiarities of new
582 frame creation on MS-Windows under -c or -t options. (Bug#11091)
583
5319014e
CY
5842012-03-30 Chong Yidong <cyd@gnu.org>
585
586 * files.texi (File Conveniences): Clarify Imagemagick discussion.
587
2bfab837
GM
5882012-03-22 Glenn Morris <rgm@gnu.org>
589
590 * dired.texi (Operating on Files): Fix dired-recursive-copies default.
591
986bd52a
CY
5922012-03-17 Chong Yidong <cyd@gnu.org>
593
594 * package.texi (Package Installation): Document use of
595 package-initialize in init file.
596
66ecdc9e
GM
5972012-03-16 Glenn Morris <rgm@gnu.org>
598
599 * help.texi (Language Help):
600 * mule.texi (International Chars):
601 etc/HELLO is for character demonstration.
602
d8e213eb 6032012-03-15 Dani Moncayo <dmoncayo@gmail.com>
9805f81d
DM
604
605 * dired.texi (Shell Commands in Dired): Fix typo.
606
a08a07e3
CY
6072012-03-04 Chong Yidong <cyd@gnu.org>
608
609 * killing.texi (Clipboard): Document clipboard manager.
610
53eced6d
GM
6112012-02-29 Glenn Morris <rgm@gnu.org>
612
f8425af2
GM
613 * ack.texi (Acknowledgments): Use @Tex{} in more places.
614
775b55af
GM
615 * emacs.texi, help.texi, text.texi: Use "" quotes in menus.
616
53eced6d
GM
617 * dired.texi, emacs.texi: Use @code{} in menus when appropriate.
618
44e97401
GM
6192012-02-28 Glenn Morris <rgm@gnu.org>
620
621 * custom.texi, display.texi, emacs.texi, files.texi:
622 * msdog-xtra.texi, msdog.texi, vc-xtra.texi:
623 Standardize possessive apostrophe usage.
624
525795c1
JD
6252012-02-25 Jan Djärv <jan.h.d@swipnet.se>
626
627 * macos.texi (Mac / GNUstep Customization): Remove text about
628 ns-find-file and ns-drag-file (Bug#5855, Bug#10050).
629
d8e213eb 6302012-02-25 Dani Moncayo <dmoncayo@gmail.com>
562af8bb
DM
631
632 * buffers.texi (Select Buffer): Mention that saving in a new file
633 name can switch to a different major mode.
634
6ea1787e
GM
6352012-02-23 Glenn Morris <rgm@gnu.org>
636
49fe4321
GM
637 * mini.texi (Minibuffer File, Completion Options, Repetition):
638 Copyedits.
639 (Completion Example): Other M-x au* commands may be defined.
640 (Completion Styles): Mention emacs21 and completion-category-overrides.
641
8f4042d2
GM
642 * msdog.texi (Text and Binary, ls in Lisp, Windows HOME)
643 (Windows Keyboard, Windows Mouse, Windows Processes)
644 (Windows Printing, Windows Misc): Copyedits.
645 (ls in Lisp): Update switches list.
646
371fb833
GM
647 * msdog-xtra.texi (MS-DOS Display): Update list-colors-display xref.
648 Update dos-mode* function names.
649 (MS-DOS Printing, MS-DOS and MULE): Copyedits.
650 (MS-DOS Processes): Add xref to main ls-lisp section.
651
6ea1787e
GM
652 * ack.texi (Acknowledgments): Mention smie.
653
40ace058
GM
6542012-02-22 Glenn Morris <rgm@gnu.org>
655
656 * macos.texi: Copyedits. Fix @key/@kbd usage.
657 (Mac / GNUstep Basics): Don't mention the panels, since the next
658 section covers them.
659 (Mac / GNUstep Customization): Merge some panel info from previous.
660
41f1e868
GM
6612012-02-21 Glenn Morris <rgm@gnu.org>
662
68af8d4f
GM
663 * emerge-xtra.texi (Emerge, Submodes of Emerge, Combining in Emerge):
664 Small fixes.
665
2e03845d
GM
666 * emacs-xtra.texi: Picture mode is no longer a chapter.
667
f9a998c3
GM
668 * picture-xtra.texi (Basic Picture): C-a does get remapped.
669
41f1e868
GM
670 * ack.texi (Acknowledgments): Small changes, including resorting,
671 and removal of things no longer distributed.
672
ea09410d
GM
6732012-02-20 Glenn Morris <rgm@gnu.org>
674
2d2f6581
GM
675 * emacs.texi (Top, Preface): Small rephrasings.
676 (menu, detailmenu): Update entries, and reformat some descriptions.
677 * building.texi, display.texi, emacs-xtra.texi, files.texi:
678 * frames.texi, kmacro.texi, msdog.texi, programs.texi, text.texi:
679 Reformat some menu descriptions.
680
196f8c0e
GM
681 * ack.texi (Acknowledgments): More updates.
682
8730412a
GM
683 * emacs.texi (Acknowledgments): Add several names from ack.texi,
684 and from Author: headers.
ae15b89b 685 (Distrib): Small updates.
ea09410d 686
37863f20
GM
6872012-02-18 Glenn Morris <rgm@gnu.org>
688
37c3b9ee
GM
689 * ack.texi (Acknowledgments): Add xref to Org manual.
690
b474519e
GM
691 * rmail.texi: Copyedits. Use 'mail composition buffer' in place
692 of '*mail*', since Message does not call it that.
693 (Rmail Reply): Rename rmail-dont-reply-to-names.
694 \\`info- no longer handled specially.
695 Update for rmail-enable-mime-composing.
696 Don't mention 'm' for replies.
697 Don't mention rmail-mail-new-frame and cancelling, since it does
698 not work for Message at the moment.
699
a5987767
GM
700 * cal-xtra.texi: Copyedits.
701
37863f20
GM
702 * emacs-xtra.texi: Set encoding to ISO-8859-1.
703
112d1241
GM
7042012-02-17 Glenn Morris <rgm@gnu.org>
705
0fd2c9a3
GM
706 * maintaining.texi (Old Revisions): Fix cross-refs to Ediff manual.
707
1d6ecbfa
GM
708 * ack.texi (Acknowledgments): Mention Gnulib.
709
102f1b54
GM
710 * ack.texi, calendar.texi, cal-xtra.texi: Use "Bahá'í".
711
112d1241
GM
712 * calendar.texi: Misc small changes, including updating the dates
713 of examples.
714
3a05ff1d
GM
7152012-02-16 Glenn Morris <rgm@gnu.org>
716
d1354af0
GM
717 * calendar.texi: Misc small changes.
718
5f9756ec
GM
719 * vc1-xtra.texi (VC Delete/Rename, CVS Options):
720 * cal-xtra.texi (Diary Display): Fix TeX cross-refs to other manuals.
721
3b19a30d
GM
722 * dired-xtra.texi (Subdir Switches): Small fixes.
723
3a05ff1d
GM
724 * fortran-xtra.texi: Tiny changes and some adjustments to line breaks.
725
9f26dc24
GM
7262012-02-15 Glenn Morris <rgm@gnu.org>
727
728 * sending.texi (Mail Sending): smtpmail-auth-credentials was removed.
729
fb969a57
GM
7302012-02-12 Glenn Morris <rgm@gnu.org>
731
732 * ack.texi (Acknowledgments):
733 * emacs.texi (Acknowledgments): Updates for new files in 24.1.
734
0aca1292
GM
7352012-02-10 Glenn Morris <rgm@gnu.org>
736
104dc9c6
GM
737 * mini.texi (Minibuffer Edit): Mention minibuffer-inactive-mode.
738
0aca1292
GM
739 * programs.texi (Misc for Programs): Mention electric-layout-mode.
740
91af9d2e
GM
7412012-02-09 Glenn Morris <rgm@gnu.org>
742
0aca1292
GM
743 * buffers.texi (Misc Buffer): M-x info does not seem to require a
744 buffer switch after M-x rename-uniquely.
63c727b2 745
91af9d2e
GM
746 * trouble.texi (Checklist): Mention C-c m in report-emacs-bug.
747
1ef1990c
JB
7482012-02-09 Jay Belanger <jay.p.belanger@gmail.com>
749
750 * text.texi (Org Mode): Fix typo.
751
e74e58c9
GM
7522012-02-08 Glenn Morris <rgm@gnu.org>
753
cefee440
GM
754 * ack.texi (Acknowledgments): Update emacs-lock info.
755
a7686350
GM
756 * rmail.texi (Rmail Display): Mention rmail-epa-decrypt.
757
e74e58c9
GM
758 * text.texi (LaTeX Editing): Mention latex-electric-env-pair-mode.
759
fe93bc91
GM
7602012-02-07 Glenn Morris <rgm@gnu.org>
761
762 * files.texi (File Conveniences): Mention ImageMagick images.
763
d273439c
GM
7642012-02-05 Glenn Morris <rgm@gnu.org>
765
649f602c
GM
766 * trouble.texi (Checklist): Mention debug-on-event.
767
d273439c
GM
768 * maintaining.texi (Maintaining): Add cross-ref to ERT.
769
a9410bdf
GM
7702012-02-04 Glenn Morris <rgm@gnu.org>
771
1f5e1a16
GM
772 * macos.texi (Customization options specific to Mac OS / GNUstep):
773 New subsection.
774
b7314ef7
GM
775 * display.texi (Colors): Mention list-colors-sort.
776
a9410bdf
GM
777 * files.texi (File Conveniences): Mention image animation.
778
75319d7f
CY
7792012-01-31 Chong Yidong <cyd@gnu.org>
780
781 * windows.texi (Split Window): C-mouse-2 doesn't work on GTK+
782 scroll bars (Bug#10666).
783
2680c309
CY
7842012-01-28 Chong Yidong <cyd@gnu.org>
785
691db250
CY
786 * files.texi (Filesets): Fix typos.
787
2680c309
CY
788 * display.texi (Faces): Add xref to Colors node.
789
2a90dfca
DM
7902012-01-27 Dani Moncayo <dmoncayo@gmail.com>
791
792 * buffers.texi (Select Buffer): Clarify explanation of switching
793 to new buffers. Fix description of next-buffer and
6df6ae42 794 previous-buffer (Bug#10334).
2a90dfca
DM
795 (Misc Buffer): Add xref to View Mode.
796
797 * text.texi (Fill Commands): Fix description of
798 sentence-end-double-space.
799
20d2304d
CY
8002012-01-23 Chong Yidong <cyd@gnu.org>
801
f088cb8b 802 * anti.texi (Antinews): Add Emacs 23 antinews.
20d2304d 803
01ec1eed
VS
8042012-01-16 Volker Sobek <reklov@live.com> (tiny change)
805
806 * programs.texi (Comment Commands): Typo (bug#10514).
807
06848b82
CY
8082012-01-15 Chong Yidong <cyd@gnu.org>
809
810 * xresources.texi (X Resources): Describe GTK+ case first.
811 (Resources): Don't use borderWidth as an example, since it doesn't
812 work with GTK+.
813 (Table of Resources): Clarify role of several resources, including
814 the Emacs 24 behavior of cursorBlink etc.
815 (Face Resources): Node deleted. Recommend using Customize
816 instead. Add paragraph to `Table of Resources' node summarizing
817 how to use X resources for changing faces.
818 (Lucid Resources): Rewrite, omitting description of font names,
819 referring to the Fonts node instead.
820 (LessTif Resources): Copyedits.
821 (GTK resources): Rewrite, describing the difference between gtk2
822 and gtk3.
823 (GTK Resource Basics): New node.
824 (GTK Widget Names, GTK Names in Emacs): Rewrite.
825 (GTK styles): Just refer to Fonts node for GTK font format.
826
827 * display.texi (Faces): Document the cursor face.
828
a73a3461
CY
8292012-01-14 Chong Yidong <cyd@gnu.org>
830
01ec1eed 831 * cmdargs.texi (Action Arguments): No need to mention EMACSLOADPATH.
a73a3461
CY
832 (General Variables): Add xref to Lisp Libraries.
833 (Initial Options): Copyedits.
834 (Resume Arguments): Node deleted; emacs.bash/csh are obsolete.
835 (Environment): Clarify what getenv does.
836 (General Variables): Clarify EMACSPATH etc. Emacs does not assume
837 light backgrounds on xterms.
838 (Misc Variables): TEMP and TMP are not Windows-specific.
839 (Display X): Copyedits.
840 (Colors X): -bd does nothing for GTK.
841 (Icons X): Gnome 3 doesn't use taskbars.
842
843 * misc.texi (Shell): Document exec-path here.
844
845 * rmail.texi (Movemail): Add xref for exec-path.
846
e517eda4
GM
8472012-01-13 Glenn Morris <rgm@gnu.org>
848
849 * dired.texi (Dired and Find): Clarify find-ls-options.
850
1de76afe
CY
8512012-01-09 Chong Yidong <cyd@gnu.org>
852
71873e2b 853 * custom.texi (Custom Themes): Switch custom-safe-themes to use
1de76afe
CY
854 SHA-256.
855
c61ab18c
CY
8562012-01-07 Chong Yidong <cyd@gnu.org>
857
e490b289
CY
858 * display.texi (Useless Whitespace): Add Whitespace mode.
859
1de77c4c
CY
860 * custom.texi (Hooks): Discuss how to disable minor modes.
861
862 * files.texi (Diff Mode): Discuss diff-auto-refine-mode
e490b289 863 (Bug#10309). Discuss use of Whitespace mode (Bug#10300).
1de77c4c 864
c61ab18c
CY
865 * trouble.texi (Lossage): Refer to Bugs node for problems.
866 (DEL Does Not Delete): Don't use "usual erasure key" teminology.
867 (Screen Garbled): Don't refer to terminal "manufacturers".
868 (Total Frustration): Node deleted. Eliza is documented in
869 Amusements now.
71873e2b
SM
870 (Known Problems): More info about using the bug tracker.
871 Mention debbugs package.
c61ab18c
CY
872 (Bug Criteria): Copyedits.
873 (Understanding Bug Reporting): Mention emacs -Q.
874
89bd9ccd
CY
8752012-01-06 Chong Yidong <cyd@gnu.org>
876
877 * custom.texi (Specifying File Variables): The mode: keyword
878 doesn't have to be first anymore. Add example of specifying minor
879 modes.
880 (Directory Variables): Simplify example. Mention application to
881 non-file buffers.
882 (Disabling): Use "initialization file" terminology.
883 (Init Examples): Fix hook example.
884
8034735f
EZ
8852012-01-06 Eli Zaretskii <eliz@gnu.org>
886
887 * cmdargs.texi (MS-Windows Registry): Shorten the index entry.
888 (Bug#10422)
889 Move the stuff about resources to xresources.texi.
890
891 * xresources.texi (Resources): Move information about setting X
892 resources in the Registry from cmdargs.texi. Make the index entry
893 be similar to the one in cmdargs.texi.
894
b0d7d8af
CY
8952012-01-05 Chong Yidong <cyd@gnu.org>
896
897 * custom.texi (Customization Groups): Update example.
898 (Browsing Custom): Document the new search field.
899 (Changing a Variable): Update example for Emacs 24 changes.
900 Document Custom-set and Custom-save commands.
901 (Face Customization): Document Emacs 24 changes. De-document
902 modify-face.
903 (Specific Customization): Mention customize-variable.
904 (Custom Themes): Add customize-themes, custom-theme-load-path,
905 custom-theme-directory, and describe-theme.
906 (Creating Custom Themes): New node.
907 (Examining): Mention M-:.
908
909 * package.texi (Packages): Fix typo.
910
88c5c7c8
CY
9112012-01-03 Chong Yidong <cyd@gnu.org>
912
913 * misc.texi (Single Shell): Don't document Lisp usage of
914 shell-command. Tidy up discussion of synchronicity. Add index
915 entries for async-shell-command.
916 (Interactive Shell): Note that M-x shell uses shell-file-name.
917 Note change in behavior in Emacs 24.
918 (Shell Mode): Shell mode now uses completion-at-point.
919 (Shell Prompts): Emphasize that comint-use-prompt-regexp isn't the
920 default method for recognizing prompts nowadays.
921 (Shell Ring): Add xref to Minibuffer History.
922 (Directory Tracking): Explain Dirtrack mode in more detail.
923 (Term Mode): Fix index entries.
924 (Paging in Term): Merge into Term Mode.
925 (Serial Terminal, Emacs Server, emacsclient Options): Copyedits.
926 (Printing): Fix xref. State default of lpr-switches.
927 (PostScript): Remove obsolete sentence. Omit description of
928 non-interactive behaviors.
929 (Hyperlinking): Improve description.
930 (Browse-URL): Using compose-mail for mailto URLs is the default.
931 Document browse-url-mailto-function.
932 (Goto Address mode): Add index entries. Add xref to Browse-URL.
933 (FFAP): FFAP is not a minor mode.
71873e2b
SM
934 (Amusements): M-x lm was renamed to M-x landmark.
935 Document nato-region.
88c5c7c8 936
b8ecfdfe
CY
9372012-01-01 Chong Yidong <cyd@gnu.org>
938
939 * misc.texi (Gnus, Buffers of Gnus): Copyedits.
940 (Gnus Startup): Note that the system might not be set up for news.
941 Describe group levels more clearly.
942 (Gnus Group Buffer, Gnus Summary Buffer): New nodes, split from
943 Summary of Gnus.
944 (Document View): Copyedits. Move zoom commads to DocView
945 Navigation node.
946 (DocView Navigation, DocView Searching, DocView Slicing)
947 (DocView Conversion): Nodes renamed from Navigation, etc.
948
949 * sending.texi (Mail Sending): Add message-kill-buffer-on-exit.
950
7bc7d2aa
EZ
9512011-12-31 Eli Zaretskii <eliz@gnu.org>
952
953 * basic.texi (Moving Point): Fix the description of C-n and C-p.
954 (Bug#10380)
955
b30941db
CY
9562011-12-30 Chong Yidong <cyd@gnu.org>
957
958 * sending.texi (Sending Mail): Document initial mail buffer name,
959 and changed multiple mail buffer behavior.
960 (Mail Format): Put the example at the top of the section.
961 (Mail Headers): Move discussion of "From" to the top.
962 (Mail Sending): Document sendmail-query-once.
963 (Citing Mail): Make it less Rmail-specific.
964
0ed49f93
CY
9652011-12-29 Chong Yidong <cyd@gnu.org>
966
967 * text.texi (Org Mode): Copyedits. Refer to Outline Format for
968 example. Add index entries.
969 (Org Organizer, Org Authoring): Nodes renamed. Copyedits.
970
c40a7de7
CY
9712011-12-26 Chong Yidong <cyd@gnu.org>
972
71873e2b
SM
973 * dired.texi (Dired Enter, Misc Dired Features):
974 Document dired-use-ls-dired changes. Mention quit-window.
c40a7de7
CY
975 (Dired Navigation): Add index entries.
976 (Dired Visiting): Fix View Mode xref.
977 (Marks vs Flags): Prefer C-/ binding for undo.
978 (Subdirectories in Dired): Add xrefs.
979 (Misc Dired Features): Document some Emacs 24 changes. Add index
980 entries.
981
982 * abbrevs.texi (Abbrev Concepts): No need to mention abbrev-mode
983 variable, since it is explained in Minor Modes node.
984 (Defining Abbrevs): Copyedits.
985 (Expanding Abbrevs): State default of abbrev-all-caps. Prefer the
986 C-/ binding for undo.
987 (Dabbrev Customization): Add xrefs for case-fold-search and
988 case-replace.
989
990 * dired-xtra.texi (Subdir Switches): Add xref.
991
992 * maintaining.texi (VC Directory Commands): Mention quit-window.
993
3d992aa0
CY
9942011-12-25 Chong Yidong <cyd@gnu.org>
995
996 * maintaining.texi (Tags): Mention Semantic.
997 (Create Tags Table, Etags Regexps): Copyedits.
998 (Find Tag): Mention minibuffer completion.
999 (List Tags): Mention completion-at-point. Completion is actually
1000 available in M-x list-tags.
1001
1002 * vc1-xtra.texi (VC Delete/Rename): Rename from Renaming and VC.
1003 Document vc-delete-file.
1004
1005 * files.texi (Misc File Ops): Mention vc-delete-file.
1006
1007 * programs.texi (Symbol Completion): Mention completion-at-point
1008 explicitly.
1009
2785d024
CY
10102011-12-22 Chong Yidong <cyd@gnu.org>
1011
1012 * maintaining.texi (Change Log Commands): Don't specially mention
1013 vc-update-change-log which is CVS-only.
1014
1015 * vc1-xtra.texi (Version Headers): Note that these are for
1016 Subversion, CVS, etc. only.
71873e2b
SM
1017 (General VC Options): De-document vc-keep-workfiles.
1018 Fix RCS-isms.
2785d024 1019
0ab39399
EZ
10202011-12-22 Eli Zaretskii <eliz@gnu.org>
1021
1022 * building.texi (Debugger Operation): Fix a typo: "@end iftext"
1023 should be @end iftex".
1024
d3098e1e
CY
10252011-12-21 Chong Yidong <cyd@gnu.org>
1026
1027 * maintaining.texi (Advanced C-x v v): Use fileset terminology.
1028 (VC With A Merging VCS, VC Change Log): Add xref to VC Pull node.
1029 (VC Pull): Mention vc-log-incoming.
1030 (Log Buffer): Add CVS/RCS only disclaimer.
1031
1032 * vc1-xtra.texi (Remote Repositories): Update introduction.
1033 (Local Version Control): Node deleted (obsolete with DVCSes).
71873e2b
SM
1034 (Remote Repositories, Version Backups): Node deleted.
1035 Move documentation of vc-cvs-stay-local to CVS Options.
d3098e1e
CY
1036 (CVS Options): Reduce verbosity of description of obscure CVS
1037 locking feature.
1038 (Making Revision Tags, Revision Tag Caveats): Merge into Revision
1039 Tags node.
1040 (Revision Tags): Move under Miscellaneous VC subsection.
1041 (Change Logs and VC): Note that this is wrong for DVCSs.
1042 De-document log entry manipulating features.
1043 (Renaming and VC): Describe how it works on modern VCSes.
1044
1045 * files.texi (Misc File Ops): Mention vc-rename-file.
1046
1047 * programs.texi (Custom C Indent): Add index entries.
1048
47d42d81
AM
10492011-12-20 Alan Mackenzie <acm@muc.de>
1050
1051 * programs.texi (Motion in C): Update the description of C-M-a and
1052 C-M-e, they now DTRT in enclosing scopes.
1053 (Custom C Indent): Add @dfn{guessing} of the indentation style.
1054
2edef1a0
CY
10552011-12-20 Chong Yidong <cyd@gnu.org>
1056
1057 * maintaining.texi (VCS Concepts): Add "working tree" terminology.
1058 (Old Revisions): Use it.
1059 (VCS Repositories): Add "distributed" terminology.
1060 (Log Buffer): Remove duplicate description
1061 about changesets. Fix "current VC fileset" ambiguity.
1062 (Multi-User Branching): Node deleted.
1063 (Branches, Switching Branches): Discuss decentralized version
1064 control systems.
1065 (VC Pull): New node.
1066 (Merging): Document merging on decentralized systems.
1067 (Creating Branches): Note that this is specific to CVS and related
1068 systems.
1069
bc859d5f
CY
10702011-12-19 Chong Yidong <cyd@gnu.org>
1071
1072 * maintaining.texi (VCS Merging, VCS Changesets): Index entries.
1073 (VC Mode Line): Add index entry for "version control status".
1074 (VC Undo): Use vc-revert instead of its vc-revert-buffer alias.
1075 Document vc-revert-show-diff. De-document vc-rollback.
1076 (VC Directory Mode): Rewrite introduction. Move prefix arg
1077 documentation here from VC Directory Buffer node.
1078 (VC Directory Buffer): Use a decentralized VCS example.
1079 (VC Directory Commands): Use a table. Remove material duplicated
1080 in previous nodes on multi-file VC filsets.
1081
9cff91f8
CY
10822011-12-17 Chong Yidong <cyd@gnu.org>
1083
1084 * maintaining.texi (VCS Concepts): Make "revision" terminology
1085 less CVS-specific.
1086 (VC With A Merging VCS, VC With A Locking VCS): Add xref to
1087 Registering node.
71873e2b 1088 (Secondary VC Commands): Delete. Promote subnodes.
9cff91f8
CY
1089 (Log Buffer): Add command name for C-c C-c. Fix the name of the
1090 log buffer. Add index entries.
71873e2b
SM
1091 (VCS Changesets, Types of Log File, VC With A Merging VCS):
1092 Use "commit" terminology.
9cff91f8
CY
1093 (Old Revisions): Move it to just before VC Change Log. "Tag" here
1094 doesn't refer to tags tables. Note other possible forms of the
1095 revision ID. C-x v = does not save.
1096 (Registering): Note similarity to C-x v v action. Fix description
1097 of how backends are chosen. De-document vc-default-init-revision.
1098 (VC Change Log): Document C-x v l in VC-Dir buffer. Document RET
1099 in root log buffers.
1100
f3b316df
CY
11012011-12-16 Chong Yidong <cyd@gnu.org>
1102
1103 * maintaining.texi (Version Control Systems): Drop Meta-CVS.
1104 (Basic VC Editing): Remove redundant descriptions.
1105 (VC With A Merging VCS): Make description more general instead of
1106 CVS-specific.
1107 (VC With A Locking VCS): Use VC fileset terminology.
1108
29eabb8e
CY
11092011-12-12 Chong Yidong <cyd@gnu.org>
1110
1111 * building.texi (Executing Lisp): Fix xref for C-M-x.
1112 (Lisp Libraries): Add xref to node explaining `load' in Lisp
1113 manual. Note that load-path is not customizable.
1114 (Lisp Eval): Note that listed commands are available globally.
1115 Explain the meaning of "defun" in the C-M-x context.
1116 (Lisp Interaction): Copyedits.
71873e2b
SM
1117 (External Lisp): Fix name of inferior Lisp buffer.
1118 Mention Scheme.
29eabb8e
CY
1119 (Compilation): Define "inferior process".
1120
cd0314dd
EZ
11212011-12-10 Eli Zaretskii <eliz@gnu.org>
1122
1123 * msdog.texi (Windows Fonts): Document how to force GDI font
1124 backend on MS-Windows.
1125
0595bd7e 11262011-12-10 Chong Yidong <cyd@gnu.org>
b09d01da
CY
1127
1128 * building.texi (Compilation): Say what the -k flag to make does.
1129 Move subprocess discussion to Compilation Shell.
1130 (Compilation Mode): Add xref for grep, occur, and mouse
1131 references. Define "locus".
1132 (Grep Searching): Use @command.
71873e2b
SM
1133 (Debuggers, Commands of GUD, GDB Graphical Interface):
1134 Clarify intro.
0595bd7e
CY
1135 (Starting GUD): Clarify how arguments are specified.
1136 (Debugger Operation): Index entry for "GUD interaction buffer",
1137 and move basic description here from Commands of GUD node.
1138 (GDB User Interface Layout): Copyedits.
1139 (Source Buffers): Remove gdb-find-source-frame, which is not in
1140 gdb-mi.el.
1141 (Other GDB Buffers): Remove gdb-use-separate-io-buffer and
71873e2b
SM
1142 toggle-gdb-all-registers, which are not in gdb-mi.el.
1143 Don't re-document GUD interaction buffers.
b09d01da
CY
1144
1145 * programs.texi (Symbol Completion): M-TAB can now use Semantic.
1146 (Semantic): Add cindex entries for Semantic.
1147
2a185919
CY
11482011-12-06 Chong Yidong <cyd@gnu.org>
1149
1150 * programs.texi (Man Page): Clarify how to use Man-switches.
1151 Don't bother documenting Man-fontify-manpage-flag.
1152 (Lisp Doc): Add xref to Name Help node.
1153 (Hideshow): Add cindex. Mention role of ellipses, and default
1154 value of hs-isearch-open. Don't bother documenting
1155 hs-special-modes-alist.
1156 (Symbol Completion): Add kindex for C-M-i. Don't recommend
1157 changing the window manager binding of M-TAB.
1158
ebf10822
CY
11592011-12-05 Chong Yidong <cyd@gnu.org>
1160
1161 * programs.texi (Comment Commands): Fix description of for M-; on
1162 blank lines. Move documentation of comment-region here.
1163 (Multi-Line Comments): Clarify the role of comment-multi-line.
1164 Refer to Comment Commands for comment-region doc.
1165 (Options for Comments): Refer to Multi-Line Comments for
1166 comment-multi-line doc, instead of duplicating it. Fix default
1167 values of comment-padding and comment-start-skip.
1168
ec7ae032
CY
11692011-12-04 Chong Yidong <cyd@gnu.org>
1170
1171 * programs.texi (Program Modes): Mention modes that are not
1172 included with Emacs. Fix references to other manuals for tex.
71873e2b
SM
1173 Add index entry for backward-delete-char-untabify.
1174 Mention prog-mode-hook.
ec7ae032
CY
1175 (Which Function): Use "global minor mode" terminology.
1176 (Basic Indent, Multi-line Indent): Refer to previous descriptions
1177 in Indentation chapter to avoid duplication.
1178 (Expressions): Copyedit.
1179 (Matching): Document Electric Pair mode.
1180
1181 * ack.texi (Acknowledgments):
1182 * rmail.texi (Movemail, Other Mailbox Formats):
1183 * frames.texi (Frames): Don't capitalize "Unix".
1184
a24bf23e
CY
11852011-12-04 Chong Yidong <cyd@gnu.org>
1186
1187 * text.texi (Nroff Mode): Mention what nroff is.
1188 (Text Based Tables, Table Recognition): Don't say "Table mode"
1189 since it's not a major or minor mode.
1190 (Text Based Tables): Reduce the size of the example.
1191 (Table Definition): Clarify definitions.
1192 (Table Creation): Add key table.
1193 (Cell Commands): Use kbd for commands.
1194 (Table Rows and Columns): Combine nodes Row Commands and Column
1195 Commands.
1196 (Fixed Width Mode): Node deleted; contents moved to parent.
1197 (Table Conversion): Shorten example.
1198 (Measuring Tables): Merge into Table Misc.
1199
8863a584
CY
12002011-12-03 Chong Yidong <cyd@gnu.org>
1201
1202 * text.texi (TeX Mode): Mention AUCTeX package.
1203 (TeX Editing): Add xref to documentation for Occur.
1204 (LaTeX Editing): Add xref to Completion node.
1205 (TeX Print): Fix description of tex-directory.
71873e2b 1206 (Enriched Text): Rename from Formatted Text. Make this node and
8863a584
CY
1207 its subnodes less verbose, since text/enriched files are
1208 practically unused.
71873e2b 1209 (Enriched Mode): Rename from Requesting Formatted Text.
8863a584 1210 (Format Colors): Node deleted.
71873e2b 1211 (Enriched Faces): Rename from Format Faces. Describe commands
8863a584
CY
1212 for applying colors too.
1213 (Forcing Enriched Mode): Node deleted; merged into Enriched Mode.
1214
1215 * frames.texi (Menu Mouse Clicks): Tweak description of C-Mouse-2.
1216
1217 * display.texi (Colors): New node.
1218
1219 * cmdargs.texi (Colors X):
1220 * xresources.texi (GTK styles):
1221 * custom.texi (Face Customization): Reference it.
1222
1223 * glossary.texi (Glossary): Remove "formatted text" and "WYSIWYG".
1224 Link to Fill Commands for Justification entry.
1225
6fdebe93
EZ
12262011-12-03 Eli Zaretskii <eliz@gnu.org>
1227
1228 * display.texi (Auto Scrolling): More accurate description of what
1229 scroll-*-aggressively does, including the effect of non-zero
1230 margin. Fix "i.e." markup.
1231
95ca9bc7
CY
12322011-12-02 Chong Yidong <cyd@gnu.org>
1233
1234 * text.texi (Pages): Mention how formfeed chars are displayed.
1235 (Auto Fill): Note convention for calling auto-fill-mode from Lisp.
1236 Describe adaptive filling more precisely.
1237 (Fill Commands): Note that filling removes excess whitespace.
1238 (Text Mode): Note auto-mode-alist entries for Text mode. TAB is
1239 now bound to indent-for-tab-command in Text mode.
1240 (Outline Mode): Copyedits.
1241 (Outline Visibility): Note that Reveal mode is a buffer-local
1242 minor mode.
1243
1244 * modes.texi (Major Modes): Move note about checking major-mode in
1245 a hook function here, from Text mode.
1246
6d262977
CY
12472011-11-28 Chong Yidong <cyd@gnu.org>
1248
b22b1918
CY
1249 * text.texi (Words): Add xref to Position Info.
1250 (Paragraphs): Add xref to Regexps.
1251
6d262977
CY
1252 * indent.texi (Indentation): Rewrite introduction. Move table to
1253 Indentation Commands node.
1254 (Indentation Commands): Add index entries to table. Copyedits.
1255 (Tab Stops, Just Spaces): Copyedits.
1256 (Indent Convenience): New node. Document electric-indent-mode.
1257
1258 * programs.texi (Basic Indent):
1259 * windows.texi (Pop Up Window): Fix kindex entry.
1260
dc95a8b0
CY
12612011-11-28 Chong Yidong <cyd@gnu.org>
1262
1263 * modes.texi (Major Modes): Move major-mode variable doc here from
1264 Choosing Modes. Document describe-mode. Document prog-mode-hook
1265 and text-mode-hook. Add example of using hooks.
1266 (Minor Modes): Document behavior of mode command calls from Lisp.
1267 Note that setting the mode variable using Customize will DTRT.
1268 (Choosing Modes): Add example of setting a minor mode using a
1269 local variable.
1270
b63a8e8e
CY
12712011-11-27 Chong Yidong <cyd@gnu.org>
1272
1273 * frames.texi (Creating Frames): Move frame parameter example to
1274 Frame Parameters node.
1275 (Frame Commands): C-x 5 o does not warp the mouse by default.
1276 (Fonts): Add more GTK-style properties; also, they should be
1277 capitalized.
1278 (Special Buffer Frames): Node deleted; special-display is on the
1279 way out.
1280 (Frame Parameters): Example moved here from Creating Frames.
1281 Clarify that default-frame-alist affects the initial frame too.
1282 Delete auto-raise-mode and auto-lower-mode.
1283 (Wheeled Mice): Node deleted. Content moved to Mouse Commands.
1284 (Dialog Boxes): Delete x-gtk-use-old-file-dialog.
1285
1286 * windows.texi (Window Choice): Add xref to Lisp manual for
1287 special-display-*.
1288
a3dcc84e
EZ
12892011-11-26 Eli Zaretskii <eliz@gnu.org>
1290
1291 * display.texi (Text Display): Update the description,
1292 cross-references, and indexing related to display of control
1293 characters and raw bytes.
1294
4ad3bc2a
CY
12952011-11-25 Chong Yidong <cyd@gnu.org>
1296
1297 * frames.texi (Frames): Rewrite introduction.
1298 (Mouse Commands): Default for mouse-drag-copy-region is now t.
1299 Mouse-3 does not copy to kill ring by default. DEL does not
1300 behave specially for mouse commands any more.
1301 (Mouse References): Document mouse-1-click-follows-link more
1302 thoroughly.
1303 (Menu Mouse Clicks): Move footnote to the main text and add xref
1304 to Init Rebinding node.
1305 (Mode Line Mouse): Mouse-3 on the mode-line does not bury buffer.
1306
1307 * files.texi (Visiting): `C-x 5 f' works on ttys too.
1308
20db1522
JB
13092011-11-24 Juanma Barranquero <lekktu@gmail.com>
1310
1311 * display.texi (Font Lock): Fix typo.
1312
01d06b1f
GM
13132011-11-24 Glenn Morris <rgm@gnu.org>
1314
1315 * rmail.texi (Rmail Output):
1316 Mention rmail-automatic-folder-directives. (Bug#9657)
1317
0cbaa1d5
CY
13182011-11-21 Chong Yidong <cyd@gnu.org>
1319
1320 * mark.texi (Global Mark Ring): Fix description of global mark
1321 ring (Bug#10032).
1322
fe7a3057
JB
13232011-11-20 Juanma Barranquero <lekktu@gmail.com>
1324
1325 * msdog.texi (Windows Fonts): Fix typo.
1326
b6e63cbe
GM
13272011-11-17 Glenn Morris <rgm@gnu.org>
1328
1329 * regs.texi (Bookmarks): Small fixes related to saving. (Bug#10058)
1330
58179cce
JB
13312011-11-16 Juanma Barranquero <lekktu@gmail.com>
1332
1333 * killing.texi (Rectangles):
7877f373
JB
1334 * misc.texi (Document View):
1335 * modes.texi (Choosing Modes):
1336 * msdog.texi (Windows Fonts):
58179cce
JB
1337 * regs.texi (Rectangle Registers):
1338 * search.texi (Isearch Yank): Fix typos.
1339
291d142b
CY
13402011-11-06 Chong Yidong <cyd@gnu.org>
1341
1342 * windows.texi (Basic Window): Add xref to Cursor Display.
1343 (Split Window): Document negative arg for splitting commands.
1344 (Other Window): Document mouse-1 in text area of window.
1345 (Change Window): Don't mention window attributes, since they
1346 aren't defined. C-x 1 can't be used with minibuffer windows.
1347 Windows are no longer auto-deleted.
1348 (Window Choice): Add xref to Choosing Window in Lisp manual.
1349 (Window Convenience): Note that windmove disables shift-selection.
1350 Move M-x compare-windows here from Other Window node.
1351
1352 * custom.texi (Mouse Buttons):
1353 * search.texi (Isearch Scroll):
1354 * windows.texi (Split Window): Use new names split-window-below
1355 and split-window-right.
1356
a7ef684b
JB
13572011-10-26 Juanma Barranquero <lekktu@gmail.com>
1358
1359 * emacs.texi (Top): Fix typo.
1360
d53e1747
GM
13612011-10-25 Glenn Morris <rgm@gnu.org>
1362
1363 * abbrevs.texi (Saving Abbrevs):
1364 quietly-read-abbrev-file is not a command. (Bug#9866)
1365
e7a3ff06
CY
13662011-10-24 Chong Yidong <cyd@gnu.org>
1367
1368 * display.texi (Scrolling): Document scroll-up-line and
1369 scroll-down-line. Document scroll-command property.
1370 (Recentering): New node, split off from Scrolling.
1371
86c60681
CY
13722011-10-23 Chong Yidong <cyd@gnu.org>
1373
da97a9e6
CY
1374 * frames.texi (Scroll Bars): GTK uses right scroll bars now.
1375 (Tool Bars): Copyedits.
1376
86c60681
CY
1377 * buffers.texi (Misc Buffer): Don't mention vc-toggle-read-only.
1378
d195726a
CY
13792011-10-22 Chong Yidong <cyd@gnu.org>
1380
1381 * windows.texi (Displaying Buffers): Fix broken lispref link.
1382
a70e06c1
CY
13832011-10-22 Chong Yidong <cyd@gnu.org>
1384
1385 * mini.texi (Minibuffer Exit): Rename from Strict Completion.
1386 Move confirm-nonexistent-file-or-buffer discussion here.
1387
1388 * files.texi (File Names, Visiting): Move detailed discussion of
1389 minibuffer confirmation to Minibuffer Exit.
1390
1391 * buffers.texi (Buffers): Tweak mention of mail buffer name.
1392 (Select Buffer): Move confirmation discussion to Minibuffer Exit.
1393
bfd779dd
CY
13942011-10-21 Chong Yidong <cyd@gnu.org>
1395
1396 * files.texi (File Names, Visiting, Interlocking): Copyedits.
1397 (Backup Copying): backup-by-copying-when-mismatch is now t.
1398 (Customize Save): Fix description of require-final-newline.
1399 (Reverting): Note that revert-buffer can't be undone. Mention VC.
1400 (Auto Save Control): Clarify.
1401 (File Archives): Add 7z.
1402 (Remote Files): ange-ftp-make-backup-files defaults to nil.
1403
1404 * arevert-xtra.texi (Autorevert): Copyedits.
1405
6e317956
CY
14062011-10-20 Chong Yidong <cyd@gnu.org>
1407
1408 * custom.texi (Hooks, Init Examples):
1409 * display.texi (Font Lock):
1410 * fixit.texi (Spelling):
1411 * rmail.texi (Rmail Display): Minor mode function with no arg now
1412 enables it.
1413
1414 * fixit.texi (Spelling): Fix description of inline completion.
1415
5abc31ef
CY
14162011-10-19 Chong Yidong <cyd@gnu.org>
1417
1418 * search.texi (Repeat Isearch, Error in Isearch): Add kindex
1419 entries.
1420 (Isearch Yank): Document isearch-yank-pop.
1421 (Isearch Scroll): Refer to C-l instead of unbound `recenter'.
1422 (Other Repeating Search): Document Occur Edit mode.
1423
939db9ac
CY
14242011-10-18 Chong Yidong <cyd@gnu.org>
1425
1426 * display.texi (Fringes): Move overflow-newline-into-fringe here,
1427 from Line Truncation node.
1428 (Standard Faces): Note that only the background of the cursor face
1429 has an effect.
1430 (Cursor Display): Fix descriptions of cursor face
1431 and bar cursor blinking.
1432 (Text Display): Document nobreak-char-display more clearly.
1433 (Line Truncation): Add xref to Split Window node.
1434 (Display Custom): Don't bother documenting baud-rate or
1435 no-redraw-on-reenter.
1436
1437 * search.texi (Slow Isearch): Node removed.
1438
80c6d77f
GM
14392011-10-18 Glenn Morris <rgm@gnu.org>
1440
1441 * maintaining.texi (Registering): Remove vc-initial-comment. (Bug#9745)
1442
d366bd53
CY
14432011-10-18 Chong Yidong <cyd@gnu.org>
1444
1445 * display.texi (Faces): Simplify discussion. Move documentation
71873e2b
SM
1446 of list-faces-display here, from Standard Faces node.
1447 Note special role of `default' background.
1448 (Standard Faces): Note special role of `default' background.
1449 Note that region face may be taken fom GTK. Add xref to Text Display.
1450 (Text Scale): Rename from "Temporary Face Changes".
1451 Callers changed. Don't bother documenting variable-pitch-mode.
d366bd53
CY
1452 (Font Lock): Copyedits. Remove font-lock-maximum-size.
1453 (Useless Whitespace): Simplify description of
1454 delete-trailing-whitespace. Note active region case.
1455 (Text Display): Fix description of escape-glyph face assignment.
1456 Remove unibye mode discussion. Update some parts for Unicode.
1457 Move glyphless chars documentation to Lisp manual.
1458
1459 * frames.texi (Tooltips): Document x-gtk-use-system-tooltips.
1460
21100e7d
CY
14612011-10-15 Chong Yidong <cyd@stupidchicken.com>
1462
1463 * display.texi (Scrolling): Tweak explanation of scroll direction.
1464 (View Mode): Add index entries.
1465
1466 * killing.texi (Deletion): Document negative prefix arg to M-SPC.
1467
1468 * regs.texi (Text Registers): C-x r i does not activate the mark.
1469 (Bookmarks): Document new default bookmark location.
1470
50b063c3
CY
14712011-10-13 Chong Yidong <cyd@stupidchicken.com>
1472
71873e2b
SM
1473 * killing.texi (Deletion): Add xref to Using Region.
1474 Document delete-forward-char.
50b063c3
CY
1475 (Yanking): Move yank-excluded-properties to Lisp manual. Move C-y
1476 description here. Recommend C-u C-SPC for jumping to mark.
1477 (Kill Ring): Move kill ring variable documentation here.
1478 (Primary Selection): Copyedits.
1479 (Rectangles): Document new command rectangle-number-lines.
1480 (CUA Bindings): Note that this disables the mark-even-if-inactive
1481 behavior for C-x and C-c.
1482
1483 * mark.texi (Mark): Mention "active region" terminology.
1484 (Using Region): Document delete-active-region.
1485
e1a3f5b1
CY
14862011-10-12 Chong Yidong <cyd@stupidchicken.com>
1487
1488 * mark.texi (Mark): Clarify description of disabled Transient Mark
1489 mode (Bug#9689).
1490 (Setting Mark): Document prefix arg for C-x C-x. Document primary
1491 selection changes. Mention that commands like C-y set the mark.
1492 (Marking Objects): Add xref to Words node. Note that mark-word
1493 and mark-sexp also have the "extend region" behavior.
71873e2b
SM
1494 (Using Region): Mention M-$ in the table.
1495 Document mark-even-if-inactive here instead of in Mark Ring.
1496 (Mark Ring): Move mark-even-if-inactive to Using Region.
1497 Take note of the "Mark Set" behavior.
e1a3f5b1
CY
1498 (Disabled Transient Mark): Rename from "Persistent Mark"
1499 (Bug#9688). Callers changed.
1500
1501 * programs.texi (Expressions):
1502 * text.texi (Words): Defer to Marking Objects for mark-word doc.
1503
3dc62b2b
CY
15042011-10-09 Chong Yidong <cyd@stupidchicken.com>
1505
1506 * help.texi (Help, Help Summary): Eliminate the unnecessary "help
1507 option" terminology.
1508 (Key Help): Add command names. Define "documentation string".
1509 (Name Help): Remove an over-long joke.
1510 (Apropos): Document prefix args. Remove duplicated descriptions.
1511 (Help Mode): Add C-c C-b to table. Update TAB binding.
71873e2b
SM
1512 (Package Keywords): Rename from "Library by Keyword".
1513 Describe new package menu interface.
3dc62b2b 1514 (Help Files, Help Echo): Tweak description.
de09aa52
CY
1515
1516 * mini.texi (Completion Options): Add completion-cycle-threshold.
3dc62b2b 1517 (Minibuffer History): Document numeric args to history commands.
de09aa52 1518
2d3fe5d7
EZ
15192011-10-08 Eli Zaretskii <eliz@gnu.org>
1520
1521 * mule.texi (Bidirectional Editing): Correct some inaccuracies.
1522
b2b0776e
CY
15232011-10-08 Chong Yidong <cyd@stupidchicken.com>
1524
71873e2b
SM
1525 * basic.texi (Position Info): Omit page commands.
1526 Document count-words-region and count-words.
b2b0776e
CY
1527
1528 * text.texi (Pages): Move what-page documentation here.
1529
27a16462
CY
15302011-10-08 Chong Yidong <cyd@stupidchicken.com>
1531
1532 * mini.texi (Minibuffer File): Minor copyedits. Use xref to
1533 Remote Files node instead of linking directly to the Tramp manual.
1534 (Minibuffer Edit): Add xref to Blank Lines.
1535 (Completion): Add xref to Symbol Completion. Remove redundant
1536 example, which is repeated in the next node.
1537 (Completion Commands): Minor clarifications.
1538 (Completion Styles): New node, split from Completion Commands.
1539 Document substring and initials styles.
1540 (Strict Completion): Remove information duplicated in other nodes.
1541 (Completion Options): Consolidate case difference discussion here.
1542
1543 * help.texi (Help Mode): Fix kindex entries.
1544
1545 * files.texi (File Names): Add index entries.
1546
de0bde62
CY
15472011-10-07 Chong Yidong <cyd@stupidchicken.com>
1548
71873e2b
SM
1549 * basic.texi (Inserting Text): Add xref to Completion.
1550 Add ucs-insert example, and document prefix argument.
de0bde62
CY
1551 (Moving Point): Fix introduction; C-f/C-b are no longer equivalent
1552 to left/right. Tweak left-char and right-char descriptions.
1553 M-left and M-right are now bound to left-word/right-word.
1554 (Erasing): Document delete-forward-char.
1555
1556 * screen.texi (Screen, Menu Bar): Copyedits.
1557 (Point): Remove duplicate paragraph on cursors, also in Screen.
1558 (Mode Line): Trailing dashes no longer shown on X displays.
1559
1560 * frames.texi (Non-Window Terminals): Index just "text-only
1561 terminal", which is used throughout the manual now.
1562
1563 * entering.texi (Entering Emacs): Define "startup screen".
1564 Document window-splitting behavior with command-line inputs.
1565 (Exiting): Remove obsolete paragraph about shells without suspend
1566 functionality.
1567
1568 * commands.texi (User Input): Define "input event" more clearly.
1569 (Keys): Add xref to Echo Area.
1570 (Commands): Clarify relation between commands and functions.
1571
453e4522
CY
15722011-10-06 Chong Yidong <cyd@stupidchicken.com>
1573
1574 * misc.texi (emacsclient Options): Document how emacsclient runs
1575 the Emacs daemon (Bug#9674).
1576
550f41cd
CY
15772011-10-01 Chong Yidong <cyd@stupidchicken.com>
1578
1579 * basic.texi (Moving Point):
1580 * custom.texi (Mouse Buttons):
1581 * rmail.texi (Rmail Scrolling):
1582 * search.texi (Isearch Scroll):
550f41cd
CY
1583 * display.texi (Scrolling): Replace scroll-up/down with
1584 scroll-up/down-command. Fix scroll-preserve-screen-position
1585 description. Document scroll-error-top-bottom.
1586
9229fe87
GM
15872011-09-30 Glenn Morris <rgm@gnu.org>
1588
1589 * commands.texi (Keys): Whitespace fix. (Bug#9635)
1590
0a2132ba
CY
15912011-09-24 Chong Yidong <cyd@stupidchicken.com>
1592
1593 * windows.texi (Pop Up Window): Defer discussion of window
1594 splitting to the Window Choice node. Add index entries.
1595 (Force Same Window): Node deleted.
1596 (Displaying Buffers, Window Choice): New nodes.
1597
1598 * buffers.texi (Select Buffer): Clarify description of
1599 buffer-switching commands. Add xref to Window Display node.
1600 Don't repeat confirm-nonexistent-file-or-buffer description from
1601 Visiting node. Remove even-window-heights.
1602
1603 * frames.texi (Special Buffer Frames): Add xref to Window Choice.
1604
33ed493b
CY
16052011-09-18 Chong Yidong <cyd@stupidchicken.com>
1606
1607 * cmdargs.texi (Icons X): Fix description of Emacs icon.
1608
1609 * xresources.texi (Table of Resources): Fix documentation of
1610 bitmapIcon.
1611
92fa95ad
CY
16122011-09-15 Chong Yidong <cyd@stupidchicken.com>
1613
1614 * package.texi (Package Menu): Add package-menu-mark-upgrades.
1615
16254627
EH
16162011-09-12 Eric Hanchrow <eric.hanchrow@gmail.com>
1617
1618 * frames.texi (Frame Commands): Note that delete-other-frames only
1619 deletes frames on current terminal.
1620
c3760c17
EZ
16212011-09-10 Eli Zaretskii <eliz@gnu.org>
1622
1623 * sending.texi (Mail Misc): Document mail-add-attachment.
1624
69b8be97
EZ
16252011-09-04 Eli Zaretskii <eliz@gnu.org>
1626
1627 * basic.texi (Inserting Text): Add index entries. (Bug#9433)
1628
3fd50d5c
CY
16292011-08-29 Chong Yidong <cyd@stupidchicken.com>
1630
1631 * modes.texi (Choosing Modes): auto-mode-case-fold is now t.
1632
e2aeef63
CY
16332011-08-28 Chong Yidong <cyd@stupidchicken.com>
1634
1635 * files.texi (File Archives):
1636 * cal-xtra.texi (Diary Display):
1637 * help.texi (Help Mode): Add xref to View Mode.
1638
ddb54206
CY
16392011-08-28 Chong Yidong <cyd@stupidchicken.com>
1640
a6326082
CY
1641 * display.texi (View Mode): New node. Move view-file here from
1642 Misc File Ops. Move view-buffer here from Misc Buffer.
1643
1644 * buffers.texi (Misc Buffer): Move view-buffer to View Mode.
1645
04e2ce72 1646 * files.texi (Misc File Ops): Document new
a6326082 1647 delete-by-moving-to-trash behavior. Remove view-file.
04e2ce72
CY
1648
1649 * dired.texi (Dired Deletion): Shorten description of Trash.
1650
ddb54206
CY
1651 * misc.texi (emacsclient Options): Document server-port.
1652
bd206ce5
EZ
16532011-08-27 Eli Zaretskii <eliz@gnu.org>
1654
1655 * frames.texi (Frame Commands): Advise setting focus-follows-mouse
1656 even on MS-Windows. Fix a typo.
1657
d43f5a42
CY
16582011-08-26 Chong Yidong <cyd@stupidchicken.com>
1659
1660 * package.texi: New file, documenting the package manager.
1661
1662 * emacs.texi: Include it.
1663
1664 * help.texi (Help Summary): Add describe-package.
1665
e0b1591b
CY
16662011-08-25 Chong Yidong <cyd@stupidchicken.com>
1667
856ce114
CY
1668 * misc.texi (Printing): Convert subnodes into subsections.
1669
f404f8bc
CY
1670 * text.texi (Two-Column): Move into Text chapter.
1671
1672 * picture-xtra.texi (Picture Mode): Group with Editing Binary
1673 Files section. Convert from chapter into section.
1674
1675 * display.texi (Narrowing): Move into display chapter.
1676
e0b1591b
CY
1677 * sending.texi (Sending Mail):
1678 * rmail.texi (Rmail):
1679 * misc.texi (Gnus, Document View):
1680 * dired.texi (Dired):
1681 * emacs.texi: Group the mail, rmail, and gnus chapters together.
1682
75bfc667
JL
16832011-08-07 Juri Linkov <juri@jurta.org>
1684
1685 * dired.texi (Operating on Files): Rewrite according to the fact
1686 that `dired-do-chmod' doesn't use the `chmod' program anymore.
1687
fe676f91
MA
16882011-07-30 Michael Albinus <michael.albinus@gmx.de>
1689
1690 * mini.texi (Minibuffer File): Insert a reference to Tramp for
1691 remote file name completion. (Bug#9197)
1692
4cc60b9b
EZ
16932011-07-28 Eli Zaretskii <eliz@gnu.org>
1694
1695 * mule.texi (Bidirectional Editing): Document the fact that
1696 bidi-display-reordering is t by default.
1697
89671e16
LMI
16982011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
1699
1700 * help.texi (Misc Help): Mention `describe-prefix-bindings'
1701 explicitly (bug#8904).
1702
fb23ecc2
LMI
17032011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
1704
1705 * trouble.texi (Checklist): Use an `M-x' example instead of an
1706 Emacs Lisp form to switch on the dribble file (bug#8056).
1707
465c5fc8
LMI
17082011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
1709
1710 * custom.texi (Hooks): Mention buffer-local hooks (bug#6218).
1711
90a6258b
GM
17122011-07-13 Glenn Morris <rgm@gnu.org>
1713
1714 * dired.texi (Dired Enter): Mention --dired. (Bug#9039)
1715
c7588364
LMI
17162011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
1717
1718 * mark.texi (Mark Ring): Clarify how many locations are saved
1719 (bug#5770).
1720 (Global Mark Ring): Ditto.
1721
4cb4f3ba
LMI
17222011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
1723
d648feab
LMI
1724 * text.texi (Table Recognition): Use "at point" instead of "under
1725 point" (bug#4345).
1726
4cb4f3ba
LMI
1727 * display.texi (Cursor Display): Mention `cursor-type'.
1728
1729 * screen.texi (Point): Clarify that it's only if you use a block
1730 cursor that it appears to be on a character (bug#4345).
1731
ecd0b990
CY
17322011-07-12 Chong Yidong <cyd@stupidchicken.com>
1733
1734 * misc.texi (Amusements): Move dissociated press here, from its
1735 own section.
1736
1737 * emacs.texi (Top): Update node listing.
1738
c2fd0368
LMI
17392011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
1740
1741 * emacs.texi (Top): Change "inferiors" to "subnodes" for greater
1742 clarity (bug#3523).
1743
fdeb32ec
CY
17442011-07-12 Chong Yidong <cyd@stupidchicken.com>
1745
1746 * cmdargs.texi (Initial Options): Document --no-site-lisp.
1747 (Misc X): Document --parent-id.
1748
1749 * frames.texi (Frame Commands): Note that focus-follows-mouse now
1750 defaults to nil.
1751
1752 * misc.texi (emacsclient Options): Document --parent-id.
1753
1754 * msdog.texi (Windows HOME): Document _emacs as obsolete.
1755
f584ca38
LMI
17562011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
1757
1758 * emacs.texi: Use "..." instead of ``...'' in the menus
1759 (bug#3503).
1760
963578d3
CY
17612011-07-11 Chong Yidong <cyd@stupidchicken.com>
1762
1763 * killing.texi (Primary Selection): Document `only' setting for
1764 select-active-regions.
1765
1766 * mark.texi (Setting Mark): Reference Shift Selection node.
1767
1768 * frames.texi (Mouse Commands): Document mouse-yank-primary.
1769
a30ed87b
LMI
17702011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
1771
47076272
LMI
1772 * mark.texi (Setting Mark): Clarify what's meant by "Shifted
1773 motion keys" (bug#3503).
1774
a30ed87b
LMI
1775 * emacs.texi: Change all the register node names from "RegPos"
1776 (etc.) to "Positional Registers" (etc.) (bug#3314).
1777
4d45a8b7
CY
17782011-07-11 Chong Yidong <cyd@stupidchicken.com>
1779
1780 * killing.texi (Killing, Deletion and Killing, Killing by Lines)
1781 (Other Kill Commands, Kill Options): Copyedits.
1782 (Deletion and Killing, Kill Ring): Kill/yank now use clipboard.
1783 (Yanking): Move yank-excluded properties discussion here.
1784 (Cut and Paste): Move from frames.texi. Update subnodes to
1785 describe x-select-enable-clipboard case.
1786
1787 * frames.texi: Move Cut and Paste node and subnodes into
1788 killing.texi, except Mouse Commands and Word and Line Mouse.
1789
c160ddee
AM
17902011-07-10 Andy Moreton <andrewjmoreton@gmail.com> (tiny change)
1791
1792 * makefile.w32-in (EMACSSOURCES): Replace major.texi with modes.texi.
1793
3329e6e3
LMI
17942011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
1795
32a214fe
LMI
1796 * screen.texi (Mode Line): Clarify that coding systems are
1797 characters, not letters (bug#1749).
1798
3329e6e3
LMI
1799 * cmdargs.texi (Environment): Mention removing variables
1800 (bug#1615). Text suggested by Kevin Rodgers.
1801
8875da1e
CY
18022011-07-10 Chong Yidong <cyd@stupidchicken.com>
1803
54806e45
CY
1804 * misc.texi (Amusements): Don't mention Yow; it's crippled.
1805
8875da1e
CY
1806 * modes.texi: Rename from major.texi.
1807 (Modes): New node. Make Major Modes and Minor Modes subsections
1808 of this. All callers changed.
1809
1810 * custom.texi (Minor Modes): Move to modes.texi.
1811
7847b2a1
CY
18122011-07-10 Chong Yidong <cyd@stupidchicken.com>
1813
6cfd0fa2
CY
1814 * custom.texi (Syntax): Node deleted.
1815
1816 * help.texi (Help Summary):
1817 * major.texi (Major Modes):
1818 * programs.texi (Parentheses):
1819 * search.texi (Regexp Backslash, Regexp Backslash)
1820 (Regexp Backslash):
1821 * text.texi (Words): Callers changed.
1822
7847b2a1
CY
1823 * text.texi (Refill, Longlines): Delete nodes.
1824
1825 * ack.texi (Acknowledgments): Longlines removed from manual.
1826
1827 * emacs.texi (Top): Update node listing.
1828
2a71c436
GM
18292011-07-09 Glenn Morris <rgm@gnu.org>
1830
1831 * fortran-xtra.texi (Fortran): Update handled extensions.
1832
61436e9f
LMI
18332011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
1834
1835 * display.texi (Scrolling): `C-v' (etc) are now bound to
1836 `scroll-*-command' (bug#8349).
1837
6e560c71
LMI
18382011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
1839
48954a09 1840 * dired.texi (Subdirectories in Dired): Clarify that `C-u k'
ff9ad330
LMI
1841 doesn't actually delete any files (bug#7125).
1842
2904fd97
LMI
1843 * picture-xtra.texi (Rectangles in Picture): Clarify the prefix
1844 argument for `C-c C-k' (bug#7391).
1845
6e560c71
LMI
1846 * frames.texi (Fonts): Mention "C-u C-x =" to find out what font
1847 you're currently using (bug#8489).
1848
978ff6c5
EZ
18492011-07-01 Eli Zaretskii <eliz@gnu.org>
1850
1851 * mule.texi (Coding Systems): Move index entries from the previous
1852 change into their proper places.
1853
0d742084
LMI
18542011-07-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
1855
31976bd5
LMI
1856 * help.texi (Help Files): Document view-external-packages (bug#8902).
1857
0d742084
LMI
1858 * mule.texi (Coding Systems): Put a few more of the coding systems
1859 into the index (bug#8900).
1860
9f678528
GM
18612011-06-26 Glenn Morris <rgm@gnu.org>
1862
1863 * fortran-xtra.texi (Fortran): F90 mode is also for F2008.
1864
18a4ce5e
AR
18652011-06-25 Andreas Rottmann <a.rottmann@gmx.at>
1866
1867 * misc.texi (emacsclient Options): Mention --frame-parameters.
1868
f0da764a
GM
18692011-06-09 Glenn Morris <rgm@gnu.org>
1870
1871 * custom.texi (Specifying File Variables):
1872 Recommend explicit arguments for minor modes.
1873
b047e7ac
PE
18742011-06-02 Paul Eggert <eggert@cs.ucla.edu>
1875
1876 Document wide integers better.
1877 * buffers.texi (Buffers):
001903b5
PE
1878 * files.texi (Visiting): Document maxima for 64-bit machines,
1879 and mention virtual memory limits.
b047e7ac 1880
bf41276f
CY
18812011-05-28 Chong Yidong <cyd@stupidchicken.com>
1882
1883 * custom.texi (Hooks): Reorganize. Mention Prog mode.
1884
1885 * fixit.texi (Spelling): Mention using prog-mode-hook for flypsell
1886 prog mode (Bug#8240).
1887
e145f188
GM
18882011-05-27 Glenn Morris <rgm@gnu.org>
1889
1890 * custom.texi (Specifying File Variables):
1891 Major modes no longer need come first.
1892
313f790e
CY
18932011-05-22 Chong Yidong <cyd@stupidchicken.com>
1894
1895 * mule.texi (Specify Coding, Text Coding, Communication Coding):
1896 (File Name Coding, Terminal Coding): Add command names (Bug#8312).
1897
c136e5cd
GM
18982011-05-18 Glenn Morris <rgm@gnu.org>
1899
1900 * ack.texi (Acknowledgments): Remove fakemail.c.
1901
c71a0d48 19022011-05-17 Chong Yidong <cyd@stupidchicken.com>
ae742cb5
CY
1903
1904 Fixes for fitting text into 7x9 printed manual.
1905 * building.texi (Flymake, Breakpoints Buffer):
1906 * calendar.texi (Appointments):
1907 * cmdargs.texi (General Variables, Display X):
1908 * custom.texi (Saving Customizations, Face Customization)
1909 (Directory Variables, Minibuffer Maps, Init Rebinding):
1910 * display.texi (Font Lock, Font Lock, Useless Whitespace):
1911 * fixit.texi (Spelling):
1912 * frames.texi (Creating Frames, Fonts):
1913 * help.texi (Help Files):
1914 * mini.texi (Minibuffer File):
1915 * misc.texi (emacsclient Options, Emulation):
1916 * msdog.texi (Windows Startup, Windows HOME, Windows Fonts):
1917 * mule.texi (International Chars, Language Environments)
1918 (Select Input Method, Modifying Fontsets, Charsets):
1919 * programs.texi (Custom C Indent):
1920 * rmail.texi (Rmail Labels):
1921 * text.texi (Table Conversion):
1922 * trouble.texi (Known Problems, Known Problems):
1923 * windows.texi (Change Window):
1924 * xresources.texi (GTK resources): Reflow text and re-indent code
1925 examples to avoid TeX overflows and underflows on 7x9 paper.
1926
1927 * emacs.texi: Fix the (commented out) smallbook command.
1928
1929 * macos.texi (Mac / GNUstep Events):
1930 * xresources.texi (Lucid Resources): Remove extraneous examples.
1931
b8f82dc1
GM
19322011-05-10 Glenn Morris <rgm@gnu.org>
1933
1934 * custom.texi (Specifying File Variables):
1935 Deprecate using mode: for minor modes.
1936
d306b4da
GM
19372011-05-07 Glenn Morris <rgm@gnu.org>
1938
1939 * cal-xtra.texi (Sexp Diary Entries): Mention diary-hebrew-birthday.
1940
548d0a63
GM
19412011-05-06 Glenn Morris <rgm@gnu.org>
1942
5006e634
GM
1943 * calendar.texi (Appointments): Mention appt-warning-time-regexp.
1944
548d0a63
GM
1945 * cal-xtra.texi (Fancy Diary Display): Mention diary comments.
1946
e793a940
LMI
19472011-05-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
1948
1949 * misc.texi (Emacs Server): Document `server-eval-at'.
1950
7031be6d
UR
19512011-04-24 Chong Yidong <cyd@stupidchicken.com>
1952
71873e2b
SM
1953 * maintaining.texi (List Tags): Document next-file.
1954 Suggested by Uday S Reddy.
7031be6d 1955
4ffd0d6b 19562011-04-23 Juanma Barranquero <lekktu@gmail.com>
7ee6a1d3
JB
1957
1958 * mini.texi (Minibuffer Edit):
1959 * screen.texi (Mode Line): Fix typo.
1960
1c6c854e
CS
19612011-04-20 Christoph Scholtes <cschol2112@googlemail.com>
1962
024ff170 1963 * maintaining.texi (Old Revisions): Mention new function vc-ediff.
1c6c854e 1964
c5c9f40f
CY
19652011-03-26 Chong Yidong <cyd@stupidchicken.com>
1966
1967 * display.texi (Auto Scrolling): Fix scroll-up/scroll-down confusion.
1968
09725d26
EZ
19692011-03-30 Eli Zaretskii <eliz@gnu.org>
1970
1971 * display.texi (Auto Scrolling): Document the limit of 100 lines
1972 for never-recentering scrolling with `scroll-conservatively'.
1973 (Bug#6671)
1974
09d9db2c 19752011-03-12 Eli Zaretskii <eliz@gnu.org>
69cc79e9
EZ
1976
1977 * msdog.texi (Windows HOME): Fix the wording to clarify how Emacs sets
1978 HOME on Windows and where it looks for init files. (Bug#8221)
1979
62d94509
EZ
19802011-03-10 Eli Zaretskii <eliz@gnu.org>
1981
1982 * search.texi (Regexp Example):
1983 * mule.texi (International Chars):
1984 * building.texi (External Lisp): Don't use characters outside
1985 ISO-8859-1.
1986
0286d9de
EZ
19872011-03-09 Eli Zaretskii <eliz@gnu.org>
1988
1c6c854e
CS
1989 * ack.texi (Acknowledgments): Convert to ISO-8859-1 encoding.
1990 Use Texinfo @-commands for non Latin-1 characters.
63a329f8
EZ
1991
1992 * makefile.w32-in (MAKEINFO_OPTS): Add --enable-encoding.
1993
114902a5 1994 * custom.texi (Init File): Add index entries for ".emacs".
0286d9de
EZ
1995 (Bug#8210)
1996
0afb4571
J
19972011-03-08 Jan Djärv <jan.h.d@swipnet.se>
1998
1999 * xresources.texi (GTK resources): ~/.emacs.d/gtkrc does not work
2000 for Gtk+ 3.
2001
bb3865e8
GM
20022011-03-08 Glenn Morris <rgm@gnu.org>
2003
6446548e
GM
2004 * Makefile.in (MAKEINFO_OPTS): Add --enable-encoding.
2005 * emacs.texi (Acknowledgments):
2006 * ack.texi (Acknowledgments): Names to UTF-8.
80b005c7 2007 * emacs.texi: Set documentencoding.
6446548e 2008
bb3865e8
GM
2009 * display.texi (Optional Mode Line): Don't mention exactly where
2010 display-time appears. (Bug#8193)
2011
33383987
JB
20122011-03-07 Chong Yidong <cyd@stupidchicken.com>
2013
2014 * Version 23.3 released.
2015
892777ba
CY
20162011-03-06 Chong Yidong <cyd@stupidchicken.com>
2017
2018 * search.texi (Isearch Yank): C-y now bound to isearch-yank-kill.
2019
0b973fc5
DW
20202011-03-03 Drake Wilson <drake@begriffli.ch> (tiny change)
2021
2022 * misc.texi (emacsclient Options): Add q/quiet.
2023
8ef5a2f2
GM
20242011-03-02 Glenn Morris <rgm@gnu.org>
2025
2026 * mule.texi (Communication Coding) <x-select-request-type>:
2027 Remove duplicate (essentially) paragraph. (Bug#8148)
2028
bd106056
CS
20292011-03-01 Christoph Scholtes <cschol2112@googlemail.com>
2030
2031 * maintaining.texi (Format of ChangeLog): Add reference to
2032 add-log-full-name.
2033 (Change Log Commands): Add documentation for combining multiple
2034 symbols in one change.
2035
6640b281
GM
20362011-03-01 Glenn Morris <rgm@gnu.org>
2037
2038 * custom.texi (Directory Variables):
2039 Give an example of excluding subdirectories.
2040
2b0c7330 20412011-02-28 Eli Zaretskii <eliz@gnu.org>
116b6d38
EZ
2042
2043 * search.texi (Regexp Search): Move index entries about regexps to the
2044 "Regexps" node. Add index entries for regexp search. (Bug#8096)
2045
8c62c205
GM
20462011-02-19 Glenn Morris <rgm@gnu.org>
2047
2048 * dired.texi (Dired): Dired-X version number was dropped.
2049
3928f2b6
JD
20502011-02-14 Jan Djärv <jan.h.d@swipnet.se>
2051
2052 * xresources.texi (X Resources): Remove *faceName and replace it with
2053 *font for Lucid.
2054
a41c8660
CY
20552011-02-05 Chong Yidong <cyd@stupidchicken.com>
2056
2057 * rmail.texi (Rmail Display): Document Rmail MIME support more
2058 accurately.
2059
2060 * maintaining.texi (VC Change Log): Document vc-log-incoming and
2061 vc-log-outgoing.
2062 (Merging): Document vc-find-conflicted-file.
2063
233ba4d9 20642011-02-05 Glenn Morris <rgm@gnu.org>
d436de97
GM
2065
2066 * custom.texi (Variables): Fix typo.
2067
14beddf4 20682011-01-31 Chong Yidong <cyd@stupidchicken.com>
19f81ecf 2069
65401ee3
CY
2070 * search.texi (Regexps): Copyedits. Mention character classes
2071 (Bug#7809).
2072
19f81ecf
CY
2073 * files.texi (File Aliases): Restore explanatory text from Eli
2074 Zaretskii, accidentally removed in 2011-01-08 commit.
2075
bf3dae7e
EZ
20762011-01-29 Eli Zaretskii <eliz@gnu.org>
2077
2078 * makefile.w32-in (MAKEINFO): Remove options, leave only program name.
2079 (MAKEINFO_OPTS): New variable.
2080 (ENVADD, $(infodir)/emacs): Use $(MAKEINFO_OPTS).
2081 (emacs.html): New target.
2082 (clean): Remove emacs.html.
2083
45eb2a5d
WL
20842011-01-23 Werner Lemberg <wl@gnu.org>
2085
2086 * Makefile.in (MAKEINFO): Now controlled by `configure'.
2087 (MAKEINFO_OPTS): New variable. Use it where appropriate.
2088 (ENVADD): Updated.
2089
9acfe703
GM
20902011-01-18 Glenn Morris <rgm@gnu.org>
2091
2092 * ack.texi, emacs.texi (Acknowledgments): Update for ERT addition.
2093
2094 * ack.texi (Acknowledgments): Remove mention of replaced prolog.el.
2095
362b9d48
GM
20962011-01-15 Chong Yidong <cyd@stupidchicken.com>
2097
bb033b5f
CY
2098 * building.texi (Compilation): Improve instructions for running two
2099 compilations (Bug#7573).
2100
b024d9f0
MD
2101 * files.texi (Backup Names): Document the new location of the
2102 last-resort backup file.
2103
362b9d48
GM
2104 * files.texi (File Aliases): Move directory-abbrev-alist doc from Lisp
2105 manual. Explain why directory-abbrev-alist elements should be anchored
2106 (Bug#7777).
2107
21082011-01-15 Eli Zaretskii <eliz@gnu.org>
2109
2110 * msdog.texi (Windows Startup): Correct inaccurate description of
2111 differences between emacsclient.exe and emacsclientw.exe.
2112
7c420169 21132011-01-02 Chong Yidong <cyd@stupidchicken.com>
89dc29d9
CY
2114
2115 * rmail.texi (Rmail Display): Edit for grammar and conciseness.
2116
7c420169 21172011-01-02 Kenichi Handa <handa@m17n.org>
7f42ff40
KH
2118
2119 * rmail.texi (Rmail Display): Describe new features of Rmail in Info.
2120
7c420169 21212011-01-02 Eli Zaretskii <eliz@gnu.org>
88ab4340 2122
2d34d523
EZ
2123 * frames.texi (Cut and Paste): Modify the section's name and text:
2124 don't mix "cut/paste" with "kill/yank".
2125 (Cut/Paste Other App): Describe the per-session emulation of PRIMARY.
2126 (Bug#7702)
2127
88ab4340
EZ
2128 * trouble.texi (Checklist): Mention debug-on-quit. (Bug#7667)
2129
7c420169 21302011-01-02 Glenn Morris <rgm@gnu.org>
d3658de7
GM
2131
2132 * maintaining.texi: Move inclusion of emerge after EDE, so that it
2133 matches its position in the menu. (Bug#7674)
2134
7c420169 21352011-01-02 Glenn Morris <rgm@gnu.org>
da3930f3
GM
2136
2137 * trouble.texi (Checklist): Mention not replying via news either.
2138
92bb6c52
TH
21392010-12-30 Tassilo Horn <tassilo@member.fsf.org>
2140
2141 * misc.texi (Document View): Update DocView section with newly
2142 supported document formats.
2143
b103c904
CY
21442010-12-21 Chong Yidong <cyd@stupidchicken.com>
2145
2146 * killing.texi: Resection the Info version to conform to the
2147 printed manual, to avoid making sections on Accumulating Text, CUA
2148 and Rectangles into full chapters.
2149
f49d1f52 21502010-12-13 Eli Zaretskii <eliz@gnu.org>
68f75971
EZ
2151
2152 * custom.texi (Init Syntax): Add index entries for "character syntax".
2153 (Bug#7576)
2154
f49d1f52 21552010-12-13 Karel Klíč <kklic@redhat.com>
6e427e96
KK
2156
2157 * text.texi (HTML Mode): Small fixes. (Bug#7607)
2158
f49d1f52 21592010-12-13 Glenn Morris <rgm@gnu.org>
ffda048b
GM
2160
2161 * trouble.texi (Checklist): Fix typo in newsgroup name.
2162
f49d1f52 21632010-12-13 Chong Yidong <cyd@stupidchicken.com>
2931c841
CY
2164
2165 * search.texi (Word Search): Note that the lazy highlight always
2166 matches to whole words (Bug#7470).
2167
f49d1f52 21682010-12-13 Eli Zaretskii <eliz@gnu.org>
b8a9e136 2169
4f1948eb
EZ
2170 * display.texi (Optional Mode Line): Make the description of
2171 load-average more accurate.
2172
b8a9e136
EZ
2173 * msdog.texi (Windows HOME): Mention that HOME can also be set in the
2174 registry, with a cross-reference.
62d72a4a
EZ
2175 (Windows Startup): New node. Move the stuff about the current
2176 directory from "Windows HOME".
b8a9e136 2177
07976ae3 21782010-11-27 Bob Rogers <rogers-emacs@rgrjr.dyndns.org>
17a6e278
BR
2179
2180 * maintaining.texi (VC With A Locking VCS, VC Directory Commands):
2181 * vc1-xtra.texi (Customizing VC, General VC Options): Small fixes.
2182
07976ae3 21832010-11-27 Chong Yidong <cyd@stupidchicken.com>
0d6607ab
CY
2184
2185 * maintaining.texi (Version Control Systems): Fix repeated sentence.
2186 Suggested by Štěpán Němec.
2187
07976ae3 21882010-11-27 Chong Yidong <cyd@stupidchicken.com>
ec8a6295 2189
1aaae3f3
CY
2190 * maintaining.texi (Version Control): Say "commit", not "check in".
2191 (Version Control Systems): Simplify descriptions.
2192 (VCS Merging, VCS Changesets, VCS Repositories): New nodes, split from
2193 VCS Concepts.
2194 (VC Mode Line): Update example.
2195 (Old Revisions): Document revert-buffer for vc-diff.
2196 (Log Buffer): Promote to a subsection. Document header lines.
2197
1c6c854e
CS
2198 * macos.texi (Mac / GNUstep Basics):
2199 Document ns-right-alternate-modifier.
ec8a6295 2200
1aaae3f3
CY
2201 * emacs.texi (Top): Update node listing.
2202
0eb025fb
EZ
22032010-11-13 Eli Zaretskii <eliz@gnu.org>
2204
2205 * rmail.texi (Rmail Coding): Characters with no fonts are not
2206 necessarily displayed as empty boxes.
2207
2208 * mule.texi (Language Environments, Fontsets): Characters with no
2209 fonts are not necessarily displayed as empty boxes.
2210
2211 * display.texi (Text Display): Document display of glyphless
2212 characters.
2213
ea4f7750
GM
22142010-11-13 Glenn Morris <rgm@gnu.org>
2215
2216 * basic.texi (Position Info): Add M-x count-words-region.
2217
90639cea
GM
22182010-11-11 Glenn Morris <rgm@gnu.org>
2219
2220 * msdog.texi (ls in Lisp): Update for ls-lisp changes.
2221
d607b96b 22222010-11-09 Eli Zaretskii <eliz@gnu.org>
a16b2d46
EZ
2223
2224 * msdog.texi (Windows HOME): Add information regarding startup
2225 directory when invoking Emacs from a desktop shortcut. (bug#7300)
2226
c12e4a81
GM
22272010-10-11 Glenn Morris <rgm@gnu.org>
2228
df187c62
GM
2229 * Makefile.in (MAKEINFO): Add explicit -I$srcdir.
2230
c12e4a81
GM
2231 * Makefile.in (.texi.dvi): Remove unnecessary suffix rule.
2232 (DVIPS): New variable.
234db610
GM
2233 (.PHONY): Add html, ps.
2234 (html, emacs.html, ps, emacs.ps, emacs-xtra.ps): New targets.
2235 (clean): Delete html, ps files.
c12e4a81 2236
6513b232
EZ
22372010-10-09 Eli Zaretskii <eliz@gnu.org>
2238
2239 * makefile.w32-in (EMACSSOURCES): Add emacsver.texi.
2240
f4f358f1
GM
22412010-10-09 Glenn Morris <rgm@gnu.org>
2242
c1dc72b3
GM
2243 * Makefile.in (VPATH): Remove.
2244 (infodir): Make it absolute.
2245 (mkinfodir, $(infodir)/emacs, infoclean): No need to cd $srcdir.
2246
4393405b
GM
2247 * Makefile.in (dist): Anchor regexps.
2248
eef3ab94
GM
2249 * Makefile.in (EMACSSOURCES): Put emacs.texi first.
2250 ($(infodir)/emacs, emacs.dvi, emacs.pdf, emacs-xtra.dvi)
2251 (emacs-xtra.pdf): Use $<.
2252
aa9db089
GM
2253 * Makefile.in (infoclean): Remove harmless, long-standing error.
2254
abd40fb4
GM
2255 * Makefile.in ($(infodir)): Delete rule.
2256 (mkinfodir): New.
2257 ($(infodir)/emacs): Use $mkinfodir instead of infodir.
2258
f4f358f1 2259 * Makefile.in (distclean): Do not delete emacsver.texi.
68db69ed 2260 (dist): Remove reference to emacsver.texi.in.
f4f358f1
GM
2261 * emacsver.texi: New file, replacing emacsver.texi.in.
2262
ea274122
GM
22632010-10-09 Glenn Morris <rgm@gnu.org>
2264
f7a31f11
GM
2265 * emacsver.texi.in: New file.
2266 * emacs.texi: Set EMACSVER by including emacsver.texi.
2267 * Makefile.in (distclean): Delete emacsver.texi.
2268 (dist): Copy emacsver.texi.
b13254e7 2269 (EMACSSOURCES): Add emacsver.texi.
f7a31f11 2270
3fb78d1f
GM
2271 * ack.texi (Acknowledgments): No more b2m.c.
2272
ea274122
GM
2273 * Makefile.in (.PHONY): Declare info, dvi, pdf, dist.
2274 (emacs): Remove rule.
2275 (dist): No need to deal with the emacs rule any more.
2276
17ca7950
GM
22772010-10-07 Glenn Morris <rgm@gnu.org>
2278
2279 * Makefile.in (version): New, set by configure.
2280 (clean): Delete dist tar file.
2281 (dist): Use version in tar name.
2282
4c83f6e1
GM
22832010-10-06 Glenn Morris <rgm@gnu.org>
2284
2285 * Makefile.in (EMACS_XTRA): Add the main source file.
2286 (emacs-xtra.dvi, emacs-xtra.pdf): Remove explicit emacs-xtra.texi.
2287 (mostlyclean): No core files, reorder other files.
2288 (clean): Delete specific dvi and pdf files.
2289 (infoclean, dist): New rules.
2290 (maintainer-clean): Use infoclean.
8a944cea 2291 ($(infodir)): Add parallel build workaround.
4c83f6e1 2292
0264072d
GM
22932010-10-04 Glenn Morris <rgm@gnu.org>
2294
2295 * Makefile.in (SHELL): Set it.
2296 (INFO_TARGETS, DVI_TARGETS): Remove variables.
2297 (info, dvi): Replace above variables with their expansions.
2298 (info): Move mkdir from here...
2299 ($(infodir)/emacs): ... to here (for parallel builds).
2300 (pdf): New target.
2301 ($(infodir)/emacs): Pass -o option to makeinfo.
2302 (.PHONY): Declare clean rules.
2303 (maintainer-clean): Delete dvi and pdf files.
2304 Guard against cd failures. Use a more restrictive delete.
2305
3226d6ca
GM
23062010-10-02 Glenn Morris <rgm@gnu.org>
2307
2308 * misc.texi (Shell Mode): Remove reference to old function name.
2309
cad90f3b
EZ
23102010-09-30 Eli Zaretskii <eliz@gnu.org>
2311
2312 * maintaining.texi (VC Mode Line): Mention all the possible VC status
2313 indicator characters.
2314
5f874327
GM
23152010-09-29 Glenn Morris <rgm@gnu.org>
2316
2317 * Makefile.in (top_srcdir): Remove unused variable.
2318
0ab9cff3
GM
23192010-09-14 Glenn Morris <rgm@gnu.org>
2320
67ae9766
GM
2321 * cal-xtra.texi (Fancy Diary Display): Emphasize that sort should be
2322 the last hook item.
2323
0ab9cff3
GM
2324 * calendar.texi (Appointments): Also updated when a diary include file
2325 is saved.
2326
6664fc59 23272010-09-14 Glenn Morris <rgm@gnu.org>
63e1eaa1
GM
2328
2329 * trouble.texi (Bugs): Update the section intro.
2330 (Known Problems): New section.
2331 (Checklist): Misc updates. Prefer M-x report-emacs-bug.
2332 (Sending Patches): Bug fixes are best as responses to existing bugs.
2333 * emacs.texi (Known Problems): Add menu entry for new section.
2334
be3283d7
GM
23352010-09-09 Glenn Morris <rgm@gnu.org>
2336
2337 * xresources.texi: Untabify.
2338
10999305 23392010-09-06 Chong Yidong <cyd@stupidchicken.com>
89532a07
CY
2340
2341 * dired.texi (Dired Enter): Minor doc fix (Bug#6982).
2342
10999305 23432010-09-06 Glenn Morris <rgm@gnu.org>
e4a0188a
GM
2344
2345 * misc.texi (Saving Emacs Sessions): Mention desktop-path. (Bug#6948)
2346
30641319
JD
23472010-09-02 Jan Djärv <jan.h.d@swipnet.se>
2348
2349 * frames.texi (Cut/Paste Other App): Remove vut-buffer text.
2350
50dd7bc6
GM
23512010-08-21 Glenn Morris <rgm@gnu.org>
2352
2353 * misc.texi (Amusements): Mention bubbles and animate.
2354
5e620eca
EZ
23552010-07-31 Eli Zaretskii <eliz@gnu.org>
2356
2357 * files.texi (Visiting): Add more index entries for
2358 large-file-warning-threshold.
2359
8b2dd508
JD
23602010-07-29 Jan Djärv <jan.h.d@swipnet.se>
2361
2362 * frames.texi (Tool Bars): Add doc for tool-bar-position.
2363
8838673e
GM
23642010-06-23 Glenn Morris <rgm@gnu.org>
2365
2366 * abbrevs.texi, basic.texi, buffers.texi, building.texi, calendar.texi:
2367 * custom.texi, dired.texi, display.texi, emacs.texi, emerge-xtra.texi:
2368 * files.texi, fortran-xtra.texi, frames.texi, help.texi, killing.texi:
2369 * maintaining.texi, mark.texi, mini.texi, misc.texi, msdog.texi:
0351f24c
GM
2370 * mule.texi, programs.texi, rmail.texi, screen.texi, search.texi:
2371 * sending.texi, text.texi, trouble.texi, vc1-xtra.texi, xresources.texi:
8838673e
GM
2372 Untabify Texinfo files.
2373
04d3bb6c
GM
23742010-06-10 Glenn Morris <rgm@gnu.org>
2375
103dd3a8
GM
2376 * basic.texi (Inserting Text): Minor clarification. (Bug#6374)
2377
04d3bb6c
GM
2378 * basic.texi (Inserting Text): Fix typo.
2379
50b79479
GM
23802010-06-10 Glenn Morris <rgm@gnu.org>
2381
2382 * ack.texi (Acknowledgments):
2383 * emacs.texi (Acknowledgments): Update for notifications.el.
2384
86d7a550
DU
23852010-05-31 Daiki Ueno <ueno@unixuser.org>
2386
2387 * dired.texi (Operating on Files): Mention encryption commands
2388 (Bug#6315).
2389
db5dce9d
EZ
23902010-05-29 Eli Zaretskii <eliz@gnu.org>
2391
2392 * basic.texi (Moving Point): Update due to renaming of commands bound
2393 to arrows. Document bidi-aware behavior of C-<right> and C-<left>.
2394
34313041
EZ
23952010-05-18 Eli Zaretskii <eliz@gnu.org>
2396
2397 * display.texi (Fringes): Document reversal of fringe arrows for R2L
2398 paragraphs.
2399 (Line Truncation): Fix wording for bidi display.
2400
1fc0ce04 2401 * basic.texi (Moving Point): Document bidi-aware behavior of the arrow
34313041
EZ
2402 keys.
2403
0235128c 24042010-05-08 Chong Yidong <cyd@stupidchicken.com>
abb777ac
CY
2405
2406 * building.texi (GDB Graphical Interface): Remove misleading comparison
2407 to an IDE (Bug#6128).
2408
0235128c 24092010-05-08 Štěpán Němec <stepnem@gmail.com> (tiny change)
da0bbbc4
CY
2410
2411 * programs.texi (Man Page):
2412 * misc.texi (Invoking emacsclient):
2413 * mini.texi (Repetition):
2414 * mark.texi (Setting Mark): Fix typos.
2415
0235128c 24162010-05-08 Chong Yidong <cyd@stupidchicken.com>
eb5ed549
CY
2417
2418 * misc.texi (Printing): Document htmlfontify-buffer.
2419
0235128c 24202010-05-08 Glenn Morris <rgm@gnu.org>
6776e4c4
GM
2421
2422 * calendar.texi (Displaying the Diary, Format of Diary File):
2423 Fix external cross-references for TeX format output.
2424
0235128c
SM
24252010-05-07 Chong Yidong <cyd@stupidchicken.com>
2426
2427 * Version 23.2 released.
2428
f63d0028
JD
24292010-05-02 Jan Djärv <jan.h.d@swipnet.se>
2430
2431 * cmdargs.texi (Initial Options): Mention --chdir.
2432
20fe03ad
JD
24332010-04-21 Jan Djärv <jan.h.d@swipnet.se>
2434
2435 * frames.texi (Tool Bars): Add tool-bar-style.
2436
b7d65a5f
GM
24372010-04-21 Glenn Morris <rgm@gnu.org>
2438
2439 * ack.texi, emacs.texi (Acknowledgments): Add SELinux support.
2440
a42dbee1
CY
24412010-04-18 Chong Yidong <cyd@stupidchicken.com>
2442
2443 * programs.texi (Semantic): New node.
2444
2445 * maintaining.texi (EDE): New node.
2446
2447 * emacs.texi: Update node listing.
2448
2449 * misc.texi (Gnus): Use the `C-h i' keybinding for info.
2450
6e104790 24512010-04-18 Glenn Morris <rgm@gnu.org>
a77fe20c 2452
d52dbd3d
GM
2453 * emacs.texi (Acknowledgments): Remove duplicate.
2454
a77fe20c
GM
2455 * maintaining.texi (VC Directory Commands): Mention stashes and shelves.
2456
6e104790 24572010-04-18 Glenn Morris <rgm@gnu.org>
4d4e9522 2458
4ebe9902
GM
2459 * dired.texi (Misc Dired Features): Mention VC diff and log.
2460 * maintaining.texi (Old Revisions, VC Change Log):
2461 Mention that diff and log work in Dired buffers.
2462
98932641
GM
2463 * help.texi (Help Summary): Mention M-x info-finder.
2464
d5b22ab2 2465 * ack.texi (Acknowledgments): Add mpc.el.
cdfbcbba 2466
4d4e9522
GM
2467 * custom.texi (Specifying File Variables, Directory Variables):
2468 Document new commands for manipulating local variable lists.
2469
6e104790 24702010-04-18 Glenn Morris <rgm@gnu.org>
16207c0a
GM
2471
2472 * trouble.texi (Contributing): Add cindex entry.
2473 Mention etc/CONTRIBUTE.
2474
6e104790 24752010-04-18 Chong Yidong <cyd@stupidchicken.com>
e59c4233
CY
2476
2477 * mark.texi (Persistent Mark): Copyedits. Replace undo example with
2478 query-replace (Bug#5774).
2479
a20a9df3
GM
24802010-04-16 Glenn Morris <rgm@gnu.org>
2481
2482 * ack.texi, emacs.texi (Acknowledgments): Update for Org changes.
2483
1ecb2d3f
JD
24842010-04-11 Jan Djärv <jan.h.d@swipnet.se>
2485
2486 * xresources.texi (Lucid Resources): Mention faceName for dialogs.
2487
99852628
JD
24882010-04-08 Jan Djärv <jan.h.d@swipnet.se>
2489
2490 * xresources.texi (Lucid Resources): Mention faceName to set Xft fonts.
2491
ce79424f
EZ
24922010-03-30 Eli Zaretskii <eliz@gnu.org>
2493
2494 * mule.texi (Input Methods): Mention "C-x 8 RET" and add a
2495 cross-reference to "Inserting Text".
2496
2497 * basic.texi (Inserting Text): Add an index entry for "C-x 8 RET".
2498 Mention completion provided by `ucs-insert'.
2499
85738751 25002010-03-30 Chong Yidong <cyd@stupidchicken.com>
8233e79a
CY
2501
2502 * sending.texi (Sending Mail): Note variables that may need
2503 customizing.
2504 (Mail Sending): Expand discussion of send-mail-function.
2505
85738751 25062010-03-30 Chong Yidong <cyd@stupidchicken.com>
e73c2434
CY
2507
2508 Document Message mode as the default mail mode.
2509
2510 * sending.texi (Sending Mail): Copyedits.
2511 (Mail Format, Mail Headers): Document mail-from-style changes.
2512 (Mail Commands): Rename from Mail mode. Document Message mode.
2513 (Mail Misc): Rename from Mail mode Misc.
2514 (Mail Sending, Header Editing, Mail Misc): Switch to Message mode
2515 command names and update keybindings.
2516 (Header Editing): Document message-tab. De-document
2517 mail-self-blind, mail-default-reply-to, and mail-archive-file-name in
2518 favor of mail-default-headers. Ad index entries for user-full-name and
2519 user-mail-address.
1c6c854e
CS
2520 (Citing Mail): Update changes in Message mode behavior.
2521 Document mail-yank-prefix.
e73c2434
CY
2522 (Mail Signature): New node, moved from Mail Misc.
2523 (Mail Aliases): Mail abbrevs are the default with Message mode.
2524 (Mail Methods): Note that Message mode is now the default.
2525
2526 * rmail.texi (Rmail Reply):
2527 * text.texi (Text Mode):
2528 * major.texi (Major Modes):
2529 * mule.texi (Output Coding): Refer to Message mode.
2530
2531 * custom.texi (Init Examples): Add xref to Mail Header.
2532
1fc0ce04 2533 * emacs.texi (Top): Fix xrefs.
e73c2434 2534
85738751 25352010-03-30 Chong Yidong <cyd@stupidchicken.com>
0f72a391 2536
c0c035fa
CY
2537 * maintaining.texi (VC With A Merging VCS): C-x v v now creates a
2538 repository if there is none.
2539 (VC Change Log): Rename from VC Status. Document vc-log-show-limit and
2540 vc-print-root-log.
ef7b27ef 2541 (Old Revisions): Copyedits. Document vc-root-diff.
c0c035fa 2542
71785b7a
CY
2543 * programs.texi (Program Modes): Mention Javascript mode.
2544
f67c5dd0
CY
2545 * text.texi (HTML Mode): Note that nXML is now the default XML mode.
2546 * emacs.texi: Update node description.
2547
0f72a391 2548 * misc.texi (Navigation): Document doc-view-continuous.
f2608df3 2549 (Shell Ring): Document new M-r binding. M-s is no longer bound.
0f72a391 2550
dc2d2590
JL
25512010-03-30 Juri Linkov <juri@jurta.org>
2552
2553 * search.texi (Other Repeating Search): Remove line that `occur'
2554 can not handle multiline matches.
2555
a7b02820
EZ
25562010-03-30 Eli Zaretskii <eliz@gnu.org>
2557
2558 * mule.texi (International): Mention support of bidirectional editing.
2559 (Bidirectional Editing): New section.
2560
22ef1944
NR
25612010-03-28 Nick Roberts <nickrob@snap.net.nz>
2562
2563 * emacs.texi (Top): Update node names to those in building.texi.
2564
146b8b16
NR
25652010-03-27 Nick Roberts <nickrob@snap.net.nz>
2566
c5e87d10
PE
2567 doc/emacs/building.texi: Describe restored GDB/MI functionality
2568 removed by 2009-12-29T07:15:34Z!nickrob@snap.net.nz.
146b8b16
NR
2569 doc/emacs/emacs.texi: Update node names for building.texi.
2570
6d98672d
GM
25712010-03-24 Glenn Morris <rgm@gnu.org>
2572
2573 * ack.texi (Acknowledgments):
2574 * emacs.texi (Acknowledgments): Fix ispell attribution. (Bug#5759)
2575
93318cbd
JD
25762010-03-20 Jan Djärv <jan.h.d@swipnet.se>
2577
2578 * xresources.texi (Table of Resources): Clarify toolBar number
2579 for Gtk+.
2580
2581 * frames.texi (Menu Bars): menuBarLines => menuBar (bug#5736).
2582
15cf2f52
CY
25832010-03-21 Chong Yidong <cyd@stupidchicken.com>
2584
4102856c
CY
2585 * dired.texi (Dired Updating): Document dired-auto-revert-buffer.
2586
15cf2f52
CY
2587 * search.texi (Other Repeating Search): Document multi-isearch-buffers
2588 and multi-isearch-buffers-regexp.
2589
2590 * indent.texi (Indentation): Clarify description of
2591 indent-for-tab-command. Document tab-always-indent.
2592
d68eb23c
CY
25932010-03-20 Chong Yidong <cyd@stupidchicken.com>
2594
2595 * cmdargs.texi (Font X): Move most content to Fonts.
2596
2597 * frames.texi (Fonts): New node. Document font-use-system-font.
2598
2599 * emacs.texi (Top):
2600 * xresources.texi (Table of Resources):
2601 * mule.texi (Defining Fontsets, Charsets): Update xrefs.
2602
288f9fc0
CY
26032010-03-10 Chong Yidong <cyd@stupidchicken.com>
2604
2605 * Branch for 23.2.
2606
17782bec
CY
26072010-03-06 Chong Yidong <cyd@stupidchicken.com>
2608
2609 * custom.texi (Init Examples): Add xref to Locals.
2610
2611 * major.texi (Choosing Modes): Mention usage of setq-default for
2612 setting the default value of major-mode (Bug#5688).
2613
b4a1a8b2
CY
26142010-03-02 Chong Yidong <cyd@stupidchicken.com>
2615
2616 * frames.texi (Mouse Avoidance): Mention make-pointer-invisible.
2617
2618 * display.texi (Display Custom): Document make-pointer-invisible and
2619 underline-minimum-offset. Remove inverse-video.
2620
a1e759cd
CY
26212010-02-21 Chong Yidong <cyd@stupidchicken.com>
2622
2623 * frames.texi (Frame Commands): Note that the last ordinary frame can
2624 be deleted in daemon mode (Bug#5616).
2625
4f3bc373
GM
26262010-02-18 Glenn Morris <rgm@gnu.org>
2627
2628 * trouble.texi (Contributing): Repository is no longer CVS.
2629
5dbbdd33
GM
26302010-02-08 Glenn Morris <rgm@gnu.org>
2631
2632 * buffers.texi (Uniquify): Must explicitly load library. (Bug#5529)
2633
cd61af01
SM
26342010-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
2635
2636 * display.texi (Useless Whitespace, Text Display):
2637 * custom.texi (Init Examples): Avoid obsolete special default variables
2638 like default-major-mode.
2639
b1bb0a25 26402010-01-24 Mark A. Hershberger <mah@everybody.org>
aaef4f91
MH
2641
2642 * programs.texi (Other C Commands): Replace reference to obsolete
2643 c-subword-mode.
2644
99d0985b
GM
26452010-01-21 Glenn Morris <rgm@gnu.org>
2646
2647 * trouble.texi (Bugs): Fix PROBLEMS keybinding.
2648
893db5bc
GM
26492010-01-12 Glenn Morris <rgm@gnu.org>
2650
2651 * trouble.texi (Checklist): Use bug-gnu-emacs rather than
2652 emacs-pretest-bug for bug reports for development versions.
2653
0419b8d6
GM
26542010-01-11 Glenn Morris <rgm@gnu.org>
2655
2656 * display.texi (Highlight Interactively): `t' does not mean highlight
2657 all patterns. (Bug#5335)
2658
26e533e2
CY
26592009-12-29 Chong Yidong <cyd@stupidchicken.com>
2660
2661 * misc.texi (Shell): Document async-shell-command.
2662
2663 * building.texi (Grep Searching): Document zrgrep.
2664
484eaeac 2665 * mini.texi (Completion Options): Mention `initials' completion style.
26e533e2 2666
7ee6c59b
NR
26672009-12-29 Nick Roberts <nickrob@snap.net.nz>
2668
2669 * building.texi: Import GDB Graphical Interface description from
2670 EMACS_23_1_RC.
2671
91ed7ea8
CY
26722009-12-24 Chong Yidong <cyd@stupidchicken.com>
2673
2674 * emacs.texi (Top): Update node listing.
2675
2676 * abbrevs.texi (Saving Abbrevs): Abbrev file should be in .emacs.d.
2677
2678 * basic.texi (Moving Point): M-r is now move-to-window-line-top-bottom.
2679
2680 * cmdargs.texi (Initial Options):
2681 * xresources.texi (Resources): Document inhibit-x-resources.
2682
2683 * custom.texi (Specifying File Variables): Note that minor modes are
2684 enabled unconditionally.
2685
2686 * display.texi (Scrolling): Briefly document the old recenter command,
2687 and document recenter-positions.
2688
2689 * files.texi (Visiting):
2690 * buffers.texi (Buffers): Max buffer size is now 512 MB.
2691
1c6c854e
CS
2692 * frames.texi (Cut/Paste Other App):
2693 Document save-interprogram-paste-before-kill.
91ed7ea8
CY
2694
2695 * killing.texi (Kill Options): New node.
2696
6ca89aaa
CY
26972009-12-05 Chong Yidong <cyd@stupidchicken.com>
2698
2699 * misc.texi (Shell Options): ansi-color is now default.
2700
806642d4
GM
27012009-12-05 Glenn Morris <rgm@gnu.org>
2702
806642d4
GM
2703 * emacs.texi (Top): Update menu for cal-xtra node changes.
2704 * calendar.texi (Displaying the Diary): Holidays may be in the buffer
2705 or mode line. Don't mention invisible text or the details of
2706 diary-print-entries here, only in cal-xtra.
2707 (Format of Diary File): Mention that the "date on first line" format
2708 only really affects the simple display.
2709 * cal-xtra.texi (Advanced Calendar/Diary Usage): Update menu.
2710 (Diary Customizing): Holidays may be in the buffer or mode line.
2711 Move diary-print-entries to the "Diary Display" section.
2712 (Diary Display): New section, split out from "Fancy Diary Display".
2713 Explain the limitations of simple display, and how to print it.
2714
1a4f0c0a
GM
2715 * calendar.texi (Displaying the Diary): Mention keys apply to calendar.
2716
e11adbd8
GM
2717 * cal-xtra.texi (Diary Display): Mention View mode.
2718
29a483ac
JL
27192009-11-29 Juri Linkov <juri@jurta.org>
2720
2721 * display.texi (Highlight Interactively): Actually a list of
2722 default faces is pre-loaded into a list of default values
2723 instead of the history.
2724
83d60c79
GM
27252009-11-20 Glenn Morris <rgm@gnu.org>
2726
2727 * ack.texi (Acknowledgments):
2728 * emacs.texi (Acknowledgments): Add htmlfontify.
2729
276bbe96
GM
27302009-11-14 Glenn Morris <rgm@gnu.org>
2731
98ad1bae
GM
2732 * cal-xtra.texi (Holiday Customizing): Replace obsolete alias.
2733
276bbe96
GM
2734 * ack.texi (Acknowledgments):
2735 * emacs.texi (Acknowledgments): Update for recent Org changes.
2736
18430066
CY
27372009-10-31 Chong Yidong <cyd@stupidchicken.com>
2738
2739 * mule.texi (Charsets): Numerous copyedits. Don't discuss the
2740 `charset' property, which is irrelevant to the user manual (Bug#3526).
2741
522ddc9f
JB
27422009-10-14 Juanma Barranquero <lekktu@gmail.com>
2743
2744 * trouble.texi (DEL Does Not Delete): Fix typo.
2745
50b49ade
MA
27462009-10-05 Michael Albinus <michael.albinus@gmx.de>
2747
2748 * files.texi (Misc File Ops): Mention copy-directory.
2749
6308321a
EZ
27502009-10-04 Eli Zaretskii <eliz@gnu.org>
2751
43b3b4d1
EZ
2752 * mule.texi (Unibyte Mode): Emphasize that
2753 unibyte-display-via-language-environment affects only the display.
2754
6308321a
EZ
2755 * display.texi (Horizontal Scrolling): Document cursor behavior under
2756 horizontal scrolling when point moves off the screen (Bug#4564).
2757 Improve wording.
2758
bd51ea7f
MA
27592009-10-01 Michael Albinus <michael.albinus@gmx.de>
2760
2761 * files.texi (Directories): delete-directory prompts for recursive
2762 deletion.
2763
55381962
GM
27642009-09-30 Glenn Morris <rgm@gnu.org>
2765
2766 * ack.texi (Acknowledgments):
2767 * emacs.texi (Acknowledgments): CEDET updates. Fix Hungarian accent.
2768
13989ab1
TH
27692009-09-25 Tassilo Horn <tassilo@member.fsf.org>
2770
2771 * dired.texi (Dired Navigation): Use @code instead of @var for
2772 dired-isearch-filenames, so that it's not capitalized.
2773
8ba46c89
CY
27742009-09-19 Chong Yidong <cyd@stupidchicken.com>
2775
2776 * frames.texi (Frame Commands): C-z is now bound to suspend-frame.
2777
2778 * entering.texi (Exiting): C-z is now bound to suspend-frame.
2779
2780 * custom.texi (Init Examples): Replace Rumseld with Cheny (Bug#3519).
1c6c854e
CS
2781 (Key Bindings): Reference Init Rebinding in introductory text.
2782 Shift some of the introduction to Keymaps node.
8ba46c89
CY
2783 (Keymaps): Simplify.
2784 (Local Keymaps): Simplify. Move binding example to Init Rebinding.
2785 (Minibuffer Maps): Remove mention of Mocklisp.
2786 (Init Rebinding): Move mode-local rebinding example here from Local
2787 Keymaps.
2788 (Modifier Keys): Clarify.
1e11b018 2789 (Rebinding): Add cindex for "binding keys".
8ba46c89 2790
6a5ca7c8
CY
27912009-09-13 Chong Yidong <cyd@stupidchicken.com>
2792
2793 * misc.texi (Invoking emacsclient): Minor clarifications (Bug#4419).
2794
0e1cba51
NR
27952009-08-31 Nick Roberts <nickrob@snap.net.nz>
2796
6a5ca7c8 2797 * building.texi (Threads Buffer, Multithreaded Debugging):
333f9019 2798 Reorganize these two sections.
0e1cba51 2799
76a87a4d
EZ
28002009-08-29 Eli Zaretskii <eliz@gnu.org>
2801
2802 * cmdargs.texi (Initial Options): Fix last change.
2803
82e98df4
SM
28042009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
2805
2806 * mule.texi (Enabling Multibyte):
2807 * cmdargs.texi (General Variables): Remove EMACS_UNIBYTE.
2808 (Initial Options): Remove --(no-)multibyte, --(no-)unibyte.
2809
fb89fad9
GM
28102009-08-20 Glenn Morris <rgm@gnu.org>
2811
2812 * cal-xtra.texi (Non-Gregorian Diary): Mention ``Adar I'' special case.
2813
e99652b0
GM
28142009-08-19 Glenn Morris <rgm@gnu.org>
2815
2816 * ack.texi (Acknowledgments): Remove cvtmail. Mention info-finder.
2817
5cca97ad
GM
28182009-08-18 Glenn Morris <rgm@gnu.org>
2819
2820 * ack.texi (Acknowledgments):
2821 * emacs.texi (Acknowledgments): Update for js.el replacing js2-mode.el.
2822
997797ae 2823 * ack.texi (Acknowledgments): Add ucs-normalize.el and files-x.el.
3e8e9265 2824
985bf85b
GM
28252009-08-09 Glenn Morris <rgm@gnu.org>
2826
2827 * ack.texi (Acknowledgments):
2828 * emacs.texi (Acknowledgments): Add gdb-mi entry.
2829
8d6bb99e
DD
28302009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
2831
2832 * emacs.texi (Top): Add new menu items for GDB-UI.
2833
2834 * building.texi (GDB Graphical Interface): Add Multithreaded debugging
522ddc9f 2835 section. Threads buffer is in separate section now.
8d6bb99e 2836
8353da9c
GM
28372009-08-08 Glenn Morris <rgm@gnu.org>
2838
2839 * ack.texi (Acknowledgments):
2840 * emacs.texi (Acknowledgments):
2841 Update for js2-mode and org changes.
2842
f2074faf
MA
28432009-08-02 Michael Albinus <michael.albinus@gmx.de>
2844
2845 * files.texi (Reverting): Auto-Revert Tail mode works also for remote
2846 files.
2847
e8d2d3fb
CY
28482009-07-28 Chong Yidong <cyd@stupidchicken.com>
2849
2850 * building.texi (Lisp Libraries): Clarify meaning of autoloading.
2851
324a4f6a
GM
28522009-07-23 Glenn Morris <rgm@gnu.org>
2853
2854 * programs.texi (Matching): Update blink-matching-paren-distance.
2855
b6937a70
CY
28562009-07-21 Chong Yidong <cyd@stupidchicken.com>
2857
2858 * frames.texi (Cut/Paste Other App): For select-active-regions,
2859 selection is now updated on moving point.
2860
bd8aaa36
RS
28612009-07-21 Richard Stallman <rms@gnu.org>
2862
2863 * glossary.texi (GNU, Daemon): Update information.
2864
8d9b5eba
JL
28652009-07-19 Juri Linkov <juri@jurta.org>
2866
2867 * custom.texi (Specifying File Variables, Safe File Variables):
2868 "variables/value pairs" -> "variable/value pairs".
2869
a2acc1db
GM
28702009-07-15 Glenn Morris <rgm@gnu.org>
2871
2872 * misc.texi (Gnus): Remove widow.
2873
c5ae942b
GM
28742009-07-11 Glenn Morris <rgm@gnu.org>
2875
703d26ba
GM
2876 * Makefile.in (TEXI2PDF): New.
2877 (emacs.pdf, emacs-xtra.pdf): New targets.
2878
522ddc9f 2879 * arevert-xtra.texi (Autorevert): Add menu descriptions.
c5ae942b
GM
2880
2881 * display.texi (Horizontal Scrolling): Re-word to remove widow.
2882
2883 * emacs.texi (Top): Info can be read from other places than Emacs.
522ddc9f
JB
2884 Don't print the copying notice twice in the printed version.
2885 Update the menu and detailmenu.
2886 (Preface): The meaning of "on-line" has changed.
2887 Correct name for "Common Problems" chapter.
2888 (Distrib): Update FSF shop URL.
2889 (Intro): Showing two files at once is not so exciting.
2890
2891 * macos.texi (Mac OS / GNUstep): Fix spelling and cross-reference.
2892 (Mac / GNUstep Basics): Minor grammar changes.
2893 (Mac / GNUstep Events): Fix typo.
2894 (GNUstep Support): CANNOT_DUMP no longer applies.
2895
2896 * misc.texi (Document View): Fix typos.
2897
2898 * dired.texi (Dired):
2899 * help.texi (Help):
2900 * macos.texi (Mac OS / GNUstep):
2901 * maintaining.texi (Version Control, Introduction to VC):
2902 End menu descriptions with a period.
c5ae942b 2903
b1c8242b
EZ
29042009-07-09 Eli Zaretskii <eliz@gnu.org>
2905
2906 * msdog.texi (Windows Files) <w32-get-true-file-attributes>: Don't be
2907 so categorical in saying that the option is only useful on NTFS.
2908
220d9aa6
GM
29092009-07-09 Glenn Morris <rgm@gnu.org>
2910
2911 * Makefile.in (texinfodir): New variable, with location of texinfo.tex.
2912 (ENVADD): Add texinfodir to TEXINPUTS.
2913
2914 * emacs.texi (Top): Fix cross-reference.
2915
2916 * maintaining.texi (VC Directory Buffer): Fix cross-reference.
2917
2918 * vc1-xtra.texi (Revision Tags): Fix typo.
2919
d07e72d3
GM
29202009-07-03 Glenn Morris <rgm@gnu.org>
2921
2922 * emerge-xtra.texi (Emerge): Tweak Misc menu description.
2923 (Submodes of Emerge): Skip Prefers is only relevant with an ancestor.
2924 (Merge Commands): `.' does not seem to work in A or B buffer.
2925 `l' can recreate the 3-window display.
2926
2927 * glossary.texi (Glossary): Minor phrasing changes throughout.
2928 Add more internal cross-references.
2929 <Autoloading>: You can't really autoload a variable.
2930 <C-M->: Move details here from `M-C-' item.
2931 <Continuation Line>: Refer to `Truncation.'
2932 <Daemon, Free Software, Free Software Foundation, FSF, GNU>:
2933 <Home Directory, Unix>: New entries.
2934 <Deletion of Files>: Mention recycle bins.
2935 <Directory>: Mention ``folders.''
2936 <Error>: Don't mention ``type-ahead.''
2937 <Fringe>: Refer to the manual node.
2938 <Minor Mode>: Can be global or local.
2939 <Spell Checking>: There are other checkers besides Ispell.
2940
f144038a
GM
29412009-07-02 Glenn Morris <rgm@gnu.org>
2942
2943 * anti.texi (Antinews): Minor changes in phrasing.
2944
2945 * cal-xtra.texi, fortran-xtra.texi: Re-order a few things to reduce
2946 some underfull lines in dvi output.
2947
2948 * emacs-xtra.texi (Introduction): Mention included in info Emacs manual.
2949
2950 * sending.texi (Mail Sending): Add a tiny bit on mailclient.
2951
2952 * vc-xtra.texi (Advanced VC Usage): End all menu items with a period.
2953
3f1c6666
JD
29542009-07-01 Jan Djärv <jan.h.d@swipnet.se>
2955
2956 * xresources.texi (Table of Resources): Mention maximized for
2957 fullscreen.
2958
2959 * cmdargs.texi (Window Size X): -mm/--maximized is new.
2960
62aadce7
CY
29612009-07-01 Chong Yidong <cyd@stupidchicken.com>
2962
2963 * anti.texi (Antinews): Correct the list of removed platforms.
2964
82ec412e
GM
29652009-06-28 Glenn Morris <rgm@gnu.org>
2966
2967 * arevert-xtra.texi: Minor language tweaks.
2968
09964e7d
GM
2969 * dired-xtra.texi: Minor revisions.
2970
666e158e
MB
29712009-06-23 Miles Bader <miles@gnu.org>
2972
c4cc8b9a 2973 * display.texi (Scrolling): Document `recenter-redisplay'.
05fbc4a9 2974 (Temporary Face Changes): Document `text-scale-set'.
666e158e 2975
70243478
CY
29762009-06-21 Chong Yidong <cyd@stupidchicken.com>
2977
2978 * Branch for 23.1.
2979
67cbe681
KH
29802009-06-17 Kenichi Handa <handa@m17n.org>
2981
2982 * mule.texi (Charsets): Update the description for the new charset.
2983 (list-character-sets): New findex.
125dd7c5 2984 (Language Environments): Add @anchor{Describe Language Environment}.
67cbe681 2985
40e67246
CY
29862009-06-10 Chong Yidong <cyd@stupidchicken.com>
2987
b5700de6
CY
2988 * basic.texi (Moving Point): Fix tag.
2989
2990 * picture-xtra.texi (Insert in Picture): Use <next> and <prior>.
2991
2992 * mini.texi (Completion Commands): Decapitalize <next> and <prior>, and
2993 use camel-case for PageUp and PageDown.
2994
2995 * display.texi (Scrolling): Decapitalize <next> and <prior>, and use
2996 camel-case for PageUp and PageDown.
2997
2998 * calendar.texi (Scroll Calendar): Decapitalize <next> and <prior>.
2999
40e67246 3000 * search.texi (Isearch Scroll): Add isearch-allow-scroll to index.
b5700de6 3001 (Isearch Scroll): Decapitalize <next> and <prior>.
40e67246 3002
522ddc9f 30032009-06-09 Agustín Martín <agustin.martin@hispalinux.es>
6f591cf4 3004
522ddc9f
JB
3005 * fixit.texi (Spelling): Set default dictionary.
3006 Improve descriptions (Bug#2554)
6f591cf4 3007
53483c76
DR
30082009-06-08 David Reitter <david.reitter@gmail.com>
3009
3010 * macos.texi (Color panel, Font panel): Remove mention of Save Options,
3011 since saving colors and faces set this way is not implemented.
3012 (Environment variables): Remove mention of mac-fix-env, which is
3013 scheduled to be removed.
3014
1557ef4f
CY
30152009-06-04 Chong Yidong <cyd@stupidchicken.com>
3016
91056528
CY
3017 * custom.texi (Init Examples): Add example of changing load-path.
3018
1557ef4f
CY
3019 * building.texi (Lisp Libraries): Add example of changing
3020 load-path (Bug#3446).
3021
623cec4c
CY
30222009-05-28 Chong Yidong <cyd@stupidchicken.com>
3023
3024 * mark.texi (Mark): Further clarifications.
3025 (Setting Mark): Emphasize that C-SPC activates the mark.
3026
0fcca8ee
CY
30272009-05-28 Chong Yidong <cyd@stupidchicken.com>
3028
702b10e1
CY
3029 * mark.texi (Mark): Clarify introduction. Mention disabling Transient
3030 Mark mode.
0fcca8ee
CY
3031 (Using Region, Persistent Mark): Use "active mark" instead of "active
3032 region".
3033
d3b396e4
CY
30342009-05-16 Ari Roponen <ari.roponen@gmail.com> (tiny change)
3035
3036 * mule.texi (Select Input Method): Fix typo.
3037
3f698a06
CY
30382009-05-13 Chong Yidong <cyd@stupidchicken.com>
3039
3040 * anti.texi (Antinews): Document completion changes. Some additional
3041 copyedits and rearrangement of entries.
3042
b2a42eb7
CY
30432009-05-12 Chong Yidong <cyd@stupidchicken.com>
3044
932fd020
CY
3045 * misc.texi (Interactive Shell, Saving Emacs Sessions)
3046 (Shell History Copying, Terminal emulator): Copyedits.
3047
1c6c854e
CS
3048 * xresources.texi (Resources): Simplify descriptions.
3049 Shorten description of editres, which is not very useful these days.
ac36a8f1
CY
3050 (Table of Resources): Document fontBackend resource.
3051
b2a42eb7 3052 * trouble.texi (Quitting): Add other undo bindings to table.
09e80d9f 3053 (DEL Does Not Delete): Note that the erasure key is usually labeled
b2a42eb7
CY
3054 "Backspace". Remove discussion of obscure Xmodmap issue.
3055
c6ea7fb8
CY
30562009-05-07 Chong Yidong <cyd@stupidchicken.com>
3057
3058 * files.texi (Visiting): Copyedits.
3059
ad36c422
CY
30602009-05-06 Chong Yidong <cyd@stupidchicken.com>
3061
3062 * basic.texi (Inserting Text): Document ucs-insert.
3063
3064 * mule.texi (International Chars): Define "multibyte". Note that
3065 internal representation is unicode-based. Simplify definition of raw
3066 bytes. Mention ucs-insert.
3067 (Enabling Multibyte): Remove obsolete discussion. Copyedits.
3068 (Language Environments): Add language environments new to Emacs 23.
3069 (Multibyte Conversion): Node deleted.
1c6c854e
CS
3070 (Coding Systems): Remove obsolete unify-8859-on-decoding-mode.
3071 Don't mention obsolete emacs-mule coding system.
ad36c422
CY
3072 (Output Coding): Copyedits.
3073
3074 * emacs.texi (Top): Update node listing.
3075
d4ad7b96
CY
30762009-05-05 Per Starbäck <per@starback.se> (tiny change)
3077
3078 * trouble.texi (Lossage): Use new binding of view-emacs-problems.
3079
5bd66204
SM
30802009-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
3081
3082 * building.texi (Lisp Libraries): `load-library' does offer completion.
3083
bc36ad1c
CY
30842009-04-28 Chong Yidong <cyd@stupidchicken.com>
3085
3086 * frames.texi (Text-Only Mouse): Mention gpm-mouse-mode instead of
3087 t-mouse-mode. Suggested by Per Starbäck (Bug#3126).
3088
f1a47884
EZ
30892009-04-25 Eli Zaretskii <eliz@gnu.org>
3090
3091 * maintaining.texi (Tags): Clarify text. (Bug#3101)
3092
be77bd45
CY
30932009-04-22 Chong Yidong <cyd@stupidchicken.com>
3094
3095 * entering.texi (Entering Emacs): Document initial-buffer-choice.
3096
3097 * building.texi (Lisp Interaction): Document initial-scratch-message.
3098
d3b82927
JB
30992009-04-18 Juanma Barranquero <lekktu@gmail.com>
3100
ed6e7b11
JB
3101 * msdog.texi (Windows Fonts): Fix typos.
3102
d3b82927
JB
3103 * files.texi (Save Commands): Fix pxref.
3104
bc323c04
CY
31052009-04-18 Chong Yidong <cyd@stupidchicken.com>
3106
3107 * files.texi (Save Commands): Mention diff-buffer-with-file.
3108 (Comparing Files): Document diff-buffer-with-file. Suggested by Magnus
3109 Henoch (Bug#3036).
3110
2186d13f
GM
31112009-03-15 Glenn Morris <rgm@gnu.org>
3112
3113 * sending.texi (Mail Format): Replace "Sender" with "Message-Id", since
3114 the former is not always used.
3115 (Mail Headers): Use active voice. Add "Mail-reply-to".
3116 Change case of "Id". Avoid repeated "appropriate".
3117 (Mail Aliases): Fix previous change - use an example with a ".", so it
3118 does actually get quoted when expanded.
3119 (Mail Sending): Mailclient is the default on some systems.
3120 (Citing Mail): Mention mail-indentation-spaces.
3121 (Mail Mode Misc): Add an @dfn for "mail signature".
3122
71e454fc
CY
31232009-03-15 Chong Yidong <cyd@stupidchicken.com>
3124
3125 * mini.texi (Completion Commands): Describe Emacs 23 completion rules.
3126 (Completion Options): Document read-file-name-completion-ignore-case,
1c6c854e
CS
3127 read-buffer-completion-ignore-case, and completion-styles.
3128 Remove description of partial-completion-mode.
71e454fc 3129
df1a3e06
GM
31302009-03-14 Glenn Morris <rgm@gnu.org>
3131
3132 * sending.texi (Mail Format): Fix typo. Add index entry for
3133 mail-header-separator.
3134 (Mail Headers): Put info about initialization and changing in one place
3135 at the start. Update FCC section for mbox Rmail. Clarify From
3136 section, mention mail-setup-with-from. Clarify Reply-to section.
3137 Add Mail-followup-to and mail-mailing-lists. Clarify References
3138 section.
3139 (Mail Aliases): Update example, make less contentious.
3140 Update for name change of mail-interactive-insert-alias.
3141 (Mail Mode): Remove mention of `%' as a word separator.
3142 (Mail Sending): Mention mail-send-hook. Mention Mailclient.
3143 (Header Editing): Add reply-to, mail-reply-to, and mail-followup-to
3144 commands. Clarify FCC handling. In mail-complete, add reference to
3145 Mail Aliases section, and mention mail-complete-function.
3146 (Citing Mail): Mention mail-yank-ignored-headers and mail-citation-hook.
3147 (Mail Mode Misc): Clarify the mail-signature function. Add basic
3148 signature netiquette. Explain how the mail hooks work when continuing
3149 a composition.
3150 (Mail Amusements): Internationalize the spook section a bit.
3151 Remove the spook mail-setup-hook example, since it doesn't work well.
3152 Mention fortune-file.
3153 (Mail Methods): Mention read-mail-command.
3154
ed6e7b11 31552009-03-14 David Reitter <david.reitter@gmail.com>
959d68bd 3156
df1a3e06
GM
3157 * macos.texi (Mac / GNUstep Basics): Remove references to Prefs panel
3158 and NS resources following recent changes.
959d68bd 3159
86dca3e8
JR
31602009-03-10 Jason Rumney <jasonr@gnu.org>
3161
3162 * msdog.texi (Windows Misc): Remove doc for obsolete variable. Modify
3163 w32-use-visible-system-caret doc to indicate that it should get set
3164 automatically.
3165 (Windows Fonts): Add doc for the uniscribe backend.
3166
042fe98f
DN
31672009-03-08 Dan Nicolaescu <dann@ics.uci.edu>
3168
3169 * maintaining.texi (VC Directory Commands): Fix doc for the x key in
3170 vc-dir. (Bug#2598)
3171
7f8dba73
RS
31722009-03-05 Reiner Steib <Reiner.Steib@gmx.de>
3173
3174 * fixit.texi (Spelling): Add turn-on-flyspell. (Bug#2517)
3175
505e70c3
GM
31762009-03-05 Glenn Morris <rgm@gnu.org>
3177
04242bdc
GM
3178 * rmail.texi (Rmail Basics): Add reference to sorting.
3179 (Rmail Scrolling, Rmail Motion, Rmail Reply, Rmail Display):
3180 Minor re-wordings.
3181 (Rmail Motion): Mention rmail-next-same-subject.
3182 (Rmail Deletion): Expunging is not the only way to change the numbers.
3183 (Rmail Labels): Labels can also be used in sorting.
3184 (Rmail Summary Edit): Mention rmail-summary-next-same-subject.
505e70c3
GM
3185 (Rmail Display): Mention rmail-mime.
3186
00cfe22c
GM
31872009-03-04 Glenn Morris <rgm@gnu.org>
3188
3189 * rmail.texi (Rmail Sorting): Add the keybindings associated with each
3190 sort command. Fix `rmail-sort-by-labels' name. Mention sorting from
3191 summary. Mention sorts cannot be undone.
3192 (Rmail Display): Give an example of how to use goto-address-mode.
3193 (Rmail Editing): It's keybindings that are redefined, not commands.
3194 Fix some typos.
3195 (Movemail): Some minor rewording.
3196 (Remote Mailboxes): Emacs movemail supports pop by default.
3197 Fix some minor grammatical issues. The "two alternative ways" to
3198 specify a POP mailbox are really just one. Remove all reference to the
3199 variables rmail-pop-password and rmail-pop-password-required, obsolete
3200 since Emacs 22.1. Clarify the four password steps. Emacs movemail
3201 can support Kerberos.
3202
3d963b67
GM
32032009-03-03 Glenn Morris <rgm@gnu.org>
3204
3205 * rmail.texi (Rmail Deletion): Revert previous change, which was
3206 describing the Rmail summary versions.
3207 (Rmail Reply): Give more details of rmail-dont-reply-to-names.
3208 Minor re-wording for rmail-resend.
3209 (Rmail Make Summary): Summaries apply to buffers rather than files.
3210 <rmail-summary-by-topic>: Headers includes the subject.
3211 <rmail-summary-by-recipients, rmail-summary-by-topic>: Give more
3212 details, including prefix arguments.
2340abde 3213 Mention rmail-summary-by-senders on C-M-f.
3d963b67
GM
3214 Not counting lines might be faster.
3215 (Rmail Summary Edit): More details on the delete commands.
2340abde
GM
3216 Mention rmail-summary-undelete-many, rmail-summary-bury, and C-M-n/p.
3217 Name the commands bound to the various keys. Mention prefix argument
3218 for searching.
3d963b67
GM
3219 (Rmail Display): Mention rmail-displayed-headers. Fix typo.
3220 Simplify rmail-highlighted-headers description. Update face name.
3221
a8ce3d17
JB
32222009-03-02 Juanma Barranquero <lekktu@gmail.com>
3223
3224 * mark.texi (Marking Objects): Fix typo.
3225
130a29b6
CY
32262009-03-01 Chong Yidong <cyd@stupidchicken.com>
3227
3228 * abbrevs.texi (Expanding Abbrevs): Mention abbrev-expand-functions
3229 instead of obsolete pre-abbrev-expand-hook. Link to elisp manual.
3230
9d5de6f8
GM
32312009-03-01 Glenn Morris <rgm@gnu.org>
3232
79fc530e 3233 * rmail.texi (Rmail): Fix some typos. Use consistent case in menu.
9d5de6f8
GM
3234 (Rmail Motion): - M-s searches from the end of messages.
3235 (Rmail Deletion): Minor clarification. Fix numeric argument
3236 description.
3237 (Rmail Inbox): Fix default inbox description. Mention `mbox' by name.
3238 newmail and RMAILOSE files need not be in home-directory.
3239 (Rmail Files): Mention I/O menus are unselectable if no files match.
3240 Mention `MAIL' env-var.
3241
b545ff9c
JR
32422009-02-24 Jason Rumney <jasonr@gnu.org>
3243
3244 * mule.texi (Fontsets): Mention fontset-default, font specs and
3245 fallback fontsets.
3246 (Defining Fontsets): Mention ns and w32 variants of
3247 standard-fontset-spec. Update description of startup fontset to match
3248 Emacs 23 behavior.
a93be82a 3249 (Modifying Fontsets): New section. (Bug#656)
70bb6cac 3250 (International): Link to Modifying Fontsets.
b545ff9c 3251
75da0618 32522009-02-23 Adrian Robert <Adrian.B.Robert@gmail.com>
88ddb9ff
AR
3253
3254 * macos.texi (Mac / GNUstep Basics, Mac / GNUstep Customization):
3255 Mention ns-extended-platform-support-mode.
3256
6be93a16
KB
32572009-02-22 Karl Berry <karl@gnu.org>
3258
3259 * macos.texi (Mac / GNUstep Customization): One more duplicate "the".
3260
867d4bb3
JB
32612009-02-19 Juanma Barranquero <lekktu@gmail.com>
3262
3263 * basic.texi (Moving Point, Position Info):
3264 * files.texi (Visiting):
3265 * mini.texi (Completion Options):
3266 * text.texi (HTML Mode): Remove duplicate words.
3267
49b5c0e8
GM
32682009-02-20 Glenn Morris <rgm@gnu.org>
3269
3270 * rmail.texi: Minor updates for mbox rather than Babyl.
3271
f43a822c
KB
32722009-02-17 Karl Berry <karl@gnu.org>
3273
49b5c0e8 3274 * emacs.texi (Top): Add @insertcopying before master menu. (Bug#1988)
f43a822c 3275
80d634b8
RS
32762009-02-17 Richard M Stallman <rms@gnu.org>
3277
3278 * anti.texi (Antinews): Mention Babyl format.
3279
3280 * emacs.texi (Top): Delete `Out of Rmail' from subnode menu.
3281
3282 * rmail.texi: Update for mbox format.
3283 Various small fixes, as well as the following.
3284 (Out of Rmail): Node deleted.
3285 (Rmail): Update menu.
3286 (Rmail Files): Comment out set-rmail-inbox-list.
3287 Document rmail-inbox-list instead.
3288 (Rmail Output): Substantial changes since C-o is now
3289 rmail-output-as-seen and o is rmail-output.
3290 (Rmail Attributes): Delete `stored', add `retried'.
3291 (Rmail Display): Editing headers works in all cases.
3292
f0d129c6
GM
32932009-02-17 Glenn Morris <rgm@gnu.org>
3294
3295 * basic.texi (Position Info): M-x count-lines-region is not always on
3296 M-=. (Bug#2269)
3297
160f11d3
GM
32982009-02-09 Glenn Morris <rgm@gnu.org>
3299
3300 * calendar.texi (Holidays, Displaying the Diary): Update for new marker
3301 defaults.
3302
763e01c4
EZ
33032009-02-07 Eli Zaretskii <eliz@gnu.org>
3304
3305 * rmail.texi (Rmail Coding) <rmail-redecode-body>: Remove stale
3306 documentation of possible problems with redecoding.
3307
f5e1441d
GM
33082009-02-03 Glenn Morris <rgm@gnu.org>
3309
3310 * rmail.texi (Out of Rmail): Mention b2m.pl.
3311
e1eabe41
GM
33122009-01-31 Glenn Morris <rgm@gnu.org>
3313
3314 * rmail.texi (Out of Rmail): Correct b2m location.
3315
dd05f9de
CY
33162009-01-27 Chong Yidong <cyd@stupidchicken.com>
3317
3318 * fixit.texi (Undo): Update undo limit values.
3319
d74d846e
GM
33202009-01-27 Glenn Morris <rgm@gnu.org>
3321
3322 * emacs.texi (Top): Fix Antinews menu entry.
3323
49ffdce8
KB
33242009-01-25 Karl Berry <karl@gnu.org>
3325
3326 * text.texi (Foldout): Use @itemize @w{} to make an itemize
3327 item with no marker, instead of the syntactically incorrect
3328 @itemize @asis.
3329
467e8d77
JL
33302009-01-25 Juri Linkov <juri@jurta.org>
3331
3332 * building.texi (Grep Searching): Fix index entry for lgrep.
3333
6c60bbdb
EZ
33342009-01-24 Eli Zaretskii <eliz@gnu.org>
3335
3336 * msdog.texi (Windows Printing): Add an index entry for Ghostscript.
3337
9ce5a36f
AR
33382009-01-21 Adrian Robert <Adrian.B.Robert@gmail.com>
3339
3340 * macos.texi (Preferences Panel): Update description of font setting to
3341 reflect that prior frame selection is no longer needed.
3342
9aa5f2fb
NR
33432009-01-20 Nick Roberts <nickrob@snap.net.nz>
3344
3345 * building.texi (Debuggers): Revert some of 2008-10-31 change to
3346 raise GUD subsections.
3347
3892ff9c
GM
33482009-01-15 Glenn Morris <rgm@gnu.org>
3349
3350 * ack.texi (Acknowledgments): Another update based mainly on AUTHORS.
3351
14731c8f
GM
33522009-01-10 Glenn Morris <rgm@gnu.org>
3353
3354 * ack.texi (Acknowledgments): Some more updates based on AUTHORS.
3355
45c55e53
CY
33562009-01-04 Chong Yidong <cyd@stupidchicken.com>
3357
3358 * display.texi (Visual Line Mode): M-] and M-[ no longer move by
3359 logical lines.
3360
2e4667d1
JL
33612008-12-29 Juri Linkov <juri@jurta.org>
3362
3363 * mini.texi (Minibuffer History): Add a link to `Isearch Minibuffer'.
3364
3365 * text.texi (Fill Commands): Replace `M-s' with `M-o M-s'.
3366
2a3eac47
CY
33672008-12-28 Chong Yidong <cyd@stupidchicken.com>
3368
3369 * misc.texi (Goto Address mode): Rename from Goto-address. Refer to
3370 goto-address-mode instead of goto-address.
3371
3da8da94
CY
3372 * rmail.texi (Rmail Display): Goto-address renamed to Goto Address
3373 mode.
3374
2a3eac47
CY
3375 * emacs.texi (Top): Update node listing.
3376
057f6dd3
EZ
33772008-12-26 Eli Zaretskii <eliz@gnu.org>
3378
3379 * custom.texi (Directory Variables): Explain what is a "project".
3380 Add indexing. Improve wording. Add a footnote about using
3381 _dir-locals.el on MS-DOS.
3382
e6979067
DN
33832008-12-24 Dan Nicolaescu <dann@ics.uci.edu>
3384
3385 * files.texi (Misc File Ops): Mention chmod as an alias for
3386 set-file-modes.
3387
9de15963
MR
33882008-12-24 Martin Rudalics <rudalics@gmx.at>
3389
3390 * help.texi (Help): Fix typos and reword.
3391 (Help Summary): Add entries for C-h n and C-h r, reorder
3392 entries, and do some minor fixes.
3393 (Name Help): Say that C-h F works for commands only.
3394 (Misc Help): Say that view-lossage displays 300 keystrokes.
3395
236fd60d
GM
33962008-12-20 Glenn Morris <rgm@gnu.org>
3397
3398 * ack.texi (Acknowledgments): General update based on AUTHORS,
3399 including removal of some stuff no longer distributed.
3400
ed9265fc 34012008-12-19 Agustín Martín <agustin.martin@hispalinux.es>
349b3256 3402
ed9265fc 3403 * fixit.texi: Mention hunspell.
349b3256 3404
e840fca5
GM
34052008-12-19 Glenn Morris <rgm@gnu.org>
3406
3407 * ack.texi (Acknowledgments): Small grammar fix.
9b0455c7 3408 Consolidate explanatory text at start.
e840fca5
GM
3409
3410 * display.texi (Text Display):
3411 * indent.texi (Indentation): Use @acronym with ASCII.
3412
9dfa7983
GM
34132008-12-18 Glenn Morris <rgm@gnu.org>
3414
3415 * ack.texi: Various small updates and fixes.
3416
97b3a00b
JL
34172008-12-18 Juri Linkov <juri@jurta.org>
3418
3419 * search.texi (Word Search): Replace `C-s RET C-w' with `M-s w RET'
3420 as a key binding to start a forward nonincremental word search.
3421 Replace `C-r RET C-w' with `M-s w C-r RET' as a key binding to start
3422 a backward nonincremental word search. Add index for `M-s w'
3423 `isearch-forward-word'.
3424 (Regexp Search): Add a short summary of regexp key commands like
3425 in the node "Basic Isearch".
3426 (Other Repeating Search): Fix typo.
3427
34282008-12-14 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2f298da2
VJL
3429
3430 * misc.texi (PostScript Variables): Fix doc.
3431
31ce6a07
CY
34322008-12-10 Chong Yidong <cyd@stupidchicken.com>
3433
3434 * programs.texi (Program Modes): Mention Ruby mode.
3435
636b507b
DN
34362008-12-10 Dan Nicolaescu <dann@ics.uci.edu>
3437
3438 * misc.texi (emacsclient Options): Describe what an empty string
3439 argument does for --alternate-editor.
3440
a323fa14
CY
34412008-12-09 Frank Schmitt <ich@frank-schmitt.net>
3442
3443 * cmdargs.texi (Font X): Distinguish between client-side and
3444 server-side fonts. List valid Fontconfig properties. Add reference to
3445 Fontconfig manual. List valid GTK font properties. Explain use of
3446 fc-list.
3447
c5ca6cd0
CY
34482008-12-09 Chong Yidong <cyd@stupidchicken.com>
3449
3450 * cmdargs.texi (Font X): Move discussion of quoting to top.
3451
e5136377
GM
34522008-12-06 Glenn Morris <rgm@gnu.org>
3453
3454 * maintaining.texi (Old Revisions): Improve previous change.
3455
248c026b
RS
34562008-12-05 Richard M Stallman <rms@gnu.org>
3457
3458 * anti.texi (Antinews): Minor fixes.
3459
a9253a1e
GM
34602008-12-03 Glenn Morris <rgm@gnu.org>
3461
3462 * maintaining.texi (Old Revisions): Fix diff-switches description.
3463
fa687b02
MR
34642008-12-01 Martin Rudalics <rudalics@gmx.at>
3465
3466 * emacs.texi (Top): Fix typo.
3467
72e6decd
CY
34682008-11-30 Chong Yidong <cyd@stupidchicken.com>
3469
320ee034
CY
3470 * misc.texi (Document View): Explain dependence on gs at the top.
3471 Copyedits.
3472
3473 * emacs.texi (Top): Add DocView nodes to detailed node listing.
3474
72e6decd
CY
3475 * programs.texi (Other C Commands): Document hide-ifdef-shadow.
3476 (Comment Commands): Discuss region-active behavior of M-; first.
3477
2a472ee4
MR
34782008-11-29 Martin Rudalics <rudalics@gmx.at>
3479
9c6361c9
MR
3480 * display.texi (Line Truncation): Add reference to Continuation
3481 Lines.
3482
2a472ee4
MR
3483 * windows.texi (Pop Up Window): Mention split-height-threshold
3484 and split-width-threshold.
9c6361c9 3485 (Split Window): Add reference to Continuation Lines.
2a472ee4 3486
e93bc142
AR
34872008-11-28 Adrian Robert <Adrian.B.Robert@gmail.com>
3488
3489 * macos.texi: Change references to "Mac" to "Mac / GNUstep".
3490 (GNUstep Support): New node.
3491 * anti.texi:
3492 * emacs.texi:
3493 * msdog.texi: Change reference to Mac OS node to Mac OS / GNUstep.
3494
43b978db
RS
34952008-11-28 Richard M Stallman <rms@gnu.org>
3496
3497 * misc.texi (Dissociated Press): Minor cleanups.
3498
3499 * dired.texi (Image-Dired): Avoid passive.
3500
e8e2bd93
EZ
35012008-11-28 Eli Zaretskii <eliz@gnu.org>
3502
3503 * anti.texi (Antinews): Add stuff about Unicode vs emacs-mule
3504 representation.
3505
8d2d45da
CY
35062008-11-26 Richard M. Stallman <rms@gnu.org>
3507
3508 * files.texi (Visiting): Rewrite paragraph for clarity.
3509
3510 * buffers.texi (Select Buffer): Rewrite paragraphs using active voice.
3511
a5f7bbcc
AM
35122008-11-25 Alan Mackenzie <acm@muc.de>
3513
3514 * programs.texi (Moving by Parens): Clarify that parens inside strings
3515 and comments are ignored, and that the commands assume the starting
3516 point isn't in a string or comment.
3517
a71703d3
AR
35182008-11-26 Adrian Robert <Adrian.B.Robert@gmail.com>
3519
3520 * macos.texi: Add Prev/Next/Top pointers to all nodes.
3521 (Mac Basics): Merge in Grabbing Environment Variables from earlier
3522 version.
3523 (Mac Customization): Rewrite Preferences Panel section and merge in to
3524 this node, add Open files by dragging to an Emacs window.
3525
3526 * emacs.texi: Remove TOC reference to Mac Preferences Panel section.
3527
aa5ab79a
CY
35282008-11-26 Chong Yidong <cyd@stupidchicken.com>
3529
0cc92c19
CY
3530 * files.texi (Misc File Ops): Document set-file-modes.
3531
c366b4e4
CY
3532 * windows.texi (Split Window): Document integer values of
3533 truncate-partial-width-windows.
3534
aa5ab79a
CY
3535 * text.texi (Text): Simplify description of markup languages.
3536 (TeX Mode): Simplify introduction. Mention BibTeX mode.
3537 (TeX Editing): Note that `""' inserts one `"' character.
3538 (HTML Mode): Note in the introduction that XML mode is an alias for
3539 SGML mode. Mention nXML mode.
3540
56221db7
CY
35412008-11-25 Chong Yidong <cyd@stupidchicken.com>
3542
3543 * building.texi (Watch Expressions): Fix typo.
3544
90effe33
CY
35452008-11-24 Chong Yidong <cyd@stupidchicken.com>
3546
f90a5ae3
CY
3547 * files.texi (Visiting): Document new behavior of
3548 confirm-nonexistent-file-or-buffer.
3549
1c6c854e
CS
3550 * buffers.texi (Select Buffer):
3551 Document confirm-nonexistent-file-or-buffer.
f90a5ae3 3552
a18ffb4a
CY
3553 * picture-xtra.texi (Picture Mode): Use picture-mode instead of
3554 edit-picture.
3555
90effe33
CY
3556 * text.texi (Text): Simplify introduction. Discard mention of `M-x
3557 edit-picture', since that is just an alias for picture-mode.
3558 (Sentences): Note that repeated M-@ extends the region.
3559 (Pages): Make terminology more consistent. Link to Regexps node.
3560 (Longlines): Discuss relationship with Visual Line mode.
3561 (Text Mode): Remove extraneous discussion of other modes, since they
3562 were already introduced in the parent node.
3563
e85103ec
CY
35642008-11-23 Chong Yidong <cyd@stupidchicken.com>
3565
5cb2fe30
CY
3566 * anti.texi (Antinews): Rewrite.
3567
1eb9b307 3568 * entering.texi (Exiting): Mention "minimize" terminology.
b908332f
CY
3569
3570 * frames.texi (Frame Commands): Mention "minimize" terminology.
3571
e85103ec
CY
3572 * cmdargs.texi (Font X): Document Fontconfig and GTK font specification
3573 formats.
b908332f
CY
3574 (Icons X): Mention "minimize" terminology and use of icons in taskbar.
3575 (Misc X): Don't document useless -hb option.
e85103ec 3576
607f5f88
JL
35772008-11-22 Juri Linkov <juri@jurta.org>
3578
3579 * dired.texi (Dired Navigation): Change normal file name search option
3580 from `non-nil' to `t'. Add `dwim' option.
3581
e1b867a0
JL
35822008-11-22 Juri Linkov <juri@jurta.org>
3583
3584 * custom.texi (Directory Variables): Rename ".dir-settings.el" to
3585 ".dir-locals.el". Rename `define-project-bindings' to
3586 `dir-locals-set-class-variables'. Rename `set-directory-project' to
3587 `dir-locals-set-directory-class'.
3588
dd186936
LK
35892008-11-22 Lute Kamstra <lute@gnu.org>
3590
3591 * buffers.texi (Select Buffer): Index goto-line.
3592 * basic.texi (Moving Point): Mention the use of a numeric prefix
3593 argument with goto-line and refer to Select Buffer for the use of a
3594 plain prefix argument.
3595
4b121911
GM
35962008-11-19 Glenn Morris <rgm@gnu.org>
3597
3598 * doclicense.texi: Update to FDL 1.3.
3599 * emacs.texi, emacs-xtra.texi: Relicense under FDL 1.3 or later.
3600
27267e4c
CY
36012008-11-17 Chong Yidong <cyd@stupidchicken.com>
3602
696f351d
CY
3603 * custom.texi (Minor Modes): Define mode commands and mode variables
3604 more precisely. Recommend using mode commands instead of setting
3605 variables directly. Put minor modes in a list, and add more modes.
cd9da8b8
CY
3606 (Easy Customization): Use "init file" instead of .emacs.
3607 (Customization Groups): Update to new Custom buffer appearance.
3608 (Saving Customizations): Copyedits. Update example.
3609 (Variables): Give example of variable type-sensitivity.
3610 (Examining): Update example.
3611 (Hooks): Copyedits.
3612 (Specifying File Variables): Use C comments instead of an artificial
3613 Lisp for the example.
3614 (Keymaps): Move internals discussion to Prefix Keymaps.
3615 (Rebinding): Remove redundant paragraph (stated in Key Binding).
3616 (Init Rebinding): Document kbd macro.
3617 (Init File): Link to Find Init.
696f351d
CY
3618
3619 * mark.texi (Using Region): Document Delete Selection Mode more
3620 thoroughly.
3621
3622 * frames.texi (Mouse Commands): Move most of the description of Delete
3623 Selection Mode to Using Region, and link to it.
1bc9c425 3624 (Clipboard): Note that paste is bound to clipboard-yank.
696f351d 3625
b0570c25
CY
3626 * building.texi (Compilation): Document first-error value of
3627 compilation-scroll-output.
3628 (Compilation Mode): Note that compilation-auto-jump-to-first-error
3629 works as soon as an error is available. Suggested by Juri Linkov.
3630
27267e4c
CY
3631 * mini.texi (Passwords): New node.
3632
3633 * files.texi (Remote Files): Link to Passwords node.
3634
3635 * emacs.texi (Top): Update node listings.
3636
122eb807
CY
36372008-11-16 Chong Yidong <cyd@stupidchicken.com>
3638
9c9855a3
CY
3639 * ack.texi (Acknowledgments): Some updating of credits.
3640
bd6fdcad
CY
3641 * emacs.texi (Acknowledgments): Add a couple more names.
3642
dd1eef46
CY
3643 * dired.texi (Dired Deletion): Document delete-by-moving-to-trash.
3644
122eb807 3645 * files.texi (Directories): Describe delete-directory in text.
dd1eef46 3646 (Misc File Ops): Document use of trash.
122eb807 3647
801a8da1
JB
36482008-11-16 Juanma Barranquero <lekktu@gmail.com>
3649
3650 * macos.texi (Mac Customization): Fix typos.
3651
0b4f2253
CY
36522008-11-14 Chong Yidong <cyd@stupidchicken.com>
3653
3654 * macos.texi (Mac OS): Move Cocoa manual from ns-emacs.texi to here,
3655 replacing previous contents. Numerous copyedits to adapt ns-emacs to
3656 the conventions of the main Emacs manual.
3657
3658 * emacs.texi (Top): Update node listings.
3659
517e2b89
CY
36602008-11-12 Chong Yidong <cyd@stupidchicken.com>
3661
07a85685
CY
3662 * cmdargs.texi (Emacs Invocation): Link to Emacs Server. Note that
3663 command-line-args is processed during startup.
3664 (Action Arguments): Correctly describe how file arguments interact with
3665 the startup screen. Link to Lisp Interaction for scratch buffer.
3666 (Initial Options): Link to Command Example for -batch option.
3667 (Environment): Document initial-environment.
3668
517e2b89
CY
3669 * entering.texi (Entering Emacs): Note that inhibit-startup-screen
3670 can't be changed in the site-start file.
3671
6337bbde
CY
36722008-11-07 Chong Yidong <cyd@stupidchicken.com>
3673
3674 * dired.texi (Dired): Mention C-x C-d too.
3675 (Dired Enter): Document M-n in the Dired minibuffer.
1c6c854e
CS
3676 (Dired Navigation): Explain dired-goto-file more clearly.
3677 Document dired-isearch-filenames.
6337bbde
CY
3678 (Dired Deletion): Remove unnecessary "expunged" terminology.
3679 (Flagging Many Files): & is now rebound to `% &'.
3680 (Shell Commands in Dired): Document dired-do-async-shell-command.
3681 Clarify how multi-file arguments are passed.
3682 (Misc Dired Features): Document dired-do-isearch.
3683
9e8eeff9
CY
36842008-11-06 Chong Yidong <cyd@stupidchicken.com>
3685
3686 * entering.texi (Entering Emacs): Document inhibit-startup-screen.
3687
e071f849
CY
36882008-11-03 Chong Yidong <cyd@stupidchicken.com>
3689
3690 * search.texi (Other Repeating Search): Remove obsolete findex entries.
3691
05482eb1
CY
36922008-11-01 Chong Yidong <cyd@stupidchicken.com>
3693
e2346dea
CY
3694 * programs.texi (Program Modes): Link to Program Indent node.
3695 (Left Margin Paren): Explain consequences of changing
3696 open-paren-in-column-0-is-defun-start more concisely.
3697 (Which Function, Program Indent, Info Lookup): Minor edits.
3698 (Basic Indent): If region is active, TAB indents the region.
1c6c854e
CS
3699 (Multi-line Indent): If region is active, TAB indents the region.
3700 Note that indent-region is useful when Transient Mark mode is off.
e2346dea
CY
3701 (Matching): The delimiter at the cursor is highlighted---the character
3702 changes color.
3703 (Symbol Completion): Link to Completion node.
3704
e4b6428c
CY
3705 * misc.texi (Invoking emacsclient): Describe how to use Emacs server in
3706 a strictly text-only system.
3707
05482eb1
CY
3708 * abbrevs.texi (Saving Abbrevs): Note that abbrev file is not loaded in
3709 batch mode.
3710
a11d3737
RS
37112008-11-01 Richard M. Stallman <rms@gnu.org>
3712
5abad626
RS
3713 * misc.texi (Document View): Major rewrite.
3714
a11d3737
RS
3715 * maintaining.texi (Types of Log File): Change logs are older than
3716 version control.
3717 (VCS Concepts): Simplify and rearrange.
3718 (Version Control Systems): Make it clear that Linux is only the kernel.
3719 (VC Mode Line): Shorten reference to menu item.
3720 (Basic VC Editing): Clarify VC fileset. Shorten and simplify.
3721 (VC Directory Mode): Minor cleanup.
3722 Unchanged files are hidden, not omitted.
3723 (VC Directory Commands): Shorten and simplify.
3724 (Change Log Commands): New node, split from Change Logs.
3725 (VC Directory Buffer): New node, split from VC Directory Mode.
3726
c55a4acb
CY
37272008-10-31 Chong Yidong <cyd@stupidchicken.com>
3728
1c6c854e 3729 * misc.texi (Document View): Rename from Document Files, moved here
df0356f6
CY
3730 from files.texi.
3731
1c6c854e
CS
3732 * files.texi (Version Control): Move to maintaining.texi.
3733 Subnodes moved as well.
3734 (Document Files): Move to misc.texi.
df0356f6 3735
c55a4acb
CY
3736 * maintaining.texi (Change Log): Document log-edit-insert-changelog and
3737 vc-update-change-log.
df0356f6
CY
3738 (Version Control): Move here from files.texi.
3739 (Format of ChangeLog): Make it a subnode of Change Log.
3740
3741 * emacs.texi (Top): Update node listing.
c55a4acb 3742
ef082374
TH
37432008-10-31 Tassilo Horn <tassilo@member.fsf.org>
3744
3745 * files.texi (Files): Add a section about document
3746 files (doc-view-mode).
3747
d52582c3
CY
37482008-10-31 Chong Yidong <cyd@stupidchicken.com>
3749
1c6c854e
CS
3750 * building.texi (Compilation Mode):
3751 Document compilation-auto-jump-to-first-error.
d52582c3
CY
3752 (Debuggers): Lower GUD subsections to subsubsections.
3753 (Starting GUD): Add cindex.
3754 (Lisp Interaction): Note that scratch is no longer the initial buffer.
3755
4e0a0968
CY
37562008-10-30 Chong Yidong <cyd@stupidchicken.com>
3757
03625b47
CY
3758 * indent.texi (Indentation): Link to Program Indent.
3759
4e0a0968
CY
3760 * misc.texi (Invoking emacsclient): If Emacs has no available frame, it
3761 now uses emacsclient's terminal.
3762
8bd3f7ef
CY
37632008-10-29 Chong Yidong <cyd@stupidchicken.com>
3764
80e5620e
CY
3765 * mark.texi (Using Region): Document use-empty-active-region.
3766
97d5c404
CY
3767 * emacs.texi (Top): Update node listings.
3768
1c6c854e
CS
3769 * misc.texi (Emacs Server): Rewrite. Document daemon-mode.
3770 Don't mention obsolete emacs.bash script.
8bd3f7ef
CY
3771 (Invoking emacsclient): Rewrite, moving optional arguments to
3772 emacsclient Options.
21d2bae3
CY
3773 (emacsclient Options): New node. Document server-use-tcp and
3774 server-host.
8bd3f7ef 3775
5fda2cbd
CY
37762008-10-28 Chong Yidong <cyd@stupidchicken.com>
3777
3778 * indent.texi (Indentation): Replace list with paragraphed text,
3779 putting description of syntax-driven indentation first. Document new
3780 effect of active regions on tab.
3781 (Tab Stops): Note that editable tab stops affect indentation commands.
3782
4ff029f6
DN
37832008-10-27 Dan Nicolaescu <dann@ics.uci.edu>
3784
3785 * cmdargs.texi (Initial Options): Document -daemon=SERVER_NAME.
3786
996cd6e4
CY
37872008-10-23 Chong Yidong <cyd@stupidchicken.com>
3788
f28815e3
CY
3789 * custom.texi (Function Keys): Note that modified keypad keys are not
3790 translated.
3791
996cd6e4
CY
3792 * basic.texi (Arguments): Explain how to insert multiple digits.
3793
49545fe2
MA
37942008-10-22 Michael Albinus <michael.albinus@gmx.de>
3795
3796 * files.texi (Remote Files): Precise selection of default method.
3797 Rewrite paragraph about disabling remote file names.
3798
edac0b53
CY
37992008-10-22 Chong Yidong <cyd@stupidchicken.com>
3800
e752c544
CY
3801 * search.texi (Special Isearch): Document M-TAB is isearch.
3802
edac0b53
CY
3803 * files.texi (VC Mode Line): Use @kbd instead of @key for mouse
3804 command.
3805
3806 * frames.texi: Use @kbd instead of @key for mouse commands throughout.
3807
20a36054
TH
38082008-10-22 Tassilo Horn <tassilo@member.fsf.org>
3809
1c6c854e 3810 * emacs.texi (Acknowledgments): Add myself to Acknowledgments
20a36054
TH
3811 section.
3812
69051ab6
CY
38132008-10-21 Chong Yidong <cyd@stupidchicken.com>
3814
c4b1a32a
CY
3815 * vc1-xtra.texi: Move nodes VC Directory Mode and VC Directory Commands
3816 to files.texi. Move contents of vc2-xtra.texi here.
3817
3818 * vc2-xtra.texi: File removed.
3819
3820 * vc-xtra.texi (Advanced VC Usage): Remove VC Directory Mode and VC
3821 Directory Commands from the submenu. Don't include deleted file
3822 vc2-xtra.texi.
3823
3824 * files.texi (Visiting): Document find-file-confirm-nonexistent-file.
3825 (Version Control): Add VC Directory Mode and VC Directory Commands to
3826 the submenu.
3827 (Why Version Control?): Use table format.
3828 (Version Control Systems): Note that Meta-CVS support is gone.
3829 (VCS Concepts): Note precisely when VC started supporting filesets.
3830 Remove bogus xref to CVS Options node.
3831 (Types of Log File): Copyedits.
3832 (VC Mode Line): Document tooltips and mouse-1 on VC indicator.
3833 (Basic VC Editing): Content moved from Selecting A Fileset and Doing
3834 The Right Thing.
3835 (Selecting A Fileset, Doing The Right Thing): Nodes deleted.
3836 (Log Buffer): Reorganize node, putting C-c C-c description first.
3837 (Old Revisions): Use CVS for example, not RCS.
3838 (Secondary VC Commands): Remove VC Directory Mode and VC Directory
3839 Commands from the submenu, putting them under Version Control.
3840 (VC Directory Mode): Move node contents here from vc1-xtra.texi; we
3841 need to include it in the manual unconditionally, since it is now
3842 crucial to using distributed version control systems.
1a6e2954
CY
3843 (Comparing Files): Note that diff uses the minibuffer, and that the
3844 output is shown using Diff mode.
1c6c854e
CS
3845 (Diff Mode): Explain what "patch" and "hunk" mean.
3846 Document diff-update-on-the-fly, diff-refine-hunk, and
b328f1b9 3847 diff-show-trailing-whitespaces.
1a6e2954 3848 (File Archives): Add rar support.
c4b1a32a 3849
69051ab6
CY
3850 * major.texi (Choosing Modes): Make mode selection sequence more
3851 obvious by describing the steps in order of priority. Note that
1c6c854e
CS
3852 magic-mode-alist is nil by default.
3853 Document magic-fallback-mode-alist.
69051ab6 3854
e7421e03
CY
38552008-10-20 Chong Yidong <cyd@stupidchicken.com>
3856
3857 * frames.texi (Mouse References): Copyedits.
3858
6b2efdc2
TH
38592008-10-20 Tassilo Horn <tassilo@member.fsf.org>
3860
3861 * ack.texi (Acknowledgments): Add myself as doc-view author.
3862
9c5e9396
EZ
38632008-10-20 Eli Zaretskii <eliz@gnu.org>
3864
3865 * frames.texi (Dialog Boxes): Add @cindex entries.
3866
dac94f8e
CY
38672008-10-20 Chong Yidong <cyd@stupidchicken.com>
3868
3869 * frames.texi (Dialog Boxes): Clarify description of GTK+ file chooser.
3870 (Text-Only Mouse): Copyedit.
3871
25597d40
CY
38722008-10-19 Chong Yidong <cyd@stupidchicken.com>
3873
f8a447f6
CY
3874 * frames.texi: Use @key throughout for mouse clicks.
3875 (Cut/Paste Other App): Document yank-pop-change-selection.
25597d40
CY
3876 (Secondary Selection): Fix modified mouse click syntax.
3877 (Clipboard): Describe Cut, Copy and Paste commands.
3878 (Mouse References): Not all references are in read-only buffers.
f8a447f6
CY
3879 Copyedits.
3880 (Creating Frames): Add xref to Init File.
3881 (Frame Commands): Add xref to Exiting.
3882 (Scroll Bars): Document GTK vs toolkit behavior.
25597d40 3883
b0f95216
CY
38842008-10-15 Chong Yidong <cyd@stupidchicken.com>
3885
b0817f00
CY
3886 * files.texi (Version Control): Copyedits. Add Bazaar.
3887 (Version Control Systems): List different VCS's using an itemized list.
3888 Add Bazaar.
3889 (VCS Concepts): Copyedits. Tweak description of file merging.
3890
b0f95216
CY
3891 * frames.texi (Mouse Commands, Cut/Paste Other App): Rewrite.
3892 (Cut/Paste Other App): Document select-active-regions and
3893 x-select-enable-primary.
3894
69d0d701
CY
38952008-10-13 Chong Yidong <cyd@stupidchicken.com>
3896
3897 * mark.texi (Shift Selection): Correct case in node name.
3898
3899 * emacs.texi (Top): Update node order in Mark chapter.
3900
375e8351
EZ
39012008-10-12 Eli Zaretskii <eliz@gnu.org>
3902
3903 * msdog-xtra.texi (MS-DOS): Fix bad pxref.
3904
3905 * mini.texi (Minibuffer File): Fix markup in last change. Refer to
3906 elsewhere in the manual instead of describing yet again the intricacies
3907 of $HOME on MS-Windows and MS-DOS.
3908
ab58114f
CY
39092008-10-12 Chong Yidong <cyd@stupidchicken.com>
3910
4f959513 3911 * mini.texi (Minibuffer File): Add xref to File Names.
1c6c854e
CS
3912 (Minibuffer File): Add discussion of `~' in file names.
3913 Add insert-default-directory index reference.
4f959513 3914
ab58114f
CY
3915 * files.texi (File Names): Reorganize description.
3916 (Visiting): Add xref to Mode Line. Copyedits.
3917 (Save Commands): Mention prefix behavior of C-x C-s.
3918 (Numbered Backups): Node deleted.
3919 (Backup Names): Contents of Numbered Backups moved here. State default
3920 of version-control variable.
3921 (Reverting): Copyedits.
3922 (Version Control): Add additional version control systems.
3923
3924 * emacs.texi (Top): Delete Numbered Backups node.
3925
3926 * cmdargs.texi (General Variables): Change Numbered Backups xref to
3927 Backup Names.
f2884f63 3928 (Initial Options): Document renamed variable inhibit-startup-screen.
ab58114f 3929
b0b5100a
RF
39302008-10-11 Romain Francoise <romain@orebokech.com>
3931
3932 * kmacro.texi (Edit Keyboard Macro): Lossage is now 300 keys.
3933
89774b5f
CY
39342008-10-11 Chong Yidong <cyd@stupidchicken.com>
3935
3936 * buffers.texi (Buffers): Add xrefs to Mode Line and Lisp Interaction.
3937 (Select Buffer): Mention use of minibuffer history. Describe default
3938 value of default-major-mode. Mention that C-x 4 b selects the other
3939 window.
3940 (List Buffers): Document CRM indicators in the order they appear.
3941 (Kill Buffer): Document new command kill-matching buffers.
3942 (Several Buffers): Move explanation of the relationship between buffer
3943 list and buffer menu to the top.
3944 (Indirect Buffers): Document new variable clone-indirect-buffer-hook.
3945
4c72bf27
CY
39462008-10-10 Chong Yidong <cyd@stupidchicken.com>
3947
3948 * entering.texi (Exiting): Document change of C-x C-c to
3949 save-buffers-kill-terminal. Document kill-emacs.
3950
f68eb991
EZ
39512008-09-30 Eli Zaretskii <eliz@gnu.org>
3952
3953 * mule.texi (Coding Systems): Don't mention codepage-setup.
3954
3955 * msdog-xtra.texi (MS-DOS Printing, MS-DOS and MULE): No need to create
3956 cpNNN coding systems anymore.
3957 (MS-DOS and MULE): Don't mention code-pages.el. Don't mention support
1c6c854e
CS
3958 for unibyte mode. Don't mention line-drawing characters.
3959 Don't mention dos-unsupported-char-glyph.
f68eb991 3960
1a2dd44d
CY
39612008-09-25 Chong Yidong <cyd@stupidchicken.com>
3962
3963 * search.texi (Search): Shorten introduction.
3964 (Basic Isearch): Add command table. Discuss reverse isearch and
3965 isearch highlighting.
3966 (Repeat Isearch): Move lazy highlighting discussion here. Add search
3967 ring to cindex.
3968 (Special Isearch): Move input methods discussion here.
3969 (Non-ASCII Isearch): Node deleted, merged with Special Isearch.
3970 (Isearch Yank): Node deleted, and contents moved into Basic Isearch and
3971 Repeat Isearch.
3972 (Isearch Minibuffer): New node.
3973 (Word Search): Document new word search commands.
3974 (Regexp Example): Simplify example using sentence-end-base variable.
3975 (Replace): Reword introduction.
3976 (Unconditional Replace): Remove unnecessary example.
3977 (Other Repeating Search): Document new `M-s o' binding.
3978
3979 * emacs.texi (Top): Update node listings.
3980
e45da31d
JB
39812008-09-22 Juanma Barranquero <lekktu@gmail.com>
3982
3983 * emacs.texi (Top): Remove Kill Errors from menu.
3984
841c8096
CY
39852008-09-22 Chong Yidong <cyd@stupidchicken.com>
3986
402168fa
CY
3987 * kmacro.texi (Basic Keyboard Macro): Make F3 and F4 the preferred
3988 interface for defining macros. Simplify examples. Note that C-g quits
3989 macro definitions.
1c6c854e
CS
3990 (Keyboard Macro Counter): Document using F3 to insert counter.
3991 Give usage example.
402168fa
CY
3992 (Keyboard Macro Query): Organize query responses in a table.
3993
1c6c854e
CS
3994 * fixit.texi (Fixit): Favor C-/ keybinding for undo throughout.
3995 Link to Erasing node.
841c8096
CY
3996 (Undo): Reorganize paragraphs for logical flow. Move keybinding
3997 rationale to a footnote.
3998 (Kill Errors): Remove node, due to redundancy with Erasing.
3999 (Spelling): Move discussion of flyspell to end. Note new behavior of
4000 M-$ in active region. Remove non-ispell-specific keybindings from
4001 table.
4002
eab2ee89
DN
40032008-09-21 Dan Nicolaescu <dann@ics.uci.edu>
4004
4005 * cmdargs.texi (Initial Options): Document --daemon.
4006
3d53e905
GM
40072008-09-20 Glenn Morris <rgm@gnu.org>
4008
4009 * files.texi (Numbered Backups): Mention that some modes set
4010 version-control.
4011
1c90484d
GM
40122008-09-20 Jim Blandy <jimb@red-bean.com>
4013
4014 * files.texi (Numbered Backups): Reference File Variables, as well.
4015 Remove discussion of Rmail's implementation.
4016
0fc0d844
CY
40172008-09-06 Chong Yidong <cyd@stupidchicken.com>
4018
4019 * misc.texi (Recursive Edit): Note that top-level exits active
4020 minibuffers.
4021
4022 * trouble.texi (Quitting): Likewise.
4023
b18d283d
CY
40242008-08-31 Chong Yidong <cyd@stupidchicken.com>
4025
4026 * emacs.texi (Top): Add Temporary Face Changes xref.
4027
4028 * display.texi (Display): Move Temporary Face Changes node to just
4029 after Standard Faces.
4030 (Scrolling): Document recenter-top-bottom instead of recenter.
4031 (Horizontal Scrolling): Move auto hscroll discussion to the top.
4032 (Faces, Standard Faces, Temporary Face Changes, Useless Whitespace)
4033 (Display Custom): Copyedits.
4034 (Optional Mode Line): Document display-battery-mode.
4035
180135fc
RF
40362008-08-27 Romain Francoise <romain@orebokech.com>
4037
4038 * custom.texi (Directory Variables): Minor fix.
4039
d3fe3475
GM
40402008-08-27 Glenn Morris <rgm@gnu.org>
4041
4042 * cal-xtra.texi (Advanced Calendar/Diary Usage): Tweak some menu
4043 descriptions.
4044 (Calendar Customizing): Tweak layout description.
183080b6 4045 Move calendar-today-marker and calendar-today face to the other
d3fe3475
GM
4046 markers. Condense calendar-star-date and calendar-mark-today
4047 description.
4048 (Holiday Customizing): Add oriental and solar holidays.
4049 Add index entries for Baha'i, Christian, Hebrew and Islamic holidays.
4050 Fix holiday-float description. Use zerop in examples. Be less verbose.
4051 (Date Display Format): Change ISO format. Be less verbose.
4052 (Diary Customizing): Mention day and month abbrev arrays.
4053 Mention the date-form variables by name. Update European example.
4054 (Non-Gregorian Diary): Change node name. Mention Baha'i functions.
4055 Condense examples. Mention diary-entry-symbols by name.
4056 Condense table for insertion commands.
4057 (Fancy Diary Display): Mention diary-include-string and
4058 diary-sexp-entry-symbol. Condense example. Add Chinese, Coptic,
4059 Ethiopic, Persian date functions. Condense descriptions.
4060
4061 * calendar.texi (Format of Diary File): Mention diary-nonmarking-symbol.
4062 (Adding to Diary): Adapt for changed node name.
4063
71755807
GM
40642008-08-26 Glenn Morris <rgm@gnu.org>
4065
4066 * cal-xtra.texi (Non-Gregorian Diary Entries): New name for
4067 node "Hebrew/Islamic Entries".
4068
4069 * calendar.texi (Specified Dates): Fix names of iso functions.
4070 (General Calendar): There may not be another window.
4071 (Writing Calendar Files, Holidays): Tweak intro.
4072 (Holidays): Mention Baha'i and Chinese holidays.
4073 (Sunrise/Sunset): Add M-x calendar-sunrise-sunset-month.
4074 (Lunar Phases): Remove incorrect reference to calendar-time-zone.
4075 (To Other Calendar): Add calendar-print-other-dates.
4076 Refer to "graphic display" rather than "X.
4077 (From Other Calendar): Add calendar-bahai-goto-date. Fix reference.
4078 (Displaying the Diary): Fix whitespace after reference.
4079 Fix `diary-number-of-entries' reference.
4080 (Date Formats): Explicitly mention that day names can be abbreviated.
4081 (Adding to Diary): Add some references to other sections.
4082 (Special Diary Entries): Fix reference.
4083 (Appointments): Simplify appt-message-warning-time entry.
4084 Clarify where times must be.
4085 (Importing Diary): Comment out icalendar paragraph that does not apply.
4086 (Time Intervals): Simplify entry for timeclock-ask-before-exiting.
4087
d76ebc75
GM
40882008-08-23 Glenn Morris <rgm@gnu.org>
4089
4090 * fortran-xtra.texi (Fortran): Change description of free form and
4091 fixed form a bit. Mention hideshow and imenu.
4092 (Fortran Motion): Mention fortran-end-of-subprogram,
4093 fortran-beginning-of-subprogram, fortran-mark-do, fortran-mark-if.
4094 (Fortran Indent): Minor re-word.
4095 (ForIndent Commands): Mention fortran-fill-paragraph and
4096 fortran-fill-statement.
4097 (ForIndent Cont): Mention fortran-tab-mode-string.
4098 (Fortran Comments): Mention fortran-comment-line-start-skip.
4099 (Fortran Columns): Mention font-locking.
4100 (Fortran Abbrev): Word syntax not relevant with new-style abbrev.
4101
1fc0ce04 41022008-08-23 Johan Bockgård <bojohan@muon>
e2a71e28
JB
4103
4104 * basic.texi (Moving Point): Fix <prior>/<next> confusion.
4105
5c52e13c
CY
41062008-08-22 Chong Yidong <cyd@stupidchicken.com>
4107
4108 * mini.texi (Minibuffer): Simplify introduction.
4109 (Minibuffer File): Document tilde in minibuffer filenames.
4110 (Minibuffer Edit): Mention that the prompt is read-only. Describe how
4111 to enter tabs, spaces, and question marks. Describe behavior of C-a.
4112 (Completion Example): Update example to current command list.
4113 (Completion Options): Document `lazy' value of completion-auto-help.
4114 Update contents of completion-ignored-extensions.
4115 (Minibuffer History): Describe "future history" list. State default
4116 value of history-delete-duplicates.
4117
77a00355
GM
41182008-08-21 Glenn Morris <rgm@gnu.org>
4119
4120 * fortran-xtra.texi (Fortran Columns): Document `fortran-line-length'.
87aae241 4121 (Fortran Comments): Replace fortran-indent-comment with comment-dwim.
77a00355 4122
39ee1d04
CY
41232008-08-17 Chong Yidong <cyd@stupidchicken.com>
4124
4125 * regs.texi (Registers): Clarify valid register names.
4126 (RegPos): Note that buffer is saved and restored too.
4127 (RegText): Note that mark is reactivated/deactivated.
4128 (RegConfig): Xref to Windows node.
4129
b12c348f
CY
41302008-08-16 Chong Yidong <cyd@stupidchicken.com>
4131
3ae7ba79
CY
4132 * basic.texi (Inserting Text): Provide command name for C-q.
4133
b12c348f
CY
4134 * killing.texi (Killing): Copyedit. Define read-only text.
4135 (Deletion): DEL and C-d were already explained in Erasing; xref there.
4136 (Killing by Lines): Copyedit.
4137 (Other Kill Commands): Move M-w description here.
4138 (Yanking): Move M-w to Other Kill Commands.
4139 (Kill Ring): Also mention saving text in registers. Link to Text
4140 Properties in elisp manual.
4141 (Accumulating Text): Copyedit.
4142 (CUA Bindings): Shift selection is now the default.
4143
d8ff7692
TZ
41442008-08-12 Teodor Zlatanov <tzz@lifelogs.com>
4145
4146 * maintaining.texi (Change Log): Mention next-error is available.
4147
a43a8a2e
GM
41482008-08-10 Glenn Morris <rgm@gnu.org>
4149
4150 * cal-xtra.texi (Calendar Customizing): Mention whitespace variables
4151 and intermonth text.
4152 (Holiday Customizing): Add holiday-chinese.
4153
eba27308
EZ
41542008-08-08 Eli Zaretskii <eliz@gnu.org>
4155
4156 * files.texi (Log Buffer, Diff Mode): Fix last changes. Add indexing.
4157
5f14a5b3
DN
41582008-08-07 Dan Nicolaescu <dann@ics.uci.edu>
4159
4160 * files.texi (Log Buffer): Describe C-c C-d.
4161 (Diff Mode): Describe C-x 4 A.
4162
49989bff
EZ
41632008-08-06 Eli Zaretskii <eliz@gnu.org>
4164
4165 * vc1-xtra.texi (VC Directory Mode): Fix last change.
4166
5c915c02
DN
41672008-08-06 Dan Nicolaescu <dann@ics.uci.edu>
4168
2beaf97a
DN
4169 * files.texi (Old Revisions): Update the keys used by vc-annotate and
4170 describe the new bindings to show the changeset diff, toggle annotation
4171 visibility, show revisions.
4172 (VC Status): Describe key bindings for modifying the change comments,
4173 displaying changeset diffs and annotations.
4174
5c915c02
DN
4175 * vc1-xtra.texi (VC Directory Mode): Talk about multiple VC systems.
4176
71798ace
NR
41772008-08-05 Nick Roberts <nickrob@snap.net.nz>
4178
4179 * vc1-xtra.texi (VC Directory Mode): Fix typo.
4180
b8949644
EZ
41812008-08-02 Eli Zaretskii <eliz@gnu.org>
4182
4183 * vc1-xtra.texi (VC Directory Mode, VC Directory Commands): Fix English
4184 and wording.
4185
819567d1
DN
41862008-08-02 Dan Nicolaescu <dann@ics.uci.edu>
4187
4188 * vc1-xtra.texi (VC Directory Mode): Fix and improve the info about
b8949644 4189 marking/unmarking. Add descriptions for the multiple file search
819567d1
DN
4190 commands. Improve some old info.
4191
5f38310a
CY
41922008-07-31 Chong Yidong <cyd@stupidchicken.com>
4193
0dc3906b
CY
4194 * display.texi (Visual Line Mode): New node.
4195
5f38310a 4196 * basic.texi (Inserting Text): Move DEL to deletion node.
1c6c854e
CS
4197 (Moving Point): Add additional alternative key bindings.
4198 Describe line-move-visual.
5f38310a
CY
4199 (Erasing): Describe DEL.
4200 (Basic Undo, Blank Lines, Arguments): Copyedit.
4201 (Continuation Lines): Mention Visual Line mode.
4202 (Position Info): Move extended discussion to mule.texi.
4203
4204 * mule.texi (International Chars): Describe C-x =.
4205
4206 * emacs.texi (Top): Add Visual Line Mode node.
4207
7c2fb837
DN
42082008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
4209
4210 * emacs.texi: Remove VMS support.
4211
3f6b73ef
DN
42122008-07-30 Dan Nicolaescu <dann@ics.uci.edu>
4213
4214 * vc1-xtra.texi (VC Directory Mode): Update the display format and fix
4215 the vc-dir command name.
4216
9e2a2647
DN
42172008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
4218
4219 * xresources.texi: Remove mentions of Mac Carbon.
4220
568beaa2
AS
42212008-07-19 Andreas Schwab <schwab@suse.de>
4222
4223 * ns-emacs.texi: Move to ../misc.
4224
0ef94706
CY
42252008-07-15 Chong Yidong <cyd@stupidchicken.com>
4226
4227 * entering.texi (Exiting): Don't describe text-only terminals as the
4228 default. Describe the new startup screen.
4229 (Exiting): Describe how to kill Emacs first. Change description of
4230 iconification to handle modern window systems.
4231
ba60bd44 42322008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
edfda783
AR
4233
4234 * ns-emacs.texi: New file, documents features of Emacs port under
4235 NeXTstep windowing.
4236
9f30aa73
CY
42372008-07-15 Chong Yidong <cyd@stupidchicken.com>
4238
938a5d2e
CY
4239 * entering.texi (Entering Emacs): Update prev node.
4240
4241 * glossary.texi (Glossary): Remove xref to Text Characters.
4242
9f30aa73
CY
4243 * commands.texi (User Input): Rewrite. Describe Emacs' behavior
4244 directly, rather than in the context of ASCII. Move description of
4245 special properties of modifier key to new Modifier Keys node.
4246 (Keys): Copyedit.
4247 (Text Characters): Delete node. Multibyte is the default nowadays, and
4248 the node contents are obsolete.
4249
4250 * custom.texi (Modifier Keys): New node.
4251
4252 * emacs.texi (Top): Update node list.
4253
7e53d36c
CY
42542008-07-13 Chong Yidong <cyd@stupidchicken.com>
4255
4256 * emacs.texi (Intro): Increase conciseness slightly. Remove paragraph
4257 saying that Emacs provides menus and mouse support (which is par for
4258 the course).
4259
4260 * screen.texi (Screen): Copyedit. Define "buffer" and "current buffer"
4261 early on.
4262 (Point): Copyedit. Relegate historical trivia to a footnote.
4263 (Mode Line): Explain mode-line format more consistently.
4264 (Menu Bar): Copyedit.
4265
1e9fa96d
GM
42662008-06-27 Glenn Morris <rgm@gnu.org>
4267
4268 * cal-xtra.texi (Sexp Diary Entries):
4269 * calendar.texi (Lunar Phases): Update for lunar.el name changes.
4270
dc9bebb8
CY
42712008-06-26 Chong Yidong <cyd@stupidchicken.com>
4272
4273 * mark.texi (Shift selection): New node.
4274 (Mark): Copyedits.
4275 (Persistent Mark): Move to the end of the chapter.
4276
e7881076
EZ
42772008-06-20 Eli Zaretskii <eliz@gnu.org>
4278
4279 * makefile.w32-in (distclean): Remove makefile.
4280
f427400c
NR
42812008-06-17 Nick Roberts <nickrob@snap.net.nz>
4282
4283 * building.texi (Starting GUD): Add an entry for gud-gdb.
4284 (GDB Graphical Interface): Explain that gud-gdb is now needed for text
4285 command mode.
4286
b597d348
GM
42872008-06-17 Glenn Morris <rgm@gnu.org>
4288
4289 * calendar.texi: Fix references to mouse-2 and mouse-3 in calendar.
4290
647b7094
NR
42912008-06-17 Nick Roberts <nickrob@snap.net.nz>
4292
4293 * building.texi (Starting GUD): Expand on remote debugging.
4294 (Other GDB-UI Buffers): Mention new keyboard bindings.
4295
47a30023
GM
42962008-06-15 Glenn Morris <rgm@gnu.org>
4297
4298 * gnu.texi: Use a verbatim license for this invariant section,
4299 as per etc/GNU.
4300
37e5d54a
GM
43012008-06-13 Daniel Engeler <engeler@gmail.com>
4302
4303 * emacs.texi, misc.texi: Add documentation about serial port access.
4304
8e65d46c
GM
43052008-06-13 Glenn Morris <rgm@gnu.org>
4306
c1473b4c
MB
4307 * emacs-xtra.texi, emacs.texi: Update Back-Cover text per
4308 maintain.info.
8e65d46c 4309
e40a85cd
MB
43102008-06-05 Miles Bader <miles@gnu.org>
4311
4312 * display.texi (Temporary Face Changes): Update to reflect function
4313 renamings in face-remap.el.
4314
56c73dec
MB
43152008-06-04 Miles Bader <miles@gnu.org>
4316
1c6c854e
CS
4317 * display.texi (Temporary Face Changes):
4318 Add `adjust-buffer-face-height'. Rewrite description of
56c73dec
MB
4319 `increase-buffer-face-height' and `decrease-default-face-height' now
4320 that they aren't bound by default.
4321
9d3d42fb
MB
43222008-06-03 Miles Bader <miles@gnu.org>
4323
4324 * display.texi (Temporary Face Changes): New node.
4325
2be6bfe2
EZ
43262008-05-31 Eli Zaretskii <eliz@gnu.org>
4327
4328 * msdog.texi (Windows Keyboard): Fix text added on 2008-05-29.
4329
daf7e339
GM
43302008-05-31 Glenn Morris <rgm@gnu.org>
4331
4332 * cal-xtra.texi (Fancy Diary Display): Simplify.
4333
d21d2618
GM
43342008-05-30 Glenn Morris <rgm@gnu.org>
4335
4336 * cal-xtra.texi (Fancy Diary Display): Update for
4337 diary-display-function replacing diary-display-hook.
4338
71ce5fd0
JB
43392008-05-29 Drew Adams <drew.adams@oracle.com>
4340
4341 * msdog.texi (Windows Keyboard): Add descriptions of
4342 w32-register-hot-key and w32-unregister-hot-key.
4343
a3cdbdf8
MO
43442008-05-21 Tom Tromey <tromey@redhat.com>
4345
4346 * custom.texi (Directory Variables): Grammar fix. Link to Safe File
4347 Variables node.
4348
854a574c
MO
43492008-05-19 Tom Tromey <tromey@redhat.com>
4350
4351 * custom.texi (Variables): Add Directory Variables to menu.
4352 (Directory Variables): New node.
4353
7c2ec3f9
ER
43542008-05-16 Eric S. Raymond <esr@snark.thyrsus.com>
4355
71ce5fd0 4356 * vc2-xtra.texi: Modify an example so it reflects what vc.el now does.
7c2ec3f9 4357
370fded4
ER
43582008-05-15 Eric S. Raymond <esr@snark.thyrsus.com>
4359
4360 * vc2-xtra.texi, emacs.texi, files.texi: Snapshots node renamed to
352c8b4a
GM
4361 Revision Tags and rewritten. Section now uses modern terminology,
4362 (tags rather than snapshots) and describes post-SCCS systems more
370fded4
ER
4363 accurately.
4364
6af511e3
EZ
43652008-05-10 Eli Zaretskii <eliz@gnu.org>
4366
4367 * msdog.texi (Windows Files): Update documentation of
4368 w32-get-true-file-attributes.
4369
7a78b6e7
ER
43702008-05-09 Eric S. Raymond <esr@snark.thyrsus.com>
4371
4372 * files.texi, vc-xtra.texi, vc1-xtra.texi: Document the new VC
4373 directory mode.
4374
1bcfc24e
CY
43752008-05-08 Chong Yidong <cyd@stupidchicken.com>
4376
4377 * killing.texi (Appending Kills): Remove a strangely off-topic index
6af511e3 4378 entry "television".
1bcfc24e 4379
db86064f
ER
43802008-05-07 Eric S. Raymond <esr@snark.thyrsus.com>
4381
ab5ec32c 4382 * ack.texi, files.texi, vc2-xtra.texi: Meta-CVS is no longer supported.
db86064f 4383
a31b405e
ER
43842008-05-02 Eric S. Raymond <esr@snark.thyrsus.com>
4385
4386 * emacs/buffers.texi, emacs/files.texi (Version-control):
4387 vc-toggle-read-only is no longer a good idea...
4388
ff2c14fc
GM
43892008-04-29 Glenn Morris <rgm@gnu.org>
4390
4391 * cal-xtra.texi (Sexp Diary Entries): Clarify diary-float.
4392
367c9b7c
JL
43932008-04-22 Juri Linkov <juri@jurta.org>
4394
4395 * dired.texi (Subdirectories in Dired): Describe using `^'
4396 to return to the parent directory.
4397
4ac1e9b4
NR
43982008-04-22 Nick Roberts <nickrob@snap.net.nz>
4399
4400 * building.texi (GDB-UI Layout, Other GDB-UI Buffers): Update for
4401 recent changes.
4402
b9b3bf2b
NR
44032008-04-19 Nick Roberts <nickrob@snap.net.nz>
4404
4405 * building.texi (GDB-UI Layout, Breakpoints Buffer)
4406 (Other GDB-UI Buffers): Update for recent thread related changes.
4407
4d120d6a
SM
44082008-04-11 Mirko Vukovic <mirko.vukovic@gmail.com> (tiny change)
4409
4410 * maintaining.texi (Maintaining):
4411 * emacs.texi (Top): Typo.
4412
a152877d
SM
44132008-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
4414
b9b3bf2b
NR
4415 * display.texi (Font Lock): Prefer add-hook to using a non-nil `mode'
4416 arg in `font-lock-add-keywords'.
a152877d 4417
36c0514c
GM
44182008-04-08 Glenn Morris <rgm@gnu.org>
4419
4420 * cal-xtra.texi, calendar.texi: Update for calendar name changes.
4421 Also add Baha'i calendar references where appropriate.
4422
06a97d46
GM
44232008-04-05 Glenn Morris <rgm@gnu.org>
4424
4425 * custom.texi (Init File): Byte-compiling .emacs is bad.
4426
6adc6eed
SM
44272008-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
4428
4429 * mini.texi (Minibuffer Edit) <resize-mini-windows>: Adjust default.
4430
571388b0
GM
44312008-03-29 Glenn Morris <rgm@gnu.org>
4432
4433 * calendar.texi: Update for `calendar-date-style' replacing
4434 `european-calendar'.
4435
3ae8f876
JR
44362008-03-28 Jason Rumney <jasonr@gnu.org>
4437
4438 * display.texi (Display Custom): Mention overlay-margin in text.
4439
5bc6ddff 44402008-03-12 Reiner Steib <Reiner.Steib@gmx.de>
03a864d5 4441
5bc6ddff
MB
4442 * custom.texi, dired.texi, mini.texi, mule.texi: Add `referenced in the
4443 tutorial' comments.
03a864d5 4444
7186a830
CY
44452008-03-28 Chong Yidong <cyd@stupidchicken.com>
4446
4447 * mark.texi (Mark): Rearrange nodes.
4448 (Persistent Mark): Rename from Transient Mark.
4449 (Mark, Setting Mark, Marking Objects, Persistent Mark, Mark Ring):
4450 Describe Transient Mark mode as the default.
4451
4452 * basic.texi (Basic Undo): Don't mention setting the mark, which isn't
4453 the default behavior with Transient Mark mode off.
4454 (Position Info): Fix typo.
4455
71ce5fd0
JB
4456 * display.texi (Standard Faces): Reference the Mark node.
4457 Remove discussion of the region face, which is discussed there.
7186a830
CY
4458
4459 * emacs.texi (Top): Update node listings.
4460
4461 * files.texi (Diff Mode, Misc File Ops): Describe Transient Mark mode
4462 as the default.
4463
4464 * fixit.texi (Undo): Standardize choice of undo key sequence.
4465 (Undo, Spelling): Describe Transient Mark mode as the default.
4466
4467 * frames.texi (Mouse Commands): Treat Transient Mark mode as the
4468 default.
4469
4470 * glossary.texi (Glossary): Treat Transient Mark mode as the default.
4471
4472 * killing.texi (Kill Ring, Accumulating Text): Assume Transient Mark
4473 mode is the default, and note that the mark is not activated when set.
4474
4475 * programs.texi (Moving by Defuns, Expressions, Comment Commands):
4476 Describe Transient Mark mode as the default.
4477
4478 * search.texi (Basic Isearch): Reference the Mark Ring node.
4479 (Replace, Unconditional Replace, Other Repeating Search):
4480 Describe Transient Mark mode as the default.
4481
1c6c854e
CS
4482 * text.texi (Words, Pages, Fill Commands, HTML Mode):
4483 Describe Transient Mark mode as the default.
7186a830
CY
4484 (Paragraphs): Describe how M-h behaves when region is active.
4485
4486 * trouble.texi (Quitting): Clarify effects of C-g.
4487
dc47d1ff
GM
44882008-03-13 Glenn Morris <rgm@gnu.org>
4489
4490 * emacs.texi (EMACSVER): Set to 23.0.60.
4491
e3e0fb39 44922008-03-05 Glenn Morris <rgm@gnu.org>
8b74f389 4493
e3e0fb39
GM
4494 * dired.texi (Hiding Subdirectories): Fix previous change.
4495
44962008-03-05 Drew Adams <drew.adams@oracle.com>
4497
4498 * dired.texi (Hiding Subdirectories): Document `dired-hide-subdir'.
8b74f389 4499
5e14abf8
KS
45002008-02-28 Kim F. Storm <storm@cua.dk>
4501
4502 * help.texi (Help Files): Move describe-gnu-project to C-h g.
4503 Move describe-distribution to C-h C-o.
4504 Move view-emacs-problems to C-h C-p.
4505 Add view-emacs-debugging on C-h C-d.
4506 Add view-external-packages on C-h C-e.
d0207bf3 4507 Add view-order-manuals on C-h C-m.
5e14abf8 4508
d0207bf3 45092008-02-17 Ulrich Mueller <ulm@kph.uni-mainz.de>
17577183
BG
4510
4511 * msdog-xtra.texi (MS-DOS): Docstring fix.
4512
87e391bb
EZ
45132008-02-09 Eli Zaretskii <eliz@gnu.org>
4514
4515 * msdog.texi (Windows Fonts): Use a @table for describing font
4516 properties.
4517
5662e503
JR
45182008-02-07 Jason Rumney <jasonr@gnu.org>
4519
4520 * msdog.texi (Windows Files): w32-get-true-file-attributes default
4521 value has changed.
4522 (Windows HOME): Clarify what is meant by "if that fails as well".
4523 (Windows Fonts): New section.
4524
72463824
GM
45252008-02-07 D. E. Evans <sinuhe@gnu.org> (tiny change)
4526
4527 * basic.texi (Basic Undo): Remove duplicate "you can".
4528
7ff926e0
EZ
45292008-02-02 Eli Zaretskii <eliz@gnu.org>
4530
4531 * maintaining.texi (Tags): Fix last change.
4532
6ab7aef1
MA
45332008-02-02 Michael Albinus <michael.albinus@gmx.de>
4534
093571c3 4535 * tramp.texi: Use new FSF's Back-Cover Text.
6ab7aef1 4536
ace67e7e
NR
45372008-01-31 Nick Roberts <nickrob@snap.net.nz>
4538
4539 * trouble.texi (Checklist): Direct users to emacs-devel@gnu.org.
4540
ae068fdf
RS
45412008-01-26 Richard Stallman <rms@gnu.org>
4542
4543 * maintaining.texi (Tags): Delete redundant index entry.
4544
a56d9a08
EZ
45452008-01-26 Eli Zaretskii <eliz@gnu.org>
4546
4547 * programs.texi (Imenu): Move "@cindex tags" from here...
4548 * maintaining.texi (Tags): ...to here.
4549
e941ed90
NR
45502008-01-23 Kevin Ryde <user42@zip.com.au>
4551
4552 * custom.texi (Mouse Buttons): Update elisp xref to "Click Events" on
4553 click count.
4554
650276d5
JB
45552008-01-21 Juanma Barranquero <lekktu@gmail.com>
4556
4557 * entering.texi (Exiting): Fix typo.
4558 Reported by D. E. Evans <sinuhe@gnu.org>.
4559
8dc17977
MR
45602007-12-31 Martin Rudalics <rudalics@gmx.at>
4561
4562 * glossary.texi (Glossary): Fix typo.
4563
9f9695a6
RS
45642007-12-27 Richard Stallman <rms@gnu.org>
4565
4566 * text.texi (Formatted Text): Improve menu tag.
4567 (Editing Format Info): In Info, add duplicate menu of nodes
4568 about the submenus.
4569 (Format Faces): Say where Faces menu is found. Mention Other.
4570 (Format Colors): Say where these submenus are found.
4571 (Format Indentation, Format Justification): Likewise.
4572 (Format Properties): Likewise.
4573
abfd0191
RS
45742007-12-22 Richard Stallman <rms@gnu.org>
4575
4576 * search.texi (Query Replace): Make exp of query-replace more
4577 self-contained, and clarify.
8dc17977 4578
abfd0191
RS
4579 * cc-mode.texi (Getting Started): Change @ref to @pxref.
4580
a2586785
RS
45812007-12-15 Richard Stallman <rms@gnu.org>
4582
4583 * files.texi (Auto Save): Clarify definition of auto-saving.
4584
a67cf2bb
RS
45852007-11-26 Richard Stallman <rms@gnu.org>
4586
4587 * help.texi (Help Echo): Cleanups.
4588
448b33b1
TTN
45892007-11-23 Thien-Thi Nguyen <ttn@gnuvola.org>
4590
4591 * files.texi (Why Version Control?): Fix typo.
4592 (VCS Concepts): Fix typos; small tense fix.
4d77fc8e
TTN
4593 (Selecting a Fileset): Fix typos; small rewording.
4594 (Log Buffer): Likewise.
4595 (Old Revisions): Likewise.
448b33b1 4596
221bb7f6
EZ
45972007-11-17 Eli Zaretskii <eliz@gnu.org>
4598
4599 * mule.texi (Communication Coding): Fix wording of last change.
4600
d0207bf3 46012007-11-16 Werner Lemberg <wl@gnu.org>
1ab397c1 4602
630cb3b7
JB
4603 * custom.texi (Specifying File Variables):
4604 * major.texi (Choosing Modes): Mention '\" in man pages.
1ab397c1 4605
53b7759e
KH
46062007-11-16 Kenichi Handa <handa@ni.aist.go.jp>
4607
a5ab2e0c 4608 * mule.texi (Communication Coding): Document x-select-request-type.
53b7759e
KH
4609
4610 * frames.texi (Cut/Paste Other App): Mention x-select-request-type.
4611
c8763fb6 46122007-11-15 Francesco Potortì <pot@gnu.org>
0b7f2f3f 4613
630cb3b7 4614 * maintaining.texi (TEXTAGS): Note that you can use "-" for stdout with
0b7f2f3f
FP
4615 --output=file.
4616
ff98e024
MR
46172007-11-13 Martin Rudalics <rudalics@gmx.at>
4618
4619 * help.texi (Help Summary, Apropos, Misc Help): Fix typos.
4620 (Help Echo): Avoid mentioning the term "region" here and
4621 consistently use the term "active text".
4622
37b11c22
GM
46232007-11-11 Glenn Morris <rgm@gnu.org>
4624
4625 * calendar.texi (Special Diary Entries): Fix Thanksgiving example.
4626
21d50ba1
JL
46272007-11-10 Paul Pogonyshev <pogonyshev@gmx.net>
4628
1c6c854e
CS
4629 * search.texi (Query Replace):
4630 Mention `query-replace-show-replacement'.
21d50ba1 4631
c12ecb0a 46322007-11-09 Nick Roberts <nickrob@snap.net.nz>
4fda797e
NR
4633
4634 * building.texi (Watch Expressions): Remove obscure sentence.
4635
3b4201f4
KH
46362007-11-06 Kenichi Handa <handa@ni.aist.go.jp>
4637
4638 * mule.texi (Select Input Method): Describe how to activate an input
4639 method in the text mode.
4640
07e5c0b0
DN
46412007-11-01 Dan Nicolaescu <dann@ics.uci.edu>
4642
4643 * cmdargs.texi (Misc Variables): Remove Sun windows info.
4644
52dd7391
NR
46452007-10-30 Nick Roberts <nickrob@snap.net.nz>
4646
4647 * building.texi (Watch Expressions): Describe gdb-delete-out-of-scope.
4648
c004e539
GM
46492007-10-30 Glenn Morris <rgm@gnu.org>
4650
4651 * misc.texi (Directory Tracking): Explain a bit more about
4652 dirtrack-mode.
4653
ca8c5b8c
GM
46542007-10-25 Glenn Morris <rgm@gnu.org>
4655
4656 * fortran-xtra.texi (Fortran): F90 mode handles F2003.
4657
b6c764ef
RS
46582007-10-24 Richard Stallman <rms@gnu.org>
4659
4660 * misc.texi (Interactive Shell): Cleanup last change.
4661
eabd84c9
JL
46622007-10-22 Juri Linkov <juri@jurta.org>
4663
4664 * mini.texi (Minibuffer History): Add text about a list of minibuffer
4665 default values.
4666
0b43c7e2
ER
46672007-10-20 Eric S. Raymond <esr@snark.thyrsus.com>
4668
ca8c5b8c 4669 * files.texi: Disambiguate two slightly different uses of the term
0b43c7e2
ER
4670 'filesets'.
4671
a80859d4
MR
46722007-10-18 Martin Rudalics <rudalics@gmx.at>
4673
4674 * trouble.texi (Quitting): Fix typo.
4675
c9447ae1
GM
46762007-10-18 Glenn Morris <rgm@gnu.org>
4677
4678 * frames.texi (Mode Line Mouse): Mention minor mode names.
4679
168b980f
JL
46802007-10-17 Juri Linkov <juri@jurta.org>
4681
4682 * text.texi (Fill Commands): Undocument fill-paragraph-or-region.
4683 fill-paragraph operates on the active region in Transient Mark mode.
4684 (Fill Prefix, Format Indentation): Replace fill-paragraph-or-region
4685 with fill-paragraph.
4686
4687 * basic.texi (Arguments): Replace fill-paragraph-or-region with
4688 fill-paragraph.
4689
4690 * fixit.texi (Spelling): ispell-word operates on the active region
4691 in Transient Mark mode.
4692
5a331f34
JB
46932007-10-17 Aaron S. Hawley <aaronh@garden.org>
4694
4695 * building.texi (Source Buffers):
4696 * custom.texi (Init Non-ASCII):
4697 * glossary.texi (Glossary): Use "key binding" consistently.
4698
2a9f4d55
JB
46992007-10-17 Juanma Barranquero <lekktu@gmail.com>
4700
4701 * calendar.texi (Diary): Fix directive.
4702
de13cecf
RS
47032007-10-16 Richard Stallman <rms@gnu.org>
4704
4705 * calendar.texi (Diary): Clarify text about diary file example.
4706
5f90d53e
ER
47072007-10-13 Eric S. Raymond <esr@snark.thyrsus.com>
4708
4709 * files.texi: Capitalize node names according to convention.
4710
3aa491bc
GM
47112007-10-13 Glenn Morris <rgm@gnu.org>
4712
4713 * misc.texi (Interactive Shell): Correct INSIDE_EMACS reference.
4714
8a3106d3
ER
47152007-10-11 Eric S. Raymond <esr@snark.thyrsus.com>
4716
4717 * emacs.texi:
4718 * files.texi (Version Systems): Minor fixes to version-control material
5a331f34 4719 suggested by RMS and Robert J. Chassell.
8a3106d3 4720
da1080a2
ER
47212007-10-10 Eric S. Raymond <esr@snark.thyrsus.com>
4722
3aa491bc 4723 * files.texi (Version Systems):
0870a421
ER
4724 * vc-xtra.texi:
4725 * vc1-xtra.texi:
ac3f4c6f 4726 * vc2-xtra.texi: Merge in changes for new VC with fileset-oriented
2a9f4d55 4727 operations. Change of terminology from `version' to `revision'.
a7fc5b78 4728 Revise text for adequate description of VCSes with monotonic IDs.
2a9f4d55 4729 * emacs.texi: Change of terminology from `version' to `revision'.
da1080a2 4730
58ade22b
ER
47312007-10-09 Eric S. Raymond <esr@snark.thyrsus.com>
4732
da1080a2 4733 * files.texi (Version Systems): Describe newer VCses.
58ade22b
ER
4734 Reorder the descriptions to be chronological.
4735
93870ce2
RS
47362007-10-09 Richard Stallman <rms@gnu.org>
4737
4738 * display.texi (Cursor Display): Correct how cursor appears
4739 in nonselected windows.
4740
568c7288
NR
47412007-10-04 Nick Roberts <nickrob@snap.net.nz>
4742
4743 * building.texi (GDB Graphical Interface): Remove references to gdba
4744 and mention gud-gdb.
4745
1af74d06 47462007-08-31 Eli Zaretskii <eliz@gnu.org>
17afb4cb 4747
1af74d06 4748 * rmail.texi (Rmail Sorting): Improve indexing.
17afb4cb 4749
0d8fb755
JL
47502007-10-06 Juri Linkov <juri@jurta.org>
4751
4752 * text.texi (Fill Commands): Document fill-paragraph-or-region.
4753 (Fill Prefix, Format Indentation): Replace fill-paragraph with
4754 fill-paragraph-or-region.
4755
4756 * basic.texi (Arguments): Replace fill-paragraph with
4757 fill-paragraph-or-region.
4758
b981e2c6
ER
47592007-10-06 Eric S. Raymond <esr@snark.thyrsus.com>
4760
4761 * files.texi: Update the section on version control for 2007
2a9f4d55 4762 conditions. None of these changes are new-VC-specific; that
b981e2c6
ER
4763 will come later.
4764
5fceaf9c
GM
47652007-09-15 Glenn Morris <rgm@gnu.org>
4766
4767 * calendar.texi (Holidays): Change all instances of `holiday-list' back
4768 to `list-holidays'.
4769
b0e44b17
GM
47702007-09-14 Glenn Morris <rgm@gnu.org>
4771
4772 * calendar.texi: Update all instances of mark-calendar-holidays,
4773 list-calendar-holidays, list-holidays with the new names.
4774
8cf51b2c
GM
47752007-09-06 Glenn Morris <rgm@gnu.org>
4776
46a367db 4777 Move manual sources from man/ to subdirectories of doc/.
8cf51b2c
GM
4778 Split into the Emacs manual in emacs/, and other manuals in misc/.
4779 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Reduce to just the Emacs
4780 manual.
4781 (infodir): New variable.
4782 (info): Use $infodir.
4783 (emacsman): Delete target, not needed any more.
4784 Move all targets that are not the Emacs manual to misc/Makefile.in.
4785 (mostlyclean): Remove `gnustmp'.
4786 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS): Reduce to just the Emacs
4787 manual.
92f9b43f 4788 (MULTI_INSTALL_INFO, ENVADD, infodir): Go up one more level.
8cf51b2c
GM
4789 (emacsman): Delete target, not needed any more.
4790 (clean): Remove all info files but Emacs manual.
4791 Move all targets that are not the Emacs manual to misc/Makefile.in.
4792 * emacs-xtra.texi, emacs.texi (setfilename): Go up one more level.
4793
4794 * Makefile.in (INFOSOURCES): Delete.
4795 (.SUFFIXES): Use $(TEXI2DVI) rather than texi2dvi.
4796 (mostlyclean): Add *.op, *.ops. Move *.aux *.cps *.fns *.kys *.pgs
4797 *.vrs *.toc here...
4798 (maintainer-clean): ...from here.
4799
48002007-09-05 Glenn Morris <rgm@gnu.org>
4801
4802 * custom.texi (Safe File Variables): Clarify `!' and risky variables.
4803
8cf51b2c
GM
48042007-08-29 Glenn Morris <rgm@gnu.org>
4805
4806 * emacs.texi (EMACSVER): Increase to 23.0.50.
4807
3420c522
RS
48082007-08-27 Richard Stallman <rms@gnu.org>
4809
4810 * emacs.texi (Top): Clarify menu item for Glossary.
4811
4812 * display.texi (Faces): Change secn title.
4813 Clarify not all fonts come from Font Lock.
4814
8cf51b2c
GM
48152007-08-17 Eli Zaretskii <eliz@gnu.org>
4816
4817 * basic.texi (Position Info): Add index entry for face at point.
4818 Mention that character faces are also displayed by "C-u C-x =".
4819
8cf51b2c
GM
48202007-08-08 Glenn Morris <rgm@gnu.org>
4821
4822 * glossary.texi (Glossary): Deprecate `iff'.
8cf51b2c
GM
4823
48242007-08-07 Chong Yidong <cyd@stupidchicken.com>
4825
4826 * files.texi (File Conveniences): Document point motion keys in Image
4827 mode.
4828
8cf51b2c
GM
48292007-07-27 Glenn Morris <rgm@gnu.org>
4830
8cf51b2c
GM
4831 * emacs.texi (Copying): Include license text from gpl.texi, rather than
4832 in-line.
4833
4834 * gpl.texi: New file with text of GPL.
4835 * Makefile.in (EMACSSOURCES): Add gpl.texi.
4836
48372007-07-26 Dan Nicolaescu <dann@ics.uci.edu>
4838
4839 * vc2-xtra.texi (Customizing VC): Add GIT and HG.
4840
4841 * dired.texi (Wdired): Mention C-x C-q key binding.
4842
48432007-07-28 Nick Roberts <nickrob@snap.net.nz>
4844
4845 * building.texi (GDB Graphical Interface): Qualify use of "M-x gdba".
4846
48472007-07-25 Glenn Morris <rgm@gnu.org>
4848
8cf51b2c
GM
4849 * emacs.texi (Copying): Replace license with GPLv3.
4850
4851 * Relicense all FSF files to GPLv3 or later.
4852
48532007-07-24 Glenn Morris <rgm@gnu.org>
4854
4855 * calendar.texi (Writing Calendar Files): cal-tex-diary etc only work
4856 for some calendars.
4857
48582007-07-23 Nick Roberts <nickrob@snap.net.nz>
4859
4860 * screen.texi (Mode Line): Describe new mode-line flag that shows if
4861 default-directory for the current buffer is on a remote machine.
4862
8cf51b2c
GM
48632007-07-21 Eli Zaretskii <eliz@gnu.org>
4864
4865 * vc2-xtra.texi (Customizing VC) <vc-handled-backends>: Update the
4866 default value.
4867
48682007-07-21 Richard Stallman <rms@gnu.org>
4869
4870 * files.texi (Why Version Control?): Improve previous change.
4871
48722007-07-18 Eric S. Raymond <esr@snark.thyrsus.com>
4873
4874 * files.texi (Why Version Control?): New node.
4875
8cf51b2c
GM
48762007-07-12 Nick Roberts <nickrob@snap.net.nz>
4877
8cf51b2c
GM
4878 * building.texi (Starting GUD): Add xref to this anchor.
4879
8cf51b2c
GM
48802007-06-24 Karl Berry <karl@gnu.org>
4881
2a9f4d55 4882 * emacs.texi: New Back-Cover Text.
8cf51b2c 4883
8cf51b2c
GM
48842007-06-07 Alan Mackenzie <acm@muc.de>
4885
4886 * display.texi (Optional Mode Line): Document the new form of
4887 line+column numbers, "(561,2)".
4888
48892007-06-06 Juanma Barranquero <lekktu@gmail.com>
4890
49823426 4891 * maintaining.texi (Create Tags Table): Fix typos.
8cf51b2c
GM
4892
48932007-06-02 Chong Yidong <cyd@stupidchicken.com>
4894
4895 * Version 22.1 released.
4896
8cf51b2c
GM
48972007-05-07 Karl Berry <karl@gnu.org>
4898
4899 * emacs.texi (EMACSVER): Back to 22.
4900
49012007-05-06 Richard Stallman <rms@gnu.org>
4902
4903 * maintaining.texi (Create Tags Table): Clean up previous change.
4904
c8763fb6 49052007-05-05 Francesco Potortì <pot@gnu.org>
8cf51b2c
GM
4906
4907 * maintaining.texi (Create Tags Table): Add text about the dangers of
4908 making symbolic links to tags files.
4909
49102007-05-04 Karl Berry <karl@gnu.org>
4911
4912 * emacs.texi (EMACSVER) [smallbook]: 22.1 for printed version, not 22.
4913
49142007-05-03 Karl Berry <karl@gnu.org>
4915
4916 * emacs.texi (EMACSVER) [smallbook]: 22 for printed version.
4917
4918 * .cvsignore (*.pdf): New entry.
4919
8cf51b2c
GM
4920 * emacs.texi (\urlcolor, \linkcolor) [smallbook]: \let to \Black
4921 for printing.
4922
49232007-05-01 Richard Stallman <rms@gnu.org>
4924
4925 * cmdargs.texi (Initial Options): Under --batch, mention --eval.
4926
8cf51b2c
GM
49272007-04-28 Glenn Morris <rgm@gnu.org>
4928
4929 * ack.texi (Acknowledgments):
4930 * anti.texi (Antinews):
8cf51b2c
GM
4931 * programs.texi (Program Modes): Restore mention of python.el pending
4932 consideration of legal status.
4933
49342007-04-28 Richard Stallman <rms@gnu.org>
4935
4936 * files.texi (File Names): Fixes to ~ description on MS systems.
4937
8cf51b2c
GM
49382007-04-26 Glenn Morris <rgm@gnu.org>
4939
4940 * emacs.texi (EMACSVER): Increase to 22.1.50.
4941
49422007-04-25 Karl Berry <karl@gnu.org>
4943
4944 * emacs.texi: Improve line breaks on copyright page,
4945 similar layout to lispref, 8.5x11 by default.
4946
4947 * dired.texi (Image-Dired): Improve line break, fix typo.
4948
49492007-04-24 Chong Yidong <cyd@stupidchicken.com>
4950
4951 * programs.texi (Program Modes):
8cf51b2c
GM
4952 * anti.texi (Antinews):
4953 * ack.texi (Acknowledgments): python.el removed.
4954
8cf51b2c
GM
49552007-04-23 Chong Yidong <cyd@stupidchicken.com>
4956
4957 * display.texi (Highlight Interactively): Correct description of
4958 hi-lock-file-patterns-policy.
4959
4960 * files.texi (File Archives): Mention self-extracting executables.
4961
49622007-04-23 Eli Zaretskii <eliz@gnu.org>
4963
4964 * search.texi (Unconditional Replace, Query Replace): Add xref to
4965 "Replacement and Case".
4966
49672007-04-22 Chong Yidong <cyd@stupidchicken.com>
4968
4969 * dired.texi (Image-Dired): Move from Thumbnails node.
4970 * misc.texi (Thumbnails): Node deleted.
4971 * emacs.texi (Top): Update node listing.
4972
4973 * files.texi (File Conveniences):
49823426 4974 * ack.texi (Acknowledgments): Rename "tumme" to "image-dired".
8cf51b2c
GM
4975
49762007-04-21 Richard Stallman <rms@gnu.org>
4977
4978 * display.texi (Highlight Interactively): Correct previous change.
4979 Clarify doc of hi-lock-find-patterns, and move new features into it.
4980
49812007-04-20 David Koppelman <koppel@ece.lsu.edu>
4982
1c6c854e
CS
4983 * display.texi (Highlight Interactively):
4984 Document hi-lock-file-patterns-policy.
8cf51b2c
GM
4985
49862007-04-20 Martin Rudalics <rudalics@gmx.at>
4987
4988 * display.texi (Scrolling): Fix typo.
4989
8cf51b2c
GM
49902007-04-15 Chong Yidong <cyd@stupidchicken.com>
4991
8cf51b2c
GM
4992 * doclicense.texi: Remove node heading, so that it can be included by
4993 other files.
4994
4995 * emacs.texi: Insert node heading for GFDL.
4996
8cf51b2c
GM
49972007-04-14 Eli Zaretskii <eliz@gnu.org>
4998
4999 * cmdargs.texi (Colors): Qualify "color of window" index entry by
5000 "command line".
5001
5002 * display.texi (Faces): Refer to "Creating Frames" for face
5003 and other frame customizations in .emacs.
5004
5005 * frames.texi (Creating Frames): Mention that face customizations can
5006 be put in .emacs. Add index entries.
5007
50082007-04-12 Richard Stallman <rms@gnu.org>
5009
5010 * glossary.texi (Glossary): Explain `iff'.
5011
50122007-04-11 Karl Berry <karl@gnu.org>
5013
5014 * gnu.texi (Top),
5015 * macos.texi (Mac Font Specs),
5016 * anti.texi (Antinews),
5017 * xresources.texi (Resources),
5018 * misc.texi (Emulation),
5019 * calendar.texi (Daylight Saving),
5020 * dired.texi (Dired and Find),
5021 * rmail.texi (Remote Mailboxes),
5022 * sending.texi (Mail Headers),
5023 * programs.texi (Which Function),
5024 * files.texi (Recover),
5025 * buffers.texi (Uniquify),
5026 * frames.texi (Wheeled Mice),
5027 * killing.texi (Rectangles): Wording to improve breaks in
5028 8.5x11 format.
5029 * mule.texi (Language Environments): \hbadness=10000 since there's
5030 no way to reword.
5031 * emacs.texi (smallbook): New @set to more easily switch between
5032 smallbook and 8.5x11.
5033
50342007-04-11 Richard Stallman <rms@gnu.org>
5035
5036 * files.texi (File Conveniences): Add xref to Tumme.
5037 Delete text about Thumbnail mode.
5038
8cf51b2c
GM
50392007-04-09 Alan Mackenzie <acm@muc.de>
5040
5041 * cmdargs.texi (Initial Options): Call "inhibit-splash-screen" by its
5042 new name. Insert concept index entries.
5043
8cf51b2c
GM
50442007-04-08 Chong Yidong <cyd@stupidchicken.com>
5045
5046 * display.texi (Standard Faces): Document prefix arg for
5047 list-faces-display.
5048
5049 * rmail.texi (Rmail Scrolling): Document rmail-end-of-message.
5050
8cf51b2c
GM
50512007-04-07 Chong Yidong <cyd@stupidchicken.com>
5052
8cf51b2c
GM
5053 * killing.texi (Deletion): Rewrite description of M-\ prefix argument.
5054
5055 * files.texi (Misc File Ops): Rewrite description of
5056 insert-file-literally.
5057
8cf51b2c
GM
50582007-03-31 Eli Zaretskii <eliz@gnu.org>
5059
5060 * misc.texi (Printing): Postscript -> PostScript.
5061
8cf51b2c
GM
5062 * ack.texi (Acknowledgments): Postscript -> PostScript.
5063
5064 * custom.texi (Init File, Init Non-ASCII): Fix last change.
5065
5066 * emacs.texi (Top): Fix the menu due to the change in custom.texi
5067 below.
5068
50692007-03-30 Chong Yidong <cyd@stupidchicken.com>
5070
5071 * custom.texi (Non-ASCII Rebinding): Node deleted. Material moved to
5072 Init Non-ASCII.
5073 (Init Rebinding, Init Syntax): Link to Init Non-ASCII instead.
5074 (Init Non-ASCII): New node.
5075
50762007-03-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5077
5078 * macos.texi (Mac Font Specs): Mention AppleAntiAliasingThreshold.
5079
8cf51b2c
GM
50802007-03-12 Glenn Morris <rgm@gnu.org>
5081
8cf51b2c
GM
5082 * calendar.texi, emacs.texi (Daylight Saving): Rename node from
5083 "Daylight Savings".
5084
49823426 5085 * calendar.texi: Replace "daylight savings" with "daylight
8cf51b2c
GM
5086 saving" in text throughout.
5087
8cf51b2c
GM
50882007-03-04 Richard Stallman <rms@gnu.org>
5089
5090 * custom.texi (Safe File Variables): Minor correction.
5091
8cf51b2c
GM
50922007-02-28 Thien-Thi Nguyen <ttn@gnu.org>
5093
5094 * rmail.texi (Movemail): Add internal ref.
5095 Don't indent the intro for the PROTO table.
5096 Format PROTO table items with @code.
5097
8cf51b2c
GM
50982007-02-26 Nick Roberts <nickrob@snap.net.nz>
5099
5100 * building.texi: Remove references to bashdb.
5101
8cf51b2c
GM
51022007-02-19 Juanma Barranquero <lekktu@gmail.com>
5103
5104 * mule.texi (Language Environments): Update list of supported language
5105 environments.
5106
8cf51b2c
GM
51072007-02-14 Kim F. Storm <storm@cua.dk>
5108
5109 * building.texi (Grep Searching): Fix lgrep doc.
5110
51112007-02-12 Chong Yidong <cyd@stupidchicken.com>
5112
5113 * back.texi: Remove unused file.
5114
c8763fb6 51152007-02-05 Francesco Potortì <pot@gnu.org>
8cf51b2c
GM
5116
5117 * maintaining.texi (Tag Syntax): Now --members is the default for
5118 etags, not for ctags yet.
5119
8cf51b2c
GM
51202007-02-03 Eli Zaretskii <eliz@gnu.org>
5121
5122 * emacs.texi (Top): Update the top-level menus. Make the detailed menu
5123 headers compliant with Texinfo guidelines and with what texnfo-upd.el
5124 expects. Add comments to prevent people from inadvertently modifying
5125 the key parts needed by `texinfo-multiple-files-update'.
5126
51272007-01-29 Chong Yidong <cyd@stupidchicken.com>
5128
5129 * frames.texi (Secondary Selection): Window clicked does not matter
5130 when mouse-yank-at-point is non-nil.
5131
8cf51b2c
GM
51322007-01-16 Glenn Morris <rgm@gnu.org>
5133
5134 * abbrevs.texi (Editing Abbrevs): Describe how to disable a
5135 system abbrev.
5136
51372007-01-11 Richard Stallman <rms@gnu.org>
5138
5139 * msdog.texi (Windows Keyboard): Another small cleanup.
5140
51412007-01-10 Richard Stallman <rms@gnu.org>
5142
5143 * msdog.texi (Windows Keyboard): Yet another try to make
5144 everyone happy with that passage.
5145
51462007-01-05 Richard Stallman <rms@gnu.org>
5147
5148 * anti.texi (Antinews): Mention M-x shell scrolling.
5149
51502007-01-05 Nick Roberts <nickrob@snap.net.nz>
5151
5152 * building.texi (Watch Expressions): Describe gdb-max-children.
5153
8cf51b2c
GM
51542007-01-04 Richard Stallman <rms@gnu.org>
5155
8cf51b2c
GM
5156 * msdog.texi (Windows Keyboard): Clarify previous change.
5157
8cf51b2c
GM
51582007-01-02 Richard Stallman <rms@gnu.org>
5159
5160 * custom.texi (Changing a Variable): Minor clarification.
5161 (Specific Customization): customize-customized => customize-unsaved.
5162
5163 * entering.texi (Entering Emacs): Clean up text about restarting
5164 Emacs for each file.
5165
5166 * misc.texi (Shell Options): Minor cleanup.
5167
5168 * msdog.texi (Windows Keyboard): Explain that Windows was incompatible
5169 with Emacs, not vice versa.
5170
5171 * programs.texi (Symbol Completion): Recommend customizing
5172 window manager.
5173
5174 * xresources.texi (Resources): Minor fix.
5175
c8763fb6 51762007-01-01 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
5177
5178 * xresources.texi (Table of Resources): Add scrollBarWidth resource.
5179
51802007-01-01 Richard Stallman <rms@gnu.org>
5181
5182 * commands.texi (User Input): Document keys stolen by window mangers.
5183
51842006-12-31 Richard Stallman <rms@gnu.org>
5185
5186 * custom.texi (Specific Customization): Document customize-option
5187 instead of customize-variable.
5188
51892006-12-31 Kim F. Storm <storm@cua.dk>
5190
5191 * major.texi (Choosing Modes): Document auto-mode-case-fold.
5192
51932006-12-30 Kim F. Storm <storm@cua.dk>
5194
5195 * killing.texi (CUA Bindings): Fix typo.
5196
5197 * xresources.texi (Table of Resources): Mention grow-only value for
5198 auto-resize-tool-bars.
5199
8cf51b2c
GM
52002006-12-27 Eli Zaretskii <eliz@gnu.org>
5201
5202 * msdog.texi (Windows Keyboard): Mention widespread Windows bindings,
5203 and how to get them back.
5204
52052006-12-26 Richard Stallman <rms@gnu.org>
5206
5207 * calendar.texi (Holidays): Holiday listing is based on current
5208 practice, but DST is not.
5209
52102006-12-25 Richard Stallman <rms@gnu.org>
5211
5212 * emacs.texi (Top): Update subnode menus.
5213
5214 * mark.texi (Transient Mark): Fix xref.
5215
5216 * killing.texi (Graphical Kill): Node deleted.
5217 (Killing): Add xref to Cut and Paste.
5218 (CUA Bindings): Update xref.
5219
5220 * frames.texi (Cut and Paste): New section to hold other nodes.
5221 (Mouse Commands): Node demoted.
5222 (Cut/Paste Other App): Split out from Mouse Commands.
5223 (Word and Line Mouse): Likewise.
5224 (Secondary Selection, Clipboard): Nodes demoted.
5225
8cf51b2c
GM
52262006-12-24 Kevin Ryde <user42@zip.com.au>
5227
5228 * calendar.texi (Holidays): US daylight saving begins second Sunday
5229 in March for 2007 onwards.
5230 (Daylight Savings): Show new US default daylight saving rules, 2nd
5231 Sun in Mar to 1st Sun in Nov, now in cal-dst.el.
5232
52332006-12-23 Chong Yidong <cyd@stupidchicken.com>
5234
5235 * calendar.texi (Scroll Calendar): < and > are switched.
5236
52372006-12-23 Kevin Rodgers <ihs_4664@yahoo.com>
5238
5239 * killing.texi (Deletion): Describe M-\ prefix argument.
5240
52412006-12-23 Richard Stallman <rms@gnu.org>
5242
5243 * search.texi (Regexp Search): Explain why forward and reverse regexp
5244 search are not mirror images.
5245
8cf51b2c
GM
52462006-12-19 Kim F. Storm <storm@cua.dk>
5247
5248 * major.texi (Choosing Modes): Describe match-function elements for
5249 magic-mode-alist.
5250
8cf51b2c
GM
52512006-12-18 Eli Zaretskii <eliz@gnu.org>
5252
5253 * msdog.texi (Windows Keyboard): Add a footnote about "Windows" keys
5254 peculiarities.
5255
52562006-12-18 Richard Stallman <rms@gnu.org>
5257
5258 * abbrevs.texi (Editing Abbrevs): Fix previous change.
5259
8cf51b2c
GM
52602006-12-17 Alan Mackenzie <acm@muc.de>
5261
5262 * programs.texi (Left Margin Paren): Remove the bit which says
5263 that CC Mode sets open-paren-in-column-0-is-defun-start to nil.
5264 Discuss some of the issues of setting this option to nil.
5265
52662006-12-17 Glenn Morris <rgm@gnu.org>
5267
5268 * abbrevs.texi (Editing Abbrevs): Mention system abbrevs.
5269
52702006-12-16 Eli Zaretskii <eliz@gnu.org>
5271
5272 * msdog.texi (Windows Keyboard): Clarify `w32-recognize-altgr' effect.
5273 (Windows Files): `w32-get-true-file-attributes' is only relevant for
5274 NTFS volumes.
5275 (ls in Lisp): `links' in `ls-lisp-verbosity' is only relevant to NTFS
5276 volumes.
5277
52782006-12-15 Eli Zaretskii <eliz@gnu.org>
5279
5280 * text.texi (HTML Mode): Fix "C-c TAB".
5281
8cf51b2c
GM
52822006-12-09 Richard Stallman <rms@gnu.org>
5283
5284 * misc.texi (Invoking emacsclient): Simplify TCP file text.
5285
52862006-12-08 Kevin Rodgers <ihs_4664@yahoo.com>
5287
5288 * files.texi (Misc File Ops): Document insert-file-literally.
5289
52902006-12-08 Eli Zaretskii <eliz@gnu.org>
5291
5292 * cmdargs.texi (Colors): Note that --color is intended for overriding
5293 the terminal defaults, not for normal invocation.
5294
5295 * misc.texi (Emacs Server): Improve wording. Don't mention the
5296 ``server program''. Add a cross-reference to "Init File" node.
5297 (Invoking emacsclient): Add index entries. Document both short and
5298 long versions of command-line options. Document the -f option.
5299
8cf51b2c
GM
53002006-12-06 Richard Stallman <rms@gnu.org>
5301
5302 * text.texi (Outline Format): Say to set outline-regexp
5303 and outline-level with major modes and file local variables.
5304
c8763fb6 53052006-12-05 Michaël Cadilhac <michael.cadilhac@lrde.org>
8cf51b2c
GM
5306
5307 * anti.texi (Antinews): Mention the alternative to
5308 `~/.emacs_SHELLNAME', which is `~/.emacs.d/init_SHELLNAME.sh'.
5309
8cf51b2c
GM
5310 * misc.texi (Interactive Shell): Ditto.
5311
53122006-12-04 Eli Zaretskii <eliz@gnu.org>
5313
5314 * emacs.texi (Acknowledgments): Fix Arne J@o{}rgensen's name.
5315
5316 * ack.texi (Acknowledgments): Fix Arne J@o{}rgensen's name.
5317
53182006-12-01 Eli Zaretskii <eliz@gnu.org>
5319
5320 * mule.texi (Enabling Multibyte): Rephrase the confusing reference to a
5321 colon in the mode line.
5322
5323 * msdog.texi (Windows Processes) [@ifnottex]: Mention w32-shell-execute.
5324
53252006-11-26 Nick Roberts <nickrob@snap.net.nz>
5326
5327 * building.texi (Watch Expressions): Mention SPC for expanding/
5328 contracting watch expressions.
5329
53302006-11-26 Kim F. Storm <storm@cua.dk>
5331
5332 * kmacro.texi (Basic Keyboard Macro): Mention F3/F4 more.
5333
53342006-11-26 Nick Roberts <nickrob@snap.net.nz>
5335
5336 * building.texi (Debugger Operation): Define text command mode.
5337 Clarify how tooltips work.
5338 (GDB Graphical Interface): Explain how to run in text command mode
5339 more clearly.
5340
53412006-11-25 Juanma Barranquero <lekktu@gmail.com>
5342
5343 * mule.texi (Defining Fontsets): Fix use of `charset' and `font'.
5344
53452006-11-22 Juanma Barranquero <lekktu@gmail.com>
5346
5347 * anti.texi (Antinews): Mention --server-file and TCP sockets.
5348
8cf51b2c
GM
53492006-11-18 Chong Yidong <cyd@stupidchicken.com>
5350
5351 * misc.texi (Interactive Shell): INSIDE_EMACS is set to t,
5352 and EMACS is deprecated.
5353
53542006-11-18 Juanma Barranquero <lekktu@gmail.com>
5355
5356 * makefile.w32-in (emacs.dvi): Remove xresmini.texi.
5357
c8763fb6 53582006-11-18 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
5359
5360 * Makefile.in (emacs.dvi): Remove xresmini.texi.
5361
5362 * emacs.texi: Include xresources.texi both for info and dvi.
5363
5364 * xresources.texi: Merge text from xresmini.texi.
5365
c8763fb6 53662006-11-12 Roberto Rodríguez <lanubeblanca@googlemail.com> (tiny change)
8cf51b2c
GM
5367
5368 * glossary.texi: Fix typos.
5369
8cf51b2c
GM
53702006-11-06 Richard Stallman <rms@gnu.org>
5371
5372 * emacs.texi (Acknowledgments): Fix name spelling, add Anna Bigatti.
5373
5374 * ack.texi (Acknowledgments): Fix name spelling.
5375
53762006-11-01 Juri Linkov <juri@jurta.org>
5377
5378 * search.texi (Word Search): Document incremental word search.
5379
53802006-10-28 Glenn Morris <rgm@gnu.org>
5381
5382 * ack.texi (Acknowledgments): Add cal-html author.
5383
5384 * calendar.texi (Writing Calendar Files): Rename section (was "LaTeX
5385 Calendar"). Describe new package cal-html.
5386 * emacs.texi (Top): Rename old node "LaTeX Calendar" to "Writing
5387 Calendar Files."
5388
8cf51b2c
GM
53892006-10-23 Richard Stallman <rms@gnu.org>
5390
5391 * abbrevs.texi (Expanding Abbrevs): Expansion happens only when
5392 Abbrev mode is enabled.
5393
8cf51b2c
GM
53942006-10-16 Richard Stallman <rms@gnu.org>
5395
8cf51b2c
GM
5396 * emacs.texi: Update ISBN.
5397
8cf51b2c
GM
53982006-10-11 Kim F. Storm <storm@cua.dk>
5399
5400 * emacs.texi (Acknowledgments): Use @dotless{i}.
5401
54022006-10-08 Nick Roberts <nickrob@snap.net.nz>
5403
5404 * building.texi (Breakpoints Buffer): Mention catchpoints.
5405
54062006-10-08 Kim F. Storm <storm@cua.dk>
5407
5408 * ack.texi (Acknowledgments): Update.
5409
5410 * emacs.texi (Acknowledgments): Fix bad @/ form.
5411
8cf51b2c
GM
54122006-10-05 Kim F. Storm <storm@cua.dk>
5413
5414 * emacs.texi (Acknowledgments): Add more contributors.
5415
54162006-10-03 Richard Stallman <rms@gnu.org>
5417
5418 * emacs.texi (Acknowledgments): Update version and edition.
5419
8cf51b2c
GM
54202006-10-01 Karl Berry <karl@gnu.org>
5421
5422 * custom.texi (Customization Groups): Page break to keep example buffer
5423 on one page.
5424
54252006-09-30 Karl Berry <karl@gnu.org>
5426
5427 * programs.texi (Basic Indent): @need to improve page break.
5428 * text.texi: Rewording to improve page breaks, and use @LaTeX{}.
5429
54302006-09-29 Glenn Morris <rgm@gnu.org>
5431
5432 * calendar.texi (Date Formats): Doc fix for european-calendar-style.
5433
54342006-09-29 Karl Berry <karl@gnu.org>
5435
5436 * windows.texi (Basic Window): Remove forced @break, no longer
5437 desirable.
5438 * frames.texi (Frame Commands),
5439 * mark.texi (Marking Objects): Reword to avoid bad page break.
5440 * display.texi (Auto Scrolling): Use @tie{} to avoid bad line break.
5441
54422006-09-19 Richard Stallman <rms@gnu.org>
5443
5444 * frames.texi (Dialog Boxes): Clean up wording: avoid passive,
5445 stick to present tense.
5446
c8763fb6 54472006-09-18 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
5448
5449 * frames.texi (Dialog Boxes): Rename x-use-old-gtk-file-dialog
5450 to x-gtk-use-old-file-dialog.
5451 (Dialog Boxes): Document x-gtk-file-dialog-help-text.
5452
54532006-09-15 Jay Belanger <belanger@truman.edu>
5454
49823426 5455 * emacs.texi (GNU GENERAL PUBLIC LICENSE):
8cf51b2c
GM
5456 Change "Library Public License" to "Lesser Public License"
5457 throughout. Use "yyyy" to represent year.
5458
8cf51b2c
GM
54592006-09-12 Reiner Steib <Reiner.Steib@gmx.de>
5460
5461 * files.texi (Visiting): Add index entry "open file".
5462
8cf51b2c
GM
54632006-09-11 Richard Stallman <rms@gnu.org>
5464
5465 * building.texi (Compilation Mode): Clarification.
5466 (Grep Searching): Add xref to Compilation Mode.
5467
8cf51b2c
GM
54682006-09-08 Richard Stallman <rms@gnu.org>
5469
5470 * search.texi (Search): Ref multi-file search commands here.
5471 (Other Repeating Search): Not here.
5472
8cf51b2c
GM
54732006-08-28 Richard Stallman <rms@gnu.org>
5474
5475 * windows.texi (Split Window): Update xref.
5476
5477 * basic.texi (Continuation Lines): Update xref.
5478
5479 * indent.texi (Tab Stops): Update xref.
5480
5481 * emacs.texi (Top): Update subnode menu.
5482
5483 * display.texi (Line Truncation, Displaying Boundaries): New nodes,
5484 split out of Display Custom.
5485
54862006-08-25 Kim F. Storm <storm@cua.dk>
5487
5488 * display.texi (Display Custom): Add variables overline-margin
5489 and x-underline-at-descent-line.
5490
54912006-08-25 Richard Stallman <rms@gnu.org>
5492
5493 * entering.texi (Exiting): Rewrite to give graphical displays
5494 priority over text terminals.
5495
5496 * search.texi (Incremental Search): Move index entries.
5497
54982006-08-23 Chong Yidong <cyd@stupidchicken.com>
5499
5500 * custom.texi (Init File): Reference Find Init to avoid "home
5501 directory" confusion.
5502
55032006-08-22 Nick Roberts <nickrob@snap.net.nz>
5504
5505 * building.texi (Other GDB-UI Buffers): Describe how to edit
5506 a value in the locals buffer.
5507
55082006-08-21 Richard Stallman <rms@gnu.org>
5509
5510 * search.texi (Basic Isearch): Add `isearch' index entry.
5511
55122006-08-16 Richard Stallman <rms@gnu.org>
5513
5514 * misc.texi (Saving Emacs Sessions): Clean up wording.
5515
5516 * mark.texi (Marking Objects): Mention term "select all".
5517
5518 * emacs.texi (Top): Update subnode menu.
5519
5520 * help.texi (Help Mode): Move node up in file.
5521
8cf51b2c
GM
55222006-08-15 Nick Roberts <nickrob@snap.net.nz>
5523
5524 * building.texi (Stack Buffer): Explain fringe arrow.
5525
8cf51b2c
GM
55262006-08-12 Eli Zaretskii <eliz@gnu.org>
5527
8cf51b2c
GM
5528 * misc.texi (Saving Emacs Sessions): Clarify when desktop is restored
5529 on startup.
5530
55312006-08-11 Romain Francoise <romain@orebokech.com>
5532
5533 * ack.texi (Acknowledgments): Delete mention to zone-mode.el.
5534
55352006-08-10 Sven Joachim <svenjoac@gmx.de> (tiny change)
5536
5537 * mule.texi (Recognize Coding, Text Coding): Fix typos.
5538
55392006-08-10 Richard Stallman <rms@gnu.org>
5540
5541 * text.texi (Format Faces): Substantial rewrites to deal
1c6c854e
CS
5542 with face merging. Empty regions don't count.
5543 Clarify face property inheritance.
8cf51b2c
GM
5544
55452006-08-08 Romain Francoise <romain@orebokech.com>
5546
5547 * dired.texi (Marks vs Flags): Fix typo reported by Ari Roponen
5548 <arjuropo@cc.jyu.fi>.
5549
8cf51b2c
GM
55502006-08-04 Eli Zaretskii <eliz@gnu.org>
5551
5552 * cmdargs.texi (Window Size X) <--geometry>: Only width and height
5553 apply to all frames.
5554
8cf51b2c
GM
55552006-08-01 Richard Stallman <rms@gnu.org>
5556
5557 * help.texi (Name Help): Add index entries for describe-variable.
5558
55592006-08-01 Nick Roberts <nickrob@snap.net.nz>
5560
5561 * building.texi (GDB Graphical Interface): Shorten node names.
5562 (GDB-UI Layout): Use GDB-related.
5563 (Other GDB-UI Buffers): Simplify English.
5564
55652006-07-31 Richard Stallman <rms@gnu.org>
5566
5567 * search.texi (Query Replace): Add xref for Dired's Q command.
5568
8cf51b2c
GM
55692006-07-31 Nick Roberts <nickrob@snap.net.nz>
5570
5571 * building.texi (GDB commands in Fringe): Rename to...
5572 (Source Buffers): ..this and move forward. Describe hollow arrow and
5573 new option gdb-find-source-frame.
5574
55752006-07-29 Richard Stallman <rms@gnu.org>
5576
5577 * dired.texi (Operating on Files): Simplify previous change
5578 and fix Texinfo usage.
5579
55802006-07-29 Eli Zaretskii <eliz@gnu.org>
5581
5582 * dired.texi (Operating on Files): Add cross-references. State the
5583 Unix commands that do similar things.
5584
55852006-07-28 Richard Stallman <rms@gnu.org>
5586
5587 * mark.texi (Transient Mark): Clarify that region never disappears
5588 when Transient Mark mode is off, and not when it is on.
5589
55902006-07-27 Richard Stallman <rms@gnu.org>
5591
5592 * search.texi (Non-ASCII Isearch): Clarify. Mention C-q.
5593
55942006-07-24 Richard Stallman <rms@gnu.org>
5595
5596 * xresources.texi (GTK styles): Fix texinfo usage.
5597
8cf51b2c
GM
5598 * commands.texi (User Input): Explain why we teach keyboard cmds.
5599
5600 * xresources.texi, xresmini.texi, search.texi, programs.texi:
5601 * misc.texi, kmacro.texi, killing.texi, glossary.texi:
5602 * fortran-xtra.texi, files.texi, emacs.texi, emacs-xtra.texi:
5603 * doclicense.texi, display.texi, dired.texi, basic.texi:
5604 * anti.texi, ack.texi: Move periods and commas inside quotes.
5605
56062006-07-22 Eli Zaretskii <eliz@gnu.org>
5607
5608 * cmdargs.texi (General Variables): Document EMAIL.
5609
56102006-07-21 Eli Zaretskii <eliz@gnu.org>
5611
5612 * frames.texi (Frame Commands): Mention that focus-follows-mouse
5613 doesn't have effect on MS-Windows.
5614
8cf51b2c
GM
56152006-07-17 Richard Stallman <rms@gnu.org>
5616
5617 * building.texi (Grep Searching): Explain about chaining grep commands.
5618
8cf51b2c
GM
56192006-07-10 Nick Roberts <nickrob@snap.net.nz>
5620
49823426 5621 * killing.texi, mini.texi: Fix typos.
8cf51b2c
GM
5622
56232006-07-09 Chong Yidong <cyd@stupidchicken.com>
5624
5625 * misc.texi (Invoking emacsclient): Document behavior when emacsclient
5626 is invoked for multiple files.
5627
56282006-07-08 Eli Zaretskii <eliz@gnu.org>
5629
5630 * msdog.texi (Windows Keyboard) [@iftex]: Add an @inforef to the
5631 on-line manual for the rest of this node.
5632 (Windows Mouse) <w32-pass-extra-mouse-buttons-to-system>: Include
5633 unconditionally.
5634 (Windows Processes) <w32-quote-process-args>: Include unconditionally.
5635 Improve wording.
5636 (Windows Printing): Improve wording.
5637 (Windows Misc) [@iftex]: Add an @inforef to the on-line manual for the
5638 rest of this node.
5639
8cf51b2c
GM
56402006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
5641
49823426
GM
5642 * building.texi (Lisp Eval): Throughout, replace eval-current-buffer
5643 with eval-buffer.
8cf51b2c
GM
5644
56452006-07-05 Nick Roberts <nickrob@snap.net.nz>
5646
5647 * mule.texi (Coding Systems, Specify Coding): Link descriptions
5648 of character translation.
5649
56502006-07-04 Nick Roberts <nickrob@snap.net.nz>
5651
5652 * rmail.texi (Remote Mailboxes): Add missing @code keyword.
5653
56542006-07-03 Karl Berry <karl@gnu.org>
5655
5656 * emacs.texi (\hbadness): Set to 6000 so we aren't bothered by
5657 not-too-underfull hboxes in the TeX output.
5658 * abbrevs.texi, buffers.texi, building.texi, calendar.texi,
5659 * cmdargs.texi, custom.texi, dired.texi, macos.texi,
5660 * maintaining.texi, misc.texi, mule.texi, programs.texi, rmail.texi,
5661 * sending.texi, text.texi: Fix overfull/underfull boxes.
5662
56632006-07-03 Romain Francoise <romain@orebokech.com>
5664
5665 * m-x.texi (M-x): Fix.
5666
56672006-07-03 Richard Stallman <rms@gnu.org>
5668
8cf51b2c
GM
5669 * search.texi (Other Repeating Search): filename -> file name.
5670
5671 * misc.texi (Narrowing): Minor cleanups.
5672
5673 * files.texi (Visiting): filename -> file name.
5674
5675 * emacs.texi (Top): Update subnode menus.
5676
5677 * mule.texi (Coding Systems): Move char translation stuff here.
5678 (Specify Coding, Output Coding): New nodes, out of Recognize Coding.
5679 (Recognize Coding): Substantial local rewrites.
5680 (International): Update menu.
5681
5682 * display.texi (Auto Scrolling): New node, broken out of Scrolling.
5683 (Scrolling): Substantial local rewrites.
5684 (Display): Update menu and intro.
5685
5686 * dired.texi: filename -> file name.
5687
5688 * custom.texi (Safe File Variables): Texinfo usage fix.
5689
f0131492 56902006-07-03 Teodor Zlatanov <tzz@lifelogs.com>
8cf51b2c
GM
5691
5692 * help.texi, m-x.texi: Lots of cleanups.
5693
8cf51b2c
GM
56942006-06-30 Eli Zaretskii <eliz@gnu.org>
5695
5696 * msdog.texi (ls in Lisp, Windows Keyboard, Windows Mouse)
5697 (Windows Processes, Windows Misc): Shorten the printed version by
5698 selectively conditioning less important portions by @ifnottex.
5699
8cf51b2c
GM
57002006-06-27 Richard Stallman <rms@gnu.org>
5701
5702 * mini.texi (Minibuffer File): Minor cleanup.
5703
57042006-06-25 Nick Roberts <nickrob@snap.net.nz>
5705
5706 * frames.texi (XTerm Mouse): Rename to...
5707 (Text-Only Mouse): ...this. Mention t-mouse-mode.
5708
5709 * emacs.texi (Top): Use new node name.
5710
57112006-06-24 Eli Zaretskii <eliz@gnu.org>
5712
5713 * emacs.texi (Top): Update the detailed menu according to changes in
5714 msdog.texi.
5715
5716 * msdog.texi (Windows Keyboard): New section.
5717 (Windows Mouse): New section.
5718 (Windows System Menu): Remove section (text merged with "Windows
5719 Keyboard").
5720 (Windows Misc): New section.
5721
5722 * dired.texi (Dired Enter): Refer to msdog.texi for ls-lisp emulation.
5723
5724 * msdog.texi (ls in Lisp): New section.
5725
5726 * files.texi (Visiting): Document case-insensitive wildcard matching
5727 under find-file-wildcards.
5728
8cf51b2c
GM
57292006-06-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5730
5731 * macos.texi (Mac Input): Add description of mac-function-modifier.
5732 Now Unicode keyboard layouts work.
5733
8cf51b2c
GM
57342006-06-10 Richard Stallman <rms@gnu.org>
5735
5736 * mule.texi (Recognize Coding): Clarify previous change.
5737
57382006-06-09 Kenichi Handa <handa@m17n.org>
5739
5740 * mule.texi (Recognize Coding): Describe the convention of "CODING!"
5741 notation.
5742
57432006-06-07 Kevin Ryde <user42@zip.com.au>
5744
5745 * mule.texi (Coding Systems): Footnote xref "MS-DOS and MULE" in main
5746 manual for @ifnottex, but in emacs-extra for @iftex.
5747
5748 * cmdargs.texi (General Variables): Fix smtpmail xref.
5749
57502006-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
5751
8cf51b2c 5752 * programs.texi (Comment Commands):
8cf51b2c 5753 * custom.texi (Specifying File Variables):
49823426 5754 Use ;; instead of ;;; to better follow coding conventions.
8cf51b2c
GM
5755
57562006-06-07 Nick Roberts <nickrob@snap.net.nz>
5757
5758 * building.texi (Watch Expressions): Move node to end.
5759 (GDB Graphical Interface): Move description of clicks in fringe...
5760 (GDB commands in the Fringe): ...to here. New node.
5761
8cf51b2c
GM
57622006-06-05 Romain Francoise <romain@orebokech.com>
5763
49823426 5764 * xresmini.texi (GTK resources): Fix various typos.
8cf51b2c
GM
5765
57662006-06-05 Nick Roberts <nickrob@snap.net.nz>
5767
5768 * building.texi (GDB Graphical Interface): Update bindings.
5769 (Commands of GUD): Add gud-print. Remove gud-run.
5770 Restate availability more generally.
5771
f0131492 57722006-06-03 Teodor Zlatanov <tzz@lifelogs.com>
8cf51b2c
GM
5773
5774 * mini.texi: Lots of cleanups.
5775
57762006-06-01 Luc Teirlinck <teirllm@auburn.edu>
5777
5778 * misc.texi (Shell History Copying): Update descriptions of `C-c RET'
5779 and Mouse-2.
5780
c8763fb6 57812006-06-01 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
5782
5783 * screen.texi (Menu Bar): Change menu-bar-start to menu-bar-open.
5784
8cf51b2c
GM
57852006-05-31 Richard Stallman <rms@gnu.org>
5786
5787 * basic.texi (Moving Point): Fix previous change.
5788
c8763fb6 57892006-05-29 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
5790
5791 * screen.texi (Menu Bar): F10 for Gtk+/Lesstif/Lucid menus.
5792
f0131492 57932006-05-28 Teodor Zlatanov <tzz@lifelogs.com>
8cf51b2c
GM
5794
5795 * basic.texi: Many simplifications and improvements in wording.
5796
8cf51b2c
GM
57972006-05-26 Nick Roberts <nickrob@snap.net.nz>
5798
5799 * anti.texi (Antinews): Create a node for gdb-ui.
5800
8cf51b2c
GM
58012006-05-22 Reiner Steib <Reiner.Steib@gmx.de>
5802
5803 * frames.texi (Menu Bars, Tool Bars): Add index entries.
5804
58052006-05-20 Richard Stallman <rms@gnu.org>
5806
5807 * dired.texi (Dired Navigation): dired-goto-file is now j.
5808
8cf51b2c
GM
58092006-05-20 Eli Zaretskii <eliz@gnu.org>
5810
5811 * mule.texi (Coding Systems): Mention the undecided-* coding systems
5812 and their aliases.
5813
5814 * msdog.texi (Windows Printing): Mention non-support of plain text
5815 printing with some el-cheapo printers, and suggest a workaround.
5816
58172006-05-20 Kevin Ryde <user42@zip.com.au>
5818
5819 * text.texi (TeX Print): tex-dvi-view-command has a default value,
5820 remove the bit saying you must set it.
5821
58222006-05-19 Luc Teirlinck <teirllm@auburn.edu>
5823
5824 * trouble.texi (Checklist):
5825 * text.texi (Text, Auto Fill, Text Mode):
5826 * search.texi (Nonincremental Search):
5827 * rmail.texi (Rmail Labels):
5828 * mule.texi (Input Methods, Multibyte Conversion):
5829 * misc.texi (Gnus, Where to Look, PostScript):
5830 * maintaining.texi (Create Tags Table):
5831 * indent.texi (Indentation Commands):
5832 * fixit.texi (Spelling):
5833 * emacs.texi (Copying):
5834 * custom.texi (Init File): ifinfo -> ifnottex.
5835
8cf51b2c
GM
58362006-05-17 Richard Stallman <rms@gnu.org>
5837
5838 * files.texi (Diff Mode): Mention C-x `.
5839
58402006-05-08 Richard Stallman <rms@gnu.org>
5841
5842 * custom.texi (Disabling): Textual cleanups.
5843
8cf51b2c
GM
58442006-05-12 Glenn Morris <rgm@gnu.org>
5845
5846 * calendar.texi (Displaying the Diary, Format of Diary File):
5847 Refer to diary-view-entries, diary-list-entries,
5848 diary-show-all-entries rather than obsolete aliases.
5849
58502006-05-12 Eli Zaretskii <eliz@gnu.org>
5851
5852 * calendar.texi (Calendar/Diary, Holidays, Displaying the Diary)
5853 (Displaying the Diary, Special Diary Entries, Importing Diary):
5854 * building.texi (Compilation Shell):
5855 * buffers.texi (Several Buffers) [iftex]: Replace @xref's to
5856 emacs-xtra with @inforef's.
5857
5858 * files.texi (Visiting): Fix wording.
5859
5860 * mule.texi (Coding Systems, Text Coding): More indexing.
5861 Mention that C-x RET f can set eol conversion.
5862
c8763fb6 58632006-05-07 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
5864
5865 * xresmini.texi (GTK resources): Insert GTK description.
5866
5867 * xresources.texi (GTK resources): metafont should be menufont.
5868
8cf51b2c
GM
58692006-05-06 Michael Albinus <michael.albinus@gmx.de>
5870
49823426 5871 * mini.texi (Completion Options): Completion of remote files'
8cf51b2c
GM
5872 method, user name and host name is active only in partial
5873 completion mode.
5874
8cf51b2c
GM
58752006-05-06 Eli Zaretskii <eliz@gnu.org>
5876
5877 * makefile.w32-in (emacs.dvi):
5878 * Makefile.in (emacs.dvi): Add xresmini.texi.
5879
5880 * xresmini.texi (Table of Resources): Remove xref to non-existent
5881 node "LessTif Resources".
5882
5883 * msdog.texi (Microsoft Windows):
5884 * calendar.texi (Calendar/Diary, Displaying the Diary)
5885 (Special Diary Entries, Importing Diary, Holidays):
5886 * programs.texi (Program Modes):
5887 * text.texi (Text):
5888 * buffers.texi (Several Buffers):
5889 * files.texi (Comparing Files): Fix cross-references to emacs-xtra.
5890
58912006-05-06 Eli Zaretskii <eliz@gnu.org>
5892
5893 The following changes merge the emacs-xtra manual into the main
5894 manual, but only for on-line version of the manual.
5895
5896 * vc2-xtra.texi (Version Backups, Local Version Control)
5897 (Making Snapshots, Change Logs and VC, Version Headers)
5898 (Customizing VC, CVS Options) [ifnottex]: Conditional xref's for
5899 on-line manual.
5900
5901 * vc1-xtra.texi (VC Dired Mode) [ifnottex]: Conditional xref's
5902 for on-line manual.
5903
5904 * msdog-xtra.texi (MS-DOS, MS-DOS Keyboard, MS-DOS Mouse)
5905 (MS-DOS Display, MS-DOS File Names, MS-DOS Printing)
5906 (MS-DOS and MULE, MS-DOS Processes) [ifnottex]: Conditional xref's
5907 for on-line manual.
5908
5909 * fortran-xtra.texi (Fortran, Fortran Autofill)
5910 (Fortran Autofill, Fortran Abbrev) [ifnottex]: Conditional xref's
5911 for on-line manual.
5912
5913 * picture-xtra.texi (Basic Picture, Rectangles in Picture) [ifnottex]:
5914 Conditional xref's for on-line manual.
5915
5916 * emerge-xtra.texi (Emerge, Overview of Emerge)
5917 (Fine Points of Emerge) [ifnottex]: Conditional xref's for on-line
5918 manual.
5919
5920 * Makefile.in (INFO_TARGETS): Remove ../info/emacs-xtra.
5921 (EMACS_XTRA): New variable, lists the new *-xtra.texi files.
5922 (EMACSSOURCES): Use EMACS_XTRA.
5923 (../info/emacs-xtra): Remove.
5924 (emacs-xtra.dvi): Add EMACS_XTRA to prerequisites.
5925
5926 * makefile.w32-in (INFO_TARGETS): Remove $(infodir)/emacs-xtra.
5927 (EMACS_XTRA): New variable, lists the new *-xtra.texi files.
5928 (EMACSSOURCES): Use EMACS_XTRA.
5929 ($(infodir)/emacs-xtra): Remove.
5930 (emacs-xtra.dvi): Add EMACS_XTRA to prerequisites.
5931
5932 * trouble.texi (Quitting):
5933 * text.texi (Text):
5934 * programs.texi (Program Modes):
5935 * msdog.texi (Microsoft Windows):
5936 * frames.texi (Frames):
5937 * files.texi (Backup, Version Control, VC Concepts)
5938 (Types of Log File, Advanced C-x v v, Log Buffer, Old Versions)
5939 (Registering, VC Status, VC Undo, Multi-User Branching)
5940 (Comparing Files):
5941 * calendar.texi (Calendar/Diary, Holidays, Displaying the Diary)
5942 (Displaying the Diary, Special Diary Entries, Importing Diary):
5943 * buffers.texi (Several Buffers): Replace inforef to emacs-xtra by
5944 conditional xref's, depending on @iftex/@ifnottex.
5945
5946 * msdog.texi (Microsoft Windows) [ifnottex]: Add menu entry for
5947 "MS-DOS". @include msdog-xtra.texi.
5948
5949 * programs.texi (Programs) [ifnottex]: Add menu entry for "Fortran".
5950 <Top Level> [ifnottex]: @include fortran-xtra.texi.
5951
5952 * files.texi (Secondary VC Commands) [ifnottex]: Add menu entries
5953 for vc-xtra.texi subsections.
5954 (VC Undo) [ifnottex]: @include vc1-xtra.texi and @lowersections it.
5955 (Multi-User Branching) [ifnottex]: @include vc2-xtra.texi.
5956
5957 * sending.texi (Sending Mail): A @node line without explicit Prev,
5958 Next, and Up links.
5959
5960 * abbrevs.texi (Abbrevs): A @node line without explicit Prev,
5961 Next, and Up links.
5962
5963 * emacs.texi (Top) [ifnottex]: Add menu entries for "Picture Mode"
5964 and its sections. @include picture-xtra.texi.
5965
5966 * maintaining.texi (Maintaining) [ifnottex]: Add menu entry for
5967 "Emerge".
5968 (List Tags) [ifnottex]: @include emerge-xtra.texi.
5969
5970 * cal-xtra.texi (Daylight Savings): Remove this node: it is an
5971 exact duplicate of its name-sake in calendar.texi.
5972
5973 * calendar.texi (Calendar/Diary) [ifnottex]: Add menu item for
5974 "Advanced Calendar/Diary Usage".
5975 (Time Intervals) [ifnottex]: @include cal-xtra.texi.
5976
5977 * dired.texi (Subdirectories in Dired) [ifnottex]: @include
5978 dired-xtra.texi.
5979 (Dired) [ifnottex]: Add menu entry for "Subdir Switches".
5980
5981 * files.texi (Reverting) [ifnottex]: @include arevert-xtra.texi.
5982 (Files) [ifnottex]: Add menu entry for Autorevert.
5983
5984 * emacs-xtra.texi (Introduction): Reword to make consistent with
5985 printed version only.
5986 <Top level>: Remove the body of all chapters and move them to the
5987 new *-xtra.texi files. Use @raisesections and @lowersections to
5988 convert sections to chapters etc.
5989
5990 * msdog-xtra.texi:
5991 * fortran-xtra.texi:
5992 * vc-xtra.texi:
5993 * vc1-xtra.texi:
5994 * vc2-xtra.texi:
5995 * emerge-xtra.texi:
5996 * cal-xtra.texi:
5997 * dired-xtra.texi:
5998 * arevert-xtra.texi: New files, with text from respective chapters
5999 of emacs-xtra.texi. Convert each @chapter into @section, @section
6000 into @subsection, etc.
6001
1c6c854e 6002 * emacs-xtra.texi (MS-DOS): Rename from "MS-DOG". All references
8cf51b2c
GM
6003 updated.
6004
6005 * msdog.texi (Microsoft Windows): Rename from "Emacs and Microsoft
6006 Windows". All references updated.
6007
60082006-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6009
6010 * macos.texi (Mac Input): Mention input from Character Palette.
6011 (Mac Font Specs): Fix typo.
6012
60132006-05-05 Richard Stallman <rms@gnu.org>
6014
6015 * files.texi (Diff Mode): Minor cleanup.
6016
60172006-05-05 Karl Berry <karl@gnu.org>
6018
8cf51b2c
GM
6019 * emacs.texi: Call @fonttextsize 10, inside @tex to avoid
6020 errors from the current release of makeinfo (4.8).
6021 * help.texi (Library Keywords): Change widest word in multitable
6022 template from `emulations' to `convenience'. (Not sure if this is
6023 related to the font change.)
6024
60252006-05-05 Eli Zaretskii <eliz@gnu.org>
6026
6027 * files.texi (File Names): Add a footnote about limited support of
6028 ~USER on MS-Windows.
6029
6030 * cmdargs.texi (Initial Options): Add a footnote about limited
6031 support of ~USER on MS-Windows.
6032
60332006-05-03 Richard Stallman <rms@gnu.org>
6034
6035 * files.texi (Diff Mode): Node moved here.
6036 (Comparing Files): Delete what duplicates new node.
6037 (Files): Put Diff Mode in menu.
6038
1c6c854e 6039 * misc.texi (Diff Mode): Move to files.texi.
8cf51b2c
GM
6040
6041 * emacs.texi (Top): Update menu for Diff Mode.
6042
6043 * trouble.texi (Emergency Escape): Simplify.
6044
6045 * emacs.texi (Top): Minor clarification.
6046
60472006-05-03 Teodor Zlatanov <tzz@lifelogs.com>
6048
6049 * commands.texi, entering.texi, screen.texi: Many simplifications.
6050
60512006-05-03 Richard Stallman <rms@gnu.org>
6052
6053 * commands.texi (Text Characters): Delete paragraph about unibyte
6054 non-ASCII printing chars.
6055
6056 * killing.texi (Killing): Say "graphical displays".
6057 * display.texi: Say "graphical displays".
6058
6059 * cmdargs.texi (Misc X): Say "graphical displays".
6060
60612006-05-01 Richard Stallman <rms@gnu.org>
6062
6063 * emacs.texi (Top): Add Diff Mode to menu.
6064
60652006-05-01 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
6066
6067 * misc.texi (Diff Mode): New node.
6068
60692006-05-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6070
6071 * macos.texi (Mac International): Now Carbon Emacs has ATSUI support.
6072 (Mac Environment Variables): Shorten example line.
6073 (Mac Font Specs): Shorten lisp lines. Add descriptions for ATSUI.
6074
60752006-05-01 Nick Roberts <nickrob@snap.net.nz>
6076
6077 * building.texi (GUD Customization): Describe cases %d and %c.
6078 Update description for %e.
6079
60802006-04-30 Glenn Morris <rgm@gnu.org>
6081
6082 * calendar.texi (LaTeX Calendar): Mention cal-tex-preamble-extra.
6083
60842006-04-29 Dan Nicolaescu <dann@ics.uci.edu>
6085
6086 * custom.texi (Examining): Update C-h v output example.
6087
60882006-04-29 Kim F. Storm <storm@cua.dk>
6089
6090 * building.texi (Grep Searching): Add lgrep and rgrep.
6091
8cf51b2c
GM
60922006-04-23 Richard Stallman <rms@gnu.org>
6093
6094 * emacs.texi [TeX]: Use xresmini.texi instead of xresources.texi.
6095
6096 * xresmini.texi: New file.
6097
6098 * xresources.texi (Face Resources): Split table into font resources
6099 and the rest. Combine similar attributes for brevity.
6100
8cf51b2c
GM
61012006-04-21 Eli Zaretskii <eliz@gnu.org>
6102
6103 * emacs-xtra.texi (MS-DOS File Names): Remove section about
6104 backslashes and case-insensitivity in file names (moved to the
6105 main manual).
6106 (MS-DOS Printing): Move most of the text to the main manual.
6107
6108 * msdog.texi (Windows Files, Windows HOME, MS-Windows Printing):
6109 New nodes.
6110 (Windows Processes, Windows System Menu): Add index entries and
6111 fix wording.
6112
8cf51b2c
GM
61132006-04-18 J.D. Smith <jdsmith@as.arizona.edu>
6114
6115 * misc.texi (Shell Ring): Add notes on saved input when
6116 navigating off the end of the history list.
6117
61182006-04-18 Chong Yidong <cyd@mit.edu>
6119
6120 * misc.texi (Shell Options): Correct default value of
6121 comint-scroll-show-maximum-output.
6122
8cf51b2c
GM
61232006-04-18 Nick Roberts <nickrob@snap.net.nz>
6124
6125 * building.texi (Watch Expressions): Update.
6126
8cf51b2c
GM
61272006-04-12 Richard Stallman <rms@gnu.org>
6128
6129 * search.texi: Clean up previous change.
6130
61312006-04-12 Eli Zaretskii <eliz@gnu.org>
6132
6133 * search.texi (Regexp Backslash, Regexp Replace): Add index
6134 entries for ``back reference'' and mention the term itself in the
6135 text.
6136
61372006-04-11 Richard Stallman <rms@gnu.org>
6138
6139 * custom.texi (Safe File Variables):
6140 Document enable-local-variables = :safe.
6141
61422006-04-11 Karl Berry <karl@gnu.org>
6143
6144 * emacs-xtra.texi, emacs.texi (Dired under VC, VC Dired Commands)
6145 (Remote Repositories, Version Backups, Local Version Control)
6146 (Snapshots, Making and Using Snapshots, Snapshot Caveats)
6147 (Miscellaneous Commands and Features of VC, Change Logs and VC)
6148 (Renaming VC Work Files and Master Files)
6149 (Inserting Version Control Headers, Customizing VC, General Options)
6150 (Options for RCS and SCCS, Options specific for CVS): Move all
6151 these nodes to emacs-xtra.texi, for brevity.
6152 * cmdargs.texi, files.texi: Change cross-references.
6153
8cf51b2c
GM
61542006-04-11 J.D. Smith <jdsmith@as.arizona.edu>
6155
6156 * files.texi (Old Versions): Update description of vc-annotate's
6157 use of color to indicate date ranges.
6158
8cf51b2c
GM
61592006-04-09 Kevin Ryde <user42@zip.com.au>
6160
8cf51b2c
GM
6161 * sending.texi (Mail Sending): In send-mail-function @pxref smtpmail,
6162 put info and printed manual names the right way around.
6163
61642006-04-09 Karl Berry <karl@gnu.org>
6165
6166 * msdog.texi, emacs-xtra.texi: Move all the MS-DOS material to
6167 emacs-xtra.texi, leaving only MS Windows information.
6168 * building.texi, emacs.texi, frames.texi, gnu.texi, macos.texi,
6169 * msdog.texi, mule.texi, trouble.texi: Change cross-references and
6170 node names.
6171
6172 * emacs.texi: Move @summarycontents and @contents to the beginning
6173 of the file.
6174
8cf51b2c
GM
61752006-04-08 Kevin Ryde <user42@zip.com.au>
6176
6177 * text.texi (Fill Commands): fill-nobreak-predicate is now a hook.
6178
61792006-04-07 Richard Stallman <rms@gnu.org>
6180
6181 * programs.texi (Comments, Comment Commands, Options for Comments)
6182 (Multi-Line Comments): "Align", not "indent".
6183 (Basic Indent): C-j deletes trailing whitespace before the newline.
6184
61852006-04-06 Richard Stallman <rms@gnu.org>
6186
8cf51b2c
GM
6187 * programs.texi (Basic Indent): Clarify relationship of C-j to TAB.
6188
61892006-04-06 Eli Zaretskii <eliz@gnu.org>
6190
6191 * killing.texi (Rectangles): Add index entry for marking a rectangle.
6192
8cf51b2c
GM
61932006-04-05 Richard Stallman <rms@gnu.org>
6194
6195 * emacs.texi (Top): Update subnode menu.
6196
6197 * trouble.texi (Unasked-for Search): Node deleted.
6198 (Lossage): Delete from menu.
6199
62002006-04-04 Richard Stallman <rms@gnu.org>
6201
6202 * trouble.texi: Various cleanups.
6203 (Checklist): Don't bother saying how to snail a bug report.
6204 (Emergency Escape): Much rewriting.
6205 (After a Crash): Rename the core dump immediately.
6206 (Total Frustration): Call it a psychotherapist.
6207 (Bug Criteria): Avoid "illegal instruction".
6208 (Sending Patches): We always put the contributor's name in.
6209
6210 * misc.texi (Thumbnails): Minor correction.
6211
8cf51b2c
GM
62122006-04-03 Richard Stallman <rms@gnu.org>
6213
6214 * misc.texi (Thumbnails): Minor cleanup.
6215
62162006-04-02 Karl Berry <karl@gnu.org>
6217
6218 * sending.texi (Mail Sending): pxref to Top needs five args.
6219
6220 * texinfo.tex: Update to current version (2006-03-21.13).
6221
8cf51b2c
GM
62222006-03-31 Richard Stallman <rms@gnu.org>
6223
6224 * emacs.texi (Top): Update subnode menu.
6225
6226 * help.texi (Help Mode): Cleanup.
6227
6228 * dired.texi: Many cleanups.
6229 (Dired Deletion): Describe dired-recursive-deletes.
6230 (Operating on Files): dired-create-directory moved.
6231 (Misc Dired Features): Move to here.
6232 (Tumme): Node moved to misc.texi.
6233
6234 * custom.texi: Many cleanups.
6235 (Minor Modes): Don't mention ISO Accents Mode.
6236 (Examining): Update C-h v output example.
6237 (Hooks): Add index and xref for add-hook.
6238 (Locals): Delete list of vars that are always per-buffer. Rearrange.
6239 (Local Keymaps): Don't mention lisp-mode-map, c-mode-map.
6240
6241 * misc.texi: Many cleanups.
6242 (beginning): Add to summary of topics.
6243 (Shell): Put eshell xref at the end. Remove eshell from table.
6244 (Thumbnails): New node.
6245
8cf51b2c
GM
62462006-03-28 Eli Zaretskii <eliz@gnu.org>
6247
6248 * files.texi (File Name Cache): Make it clear that the cache is
6249 not persistent.
6250
8cf51b2c
GM
62512006-03-25 Karl Berry <karl@gnu.org>
6252
49823426
GM
6253 * emacs-xtra.texi, emacs.texi, gnu.texi:
6254 (1) use @copyright{} instead of (C) in typeset text;
8cf51b2c
GM
6255 (2) do not indent copyright year list (or anything else).
6256
8cf51b2c
GM
62572006-03-21 Juanma Barranquero <lekktu@gmail.com>
6258
6259 * files.texi (VC Dired Mode): Remove misplaced brackets.
6260
62612006-03-21 Andre Spiegel <spiegel@gnu.org>
6262
6263 * files.texi: Various updates and clarifications in the VC chapter.
6264
62652006-03-19 Luc Teirlinck <teirllm@auburn.edu>
6266
6267 * help.texi (Help Mode): Document "C-c C-c".
6268
8cf51b2c
GM
62692006-03-16 Luc Teirlinck <teirllm@auburn.edu>
6270
6271 * emacs-xtra.texi (Top): Avoid ugly continuation line in
6272 menu in the standalone Info reader.
6273
62742006-03-15 Chong Yidong <cyd@stupidchicken.com>
6275
6276 * emacs-xtra.texi (Emerge, Picture Mode, Fortran): New chapters,
6277 moved here from Emacs manual.
6278
6279 * programs.texi (Fortran): Section moved to emacs-xtra.
6280 (Program Modes): Xref to Fortran in emacs-xtra.
6281
6282 * maintaining.texi (Emerge): Move to emacs-xtra.
6283 * files.texi (Comparing Files): Xref to Emerge in emacs-xtra.
6284
6285 * picture.texi: File deleted.
6286 * Makefile.in:
6287 * makefile.w32-in: Remove picture.texi.
6288
6289 * text.texi (Text): Xref to Picture Mode in emacs-xtra.
6290 * abbrevs.texi (Abbrevs):
6291 * sending.texi (Sending Mail): Picture node removed.
6292
6293 * emacs.texi (Top): Update node listings.
6294
8cf51b2c
GM
62952006-03-12 Richard Stallman <rms@gnu.org>
6296
6297 * calendar.texi: Various cleanups.
6298
8cf51b2c
GM
62992006-03-11 Luc Teirlinck <teirllm@auburn.edu>
6300
6301 * search.texi (Regexps): Use @samp for regexp that is not in Lisp
6302 syntax.
6303
8cf51b2c
GM
63042006-03-08 Luc Teirlinck <teirllm@auburn.edu>
6305
6306 * search.texi (Regexps): More accurately describe which characters
6307 are special in which situations. Recommend _not_ to quote `]' or
6308 `-' when they are not special.
6309
8cf51b2c
GM
63102006-02-28 Andre Spiegel <spiegel@gnu.org>
6311
6312 * files.texi (Old Versions): Clarify operation of C-x v =.
6313
8cf51b2c
GM
63142006-02-21 Nick Roberts <nickrob@snap.net.nz>
6315
6316 * building.texi (Watch Expressions): Update and describe
6317 gdb-speedbar-auto-raise.
6318
63192006-02-19 Richard M. Stallman <rms@gnu.org>
6320
6321 * emacs.texi: Use @smallbook.
6322 (Top): Update ref to Emacs paper, delete ref to Cookbook.
6323 Update subnode menu.
6324
6325 * building.texi (Lisp Interaction): Minor addition.
6326
63272006-02-18 Nick Roberts <nickrob@snap.net.nz>
6328
6329 * building.texi (Watch Expressions): Update and be more precise.
6330
c8763fb6 63312006-02-15 Francesco Potortì <pot@gnu.org>
8cf51b2c
GM
6332
6333 * maintaining.texi (Create Tags Table): Explain why the
6334 exception when etags writes to files under the /dev tree.
6335
63362006-02-14 Richard M. Stallman <rms@gnu.org>
6337
6338 * custom.texi (Safe File Variables): Lots of clarification.
6339 Renamed from Unsafe File Variables.
6340
63412006-02-14 Chong Yidong <cyd@stupidchicken.com>
6342
6343 * custom.texi (Unsafe File Variables): File variable confirmation
6344 assumed denied in batch mode.
6345
63462006-02-14 Richard M. Stallman <rms@gnu.org>
6347
6348 * building.texi (GDB User Interface Layout): Don't say `inferior'
6349 for program being debugged.
6350
63512006-02-15 Nick Roberts <nickrob@snap.net.nz>
6352
6353 * building.texi (GDB Graphical Interface):
6354 Replace gdb-use-inferior-io-buffer with gdb-use-separate-io-buffer.
6355
63562006-02-13 Chong Yidong <cyd@stupidchicken.com>
6357
6358 * custom.texi (Specifying File Variables, Unsafe File Variables):
6359 New nodes, split from File Variables. Document new file local
6360 variable behavior.
6361
63622006-02-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6363
6364 * display.texi (Standard Faces):
8cf51b2c
GM
6365 * files.texi (Visiting):
6366 * frames.texi (Clipboard):
6367 * glossary.texi (Glossary) <Clipboard>:
6368 * xresources.texi (X Resources): Mention Mac OS port.
6369
8cf51b2c
GM
63702006-02-12 Richard M. Stallman <rms@gnu.org>
6371
6372 * building.texi (Building): Clarify topic in intro.
6373
6374 * maintaining.texi (Maintaining): Change title; clarify topic.
6375 Delete duplicate index entries.
6376
6377 * building.texi (Other GDB User Interface Buffers): Clarifications.
6378
6379 * text.texi (Cell Commands): Clarifications.
6380
6381 * programs.texi (Defuns): Delete duplicate explanation of
6382 left-margin paren convention.
6383 (Hungry Delete): Minor cleanup.
6384
63852006-02-11 Mathias Dahl <mathias.dahl@gmail.com>
6386
6387 * dired.texi (Tumme): More tumme documentation.
6388
63892006-02-11 Alan Mackenzie <acm@muc.de>
6390
6391 * programs.texi ("Hungry Delete"): Correct the appellation of the
6392 backspace and delete keys to @kbd{DEL} and @kbd{DELETE}.
6393
63942006-02-11 Mathias Dahl <mathias.dahl@gmail.com>
6395
6396 * dired.texi (Tumme): Fix small bug.
6397
63982006-02-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6399
6400 * macos.texi (Mac International): Rename "fontset-mac" to
6401 "fontset-standard".
6402
8cf51b2c
GM
64032006-02-09 Mathias Dahl <mathias.dah@gmail.com>
6404
6405 * dired.texi (Tumme): Basic documentation for Tumme added.
6406
8cf51b2c
GM
64072006-02-07 Luc Teirlinck <teirllm@auburn.edu>
6408
6409 * mule.texi (International):
6410 * programs.texi (Basic Indent): Fix typos.
6411
8cf51b2c
GM
6412 * custom.texi (Minor Modes):
6413 * display.texi (Text Display):
6414 * commands.texi (Text Characters): Update xrefs.
6415
64162006-02-07 Richard M. Stallman <rms@gnu.org>
6417
6418 * emacs.texi (Top): Update subnode menu.
6419 Update info on old Emacs papers.
6420 (Intro): "Graphical display", not window system.
6421
6422 * xresources.texi (GTK styles): Minor clarifications.
6423
6424 * trouble.texi: "Graphical display", not window system.
6425 (Stuck Recursive): Minor clarification.
6426
6427 * text.texi: Minor clarifications.
6428 (Sentences): Explain why two-space convention is better.
6429 Explain sentence-end-without-period here.
6430 (Fill Commands): Not here.
6431 (Refill): Node moved down.
6432 (Filling): Update menu.
6433 (Table Creation, Cell Justification, Column Commands): Clarify.
6434
6435 * sending.texi: Minor clarifications.
6436
6437 * search.texi (Regexp Backslash): Clarification.
6438
6439 * rmail.texi: Minor cleanups.
6440 (Rmail): Delete digression about `rmail-mode'.
6441 (Rmail Inbox): Delete false advice wrt rmail-primary-inbox-list.
6442 (Rmail Files): Mention C-u M-x rmail.
6443 (Rmail Reply): Mention References.
6444 (Rmail Display): Mention rmail-nonignored-headers.
6445
6446 * programs.texi: Minor cleanups.
6447 (Comment Commands): Mention momentary Transient Mark mode.
6448 (Matching): Be more specific about customizing show-paren-mode.
6449 (Info Lookup): Don't list the modes that support C-h S.
6450 Just say what it does in an unsupported mode.
6451 (Man Page): Delete excessive info on customizing woman.
6452 (Motion in C): Don't mention c-for/backward-into-nomenclature.
6453
6454 * abbrevs.texi: Minor clarifications.
6455 (Dabbrev Customization): Talk about "dynamic abbrev expansion",
6456 not "dynamic abbrevs" as if they were a kind of abbrev.
6457
6458 * picture.texi (Picture): Minor cleanup.
6459
6460 * mule.texi (Communication Coding): Say "other applications".
6461 (Fontsets): Not specific to X. Add xref to X Resources.
6462 (Unibyte Mode): Rename from Single-Byte Character Support.
6463 "Graphical display", not window system.
6464 (International): Update menu.
6465
6466 * maintaining.texi (Format of ChangeLog):
6467 New node, split out from ChangeLog.
6468 (ChangeLog): Clarifications in the remaining text.
6469 (Create Tags Table, Etags Regexps, Select Tags Table): Cleanups.
6470 (Find Tag): Add @w.
6471 (Tags Search): Explain tag table order here. Simplify grep ref.
6472 (List Tags): tags-tag-face is a variable, not a face.
6473 (Emerge): Cleanups.
6474
6475 * kmacro.texi (Keyboard Macro Counter): Rewrite for clarity.
6476 (Keyboard Macros): Avoid "the user".
6477
6478 * killing.texi: "Graphical display", not window system.
6479
6480 * help.texi (Help Echo): "Graphical display", not window system.
6481
6482 * glossary.texi: Say "you", not "the user". Say "graphical display".
6483
6484 * frames.texi: Minor cleanups. "Graphical display", not window system.
6485
6486 * files.texi (Visiting): Make drag-and-drop not X-specific.
6487
6488 * custom.texi: Minor cleanups. "Graphical display", not window system.
6489
6490 * cmdargs.texi: Minor cleanups.
6491
6492 * building.texi (Compilation): Move and split kill-compilation para.
6493 Add para about multiple compilers.
6494 (Compilation Mode): Commands also available in grep mode and others.
6495 Mention C-u C-x ` more tutorially. Clarify C-x `.
6496 (Compilation Shell): Clarify. Put Bash example first.
6497 (Grep Searching): Minor cleanups; add @w.
6498 (Debuggers): Minor cleanups.
6499 (Starting GUD): Make GDB xgraphical mode issue clearer.
6500 (Debugger Operation): Lots of clarifications including
6501 GDB tooltip side-effect issue.
6502 (Commands of GUD): Clarify.
6503 (GUD Customization): Add bashdb-mode-hook.
6504 (GDB Graphical Interface): Rewrite for clarity.
6505 (GDB User Interface Layout): Rewrite for clarity.
6506 (Stack Buffer, Watch Expressions): Likewise.
6507 (Other GDB User Interface Buffers): Cleanups.
6508 (Lisp Libraries, External Lisp): Cleanup.
6509
6510 * basic.texi (Position Info): "Graphical displays", rather than
6511 window systems.
6512
6513 * anti.texi: Minor cleanup.
6514
8cf51b2c
GM
65152006-02-03 Eli Zaretskii <eliz@gnu.org>
6516
6517 * custom.texi (Init File, Find Init): Add cross-references to
6518 where $HOME is described.
6519
65202006-02-01 Luc Teirlinck <teirllm@auburn.edu>
6521
6522 * frames.texi (Frame Parameters): Remove @item for S-Mouse-1; it
6523 is not inside the @table.
6524
6525 * emacs.texi (Top): Correct node name.
6526
6527 * files.texi (File Names): Fix @xref.
6528 (Reverting): Fix typo.
6529
6530 * mule.texi (International): Correct node name.
6531
6532 * kmacro.texi (Save Keyboard Macro): Add missing @kbd to @table.
6533
65342006-02-01 Richard M. Stallman <rms@gnu.org>
6535
6536 * emacs.texi (Top): Update subnode menu.
6537
6538 * mule.texi: Minor clarifications.
6539 Reduce the specific references to X Windows.
6540 Refer to "graphical" terminals, rather than window systems.
6541 (Text Coding): Rename from Specify Coding.
6542 (Communication Coding, File Name Coding, Terminal Coding):
6543 New nodes split out from Text Coding.
6544
6545 * kmacro.texi: Minor clarifications.
6546 (Keyboard Macro Ring): Comment out some excessive commands.
6547 (Basic Keyboard Macro): Split up the table, putting part in each node.
6548
6549 * major.texi: Minor clarifications.
6550
6551 * misc.texi (Single Shell, Interactive Shell): Fix xrefs.
6552
6553 * windows.texi: Minor clarifications.
6554 (Change Window): Don't describe mode-line mouse cmds here.
6555 Add xref to Mode Line Mouse.
6556
6557 * msdog.texi (Text and Binary, MS-DOS and MULE): Fix xrefs.
6558
6559 * macos.texi (Mac International): Fix xref.
6560
6561 * indent.texi: Minor clarifications.
6562
6563 * frames.texi: Minor clarifications.
6564 Reduce the specific references to X Windows.
6565 Refer to "graphical" terminals, rather than window systems.
6566 (Frame Parameters): Don't mention commands like
6567 set-foreground-color. Just say to customize a face.
6568 (Drag and Drop): Lisp-level stuff moved to Emacs Lisp manual.
6569
6570 * files.texi: Minor clarifications.
6571 (Numbered Backups): New node, split out from Backup Names.
6572
6573 * display.texi (Font Lock): C mode no longer depends on (-in-col-0.
6574
6575 * cmdargs.texi (General Variables): Fix xref.
6576
6577 * buffers.texi: Minor clarifications.
6578
8cf51b2c
GM
65792006-01-31 Richard M. Stallman <rms@gnu.org>
6580
6581 * display.texi (Scrolling, Horizontal Scrolling, Follow Mode):
6582 Nodes moved to top.
6583
6584 * display.texi: Minor clarifications.
6585 (Display): Rearrange menu.
6586 (Standard Faces): Mention query-replace face.
6587 (Faces): Simplify.
6588 (Font Lock): Simplify face customization info.
6589 (Highlight Changes): Node merged into Highlight Interactively.
6590 (Highlight Interactively): Much rewriting and cleanup.
6591 (Optional Mode Line): Narrowed line number not good for goto-line.
6592 Simplify face customization advice.
6593 (Text Display): Mention use of escape-glyph face.
6594 Move ctl-arrow and tab-width here.
6595 (Display Custom): Move no-redraw-on-reenter to end of node.
6596
6597 * search.texi: Minor clarifications.
6598 (Isearch Scroll): Simplify.
6599 (Other Repeating Search): Document multi-occur-in-matching-buffers.
6600
6601 * regs.texi (Registers): Mention bookmarks here.
6602
6603 * mark.texi: Minor clarifications.
6604 (Selective Undo): Node deleted.
6605
6606 * m-x.texi: Minor clarifications.
6607
6608 * killing.texi: Minor clarifications.
6609 Refer to "graphical" terminals, rather than window systems.
6610
6611 * help.texi: Clarifications.
6612 (Help): Don't describe C-h F and C-h K here.
6613 (Key Help): Describe C-h K here.
6614 (Name Help): Mention Emacs Lisp Intro.
6615 Describe C-h F here.
6616 (Misc Help): Mention C-h F and C-h K only briefly.
6617
6618 * fixit.texi (Undo): New node, mostly copied from basic.texi.
6619 Selective undo text merged in.
6620 (Spelling): Mention Aspell along with Ispell.
6621
6622 * emacs.texi (Top): Update subnode menus.
6623
6624 * basic.texi (Basic Undo): Rename from Undo. Most of text
6625 moved to new Undo node.
6626
8cf51b2c
GM
66272006-01-29 Chong Yidong <cyd@stupidchicken.com>
6628
6629 * basic.texi (Continuation Lines, Inserting Text):
6630 Mention longlines mode.
6631
66322006-01-29 Richard M. Stallman <rms@gnu.org>
6633
10d1d0af 6634 * screen.texi: Minor cleanups.
8cf51b2c
GM
6635 (Screen): Clean up the intro paragraphs.
6636 (Mode Line): Lots of rewriting. Handle frame-name better.
6637 eol-mnemonic-... vars moved out.
6638
6639 * emacs.texi (Top): Change menu item for MS-DOS node.
6640 Update subnode menu.
6641
6642 * msdog.texi (MS-DOS): Rewrite intro to explain how this
6643 chapter relates to Windows. Title changed.
6644
6645 * mini.texi: Minor cleanups.
6646
6647 * mark.texi (Selective Undo): New node, text moved from basic.texi.
6648 (Mark): Put it in the menu.
6649
6650 * entering.texi: Minor cleanups.
6651
6652 * emacs.texi (Top): Add xref to Mac chapter; explain Windows better.
6653 (Intro): Refer to "graphical" terminals, rather than X.
6654
6655 * display.texi (Display Custom): Add xref to Variables.
6656 (Optional Mode Line): eol-mnemonic-... vars moved here.
6657
6658 * commands.texi: Minor cleanups. Refer to "graphical" terminals,
6659 rather than X.
6660
8cf51b2c
GM
6661 * basic.texi: Minor cleanups.
6662 (Undo): selective-undo moved.
6663
8cf51b2c
GM
66642006-01-25 Luc Teirlinck <teirllm@auburn.edu>
6665
6666 * anti.texi (Antinews): Various corrections and additions.
6667
66682006-01-23 Juri Linkov <juri@jurta.org>
6669
6670 * custom.texi (Easy Customization, Customization Groups)
6671 (Browsing Custom): Mention links along with buttons.
6672
8cf51b2c
GM
66732006-01-21 Eli Zaretskii <eliz@gnu.org>
6674
8cf51b2c
GM
6675 * text.texi (TeX Print): Use @key for TAB.
6676
8cf51b2c
GM
6677 * kmacro.texi (Keyboard Macro Step-Edit): Use @key for TAB.
6678
8cf51b2c
GM
66792006-01-15 Sven Joachim <svenjoac@gmx.de> (tiny change)
6680
6681 * files.texi (File Aliases): Don't claim that usually separate
6682 buffers are created for two file names that name the same data.
6683 Mention additional situations where different names mean the same
6684 file on disk.
6685
66862006-01-19 Richard M. Stallman <rms@gnu.org>
6687
6688 * killing.texi (Deletion): Upcase @key argument.
6689
6690 * custom.texi (Custom Themes): Minor cleanup.
6691
6692 * programs.texi (Hungry Delete): Upcase @key argument.
6693
8cf51b2c
GM
66942006-01-16 Juri Linkov <juri@jurta.org>
6695
6696 * display.texi (Standard Faces): Add `mode-line-buffer-id'.
6697 Move `mode-line-highlight' before `mode-line-buffer-id'.
6698
8cf51b2c
GM
66992006-01-14 Richard M. Stallman <rms@gnu.org>
6700
6701 * basic.texi (Inserting Text): Minor cleanup.
6702
8cf51b2c
GM
67032006-01-11 Luc Teirlinck <teirllm@auburn.edu>
6704
6705 * custom.texi (Changing a Variable, Face Customization):
6706 Update for changes in Custom menus.
6707
8cf51b2c
GM
67082006-01-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6709
6710 * macos.texi (Mac International): Undo last change.
6711
8cf51b2c
GM
67122006-01-02 Chong Yidong <cyd@stupidchicken.com>
6713
6714 * custom.texi (Custom Themes): Describe the new
6715 customize-create-theme interface.
6716
67172005-12-30 Juri Linkov <juri@jurta.org>
6718
6719 * basic.texi (Position Info): Update example.
6720
c8763fb6 67212005-12-27 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
6722
6723 * frames.texi (Dialog Boxes): Add x-gtk-show-hidden-files.
6724
67252005-12-24 Chong Yidong <cyd@stupidchicken.com>
6726
6727 * custom.texi (Custom Themes): `load-theme' always loads.
6728
67292005-12-23 Juri Linkov <juri@jurta.org>
6730
6731 * display.texi (Highlight Interactively): Use double space to
6732 separate sentences. Replace C-p with M-p, and C-n with M-n.
6733
67342005-12-22 Richard M. Stallman <rms@gnu.org>
6735
6736 * custom.texi (Easy Customization and subnodes):
6737 Replace "active field" with "button".
6738 Use "user option" only for variables.
6739 Use "setting" for variable-or-face.
6740
67412005-12-22 Luc Teirlinck <teirllm@auburn.edu>
6742
6743 * buffers.texi (Select Buffer): Change order in table to make
6744 "Similar" refer to the correct item.
6745 (Indirect Buffers): Minor rewording.
6746
8cf51b2c
GM
67472005-12-20 Juri Linkov <juri@jurta.org>
6748
6749 * files.texi (VC Status): Put P and N near p and n.
6750
8cf51b2c
GM
67512005-12-19 Richard M. Stallman <rms@gnu.org>
6752
6753 * programs.texi (Electric C): Delete the info about newline control.
6754 (Other C Commands): Minor cleanup.
6755 (Left Margin Paren): Minor cleanup.
6756
67572005-12-19 Luc Teirlinck <teirllm@auburn.edu>
6758
6759 * custom.texi (Easy Customization): Add "Browsing Custom" to menu.
6760 (Customization Groups): Delete text moved to "Browsing Custom".
6761 (Browsing Custom): New node.
6762 (Specific Customization): Clarify which commands only work for
6763 loaded options.
6764
67652005-12-18 Bill Wohler <wohler@newt.com>
6766
6767 * frames.texi (Tool Bars): Shorten text of previous change.
6768
67692005-12-18 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
6770
6771 * files.texi (VC Status): Document log-view mode.
6772
67732005-12-18 Bill Wohler <wohler@newt.com>
6774
6775 * frames.texi (Tool Bars): Mention that you can turn off tool bars
6776 permanently via the customize interface.
6777
8cf51b2c
GM
67782005-12-16 Ralf Angeli <angeli@iwi.uni-sb.de>
6779
6780 * killing.texi (Killing by Lines): Document `kill-whole-line'
6781 function.
6782
c8763fb6 67832005-12-16 Lőrentey Károly <lorentey@elte.hu>
8cf51b2c
GM
6784
6785 * buffers.texi (Select Buffer): Change `prev-buffer' to
6786 `previous-buffer'. Indicate that these functions use a frame
6787 local buffer list.
6788
8cf51b2c
GM
67892005-12-12 Richard M. Stallman <rms@gnu.org>
6790
6791 * custom.texi (Easy Customization): Change menu comment.
6792 (Prefix Keymaps): Fix spelling of Control-X-prefix.
6793
6794 * help.texi (Apropos): Rewrite. Talk about "apropos patterns".
6795 (Help): Among the Apropos commands, describe only C-h a here.
6796
67972005-12-11 Richard M. Stallman <rms@gnu.org>
6798
6799 * programs.texi (Options for Comments): Comment-end starts with space.
6800
6801 * glossary.texi (Glossary): Minor cleanup.
6802
6803 * files.texi (Old Versions): Use @table.
6804
8cf51b2c
GM
68052005-12-10 David Koppelman <koppel@ece.lsu.edu>
6806
6807 * display.texi (Highlight Interactively): Include
6808 global-hi-lock-mode. Add miscellaneous details and elaborations.
6809
68102005-12-09 Richard M. Stallman <rms@gnu.org>
6811
6812 * display.texi (Font Lock): Delete the Global FL menu item.
6813
68142005-12-09 Luc Teirlinck <teirllm@auburn.edu>
6815
6816 * custom.texi (Minibuffer Maps): Mention the maps for file name
6817 completion.
6818
68192005-12-09 Kim F. Storm <storm@cua.dk>
6820
6821 * killing.texi (CUA Bindings): Describe how to use C-x and C-c as
10d1d0af 6822 prefix keys even when mark is active. Describe that RET moves
8cf51b2c
GM
6823 cursor to next corner in rectangle; clarify insert around rectangle.
6824
8cf51b2c
GM
68252005-12-08 Luc Teirlinck <teirllm@auburn.edu>
6826
6827 * custom.texi (Customization): Use xref to elisp manual for
6828 non-TeX output.
6829 (Minor Modes): Update.
6830 (Customization Groups, Changing a Variable, Face Customization):
6831 Update for new appearance of Custom buffers.
6832 (Changing a Variable): `custom-buffer-done-function' has been
6833 replaced by `custom-buffer-done-kill'.
6834 (Specific Customization): In the `customize-group' buffer, a
6835 subgroup's contents are not "hidden". They are not included at
6836 all. They have no [Show] button.
6837 (Mouse Buttons): Add pxref to description of mouse event lists in
6838 Elisp manual. Add `menu-bar' and `header-line' dummy prefix keys.
6839 (Find Init): Emacs now looks for ~/.emacs.d/init.el instead of
6840 ~/.emacs.d/.emacs, if it can not find ~/.emacs(.el).
6841
68422005-12-08 Richard M. Stallman <rms@gnu.org>
6843
6844 * mini.texi (Completion Commands, Completion):
6845 In file name input, SPC does not do completion.
6846
8cf51b2c
GM
68472005-12-08 Nick Roberts <nickrob@snap.net.nz>
6848
6849 * building.texi (GDB Graphical Interface): Explain screen size
6850 setting.
6851 (Other GDB User Interface Buffers): Describe features specific to
6852 GDB 6.4.
6853
8cf51b2c
GM
68542005-12-01 Nick Roberts <nickrob@snap.net.nz>
6855
6856 * building.texi (GDB User Interface Layout): Describe how to
6857 kill associated buffers.
6858 (Breakpoints Buffer): Use D instead of d for gdb-delete-breakpoint.
6859 (Watch Expressions): Be more precise.
6860 (Other GDB User Interface Buffers): Describe how to change a
6861 register value.
6862
8cf51b2c
GM
68632005-11-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6864
6865 * macos.texi (Mac Input): Remove description of
6866 mac-command-key-is-meta. Add descriptions of
6867 mac-control-modifier, mac-command-modifier, and
6868 mac-option-modifier.
6869 (Mac International): Fix description of conversion of clipboard data.
6870 (Mac Font Specs): Add example of font customization by face attributes.
6871
68722005-11-22 Nick Roberts <nickrob@snap.net.nz>
6873
6874 * building.texi (Watch Expressions): Expand description.
6875 (Other GDB User Interface Buffers): Describe local map for
6876 gud-watch.
6877
68782005-11-21 Chong Yidong <cyd@stupidchicken.com>
6879
6880 * display.texi (Font Lock): Font lock is enabled by default now.
6881
68822005-11-20 Juri Linkov <juri@jurta.org>
6883
6884 * basic.texi (Position Info): Update examples of the output.
6885 Remove the fact that examples are produced in the TeXinfo buffer,
6886 because in the Info reader users will get a different output from
6887 `C-x ='.
6888
6889 * building.texi (Compilation Mode): Remove paragraph duplicated
6890 from the node `Compilation'. Add `compilation-skip-threshold'.
6891
6892 * display.texi (Font Lock): Suggest more user-friendly method of
6893 finding all Font Lock faces (M-x customize-group RET font-lock-faces).
6894
68952005-11-18 Richard M. Stallman <rms@gnu.org>
6896
6897 * files.texi (Registering): Mention @@ in mode line.
6898
6899 * mini.texi (Minibuffer File): Clarify previous change. Add @findex.
6900
69012005-11-08 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
6902
6903 * files.texi (Renaming and VC): Some back-ends don't
6904 handle renaming.
6905
8cf51b2c
GM
69062005-11-17 Juri Linkov <juri@jurta.org>
6907
6908 * emacs.texi (Top):
6909 * display.texi (Highlight Interactively): Put this font-lock based
6910 mode near Font Lock node.
6911
69122005-11-16 Chong Yidong <cyd@stupidchicken.com>
6913
6914 * ack.texi (Acknowledgments): Acknowledge Andrew Zhilin for Emacs
6915 icons.
6916
69172005-11-12 Kim F. Storm <storm@cua.dk>
6918
6919 * help.texi (Help): Fix C-h a entry. Add C-h d entry.
6920 (Help Summary): Add C-h d and C-h e.
6921 (Apropos): Clarify that all apropos commands may search for either
6922 list of words or a regexp. Add C-h d for apropos-documentation.
6923 Describe apropos-documentation-sort-by-scores user option.
6924
8cf51b2c
GM
69252005-11-09 Luc Teirlinck <teirllm@auburn.edu>
6926
6927 * killing.texi (CUA Bindings): Add @section.
6928
69292005-11-10 Kim F. Storm <storm@cua.dk>
6930
6931 * emacs.texi (Top): Add CUA Bindings entry to menu.
6932
6933 * killing.texi (CUA Bindings): New node. Moved here from
6934 misc.texi and extended with info on rectangle commands and
6935 rectangle highlighting, interface to registers, and the global
6936 mark feature.
6937
6938 * misc.texi (Emulation): Move CUA bindings item to killing.texi.
6939
6940 * regs.texi: Prev link points to CUA Bindings node.
6941
69422005-11-07 Luc Teirlinck <teirllm@auburn.edu>
6943
6944 * help.texi (Help Echo): By default, help echos are only shown on
6945 mouse-over, not on point-over.
6946
c8763fb6 69472005-11-04 Jérôme Marant <jerome@marant.org>
8cf51b2c
GM
6948
6949 * misc.texi (Shell Mode): Describe how to activate password echoing.
6950
8cf51b2c
GM
69512005-11-04 Romain Francoise <romain@orebokech.com>
6952
6953 * mark.texi (Mark Ring): Fix typo.
6954
69552005-11-03 Richard M. Stallman <rms@gnu.org>
6956
6957 * mark.texi (Mark Ring): Mention set-mark-command-repeat-pop.
6958
69592005-11-01 Bill Wohler <wohler@newt.com>
6960
6961 * help.texi (Help Mode): Fix typo.
6962
69632005-11-01 Nick Roberts <nickrob@snap.net.nz>
6964
1c6c854e
CS
6965 * building.texi (Other GDB User Interface Buffers):
6966 Describe the command gdb-use-inferior-io-buffer.
8cf51b2c
GM
6967
69682005-10-31 Romain Francoise <romain@orebokech.com>
6969
6970 * files.texi (Compressed Files): Fix typo.
6971
6972 * buffers.texi (Misc Buffer): Downcase `*shell*'.
6973
6974 * windows.texi (Force Same Window): Likewise.
6975
69762005-10-30 Bill Wohler <wohler@newt.com>
6977
6978 * help.texi (Help Mode): URLs viewed with browse-url.
6979
69802005-10-31 Nick Roberts <nickrob@snap.net.nz>
6981
6982 * building.texi (GDB Graphical Interface): Don't reference
6983 gdb-mouse-set-clear-breakpoint. Explain gdb-mouse-until
6984 must stay in same frame.
6985
69862005-10-29 Chong Yidong <cyd@stupidchicken.com>
6987
6988 * custom.texi (Init File): Document ~/.emacs.d/init.el.
6989
6990 * anti.texi (Antinews): Likewise.
6991
8cf51b2c
GM
69922005-10-28 Bill Wohler <wohler@newt.com>
6993
6994 * help.texi (Help): Help mode now creates hyperlinks for URLs.
6995
69962005-10-28 Richard M. Stallman <rms@gnu.org>
6997
6998 * files.texi (Visiting): Explain how to enter ? in a file name.
6999
7000 * trouble.texi (Memory Full): Mention !MEM FULL! in mode line.
7001
8cf51b2c
GM
70022005-10-25 Nick Roberts <nickrob@snap.net.nz>
7003
1c6c854e
CS
7004 * building.texi (GDB Graphical Interface):
7005 Describe gdb-mouse-until.
8cf51b2c
GM
7006
70072005-10-23 Richard M. Stallman <rms@gnu.org>
7008
7009 * custom.texi (Init File): Recommend when to use site-start.el.
7010
8cf51b2c
GM
70112005-10-21 Juri Linkov <juri@jurta.org>
7012
7013 * custom.texi (Examining): Mention accessing the old variable
7014 value via M-n in set-variable.
7015
8cf51b2c
GM
70162005-10-18 Romain Francoise <romain@orebokech.com>
7017
7018 * files.texi (Version Systems): Capitalize GNU.
7019
8cf51b2c
GM
70202005-10-18 Nick Roberts <nickrob@snap.net.nz>
7021
7022 * building.texi (Compilation Mode): Remove redundant paragraph.
7023 (Watch Expressions): Remove paragraph to reflect code change.
7024
8cf51b2c
GM
70252005-10-16 Richard M. Stallman <rms@gnu.org>
7026
7027 * building.texi (Compilation Mode, Compilation): Clarified.
7028
70292005-10-15 Richard M. Stallman <rms@gnu.org>
7030
7031 * misc.texi (Saving Emacs Sessions): Mention savehist library.
7032
8cf51b2c
GM
70332005-10-13 Kenichi Handa <handa@m17n.org>
7034
7035 * basic.texi (Position Info): Fix previous change.
7036
c8763fb6 70372005-10-12 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
7038
7039 * cmdargs.texi (Icons X): Fix typo.
7040
70412005-10-12 Kenichi Handa <handa@m17n.org>
7042
7043 * basic.texi (Position Info): Describe the case that Emacs shows
7044 "part of display ...".
7045
c8763fb6 70462005-10-10 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
7047
7048 * cmdargs.texi (Icons X): -nb => -nbi.
7049
70502005-10-10 Chong Yidong <cyd@stupidchicken.com>
7051
7052 * frames.texi (Speedbar): A couple more clarifications.
7053
70542005-10-11 Nick Roberts <nickrob@snap.net.nz>
7055
7056 * building.texi (GDB User Interface Layout): Improve diagram.
7057 (Watch Expressions): Explain how to make speedbar global.
7058 (Other GDB User Interface Buffers): Make references more precise.
7059
8cf51b2c
GM
70602005-10-09 Richard M. Stallman <rms@gnu.org>
7061
7062 * frames.texi (Speedbar): Clarify the text.
7063
70642005-10-09 Chong Yidong <cyd@stupidchicken.com>
7065
7066 * frames.texi (Speedbar): Add information on keybindings,
7067 dismissing the speedbar, and buffer display mode. Link to
7068 speedbar manual.
7069
c8763fb6 70702005-10-09 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c 7071
1c6c854e 7072 * cmdargs.texi (Icons X): Remove options -i, -itype, --icon-type,
8cf51b2c
GM
7073 added -nb, --no-bitmap-icon.
7074
8cf51b2c
GM
70752005-10-07 Nick Roberts <nickrob@snap.net.nz>
7076
7077 * building.texi (GDB Graphical Interface): Add variables and
7078 functions to indices. Be more precise.
7079
c8763fb6 70802005-10-03 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
7081
7082 * frames.texi (Drag and Drop): Remove the x- from
7083 x-dnd-open-file-other-window and xdnd-protocol-alist.
7084
70852005-09-30 Romain Francoise <romain@orebokech.com>
7086
7087 * mini.texi (Minibuffer): The default value now appears before the
7088 colon in minibuffer prompts.
7089
8cf51b2c
GM
70902005-09-25 Richard M. Stallman <rms@gnu.org>
7091
7092 * search.texi (Regexp Search): Doc search-whitespace-regexp.
7093
8cf51b2c
GM
70942005-09-20 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
7095
7096 * text.texi (Paragraphs): Correction about Paragraph-Indent Text mode.
7097
8cf51b2c
GM
70982005-09-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7099
7100 * emacs.texi (Top): Update submenus from macos.texi.
7101
7102 * macos.texi: Change `Mac OS 8 or 9' to `Mac OS Classic'.
7103 (Mac OS): Update feature support status.
7104 (Mac Input): List supported input scripts. Remove description
7105 about `mac-keyboard-text-encoding'. Mention mouse button
7106 emulation and related variables.
7107 (Mac International): Mention Central European and Cyrillic
7108 support. Now `keyboard-coding-system' is dynamically changed.
1c6c854e
CS
7109 Add description about coding system for selection.
7110 Add description about language environment.
7111 (Mac Environment Variables):
7112 Mention `~/.MacOSX/environment.plist'. Give example of command line
8cf51b2c
GM
7113 arguments. Add Preferences support.
7114 (Mac Directories): Explicitly state that this node is for Mac OS
7115 Classic only.
1c6c854e
CS
7116 (Mac Font Specs): Mention specification for scalable fonts.
7117 List supported charsets. Add preferred way of creating fontsets.
7118 Add description about `mac-allow-anti-aliasing'.
8cf51b2c
GM
7119 (Mac Functions): Add descriptions about `mac-set-file-creator',
7120 `mac-get-file-creator', `mac-set-file-type', `mac-get-file-type',
7121 and `mac-get-preference'.
7122
8cf51b2c
GM
71232005-09-16 Romain Francoise <romain@orebokech.com>
7124
7125 Update all files to specify GFDL version 1.2.
7126
7127 * doclicense.texi (GNU Free Documentation License): Update to
7128 version 1.2.
7129
71302005-09-15 Richard M. Stallman <rms@gnu.org>
7131
7132 * buffers.texi (List Buffers): Fix xref.
7133
7134 * rmail.texi (Rmail Basics): Fix xref.
7135
7136 * emacs.texi (Top): Update subnode menus.
7137
7138 * files.texi (Saving Commands): New node, broken out of Saving.
7139 (Customize Save): New node, broken out of Saving.
7140 Clarify effect of write-region-inhibit-fsync.
7141 (Misc File Ops): Say write-region-inhibit-fsync affects write-region.
7142
8cf51b2c
GM
71432005-09-14 Romain Francoise <romain@orebokech.com>
7144
7145 * files.texi (Saving): Mention write-region-inhibit-fsync.
7146
71472005-09-05 Chong Yidong <cyd@stupidchicken.com>
7148
7149 * custom.texi (Custom Themes): New node.
7150
71512005-09-03 Richard M. Stallman <rms@gnu.org>
7152
49823426
GM
7153 * search.texi (Search Case): Mention vars that control
7154 case-fold-search for various operations.
8cf51b2c
GM
7155
71562005-08-22 Juri Linkov <juri@jurta.org>
7157
7158 * display.texi (Standard Faces): Merge the text from
7159 `(elisp)Standard Faces' into this node.
7160
71612005-08-18 Luc Teirlinck <teirllm@auburn.edu>
7162
7163 * emacs.texi (Top): Delete menu item for deleted node
7164 Keyboard Translations.
7165
71662005-08-18 Richard M. Stallman <rms@gnu.org>
7167
8cf51b2c
GM
7168 * trouble.texi (Unasked-for Search):
7169 Delete xref to Keyboard Translations.
7170
7171 * glossary.texi (Glossary): Delete xref.
7172
8cf51b2c
GM
7173 * custom.texi (Minor Modes): Say that the list here is not complete.
7174 (Keyboard Translations): Node deleted.
7175 (Disabling): Delete xref to it.
7176 (Customization Groups): Fix Custom buffer example.
7177 (Hooks): Mention remove-hooks.
7178
71792005-08-17 Luc Teirlinck <teirllm@auburn.edu>
7180
7181 * building.texi (GDB Graphical Interface): Improve filling of menu
7182 item.
7183
71842005-08-18 Nick Roberts <nickrob@snap.net.nz>
7185
7186 * building.texi (GDB Graphical Interface): Use better node names.
7187
71882005-08-14 Richard M. Stallman <rms@gnu.org>
7189
7190 * text.texi (Sentences): Fix xref.
7191
71922005-08-14 Juri Linkov <juri@jurta.org>
7193
7194 * building.texi (Compilation, Grep Searching): Move grep command
7195 headings from `Compilation' to `Grep Searching'.
7196
7197 * dired.texi (Dired and Find):
7198 * maintaining.texi (Tags Search): Replace grep xref to
7199 `Compilation' node with `Grep Searching'.
7200
7201 * files.texi (Comparing Files): Replace xref to `Compilation' with
7202 `Compilation Mode'.
7203
72042005-08-13 Alan Mackenzie <acm@muc.de>
7205
7206 * search.texi (Non-ASCII Isearch): Correct a typo.
7207 (Replacement Commands): Mention query-replace key binding.
7208
72092005-08-11 Richard M. Stallman <rms@gnu.org>
7210
7211 * programs.texi (Options for Comments): Fix xref.
7212
7213 * search.texi (Regexp Backslash, Regexp Example): New nodes split
7214 out of Regexps.
7215
8cf51b2c
GM
72162005-08-09 Juri Linkov <juri@jurta.org>
7217
7218 * building.texi (Compilation): Use `itemx' instead of `item'.
7219 (Grep Searching): Simplify phrase.
7220
7221 * display.texi (Standard Faces): Describe vertical-border on
7222 window systems.
7223
7224 * windows.texi (Split Window): Simplify phrase and mention
7225 vertical-border face.
7226
72272005-08-09 Richard M. Stallman <rms@gnu.org>
7228
7229 * files.texi (Comparing Files): Clarify compare-windows.
7230
7231 * calendar.texi (Scroll Calendar): Document < and > in calendar.
7232
8cf51b2c
GM
72332005-08-06 Eli Zaretskii <eliz@gnu.org>
7234
7235 * mule.texi (Coding Systems): Rephrase the paragraph about
7236 codepages: no need for "M-x codepage-setup" anymore, except on
7237 MS-DOS.
7238
7239 * msdog.texi (MS-DOS and MULE): Clarify that this section is for
7240 the MS-DOS port only.
7241
72422005-07-30 Eli Zaretskii <eliz@gnu.org>
7243
7244 * makefile.w32-in (info): Don't run multi-install-info.bat.
7245 ($(infodir)/dir): New target, produced by running
7246 multi-install-info.bat.
7247
8cf51b2c
GM
72482005-07-22 Eli Zaretskii <eliz@gnu.org>
7249
7250 * files.texi (Quoted File Names): Add index entry.
7251
8cf51b2c
GM
72522005-07-19 Juri Linkov <juri@jurta.org>
7253
7254 * files.texi (Comparing Files): Mention resync for `compare-windows'.
7255
72562005-07-18 Juri Linkov <juri@jurta.org>
7257
8cf51b2c
GM
7258 * custom.texi (Easy Customization):
7259 * files.texi (Old Versions):
7260 * frames.texi (Wheeled Mice):
7261 * mule.texi (Specify Coding):
8cf51b2c
GM
7262 * text.texi (Cell Justification):
7263 * trouble.texi (After a Crash):
8cf51b2c
GM
7264 * xresources.texi (GTK styles):
7265 Delete duplicate duplicate words.
7266
72672005-07-17 Richard M. Stallman <rms@gnu.org>
7268
7269 * frames.texi (Creating Frames): Fix foreground color example.
7270
7271 * custom.texi (Init Examples): Clean up text about conditionals.
7272
72732005-07-16 Richard M. Stallman <rms@gnu.org>
7274
7275 * mini.texi (Completion Commands): Fix command name for ?.
7276
8cf51b2c
GM
72772005-07-16 Eli Zaretskii <eliz@gnu.org>
7278
7279 * display.texi (Standard Faces): Explain that customization of
1c6c854e
CS
7280 `menu' face has no effect on w32 and with GTK.
7281 Add cross-references.
8cf51b2c
GM
7282
7283 * cmdargs.texi (General Variables): Clarify the default location
7284 of $HOME on w32 systems.
7285
72862005-07-15 Jason Rumney <jasonr@gnu.org>
7287
7288 * cmdargs.texi (General Variables): Default HOME on MS Windows has
7289 changed.
7290
72912005-07-08 Kenichi Handa <handa@m17n.org>
7292
1c6c854e
CS
7293 * mule.texi (Recognize Coding):
7294 Recommend revert-buffer-with-coding-system instead of revert-buffer.
8cf51b2c
GM
7295
72962005-07-07 Richard M. Stallman <rms@gnu.org>
7297
7298 * anti.texi (Antinews): Mention mode-line-inverse-video.
7299
7300 * files.texi (Saving): Minor correction about C-x C-w.
7301
7302 * display.texi (Display Custom): Don't mention mode-line-inverse-video.
7303
73042005-07-07 Luc Teirlinck <teirllm@auburn.edu>
7305
7306 * search.texi (Isearch Scroll): Add example of using the
7307 `isearch-scroll' property.
7308 (Slow Isearch): Reference anchor for `baud-rate' instead of entire
7309 `Display Custom' node.
7310 (Regexp Replace): Put text that requires Emacs Lisp knowledge last
7311 and de-emphasize it.
7312 (Other Repeating Search): `occur' currently can not correctly
7313 handle multiline matches. Correct, clarify and update description
7314 of `flush-lines' and `keep-lines'.
7315
7316 * display.texi (Display Custom): Add anchor for `baud-rate'.
7317
73182005-07-07 Richard M. Stallman <rms@gnu.org>
7319
7320 * gnu.texi: Update where to get GNU status; add refs for how to help.
7321 Add footnotes 6 and 7.
7322
73232005-07-04 Lute Kamstra <lute@gnu.org>
7324
7325 Update FSF's address in GPL notices.
7326
8cf51b2c 7327 * doclicense.texi (GNU Free Documentation License):
8cf51b2c
GM
7328 * trouble.texi (Checklist): Update FSF's address.
7329
8cf51b2c
GM
73302005-06-24 Richard M. Stallman <rms@gnu.org>
7331
7332 * display.texi (Text Display): Change index entries.
7333
73342005-06-24 Eli Zaretskii <eliz@gnu.org>
7335
7336 * makefile.w32-in (MAKEINFO): Use --force.
7337 (INFO_TARGETS, DVI_TARGETS): Make identical to the lists in
7338 Makefile.in.
8cf51b2c
GM
7339
73402005-06-23 Richard M. Stallman <rms@gnu.org>
7341
1c6c854e 7342 * anti.texi (Antinews): Rename show-nonbreak-escape to
8cf51b2c
GM
7343 nobreak-char-display.
7344
7345 * emacs.texi (Top): Update detailed node listing.
7346
1c6c854e 7347 * display.texi (Text Display): Rename show-nonbreak-escape
8cf51b2c
GM
7348 to nobreak-char-display and no-break-space to nobreak-space.
7349 (Standard Faces): Split up the list of standard faces
7350 and put it in a separate node. Add nobreak-space and
7351 escape-glyph.
7352
8cf51b2c
GM
73532005-06-23 Lute Kamstra <lute@gnu.org>
7354
7355 * mule.texi (Select Input Method): Fix typo.
7356
73572005-06-23 Kenichi Handa <handa@m17n.org>
7358
1c6c854e
CS
7359 * mule.texi (International): List all supported scripts.
7360 Adjust text for that leim is now included in the normal Emacs
8cf51b2c
GM
7361 distribution.
7362 (Language Environments): List all language environments.
7363 Intlfonts contains fonts for most supported scripts, not all..
7364 (Select Input Method): Refer to C-u C-x = to see how to type to
10d1d0af 7365 input a specific character.
8cf51b2c
GM
7366 (Recognize Coding): Fix typo, china-iso-8bit -> chinese-iso-8bit.
7367
73682005-06-23 Juanma Barranquero <lekktu@gmail.com>
7369
49823426 7370 * building.texi (Grep Searching): Texinfo usage fix.
8cf51b2c
GM
7371
73722005-06-22 Miles Bader <miles@gnu.org>
7373
7374 * display.texi (Faces): Change `vertical-divider' to `vertical-border'.
7375
73762005-06-20 Miles Bader <miles@gnu.org>
7377
7378 * display.texi (Faces): Add `vertical-divider'.
7379
73802005-06-17 Richard M. Stallman <rms@gnu.org>
7381
7382 * text.texi (Adaptive Fill): Minor clarification.
7383
8cf51b2c
GM
73842005-06-10 Lute Kamstra <lute@gnu.org>
7385
7386 * emacs.texi (Top): Correct version number.
7387 * anti.texi (Antinews): Correct version number. Use EMACSVER to
7388 refer to the current version of Emacs.
7389
73902005-06-08 Luc Teirlinck <teirllm@auburn.edu>
7391
7392 * files.texi (Log Buffer): Document when there can be more than
7393 one file to be committed.
7394
73952005-06-08 Juri Linkov <juri@jurta.org>
7396
7397 * display.texi (Faces): Add `shadow' face.
7398
73992005-06-07 Masatake YAMATO <jet@gyve.org>
7400
7401 * display.texi (Faces): Write about mode-line-highlight.
7402
74032005-06-06 Richard M. Stallman <rms@gnu.org>
7404
7405 * misc.texi (Printing Package): Explain how to initialize
7406 printing package.
7407
7408 * cmdargs.texi (Action Arguments): Clarify directory default for -l.
7409
74102005-06-05 Chong Yidong <cyd@stupidchicken.com>
7411
7412 * emacs.texi: Rename Hardcopy to Printing.
7413 Make PostScript and PostScript Variables subnodes of it.
7414
7415 * misc.texi (Printing): Rename node from Hardcopy.
7416 Mention menu bar options.
7417 Move PostScript and PostScript Variables to submenu.
7418 (Printing package): New node.
7419
7420 * mark.texi (Using Region): Change Hardcopy xref to Printing.
7421
7422 * dired.texi (Operating on Files): Likewise.
7423
7424 * calendar.texi (Displaying the Diary): Likewise.
7425
7426 * msdog.texi (MS-DOS Printing, MS-DOS Processes): Likewise.
7427
7428 * glossary.texi (Glossary): Likewise.
7429
7430 * frames.texi (Mode Line Mouse): Mention mode-line-highlight
7431 effect.
7432
74332005-06-04 Richard M. Stallman <rms@gnu.org>
7434
7435 * trouble.texi (After a Crash): Polish previous change.
7436
8cf51b2c
GM
74372005-05-30 Noah Friedman <friedman@splode.com>
7438
7439 * trouble.texi (After a Crash): Mention emacs-buffer.gdb as a
7440 recovery mechanism.
7441
8cf51b2c
GM
74422005-05-28 Nick Roberts <nickrob@snap.net.nz>
7443
7444 * building.texi (Other Buffers): SPC toggles display of
7445 floating point registers.
7446
8cf51b2c
GM
74472005-05-27 Nick Roberts <nickrob@snap.net.nz>
7448
7449 * files.texi (Log Buffer): Merge in description of Log Edit
7450 mode from pcl-cvs.texi.
7451
74522005-05-26 Richard M. Stallman <rms@gnu.org>
7453
7454 * building.texi (Lisp Eval): C-M-x with arg runs Edebug.
7455
8cf51b2c
GM
74562005-05-24 Luc Teirlinck <teirllm@auburn.edu>
7457
7458 * fixit.texi (Spelling): Delete confusing sentence; flyspell is
7459 not enabled by default.
7460 When not on a word, `ispell-word' by default checks the word
7461 before point.
7462
74632005-05-24 Nick Roberts <nickrob@snap.net.nz>
7464
7465 * building.texi (Debugger Operation): Simplify last sentence.
7466
74672005-05-23 Lute Kamstra <lute@gnu.org>
7468
7469 * emacs.texi: Update FSF's address throughout.
7470 (Preface): Use @cite.
7471 (Distrib): Add cross reference to the node "Copying". Mention the
7472 FDL. Don't refer to etc/{FTP,ORDERS}. Mention the sale of
7473 printed manuals.
7474 (Intro): Use @xref for the Emacs Lisp Intro.
7475
8cf51b2c
GM
74762005-05-18 Luc Teirlinck <teirllm@auburn.edu>
7477
7478 * buffers.texi (Select Buffer): Document `C-u M-g M-g'.
7479
7480 * basic.texi (Moving Point): Mention default for `goto-line'.
7481
7482 * programs.texi (Lisp Doc): Eldoc mode shows only the first line
7483 of a variable's docstring.
7484
74852005-05-18 Lute Kamstra <lute@gnu.org>
7486
7487 * maintaining.texi (Overview of Emerge): Add cross reference.
7488 Remove duplication.
7489
7490 * emacs.texi (Top): Update to the current structure of the manual.
7491 * misc.texi (Emacs Server): Add menu description.
7492 * files.texi (Saving): Fix menu.
7493 * custom.texi (Customization): Fix menu.
7494 * mule.texi (International): Fix menu.
7495 * kmacro.texi (Keyboard Macros): Fix menu.
7496
74972005-05-16 Luc Teirlinck <teirllm@auburn.edu>
7498
7499 * display.texi: Various minor changes.
7500 (Faces): Delete text that is repeated in the next section.
7501
75022005-05-16 Nick Roberts <nickrob@snap.net.nz>
7503
7504 * building.texi (Debugger Operation): Mention GUD tooltips are
7505 disabled with GDB in text command mode.
7506
8cf51b2c
GM
75072005-05-16 Nick Roberts <nickrob@snap.net.nz>
7508
7509 * building.texi: Replace toolbar with "tool bar" for consistency.
7510 (Compilation Mode): Describe compilation-context-lines
7511 and use of arrow in compilation buffer.
7512 (Debugger Operation): Replace help text with variable's value.
7513
7514 * frames.texi (Tooltips): Replace toolbar with "tool bar" for
7515 consistency.
7516
75172005-05-15 Luc Teirlinck <teirllm@auburn.edu>
7518
7519 * major.texi (Choosing Modes): normal-mode processes the -*- line.
7520 Add xref.
7521
8cf51b2c
GM
75222005-05-14 Luc Teirlinck <teirllm@auburn.edu>
7523
7524 * basic.texi (Moving Point): Mention `M-g g' binding for `goto-line'.
7525 (Position Info): Delete discussion of `goto-line'. It is already
7526 described in `Moving point'.
7527
7528 * mini.texi (Completion Commands): Correct reference.
7529 (Completion Options): Fix typo.
7530
7531 * killing.texi (Deletion): Complete description of `C-x C-o'.
7532
8cf51b2c
GM
75332005-05-10 Richard M. Stallman <rms@gnu.org>
7534
7535 * building.texi (Compilation): Clarify recompile's directory choice.
7536
7537 * frames.texi (Tooltips): Cleanups.
7538
7539 * basic.texi (Arguments): Fix punctuation.
7540
75412005-05-09 Luc Teirlinck <teirllm@auburn.edu>
7542
7543 * screen.texi (Menu Bar): The up and down (not left and right)
7544 arrow keys move through a keyboard menu.
7545
75462005-05-08 Luc Teirlinck <teirllm@auburn.edu>
7547
7548 * basic.texi: Various typo and grammar fixes.
7549 (Moving Point): C-a now runs move-beginning-of-line.
7550
75512005-05-08 Nick Roberts <nickrob@snap.net.nz>
7552
7553 * building.texi (Debugger Operation): Describe gud-tooltip-echo-area.
7554
7555 * frames.texi (Tooltips): Describe help tooltips and GUD tooltips
7556 as different animals.
7557
75582005-05-07 Luc Teirlinck <teirllm@auburn.edu>
7559
7560 * frames.texi (Mouse References): Clarify `mouse-1-click-follows-link'.
7561 Correct index entry.
7562
75632005-05-07 Nick Roberts <nickrob@snap.net.nz>
7564
7565 * building.texi (Debugger Operation): Update to reflect changes
7566 in GUD tooltips.
7567
75682005-04-30 Richard M. Stallman <rms@gnu.org>
7569
7570 * files.texi (Compressed Files): Auto Compression normally enabled.
7571
7572 * building.texi (Debugger Operation): Clarify previous change.
7573
8cf51b2c
GM
75742005-04-28 Nick Roberts <nickrob@snap.net.nz>
7575
7576 * building.texi (Debugger Operation): Add description for
7577 GUD tooltips when program is not running.
7578
75792005-04-26 Luc Teirlinck <teirllm@auburn.edu>
7580
7581 * misc.texi (Shell): Add `Shell Prompts' to menu.
7582 (Shell Mode): Add xref to `Shell Prompts'. Clarify `C-c C-u'
7583 description. Delete remarks moved to new node.
7584 (Shell Prompts): New node.
7585 (History References): Replace remarks moved to `Shell Prompts'
7586 with xref to that node.
7587 (Remote Host): Clarify how to specify the terminal type when
7588 logging in to a different machine.
7589
75902005-04-26 Richard M. Stallman <rms@gnu.org>
7591
7592 * emacs.texi (Top): Update submenus from files.texi.
7593
7594 * files.texi (Filesets): Clarify previous change.
7595
7596 * dired.texi (Misc Dired Features): Clarify previous change.
7597
75982005-04-25 Chong Yidong <cyd@stupidchicken.com>
7599
7600 * ack.texi (Acknowledgments): Delete info about iso-acc.el.
7601
1c6c854e
CS
7602 * dired.texi (Misc Dired Features):
7603 Document dired-compare-directories.
8cf51b2c
GM
7604
7605 * files.texi (Filesets): New node.
7606 (File Conveniences): Document Image mode.
7607
7608 * text.texi (TeX Print): Document tex-compile.
7609
76102005-04-25 Luc Teirlinck <teirllm@auburn.edu>
7611
7612 * frames.texi (Tooltips): Tooltip mode is enabled by default.
7613 Delete redundant reference to tooltip Custom group. It is
7614 referred too again in the next paragraph.
7615
76162005-04-24 Richard M. Stallman <rms@gnu.org>
7617
7618 * ack.texi: Delete info about lazy-lock.el and fast-lock.el.
7619
8cf51b2c
GM
76202005-04-19 Kim F. Storm <storm@cua.dk>
7621
7622 * building.texi (Compilation Mode): Add M-g M-n and M-g M-p bindings.
7623
76242005-04-18 Lars Hansen <larsh@math.ku.dk>
7625
7626 * misc.texi (Saving Emacs Sessions): Add that "--no-desktop" now
7627 turns off desktop-save-mode.
7628
76292005-04-17 Luc Teirlinck <teirllm@auburn.edu>
7630
7631 * frames.texi (XTerm Mouse): Xterm Mouse mode is no longer enabled
7632 by default in terminals compatible with xterm. Mention that
7633 xterm-mouse-mode is a minor mode and put in pxref to Minor Modes
7634 node.
7635
8cf51b2c
GM
76362005-04-12 Luc Teirlinck <teirllm@auburn.edu>
7637
7638 * frames.texi (XTerm Mouse): Xterm Mouse mode is now enabled by default.
7639
c8763fb6 76402005-04-12 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
7641
7642 * xresources.texi (Table of Resources): Add cursorBlink.
7643
76442005-04-11 Luc Teirlinck <teirllm@auburn.edu>
7645
7646 * rmail.texi (Rmail Summary Edit): Explain numeric arguments to
7647 `d', `C-d' and `u'.
7648
76492005-04-11 Richard M. Stallman <rms@gnu.org>
7650
7651 * cmdargs.texi (Initial Options): -Q is now --quick, and does less.
7652 (Misc X): Add -D, --basic-display.
7653
7654 * maintaining.texi (Change Log): Correct the description of
7655 the example.
7656
7657 * major.texi (Choosing Modes): Document magic-mode-alist.
7658
8cf51b2c
GM
76592005-04-10 Luc Teirlinck <teirllm@auburn.edu>
7660
7661 * rmail.texi (Rmail Basics): Clarify description of `q' and `b'.
7662 (Rmail Deletion): `C-d' in RMAIL buffer does not accept a numeric arg.
7663 (Rmail Inbox): Give full name of `rmail-primary-inbox-list'.
7664 (Rmail Output): Clarify which statements apply to `o', `C-o' and
7665 `w', respectively.
7666 (Rmail Labels): Mention `l'.
7667 (Rmail Attributes): Correct pxref. Mention `stored' attribute.
7668 (Rmail Summary Edit): Describe `j' and RET.
7669
c8763fb6 76702005-04-10 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
7671
7672 * xresources.texi (Lucid Resources): Add fontSet resource.
7673
8cf51b2c
GM
76742005-04-09 Luc Teirlinck <teirllm@auburn.edu>
7675
7676 * display.texi (Useless Whitespace): `indicate-unused-lines' is
7677 now called `indicate-empty-lines'.
7678
76792005-04-06 Kim F. Storm <storm@cua.dk>
7680
7681 * cmdargs.texi (Initial Options): Add --bare-bones alias for -Q.
7682
76832005-04-04 Luc Teirlinck <teirllm@auburn.edu>
7684
7685 * dired.texi (Dired Visiting): `dired-view-command-alist' has been
7686 deleted.
7687 (Marks vs Flags): Add some convenient key bindings.
7688 (Hiding Subdirectories): Delete redundant and inaccurate sentence.
7689 (Misc Dired Features): Correct and expand description of `w' command.
7690
7691 * frames.texi (XTerm Mouse): Delete apparently false info.
7692 The GNU/Linux console currently does not appear to support
7693 `xterm-mouse-mode'.
7694
8cf51b2c
GM
76952005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
7696
7697 * calendar.texi (Diary): Mention shell utility `calendar'.
7698
76992005-04-01 Richard M. Stallman <rms@gnu.org>
7700
7701 * cmdargs.texi (Misc X): Explain horizontal scroll bars don't exist.
7702
8cf51b2c
GM
77032005-04-01 Lute Kamstra <lute@gnu.org>
7704
7705 * maintaining.texi (Change Log): add-change-log-entry uses
7706 add-log-mailing-address.
7707
77082005-03-31 Luc Teirlinck <teirllm@auburn.edu>
7709
7710 * files.texi (Reverting): Move `auto-revert-check-vc-info' to
7711 `VC Mode Line' and put in an xref to that node.
7712 (VC Mode Line): Move `auto-revert-check-vc-info' here and clarify
7713 its description.
7714
77152005-03-31 Paul Eggert <eggert@cs.ucla.edu>
7716
7717 * calendar.texi (Calendar Systems): Say that the Persian calendar
7718 implemented here is the arithmetical one championed by Birashk.
7719
77202005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
7721
7722 * programs.texi (Fortran Motion): Fix previous change.
7723
8cf51b2c
GM
77242005-03-29 Richard M. Stallman <rms@gnu.org>
7725
7726 * mule.texi (Single-Byte Character Support): Reinstall the C-x 8 info.
7727
77282005-03-29 Chong Yidong <cyd@stupidchicken.com>
7729
7730 * text.texi (Refill): Refer to Long Lines Mode.
7731 (Longlines): New node.
7732 (Auto Fill): Don't index "word wrap" here.
7733 (Filling): Add Longlines to menu.
7734
77352005-03-29 Richard M. Stallman <rms@gnu.org>
7736
7737 * xresources.texi: Minor fixes.
7738
7739 * misc.texi (Emacs Server): Fix Texinfo usage.
7740
7741 * emacs.texi (Top): Don't use a real section heading for
7742 "Detailed Node Listing". Fake it instead.
7743
7744 * basic.texi (Position Info): Minor cleanup.
7745
7746 * mule.texi (Input Methods): Minor cleanup.
7747
77482005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
7749
7750 * programs.texi (ForIndent Vars): `fortran-if-indent' does other
7751 constructs as well.
7752 (Fortran Motion): Add fortran-end-of-block, fortran-beginning-of-block.
7753
77542005-03-29 Kenichi Handa <handa@m17n.org>
7755
7756 * mule.texi (Input Methods): Refer to the command C-u C-x =.
7757
7758 * basic.texi (Position Info): Update the description about the
7759 command C-u C-x =.
7760
77612005-03-28 Richard M. Stallman <rms@gnu.org>
7762
7763 * emacs.texi (Top): Use @section for the detailed node listing.
7764
7765 * calendar.texi: Minor fixes to previous change.
7766
7767 * programs.texi (Fortran): Small fixes to previous changes.
7768
7769 * emacs.texi (Top): Update list of subnodes of Dired.
7770 Likewise for building.texi.
7771
7772 * files.texi (File Conveniences): Delete Auto Image File mode.
7773
77742005-03-28 Chong Yidong <cyd@stupidchicken.com>
7775
7776 * building.texi (Flymake): New node.
7777
7778 * custom.texi (Function Keys): Document kp- event types and
7779 keypad-setup package.
7780
7781 * dired.texi (Wdired): New node.
7782
7783 * files.texi (File Conveniences): Reorder entries.
7784 Explain how to turn on Auto-image-file mode.
7785 Document Thumbs mode.
7786
7787 * mule.texi (Specify Coding): Document recode-region and
7788 recode-file-name.
7789
7790 * programs.texi (Program Modes): Add Conf mode and DNS mode.
7791
77922005-03-27 Luc Teirlinck <teirllm@auburn.edu>
7793
7794 * commands.texi (Keys): M-o is now a prefix key.
7795
77962005-03-27 Glenn Morris <gmorris@ast.cam.ac.uk>
7797
7798 * programs.texi: Reformat and update copyright years.
7799 (Fortran): Update section.
7800
78012005-03-26 Luc Teirlinck <teirllm@auburn.edu>
7802
7803 * files.texi: Several small changes in addition to:
7804 (Visiting): Change xref for Dialog Boxes to ref.
7805 (Version Headers): Replace references to obsolete var
7806 `vc-header-alist' with `vc-BACKEND-header'.
7807 (Customizing VC): Update value of `vc-handled-backends'.
7808
78092005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
7810
7811 * emacs-xtra.texi (Advanced Calendar/Diary Usage): New section;
7812 move here from Emacs Lisp Reference Manual.
7813 * calendar.texi (Calendar/Diary, Diary Commands)
7814 (Special Diary Entries, Importing Diary): Change some xrefs to
7815 point to emacs-xtra rather than elisp.
7816
7817 * emacs-xtra.texi (Calendar Customizing):
7818 Move view-diary-entries-initially, view-calendar-holidays-initially,
7819 mark-diary-entries-in-calendar, mark-holidays-in-calendar to main
7820 Emacs Manual.
7821 (Appt Customizing): Merge entire section into main Emacs Manual.
7822 * calendar.texi (Holidays): Move view-calendar-holidays-initially,
7823 mark-holidays-in-calendar here from emacs-xtra.
7824 (Displaying the Diary): Move view-diary-entries-initially,
7825 mark-diary-entries-in-calendar here from emacs-xtra.
7826 (Appointments): Move appt-display-mode-line,
7827 appt-display-duration, appt-disp-window-function,
7828 appt-delete-window-function here from emacs-xtra.
7829
7830 * calendar.texi: Update and reformat copyright.
7831 Change all @xrefs to the non-printing emacs-xtra to @inforefs.
7832 (Calendar/Diary): Menu now only on Mouse-3, not C-Mouse-3.
7833 (Diary): Refer to `diary-file' rather than ~/diary.
7834 (Diary Commands): Rename node to "Displaying the Diary".
7835 * emacs.texi (Top): Rename "Diary Commands" section.
7836 * misc.texi (Hardcopy): Rename "Diary Commands" xref.
7837
78382005-03-26 Eli Zaretskii <eliz@gnu.org>
7839
7840 * misc.texi (Emacs Server): Fix the command for setting
7841 server-name. Add an xref to Invoking emacsclient.
7842
7843 * help.texi (Help Summary): Clarify when "C-h ." will do something
7844 nontrivial.
7845 (Apropos): Add cindex entry for apropos-sort-by-scores.
7846
7847 * display.texi (Text Display): Add index entries for how no-break
7848 characters are displayed.
7849
8cf51b2c
GM
78502005-03-26 Eli Zaretskii <eliz@gnu.org>
7851
7852 * files.texi (Visiting): Fix cross-references introduced with the
7853 last change.
7854
7855 * xresources.texi (GTK resources): Fix last change.
7856
8cf51b2c
GM
78572005-03-25 Chong Yidong <cyd@stupidchicken.com>
7858
7859 * xresources.texi (X Resources): GTK options documented too.
7860 (Resources): Clarify meaning of program name.
7861 (Table of Resources): Add visualClass.
7862 (GTK resources): Rewrite.
7863 (GTK widget names, GTK Names in Emacs, GTK styles): Cleanups.
7864
7865 * display.texi (Text Display): Mention non-breaking spaces.
7866
7867 * files.texi (Reverting): Document auto-revert-check-vc-info.
7868
7869 * frames.texi (Mouse Commands): Document
7870 x-mouse-click-focus-ignore-position and mouse-drag-copy-region.
7871
7872 * help.texi (Help Summary): Add `C-h .'.
7873 (Apropos): Apropos accepts a list of search terms.
7874 Document apropos-sort-by-scores.
7875 (Help Echo): Document display-local-help.
7876
7877 * misc.texi (Emacs Server): Document server-name.
7878 (Invoking emacsclient): Document -s option for server names.
7879
7880 * text.texi (Outline Visibility): Introduce "current heading
7881 line" (commands can be called with point on a body line).
7882 Re-order table to follow the sequence of discussion.
7883 hide-body won't hide lines before first header line.
7884 (TeX Mode): Add DocTeX mode.
7885
8cf51b2c
GM
78862005-03-24 Richard M. Stallman <rms@gnu.org>
7887
7888 * mule.texi (Single-Byte Character Support): Delete mention
7889 of iso-acc.el and iso-transl.el.
7890
8cf51b2c
GM
78912005-03-23 Lute Kamstra <lute@gnu.org>
7892
7893 * search.texi (Non-ASCII Isearch): Rename from Non-Ascii Isearch.
7894
78952005-03-23 Richard M. Stallman <rms@gnu.org>
7896
8cf51b2c
GM
7897 * search.texi: Delete explicit node pointers.
7898 (Incremental Search): New menu.
7899 (Basic Isearch, Repeat Isearch, Error in Isearch)
7900 (Non-Ascii Isearch, Isearch Yank, Highlight Isearch, Isearch Scroll)
7901 (Slow Isearch): New subnodes.
7902 (Configuring Scrolling): Node deleted.
7903 (Search Case): Doc default-case-fold-search.
7904 (Regexp Replace): Move replace-regexp doc here.
7905
7906 * rmail.texi (Movemail): Put commas inside closequotes.
7907
7908 * picture.texi (Insert in Picture): Document C-c arrow combos.
7909 (Basic Picture): Clarify erasure.
7910
7911 * display.texi (Font Lock): Put commas inside closequotes.
7912
7913 * cmdargs.texi (General Variables): Put commas inside closequotes.
7914
79152005-03-23 Nick Roberts <nickrob@snap.net.nz>
7916
7917 * building.texi (Stack Buffer): Mention reverse contrast for
7918 *selected* frame (might not be current frame).
7919
8cf51b2c
GM
79202005-03-21 Richard M. Stallman <rms@gnu.org>
7921
7922 * building.texi (Starting GUD): Add bashdb.
7923
79242005-03-20 Chong Yidong <cyd@stupidchicken.com>
7925
7926 * basic.texi (Moving Point): Add M-g M-g binding.
7927 (Undo): Document undo-only.
7928 (Position Info): Document M-g M-g and C-u M-g M-g.
7929
7930 * building.texi (Building): Put Grep Searching after Compilation
7931 Shell.
7932 (Compilation Mode): Document M-n, M-p, M-}, M-{, and C-c C-f bindings.
7933 Document next-error-highlight.
7934 (Grep Searching): Document grep-highlight-matches.
7935 (Lisp Eval): Typing C-x C-e twice prints integers specially.
7936
7937 * calendar.texi (Importing Diary): Rename node from iCalendar.
7938 Document diary-from-outlook.
7939
7940 * dired.texi (Misc Dired Features): Rename node from Misc Dired
7941 Commands.
7942 Mention effect of X drag and drop on Dired buffers.
7943
7944 * files.texi (Visiting): Document large-file-warning-threshold.
7945 Move paragraph on file-selection dialog.
7946 Mention visiting files using X drag and drop.
7947 (Reverting): Mention using Auto-Revert mode to tail files.
7948 Document auto-revert-tail-mode.
7949 (Version Systems): Minor correction.
7950 (Comparing Files): Diff-mode is no longer based on Compilation
7951 mode.
7952 Document compare-ignore-whitespace.
7953 (Misc File Ops): Explain passing a directory to rename-file.
7954 Likewise for copy-file and make-symbolic-link.
7955
7956 * frames.texi (Wheeled Mice): Mouse wheel support on by default.
7957 Document mouse-wheel-progressive speed.
7958
7959 * help.texi (Misc Help): Document numeric argument for C-h i.
7960 Correctly explain the effect of just C-u as argument.
7961
7962 * killing.texi (Deletion): Document numeric argument for
7963 just-one-space.
7964
7965 * mini.texi (Completion): Completion acts on text before point.
7966
7967 * misc.texi (Saving Emacs Sessions): Document desktop-restore-eager.
7968 (Emulation): CUA mode replaces pc-bindings-mode,
7969 pc-selection-mode, and s-region.
7970
7971 * mule.texi (Input Methods): Leim is now built-in.
7972 (Select Input Method): Document quail-show-key.
7973 (Specify Coding): Document revert-buffer-with-coding-system.
7974
7975 * programs.texi (Fortran Motion): Document f90-next-statement,
7976 f90-previous-statement, f90-next-block, f90-previous-block,
7977 f90-end-of-block, and f90-beginning-of-block.
7978
7979 * text.texi (Format Faces): Replace old M-g key prefix with M-o.
7980
7981 * emacs.texi (Acknowledgments): Updated.
7982
7983 * anti.texi: Total rewrite.
7984
8cf51b2c
GM
79852005-03-19 Chong Yidong <cyd@stupidchicken.com>
7986
7987 * ack.texi (Acknowledgments): Update.
7988
79892005-03-19 Eli Zaretskii <eliz@gnu.org>
7990
1c6c854e
CS
7991 * anti.texi (Antinews): Refer to Emacs 21.4, not 21.3.
7992 Update copyright years.
8cf51b2c
GM
7993
79942005-03-14 Nick Roberts <nickrob@snap.net.nz>
7995
7996 * building.texi (Commands of GUD): Move paragraph on setting
7997 breakpoints with mouse to the GDB Graphical Interface node.
7998
79992005-03-07 Richard M. Stallman <rms@gnu.org>
8000
8cf51b2c
GM
8001 * misc.texi (Single Shell, Shell Options): Fix previous change.
8002
8003 * building.texi (Debugger Operation): Update GUD tooltip enable info.
8004
80052005-03-06 Richard M. Stallman <rms@gnu.org>
8006
8007 * building.texi (Starting GUD): Don't explain text vs graphical
8008 GDB here. Just mention it and xref.
8009 Delete "just one debugger process".
8010 (Debugger Operation): Move GUD tooltip info here.
8011 (GUD Tooltips): Node deleted.
8012 (GDB Graphical Interface): Explain the two GDB modes here.
8013
8cf51b2c
GM
8014 * sending.texi (Sending Mail): Minor cleanup.
8015 (Mail Aliases): Explain quoting conventions.
8016 Update key rebinding example.
8017 (Header Editing): C-M-i is like M-TAB.
8018 (Mail Mode Misc): mail-attach-file does not do MIME.
8019
8020 * rmail.texi (Rmail Inbox): Move text from Remote Mailboxes
8021 that really belongs here.
8022 (Remote Mailboxes): Text moved to Rmail Inbox.
8023 (Rmail Display): Mention Mouse-1.
8024 (Movemail): Clarify two movemail versions.
8025 Clarify rmail-movemail-program.
8026
8cf51b2c
GM
8027 * misc.texi (Single Shell): Replace uudecode example with gpg example.
8028 Document async shell commands.
8029 (Shell History): Clarify.
8030 (Shell Ring): Mention C-UP an C-DOWN.
8031 (Shell Options): Add comint-prompt-read-only.
8032 (Invoking emacsclient): Set EDITOR to run Emacs.
8033 (Sorting): No need to explain what region is.
8034 (Saving Emacs Sessions): Fix typo.
8035 (Recursive Edit): Fix punctuation.
8036 (Emulation): Don't mention "PC bindings" which are standard.
8037 (Hyperlinking): Explain Mouse-1 convention here.
8038 (Find Func): Node deleted.
8039
8cf51b2c
GM
8040 * help.texi (Name Help): Xref to Hyperlinking.
8041
8042 * glossary.texi (Glossary):
8043 Rename "Balance Parentheses" to "Balancing...".
8044 Add "Byte Compilation". Correct "Copyleft".
8045 New xref in "Customization".
8046 Clarify "Current Line", "Echoing", "Fringe", "Frame", "Speedbar".
8047 Add "Graphical Terminal" "Keybinding", "Margin", "Window System".
8048 Rename "Registers" to "Register".
8049 Replace "Selecting" with "Selected Frame",
8050 "Selected Window", and "Selecting a Buffer".
8051
8052 * files.texi (Types of Log File): Explain how projects'
8053 methods can vary.
8054
8cf51b2c
GM
8055 * display.texi (Faces): Delete "Emacs 21".
8056
8057 * custom.texi (Changing a Variable): C-M-i like M-TAB.
8058 * fixit.texi (Spelling): C-M-i like M-TAB.
8059 * mini.texi (Completion Options): C-M-i like M-TAB.
8060 * programs.texi (Symbol Completion): C-M-i like M-TAB.
8061 * text.texi (Text Mode): C-M-i like M-TAB.
8062
8063 * commands.texi (Keys): Mention F1 and F2 in list of prefixes.
8064
8065 * calendar.texi (Specified Dates): Mention `g w'.
8066 (Appointments): appt-activate toggles with no arg.
8067
8cf51b2c
GM
80682005-03-05 Juri Linkov <juri@jurta.org>
8069
8070 * cmdargs.texi (Emacs Invocation): Add cindex
c4cc8b9a 8071 "invocation (command line arguments)".
8cf51b2c
GM
8072 (Misc X): Add -nbc, --no-blinking-cursor.
8073
80742005-03-04 Ulf Jasper <ulf.jasper@web.de>
8075
8076 * calendar.texi (iCalendar): No need to require it now.
8077
8cf51b2c
GM
80782005-03-03 Nick Roberts <nickrob@snap.net.nz>
8079
8080 * trouble.texi (Contributing): Mention Savannah. Direct users to
8081 emacs-devel.
8082
80832005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
8084
8085 * calendar.texi (Adding to Diary): Mention redrawing of calendar
8086 window.
8087
8cf51b2c
GM
80882005-02-27 Richard M. Stallman <rms@gnu.org>
8089
8090 * building.texi (Compilation): Update mode line status info.
8091
80922005-02-27 Matt Hodges <MPHodges@member.fsf.org>
8093
8094 * calendar.texi (General Calendar): Document binding of
8095 scroll-other-window-down.
8096 (Mayan Calendar): Fix earliest date.
8097 (Time Intervals): Document timeclock-change.
8098 Fix timeclock-ask-before-exiting documentation.
8099
81002005-02-26 Kim F. Storm <storm@cua.dk>
8101
8102 * frames.texi (Mouse References):
8103 Add mouse-1-click-in-non-selected-windows.
8104
81052005-02-25 Richard M. Stallman <rms@gnu.org>
8106
8107 * screen.texi (Screen): Explain better about cursors and mode lines;
8108 don't presuppose text terminals.
8109 (Point): Don't assume just one cursor.
8110 Clarify explanation of cursors.
8111 (Echo Area, Menu Bar): Cleanups.
8112
8113 * mini.texi (Minibuffer): Prompts are highlighted.
8114 (Minibuffer Edit): Newline = C-j only on text terminals.
8115 Clarify resize-mini-windows values.
8116 Mention M-PAGEUP and M-PAGEDOWN.
8117 (Completion Commands): Mouse-1 like Mouse-2.
8118 (Minibuffer History): Explain history commands better.
8119 (Repetition): Add xref to Incremental Search.
8120
8121 * mark.texi (Setting Mark): Clarify info about displaying mark.
8122 Clarify explanation of C-@ and C-SPC.
8123 (Transient Mark): Mention Delete Selection mode.
8124 (Marking Objects): Clean up text about extending the region.
8125
8126 * m-x.texi (M-x): One C-g doesn't always go to top level.
8127 No delay before suggest-key-bindings output.
8128
8129 * fixit.texi (Fixit): Mention C-/ for undo.
8130 (Spelling): Mention ESC TAB like M-TAB.
8131 Replacement words with r and R are rechecked.
8132 Say where C-g leaves point. Mention ? as input.
8133
81342005-02-23 Lute Kamstra <lute@gnu.org>
8135
8136 * cmdargs.texi (Initial Options): Add cross reference.
8137
8cf51b2c
GM
81382005-02-16 Luc Teirlinck <teirllm@auburn.edu>
8139
8140 * emacs.texi (Top): Update menu for splitting of node in
8141 msdog.texi.
8142 * frames.texi (Frames): Update xref for splitting of node in
8143 msdog.texi.
8144 * trouble.texi (Quitting): Ditto.
8145
81462005-02-16 Richard M. Stallman <rms@gnu.org>
8147
8148 * windows.texi (Split Window): Simplify line truncation info
8149 and xref to Display Custom.
8150
8151 * trouble.texi (Quitting): Emergency escape only for text terminal.
8152 (Screen Garbled): C-l for ungarbling is only for text terminal.
8153
8154 * text.texi (Text Mode): ESC TAB alternative for M-TAB.
8155
8156 * sending.texi (Header Editing): ESC TAB alternative for M-TAB.
8157
8158 * programs.texi (Program Modes): Mention Python mode.
8159 (Moving by Defuns): Repeating C-M-h extends region.
8160 (Basic Indent): Clarify.
8161 (Custom C Indent): Clarify.
8162 (Expressions): Repeating C-M-@ extends region.
8163 (Info Lookup): Clarify for C-h S.
8164 (Symbol Completion): ESC TAB alternative for M-TAB.
8165 (Electric C): Clarify.
8166
8167 * emacs.texi (Top): Update display.texi and frames.texi submenu data.
8168
8169 * msdog.texi (MS-DOS Keyboard, MS-DOS Mouse): Split from
8170 MS-DOS Input node.
8171 (MS-DOS Keyboard): Start with explaining DEL and BREAK.
8172 (MS-DOS and MULE): Clarify.
8173 (MS-DOS Processes, Windows Processes): Fix typos.
8174
8175 * major.texi (Choosing Modes): Clarify.
8176
8177 * kmacro.texi (Basic Keyboard Macro): Doc F3, F4.
8178 (Keyboard Macro Step-Edit): Clarify.
8179
8180 * indent.texi (Indentation): Clarifications.
8181
8182 * help.texi (Help): Correct error about C-h in query-replace.
8183 Clarify apropos vs C-h a. Fix how to search in FAQ.
8184 (Key Help): Describe C-h w here.
8185 (Name Help): Minor cleanup. C-h w moved to Key Help.
8186 Clarify the "object" joke.
8187 (Apropos): Clarify. Mouse-1 like Mouse-2.
8188 (Help Mode): Mouse-1 like Mouse-2.
8189
8190 * fixit.texi (Spelling): Mention ESC TAB as alt. for M-TAB.
8191
8192 * display.texi (Display): Reorder menu.
8193 (Faces): Cleanup.
8194 (Font Lock): Cleanup. Mention Options menu.
8195 Delete obsolete text.
8196 (Scrolling): For C-l, don't presume text terminal.
8197 (Horizontal Scrolling): Simplify intro.
8198 (Follow Mode): Clarify.
1c6c854e 8199 (Cursor Display): Move before Display Custom.
8cf51b2c
GM
8200 (Display Custom): Explain no-redraw-on-reenter is for text terminals.
8201 Doc default-tab-width. Doc line truncation more thoroughly.
8202
8203 * dired.texi (Dired Enter): C-x C-f can run Dired.
8204 (Dired Visiting): Comment out `a' command.
8205 Mouse-1 is like Mouse-2.
8206 (Shell Commands in Dired): ? can be used more than once.
8207
8208 * basic.texi (Continuation Lines): Simplify description of truncation,
8209 and refer to Display Custom for the rest of it.
8210
8cf51b2c
GM
82112005-02-06 Lute Kamstra <lute@gnu.org>
8212
8213 * basic.texi (Undo): Fix typo.
8214
8215 * cmdargs.texi (Emacs Invocation): Fix typo.
8216
8217 * custom.texi (Init Examples): Fix typo.
8218
8219 * abbrevs.texi (Expanding Abbrevs): Fix typo.
8220
82212005-02-06 Richard M. Stallman <rms@gnu.org>
8222
8223 * regs.texi (Registers): Registers can hold numbers, too.
8224
8225 * killing.texi (Other Kill Commands): Cleanup.
8226 Delete redundant explanation of kill in read-only buffer.
8227 (Yanking): Mention term "copying".
8228 (Accumulating Text): Fix typo.
8229
8230 * entering.texi (Entering Emacs): Update rationale at start.
8231 (Exiting): Treat iconifying on a par with suspension.
8232
8233 * custom.texi (Minor Modes): Fix typo.
8234 (Easy Customization): Fix menu style.
8235 (Variables): Add xref.
8236 (Examining): Setting for future sessions works through .emacs.
8237 (Keymaps): "Text terminals", not "Many".
8238 (Init Rebinding): Explain \C-. Show example of \M-.
8239 Fix minor wording errors.
8240 (Function Keys): Explain vector syntax just once.
8241 (Named ASCII Chars): Clarify history of TAB/C-i connection.
8242 (Init File): Mention .emacs.d directory.
8243 (Init Examples): Add xref.
8244 (Find Init): Mention .emacs.d directory.
8245
8246 * cmdargs.texi (Emacs Invocation): +LINENUM is also an option.
8247 (Action Arguments): Explain which kinds of -l args are found how.
8248 (Initial Options): --batch does not inhibit site-start.
8249 Add xrefs.
8250 (Command Example): Use --batch, not -batch.
8251
8252 * basic.texi (Inserting Text): Cleanup wording.
8253 (Moving Point): Doc PRIOR, PAGEUP, NEXT, PAGEDOWN more systematically.
8254 C-n is not error at end of buffer.
8255 (Undo): Doc C-/ like C-_. Add xrefs.
8256 (Arguments): META key may be labeled ALT.
8257 Peculiar arg meanings are explained in doc strings.
8258
8259 * abbrevs.texi (Expanding Abbrevs): Clarify.
8260
82612005-02-05 Eli Zaretskii <eliz@gnu.org>
8262
8263 * frames.texi (Frame Parameters): Add an xref to the description
8264 of list-colors-display. Add a pointer to the X docs about colors.
8265
8266 * cmdargs.texi (Colors): Mention 16-, 88- and 256-color modes.
10d1d0af 8267 Improve docs of list-colors-display.
8cf51b2c
GM
8268
82692005-02-03 Lute Kamstra <lute@gnu.org>
8270
8271 * frames.texi (Frames, Drag and Drop): Fix typos.
8272
82732005-02-03 Richard M. Stallman <rms@gnu.org>
8274
8275 * windows.texi (Basic Window): Mention color-change in mode line.
8276 (Change Window): Explain dragging vertical boundaries.
8277
8278 * text.texi (Sentences): Clarify.
8279 (Paragraphs): Explain M-a and blank lines.
8280 (Outline Mode): Clarify text and menu.
8281 (Hard and Soft Newlines): Mention use-hard-newlines.
8282
8283 * frames.texi (Frames): Delete unnecessary mention of Windows.
8284 (Mouse Commands): Likewise. Mention xterm mouse support.
8285 (Clipboard): Clarify.
8286 (Mouse References): Mention use of Mouse-1 for following links.
8287 (Menu Mouse Clicks): Clarify.
8288 (Mode Line Mouse): Clarify.
8289 (Drag and Drop): Rewrite.
8290
8291 * fixit.texi (Spelling): Fix typo.
8292
8293 * files.texi (File Names): Clarify.
8294 (Visiting): Update conditions for use of file dialog. Clarify.
8295 (Saving): Doc d as answer in save-some-buffers.
8296 (Remote Files): Clean up the text.
8297
8298 * dired.texi (Misc Dired Commands): Delete dired-marked-files.
8299
8300 * buffers.texi (Select Buffer): Doc next-buffer and prev-buffer.
8301 (List Buffers): Clarify.
8302 (Several Buffers): Doc T command.
8303 (Buffer Convenience): Clarify menu.
8304
8305 * basic.texi (Undo): Clarify last change.
8306
83072005-02-02 Matt Hodges <MPHodges@member.fsf.org>
8308
8309 * fixit.texi (Spelling): Fix typo.
8310
83112005-02-01 Luc Teirlinck <teirllm@auburn.edu>
8312
8313 * basic.texi (Undo): Update description of `undo-outer-limit'.
8314
83152005-02-01 Nick Roberts <nickrob@snap.net.nz>
8316
8317 * building.texi: Update documentation relating to GDB Graphical
8318 Interface.
8319
83202005-01-30 Luc Teirlinck <teirllm@auburn.edu>
8321
8322 * custom.texi (Easy Customization): Adapt menu to node name change.
8323
83242005-01-30 Richard M. Stallman <rms@gnu.org>
8325
8326 * custom.texi (Easy Customization): Defn of "User Option" now
8327 includes faces. Don't say just "option" when talking about variables.
8328 Do say just "options" to mean "anything customizable".
8329 (Specific Customization): Describe `customize-variable',
8330 not `customize-option'.
8331
8332 * glossary.texi (Glossary) <Faces>: Add xref.
8333 <User Option>: Change definition--include faces. Change xref.
8334
8335 * picture.texi (Picture): Mention artist.el.
8336
8337 * sending.texi, screen.texi, programs.texi, misc.texi:
8338 * mini.texi, major.texi, maintaining.texi, macos.texi:
8339 * help.texi, frames.texi, files.texi:
8340 Don't say just "option" when talking about variables.
8341
8342 * display.texi, mule.texi: Don't say just "option" when talking
8343 about variables. Other minor cleanups.
8344
8cf51b2c
GM
83452005-01-26 Lute Kamstra <lute@gnu.org>
8346
8347 * cmdargs.texi (Initial Options): Add a cross reference to `Init
8348 File'. Mention the `-Q' option at the `--no-site-file' option.
8349
8cf51b2c
GM
83502005-01-22 David Kastrup <dak@gnu.org>
8351
8352 * building.texi (Grep Searching): Mention alias `find-grep' for
8353 `grep-find'.
8354
83552005-01-20 Richard M. Stallman <rms@gnu.org>
8356
8357 * calendar.texi (Time Intervals): Delete special stuff for MS-DOS.
8358
8cf51b2c
GM
83592005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
8360
8361 * rmail.texi (Movemail): Explain differences
8362 between standard and mailutils versions of movemail.
8363 Describe command line and configuration options introduced
8364 with the latter.
8365 Explain the notion of mailbox URL, provide examples and
8366 cross-references to mailutils documentation.
8367 Describe various methods of specifying mailbox names,
8368 user names and user passwords for rmail.
1c6c854e
CS
8369 (Remote Mailboxes): New section.
8370 Describe how movemail handles remote mailboxes. Describe configuration
8cf51b2c
GM
8371 options used to control its behavior.
8372 (Other Mailbox Formats): Explain handling of various mailbox
8373 formats.
8374
83752005-01-13 Richard M. Stallman <rms@gnu.org>
8376
8377 * commands.texi (Commands): Clarification.
8378
83792005-01-11 Richard M. Stallman <rms@gnu.org>
8380
8381 * programs.texi (Multi-line Indent): Fix previous change.
8382 (Fortran Autofill): Simplify description of fortran-auto-fill-mode.
8383
8cf51b2c
GM
83842005-01-08 Richard M. Stallman <rms@gnu.org>
8385
8386 * display.texi (Faces): isearch-lazy-highlight-face renamed to
8387 lazy-highlight.
8388
8389 * search.texi (Query Replace): Mention faces query-replace
8390 and lazy-highlight.
8391 (Incremental Search): Update isearch highlighting info.
8392
8cf51b2c
GM
83932005-01-04 Richard M. Stallman <rms@gnu.org>
8394
8395 * custom.texi (Saving Customizations): Minor improvement.
8396
8cf51b2c
GM
83972005-01-03 Luc Teirlinck <teirllm@auburn.edu>
8398
8399 * custom.texi (Saving Customizations): Emacs no longer loads
8400 `custom-file' after .emacs. No longer mention customizing through
8401 Custom.
8402
8cf51b2c
GM
84032005-01-01 Andreas Schwab <schwab@suse.de>
8404
8405 * killing.texi (Graphical Kill): Move up under node Killing,
8406 change @section to @subsection.
8407
84082005-01-01 Richard M. Stallman <rms@gnu.org>
8409
8410 * custom.texi (Face Customization): Mention hex color specs.
8411
8412 * emacs.texi (Top): Update Killing submenu.
8413
8414 * killing.texi (Killing): Reorganize section.
8415 No more TeX-only text; put the node command at start of chapter.
8416 But the first section heading is used only in TeX.
8417 Rewrite the text to read better in this mode.
8418 (Graphical Kill): New subnode gets some of the text that
8419 used to be in the first section.
8420
84212004-12-31 Richard M. Stallman <rms@gnu.org>
8422
8423 * dired.texi (Shell Commands in Dired): Delete the ? example.
8424
8425 * display.texi (Scrolling): Correct scroll-preserve-screen-position.
8426
8427 * files.texi (Saving): Describe new require-final-newline features
8428 and mode-require-final-newline.
8429
8cf51b2c
GM
84302004-12-29 Richard M. Stallman <rms@gnu.org>
8431
8432 * custom.texi (File Variables): Clarify previous change.
8433
c8763fb6 84342004-12-27 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
8435
8436 * frames.texi (Dialog Boxes): Mention Gtk+ 2.6 also, as that version is
8437 out now.
8438
84392004-12-27 Richard M. Stallman <rms@gnu.org>
8440
8441 * Makefile.in (MAKEINFO): Specify --force.
8442
8443 * basic.texi (Moving Point): C-e now runs move-end-of-line.
8444 (Undo): Doc undo-outer-limit.
8445
8cf51b2c
GM
84462004-12-15 Juri Linkov <juri@jurta.org>
8447
8448 * mark.texi (Transient Mark, Mark Ring): M-< and other
8449 movement commands don't set mark in Transient Mark mode
8450 if mark is active.
8451
8cf51b2c
GM
84522004-12-12 Juri Linkov <juri@jurta.org>
8453
8454 * misc.texi (FFAP): Add C-x C-r, C-x C-v, C-x C-d,
8455 C-x 4 r, C-x 4 d, C-x 5 r, C-x 5 d.
8456
8457 * dired.texi (Dired Navigation): Add @r{(Dired)} to M-g.
8458 (Misc Dired Commands): Add @r{(Dired)} to w.
8459
84602004-12-12 Juri Linkov <juri@jurta.org>
8461
8462 * mark.texi (Marking Objects): Marking commands also extend the
8463 region when mark is active in Transient Mark mode.
8464
8cf51b2c
GM
84652004-12-08 Luc Teirlinck <teirllm@auburn.edu>
8466
8467 * custom.texi (Saving Customizations): Emacs only loads the custom
8468 file automatically after the init file in version 22.1 or later.
8469 Adapt text and examples to this fact.
8470
8cf51b2c
GM
84712004-12-07 Luc Teirlinck <teirllm@auburn.edu>
8472
8473 * frames.texi (Scroll Bars): The option `scroll-bar-mode' has to
8474 be set through Custom. Otherwise, it has no effect.
8475
8cf51b2c
GM
84762004-12-05 Richard M. Stallman <rms@gnu.org>
8477
8478 * cmdargs.texi, doclicense.texi, xresources.texi, emacs.texi:
8479 * entering.texi: Rename Command Line to Emacs Invocation.
8480
10d1d0af 8481 * misc.texi (Term Mode): Correctly describe C-c.
8cf51b2c
GM
8482
8483 * custom.texi (Easy Customization): Move up to section level,
8484 before Variables. Avoid using the term "variable"; say "option".
8485 New initial explanation.
8486 (Variables): In initial explanation, connect "variable" to the
8487 already-explained "user option".
8488
8489 * emacs.texi (Top): Fix ref to Command Line.
8490 Move reference to Easy Customization.
8491
8492 * xresources.texi (X Resources): Fix From link.
8493
8494 * doclicense.texi (GNU Free Documentation License): Fix To link.
8495
8496 * entering.texi (Entering Emacs): Fix xref, now to Command Line.
8497
8498 * cmdargs.texi (Command Line): Node renamed from Command Arguments.
8499
85002004-12-03 Richard M. Stallman <rms@gnu.org>
8501
8502 * cmdargs.texi (Initial Options): Clarify batch mode i/o.
8503
85042004-12-01 Luc Teirlinck <teirllm@auburn.edu>
8505
8506 * kmacro.texi: Several small changes in addition to the following.
8507 (Keyboard Macro Ring): Describe behavior of `C-x C-k C-k' when
8508 defining a keyboard macro.
8509 Mention `kmacro-ring-max'.
8510 (Keyboard Macro Counter): Clarify description of
8511 `kmacro-insert-counter', `kmacro-set-counter',
8512 `kmacro-add-counter' and `kmacro-set-format'.
8513
85142004-11-29 Reiner Steib <Reiner.Steib@gmx.de>
8515
8516 * custom.texi (File Variables): Add `unibyte' and make it more
8517 clear that `unibyte' and `coding' are special. Suggested by Simon
8518 Krahnke <overlord@gmx.li>.
8519
8520 * mule.texi (Enabling Multibyte): Refer to File Variables.
8521 Suggested by Simon Krahnke <overlord@gmx.li>.
8522
c8763fb6 85232004-11-26 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
8524
8525 * frames.texi (Dialog Boxes): Rename use-old-gtk-file-dialog to
8526 x-use-old-gtk-file-dialog.
8527
8cf51b2c
GM
85282004-11-20 Richard M. Stallman <rms@gnu.org>
8529
8530 * text.texi (Fill Prefix): M-q doesn't apply fill prefix to first line.
8531
85322004-11-09 Lars Brinkhoff <lars@nocrew.org>
8533
8534 * building.texi (Lisp Eval): Delete hyphen in section name.
8535
85362004-11-19 Thien-Thi Nguyen <ttn@gnu.org>
8537
8538 * files.texi (Old Versions):
8539 No longer document annotation as "CVS only".
8540
85412004-11-10 Andre Spiegel <spiegel@gnu.org>
8542
8543 * files.texi (Version Control): Rewrite the introduction about
1c6c854e
CS
8544 version systems, mentioning the new ones that we support.
8545 Thanks to Alex Ott, Karl Fogel, Stefan Monnier, and David Kastrup for
8cf51b2c
GM
8546 suggestions.
8547
c8763fb6 85482004-11-03 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c 8549
49823426 8550 * frames.texi (Dialog Boxes): Replace non-nil with non-@code{nil}.
8cf51b2c 8551
c8763fb6 85522004-11-02 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
8553
8554 * frames.texi (Dialog Boxes): Document use-old-gtk-file-dialog.
8555
85562004-10-23 Eli Zaretskii <eliz@gnu.org>
8557
8558 * text.texi (Text Based Tables, Table Definition)
8559 (Table Creation, Table Recognition, Cell Commands)
8560 (Cell Justification, Row Commands, Column Commands)
8561 (Fixed Width Mode, Table Conversion, Measuring Tables)
8562 (Table Misc): New nodes, documenting the Table Mode.
8563
8cf51b2c
GM
85642004-10-19 Jason Rumney <jasonr@gnu.org>
8565
8566 * makefile.w32-in (info): Change order of arguments to makeinfo.
8567
85682004-10-19 Ulf Jasper <ulf.jasper@web.de>
8569
8570 * calendar.texi (iCalendar): Update for package changes.
8571
8cf51b2c
GM
85722004-10-09 Luc Teirlinck <teirllm@auburn.edu>
8573
8574 * files.texi (Misc File Ops): View mode is a minor mode.
8575
8cf51b2c
GM
85762004-10-08 Glenn Morris <gmorris@ast.cam.ac.uk>
8577
8578 * calendar.texi (iCalendar): Style changes.
8579
85802004-10-07 Luc Teirlinck <teirllm@auburn.edu>
8581
8582 * search.texi (Regexps): The regexp described in the example is no
8583 longer stored in the variable `sentence-end'.
8584
8cf51b2c
GM
85852004-10-06 Nick Roberts <nickrob@snap.net.nz>
8586
8587 * building.texi (Starting GUD): Note that multiple debugging
8588 sessions requires `gdb --fullname'.
8589
85902004-10-05 Ulf Jasper <ulf.jasper@web.de>
8591
8592 * calendar.texi (iCalendar): New section for a new package.
8593
8cf51b2c
GM
85942004-10-05 Luc Teirlinck <teirllm@auburn.edu>
8595
8596 * text.texi: Various small changes in addition to the following.
8597 (Text): Replace xref for autotype with inforef.
8598 (Sentences): Explain nil value for `sentence-end'.
8599 (Paragraphs): Update default values for `paragraph-start' and
8600 `paragraph-separate'.
8601 (Text Mode): Correct description of Text mode's effect on the
8602 syntax table.
8603 (Outline Visibility): `hide-other' does not hide top level headings.
8604 `selective-display-ellipses' no longer has an effect on Outline mode.
8605 (TeX Misc): Add missing @cindex.
8606 Replace xref for RefTeX with inforef.
8607 (Requesting Formatted Text): The variable
8608 `enriched-fill-after-visiting' no longer exists.
8609 (Editing Format Info): Update names of menu items and commands.
8610 (Format Faces): Mention special effect of specifying the default face.
8611 Describe inheritance of text properties.
8612 Correct description of `fixed' face.
8613 (Format Indentation): Correct description of effect of setting
8614 margins. Mention `set-left-margin' and `set-right-margin'.
8615 (Format Justification): Update names of menu items.
8616 `set-justification-full' is now bound to `M-j b'.
8617 Mention that `default-justification' is a per buffer variable.
8618 (Format Properties): Update name of menu item.
8619 (Forcing Enriched Mode): `format-decode-buffer' automatically
8620 turns on Enriched mode if the buffer is in text/enriched format.
8621
86222004-10-05 Emilio C. Lopes <eclig@gmx.net>
8623
8624 * calendar.texi (From Other Calendar): Add calendar-goto-iso-week.
8625
86262004-09-28 Kim F. Storm <storm@cua.dk>
8627
8628 * display.texi (Display Custom) <indicate-buffer-boundaries>:
8629 Align with new functionality.
8630
8cf51b2c
GM
86312004-09-22 Luc Teirlinck <teirllm@auburn.edu>
8632
8633 * display.texi (Display Custom): Remove stray `@end defvar'.
8634
86352004-09-23 Kim F. Storm <storm@cua.dk>
8636
8637 * display.texi (Display Custom): Add `overflow-newline-into-fringe',
8638 `indicate-buffer-boundaries' and `default-indicate-buffer-boundaries'.
8639
8cf51b2c
GM
86402004-09-20 Richard M. Stallman <rms@gnu.org>
8641
8642 * custom.texi (Hooks): Explain using setq to clear out a hook.
8643 (File Variables): Explain multiline string constants.
8644 (Non-ASCII Rebinding): Explain when you need to update
8645 non-ASCII char codes in .emacs.
8646
8647 * building.texi (Compilation): Explain how to make a silent
8648 subprocess that won't be terminated. Explain compilation-environment.
8649
86502004-09-13 Kim F. Storm <storm@cua.dk>
8651
8652 * mini.texi (Repetition): Rename isearch-resume-enabled to
8653 isearch-resume-in-command-history and change default to disabled.
8654
8cf51b2c
GM
86552004-09-09 Kim F. Storm <storm@cua.dk>
8656
8657 * kmacro.texi (Save Keyboard Macro): Replace `name-last-kbd-macro'
8658 with new `kmacro-name-last-macro'.
8659
8cf51b2c
GM
86602004-09-08 Juri Linkov <juri@jurta.org>
8661
8662 * mini.texi (Minibuffer History): Add `history-delete-duplicates'.
8663
8cf51b2c
GM
86642004-09-03 Juri Linkov <juri@jurta.org>
8665
8666 * search.texi (Incremental Search): Update wording for M-%.
8667
86682004-09-02 Luc Teirlinck <teirllm@auburn.edu>
8669
8670 * killing.texi (Killing): Correct description of kill commands in
8671 read-only buffer.
8672
86732004-09-02 Teodor Zlatanov <tzz@lifelogs.com>
8674
8675 * building.texi (Compilation Mode): Add a paragraph about rules
8676 for finding the compilation buffer for `next-error'.
8677
8678 * search.texi (Other Repeating Search): Mention that Occur mode
8679 supports the next-error functionality.
8680
86812004-09-02 Juri Linkov <juri@jurta.org>
8682
8683 * search.texi (Regexp Replace): Add missing backslash to \footnote.
8684
86852004-08-31 Luc Teirlinck <teirllm@auburn.edu>
8686
8687 * kmacro.texi (Basic Keyboard Macro):
8688 `apply-macro-to-region-lines' now operates on all lines that begin
8689 in the region, rather than on all complete lines in the region.
8690
c8763fb6 86912004-08-31 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
8692
8693 * frames.texi (Drag and drop): Add documentation about
8694 x-dnd-test-function and x-dnd-known-types.
8695
86962004-08-30 Luc Teirlinck <teirllm@auburn.edu>
8697
8698 * indent.texi: Various minor changes in addition to:
8699 (Indentation Commands): Correct description of `indent-relative'.
8700 (Tab Stops): <TAB> is no longer bound to `tab-to-tab-stop' in Text
8701 mode. The *Tab Stops* buffer uses Overwrite Mode.
8702 (Just Spaces): `tabify' converts sequences of at least two spaces
8703 to tabs.
8704
8cf51b2c
GM
87052004-08-27 Luc Teirlinck <teirllm@auburn.edu>
8706
8707 * frames.texi (Secondary Selection): Setting the secondary
8708 selection with M-Drag-Mouse-1 does not alter the kill ring,
8709 setting it with M-Mouse-1 and M-Mouse-3 does.
8710 (Mode Line Mouse): C-Mouse-2 on scroll bar now also works for
8711 toolkit scroll bars.
8712 (Scroll Bars): Ditto.
8713
8714 * windows.texi (Basic Window): When using a window system, the value
8715 of point in a non-selected window is indicated by a hollow box.
8716 (Split Window): Side by side windows are separated by a scroll bar,
8717 if scroll bars are used.
8718 C-Mouse-2 on scroll bar now also works for toolkit scroll bars.
8719 (Change Window): Correct Mouse-2 vs Mouse-3 mess-up.
8720 (Window Convenience): Update bindings for `winner-undo' and
8721 `winner-redo'.
8722
8723 * ack.texi (Acknowledgments): Use `@unnumbered'.
d0207bf3 8724 * misc.texi: Adapt sectioning in Info to the node structure.
8cf51b2c
GM
8725 (Invoking emacsclient): Make "Invoking emacsclient" a subsection
8726 of "Using Emacs as a Server".
8727 * building.texi (Building): Interchange nodes (for correct numbering).
8728 * programs.texi (Programs): Interchange nodes (for correct numbering).
8729 * killing.texi, entering.texi, commands.texi: Adapt sectioning in
8730 Info to the node structure.
8731 * emacs.texi: Make "GNU GENERAL PUBLIC LICENSE" an appendix.
8732 Rearrange order of nodes and sections such that both "GNU GENERAL
8733 PUBLIC LICENSE" and "GNU Free Documentation License" appear at the
8734 end, as appropriate for appendices.
8735 (Acknowledgments): Put inside @iftex instead of @ifnotinfo.
8736 Use `@unnumberedsec'.
8737 * trouble.texi: Adapt sectioning in Info to the node structure.
8738 Adapt node pointers to change in emacs.texi.
8739 * cmdargs.texi, doclicense.texi: Adapt node pointers.
8740
8cf51b2c
GM
87412004-08-25 Kenichi Handa <handa@m17n.org>
8742
8743 * custom.texi (Non-ASCII Rebinding): Fix and simplify the
8744 description for unibyte mode.
8745
87462004-08-23 Luc Teirlinck <teirllm@auburn.edu>
8747
8748 * display.texi (Font Lock): Correct invalid (for hardcopy) @xref.
8749
8750 * search.texi (Regexps): Correct cryptic (in hardcopy) @ref.
8751 (Configuring Scrolling): Correct invalid (for hardcopy) @xref.
8752 (Regexp Replace): Standardize reference to hardcopy Elisp Manual
8753 in @pxref.
8754
87552004-08-22 Luc Teirlinck <teirllm@auburn.edu>
8756
8757 * kmacro.texi (Keyboard Macro Counter, Keyboard Macro Step-Edit):
8758 Change section names.
8759
8cf51b2c
GM
87602004-08-21 Luc Teirlinck <teirllm@auburn.edu>
8761
8762 * kmacro.texi (Keyboard Macro Ring): Rename section.
8763 Emacs treats the head of the macro ring as the `last keyboard macro'.
8764 (Keyboard Macro Counter): Minor change.
8765 (Save Keyboard Macro): Some clarifications.
8766 (Edit Keyboard Macro): Rename section.
8767
8768 * buffers.texi (Buffers): Maximum buffer size is now 256M on
8769 32-bit machines.
8770 (Several Buffers): Clarify which buffer is selected if `2' is
8771 pressed in the Buffer Menu.
8772 Auto Revert mode can be used to update the Buffer Menu
8773 automatically.
8774
87752004-08-21 Eli Zaretskii <eliz@gnu.org>
8776
8777 * help.texi (Misc Help): Add an index entry for finding an Info
8778 manual by its file name.
8779
87802004-08-20 Luc Teirlinck <teirllm@auburn.edu>
8781
8782 * files.texi (Backup Deletion): Correct description of
8783 `delete-old-versions'.
8784 (Time Stamps): `time-stamp' needs to be added to `before-save-hook'.
8785 (Auto Save Files): Recommend `auto-save-mode' to reenable
8786 auto-saving, rather than the abbreviation `auto-save'.
8787
87882004-08-17 Luc Teirlinck <teirllm@auburn.edu>
8789
8790 * emacs.texi (Top): Mention "cutting" and "pasting" as synonyms
8791 for "killing" and "yanking" in main menu.
8792
87932004-08-16 Richard M. Stallman <rms@gnu.org>
8794
8795 * killing.texi (Yanking, Killing): Minor cleanups.
8796
8797 * mark.texi (Momentary Mark): Minor cleanups.
8798
87992004-08-15 Kenichi Handa <handa@etl.go.jp>
8800
8801 * custom.texi (Non-ASCII Rebinding):
8802 C-q always inserts the right code to pass to global-set-key.
8803
8cf51b2c
GM
88042004-08-13 Luc Teirlinck <teirllm@auburn.edu>
8805
8806 * regs.texi (RegNumbers): Mention `C-x r i' binding for
8807 `insert-register', instead of `C-x r g' binding, for consistency.
8808
88092004-08-12 Luc Teirlinck <teirllm@auburn.edu>
8810
8811 * fixit.texi (Spelling): Fix typo.
8812
88132004-08-11 Luc Teirlinck <teirllm@auburn.edu>
8814
8815 * help.texi (Help): Fix Texinfo usage.
8816
8cf51b2c
GM
88172004-07-24 Richard M. Stallman <rms@gnu.org>
8818
8819 * text.texi (Paragraphs): Update how paragraphs are separated
8820 and the default for paragraph-separate.
8821
8822 * search.texi (Regexp Replace): Further update text for new
8823 replacement operators.
8824
8cf51b2c
GM
88252004-07-18 Luc Teirlinck <teirllm@auburn.edu>
8826
8827 * emacs-xtra.texi (Subdir switches): Dired does not remember the
8828 `R' switch.
8829
8830 * dired.texi (Dired Updating): `k' only deletes inserted
8831 subdirectories from the Dired buffer if a prefix argument was given.
8832
8833 * search.texi (Regexps): Delete redundant definition of `symbol' in
8834 description of `\_>'. It already occurs in the description of `\_<'.
8835
8cf51b2c
GM
88362004-07-01 Juri Linkov <juri@jurta.org>
8837
8838 * search.texi (Incremental Search): Add C-M-w, C-M-y, M-%, C-M-%, M-e.
8839 (Regexp Search): Add M-r.
8840
88412004-06-30 Luc Teirlinck <teirllm@auburn.edu>
8842
8843 * makefile.w32-in (EMACSSOURCES): Remove emacs-xtra.
8844
88452004-06-29 Jesper Harder <harder@ifa.au.dk>
8846
49823426 8847 * search.texi, calendar.texi: Markup fixes.
8cf51b2c
GM
8848
88492004-06-25 Richard M. Stallman <rms@gnu.org>
8850
8851 * search.texi (Regexp Replace): Rewrite description of \# \, and \?.
8852
88532004-06-25 David Kastrup <dak@gnu.org>
8854
8855 * search.texi (Regexp Replace): Some typo corrections and
8856 rearrangement.
8857
88582004-06-24 David Kastrup <dak@gnu.org>
8859
8860 * search.texi (Unconditional Replace): Use replace-string instead
8861 of query-replace in example.
8862 (Regexp Replace): Add explanations for `\,', `\#' and `\?'
8863 sequences.
8864 (Query Replace): Correct explanation of `^' which does not use
8865 the mark stack.
8866
88672004-06-21 Nick Roberts <nickrob@gnu.org>
8868
8869 * misc.texi (Shell History Copying): Document comint-insert-input.
8870 (Shell Ring): Describe comint-dynamic-list-input-ring here.
8871
8cf51b2c
GM
88722004-06-20 Jesper Harder <harder@ifa.au.dk>
8873
8874 * msdog.texi (Text and Binary, MS-DOS Printing): Use m-dash.
8875 * custom.texi (Customization): Do.
8876 * anti.texi (Antinews): Do.
8877 * abbrevs.texi (Defining Abbrevs): Do.
8878
8879 * programs.texi (Info Lookup): Fix keybinding for
8880 info-lookup-symbol.
8881
88822004-06-16 Juanma Barranquero <lektu@terra.es>
8883
8884 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, EMACSSOURCES):
8885 Add emacs-xtra.
8886 ($(infodir)/emacs-xtra, emacs-xtra.dvi): New dependencies.
8887 (clean): Add emacs-xtra and flymake. Remove redundancies.
8888
88892004-06-15 Luc Teirlinck <teirllm@auburn.edu>
8890
8891 * Makefile.in (INFO_TARGETS, DVI_TARGETS, ../info/emacs-xtra):
8892 Add emacs-xtra.
8893 * emacs-xtra.texi: New file.
8894
88952004-06-14 Luc Teirlinck <teirllm@auburn.edu>
8896
8897 * dired.texi (Dired Enter): Mention conditions on `ls' switches.
8898 (Dired and Find): Mention differences with ordinary Dired buffers.
8899
8cf51b2c
GM
89002004-06-13 Richard M. Stallman <rms@gnu.org>
8901
8902 * custom.texi (Init Syntax): Explain about vars that do special
8903 things when set with setq or with Custom.
8904 (Init Examples): Add line-number-mode example.
8905
8cf51b2c
GM
89062004-06-12 Juri Linkov <juri@jurta.org>
8907
8908 * dired.texi (Operating on Files): Add dired-do-touch.
8909
8cf51b2c
GM
89102004-06-10 Juri Linkov <juri@jurta.org>
8911
8912 * building.texi (Lisp Eval): Add C-M-x on defface.
8913
89142004-06-08 Luc Teirlinck <teirllm@auburn.edu>
8915
8916 * files.texi (Reverting): Auto-Revert mode and
8917 Global Auto-Revert mode no longer revert remote files.
8918
8cf51b2c
GM
89192004-05-29 Richard M. Stallman <rms@gnu.org>
8920
8921 * custom.texi (Init File): Two dashes start --no-site-file.
8922
8cf51b2c
GM
89232004-05-29 Alan Mackenzie <acm@muc.de>
8924
8925 * programs.texi: Update for CC Mode 5.30 and incidental amendments.
10d1d0af 8926 ("AWK"): Is consistently thus spelled throughout.
8cf51b2c
GM
8927 (AWK, Pike): Document as "C-like modes".
8928 (@kbd{M-j}): Document as alternative to @kbd{C-M-j}.
8929 (M-x man): Supersedes M-x manual-entry.
8930 Add numerous index entries. Correct "ESC a/e" to "M-a/e".
8931
8932 ("Comments in C"): Delete node; the info is in CC Mode manual.
8933 (c-comment-only-line-offset): Remove description.
8934
8935 (C-c ., C-c C-c): Describe new C Mode bindings.
8936
8937 (C-u TAB, indent-code-rigidly, c-indent-exp, c-tab-always-indent)
8938 (@dfn{Style}, c-default-style, comment-column, comment-padding)
8939 (c-up-conditional, c-beginning-of-statement, c-end-of-statement):
8940 Amend definitions.
8941
8942 (c-beginning-of-defun, c-end-of-defun, c-context-line-break):
8943 Describe functions.
8944
8945 (c-comment-start-regexp, c-hanging-comment-ender-p)
8946 (c-hanging-comment-starter-p): Remove obsolete definitions.
8947
8948 * emacs.texi: Remove the menu entry "Comments in C".
8949
8cf51b2c
GM
89502004-05-27 Luc Teirlinck <teirllm@auburn.edu>
8951
8952 * dired.texi (Dired and Find): `find-ls-option' does not apply to
8953 `M-x locate'.
8954
89552004-05-16 Karl Berry <karl@gnu.org>
8956
8957 * emacs.texi (ack.texi) [@ifnottex]: Change condition; with @ifinfo,
8958 makeinfo --html fails.
8959 * help.texi (Help Summary) [@ifnottex]: Likewise.
8960
89612004-05-13 Nick Roberts <nickrob@gnu.org>
8962
8963 * building.texi (GDB Graphical Interface): Update and describe
8964 layout first.
8965
8cf51b2c
GM
89662004-05-04 Jason Rumney <jasonr@gnu.org>
8967
8968 * makefile.w32-in: Revert last change.
8969
89702004-05-03 Jason Rumney <jasonr@gnu.org>
8971
8972 * makefile.w32-in (MULTI_INSTALL_INFO, ENVADD): Use forward slashes.
8973
8cf51b2c
GM
89742004-04-23 Juanma Barranquero <lektu@terra.es>
8975
8976 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
8977
89782004-04-18 Juri Linkov <juri@jurta.org>
8979
8980 * fixit.texi (Spelling): Remove file extension from ispell xref.
8981
89822004-04-15 Kim F. Storm <storm@cua.dk>
8983
8984 * cmdargs.texi (Initial Options): Add -Q.
8985
89862004-04-05 Kim F. Storm <storm@cua.dk>
8987
8988 * custom.texi (File Variables): Add safe-local-eval-forms.
8989
8cf51b2c
GM
89902004-04-02 Luc Teirlinck <teirllm@auburn.edu>
8991
8992 * files.texi (Reverting): Correct description of revert-buffer's
8993 handling of point.
8994
89952004-03-22 Juri Linkov <juri@jurta.org>
8996
8997 * emacs.texi (Top): Add `Misc X'.
8998
49823426 8999 * trouble.texi: Fix help key bindings.
8cf51b2c
GM
9000
9001 * glossary.texi: Improve references.
9002
9003 * help.texi: Sync keywords with finder.el.
9004
9005 * mini.texi (Completion): Add description for menu items.
9006
9007 * misc.texi (Browse-URL, FFAP): Add information about keywords.
9008
9009 * sending.texi (Mail Methods): Fix xref to Message manual.
9010
8cf51b2c
GM
90112004-03-12 Richard M. Stallman <rms@gnu.org>
9012
8cf51b2c
GM
9013 * buffers.texi (Misc Buffer): Add index entry for rename-uniquely.
9014
8cf51b2c
GM
90152004-03-04 Richard M. Stallman <rms@gnu.org>
9016
9017 * search.texi (Regexps): Explain that ^ and $ have their
9018 special meanings only in certain contexts.
9019
9020 * programs.texi (Expressions): Doc C-M-SPC as alias for C-M-@.
9021
9022 * mule.texi (Specify Coding): Doc C-x RET F.
9023
9024 * buffers.texi (Misc Buffer): Explain use of M-x rename-uniquely
9025 for multiple compile and grep buffers.
9026 (Indirect Buffers): Don't recommand clone-indirect-buffer
9027 for multiple compile and grep buffers.
9028
8cf51b2c
GM
90292004-02-29 Juanma Barranquero <lektu@terra.es>
9030
9031 * makefile.w32-in (mostlyclean, clean, maintainer-clean):
9032 Use $(DEL) instead of rm, and ignore exit code.
9033
8cf51b2c
GM
90342004-02-23 Nick Roberts <nick@nick.uklinux.net>
9035
9036 * building.texi (Watch Expressions): Update.
9037
90382004-02-21 Juri Linkov <juri@jurta.org>
9039
1c6c854e
CS
9040 * cmdargs.texi (Action Arguments): Add alias --find-file.
9041 Add --directory, --help, --version. Move text about command-line-args
8cf51b2c
GM
9042 to Command Arguments.
9043 (Initial Options): Add @cindex for --script. Fix @cindex for -q.
9044 Add --no-desktop. Add alias --no-multibyte, --no-unibyte.
9045 (Window Size X): Join -g and --geometry. Add @cindex.
9046 (Borders X): Fix @cindex for -ib. Add @cindex for -bw.
9047 (Title X): Remove alias -title.
9048 (Misc X): New node.
9049
c8763fb6 90502004-02-15 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
9051
9052 * frames.texi (Drag and drop): Add Motif to list of supported
9053 protocols.
9054
c8763fb6 90552004-02-03 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
9056
9057 * frames.texi (Drag and drop): New section.
9058
90592004-01-24 Richard M. Stallman <rms@gnu.org>
9060
1c6c854e 9061 * emacs.texi (Acknowledgments): Rename from Acknowledgements.
8cf51b2c
GM
9062 Include it only @ifnotinfo. Patch the preceding and following
9063 node headers to point to each other.
9064
90652004-01-11 Glenn Morris <gmorris@ast.cam.ac.uk>
9066
9067 * calendar.texi (Appointments): Update section.
9068
90692003-12-29 Kevin Ryde <user42@zip.com.au>
9070
8cf51b2c
GM
9071 * programs.texi (C Modes): Fix the xref.
9072
90732003-12-23 Nick Roberts <nick@nick.uklinux.net>
9074
9075 * building.texi (Watch Expressions): Update.
9076 (Commands of GUD): Include use of toolbar + breakpoints set from
9077 fringe/margin.
9078
90792003-12-03 Andre Spiegel <spiegel@gnu.org>
9080
9081 * files.texi: Say how to disable VC. Suggested by Alan Mackenzie
9082 <acm@muc.de>.
9083
c8763fb6 90842003-11-29 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
9085
9086 * frames.texi (Dialog Boxes): Add use-file-dialog.
9087
8cf51b2c
GM
90882003-11-22 Martin Stjernholm <bug-cc-mode@gnu.org>
9089
9090 * ack.texi: Note that Alan Mackenzie contributed the AWK support
9091 in CC Mode.
9092
8cf51b2c
GM
90932003-11-02 Jesper Harder <harder@ifa.au.dk> (tiny change)
9094
9095 * man/ack.texi, man/basic.texi, man/cmdargs.texi:
9096 * man/commands.texi, man/custom.texi, man/display.texi:
49823426 9097 * man/emacs.texi, man/files.texi:
8cf51b2c
GM
9098 * man/frames.texi, man/glossary.texi, man/killing.texi:
9099 * man/macos.texi, man/mark.texi, man/misc.texi, man/msdog.texi:
9100 * man/mule.texi, man/rmail.texi, man/search.texi:
49823426
GM
9101 * man/sending.texi, man/text.texi, man/trouble.texi:
9102 Replace @sc{ascii} and ASCII with @acronym{ASCII}.
8cf51b2c
GM
9103
91042003-11-01 Alan Mackenzie <acm@muc.de>
9105
9106 * search.texi (Scrolling During Incremental Search): Document a
9107 new scrolling facility in isearch mode.
9108
8cf51b2c
GM
91092003-10-22 Miles Bader <miles@gnu.org>
9110
9111 * Makefile.in (info): Move before $(top_srcdir)/info.
9112
91132003-10-22 Nick Roberts <nick@nick.uklinux.net>
9114
9115 * building.texi (Watch Expressions): Update section on data display
9116 to reflect code changes (GDB Graphical Interface).
9117
8cf51b2c
GM
91182003-10-13 Richard M. Stallman <rms@gnu.org>
9119
9120 * xresources.texi (GTK resources): Clean up previous change.
9121
c8763fb6 91222003-10-12 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
9123
9124 * xresources.texi (GTK resources): Add a note that some themes
9125 disallow customizations. Add scroll theme example.
9126
8cf51b2c
GM
91272003-09-30 Richard M. Stallman <rms@gnu.org>
9128
8cf51b2c
GM
9129 * cmdargs.texi (General Variables): Remove MAILRC envvar.
9130
9131 * misc.texi (Saving Emacs Sessions): Shorten the section,
9132 collapsing back into one node.
9133
91342003-09-30 Lars Hansen <larsh@math.ku.dk>
9135
9136 * misc.texi: Section "Saving Emacs Sessions" rewritten.
9137
ce058493 91382003-09-29 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
9139
9140 * xresources.texi (GTK names in Emacs): Correct typo.
9141
8cf51b2c
GM
91422003-09-24 Luc Teirlinck <teirllm@mail.auburn.edu>
9143
1c6c854e
CS
9144 * cmdargs.texi (Font X): Mention new default font.
9145 More fully describe long font names, wildcard patterns and the
8cf51b2c
GM
9146 problems involved. (Result of discussion on emacs-devel.)
9147
91482003-09-22 Luc Teirlinck <teirllm@mail.auburn.edu>
9149
9150 * emacs.texi (Acknowledgements): Correct typo.
9151
91522003-09-22 Richard M. Stallman <rms@gnu.org>
9153
9154 * dired.texi (Misc Dired Commands): New node.
9155 (Dired Navigation): Add dired-goto-file.
9156
9157 * files.texi (File Aliases, Misc File Ops): Add @cindex entries.
9158
9159 * emacs.texi (Acknowledgements): New node, split from Distribution.
9160
9161 * cmdargs.texi (Action Arguments): -f reads interactive args.
9162
8cf51b2c
GM
91632003-09-08 Lute Kamstra <lute@gnu.org>
9164
9165 * screen.texi (Mode Line): Say that POS comes before LINE.
9166 Mention `size-indication-mode'.
1c6c854e
CS
9167 * display.texi (Optional Mode Line):
9168 Document `size-indication-mode'.
8cf51b2c
GM
9169 * basic.texi (Position Info): Mention `size-indication-mode'.
9170
91712003-09-07 Luc Teirlinck <teirllm@mail.auburn.edu>
9172
9173 * xresources.texi (Resources): Refer to `editres' man page.
9174 (Lucid Resources): Update defaults. Expand description of
9175 `shadowThickness'.
9176
91772003-09-04 Miles Bader <miles@gnu.org>
9178
9179 * Makefile.in (top_srcdir): New variable.
9180 ($(top_srcdir)/info): New rule.
9181 (info): Depend on it.
9182
91832003-09-03 Peter Runestig <peter@runestig.com>
9184
9185 * makefile.w32-in: New file.
9186
91872003-08-29 Richard M. Stallman <rms@gnu.org>
9188
9189 * misc.texi (Saving Emacs Sessions): Correct previous change.
9190
8cf51b2c
GM
91912003-08-19 Luc Teirlinck <teirllm@mail.auburn.edu>
9192
8cf51b2c
GM
9193 * emacs.texi (Top): Update menu to reflect new Keyboard Macros chapter.
9194 (Intro): Include kmacro.texi after fixit.texi instead of after
9195 custom.texi. (As suggested by Kim Storm.)
9196
91972003-08-18 Luc Teirlinck <teirllm@mail.auburn.edu>
9198
9199 * fixit.texi (Fixit): Update `Next' pointer.
9200 * files.texi (Files): Update `Previous' pointer.
9201 * kmacro.texi (Keyboard Macros): Remove redundant node and section.
9202 * emacs.texi (Intro): Include kmacro.texi after custom.texi.
9203 (Suggested by Kim Storm.)
9204 * Makefile (EMACSSOURCES): Add kmacro.texi. (Suggested by Kim Storm.)
9205
92062003-08-18 Kim F. Storm <storm@cua.dk>
9207
9208 * kmacro.texi: New file describing enhanced keyboard macro
9209 functionality. Replaces old description in custom.texi.
9210
9211 * custom.texi (Customization): Add xref to Keyboard Macros chapter.
9212 (Keyboard Macros): Move to new kmacro.texi file.
9213
9214 * emacs.texi (Keyboard Macros): Reference new keyboard macro topics.
9215
8cf51b2c
GM
92162003-08-17 Edward M. Reingold <reingold@emr.cs.iit.edu>
9217
9218 * calendar.texi (Specified Dates): Add `calendar-goto-day-of-year'.
9219
92202003-08-17 Alex Schroeder <alex@gnu.org>
9221
9222 * misc.texi (Saving Emacs Sessions): Manual M-x desktop-save not
9223 required.
9224
8cf51b2c
GM
92252003-08-05 Richard M. Stallman <rms@gnu.org>
9226
9227 * programs.texi (Lisp Indent): Don't describe
9228 lisp-indent-function property here. Use xref to Lisp Manual.
9229
8cf51b2c
GM
92302003-08-03 Glenn Morris <gmorris@ast.cam.ac.uk>
9231
fffa137c 9232 * calendar.texi (Date Formats): Document changed behavior of
8cf51b2c
GM
9233 abbreviations.
9234
92352003-07-24 Markus Rost <rost@math.ohio-state.edu>
9236
9237 * buffers.texi (List Buffers): Fix previous change.
9238
8cf51b2c
GM
92392003-07-13 Markus Rost <rost@math.ohio-state.edu>
9240
9241 * buffers.texi (List Buffers): Adjust to new format of *Buffer
9242 List*.
9243
92442003-07-07 Luc Teirlinck <teirllm@mail.auburn.edu>
9245
8cf51b2c
GM
9246 * display.texi (Font Lock): Fix typo.
9247
92482003-07-07 Richard M. Stallman <rms@gnu.org>
9249
9250 * display.texi (Font Lock): Add xref for format info on
9251 font-lock-remove-keywords.
9252
9253 * building.texi (Compilation): Document what happens with asynch
9254 children of compiler process.
9255
9256 * help.texi (Library Keywords): Use @multitable.
9257
8cf51b2c
GM
92582003-06-04 Richard M. Stallman <rms@gnu.org>
9259
9260 * programs.texi (Expressions): Delete C-M-DEL.
9261
9262 * misc.texi (Shell Options): Clarify comint-scroll-show-maximum-output.
9263 comint-move-point-for-output renamed from
9264 comint-scroll-to-bottom-on-output.
9265
9266 * custom.texi (Init Rebinding): Replace previous change with xref.
9267 (Non-ASCII Rebinding): Explain that issue more briefly here.
9268
92692003-05-28 Richard M. Stallman <rms@gnu.org>
9270
9271 * indent.texi (Indentation): Condense, simplify, clarify prev change.
9272
92732003-05-28 Nick Roberts <nick@nick.uklinux.net>
9274
9275 * building.texi (GDB Graphical Interface): New node.
9276 (Rewritten somewhat by RMS.)
9277
c8763fb6 92782003-05-28 Kai Großjohann <kai.grossjohann@gmx.net>
8cf51b2c
GM
9279
9280 * custom.texi (Init Rebinding): Xref Non-ASCII Rebinding, for
9281 non-English letters. Explain how to set coding systems correctly
9282 and how to include the right coding cookie in the file.
9283
c8763fb6 92842003-05-22 Kai Großjohann <kai.grossjohann@gmx.net>
8cf51b2c
GM
9285
9286 * indent.texi (Indentation): Explain the concepts.
9287 (Just Spaces): Explain why preventing tabs for indentation might
9288 be useful.
9289
8cf51b2c
GM
92902003-04-16 Richard M. Stallman <rms@gnu.org>
9291
9292 * search.texi (Regexps): Ref to Lisp manual for more regexp features.
9293
8cf51b2c
GM
92942003-02-22 Alex Schroeder <alex@emacswiki.org>
9295
9296 * cmdargs.texi (General Variables): Document SMTPSERVER.
9297
8cf51b2c
GM
9298 * sending.texi: Remove SMTP node.
9299 (Mail Sending): Describe `send-mail-function'. Link to SMTP
9300 library.
9301
8cf51b2c
GM
93022003-02-22 Alex Schroeder <alex@emacswiki.org>
9303
9304 * sending.texi (Sending via SMTP): Explain MTA/MUA.
9305
93062003-02-22 Simon Josefsson <jas@extundo.com>
9307
9308 * sending.texi (Mail Methods): Add node about SMTP.
9309
c8763fb6 93102003-02-17 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
9311
9312 * xresources.texi (GTK names in Emacs): Add emacs-toolbar - GtkToolbar.
9313
8cf51b2c
GM
93142003-02-01 Kevin Ryde <user42@zip.com.au>
9315
9316 * glossary.texi (Glossary): Correction to cl cross reference.
9317
93182003-01-20 Richard M. Stallman <rms@gnu.org>
9319
9320 * killing.texi (Rectangles): Document C-x c r.
9321
c8763fb6 93222003-01-19 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
9323
9324 * xresources.texi (GTK resources): New node.
9325 (GTK widget names): New node.
9326 (GTK names in Emacs): New node.
9327 (GTK styles): New node.
9328
c8763fb6 93292003-01-09 Francesco Potortì <pot@gnu.org>
8cf51b2c
GM
9330
9331 * maintaining.texi (Create Tags Table): Add reference to the new
9332 `etags --help --lang=LANG' option.
9333
8cf51b2c
GM
93342002-10-02 Karl Berry <karl@gnu.org>
9335
49823426 9336 * emacs.texi: Per rms, update all manuals to use @copying instead of
630cb3b7 9337 @ifinfo. Also use @ifnottex instead of @ifinfo around the top node,
49823426 9338 where needed for the sake of the HTML output.
8cf51b2c
GM
9339
93402001-12-20 Eli Zaretskii <eliz@is.elta.co.il>
9341
9342 * Makefile.in (EMACSSOURCES): Update the list of Emacs manual
9343 source files.
9344
93452001-11-16 Eli Zaretskii <eliz@is.elta.co.il>
9346
9347 * Makefile.in (emacsman): New target.
9348
8cf51b2c
GM
93492001-10-20 Gerd Moellmann <gerd@gnu.org>
9350
9351 * (Version 21.1 released.)
9352
93532001-10-05 Gerd Moellmann <gerd@gnu.org>
9354
9355 * Branch for 21.1.
9356
8cf51b2c
GM
93572001-03-05 Gerd Moellmann <gerd@gnu.org>
9358
9359 * Makefile.in (mostlyclean, maintainer-clean): Delete more files.
9360
8cf51b2c
GM
93612000-05-31 Stefan Monnier <monnier@cs.yale.edu>
9362
9363 * .cvsignore (*.tmp): New entry. Seems to be used for @macro.
9364
8cf51b2c
GM
93651999-07-12 Richard Stallman <rms@gnu.org>
9366
9367 * Version 20.4 released.
9368
93691998-12-04 Markus Rost <rost@delysid.gnu.org>
9370
9371 * Makefile.in (INFO_TARGETS): Delete customize.info.
9372 (DVI_TARGETS): Delete customize.dvi.
9373 (../info/customize, customize.dvi): Targets deleted.
9374
93751998-08-19 Richard Stallman <rms@psilocin.ai.mit.edu>
9376
9377 * Version 20.3 released.
9378
93791998-05-06 Richard Stallman <rms@psilocin.gnu.org>
9380
9381 * Makefile.in (EMACSSOURCES): Add mule.texi.
9382 Add msdog.texi, ack.texi. Remove gnu1.texi.
9383
93841998-04-06 Andreas Schwab <schwab@gnu.org>
9385
768c0c0f
JB
9386 * Makefile.in (ENVADD): Environment vars to pass to texi2dvi.
9387 Use it in dvi targets.
8cf51b2c
GM
9388
93891997-09-23 Paul Eggert <eggert@twinsun.com>
9390
9391 * Makefile.in: Merge changes mistakenly made to `Makefile'.
9392 (INFO_TARGETS): Change ../info/custom to ../info/customize.
9393 (../info/customize): Rename from ../info/custom.
8cf51b2c
GM
9394
93951997-09-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9396
9397 * Version 20.2 released.
9398
93991997-09-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9400
9401 * Version 20.1 released.
9402
94031997-08-24 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9404
9405 * Makefile (../info/customize, customize.dvi): New targets.
9406 (INFO_TARGETS): Add ../info/customize.
9407 (DVI_TARGETS): Add customize.dvi.
9408
8cf51b2c
GM
94091996-08-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9410
9411 * Version 19.33 released.
9412
94131996-07-31 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9414
9415 * Version 19.32 released.
9416
8cf51b2c
GM
94171996-06-20 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9418
9419 * Makefile.in (All info targets): cd $(srcdir) to do the work.
9420
94211996-06-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9422
9423 * Makefile.in (All info targets): Specify $(srcdir) in input files.
9424 Specify -I option.
9425 (All dvi targets): Set the TEXINPUTS variable.
9426
94271996-05-25 Karl Heuer <kwzh@gnu.ai.mit.edu>
9428
9429 * Version 19.31 released.
9430
8cf51b2c
GM
94311995-11-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9432
9433 * Version 19.30 released.
9434
8cf51b2c
GM
94351995-02-07 Richard Stallman <rms@pogo.gnu.ai.mit.edu>
9436
9437 * Makefile.in (maintainer-clean): Rename from realclean.
9438
94391994-11-23 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9440
9441 * Makefile.in: New file.
9442 * Makefile: File deleted.
9443
94441994-11-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9445
9446 * Makefile (TEXINDEX_OBJS): Variable deleted.
9447 (texindex, texindex.o, getopt.o): Rules deleted.
9448 All deps on texindex deleted.
9449 (distclean): Don't delete texindex.
9450 (mostlyclean): Don't delete *.o.
9451 * texindex.c, getopt.c: Files deleted.
9452
94531994-09-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9454
9455 * Version 19.26 released.
9456
94571994-07-02 Richard Stallman (rms@gnu.ai.mit.edu)
9458
9459 * Makefile (EMACSSOURCES): Exclude undo.texi.
9460
94611994-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9462
9463 * Version 19.25 released.
9464
94651994-05-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9466
9467 * Version 19.24 released.
9468
94691994-05-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9470
9471 * Version 19.23 released.
9472
94731994-04-17 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9474
9475 * Makefile: Delete spurious tab.
9476
94771994-02-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9478
9479 * Makefile (.SUFFIXES): New rule.
9480
8cf51b2c
GM
94811993-12-04 Richard Stallman (rms@srarc2)
9482
9483 * getopt.c: New file.
9484 * Makefile (TEXINDEX_OBJS): Use getopt.o in this dir, not ../lib-src.
9485 (getopt.o): New rule.
9486 (dvi): Don't depend on texindex.
49823426 9487 (emacs.dvi): Depend on texindex.
8cf51b2c
GM
9488
94891993-12-03 Richard Stallman (rms@srarc2)
9490
49823426
GM
9491 * Makefile (TEXI2DVI): New variable.
9492 (emacs.dvi): Add explicit command.
8cf51b2c
GM
9493 (TEXINDEX_OBJS): Delete duplicate getopt.o.
9494
94951993-11-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9496
9497 * Version 19.22 released.
9498
94991993-11-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9500
9501 * Makefile (TEXINDEX_OBJS): Delete spurious period.
9502
95031993-11-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9504
9505 * Version 19.21 released.
9506
8cf51b2c
GM
95071993-11-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9508
9509 * Makefile (realclean): Don't delete the Info files.
9510
f0131492 95111993-10-25 Brian J. Fox (bfox@albert.gnu.ai.mit.edu)
8cf51b2c 9512
8cf51b2c
GM
9513 * frames.texi (Creating Frames): Mention `C-x 5' instead of `C-x
9514 4' where appropriate.
9515
f0131492 95161993-10-20 Brian J. Fox (bfox@ai.mit.edu)
8cf51b2c 9517
49823426 9518 * Makefile: Fix targets for texindex.
8cf51b2c
GM
9519
9520 * texindex.c: Include "../src/config.h" if building in emacs.
9521
9522 * Makefile: Change all files to FILENAME.texi, force all targets
49823426 9523 to be FILENAME, not FILENAME.info.
8cf51b2c
GM
9524 Add target to build texindex.c, defining `emacs'.
9525
8cf51b2c
GM
95261993-08-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9527
9528 * Version 19.19 released.
9529
8cf51b2c
GM
95301993-08-08 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9531
9532 * Version 19.18 released.
9533
95341993-07-20 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9535
9536 * Makefile: Fix source file names of the separate manuals.
8cf51b2c
GM
9537
95381993-07-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9539
9540 * Version 19.17 released.
9541
95421993-07-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9543
9544 * split-man: Fix typos in last change.
9545
95461993-07-06 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9547
9548 * Version 19.16 released.
9549
95501993-06-19 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9551
9552 * version 19.15 released.
9553
95541993-06-18 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9555
9556 * Makefile (distclean): It's rm, not rf.
9557
95581993-06-17 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9559
9560 * Version 19.14 released.
9561
95621993-06-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9563
9564 * Makefile: New file.
9565
95661993-06-08 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9567
9568 * Version 19.13 released.
9569
95701993-05-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9571
9572 * Version 19.9 released.
9573
95741993-05-25 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9575
9576 * Version 19.8 released.
9577
95781993-05-25 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9579
9580 * cmdargs.texi: Document the -i, -itype, and -iconic options.
9581
9582 * trouble.texi: It's `enable-flow-control-on', not
9583 `evade-flow-control-on'.
9584
95851993-05-24 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9586
9587 * display.texi: Document standard-display-european.
9588
95891993-05-22 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9590
9591 * Version 19.7 released.
9592
9593 * emacs.texi: Add a sentence to the top menu mentioning the
9594 specific version of Emacs this manual applies to.
9595
95961993-04-25 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
9597
9598 * basic.texi: Document next-line-add-lines variable used to
9599 implement down-arrow.
9600
9601 * killing.texi: Document kill-whole-line.
9602
96031993-04-18 Noah Friedman (friedman@nutrimat.gnu.ai.mit.edu)
9604
9605 * text.texi: Update unix TeX ordering information.
9606
96071993-03-26 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
9608
9609 * news.texi: Mention fill-rectangle in keybinding list.
9610
9611 * killing.texi: Document fill-rectangle.
9612
96131993-03-17 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
9614
9615 * vc.texi: Bring the docs up to date with VC 5.2.
9616
96171992-01-10 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
9618
9619 * emacs.tex: Mention blackbox and gomoku under Amusements.
9620 Assembler mode is now mentioned and appropriately indexed
9621 under Programming Modes.
9622
96231991-02-15 Robert J. Chassell (bob@wookumz.ai.mit.edu)
9624
9625 * emacs.tex: Update TeX ordering information.
9626
8cf51b2c
GM
96271990-06-26 David Lawrence (tale@geech)
9628
9629 * emacs.tex: Note that completion-ignored-extensions is not used
9630 to filter out names when all completions are displayed in
9631 *Completions*.
9632
96331990-05-25 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
9634
9635 * texindex.tex: If USG, include sys/types.h and sys/fcntl.h.
9636
96371990-03-21 Jim Kingdon (kingdon@pogo.ai.mit.edu)
9638
9639 * emacs.tex: Add @findex grep.
9640
8cf51b2c
GM
96411988-08-16 Robert J. Chassell (bob@frosted-flakes.ai.mit.edu)
9642
9643 * emacs.tex: Correct two typos. No other changes before
9644 Version 19 will be made.
9645
8cf51b2c
GM
96461988-05-23 Robert J. Chassell (bob@frosted-flakes.ai.mit.edu)
9647
9648 * emacs.tex: Update information for obtaining TeX distribution from the
9649 University of Washington.
9650
9651;; Local Variables:
c8763fb6 9652;; coding: utf-8
8cf51b2c
GM
9653;; End:
9654
a162959e 9655 Copyright (C) 1993-1999, 2001-2012 Free Software Foundation, Inc.
8cf51b2c
GM
9656
9657 This file is part of GNU Emacs.
9658
352c8b4a 9659 GNU Emacs is free software: you can redistribute it and/or modify
8cf51b2c 9660 it under the terms of the GNU General Public License as published by
352c8b4a
GM
9661 the Free Software Foundation, either version 3 of the License, or
9662 (at your option) any later version.
8cf51b2c
GM
9663
9664 GNU Emacs is distributed in the hope that it will be useful,
9665 but WITHOUT ANY WARRANTY; without even the implied warranty of
9666 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
9667 GNU General Public License for more details.
9668
9669 You should have received a copy of the GNU General Public License
352c8b4a 9670 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.