Fix last tiny change about text.texi.
[bpt/emacs.git] / doc / emacs / ChangeLog
CommitLineData
fe605b94
BG
12012-10-23 Bastien Guerry <bzg@gnu.org>
2
9eadb1a9
BG
3 * text.texi (Org Authoring): Use a comma after @ref to avoid the
4 insertion of a period in the Info output.
fe605b94 5
d1069532
SM
62012-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
7
8 * custom.texi (Hooks): Clarify that -hooks is deprecated.
9
1fb3aa3f
CY
102012-10-23 Chong Yidong <cyd@gnu.org>
11
12 * kmacro.texi (Edit Keyboard Macro): Fix typo.
13
f42f1094
DM
142012-10-18 Dani Moncayo <dmoncayo@gmail.com>
15
16 * mini.texi (Completion Options): Fix off-by-one error. (Bug#12644)
17
6c24e35f
GM
182012-10-17 Glenn Morris <rgm@gnu.org>
19
20 * mini.texi (Repetition): Further copyedit.
21
429cdb05
DM
222012-10-17 Dani Moncayo <dmoncayo@gmail.com>
23
24 * mini.texi (Repetition): Copyedit.
25
e5a94ec4
JL
262012-10-16 Juri Linkov <juri@jurta.org>
27
28 * search.texi (Query Replace): Document multi-buffer replacement
29 keys. (Bug#12655)
30
31 * maintaining.texi (Tags Search): Change link "Replace" to
32 "Query Replace".
33
73f2b4ab
CY
342012-10-13 Chong Yidong <cyd@gnu.org>
35
36 * files.texi (File Conveniences): ImageMagick enabled by default.
37
d8e213eb
DM
382012-10-10 Dani Moncayo <dmoncayo@gmail.com>
39
40 * basic.texi (Arguments): Fix typos.
41
b859a383
GM
422012-10-08 Glenn Morris <rgm@gnu.org>
43
cad4f290
GM
44 * cal-xtra.texi (Calendar Customizing): Mention calendar-month-header.
45
b859a383
GM
46 * calendar.texi (Writing Calendar Files): Mention cal-html-holidays.
47
f1f4dba0
GM
482012-10-06 Glenn Morris <rgm@gnu.org>
49
50 * calendar.texi (Writing Calendar Files): Tweak week descriptions.
51 Mention cal-tex-cursor-week2-summary.
52
c6b68a28
CY
532012-10-06 Chong Yidong <cyd@gnu.org>
54
55 * mini.texi (Passwords): Fix typo.
56
751bac18
GM
572012-10-02 Glenn Morris <rgm@gnu.org>
58
59 * maintaining.texi (VC Directory Commands):
60 Remove duplicate `q' entry. (Bug#12553)
61
48de8b12
CY
622012-09-30 Chong Yidong <cyd@gnu.org>
63
64 * killing.texi (Rectangles): Document copy-rectangle-as-kill.
65
66 * search.texi (Special Isearch): Document the lax space search
67 feature and M-s SPC.
68 (Regexp Search): Move main search-whitespace-regexp description to
69 Special Isearch.
70 (Replace): Document replace-lax-whitespace.
71
72 * basic.texi (Position Info): Document C-u M-=.
73 (Moving Point): Document move-to-column.
74
75 * display.texi (Useless Whitespace): Add delete-trailing-lines.
76
77 * misc.texi (emacsclient Options): Document the effect of
78 initial-buffer-choice on client frames. Document server-auth-dir.
79 Do not document server-host, which is bad security practice.
80
81 * building.texi (Lisp Libraries): Docstring lookups can trigger
82 autoloading. Document help-enable-auto-load.
83
84 * mini.texi (Yes or No Prompts): New node.
85
86 * ack.texi (Acknowledgments): Remove obsolete packages.
87
4695c850
GM
882012-09-27 Glenn Morris <rgm@gnu.org>
89
90 * cal-xtra.texi (Advanced Calendar/Diary Usage):
91 Rename the section to be more general.
92 * emacs.texi: Update menu.
93
e109c4a6
CY
942012-09-23 Chong Yidong <cyd@gnu.org>
95
96 * buffers.texi (Misc Buffer): Replace toggle-read-only with
97 read-only-mode.
98
99 * files.texi (Visiting): Likewise.
100
2e83df57
PE
1012012-09-22 Paul Eggert <eggert@cs.ucla.edu>
102
103 * trouble.texi (Crashing): Document ulimit -c.
104
58f3a196
PE
1052012-09-21 Paul Eggert <eggert@cs.ucla.edu>
106
107 * trouble.texi (Crashing): Document addr2line.
108
4ef1567b
CY
1092012-09-19 Chong Yidong <cyd@gnu.org>
110
111 * killing.texi (Yanking): Minor clarification (Bug#12469).
112
9e9da873
CY
1132012-09-17 Chong Yidong <cyd@gnu.org>
114
115 * building.texi (GDB User Interface Layout): Remove reference to
116 removed variable gdb-use-separate-io-buffer (Bug#12454).
117
0979429b
J
1182012-09-08 Jambunathan K <kjambunathan@gmail.com>
119
120 * regs.texi (Text Registers): `C-x r +' can now be used instead of
121 M-x append-to-register. New option `register-separator'.
122 (Number Registers): Mention that `C-x r +' is polymorphic.
123
14ba4cf3
CY
1242012-09-07 Chong Yidong <cyd@gnu.org>
125
126 * windows.texi (Window Choice): Don't mention obsolete
127 display-buffer-reuse-frames.
128
cf29dd84
PE
1292012-09-04 Paul Eggert <eggert@cs.ucla.edu>
130
131 Give more-useful info on a fatal error (Bug#12328).
132 * trouble.texi (Crashing): New section, documenting this.
133
aa0ecd94
MA
1342012-08-24 Michael Albinus <michael.albinus@gmx.de>
135
0979429b
J
136 * cmdargs.texi (General Variables):
137 Setting $DBUS_SESSION_BUS_ADDRESS to a dummy value suppresses
138 connections to the D-Bus session bus. (Bug#12112)
aa0ecd94 139
ba025fbd
EZ
1402012-08-14 Eli Zaretskii <eliz@gnu.org>
141
142 * building.texi (Debugger Operation): Correct and improve
143 documentation of the GUD Tooltip mode.
144
0c51ff6d
CY
1452012-07-31 Chong Yidong <cyd@gnu.org>
146
147 * emacs.texi: Fix ISBN (Bug#12080).
148
35b6586e
CY
1492012-08-05 Chong Yidong <cyd@gnu.org>
150
151 * display.texi (Faces): Document frame-background-mode (Bug#7774).
152
153 * custom.texi (Face Customization): Move discussion of face
154 inheritance here, from Faces section.
155
0e1a094f 1562012-07-28 Eli Zaretskii <eliz@gnu.org>
3dfa7993
EZ
157
158 * frames.texi (Mouse Commands): Fix the description of mouse-2.
159 (Bug#11958)
160
e32a12b5
CY
1612012-07-19 Chong Yidong <cyd@gnu.org>
162
163 * emacs.texi: Update ISBN.
164
9ea10cc3
CY
1652012-07-17 Chong Yidong <cyd@gnu.org>
166
167 * basic.texi (Inserting Text): Replace ucs-insert with
168 insert-char. Provide more details of input.
169
170 * mule.texi (International Chars, Input Methods): Likewise.
171
b68b3337
CY
1722012-07-13 Chong Yidong <cyd@gnu.org>
173
dea31bd3
CY
174 * custom.texi (Examining): Update C-h v message.
175
b68b3337
CY
176 * buffers.texi (Misc Buffer): Document view-read-only.
177
ab4c47d3
CY
1782012-07-07 Chong Yidong <cyd@gnu.org>
179
180 * custom.texi (Init File): Index site-lisp (Bug#11435).
181
6edc3d28
CY
1822012-07-06 Chong Yidong <cyd@gnu.org>
183
184 * emacs.texi: Re-order top-level menu to correspond to logical
185 order, to avoid makeinfo warnings.
186
187 * ack.texi (Acknowledgments): Note new python.el.
188
3812efdc
CY
1892012-06-29 Chong Yidong <cyd@gnu.org>
190
191 * maintaining.texi (Basic VC Editing, VC Pull, Merging):
192 * basic.texi (Erasing, Basic Undo): Fix markup.
193
c8d3a25c 1942012-06-29 Glenn Morris <rgm@gnu.org>
50d5cb25
GM
195
196 * fixit.texi (Undo): Grammar fixes. (Bug#11779)
197
c8d3a25c 1982012-06-29 Michael Witten <mfwitten@gmail.com> (tiny change)
3b6f7280
MW
199
200 * fixit.texi (Undo): Fix typo. (Bug#11775)
201
65400531
GM
2022012-06-27 Glenn Morris <rgm@gnu.org>
203
204 * ack.texi (Acknowledgments): Tiny update.
205
ac1a0ce1 2062012-06-21 Glenn Morris <rgm@gnu.org>
2fecccba
GM
207
208 * Makefile.in: Rename infodir to buildinfodir throughout. (Bug#11737)
209
ddfbf826 2102012-06-17 Chong Yidong <cyd@gnu.org>
84f4a531 211
ddfbf826 212 * emacs.texi: Remove urlcolor setting. Update ISBN and edition number.
166bc0c8
CY
213
214 * anti.texi:
215 * building.texi:
216 * cmdargs.texi:
217 * custom.texi:
218 * display.texi:
219 * files.texi:
220 * frames.texi:
221 * glossary.texi:
222 * misc.texi:
223 * mule.texi:
224 * programs.texi:
225 * sending.texi:
226 * text.texi: Copyedits to avoid underfull/overfull in 7x9 manual.
227
85973ba0
MA
2282012-06-06 Michael Albinus <michael.albinus@gmx.de>
229
230 * custom.texi (Directory Variables): Mention enable-remote-dir-locals.
231
c1dabff0
GM
2322012-05-28 Glenn Morris <rgm@gnu.org>
233
234 * ack.texi, building.texi, calendar.texi, custom.texi:
235 * maintaining.texi, text.texi: Use @LaTeX rather than La@TeX.
236
abb9615e
GM
2372012-05-27 Glenn Morris <rgm@gnu.org>
238
bd39eb06
GM
239 * emacs.texi: Simplify following removal of node pointers.
240
abb9615e
GM
241 * ack.texi, anti.texi, basic.texi, buffers.texi, building.texi:
242 * cmdargs.texi, commands.texi, display.texi, emacs.texi:
243 * entering.texi, files.texi, fixit.texi, frames.texi, glossary.texi:
244 * gnu.texi, help.texi, indent.texi, killing.texi, kmacro.texi:
245 * m-x.texi, macos.texi, maintaining.texi, mark.texi, mini.texi:
246 * misc.texi, modes.texi, msdog.texi, mule.texi, programs.texi:
247 * regs.texi, screen.texi, search.texi, text.texi, trouble.texi:
248 * windows.texi, xresources.texi: Nuke hand-written node pointers.
249
6c200b4a
GM
2502012-05-22 Glenn Morris <rgm@gnu.org>
251
252 * emacs.texi (Acknowledgments): Add another contributor.
253
3fe7cdc8
GM
2542012-05-12 Glenn Morris <rgm@gnu.org>
255
256 * Makefile.in (MKDIR_P): New, set by configure.
257 (mkinfodir): Use $MKDIR_P.
258
dc0f75c8
GM
2592012-05-10 Glenn Morris <rgm@gnu.org>
260
b8a82b69
GM
261 * mule.texi (Disabling Multibyte): Replace the obsolete "unibyte: t"
262 with "coding: raw-text".
263
dc0f75c8
GM
264 * files.texi (Interlocking): Mention create-lockfiles option.
265
666b903b 2662012-05-09 Chong Yidong <cyd@gnu.org>
ed39e4e2
CY
267
268 * frames.texi (Mouse References, Mouse Commands): Fix index
269 entries (Bug#11362).
270
eceeb5fc 2712012-05-05 Glenn Morris <rgm@gnu.org>
bbba8869 272
eceeb5fc
CY
273 * custom.texi (Customization Groups, Custom Themes, Examining):
274 Improve page breaks.
275
276 * rmail.texi (Rmail Display): Use example rather than smallexample.
277
278 * calendar.texi: Convert inforefs to refs.
279
280 * dired.texi (Dired Enter): Improve page break.
281
282 * abbrevs.texi (Abbrev Concepts): Copyedits.
283
284 * maintaining.texi (Registering, Tag Syntax):
285 Tweak line and page breaks.
286
287 * programs.texi (Programs, Electric C): Copyedits.
288 (Program Modes): Add xref to Fortran.
289 (Left Margin Paren): Remove what was (oddly enough) the only use
290 of defvar in the entire Emacs manual.
291 (Hungry Delete): Remove footnote about ancient Emacs version.
292 (Other C Commands): Use example rather than smallexample.
293
294 * text.texi (Pages, Filling, Foldout, Org Mode, HTML Mode)
295 (Nroff Mode, Enriched Indentation, Table Rows and Columns):
296 Tweak line and page breaks.
297
298 * modes.texi (Major Modes, Minor Modes): Reword to improve page-breaks.
299 (Major Modes): Use example rather than smallexample.
bbba8869 300
eceeb5fc
CY
301 * mule.texi (Output Coding): Reword to improve page-breaks.
302
303 * frames.texi (Fonts): Tweak line and page breaks.
304 Use example rather than smallexample. Change cross-reference.
305 (Text-Only Mouse): Fix xref.
306
307 * buffers.texi (Buffers, Kill Buffer, Several Buffers)
308 (Indirect Buffers): Tweak line- and page-breaks.
309
310 * fixit.texi (Fixit, Undo): Reword to improve page-breaks.
311
8045b906
GM
3122012-05-04 Glenn Morris <rgm@gnu.org>
313
314 * Makefile.in (INFO_EXT, INFO_OPTS): New, set by configure.
315 (info, infoclean): Use $INFO_EXT.
316 ($(infodir)/emacs$(INFO_EXT)): Use $INFO_EXT and $INFO_OPT.
317 * makefile.w32-in (INFO_EXT, INFO_OPTS): New.
318 (INFO_TARGETS): Use $INFO_EXT.
319 ($(infodir)/emacs$(INFO_EXT)): Use $INFO_EXT and $INFO_OPT, and -o.
320
90207a15 3212012-05-02 Glenn Morris <rgm@gnu.org>
bbba8869
GM
322
323 * emacs.texi (@copying): Only print EDITION in the TeX version.
324
e2058813
GM
325 * search.texi (Regexp Search): Just say "Emacs".
326
a162959e
GM
327 * display.texi (Auto Scrolling):
328 Reword to avoid repetition and improve page break.
329
9eb25ee8
GM
330 * xresources.texi (Resources):
331 * mule.texi (Language Environments):
332 * misc.texi (Amusements):
333 * maintaining.texi (VC Change Log):
334 * frames.texi (Fonts):
335 * custom.texi (Specifying File Variables, Minibuffer Maps):
336 * cmdargs.texi (Initial Options):
337 * building.texi (Flymake):
338 Reword to remove/reduce some overly long/short lines.
339
a4289d0e
GM
3402012-04-27 Glenn Morris <rgm@gnu.org>
341
342 * emacs.texi: Some fixes for detailed menu.
343
1a72be46
GM
344 * emacs.texi: Add "et al." to authors.
345
16152b76
GM
346 * ack.texi, basic.texi, buffers.texi, building.texi:
347 * calendar.texi, cmdargs.texi, commands.texi, custom.texi:
348 * dired.texi, display.texi, emerge-xtra.texi, files.texi:
349 * fortran-xtra.texi, help.texi, kmacro.texi, mini.texi, misc.texi:
350 * msdog-xtra.texi, picture-xtra.texi, programs.texi, rmail.texi:
351 * search.texi, trouble.texi, windows.texi:
352 Use Texinfo recommended convention for quotes+punctuation.
353
578c1d4b 3542012-04-27 Eli Zaretskii <eliz@gnu.org>
84412f2c 355
578c1d4b
GM
356 * mule.texi (Bidirectional Editing): Improve indexing.
357 Minor wording tweaks.
84412f2c 358
467a33d0
CY
3592012-04-15 Chong Yidong <cyd@gnu.org>
360
361 * misc.texi (emacsclient Options): More clarifications.
362
e6fd457e 3632012-04-15 Glenn Morris <rgm@gnu.org>
05806f43 364
41be52d7
GM
365 * msdog.texi (Windows Printing): It doesn't set printer-name.
366
05806f43
GM
367 * mule.texi (Language Environments): Move font info to "Fontsets".
368 (Fontsets): Move intlfonts etc here from "Language Environments".
369 Copyedits.
370 (Defining Fontsets, Modifying Fontsets, Undisplayable Characters)
371 (Unibyte Mode, Charsets, Bidirectional Editing): Copyedits.
372
e6fd457e 3732012-04-15 Chong Yidong <cyd@gnu.org>
6a00f380 374
0be641c0
CY
375 * glossary.texi (Glossary): Standardize on "text terminal"
376 terminology. All callers changed.
377
6a00f380
CY
378 * misc.texi (emacsclient Options): Document "client frame" concept
379 and its effect on C-x C-c more carefully.
380
e6fd457e 3812012-04-15 Glenn Morris <rgm@gnu.org>
71cd7772 382
870e8fb8
GM
383 * frames.texi (Scroll Bars):
384 * glossary.texi (Glossary): Use consistent case for "X Window System".
385
71cd7772
GM
386 * mule.texi (Select Input Method, Coding Systems):
387 State command names in kbd tables.
388 (Recognize Coding): Add cross-ref.
389 (Output Coding): Don't mention message mode in particular.
390 (Text Coding, Communication Coding, File Name Coding, Terminal Coding):
391 Copyedits.
392
35dc09a1 3932012-04-14 Glenn Morris <rgm@gnu.org>
05f7d0d3
GM
394
395 * mule.texi (Select Input Method, Coding Systems, Recognize Coding):
396 Copyedits.
397 (Coding Systems): Mac OS X apparently uses newlines for EOL.
398 (Recognize Coding): Remove old auto-coding-regexp-alist example.
399 auto-coding-functions does not override coding: tags.
400 Remove rmail-decode-mime-charset; it no longer has any effect.
401
35dc09a1 4022012-04-14 Chong Yidong <cyd@gnu.org>
81927dd2
CY
403
404 * custom.texi (Creating Custom Themes): Add reference to Custom
405 Themes node in Lisp manual.
406
35dc09a1 4072012-04-14 Glenn Morris <rgm@gnu.org>
8edb942b
GM
408
409 * mule.texi (International): Copyedits.
410 (International Chars): Update C-x = example output.
411 (Disabling Multibyte): Rename from "Enabling Multibyte".
412 Clarify what "unibyte: t" does, and mode-line description.
413 (Unibyte Mode): Update for "Disabling Multibyte" node name change.
414 Use Texinfo recommended convention for quotes+punctuation.
e0550cae 415 (Language Environments): Copyedits.
893585f4
GM
416 (Input Methods): Copyedits. Use "^" for the postfix example,
417 because it is less confusing inside Info's `quotes'.
e0550cae 418
bd7239f5 419 * custom.texi (Specifying File Variables): Fix "unibyte" description.
8edb942b
GM
420 Update for "Disabling Multibyte" node name change.
421 * emacs.texi: Update for "Disabling Multibyte" node name change.
422
1c64e6ed
GM
423 * abbrevs.texi, arevert-xtra.texi, buffers.texi, building.texi:
424 * cmdargs.texi, custom.texi, entering.texi, files.texi, frames.texi:
425 * glossary.texi, help.texi, macos.texi, maintaining.texi, mini.texi:
426 * misc.texi, package.texi, programs.texi, screen.texi, search.texi:
427 * sending.texi, text.texi, trouble.texi:
428 Use @file for buffers, per the Texinfo manual.
429
20331c1c
GM
430 * entering.texi (Entering Emacs):
431 Do not mention initial-buffer-choice = t.
432
8fc85b20
GM
433 * misc.texi (Gnus Startup): Use @env for environment variables.
434
35dc09a1
GM
435 * Makefile.in: Replace non-portable use of $< in ordinary rules.
436
87124233
GM
4372012-04-12 Glenn Morris <rgm@gnu.org>
438
439 * ack.texi (Acknowledgments): Don't mention obsolete mailpost.el.
440
f3774f20
GM
4412012-04-07 Glenn Morris <rgm@gnu.org>
442
443 * emacsver.texi (EMACSVER): Bump version to 24.1.50.
444
8980d0b9
GM
4452012-04-05 Glenn Morris <rgm@gnu.org>
446
447 * glossary.texi (Glossary): Use anchors for internal cross-references.
448
8bf27c8a
GM
4492012-04-04 Glenn Morris <rgm@gnu.org>
450
451 * glossary.texi (Glossary): Copyedits.
452 Use Texinfo-recommended convention for quotes and punctuation.
453 Comment out a few specialized (Rmail) items.
a0706406 454 New items: Bidirectional Text, Client, Directory Local Variable,
56964ab5 455 File Local Variable, Package, Server, Theme, Trash Can.
8bf27c8a 456
529c06b6
CY
4572012-04-03 Chong Yidong <cyd@gnu.org>
458
459 * sending.texi (Mail Misc): Fix an index entry.
460
53b0595a
EZ
4612012-04-02 Eli Zaretskii <eliz@gnu.org>
462
463 * msdog.texi (Windows Startup): Add description of emacsclient
464 operation under -c and -t on MS-Windows.
465
466 * misc.texi (emacsclient Options): Add cross-reference to "Windows
467 Startup". (Bug#11091)
468
d8e213eb 4692012-04-02 Dani Moncayo <dmoncayo@gmail.com>
dc663c79
DM
470
471 * custom.texi (Changing a Variable): Fix example.
472
0d224826
EZ
4732012-04-01 Eli Zaretskii <eliz@gnu.org>
474
475 * misc.texi (emacsclient Options): More clarifications about -t
476 and -c on MS-Windows. (Bug#11091)
477
1d265f9f
EZ
4782012-03-31 Eli Zaretskii <eliz@gnu.org>
479
480 * misc.texi (emacsclient Options): Document peculiarities of new
481 frame creation on MS-Windows under -c or -t options. (Bug#11091)
482
5319014e
CY
4832012-03-30 Chong Yidong <cyd@gnu.org>
484
485 * files.texi (File Conveniences): Clarify Imagemagick discussion.
486
2bfab837
GM
4872012-03-22 Glenn Morris <rgm@gnu.org>
488
489 * dired.texi (Operating on Files): Fix dired-recursive-copies default.
490
986bd52a
CY
4912012-03-17 Chong Yidong <cyd@gnu.org>
492
493 * package.texi (Package Installation): Document use of
494 package-initialize in init file.
495
66ecdc9e
GM
4962012-03-16 Glenn Morris <rgm@gnu.org>
497
498 * help.texi (Language Help):
499 * mule.texi (International Chars):
500 etc/HELLO is for character demonstration.
501
d8e213eb 5022012-03-15 Dani Moncayo <dmoncayo@gmail.com>
9805f81d
DM
503
504 * dired.texi (Shell Commands in Dired): Fix typo.
505
a08a07e3
CY
5062012-03-04 Chong Yidong <cyd@gnu.org>
507
508 * killing.texi (Clipboard): Document clipboard manager.
509
53eced6d
GM
5102012-02-29 Glenn Morris <rgm@gnu.org>
511
f8425af2
GM
512 * ack.texi (Acknowledgments): Use @Tex{} in more places.
513
775b55af
GM
514 * emacs.texi, help.texi, text.texi: Use "" quotes in menus.
515
53eced6d
GM
516 * dired.texi, emacs.texi: Use @code{} in menus when appropriate.
517
44e97401
GM
5182012-02-28 Glenn Morris <rgm@gnu.org>
519
520 * custom.texi, display.texi, emacs.texi, files.texi:
521 * msdog-xtra.texi, msdog.texi, vc-xtra.texi:
522 Standardize possessive apostrophe usage.
523
525795c1
JD
5242012-02-25 Jan Djärv <jan.h.d@swipnet.se>
525
526 * macos.texi (Mac / GNUstep Customization): Remove text about
527 ns-find-file and ns-drag-file (Bug#5855, Bug#10050).
528
d8e213eb 5292012-02-25 Dani Moncayo <dmoncayo@gmail.com>
562af8bb
DM
530
531 * buffers.texi (Select Buffer): Mention that saving in a new file
532 name can switch to a different major mode.
533
6ea1787e
GM
5342012-02-23 Glenn Morris <rgm@gnu.org>
535
49fe4321
GM
536 * mini.texi (Minibuffer File, Completion Options, Repetition):
537 Copyedits.
538 (Completion Example): Other M-x au* commands may be defined.
539 (Completion Styles): Mention emacs21 and completion-category-overrides.
540
8f4042d2
GM
541 * msdog.texi (Text and Binary, ls in Lisp, Windows HOME)
542 (Windows Keyboard, Windows Mouse, Windows Processes)
543 (Windows Printing, Windows Misc): Copyedits.
544 (ls in Lisp): Update switches list.
545
371fb833
GM
546 * msdog-xtra.texi (MS-DOS Display): Update list-colors-display xref.
547 Update dos-mode* function names.
548 (MS-DOS Printing, MS-DOS and MULE): Copyedits.
549 (MS-DOS Processes): Add xref to main ls-lisp section.
550
6ea1787e
GM
551 * ack.texi (Acknowledgments): Mention smie.
552
40ace058
GM
5532012-02-22 Glenn Morris <rgm@gnu.org>
554
555 * macos.texi: Copyedits. Fix @key/@kbd usage.
556 (Mac / GNUstep Basics): Don't mention the panels, since the next
557 section covers them.
558 (Mac / GNUstep Customization): Merge some panel info from previous.
559
41f1e868
GM
5602012-02-21 Glenn Morris <rgm@gnu.org>
561
68af8d4f
GM
562 * emerge-xtra.texi (Emerge, Submodes of Emerge, Combining in Emerge):
563 Small fixes.
564
2e03845d
GM
565 * emacs-xtra.texi: Picture mode is no longer a chapter.
566
f9a998c3
GM
567 * picture-xtra.texi (Basic Picture): C-a does get remapped.
568
41f1e868
GM
569 * ack.texi (Acknowledgments): Small changes, including resorting,
570 and removal of things no longer distributed.
571
ea09410d
GM
5722012-02-20 Glenn Morris <rgm@gnu.org>
573
2d2f6581
GM
574 * emacs.texi (Top, Preface): Small rephrasings.
575 (menu, detailmenu): Update entries, and reformat some descriptions.
576 * building.texi, display.texi, emacs-xtra.texi, files.texi:
577 * frames.texi, kmacro.texi, msdog.texi, programs.texi, text.texi:
578 Reformat some menu descriptions.
579
196f8c0e
GM
580 * ack.texi (Acknowledgments): More updates.
581
8730412a
GM
582 * emacs.texi (Acknowledgments): Add several names from ack.texi,
583 and from Author: headers.
ae15b89b 584 (Distrib): Small updates.
ea09410d 585
37863f20
GM
5862012-02-18 Glenn Morris <rgm@gnu.org>
587
37c3b9ee
GM
588 * ack.texi (Acknowledgments): Add xref to Org manual.
589
b474519e
GM
590 * rmail.texi: Copyedits. Use 'mail composition buffer' in place
591 of '*mail*', since Message does not call it that.
592 (Rmail Reply): Rename rmail-dont-reply-to-names.
593 \\`info- no longer handled specially.
594 Update for rmail-enable-mime-composing.
595 Don't mention 'm' for replies.
596 Don't mention rmail-mail-new-frame and cancelling, since it does
597 not work for Message at the moment.
598
a5987767
GM
599 * cal-xtra.texi: Copyedits.
600
37863f20
GM
601 * emacs-xtra.texi: Set encoding to ISO-8859-1.
602
112d1241
GM
6032012-02-17 Glenn Morris <rgm@gnu.org>
604
0fd2c9a3
GM
605 * maintaining.texi (Old Revisions): Fix cross-refs to Ediff manual.
606
1d6ecbfa
GM
607 * ack.texi (Acknowledgments): Mention Gnulib.
608
102f1b54
GM
609 * ack.texi, calendar.texi, cal-xtra.texi: Use "Bahá'í".
610
112d1241
GM
611 * calendar.texi: Misc small changes, including updating the dates
612 of examples.
613
3a05ff1d
GM
6142012-02-16 Glenn Morris <rgm@gnu.org>
615
d1354af0
GM
616 * calendar.texi: Misc small changes.
617
5f9756ec
GM
618 * vc1-xtra.texi (VC Delete/Rename, CVS Options):
619 * cal-xtra.texi (Diary Display): Fix TeX cross-refs to other manuals.
620
3b19a30d
GM
621 * dired-xtra.texi (Subdir Switches): Small fixes.
622
3a05ff1d
GM
623 * fortran-xtra.texi: Tiny changes and some adjustments to line breaks.
624
9f26dc24
GM
6252012-02-15 Glenn Morris <rgm@gnu.org>
626
627 * sending.texi (Mail Sending): smtpmail-auth-credentials was removed.
628
fb969a57
GM
6292012-02-12 Glenn Morris <rgm@gnu.org>
630
631 * ack.texi (Acknowledgments):
632 * emacs.texi (Acknowledgments): Updates for new files in 24.1.
633
0aca1292
GM
6342012-02-10 Glenn Morris <rgm@gnu.org>
635
104dc9c6
GM
636 * mini.texi (Minibuffer Edit): Mention minibuffer-inactive-mode.
637
0aca1292
GM
638 * programs.texi (Misc for Programs): Mention electric-layout-mode.
639
91af9d2e
GM
6402012-02-09 Glenn Morris <rgm@gnu.org>
641
0aca1292
GM
642 * buffers.texi (Misc Buffer): M-x info does not seem to require a
643 buffer switch after M-x rename-uniquely.
63c727b2 644
91af9d2e
GM
645 * trouble.texi (Checklist): Mention C-c m in report-emacs-bug.
646
1ef1990c
JB
6472012-02-09 Jay Belanger <jay.p.belanger@gmail.com>
648
649 * text.texi (Org Mode): Fix typo.
650
e74e58c9
GM
6512012-02-08 Glenn Morris <rgm@gnu.org>
652
cefee440
GM
653 * ack.texi (Acknowledgments): Update emacs-lock info.
654
a7686350
GM
655 * rmail.texi (Rmail Display): Mention rmail-epa-decrypt.
656
e74e58c9
GM
657 * text.texi (LaTeX Editing): Mention latex-electric-env-pair-mode.
658
fe93bc91
GM
6592012-02-07 Glenn Morris <rgm@gnu.org>
660
661 * files.texi (File Conveniences): Mention ImageMagick images.
662
d273439c
GM
6632012-02-05 Glenn Morris <rgm@gnu.org>
664
649f602c
GM
665 * trouble.texi (Checklist): Mention debug-on-event.
666
d273439c
GM
667 * maintaining.texi (Maintaining): Add cross-ref to ERT.
668
a9410bdf
GM
6692012-02-04 Glenn Morris <rgm@gnu.org>
670
1f5e1a16
GM
671 * macos.texi (Customization options specific to Mac OS / GNUstep):
672 New subsection.
673
b7314ef7
GM
674 * display.texi (Colors): Mention list-colors-sort.
675
a9410bdf
GM
676 * files.texi (File Conveniences): Mention image animation.
677
75319d7f
CY
6782012-01-31 Chong Yidong <cyd@gnu.org>
679
680 * windows.texi (Split Window): C-mouse-2 doesn't work on GTK+
681 scroll bars (Bug#10666).
682
2680c309
CY
6832012-01-28 Chong Yidong <cyd@gnu.org>
684
691db250
CY
685 * files.texi (Filesets): Fix typos.
686
2680c309
CY
687 * display.texi (Faces): Add xref to Colors node.
688
2a90dfca
DM
6892012-01-27 Dani Moncayo <dmoncayo@gmail.com>
690
691 * buffers.texi (Select Buffer): Clarify explanation of switching
692 to new buffers. Fix description of next-buffer and
6df6ae42 693 previous-buffer (Bug#10334).
2a90dfca
DM
694 (Misc Buffer): Add xref to View Mode.
695
696 * text.texi (Fill Commands): Fix description of
697 sentence-end-double-space.
698
20d2304d
CY
6992012-01-23 Chong Yidong <cyd@gnu.org>
700
f088cb8b 701 * anti.texi (Antinews): Add Emacs 23 antinews.
20d2304d 702
01ec1eed
VS
7032012-01-16 Volker Sobek <reklov@live.com> (tiny change)
704
705 * programs.texi (Comment Commands): Typo (bug#10514).
706
06848b82
CY
7072012-01-15 Chong Yidong <cyd@gnu.org>
708
709 * xresources.texi (X Resources): Describe GTK+ case first.
710 (Resources): Don't use borderWidth as an example, since it doesn't
711 work with GTK+.
712 (Table of Resources): Clarify role of several resources, including
713 the Emacs 24 behavior of cursorBlink etc.
714 (Face Resources): Node deleted. Recommend using Customize
715 instead. Add paragraph to `Table of Resources' node summarizing
716 how to use X resources for changing faces.
717 (Lucid Resources): Rewrite, omitting description of font names,
718 referring to the Fonts node instead.
719 (LessTif Resources): Copyedits.
720 (GTK resources): Rewrite, describing the difference between gtk2
721 and gtk3.
722 (GTK Resource Basics): New node.
723 (GTK Widget Names, GTK Names in Emacs): Rewrite.
724 (GTK styles): Just refer to Fonts node for GTK font format.
725
726 * display.texi (Faces): Document the cursor face.
727
a73a3461
CY
7282012-01-14 Chong Yidong <cyd@gnu.org>
729
01ec1eed 730 * cmdargs.texi (Action Arguments): No need to mention EMACSLOADPATH.
a73a3461
CY
731 (General Variables): Add xref to Lisp Libraries.
732 (Initial Options): Copyedits.
733 (Resume Arguments): Node deleted; emacs.bash/csh are obsolete.
734 (Environment): Clarify what getenv does.
735 (General Variables): Clarify EMACSPATH etc. Emacs does not assume
736 light backgrounds on xterms.
737 (Misc Variables): TEMP and TMP are not Windows-specific.
738 (Display X): Copyedits.
739 (Colors X): -bd does nothing for GTK.
740 (Icons X): Gnome 3 doesn't use taskbars.
741
742 * misc.texi (Shell): Document exec-path here.
743
744 * rmail.texi (Movemail): Add xref for exec-path.
745
e517eda4
GM
7462012-01-13 Glenn Morris <rgm@gnu.org>
747
748 * dired.texi (Dired and Find): Clarify find-ls-options.
749
1de76afe
CY
7502012-01-09 Chong Yidong <cyd@gnu.org>
751
71873e2b 752 * custom.texi (Custom Themes): Switch custom-safe-themes to use
1de76afe
CY
753 SHA-256.
754
c61ab18c
CY
7552012-01-07 Chong Yidong <cyd@gnu.org>
756
e490b289
CY
757 * display.texi (Useless Whitespace): Add Whitespace mode.
758
1de77c4c
CY
759 * custom.texi (Hooks): Discuss how to disable minor modes.
760
761 * files.texi (Diff Mode): Discuss diff-auto-refine-mode
e490b289 762 (Bug#10309). Discuss use of Whitespace mode (Bug#10300).
1de77c4c 763
c61ab18c
CY
764 * trouble.texi (Lossage): Refer to Bugs node for problems.
765 (DEL Does Not Delete): Don't use "usual erasure key" teminology.
766 (Screen Garbled): Don't refer to terminal "manufacturers".
767 (Total Frustration): Node deleted. Eliza is documented in
768 Amusements now.
71873e2b
SM
769 (Known Problems): More info about using the bug tracker.
770 Mention debbugs package.
c61ab18c
CY
771 (Bug Criteria): Copyedits.
772 (Understanding Bug Reporting): Mention emacs -Q.
773
89bd9ccd
CY
7742012-01-06 Chong Yidong <cyd@gnu.org>
775
776 * custom.texi (Specifying File Variables): The mode: keyword
777 doesn't have to be first anymore. Add example of specifying minor
778 modes.
779 (Directory Variables): Simplify example. Mention application to
780 non-file buffers.
781 (Disabling): Use "initialization file" terminology.
782 (Init Examples): Fix hook example.
783
8034735f
EZ
7842012-01-06 Eli Zaretskii <eliz@gnu.org>
785
786 * cmdargs.texi (MS-Windows Registry): Shorten the index entry.
787 (Bug#10422)
788 Move the stuff about resources to xresources.texi.
789
790 * xresources.texi (Resources): Move information about setting X
791 resources in the Registry from cmdargs.texi. Make the index entry
792 be similar to the one in cmdargs.texi.
793
b0d7d8af
CY
7942012-01-05 Chong Yidong <cyd@gnu.org>
795
796 * custom.texi (Customization Groups): Update example.
797 (Browsing Custom): Document the new search field.
798 (Changing a Variable): Update example for Emacs 24 changes.
799 Document Custom-set and Custom-save commands.
800 (Face Customization): Document Emacs 24 changes. De-document
801 modify-face.
802 (Specific Customization): Mention customize-variable.
803 (Custom Themes): Add customize-themes, custom-theme-load-path,
804 custom-theme-directory, and describe-theme.
805 (Creating Custom Themes): New node.
806 (Examining): Mention M-:.
807
808 * package.texi (Packages): Fix typo.
809
88c5c7c8
CY
8102012-01-03 Chong Yidong <cyd@gnu.org>
811
812 * misc.texi (Single Shell): Don't document Lisp usage of
813 shell-command. Tidy up discussion of synchronicity. Add index
814 entries for async-shell-command.
815 (Interactive Shell): Note that M-x shell uses shell-file-name.
816 Note change in behavior in Emacs 24.
817 (Shell Mode): Shell mode now uses completion-at-point.
818 (Shell Prompts): Emphasize that comint-use-prompt-regexp isn't the
819 default method for recognizing prompts nowadays.
820 (Shell Ring): Add xref to Minibuffer History.
821 (Directory Tracking): Explain Dirtrack mode in more detail.
822 (Term Mode): Fix index entries.
823 (Paging in Term): Merge into Term Mode.
824 (Serial Terminal, Emacs Server, emacsclient Options): Copyedits.
825 (Printing): Fix xref. State default of lpr-switches.
826 (PostScript): Remove obsolete sentence. Omit description of
827 non-interactive behaviors.
828 (Hyperlinking): Improve description.
829 (Browse-URL): Using compose-mail for mailto URLs is the default.
830 Document browse-url-mailto-function.
831 (Goto Address mode): Add index entries. Add xref to Browse-URL.
832 (FFAP): FFAP is not a minor mode.
71873e2b
SM
833 (Amusements): M-x lm was renamed to M-x landmark.
834 Document nato-region.
88c5c7c8 835
b8ecfdfe
CY
8362012-01-01 Chong Yidong <cyd@gnu.org>
837
838 * misc.texi (Gnus, Buffers of Gnus): Copyedits.
839 (Gnus Startup): Note that the system might not be set up for news.
840 Describe group levels more clearly.
841 (Gnus Group Buffer, Gnus Summary Buffer): New nodes, split from
842 Summary of Gnus.
843 (Document View): Copyedits. Move zoom commads to DocView
844 Navigation node.
845 (DocView Navigation, DocView Searching, DocView Slicing)
846 (DocView Conversion): Nodes renamed from Navigation, etc.
847
848 * sending.texi (Mail Sending): Add message-kill-buffer-on-exit.
849
7bc7d2aa
EZ
8502011-12-31 Eli Zaretskii <eliz@gnu.org>
851
852 * basic.texi (Moving Point): Fix the description of C-n and C-p.
853 (Bug#10380)
854
b30941db
CY
8552011-12-30 Chong Yidong <cyd@gnu.org>
856
857 * sending.texi (Sending Mail): Document initial mail buffer name,
858 and changed multiple mail buffer behavior.
859 (Mail Format): Put the example at the top of the section.
860 (Mail Headers): Move discussion of "From" to the top.
861 (Mail Sending): Document sendmail-query-once.
862 (Citing Mail): Make it less Rmail-specific.
863
0ed49f93
CY
8642011-12-29 Chong Yidong <cyd@gnu.org>
865
866 * text.texi (Org Mode): Copyedits. Refer to Outline Format for
867 example. Add index entries.
868 (Org Organizer, Org Authoring): Nodes renamed. Copyedits.
869
c40a7de7
CY
8702011-12-26 Chong Yidong <cyd@gnu.org>
871
71873e2b
SM
872 * dired.texi (Dired Enter, Misc Dired Features):
873 Document dired-use-ls-dired changes. Mention quit-window.
c40a7de7
CY
874 (Dired Navigation): Add index entries.
875 (Dired Visiting): Fix View Mode xref.
876 (Marks vs Flags): Prefer C-/ binding for undo.
877 (Subdirectories in Dired): Add xrefs.
878 (Misc Dired Features): Document some Emacs 24 changes. Add index
879 entries.
880
881 * abbrevs.texi (Abbrev Concepts): No need to mention abbrev-mode
882 variable, since it is explained in Minor Modes node.
883 (Defining Abbrevs): Copyedits.
884 (Expanding Abbrevs): State default of abbrev-all-caps. Prefer the
885 C-/ binding for undo.
886 (Dabbrev Customization): Add xrefs for case-fold-search and
887 case-replace.
888
889 * dired-xtra.texi (Subdir Switches): Add xref.
890
891 * maintaining.texi (VC Directory Commands): Mention quit-window.
892
3d992aa0
CY
8932011-12-25 Chong Yidong <cyd@gnu.org>
894
895 * maintaining.texi (Tags): Mention Semantic.
896 (Create Tags Table, Etags Regexps): Copyedits.
897 (Find Tag): Mention minibuffer completion.
898 (List Tags): Mention completion-at-point. Completion is actually
899 available in M-x list-tags.
900
901 * vc1-xtra.texi (VC Delete/Rename): Rename from Renaming and VC.
902 Document vc-delete-file.
903
904 * files.texi (Misc File Ops): Mention vc-delete-file.
905
906 * programs.texi (Symbol Completion): Mention completion-at-point
907 explicitly.
908
2785d024
CY
9092011-12-22 Chong Yidong <cyd@gnu.org>
910
911 * maintaining.texi (Change Log Commands): Don't specially mention
912 vc-update-change-log which is CVS-only.
913
914 * vc1-xtra.texi (Version Headers): Note that these are for
915 Subversion, CVS, etc. only.
71873e2b
SM
916 (General VC Options): De-document vc-keep-workfiles.
917 Fix RCS-isms.
2785d024 918
0ab39399
EZ
9192011-12-22 Eli Zaretskii <eliz@gnu.org>
920
921 * building.texi (Debugger Operation): Fix a typo: "@end iftext"
922 should be @end iftex".
923
d3098e1e
CY
9242011-12-21 Chong Yidong <cyd@gnu.org>
925
926 * maintaining.texi (Advanced C-x v v): Use fileset terminology.
927 (VC With A Merging VCS, VC Change Log): Add xref to VC Pull node.
928 (VC Pull): Mention vc-log-incoming.
929 (Log Buffer): Add CVS/RCS only disclaimer.
930
931 * vc1-xtra.texi (Remote Repositories): Update introduction.
932 (Local Version Control): Node deleted (obsolete with DVCSes).
71873e2b
SM
933 (Remote Repositories, Version Backups): Node deleted.
934 Move documentation of vc-cvs-stay-local to CVS Options.
d3098e1e
CY
935 (CVS Options): Reduce verbosity of description of obscure CVS
936 locking feature.
937 (Making Revision Tags, Revision Tag Caveats): Merge into Revision
938 Tags node.
939 (Revision Tags): Move under Miscellaneous VC subsection.
940 (Change Logs and VC): Note that this is wrong for DVCSs.
941 De-document log entry manipulating features.
942 (Renaming and VC): Describe how it works on modern VCSes.
943
944 * files.texi (Misc File Ops): Mention vc-rename-file.
945
946 * programs.texi (Custom C Indent): Add index entries.
947
47d42d81
AM
9482011-12-20 Alan Mackenzie <acm@muc.de>
949
950 * programs.texi (Motion in C): Update the description of C-M-a and
951 C-M-e, they now DTRT in enclosing scopes.
952 (Custom C Indent): Add @dfn{guessing} of the indentation style.
953
2edef1a0
CY
9542011-12-20 Chong Yidong <cyd@gnu.org>
955
956 * maintaining.texi (VCS Concepts): Add "working tree" terminology.
957 (Old Revisions): Use it.
958 (VCS Repositories): Add "distributed" terminology.
959 (Log Buffer): Remove duplicate description
960 about changesets. Fix "current VC fileset" ambiguity.
961 (Multi-User Branching): Node deleted.
962 (Branches, Switching Branches): Discuss decentralized version
963 control systems.
964 (VC Pull): New node.
965 (Merging): Document merging on decentralized systems.
966 (Creating Branches): Note that this is specific to CVS and related
967 systems.
968
bc859d5f
CY
9692011-12-19 Chong Yidong <cyd@gnu.org>
970
971 * maintaining.texi (VCS Merging, VCS Changesets): Index entries.
972 (VC Mode Line): Add index entry for "version control status".
973 (VC Undo): Use vc-revert instead of its vc-revert-buffer alias.
974 Document vc-revert-show-diff. De-document vc-rollback.
975 (VC Directory Mode): Rewrite introduction. Move prefix arg
976 documentation here from VC Directory Buffer node.
977 (VC Directory Buffer): Use a decentralized VCS example.
978 (VC Directory Commands): Use a table. Remove material duplicated
979 in previous nodes on multi-file VC filsets.
980
9cff91f8
CY
9812011-12-17 Chong Yidong <cyd@gnu.org>
982
983 * maintaining.texi (VCS Concepts): Make "revision" terminology
984 less CVS-specific.
985 (VC With A Merging VCS, VC With A Locking VCS): Add xref to
986 Registering node.
71873e2b 987 (Secondary VC Commands): Delete. Promote subnodes.
9cff91f8
CY
988 (Log Buffer): Add command name for C-c C-c. Fix the name of the
989 log buffer. Add index entries.
71873e2b
SM
990 (VCS Changesets, Types of Log File, VC With A Merging VCS):
991 Use "commit" terminology.
9cff91f8
CY
992 (Old Revisions): Move it to just before VC Change Log. "Tag" here
993 doesn't refer to tags tables. Note other possible forms of the
994 revision ID. C-x v = does not save.
995 (Registering): Note similarity to C-x v v action. Fix description
996 of how backends are chosen. De-document vc-default-init-revision.
997 (VC Change Log): Document C-x v l in VC-Dir buffer. Document RET
998 in root log buffers.
999
f3b316df
CY
10002011-12-16 Chong Yidong <cyd@gnu.org>
1001
1002 * maintaining.texi (Version Control Systems): Drop Meta-CVS.
1003 (Basic VC Editing): Remove redundant descriptions.
1004 (VC With A Merging VCS): Make description more general instead of
1005 CVS-specific.
1006 (VC With A Locking VCS): Use VC fileset terminology.
1007
29eabb8e
CY
10082011-12-12 Chong Yidong <cyd@gnu.org>
1009
1010 * building.texi (Executing Lisp): Fix xref for C-M-x.
1011 (Lisp Libraries): Add xref to node explaining `load' in Lisp
1012 manual. Note that load-path is not customizable.
1013 (Lisp Eval): Note that listed commands are available globally.
1014 Explain the meaning of "defun" in the C-M-x context.
1015 (Lisp Interaction): Copyedits.
71873e2b
SM
1016 (External Lisp): Fix name of inferior Lisp buffer.
1017 Mention Scheme.
29eabb8e
CY
1018 (Compilation): Define "inferior process".
1019
cd0314dd
EZ
10202011-12-10 Eli Zaretskii <eliz@gnu.org>
1021
1022 * msdog.texi (Windows Fonts): Document how to force GDI font
1023 backend on MS-Windows.
1024
0595bd7e 10252011-12-10 Chong Yidong <cyd@gnu.org>
b09d01da
CY
1026
1027 * building.texi (Compilation): Say what the -k flag to make does.
1028 Move subprocess discussion to Compilation Shell.
1029 (Compilation Mode): Add xref for grep, occur, and mouse
1030 references. Define "locus".
1031 (Grep Searching): Use @command.
71873e2b
SM
1032 (Debuggers, Commands of GUD, GDB Graphical Interface):
1033 Clarify intro.
0595bd7e
CY
1034 (Starting GUD): Clarify how arguments are specified.
1035 (Debugger Operation): Index entry for "GUD interaction buffer",
1036 and move basic description here from Commands of GUD node.
1037 (GDB User Interface Layout): Copyedits.
1038 (Source Buffers): Remove gdb-find-source-frame, which is not in
1039 gdb-mi.el.
1040 (Other GDB Buffers): Remove gdb-use-separate-io-buffer and
71873e2b
SM
1041 toggle-gdb-all-registers, which are not in gdb-mi.el.
1042 Don't re-document GUD interaction buffers.
b09d01da
CY
1043
1044 * programs.texi (Symbol Completion): M-TAB can now use Semantic.
1045 (Semantic): Add cindex entries for Semantic.
1046
2a185919
CY
10472011-12-06 Chong Yidong <cyd@gnu.org>
1048
1049 * programs.texi (Man Page): Clarify how to use Man-switches.
1050 Don't bother documenting Man-fontify-manpage-flag.
1051 (Lisp Doc): Add xref to Name Help node.
1052 (Hideshow): Add cindex. Mention role of ellipses, and default
1053 value of hs-isearch-open. Don't bother documenting
1054 hs-special-modes-alist.
1055 (Symbol Completion): Add kindex for C-M-i. Don't recommend
1056 changing the window manager binding of M-TAB.
1057
ebf10822
CY
10582011-12-05 Chong Yidong <cyd@gnu.org>
1059
1060 * programs.texi (Comment Commands): Fix description of for M-; on
1061 blank lines. Move documentation of comment-region here.
1062 (Multi-Line Comments): Clarify the role of comment-multi-line.
1063 Refer to Comment Commands for comment-region doc.
1064 (Options for Comments): Refer to Multi-Line Comments for
1065 comment-multi-line doc, instead of duplicating it. Fix default
1066 values of comment-padding and comment-start-skip.
1067
ec7ae032
CY
10682011-12-04 Chong Yidong <cyd@gnu.org>
1069
1070 * programs.texi (Program Modes): Mention modes that are not
1071 included with Emacs. Fix references to other manuals for tex.
71873e2b
SM
1072 Add index entry for backward-delete-char-untabify.
1073 Mention prog-mode-hook.
ec7ae032
CY
1074 (Which Function): Use "global minor mode" terminology.
1075 (Basic Indent, Multi-line Indent): Refer to previous descriptions
1076 in Indentation chapter to avoid duplication.
1077 (Expressions): Copyedit.
1078 (Matching): Document Electric Pair mode.
1079
1080 * ack.texi (Acknowledgments):
1081 * rmail.texi (Movemail, Other Mailbox Formats):
1082 * frames.texi (Frames): Don't capitalize "Unix".
1083
a24bf23e
CY
10842011-12-04 Chong Yidong <cyd@gnu.org>
1085
1086 * text.texi (Nroff Mode): Mention what nroff is.
1087 (Text Based Tables, Table Recognition): Don't say "Table mode"
1088 since it's not a major or minor mode.
1089 (Text Based Tables): Reduce the size of the example.
1090 (Table Definition): Clarify definitions.
1091 (Table Creation): Add key table.
1092 (Cell Commands): Use kbd for commands.
1093 (Table Rows and Columns): Combine nodes Row Commands and Column
1094 Commands.
1095 (Fixed Width Mode): Node deleted; contents moved to parent.
1096 (Table Conversion): Shorten example.
1097 (Measuring Tables): Merge into Table Misc.
1098
8863a584
CY
10992011-12-03 Chong Yidong <cyd@gnu.org>
1100
1101 * text.texi (TeX Mode): Mention AUCTeX package.
1102 (TeX Editing): Add xref to documentation for Occur.
1103 (LaTeX Editing): Add xref to Completion node.
1104 (TeX Print): Fix description of tex-directory.
71873e2b 1105 (Enriched Text): Rename from Formatted Text. Make this node and
8863a584
CY
1106 its subnodes less verbose, since text/enriched files are
1107 practically unused.
71873e2b 1108 (Enriched Mode): Rename from Requesting Formatted Text.
8863a584 1109 (Format Colors): Node deleted.
71873e2b 1110 (Enriched Faces): Rename from Format Faces. Describe commands
8863a584
CY
1111 for applying colors too.
1112 (Forcing Enriched Mode): Node deleted; merged into Enriched Mode.
1113
1114 * frames.texi (Menu Mouse Clicks): Tweak description of C-Mouse-2.
1115
1116 * display.texi (Colors): New node.
1117
1118 * cmdargs.texi (Colors X):
1119 * xresources.texi (GTK styles):
1120 * custom.texi (Face Customization): Reference it.
1121
1122 * glossary.texi (Glossary): Remove "formatted text" and "WYSIWYG".
1123 Link to Fill Commands for Justification entry.
1124
6fdebe93
EZ
11252011-12-03 Eli Zaretskii <eliz@gnu.org>
1126
1127 * display.texi (Auto Scrolling): More accurate description of what
1128 scroll-*-aggressively does, including the effect of non-zero
1129 margin. Fix "i.e." markup.
1130
95ca9bc7
CY
11312011-12-02 Chong Yidong <cyd@gnu.org>
1132
1133 * text.texi (Pages): Mention how formfeed chars are displayed.
1134 (Auto Fill): Note convention for calling auto-fill-mode from Lisp.
1135 Describe adaptive filling more precisely.
1136 (Fill Commands): Note that filling removes excess whitespace.
1137 (Text Mode): Note auto-mode-alist entries for Text mode. TAB is
1138 now bound to indent-for-tab-command in Text mode.
1139 (Outline Mode): Copyedits.
1140 (Outline Visibility): Note that Reveal mode is a buffer-local
1141 minor mode.
1142
1143 * modes.texi (Major Modes): Move note about checking major-mode in
1144 a hook function here, from Text mode.
1145
6d262977
CY
11462011-11-28 Chong Yidong <cyd@gnu.org>
1147
b22b1918
CY
1148 * text.texi (Words): Add xref to Position Info.
1149 (Paragraphs): Add xref to Regexps.
1150
6d262977
CY
1151 * indent.texi (Indentation): Rewrite introduction. Move table to
1152 Indentation Commands node.
1153 (Indentation Commands): Add index entries to table. Copyedits.
1154 (Tab Stops, Just Spaces): Copyedits.
1155 (Indent Convenience): New node. Document electric-indent-mode.
1156
1157 * programs.texi (Basic Indent):
1158 * windows.texi (Pop Up Window): Fix kindex entry.
1159
dc95a8b0
CY
11602011-11-28 Chong Yidong <cyd@gnu.org>
1161
1162 * modes.texi (Major Modes): Move major-mode variable doc here from
1163 Choosing Modes. Document describe-mode. Document prog-mode-hook
1164 and text-mode-hook. Add example of using hooks.
1165 (Minor Modes): Document behavior of mode command calls from Lisp.
1166 Note that setting the mode variable using Customize will DTRT.
1167 (Choosing Modes): Add example of setting a minor mode using a
1168 local variable.
1169
b63a8e8e
CY
11702011-11-27 Chong Yidong <cyd@gnu.org>
1171
1172 * frames.texi (Creating Frames): Move frame parameter example to
1173 Frame Parameters node.
1174 (Frame Commands): C-x 5 o does not warp the mouse by default.
1175 (Fonts): Add more GTK-style properties; also, they should be
1176 capitalized.
1177 (Special Buffer Frames): Node deleted; special-display is on the
1178 way out.
1179 (Frame Parameters): Example moved here from Creating Frames.
1180 Clarify that default-frame-alist affects the initial frame too.
1181 Delete auto-raise-mode and auto-lower-mode.
1182 (Wheeled Mice): Node deleted. Content moved to Mouse Commands.
1183 (Dialog Boxes): Delete x-gtk-use-old-file-dialog.
1184
1185 * windows.texi (Window Choice): Add xref to Lisp manual for
1186 special-display-*.
1187
a3dcc84e
EZ
11882011-11-26 Eli Zaretskii <eliz@gnu.org>
1189
1190 * display.texi (Text Display): Update the description,
1191 cross-references, and indexing related to display of control
1192 characters and raw bytes.
1193
4ad3bc2a
CY
11942011-11-25 Chong Yidong <cyd@gnu.org>
1195
1196 * frames.texi (Frames): Rewrite introduction.
1197 (Mouse Commands): Default for mouse-drag-copy-region is now t.
1198 Mouse-3 does not copy to kill ring by default. DEL does not
1199 behave specially for mouse commands any more.
1200 (Mouse References): Document mouse-1-click-follows-link more
1201 thoroughly.
1202 (Menu Mouse Clicks): Move footnote to the main text and add xref
1203 to Init Rebinding node.
1204 (Mode Line Mouse): Mouse-3 on the mode-line does not bury buffer.
1205
1206 * files.texi (Visiting): `C-x 5 f' works on ttys too.
1207
20db1522
JB
12082011-11-24 Juanma Barranquero <lekktu@gmail.com>
1209
1210 * display.texi (Font Lock): Fix typo.
1211
01d06b1f
GM
12122011-11-24 Glenn Morris <rgm@gnu.org>
1213
1214 * rmail.texi (Rmail Output):
1215 Mention rmail-automatic-folder-directives. (Bug#9657)
1216
0cbaa1d5
CY
12172011-11-21 Chong Yidong <cyd@gnu.org>
1218
1219 * mark.texi (Global Mark Ring): Fix description of global mark
1220 ring (Bug#10032).
1221
fe7a3057
JB
12222011-11-20 Juanma Barranquero <lekktu@gmail.com>
1223
1224 * msdog.texi (Windows Fonts): Fix typo.
1225
b6e63cbe
GM
12262011-11-17 Glenn Morris <rgm@gnu.org>
1227
1228 * regs.texi (Bookmarks): Small fixes related to saving. (Bug#10058)
1229
58179cce
JB
12302011-11-16 Juanma Barranquero <lekktu@gmail.com>
1231
1232 * killing.texi (Rectangles):
7877f373
JB
1233 * misc.texi (Document View):
1234 * modes.texi (Choosing Modes):
1235 * msdog.texi (Windows Fonts):
58179cce
JB
1236 * regs.texi (Rectangle Registers):
1237 * search.texi (Isearch Yank): Fix typos.
1238
291d142b
CY
12392011-11-06 Chong Yidong <cyd@gnu.org>
1240
1241 * windows.texi (Basic Window): Add xref to Cursor Display.
1242 (Split Window): Document negative arg for splitting commands.
1243 (Other Window): Document mouse-1 in text area of window.
1244 (Change Window): Don't mention window attributes, since they
1245 aren't defined. C-x 1 can't be used with minibuffer windows.
1246 Windows are no longer auto-deleted.
1247 (Window Choice): Add xref to Choosing Window in Lisp manual.
1248 (Window Convenience): Note that windmove disables shift-selection.
1249 Move M-x compare-windows here from Other Window node.
1250
1251 * custom.texi (Mouse Buttons):
1252 * search.texi (Isearch Scroll):
1253 * windows.texi (Split Window): Use new names split-window-below
1254 and split-window-right.
1255
a7ef684b
JB
12562011-10-26 Juanma Barranquero <lekktu@gmail.com>
1257
1258 * emacs.texi (Top): Fix typo.
1259
d53e1747
GM
12602011-10-25 Glenn Morris <rgm@gnu.org>
1261
1262 * abbrevs.texi (Saving Abbrevs):
1263 quietly-read-abbrev-file is not a command. (Bug#9866)
1264
e7a3ff06
CY
12652011-10-24 Chong Yidong <cyd@gnu.org>
1266
1267 * display.texi (Scrolling): Document scroll-up-line and
1268 scroll-down-line. Document scroll-command property.
1269 (Recentering): New node, split off from Scrolling.
1270
86c60681
CY
12712011-10-23 Chong Yidong <cyd@gnu.org>
1272
da97a9e6
CY
1273 * frames.texi (Scroll Bars): GTK uses right scroll bars now.
1274 (Tool Bars): Copyedits.
1275
86c60681
CY
1276 * buffers.texi (Misc Buffer): Don't mention vc-toggle-read-only.
1277
d195726a
CY
12782011-10-22 Chong Yidong <cyd@gnu.org>
1279
1280 * windows.texi (Displaying Buffers): Fix broken lispref link.
1281
a70e06c1
CY
12822011-10-22 Chong Yidong <cyd@gnu.org>
1283
1284 * mini.texi (Minibuffer Exit): Rename from Strict Completion.
1285 Move confirm-nonexistent-file-or-buffer discussion here.
1286
1287 * files.texi (File Names, Visiting): Move detailed discussion of
1288 minibuffer confirmation to Minibuffer Exit.
1289
1290 * buffers.texi (Buffers): Tweak mention of mail buffer name.
1291 (Select Buffer): Move confirmation discussion to Minibuffer Exit.
1292
bfd779dd
CY
12932011-10-21 Chong Yidong <cyd@gnu.org>
1294
1295 * files.texi (File Names, Visiting, Interlocking): Copyedits.
1296 (Backup Copying): backup-by-copying-when-mismatch is now t.
1297 (Customize Save): Fix description of require-final-newline.
1298 (Reverting): Note that revert-buffer can't be undone. Mention VC.
1299 (Auto Save Control): Clarify.
1300 (File Archives): Add 7z.
1301 (Remote Files): ange-ftp-make-backup-files defaults to nil.
1302
1303 * arevert-xtra.texi (Autorevert): Copyedits.
1304
6e317956
CY
13052011-10-20 Chong Yidong <cyd@gnu.org>
1306
1307 * custom.texi (Hooks, Init Examples):
1308 * display.texi (Font Lock):
1309 * fixit.texi (Spelling):
1310 * rmail.texi (Rmail Display): Minor mode function with no arg now
1311 enables it.
1312
1313 * fixit.texi (Spelling): Fix description of inline completion.
1314
5abc31ef
CY
13152011-10-19 Chong Yidong <cyd@gnu.org>
1316
1317 * search.texi (Repeat Isearch, Error in Isearch): Add kindex
1318 entries.
1319 (Isearch Yank): Document isearch-yank-pop.
1320 (Isearch Scroll): Refer to C-l instead of unbound `recenter'.
1321 (Other Repeating Search): Document Occur Edit mode.
1322
939db9ac
CY
13232011-10-18 Chong Yidong <cyd@gnu.org>
1324
1325 * display.texi (Fringes): Move overflow-newline-into-fringe here,
1326 from Line Truncation node.
1327 (Standard Faces): Note that only the background of the cursor face
1328 has an effect.
1329 (Cursor Display): Fix descriptions of cursor face
1330 and bar cursor blinking.
1331 (Text Display): Document nobreak-char-display more clearly.
1332 (Line Truncation): Add xref to Split Window node.
1333 (Display Custom): Don't bother documenting baud-rate or
1334 no-redraw-on-reenter.
1335
1336 * search.texi (Slow Isearch): Node removed.
1337
80c6d77f
GM
13382011-10-18 Glenn Morris <rgm@gnu.org>
1339
1340 * maintaining.texi (Registering): Remove vc-initial-comment. (Bug#9745)
1341
d366bd53
CY
13422011-10-18 Chong Yidong <cyd@gnu.org>
1343
1344 * display.texi (Faces): Simplify discussion. Move documentation
71873e2b
SM
1345 of list-faces-display here, from Standard Faces node.
1346 Note special role of `default' background.
1347 (Standard Faces): Note special role of `default' background.
1348 Note that region face may be taken fom GTK. Add xref to Text Display.
1349 (Text Scale): Rename from "Temporary Face Changes".
1350 Callers changed. Don't bother documenting variable-pitch-mode.
d366bd53
CY
1351 (Font Lock): Copyedits. Remove font-lock-maximum-size.
1352 (Useless Whitespace): Simplify description of
1353 delete-trailing-whitespace. Note active region case.
1354 (Text Display): Fix description of escape-glyph face assignment.
1355 Remove unibye mode discussion. Update some parts for Unicode.
1356 Move glyphless chars documentation to Lisp manual.
1357
1358 * frames.texi (Tooltips): Document x-gtk-use-system-tooltips.
1359
21100e7d
CY
13602011-10-15 Chong Yidong <cyd@stupidchicken.com>
1361
1362 * display.texi (Scrolling): Tweak explanation of scroll direction.
1363 (View Mode): Add index entries.
1364
1365 * killing.texi (Deletion): Document negative prefix arg to M-SPC.
1366
1367 * regs.texi (Text Registers): C-x r i does not activate the mark.
1368 (Bookmarks): Document new default bookmark location.
1369
50b063c3
CY
13702011-10-13 Chong Yidong <cyd@stupidchicken.com>
1371
71873e2b
SM
1372 * killing.texi (Deletion): Add xref to Using Region.
1373 Document delete-forward-char.
50b063c3
CY
1374 (Yanking): Move yank-excluded-properties to Lisp manual. Move C-y
1375 description here. Recommend C-u C-SPC for jumping to mark.
1376 (Kill Ring): Move kill ring variable documentation here.
1377 (Primary Selection): Copyedits.
1378 (Rectangles): Document new command rectangle-number-lines.
1379 (CUA Bindings): Note that this disables the mark-even-if-inactive
1380 behavior for C-x and C-c.
1381
1382 * mark.texi (Mark): Mention "active region" terminology.
1383 (Using Region): Document delete-active-region.
1384
e1a3f5b1
CY
13852011-10-12 Chong Yidong <cyd@stupidchicken.com>
1386
1387 * mark.texi (Mark): Clarify description of disabled Transient Mark
1388 mode (Bug#9689).
1389 (Setting Mark): Document prefix arg for C-x C-x. Document primary
1390 selection changes. Mention that commands like C-y set the mark.
1391 (Marking Objects): Add xref to Words node. Note that mark-word
1392 and mark-sexp also have the "extend region" behavior.
71873e2b
SM
1393 (Using Region): Mention M-$ in the table.
1394 Document mark-even-if-inactive here instead of in Mark Ring.
1395 (Mark Ring): Move mark-even-if-inactive to Using Region.
1396 Take note of the "Mark Set" behavior.
e1a3f5b1
CY
1397 (Disabled Transient Mark): Rename from "Persistent Mark"
1398 (Bug#9688). Callers changed.
1399
1400 * programs.texi (Expressions):
1401 * text.texi (Words): Defer to Marking Objects for mark-word doc.
1402
3dc62b2b
CY
14032011-10-09 Chong Yidong <cyd@stupidchicken.com>
1404
1405 * help.texi (Help, Help Summary): Eliminate the unnecessary "help
1406 option" terminology.
1407 (Key Help): Add command names. Define "documentation string".
1408 (Name Help): Remove an over-long joke.
1409 (Apropos): Document prefix args. Remove duplicated descriptions.
1410 (Help Mode): Add C-c C-b to table. Update TAB binding.
71873e2b
SM
1411 (Package Keywords): Rename from "Library by Keyword".
1412 Describe new package menu interface.
3dc62b2b 1413 (Help Files, Help Echo): Tweak description.
de09aa52
CY
1414
1415 * mini.texi (Completion Options): Add completion-cycle-threshold.
3dc62b2b 1416 (Minibuffer History): Document numeric args to history commands.
de09aa52 1417
2d3fe5d7
EZ
14182011-10-08 Eli Zaretskii <eliz@gnu.org>
1419
1420 * mule.texi (Bidirectional Editing): Correct some inaccuracies.
1421
b2b0776e
CY
14222011-10-08 Chong Yidong <cyd@stupidchicken.com>
1423
71873e2b
SM
1424 * basic.texi (Position Info): Omit page commands.
1425 Document count-words-region and count-words.
b2b0776e
CY
1426
1427 * text.texi (Pages): Move what-page documentation here.
1428
27a16462
CY
14292011-10-08 Chong Yidong <cyd@stupidchicken.com>
1430
1431 * mini.texi (Minibuffer File): Minor copyedits. Use xref to
1432 Remote Files node instead of linking directly to the Tramp manual.
1433 (Minibuffer Edit): Add xref to Blank Lines.
1434 (Completion): Add xref to Symbol Completion. Remove redundant
1435 example, which is repeated in the next node.
1436 (Completion Commands): Minor clarifications.
1437 (Completion Styles): New node, split from Completion Commands.
1438 Document substring and initials styles.
1439 (Strict Completion): Remove information duplicated in other nodes.
1440 (Completion Options): Consolidate case difference discussion here.
1441
1442 * help.texi (Help Mode): Fix kindex entries.
1443
1444 * files.texi (File Names): Add index entries.
1445
de0bde62
CY
14462011-10-07 Chong Yidong <cyd@stupidchicken.com>
1447
71873e2b
SM
1448 * basic.texi (Inserting Text): Add xref to Completion.
1449 Add ucs-insert example, and document prefix argument.
de0bde62
CY
1450 (Moving Point): Fix introduction; C-f/C-b are no longer equivalent
1451 to left/right. Tweak left-char and right-char descriptions.
1452 M-left and M-right are now bound to left-word/right-word.
1453 (Erasing): Document delete-forward-char.
1454
1455 * screen.texi (Screen, Menu Bar): Copyedits.
1456 (Point): Remove duplicate paragraph on cursors, also in Screen.
1457 (Mode Line): Trailing dashes no longer shown on X displays.
1458
1459 * frames.texi (Non-Window Terminals): Index just "text-only
1460 terminal", which is used throughout the manual now.
1461
1462 * entering.texi (Entering Emacs): Define "startup screen".
1463 Document window-splitting behavior with command-line inputs.
1464 (Exiting): Remove obsolete paragraph about shells without suspend
1465 functionality.
1466
1467 * commands.texi (User Input): Define "input event" more clearly.
1468 (Keys): Add xref to Echo Area.
1469 (Commands): Clarify relation between commands and functions.
1470
453e4522
CY
14712011-10-06 Chong Yidong <cyd@stupidchicken.com>
1472
1473 * misc.texi (emacsclient Options): Document how emacsclient runs
1474 the Emacs daemon (Bug#9674).
1475
550f41cd
CY
14762011-10-01 Chong Yidong <cyd@stupidchicken.com>
1477
1478 * basic.texi (Moving Point):
1479 * custom.texi (Mouse Buttons):
1480 * rmail.texi (Rmail Scrolling):
1481 * search.texi (Isearch Scroll):
550f41cd
CY
1482 * display.texi (Scrolling): Replace scroll-up/down with
1483 scroll-up/down-command. Fix scroll-preserve-screen-position
1484 description. Document scroll-error-top-bottom.
1485
9229fe87
GM
14862011-09-30 Glenn Morris <rgm@gnu.org>
1487
1488 * commands.texi (Keys): Whitespace fix. (Bug#9635)
1489
0a2132ba
CY
14902011-09-24 Chong Yidong <cyd@stupidchicken.com>
1491
1492 * windows.texi (Pop Up Window): Defer discussion of window
1493 splitting to the Window Choice node. Add index entries.
1494 (Force Same Window): Node deleted.
1495 (Displaying Buffers, Window Choice): New nodes.
1496
1497 * buffers.texi (Select Buffer): Clarify description of
1498 buffer-switching commands. Add xref to Window Display node.
1499 Don't repeat confirm-nonexistent-file-or-buffer description from
1500 Visiting node. Remove even-window-heights.
1501
1502 * frames.texi (Special Buffer Frames): Add xref to Window Choice.
1503
33ed493b
CY
15042011-09-18 Chong Yidong <cyd@stupidchicken.com>
1505
1506 * cmdargs.texi (Icons X): Fix description of Emacs icon.
1507
1508 * xresources.texi (Table of Resources): Fix documentation of
1509 bitmapIcon.
1510
92fa95ad
CY
15112011-09-15 Chong Yidong <cyd@stupidchicken.com>
1512
1513 * package.texi (Package Menu): Add package-menu-mark-upgrades.
1514
16254627
EH
15152011-09-12 Eric Hanchrow <eric.hanchrow@gmail.com>
1516
1517 * frames.texi (Frame Commands): Note that delete-other-frames only
1518 deletes frames on current terminal.
1519
c3760c17
EZ
15202011-09-10 Eli Zaretskii <eliz@gnu.org>
1521
1522 * sending.texi (Mail Misc): Document mail-add-attachment.
1523
69b8be97
EZ
15242011-09-04 Eli Zaretskii <eliz@gnu.org>
1525
1526 * basic.texi (Inserting Text): Add index entries. (Bug#9433)
1527
3fd50d5c
CY
15282011-08-29 Chong Yidong <cyd@stupidchicken.com>
1529
1530 * modes.texi (Choosing Modes): auto-mode-case-fold is now t.
1531
e2aeef63
CY
15322011-08-28 Chong Yidong <cyd@stupidchicken.com>
1533
1534 * files.texi (File Archives):
1535 * cal-xtra.texi (Diary Display):
1536 * help.texi (Help Mode): Add xref to View Mode.
1537
ddb54206
CY
15382011-08-28 Chong Yidong <cyd@stupidchicken.com>
1539
a6326082
CY
1540 * display.texi (View Mode): New node. Move view-file here from
1541 Misc File Ops. Move view-buffer here from Misc Buffer.
1542
1543 * buffers.texi (Misc Buffer): Move view-buffer to View Mode.
1544
04e2ce72 1545 * files.texi (Misc File Ops): Document new
a6326082 1546 delete-by-moving-to-trash behavior. Remove view-file.
04e2ce72
CY
1547
1548 * dired.texi (Dired Deletion): Shorten description of Trash.
1549
ddb54206
CY
1550 * misc.texi (emacsclient Options): Document server-port.
1551
bd206ce5
EZ
15522011-08-27 Eli Zaretskii <eliz@gnu.org>
1553
1554 * frames.texi (Frame Commands): Advise setting focus-follows-mouse
1555 even on MS-Windows. Fix a typo.
1556
d43f5a42
CY
15572011-08-26 Chong Yidong <cyd@stupidchicken.com>
1558
1559 * package.texi: New file, documenting the package manager.
1560
1561 * emacs.texi: Include it.
1562
1563 * help.texi (Help Summary): Add describe-package.
1564
e0b1591b
CY
15652011-08-25 Chong Yidong <cyd@stupidchicken.com>
1566
856ce114
CY
1567 * misc.texi (Printing): Convert subnodes into subsections.
1568
f404f8bc
CY
1569 * text.texi (Two-Column): Move into Text chapter.
1570
1571 * picture-xtra.texi (Picture Mode): Group with Editing Binary
1572 Files section. Convert from chapter into section.
1573
1574 * display.texi (Narrowing): Move into display chapter.
1575
e0b1591b
CY
1576 * sending.texi (Sending Mail):
1577 * rmail.texi (Rmail):
1578 * misc.texi (Gnus, Document View):
1579 * dired.texi (Dired):
1580 * emacs.texi: Group the mail, rmail, and gnus chapters together.
1581
75bfc667
JL
15822011-08-07 Juri Linkov <juri@jurta.org>
1583
1584 * dired.texi (Operating on Files): Rewrite according to the fact
1585 that `dired-do-chmod' doesn't use the `chmod' program anymore.
1586
fe676f91
MA
15872011-07-30 Michael Albinus <michael.albinus@gmx.de>
1588
1589 * mini.texi (Minibuffer File): Insert a reference to Tramp for
1590 remote file name completion. (Bug#9197)
1591
4cc60b9b
EZ
15922011-07-28 Eli Zaretskii <eliz@gnu.org>
1593
1594 * mule.texi (Bidirectional Editing): Document the fact that
1595 bidi-display-reordering is t by default.
1596
89671e16
LMI
15972011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
1598
1599 * help.texi (Misc Help): Mention `describe-prefix-bindings'
1600 explicitly (bug#8904).
1601
fb23ecc2
LMI
16022011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
1603
1604 * trouble.texi (Checklist): Use an `M-x' example instead of an
1605 Emacs Lisp form to switch on the dribble file (bug#8056).
1606
465c5fc8
LMI
16072011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
1608
1609 * custom.texi (Hooks): Mention buffer-local hooks (bug#6218).
1610
90a6258b
GM
16112011-07-13 Glenn Morris <rgm@gnu.org>
1612
1613 * dired.texi (Dired Enter): Mention --dired. (Bug#9039)
1614
c7588364
LMI
16152011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
1616
1617 * mark.texi (Mark Ring): Clarify how many locations are saved
1618 (bug#5770).
1619 (Global Mark Ring): Ditto.
1620
4cb4f3ba
LMI
16212011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
1622
d648feab
LMI
1623 * text.texi (Table Recognition): Use "at point" instead of "under
1624 point" (bug#4345).
1625
4cb4f3ba
LMI
1626 * display.texi (Cursor Display): Mention `cursor-type'.
1627
1628 * screen.texi (Point): Clarify that it's only if you use a block
1629 cursor that it appears to be on a character (bug#4345).
1630
ecd0b990
CY
16312011-07-12 Chong Yidong <cyd@stupidchicken.com>
1632
1633 * misc.texi (Amusements): Move dissociated press here, from its
1634 own section.
1635
1636 * emacs.texi (Top): Update node listing.
1637
c2fd0368
LMI
16382011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
1639
1640 * emacs.texi (Top): Change "inferiors" to "subnodes" for greater
1641 clarity (bug#3523).
1642
fdeb32ec
CY
16432011-07-12 Chong Yidong <cyd@stupidchicken.com>
1644
1645 * cmdargs.texi (Initial Options): Document --no-site-lisp.
1646 (Misc X): Document --parent-id.
1647
1648 * frames.texi (Frame Commands): Note that focus-follows-mouse now
1649 defaults to nil.
1650
1651 * misc.texi (emacsclient Options): Document --parent-id.
1652
1653 * msdog.texi (Windows HOME): Document _emacs as obsolete.
1654
f584ca38
LMI
16552011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
1656
1657 * emacs.texi: Use "..." instead of ``...'' in the menus
1658 (bug#3503).
1659
963578d3
CY
16602011-07-11 Chong Yidong <cyd@stupidchicken.com>
1661
1662 * killing.texi (Primary Selection): Document `only' setting for
1663 select-active-regions.
1664
1665 * mark.texi (Setting Mark): Reference Shift Selection node.
1666
1667 * frames.texi (Mouse Commands): Document mouse-yank-primary.
1668
a30ed87b
LMI
16692011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
1670
47076272
LMI
1671 * mark.texi (Setting Mark): Clarify what's meant by "Shifted
1672 motion keys" (bug#3503).
1673
a30ed87b
LMI
1674 * emacs.texi: Change all the register node names from "RegPos"
1675 (etc.) to "Positional Registers" (etc.) (bug#3314).
1676
4d45a8b7
CY
16772011-07-11 Chong Yidong <cyd@stupidchicken.com>
1678
1679 * killing.texi (Killing, Deletion and Killing, Killing by Lines)
1680 (Other Kill Commands, Kill Options): Copyedits.
1681 (Deletion and Killing, Kill Ring): Kill/yank now use clipboard.
1682 (Yanking): Move yank-excluded properties discussion here.
1683 (Cut and Paste): Move from frames.texi. Update subnodes to
1684 describe x-select-enable-clipboard case.
1685
1686 * frames.texi: Move Cut and Paste node and subnodes into
1687 killing.texi, except Mouse Commands and Word and Line Mouse.
1688
c160ddee
AM
16892011-07-10 Andy Moreton <andrewjmoreton@gmail.com> (tiny change)
1690
1691 * makefile.w32-in (EMACSSOURCES): Replace major.texi with modes.texi.
1692
3329e6e3
LMI
16932011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
1694
32a214fe
LMI
1695 * screen.texi (Mode Line): Clarify that coding systems are
1696 characters, not letters (bug#1749).
1697
3329e6e3
LMI
1698 * cmdargs.texi (Environment): Mention removing variables
1699 (bug#1615). Text suggested by Kevin Rodgers.
1700
8875da1e
CY
17012011-07-10 Chong Yidong <cyd@stupidchicken.com>
1702
54806e45
CY
1703 * misc.texi (Amusements): Don't mention Yow; it's crippled.
1704
8875da1e
CY
1705 * modes.texi: Rename from major.texi.
1706 (Modes): New node. Make Major Modes and Minor Modes subsections
1707 of this. All callers changed.
1708
1709 * custom.texi (Minor Modes): Move to modes.texi.
1710
7847b2a1
CY
17112011-07-10 Chong Yidong <cyd@stupidchicken.com>
1712
6cfd0fa2
CY
1713 * custom.texi (Syntax): Node deleted.
1714
1715 * help.texi (Help Summary):
1716 * major.texi (Major Modes):
1717 * programs.texi (Parentheses):
1718 * search.texi (Regexp Backslash, Regexp Backslash)
1719 (Regexp Backslash):
1720 * text.texi (Words): Callers changed.
1721
7847b2a1
CY
1722 * text.texi (Refill, Longlines): Delete nodes.
1723
1724 * ack.texi (Acknowledgments): Longlines removed from manual.
1725
1726 * emacs.texi (Top): Update node listing.
1727
2a71c436
GM
17282011-07-09 Glenn Morris <rgm@gnu.org>
1729
1730 * fortran-xtra.texi (Fortran): Update handled extensions.
1731
61436e9f
LMI
17322011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
1733
1734 * display.texi (Scrolling): `C-v' (etc) are now bound to
1735 `scroll-*-command' (bug#8349).
1736
6e560c71
LMI
17372011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
1738
48954a09 1739 * dired.texi (Subdirectories in Dired): Clarify that `C-u k'
ff9ad330
LMI
1740 doesn't actually delete any files (bug#7125).
1741
2904fd97
LMI
1742 * picture-xtra.texi (Rectangles in Picture): Clarify the prefix
1743 argument for `C-c C-k' (bug#7391).
1744
6e560c71
LMI
1745 * frames.texi (Fonts): Mention "C-u C-x =" to find out what font
1746 you're currently using (bug#8489).
1747
978ff6c5
EZ
17482011-07-01 Eli Zaretskii <eliz@gnu.org>
1749
1750 * mule.texi (Coding Systems): Move index entries from the previous
1751 change into their proper places.
1752
0d742084
LMI
17532011-07-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
1754
31976bd5
LMI
1755 * help.texi (Help Files): Document view-external-packages (bug#8902).
1756
0d742084
LMI
1757 * mule.texi (Coding Systems): Put a few more of the coding systems
1758 into the index (bug#8900).
1759
9f678528
GM
17602011-06-26 Glenn Morris <rgm@gnu.org>
1761
1762 * fortran-xtra.texi (Fortran): F90 mode is also for F2008.
1763
18a4ce5e
AR
17642011-06-25 Andreas Rottmann <a.rottmann@gmx.at>
1765
1766 * misc.texi (emacsclient Options): Mention --frame-parameters.
1767
f0da764a
GM
17682011-06-09 Glenn Morris <rgm@gnu.org>
1769
1770 * custom.texi (Specifying File Variables):
1771 Recommend explicit arguments for minor modes.
1772
b047e7ac
PE
17732011-06-02 Paul Eggert <eggert@cs.ucla.edu>
1774
1775 Document wide integers better.
1776 * buffers.texi (Buffers):
001903b5
PE
1777 * files.texi (Visiting): Document maxima for 64-bit machines,
1778 and mention virtual memory limits.
b047e7ac 1779
bf41276f
CY
17802011-05-28 Chong Yidong <cyd@stupidchicken.com>
1781
1782 * custom.texi (Hooks): Reorganize. Mention Prog mode.
1783
1784 * fixit.texi (Spelling): Mention using prog-mode-hook for flypsell
1785 prog mode (Bug#8240).
1786
e145f188
GM
17872011-05-27 Glenn Morris <rgm@gnu.org>
1788
1789 * custom.texi (Specifying File Variables):
1790 Major modes no longer need come first.
1791
313f790e
CY
17922011-05-22 Chong Yidong <cyd@stupidchicken.com>
1793
1794 * mule.texi (Specify Coding, Text Coding, Communication Coding):
1795 (File Name Coding, Terminal Coding): Add command names (Bug#8312).
1796
c136e5cd
GM
17972011-05-18 Glenn Morris <rgm@gnu.org>
1798
1799 * ack.texi (Acknowledgments): Remove fakemail.c.
1800
c71a0d48 18012011-05-17 Chong Yidong <cyd@stupidchicken.com>
ae742cb5
CY
1802
1803 Fixes for fitting text into 7x9 printed manual.
1804 * building.texi (Flymake, Breakpoints Buffer):
1805 * calendar.texi (Appointments):
1806 * cmdargs.texi (General Variables, Display X):
1807 * custom.texi (Saving Customizations, Face Customization)
1808 (Directory Variables, Minibuffer Maps, Init Rebinding):
1809 * display.texi (Font Lock, Font Lock, Useless Whitespace):
1810 * fixit.texi (Spelling):
1811 * frames.texi (Creating Frames, Fonts):
1812 * help.texi (Help Files):
1813 * mini.texi (Minibuffer File):
1814 * misc.texi (emacsclient Options, Emulation):
1815 * msdog.texi (Windows Startup, Windows HOME, Windows Fonts):
1816 * mule.texi (International Chars, Language Environments)
1817 (Select Input Method, Modifying Fontsets, Charsets):
1818 * programs.texi (Custom C Indent):
1819 * rmail.texi (Rmail Labels):
1820 * text.texi (Table Conversion):
1821 * trouble.texi (Known Problems, Known Problems):
1822 * windows.texi (Change Window):
1823 * xresources.texi (GTK resources): Reflow text and re-indent code
1824 examples to avoid TeX overflows and underflows on 7x9 paper.
1825
1826 * emacs.texi: Fix the (commented out) smallbook command.
1827
1828 * macos.texi (Mac / GNUstep Events):
1829 * xresources.texi (Lucid Resources): Remove extraneous examples.
1830
b8f82dc1
GM
18312011-05-10 Glenn Morris <rgm@gnu.org>
1832
1833 * custom.texi (Specifying File Variables):
1834 Deprecate using mode: for minor modes.
1835
d306b4da
GM
18362011-05-07 Glenn Morris <rgm@gnu.org>
1837
1838 * cal-xtra.texi (Sexp Diary Entries): Mention diary-hebrew-birthday.
1839
548d0a63
GM
18402011-05-06 Glenn Morris <rgm@gnu.org>
1841
5006e634
GM
1842 * calendar.texi (Appointments): Mention appt-warning-time-regexp.
1843
548d0a63
GM
1844 * cal-xtra.texi (Fancy Diary Display): Mention diary comments.
1845
e793a940
LMI
18462011-05-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
1847
1848 * misc.texi (Emacs Server): Document `server-eval-at'.
1849
7031be6d
UR
18502011-04-24 Chong Yidong <cyd@stupidchicken.com>
1851
71873e2b
SM
1852 * maintaining.texi (List Tags): Document next-file.
1853 Suggested by Uday S Reddy.
7031be6d 1854
4ffd0d6b 18552011-04-23 Juanma Barranquero <lekktu@gmail.com>
7ee6a1d3
JB
1856
1857 * mini.texi (Minibuffer Edit):
1858 * screen.texi (Mode Line): Fix typo.
1859
1c6c854e
CS
18602011-04-20 Christoph Scholtes <cschol2112@googlemail.com>
1861
024ff170 1862 * maintaining.texi (Old Revisions): Mention new function vc-ediff.
1c6c854e 1863
c5c9f40f
CY
18642011-03-26 Chong Yidong <cyd@stupidchicken.com>
1865
1866 * display.texi (Auto Scrolling): Fix scroll-up/scroll-down confusion.
1867
09725d26
EZ
18682011-03-30 Eli Zaretskii <eliz@gnu.org>
1869
1870 * display.texi (Auto Scrolling): Document the limit of 100 lines
1871 for never-recentering scrolling with `scroll-conservatively'.
1872 (Bug#6671)
1873
09d9db2c 18742011-03-12 Eli Zaretskii <eliz@gnu.org>
69cc79e9
EZ
1875
1876 * msdog.texi (Windows HOME): Fix the wording to clarify how Emacs sets
1877 HOME on Windows and where it looks for init files. (Bug#8221)
1878
62d94509
EZ
18792011-03-10 Eli Zaretskii <eliz@gnu.org>
1880
1881 * search.texi (Regexp Example):
1882 * mule.texi (International Chars):
1883 * building.texi (External Lisp): Don't use characters outside
1884 ISO-8859-1.
1885
0286d9de
EZ
18862011-03-09 Eli Zaretskii <eliz@gnu.org>
1887
1c6c854e
CS
1888 * ack.texi (Acknowledgments): Convert to ISO-8859-1 encoding.
1889 Use Texinfo @-commands for non Latin-1 characters.
63a329f8
EZ
1890
1891 * makefile.w32-in (MAKEINFO_OPTS): Add --enable-encoding.
1892
114902a5 1893 * custom.texi (Init File): Add index entries for ".emacs".
0286d9de
EZ
1894 (Bug#8210)
1895
0afb4571
J
18962011-03-08 Jan Djärv <jan.h.d@swipnet.se>
1897
1898 * xresources.texi (GTK resources): ~/.emacs.d/gtkrc does not work
1899 for Gtk+ 3.
1900
bb3865e8
GM
19012011-03-08 Glenn Morris <rgm@gnu.org>
1902
6446548e
GM
1903 * Makefile.in (MAKEINFO_OPTS): Add --enable-encoding.
1904 * emacs.texi (Acknowledgments):
1905 * ack.texi (Acknowledgments): Names to UTF-8.
80b005c7 1906 * emacs.texi: Set documentencoding.
6446548e 1907
bb3865e8
GM
1908 * display.texi (Optional Mode Line): Don't mention exactly where
1909 display-time appears. (Bug#8193)
1910
33383987
JB
19112011-03-07 Chong Yidong <cyd@stupidchicken.com>
1912
1913 * Version 23.3 released.
1914
892777ba
CY
19152011-03-06 Chong Yidong <cyd@stupidchicken.com>
1916
1917 * search.texi (Isearch Yank): C-y now bound to isearch-yank-kill.
1918
0b973fc5
DW
19192011-03-03 Drake Wilson <drake@begriffli.ch> (tiny change)
1920
1921 * misc.texi (emacsclient Options): Add q/quiet.
1922
8ef5a2f2
GM
19232011-03-02 Glenn Morris <rgm@gnu.org>
1924
1925 * mule.texi (Communication Coding) <x-select-request-type>:
1926 Remove duplicate (essentially) paragraph. (Bug#8148)
1927
bd106056
CS
19282011-03-01 Christoph Scholtes <cschol2112@googlemail.com>
1929
1930 * maintaining.texi (Format of ChangeLog): Add reference to
1931 add-log-full-name.
1932 (Change Log Commands): Add documentation for combining multiple
1933 symbols in one change.
1934
6640b281
GM
19352011-03-01 Glenn Morris <rgm@gnu.org>
1936
1937 * custom.texi (Directory Variables):
1938 Give an example of excluding subdirectories.
1939
2b0c7330 19402011-02-28 Eli Zaretskii <eliz@gnu.org>
116b6d38
EZ
1941
1942 * search.texi (Regexp Search): Move index entries about regexps to the
1943 "Regexps" node. Add index entries for regexp search. (Bug#8096)
1944
8c62c205
GM
19452011-02-19 Glenn Morris <rgm@gnu.org>
1946
1947 * dired.texi (Dired): Dired-X version number was dropped.
1948
3928f2b6
JD
19492011-02-14 Jan Djärv <jan.h.d@swipnet.se>
1950
1951 * xresources.texi (X Resources): Remove *faceName and replace it with
1952 *font for Lucid.
1953
a41c8660
CY
19542011-02-05 Chong Yidong <cyd@stupidchicken.com>
1955
1956 * rmail.texi (Rmail Display): Document Rmail MIME support more
1957 accurately.
1958
1959 * maintaining.texi (VC Change Log): Document vc-log-incoming and
1960 vc-log-outgoing.
1961 (Merging): Document vc-find-conflicted-file.
1962
233ba4d9 19632011-02-05 Glenn Morris <rgm@gnu.org>
d436de97
GM
1964
1965 * custom.texi (Variables): Fix typo.
1966
14beddf4 19672011-01-31 Chong Yidong <cyd@stupidchicken.com>
19f81ecf 1968
65401ee3
CY
1969 * search.texi (Regexps): Copyedits. Mention character classes
1970 (Bug#7809).
1971
19f81ecf
CY
1972 * files.texi (File Aliases): Restore explanatory text from Eli
1973 Zaretskii, accidentally removed in 2011-01-08 commit.
1974
bf3dae7e
EZ
19752011-01-29 Eli Zaretskii <eliz@gnu.org>
1976
1977 * makefile.w32-in (MAKEINFO): Remove options, leave only program name.
1978 (MAKEINFO_OPTS): New variable.
1979 (ENVADD, $(infodir)/emacs): Use $(MAKEINFO_OPTS).
1980 (emacs.html): New target.
1981 (clean): Remove emacs.html.
1982
45eb2a5d
WL
19832011-01-23 Werner Lemberg <wl@gnu.org>
1984
1985 * Makefile.in (MAKEINFO): Now controlled by `configure'.
1986 (MAKEINFO_OPTS): New variable. Use it where appropriate.
1987 (ENVADD): Updated.
1988
9acfe703
GM
19892011-01-18 Glenn Morris <rgm@gnu.org>
1990
1991 * ack.texi, emacs.texi (Acknowledgments): Update for ERT addition.
1992
1993 * ack.texi (Acknowledgments): Remove mention of replaced prolog.el.
1994
362b9d48
GM
19952011-01-15 Chong Yidong <cyd@stupidchicken.com>
1996
bb033b5f
CY
1997 * building.texi (Compilation): Improve instructions for running two
1998 compilations (Bug#7573).
1999
b024d9f0
MD
2000 * files.texi (Backup Names): Document the new location of the
2001 last-resort backup file.
2002
362b9d48
GM
2003 * files.texi (File Aliases): Move directory-abbrev-alist doc from Lisp
2004 manual. Explain why directory-abbrev-alist elements should be anchored
2005 (Bug#7777).
2006
20072011-01-15 Eli Zaretskii <eliz@gnu.org>
2008
2009 * msdog.texi (Windows Startup): Correct inaccurate description of
2010 differences between emacsclient.exe and emacsclientw.exe.
2011
7c420169 20122011-01-02 Chong Yidong <cyd@stupidchicken.com>
89dc29d9
CY
2013
2014 * rmail.texi (Rmail Display): Edit for grammar and conciseness.
2015
7c420169 20162011-01-02 Kenichi Handa <handa@m17n.org>
7f42ff40
KH
2017
2018 * rmail.texi (Rmail Display): Describe new features of Rmail in Info.
2019
7c420169 20202011-01-02 Eli Zaretskii <eliz@gnu.org>
88ab4340 2021
2d34d523
EZ
2022 * frames.texi (Cut and Paste): Modify the section's name and text:
2023 don't mix "cut/paste" with "kill/yank".
2024 (Cut/Paste Other App): Describe the per-session emulation of PRIMARY.
2025 (Bug#7702)
2026
88ab4340
EZ
2027 * trouble.texi (Checklist): Mention debug-on-quit. (Bug#7667)
2028
7c420169 20292011-01-02 Glenn Morris <rgm@gnu.org>
d3658de7
GM
2030
2031 * maintaining.texi: Move inclusion of emerge after EDE, so that it
2032 matches its position in the menu. (Bug#7674)
2033
7c420169 20342011-01-02 Glenn Morris <rgm@gnu.org>
da3930f3
GM
2035
2036 * trouble.texi (Checklist): Mention not replying via news either.
2037
92bb6c52
TH
20382010-12-30 Tassilo Horn <tassilo@member.fsf.org>
2039
2040 * misc.texi (Document View): Update DocView section with newly
2041 supported document formats.
2042
b103c904
CY
20432010-12-21 Chong Yidong <cyd@stupidchicken.com>
2044
2045 * killing.texi: Resection the Info version to conform to the
2046 printed manual, to avoid making sections on Accumulating Text, CUA
2047 and Rectangles into full chapters.
2048
f49d1f52 20492010-12-13 Eli Zaretskii <eliz@gnu.org>
68f75971
EZ
2050
2051 * custom.texi (Init Syntax): Add index entries for "character syntax".
2052 (Bug#7576)
2053
f49d1f52 20542010-12-13 Karel Klíč <kklic@redhat.com>
6e427e96
KK
2055
2056 * text.texi (HTML Mode): Small fixes. (Bug#7607)
2057
f49d1f52 20582010-12-13 Glenn Morris <rgm@gnu.org>
ffda048b
GM
2059
2060 * trouble.texi (Checklist): Fix typo in newsgroup name.
2061
f49d1f52 20622010-12-13 Chong Yidong <cyd@stupidchicken.com>
2931c841
CY
2063
2064 * search.texi (Word Search): Note that the lazy highlight always
2065 matches to whole words (Bug#7470).
2066
f49d1f52 20672010-12-13 Eli Zaretskii <eliz@gnu.org>
b8a9e136 2068
4f1948eb
EZ
2069 * display.texi (Optional Mode Line): Make the description of
2070 load-average more accurate.
2071
b8a9e136
EZ
2072 * msdog.texi (Windows HOME): Mention that HOME can also be set in the
2073 registry, with a cross-reference.
62d72a4a
EZ
2074 (Windows Startup): New node. Move the stuff about the current
2075 directory from "Windows HOME".
b8a9e136 2076
07976ae3 20772010-11-27 Bob Rogers <rogers-emacs@rgrjr.dyndns.org>
17a6e278
BR
2078
2079 * maintaining.texi (VC With A Locking VCS, VC Directory Commands):
2080 * vc1-xtra.texi (Customizing VC, General VC Options): Small fixes.
2081
07976ae3 20822010-11-27 Chong Yidong <cyd@stupidchicken.com>
0d6607ab
CY
2083
2084 * maintaining.texi (Version Control Systems): Fix repeated sentence.
2085 Suggested by Štěpán Němec.
2086
07976ae3 20872010-11-27 Chong Yidong <cyd@stupidchicken.com>
ec8a6295 2088
1aaae3f3
CY
2089 * maintaining.texi (Version Control): Say "commit", not "check in".
2090 (Version Control Systems): Simplify descriptions.
2091 (VCS Merging, VCS Changesets, VCS Repositories): New nodes, split from
2092 VCS Concepts.
2093 (VC Mode Line): Update example.
2094 (Old Revisions): Document revert-buffer for vc-diff.
2095 (Log Buffer): Promote to a subsection. Document header lines.
2096
1c6c854e
CS
2097 * macos.texi (Mac / GNUstep Basics):
2098 Document ns-right-alternate-modifier.
ec8a6295 2099
1aaae3f3
CY
2100 * emacs.texi (Top): Update node listing.
2101
0eb025fb
EZ
21022010-11-13 Eli Zaretskii <eliz@gnu.org>
2103
2104 * rmail.texi (Rmail Coding): Characters with no fonts are not
2105 necessarily displayed as empty boxes.
2106
2107 * mule.texi (Language Environments, Fontsets): Characters with no
2108 fonts are not necessarily displayed as empty boxes.
2109
2110 * display.texi (Text Display): Document display of glyphless
2111 characters.
2112
ea4f7750
GM
21132010-11-13 Glenn Morris <rgm@gnu.org>
2114
2115 * basic.texi (Position Info): Add M-x count-words-region.
2116
90639cea
GM
21172010-11-11 Glenn Morris <rgm@gnu.org>
2118
2119 * msdog.texi (ls in Lisp): Update for ls-lisp changes.
2120
d607b96b 21212010-11-09 Eli Zaretskii <eliz@gnu.org>
a16b2d46
EZ
2122
2123 * msdog.texi (Windows HOME): Add information regarding startup
2124 directory when invoking Emacs from a desktop shortcut. (bug#7300)
2125
c12e4a81
GM
21262010-10-11 Glenn Morris <rgm@gnu.org>
2127
df187c62
GM
2128 * Makefile.in (MAKEINFO): Add explicit -I$srcdir.
2129
c12e4a81
GM
2130 * Makefile.in (.texi.dvi): Remove unnecessary suffix rule.
2131 (DVIPS): New variable.
234db610
GM
2132 (.PHONY): Add html, ps.
2133 (html, emacs.html, ps, emacs.ps, emacs-xtra.ps): New targets.
2134 (clean): Delete html, ps files.
c12e4a81 2135
6513b232
EZ
21362010-10-09 Eli Zaretskii <eliz@gnu.org>
2137
2138 * makefile.w32-in (EMACSSOURCES): Add emacsver.texi.
2139
f4f358f1
GM
21402010-10-09 Glenn Morris <rgm@gnu.org>
2141
c1dc72b3
GM
2142 * Makefile.in (VPATH): Remove.
2143 (infodir): Make it absolute.
2144 (mkinfodir, $(infodir)/emacs, infoclean): No need to cd $srcdir.
2145
4393405b
GM
2146 * Makefile.in (dist): Anchor regexps.
2147
eef3ab94
GM
2148 * Makefile.in (EMACSSOURCES): Put emacs.texi first.
2149 ($(infodir)/emacs, emacs.dvi, emacs.pdf, emacs-xtra.dvi)
2150 (emacs-xtra.pdf): Use $<.
2151
aa9db089
GM
2152 * Makefile.in (infoclean): Remove harmless, long-standing error.
2153
abd40fb4
GM
2154 * Makefile.in ($(infodir)): Delete rule.
2155 (mkinfodir): New.
2156 ($(infodir)/emacs): Use $mkinfodir instead of infodir.
2157
f4f358f1 2158 * Makefile.in (distclean): Do not delete emacsver.texi.
68db69ed 2159 (dist): Remove reference to emacsver.texi.in.
f4f358f1
GM
2160 * emacsver.texi: New file, replacing emacsver.texi.in.
2161
ea274122
GM
21622010-10-09 Glenn Morris <rgm@gnu.org>
2163
f7a31f11
GM
2164 * emacsver.texi.in: New file.
2165 * emacs.texi: Set EMACSVER by including emacsver.texi.
2166 * Makefile.in (distclean): Delete emacsver.texi.
2167 (dist): Copy emacsver.texi.
b13254e7 2168 (EMACSSOURCES): Add emacsver.texi.
f7a31f11 2169
3fb78d1f
GM
2170 * ack.texi (Acknowledgments): No more b2m.c.
2171
ea274122
GM
2172 * Makefile.in (.PHONY): Declare info, dvi, pdf, dist.
2173 (emacs): Remove rule.
2174 (dist): No need to deal with the emacs rule any more.
2175
17ca7950
GM
21762010-10-07 Glenn Morris <rgm@gnu.org>
2177
2178 * Makefile.in (version): New, set by configure.
2179 (clean): Delete dist tar file.
2180 (dist): Use version in tar name.
2181
4c83f6e1
GM
21822010-10-06 Glenn Morris <rgm@gnu.org>
2183
2184 * Makefile.in (EMACS_XTRA): Add the main source file.
2185 (emacs-xtra.dvi, emacs-xtra.pdf): Remove explicit emacs-xtra.texi.
2186 (mostlyclean): No core files, reorder other files.
2187 (clean): Delete specific dvi and pdf files.
2188 (infoclean, dist): New rules.
2189 (maintainer-clean): Use infoclean.
8a944cea 2190 ($(infodir)): Add parallel build workaround.
4c83f6e1 2191
0264072d
GM
21922010-10-04 Glenn Morris <rgm@gnu.org>
2193
2194 * Makefile.in (SHELL): Set it.
2195 (INFO_TARGETS, DVI_TARGETS): Remove variables.
2196 (info, dvi): Replace above variables with their expansions.
2197 (info): Move mkdir from here...
2198 ($(infodir)/emacs): ... to here (for parallel builds).
2199 (pdf): New target.
2200 ($(infodir)/emacs): Pass -o option to makeinfo.
2201 (.PHONY): Declare clean rules.
2202 (maintainer-clean): Delete dvi and pdf files.
2203 Guard against cd failures. Use a more restrictive delete.
2204
3226d6ca
GM
22052010-10-02 Glenn Morris <rgm@gnu.org>
2206
2207 * misc.texi (Shell Mode): Remove reference to old function name.
2208
cad90f3b
EZ
22092010-09-30 Eli Zaretskii <eliz@gnu.org>
2210
2211 * maintaining.texi (VC Mode Line): Mention all the possible VC status
2212 indicator characters.
2213
5f874327
GM
22142010-09-29 Glenn Morris <rgm@gnu.org>
2215
2216 * Makefile.in (top_srcdir): Remove unused variable.
2217
0ab9cff3
GM
22182010-09-14 Glenn Morris <rgm@gnu.org>
2219
67ae9766
GM
2220 * cal-xtra.texi (Fancy Diary Display): Emphasize that sort should be
2221 the last hook item.
2222
0ab9cff3
GM
2223 * calendar.texi (Appointments): Also updated when a diary include file
2224 is saved.
2225
6664fc59 22262010-09-14 Glenn Morris <rgm@gnu.org>
63e1eaa1
GM
2227
2228 * trouble.texi (Bugs): Update the section intro.
2229 (Known Problems): New section.
2230 (Checklist): Misc updates. Prefer M-x report-emacs-bug.
2231 (Sending Patches): Bug fixes are best as responses to existing bugs.
2232 * emacs.texi (Known Problems): Add menu entry for new section.
2233
be3283d7
GM
22342010-09-09 Glenn Morris <rgm@gnu.org>
2235
2236 * xresources.texi: Untabify.
2237
10999305 22382010-09-06 Chong Yidong <cyd@stupidchicken.com>
89532a07
CY
2239
2240 * dired.texi (Dired Enter): Minor doc fix (Bug#6982).
2241
10999305 22422010-09-06 Glenn Morris <rgm@gnu.org>
e4a0188a
GM
2243
2244 * misc.texi (Saving Emacs Sessions): Mention desktop-path. (Bug#6948)
2245
30641319
JD
22462010-09-02 Jan Djärv <jan.h.d@swipnet.se>
2247
2248 * frames.texi (Cut/Paste Other App): Remove vut-buffer text.
2249
50dd7bc6
GM
22502010-08-21 Glenn Morris <rgm@gnu.org>
2251
2252 * misc.texi (Amusements): Mention bubbles and animate.
2253
5e620eca
EZ
22542010-07-31 Eli Zaretskii <eliz@gnu.org>
2255
2256 * files.texi (Visiting): Add more index entries for
2257 large-file-warning-threshold.
2258
8b2dd508
JD
22592010-07-29 Jan Djärv <jan.h.d@swipnet.se>
2260
2261 * frames.texi (Tool Bars): Add doc for tool-bar-position.
2262
8838673e
GM
22632010-06-23 Glenn Morris <rgm@gnu.org>
2264
2265 * abbrevs.texi, basic.texi, buffers.texi, building.texi, calendar.texi:
2266 * custom.texi, dired.texi, display.texi, emacs.texi, emerge-xtra.texi:
2267 * files.texi, fortran-xtra.texi, frames.texi, help.texi, killing.texi:
2268 * maintaining.texi, mark.texi, mini.texi, misc.texi, msdog.texi:
0351f24c
GM
2269 * mule.texi, programs.texi, rmail.texi, screen.texi, search.texi:
2270 * sending.texi, text.texi, trouble.texi, vc1-xtra.texi, xresources.texi:
8838673e
GM
2271 Untabify Texinfo files.
2272
04d3bb6c
GM
22732010-06-10 Glenn Morris <rgm@gnu.org>
2274
103dd3a8
GM
2275 * basic.texi (Inserting Text): Minor clarification. (Bug#6374)
2276
04d3bb6c
GM
2277 * basic.texi (Inserting Text): Fix typo.
2278
50b79479
GM
22792010-06-10 Glenn Morris <rgm@gnu.org>
2280
2281 * ack.texi (Acknowledgments):
2282 * emacs.texi (Acknowledgments): Update for notifications.el.
2283
86d7a550
DU
22842010-05-31 Daiki Ueno <ueno@unixuser.org>
2285
2286 * dired.texi (Operating on Files): Mention encryption commands
2287 (Bug#6315).
2288
db5dce9d
EZ
22892010-05-29 Eli Zaretskii <eliz@gnu.org>
2290
2291 * basic.texi (Moving Point): Update due to renaming of commands bound
2292 to arrows. Document bidi-aware behavior of C-<right> and C-<left>.
2293
34313041
EZ
22942010-05-18 Eli Zaretskii <eliz@gnu.org>
2295
2296 * display.texi (Fringes): Document reversal of fringe arrows for R2L
2297 paragraphs.
2298 (Line Truncation): Fix wording for bidi display.
2299
1fc0ce04 2300 * basic.texi (Moving Point): Document bidi-aware behavior of the arrow
34313041
EZ
2301 keys.
2302
0235128c 23032010-05-08 Chong Yidong <cyd@stupidchicken.com>
abb777ac
CY
2304
2305 * building.texi (GDB Graphical Interface): Remove misleading comparison
2306 to an IDE (Bug#6128).
2307
0235128c 23082010-05-08 Štěpán Němec <stepnem@gmail.com> (tiny change)
da0bbbc4
CY
2309
2310 * programs.texi (Man Page):
2311 * misc.texi (Invoking emacsclient):
2312 * mini.texi (Repetition):
2313 * mark.texi (Setting Mark): Fix typos.
2314
0235128c 23152010-05-08 Chong Yidong <cyd@stupidchicken.com>
eb5ed549
CY
2316
2317 * misc.texi (Printing): Document htmlfontify-buffer.
2318
0235128c 23192010-05-08 Glenn Morris <rgm@gnu.org>
6776e4c4
GM
2320
2321 * calendar.texi (Displaying the Diary, Format of Diary File):
2322 Fix external cross-references for TeX format output.
2323
0235128c
SM
23242010-05-07 Chong Yidong <cyd@stupidchicken.com>
2325
2326 * Version 23.2 released.
2327
f63d0028
JD
23282010-05-02 Jan Djärv <jan.h.d@swipnet.se>
2329
2330 * cmdargs.texi (Initial Options): Mention --chdir.
2331
20fe03ad
JD
23322010-04-21 Jan Djärv <jan.h.d@swipnet.se>
2333
2334 * frames.texi (Tool Bars): Add tool-bar-style.
2335
b7d65a5f
GM
23362010-04-21 Glenn Morris <rgm@gnu.org>
2337
2338 * ack.texi, emacs.texi (Acknowledgments): Add SELinux support.
2339
a42dbee1
CY
23402010-04-18 Chong Yidong <cyd@stupidchicken.com>
2341
2342 * programs.texi (Semantic): New node.
2343
2344 * maintaining.texi (EDE): New node.
2345
2346 * emacs.texi: Update node listing.
2347
2348 * misc.texi (Gnus): Use the `C-h i' keybinding for info.
2349
6e104790 23502010-04-18 Glenn Morris <rgm@gnu.org>
a77fe20c 2351
d52dbd3d
GM
2352 * emacs.texi (Acknowledgments): Remove duplicate.
2353
a77fe20c
GM
2354 * maintaining.texi (VC Directory Commands): Mention stashes and shelves.
2355
6e104790 23562010-04-18 Glenn Morris <rgm@gnu.org>
4d4e9522 2357
4ebe9902
GM
2358 * dired.texi (Misc Dired Features): Mention VC diff and log.
2359 * maintaining.texi (Old Revisions, VC Change Log):
2360 Mention that diff and log work in Dired buffers.
2361
98932641
GM
2362 * help.texi (Help Summary): Mention M-x info-finder.
2363
d5b22ab2 2364 * ack.texi (Acknowledgments): Add mpc.el.
cdfbcbba 2365
4d4e9522
GM
2366 * custom.texi (Specifying File Variables, Directory Variables):
2367 Document new commands for manipulating local variable lists.
2368
6e104790 23692010-04-18 Glenn Morris <rgm@gnu.org>
16207c0a
GM
2370
2371 * trouble.texi (Contributing): Add cindex entry.
2372 Mention etc/CONTRIBUTE.
2373
6e104790 23742010-04-18 Chong Yidong <cyd@stupidchicken.com>
e59c4233
CY
2375
2376 * mark.texi (Persistent Mark): Copyedits. Replace undo example with
2377 query-replace (Bug#5774).
2378
a20a9df3
GM
23792010-04-16 Glenn Morris <rgm@gnu.org>
2380
2381 * ack.texi, emacs.texi (Acknowledgments): Update for Org changes.
2382
1ecb2d3f
JD
23832010-04-11 Jan Djärv <jan.h.d@swipnet.se>
2384
2385 * xresources.texi (Lucid Resources): Mention faceName for dialogs.
2386
99852628
JD
23872010-04-08 Jan Djärv <jan.h.d@swipnet.se>
2388
2389 * xresources.texi (Lucid Resources): Mention faceName to set Xft fonts.
2390
ce79424f
EZ
23912010-03-30 Eli Zaretskii <eliz@gnu.org>
2392
2393 * mule.texi (Input Methods): Mention "C-x 8 RET" and add a
2394 cross-reference to "Inserting Text".
2395
2396 * basic.texi (Inserting Text): Add an index entry for "C-x 8 RET".
2397 Mention completion provided by `ucs-insert'.
2398
85738751 23992010-03-30 Chong Yidong <cyd@stupidchicken.com>
8233e79a
CY
2400
2401 * sending.texi (Sending Mail): Note variables that may need
2402 customizing.
2403 (Mail Sending): Expand discussion of send-mail-function.
2404
85738751 24052010-03-30 Chong Yidong <cyd@stupidchicken.com>
e73c2434
CY
2406
2407 Document Message mode as the default mail mode.
2408
2409 * sending.texi (Sending Mail): Copyedits.
2410 (Mail Format, Mail Headers): Document mail-from-style changes.
2411 (Mail Commands): Rename from Mail mode. Document Message mode.
2412 (Mail Misc): Rename from Mail mode Misc.
2413 (Mail Sending, Header Editing, Mail Misc): Switch to Message mode
2414 command names and update keybindings.
2415 (Header Editing): Document message-tab. De-document
2416 mail-self-blind, mail-default-reply-to, and mail-archive-file-name in
2417 favor of mail-default-headers. Ad index entries for user-full-name and
2418 user-mail-address.
1c6c854e
CS
2419 (Citing Mail): Update changes in Message mode behavior.
2420 Document mail-yank-prefix.
e73c2434
CY
2421 (Mail Signature): New node, moved from Mail Misc.
2422 (Mail Aliases): Mail abbrevs are the default with Message mode.
2423 (Mail Methods): Note that Message mode is now the default.
2424
2425 * rmail.texi (Rmail Reply):
2426 * text.texi (Text Mode):
2427 * major.texi (Major Modes):
2428 * mule.texi (Output Coding): Refer to Message mode.
2429
2430 * custom.texi (Init Examples): Add xref to Mail Header.
2431
1fc0ce04 2432 * emacs.texi (Top): Fix xrefs.
e73c2434 2433
85738751 24342010-03-30 Chong Yidong <cyd@stupidchicken.com>
0f72a391 2435
c0c035fa
CY
2436 * maintaining.texi (VC With A Merging VCS): C-x v v now creates a
2437 repository if there is none.
2438 (VC Change Log): Rename from VC Status. Document vc-log-show-limit and
2439 vc-print-root-log.
ef7b27ef 2440 (Old Revisions): Copyedits. Document vc-root-diff.
c0c035fa 2441
71785b7a
CY
2442 * programs.texi (Program Modes): Mention Javascript mode.
2443
f67c5dd0
CY
2444 * text.texi (HTML Mode): Note that nXML is now the default XML mode.
2445 * emacs.texi: Update node description.
2446
0f72a391 2447 * misc.texi (Navigation): Document doc-view-continuous.
f2608df3 2448 (Shell Ring): Document new M-r binding. M-s is no longer bound.
0f72a391 2449
dc2d2590
JL
24502010-03-30 Juri Linkov <juri@jurta.org>
2451
2452 * search.texi (Other Repeating Search): Remove line that `occur'
2453 can not handle multiline matches.
2454
a7b02820
EZ
24552010-03-30 Eli Zaretskii <eliz@gnu.org>
2456
2457 * mule.texi (International): Mention support of bidirectional editing.
2458 (Bidirectional Editing): New section.
2459
22ef1944
NR
24602010-03-28 Nick Roberts <nickrob@snap.net.nz>
2461
2462 * emacs.texi (Top): Update node names to those in building.texi.
2463
146b8b16
NR
24642010-03-27 Nick Roberts <nickrob@snap.net.nz>
2465
c5e87d10
PE
2466 doc/emacs/building.texi: Describe restored GDB/MI functionality
2467 removed by 2009-12-29T07:15:34Z!nickrob@snap.net.nz.
146b8b16
NR
2468 doc/emacs/emacs.texi: Update node names for building.texi.
2469
6d98672d
GM
24702010-03-24 Glenn Morris <rgm@gnu.org>
2471
2472 * ack.texi (Acknowledgments):
2473 * emacs.texi (Acknowledgments): Fix ispell attribution. (Bug#5759)
2474
93318cbd
JD
24752010-03-20 Jan Djärv <jan.h.d@swipnet.se>
2476
2477 * xresources.texi (Table of Resources): Clarify toolBar number
2478 for Gtk+.
2479
2480 * frames.texi (Menu Bars): menuBarLines => menuBar (bug#5736).
2481
15cf2f52
CY
24822010-03-21 Chong Yidong <cyd@stupidchicken.com>
2483
4102856c
CY
2484 * dired.texi (Dired Updating): Document dired-auto-revert-buffer.
2485
15cf2f52
CY
2486 * search.texi (Other Repeating Search): Document multi-isearch-buffers
2487 and multi-isearch-buffers-regexp.
2488
2489 * indent.texi (Indentation): Clarify description of
2490 indent-for-tab-command. Document tab-always-indent.
2491
d68eb23c
CY
24922010-03-20 Chong Yidong <cyd@stupidchicken.com>
2493
2494 * cmdargs.texi (Font X): Move most content to Fonts.
2495
2496 * frames.texi (Fonts): New node. Document font-use-system-font.
2497
2498 * emacs.texi (Top):
2499 * xresources.texi (Table of Resources):
2500 * mule.texi (Defining Fontsets, Charsets): Update xrefs.
2501
288f9fc0
CY
25022010-03-10 Chong Yidong <cyd@stupidchicken.com>
2503
2504 * Branch for 23.2.
2505
17782bec
CY
25062010-03-06 Chong Yidong <cyd@stupidchicken.com>
2507
2508 * custom.texi (Init Examples): Add xref to Locals.
2509
2510 * major.texi (Choosing Modes): Mention usage of setq-default for
2511 setting the default value of major-mode (Bug#5688).
2512
b4a1a8b2
CY
25132010-03-02 Chong Yidong <cyd@stupidchicken.com>
2514
2515 * frames.texi (Mouse Avoidance): Mention make-pointer-invisible.
2516
2517 * display.texi (Display Custom): Document make-pointer-invisible and
2518 underline-minimum-offset. Remove inverse-video.
2519
a1e759cd
CY
25202010-02-21 Chong Yidong <cyd@stupidchicken.com>
2521
2522 * frames.texi (Frame Commands): Note that the last ordinary frame can
2523 be deleted in daemon mode (Bug#5616).
2524
4f3bc373
GM
25252010-02-18 Glenn Morris <rgm@gnu.org>
2526
2527 * trouble.texi (Contributing): Repository is no longer CVS.
2528
5dbbdd33
GM
25292010-02-08 Glenn Morris <rgm@gnu.org>
2530
2531 * buffers.texi (Uniquify): Must explicitly load library. (Bug#5529)
2532
cd61af01
SM
25332010-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
2534
2535 * display.texi (Useless Whitespace, Text Display):
2536 * custom.texi (Init Examples): Avoid obsolete special default variables
2537 like default-major-mode.
2538
b1bb0a25 25392010-01-24 Mark A. Hershberger <mah@everybody.org>
aaef4f91
MH
2540
2541 * programs.texi (Other C Commands): Replace reference to obsolete
2542 c-subword-mode.
2543
99d0985b
GM
25442010-01-21 Glenn Morris <rgm@gnu.org>
2545
2546 * trouble.texi (Bugs): Fix PROBLEMS keybinding.
2547
893db5bc
GM
25482010-01-12 Glenn Morris <rgm@gnu.org>
2549
2550 * trouble.texi (Checklist): Use bug-gnu-emacs rather than
2551 emacs-pretest-bug for bug reports for development versions.
2552
0419b8d6
GM
25532010-01-11 Glenn Morris <rgm@gnu.org>
2554
2555 * display.texi (Highlight Interactively): `t' does not mean highlight
2556 all patterns. (Bug#5335)
2557
26e533e2
CY
25582009-12-29 Chong Yidong <cyd@stupidchicken.com>
2559
2560 * misc.texi (Shell): Document async-shell-command.
2561
2562 * building.texi (Grep Searching): Document zrgrep.
2563
484eaeac 2564 * mini.texi (Completion Options): Mention `initials' completion style.
26e533e2 2565
7ee6c59b
NR
25662009-12-29 Nick Roberts <nickrob@snap.net.nz>
2567
2568 * building.texi: Import GDB Graphical Interface description from
2569 EMACS_23_1_RC.
2570
91ed7ea8
CY
25712009-12-24 Chong Yidong <cyd@stupidchicken.com>
2572
2573 * emacs.texi (Top): Update node listing.
2574
2575 * abbrevs.texi (Saving Abbrevs): Abbrev file should be in .emacs.d.
2576
2577 * basic.texi (Moving Point): M-r is now move-to-window-line-top-bottom.
2578
2579 * cmdargs.texi (Initial Options):
2580 * xresources.texi (Resources): Document inhibit-x-resources.
2581
2582 * custom.texi (Specifying File Variables): Note that minor modes are
2583 enabled unconditionally.
2584
2585 * display.texi (Scrolling): Briefly document the old recenter command,
2586 and document recenter-positions.
2587
2588 * files.texi (Visiting):
2589 * buffers.texi (Buffers): Max buffer size is now 512 MB.
2590
1c6c854e
CS
2591 * frames.texi (Cut/Paste Other App):
2592 Document save-interprogram-paste-before-kill.
91ed7ea8
CY
2593
2594 * killing.texi (Kill Options): New node.
2595
6ca89aaa
CY
25962009-12-05 Chong Yidong <cyd@stupidchicken.com>
2597
2598 * misc.texi (Shell Options): ansi-color is now default.
2599
806642d4
GM
26002009-12-05 Glenn Morris <rgm@gnu.org>
2601
806642d4
GM
2602 * emacs.texi (Top): Update menu for cal-xtra node changes.
2603 * calendar.texi (Displaying the Diary): Holidays may be in the buffer
2604 or mode line. Don't mention invisible text or the details of
2605 diary-print-entries here, only in cal-xtra.
2606 (Format of Diary File): Mention that the "date on first line" format
2607 only really affects the simple display.
2608 * cal-xtra.texi (Advanced Calendar/Diary Usage): Update menu.
2609 (Diary Customizing): Holidays may be in the buffer or mode line.
2610 Move diary-print-entries to the "Diary Display" section.
2611 (Diary Display): New section, split out from "Fancy Diary Display".
2612 Explain the limitations of simple display, and how to print it.
2613
1a4f0c0a
GM
2614 * calendar.texi (Displaying the Diary): Mention keys apply to calendar.
2615
e11adbd8
GM
2616 * cal-xtra.texi (Diary Display): Mention View mode.
2617
29a483ac
JL
26182009-11-29 Juri Linkov <juri@jurta.org>
2619
2620 * display.texi (Highlight Interactively): Actually a list of
2621 default faces is pre-loaded into a list of default values
2622 instead of the history.
2623
83d60c79
GM
26242009-11-20 Glenn Morris <rgm@gnu.org>
2625
2626 * ack.texi (Acknowledgments):
2627 * emacs.texi (Acknowledgments): Add htmlfontify.
2628
276bbe96
GM
26292009-11-14 Glenn Morris <rgm@gnu.org>
2630
98ad1bae
GM
2631 * cal-xtra.texi (Holiday Customizing): Replace obsolete alias.
2632
276bbe96
GM
2633 * ack.texi (Acknowledgments):
2634 * emacs.texi (Acknowledgments): Update for recent Org changes.
2635
18430066
CY
26362009-10-31 Chong Yidong <cyd@stupidchicken.com>
2637
2638 * mule.texi (Charsets): Numerous copyedits. Don't discuss the
2639 `charset' property, which is irrelevant to the user manual (Bug#3526).
2640
522ddc9f
JB
26412009-10-14 Juanma Barranquero <lekktu@gmail.com>
2642
2643 * trouble.texi (DEL Does Not Delete): Fix typo.
2644
50b49ade
MA
26452009-10-05 Michael Albinus <michael.albinus@gmx.de>
2646
2647 * files.texi (Misc File Ops): Mention copy-directory.
2648
6308321a
EZ
26492009-10-04 Eli Zaretskii <eliz@gnu.org>
2650
43b3b4d1
EZ
2651 * mule.texi (Unibyte Mode): Emphasize that
2652 unibyte-display-via-language-environment affects only the display.
2653
6308321a
EZ
2654 * display.texi (Horizontal Scrolling): Document cursor behavior under
2655 horizontal scrolling when point moves off the screen (Bug#4564).
2656 Improve wording.
2657
bd51ea7f
MA
26582009-10-01 Michael Albinus <michael.albinus@gmx.de>
2659
2660 * files.texi (Directories): delete-directory prompts for recursive
2661 deletion.
2662
55381962
GM
26632009-09-30 Glenn Morris <rgm@gnu.org>
2664
2665 * ack.texi (Acknowledgments):
2666 * emacs.texi (Acknowledgments): CEDET updates. Fix Hungarian accent.
2667
13989ab1
TH
26682009-09-25 Tassilo Horn <tassilo@member.fsf.org>
2669
2670 * dired.texi (Dired Navigation): Use @code instead of @var for
2671 dired-isearch-filenames, so that it's not capitalized.
2672
8ba46c89
CY
26732009-09-19 Chong Yidong <cyd@stupidchicken.com>
2674
2675 * frames.texi (Frame Commands): C-z is now bound to suspend-frame.
2676
2677 * entering.texi (Exiting): C-z is now bound to suspend-frame.
2678
2679 * custom.texi (Init Examples): Replace Rumseld with Cheny (Bug#3519).
1c6c854e
CS
2680 (Key Bindings): Reference Init Rebinding in introductory text.
2681 Shift some of the introduction to Keymaps node.
8ba46c89
CY
2682 (Keymaps): Simplify.
2683 (Local Keymaps): Simplify. Move binding example to Init Rebinding.
2684 (Minibuffer Maps): Remove mention of Mocklisp.
2685 (Init Rebinding): Move mode-local rebinding example here from Local
2686 Keymaps.
2687 (Modifier Keys): Clarify.
1e11b018 2688 (Rebinding): Add cindex for "binding keys".
8ba46c89 2689
6a5ca7c8
CY
26902009-09-13 Chong Yidong <cyd@stupidchicken.com>
2691
2692 * misc.texi (Invoking emacsclient): Minor clarifications (Bug#4419).
2693
0e1cba51
NR
26942009-08-31 Nick Roberts <nickrob@snap.net.nz>
2695
6a5ca7c8 2696 * building.texi (Threads Buffer, Multithreaded Debugging):
333f9019 2697 Reorganize these two sections.
0e1cba51 2698
76a87a4d
EZ
26992009-08-29 Eli Zaretskii <eliz@gnu.org>
2700
2701 * cmdargs.texi (Initial Options): Fix last change.
2702
82e98df4
SM
27032009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
2704
2705 * mule.texi (Enabling Multibyte):
2706 * cmdargs.texi (General Variables): Remove EMACS_UNIBYTE.
2707 (Initial Options): Remove --(no-)multibyte, --(no-)unibyte.
2708
fb89fad9
GM
27092009-08-20 Glenn Morris <rgm@gnu.org>
2710
2711 * cal-xtra.texi (Non-Gregorian Diary): Mention ``Adar I'' special case.
2712
e99652b0
GM
27132009-08-19 Glenn Morris <rgm@gnu.org>
2714
2715 * ack.texi (Acknowledgments): Remove cvtmail. Mention info-finder.
2716
5cca97ad
GM
27172009-08-18 Glenn Morris <rgm@gnu.org>
2718
2719 * ack.texi (Acknowledgments):
2720 * emacs.texi (Acknowledgments): Update for js.el replacing js2-mode.el.
2721
997797ae 2722 * ack.texi (Acknowledgments): Add ucs-normalize.el and files-x.el.
3e8e9265 2723
985bf85b
GM
27242009-08-09 Glenn Morris <rgm@gnu.org>
2725
2726 * ack.texi (Acknowledgments):
2727 * emacs.texi (Acknowledgments): Add gdb-mi entry.
2728
8d6bb99e
DD
27292009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
2730
2731 * emacs.texi (Top): Add new menu items for GDB-UI.
2732
2733 * building.texi (GDB Graphical Interface): Add Multithreaded debugging
522ddc9f 2734 section. Threads buffer is in separate section now.
8d6bb99e 2735
8353da9c
GM
27362009-08-08 Glenn Morris <rgm@gnu.org>
2737
2738 * ack.texi (Acknowledgments):
2739 * emacs.texi (Acknowledgments):
2740 Update for js2-mode and org changes.
2741
f2074faf
MA
27422009-08-02 Michael Albinus <michael.albinus@gmx.de>
2743
2744 * files.texi (Reverting): Auto-Revert Tail mode works also for remote
2745 files.
2746
e8d2d3fb
CY
27472009-07-28 Chong Yidong <cyd@stupidchicken.com>
2748
2749 * building.texi (Lisp Libraries): Clarify meaning of autoloading.
2750
324a4f6a
GM
27512009-07-23 Glenn Morris <rgm@gnu.org>
2752
2753 * programs.texi (Matching): Update blink-matching-paren-distance.
2754
b6937a70
CY
27552009-07-21 Chong Yidong <cyd@stupidchicken.com>
2756
2757 * frames.texi (Cut/Paste Other App): For select-active-regions,
2758 selection is now updated on moving point.
2759
bd8aaa36
RS
27602009-07-21 Richard Stallman <rms@gnu.org>
2761
2762 * glossary.texi (GNU, Daemon): Update information.
2763
8d9b5eba
JL
27642009-07-19 Juri Linkov <juri@jurta.org>
2765
2766 * custom.texi (Specifying File Variables, Safe File Variables):
2767 "variables/value pairs" -> "variable/value pairs".
2768
a2acc1db
GM
27692009-07-15 Glenn Morris <rgm@gnu.org>
2770
2771 * misc.texi (Gnus): Remove widow.
2772
c5ae942b
GM
27732009-07-11 Glenn Morris <rgm@gnu.org>
2774
703d26ba
GM
2775 * Makefile.in (TEXI2PDF): New.
2776 (emacs.pdf, emacs-xtra.pdf): New targets.
2777
522ddc9f 2778 * arevert-xtra.texi (Autorevert): Add menu descriptions.
c5ae942b
GM
2779
2780 * display.texi (Horizontal Scrolling): Re-word to remove widow.
2781
2782 * emacs.texi (Top): Info can be read from other places than Emacs.
522ddc9f
JB
2783 Don't print the copying notice twice in the printed version.
2784 Update the menu and detailmenu.
2785 (Preface): The meaning of "on-line" has changed.
2786 Correct name for "Common Problems" chapter.
2787 (Distrib): Update FSF shop URL.
2788 (Intro): Showing two files at once is not so exciting.
2789
2790 * macos.texi (Mac OS / GNUstep): Fix spelling and cross-reference.
2791 (Mac / GNUstep Basics): Minor grammar changes.
2792 (Mac / GNUstep Events): Fix typo.
2793 (GNUstep Support): CANNOT_DUMP no longer applies.
2794
2795 * misc.texi (Document View): Fix typos.
2796
2797 * dired.texi (Dired):
2798 * help.texi (Help):
2799 * macos.texi (Mac OS / GNUstep):
2800 * maintaining.texi (Version Control, Introduction to VC):
2801 End menu descriptions with a period.
c5ae942b 2802
b1c8242b
EZ
28032009-07-09 Eli Zaretskii <eliz@gnu.org>
2804
2805 * msdog.texi (Windows Files) <w32-get-true-file-attributes>: Don't be
2806 so categorical in saying that the option is only useful on NTFS.
2807
220d9aa6
GM
28082009-07-09 Glenn Morris <rgm@gnu.org>
2809
2810 * Makefile.in (texinfodir): New variable, with location of texinfo.tex.
2811 (ENVADD): Add texinfodir to TEXINPUTS.
2812
2813 * emacs.texi (Top): Fix cross-reference.
2814
2815 * maintaining.texi (VC Directory Buffer): Fix cross-reference.
2816
2817 * vc1-xtra.texi (Revision Tags): Fix typo.
2818
d07e72d3
GM
28192009-07-03 Glenn Morris <rgm@gnu.org>
2820
2821 * emerge-xtra.texi (Emerge): Tweak Misc menu description.
2822 (Submodes of Emerge): Skip Prefers is only relevant with an ancestor.
2823 (Merge Commands): `.' does not seem to work in A or B buffer.
2824 `l' can recreate the 3-window display.
2825
2826 * glossary.texi (Glossary): Minor phrasing changes throughout.
2827 Add more internal cross-references.
2828 <Autoloading>: You can't really autoload a variable.
2829 <C-M->: Move details here from `M-C-' item.
2830 <Continuation Line>: Refer to `Truncation.'
2831 <Daemon, Free Software, Free Software Foundation, FSF, GNU>:
2832 <Home Directory, Unix>: New entries.
2833 <Deletion of Files>: Mention recycle bins.
2834 <Directory>: Mention ``folders.''
2835 <Error>: Don't mention ``type-ahead.''
2836 <Fringe>: Refer to the manual node.
2837 <Minor Mode>: Can be global or local.
2838 <Spell Checking>: There are other checkers besides Ispell.
2839
f144038a
GM
28402009-07-02 Glenn Morris <rgm@gnu.org>
2841
2842 * anti.texi (Antinews): Minor changes in phrasing.
2843
2844 * cal-xtra.texi, fortran-xtra.texi: Re-order a few things to reduce
2845 some underfull lines in dvi output.
2846
2847 * emacs-xtra.texi (Introduction): Mention included in info Emacs manual.
2848
2849 * sending.texi (Mail Sending): Add a tiny bit on mailclient.
2850
2851 * vc-xtra.texi (Advanced VC Usage): End all menu items with a period.
2852
3f1c6666
JD
28532009-07-01 Jan Djärv <jan.h.d@swipnet.se>
2854
2855 * xresources.texi (Table of Resources): Mention maximized for
2856 fullscreen.
2857
2858 * cmdargs.texi (Window Size X): -mm/--maximized is new.
2859
62aadce7
CY
28602009-07-01 Chong Yidong <cyd@stupidchicken.com>
2861
2862 * anti.texi (Antinews): Correct the list of removed platforms.
2863
82ec412e
GM
28642009-06-28 Glenn Morris <rgm@gnu.org>
2865
2866 * arevert-xtra.texi: Minor language tweaks.
2867
09964e7d
GM
2868 * dired-xtra.texi: Minor revisions.
2869
666e158e
MB
28702009-06-23 Miles Bader <miles@gnu.org>
2871
c4cc8b9a 2872 * display.texi (Scrolling): Document `recenter-redisplay'.
05fbc4a9 2873 (Temporary Face Changes): Document `text-scale-set'.
666e158e 2874
70243478
CY
28752009-06-21 Chong Yidong <cyd@stupidchicken.com>
2876
2877 * Branch for 23.1.
2878
67cbe681
KH
28792009-06-17 Kenichi Handa <handa@m17n.org>
2880
2881 * mule.texi (Charsets): Update the description for the new charset.
2882 (list-character-sets): New findex.
125dd7c5 2883 (Language Environments): Add @anchor{Describe Language Environment}.
67cbe681 2884
40e67246
CY
28852009-06-10 Chong Yidong <cyd@stupidchicken.com>
2886
b5700de6
CY
2887 * basic.texi (Moving Point): Fix tag.
2888
2889 * picture-xtra.texi (Insert in Picture): Use <next> and <prior>.
2890
2891 * mini.texi (Completion Commands): Decapitalize <next> and <prior>, and
2892 use camel-case for PageUp and PageDown.
2893
2894 * display.texi (Scrolling): Decapitalize <next> and <prior>, and use
2895 camel-case for PageUp and PageDown.
2896
2897 * calendar.texi (Scroll Calendar): Decapitalize <next> and <prior>.
2898
40e67246 2899 * search.texi (Isearch Scroll): Add isearch-allow-scroll to index.
b5700de6 2900 (Isearch Scroll): Decapitalize <next> and <prior>.
40e67246 2901
522ddc9f 29022009-06-09 Agustín Martín <agustin.martin@hispalinux.es>
6f591cf4 2903
522ddc9f
JB
2904 * fixit.texi (Spelling): Set default dictionary.
2905 Improve descriptions (Bug#2554)
6f591cf4 2906
53483c76
DR
29072009-06-08 David Reitter <david.reitter@gmail.com>
2908
2909 * macos.texi (Color panel, Font panel): Remove mention of Save Options,
2910 since saving colors and faces set this way is not implemented.
2911 (Environment variables): Remove mention of mac-fix-env, which is
2912 scheduled to be removed.
2913
1557ef4f
CY
29142009-06-04 Chong Yidong <cyd@stupidchicken.com>
2915
91056528
CY
2916 * custom.texi (Init Examples): Add example of changing load-path.
2917
1557ef4f
CY
2918 * building.texi (Lisp Libraries): Add example of changing
2919 load-path (Bug#3446).
2920
623cec4c
CY
29212009-05-28 Chong Yidong <cyd@stupidchicken.com>
2922
2923 * mark.texi (Mark): Further clarifications.
2924 (Setting Mark): Emphasize that C-SPC activates the mark.
2925
0fcca8ee
CY
29262009-05-28 Chong Yidong <cyd@stupidchicken.com>
2927
702b10e1
CY
2928 * mark.texi (Mark): Clarify introduction. Mention disabling Transient
2929 Mark mode.
0fcca8ee
CY
2930 (Using Region, Persistent Mark): Use "active mark" instead of "active
2931 region".
2932
d3b396e4
CY
29332009-05-16 Ari Roponen <ari.roponen@gmail.com> (tiny change)
2934
2935 * mule.texi (Select Input Method): Fix typo.
2936
3f698a06
CY
29372009-05-13 Chong Yidong <cyd@stupidchicken.com>
2938
2939 * anti.texi (Antinews): Document completion changes. Some additional
2940 copyedits and rearrangement of entries.
2941
b2a42eb7
CY
29422009-05-12 Chong Yidong <cyd@stupidchicken.com>
2943
932fd020
CY
2944 * misc.texi (Interactive Shell, Saving Emacs Sessions)
2945 (Shell History Copying, Terminal emulator): Copyedits.
2946
1c6c854e
CS
2947 * xresources.texi (Resources): Simplify descriptions.
2948 Shorten description of editres, which is not very useful these days.
ac36a8f1
CY
2949 (Table of Resources): Document fontBackend resource.
2950
b2a42eb7 2951 * trouble.texi (Quitting): Add other undo bindings to table.
09e80d9f 2952 (DEL Does Not Delete): Note that the erasure key is usually labeled
b2a42eb7
CY
2953 "Backspace". Remove discussion of obscure Xmodmap issue.
2954
c6ea7fb8
CY
29552009-05-07 Chong Yidong <cyd@stupidchicken.com>
2956
2957 * files.texi (Visiting): Copyedits.
2958
ad36c422
CY
29592009-05-06 Chong Yidong <cyd@stupidchicken.com>
2960
2961 * basic.texi (Inserting Text): Document ucs-insert.
2962
2963 * mule.texi (International Chars): Define "multibyte". Note that
2964 internal representation is unicode-based. Simplify definition of raw
2965 bytes. Mention ucs-insert.
2966 (Enabling Multibyte): Remove obsolete discussion. Copyedits.
2967 (Language Environments): Add language environments new to Emacs 23.
2968 (Multibyte Conversion): Node deleted.
1c6c854e
CS
2969 (Coding Systems): Remove obsolete unify-8859-on-decoding-mode.
2970 Don't mention obsolete emacs-mule coding system.
ad36c422
CY
2971 (Output Coding): Copyedits.
2972
2973 * emacs.texi (Top): Update node listing.
2974
d4ad7b96
CY
29752009-05-05 Per Starbäck <per@starback.se> (tiny change)
2976
2977 * trouble.texi (Lossage): Use new binding of view-emacs-problems.
2978
5bd66204
SM
29792009-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
2980
2981 * building.texi (Lisp Libraries): `load-library' does offer completion.
2982
bc36ad1c
CY
29832009-04-28 Chong Yidong <cyd@stupidchicken.com>
2984
2985 * frames.texi (Text-Only Mouse): Mention gpm-mouse-mode instead of
2986 t-mouse-mode. Suggested by Per Starbäck (Bug#3126).
2987
f1a47884
EZ
29882009-04-25 Eli Zaretskii <eliz@gnu.org>
2989
2990 * maintaining.texi (Tags): Clarify text. (Bug#3101)
2991
be77bd45
CY
29922009-04-22 Chong Yidong <cyd@stupidchicken.com>
2993
2994 * entering.texi (Entering Emacs): Document initial-buffer-choice.
2995
2996 * building.texi (Lisp Interaction): Document initial-scratch-message.
2997
d3b82927
JB
29982009-04-18 Juanma Barranquero <lekktu@gmail.com>
2999
ed6e7b11
JB
3000 * msdog.texi (Windows Fonts): Fix typos.
3001
d3b82927
JB
3002 * files.texi (Save Commands): Fix pxref.
3003
bc323c04
CY
30042009-04-18 Chong Yidong <cyd@stupidchicken.com>
3005
3006 * files.texi (Save Commands): Mention diff-buffer-with-file.
3007 (Comparing Files): Document diff-buffer-with-file. Suggested by Magnus
3008 Henoch (Bug#3036).
3009
2186d13f
GM
30102009-03-15 Glenn Morris <rgm@gnu.org>
3011
3012 * sending.texi (Mail Format): Replace "Sender" with "Message-Id", since
3013 the former is not always used.
3014 (Mail Headers): Use active voice. Add "Mail-reply-to".
3015 Change case of "Id". Avoid repeated "appropriate".
3016 (Mail Aliases): Fix previous change - use an example with a ".", so it
3017 does actually get quoted when expanded.
3018 (Mail Sending): Mailclient is the default on some systems.
3019 (Citing Mail): Mention mail-indentation-spaces.
3020 (Mail Mode Misc): Add an @dfn for "mail signature".
3021
71e454fc
CY
30222009-03-15 Chong Yidong <cyd@stupidchicken.com>
3023
3024 * mini.texi (Completion Commands): Describe Emacs 23 completion rules.
3025 (Completion Options): Document read-file-name-completion-ignore-case,
1c6c854e
CS
3026 read-buffer-completion-ignore-case, and completion-styles.
3027 Remove description of partial-completion-mode.
71e454fc 3028
df1a3e06
GM
30292009-03-14 Glenn Morris <rgm@gnu.org>
3030
3031 * sending.texi (Mail Format): Fix typo. Add index entry for
3032 mail-header-separator.
3033 (Mail Headers): Put info about initialization and changing in one place
3034 at the start. Update FCC section for mbox Rmail. Clarify From
3035 section, mention mail-setup-with-from. Clarify Reply-to section.
3036 Add Mail-followup-to and mail-mailing-lists. Clarify References
3037 section.
3038 (Mail Aliases): Update example, make less contentious.
3039 Update for name change of mail-interactive-insert-alias.
3040 (Mail Mode): Remove mention of `%' as a word separator.
3041 (Mail Sending): Mention mail-send-hook. Mention Mailclient.
3042 (Header Editing): Add reply-to, mail-reply-to, and mail-followup-to
3043 commands. Clarify FCC handling. In mail-complete, add reference to
3044 Mail Aliases section, and mention mail-complete-function.
3045 (Citing Mail): Mention mail-yank-ignored-headers and mail-citation-hook.
3046 (Mail Mode Misc): Clarify the mail-signature function. Add basic
3047 signature netiquette. Explain how the mail hooks work when continuing
3048 a composition.
3049 (Mail Amusements): Internationalize the spook section a bit.
3050 Remove the spook mail-setup-hook example, since it doesn't work well.
3051 Mention fortune-file.
3052 (Mail Methods): Mention read-mail-command.
3053
ed6e7b11 30542009-03-14 David Reitter <david.reitter@gmail.com>
959d68bd 3055
df1a3e06
GM
3056 * macos.texi (Mac / GNUstep Basics): Remove references to Prefs panel
3057 and NS resources following recent changes.
959d68bd 3058
86dca3e8
JR
30592009-03-10 Jason Rumney <jasonr@gnu.org>
3060
3061 * msdog.texi (Windows Misc): Remove doc for obsolete variable. Modify
3062 w32-use-visible-system-caret doc to indicate that it should get set
3063 automatically.
3064 (Windows Fonts): Add doc for the uniscribe backend.
3065
042fe98f
DN
30662009-03-08 Dan Nicolaescu <dann@ics.uci.edu>
3067
3068 * maintaining.texi (VC Directory Commands): Fix doc for the x key in
3069 vc-dir. (Bug#2598)
3070
7f8dba73
RS
30712009-03-05 Reiner Steib <Reiner.Steib@gmx.de>
3072
3073 * fixit.texi (Spelling): Add turn-on-flyspell. (Bug#2517)
3074
505e70c3
GM
30752009-03-05 Glenn Morris <rgm@gnu.org>
3076
04242bdc
GM
3077 * rmail.texi (Rmail Basics): Add reference to sorting.
3078 (Rmail Scrolling, Rmail Motion, Rmail Reply, Rmail Display):
3079 Minor re-wordings.
3080 (Rmail Motion): Mention rmail-next-same-subject.
3081 (Rmail Deletion): Expunging is not the only way to change the numbers.
3082 (Rmail Labels): Labels can also be used in sorting.
3083 (Rmail Summary Edit): Mention rmail-summary-next-same-subject.
505e70c3
GM
3084 (Rmail Display): Mention rmail-mime.
3085
00cfe22c
GM
30862009-03-04 Glenn Morris <rgm@gnu.org>
3087
3088 * rmail.texi (Rmail Sorting): Add the keybindings associated with each
3089 sort command. Fix `rmail-sort-by-labels' name. Mention sorting from
3090 summary. Mention sorts cannot be undone.
3091 (Rmail Display): Give an example of how to use goto-address-mode.
3092 (Rmail Editing): It's keybindings that are redefined, not commands.
3093 Fix some typos.
3094 (Movemail): Some minor rewording.
3095 (Remote Mailboxes): Emacs movemail supports pop by default.
3096 Fix some minor grammatical issues. The "two alternative ways" to
3097 specify a POP mailbox are really just one. Remove all reference to the
3098 variables rmail-pop-password and rmail-pop-password-required, obsolete
3099 since Emacs 22.1. Clarify the four password steps. Emacs movemail
3100 can support Kerberos.
3101
3d963b67
GM
31022009-03-03 Glenn Morris <rgm@gnu.org>
3103
3104 * rmail.texi (Rmail Deletion): Revert previous change, which was
3105 describing the Rmail summary versions.
3106 (Rmail Reply): Give more details of rmail-dont-reply-to-names.
3107 Minor re-wording for rmail-resend.
3108 (Rmail Make Summary): Summaries apply to buffers rather than files.
3109 <rmail-summary-by-topic>: Headers includes the subject.
3110 <rmail-summary-by-recipients, rmail-summary-by-topic>: Give more
3111 details, including prefix arguments.
2340abde 3112 Mention rmail-summary-by-senders on C-M-f.
3d963b67
GM
3113 Not counting lines might be faster.
3114 (Rmail Summary Edit): More details on the delete commands.
2340abde
GM
3115 Mention rmail-summary-undelete-many, rmail-summary-bury, and C-M-n/p.
3116 Name the commands bound to the various keys. Mention prefix argument
3117 for searching.
3d963b67
GM
3118 (Rmail Display): Mention rmail-displayed-headers. Fix typo.
3119 Simplify rmail-highlighted-headers description. Update face name.
3120
a8ce3d17
JB
31212009-03-02 Juanma Barranquero <lekktu@gmail.com>
3122
3123 * mark.texi (Marking Objects): Fix typo.
3124
130a29b6
CY
31252009-03-01 Chong Yidong <cyd@stupidchicken.com>
3126
3127 * abbrevs.texi (Expanding Abbrevs): Mention abbrev-expand-functions
3128 instead of obsolete pre-abbrev-expand-hook. Link to elisp manual.
3129
9d5de6f8
GM
31302009-03-01 Glenn Morris <rgm@gnu.org>
3131
79fc530e 3132 * rmail.texi (Rmail): Fix some typos. Use consistent case in menu.
9d5de6f8
GM
3133 (Rmail Motion): - M-s searches from the end of messages.
3134 (Rmail Deletion): Minor clarification. Fix numeric argument
3135 description.
3136 (Rmail Inbox): Fix default inbox description. Mention `mbox' by name.
3137 newmail and RMAILOSE files need not be in home-directory.
3138 (Rmail Files): Mention I/O menus are unselectable if no files match.
3139 Mention `MAIL' env-var.
3140
b545ff9c
JR
31412009-02-24 Jason Rumney <jasonr@gnu.org>
3142
3143 * mule.texi (Fontsets): Mention fontset-default, font specs and
3144 fallback fontsets.
3145 (Defining Fontsets): Mention ns and w32 variants of
3146 standard-fontset-spec. Update description of startup fontset to match
3147 Emacs 23 behavior.
a93be82a 3148 (Modifying Fontsets): New section. (Bug#656)
70bb6cac 3149 (International): Link to Modifying Fontsets.
b545ff9c 3150
75da0618 31512009-02-23 Adrian Robert <Adrian.B.Robert@gmail.com>
88ddb9ff
AR
3152
3153 * macos.texi (Mac / GNUstep Basics, Mac / GNUstep Customization):
3154 Mention ns-extended-platform-support-mode.
3155
6be93a16
KB
31562009-02-22 Karl Berry <karl@gnu.org>
3157
3158 * macos.texi (Mac / GNUstep Customization): One more duplicate "the".
3159
867d4bb3
JB
31602009-02-19 Juanma Barranquero <lekktu@gmail.com>
3161
3162 * basic.texi (Moving Point, Position Info):
3163 * files.texi (Visiting):
3164 * mini.texi (Completion Options):
3165 * text.texi (HTML Mode): Remove duplicate words.
3166
49b5c0e8
GM
31672009-02-20 Glenn Morris <rgm@gnu.org>
3168
3169 * rmail.texi: Minor updates for mbox rather than Babyl.
3170
f43a822c
KB
31712009-02-17 Karl Berry <karl@gnu.org>
3172
49b5c0e8 3173 * emacs.texi (Top): Add @insertcopying before master menu. (Bug#1988)
f43a822c 3174
80d634b8
RS
31752009-02-17 Richard M Stallman <rms@gnu.org>
3176
3177 * anti.texi (Antinews): Mention Babyl format.
3178
3179 * emacs.texi (Top): Delete `Out of Rmail' from subnode menu.
3180
3181 * rmail.texi: Update for mbox format.
3182 Various small fixes, as well as the following.
3183 (Out of Rmail): Node deleted.
3184 (Rmail): Update menu.
3185 (Rmail Files): Comment out set-rmail-inbox-list.
3186 Document rmail-inbox-list instead.
3187 (Rmail Output): Substantial changes since C-o is now
3188 rmail-output-as-seen and o is rmail-output.
3189 (Rmail Attributes): Delete `stored', add `retried'.
3190 (Rmail Display): Editing headers works in all cases.
3191
f0d129c6
GM
31922009-02-17 Glenn Morris <rgm@gnu.org>
3193
3194 * basic.texi (Position Info): M-x count-lines-region is not always on
3195 M-=. (Bug#2269)
3196
160f11d3
GM
31972009-02-09 Glenn Morris <rgm@gnu.org>
3198
3199 * calendar.texi (Holidays, Displaying the Diary): Update for new marker
3200 defaults.
3201
763e01c4
EZ
32022009-02-07 Eli Zaretskii <eliz@gnu.org>
3203
3204 * rmail.texi (Rmail Coding) <rmail-redecode-body>: Remove stale
3205 documentation of possible problems with redecoding.
3206
f5e1441d
GM
32072009-02-03 Glenn Morris <rgm@gnu.org>
3208
3209 * rmail.texi (Out of Rmail): Mention b2m.pl.
3210
e1eabe41
GM
32112009-01-31 Glenn Morris <rgm@gnu.org>
3212
3213 * rmail.texi (Out of Rmail): Correct b2m location.
3214
dd05f9de
CY
32152009-01-27 Chong Yidong <cyd@stupidchicken.com>
3216
3217 * fixit.texi (Undo): Update undo limit values.
3218
d74d846e
GM
32192009-01-27 Glenn Morris <rgm@gnu.org>
3220
3221 * emacs.texi (Top): Fix Antinews menu entry.
3222
49ffdce8
KB
32232009-01-25 Karl Berry <karl@gnu.org>
3224
3225 * text.texi (Foldout): Use @itemize @w{} to make an itemize
3226 item with no marker, instead of the syntactically incorrect
3227 @itemize @asis.
3228
467e8d77
JL
32292009-01-25 Juri Linkov <juri@jurta.org>
3230
3231 * building.texi (Grep Searching): Fix index entry for lgrep.
3232
6c60bbdb
EZ
32332009-01-24 Eli Zaretskii <eliz@gnu.org>
3234
3235 * msdog.texi (Windows Printing): Add an index entry for Ghostscript.
3236
9ce5a36f
AR
32372009-01-21 Adrian Robert <Adrian.B.Robert@gmail.com>
3238
3239 * macos.texi (Preferences Panel): Update description of font setting to
3240 reflect that prior frame selection is no longer needed.
3241
9aa5f2fb
NR
32422009-01-20 Nick Roberts <nickrob@snap.net.nz>
3243
3244 * building.texi (Debuggers): Revert some of 2008-10-31 change to
3245 raise GUD subsections.
3246
3892ff9c
GM
32472009-01-15 Glenn Morris <rgm@gnu.org>
3248
3249 * ack.texi (Acknowledgments): Another update based mainly on AUTHORS.
3250
14731c8f
GM
32512009-01-10 Glenn Morris <rgm@gnu.org>
3252
3253 * ack.texi (Acknowledgments): Some more updates based on AUTHORS.
3254
45c55e53
CY
32552009-01-04 Chong Yidong <cyd@stupidchicken.com>
3256
3257 * display.texi (Visual Line Mode): M-] and M-[ no longer move by
3258 logical lines.
3259
2e4667d1
JL
32602008-12-29 Juri Linkov <juri@jurta.org>
3261
3262 * mini.texi (Minibuffer History): Add a link to `Isearch Minibuffer'.
3263
3264 * text.texi (Fill Commands): Replace `M-s' with `M-o M-s'.
3265
2a3eac47
CY
32662008-12-28 Chong Yidong <cyd@stupidchicken.com>
3267
3268 * misc.texi (Goto Address mode): Rename from Goto-address. Refer to
3269 goto-address-mode instead of goto-address.
3270
3da8da94
CY
3271 * rmail.texi (Rmail Display): Goto-address renamed to Goto Address
3272 mode.
3273
2a3eac47
CY
3274 * emacs.texi (Top): Update node listing.
3275
057f6dd3
EZ
32762008-12-26 Eli Zaretskii <eliz@gnu.org>
3277
3278 * custom.texi (Directory Variables): Explain what is a "project".
3279 Add indexing. Improve wording. Add a footnote about using
3280 _dir-locals.el on MS-DOS.
3281
e6979067
DN
32822008-12-24 Dan Nicolaescu <dann@ics.uci.edu>
3283
3284 * files.texi (Misc File Ops): Mention chmod as an alias for
3285 set-file-modes.
3286
9de15963
MR
32872008-12-24 Martin Rudalics <rudalics@gmx.at>
3288
3289 * help.texi (Help): Fix typos and reword.
3290 (Help Summary): Add entries for C-h n and C-h r, reorder
3291 entries, and do some minor fixes.
3292 (Name Help): Say that C-h F works for commands only.
3293 (Misc Help): Say that view-lossage displays 300 keystrokes.
3294
236fd60d
GM
32952008-12-20 Glenn Morris <rgm@gnu.org>
3296
3297 * ack.texi (Acknowledgments): General update based on AUTHORS,
3298 including removal of some stuff no longer distributed.
3299
ed9265fc 33002008-12-19 Agustín Martín <agustin.martin@hispalinux.es>
349b3256 3301
ed9265fc 3302 * fixit.texi: Mention hunspell.
349b3256 3303
e840fca5
GM
33042008-12-19 Glenn Morris <rgm@gnu.org>
3305
3306 * ack.texi (Acknowledgments): Small grammar fix.
9b0455c7 3307 Consolidate explanatory text at start.
e840fca5
GM
3308
3309 * display.texi (Text Display):
3310 * indent.texi (Indentation): Use @acronym with ASCII.
3311
9dfa7983
GM
33122008-12-18 Glenn Morris <rgm@gnu.org>
3313
3314 * ack.texi: Various small updates and fixes.
3315
97b3a00b
JL
33162008-12-18 Juri Linkov <juri@jurta.org>
3317
3318 * search.texi (Word Search): Replace `C-s RET C-w' with `M-s w RET'
3319 as a key binding to start a forward nonincremental word search.
3320 Replace `C-r RET C-w' with `M-s w C-r RET' as a key binding to start
3321 a backward nonincremental word search. Add index for `M-s w'
3322 `isearch-forward-word'.
3323 (Regexp Search): Add a short summary of regexp key commands like
3324 in the node "Basic Isearch".
3325 (Other Repeating Search): Fix typo.
3326
33272008-12-14 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2f298da2
VJL
3328
3329 * misc.texi (PostScript Variables): Fix doc.
3330
31ce6a07
CY
33312008-12-10 Chong Yidong <cyd@stupidchicken.com>
3332
3333 * programs.texi (Program Modes): Mention Ruby mode.
3334
636b507b
DN
33352008-12-10 Dan Nicolaescu <dann@ics.uci.edu>
3336
3337 * misc.texi (emacsclient Options): Describe what an empty string
3338 argument does for --alternate-editor.
3339
a323fa14
CY
33402008-12-09 Frank Schmitt <ich@frank-schmitt.net>
3341
3342 * cmdargs.texi (Font X): Distinguish between client-side and
3343 server-side fonts. List valid Fontconfig properties. Add reference to
3344 Fontconfig manual. List valid GTK font properties. Explain use of
3345 fc-list.
3346
c5ca6cd0
CY
33472008-12-09 Chong Yidong <cyd@stupidchicken.com>
3348
3349 * cmdargs.texi (Font X): Move discussion of quoting to top.
3350
e5136377
GM
33512008-12-06 Glenn Morris <rgm@gnu.org>
3352
3353 * maintaining.texi (Old Revisions): Improve previous change.
3354
248c026b
RS
33552008-12-05 Richard M Stallman <rms@gnu.org>
3356
3357 * anti.texi (Antinews): Minor fixes.
3358
a9253a1e
GM
33592008-12-03 Glenn Morris <rgm@gnu.org>
3360
3361 * maintaining.texi (Old Revisions): Fix diff-switches description.
3362
fa687b02
MR
33632008-12-01 Martin Rudalics <rudalics@gmx.at>
3364
3365 * emacs.texi (Top): Fix typo.
3366
72e6decd
CY
33672008-11-30 Chong Yidong <cyd@stupidchicken.com>
3368
320ee034
CY
3369 * misc.texi (Document View): Explain dependence on gs at the top.
3370 Copyedits.
3371
3372 * emacs.texi (Top): Add DocView nodes to detailed node listing.
3373
72e6decd
CY
3374 * programs.texi (Other C Commands): Document hide-ifdef-shadow.
3375 (Comment Commands): Discuss region-active behavior of M-; first.
3376
2a472ee4
MR
33772008-11-29 Martin Rudalics <rudalics@gmx.at>
3378
9c6361c9
MR
3379 * display.texi (Line Truncation): Add reference to Continuation
3380 Lines.
3381
2a472ee4
MR
3382 * windows.texi (Pop Up Window): Mention split-height-threshold
3383 and split-width-threshold.
9c6361c9 3384 (Split Window): Add reference to Continuation Lines.
2a472ee4 3385
e93bc142
AR
33862008-11-28 Adrian Robert <Adrian.B.Robert@gmail.com>
3387
3388 * macos.texi: Change references to "Mac" to "Mac / GNUstep".
3389 (GNUstep Support): New node.
3390 * anti.texi:
3391 * emacs.texi:
3392 * msdog.texi: Change reference to Mac OS node to Mac OS / GNUstep.
3393
43b978db
RS
33942008-11-28 Richard M Stallman <rms@gnu.org>
3395
3396 * misc.texi (Dissociated Press): Minor cleanups.
3397
3398 * dired.texi (Image-Dired): Avoid passive.
3399
e8e2bd93
EZ
34002008-11-28 Eli Zaretskii <eliz@gnu.org>
3401
3402 * anti.texi (Antinews): Add stuff about Unicode vs emacs-mule
3403 representation.
3404
8d2d45da
CY
34052008-11-26 Richard M. Stallman <rms@gnu.org>
3406
3407 * files.texi (Visiting): Rewrite paragraph for clarity.
3408
3409 * buffers.texi (Select Buffer): Rewrite paragraphs using active voice.
3410
a5f7bbcc
AM
34112008-11-25 Alan Mackenzie <acm@muc.de>
3412
3413 * programs.texi (Moving by Parens): Clarify that parens inside strings
3414 and comments are ignored, and that the commands assume the starting
3415 point isn't in a string or comment.
3416
a71703d3
AR
34172008-11-26 Adrian Robert <Adrian.B.Robert@gmail.com>
3418
3419 * macos.texi: Add Prev/Next/Top pointers to all nodes.
3420 (Mac Basics): Merge in Grabbing Environment Variables from earlier
3421 version.
3422 (Mac Customization): Rewrite Preferences Panel section and merge in to
3423 this node, add Open files by dragging to an Emacs window.
3424
3425 * emacs.texi: Remove TOC reference to Mac Preferences Panel section.
3426
aa5ab79a
CY
34272008-11-26 Chong Yidong <cyd@stupidchicken.com>
3428
0cc92c19
CY
3429 * files.texi (Misc File Ops): Document set-file-modes.
3430
c366b4e4
CY
3431 * windows.texi (Split Window): Document integer values of
3432 truncate-partial-width-windows.
3433
aa5ab79a
CY
3434 * text.texi (Text): Simplify description of markup languages.
3435 (TeX Mode): Simplify introduction. Mention BibTeX mode.
3436 (TeX Editing): Note that `""' inserts one `"' character.
3437 (HTML Mode): Note in the introduction that XML mode is an alias for
3438 SGML mode. Mention nXML mode.
3439
56221db7
CY
34402008-11-25 Chong Yidong <cyd@stupidchicken.com>
3441
3442 * building.texi (Watch Expressions): Fix typo.
3443
90effe33
CY
34442008-11-24 Chong Yidong <cyd@stupidchicken.com>
3445
f90a5ae3
CY
3446 * files.texi (Visiting): Document new behavior of
3447 confirm-nonexistent-file-or-buffer.
3448
1c6c854e
CS
3449 * buffers.texi (Select Buffer):
3450 Document confirm-nonexistent-file-or-buffer.
f90a5ae3 3451
a18ffb4a
CY
3452 * picture-xtra.texi (Picture Mode): Use picture-mode instead of
3453 edit-picture.
3454
90effe33
CY
3455 * text.texi (Text): Simplify introduction. Discard mention of `M-x
3456 edit-picture', since that is just an alias for picture-mode.
3457 (Sentences): Note that repeated M-@ extends the region.
3458 (Pages): Make terminology more consistent. Link to Regexps node.
3459 (Longlines): Discuss relationship with Visual Line mode.
3460 (Text Mode): Remove extraneous discussion of other modes, since they
3461 were already introduced in the parent node.
3462
e85103ec
CY
34632008-11-23 Chong Yidong <cyd@stupidchicken.com>
3464
5cb2fe30
CY
3465 * anti.texi (Antinews): Rewrite.
3466
1eb9b307 3467 * entering.texi (Exiting): Mention "minimize" terminology.
b908332f
CY
3468
3469 * frames.texi (Frame Commands): Mention "minimize" terminology.
3470
e85103ec
CY
3471 * cmdargs.texi (Font X): Document Fontconfig and GTK font specification
3472 formats.
b908332f
CY
3473 (Icons X): Mention "minimize" terminology and use of icons in taskbar.
3474 (Misc X): Don't document useless -hb option.
e85103ec 3475
607f5f88
JL
34762008-11-22 Juri Linkov <juri@jurta.org>
3477
3478 * dired.texi (Dired Navigation): Change normal file name search option
3479 from `non-nil' to `t'. Add `dwim' option.
3480
e1b867a0
JL
34812008-11-22 Juri Linkov <juri@jurta.org>
3482
3483 * custom.texi (Directory Variables): Rename ".dir-settings.el" to
3484 ".dir-locals.el". Rename `define-project-bindings' to
3485 `dir-locals-set-class-variables'. Rename `set-directory-project' to
3486 `dir-locals-set-directory-class'.
3487
dd186936
LK
34882008-11-22 Lute Kamstra <lute@gnu.org>
3489
3490 * buffers.texi (Select Buffer): Index goto-line.
3491 * basic.texi (Moving Point): Mention the use of a numeric prefix
3492 argument with goto-line and refer to Select Buffer for the use of a
3493 plain prefix argument.
3494
4b121911
GM
34952008-11-19 Glenn Morris <rgm@gnu.org>
3496
3497 * doclicense.texi: Update to FDL 1.3.
3498 * emacs.texi, emacs-xtra.texi: Relicense under FDL 1.3 or later.
3499
27267e4c
CY
35002008-11-17 Chong Yidong <cyd@stupidchicken.com>
3501
696f351d
CY
3502 * custom.texi (Minor Modes): Define mode commands and mode variables
3503 more precisely. Recommend using mode commands instead of setting
3504 variables directly. Put minor modes in a list, and add more modes.
cd9da8b8
CY
3505 (Easy Customization): Use "init file" instead of .emacs.
3506 (Customization Groups): Update to new Custom buffer appearance.
3507 (Saving Customizations): Copyedits. Update example.
3508 (Variables): Give example of variable type-sensitivity.
3509 (Examining): Update example.
3510 (Hooks): Copyedits.
3511 (Specifying File Variables): Use C comments instead of an artificial
3512 Lisp for the example.
3513 (Keymaps): Move internals discussion to Prefix Keymaps.
3514 (Rebinding): Remove redundant paragraph (stated in Key Binding).
3515 (Init Rebinding): Document kbd macro.
3516 (Init File): Link to Find Init.
696f351d
CY
3517
3518 * mark.texi (Using Region): Document Delete Selection Mode more
3519 thoroughly.
3520
3521 * frames.texi (Mouse Commands): Move most of the description of Delete
3522 Selection Mode to Using Region, and link to it.
1bc9c425 3523 (Clipboard): Note that paste is bound to clipboard-yank.
696f351d 3524
b0570c25
CY
3525 * building.texi (Compilation): Document first-error value of
3526 compilation-scroll-output.
3527 (Compilation Mode): Note that compilation-auto-jump-to-first-error
3528 works as soon as an error is available. Suggested by Juri Linkov.
3529
27267e4c
CY
3530 * mini.texi (Passwords): New node.
3531
3532 * files.texi (Remote Files): Link to Passwords node.
3533
3534 * emacs.texi (Top): Update node listings.
3535
122eb807
CY
35362008-11-16 Chong Yidong <cyd@stupidchicken.com>
3537
9c9855a3
CY
3538 * ack.texi (Acknowledgments): Some updating of credits.
3539
bd6fdcad
CY
3540 * emacs.texi (Acknowledgments): Add a couple more names.
3541
dd1eef46
CY
3542 * dired.texi (Dired Deletion): Document delete-by-moving-to-trash.
3543
122eb807 3544 * files.texi (Directories): Describe delete-directory in text.
dd1eef46 3545 (Misc File Ops): Document use of trash.
122eb807 3546
801a8da1
JB
35472008-11-16 Juanma Barranquero <lekktu@gmail.com>
3548
3549 * macos.texi (Mac Customization): Fix typos.
3550
0b4f2253
CY
35512008-11-14 Chong Yidong <cyd@stupidchicken.com>
3552
3553 * macos.texi (Mac OS): Move Cocoa manual from ns-emacs.texi to here,
3554 replacing previous contents. Numerous copyedits to adapt ns-emacs to
3555 the conventions of the main Emacs manual.
3556
3557 * emacs.texi (Top): Update node listings.
3558
517e2b89
CY
35592008-11-12 Chong Yidong <cyd@stupidchicken.com>
3560
07a85685
CY
3561 * cmdargs.texi (Emacs Invocation): Link to Emacs Server. Note that
3562 command-line-args is processed during startup.
3563 (Action Arguments): Correctly describe how file arguments interact with
3564 the startup screen. Link to Lisp Interaction for scratch buffer.
3565 (Initial Options): Link to Command Example for -batch option.
3566 (Environment): Document initial-environment.
3567
517e2b89
CY
3568 * entering.texi (Entering Emacs): Note that inhibit-startup-screen
3569 can't be changed in the site-start file.
3570
6337bbde
CY
35712008-11-07 Chong Yidong <cyd@stupidchicken.com>
3572
3573 * dired.texi (Dired): Mention C-x C-d too.
3574 (Dired Enter): Document M-n in the Dired minibuffer.
1c6c854e
CS
3575 (Dired Navigation): Explain dired-goto-file more clearly.
3576 Document dired-isearch-filenames.
6337bbde
CY
3577 (Dired Deletion): Remove unnecessary "expunged" terminology.
3578 (Flagging Many Files): & is now rebound to `% &'.
3579 (Shell Commands in Dired): Document dired-do-async-shell-command.
3580 Clarify how multi-file arguments are passed.
3581 (Misc Dired Features): Document dired-do-isearch.
3582
9e8eeff9
CY
35832008-11-06 Chong Yidong <cyd@stupidchicken.com>
3584
3585 * entering.texi (Entering Emacs): Document inhibit-startup-screen.
3586
e071f849
CY
35872008-11-03 Chong Yidong <cyd@stupidchicken.com>
3588
3589 * search.texi (Other Repeating Search): Remove obsolete findex entries.
3590
05482eb1
CY
35912008-11-01 Chong Yidong <cyd@stupidchicken.com>
3592
e2346dea
CY
3593 * programs.texi (Program Modes): Link to Program Indent node.
3594 (Left Margin Paren): Explain consequences of changing
3595 open-paren-in-column-0-is-defun-start more concisely.
3596 (Which Function, Program Indent, Info Lookup): Minor edits.
3597 (Basic Indent): If region is active, TAB indents the region.
1c6c854e
CS
3598 (Multi-line Indent): If region is active, TAB indents the region.
3599 Note that indent-region is useful when Transient Mark mode is off.
e2346dea
CY
3600 (Matching): The delimiter at the cursor is highlighted---the character
3601 changes color.
3602 (Symbol Completion): Link to Completion node.
3603
e4b6428c
CY
3604 * misc.texi (Invoking emacsclient): Describe how to use Emacs server in
3605 a strictly text-only system.
3606
05482eb1
CY
3607 * abbrevs.texi (Saving Abbrevs): Note that abbrev file is not loaded in
3608 batch mode.
3609
a11d3737
RS
36102008-11-01 Richard M. Stallman <rms@gnu.org>
3611
5abad626
RS
3612 * misc.texi (Document View): Major rewrite.
3613
a11d3737
RS
3614 * maintaining.texi (Types of Log File): Change logs are older than
3615 version control.
3616 (VCS Concepts): Simplify and rearrange.
3617 (Version Control Systems): Make it clear that Linux is only the kernel.
3618 (VC Mode Line): Shorten reference to menu item.
3619 (Basic VC Editing): Clarify VC fileset. Shorten and simplify.
3620 (VC Directory Mode): Minor cleanup.
3621 Unchanged files are hidden, not omitted.
3622 (VC Directory Commands): Shorten and simplify.
3623 (Change Log Commands): New node, split from Change Logs.
3624 (VC Directory Buffer): New node, split from VC Directory Mode.
3625
c55a4acb
CY
36262008-10-31 Chong Yidong <cyd@stupidchicken.com>
3627
1c6c854e 3628 * misc.texi (Document View): Rename from Document Files, moved here
df0356f6
CY
3629 from files.texi.
3630
1c6c854e
CS
3631 * files.texi (Version Control): Move to maintaining.texi.
3632 Subnodes moved as well.
3633 (Document Files): Move to misc.texi.
df0356f6 3634
c55a4acb
CY
3635 * maintaining.texi (Change Log): Document log-edit-insert-changelog and
3636 vc-update-change-log.
df0356f6
CY
3637 (Version Control): Move here from files.texi.
3638 (Format of ChangeLog): Make it a subnode of Change Log.
3639
3640 * emacs.texi (Top): Update node listing.
c55a4acb 3641
ef082374
TH
36422008-10-31 Tassilo Horn <tassilo@member.fsf.org>
3643
3644 * files.texi (Files): Add a section about document
3645 files (doc-view-mode).
3646
d52582c3
CY
36472008-10-31 Chong Yidong <cyd@stupidchicken.com>
3648
1c6c854e
CS
3649 * building.texi (Compilation Mode):
3650 Document compilation-auto-jump-to-first-error.
d52582c3
CY
3651 (Debuggers): Lower GUD subsections to subsubsections.
3652 (Starting GUD): Add cindex.
3653 (Lisp Interaction): Note that scratch is no longer the initial buffer.
3654
4e0a0968
CY
36552008-10-30 Chong Yidong <cyd@stupidchicken.com>
3656
03625b47
CY
3657 * indent.texi (Indentation): Link to Program Indent.
3658
4e0a0968
CY
3659 * misc.texi (Invoking emacsclient): If Emacs has no available frame, it
3660 now uses emacsclient's terminal.
3661
8bd3f7ef
CY
36622008-10-29 Chong Yidong <cyd@stupidchicken.com>
3663
80e5620e
CY
3664 * mark.texi (Using Region): Document use-empty-active-region.
3665
97d5c404
CY
3666 * emacs.texi (Top): Update node listings.
3667
1c6c854e
CS
3668 * misc.texi (Emacs Server): Rewrite. Document daemon-mode.
3669 Don't mention obsolete emacs.bash script.
8bd3f7ef
CY
3670 (Invoking emacsclient): Rewrite, moving optional arguments to
3671 emacsclient Options.
21d2bae3
CY
3672 (emacsclient Options): New node. Document server-use-tcp and
3673 server-host.
8bd3f7ef 3674
5fda2cbd
CY
36752008-10-28 Chong Yidong <cyd@stupidchicken.com>
3676
3677 * indent.texi (Indentation): Replace list with paragraphed text,
3678 putting description of syntax-driven indentation first. Document new
3679 effect of active regions on tab.
3680 (Tab Stops): Note that editable tab stops affect indentation commands.
3681
4ff029f6
DN
36822008-10-27 Dan Nicolaescu <dann@ics.uci.edu>
3683
3684 * cmdargs.texi (Initial Options): Document -daemon=SERVER_NAME.
3685
996cd6e4
CY
36862008-10-23 Chong Yidong <cyd@stupidchicken.com>
3687
f28815e3
CY
3688 * custom.texi (Function Keys): Note that modified keypad keys are not
3689 translated.
3690
996cd6e4
CY
3691 * basic.texi (Arguments): Explain how to insert multiple digits.
3692
49545fe2
MA
36932008-10-22 Michael Albinus <michael.albinus@gmx.de>
3694
3695 * files.texi (Remote Files): Precise selection of default method.
3696 Rewrite paragraph about disabling remote file names.
3697
edac0b53
CY
36982008-10-22 Chong Yidong <cyd@stupidchicken.com>
3699
e752c544
CY
3700 * search.texi (Special Isearch): Document M-TAB is isearch.
3701
edac0b53
CY
3702 * files.texi (VC Mode Line): Use @kbd instead of @key for mouse
3703 command.
3704
3705 * frames.texi: Use @kbd instead of @key for mouse commands throughout.
3706
20a36054
TH
37072008-10-22 Tassilo Horn <tassilo@member.fsf.org>
3708
1c6c854e 3709 * emacs.texi (Acknowledgments): Add myself to Acknowledgments
20a36054
TH
3710 section.
3711
69051ab6
CY
37122008-10-21 Chong Yidong <cyd@stupidchicken.com>
3713
c4b1a32a
CY
3714 * vc1-xtra.texi: Move nodes VC Directory Mode and VC Directory Commands
3715 to files.texi. Move contents of vc2-xtra.texi here.
3716
3717 * vc2-xtra.texi: File removed.
3718
3719 * vc-xtra.texi (Advanced VC Usage): Remove VC Directory Mode and VC
3720 Directory Commands from the submenu. Don't include deleted file
3721 vc2-xtra.texi.
3722
3723 * files.texi (Visiting): Document find-file-confirm-nonexistent-file.
3724 (Version Control): Add VC Directory Mode and VC Directory Commands to
3725 the submenu.
3726 (Why Version Control?): Use table format.
3727 (Version Control Systems): Note that Meta-CVS support is gone.
3728 (VCS Concepts): Note precisely when VC started supporting filesets.
3729 Remove bogus xref to CVS Options node.
3730 (Types of Log File): Copyedits.
3731 (VC Mode Line): Document tooltips and mouse-1 on VC indicator.
3732 (Basic VC Editing): Content moved from Selecting A Fileset and Doing
3733 The Right Thing.
3734 (Selecting A Fileset, Doing The Right Thing): Nodes deleted.
3735 (Log Buffer): Reorganize node, putting C-c C-c description first.
3736 (Old Revisions): Use CVS for example, not RCS.
3737 (Secondary VC Commands): Remove VC Directory Mode and VC Directory
3738 Commands from the submenu, putting them under Version Control.
3739 (VC Directory Mode): Move node contents here from vc1-xtra.texi; we
3740 need to include it in the manual unconditionally, since it is now
3741 crucial to using distributed version control systems.
1a6e2954
CY
3742 (Comparing Files): Note that diff uses the minibuffer, and that the
3743 output is shown using Diff mode.
1c6c854e
CS
3744 (Diff Mode): Explain what "patch" and "hunk" mean.
3745 Document diff-update-on-the-fly, diff-refine-hunk, and
b328f1b9 3746 diff-show-trailing-whitespaces.
1a6e2954 3747 (File Archives): Add rar support.
c4b1a32a 3748
69051ab6
CY
3749 * major.texi (Choosing Modes): Make mode selection sequence more
3750 obvious by describing the steps in order of priority. Note that
1c6c854e
CS
3751 magic-mode-alist is nil by default.
3752 Document magic-fallback-mode-alist.
69051ab6 3753
e7421e03
CY
37542008-10-20 Chong Yidong <cyd@stupidchicken.com>
3755
3756 * frames.texi (Mouse References): Copyedits.
3757
6b2efdc2
TH
37582008-10-20 Tassilo Horn <tassilo@member.fsf.org>
3759
3760 * ack.texi (Acknowledgments): Add myself as doc-view author.
3761
9c5e9396
EZ
37622008-10-20 Eli Zaretskii <eliz@gnu.org>
3763
3764 * frames.texi (Dialog Boxes): Add @cindex entries.
3765
dac94f8e
CY
37662008-10-20 Chong Yidong <cyd@stupidchicken.com>
3767
3768 * frames.texi (Dialog Boxes): Clarify description of GTK+ file chooser.
3769 (Text-Only Mouse): Copyedit.
3770
25597d40
CY
37712008-10-19 Chong Yidong <cyd@stupidchicken.com>
3772
f8a447f6
CY
3773 * frames.texi: Use @key throughout for mouse clicks.
3774 (Cut/Paste Other App): Document yank-pop-change-selection.
25597d40
CY
3775 (Secondary Selection): Fix modified mouse click syntax.
3776 (Clipboard): Describe Cut, Copy and Paste commands.
3777 (Mouse References): Not all references are in read-only buffers.
f8a447f6
CY
3778 Copyedits.
3779 (Creating Frames): Add xref to Init File.
3780 (Frame Commands): Add xref to Exiting.
3781 (Scroll Bars): Document GTK vs toolkit behavior.
25597d40 3782
b0f95216
CY
37832008-10-15 Chong Yidong <cyd@stupidchicken.com>
3784
b0817f00
CY
3785 * files.texi (Version Control): Copyedits. Add Bazaar.
3786 (Version Control Systems): List different VCS's using an itemized list.
3787 Add Bazaar.
3788 (VCS Concepts): Copyedits. Tweak description of file merging.
3789
b0f95216
CY
3790 * frames.texi (Mouse Commands, Cut/Paste Other App): Rewrite.
3791 (Cut/Paste Other App): Document select-active-regions and
3792 x-select-enable-primary.
3793
69d0d701
CY
37942008-10-13 Chong Yidong <cyd@stupidchicken.com>
3795
3796 * mark.texi (Shift Selection): Correct case in node name.
3797
3798 * emacs.texi (Top): Update node order in Mark chapter.
3799
375e8351
EZ
38002008-10-12 Eli Zaretskii <eliz@gnu.org>
3801
3802 * msdog-xtra.texi (MS-DOS): Fix bad pxref.
3803
3804 * mini.texi (Minibuffer File): Fix markup in last change. Refer to
3805 elsewhere in the manual instead of describing yet again the intricacies
3806 of $HOME on MS-Windows and MS-DOS.
3807
ab58114f
CY
38082008-10-12 Chong Yidong <cyd@stupidchicken.com>
3809
4f959513 3810 * mini.texi (Minibuffer File): Add xref to File Names.
1c6c854e
CS
3811 (Minibuffer File): Add discussion of `~' in file names.
3812 Add insert-default-directory index reference.
4f959513 3813
ab58114f
CY
3814 * files.texi (File Names): Reorganize description.
3815 (Visiting): Add xref to Mode Line. Copyedits.
3816 (Save Commands): Mention prefix behavior of C-x C-s.
3817 (Numbered Backups): Node deleted.
3818 (Backup Names): Contents of Numbered Backups moved here. State default
3819 of version-control variable.
3820 (Reverting): Copyedits.
3821 (Version Control): Add additional version control systems.
3822
3823 * emacs.texi (Top): Delete Numbered Backups node.
3824
3825 * cmdargs.texi (General Variables): Change Numbered Backups xref to
3826 Backup Names.
f2884f63 3827 (Initial Options): Document renamed variable inhibit-startup-screen.
ab58114f 3828
b0b5100a
RF
38292008-10-11 Romain Francoise <romain@orebokech.com>
3830
3831 * kmacro.texi (Edit Keyboard Macro): Lossage is now 300 keys.
3832
89774b5f
CY
38332008-10-11 Chong Yidong <cyd@stupidchicken.com>
3834
3835 * buffers.texi (Buffers): Add xrefs to Mode Line and Lisp Interaction.
3836 (Select Buffer): Mention use of minibuffer history. Describe default
3837 value of default-major-mode. Mention that C-x 4 b selects the other
3838 window.
3839 (List Buffers): Document CRM indicators in the order they appear.
3840 (Kill Buffer): Document new command kill-matching buffers.
3841 (Several Buffers): Move explanation of the relationship between buffer
3842 list and buffer menu to the top.
3843 (Indirect Buffers): Document new variable clone-indirect-buffer-hook.
3844
4c72bf27
CY
38452008-10-10 Chong Yidong <cyd@stupidchicken.com>
3846
3847 * entering.texi (Exiting): Document change of C-x C-c to
3848 save-buffers-kill-terminal. Document kill-emacs.
3849
f68eb991
EZ
38502008-09-30 Eli Zaretskii <eliz@gnu.org>
3851
3852 * mule.texi (Coding Systems): Don't mention codepage-setup.
3853
3854 * msdog-xtra.texi (MS-DOS Printing, MS-DOS and MULE): No need to create
3855 cpNNN coding systems anymore.
3856 (MS-DOS and MULE): Don't mention code-pages.el. Don't mention support
1c6c854e
CS
3857 for unibyte mode. Don't mention line-drawing characters.
3858 Don't mention dos-unsupported-char-glyph.
f68eb991 3859
1a2dd44d
CY
38602008-09-25 Chong Yidong <cyd@stupidchicken.com>
3861
3862 * search.texi (Search): Shorten introduction.
3863 (Basic Isearch): Add command table. Discuss reverse isearch and
3864 isearch highlighting.
3865 (Repeat Isearch): Move lazy highlighting discussion here. Add search
3866 ring to cindex.
3867 (Special Isearch): Move input methods discussion here.
3868 (Non-ASCII Isearch): Node deleted, merged with Special Isearch.
3869 (Isearch Yank): Node deleted, and contents moved into Basic Isearch and
3870 Repeat Isearch.
3871 (Isearch Minibuffer): New node.
3872 (Word Search): Document new word search commands.
3873 (Regexp Example): Simplify example using sentence-end-base variable.
3874 (Replace): Reword introduction.
3875 (Unconditional Replace): Remove unnecessary example.
3876 (Other Repeating Search): Document new `M-s o' binding.
3877
3878 * emacs.texi (Top): Update node listings.
3879
e45da31d
JB
38802008-09-22 Juanma Barranquero <lekktu@gmail.com>
3881
3882 * emacs.texi (Top): Remove Kill Errors from menu.
3883
841c8096
CY
38842008-09-22 Chong Yidong <cyd@stupidchicken.com>
3885
402168fa
CY
3886 * kmacro.texi (Basic Keyboard Macro): Make F3 and F4 the preferred
3887 interface for defining macros. Simplify examples. Note that C-g quits
3888 macro definitions.
1c6c854e
CS
3889 (Keyboard Macro Counter): Document using F3 to insert counter.
3890 Give usage example.
402168fa
CY
3891 (Keyboard Macro Query): Organize query responses in a table.
3892
1c6c854e
CS
3893 * fixit.texi (Fixit): Favor C-/ keybinding for undo throughout.
3894 Link to Erasing node.
841c8096
CY
3895 (Undo): Reorganize paragraphs for logical flow. Move keybinding
3896 rationale to a footnote.
3897 (Kill Errors): Remove node, due to redundancy with Erasing.
3898 (Spelling): Move discussion of flyspell to end. Note new behavior of
3899 M-$ in active region. Remove non-ispell-specific keybindings from
3900 table.
3901
eab2ee89
DN
39022008-09-21 Dan Nicolaescu <dann@ics.uci.edu>
3903
3904 * cmdargs.texi (Initial Options): Document --daemon.
3905
3d53e905
GM
39062008-09-20 Glenn Morris <rgm@gnu.org>
3907
3908 * files.texi (Numbered Backups): Mention that some modes set
3909 version-control.
3910
1c90484d
GM
39112008-09-20 Jim Blandy <jimb@red-bean.com>
3912
3913 * files.texi (Numbered Backups): Reference File Variables, as well.
3914 Remove discussion of Rmail's implementation.
3915
0fc0d844
CY
39162008-09-06 Chong Yidong <cyd@stupidchicken.com>
3917
3918 * misc.texi (Recursive Edit): Note that top-level exits active
3919 minibuffers.
3920
3921 * trouble.texi (Quitting): Likewise.
3922
b18d283d
CY
39232008-08-31 Chong Yidong <cyd@stupidchicken.com>
3924
3925 * emacs.texi (Top): Add Temporary Face Changes xref.
3926
3927 * display.texi (Display): Move Temporary Face Changes node to just
3928 after Standard Faces.
3929 (Scrolling): Document recenter-top-bottom instead of recenter.
3930 (Horizontal Scrolling): Move auto hscroll discussion to the top.
3931 (Faces, Standard Faces, Temporary Face Changes, Useless Whitespace)
3932 (Display Custom): Copyedits.
3933 (Optional Mode Line): Document display-battery-mode.
3934
180135fc
RF
39352008-08-27 Romain Francoise <romain@orebokech.com>
3936
3937 * custom.texi (Directory Variables): Minor fix.
3938
d3fe3475
GM
39392008-08-27 Glenn Morris <rgm@gnu.org>
3940
3941 * cal-xtra.texi (Advanced Calendar/Diary Usage): Tweak some menu
3942 descriptions.
3943 (Calendar Customizing): Tweak layout description.
183080b6 3944 Move calendar-today-marker and calendar-today face to the other
d3fe3475
GM
3945 markers. Condense calendar-star-date and calendar-mark-today
3946 description.
3947 (Holiday Customizing): Add oriental and solar holidays.
3948 Add index entries for Baha'i, Christian, Hebrew and Islamic holidays.
3949 Fix holiday-float description. Use zerop in examples. Be less verbose.
3950 (Date Display Format): Change ISO format. Be less verbose.
3951 (Diary Customizing): Mention day and month abbrev arrays.
3952 Mention the date-form variables by name. Update European example.
3953 (Non-Gregorian Diary): Change node name. Mention Baha'i functions.
3954 Condense examples. Mention diary-entry-symbols by name.
3955 Condense table for insertion commands.
3956 (Fancy Diary Display): Mention diary-include-string and
3957 diary-sexp-entry-symbol. Condense example. Add Chinese, Coptic,
3958 Ethiopic, Persian date functions. Condense descriptions.
3959
3960 * calendar.texi (Format of Diary File): Mention diary-nonmarking-symbol.
3961 (Adding to Diary): Adapt for changed node name.
3962
71755807
GM
39632008-08-26 Glenn Morris <rgm@gnu.org>
3964
3965 * cal-xtra.texi (Non-Gregorian Diary Entries): New name for
3966 node "Hebrew/Islamic Entries".
3967
3968 * calendar.texi (Specified Dates): Fix names of iso functions.
3969 (General Calendar): There may not be another window.
3970 (Writing Calendar Files, Holidays): Tweak intro.
3971 (Holidays): Mention Baha'i and Chinese holidays.
3972 (Sunrise/Sunset): Add M-x calendar-sunrise-sunset-month.
3973 (Lunar Phases): Remove incorrect reference to calendar-time-zone.
3974 (To Other Calendar): Add calendar-print-other-dates.
3975 Refer to "graphic display" rather than "X.
3976 (From Other Calendar): Add calendar-bahai-goto-date. Fix reference.
3977 (Displaying the Diary): Fix whitespace after reference.
3978 Fix `diary-number-of-entries' reference.
3979 (Date Formats): Explicitly mention that day names can be abbreviated.
3980 (Adding to Diary): Add some references to other sections.
3981 (Special Diary Entries): Fix reference.
3982 (Appointments): Simplify appt-message-warning-time entry.
3983 Clarify where times must be.
3984 (Importing Diary): Comment out icalendar paragraph that does not apply.
3985 (Time Intervals): Simplify entry for timeclock-ask-before-exiting.
3986
d76ebc75
GM
39872008-08-23 Glenn Morris <rgm@gnu.org>
3988
3989 * fortran-xtra.texi (Fortran): Change description of free form and
3990 fixed form a bit. Mention hideshow and imenu.
3991 (Fortran Motion): Mention fortran-end-of-subprogram,
3992 fortran-beginning-of-subprogram, fortran-mark-do, fortran-mark-if.
3993 (Fortran Indent): Minor re-word.
3994 (ForIndent Commands): Mention fortran-fill-paragraph and
3995 fortran-fill-statement.
3996 (ForIndent Cont): Mention fortran-tab-mode-string.
3997 (Fortran Comments): Mention fortran-comment-line-start-skip.
3998 (Fortran Columns): Mention font-locking.
3999 (Fortran Abbrev): Word syntax not relevant with new-style abbrev.
4000
1fc0ce04 40012008-08-23 Johan Bockgård <bojohan@muon>
e2a71e28
JB
4002
4003 * basic.texi (Moving Point): Fix <prior>/<next> confusion.
4004
5c52e13c
CY
40052008-08-22 Chong Yidong <cyd@stupidchicken.com>
4006
4007 * mini.texi (Minibuffer): Simplify introduction.
4008 (Minibuffer File): Document tilde in minibuffer filenames.
4009 (Minibuffer Edit): Mention that the prompt is read-only. Describe how
4010 to enter tabs, spaces, and question marks. Describe behavior of C-a.
4011 (Completion Example): Update example to current command list.
4012 (Completion Options): Document `lazy' value of completion-auto-help.
4013 Update contents of completion-ignored-extensions.
4014 (Minibuffer History): Describe "future history" list. State default
4015 value of history-delete-duplicates.
4016
77a00355
GM
40172008-08-21 Glenn Morris <rgm@gnu.org>
4018
4019 * fortran-xtra.texi (Fortran Columns): Document `fortran-line-length'.
87aae241 4020 (Fortran Comments): Replace fortran-indent-comment with comment-dwim.
77a00355 4021
39ee1d04
CY
40222008-08-17 Chong Yidong <cyd@stupidchicken.com>
4023
4024 * regs.texi (Registers): Clarify valid register names.
4025 (RegPos): Note that buffer is saved and restored too.
4026 (RegText): Note that mark is reactivated/deactivated.
4027 (RegConfig): Xref to Windows node.
4028
b12c348f
CY
40292008-08-16 Chong Yidong <cyd@stupidchicken.com>
4030
3ae7ba79
CY
4031 * basic.texi (Inserting Text): Provide command name for C-q.
4032
b12c348f
CY
4033 * killing.texi (Killing): Copyedit. Define read-only text.
4034 (Deletion): DEL and C-d were already explained in Erasing; xref there.
4035 (Killing by Lines): Copyedit.
4036 (Other Kill Commands): Move M-w description here.
4037 (Yanking): Move M-w to Other Kill Commands.
4038 (Kill Ring): Also mention saving text in registers. Link to Text
4039 Properties in elisp manual.
4040 (Accumulating Text): Copyedit.
4041 (CUA Bindings): Shift selection is now the default.
4042
d8ff7692
TZ
40432008-08-12 Teodor Zlatanov <tzz@lifelogs.com>
4044
4045 * maintaining.texi (Change Log): Mention next-error is available.
4046
a43a8a2e
GM
40472008-08-10 Glenn Morris <rgm@gnu.org>
4048
4049 * cal-xtra.texi (Calendar Customizing): Mention whitespace variables
4050 and intermonth text.
4051 (Holiday Customizing): Add holiday-chinese.
4052
eba27308
EZ
40532008-08-08 Eli Zaretskii <eliz@gnu.org>
4054
4055 * files.texi (Log Buffer, Diff Mode): Fix last changes. Add indexing.
4056
5f14a5b3
DN
40572008-08-07 Dan Nicolaescu <dann@ics.uci.edu>
4058
4059 * files.texi (Log Buffer): Describe C-c C-d.
4060 (Diff Mode): Describe C-x 4 A.
4061
49989bff
EZ
40622008-08-06 Eli Zaretskii <eliz@gnu.org>
4063
4064 * vc1-xtra.texi (VC Directory Mode): Fix last change.
4065
5c915c02
DN
40662008-08-06 Dan Nicolaescu <dann@ics.uci.edu>
4067
2beaf97a
DN
4068 * files.texi (Old Revisions): Update the keys used by vc-annotate and
4069 describe the new bindings to show the changeset diff, toggle annotation
4070 visibility, show revisions.
4071 (VC Status): Describe key bindings for modifying the change comments,
4072 displaying changeset diffs and annotations.
4073
5c915c02
DN
4074 * vc1-xtra.texi (VC Directory Mode): Talk about multiple VC systems.
4075
71798ace
NR
40762008-08-05 Nick Roberts <nickrob@snap.net.nz>
4077
4078 * vc1-xtra.texi (VC Directory Mode): Fix typo.
4079
b8949644
EZ
40802008-08-02 Eli Zaretskii <eliz@gnu.org>
4081
4082 * vc1-xtra.texi (VC Directory Mode, VC Directory Commands): Fix English
4083 and wording.
4084
819567d1
DN
40852008-08-02 Dan Nicolaescu <dann@ics.uci.edu>
4086
4087 * vc1-xtra.texi (VC Directory Mode): Fix and improve the info about
b8949644 4088 marking/unmarking. Add descriptions for the multiple file search
819567d1
DN
4089 commands. Improve some old info.
4090
5f38310a
CY
40912008-07-31 Chong Yidong <cyd@stupidchicken.com>
4092
0dc3906b
CY
4093 * display.texi (Visual Line Mode): New node.
4094
5f38310a 4095 * basic.texi (Inserting Text): Move DEL to deletion node.
1c6c854e
CS
4096 (Moving Point): Add additional alternative key bindings.
4097 Describe line-move-visual.
5f38310a
CY
4098 (Erasing): Describe DEL.
4099 (Basic Undo, Blank Lines, Arguments): Copyedit.
4100 (Continuation Lines): Mention Visual Line mode.
4101 (Position Info): Move extended discussion to mule.texi.
4102
4103 * mule.texi (International Chars): Describe C-x =.
4104
4105 * emacs.texi (Top): Add Visual Line Mode node.
4106
7c2fb837
DN
41072008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
4108
4109 * emacs.texi: Remove VMS support.
4110
3f6b73ef
DN
41112008-07-30 Dan Nicolaescu <dann@ics.uci.edu>
4112
4113 * vc1-xtra.texi (VC Directory Mode): Update the display format and fix
4114 the vc-dir command name.
4115
9e2a2647
DN
41162008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
4117
4118 * xresources.texi: Remove mentions of Mac Carbon.
4119
568beaa2
AS
41202008-07-19 Andreas Schwab <schwab@suse.de>
4121
4122 * ns-emacs.texi: Move to ../misc.
4123
0ef94706
CY
41242008-07-15 Chong Yidong <cyd@stupidchicken.com>
4125
4126 * entering.texi (Exiting): Don't describe text-only terminals as the
4127 default. Describe the new startup screen.
4128 (Exiting): Describe how to kill Emacs first. Change description of
4129 iconification to handle modern window systems.
4130
ba60bd44 41312008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
edfda783
AR
4132
4133 * ns-emacs.texi: New file, documents features of Emacs port under
4134 NeXTstep windowing.
4135
9f30aa73
CY
41362008-07-15 Chong Yidong <cyd@stupidchicken.com>
4137
938a5d2e
CY
4138 * entering.texi (Entering Emacs): Update prev node.
4139
4140 * glossary.texi (Glossary): Remove xref to Text Characters.
4141
9f30aa73
CY
4142 * commands.texi (User Input): Rewrite. Describe Emacs' behavior
4143 directly, rather than in the context of ASCII. Move description of
4144 special properties of modifier key to new Modifier Keys node.
4145 (Keys): Copyedit.
4146 (Text Characters): Delete node. Multibyte is the default nowadays, and
4147 the node contents are obsolete.
4148
4149 * custom.texi (Modifier Keys): New node.
4150
4151 * emacs.texi (Top): Update node list.
4152
7e53d36c
CY
41532008-07-13 Chong Yidong <cyd@stupidchicken.com>
4154
4155 * emacs.texi (Intro): Increase conciseness slightly. Remove paragraph
4156 saying that Emacs provides menus and mouse support (which is par for
4157 the course).
4158
4159 * screen.texi (Screen): Copyedit. Define "buffer" and "current buffer"
4160 early on.
4161 (Point): Copyedit. Relegate historical trivia to a footnote.
4162 (Mode Line): Explain mode-line format more consistently.
4163 (Menu Bar): Copyedit.
4164
1e9fa96d
GM
41652008-06-27 Glenn Morris <rgm@gnu.org>
4166
4167 * cal-xtra.texi (Sexp Diary Entries):
4168 * calendar.texi (Lunar Phases): Update for lunar.el name changes.
4169
dc9bebb8
CY
41702008-06-26 Chong Yidong <cyd@stupidchicken.com>
4171
4172 * mark.texi (Shift selection): New node.
4173 (Mark): Copyedits.
4174 (Persistent Mark): Move to the end of the chapter.
4175
e7881076
EZ
41762008-06-20 Eli Zaretskii <eliz@gnu.org>
4177
4178 * makefile.w32-in (distclean): Remove makefile.
4179
f427400c
NR
41802008-06-17 Nick Roberts <nickrob@snap.net.nz>
4181
4182 * building.texi (Starting GUD): Add an entry for gud-gdb.
4183 (GDB Graphical Interface): Explain that gud-gdb is now needed for text
4184 command mode.
4185
b597d348
GM
41862008-06-17 Glenn Morris <rgm@gnu.org>
4187
4188 * calendar.texi: Fix references to mouse-2 and mouse-3 in calendar.
4189
647b7094
NR
41902008-06-17 Nick Roberts <nickrob@snap.net.nz>
4191
4192 * building.texi (Starting GUD): Expand on remote debugging.
4193 (Other GDB-UI Buffers): Mention new keyboard bindings.
4194
47a30023
GM
41952008-06-15 Glenn Morris <rgm@gnu.org>
4196
4197 * gnu.texi: Use a verbatim license for this invariant section,
4198 as per etc/GNU.
4199
37e5d54a
GM
42002008-06-13 Daniel Engeler <engeler@gmail.com>
4201
4202 * emacs.texi, misc.texi: Add documentation about serial port access.
4203
8e65d46c
GM
42042008-06-13 Glenn Morris <rgm@gnu.org>
4205
c1473b4c
MB
4206 * emacs-xtra.texi, emacs.texi: Update Back-Cover text per
4207 maintain.info.
8e65d46c 4208
e40a85cd
MB
42092008-06-05 Miles Bader <miles@gnu.org>
4210
4211 * display.texi (Temporary Face Changes): Update to reflect function
4212 renamings in face-remap.el.
4213
56c73dec
MB
42142008-06-04 Miles Bader <miles@gnu.org>
4215
1c6c854e
CS
4216 * display.texi (Temporary Face Changes):
4217 Add `adjust-buffer-face-height'. Rewrite description of
56c73dec
MB
4218 `increase-buffer-face-height' and `decrease-default-face-height' now
4219 that they aren't bound by default.
4220
9d3d42fb
MB
42212008-06-03 Miles Bader <miles@gnu.org>
4222
4223 * display.texi (Temporary Face Changes): New node.
4224
2be6bfe2
EZ
42252008-05-31 Eli Zaretskii <eliz@gnu.org>
4226
4227 * msdog.texi (Windows Keyboard): Fix text added on 2008-05-29.
4228
daf7e339
GM
42292008-05-31 Glenn Morris <rgm@gnu.org>
4230
4231 * cal-xtra.texi (Fancy Diary Display): Simplify.
4232
d21d2618
GM
42332008-05-30 Glenn Morris <rgm@gnu.org>
4234
4235 * cal-xtra.texi (Fancy Diary Display): Update for
4236 diary-display-function replacing diary-display-hook.
4237
71ce5fd0
JB
42382008-05-29 Drew Adams <drew.adams@oracle.com>
4239
4240 * msdog.texi (Windows Keyboard): Add descriptions of
4241 w32-register-hot-key and w32-unregister-hot-key.
4242
a3cdbdf8
MO
42432008-05-21 Tom Tromey <tromey@redhat.com>
4244
4245 * custom.texi (Directory Variables): Grammar fix. Link to Safe File
4246 Variables node.
4247
854a574c
MO
42482008-05-19 Tom Tromey <tromey@redhat.com>
4249
4250 * custom.texi (Variables): Add Directory Variables to menu.
4251 (Directory Variables): New node.
4252
7c2ec3f9
ER
42532008-05-16 Eric S. Raymond <esr@snark.thyrsus.com>
4254
71ce5fd0 4255 * vc2-xtra.texi: Modify an example so it reflects what vc.el now does.
7c2ec3f9 4256
370fded4
ER
42572008-05-15 Eric S. Raymond <esr@snark.thyrsus.com>
4258
4259 * vc2-xtra.texi, emacs.texi, files.texi: Snapshots node renamed to
352c8b4a
GM
4260 Revision Tags and rewritten. Section now uses modern terminology,
4261 (tags rather than snapshots) and describes post-SCCS systems more
370fded4
ER
4262 accurately.
4263
6af511e3
EZ
42642008-05-10 Eli Zaretskii <eliz@gnu.org>
4265
4266 * msdog.texi (Windows Files): Update documentation of
4267 w32-get-true-file-attributes.
4268
7a78b6e7
ER
42692008-05-09 Eric S. Raymond <esr@snark.thyrsus.com>
4270
4271 * files.texi, vc-xtra.texi, vc1-xtra.texi: Document the new VC
4272 directory mode.
4273
1bcfc24e
CY
42742008-05-08 Chong Yidong <cyd@stupidchicken.com>
4275
4276 * killing.texi (Appending Kills): Remove a strangely off-topic index
6af511e3 4277 entry "television".
1bcfc24e 4278
db86064f
ER
42792008-05-07 Eric S. Raymond <esr@snark.thyrsus.com>
4280
ab5ec32c 4281 * ack.texi, files.texi, vc2-xtra.texi: Meta-CVS is no longer supported.
db86064f 4282
a31b405e
ER
42832008-05-02 Eric S. Raymond <esr@snark.thyrsus.com>
4284
4285 * emacs/buffers.texi, emacs/files.texi (Version-control):
4286 vc-toggle-read-only is no longer a good idea...
4287
ff2c14fc
GM
42882008-04-29 Glenn Morris <rgm@gnu.org>
4289
4290 * cal-xtra.texi (Sexp Diary Entries): Clarify diary-float.
4291
367c9b7c
JL
42922008-04-22 Juri Linkov <juri@jurta.org>
4293
4294 * dired.texi (Subdirectories in Dired): Describe using `^'
4295 to return to the parent directory.
4296
4ac1e9b4
NR
42972008-04-22 Nick Roberts <nickrob@snap.net.nz>
4298
4299 * building.texi (GDB-UI Layout, Other GDB-UI Buffers): Update for
4300 recent changes.
4301
b9b3bf2b
NR
43022008-04-19 Nick Roberts <nickrob@snap.net.nz>
4303
4304 * building.texi (GDB-UI Layout, Breakpoints Buffer)
4305 (Other GDB-UI Buffers): Update for recent thread related changes.
4306
4d120d6a
SM
43072008-04-11 Mirko Vukovic <mirko.vukovic@gmail.com> (tiny change)
4308
4309 * maintaining.texi (Maintaining):
4310 * emacs.texi (Top): Typo.
4311
a152877d
SM
43122008-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
4313
b9b3bf2b
NR
4314 * display.texi (Font Lock): Prefer add-hook to using a non-nil `mode'
4315 arg in `font-lock-add-keywords'.
a152877d 4316
36c0514c
GM
43172008-04-08 Glenn Morris <rgm@gnu.org>
4318
4319 * cal-xtra.texi, calendar.texi: Update for calendar name changes.
4320 Also add Baha'i calendar references where appropriate.
4321
06a97d46
GM
43222008-04-05 Glenn Morris <rgm@gnu.org>
4323
4324 * custom.texi (Init File): Byte-compiling .emacs is bad.
4325
6adc6eed
SM
43262008-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
4327
4328 * mini.texi (Minibuffer Edit) <resize-mini-windows>: Adjust default.
4329
571388b0
GM
43302008-03-29 Glenn Morris <rgm@gnu.org>
4331
4332 * calendar.texi: Update for `calendar-date-style' replacing
4333 `european-calendar'.
4334
3ae8f876
JR
43352008-03-28 Jason Rumney <jasonr@gnu.org>
4336
4337 * display.texi (Display Custom): Mention overlay-margin in text.
4338
5bc6ddff 43392008-03-12 Reiner Steib <Reiner.Steib@gmx.de>
03a864d5 4340
5bc6ddff
MB
4341 * custom.texi, dired.texi, mini.texi, mule.texi: Add `referenced in the
4342 tutorial' comments.
03a864d5 4343
7186a830
CY
43442008-03-28 Chong Yidong <cyd@stupidchicken.com>
4345
4346 * mark.texi (Mark): Rearrange nodes.
4347 (Persistent Mark): Rename from Transient Mark.
4348 (Mark, Setting Mark, Marking Objects, Persistent Mark, Mark Ring):
4349 Describe Transient Mark mode as the default.
4350
4351 * basic.texi (Basic Undo): Don't mention setting the mark, which isn't
4352 the default behavior with Transient Mark mode off.
4353 (Position Info): Fix typo.
4354
71ce5fd0
JB
4355 * display.texi (Standard Faces): Reference the Mark node.
4356 Remove discussion of the region face, which is discussed there.
7186a830
CY
4357
4358 * emacs.texi (Top): Update node listings.
4359
4360 * files.texi (Diff Mode, Misc File Ops): Describe Transient Mark mode
4361 as the default.
4362
4363 * fixit.texi (Undo): Standardize choice of undo key sequence.
4364 (Undo, Spelling): Describe Transient Mark mode as the default.
4365
4366 * frames.texi (Mouse Commands): Treat Transient Mark mode as the
4367 default.
4368
4369 * glossary.texi (Glossary): Treat Transient Mark mode as the default.
4370
4371 * killing.texi (Kill Ring, Accumulating Text): Assume Transient Mark
4372 mode is the default, and note that the mark is not activated when set.
4373
4374 * programs.texi (Moving by Defuns, Expressions, Comment Commands):
4375 Describe Transient Mark mode as the default.
4376
4377 * search.texi (Basic Isearch): Reference the Mark Ring node.
4378 (Replace, Unconditional Replace, Other Repeating Search):
4379 Describe Transient Mark mode as the default.
4380
1c6c854e
CS
4381 * text.texi (Words, Pages, Fill Commands, HTML Mode):
4382 Describe Transient Mark mode as the default.
7186a830
CY
4383 (Paragraphs): Describe how M-h behaves when region is active.
4384
4385 * trouble.texi (Quitting): Clarify effects of C-g.
4386
dc47d1ff
GM
43872008-03-13 Glenn Morris <rgm@gnu.org>
4388
4389 * emacs.texi (EMACSVER): Set to 23.0.60.
4390
e3e0fb39 43912008-03-05 Glenn Morris <rgm@gnu.org>
8b74f389 4392
e3e0fb39
GM
4393 * dired.texi (Hiding Subdirectories): Fix previous change.
4394
43952008-03-05 Drew Adams <drew.adams@oracle.com>
4396
4397 * dired.texi (Hiding Subdirectories): Document `dired-hide-subdir'.
8b74f389 4398
5e14abf8
KS
43992008-02-28 Kim F. Storm <storm@cua.dk>
4400
4401 * help.texi (Help Files): Move describe-gnu-project to C-h g.
4402 Move describe-distribution to C-h C-o.
4403 Move view-emacs-problems to C-h C-p.
4404 Add view-emacs-debugging on C-h C-d.
4405 Add view-external-packages on C-h C-e.
d0207bf3 4406 Add view-order-manuals on C-h C-m.
5e14abf8 4407
d0207bf3 44082008-02-17 Ulrich Mueller <ulm@kph.uni-mainz.de>
17577183
BG
4409
4410 * msdog-xtra.texi (MS-DOS): Docstring fix.
4411
87e391bb
EZ
44122008-02-09 Eli Zaretskii <eliz@gnu.org>
4413
4414 * msdog.texi (Windows Fonts): Use a @table for describing font
4415 properties.
4416
5662e503
JR
44172008-02-07 Jason Rumney <jasonr@gnu.org>
4418
4419 * msdog.texi (Windows Files): w32-get-true-file-attributes default
4420 value has changed.
4421 (Windows HOME): Clarify what is meant by "if that fails as well".
4422 (Windows Fonts): New section.
4423
72463824
GM
44242008-02-07 D. E. Evans <sinuhe@gnu.org> (tiny change)
4425
4426 * basic.texi (Basic Undo): Remove duplicate "you can".
4427
7ff926e0
EZ
44282008-02-02 Eli Zaretskii <eliz@gnu.org>
4429
4430 * maintaining.texi (Tags): Fix last change.
4431
6ab7aef1
MA
44322008-02-02 Michael Albinus <michael.albinus@gmx.de>
4433
093571c3 4434 * tramp.texi: Use new FSF's Back-Cover Text.
6ab7aef1 4435
ace67e7e
NR
44362008-01-31 Nick Roberts <nickrob@snap.net.nz>
4437
4438 * trouble.texi (Checklist): Direct users to emacs-devel@gnu.org.
4439
ae068fdf
RS
44402008-01-26 Richard Stallman <rms@gnu.org>
4441
4442 * maintaining.texi (Tags): Delete redundant index entry.
4443
a56d9a08
EZ
44442008-01-26 Eli Zaretskii <eliz@gnu.org>
4445
4446 * programs.texi (Imenu): Move "@cindex tags" from here...
4447 * maintaining.texi (Tags): ...to here.
4448
e941ed90
NR
44492008-01-23 Kevin Ryde <user42@zip.com.au>
4450
4451 * custom.texi (Mouse Buttons): Update elisp xref to "Click Events" on
4452 click count.
4453
650276d5
JB
44542008-01-21 Juanma Barranquero <lekktu@gmail.com>
4455
4456 * entering.texi (Exiting): Fix typo.
4457 Reported by D. E. Evans <sinuhe@gnu.org>.
4458
8dc17977
MR
44592007-12-31 Martin Rudalics <rudalics@gmx.at>
4460
4461 * glossary.texi (Glossary): Fix typo.
4462
9f9695a6
RS
44632007-12-27 Richard Stallman <rms@gnu.org>
4464
4465 * text.texi (Formatted Text): Improve menu tag.
4466 (Editing Format Info): In Info, add duplicate menu of nodes
4467 about the submenus.
4468 (Format Faces): Say where Faces menu is found. Mention Other.
4469 (Format Colors): Say where these submenus are found.
4470 (Format Indentation, Format Justification): Likewise.
4471 (Format Properties): Likewise.
4472
abfd0191
RS
44732007-12-22 Richard Stallman <rms@gnu.org>
4474
4475 * search.texi (Query Replace): Make exp of query-replace more
4476 self-contained, and clarify.
8dc17977 4477
abfd0191
RS
4478 * cc-mode.texi (Getting Started): Change @ref to @pxref.
4479
a2586785
RS
44802007-12-15 Richard Stallman <rms@gnu.org>
4481
4482 * files.texi (Auto Save): Clarify definition of auto-saving.
4483
a67cf2bb
RS
44842007-11-26 Richard Stallman <rms@gnu.org>
4485
4486 * help.texi (Help Echo): Cleanups.
4487
448b33b1
TTN
44882007-11-23 Thien-Thi Nguyen <ttn@gnuvola.org>
4489
4490 * files.texi (Why Version Control?): Fix typo.
4491 (VCS Concepts): Fix typos; small tense fix.
4d77fc8e
TTN
4492 (Selecting a Fileset): Fix typos; small rewording.
4493 (Log Buffer): Likewise.
4494 (Old Revisions): Likewise.
448b33b1 4495
221bb7f6
EZ
44962007-11-17 Eli Zaretskii <eliz@gnu.org>
4497
4498 * mule.texi (Communication Coding): Fix wording of last change.
4499
d0207bf3 45002007-11-16 Werner Lemberg <wl@gnu.org>
1ab397c1 4501
630cb3b7
JB
4502 * custom.texi (Specifying File Variables):
4503 * major.texi (Choosing Modes): Mention '\" in man pages.
1ab397c1 4504
53b7759e
KH
45052007-11-16 Kenichi Handa <handa@ni.aist.go.jp>
4506
a5ab2e0c 4507 * mule.texi (Communication Coding): Document x-select-request-type.
53b7759e
KH
4508
4509 * frames.texi (Cut/Paste Other App): Mention x-select-request-type.
4510
c8763fb6 45112007-11-15 Francesco Potortì <pot@gnu.org>
0b7f2f3f 4512
630cb3b7 4513 * maintaining.texi (TEXTAGS): Note that you can use "-" for stdout with
0b7f2f3f
FP
4514 --output=file.
4515
ff98e024
MR
45162007-11-13 Martin Rudalics <rudalics@gmx.at>
4517
4518 * help.texi (Help Summary, Apropos, Misc Help): Fix typos.
4519 (Help Echo): Avoid mentioning the term "region" here and
4520 consistently use the term "active text".
4521
37b11c22
GM
45222007-11-11 Glenn Morris <rgm@gnu.org>
4523
4524 * calendar.texi (Special Diary Entries): Fix Thanksgiving example.
4525
21d50ba1
JL
45262007-11-10 Paul Pogonyshev <pogonyshev@gmx.net>
4527
1c6c854e
CS
4528 * search.texi (Query Replace):
4529 Mention `query-replace-show-replacement'.
21d50ba1 4530
c12ecb0a 45312007-11-09 Nick Roberts <nickrob@snap.net.nz>
4fda797e
NR
4532
4533 * building.texi (Watch Expressions): Remove obscure sentence.
4534
3b4201f4
KH
45352007-11-06 Kenichi Handa <handa@ni.aist.go.jp>
4536
4537 * mule.texi (Select Input Method): Describe how to activate an input
4538 method in the text mode.
4539
07e5c0b0
DN
45402007-11-01 Dan Nicolaescu <dann@ics.uci.edu>
4541
4542 * cmdargs.texi (Misc Variables): Remove Sun windows info.
4543
52dd7391
NR
45442007-10-30 Nick Roberts <nickrob@snap.net.nz>
4545
4546 * building.texi (Watch Expressions): Describe gdb-delete-out-of-scope.
4547
c004e539
GM
45482007-10-30 Glenn Morris <rgm@gnu.org>
4549
4550 * misc.texi (Directory Tracking): Explain a bit more about
4551 dirtrack-mode.
4552
ca8c5b8c
GM
45532007-10-25 Glenn Morris <rgm@gnu.org>
4554
4555 * fortran-xtra.texi (Fortran): F90 mode handles F2003.
4556
b6c764ef
RS
45572007-10-24 Richard Stallman <rms@gnu.org>
4558
4559 * misc.texi (Interactive Shell): Cleanup last change.
4560
eabd84c9
JL
45612007-10-22 Juri Linkov <juri@jurta.org>
4562
4563 * mini.texi (Minibuffer History): Add text about a list of minibuffer
4564 default values.
4565
0b43c7e2
ER
45662007-10-20 Eric S. Raymond <esr@snark.thyrsus.com>
4567
ca8c5b8c 4568 * files.texi: Disambiguate two slightly different uses of the term
0b43c7e2
ER
4569 'filesets'.
4570
a80859d4
MR
45712007-10-18 Martin Rudalics <rudalics@gmx.at>
4572
4573 * trouble.texi (Quitting): Fix typo.
4574
c9447ae1
GM
45752007-10-18 Glenn Morris <rgm@gnu.org>
4576
4577 * frames.texi (Mode Line Mouse): Mention minor mode names.
4578
168b980f
JL
45792007-10-17 Juri Linkov <juri@jurta.org>
4580
4581 * text.texi (Fill Commands): Undocument fill-paragraph-or-region.
4582 fill-paragraph operates on the active region in Transient Mark mode.
4583 (Fill Prefix, Format Indentation): Replace fill-paragraph-or-region
4584 with fill-paragraph.
4585
4586 * basic.texi (Arguments): Replace fill-paragraph-or-region with
4587 fill-paragraph.
4588
4589 * fixit.texi (Spelling): ispell-word operates on the active region
4590 in Transient Mark mode.
4591
5a331f34
JB
45922007-10-17 Aaron S. Hawley <aaronh@garden.org>
4593
4594 * building.texi (Source Buffers):
4595 * custom.texi (Init Non-ASCII):
4596 * glossary.texi (Glossary): Use "key binding" consistently.
4597
2a9f4d55
JB
45982007-10-17 Juanma Barranquero <lekktu@gmail.com>
4599
4600 * calendar.texi (Diary): Fix directive.
4601
de13cecf
RS
46022007-10-16 Richard Stallman <rms@gnu.org>
4603
4604 * calendar.texi (Diary): Clarify text about diary file example.
4605
5f90d53e
ER
46062007-10-13 Eric S. Raymond <esr@snark.thyrsus.com>
4607
4608 * files.texi: Capitalize node names according to convention.
4609
3aa491bc
GM
46102007-10-13 Glenn Morris <rgm@gnu.org>
4611
4612 * misc.texi (Interactive Shell): Correct INSIDE_EMACS reference.
4613
8a3106d3
ER
46142007-10-11 Eric S. Raymond <esr@snark.thyrsus.com>
4615
4616 * emacs.texi:
4617 * files.texi (Version Systems): Minor fixes to version-control material
5a331f34 4618 suggested by RMS and Robert J. Chassell.
8a3106d3 4619
da1080a2
ER
46202007-10-10 Eric S. Raymond <esr@snark.thyrsus.com>
4621
3aa491bc 4622 * files.texi (Version Systems):
0870a421
ER
4623 * vc-xtra.texi:
4624 * vc1-xtra.texi:
ac3f4c6f 4625 * vc2-xtra.texi: Merge in changes for new VC with fileset-oriented
2a9f4d55 4626 operations. Change of terminology from `version' to `revision'.
a7fc5b78 4627 Revise text for adequate description of VCSes with monotonic IDs.
2a9f4d55 4628 * emacs.texi: Change of terminology from `version' to `revision'.
da1080a2 4629
58ade22b
ER
46302007-10-09 Eric S. Raymond <esr@snark.thyrsus.com>
4631
da1080a2 4632 * files.texi (Version Systems): Describe newer VCses.
58ade22b
ER
4633 Reorder the descriptions to be chronological.
4634
93870ce2
RS
46352007-10-09 Richard Stallman <rms@gnu.org>
4636
4637 * display.texi (Cursor Display): Correct how cursor appears
4638 in nonselected windows.
4639
568c7288
NR
46402007-10-04 Nick Roberts <nickrob@snap.net.nz>
4641
4642 * building.texi (GDB Graphical Interface): Remove references to gdba
4643 and mention gud-gdb.
4644
1af74d06 46452007-08-31 Eli Zaretskii <eliz@gnu.org>
17afb4cb 4646
1af74d06 4647 * rmail.texi (Rmail Sorting): Improve indexing.
17afb4cb 4648
0d8fb755
JL
46492007-10-06 Juri Linkov <juri@jurta.org>
4650
4651 * text.texi (Fill Commands): Document fill-paragraph-or-region.
4652 (Fill Prefix, Format Indentation): Replace fill-paragraph with
4653 fill-paragraph-or-region.
4654
4655 * basic.texi (Arguments): Replace fill-paragraph with
4656 fill-paragraph-or-region.
4657
b981e2c6
ER
46582007-10-06 Eric S. Raymond <esr@snark.thyrsus.com>
4659
4660 * files.texi: Update the section on version control for 2007
2a9f4d55 4661 conditions. None of these changes are new-VC-specific; that
b981e2c6
ER
4662 will come later.
4663
5fceaf9c
GM
46642007-09-15 Glenn Morris <rgm@gnu.org>
4665
4666 * calendar.texi (Holidays): Change all instances of `holiday-list' back
4667 to `list-holidays'.
4668
b0e44b17
GM
46692007-09-14 Glenn Morris <rgm@gnu.org>
4670
4671 * calendar.texi: Update all instances of mark-calendar-holidays,
4672 list-calendar-holidays, list-holidays with the new names.
4673
8cf51b2c
GM
46742007-09-06 Glenn Morris <rgm@gnu.org>
4675
46a367db 4676 Move manual sources from man/ to subdirectories of doc/.
8cf51b2c
GM
4677 Split into the Emacs manual in emacs/, and other manuals in misc/.
4678 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Reduce to just the Emacs
4679 manual.
4680 (infodir): New variable.
4681 (info): Use $infodir.
4682 (emacsman): Delete target, not needed any more.
4683 Move all targets that are not the Emacs manual to misc/Makefile.in.
4684 (mostlyclean): Remove `gnustmp'.
4685 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS): Reduce to just the Emacs
4686 manual.
92f9b43f 4687 (MULTI_INSTALL_INFO, ENVADD, infodir): Go up one more level.
8cf51b2c
GM
4688 (emacsman): Delete target, not needed any more.
4689 (clean): Remove all info files but Emacs manual.
4690 Move all targets that are not the Emacs manual to misc/Makefile.in.
4691 * emacs-xtra.texi, emacs.texi (setfilename): Go up one more level.
4692
4693 * Makefile.in (INFOSOURCES): Delete.
4694 (.SUFFIXES): Use $(TEXI2DVI) rather than texi2dvi.
4695 (mostlyclean): Add *.op, *.ops. Move *.aux *.cps *.fns *.kys *.pgs
4696 *.vrs *.toc here...
4697 (maintainer-clean): ...from here.
4698
46992007-09-05 Glenn Morris <rgm@gnu.org>
4700
4701 * custom.texi (Safe File Variables): Clarify `!' and risky variables.
4702
8cf51b2c
GM
47032007-08-29 Glenn Morris <rgm@gnu.org>
4704
4705 * emacs.texi (EMACSVER): Increase to 23.0.50.
4706
3420c522
RS
47072007-08-27 Richard Stallman <rms@gnu.org>
4708
4709 * emacs.texi (Top): Clarify menu item for Glossary.
4710
4711 * display.texi (Faces): Change secn title.
4712 Clarify not all fonts come from Font Lock.
4713
8cf51b2c
GM
47142007-08-17 Eli Zaretskii <eliz@gnu.org>
4715
4716 * basic.texi (Position Info): Add index entry for face at point.
4717 Mention that character faces are also displayed by "C-u C-x =".
4718
8cf51b2c
GM
47192007-08-08 Glenn Morris <rgm@gnu.org>
4720
4721 * glossary.texi (Glossary): Deprecate `iff'.
8cf51b2c
GM
4722
47232007-08-07 Chong Yidong <cyd@stupidchicken.com>
4724
4725 * files.texi (File Conveniences): Document point motion keys in Image
4726 mode.
4727
8cf51b2c
GM
47282007-07-27 Glenn Morris <rgm@gnu.org>
4729
8cf51b2c
GM
4730 * emacs.texi (Copying): Include license text from gpl.texi, rather than
4731 in-line.
4732
4733 * gpl.texi: New file with text of GPL.
4734 * Makefile.in (EMACSSOURCES): Add gpl.texi.
4735
47362007-07-26 Dan Nicolaescu <dann@ics.uci.edu>
4737
4738 * vc2-xtra.texi (Customizing VC): Add GIT and HG.
4739
4740 * dired.texi (Wdired): Mention C-x C-q key binding.
4741
47422007-07-28 Nick Roberts <nickrob@snap.net.nz>
4743
4744 * building.texi (GDB Graphical Interface): Qualify use of "M-x gdba".
4745
47462007-07-25 Glenn Morris <rgm@gnu.org>
4747
8cf51b2c
GM
4748 * emacs.texi (Copying): Replace license with GPLv3.
4749
4750 * Relicense all FSF files to GPLv3 or later.
4751
47522007-07-24 Glenn Morris <rgm@gnu.org>
4753
4754 * calendar.texi (Writing Calendar Files): cal-tex-diary etc only work
4755 for some calendars.
4756
47572007-07-23 Nick Roberts <nickrob@snap.net.nz>
4758
4759 * screen.texi (Mode Line): Describe new mode-line flag that shows if
4760 default-directory for the current buffer is on a remote machine.
4761
8cf51b2c
GM
47622007-07-21 Eli Zaretskii <eliz@gnu.org>
4763
4764 * vc2-xtra.texi (Customizing VC) <vc-handled-backends>: Update the
4765 default value.
4766
47672007-07-21 Richard Stallman <rms@gnu.org>
4768
4769 * files.texi (Why Version Control?): Improve previous change.
4770
47712007-07-18 Eric S. Raymond <esr@snark.thyrsus.com>
4772
4773 * files.texi (Why Version Control?): New node.
4774
8cf51b2c
GM
47752007-07-12 Nick Roberts <nickrob@snap.net.nz>
4776
8cf51b2c
GM
4777 * building.texi (Starting GUD): Add xref to this anchor.
4778
8cf51b2c
GM
47792007-06-24 Karl Berry <karl@gnu.org>
4780
2a9f4d55 4781 * emacs.texi: New Back-Cover Text.
8cf51b2c 4782
8cf51b2c
GM
47832007-06-07 Alan Mackenzie <acm@muc.de>
4784
4785 * display.texi (Optional Mode Line): Document the new form of
4786 line+column numbers, "(561,2)".
4787
47882007-06-06 Juanma Barranquero <lekktu@gmail.com>
4789
49823426 4790 * maintaining.texi (Create Tags Table): Fix typos.
8cf51b2c
GM
4791
47922007-06-02 Chong Yidong <cyd@stupidchicken.com>
4793
4794 * Version 22.1 released.
4795
8cf51b2c
GM
47962007-05-07 Karl Berry <karl@gnu.org>
4797
4798 * emacs.texi (EMACSVER): Back to 22.
4799
48002007-05-06 Richard Stallman <rms@gnu.org>
4801
4802 * maintaining.texi (Create Tags Table): Clean up previous change.
4803
c8763fb6 48042007-05-05 Francesco Potortì <pot@gnu.org>
8cf51b2c
GM
4805
4806 * maintaining.texi (Create Tags Table): Add text about the dangers of
4807 making symbolic links to tags files.
4808
48092007-05-04 Karl Berry <karl@gnu.org>
4810
4811 * emacs.texi (EMACSVER) [smallbook]: 22.1 for printed version, not 22.
4812
48132007-05-03 Karl Berry <karl@gnu.org>
4814
4815 * emacs.texi (EMACSVER) [smallbook]: 22 for printed version.
4816
4817 * .cvsignore (*.pdf): New entry.
4818
8cf51b2c
GM
4819 * emacs.texi (\urlcolor, \linkcolor) [smallbook]: \let to \Black
4820 for printing.
4821
48222007-05-01 Richard Stallman <rms@gnu.org>
4823
4824 * cmdargs.texi (Initial Options): Under --batch, mention --eval.
4825
8cf51b2c
GM
48262007-04-28 Glenn Morris <rgm@gnu.org>
4827
4828 * ack.texi (Acknowledgments):
4829 * anti.texi (Antinews):
8cf51b2c
GM
4830 * programs.texi (Program Modes): Restore mention of python.el pending
4831 consideration of legal status.
4832
48332007-04-28 Richard Stallman <rms@gnu.org>
4834
4835 * files.texi (File Names): Fixes to ~ description on MS systems.
4836
8cf51b2c
GM
48372007-04-26 Glenn Morris <rgm@gnu.org>
4838
4839 * emacs.texi (EMACSVER): Increase to 22.1.50.
4840
48412007-04-25 Karl Berry <karl@gnu.org>
4842
4843 * emacs.texi: Improve line breaks on copyright page,
4844 similar layout to lispref, 8.5x11 by default.
4845
4846 * dired.texi (Image-Dired): Improve line break, fix typo.
4847
48482007-04-24 Chong Yidong <cyd@stupidchicken.com>
4849
4850 * programs.texi (Program Modes):
8cf51b2c
GM
4851 * anti.texi (Antinews):
4852 * ack.texi (Acknowledgments): python.el removed.
4853
8cf51b2c
GM
48542007-04-23 Chong Yidong <cyd@stupidchicken.com>
4855
4856 * display.texi (Highlight Interactively): Correct description of
4857 hi-lock-file-patterns-policy.
4858
4859 * files.texi (File Archives): Mention self-extracting executables.
4860
48612007-04-23 Eli Zaretskii <eliz@gnu.org>
4862
4863 * search.texi (Unconditional Replace, Query Replace): Add xref to
4864 "Replacement and Case".
4865
48662007-04-22 Chong Yidong <cyd@stupidchicken.com>
4867
4868 * dired.texi (Image-Dired): Move from Thumbnails node.
4869 * misc.texi (Thumbnails): Node deleted.
4870 * emacs.texi (Top): Update node listing.
4871
4872 * files.texi (File Conveniences):
49823426 4873 * ack.texi (Acknowledgments): Rename "tumme" to "image-dired".
8cf51b2c
GM
4874
48752007-04-21 Richard Stallman <rms@gnu.org>
4876
4877 * display.texi (Highlight Interactively): Correct previous change.
4878 Clarify doc of hi-lock-find-patterns, and move new features into it.
4879
48802007-04-20 David Koppelman <koppel@ece.lsu.edu>
4881
1c6c854e
CS
4882 * display.texi (Highlight Interactively):
4883 Document hi-lock-file-patterns-policy.
8cf51b2c
GM
4884
48852007-04-20 Martin Rudalics <rudalics@gmx.at>
4886
4887 * display.texi (Scrolling): Fix typo.
4888
8cf51b2c
GM
48892007-04-15 Chong Yidong <cyd@stupidchicken.com>
4890
8cf51b2c
GM
4891 * doclicense.texi: Remove node heading, so that it can be included by
4892 other files.
4893
4894 * emacs.texi: Insert node heading for GFDL.
4895
8cf51b2c
GM
48962007-04-14 Eli Zaretskii <eliz@gnu.org>
4897
4898 * cmdargs.texi (Colors): Qualify "color of window" index entry by
4899 "command line".
4900
4901 * display.texi (Faces): Refer to "Creating Frames" for face
4902 and other frame customizations in .emacs.
4903
4904 * frames.texi (Creating Frames): Mention that face customizations can
4905 be put in .emacs. Add index entries.
4906
49072007-04-12 Richard Stallman <rms@gnu.org>
4908
4909 * glossary.texi (Glossary): Explain `iff'.
4910
49112007-04-11 Karl Berry <karl@gnu.org>
4912
4913 * gnu.texi (Top),
4914 * macos.texi (Mac Font Specs),
4915 * anti.texi (Antinews),
4916 * xresources.texi (Resources),
4917 * misc.texi (Emulation),
4918 * calendar.texi (Daylight Saving),
4919 * dired.texi (Dired and Find),
4920 * rmail.texi (Remote Mailboxes),
4921 * sending.texi (Mail Headers),
4922 * programs.texi (Which Function),
4923 * files.texi (Recover),
4924 * buffers.texi (Uniquify),
4925 * frames.texi (Wheeled Mice),
4926 * killing.texi (Rectangles): Wording to improve breaks in
4927 8.5x11 format.
4928 * mule.texi (Language Environments): \hbadness=10000 since there's
4929 no way to reword.
4930 * emacs.texi (smallbook): New @set to more easily switch between
4931 smallbook and 8.5x11.
4932
49332007-04-11 Richard Stallman <rms@gnu.org>
4934
4935 * files.texi (File Conveniences): Add xref to Tumme.
4936 Delete text about Thumbnail mode.
4937
8cf51b2c
GM
49382007-04-09 Alan Mackenzie <acm@muc.de>
4939
4940 * cmdargs.texi (Initial Options): Call "inhibit-splash-screen" by its
4941 new name. Insert concept index entries.
4942
8cf51b2c
GM
49432007-04-08 Chong Yidong <cyd@stupidchicken.com>
4944
4945 * display.texi (Standard Faces): Document prefix arg for
4946 list-faces-display.
4947
4948 * rmail.texi (Rmail Scrolling): Document rmail-end-of-message.
4949
8cf51b2c
GM
49502007-04-07 Chong Yidong <cyd@stupidchicken.com>
4951
8cf51b2c
GM
4952 * killing.texi (Deletion): Rewrite description of M-\ prefix argument.
4953
4954 * files.texi (Misc File Ops): Rewrite description of
4955 insert-file-literally.
4956
8cf51b2c
GM
49572007-03-31 Eli Zaretskii <eliz@gnu.org>
4958
4959 * misc.texi (Printing): Postscript -> PostScript.
4960
8cf51b2c
GM
4961 * ack.texi (Acknowledgments): Postscript -> PostScript.
4962
4963 * custom.texi (Init File, Init Non-ASCII): Fix last change.
4964
4965 * emacs.texi (Top): Fix the menu due to the change in custom.texi
4966 below.
4967
49682007-03-30 Chong Yidong <cyd@stupidchicken.com>
4969
4970 * custom.texi (Non-ASCII Rebinding): Node deleted. Material moved to
4971 Init Non-ASCII.
4972 (Init Rebinding, Init Syntax): Link to Init Non-ASCII instead.
4973 (Init Non-ASCII): New node.
4974
49752007-03-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4976
4977 * macos.texi (Mac Font Specs): Mention AppleAntiAliasingThreshold.
4978
8cf51b2c
GM
49792007-03-12 Glenn Morris <rgm@gnu.org>
4980
8cf51b2c
GM
4981 * calendar.texi, emacs.texi (Daylight Saving): Rename node from
4982 "Daylight Savings".
4983
49823426 4984 * calendar.texi: Replace "daylight savings" with "daylight
8cf51b2c
GM
4985 saving" in text throughout.
4986
8cf51b2c
GM
49872007-03-04 Richard Stallman <rms@gnu.org>
4988
4989 * custom.texi (Safe File Variables): Minor correction.
4990
8cf51b2c
GM
49912007-02-28 Thien-Thi Nguyen <ttn@gnu.org>
4992
4993 * rmail.texi (Movemail): Add internal ref.
4994 Don't indent the intro for the PROTO table.
4995 Format PROTO table items with @code.
4996
8cf51b2c
GM
49972007-02-26 Nick Roberts <nickrob@snap.net.nz>
4998
4999 * building.texi: Remove references to bashdb.
5000
8cf51b2c
GM
50012007-02-19 Juanma Barranquero <lekktu@gmail.com>
5002
5003 * mule.texi (Language Environments): Update list of supported language
5004 environments.
5005
8cf51b2c
GM
50062007-02-14 Kim F. Storm <storm@cua.dk>
5007
5008 * building.texi (Grep Searching): Fix lgrep doc.
5009
50102007-02-12 Chong Yidong <cyd@stupidchicken.com>
5011
5012 * back.texi: Remove unused file.
5013
c8763fb6 50142007-02-05 Francesco Potortì <pot@gnu.org>
8cf51b2c
GM
5015
5016 * maintaining.texi (Tag Syntax): Now --members is the default for
5017 etags, not for ctags yet.
5018
8cf51b2c
GM
50192007-02-03 Eli Zaretskii <eliz@gnu.org>
5020
5021 * emacs.texi (Top): Update the top-level menus. Make the detailed menu
5022 headers compliant with Texinfo guidelines and with what texnfo-upd.el
5023 expects. Add comments to prevent people from inadvertently modifying
5024 the key parts needed by `texinfo-multiple-files-update'.
5025
50262007-01-29 Chong Yidong <cyd@stupidchicken.com>
5027
5028 * frames.texi (Secondary Selection): Window clicked does not matter
5029 when mouse-yank-at-point is non-nil.
5030
8cf51b2c
GM
50312007-01-16 Glenn Morris <rgm@gnu.org>
5032
5033 * abbrevs.texi (Editing Abbrevs): Describe how to disable a
5034 system abbrev.
5035
50362007-01-11 Richard Stallman <rms@gnu.org>
5037
5038 * msdog.texi (Windows Keyboard): Another small cleanup.
5039
50402007-01-10 Richard Stallman <rms@gnu.org>
5041
5042 * msdog.texi (Windows Keyboard): Yet another try to make
5043 everyone happy with that passage.
5044
50452007-01-05 Richard Stallman <rms@gnu.org>
5046
5047 * anti.texi (Antinews): Mention M-x shell scrolling.
5048
50492007-01-05 Nick Roberts <nickrob@snap.net.nz>
5050
5051 * building.texi (Watch Expressions): Describe gdb-max-children.
5052
8cf51b2c
GM
50532007-01-04 Richard Stallman <rms@gnu.org>
5054
8cf51b2c
GM
5055 * msdog.texi (Windows Keyboard): Clarify previous change.
5056
8cf51b2c
GM
50572007-01-02 Richard Stallman <rms@gnu.org>
5058
5059 * custom.texi (Changing a Variable): Minor clarification.
5060 (Specific Customization): customize-customized => customize-unsaved.
5061
5062 * entering.texi (Entering Emacs): Clean up text about restarting
5063 Emacs for each file.
5064
5065 * misc.texi (Shell Options): Minor cleanup.
5066
5067 * msdog.texi (Windows Keyboard): Explain that Windows was incompatible
5068 with Emacs, not vice versa.
5069
5070 * programs.texi (Symbol Completion): Recommend customizing
5071 window manager.
5072
5073 * xresources.texi (Resources): Minor fix.
5074
c8763fb6 50752007-01-01 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
5076
5077 * xresources.texi (Table of Resources): Add scrollBarWidth resource.
5078
50792007-01-01 Richard Stallman <rms@gnu.org>
5080
5081 * commands.texi (User Input): Document keys stolen by window mangers.
5082
50832006-12-31 Richard Stallman <rms@gnu.org>
5084
5085 * custom.texi (Specific Customization): Document customize-option
5086 instead of customize-variable.
5087
50882006-12-31 Kim F. Storm <storm@cua.dk>
5089
5090 * major.texi (Choosing Modes): Document auto-mode-case-fold.
5091
50922006-12-30 Kim F. Storm <storm@cua.dk>
5093
5094 * killing.texi (CUA Bindings): Fix typo.
5095
5096 * xresources.texi (Table of Resources): Mention grow-only value for
5097 auto-resize-tool-bars.
5098
8cf51b2c
GM
50992006-12-27 Eli Zaretskii <eliz@gnu.org>
5100
5101 * msdog.texi (Windows Keyboard): Mention widespread Windows bindings,
5102 and how to get them back.
5103
51042006-12-26 Richard Stallman <rms@gnu.org>
5105
5106 * calendar.texi (Holidays): Holiday listing is based on current
5107 practice, but DST is not.
5108
51092006-12-25 Richard Stallman <rms@gnu.org>
5110
5111 * emacs.texi (Top): Update subnode menus.
5112
5113 * mark.texi (Transient Mark): Fix xref.
5114
5115 * killing.texi (Graphical Kill): Node deleted.
5116 (Killing): Add xref to Cut and Paste.
5117 (CUA Bindings): Update xref.
5118
5119 * frames.texi (Cut and Paste): New section to hold other nodes.
5120 (Mouse Commands): Node demoted.
5121 (Cut/Paste Other App): Split out from Mouse Commands.
5122 (Word and Line Mouse): Likewise.
5123 (Secondary Selection, Clipboard): Nodes demoted.
5124
8cf51b2c
GM
51252006-12-24 Kevin Ryde <user42@zip.com.au>
5126
5127 * calendar.texi (Holidays): US daylight saving begins second Sunday
5128 in March for 2007 onwards.
5129 (Daylight Savings): Show new US default daylight saving rules, 2nd
5130 Sun in Mar to 1st Sun in Nov, now in cal-dst.el.
5131
51322006-12-23 Chong Yidong <cyd@stupidchicken.com>
5133
5134 * calendar.texi (Scroll Calendar): < and > are switched.
5135
51362006-12-23 Kevin Rodgers <ihs_4664@yahoo.com>
5137
5138 * killing.texi (Deletion): Describe M-\ prefix argument.
5139
51402006-12-23 Richard Stallman <rms@gnu.org>
5141
5142 * search.texi (Regexp Search): Explain why forward and reverse regexp
5143 search are not mirror images.
5144
8cf51b2c
GM
51452006-12-19 Kim F. Storm <storm@cua.dk>
5146
5147 * major.texi (Choosing Modes): Describe match-function elements for
5148 magic-mode-alist.
5149
8cf51b2c
GM
51502006-12-18 Eli Zaretskii <eliz@gnu.org>
5151
5152 * msdog.texi (Windows Keyboard): Add a footnote about "Windows" keys
5153 peculiarities.
5154
51552006-12-18 Richard Stallman <rms@gnu.org>
5156
5157 * abbrevs.texi (Editing Abbrevs): Fix previous change.
5158
8cf51b2c
GM
51592006-12-17 Alan Mackenzie <acm@muc.de>
5160
5161 * programs.texi (Left Margin Paren): Remove the bit which says
5162 that CC Mode sets open-paren-in-column-0-is-defun-start to nil.
5163 Discuss some of the issues of setting this option to nil.
5164
51652006-12-17 Glenn Morris <rgm@gnu.org>
5166
5167 * abbrevs.texi (Editing Abbrevs): Mention system abbrevs.
5168
51692006-12-16 Eli Zaretskii <eliz@gnu.org>
5170
5171 * msdog.texi (Windows Keyboard): Clarify `w32-recognize-altgr' effect.
5172 (Windows Files): `w32-get-true-file-attributes' is only relevant for
5173 NTFS volumes.
5174 (ls in Lisp): `links' in `ls-lisp-verbosity' is only relevant to NTFS
5175 volumes.
5176
51772006-12-15 Eli Zaretskii <eliz@gnu.org>
5178
5179 * text.texi (HTML Mode): Fix "C-c TAB".
5180
8cf51b2c
GM
51812006-12-09 Richard Stallman <rms@gnu.org>
5182
5183 * misc.texi (Invoking emacsclient): Simplify TCP file text.
5184
51852006-12-08 Kevin Rodgers <ihs_4664@yahoo.com>
5186
5187 * files.texi (Misc File Ops): Document insert-file-literally.
5188
51892006-12-08 Eli Zaretskii <eliz@gnu.org>
5190
5191 * cmdargs.texi (Colors): Note that --color is intended for overriding
5192 the terminal defaults, not for normal invocation.
5193
5194 * misc.texi (Emacs Server): Improve wording. Don't mention the
5195 ``server program''. Add a cross-reference to "Init File" node.
5196 (Invoking emacsclient): Add index entries. Document both short and
5197 long versions of command-line options. Document the -f option.
5198
8cf51b2c
GM
51992006-12-06 Richard Stallman <rms@gnu.org>
5200
5201 * text.texi (Outline Format): Say to set outline-regexp
5202 and outline-level with major modes and file local variables.
5203
c8763fb6 52042006-12-05 Michaël Cadilhac <michael.cadilhac@lrde.org>
8cf51b2c
GM
5205
5206 * anti.texi (Antinews): Mention the alternative to
5207 `~/.emacs_SHELLNAME', which is `~/.emacs.d/init_SHELLNAME.sh'.
5208
8cf51b2c
GM
5209 * misc.texi (Interactive Shell): Ditto.
5210
52112006-12-04 Eli Zaretskii <eliz@gnu.org>
5212
5213 * emacs.texi (Acknowledgments): Fix Arne J@o{}rgensen's name.
5214
5215 * ack.texi (Acknowledgments): Fix Arne J@o{}rgensen's name.
5216
52172006-12-01 Eli Zaretskii <eliz@gnu.org>
5218
5219 * mule.texi (Enabling Multibyte): Rephrase the confusing reference to a
5220 colon in the mode line.
5221
5222 * msdog.texi (Windows Processes) [@ifnottex]: Mention w32-shell-execute.
5223
52242006-11-26 Nick Roberts <nickrob@snap.net.nz>
5225
5226 * building.texi (Watch Expressions): Mention SPC for expanding/
5227 contracting watch expressions.
5228
52292006-11-26 Kim F. Storm <storm@cua.dk>
5230
5231 * kmacro.texi (Basic Keyboard Macro): Mention F3/F4 more.
5232
52332006-11-26 Nick Roberts <nickrob@snap.net.nz>
5234
5235 * building.texi (Debugger Operation): Define text command mode.
5236 Clarify how tooltips work.
5237 (GDB Graphical Interface): Explain how to run in text command mode
5238 more clearly.
5239
52402006-11-25 Juanma Barranquero <lekktu@gmail.com>
5241
5242 * mule.texi (Defining Fontsets): Fix use of `charset' and `font'.
5243
52442006-11-22 Juanma Barranquero <lekktu@gmail.com>
5245
5246 * anti.texi (Antinews): Mention --server-file and TCP sockets.
5247
8cf51b2c
GM
52482006-11-18 Chong Yidong <cyd@stupidchicken.com>
5249
5250 * misc.texi (Interactive Shell): INSIDE_EMACS is set to t,
5251 and EMACS is deprecated.
5252
52532006-11-18 Juanma Barranquero <lekktu@gmail.com>
5254
5255 * makefile.w32-in (emacs.dvi): Remove xresmini.texi.
5256
c8763fb6 52572006-11-18 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
5258
5259 * Makefile.in (emacs.dvi): Remove xresmini.texi.
5260
5261 * emacs.texi: Include xresources.texi both for info and dvi.
5262
5263 * xresources.texi: Merge text from xresmini.texi.
5264
c8763fb6 52652006-11-12 Roberto Rodríguez <lanubeblanca@googlemail.com> (tiny change)
8cf51b2c
GM
5266
5267 * glossary.texi: Fix typos.
5268
8cf51b2c
GM
52692006-11-06 Richard Stallman <rms@gnu.org>
5270
5271 * emacs.texi (Acknowledgments): Fix name spelling, add Anna Bigatti.
5272
5273 * ack.texi (Acknowledgments): Fix name spelling.
5274
52752006-11-01 Juri Linkov <juri@jurta.org>
5276
5277 * search.texi (Word Search): Document incremental word search.
5278
52792006-10-28 Glenn Morris <rgm@gnu.org>
5280
5281 * ack.texi (Acknowledgments): Add cal-html author.
5282
5283 * calendar.texi (Writing Calendar Files): Rename section (was "LaTeX
5284 Calendar"). Describe new package cal-html.
5285 * emacs.texi (Top): Rename old node "LaTeX Calendar" to "Writing
5286 Calendar Files."
5287
8cf51b2c
GM
52882006-10-23 Richard Stallman <rms@gnu.org>
5289
5290 * abbrevs.texi (Expanding Abbrevs): Expansion happens only when
5291 Abbrev mode is enabled.
5292
8cf51b2c
GM
52932006-10-16 Richard Stallman <rms@gnu.org>
5294
8cf51b2c
GM
5295 * emacs.texi: Update ISBN.
5296
8cf51b2c
GM
52972006-10-11 Kim F. Storm <storm@cua.dk>
5298
5299 * emacs.texi (Acknowledgments): Use @dotless{i}.
5300
53012006-10-08 Nick Roberts <nickrob@snap.net.nz>
5302
5303 * building.texi (Breakpoints Buffer): Mention catchpoints.
5304
53052006-10-08 Kim F. Storm <storm@cua.dk>
5306
5307 * ack.texi (Acknowledgments): Update.
5308
5309 * emacs.texi (Acknowledgments): Fix bad @/ form.
5310
8cf51b2c
GM
53112006-10-05 Kim F. Storm <storm@cua.dk>
5312
5313 * emacs.texi (Acknowledgments): Add more contributors.
5314
53152006-10-03 Richard Stallman <rms@gnu.org>
5316
5317 * emacs.texi (Acknowledgments): Update version and edition.
5318
8cf51b2c
GM
53192006-10-01 Karl Berry <karl@gnu.org>
5320
5321 * custom.texi (Customization Groups): Page break to keep example buffer
5322 on one page.
5323
53242006-09-30 Karl Berry <karl@gnu.org>
5325
5326 * programs.texi (Basic Indent): @need to improve page break.
5327 * text.texi: Rewording to improve page breaks, and use @LaTeX{}.
5328
53292006-09-29 Glenn Morris <rgm@gnu.org>
5330
5331 * calendar.texi (Date Formats): Doc fix for european-calendar-style.
5332
53332006-09-29 Karl Berry <karl@gnu.org>
5334
5335 * windows.texi (Basic Window): Remove forced @break, no longer
5336 desirable.
5337 * frames.texi (Frame Commands),
5338 * mark.texi (Marking Objects): Reword to avoid bad page break.
5339 * display.texi (Auto Scrolling): Use @tie{} to avoid bad line break.
5340
53412006-09-19 Richard Stallman <rms@gnu.org>
5342
5343 * frames.texi (Dialog Boxes): Clean up wording: avoid passive,
5344 stick to present tense.
5345
c8763fb6 53462006-09-18 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
5347
5348 * frames.texi (Dialog Boxes): Rename x-use-old-gtk-file-dialog
5349 to x-gtk-use-old-file-dialog.
5350 (Dialog Boxes): Document x-gtk-file-dialog-help-text.
5351
53522006-09-15 Jay Belanger <belanger@truman.edu>
5353
49823426 5354 * emacs.texi (GNU GENERAL PUBLIC LICENSE):
8cf51b2c
GM
5355 Change "Library Public License" to "Lesser Public License"
5356 throughout. Use "yyyy" to represent year.
5357
8cf51b2c
GM
53582006-09-12 Reiner Steib <Reiner.Steib@gmx.de>
5359
5360 * files.texi (Visiting): Add index entry "open file".
5361
8cf51b2c
GM
53622006-09-11 Richard Stallman <rms@gnu.org>
5363
5364 * building.texi (Compilation Mode): Clarification.
5365 (Grep Searching): Add xref to Compilation Mode.
5366
8cf51b2c
GM
53672006-09-08 Richard Stallman <rms@gnu.org>
5368
5369 * search.texi (Search): Ref multi-file search commands here.
5370 (Other Repeating Search): Not here.
5371
8cf51b2c
GM
53722006-08-28 Richard Stallman <rms@gnu.org>
5373
5374 * windows.texi (Split Window): Update xref.
5375
5376 * basic.texi (Continuation Lines): Update xref.
5377
5378 * indent.texi (Tab Stops): Update xref.
5379
5380 * emacs.texi (Top): Update subnode menu.
5381
5382 * display.texi (Line Truncation, Displaying Boundaries): New nodes,
5383 split out of Display Custom.
5384
53852006-08-25 Kim F. Storm <storm@cua.dk>
5386
5387 * display.texi (Display Custom): Add variables overline-margin
5388 and x-underline-at-descent-line.
5389
53902006-08-25 Richard Stallman <rms@gnu.org>
5391
5392 * entering.texi (Exiting): Rewrite to give graphical displays
5393 priority over text terminals.
5394
5395 * search.texi (Incremental Search): Move index entries.
5396
53972006-08-23 Chong Yidong <cyd@stupidchicken.com>
5398
5399 * custom.texi (Init File): Reference Find Init to avoid "home
5400 directory" confusion.
5401
54022006-08-22 Nick Roberts <nickrob@snap.net.nz>
5403
5404 * building.texi (Other GDB-UI Buffers): Describe how to edit
5405 a value in the locals buffer.
5406
54072006-08-21 Richard Stallman <rms@gnu.org>
5408
5409 * search.texi (Basic Isearch): Add `isearch' index entry.
5410
54112006-08-16 Richard Stallman <rms@gnu.org>
5412
5413 * misc.texi (Saving Emacs Sessions): Clean up wording.
5414
5415 * mark.texi (Marking Objects): Mention term "select all".
5416
5417 * emacs.texi (Top): Update subnode menu.
5418
5419 * help.texi (Help Mode): Move node up in file.
5420
8cf51b2c
GM
54212006-08-15 Nick Roberts <nickrob@snap.net.nz>
5422
5423 * building.texi (Stack Buffer): Explain fringe arrow.
5424
8cf51b2c
GM
54252006-08-12 Eli Zaretskii <eliz@gnu.org>
5426
8cf51b2c
GM
5427 * misc.texi (Saving Emacs Sessions): Clarify when desktop is restored
5428 on startup.
5429
54302006-08-11 Romain Francoise <romain@orebokech.com>
5431
5432 * ack.texi (Acknowledgments): Delete mention to zone-mode.el.
5433
54342006-08-10 Sven Joachim <svenjoac@gmx.de> (tiny change)
5435
5436 * mule.texi (Recognize Coding, Text Coding): Fix typos.
5437
54382006-08-10 Richard Stallman <rms@gnu.org>
5439
5440 * text.texi (Format Faces): Substantial rewrites to deal
1c6c854e
CS
5441 with face merging. Empty regions don't count.
5442 Clarify face property inheritance.
8cf51b2c
GM
5443
54442006-08-08 Romain Francoise <romain@orebokech.com>
5445
5446 * dired.texi (Marks vs Flags): Fix typo reported by Ari Roponen
5447 <arjuropo@cc.jyu.fi>.
5448
8cf51b2c
GM
54492006-08-04 Eli Zaretskii <eliz@gnu.org>
5450
5451 * cmdargs.texi (Window Size X) <--geometry>: Only width and height
5452 apply to all frames.
5453
8cf51b2c
GM
54542006-08-01 Richard Stallman <rms@gnu.org>
5455
5456 * help.texi (Name Help): Add index entries for describe-variable.
5457
54582006-08-01 Nick Roberts <nickrob@snap.net.nz>
5459
5460 * building.texi (GDB Graphical Interface): Shorten node names.
5461 (GDB-UI Layout): Use GDB-related.
5462 (Other GDB-UI Buffers): Simplify English.
5463
54642006-07-31 Richard Stallman <rms@gnu.org>
5465
5466 * search.texi (Query Replace): Add xref for Dired's Q command.
5467
8cf51b2c
GM
54682006-07-31 Nick Roberts <nickrob@snap.net.nz>
5469
5470 * building.texi (GDB commands in Fringe): Rename to...
5471 (Source Buffers): ..this and move forward. Describe hollow arrow and
5472 new option gdb-find-source-frame.
5473
54742006-07-29 Richard Stallman <rms@gnu.org>
5475
5476 * dired.texi (Operating on Files): Simplify previous change
5477 and fix Texinfo usage.
5478
54792006-07-29 Eli Zaretskii <eliz@gnu.org>
5480
5481 * dired.texi (Operating on Files): Add cross-references. State the
5482 Unix commands that do similar things.
5483
54842006-07-28 Richard Stallman <rms@gnu.org>
5485
5486 * mark.texi (Transient Mark): Clarify that region never disappears
5487 when Transient Mark mode is off, and not when it is on.
5488
54892006-07-27 Richard Stallman <rms@gnu.org>
5490
5491 * search.texi (Non-ASCII Isearch): Clarify. Mention C-q.
5492
54932006-07-24 Richard Stallman <rms@gnu.org>
5494
5495 * xresources.texi (GTK styles): Fix texinfo usage.
5496
8cf51b2c
GM
5497 * commands.texi (User Input): Explain why we teach keyboard cmds.
5498
5499 * xresources.texi, xresmini.texi, search.texi, programs.texi:
5500 * misc.texi, kmacro.texi, killing.texi, glossary.texi:
5501 * fortran-xtra.texi, files.texi, emacs.texi, emacs-xtra.texi:
5502 * doclicense.texi, display.texi, dired.texi, basic.texi:
5503 * anti.texi, ack.texi: Move periods and commas inside quotes.
5504
55052006-07-22 Eli Zaretskii <eliz@gnu.org>
5506
5507 * cmdargs.texi (General Variables): Document EMAIL.
5508
55092006-07-21 Eli Zaretskii <eliz@gnu.org>
5510
5511 * frames.texi (Frame Commands): Mention that focus-follows-mouse
5512 doesn't have effect on MS-Windows.
5513
8cf51b2c
GM
55142006-07-17 Richard Stallman <rms@gnu.org>
5515
5516 * building.texi (Grep Searching): Explain about chaining grep commands.
5517
8cf51b2c
GM
55182006-07-10 Nick Roberts <nickrob@snap.net.nz>
5519
49823426 5520 * killing.texi, mini.texi: Fix typos.
8cf51b2c
GM
5521
55222006-07-09 Chong Yidong <cyd@stupidchicken.com>
5523
5524 * misc.texi (Invoking emacsclient): Document behavior when emacsclient
5525 is invoked for multiple files.
5526
55272006-07-08 Eli Zaretskii <eliz@gnu.org>
5528
5529 * msdog.texi (Windows Keyboard) [@iftex]: Add an @inforef to the
5530 on-line manual for the rest of this node.
5531 (Windows Mouse) <w32-pass-extra-mouse-buttons-to-system>: Include
5532 unconditionally.
5533 (Windows Processes) <w32-quote-process-args>: Include unconditionally.
5534 Improve wording.
5535 (Windows Printing): Improve wording.
5536 (Windows Misc) [@iftex]: Add an @inforef to the on-line manual for the
5537 rest of this node.
5538
8cf51b2c
GM
55392006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
5540
49823426
GM
5541 * building.texi (Lisp Eval): Throughout, replace eval-current-buffer
5542 with eval-buffer.
8cf51b2c
GM
5543
55442006-07-05 Nick Roberts <nickrob@snap.net.nz>
5545
5546 * mule.texi (Coding Systems, Specify Coding): Link descriptions
5547 of character translation.
5548
55492006-07-04 Nick Roberts <nickrob@snap.net.nz>
5550
5551 * rmail.texi (Remote Mailboxes): Add missing @code keyword.
5552
55532006-07-03 Karl Berry <karl@gnu.org>
5554
5555 * emacs.texi (\hbadness): Set to 6000 so we aren't bothered by
5556 not-too-underfull hboxes in the TeX output.
5557 * abbrevs.texi, buffers.texi, building.texi, calendar.texi,
5558 * cmdargs.texi, custom.texi, dired.texi, macos.texi,
5559 * maintaining.texi, misc.texi, mule.texi, programs.texi, rmail.texi,
5560 * sending.texi, text.texi: Fix overfull/underfull boxes.
5561
55622006-07-03 Romain Francoise <romain@orebokech.com>
5563
5564 * m-x.texi (M-x): Fix.
5565
55662006-07-03 Richard Stallman <rms@gnu.org>
5567
8cf51b2c
GM
5568 * search.texi (Other Repeating Search): filename -> file name.
5569
5570 * misc.texi (Narrowing): Minor cleanups.
5571
5572 * files.texi (Visiting): filename -> file name.
5573
5574 * emacs.texi (Top): Update subnode menus.
5575
5576 * mule.texi (Coding Systems): Move char translation stuff here.
5577 (Specify Coding, Output Coding): New nodes, out of Recognize Coding.
5578 (Recognize Coding): Substantial local rewrites.
5579 (International): Update menu.
5580
5581 * display.texi (Auto Scrolling): New node, broken out of Scrolling.
5582 (Scrolling): Substantial local rewrites.
5583 (Display): Update menu and intro.
5584
5585 * dired.texi: filename -> file name.
5586
5587 * custom.texi (Safe File Variables): Texinfo usage fix.
5588
f0131492 55892006-07-03 Teodor Zlatanov <tzz@lifelogs.com>
8cf51b2c
GM
5590
5591 * help.texi, m-x.texi: Lots of cleanups.
5592
8cf51b2c
GM
55932006-06-30 Eli Zaretskii <eliz@gnu.org>
5594
5595 * msdog.texi (ls in Lisp, Windows Keyboard, Windows Mouse)
5596 (Windows Processes, Windows Misc): Shorten the printed version by
5597 selectively conditioning less important portions by @ifnottex.
5598
8cf51b2c
GM
55992006-06-27 Richard Stallman <rms@gnu.org>
5600
5601 * mini.texi (Minibuffer File): Minor cleanup.
5602
56032006-06-25 Nick Roberts <nickrob@snap.net.nz>
5604
5605 * frames.texi (XTerm Mouse): Rename to...
5606 (Text-Only Mouse): ...this. Mention t-mouse-mode.
5607
5608 * emacs.texi (Top): Use new node name.
5609
56102006-06-24 Eli Zaretskii <eliz@gnu.org>
5611
5612 * emacs.texi (Top): Update the detailed menu according to changes in
5613 msdog.texi.
5614
5615 * msdog.texi (Windows Keyboard): New section.
5616 (Windows Mouse): New section.
5617 (Windows System Menu): Remove section (text merged with "Windows
5618 Keyboard").
5619 (Windows Misc): New section.
5620
5621 * dired.texi (Dired Enter): Refer to msdog.texi for ls-lisp emulation.
5622
5623 * msdog.texi (ls in Lisp): New section.
5624
5625 * files.texi (Visiting): Document case-insensitive wildcard matching
5626 under find-file-wildcards.
5627
8cf51b2c
GM
56282006-06-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5629
5630 * macos.texi (Mac Input): Add description of mac-function-modifier.
5631 Now Unicode keyboard layouts work.
5632
8cf51b2c
GM
56332006-06-10 Richard Stallman <rms@gnu.org>
5634
5635 * mule.texi (Recognize Coding): Clarify previous change.
5636
56372006-06-09 Kenichi Handa <handa@m17n.org>
5638
5639 * mule.texi (Recognize Coding): Describe the convention of "CODING!"
5640 notation.
5641
56422006-06-07 Kevin Ryde <user42@zip.com.au>
5643
5644 * mule.texi (Coding Systems): Footnote xref "MS-DOS and MULE" in main
5645 manual for @ifnottex, but in emacs-extra for @iftex.
5646
5647 * cmdargs.texi (General Variables): Fix smtpmail xref.
5648
56492006-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
5650
8cf51b2c 5651 * programs.texi (Comment Commands):
8cf51b2c 5652 * custom.texi (Specifying File Variables):
49823426 5653 Use ;; instead of ;;; to better follow coding conventions.
8cf51b2c
GM
5654
56552006-06-07 Nick Roberts <nickrob@snap.net.nz>
5656
5657 * building.texi (Watch Expressions): Move node to end.
5658 (GDB Graphical Interface): Move description of clicks in fringe...
5659 (GDB commands in the Fringe): ...to here. New node.
5660
8cf51b2c
GM
56612006-06-05 Romain Francoise <romain@orebokech.com>
5662
49823426 5663 * xresmini.texi (GTK resources): Fix various typos.
8cf51b2c
GM
5664
56652006-06-05 Nick Roberts <nickrob@snap.net.nz>
5666
5667 * building.texi (GDB Graphical Interface): Update bindings.
5668 (Commands of GUD): Add gud-print. Remove gud-run.
5669 Restate availability more generally.
5670
f0131492 56712006-06-03 Teodor Zlatanov <tzz@lifelogs.com>
8cf51b2c
GM
5672
5673 * mini.texi: Lots of cleanups.
5674
56752006-06-01 Luc Teirlinck <teirllm@auburn.edu>
5676
5677 * misc.texi (Shell History Copying): Update descriptions of `C-c RET'
5678 and Mouse-2.
5679
c8763fb6 56802006-06-01 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
5681
5682 * screen.texi (Menu Bar): Change menu-bar-start to menu-bar-open.
5683
8cf51b2c
GM
56842006-05-31 Richard Stallman <rms@gnu.org>
5685
5686 * basic.texi (Moving Point): Fix previous change.
5687
c8763fb6 56882006-05-29 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
5689
5690 * screen.texi (Menu Bar): F10 for Gtk+/Lesstif/Lucid menus.
5691
f0131492 56922006-05-28 Teodor Zlatanov <tzz@lifelogs.com>
8cf51b2c
GM
5693
5694 * basic.texi: Many simplifications and improvements in wording.
5695
8cf51b2c
GM
56962006-05-26 Nick Roberts <nickrob@snap.net.nz>
5697
5698 * anti.texi (Antinews): Create a node for gdb-ui.
5699
8cf51b2c
GM
57002006-05-22 Reiner Steib <Reiner.Steib@gmx.de>
5701
5702 * frames.texi (Menu Bars, Tool Bars): Add index entries.
5703
57042006-05-20 Richard Stallman <rms@gnu.org>
5705
5706 * dired.texi (Dired Navigation): dired-goto-file is now j.
5707
8cf51b2c
GM
57082006-05-20 Eli Zaretskii <eliz@gnu.org>
5709
5710 * mule.texi (Coding Systems): Mention the undecided-* coding systems
5711 and their aliases.
5712
5713 * msdog.texi (Windows Printing): Mention non-support of plain text
5714 printing with some el-cheapo printers, and suggest a workaround.
5715
57162006-05-20 Kevin Ryde <user42@zip.com.au>
5717
5718 * text.texi (TeX Print): tex-dvi-view-command has a default value,
5719 remove the bit saying you must set it.
5720
57212006-05-19 Luc Teirlinck <teirllm@auburn.edu>
5722
5723 * trouble.texi (Checklist):
5724 * text.texi (Text, Auto Fill, Text Mode):
5725 * search.texi (Nonincremental Search):
5726 * rmail.texi (Rmail Labels):
5727 * mule.texi (Input Methods, Multibyte Conversion):
5728 * misc.texi (Gnus, Where to Look, PostScript):
5729 * maintaining.texi (Create Tags Table):
5730 * indent.texi (Indentation Commands):
5731 * fixit.texi (Spelling):
5732 * emacs.texi (Copying):
5733 * custom.texi (Init File): ifinfo -> ifnottex.
5734
8cf51b2c
GM
57352006-05-17 Richard Stallman <rms@gnu.org>
5736
5737 * files.texi (Diff Mode): Mention C-x `.
5738
57392006-05-08 Richard Stallman <rms@gnu.org>
5740
5741 * custom.texi (Disabling): Textual cleanups.
5742
8cf51b2c
GM
57432006-05-12 Glenn Morris <rgm@gnu.org>
5744
5745 * calendar.texi (Displaying the Diary, Format of Diary File):
5746 Refer to diary-view-entries, diary-list-entries,
5747 diary-show-all-entries rather than obsolete aliases.
5748
57492006-05-12 Eli Zaretskii <eliz@gnu.org>
5750
5751 * calendar.texi (Calendar/Diary, Holidays, Displaying the Diary)
5752 (Displaying the Diary, Special Diary Entries, Importing Diary):
5753 * building.texi (Compilation Shell):
5754 * buffers.texi (Several Buffers) [iftex]: Replace @xref's to
5755 emacs-xtra with @inforef's.
5756
5757 * files.texi (Visiting): Fix wording.
5758
5759 * mule.texi (Coding Systems, Text Coding): More indexing.
5760 Mention that C-x RET f can set eol conversion.
5761
c8763fb6 57622006-05-07 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
5763
5764 * xresmini.texi (GTK resources): Insert GTK description.
5765
5766 * xresources.texi (GTK resources): metafont should be menufont.
5767
8cf51b2c
GM
57682006-05-06 Michael Albinus <michael.albinus@gmx.de>
5769
49823426 5770 * mini.texi (Completion Options): Completion of remote files'
8cf51b2c
GM
5771 method, user name and host name is active only in partial
5772 completion mode.
5773
8cf51b2c
GM
57742006-05-06 Eli Zaretskii <eliz@gnu.org>
5775
5776 * makefile.w32-in (emacs.dvi):
5777 * Makefile.in (emacs.dvi): Add xresmini.texi.
5778
5779 * xresmini.texi (Table of Resources): Remove xref to non-existent
5780 node "LessTif Resources".
5781
5782 * msdog.texi (Microsoft Windows):
5783 * calendar.texi (Calendar/Diary, Displaying the Diary)
5784 (Special Diary Entries, Importing Diary, Holidays):
5785 * programs.texi (Program Modes):
5786 * text.texi (Text):
5787 * buffers.texi (Several Buffers):
5788 * files.texi (Comparing Files): Fix cross-references to emacs-xtra.
5789
57902006-05-06 Eli Zaretskii <eliz@gnu.org>
5791
5792 The following changes merge the emacs-xtra manual into the main
5793 manual, but only for on-line version of the manual.
5794
5795 * vc2-xtra.texi (Version Backups, Local Version Control)
5796 (Making Snapshots, Change Logs and VC, Version Headers)
5797 (Customizing VC, CVS Options) [ifnottex]: Conditional xref's for
5798 on-line manual.
5799
5800 * vc1-xtra.texi (VC Dired Mode) [ifnottex]: Conditional xref's
5801 for on-line manual.
5802
5803 * msdog-xtra.texi (MS-DOS, MS-DOS Keyboard, MS-DOS Mouse)
5804 (MS-DOS Display, MS-DOS File Names, MS-DOS Printing)
5805 (MS-DOS and MULE, MS-DOS Processes) [ifnottex]: Conditional xref's
5806 for on-line manual.
5807
5808 * fortran-xtra.texi (Fortran, Fortran Autofill)
5809 (Fortran Autofill, Fortran Abbrev) [ifnottex]: Conditional xref's
5810 for on-line manual.
5811
5812 * picture-xtra.texi (Basic Picture, Rectangles in Picture) [ifnottex]:
5813 Conditional xref's for on-line manual.
5814
5815 * emerge-xtra.texi (Emerge, Overview of Emerge)
5816 (Fine Points of Emerge) [ifnottex]: Conditional xref's for on-line
5817 manual.
5818
5819 * Makefile.in (INFO_TARGETS): Remove ../info/emacs-xtra.
5820 (EMACS_XTRA): New variable, lists the new *-xtra.texi files.
5821 (EMACSSOURCES): Use EMACS_XTRA.
5822 (../info/emacs-xtra): Remove.
5823 (emacs-xtra.dvi): Add EMACS_XTRA to prerequisites.
5824
5825 * makefile.w32-in (INFO_TARGETS): Remove $(infodir)/emacs-xtra.
5826 (EMACS_XTRA): New variable, lists the new *-xtra.texi files.
5827 (EMACSSOURCES): Use EMACS_XTRA.
5828 ($(infodir)/emacs-xtra): Remove.
5829 (emacs-xtra.dvi): Add EMACS_XTRA to prerequisites.
5830
5831 * trouble.texi (Quitting):
5832 * text.texi (Text):
5833 * programs.texi (Program Modes):
5834 * msdog.texi (Microsoft Windows):
5835 * frames.texi (Frames):
5836 * files.texi (Backup, Version Control, VC Concepts)
5837 (Types of Log File, Advanced C-x v v, Log Buffer, Old Versions)
5838 (Registering, VC Status, VC Undo, Multi-User Branching)
5839 (Comparing Files):
5840 * calendar.texi (Calendar/Diary, Holidays, Displaying the Diary)
5841 (Displaying the Diary, Special Diary Entries, Importing Diary):
5842 * buffers.texi (Several Buffers): Replace inforef to emacs-xtra by
5843 conditional xref's, depending on @iftex/@ifnottex.
5844
5845 * msdog.texi (Microsoft Windows) [ifnottex]: Add menu entry for
5846 "MS-DOS". @include msdog-xtra.texi.
5847
5848 * programs.texi (Programs) [ifnottex]: Add menu entry for "Fortran".
5849 <Top Level> [ifnottex]: @include fortran-xtra.texi.
5850
5851 * files.texi (Secondary VC Commands) [ifnottex]: Add menu entries
5852 for vc-xtra.texi subsections.
5853 (VC Undo) [ifnottex]: @include vc1-xtra.texi and @lowersections it.
5854 (Multi-User Branching) [ifnottex]: @include vc2-xtra.texi.
5855
5856 * sending.texi (Sending Mail): A @node line without explicit Prev,
5857 Next, and Up links.
5858
5859 * abbrevs.texi (Abbrevs): A @node line without explicit Prev,
5860 Next, and Up links.
5861
5862 * emacs.texi (Top) [ifnottex]: Add menu entries for "Picture Mode"
5863 and its sections. @include picture-xtra.texi.
5864
5865 * maintaining.texi (Maintaining) [ifnottex]: Add menu entry for
5866 "Emerge".
5867 (List Tags) [ifnottex]: @include emerge-xtra.texi.
5868
5869 * cal-xtra.texi (Daylight Savings): Remove this node: it is an
5870 exact duplicate of its name-sake in calendar.texi.
5871
5872 * calendar.texi (Calendar/Diary) [ifnottex]: Add menu item for
5873 "Advanced Calendar/Diary Usage".
5874 (Time Intervals) [ifnottex]: @include cal-xtra.texi.
5875
5876 * dired.texi (Subdirectories in Dired) [ifnottex]: @include
5877 dired-xtra.texi.
5878 (Dired) [ifnottex]: Add menu entry for "Subdir Switches".
5879
5880 * files.texi (Reverting) [ifnottex]: @include arevert-xtra.texi.
5881 (Files) [ifnottex]: Add menu entry for Autorevert.
5882
5883 * emacs-xtra.texi (Introduction): Reword to make consistent with
5884 printed version only.
5885 <Top level>: Remove the body of all chapters and move them to the
5886 new *-xtra.texi files. Use @raisesections and @lowersections to
5887 convert sections to chapters etc.
5888
5889 * msdog-xtra.texi:
5890 * fortran-xtra.texi:
5891 * vc-xtra.texi:
5892 * vc1-xtra.texi:
5893 * vc2-xtra.texi:
5894 * emerge-xtra.texi:
5895 * cal-xtra.texi:
5896 * dired-xtra.texi:
5897 * arevert-xtra.texi: New files, with text from respective chapters
5898 of emacs-xtra.texi. Convert each @chapter into @section, @section
5899 into @subsection, etc.
5900
1c6c854e 5901 * emacs-xtra.texi (MS-DOS): Rename from "MS-DOG". All references
8cf51b2c
GM
5902 updated.
5903
5904 * msdog.texi (Microsoft Windows): Rename from "Emacs and Microsoft
5905 Windows". All references updated.
5906
59072006-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5908
5909 * macos.texi (Mac Input): Mention input from Character Palette.
5910 (Mac Font Specs): Fix typo.
5911
59122006-05-05 Richard Stallman <rms@gnu.org>
5913
5914 * files.texi (Diff Mode): Minor cleanup.
5915
59162006-05-05 Karl Berry <karl@gnu.org>
5917
8cf51b2c
GM
5918 * emacs.texi: Call @fonttextsize 10, inside @tex to avoid
5919 errors from the current release of makeinfo (4.8).
5920 * help.texi (Library Keywords): Change widest word in multitable
5921 template from `emulations' to `convenience'. (Not sure if this is
5922 related to the font change.)
5923
59242006-05-05 Eli Zaretskii <eliz@gnu.org>
5925
5926 * files.texi (File Names): Add a footnote about limited support of
5927 ~USER on MS-Windows.
5928
5929 * cmdargs.texi (Initial Options): Add a footnote about limited
5930 support of ~USER on MS-Windows.
5931
59322006-05-03 Richard Stallman <rms@gnu.org>
5933
5934 * files.texi (Diff Mode): Node moved here.
5935 (Comparing Files): Delete what duplicates new node.
5936 (Files): Put Diff Mode in menu.
5937
1c6c854e 5938 * misc.texi (Diff Mode): Move to files.texi.
8cf51b2c
GM
5939
5940 * emacs.texi (Top): Update menu for Diff Mode.
5941
5942 * trouble.texi (Emergency Escape): Simplify.
5943
5944 * emacs.texi (Top): Minor clarification.
5945
59462006-05-03 Teodor Zlatanov <tzz@lifelogs.com>
5947
5948 * commands.texi, entering.texi, screen.texi: Many simplifications.
5949
59502006-05-03 Richard Stallman <rms@gnu.org>
5951
5952 * commands.texi (Text Characters): Delete paragraph about unibyte
5953 non-ASCII printing chars.
5954
5955 * killing.texi (Killing): Say "graphical displays".
5956 * display.texi: Say "graphical displays".
5957
5958 * cmdargs.texi (Misc X): Say "graphical displays".
5959
59602006-05-01 Richard Stallman <rms@gnu.org>
5961
5962 * emacs.texi (Top): Add Diff Mode to menu.
5963
59642006-05-01 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
5965
5966 * misc.texi (Diff Mode): New node.
5967
59682006-05-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5969
5970 * macos.texi (Mac International): Now Carbon Emacs has ATSUI support.
5971 (Mac Environment Variables): Shorten example line.
5972 (Mac Font Specs): Shorten lisp lines. Add descriptions for ATSUI.
5973
59742006-05-01 Nick Roberts <nickrob@snap.net.nz>
5975
5976 * building.texi (GUD Customization): Describe cases %d and %c.
5977 Update description for %e.
5978
59792006-04-30 Glenn Morris <rgm@gnu.org>
5980
5981 * calendar.texi (LaTeX Calendar): Mention cal-tex-preamble-extra.
5982
59832006-04-29 Dan Nicolaescu <dann@ics.uci.edu>
5984
5985 * custom.texi (Examining): Update C-h v output example.
5986
59872006-04-29 Kim F. Storm <storm@cua.dk>
5988
5989 * building.texi (Grep Searching): Add lgrep and rgrep.
5990
8cf51b2c
GM
59912006-04-23 Richard Stallman <rms@gnu.org>
5992
5993 * emacs.texi [TeX]: Use xresmini.texi instead of xresources.texi.
5994
5995 * xresmini.texi: New file.
5996
5997 * xresources.texi (Face Resources): Split table into font resources
5998 and the rest. Combine similar attributes for brevity.
5999
8cf51b2c
GM
60002006-04-21 Eli Zaretskii <eliz@gnu.org>
6001
6002 * emacs-xtra.texi (MS-DOS File Names): Remove section about
6003 backslashes and case-insensitivity in file names (moved to the
6004 main manual).
6005 (MS-DOS Printing): Move most of the text to the main manual.
6006
6007 * msdog.texi (Windows Files, Windows HOME, MS-Windows Printing):
6008 New nodes.
6009 (Windows Processes, Windows System Menu): Add index entries and
6010 fix wording.
6011
8cf51b2c
GM
60122006-04-18 J.D. Smith <jdsmith@as.arizona.edu>
6013
6014 * misc.texi (Shell Ring): Add notes on saved input when
6015 navigating off the end of the history list.
6016
60172006-04-18 Chong Yidong <cyd@mit.edu>
6018
6019 * misc.texi (Shell Options): Correct default value of
6020 comint-scroll-show-maximum-output.
6021
8cf51b2c
GM
60222006-04-18 Nick Roberts <nickrob@snap.net.nz>
6023
6024 * building.texi (Watch Expressions): Update.
6025
8cf51b2c
GM
60262006-04-12 Richard Stallman <rms@gnu.org>
6027
6028 * search.texi: Clean up previous change.
6029
60302006-04-12 Eli Zaretskii <eliz@gnu.org>
6031
6032 * search.texi (Regexp Backslash, Regexp Replace): Add index
6033 entries for ``back reference'' and mention the term itself in the
6034 text.
6035
60362006-04-11 Richard Stallman <rms@gnu.org>
6037
6038 * custom.texi (Safe File Variables):
6039 Document enable-local-variables = :safe.
6040
60412006-04-11 Karl Berry <karl@gnu.org>
6042
6043 * emacs-xtra.texi, emacs.texi (Dired under VC, VC Dired Commands)
6044 (Remote Repositories, Version Backups, Local Version Control)
6045 (Snapshots, Making and Using Snapshots, Snapshot Caveats)
6046 (Miscellaneous Commands and Features of VC, Change Logs and VC)
6047 (Renaming VC Work Files and Master Files)
6048 (Inserting Version Control Headers, Customizing VC, General Options)
6049 (Options for RCS and SCCS, Options specific for CVS): Move all
6050 these nodes to emacs-xtra.texi, for brevity.
6051 * cmdargs.texi, files.texi: Change cross-references.
6052
8cf51b2c
GM
60532006-04-11 J.D. Smith <jdsmith@as.arizona.edu>
6054
6055 * files.texi (Old Versions): Update description of vc-annotate's
6056 use of color to indicate date ranges.
6057
8cf51b2c
GM
60582006-04-09 Kevin Ryde <user42@zip.com.au>
6059
8cf51b2c
GM
6060 * sending.texi (Mail Sending): In send-mail-function @pxref smtpmail,
6061 put info and printed manual names the right way around.
6062
60632006-04-09 Karl Berry <karl@gnu.org>
6064
6065 * msdog.texi, emacs-xtra.texi: Move all the MS-DOS material to
6066 emacs-xtra.texi, leaving only MS Windows information.
6067 * building.texi, emacs.texi, frames.texi, gnu.texi, macos.texi,
6068 * msdog.texi, mule.texi, trouble.texi: Change cross-references and
6069 node names.
6070
6071 * emacs.texi: Move @summarycontents and @contents to the beginning
6072 of the file.
6073
8cf51b2c
GM
60742006-04-08 Kevin Ryde <user42@zip.com.au>
6075
6076 * text.texi (Fill Commands): fill-nobreak-predicate is now a hook.
6077
60782006-04-07 Richard Stallman <rms@gnu.org>
6079
6080 * programs.texi (Comments, Comment Commands, Options for Comments)
6081 (Multi-Line Comments): "Align", not "indent".
6082 (Basic Indent): C-j deletes trailing whitespace before the newline.
6083
60842006-04-06 Richard Stallman <rms@gnu.org>
6085
8cf51b2c
GM
6086 * programs.texi (Basic Indent): Clarify relationship of C-j to TAB.
6087
60882006-04-06 Eli Zaretskii <eliz@gnu.org>
6089
6090 * killing.texi (Rectangles): Add index entry for marking a rectangle.
6091
8cf51b2c
GM
60922006-04-05 Richard Stallman <rms@gnu.org>
6093
6094 * emacs.texi (Top): Update subnode menu.
6095
6096 * trouble.texi (Unasked-for Search): Node deleted.
6097 (Lossage): Delete from menu.
6098
60992006-04-04 Richard Stallman <rms@gnu.org>
6100
6101 * trouble.texi: Various cleanups.
6102 (Checklist): Don't bother saying how to snail a bug report.
6103 (Emergency Escape): Much rewriting.
6104 (After a Crash): Rename the core dump immediately.
6105 (Total Frustration): Call it a psychotherapist.
6106 (Bug Criteria): Avoid "illegal instruction".
6107 (Sending Patches): We always put the contributor's name in.
6108
6109 * misc.texi (Thumbnails): Minor correction.
6110
8cf51b2c
GM
61112006-04-03 Richard Stallman <rms@gnu.org>
6112
6113 * misc.texi (Thumbnails): Minor cleanup.
6114
61152006-04-02 Karl Berry <karl@gnu.org>
6116
6117 * sending.texi (Mail Sending): pxref to Top needs five args.
6118
6119 * texinfo.tex: Update to current version (2006-03-21.13).
6120
8cf51b2c
GM
61212006-03-31 Richard Stallman <rms@gnu.org>
6122
6123 * emacs.texi (Top): Update subnode menu.
6124
6125 * help.texi (Help Mode): Cleanup.
6126
6127 * dired.texi: Many cleanups.
6128 (Dired Deletion): Describe dired-recursive-deletes.
6129 (Operating on Files): dired-create-directory moved.
6130 (Misc Dired Features): Move to here.
6131 (Tumme): Node moved to misc.texi.
6132
6133 * custom.texi: Many cleanups.
6134 (Minor Modes): Don't mention ISO Accents Mode.
6135 (Examining): Update C-h v output example.
6136 (Hooks): Add index and xref for add-hook.
6137 (Locals): Delete list of vars that are always per-buffer. Rearrange.
6138 (Local Keymaps): Don't mention lisp-mode-map, c-mode-map.
6139
6140 * misc.texi: Many cleanups.
6141 (beginning): Add to summary of topics.
6142 (Shell): Put eshell xref at the end. Remove eshell from table.
6143 (Thumbnails): New node.
6144
8cf51b2c
GM
61452006-03-28 Eli Zaretskii <eliz@gnu.org>
6146
6147 * files.texi (File Name Cache): Make it clear that the cache is
6148 not persistent.
6149
8cf51b2c
GM
61502006-03-25 Karl Berry <karl@gnu.org>
6151
49823426
GM
6152 * emacs-xtra.texi, emacs.texi, gnu.texi:
6153 (1) use @copyright{} instead of (C) in typeset text;
8cf51b2c
GM
6154 (2) do not indent copyright year list (or anything else).
6155
8cf51b2c
GM
61562006-03-21 Juanma Barranquero <lekktu@gmail.com>
6157
6158 * files.texi (VC Dired Mode): Remove misplaced brackets.
6159
61602006-03-21 Andre Spiegel <spiegel@gnu.org>
6161
6162 * files.texi: Various updates and clarifications in the VC chapter.
6163
61642006-03-19 Luc Teirlinck <teirllm@auburn.edu>
6165
6166 * help.texi (Help Mode): Document "C-c C-c".
6167
8cf51b2c
GM
61682006-03-16 Luc Teirlinck <teirllm@auburn.edu>
6169
6170 * emacs-xtra.texi (Top): Avoid ugly continuation line in
6171 menu in the standalone Info reader.
6172
61732006-03-15 Chong Yidong <cyd@stupidchicken.com>
6174
6175 * emacs-xtra.texi (Emerge, Picture Mode, Fortran): New chapters,
6176 moved here from Emacs manual.
6177
6178 * programs.texi (Fortran): Section moved to emacs-xtra.
6179 (Program Modes): Xref to Fortran in emacs-xtra.
6180
6181 * maintaining.texi (Emerge): Move to emacs-xtra.
6182 * files.texi (Comparing Files): Xref to Emerge in emacs-xtra.
6183
6184 * picture.texi: File deleted.
6185 * Makefile.in:
6186 * makefile.w32-in: Remove picture.texi.
6187
6188 * text.texi (Text): Xref to Picture Mode in emacs-xtra.
6189 * abbrevs.texi (Abbrevs):
6190 * sending.texi (Sending Mail): Picture node removed.
6191
6192 * emacs.texi (Top): Update node listings.
6193
8cf51b2c
GM
61942006-03-12 Richard Stallman <rms@gnu.org>
6195
6196 * calendar.texi: Various cleanups.
6197
8cf51b2c
GM
61982006-03-11 Luc Teirlinck <teirllm@auburn.edu>
6199
6200 * search.texi (Regexps): Use @samp for regexp that is not in Lisp
6201 syntax.
6202
8cf51b2c
GM
62032006-03-08 Luc Teirlinck <teirllm@auburn.edu>
6204
6205 * search.texi (Regexps): More accurately describe which characters
6206 are special in which situations. Recommend _not_ to quote `]' or
6207 `-' when they are not special.
6208
8cf51b2c
GM
62092006-02-28 Andre Spiegel <spiegel@gnu.org>
6210
6211 * files.texi (Old Versions): Clarify operation of C-x v =.
6212
8cf51b2c
GM
62132006-02-21 Nick Roberts <nickrob@snap.net.nz>
6214
6215 * building.texi (Watch Expressions): Update and describe
6216 gdb-speedbar-auto-raise.
6217
62182006-02-19 Richard M. Stallman <rms@gnu.org>
6219
6220 * emacs.texi: Use @smallbook.
6221 (Top): Update ref to Emacs paper, delete ref to Cookbook.
6222 Update subnode menu.
6223
6224 * building.texi (Lisp Interaction): Minor addition.
6225
62262006-02-18 Nick Roberts <nickrob@snap.net.nz>
6227
6228 * building.texi (Watch Expressions): Update and be more precise.
6229
c8763fb6 62302006-02-15 Francesco Potortì <pot@gnu.org>
8cf51b2c
GM
6231
6232 * maintaining.texi (Create Tags Table): Explain why the
6233 exception when etags writes to files under the /dev tree.
6234
62352006-02-14 Richard M. Stallman <rms@gnu.org>
6236
6237 * custom.texi (Safe File Variables): Lots of clarification.
6238 Renamed from Unsafe File Variables.
6239
62402006-02-14 Chong Yidong <cyd@stupidchicken.com>
6241
6242 * custom.texi (Unsafe File Variables): File variable confirmation
6243 assumed denied in batch mode.
6244
62452006-02-14 Richard M. Stallman <rms@gnu.org>
6246
6247 * building.texi (GDB User Interface Layout): Don't say `inferior'
6248 for program being debugged.
6249
62502006-02-15 Nick Roberts <nickrob@snap.net.nz>
6251
6252 * building.texi (GDB Graphical Interface):
6253 Replace gdb-use-inferior-io-buffer with gdb-use-separate-io-buffer.
6254
62552006-02-13 Chong Yidong <cyd@stupidchicken.com>
6256
6257 * custom.texi (Specifying File Variables, Unsafe File Variables):
6258 New nodes, split from File Variables. Document new file local
6259 variable behavior.
6260
62612006-02-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6262
6263 * display.texi (Standard Faces):
8cf51b2c
GM
6264 * files.texi (Visiting):
6265 * frames.texi (Clipboard):
6266 * glossary.texi (Glossary) <Clipboard>:
6267 * xresources.texi (X Resources): Mention Mac OS port.
6268
8cf51b2c
GM
62692006-02-12 Richard M. Stallman <rms@gnu.org>
6270
6271 * building.texi (Building): Clarify topic in intro.
6272
6273 * maintaining.texi (Maintaining): Change title; clarify topic.
6274 Delete duplicate index entries.
6275
6276 * building.texi (Other GDB User Interface Buffers): Clarifications.
6277
6278 * text.texi (Cell Commands): Clarifications.
6279
6280 * programs.texi (Defuns): Delete duplicate explanation of
6281 left-margin paren convention.
6282 (Hungry Delete): Minor cleanup.
6283
62842006-02-11 Mathias Dahl <mathias.dahl@gmail.com>
6285
6286 * dired.texi (Tumme): More tumme documentation.
6287
62882006-02-11 Alan Mackenzie <acm@muc.de>
6289
6290 * programs.texi ("Hungry Delete"): Correct the appellation of the
6291 backspace and delete keys to @kbd{DEL} and @kbd{DELETE}.
6292
62932006-02-11 Mathias Dahl <mathias.dahl@gmail.com>
6294
6295 * dired.texi (Tumme): Fix small bug.
6296
62972006-02-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6298
6299 * macos.texi (Mac International): Rename "fontset-mac" to
6300 "fontset-standard".
6301
8cf51b2c
GM
63022006-02-09 Mathias Dahl <mathias.dah@gmail.com>
6303
6304 * dired.texi (Tumme): Basic documentation for Tumme added.
6305
8cf51b2c
GM
63062006-02-07 Luc Teirlinck <teirllm@auburn.edu>
6307
6308 * mule.texi (International):
6309 * programs.texi (Basic Indent): Fix typos.
6310
8cf51b2c
GM
6311 * custom.texi (Minor Modes):
6312 * display.texi (Text Display):
6313 * commands.texi (Text Characters): Update xrefs.
6314
63152006-02-07 Richard M. Stallman <rms@gnu.org>
6316
6317 * emacs.texi (Top): Update subnode menu.
6318 Update info on old Emacs papers.
6319 (Intro): "Graphical display", not window system.
6320
6321 * xresources.texi (GTK styles): Minor clarifications.
6322
6323 * trouble.texi: "Graphical display", not window system.
6324 (Stuck Recursive): Minor clarification.
6325
6326 * text.texi: Minor clarifications.
6327 (Sentences): Explain why two-space convention is better.
6328 Explain sentence-end-without-period here.
6329 (Fill Commands): Not here.
6330 (Refill): Node moved down.
6331 (Filling): Update menu.
6332 (Table Creation, Cell Justification, Column Commands): Clarify.
6333
6334 * sending.texi: Minor clarifications.
6335
6336 * search.texi (Regexp Backslash): Clarification.
6337
6338 * rmail.texi: Minor cleanups.
6339 (Rmail): Delete digression about `rmail-mode'.
6340 (Rmail Inbox): Delete false advice wrt rmail-primary-inbox-list.
6341 (Rmail Files): Mention C-u M-x rmail.
6342 (Rmail Reply): Mention References.
6343 (Rmail Display): Mention rmail-nonignored-headers.
6344
6345 * programs.texi: Minor cleanups.
6346 (Comment Commands): Mention momentary Transient Mark mode.
6347 (Matching): Be more specific about customizing show-paren-mode.
6348 (Info Lookup): Don't list the modes that support C-h S.
6349 Just say what it does in an unsupported mode.
6350 (Man Page): Delete excessive info on customizing woman.
6351 (Motion in C): Don't mention c-for/backward-into-nomenclature.
6352
6353 * abbrevs.texi: Minor clarifications.
6354 (Dabbrev Customization): Talk about "dynamic abbrev expansion",
6355 not "dynamic abbrevs" as if they were a kind of abbrev.
6356
6357 * picture.texi (Picture): Minor cleanup.
6358
6359 * mule.texi (Communication Coding): Say "other applications".
6360 (Fontsets): Not specific to X. Add xref to X Resources.
6361 (Unibyte Mode): Rename from Single-Byte Character Support.
6362 "Graphical display", not window system.
6363 (International): Update menu.
6364
6365 * maintaining.texi (Format of ChangeLog):
6366 New node, split out from ChangeLog.
6367 (ChangeLog): Clarifications in the remaining text.
6368 (Create Tags Table, Etags Regexps, Select Tags Table): Cleanups.
6369 (Find Tag): Add @w.
6370 (Tags Search): Explain tag table order here. Simplify grep ref.
6371 (List Tags): tags-tag-face is a variable, not a face.
6372 (Emerge): Cleanups.
6373
6374 * kmacro.texi (Keyboard Macro Counter): Rewrite for clarity.
6375 (Keyboard Macros): Avoid "the user".
6376
6377 * killing.texi: "Graphical display", not window system.
6378
6379 * help.texi (Help Echo): "Graphical display", not window system.
6380
6381 * glossary.texi: Say "you", not "the user". Say "graphical display".
6382
6383 * frames.texi: Minor cleanups. "Graphical display", not window system.
6384
6385 * files.texi (Visiting): Make drag-and-drop not X-specific.
6386
6387 * custom.texi: Minor cleanups. "Graphical display", not window system.
6388
6389 * cmdargs.texi: Minor cleanups.
6390
6391 * building.texi (Compilation): Move and split kill-compilation para.
6392 Add para about multiple compilers.
6393 (Compilation Mode): Commands also available in grep mode and others.
6394 Mention C-u C-x ` more tutorially. Clarify C-x `.
6395 (Compilation Shell): Clarify. Put Bash example first.
6396 (Grep Searching): Minor cleanups; add @w.
6397 (Debuggers): Minor cleanups.
6398 (Starting GUD): Make GDB xgraphical mode issue clearer.
6399 (Debugger Operation): Lots of clarifications including
6400 GDB tooltip side-effect issue.
6401 (Commands of GUD): Clarify.
6402 (GUD Customization): Add bashdb-mode-hook.
6403 (GDB Graphical Interface): Rewrite for clarity.
6404 (GDB User Interface Layout): Rewrite for clarity.
6405 (Stack Buffer, Watch Expressions): Likewise.
6406 (Other GDB User Interface Buffers): Cleanups.
6407 (Lisp Libraries, External Lisp): Cleanup.
6408
6409 * basic.texi (Position Info): "Graphical displays", rather than
6410 window systems.
6411
6412 * anti.texi: Minor cleanup.
6413
8cf51b2c
GM
64142006-02-03 Eli Zaretskii <eliz@gnu.org>
6415
6416 * custom.texi (Init File, Find Init): Add cross-references to
6417 where $HOME is described.
6418
64192006-02-01 Luc Teirlinck <teirllm@auburn.edu>
6420
6421 * frames.texi (Frame Parameters): Remove @item for S-Mouse-1; it
6422 is not inside the @table.
6423
6424 * emacs.texi (Top): Correct node name.
6425
6426 * files.texi (File Names): Fix @xref.
6427 (Reverting): Fix typo.
6428
6429 * mule.texi (International): Correct node name.
6430
6431 * kmacro.texi (Save Keyboard Macro): Add missing @kbd to @table.
6432
64332006-02-01 Richard M. Stallman <rms@gnu.org>
6434
6435 * emacs.texi (Top): Update subnode menu.
6436
6437 * mule.texi: Minor clarifications.
6438 Reduce the specific references to X Windows.
6439 Refer to "graphical" terminals, rather than window systems.
6440 (Text Coding): Rename from Specify Coding.
6441 (Communication Coding, File Name Coding, Terminal Coding):
6442 New nodes split out from Text Coding.
6443
6444 * kmacro.texi: Minor clarifications.
6445 (Keyboard Macro Ring): Comment out some excessive commands.
6446 (Basic Keyboard Macro): Split up the table, putting part in each node.
6447
6448 * major.texi: Minor clarifications.
6449
6450 * misc.texi (Single Shell, Interactive Shell): Fix xrefs.
6451
6452 * windows.texi: Minor clarifications.
6453 (Change Window): Don't describe mode-line mouse cmds here.
6454 Add xref to Mode Line Mouse.
6455
6456 * msdog.texi (Text and Binary, MS-DOS and MULE): Fix xrefs.
6457
6458 * macos.texi (Mac International): Fix xref.
6459
6460 * indent.texi: Minor clarifications.
6461
6462 * frames.texi: Minor clarifications.
6463 Reduce the specific references to X Windows.
6464 Refer to "graphical" terminals, rather than window systems.
6465 (Frame Parameters): Don't mention commands like
6466 set-foreground-color. Just say to customize a face.
6467 (Drag and Drop): Lisp-level stuff moved to Emacs Lisp manual.
6468
6469 * files.texi: Minor clarifications.
6470 (Numbered Backups): New node, split out from Backup Names.
6471
6472 * display.texi (Font Lock): C mode no longer depends on (-in-col-0.
6473
6474 * cmdargs.texi (General Variables): Fix xref.
6475
6476 * buffers.texi: Minor clarifications.
6477
8cf51b2c
GM
64782006-01-31 Richard M. Stallman <rms@gnu.org>
6479
6480 * display.texi (Scrolling, Horizontal Scrolling, Follow Mode):
6481 Nodes moved to top.
6482
6483 * display.texi: Minor clarifications.
6484 (Display): Rearrange menu.
6485 (Standard Faces): Mention query-replace face.
6486 (Faces): Simplify.
6487 (Font Lock): Simplify face customization info.
6488 (Highlight Changes): Node merged into Highlight Interactively.
6489 (Highlight Interactively): Much rewriting and cleanup.
6490 (Optional Mode Line): Narrowed line number not good for goto-line.
6491 Simplify face customization advice.
6492 (Text Display): Mention use of escape-glyph face.
6493 Move ctl-arrow and tab-width here.
6494 (Display Custom): Move no-redraw-on-reenter to end of node.
6495
6496 * search.texi: Minor clarifications.
6497 (Isearch Scroll): Simplify.
6498 (Other Repeating Search): Document multi-occur-in-matching-buffers.
6499
6500 * regs.texi (Registers): Mention bookmarks here.
6501
6502 * mark.texi: Minor clarifications.
6503 (Selective Undo): Node deleted.
6504
6505 * m-x.texi: Minor clarifications.
6506
6507 * killing.texi: Minor clarifications.
6508 Refer to "graphical" terminals, rather than window systems.
6509
6510 * help.texi: Clarifications.
6511 (Help): Don't describe C-h F and C-h K here.
6512 (Key Help): Describe C-h K here.
6513 (Name Help): Mention Emacs Lisp Intro.
6514 Describe C-h F here.
6515 (Misc Help): Mention C-h F and C-h K only briefly.
6516
6517 * fixit.texi (Undo): New node, mostly copied from basic.texi.
6518 Selective undo text merged in.
6519 (Spelling): Mention Aspell along with Ispell.
6520
6521 * emacs.texi (Top): Update subnode menus.
6522
6523 * basic.texi (Basic Undo): Rename from Undo. Most of text
6524 moved to new Undo node.
6525
8cf51b2c
GM
65262006-01-29 Chong Yidong <cyd@stupidchicken.com>
6527
6528 * basic.texi (Continuation Lines, Inserting Text):
6529 Mention longlines mode.
6530
65312006-01-29 Richard M. Stallman <rms@gnu.org>
6532
10d1d0af 6533 * screen.texi: Minor cleanups.
8cf51b2c
GM
6534 (Screen): Clean up the intro paragraphs.
6535 (Mode Line): Lots of rewriting. Handle frame-name better.
6536 eol-mnemonic-... vars moved out.
6537
6538 * emacs.texi (Top): Change menu item for MS-DOS node.
6539 Update subnode menu.
6540
6541 * msdog.texi (MS-DOS): Rewrite intro to explain how this
6542 chapter relates to Windows. Title changed.
6543
6544 * mini.texi: Minor cleanups.
6545
6546 * mark.texi (Selective Undo): New node, text moved from basic.texi.
6547 (Mark): Put it in the menu.
6548
6549 * entering.texi: Minor cleanups.
6550
6551 * emacs.texi (Top): Add xref to Mac chapter; explain Windows better.
6552 (Intro): Refer to "graphical" terminals, rather than X.
6553
6554 * display.texi (Display Custom): Add xref to Variables.
6555 (Optional Mode Line): eol-mnemonic-... vars moved here.
6556
6557 * commands.texi: Minor cleanups. Refer to "graphical" terminals,
6558 rather than X.
6559
8cf51b2c
GM
6560 * basic.texi: Minor cleanups.
6561 (Undo): selective-undo moved.
6562
8cf51b2c
GM
65632006-01-25 Luc Teirlinck <teirllm@auburn.edu>
6564
6565 * anti.texi (Antinews): Various corrections and additions.
6566
65672006-01-23 Juri Linkov <juri@jurta.org>
6568
6569 * custom.texi (Easy Customization, Customization Groups)
6570 (Browsing Custom): Mention links along with buttons.
6571
8cf51b2c
GM
65722006-01-21 Eli Zaretskii <eliz@gnu.org>
6573
8cf51b2c
GM
6574 * text.texi (TeX Print): Use @key for TAB.
6575
8cf51b2c
GM
6576 * kmacro.texi (Keyboard Macro Step-Edit): Use @key for TAB.
6577
8cf51b2c
GM
65782006-01-15 Sven Joachim <svenjoac@gmx.de> (tiny change)
6579
6580 * files.texi (File Aliases): Don't claim that usually separate
6581 buffers are created for two file names that name the same data.
6582 Mention additional situations where different names mean the same
6583 file on disk.
6584
65852006-01-19 Richard M. Stallman <rms@gnu.org>
6586
6587 * killing.texi (Deletion): Upcase @key argument.
6588
6589 * custom.texi (Custom Themes): Minor cleanup.
6590
6591 * programs.texi (Hungry Delete): Upcase @key argument.
6592
8cf51b2c
GM
65932006-01-16 Juri Linkov <juri@jurta.org>
6594
6595 * display.texi (Standard Faces): Add `mode-line-buffer-id'.
6596 Move `mode-line-highlight' before `mode-line-buffer-id'.
6597
8cf51b2c
GM
65982006-01-14 Richard M. Stallman <rms@gnu.org>
6599
6600 * basic.texi (Inserting Text): Minor cleanup.
6601
8cf51b2c
GM
66022006-01-11 Luc Teirlinck <teirllm@auburn.edu>
6603
6604 * custom.texi (Changing a Variable, Face Customization):
6605 Update for changes in Custom menus.
6606
8cf51b2c
GM
66072006-01-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6608
6609 * macos.texi (Mac International): Undo last change.
6610
8cf51b2c
GM
66112006-01-02 Chong Yidong <cyd@stupidchicken.com>
6612
6613 * custom.texi (Custom Themes): Describe the new
6614 customize-create-theme interface.
6615
66162005-12-30 Juri Linkov <juri@jurta.org>
6617
6618 * basic.texi (Position Info): Update example.
6619
c8763fb6 66202005-12-27 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
6621
6622 * frames.texi (Dialog Boxes): Add x-gtk-show-hidden-files.
6623
66242005-12-24 Chong Yidong <cyd@stupidchicken.com>
6625
6626 * custom.texi (Custom Themes): `load-theme' always loads.
6627
66282005-12-23 Juri Linkov <juri@jurta.org>
6629
6630 * display.texi (Highlight Interactively): Use double space to
6631 separate sentences. Replace C-p with M-p, and C-n with M-n.
6632
66332005-12-22 Richard M. Stallman <rms@gnu.org>
6634
6635 * custom.texi (Easy Customization and subnodes):
6636 Replace "active field" with "button".
6637 Use "user option" only for variables.
6638 Use "setting" for variable-or-face.
6639
66402005-12-22 Luc Teirlinck <teirllm@auburn.edu>
6641
6642 * buffers.texi (Select Buffer): Change order in table to make
6643 "Similar" refer to the correct item.
6644 (Indirect Buffers): Minor rewording.
6645
8cf51b2c
GM
66462005-12-20 Juri Linkov <juri@jurta.org>
6647
6648 * files.texi (VC Status): Put P and N near p and n.
6649
8cf51b2c
GM
66502005-12-19 Richard M. Stallman <rms@gnu.org>
6651
6652 * programs.texi (Electric C): Delete the info about newline control.
6653 (Other C Commands): Minor cleanup.
6654 (Left Margin Paren): Minor cleanup.
6655
66562005-12-19 Luc Teirlinck <teirllm@auburn.edu>
6657
6658 * custom.texi (Easy Customization): Add "Browsing Custom" to menu.
6659 (Customization Groups): Delete text moved to "Browsing Custom".
6660 (Browsing Custom): New node.
6661 (Specific Customization): Clarify which commands only work for
6662 loaded options.
6663
66642005-12-18 Bill Wohler <wohler@newt.com>
6665
6666 * frames.texi (Tool Bars): Shorten text of previous change.
6667
66682005-12-18 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
6669
6670 * files.texi (VC Status): Document log-view mode.
6671
66722005-12-18 Bill Wohler <wohler@newt.com>
6673
6674 * frames.texi (Tool Bars): Mention that you can turn off tool bars
6675 permanently via the customize interface.
6676
8cf51b2c
GM
66772005-12-16 Ralf Angeli <angeli@iwi.uni-sb.de>
6678
6679 * killing.texi (Killing by Lines): Document `kill-whole-line'
6680 function.
6681
c8763fb6 66822005-12-16 Lőrentey Károly <lorentey@elte.hu>
8cf51b2c
GM
6683
6684 * buffers.texi (Select Buffer): Change `prev-buffer' to
6685 `previous-buffer'. Indicate that these functions use a frame
6686 local buffer list.
6687
8cf51b2c
GM
66882005-12-12 Richard M. Stallman <rms@gnu.org>
6689
6690 * custom.texi (Easy Customization): Change menu comment.
6691 (Prefix Keymaps): Fix spelling of Control-X-prefix.
6692
6693 * help.texi (Apropos): Rewrite. Talk about "apropos patterns".
6694 (Help): Among the Apropos commands, describe only C-h a here.
6695
66962005-12-11 Richard M. Stallman <rms@gnu.org>
6697
6698 * programs.texi (Options for Comments): Comment-end starts with space.
6699
6700 * glossary.texi (Glossary): Minor cleanup.
6701
6702 * files.texi (Old Versions): Use @table.
6703
8cf51b2c
GM
67042005-12-10 David Koppelman <koppel@ece.lsu.edu>
6705
6706 * display.texi (Highlight Interactively): Include
6707 global-hi-lock-mode. Add miscellaneous details and elaborations.
6708
67092005-12-09 Richard M. Stallman <rms@gnu.org>
6710
6711 * display.texi (Font Lock): Delete the Global FL menu item.
6712
67132005-12-09 Luc Teirlinck <teirllm@auburn.edu>
6714
6715 * custom.texi (Minibuffer Maps): Mention the maps for file name
6716 completion.
6717
67182005-12-09 Kim F. Storm <storm@cua.dk>
6719
6720 * killing.texi (CUA Bindings): Describe how to use C-x and C-c as
10d1d0af 6721 prefix keys even when mark is active. Describe that RET moves
8cf51b2c
GM
6722 cursor to next corner in rectangle; clarify insert around rectangle.
6723
8cf51b2c
GM
67242005-12-08 Luc Teirlinck <teirllm@auburn.edu>
6725
6726 * custom.texi (Customization): Use xref to elisp manual for
6727 non-TeX output.
6728 (Minor Modes): Update.
6729 (Customization Groups, Changing a Variable, Face Customization):
6730 Update for new appearance of Custom buffers.
6731 (Changing a Variable): `custom-buffer-done-function' has been
6732 replaced by `custom-buffer-done-kill'.
6733 (Specific Customization): In the `customize-group' buffer, a
6734 subgroup's contents are not "hidden". They are not included at
6735 all. They have no [Show] button.
6736 (Mouse Buttons): Add pxref to description of mouse event lists in
6737 Elisp manual. Add `menu-bar' and `header-line' dummy prefix keys.
6738 (Find Init): Emacs now looks for ~/.emacs.d/init.el instead of
6739 ~/.emacs.d/.emacs, if it can not find ~/.emacs(.el).
6740
67412005-12-08 Richard M. Stallman <rms@gnu.org>
6742
6743 * mini.texi (Completion Commands, Completion):
6744 In file name input, SPC does not do completion.
6745
8cf51b2c
GM
67462005-12-08 Nick Roberts <nickrob@snap.net.nz>
6747
6748 * building.texi (GDB Graphical Interface): Explain screen size
6749 setting.
6750 (Other GDB User Interface Buffers): Describe features specific to
6751 GDB 6.4.
6752
8cf51b2c
GM
67532005-12-01 Nick Roberts <nickrob@snap.net.nz>
6754
6755 * building.texi (GDB User Interface Layout): Describe how to
6756 kill associated buffers.
6757 (Breakpoints Buffer): Use D instead of d for gdb-delete-breakpoint.
6758 (Watch Expressions): Be more precise.
6759 (Other GDB User Interface Buffers): Describe how to change a
6760 register value.
6761
8cf51b2c
GM
67622005-11-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6763
6764 * macos.texi (Mac Input): Remove description of
6765 mac-command-key-is-meta. Add descriptions of
6766 mac-control-modifier, mac-command-modifier, and
6767 mac-option-modifier.
6768 (Mac International): Fix description of conversion of clipboard data.
6769 (Mac Font Specs): Add example of font customization by face attributes.
6770
67712005-11-22 Nick Roberts <nickrob@snap.net.nz>
6772
6773 * building.texi (Watch Expressions): Expand description.
6774 (Other GDB User Interface Buffers): Describe local map for
6775 gud-watch.
6776
67772005-11-21 Chong Yidong <cyd@stupidchicken.com>
6778
6779 * display.texi (Font Lock): Font lock is enabled by default now.
6780
67812005-11-20 Juri Linkov <juri@jurta.org>
6782
6783 * basic.texi (Position Info): Update examples of the output.
6784 Remove the fact that examples are produced in the TeXinfo buffer,
6785 because in the Info reader users will get a different output from
6786 `C-x ='.
6787
6788 * building.texi (Compilation Mode): Remove paragraph duplicated
6789 from the node `Compilation'. Add `compilation-skip-threshold'.
6790
6791 * display.texi (Font Lock): Suggest more user-friendly method of
6792 finding all Font Lock faces (M-x customize-group RET font-lock-faces).
6793
67942005-11-18 Richard M. Stallman <rms@gnu.org>
6795
6796 * files.texi (Registering): Mention @@ in mode line.
6797
6798 * mini.texi (Minibuffer File): Clarify previous change. Add @findex.
6799
68002005-11-08 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
6801
6802 * files.texi (Renaming and VC): Some back-ends don't
6803 handle renaming.
6804
8cf51b2c
GM
68052005-11-17 Juri Linkov <juri@jurta.org>
6806
6807 * emacs.texi (Top):
6808 * display.texi (Highlight Interactively): Put this font-lock based
6809 mode near Font Lock node.
6810
68112005-11-16 Chong Yidong <cyd@stupidchicken.com>
6812
6813 * ack.texi (Acknowledgments): Acknowledge Andrew Zhilin for Emacs
6814 icons.
6815
68162005-11-12 Kim F. Storm <storm@cua.dk>
6817
6818 * help.texi (Help): Fix C-h a entry. Add C-h d entry.
6819 (Help Summary): Add C-h d and C-h e.
6820 (Apropos): Clarify that all apropos commands may search for either
6821 list of words or a regexp. Add C-h d for apropos-documentation.
6822 Describe apropos-documentation-sort-by-scores user option.
6823
8cf51b2c
GM
68242005-11-09 Luc Teirlinck <teirllm@auburn.edu>
6825
6826 * killing.texi (CUA Bindings): Add @section.
6827
68282005-11-10 Kim F. Storm <storm@cua.dk>
6829
6830 * emacs.texi (Top): Add CUA Bindings entry to menu.
6831
6832 * killing.texi (CUA Bindings): New node. Moved here from
6833 misc.texi and extended with info on rectangle commands and
6834 rectangle highlighting, interface to registers, and the global
6835 mark feature.
6836
6837 * misc.texi (Emulation): Move CUA bindings item to killing.texi.
6838
6839 * regs.texi: Prev link points to CUA Bindings node.
6840
68412005-11-07 Luc Teirlinck <teirllm@auburn.edu>
6842
6843 * help.texi (Help Echo): By default, help echos are only shown on
6844 mouse-over, not on point-over.
6845
c8763fb6 68462005-11-04 Jérôme Marant <jerome@marant.org>
8cf51b2c
GM
6847
6848 * misc.texi (Shell Mode): Describe how to activate password echoing.
6849
8cf51b2c
GM
68502005-11-04 Romain Francoise <romain@orebokech.com>
6851
6852 * mark.texi (Mark Ring): Fix typo.
6853
68542005-11-03 Richard M. Stallman <rms@gnu.org>
6855
6856 * mark.texi (Mark Ring): Mention set-mark-command-repeat-pop.
6857
68582005-11-01 Bill Wohler <wohler@newt.com>
6859
6860 * help.texi (Help Mode): Fix typo.
6861
68622005-11-01 Nick Roberts <nickrob@snap.net.nz>
6863
1c6c854e
CS
6864 * building.texi (Other GDB User Interface Buffers):
6865 Describe the command gdb-use-inferior-io-buffer.
8cf51b2c
GM
6866
68672005-10-31 Romain Francoise <romain@orebokech.com>
6868
6869 * files.texi (Compressed Files): Fix typo.
6870
6871 * buffers.texi (Misc Buffer): Downcase `*shell*'.
6872
6873 * windows.texi (Force Same Window): Likewise.
6874
68752005-10-30 Bill Wohler <wohler@newt.com>
6876
6877 * help.texi (Help Mode): URLs viewed with browse-url.
6878
68792005-10-31 Nick Roberts <nickrob@snap.net.nz>
6880
6881 * building.texi (GDB Graphical Interface): Don't reference
6882 gdb-mouse-set-clear-breakpoint. Explain gdb-mouse-until
6883 must stay in same frame.
6884
68852005-10-29 Chong Yidong <cyd@stupidchicken.com>
6886
6887 * custom.texi (Init File): Document ~/.emacs.d/init.el.
6888
6889 * anti.texi (Antinews): Likewise.
6890
8cf51b2c
GM
68912005-10-28 Bill Wohler <wohler@newt.com>
6892
6893 * help.texi (Help): Help mode now creates hyperlinks for URLs.
6894
68952005-10-28 Richard M. Stallman <rms@gnu.org>
6896
6897 * files.texi (Visiting): Explain how to enter ? in a file name.
6898
6899 * trouble.texi (Memory Full): Mention !MEM FULL! in mode line.
6900
8cf51b2c
GM
69012005-10-25 Nick Roberts <nickrob@snap.net.nz>
6902
1c6c854e
CS
6903 * building.texi (GDB Graphical Interface):
6904 Describe gdb-mouse-until.
8cf51b2c
GM
6905
69062005-10-23 Richard M. Stallman <rms@gnu.org>
6907
6908 * custom.texi (Init File): Recommend when to use site-start.el.
6909
8cf51b2c
GM
69102005-10-21 Juri Linkov <juri@jurta.org>
6911
6912 * custom.texi (Examining): Mention accessing the old variable
6913 value via M-n in set-variable.
6914
8cf51b2c
GM
69152005-10-18 Romain Francoise <romain@orebokech.com>
6916
6917 * files.texi (Version Systems): Capitalize GNU.
6918
8cf51b2c
GM
69192005-10-18 Nick Roberts <nickrob@snap.net.nz>
6920
6921 * building.texi (Compilation Mode): Remove redundant paragraph.
6922 (Watch Expressions): Remove paragraph to reflect code change.
6923
8cf51b2c
GM
69242005-10-16 Richard M. Stallman <rms@gnu.org>
6925
6926 * building.texi (Compilation Mode, Compilation): Clarified.
6927
69282005-10-15 Richard M. Stallman <rms@gnu.org>
6929
6930 * misc.texi (Saving Emacs Sessions): Mention savehist library.
6931
8cf51b2c
GM
69322005-10-13 Kenichi Handa <handa@m17n.org>
6933
6934 * basic.texi (Position Info): Fix previous change.
6935
c8763fb6 69362005-10-12 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
6937
6938 * cmdargs.texi (Icons X): Fix typo.
6939
69402005-10-12 Kenichi Handa <handa@m17n.org>
6941
6942 * basic.texi (Position Info): Describe the case that Emacs shows
6943 "part of display ...".
6944
c8763fb6 69452005-10-10 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
6946
6947 * cmdargs.texi (Icons X): -nb => -nbi.
6948
69492005-10-10 Chong Yidong <cyd@stupidchicken.com>
6950
6951 * frames.texi (Speedbar): A couple more clarifications.
6952
69532005-10-11 Nick Roberts <nickrob@snap.net.nz>
6954
6955 * building.texi (GDB User Interface Layout): Improve diagram.
6956 (Watch Expressions): Explain how to make speedbar global.
6957 (Other GDB User Interface Buffers): Make references more precise.
6958
8cf51b2c
GM
69592005-10-09 Richard M. Stallman <rms@gnu.org>
6960
6961 * frames.texi (Speedbar): Clarify the text.
6962
69632005-10-09 Chong Yidong <cyd@stupidchicken.com>
6964
6965 * frames.texi (Speedbar): Add information on keybindings,
6966 dismissing the speedbar, and buffer display mode. Link to
6967 speedbar manual.
6968
c8763fb6 69692005-10-09 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c 6970
1c6c854e 6971 * cmdargs.texi (Icons X): Remove options -i, -itype, --icon-type,
8cf51b2c
GM
6972 added -nb, --no-bitmap-icon.
6973
8cf51b2c
GM
69742005-10-07 Nick Roberts <nickrob@snap.net.nz>
6975
6976 * building.texi (GDB Graphical Interface): Add variables and
6977 functions to indices. Be more precise.
6978
c8763fb6 69792005-10-03 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
6980
6981 * frames.texi (Drag and Drop): Remove the x- from
6982 x-dnd-open-file-other-window and xdnd-protocol-alist.
6983
69842005-09-30 Romain Francoise <romain@orebokech.com>
6985
6986 * mini.texi (Minibuffer): The default value now appears before the
6987 colon in minibuffer prompts.
6988
8cf51b2c
GM
69892005-09-25 Richard M. Stallman <rms@gnu.org>
6990
6991 * search.texi (Regexp Search): Doc search-whitespace-regexp.
6992
8cf51b2c
GM
69932005-09-20 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
6994
6995 * text.texi (Paragraphs): Correction about Paragraph-Indent Text mode.
6996
8cf51b2c
GM
69972005-09-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6998
6999 * emacs.texi (Top): Update submenus from macos.texi.
7000
7001 * macos.texi: Change `Mac OS 8 or 9' to `Mac OS Classic'.
7002 (Mac OS): Update feature support status.
7003 (Mac Input): List supported input scripts. Remove description
7004 about `mac-keyboard-text-encoding'. Mention mouse button
7005 emulation and related variables.
7006 (Mac International): Mention Central European and Cyrillic
7007 support. Now `keyboard-coding-system' is dynamically changed.
1c6c854e
CS
7008 Add description about coding system for selection.
7009 Add description about language environment.
7010 (Mac Environment Variables):
7011 Mention `~/.MacOSX/environment.plist'. Give example of command line
8cf51b2c
GM
7012 arguments. Add Preferences support.
7013 (Mac Directories): Explicitly state that this node is for Mac OS
7014 Classic only.
1c6c854e
CS
7015 (Mac Font Specs): Mention specification for scalable fonts.
7016 List supported charsets. Add preferred way of creating fontsets.
7017 Add description about `mac-allow-anti-aliasing'.
8cf51b2c
GM
7018 (Mac Functions): Add descriptions about `mac-set-file-creator',
7019 `mac-get-file-creator', `mac-set-file-type', `mac-get-file-type',
7020 and `mac-get-preference'.
7021
8cf51b2c
GM
70222005-09-16 Romain Francoise <romain@orebokech.com>
7023
7024 Update all files to specify GFDL version 1.2.
7025
7026 * doclicense.texi (GNU Free Documentation License): Update to
7027 version 1.2.
7028
70292005-09-15 Richard M. Stallman <rms@gnu.org>
7030
7031 * buffers.texi (List Buffers): Fix xref.
7032
7033 * rmail.texi (Rmail Basics): Fix xref.
7034
7035 * emacs.texi (Top): Update subnode menus.
7036
7037 * files.texi (Saving Commands): New node, broken out of Saving.
7038 (Customize Save): New node, broken out of Saving.
7039 Clarify effect of write-region-inhibit-fsync.
7040 (Misc File Ops): Say write-region-inhibit-fsync affects write-region.
7041
8cf51b2c
GM
70422005-09-14 Romain Francoise <romain@orebokech.com>
7043
7044 * files.texi (Saving): Mention write-region-inhibit-fsync.
7045
70462005-09-05 Chong Yidong <cyd@stupidchicken.com>
7047
7048 * custom.texi (Custom Themes): New node.
7049
70502005-09-03 Richard M. Stallman <rms@gnu.org>
7051
49823426
GM
7052 * search.texi (Search Case): Mention vars that control
7053 case-fold-search for various operations.
8cf51b2c
GM
7054
70552005-08-22 Juri Linkov <juri@jurta.org>
7056
7057 * display.texi (Standard Faces): Merge the text from
7058 `(elisp)Standard Faces' into this node.
7059
70602005-08-18 Luc Teirlinck <teirllm@auburn.edu>
7061
7062 * emacs.texi (Top): Delete menu item for deleted node
7063 Keyboard Translations.
7064
70652005-08-18 Richard M. Stallman <rms@gnu.org>
7066
8cf51b2c
GM
7067 * trouble.texi (Unasked-for Search):
7068 Delete xref to Keyboard Translations.
7069
7070 * glossary.texi (Glossary): Delete xref.
7071
8cf51b2c
GM
7072 * custom.texi (Minor Modes): Say that the list here is not complete.
7073 (Keyboard Translations): Node deleted.
7074 (Disabling): Delete xref to it.
7075 (Customization Groups): Fix Custom buffer example.
7076 (Hooks): Mention remove-hooks.
7077
70782005-08-17 Luc Teirlinck <teirllm@auburn.edu>
7079
7080 * building.texi (GDB Graphical Interface): Improve filling of menu
7081 item.
7082
70832005-08-18 Nick Roberts <nickrob@snap.net.nz>
7084
7085 * building.texi (GDB Graphical Interface): Use better node names.
7086
70872005-08-14 Richard M. Stallman <rms@gnu.org>
7088
7089 * text.texi (Sentences): Fix xref.
7090
70912005-08-14 Juri Linkov <juri@jurta.org>
7092
7093 * building.texi (Compilation, Grep Searching): Move grep command
7094 headings from `Compilation' to `Grep Searching'.
7095
7096 * dired.texi (Dired and Find):
7097 * maintaining.texi (Tags Search): Replace grep xref to
7098 `Compilation' node with `Grep Searching'.
7099
7100 * files.texi (Comparing Files): Replace xref to `Compilation' with
7101 `Compilation Mode'.
7102
71032005-08-13 Alan Mackenzie <acm@muc.de>
7104
7105 * search.texi (Non-ASCII Isearch): Correct a typo.
7106 (Replacement Commands): Mention query-replace key binding.
7107
71082005-08-11 Richard M. Stallman <rms@gnu.org>
7109
7110 * programs.texi (Options for Comments): Fix xref.
7111
7112 * search.texi (Regexp Backslash, Regexp Example): New nodes split
7113 out of Regexps.
7114
8cf51b2c
GM
71152005-08-09 Juri Linkov <juri@jurta.org>
7116
7117 * building.texi (Compilation): Use `itemx' instead of `item'.
7118 (Grep Searching): Simplify phrase.
7119
7120 * display.texi (Standard Faces): Describe vertical-border on
7121 window systems.
7122
7123 * windows.texi (Split Window): Simplify phrase and mention
7124 vertical-border face.
7125
71262005-08-09 Richard M. Stallman <rms@gnu.org>
7127
7128 * files.texi (Comparing Files): Clarify compare-windows.
7129
7130 * calendar.texi (Scroll Calendar): Document < and > in calendar.
7131
8cf51b2c
GM
71322005-08-06 Eli Zaretskii <eliz@gnu.org>
7133
7134 * mule.texi (Coding Systems): Rephrase the paragraph about
7135 codepages: no need for "M-x codepage-setup" anymore, except on
7136 MS-DOS.
7137
7138 * msdog.texi (MS-DOS and MULE): Clarify that this section is for
7139 the MS-DOS port only.
7140
71412005-07-30 Eli Zaretskii <eliz@gnu.org>
7142
7143 * makefile.w32-in (info): Don't run multi-install-info.bat.
7144 ($(infodir)/dir): New target, produced by running
7145 multi-install-info.bat.
7146
8cf51b2c
GM
71472005-07-22 Eli Zaretskii <eliz@gnu.org>
7148
7149 * files.texi (Quoted File Names): Add index entry.
7150
8cf51b2c
GM
71512005-07-19 Juri Linkov <juri@jurta.org>
7152
7153 * files.texi (Comparing Files): Mention resync for `compare-windows'.
7154
71552005-07-18 Juri Linkov <juri@jurta.org>
7156
8cf51b2c
GM
7157 * custom.texi (Easy Customization):
7158 * files.texi (Old Versions):
7159 * frames.texi (Wheeled Mice):
7160 * mule.texi (Specify Coding):
8cf51b2c
GM
7161 * text.texi (Cell Justification):
7162 * trouble.texi (After a Crash):
8cf51b2c
GM
7163 * xresources.texi (GTK styles):
7164 Delete duplicate duplicate words.
7165
71662005-07-17 Richard M. Stallman <rms@gnu.org>
7167
7168 * frames.texi (Creating Frames): Fix foreground color example.
7169
7170 * custom.texi (Init Examples): Clean up text about conditionals.
7171
71722005-07-16 Richard M. Stallman <rms@gnu.org>
7173
7174 * mini.texi (Completion Commands): Fix command name for ?.
7175
8cf51b2c
GM
71762005-07-16 Eli Zaretskii <eliz@gnu.org>
7177
7178 * display.texi (Standard Faces): Explain that customization of
1c6c854e
CS
7179 `menu' face has no effect on w32 and with GTK.
7180 Add cross-references.
8cf51b2c
GM
7181
7182 * cmdargs.texi (General Variables): Clarify the default location
7183 of $HOME on w32 systems.
7184
71852005-07-15 Jason Rumney <jasonr@gnu.org>
7186
7187 * cmdargs.texi (General Variables): Default HOME on MS Windows has
7188 changed.
7189
71902005-07-08 Kenichi Handa <handa@m17n.org>
7191
1c6c854e
CS
7192 * mule.texi (Recognize Coding):
7193 Recommend revert-buffer-with-coding-system instead of revert-buffer.
8cf51b2c
GM
7194
71952005-07-07 Richard M. Stallman <rms@gnu.org>
7196
7197 * anti.texi (Antinews): Mention mode-line-inverse-video.
7198
7199 * files.texi (Saving): Minor correction about C-x C-w.
7200
7201 * display.texi (Display Custom): Don't mention mode-line-inverse-video.
7202
72032005-07-07 Luc Teirlinck <teirllm@auburn.edu>
7204
7205 * search.texi (Isearch Scroll): Add example of using the
7206 `isearch-scroll' property.
7207 (Slow Isearch): Reference anchor for `baud-rate' instead of entire
7208 `Display Custom' node.
7209 (Regexp Replace): Put text that requires Emacs Lisp knowledge last
7210 and de-emphasize it.
7211 (Other Repeating Search): `occur' currently can not correctly
7212 handle multiline matches. Correct, clarify and update description
7213 of `flush-lines' and `keep-lines'.
7214
7215 * display.texi (Display Custom): Add anchor for `baud-rate'.
7216
72172005-07-07 Richard M. Stallman <rms@gnu.org>
7218
7219 * gnu.texi: Update where to get GNU status; add refs for how to help.
7220 Add footnotes 6 and 7.
7221
72222005-07-04 Lute Kamstra <lute@gnu.org>
7223
7224 Update FSF's address in GPL notices.
7225
8cf51b2c 7226 * doclicense.texi (GNU Free Documentation License):
8cf51b2c
GM
7227 * trouble.texi (Checklist): Update FSF's address.
7228
8cf51b2c
GM
72292005-06-24 Richard M. Stallman <rms@gnu.org>
7230
7231 * display.texi (Text Display): Change index entries.
7232
72332005-06-24 Eli Zaretskii <eliz@gnu.org>
7234
7235 * makefile.w32-in (MAKEINFO): Use --force.
7236 (INFO_TARGETS, DVI_TARGETS): Make identical to the lists in
7237 Makefile.in.
8cf51b2c
GM
7238
72392005-06-23 Richard M. Stallman <rms@gnu.org>
7240
1c6c854e 7241 * anti.texi (Antinews): Rename show-nonbreak-escape to
8cf51b2c
GM
7242 nobreak-char-display.
7243
7244 * emacs.texi (Top): Update detailed node listing.
7245
1c6c854e 7246 * display.texi (Text Display): Rename show-nonbreak-escape
8cf51b2c
GM
7247 to nobreak-char-display and no-break-space to nobreak-space.
7248 (Standard Faces): Split up the list of standard faces
7249 and put it in a separate node. Add nobreak-space and
7250 escape-glyph.
7251
8cf51b2c
GM
72522005-06-23 Lute Kamstra <lute@gnu.org>
7253
7254 * mule.texi (Select Input Method): Fix typo.
7255
72562005-06-23 Kenichi Handa <handa@m17n.org>
7257
1c6c854e
CS
7258 * mule.texi (International): List all supported scripts.
7259 Adjust text for that leim is now included in the normal Emacs
8cf51b2c
GM
7260 distribution.
7261 (Language Environments): List all language environments.
7262 Intlfonts contains fonts for most supported scripts, not all..
7263 (Select Input Method): Refer to C-u C-x = to see how to type to
10d1d0af 7264 input a specific character.
8cf51b2c
GM
7265 (Recognize Coding): Fix typo, china-iso-8bit -> chinese-iso-8bit.
7266
72672005-06-23 Juanma Barranquero <lekktu@gmail.com>
7268
49823426 7269 * building.texi (Grep Searching): Texinfo usage fix.
8cf51b2c
GM
7270
72712005-06-22 Miles Bader <miles@gnu.org>
7272
7273 * display.texi (Faces): Change `vertical-divider' to `vertical-border'.
7274
72752005-06-20 Miles Bader <miles@gnu.org>
7276
7277 * display.texi (Faces): Add `vertical-divider'.
7278
72792005-06-17 Richard M. Stallman <rms@gnu.org>
7280
7281 * text.texi (Adaptive Fill): Minor clarification.
7282
8cf51b2c
GM
72832005-06-10 Lute Kamstra <lute@gnu.org>
7284
7285 * emacs.texi (Top): Correct version number.
7286 * anti.texi (Antinews): Correct version number. Use EMACSVER to
7287 refer to the current version of Emacs.
7288
72892005-06-08 Luc Teirlinck <teirllm@auburn.edu>
7290
7291 * files.texi (Log Buffer): Document when there can be more than
7292 one file to be committed.
7293
72942005-06-08 Juri Linkov <juri@jurta.org>
7295
7296 * display.texi (Faces): Add `shadow' face.
7297
72982005-06-07 Masatake YAMATO <jet@gyve.org>
7299
7300 * display.texi (Faces): Write about mode-line-highlight.
7301
73022005-06-06 Richard M. Stallman <rms@gnu.org>
7303
7304 * misc.texi (Printing Package): Explain how to initialize
7305 printing package.
7306
7307 * cmdargs.texi (Action Arguments): Clarify directory default for -l.
7308
73092005-06-05 Chong Yidong <cyd@stupidchicken.com>
7310
7311 * emacs.texi: Rename Hardcopy to Printing.
7312 Make PostScript and PostScript Variables subnodes of it.
7313
7314 * misc.texi (Printing): Rename node from Hardcopy.
7315 Mention menu bar options.
7316 Move PostScript and PostScript Variables to submenu.
7317 (Printing package): New node.
7318
7319 * mark.texi (Using Region): Change Hardcopy xref to Printing.
7320
7321 * dired.texi (Operating on Files): Likewise.
7322
7323 * calendar.texi (Displaying the Diary): Likewise.
7324
7325 * msdog.texi (MS-DOS Printing, MS-DOS Processes): Likewise.
7326
7327 * glossary.texi (Glossary): Likewise.
7328
7329 * frames.texi (Mode Line Mouse): Mention mode-line-highlight
7330 effect.
7331
73322005-06-04 Richard M. Stallman <rms@gnu.org>
7333
7334 * trouble.texi (After a Crash): Polish previous change.
7335
8cf51b2c
GM
73362005-05-30 Noah Friedman <friedman@splode.com>
7337
7338 * trouble.texi (After a Crash): Mention emacs-buffer.gdb as a
7339 recovery mechanism.
7340
8cf51b2c
GM
73412005-05-28 Nick Roberts <nickrob@snap.net.nz>
7342
7343 * building.texi (Other Buffers): SPC toggles display of
7344 floating point registers.
7345
8cf51b2c
GM
73462005-05-27 Nick Roberts <nickrob@snap.net.nz>
7347
7348 * files.texi (Log Buffer): Merge in description of Log Edit
7349 mode from pcl-cvs.texi.
7350
73512005-05-26 Richard M. Stallman <rms@gnu.org>
7352
7353 * building.texi (Lisp Eval): C-M-x with arg runs Edebug.
7354
8cf51b2c
GM
73552005-05-24 Luc Teirlinck <teirllm@auburn.edu>
7356
7357 * fixit.texi (Spelling): Delete confusing sentence; flyspell is
7358 not enabled by default.
7359 When not on a word, `ispell-word' by default checks the word
7360 before point.
7361
73622005-05-24 Nick Roberts <nickrob@snap.net.nz>
7363
7364 * building.texi (Debugger Operation): Simplify last sentence.
7365
73662005-05-23 Lute Kamstra <lute@gnu.org>
7367
7368 * emacs.texi: Update FSF's address throughout.
7369 (Preface): Use @cite.
7370 (Distrib): Add cross reference to the node "Copying". Mention the
7371 FDL. Don't refer to etc/{FTP,ORDERS}. Mention the sale of
7372 printed manuals.
7373 (Intro): Use @xref for the Emacs Lisp Intro.
7374
8cf51b2c
GM
73752005-05-18 Luc Teirlinck <teirllm@auburn.edu>
7376
7377 * buffers.texi (Select Buffer): Document `C-u M-g M-g'.
7378
7379 * basic.texi (Moving Point): Mention default for `goto-line'.
7380
7381 * programs.texi (Lisp Doc): Eldoc mode shows only the first line
7382 of a variable's docstring.
7383
73842005-05-18 Lute Kamstra <lute@gnu.org>
7385
7386 * maintaining.texi (Overview of Emerge): Add cross reference.
7387 Remove duplication.
7388
7389 * emacs.texi (Top): Update to the current structure of the manual.
7390 * misc.texi (Emacs Server): Add menu description.
7391 * files.texi (Saving): Fix menu.
7392 * custom.texi (Customization): Fix menu.
7393 * mule.texi (International): Fix menu.
7394 * kmacro.texi (Keyboard Macros): Fix menu.
7395
73962005-05-16 Luc Teirlinck <teirllm@auburn.edu>
7397
7398 * display.texi: Various minor changes.
7399 (Faces): Delete text that is repeated in the next section.
7400
74012005-05-16 Nick Roberts <nickrob@snap.net.nz>
7402
7403 * building.texi (Debugger Operation): Mention GUD tooltips are
7404 disabled with GDB in text command mode.
7405
8cf51b2c
GM
74062005-05-16 Nick Roberts <nickrob@snap.net.nz>
7407
7408 * building.texi: Replace toolbar with "tool bar" for consistency.
7409 (Compilation Mode): Describe compilation-context-lines
7410 and use of arrow in compilation buffer.
7411 (Debugger Operation): Replace help text with variable's value.
7412
7413 * frames.texi (Tooltips): Replace toolbar with "tool bar" for
7414 consistency.
7415
74162005-05-15 Luc Teirlinck <teirllm@auburn.edu>
7417
7418 * major.texi (Choosing Modes): normal-mode processes the -*- line.
7419 Add xref.
7420
8cf51b2c
GM
74212005-05-14 Luc Teirlinck <teirllm@auburn.edu>
7422
7423 * basic.texi (Moving Point): Mention `M-g g' binding for `goto-line'.
7424 (Position Info): Delete discussion of `goto-line'. It is already
7425 described in `Moving point'.
7426
7427 * mini.texi (Completion Commands): Correct reference.
7428 (Completion Options): Fix typo.
7429
7430 * killing.texi (Deletion): Complete description of `C-x C-o'.
7431
8cf51b2c
GM
74322005-05-10 Richard M. Stallman <rms@gnu.org>
7433
7434 * building.texi (Compilation): Clarify recompile's directory choice.
7435
7436 * frames.texi (Tooltips): Cleanups.
7437
7438 * basic.texi (Arguments): Fix punctuation.
7439
74402005-05-09 Luc Teirlinck <teirllm@auburn.edu>
7441
7442 * screen.texi (Menu Bar): The up and down (not left and right)
7443 arrow keys move through a keyboard menu.
7444
74452005-05-08 Luc Teirlinck <teirllm@auburn.edu>
7446
7447 * basic.texi: Various typo and grammar fixes.
7448 (Moving Point): C-a now runs move-beginning-of-line.
7449
74502005-05-08 Nick Roberts <nickrob@snap.net.nz>
7451
7452 * building.texi (Debugger Operation): Describe gud-tooltip-echo-area.
7453
7454 * frames.texi (Tooltips): Describe help tooltips and GUD tooltips
7455 as different animals.
7456
74572005-05-07 Luc Teirlinck <teirllm@auburn.edu>
7458
7459 * frames.texi (Mouse References): Clarify `mouse-1-click-follows-link'.
7460 Correct index entry.
7461
74622005-05-07 Nick Roberts <nickrob@snap.net.nz>
7463
7464 * building.texi (Debugger Operation): Update to reflect changes
7465 in GUD tooltips.
7466
74672005-04-30 Richard M. Stallman <rms@gnu.org>
7468
7469 * files.texi (Compressed Files): Auto Compression normally enabled.
7470
7471 * building.texi (Debugger Operation): Clarify previous change.
7472
8cf51b2c
GM
74732005-04-28 Nick Roberts <nickrob@snap.net.nz>
7474
7475 * building.texi (Debugger Operation): Add description for
7476 GUD tooltips when program is not running.
7477
74782005-04-26 Luc Teirlinck <teirllm@auburn.edu>
7479
7480 * misc.texi (Shell): Add `Shell Prompts' to menu.
7481 (Shell Mode): Add xref to `Shell Prompts'. Clarify `C-c C-u'
7482 description. Delete remarks moved to new node.
7483 (Shell Prompts): New node.
7484 (History References): Replace remarks moved to `Shell Prompts'
7485 with xref to that node.
7486 (Remote Host): Clarify how to specify the terminal type when
7487 logging in to a different machine.
7488
74892005-04-26 Richard M. Stallman <rms@gnu.org>
7490
7491 * emacs.texi (Top): Update submenus from files.texi.
7492
7493 * files.texi (Filesets): Clarify previous change.
7494
7495 * dired.texi (Misc Dired Features): Clarify previous change.
7496
74972005-04-25 Chong Yidong <cyd@stupidchicken.com>
7498
7499 * ack.texi (Acknowledgments): Delete info about iso-acc.el.
7500
1c6c854e
CS
7501 * dired.texi (Misc Dired Features):
7502 Document dired-compare-directories.
8cf51b2c
GM
7503
7504 * files.texi (Filesets): New node.
7505 (File Conveniences): Document Image mode.
7506
7507 * text.texi (TeX Print): Document tex-compile.
7508
75092005-04-25 Luc Teirlinck <teirllm@auburn.edu>
7510
7511 * frames.texi (Tooltips): Tooltip mode is enabled by default.
7512 Delete redundant reference to tooltip Custom group. It is
7513 referred too again in the next paragraph.
7514
75152005-04-24 Richard M. Stallman <rms@gnu.org>
7516
7517 * ack.texi: Delete info about lazy-lock.el and fast-lock.el.
7518
8cf51b2c
GM
75192005-04-19 Kim F. Storm <storm@cua.dk>
7520
7521 * building.texi (Compilation Mode): Add M-g M-n and M-g M-p bindings.
7522
75232005-04-18 Lars Hansen <larsh@math.ku.dk>
7524
7525 * misc.texi (Saving Emacs Sessions): Add that "--no-desktop" now
7526 turns off desktop-save-mode.
7527
75282005-04-17 Luc Teirlinck <teirllm@auburn.edu>
7529
7530 * frames.texi (XTerm Mouse): Xterm Mouse mode is no longer enabled
7531 by default in terminals compatible with xterm. Mention that
7532 xterm-mouse-mode is a minor mode and put in pxref to Minor Modes
7533 node.
7534
8cf51b2c
GM
75352005-04-12 Luc Teirlinck <teirllm@auburn.edu>
7536
7537 * frames.texi (XTerm Mouse): Xterm Mouse mode is now enabled by default.
7538
c8763fb6 75392005-04-12 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
7540
7541 * xresources.texi (Table of Resources): Add cursorBlink.
7542
75432005-04-11 Luc Teirlinck <teirllm@auburn.edu>
7544
7545 * rmail.texi (Rmail Summary Edit): Explain numeric arguments to
7546 `d', `C-d' and `u'.
7547
75482005-04-11 Richard M. Stallman <rms@gnu.org>
7549
7550 * cmdargs.texi (Initial Options): -Q is now --quick, and does less.
7551 (Misc X): Add -D, --basic-display.
7552
7553 * maintaining.texi (Change Log): Correct the description of
7554 the example.
7555
7556 * major.texi (Choosing Modes): Document magic-mode-alist.
7557
8cf51b2c
GM
75582005-04-10 Luc Teirlinck <teirllm@auburn.edu>
7559
7560 * rmail.texi (Rmail Basics): Clarify description of `q' and `b'.
7561 (Rmail Deletion): `C-d' in RMAIL buffer does not accept a numeric arg.
7562 (Rmail Inbox): Give full name of `rmail-primary-inbox-list'.
7563 (Rmail Output): Clarify which statements apply to `o', `C-o' and
7564 `w', respectively.
7565 (Rmail Labels): Mention `l'.
7566 (Rmail Attributes): Correct pxref. Mention `stored' attribute.
7567 (Rmail Summary Edit): Describe `j' and RET.
7568
c8763fb6 75692005-04-10 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
7570
7571 * xresources.texi (Lucid Resources): Add fontSet resource.
7572
8cf51b2c
GM
75732005-04-09 Luc Teirlinck <teirllm@auburn.edu>
7574
7575 * display.texi (Useless Whitespace): `indicate-unused-lines' is
7576 now called `indicate-empty-lines'.
7577
75782005-04-06 Kim F. Storm <storm@cua.dk>
7579
7580 * cmdargs.texi (Initial Options): Add --bare-bones alias for -Q.
7581
75822005-04-04 Luc Teirlinck <teirllm@auburn.edu>
7583
7584 * dired.texi (Dired Visiting): `dired-view-command-alist' has been
7585 deleted.
7586 (Marks vs Flags): Add some convenient key bindings.
7587 (Hiding Subdirectories): Delete redundant and inaccurate sentence.
7588 (Misc Dired Features): Correct and expand description of `w' command.
7589
7590 * frames.texi (XTerm Mouse): Delete apparently false info.
7591 The GNU/Linux console currently does not appear to support
7592 `xterm-mouse-mode'.
7593
8cf51b2c
GM
75942005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
7595
7596 * calendar.texi (Diary): Mention shell utility `calendar'.
7597
75982005-04-01 Richard M. Stallman <rms@gnu.org>
7599
7600 * cmdargs.texi (Misc X): Explain horizontal scroll bars don't exist.
7601
8cf51b2c
GM
76022005-04-01 Lute Kamstra <lute@gnu.org>
7603
7604 * maintaining.texi (Change Log): add-change-log-entry uses
7605 add-log-mailing-address.
7606
76072005-03-31 Luc Teirlinck <teirllm@auburn.edu>
7608
7609 * files.texi (Reverting): Move `auto-revert-check-vc-info' to
7610 `VC Mode Line' and put in an xref to that node.
7611 (VC Mode Line): Move `auto-revert-check-vc-info' here and clarify
7612 its description.
7613
76142005-03-31 Paul Eggert <eggert@cs.ucla.edu>
7615
7616 * calendar.texi (Calendar Systems): Say that the Persian calendar
7617 implemented here is the arithmetical one championed by Birashk.
7618
76192005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
7620
7621 * programs.texi (Fortran Motion): Fix previous change.
7622
8cf51b2c
GM
76232005-03-29 Richard M. Stallman <rms@gnu.org>
7624
7625 * mule.texi (Single-Byte Character Support): Reinstall the C-x 8 info.
7626
76272005-03-29 Chong Yidong <cyd@stupidchicken.com>
7628
7629 * text.texi (Refill): Refer to Long Lines Mode.
7630 (Longlines): New node.
7631 (Auto Fill): Don't index "word wrap" here.
7632 (Filling): Add Longlines to menu.
7633
76342005-03-29 Richard M. Stallman <rms@gnu.org>
7635
7636 * xresources.texi: Minor fixes.
7637
7638 * misc.texi (Emacs Server): Fix Texinfo usage.
7639
7640 * emacs.texi (Top): Don't use a real section heading for
7641 "Detailed Node Listing". Fake it instead.
7642
7643 * basic.texi (Position Info): Minor cleanup.
7644
7645 * mule.texi (Input Methods): Minor cleanup.
7646
76472005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
7648
7649 * programs.texi (ForIndent Vars): `fortran-if-indent' does other
7650 constructs as well.
7651 (Fortran Motion): Add fortran-end-of-block, fortran-beginning-of-block.
7652
76532005-03-29 Kenichi Handa <handa@m17n.org>
7654
7655 * mule.texi (Input Methods): Refer to the command C-u C-x =.
7656
7657 * basic.texi (Position Info): Update the description about the
7658 command C-u C-x =.
7659
76602005-03-28 Richard M. Stallman <rms@gnu.org>
7661
7662 * emacs.texi (Top): Use @section for the detailed node listing.
7663
7664 * calendar.texi: Minor fixes to previous change.
7665
7666 * programs.texi (Fortran): Small fixes to previous changes.
7667
7668 * emacs.texi (Top): Update list of subnodes of Dired.
7669 Likewise for building.texi.
7670
7671 * files.texi (File Conveniences): Delete Auto Image File mode.
7672
76732005-03-28 Chong Yidong <cyd@stupidchicken.com>
7674
7675 * building.texi (Flymake): New node.
7676
7677 * custom.texi (Function Keys): Document kp- event types and
7678 keypad-setup package.
7679
7680 * dired.texi (Wdired): New node.
7681
7682 * files.texi (File Conveniences): Reorder entries.
7683 Explain how to turn on Auto-image-file mode.
7684 Document Thumbs mode.
7685
7686 * mule.texi (Specify Coding): Document recode-region and
7687 recode-file-name.
7688
7689 * programs.texi (Program Modes): Add Conf mode and DNS mode.
7690
76912005-03-27 Luc Teirlinck <teirllm@auburn.edu>
7692
7693 * commands.texi (Keys): M-o is now a prefix key.
7694
76952005-03-27 Glenn Morris <gmorris@ast.cam.ac.uk>
7696
7697 * programs.texi: Reformat and update copyright years.
7698 (Fortran): Update section.
7699
77002005-03-26 Luc Teirlinck <teirllm@auburn.edu>
7701
7702 * files.texi: Several small changes in addition to:
7703 (Visiting): Change xref for Dialog Boxes to ref.
7704 (Version Headers): Replace references to obsolete var
7705 `vc-header-alist' with `vc-BACKEND-header'.
7706 (Customizing VC): Update value of `vc-handled-backends'.
7707
77082005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
7709
7710 * emacs-xtra.texi (Advanced Calendar/Diary Usage): New section;
7711 move here from Emacs Lisp Reference Manual.
7712 * calendar.texi (Calendar/Diary, Diary Commands)
7713 (Special Diary Entries, Importing Diary): Change some xrefs to
7714 point to emacs-xtra rather than elisp.
7715
7716 * emacs-xtra.texi (Calendar Customizing):
7717 Move view-diary-entries-initially, view-calendar-holidays-initially,
7718 mark-diary-entries-in-calendar, mark-holidays-in-calendar to main
7719 Emacs Manual.
7720 (Appt Customizing): Merge entire section into main Emacs Manual.
7721 * calendar.texi (Holidays): Move view-calendar-holidays-initially,
7722 mark-holidays-in-calendar here from emacs-xtra.
7723 (Displaying the Diary): Move view-diary-entries-initially,
7724 mark-diary-entries-in-calendar here from emacs-xtra.
7725 (Appointments): Move appt-display-mode-line,
7726 appt-display-duration, appt-disp-window-function,
7727 appt-delete-window-function here from emacs-xtra.
7728
7729 * calendar.texi: Update and reformat copyright.
7730 Change all @xrefs to the non-printing emacs-xtra to @inforefs.
7731 (Calendar/Diary): Menu now only on Mouse-3, not C-Mouse-3.
7732 (Diary): Refer to `diary-file' rather than ~/diary.
7733 (Diary Commands): Rename node to "Displaying the Diary".
7734 * emacs.texi (Top): Rename "Diary Commands" section.
7735 * misc.texi (Hardcopy): Rename "Diary Commands" xref.
7736
77372005-03-26 Eli Zaretskii <eliz@gnu.org>
7738
7739 * misc.texi (Emacs Server): Fix the command for setting
7740 server-name. Add an xref to Invoking emacsclient.
7741
7742 * help.texi (Help Summary): Clarify when "C-h ." will do something
7743 nontrivial.
7744 (Apropos): Add cindex entry for apropos-sort-by-scores.
7745
7746 * display.texi (Text Display): Add index entries for how no-break
7747 characters are displayed.
7748
8cf51b2c
GM
77492005-03-26 Eli Zaretskii <eliz@gnu.org>
7750
7751 * files.texi (Visiting): Fix cross-references introduced with the
7752 last change.
7753
7754 * xresources.texi (GTK resources): Fix last change.
7755
8cf51b2c
GM
77562005-03-25 Chong Yidong <cyd@stupidchicken.com>
7757
7758 * xresources.texi (X Resources): GTK options documented too.
7759 (Resources): Clarify meaning of program name.
7760 (Table of Resources): Add visualClass.
7761 (GTK resources): Rewrite.
7762 (GTK widget names, GTK Names in Emacs, GTK styles): Cleanups.
7763
7764 * display.texi (Text Display): Mention non-breaking spaces.
7765
7766 * files.texi (Reverting): Document auto-revert-check-vc-info.
7767
7768 * frames.texi (Mouse Commands): Document
7769 x-mouse-click-focus-ignore-position and mouse-drag-copy-region.
7770
7771 * help.texi (Help Summary): Add `C-h .'.
7772 (Apropos): Apropos accepts a list of search terms.
7773 Document apropos-sort-by-scores.
7774 (Help Echo): Document display-local-help.
7775
7776 * misc.texi (Emacs Server): Document server-name.
7777 (Invoking emacsclient): Document -s option for server names.
7778
7779 * text.texi (Outline Visibility): Introduce "current heading
7780 line" (commands can be called with point on a body line).
7781 Re-order table to follow the sequence of discussion.
7782 hide-body won't hide lines before first header line.
7783 (TeX Mode): Add DocTeX mode.
7784
8cf51b2c
GM
77852005-03-24 Richard M. Stallman <rms@gnu.org>
7786
7787 * mule.texi (Single-Byte Character Support): Delete mention
7788 of iso-acc.el and iso-transl.el.
7789
8cf51b2c
GM
77902005-03-23 Lute Kamstra <lute@gnu.org>
7791
7792 * search.texi (Non-ASCII Isearch): Rename from Non-Ascii Isearch.
7793
77942005-03-23 Richard M. Stallman <rms@gnu.org>
7795
8cf51b2c
GM
7796 * search.texi: Delete explicit node pointers.
7797 (Incremental Search): New menu.
7798 (Basic Isearch, Repeat Isearch, Error in Isearch)
7799 (Non-Ascii Isearch, Isearch Yank, Highlight Isearch, Isearch Scroll)
7800 (Slow Isearch): New subnodes.
7801 (Configuring Scrolling): Node deleted.
7802 (Search Case): Doc default-case-fold-search.
7803 (Regexp Replace): Move replace-regexp doc here.
7804
7805 * rmail.texi (Movemail): Put commas inside closequotes.
7806
7807 * picture.texi (Insert in Picture): Document C-c arrow combos.
7808 (Basic Picture): Clarify erasure.
7809
7810 * display.texi (Font Lock): Put commas inside closequotes.
7811
7812 * cmdargs.texi (General Variables): Put commas inside closequotes.
7813
78142005-03-23 Nick Roberts <nickrob@snap.net.nz>
7815
7816 * building.texi (Stack Buffer): Mention reverse contrast for
7817 *selected* frame (might not be current frame).
7818
8cf51b2c
GM
78192005-03-21 Richard M. Stallman <rms@gnu.org>
7820
7821 * building.texi (Starting GUD): Add bashdb.
7822
78232005-03-20 Chong Yidong <cyd@stupidchicken.com>
7824
7825 * basic.texi (Moving Point): Add M-g M-g binding.
7826 (Undo): Document undo-only.
7827 (Position Info): Document M-g M-g and C-u M-g M-g.
7828
7829 * building.texi (Building): Put Grep Searching after Compilation
7830 Shell.
7831 (Compilation Mode): Document M-n, M-p, M-}, M-{, and C-c C-f bindings.
7832 Document next-error-highlight.
7833 (Grep Searching): Document grep-highlight-matches.
7834 (Lisp Eval): Typing C-x C-e twice prints integers specially.
7835
7836 * calendar.texi (Importing Diary): Rename node from iCalendar.
7837 Document diary-from-outlook.
7838
7839 * dired.texi (Misc Dired Features): Rename node from Misc Dired
7840 Commands.
7841 Mention effect of X drag and drop on Dired buffers.
7842
7843 * files.texi (Visiting): Document large-file-warning-threshold.
7844 Move paragraph on file-selection dialog.
7845 Mention visiting files using X drag and drop.
7846 (Reverting): Mention using Auto-Revert mode to tail files.
7847 Document auto-revert-tail-mode.
7848 (Version Systems): Minor correction.
7849 (Comparing Files): Diff-mode is no longer based on Compilation
7850 mode.
7851 Document compare-ignore-whitespace.
7852 (Misc File Ops): Explain passing a directory to rename-file.
7853 Likewise for copy-file and make-symbolic-link.
7854
7855 * frames.texi (Wheeled Mice): Mouse wheel support on by default.
7856 Document mouse-wheel-progressive speed.
7857
7858 * help.texi (Misc Help): Document numeric argument for C-h i.
7859 Correctly explain the effect of just C-u as argument.
7860
7861 * killing.texi (Deletion): Document numeric argument for
7862 just-one-space.
7863
7864 * mini.texi (Completion): Completion acts on text before point.
7865
7866 * misc.texi (Saving Emacs Sessions): Document desktop-restore-eager.
7867 (Emulation): CUA mode replaces pc-bindings-mode,
7868 pc-selection-mode, and s-region.
7869
7870 * mule.texi (Input Methods): Leim is now built-in.
7871 (Select Input Method): Document quail-show-key.
7872 (Specify Coding): Document revert-buffer-with-coding-system.
7873
7874 * programs.texi (Fortran Motion): Document f90-next-statement,
7875 f90-previous-statement, f90-next-block, f90-previous-block,
7876 f90-end-of-block, and f90-beginning-of-block.
7877
7878 * text.texi (Format Faces): Replace old M-g key prefix with M-o.
7879
7880 * emacs.texi (Acknowledgments): Updated.
7881
7882 * anti.texi: Total rewrite.
7883
8cf51b2c
GM
78842005-03-19 Chong Yidong <cyd@stupidchicken.com>
7885
7886 * ack.texi (Acknowledgments): Update.
7887
78882005-03-19 Eli Zaretskii <eliz@gnu.org>
7889
1c6c854e
CS
7890 * anti.texi (Antinews): Refer to Emacs 21.4, not 21.3.
7891 Update copyright years.
8cf51b2c
GM
7892
78932005-03-14 Nick Roberts <nickrob@snap.net.nz>
7894
7895 * building.texi (Commands of GUD): Move paragraph on setting
7896 breakpoints with mouse to the GDB Graphical Interface node.
7897
78982005-03-07 Richard M. Stallman <rms@gnu.org>
7899
8cf51b2c
GM
7900 * misc.texi (Single Shell, Shell Options): Fix previous change.
7901
7902 * building.texi (Debugger Operation): Update GUD tooltip enable info.
7903
79042005-03-06 Richard M. Stallman <rms@gnu.org>
7905
7906 * building.texi (Starting GUD): Don't explain text vs graphical
7907 GDB here. Just mention it and xref.
7908 Delete "just one debugger process".
7909 (Debugger Operation): Move GUD tooltip info here.
7910 (GUD Tooltips): Node deleted.
7911 (GDB Graphical Interface): Explain the two GDB modes here.
7912
8cf51b2c
GM
7913 * sending.texi (Sending Mail): Minor cleanup.
7914 (Mail Aliases): Explain quoting conventions.
7915 Update key rebinding example.
7916 (Header Editing): C-M-i is like M-TAB.
7917 (Mail Mode Misc): mail-attach-file does not do MIME.
7918
7919 * rmail.texi (Rmail Inbox): Move text from Remote Mailboxes
7920 that really belongs here.
7921 (Remote Mailboxes): Text moved to Rmail Inbox.
7922 (Rmail Display): Mention Mouse-1.
7923 (Movemail): Clarify two movemail versions.
7924 Clarify rmail-movemail-program.
7925
8cf51b2c
GM
7926 * misc.texi (Single Shell): Replace uudecode example with gpg example.
7927 Document async shell commands.
7928 (Shell History): Clarify.
7929 (Shell Ring): Mention C-UP an C-DOWN.
7930 (Shell Options): Add comint-prompt-read-only.
7931 (Invoking emacsclient): Set EDITOR to run Emacs.
7932 (Sorting): No need to explain what region is.
7933 (Saving Emacs Sessions): Fix typo.
7934 (Recursive Edit): Fix punctuation.
7935 (Emulation): Don't mention "PC bindings" which are standard.
7936 (Hyperlinking): Explain Mouse-1 convention here.
7937 (Find Func): Node deleted.
7938
8cf51b2c
GM
7939 * help.texi (Name Help): Xref to Hyperlinking.
7940
7941 * glossary.texi (Glossary):
7942 Rename "Balance Parentheses" to "Balancing...".
7943 Add "Byte Compilation". Correct "Copyleft".
7944 New xref in "Customization".
7945 Clarify "Current Line", "Echoing", "Fringe", "Frame", "Speedbar".
7946 Add "Graphical Terminal" "Keybinding", "Margin", "Window System".
7947 Rename "Registers" to "Register".
7948 Replace "Selecting" with "Selected Frame",
7949 "Selected Window", and "Selecting a Buffer".
7950
7951 * files.texi (Types of Log File): Explain how projects'
7952 methods can vary.
7953
8cf51b2c
GM
7954 * display.texi (Faces): Delete "Emacs 21".
7955
7956 * custom.texi (Changing a Variable): C-M-i like M-TAB.
7957 * fixit.texi (Spelling): C-M-i like M-TAB.
7958 * mini.texi (Completion Options): C-M-i like M-TAB.
7959 * programs.texi (Symbol Completion): C-M-i like M-TAB.
7960 * text.texi (Text Mode): C-M-i like M-TAB.
7961
7962 * commands.texi (Keys): Mention F1 and F2 in list of prefixes.
7963
7964 * calendar.texi (Specified Dates): Mention `g w'.
7965 (Appointments): appt-activate toggles with no arg.
7966
8cf51b2c
GM
79672005-03-05 Juri Linkov <juri@jurta.org>
7968
7969 * cmdargs.texi (Emacs Invocation): Add cindex
c4cc8b9a 7970 "invocation (command line arguments)".
8cf51b2c
GM
7971 (Misc X): Add -nbc, --no-blinking-cursor.
7972
79732005-03-04 Ulf Jasper <ulf.jasper@web.de>
7974
7975 * calendar.texi (iCalendar): No need to require it now.
7976
8cf51b2c
GM
79772005-03-03 Nick Roberts <nickrob@snap.net.nz>
7978
7979 * trouble.texi (Contributing): Mention Savannah. Direct users to
7980 emacs-devel.
7981
79822005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
7983
7984 * calendar.texi (Adding to Diary): Mention redrawing of calendar
7985 window.
7986
8cf51b2c
GM
79872005-02-27 Richard M. Stallman <rms@gnu.org>
7988
7989 * building.texi (Compilation): Update mode line status info.
7990
79912005-02-27 Matt Hodges <MPHodges@member.fsf.org>
7992
7993 * calendar.texi (General Calendar): Document binding of
7994 scroll-other-window-down.
7995 (Mayan Calendar): Fix earliest date.
7996 (Time Intervals): Document timeclock-change.
7997 Fix timeclock-ask-before-exiting documentation.
7998
79992005-02-26 Kim F. Storm <storm@cua.dk>
8000
8001 * frames.texi (Mouse References):
8002 Add mouse-1-click-in-non-selected-windows.
8003
80042005-02-25 Richard M. Stallman <rms@gnu.org>
8005
8006 * screen.texi (Screen): Explain better about cursors and mode lines;
8007 don't presuppose text terminals.
8008 (Point): Don't assume just one cursor.
8009 Clarify explanation of cursors.
8010 (Echo Area, Menu Bar): Cleanups.
8011
8012 * mini.texi (Minibuffer): Prompts are highlighted.
8013 (Minibuffer Edit): Newline = C-j only on text terminals.
8014 Clarify resize-mini-windows values.
8015 Mention M-PAGEUP and M-PAGEDOWN.
8016 (Completion Commands): Mouse-1 like Mouse-2.
8017 (Minibuffer History): Explain history commands better.
8018 (Repetition): Add xref to Incremental Search.
8019
8020 * mark.texi (Setting Mark): Clarify info about displaying mark.
8021 Clarify explanation of C-@ and C-SPC.
8022 (Transient Mark): Mention Delete Selection mode.
8023 (Marking Objects): Clean up text about extending the region.
8024
8025 * m-x.texi (M-x): One C-g doesn't always go to top level.
8026 No delay before suggest-key-bindings output.
8027
8028 * fixit.texi (Fixit): Mention C-/ for undo.
8029 (Spelling): Mention ESC TAB like M-TAB.
8030 Replacement words with r and R are rechecked.
8031 Say where C-g leaves point. Mention ? as input.
8032
80332005-02-23 Lute Kamstra <lute@gnu.org>
8034
8035 * cmdargs.texi (Initial Options): Add cross reference.
8036
8cf51b2c
GM
80372005-02-16 Luc Teirlinck <teirllm@auburn.edu>
8038
8039 * emacs.texi (Top): Update menu for splitting of node in
8040 msdog.texi.
8041 * frames.texi (Frames): Update xref for splitting of node in
8042 msdog.texi.
8043 * trouble.texi (Quitting): Ditto.
8044
80452005-02-16 Richard M. Stallman <rms@gnu.org>
8046
8047 * windows.texi (Split Window): Simplify line truncation info
8048 and xref to Display Custom.
8049
8050 * trouble.texi (Quitting): Emergency escape only for text terminal.
8051 (Screen Garbled): C-l for ungarbling is only for text terminal.
8052
8053 * text.texi (Text Mode): ESC TAB alternative for M-TAB.
8054
8055 * sending.texi (Header Editing): ESC TAB alternative for M-TAB.
8056
8057 * programs.texi (Program Modes): Mention Python mode.
8058 (Moving by Defuns): Repeating C-M-h extends region.
8059 (Basic Indent): Clarify.
8060 (Custom C Indent): Clarify.
8061 (Expressions): Repeating C-M-@ extends region.
8062 (Info Lookup): Clarify for C-h S.
8063 (Symbol Completion): ESC TAB alternative for M-TAB.
8064 (Electric C): Clarify.
8065
8066 * emacs.texi (Top): Update display.texi and frames.texi submenu data.
8067
8068 * msdog.texi (MS-DOS Keyboard, MS-DOS Mouse): Split from
8069 MS-DOS Input node.
8070 (MS-DOS Keyboard): Start with explaining DEL and BREAK.
8071 (MS-DOS and MULE): Clarify.
8072 (MS-DOS Processes, Windows Processes): Fix typos.
8073
8074 * major.texi (Choosing Modes): Clarify.
8075
8076 * kmacro.texi (Basic Keyboard Macro): Doc F3, F4.
8077 (Keyboard Macro Step-Edit): Clarify.
8078
8079 * indent.texi (Indentation): Clarifications.
8080
8081 * help.texi (Help): Correct error about C-h in query-replace.
8082 Clarify apropos vs C-h a. Fix how to search in FAQ.
8083 (Key Help): Describe C-h w here.
8084 (Name Help): Minor cleanup. C-h w moved to Key Help.
8085 Clarify the "object" joke.
8086 (Apropos): Clarify. Mouse-1 like Mouse-2.
8087 (Help Mode): Mouse-1 like Mouse-2.
8088
8089 * fixit.texi (Spelling): Mention ESC TAB as alt. for M-TAB.
8090
8091 * display.texi (Display): Reorder menu.
8092 (Faces): Cleanup.
8093 (Font Lock): Cleanup. Mention Options menu.
8094 Delete obsolete text.
8095 (Scrolling): For C-l, don't presume text terminal.
8096 (Horizontal Scrolling): Simplify intro.
8097 (Follow Mode): Clarify.
1c6c854e 8098 (Cursor Display): Move before Display Custom.
8cf51b2c
GM
8099 (Display Custom): Explain no-redraw-on-reenter is for text terminals.
8100 Doc default-tab-width. Doc line truncation more thoroughly.
8101
8102 * dired.texi (Dired Enter): C-x C-f can run Dired.
8103 (Dired Visiting): Comment out `a' command.
8104 Mouse-1 is like Mouse-2.
8105 (Shell Commands in Dired): ? can be used more than once.
8106
8107 * basic.texi (Continuation Lines): Simplify description of truncation,
8108 and refer to Display Custom for the rest of it.
8109
8cf51b2c
GM
81102005-02-06 Lute Kamstra <lute@gnu.org>
8111
8112 * basic.texi (Undo): Fix typo.
8113
8114 * cmdargs.texi (Emacs Invocation): Fix typo.
8115
8116 * custom.texi (Init Examples): Fix typo.
8117
8118 * abbrevs.texi (Expanding Abbrevs): Fix typo.
8119
81202005-02-06 Richard M. Stallman <rms@gnu.org>
8121
8122 * regs.texi (Registers): Registers can hold numbers, too.
8123
8124 * killing.texi (Other Kill Commands): Cleanup.
8125 Delete redundant explanation of kill in read-only buffer.
8126 (Yanking): Mention term "copying".
8127 (Accumulating Text): Fix typo.
8128
8129 * entering.texi (Entering Emacs): Update rationale at start.
8130 (Exiting): Treat iconifying on a par with suspension.
8131
8132 * custom.texi (Minor Modes): Fix typo.
8133 (Easy Customization): Fix menu style.
8134 (Variables): Add xref.
8135 (Examining): Setting for future sessions works through .emacs.
8136 (Keymaps): "Text terminals", not "Many".
8137 (Init Rebinding): Explain \C-. Show example of \M-.
8138 Fix minor wording errors.
8139 (Function Keys): Explain vector syntax just once.
8140 (Named ASCII Chars): Clarify history of TAB/C-i connection.
8141 (Init File): Mention .emacs.d directory.
8142 (Init Examples): Add xref.
8143 (Find Init): Mention .emacs.d directory.
8144
8145 * cmdargs.texi (Emacs Invocation): +LINENUM is also an option.
8146 (Action Arguments): Explain which kinds of -l args are found how.
8147 (Initial Options): --batch does not inhibit site-start.
8148 Add xrefs.
8149 (Command Example): Use --batch, not -batch.
8150
8151 * basic.texi (Inserting Text): Cleanup wording.
8152 (Moving Point): Doc PRIOR, PAGEUP, NEXT, PAGEDOWN more systematically.
8153 C-n is not error at end of buffer.
8154 (Undo): Doc C-/ like C-_. Add xrefs.
8155 (Arguments): META key may be labeled ALT.
8156 Peculiar arg meanings are explained in doc strings.
8157
8158 * abbrevs.texi (Expanding Abbrevs): Clarify.
8159
81602005-02-05 Eli Zaretskii <eliz@gnu.org>
8161
8162 * frames.texi (Frame Parameters): Add an xref to the description
8163 of list-colors-display. Add a pointer to the X docs about colors.
8164
8165 * cmdargs.texi (Colors): Mention 16-, 88- and 256-color modes.
10d1d0af 8166 Improve docs of list-colors-display.
8cf51b2c
GM
8167
81682005-02-03 Lute Kamstra <lute@gnu.org>
8169
8170 * frames.texi (Frames, Drag and Drop): Fix typos.
8171
81722005-02-03 Richard M. Stallman <rms@gnu.org>
8173
8174 * windows.texi (Basic Window): Mention color-change in mode line.
8175 (Change Window): Explain dragging vertical boundaries.
8176
8177 * text.texi (Sentences): Clarify.
8178 (Paragraphs): Explain M-a and blank lines.
8179 (Outline Mode): Clarify text and menu.
8180 (Hard and Soft Newlines): Mention use-hard-newlines.
8181
8182 * frames.texi (Frames): Delete unnecessary mention of Windows.
8183 (Mouse Commands): Likewise. Mention xterm mouse support.
8184 (Clipboard): Clarify.
8185 (Mouse References): Mention use of Mouse-1 for following links.
8186 (Menu Mouse Clicks): Clarify.
8187 (Mode Line Mouse): Clarify.
8188 (Drag and Drop): Rewrite.
8189
8190 * fixit.texi (Spelling): Fix typo.
8191
8192 * files.texi (File Names): Clarify.
8193 (Visiting): Update conditions for use of file dialog. Clarify.
8194 (Saving): Doc d as answer in save-some-buffers.
8195 (Remote Files): Clean up the text.
8196
8197 * dired.texi (Misc Dired Commands): Delete dired-marked-files.
8198
8199 * buffers.texi (Select Buffer): Doc next-buffer and prev-buffer.
8200 (List Buffers): Clarify.
8201 (Several Buffers): Doc T command.
8202 (Buffer Convenience): Clarify menu.
8203
8204 * basic.texi (Undo): Clarify last change.
8205
82062005-02-02 Matt Hodges <MPHodges@member.fsf.org>
8207
8208 * fixit.texi (Spelling): Fix typo.
8209
82102005-02-01 Luc Teirlinck <teirllm@auburn.edu>
8211
8212 * basic.texi (Undo): Update description of `undo-outer-limit'.
8213
82142005-02-01 Nick Roberts <nickrob@snap.net.nz>
8215
8216 * building.texi: Update documentation relating to GDB Graphical
8217 Interface.
8218
82192005-01-30 Luc Teirlinck <teirllm@auburn.edu>
8220
8221 * custom.texi (Easy Customization): Adapt menu to node name change.
8222
82232005-01-30 Richard M. Stallman <rms@gnu.org>
8224
8225 * custom.texi (Easy Customization): Defn of "User Option" now
8226 includes faces. Don't say just "option" when talking about variables.
8227 Do say just "options" to mean "anything customizable".
8228 (Specific Customization): Describe `customize-variable',
8229 not `customize-option'.
8230
8231 * glossary.texi (Glossary) <Faces>: Add xref.
8232 <User Option>: Change definition--include faces. Change xref.
8233
8234 * picture.texi (Picture): Mention artist.el.
8235
8236 * sending.texi, screen.texi, programs.texi, misc.texi:
8237 * mini.texi, major.texi, maintaining.texi, macos.texi:
8238 * help.texi, frames.texi, files.texi:
8239 Don't say just "option" when talking about variables.
8240
8241 * display.texi, mule.texi: Don't say just "option" when talking
8242 about variables. Other minor cleanups.
8243
8cf51b2c
GM
82442005-01-26 Lute Kamstra <lute@gnu.org>
8245
8246 * cmdargs.texi (Initial Options): Add a cross reference to `Init
8247 File'. Mention the `-Q' option at the `--no-site-file' option.
8248
8cf51b2c
GM
82492005-01-22 David Kastrup <dak@gnu.org>
8250
8251 * building.texi (Grep Searching): Mention alias `find-grep' for
8252 `grep-find'.
8253
82542005-01-20 Richard M. Stallman <rms@gnu.org>
8255
8256 * calendar.texi (Time Intervals): Delete special stuff for MS-DOS.
8257
8cf51b2c
GM
82582005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
8259
8260 * rmail.texi (Movemail): Explain differences
8261 between standard and mailutils versions of movemail.
8262 Describe command line and configuration options introduced
8263 with the latter.
8264 Explain the notion of mailbox URL, provide examples and
8265 cross-references to mailutils documentation.
8266 Describe various methods of specifying mailbox names,
8267 user names and user passwords for rmail.
1c6c854e
CS
8268 (Remote Mailboxes): New section.
8269 Describe how movemail handles remote mailboxes. Describe configuration
8cf51b2c
GM
8270 options used to control its behavior.
8271 (Other Mailbox Formats): Explain handling of various mailbox
8272 formats.
8273
82742005-01-13 Richard M. Stallman <rms@gnu.org>
8275
8276 * commands.texi (Commands): Clarification.
8277
82782005-01-11 Richard M. Stallman <rms@gnu.org>
8279
8280 * programs.texi (Multi-line Indent): Fix previous change.
8281 (Fortran Autofill): Simplify description of fortran-auto-fill-mode.
8282
8cf51b2c
GM
82832005-01-08 Richard M. Stallman <rms@gnu.org>
8284
8285 * display.texi (Faces): isearch-lazy-highlight-face renamed to
8286 lazy-highlight.
8287
8288 * search.texi (Query Replace): Mention faces query-replace
8289 and lazy-highlight.
8290 (Incremental Search): Update isearch highlighting info.
8291
8cf51b2c
GM
82922005-01-04 Richard M. Stallman <rms@gnu.org>
8293
8294 * custom.texi (Saving Customizations): Minor improvement.
8295
8cf51b2c
GM
82962005-01-03 Luc Teirlinck <teirllm@auburn.edu>
8297
8298 * custom.texi (Saving Customizations): Emacs no longer loads
8299 `custom-file' after .emacs. No longer mention customizing through
8300 Custom.
8301
8cf51b2c
GM
83022005-01-01 Andreas Schwab <schwab@suse.de>
8303
8304 * killing.texi (Graphical Kill): Move up under node Killing,
8305 change @section to @subsection.
8306
83072005-01-01 Richard M. Stallman <rms@gnu.org>
8308
8309 * custom.texi (Face Customization): Mention hex color specs.
8310
8311 * emacs.texi (Top): Update Killing submenu.
8312
8313 * killing.texi (Killing): Reorganize section.
8314 No more TeX-only text; put the node command at start of chapter.
8315 But the first section heading is used only in TeX.
8316 Rewrite the text to read better in this mode.
8317 (Graphical Kill): New subnode gets some of the text that
8318 used to be in the first section.
8319
83202004-12-31 Richard M. Stallman <rms@gnu.org>
8321
8322 * dired.texi (Shell Commands in Dired): Delete the ? example.
8323
8324 * display.texi (Scrolling): Correct scroll-preserve-screen-position.
8325
8326 * files.texi (Saving): Describe new require-final-newline features
8327 and mode-require-final-newline.
8328
8cf51b2c
GM
83292004-12-29 Richard M. Stallman <rms@gnu.org>
8330
8331 * custom.texi (File Variables): Clarify previous change.
8332
c8763fb6 83332004-12-27 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
8334
8335 * frames.texi (Dialog Boxes): Mention Gtk+ 2.6 also, as that version is
8336 out now.
8337
83382004-12-27 Richard M. Stallman <rms@gnu.org>
8339
8340 * Makefile.in (MAKEINFO): Specify --force.
8341
8342 * basic.texi (Moving Point): C-e now runs move-end-of-line.
8343 (Undo): Doc undo-outer-limit.
8344
8cf51b2c
GM
83452004-12-15 Juri Linkov <juri@jurta.org>
8346
8347 * mark.texi (Transient Mark, Mark Ring): M-< and other
8348 movement commands don't set mark in Transient Mark mode
8349 if mark is active.
8350
8cf51b2c
GM
83512004-12-12 Juri Linkov <juri@jurta.org>
8352
8353 * misc.texi (FFAP): Add C-x C-r, C-x C-v, C-x C-d,
8354 C-x 4 r, C-x 4 d, C-x 5 r, C-x 5 d.
8355
8356 * dired.texi (Dired Navigation): Add @r{(Dired)} to M-g.
8357 (Misc Dired Commands): Add @r{(Dired)} to w.
8358
83592004-12-12 Juri Linkov <juri@jurta.org>
8360
8361 * mark.texi (Marking Objects): Marking commands also extend the
8362 region when mark is active in Transient Mark mode.
8363
8cf51b2c
GM
83642004-12-08 Luc Teirlinck <teirllm@auburn.edu>
8365
8366 * custom.texi (Saving Customizations): Emacs only loads the custom
8367 file automatically after the init file in version 22.1 or later.
8368 Adapt text and examples to this fact.
8369
8cf51b2c
GM
83702004-12-07 Luc Teirlinck <teirllm@auburn.edu>
8371
8372 * frames.texi (Scroll Bars): The option `scroll-bar-mode' has to
8373 be set through Custom. Otherwise, it has no effect.
8374
8cf51b2c
GM
83752004-12-05 Richard M. Stallman <rms@gnu.org>
8376
8377 * cmdargs.texi, doclicense.texi, xresources.texi, emacs.texi:
8378 * entering.texi: Rename Command Line to Emacs Invocation.
8379
10d1d0af 8380 * misc.texi (Term Mode): Correctly describe C-c.
8cf51b2c
GM
8381
8382 * custom.texi (Easy Customization): Move up to section level,
8383 before Variables. Avoid using the term "variable"; say "option".
8384 New initial explanation.
8385 (Variables): In initial explanation, connect "variable" to the
8386 already-explained "user option".
8387
8388 * emacs.texi (Top): Fix ref to Command Line.
8389 Move reference to Easy Customization.
8390
8391 * xresources.texi (X Resources): Fix From link.
8392
8393 * doclicense.texi (GNU Free Documentation License): Fix To link.
8394
8395 * entering.texi (Entering Emacs): Fix xref, now to Command Line.
8396
8397 * cmdargs.texi (Command Line): Node renamed from Command Arguments.
8398
83992004-12-03 Richard M. Stallman <rms@gnu.org>
8400
8401 * cmdargs.texi (Initial Options): Clarify batch mode i/o.
8402
84032004-12-01 Luc Teirlinck <teirllm@auburn.edu>
8404
8405 * kmacro.texi: Several small changes in addition to the following.
8406 (Keyboard Macro Ring): Describe behavior of `C-x C-k C-k' when
8407 defining a keyboard macro.
8408 Mention `kmacro-ring-max'.
8409 (Keyboard Macro Counter): Clarify description of
8410 `kmacro-insert-counter', `kmacro-set-counter',
8411 `kmacro-add-counter' and `kmacro-set-format'.
8412
84132004-11-29 Reiner Steib <Reiner.Steib@gmx.de>
8414
8415 * custom.texi (File Variables): Add `unibyte' and make it more
8416 clear that `unibyte' and `coding' are special. Suggested by Simon
8417 Krahnke <overlord@gmx.li>.
8418
8419 * mule.texi (Enabling Multibyte): Refer to File Variables.
8420 Suggested by Simon Krahnke <overlord@gmx.li>.
8421
c8763fb6 84222004-11-26 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
8423
8424 * frames.texi (Dialog Boxes): Rename use-old-gtk-file-dialog to
8425 x-use-old-gtk-file-dialog.
8426
8cf51b2c
GM
84272004-11-20 Richard M. Stallman <rms@gnu.org>
8428
8429 * text.texi (Fill Prefix): M-q doesn't apply fill prefix to first line.
8430
84312004-11-09 Lars Brinkhoff <lars@nocrew.org>
8432
8433 * building.texi (Lisp Eval): Delete hyphen in section name.
8434
84352004-11-19 Thien-Thi Nguyen <ttn@gnu.org>
8436
8437 * files.texi (Old Versions):
8438 No longer document annotation as "CVS only".
8439
84402004-11-10 Andre Spiegel <spiegel@gnu.org>
8441
8442 * files.texi (Version Control): Rewrite the introduction about
1c6c854e
CS
8443 version systems, mentioning the new ones that we support.
8444 Thanks to Alex Ott, Karl Fogel, Stefan Monnier, and David Kastrup for
8cf51b2c
GM
8445 suggestions.
8446
c8763fb6 84472004-11-03 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c 8448
49823426 8449 * frames.texi (Dialog Boxes): Replace non-nil with non-@code{nil}.
8cf51b2c 8450
c8763fb6 84512004-11-02 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
8452
8453 * frames.texi (Dialog Boxes): Document use-old-gtk-file-dialog.
8454
84552004-10-23 Eli Zaretskii <eliz@gnu.org>
8456
8457 * text.texi (Text Based Tables, Table Definition)
8458 (Table Creation, Table Recognition, Cell Commands)
8459 (Cell Justification, Row Commands, Column Commands)
8460 (Fixed Width Mode, Table Conversion, Measuring Tables)
8461 (Table Misc): New nodes, documenting the Table Mode.
8462
8cf51b2c
GM
84632004-10-19 Jason Rumney <jasonr@gnu.org>
8464
8465 * makefile.w32-in (info): Change order of arguments to makeinfo.
8466
84672004-10-19 Ulf Jasper <ulf.jasper@web.de>
8468
8469 * calendar.texi (iCalendar): Update for package changes.
8470
8cf51b2c
GM
84712004-10-09 Luc Teirlinck <teirllm@auburn.edu>
8472
8473 * files.texi (Misc File Ops): View mode is a minor mode.
8474
8cf51b2c
GM
84752004-10-08 Glenn Morris <gmorris@ast.cam.ac.uk>
8476
8477 * calendar.texi (iCalendar): Style changes.
8478
84792004-10-07 Luc Teirlinck <teirllm@auburn.edu>
8480
8481 * search.texi (Regexps): The regexp described in the example is no
8482 longer stored in the variable `sentence-end'.
8483
8cf51b2c
GM
84842004-10-06 Nick Roberts <nickrob@snap.net.nz>
8485
8486 * building.texi (Starting GUD): Note that multiple debugging
8487 sessions requires `gdb --fullname'.
8488
84892004-10-05 Ulf Jasper <ulf.jasper@web.de>
8490
8491 * calendar.texi (iCalendar): New section for a new package.
8492
8cf51b2c
GM
84932004-10-05 Luc Teirlinck <teirllm@auburn.edu>
8494
8495 * text.texi: Various small changes in addition to the following.
8496 (Text): Replace xref for autotype with inforef.
8497 (Sentences): Explain nil value for `sentence-end'.
8498 (Paragraphs): Update default values for `paragraph-start' and
8499 `paragraph-separate'.
8500 (Text Mode): Correct description of Text mode's effect on the
8501 syntax table.
8502 (Outline Visibility): `hide-other' does not hide top level headings.
8503 `selective-display-ellipses' no longer has an effect on Outline mode.
8504 (TeX Misc): Add missing @cindex.
8505 Replace xref for RefTeX with inforef.
8506 (Requesting Formatted Text): The variable
8507 `enriched-fill-after-visiting' no longer exists.
8508 (Editing Format Info): Update names of menu items and commands.
8509 (Format Faces): Mention special effect of specifying the default face.
8510 Describe inheritance of text properties.
8511 Correct description of `fixed' face.
8512 (Format Indentation): Correct description of effect of setting
8513 margins. Mention `set-left-margin' and `set-right-margin'.
8514 (Format Justification): Update names of menu items.
8515 `set-justification-full' is now bound to `M-j b'.
8516 Mention that `default-justification' is a per buffer variable.
8517 (Format Properties): Update name of menu item.
8518 (Forcing Enriched Mode): `format-decode-buffer' automatically
8519 turns on Enriched mode if the buffer is in text/enriched format.
8520
85212004-10-05 Emilio C. Lopes <eclig@gmx.net>
8522
8523 * calendar.texi (From Other Calendar): Add calendar-goto-iso-week.
8524
85252004-09-28 Kim F. Storm <storm@cua.dk>
8526
8527 * display.texi (Display Custom) <indicate-buffer-boundaries>:
8528 Align with new functionality.
8529
8cf51b2c
GM
85302004-09-22 Luc Teirlinck <teirllm@auburn.edu>
8531
8532 * display.texi (Display Custom): Remove stray `@end defvar'.
8533
85342004-09-23 Kim F. Storm <storm@cua.dk>
8535
8536 * display.texi (Display Custom): Add `overflow-newline-into-fringe',
8537 `indicate-buffer-boundaries' and `default-indicate-buffer-boundaries'.
8538
8cf51b2c
GM
85392004-09-20 Richard M. Stallman <rms@gnu.org>
8540
8541 * custom.texi (Hooks): Explain using setq to clear out a hook.
8542 (File Variables): Explain multiline string constants.
8543 (Non-ASCII Rebinding): Explain when you need to update
8544 non-ASCII char codes in .emacs.
8545
8546 * building.texi (Compilation): Explain how to make a silent
8547 subprocess that won't be terminated. Explain compilation-environment.
8548
85492004-09-13 Kim F. Storm <storm@cua.dk>
8550
8551 * mini.texi (Repetition): Rename isearch-resume-enabled to
8552 isearch-resume-in-command-history and change default to disabled.
8553
8cf51b2c
GM
85542004-09-09 Kim F. Storm <storm@cua.dk>
8555
8556 * kmacro.texi (Save Keyboard Macro): Replace `name-last-kbd-macro'
8557 with new `kmacro-name-last-macro'.
8558
8cf51b2c
GM
85592004-09-08 Juri Linkov <juri@jurta.org>
8560
8561 * mini.texi (Minibuffer History): Add `history-delete-duplicates'.
8562
8cf51b2c
GM
85632004-09-03 Juri Linkov <juri@jurta.org>
8564
8565 * search.texi (Incremental Search): Update wording for M-%.
8566
85672004-09-02 Luc Teirlinck <teirllm@auburn.edu>
8568
8569 * killing.texi (Killing): Correct description of kill commands in
8570 read-only buffer.
8571
85722004-09-02 Teodor Zlatanov <tzz@lifelogs.com>
8573
8574 * building.texi (Compilation Mode): Add a paragraph about rules
8575 for finding the compilation buffer for `next-error'.
8576
8577 * search.texi (Other Repeating Search): Mention that Occur mode
8578 supports the next-error functionality.
8579
85802004-09-02 Juri Linkov <juri@jurta.org>
8581
8582 * search.texi (Regexp Replace): Add missing backslash to \footnote.
8583
85842004-08-31 Luc Teirlinck <teirllm@auburn.edu>
8585
8586 * kmacro.texi (Basic Keyboard Macro):
8587 `apply-macro-to-region-lines' now operates on all lines that begin
8588 in the region, rather than on all complete lines in the region.
8589
c8763fb6 85902004-08-31 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
8591
8592 * frames.texi (Drag and drop): Add documentation about
8593 x-dnd-test-function and x-dnd-known-types.
8594
85952004-08-30 Luc Teirlinck <teirllm@auburn.edu>
8596
8597 * indent.texi: Various minor changes in addition to:
8598 (Indentation Commands): Correct description of `indent-relative'.
8599 (Tab Stops): <TAB> is no longer bound to `tab-to-tab-stop' in Text
8600 mode. The *Tab Stops* buffer uses Overwrite Mode.
8601 (Just Spaces): `tabify' converts sequences of at least two spaces
8602 to tabs.
8603
8cf51b2c
GM
86042004-08-27 Luc Teirlinck <teirllm@auburn.edu>
8605
8606 * frames.texi (Secondary Selection): Setting the secondary
8607 selection with M-Drag-Mouse-1 does not alter the kill ring,
8608 setting it with M-Mouse-1 and M-Mouse-3 does.
8609 (Mode Line Mouse): C-Mouse-2 on scroll bar now also works for
8610 toolkit scroll bars.
8611 (Scroll Bars): Ditto.
8612
8613 * windows.texi (Basic Window): When using a window system, the value
8614 of point in a non-selected window is indicated by a hollow box.
8615 (Split Window): Side by side windows are separated by a scroll bar,
8616 if scroll bars are used.
8617 C-Mouse-2 on scroll bar now also works for toolkit scroll bars.
8618 (Change Window): Correct Mouse-2 vs Mouse-3 mess-up.
8619 (Window Convenience): Update bindings for `winner-undo' and
8620 `winner-redo'.
8621
8622 * ack.texi (Acknowledgments): Use `@unnumbered'.
d0207bf3 8623 * misc.texi: Adapt sectioning in Info to the node structure.
8cf51b2c
GM
8624 (Invoking emacsclient): Make "Invoking emacsclient" a subsection
8625 of "Using Emacs as a Server".
8626 * building.texi (Building): Interchange nodes (for correct numbering).
8627 * programs.texi (Programs): Interchange nodes (for correct numbering).
8628 * killing.texi, entering.texi, commands.texi: Adapt sectioning in
8629 Info to the node structure.
8630 * emacs.texi: Make "GNU GENERAL PUBLIC LICENSE" an appendix.
8631 Rearrange order of nodes and sections such that both "GNU GENERAL
8632 PUBLIC LICENSE" and "GNU Free Documentation License" appear at the
8633 end, as appropriate for appendices.
8634 (Acknowledgments): Put inside @iftex instead of @ifnotinfo.
8635 Use `@unnumberedsec'.
8636 * trouble.texi: Adapt sectioning in Info to the node structure.
8637 Adapt node pointers to change in emacs.texi.
8638 * cmdargs.texi, doclicense.texi: Adapt node pointers.
8639
8cf51b2c
GM
86402004-08-25 Kenichi Handa <handa@m17n.org>
8641
8642 * custom.texi (Non-ASCII Rebinding): Fix and simplify the
8643 description for unibyte mode.
8644
86452004-08-23 Luc Teirlinck <teirllm@auburn.edu>
8646
8647 * display.texi (Font Lock): Correct invalid (for hardcopy) @xref.
8648
8649 * search.texi (Regexps): Correct cryptic (in hardcopy) @ref.
8650 (Configuring Scrolling): Correct invalid (for hardcopy) @xref.
8651 (Regexp Replace): Standardize reference to hardcopy Elisp Manual
8652 in @pxref.
8653
86542004-08-22 Luc Teirlinck <teirllm@auburn.edu>
8655
8656 * kmacro.texi (Keyboard Macro Counter, Keyboard Macro Step-Edit):
8657 Change section names.
8658
8cf51b2c
GM
86592004-08-21 Luc Teirlinck <teirllm@auburn.edu>
8660
8661 * kmacro.texi (Keyboard Macro Ring): Rename section.
8662 Emacs treats the head of the macro ring as the `last keyboard macro'.
8663 (Keyboard Macro Counter): Minor change.
8664 (Save Keyboard Macro): Some clarifications.
8665 (Edit Keyboard Macro): Rename section.
8666
8667 * buffers.texi (Buffers): Maximum buffer size is now 256M on
8668 32-bit machines.
8669 (Several Buffers): Clarify which buffer is selected if `2' is
8670 pressed in the Buffer Menu.
8671 Auto Revert mode can be used to update the Buffer Menu
8672 automatically.
8673
86742004-08-21 Eli Zaretskii <eliz@gnu.org>
8675
8676 * help.texi (Misc Help): Add an index entry for finding an Info
8677 manual by its file name.
8678
86792004-08-20 Luc Teirlinck <teirllm@auburn.edu>
8680
8681 * files.texi (Backup Deletion): Correct description of
8682 `delete-old-versions'.
8683 (Time Stamps): `time-stamp' needs to be added to `before-save-hook'.
8684 (Auto Save Files): Recommend `auto-save-mode' to reenable
8685 auto-saving, rather than the abbreviation `auto-save'.
8686
86872004-08-17 Luc Teirlinck <teirllm@auburn.edu>
8688
8689 * emacs.texi (Top): Mention "cutting" and "pasting" as synonyms
8690 for "killing" and "yanking" in main menu.
8691
86922004-08-16 Richard M. Stallman <rms@gnu.org>
8693
8694 * killing.texi (Yanking, Killing): Minor cleanups.
8695
8696 * mark.texi (Momentary Mark): Minor cleanups.
8697
86982004-08-15 Kenichi Handa <handa@etl.go.jp>
8699
8700 * custom.texi (Non-ASCII Rebinding):
8701 C-q always inserts the right code to pass to global-set-key.
8702
8cf51b2c
GM
87032004-08-13 Luc Teirlinck <teirllm@auburn.edu>
8704
8705 * regs.texi (RegNumbers): Mention `C-x r i' binding for
8706 `insert-register', instead of `C-x r g' binding, for consistency.
8707
87082004-08-12 Luc Teirlinck <teirllm@auburn.edu>
8709
8710 * fixit.texi (Spelling): Fix typo.
8711
87122004-08-11 Luc Teirlinck <teirllm@auburn.edu>
8713
8714 * help.texi (Help): Fix Texinfo usage.
8715
8cf51b2c
GM
87162004-07-24 Richard M. Stallman <rms@gnu.org>
8717
8718 * text.texi (Paragraphs): Update how paragraphs are separated
8719 and the default for paragraph-separate.
8720
8721 * search.texi (Regexp Replace): Further update text for new
8722 replacement operators.
8723
8cf51b2c
GM
87242004-07-18 Luc Teirlinck <teirllm@auburn.edu>
8725
8726 * emacs-xtra.texi (Subdir switches): Dired does not remember the
8727 `R' switch.
8728
8729 * dired.texi (Dired Updating): `k' only deletes inserted
8730 subdirectories from the Dired buffer if a prefix argument was given.
8731
8732 * search.texi (Regexps): Delete redundant definition of `symbol' in
8733 description of `\_>'. It already occurs in the description of `\_<'.
8734
8cf51b2c
GM
87352004-07-01 Juri Linkov <juri@jurta.org>
8736
8737 * search.texi (Incremental Search): Add C-M-w, C-M-y, M-%, C-M-%, M-e.
8738 (Regexp Search): Add M-r.
8739
87402004-06-30 Luc Teirlinck <teirllm@auburn.edu>
8741
8742 * makefile.w32-in (EMACSSOURCES): Remove emacs-xtra.
8743
87442004-06-29 Jesper Harder <harder@ifa.au.dk>
8745
49823426 8746 * search.texi, calendar.texi: Markup fixes.
8cf51b2c
GM
8747
87482004-06-25 Richard M. Stallman <rms@gnu.org>
8749
8750 * search.texi (Regexp Replace): Rewrite description of \# \, and \?.
8751
87522004-06-25 David Kastrup <dak@gnu.org>
8753
8754 * search.texi (Regexp Replace): Some typo corrections and
8755 rearrangement.
8756
87572004-06-24 David Kastrup <dak@gnu.org>
8758
8759 * search.texi (Unconditional Replace): Use replace-string instead
8760 of query-replace in example.
8761 (Regexp Replace): Add explanations for `\,', `\#' and `\?'
8762 sequences.
8763 (Query Replace): Correct explanation of `^' which does not use
8764 the mark stack.
8765
87662004-06-21 Nick Roberts <nickrob@gnu.org>
8767
8768 * misc.texi (Shell History Copying): Document comint-insert-input.
8769 (Shell Ring): Describe comint-dynamic-list-input-ring here.
8770
8cf51b2c
GM
87712004-06-20 Jesper Harder <harder@ifa.au.dk>
8772
8773 * msdog.texi (Text and Binary, MS-DOS Printing): Use m-dash.
8774 * custom.texi (Customization): Do.
8775 * anti.texi (Antinews): Do.
8776 * abbrevs.texi (Defining Abbrevs): Do.
8777
8778 * programs.texi (Info Lookup): Fix keybinding for
8779 info-lookup-symbol.
8780
87812004-06-16 Juanma Barranquero <lektu@terra.es>
8782
8783 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, EMACSSOURCES):
8784 Add emacs-xtra.
8785 ($(infodir)/emacs-xtra, emacs-xtra.dvi): New dependencies.
8786 (clean): Add emacs-xtra and flymake. Remove redundancies.
8787
87882004-06-15 Luc Teirlinck <teirllm@auburn.edu>
8789
8790 * Makefile.in (INFO_TARGETS, DVI_TARGETS, ../info/emacs-xtra):
8791 Add emacs-xtra.
8792 * emacs-xtra.texi: New file.
8793
87942004-06-14 Luc Teirlinck <teirllm@auburn.edu>
8795
8796 * dired.texi (Dired Enter): Mention conditions on `ls' switches.
8797 (Dired and Find): Mention differences with ordinary Dired buffers.
8798
8cf51b2c
GM
87992004-06-13 Richard M. Stallman <rms@gnu.org>
8800
8801 * custom.texi (Init Syntax): Explain about vars that do special
8802 things when set with setq or with Custom.
8803 (Init Examples): Add line-number-mode example.
8804
8cf51b2c
GM
88052004-06-12 Juri Linkov <juri@jurta.org>
8806
8807 * dired.texi (Operating on Files): Add dired-do-touch.
8808
8cf51b2c
GM
88092004-06-10 Juri Linkov <juri@jurta.org>
8810
8811 * building.texi (Lisp Eval): Add C-M-x on defface.
8812
88132004-06-08 Luc Teirlinck <teirllm@auburn.edu>
8814
8815 * files.texi (Reverting): Auto-Revert mode and
8816 Global Auto-Revert mode no longer revert remote files.
8817
8cf51b2c
GM
88182004-05-29 Richard M. Stallman <rms@gnu.org>
8819
8820 * custom.texi (Init File): Two dashes start --no-site-file.
8821
8cf51b2c
GM
88222004-05-29 Alan Mackenzie <acm@muc.de>
8823
8824 * programs.texi: Update for CC Mode 5.30 and incidental amendments.
10d1d0af 8825 ("AWK"): Is consistently thus spelled throughout.
8cf51b2c
GM
8826 (AWK, Pike): Document as "C-like modes".
8827 (@kbd{M-j}): Document as alternative to @kbd{C-M-j}.
8828 (M-x man): Supersedes M-x manual-entry.
8829 Add numerous index entries. Correct "ESC a/e" to "M-a/e".
8830
8831 ("Comments in C"): Delete node; the info is in CC Mode manual.
8832 (c-comment-only-line-offset): Remove description.
8833
8834 (C-c ., C-c C-c): Describe new C Mode bindings.
8835
8836 (C-u TAB, indent-code-rigidly, c-indent-exp, c-tab-always-indent)
8837 (@dfn{Style}, c-default-style, comment-column, comment-padding)
8838 (c-up-conditional, c-beginning-of-statement, c-end-of-statement):
8839 Amend definitions.
8840
8841 (c-beginning-of-defun, c-end-of-defun, c-context-line-break):
8842 Describe functions.
8843
8844 (c-comment-start-regexp, c-hanging-comment-ender-p)
8845 (c-hanging-comment-starter-p): Remove obsolete definitions.
8846
8847 * emacs.texi: Remove the menu entry "Comments in C".
8848
8cf51b2c
GM
88492004-05-27 Luc Teirlinck <teirllm@auburn.edu>
8850
8851 * dired.texi (Dired and Find): `find-ls-option' does not apply to
8852 `M-x locate'.
8853
88542004-05-16 Karl Berry <karl@gnu.org>
8855
8856 * emacs.texi (ack.texi) [@ifnottex]: Change condition; with @ifinfo,
8857 makeinfo --html fails.
8858 * help.texi (Help Summary) [@ifnottex]: Likewise.
8859
88602004-05-13 Nick Roberts <nickrob@gnu.org>
8861
8862 * building.texi (GDB Graphical Interface): Update and describe
8863 layout first.
8864
8cf51b2c
GM
88652004-05-04 Jason Rumney <jasonr@gnu.org>
8866
8867 * makefile.w32-in: Revert last change.
8868
88692004-05-03 Jason Rumney <jasonr@gnu.org>
8870
8871 * makefile.w32-in (MULTI_INSTALL_INFO, ENVADD): Use forward slashes.
8872
8cf51b2c
GM
88732004-04-23 Juanma Barranquero <lektu@terra.es>
8874
8875 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
8876
88772004-04-18 Juri Linkov <juri@jurta.org>
8878
8879 * fixit.texi (Spelling): Remove file extension from ispell xref.
8880
88812004-04-15 Kim F. Storm <storm@cua.dk>
8882
8883 * cmdargs.texi (Initial Options): Add -Q.
8884
88852004-04-05 Kim F. Storm <storm@cua.dk>
8886
8887 * custom.texi (File Variables): Add safe-local-eval-forms.
8888
8cf51b2c
GM
88892004-04-02 Luc Teirlinck <teirllm@auburn.edu>
8890
8891 * files.texi (Reverting): Correct description of revert-buffer's
8892 handling of point.
8893
88942004-03-22 Juri Linkov <juri@jurta.org>
8895
8896 * emacs.texi (Top): Add `Misc X'.
8897
49823426 8898 * trouble.texi: Fix help key bindings.
8cf51b2c
GM
8899
8900 * glossary.texi: Improve references.
8901
8902 * help.texi: Sync keywords with finder.el.
8903
8904 * mini.texi (Completion): Add description for menu items.
8905
8906 * misc.texi (Browse-URL, FFAP): Add information about keywords.
8907
8908 * sending.texi (Mail Methods): Fix xref to Message manual.
8909
8cf51b2c
GM
89102004-03-12 Richard M. Stallman <rms@gnu.org>
8911
8cf51b2c
GM
8912 * buffers.texi (Misc Buffer): Add index entry for rename-uniquely.
8913
8cf51b2c
GM
89142004-03-04 Richard M. Stallman <rms@gnu.org>
8915
8916 * search.texi (Regexps): Explain that ^ and $ have their
8917 special meanings only in certain contexts.
8918
8919 * programs.texi (Expressions): Doc C-M-SPC as alias for C-M-@.
8920
8921 * mule.texi (Specify Coding): Doc C-x RET F.
8922
8923 * buffers.texi (Misc Buffer): Explain use of M-x rename-uniquely
8924 for multiple compile and grep buffers.
8925 (Indirect Buffers): Don't recommand clone-indirect-buffer
8926 for multiple compile and grep buffers.
8927
8cf51b2c
GM
89282004-02-29 Juanma Barranquero <lektu@terra.es>
8929
8930 * makefile.w32-in (mostlyclean, clean, maintainer-clean):
8931 Use $(DEL) instead of rm, and ignore exit code.
8932
8cf51b2c
GM
89332004-02-23 Nick Roberts <nick@nick.uklinux.net>
8934
8935 * building.texi (Watch Expressions): Update.
8936
89372004-02-21 Juri Linkov <juri@jurta.org>
8938
1c6c854e
CS
8939 * cmdargs.texi (Action Arguments): Add alias --find-file.
8940 Add --directory, --help, --version. Move text about command-line-args
8cf51b2c
GM
8941 to Command Arguments.
8942 (Initial Options): Add @cindex for --script. Fix @cindex for -q.
8943 Add --no-desktop. Add alias --no-multibyte, --no-unibyte.
8944 (Window Size X): Join -g and --geometry. Add @cindex.
8945 (Borders X): Fix @cindex for -ib. Add @cindex for -bw.
8946 (Title X): Remove alias -title.
8947 (Misc X): New node.
8948
c8763fb6 89492004-02-15 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
8950
8951 * frames.texi (Drag and drop): Add Motif to list of supported
8952 protocols.
8953
c8763fb6 89542004-02-03 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
8955
8956 * frames.texi (Drag and drop): New section.
8957
89582004-01-24 Richard M. Stallman <rms@gnu.org>
8959
1c6c854e 8960 * emacs.texi (Acknowledgments): Rename from Acknowledgements.
8cf51b2c
GM
8961 Include it only @ifnotinfo. Patch the preceding and following
8962 node headers to point to each other.
8963
89642004-01-11 Glenn Morris <gmorris@ast.cam.ac.uk>
8965
8966 * calendar.texi (Appointments): Update section.
8967
89682003-12-29 Kevin Ryde <user42@zip.com.au>
8969
8cf51b2c
GM
8970 * programs.texi (C Modes): Fix the xref.
8971
89722003-12-23 Nick Roberts <nick@nick.uklinux.net>
8973
8974 * building.texi (Watch Expressions): Update.
8975 (Commands of GUD): Include use of toolbar + breakpoints set from
8976 fringe/margin.
8977
89782003-12-03 Andre Spiegel <spiegel@gnu.org>
8979
8980 * files.texi: Say how to disable VC. Suggested by Alan Mackenzie
8981 <acm@muc.de>.
8982
c8763fb6 89832003-11-29 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
8984
8985 * frames.texi (Dialog Boxes): Add use-file-dialog.
8986
8cf51b2c
GM
89872003-11-22 Martin Stjernholm <bug-cc-mode@gnu.org>
8988
8989 * ack.texi: Note that Alan Mackenzie contributed the AWK support
8990 in CC Mode.
8991
8cf51b2c
GM
89922003-11-02 Jesper Harder <harder@ifa.au.dk> (tiny change)
8993
8994 * man/ack.texi, man/basic.texi, man/cmdargs.texi:
8995 * man/commands.texi, man/custom.texi, man/display.texi:
49823426 8996 * man/emacs.texi, man/files.texi:
8cf51b2c
GM
8997 * man/frames.texi, man/glossary.texi, man/killing.texi:
8998 * man/macos.texi, man/mark.texi, man/misc.texi, man/msdog.texi:
8999 * man/mule.texi, man/rmail.texi, man/search.texi:
49823426
GM
9000 * man/sending.texi, man/text.texi, man/trouble.texi:
9001 Replace @sc{ascii} and ASCII with @acronym{ASCII}.
8cf51b2c
GM
9002
90032003-11-01 Alan Mackenzie <acm@muc.de>
9004
9005 * search.texi (Scrolling During Incremental Search): Document a
9006 new scrolling facility in isearch mode.
9007
8cf51b2c
GM
90082003-10-22 Miles Bader <miles@gnu.org>
9009
9010 * Makefile.in (info): Move before $(top_srcdir)/info.
9011
90122003-10-22 Nick Roberts <nick@nick.uklinux.net>
9013
9014 * building.texi (Watch Expressions): Update section on data display
9015 to reflect code changes (GDB Graphical Interface).
9016
8cf51b2c
GM
90172003-10-13 Richard M. Stallman <rms@gnu.org>
9018
9019 * xresources.texi (GTK resources): Clean up previous change.
9020
c8763fb6 90212003-10-12 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
9022
9023 * xresources.texi (GTK resources): Add a note that some themes
9024 disallow customizations. Add scroll theme example.
9025
8cf51b2c
GM
90262003-09-30 Richard M. Stallman <rms@gnu.org>
9027
8cf51b2c
GM
9028 * cmdargs.texi (General Variables): Remove MAILRC envvar.
9029
9030 * misc.texi (Saving Emacs Sessions): Shorten the section,
9031 collapsing back into one node.
9032
90332003-09-30 Lars Hansen <larsh@math.ku.dk>
9034
9035 * misc.texi: Section "Saving Emacs Sessions" rewritten.
9036
ce058493 90372003-09-29 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
9038
9039 * xresources.texi (GTK names in Emacs): Correct typo.
9040
8cf51b2c
GM
90412003-09-24 Luc Teirlinck <teirllm@mail.auburn.edu>
9042
1c6c854e
CS
9043 * cmdargs.texi (Font X): Mention new default font.
9044 More fully describe long font names, wildcard patterns and the
8cf51b2c
GM
9045 problems involved. (Result of discussion on emacs-devel.)
9046
90472003-09-22 Luc Teirlinck <teirllm@mail.auburn.edu>
9048
9049 * emacs.texi (Acknowledgements): Correct typo.
9050
90512003-09-22 Richard M. Stallman <rms@gnu.org>
9052
9053 * dired.texi (Misc Dired Commands): New node.
9054 (Dired Navigation): Add dired-goto-file.
9055
9056 * files.texi (File Aliases, Misc File Ops): Add @cindex entries.
9057
9058 * emacs.texi (Acknowledgements): New node, split from Distribution.
9059
9060 * cmdargs.texi (Action Arguments): -f reads interactive args.
9061
8cf51b2c
GM
90622003-09-08 Lute Kamstra <lute@gnu.org>
9063
9064 * screen.texi (Mode Line): Say that POS comes before LINE.
9065 Mention `size-indication-mode'.
1c6c854e
CS
9066 * display.texi (Optional Mode Line):
9067 Document `size-indication-mode'.
8cf51b2c
GM
9068 * basic.texi (Position Info): Mention `size-indication-mode'.
9069
90702003-09-07 Luc Teirlinck <teirllm@mail.auburn.edu>
9071
9072 * xresources.texi (Resources): Refer to `editres' man page.
9073 (Lucid Resources): Update defaults. Expand description of
9074 `shadowThickness'.
9075
90762003-09-04 Miles Bader <miles@gnu.org>
9077
9078 * Makefile.in (top_srcdir): New variable.
9079 ($(top_srcdir)/info): New rule.
9080 (info): Depend on it.
9081
90822003-09-03 Peter Runestig <peter@runestig.com>
9083
9084 * makefile.w32-in: New file.
9085
90862003-08-29 Richard M. Stallman <rms@gnu.org>
9087
9088 * misc.texi (Saving Emacs Sessions): Correct previous change.
9089
8cf51b2c
GM
90902003-08-19 Luc Teirlinck <teirllm@mail.auburn.edu>
9091
8cf51b2c
GM
9092 * emacs.texi (Top): Update menu to reflect new Keyboard Macros chapter.
9093 (Intro): Include kmacro.texi after fixit.texi instead of after
9094 custom.texi. (As suggested by Kim Storm.)
9095
90962003-08-18 Luc Teirlinck <teirllm@mail.auburn.edu>
9097
9098 * fixit.texi (Fixit): Update `Next' pointer.
9099 * files.texi (Files): Update `Previous' pointer.
9100 * kmacro.texi (Keyboard Macros): Remove redundant node and section.
9101 * emacs.texi (Intro): Include kmacro.texi after custom.texi.
9102 (Suggested by Kim Storm.)
9103 * Makefile (EMACSSOURCES): Add kmacro.texi. (Suggested by Kim Storm.)
9104
91052003-08-18 Kim F. Storm <storm@cua.dk>
9106
9107 * kmacro.texi: New file describing enhanced keyboard macro
9108 functionality. Replaces old description in custom.texi.
9109
9110 * custom.texi (Customization): Add xref to Keyboard Macros chapter.
9111 (Keyboard Macros): Move to new kmacro.texi file.
9112
9113 * emacs.texi (Keyboard Macros): Reference new keyboard macro topics.
9114
8cf51b2c
GM
91152003-08-17 Edward M. Reingold <reingold@emr.cs.iit.edu>
9116
9117 * calendar.texi (Specified Dates): Add `calendar-goto-day-of-year'.
9118
91192003-08-17 Alex Schroeder <alex@gnu.org>
9120
9121 * misc.texi (Saving Emacs Sessions): Manual M-x desktop-save not
9122 required.
9123
8cf51b2c
GM
91242003-08-05 Richard M. Stallman <rms@gnu.org>
9125
9126 * programs.texi (Lisp Indent): Don't describe
9127 lisp-indent-function property here. Use xref to Lisp Manual.
9128
8cf51b2c
GM
91292003-08-03 Glenn Morris <gmorris@ast.cam.ac.uk>
9130
fffa137c 9131 * calendar.texi (Date Formats): Document changed behavior of
8cf51b2c
GM
9132 abbreviations.
9133
91342003-07-24 Markus Rost <rost@math.ohio-state.edu>
9135
9136 * buffers.texi (List Buffers): Fix previous change.
9137
8cf51b2c
GM
91382003-07-13 Markus Rost <rost@math.ohio-state.edu>
9139
9140 * buffers.texi (List Buffers): Adjust to new format of *Buffer
9141 List*.
9142
91432003-07-07 Luc Teirlinck <teirllm@mail.auburn.edu>
9144
8cf51b2c
GM
9145 * display.texi (Font Lock): Fix typo.
9146
91472003-07-07 Richard M. Stallman <rms@gnu.org>
9148
9149 * display.texi (Font Lock): Add xref for format info on
9150 font-lock-remove-keywords.
9151
9152 * building.texi (Compilation): Document what happens with asynch
9153 children of compiler process.
9154
9155 * help.texi (Library Keywords): Use @multitable.
9156
8cf51b2c
GM
91572003-06-04 Richard M. Stallman <rms@gnu.org>
9158
9159 * programs.texi (Expressions): Delete C-M-DEL.
9160
9161 * misc.texi (Shell Options): Clarify comint-scroll-show-maximum-output.
9162 comint-move-point-for-output renamed from
9163 comint-scroll-to-bottom-on-output.
9164
9165 * custom.texi (Init Rebinding): Replace previous change with xref.
9166 (Non-ASCII Rebinding): Explain that issue more briefly here.
9167
91682003-05-28 Richard M. Stallman <rms@gnu.org>
9169
9170 * indent.texi (Indentation): Condense, simplify, clarify prev change.
9171
91722003-05-28 Nick Roberts <nick@nick.uklinux.net>
9173
9174 * building.texi (GDB Graphical Interface): New node.
9175 (Rewritten somewhat by RMS.)
9176
c8763fb6 91772003-05-28 Kai Großjohann <kai.grossjohann@gmx.net>
8cf51b2c
GM
9178
9179 * custom.texi (Init Rebinding): Xref Non-ASCII Rebinding, for
9180 non-English letters. Explain how to set coding systems correctly
9181 and how to include the right coding cookie in the file.
9182
c8763fb6 91832003-05-22 Kai Großjohann <kai.grossjohann@gmx.net>
8cf51b2c
GM
9184
9185 * indent.texi (Indentation): Explain the concepts.
9186 (Just Spaces): Explain why preventing tabs for indentation might
9187 be useful.
9188
8cf51b2c
GM
91892003-04-16 Richard M. Stallman <rms@gnu.org>
9190
9191 * search.texi (Regexps): Ref to Lisp manual for more regexp features.
9192
8cf51b2c
GM
91932003-02-22 Alex Schroeder <alex@emacswiki.org>
9194
9195 * cmdargs.texi (General Variables): Document SMTPSERVER.
9196
8cf51b2c
GM
9197 * sending.texi: Remove SMTP node.
9198 (Mail Sending): Describe `send-mail-function'. Link to SMTP
9199 library.
9200
8cf51b2c
GM
92012003-02-22 Alex Schroeder <alex@emacswiki.org>
9202
9203 * sending.texi (Sending via SMTP): Explain MTA/MUA.
9204
92052003-02-22 Simon Josefsson <jas@extundo.com>
9206
9207 * sending.texi (Mail Methods): Add node about SMTP.
9208
c8763fb6 92092003-02-17 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
9210
9211 * xresources.texi (GTK names in Emacs): Add emacs-toolbar - GtkToolbar.
9212
8cf51b2c
GM
92132003-02-01 Kevin Ryde <user42@zip.com.au>
9214
9215 * glossary.texi (Glossary): Correction to cl cross reference.
9216
92172003-01-20 Richard M. Stallman <rms@gnu.org>
9218
9219 * killing.texi (Rectangles): Document C-x c r.
9220
c8763fb6 92212003-01-19 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
9222
9223 * xresources.texi (GTK resources): New node.
9224 (GTK widget names): New node.
9225 (GTK names in Emacs): New node.
9226 (GTK styles): New node.
9227
c8763fb6 92282003-01-09 Francesco Potortì <pot@gnu.org>
8cf51b2c
GM
9229
9230 * maintaining.texi (Create Tags Table): Add reference to the new
9231 `etags --help --lang=LANG' option.
9232
8cf51b2c
GM
92332002-10-02 Karl Berry <karl@gnu.org>
9234
49823426 9235 * emacs.texi: Per rms, update all manuals to use @copying instead of
630cb3b7 9236 @ifinfo. Also use @ifnottex instead of @ifinfo around the top node,
49823426 9237 where needed for the sake of the HTML output.
8cf51b2c
GM
9238
92392001-12-20 Eli Zaretskii <eliz@is.elta.co.il>
9240
9241 * Makefile.in (EMACSSOURCES): Update the list of Emacs manual
9242 source files.
9243
92442001-11-16 Eli Zaretskii <eliz@is.elta.co.il>
9245
9246 * Makefile.in (emacsman): New target.
9247
8cf51b2c
GM
92482001-10-20 Gerd Moellmann <gerd@gnu.org>
9249
9250 * (Version 21.1 released.)
9251
92522001-10-05 Gerd Moellmann <gerd@gnu.org>
9253
9254 * Branch for 21.1.
9255
8cf51b2c
GM
92562001-03-05 Gerd Moellmann <gerd@gnu.org>
9257
9258 * Makefile.in (mostlyclean, maintainer-clean): Delete more files.
9259
8cf51b2c
GM
92602000-05-31 Stefan Monnier <monnier@cs.yale.edu>
9261
9262 * .cvsignore (*.tmp): New entry. Seems to be used for @macro.
9263
8cf51b2c
GM
92641999-07-12 Richard Stallman <rms@gnu.org>
9265
9266 * Version 20.4 released.
9267
92681998-12-04 Markus Rost <rost@delysid.gnu.org>
9269
9270 * Makefile.in (INFO_TARGETS): Delete customize.info.
9271 (DVI_TARGETS): Delete customize.dvi.
9272 (../info/customize, customize.dvi): Targets deleted.
9273
92741998-08-19 Richard Stallman <rms@psilocin.ai.mit.edu>
9275
9276 * Version 20.3 released.
9277
92781998-05-06 Richard Stallman <rms@psilocin.gnu.org>
9279
9280 * Makefile.in (EMACSSOURCES): Add mule.texi.
9281 Add msdog.texi, ack.texi. Remove gnu1.texi.
9282
92831998-04-06 Andreas Schwab <schwab@gnu.org>
9284
768c0c0f
JB
9285 * Makefile.in (ENVADD): Environment vars to pass to texi2dvi.
9286 Use it in dvi targets.
8cf51b2c
GM
9287
92881997-09-23 Paul Eggert <eggert@twinsun.com>
9289
9290 * Makefile.in: Merge changes mistakenly made to `Makefile'.
9291 (INFO_TARGETS): Change ../info/custom to ../info/customize.
9292 (../info/customize): Rename from ../info/custom.
8cf51b2c
GM
9293
92941997-09-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9295
9296 * Version 20.2 released.
9297
92981997-09-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9299
9300 * Version 20.1 released.
9301
93021997-08-24 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9303
9304 * Makefile (../info/customize, customize.dvi): New targets.
9305 (INFO_TARGETS): Add ../info/customize.
9306 (DVI_TARGETS): Add customize.dvi.
9307
8cf51b2c
GM
93081996-08-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9309
9310 * Version 19.33 released.
9311
93121996-07-31 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9313
9314 * Version 19.32 released.
9315
8cf51b2c
GM
93161996-06-20 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9317
9318 * Makefile.in (All info targets): cd $(srcdir) to do the work.
9319
93201996-06-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9321
9322 * Makefile.in (All info targets): Specify $(srcdir) in input files.
9323 Specify -I option.
9324 (All dvi targets): Set the TEXINPUTS variable.
9325
93261996-05-25 Karl Heuer <kwzh@gnu.ai.mit.edu>
9327
9328 * Version 19.31 released.
9329
8cf51b2c
GM
93301995-11-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9331
9332 * Version 19.30 released.
9333
8cf51b2c
GM
93341995-02-07 Richard Stallman <rms@pogo.gnu.ai.mit.edu>
9335
9336 * Makefile.in (maintainer-clean): Rename from realclean.
9337
93381994-11-23 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9339
9340 * Makefile.in: New file.
9341 * Makefile: File deleted.
9342
93431994-11-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9344
9345 * Makefile (TEXINDEX_OBJS): Variable deleted.
9346 (texindex, texindex.o, getopt.o): Rules deleted.
9347 All deps on texindex deleted.
9348 (distclean): Don't delete texindex.
9349 (mostlyclean): Don't delete *.o.
9350 * texindex.c, getopt.c: Files deleted.
9351
93521994-09-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9353
9354 * Version 19.26 released.
9355
93561994-07-02 Richard Stallman (rms@gnu.ai.mit.edu)
9357
9358 * Makefile (EMACSSOURCES): Exclude undo.texi.
9359
93601994-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9361
9362 * Version 19.25 released.
9363
93641994-05-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9365
9366 * Version 19.24 released.
9367
93681994-05-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9369
9370 * Version 19.23 released.
9371
93721994-04-17 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9373
9374 * Makefile: Delete spurious tab.
9375
93761994-02-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9377
9378 * Makefile (.SUFFIXES): New rule.
9379
8cf51b2c
GM
93801993-12-04 Richard Stallman (rms@srarc2)
9381
9382 * getopt.c: New file.
9383 * Makefile (TEXINDEX_OBJS): Use getopt.o in this dir, not ../lib-src.
9384 (getopt.o): New rule.
9385 (dvi): Don't depend on texindex.
49823426 9386 (emacs.dvi): Depend on texindex.
8cf51b2c
GM
9387
93881993-12-03 Richard Stallman (rms@srarc2)
9389
49823426
GM
9390 * Makefile (TEXI2DVI): New variable.
9391 (emacs.dvi): Add explicit command.
8cf51b2c
GM
9392 (TEXINDEX_OBJS): Delete duplicate getopt.o.
9393
93941993-11-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9395
9396 * Version 19.22 released.
9397
93981993-11-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9399
9400 * Makefile (TEXINDEX_OBJS): Delete spurious period.
9401
94021993-11-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9403
9404 * Version 19.21 released.
9405
8cf51b2c
GM
94061993-11-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9407
9408 * Makefile (realclean): Don't delete the Info files.
9409
f0131492 94101993-10-25 Brian J. Fox (bfox@albert.gnu.ai.mit.edu)
8cf51b2c 9411
8cf51b2c
GM
9412 * frames.texi (Creating Frames): Mention `C-x 5' instead of `C-x
9413 4' where appropriate.
9414
f0131492 94151993-10-20 Brian J. Fox (bfox@ai.mit.edu)
8cf51b2c 9416
49823426 9417 * Makefile: Fix targets for texindex.
8cf51b2c
GM
9418
9419 * texindex.c: Include "../src/config.h" if building in emacs.
9420
9421 * Makefile: Change all files to FILENAME.texi, force all targets
49823426 9422 to be FILENAME, not FILENAME.info.
8cf51b2c
GM
9423 Add target to build texindex.c, defining `emacs'.
9424
8cf51b2c
GM
94251993-08-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9426
9427 * Version 19.19 released.
9428
8cf51b2c
GM
94291993-08-08 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9430
9431 * Version 19.18 released.
9432
94331993-07-20 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9434
9435 * Makefile: Fix source file names of the separate manuals.
8cf51b2c
GM
9436
94371993-07-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9438
9439 * Version 19.17 released.
9440
94411993-07-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9442
9443 * split-man: Fix typos in last change.
9444
94451993-07-06 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9446
9447 * Version 19.16 released.
9448
94491993-06-19 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9450
9451 * version 19.15 released.
9452
94531993-06-18 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9454
9455 * Makefile (distclean): It's rm, not rf.
9456
94571993-06-17 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9458
9459 * Version 19.14 released.
9460
94611993-06-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9462
9463 * Makefile: New file.
9464
94651993-06-08 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9466
9467 * Version 19.13 released.
9468
94691993-05-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9470
9471 * Version 19.9 released.
9472
94731993-05-25 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9474
9475 * Version 19.8 released.
9476
94771993-05-25 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9478
9479 * cmdargs.texi: Document the -i, -itype, and -iconic options.
9480
9481 * trouble.texi: It's `enable-flow-control-on', not
9482 `evade-flow-control-on'.
9483
94841993-05-24 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9485
9486 * display.texi: Document standard-display-european.
9487
94881993-05-22 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9489
9490 * Version 19.7 released.
9491
9492 * emacs.texi: Add a sentence to the top menu mentioning the
9493 specific version of Emacs this manual applies to.
9494
94951993-04-25 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
9496
9497 * basic.texi: Document next-line-add-lines variable used to
9498 implement down-arrow.
9499
9500 * killing.texi: Document kill-whole-line.
9501
95021993-04-18 Noah Friedman (friedman@nutrimat.gnu.ai.mit.edu)
9503
9504 * text.texi: Update unix TeX ordering information.
9505
95061993-03-26 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
9507
9508 * news.texi: Mention fill-rectangle in keybinding list.
9509
9510 * killing.texi: Document fill-rectangle.
9511
95121993-03-17 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
9513
9514 * vc.texi: Bring the docs up to date with VC 5.2.
9515
95161992-01-10 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
9517
9518 * emacs.tex: Mention blackbox and gomoku under Amusements.
9519 Assembler mode is now mentioned and appropriately indexed
9520 under Programming Modes.
9521
95221991-02-15 Robert J. Chassell (bob@wookumz.ai.mit.edu)
9523
9524 * emacs.tex: Update TeX ordering information.
9525
8cf51b2c
GM
95261990-06-26 David Lawrence (tale@geech)
9527
9528 * emacs.tex: Note that completion-ignored-extensions is not used
9529 to filter out names when all completions are displayed in
9530 *Completions*.
9531
95321990-05-25 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
9533
9534 * texindex.tex: If USG, include sys/types.h and sys/fcntl.h.
9535
95361990-03-21 Jim Kingdon (kingdon@pogo.ai.mit.edu)
9537
9538 * emacs.tex: Add @findex grep.
9539
8cf51b2c
GM
95401988-08-16 Robert J. Chassell (bob@frosted-flakes.ai.mit.edu)
9541
9542 * emacs.tex: Correct two typos. No other changes before
9543 Version 19 will be made.
9544
8cf51b2c
GM
95451988-05-23 Robert J. Chassell (bob@frosted-flakes.ai.mit.edu)
9546
9547 * emacs.tex: Update information for obtaining TeX distribution from the
9548 University of Washington.
9549
9550;; Local Variables:
c8763fb6 9551;; coding: utf-8
8cf51b2c
GM
9552;; End:
9553
a162959e 9554 Copyright (C) 1993-1999, 2001-2012 Free Software Foundation, Inc.
8cf51b2c
GM
9555
9556 This file is part of GNU Emacs.
9557
352c8b4a 9558 GNU Emacs is free software: you can redistribute it and/or modify
8cf51b2c 9559 it under the terms of the GNU General Public License as published by
352c8b4a
GM
9560 the Free Software Foundation, either version 3 of the License, or
9561 (at your option) any later version.
8cf51b2c
GM
9562
9563 GNU Emacs is distributed in the hope that it will be useful,
9564 but WITHOUT ANY WARRANTY; without even the implied warranty of
9565 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
9566 GNU General Public License for more details.
9567
9568 You should have received a copy of the GNU General Public License
352c8b4a 9569 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.