* doc/misc/sc.texi: Nuke hand-written node pointers.
[bpt/emacs.git] / doc / emacs / ChangeLog
CommitLineData
abb9615e
GM
12012-05-27 Glenn Morris <rgm@gnu.org>
2
bd39eb06
GM
3 * emacs.texi: Simplify following removal of node pointers.
4
abb9615e
GM
5 * ack.texi, anti.texi, basic.texi, buffers.texi, building.texi:
6 * cmdargs.texi, commands.texi, display.texi, emacs.texi:
7 * entering.texi, files.texi, fixit.texi, frames.texi, glossary.texi:
8 * gnu.texi, help.texi, indent.texi, killing.texi, kmacro.texi:
9 * m-x.texi, macos.texi, maintaining.texi, mark.texi, mini.texi:
10 * misc.texi, modes.texi, msdog.texi, mule.texi, programs.texi:
11 * regs.texi, screen.texi, search.texi, text.texi, trouble.texi:
12 * windows.texi, xresources.texi: Nuke hand-written node pointers.
13
6c200b4a
GM
142012-05-22 Glenn Morris <rgm@gnu.org>
15
16 * emacs.texi (Acknowledgments): Add another contributor.
17
3fe7cdc8
GM
182012-05-12 Glenn Morris <rgm@gnu.org>
19
20 * Makefile.in (MKDIR_P): New, set by configure.
21 (mkinfodir): Use $MKDIR_P.
22
dc0f75c8
GM
232012-05-10 Glenn Morris <rgm@gnu.org>
24
b8a82b69
GM
25 * mule.texi (Disabling Multibyte): Replace the obsolete "unibyte: t"
26 with "coding: raw-text".
27
dc0f75c8
GM
28 * files.texi (Interlocking): Mention create-lockfiles option.
29
666b903b 302012-05-09 Chong Yidong <cyd@gnu.org>
ed39e4e2
CY
31
32 * frames.texi (Mouse References, Mouse Commands): Fix index
33 entries (Bug#11362).
34
eceeb5fc 352012-05-05 Glenn Morris <rgm@gnu.org>
bbba8869 36
eceeb5fc
CY
37 * custom.texi (Customization Groups, Custom Themes, Examining):
38 Improve page breaks.
39
40 * rmail.texi (Rmail Display): Use example rather than smallexample.
41
42 * calendar.texi: Convert inforefs to refs.
43
44 * dired.texi (Dired Enter): Improve page break.
45
46 * abbrevs.texi (Abbrev Concepts): Copyedits.
47
48 * maintaining.texi (Registering, Tag Syntax):
49 Tweak line and page breaks.
50
51 * programs.texi (Programs, Electric C): Copyedits.
52 (Program Modes): Add xref to Fortran.
53 (Left Margin Paren): Remove what was (oddly enough) the only use
54 of defvar in the entire Emacs manual.
55 (Hungry Delete): Remove footnote about ancient Emacs version.
56 (Other C Commands): Use example rather than smallexample.
57
58 * text.texi (Pages, Filling, Foldout, Org Mode, HTML Mode)
59 (Nroff Mode, Enriched Indentation, Table Rows and Columns):
60 Tweak line and page breaks.
61
62 * modes.texi (Major Modes, Minor Modes): Reword to improve page-breaks.
63 (Major Modes): Use example rather than smallexample.
bbba8869 64
eceeb5fc
CY
65 * mule.texi (Output Coding): Reword to improve page-breaks.
66
67 * frames.texi (Fonts): Tweak line and page breaks.
68 Use example rather than smallexample. Change cross-reference.
69 (Text-Only Mouse): Fix xref.
70
71 * buffers.texi (Buffers, Kill Buffer, Several Buffers)
72 (Indirect Buffers): Tweak line- and page-breaks.
73
74 * fixit.texi (Fixit, Undo): Reword to improve page-breaks.
75
8045b906
GM
762012-05-04 Glenn Morris <rgm@gnu.org>
77
78 * Makefile.in (INFO_EXT, INFO_OPTS): New, set by configure.
79 (info, infoclean): Use $INFO_EXT.
80 ($(infodir)/emacs$(INFO_EXT)): Use $INFO_EXT and $INFO_OPT.
81 * makefile.w32-in (INFO_EXT, INFO_OPTS): New.
82 (INFO_TARGETS): Use $INFO_EXT.
83 ($(infodir)/emacs$(INFO_EXT)): Use $INFO_EXT and $INFO_OPT, and -o.
84
90207a15 852012-05-02 Glenn Morris <rgm@gnu.org>
bbba8869
GM
86
87 * emacs.texi (@copying): Only print EDITION in the TeX version.
88
e2058813
GM
89 * search.texi (Regexp Search): Just say "Emacs".
90
a162959e
GM
91 * display.texi (Auto Scrolling):
92 Reword to avoid repetition and improve page break.
93
9eb25ee8
GM
94 * xresources.texi (Resources):
95 * mule.texi (Language Environments):
96 * misc.texi (Amusements):
97 * maintaining.texi (VC Change Log):
98 * frames.texi (Fonts):
99 * custom.texi (Specifying File Variables, Minibuffer Maps):
100 * cmdargs.texi (Initial Options):
101 * building.texi (Flymake):
102 Reword to remove/reduce some overly long/short lines.
103
a4289d0e
GM
1042012-04-27 Glenn Morris <rgm@gnu.org>
105
106 * emacs.texi: Some fixes for detailed menu.
107
1a72be46
GM
108 * emacs.texi: Add "et al." to authors.
109
16152b76
GM
110 * ack.texi, basic.texi, buffers.texi, building.texi:
111 * calendar.texi, cmdargs.texi, commands.texi, custom.texi:
112 * dired.texi, display.texi, emerge-xtra.texi, files.texi:
113 * fortran-xtra.texi, help.texi, kmacro.texi, mini.texi, misc.texi:
114 * msdog-xtra.texi, picture-xtra.texi, programs.texi, rmail.texi:
115 * search.texi, trouble.texi, windows.texi:
116 Use Texinfo recommended convention for quotes+punctuation.
117
578c1d4b 1182012-04-27 Eli Zaretskii <eliz@gnu.org>
84412f2c 119
578c1d4b
GM
120 * mule.texi (Bidirectional Editing): Improve indexing.
121 Minor wording tweaks.
84412f2c 122
467a33d0
CY
1232012-04-15 Chong Yidong <cyd@gnu.org>
124
125 * misc.texi (emacsclient Options): More clarifications.
126
e6fd457e 1272012-04-15 Glenn Morris <rgm@gnu.org>
05806f43 128
41be52d7
GM
129 * msdog.texi (Windows Printing): It doesn't set printer-name.
130
05806f43
GM
131 * mule.texi (Language Environments): Move font info to "Fontsets".
132 (Fontsets): Move intlfonts etc here from "Language Environments".
133 Copyedits.
134 (Defining Fontsets, Modifying Fontsets, Undisplayable Characters)
135 (Unibyte Mode, Charsets, Bidirectional Editing): Copyedits.
136
e6fd457e 1372012-04-15 Chong Yidong <cyd@gnu.org>
6a00f380 138
0be641c0
CY
139 * glossary.texi (Glossary): Standardize on "text terminal"
140 terminology. All callers changed.
141
6a00f380
CY
142 * misc.texi (emacsclient Options): Document "client frame" concept
143 and its effect on C-x C-c more carefully.
144
e6fd457e 1452012-04-15 Glenn Morris <rgm@gnu.org>
71cd7772 146
870e8fb8
GM
147 * frames.texi (Scroll Bars):
148 * glossary.texi (Glossary): Use consistent case for "X Window System".
149
71cd7772
GM
150 * mule.texi (Select Input Method, Coding Systems):
151 State command names in kbd tables.
152 (Recognize Coding): Add cross-ref.
153 (Output Coding): Don't mention message mode in particular.
154 (Text Coding, Communication Coding, File Name Coding, Terminal Coding):
155 Copyedits.
156
35dc09a1 1572012-04-14 Glenn Morris <rgm@gnu.org>
05f7d0d3
GM
158
159 * mule.texi (Select Input Method, Coding Systems, Recognize Coding):
160 Copyedits.
161 (Coding Systems): Mac OS X apparently uses newlines for EOL.
162 (Recognize Coding): Remove old auto-coding-regexp-alist example.
163 auto-coding-functions does not override coding: tags.
164 Remove rmail-decode-mime-charset; it no longer has any effect.
165
35dc09a1 1662012-04-14 Chong Yidong <cyd@gnu.org>
81927dd2
CY
167
168 * custom.texi (Creating Custom Themes): Add reference to Custom
169 Themes node in Lisp manual.
170
35dc09a1 1712012-04-14 Glenn Morris <rgm@gnu.org>
8edb942b
GM
172
173 * mule.texi (International): Copyedits.
174 (International Chars): Update C-x = example output.
175 (Disabling Multibyte): Rename from "Enabling Multibyte".
176 Clarify what "unibyte: t" does, and mode-line description.
177 (Unibyte Mode): Update for "Disabling Multibyte" node name change.
178 Use Texinfo recommended convention for quotes+punctuation.
e0550cae 179 (Language Environments): Copyedits.
893585f4
GM
180 (Input Methods): Copyedits. Use "^" for the postfix example,
181 because it is less confusing inside Info's `quotes'.
e0550cae 182
bd7239f5 183 * custom.texi (Specifying File Variables): Fix "unibyte" description.
8edb942b
GM
184 Update for "Disabling Multibyte" node name change.
185 * emacs.texi: Update for "Disabling Multibyte" node name change.
186
1c64e6ed
GM
187 * abbrevs.texi, arevert-xtra.texi, buffers.texi, building.texi:
188 * cmdargs.texi, custom.texi, entering.texi, files.texi, frames.texi:
189 * glossary.texi, help.texi, macos.texi, maintaining.texi, mini.texi:
190 * misc.texi, package.texi, programs.texi, screen.texi, search.texi:
191 * sending.texi, text.texi, trouble.texi:
192 Use @file for buffers, per the Texinfo manual.
193
20331c1c
GM
194 * entering.texi (Entering Emacs):
195 Do not mention initial-buffer-choice = t.
196
8fc85b20
GM
197 * misc.texi (Gnus Startup): Use @env for environment variables.
198
35dc09a1
GM
199 * Makefile.in: Replace non-portable use of $< in ordinary rules.
200
87124233
GM
2012012-04-12 Glenn Morris <rgm@gnu.org>
202
203 * ack.texi (Acknowledgments): Don't mention obsolete mailpost.el.
204
f3774f20
GM
2052012-04-07 Glenn Morris <rgm@gnu.org>
206
207 * emacsver.texi (EMACSVER): Bump version to 24.1.50.
208
8980d0b9
GM
2092012-04-05 Glenn Morris <rgm@gnu.org>
210
211 * glossary.texi (Glossary): Use anchors for internal cross-references.
212
8bf27c8a
GM
2132012-04-04 Glenn Morris <rgm@gnu.org>
214
215 * glossary.texi (Glossary): Copyedits.
216 Use Texinfo-recommended convention for quotes and punctuation.
217 Comment out a few specialized (Rmail) items.
a0706406 218 New items: Bidirectional Text, Client, Directory Local Variable,
56964ab5 219 File Local Variable, Package, Server, Theme, Trash Can.
8bf27c8a 220
529c06b6
CY
2212012-04-03 Chong Yidong <cyd@gnu.org>
222
223 * sending.texi (Mail Misc): Fix an index entry.
224
53b0595a
EZ
2252012-04-02 Eli Zaretskii <eliz@gnu.org>
226
227 * msdog.texi (Windows Startup): Add description of emacsclient
228 operation under -c and -t on MS-Windows.
229
230 * misc.texi (emacsclient Options): Add cross-reference to "Windows
231 Startup". (Bug#11091)
232
dc663c79
DM
2332012-04-02 Dani Moncayo <dmoncayo@gmail.com> (tiny change)
234
235 * custom.texi (Changing a Variable): Fix example.
236
0d224826
EZ
2372012-04-01 Eli Zaretskii <eliz@gnu.org>
238
239 * misc.texi (emacsclient Options): More clarifications about -t
240 and -c on MS-Windows. (Bug#11091)
241
1d265f9f
EZ
2422012-03-31 Eli Zaretskii <eliz@gnu.org>
243
244 * misc.texi (emacsclient Options): Document peculiarities of new
245 frame creation on MS-Windows under -c or -t options. (Bug#11091)
246
5319014e
CY
2472012-03-30 Chong Yidong <cyd@gnu.org>
248
249 * files.texi (File Conveniences): Clarify Imagemagick discussion.
250
2bfab837
GM
2512012-03-22 Glenn Morris <rgm@gnu.org>
252
253 * dired.texi (Operating on Files): Fix dired-recursive-copies default.
254
986bd52a
CY
2552012-03-17 Chong Yidong <cyd@gnu.org>
256
257 * package.texi (Package Installation): Document use of
258 package-initialize in init file.
259
66ecdc9e
GM
2602012-03-16 Glenn Morris <rgm@gnu.org>
261
262 * help.texi (Language Help):
263 * mule.texi (International Chars):
264 etc/HELLO is for character demonstration.
265
9805f81d
DM
2662012-03-15 Dani Moncayo <dmoncayo@gmail.com> (tiny change)
267
268 * dired.texi (Shell Commands in Dired): Fix typo.
269
a08a07e3
CY
2702012-03-04 Chong Yidong <cyd@gnu.org>
271
272 * killing.texi (Clipboard): Document clipboard manager.
273
53eced6d
GM
2742012-02-29 Glenn Morris <rgm@gnu.org>
275
f8425af2
GM
276 * ack.texi (Acknowledgments): Use @Tex{} in more places.
277
775b55af
GM
278 * emacs.texi, help.texi, text.texi: Use "" quotes in menus.
279
53eced6d
GM
280 * dired.texi, emacs.texi: Use @code{} in menus when appropriate.
281
44e97401
GM
2822012-02-28 Glenn Morris <rgm@gnu.org>
283
284 * custom.texi, display.texi, emacs.texi, files.texi:
285 * msdog-xtra.texi, msdog.texi, vc-xtra.texi:
286 Standardize possessive apostrophe usage.
287
525795c1
JD
2882012-02-25 Jan Djärv <jan.h.d@swipnet.se>
289
290 * macos.texi (Mac / GNUstep Customization): Remove text about
291 ns-find-file and ns-drag-file (Bug#5855, Bug#10050).
292
562af8bb
DM
2932012-02-25 Dani Moncayo <dmoncayo@gmail.com> (tiny change)
294
295 * buffers.texi (Select Buffer): Mention that saving in a new file
296 name can switch to a different major mode.
297
6ea1787e
GM
2982012-02-23 Glenn Morris <rgm@gnu.org>
299
49fe4321
GM
300 * mini.texi (Minibuffer File, Completion Options, Repetition):
301 Copyedits.
302 (Completion Example): Other M-x au* commands may be defined.
303 (Completion Styles): Mention emacs21 and completion-category-overrides.
304
8f4042d2
GM
305 * msdog.texi (Text and Binary, ls in Lisp, Windows HOME)
306 (Windows Keyboard, Windows Mouse, Windows Processes)
307 (Windows Printing, Windows Misc): Copyedits.
308 (ls in Lisp): Update switches list.
309
371fb833
GM
310 * msdog-xtra.texi (MS-DOS Display): Update list-colors-display xref.
311 Update dos-mode* function names.
312 (MS-DOS Printing, MS-DOS and MULE): Copyedits.
313 (MS-DOS Processes): Add xref to main ls-lisp section.
314
6ea1787e
GM
315 * ack.texi (Acknowledgments): Mention smie.
316
40ace058
GM
3172012-02-22 Glenn Morris <rgm@gnu.org>
318
319 * macos.texi: Copyedits. Fix @key/@kbd usage.
320 (Mac / GNUstep Basics): Don't mention the panels, since the next
321 section covers them.
322 (Mac / GNUstep Customization): Merge some panel info from previous.
323
41f1e868
GM
3242012-02-21 Glenn Morris <rgm@gnu.org>
325
68af8d4f
GM
326 * emerge-xtra.texi (Emerge, Submodes of Emerge, Combining in Emerge):
327 Small fixes.
328
2e03845d
GM
329 * emacs-xtra.texi: Picture mode is no longer a chapter.
330
f9a998c3
GM
331 * picture-xtra.texi (Basic Picture): C-a does get remapped.
332
41f1e868
GM
333 * ack.texi (Acknowledgments): Small changes, including resorting,
334 and removal of things no longer distributed.
335
ea09410d
GM
3362012-02-20 Glenn Morris <rgm@gnu.org>
337
2d2f6581
GM
338 * emacs.texi (Top, Preface): Small rephrasings.
339 (menu, detailmenu): Update entries, and reformat some descriptions.
340 * building.texi, display.texi, emacs-xtra.texi, files.texi:
341 * frames.texi, kmacro.texi, msdog.texi, programs.texi, text.texi:
342 Reformat some menu descriptions.
343
196f8c0e
GM
344 * ack.texi (Acknowledgments): More updates.
345
8730412a
GM
346 * emacs.texi (Acknowledgments): Add several names from ack.texi,
347 and from Author: headers.
ae15b89b 348 (Distrib): Small updates.
ea09410d 349
37863f20
GM
3502012-02-18 Glenn Morris <rgm@gnu.org>
351
37c3b9ee
GM
352 * ack.texi (Acknowledgments): Add xref to Org manual.
353
b474519e
GM
354 * rmail.texi: Copyedits. Use 'mail composition buffer' in place
355 of '*mail*', since Message does not call it that.
356 (Rmail Reply): Rename rmail-dont-reply-to-names.
357 \\`info- no longer handled specially.
358 Update for rmail-enable-mime-composing.
359 Don't mention 'm' for replies.
360 Don't mention rmail-mail-new-frame and cancelling, since it does
361 not work for Message at the moment.
362
a5987767
GM
363 * cal-xtra.texi: Copyedits.
364
37863f20
GM
365 * emacs-xtra.texi: Set encoding to ISO-8859-1.
366
112d1241
GM
3672012-02-17 Glenn Morris <rgm@gnu.org>
368
0fd2c9a3
GM
369 * maintaining.texi (Old Revisions): Fix cross-refs to Ediff manual.
370
1d6ecbfa
GM
371 * ack.texi (Acknowledgments): Mention Gnulib.
372
102f1b54
GM
373 * ack.texi, calendar.texi, cal-xtra.texi: Use "Bahá'í".
374
112d1241
GM
375 * calendar.texi: Misc small changes, including updating the dates
376 of examples.
377
3a05ff1d
GM
3782012-02-16 Glenn Morris <rgm@gnu.org>
379
d1354af0
GM
380 * calendar.texi: Misc small changes.
381
5f9756ec
GM
382 * vc1-xtra.texi (VC Delete/Rename, CVS Options):
383 * cal-xtra.texi (Diary Display): Fix TeX cross-refs to other manuals.
384
3b19a30d
GM
385 * dired-xtra.texi (Subdir Switches): Small fixes.
386
3a05ff1d
GM
387 * fortran-xtra.texi: Tiny changes and some adjustments to line breaks.
388
9f26dc24
GM
3892012-02-15 Glenn Morris <rgm@gnu.org>
390
391 * sending.texi (Mail Sending): smtpmail-auth-credentials was removed.
392
fb969a57
GM
3932012-02-12 Glenn Morris <rgm@gnu.org>
394
395 * ack.texi (Acknowledgments):
396 * emacs.texi (Acknowledgments): Updates for new files in 24.1.
397
0aca1292
GM
3982012-02-10 Glenn Morris <rgm@gnu.org>
399
104dc9c6
GM
400 * mini.texi (Minibuffer Edit): Mention minibuffer-inactive-mode.
401
0aca1292
GM
402 * programs.texi (Misc for Programs): Mention electric-layout-mode.
403
91af9d2e
GM
4042012-02-09 Glenn Morris <rgm@gnu.org>
405
0aca1292
GM
406 * buffers.texi (Misc Buffer): M-x info does not seem to require a
407 buffer switch after M-x rename-uniquely.
63c727b2 408
91af9d2e
GM
409 * trouble.texi (Checklist): Mention C-c m in report-emacs-bug.
410
1ef1990c
JB
4112012-02-09 Jay Belanger <jay.p.belanger@gmail.com>
412
413 * text.texi (Org Mode): Fix typo.
414
e74e58c9
GM
4152012-02-08 Glenn Morris <rgm@gnu.org>
416
cefee440
GM
417 * ack.texi (Acknowledgments): Update emacs-lock info.
418
a7686350
GM
419 * rmail.texi (Rmail Display): Mention rmail-epa-decrypt.
420
e74e58c9
GM
421 * text.texi (LaTeX Editing): Mention latex-electric-env-pair-mode.
422
fe93bc91
GM
4232012-02-07 Glenn Morris <rgm@gnu.org>
424
425 * files.texi (File Conveniences): Mention ImageMagick images.
426
d273439c
GM
4272012-02-05 Glenn Morris <rgm@gnu.org>
428
649f602c
GM
429 * trouble.texi (Checklist): Mention debug-on-event.
430
d273439c
GM
431 * maintaining.texi (Maintaining): Add cross-ref to ERT.
432
a9410bdf
GM
4332012-02-04 Glenn Morris <rgm@gnu.org>
434
1f5e1a16
GM
435 * macos.texi (Customization options specific to Mac OS / GNUstep):
436 New subsection.
437
b7314ef7
GM
438 * display.texi (Colors): Mention list-colors-sort.
439
a9410bdf
GM
440 * files.texi (File Conveniences): Mention image animation.
441
75319d7f
CY
4422012-01-31 Chong Yidong <cyd@gnu.org>
443
444 * windows.texi (Split Window): C-mouse-2 doesn't work on GTK+
445 scroll bars (Bug#10666).
446
2680c309
CY
4472012-01-28 Chong Yidong <cyd@gnu.org>
448
691db250
CY
449 * files.texi (Filesets): Fix typos.
450
2680c309
CY
451 * display.texi (Faces): Add xref to Colors node.
452
2a90dfca
DM
4532012-01-27 Dani Moncayo <dmoncayo@gmail.com>
454
455 * buffers.texi (Select Buffer): Clarify explanation of switching
456 to new buffers. Fix description of next-buffer and
6df6ae42 457 previous-buffer (Bug#10334).
2a90dfca
DM
458 (Misc Buffer): Add xref to View Mode.
459
460 * text.texi (Fill Commands): Fix description of
461 sentence-end-double-space.
462
20d2304d
CY
4632012-01-23 Chong Yidong <cyd@gnu.org>
464
f088cb8b 465 * anti.texi (Antinews): Add Emacs 23 antinews.
20d2304d 466
01ec1eed
VS
4672012-01-16 Volker Sobek <reklov@live.com> (tiny change)
468
469 * programs.texi (Comment Commands): Typo (bug#10514).
470
06848b82
CY
4712012-01-15 Chong Yidong <cyd@gnu.org>
472
473 * xresources.texi (X Resources): Describe GTK+ case first.
474 (Resources): Don't use borderWidth as an example, since it doesn't
475 work with GTK+.
476 (Table of Resources): Clarify role of several resources, including
477 the Emacs 24 behavior of cursorBlink etc.
478 (Face Resources): Node deleted. Recommend using Customize
479 instead. Add paragraph to `Table of Resources' node summarizing
480 how to use X resources for changing faces.
481 (Lucid Resources): Rewrite, omitting description of font names,
482 referring to the Fonts node instead.
483 (LessTif Resources): Copyedits.
484 (GTK resources): Rewrite, describing the difference between gtk2
485 and gtk3.
486 (GTK Resource Basics): New node.
487 (GTK Widget Names, GTK Names in Emacs): Rewrite.
488 (GTK styles): Just refer to Fonts node for GTK font format.
489
490 * display.texi (Faces): Document the cursor face.
491
a73a3461
CY
4922012-01-14 Chong Yidong <cyd@gnu.org>
493
01ec1eed 494 * cmdargs.texi (Action Arguments): No need to mention EMACSLOADPATH.
a73a3461
CY
495 (General Variables): Add xref to Lisp Libraries.
496 (Initial Options): Copyedits.
497 (Resume Arguments): Node deleted; emacs.bash/csh are obsolete.
498 (Environment): Clarify what getenv does.
499 (General Variables): Clarify EMACSPATH etc. Emacs does not assume
500 light backgrounds on xterms.
501 (Misc Variables): TEMP and TMP are not Windows-specific.
502 (Display X): Copyedits.
503 (Colors X): -bd does nothing for GTK.
504 (Icons X): Gnome 3 doesn't use taskbars.
505
506 * misc.texi (Shell): Document exec-path here.
507
508 * rmail.texi (Movemail): Add xref for exec-path.
509
e517eda4
GM
5102012-01-13 Glenn Morris <rgm@gnu.org>
511
512 * dired.texi (Dired and Find): Clarify find-ls-options.
513
1de76afe
CY
5142012-01-09 Chong Yidong <cyd@gnu.org>
515
71873e2b 516 * custom.texi (Custom Themes): Switch custom-safe-themes to use
1de76afe
CY
517 SHA-256.
518
c61ab18c
CY
5192012-01-07 Chong Yidong <cyd@gnu.org>
520
e490b289
CY
521 * display.texi (Useless Whitespace): Add Whitespace mode.
522
1de77c4c
CY
523 * custom.texi (Hooks): Discuss how to disable minor modes.
524
525 * files.texi (Diff Mode): Discuss diff-auto-refine-mode
e490b289 526 (Bug#10309). Discuss use of Whitespace mode (Bug#10300).
1de77c4c 527
c61ab18c
CY
528 * trouble.texi (Lossage): Refer to Bugs node for problems.
529 (DEL Does Not Delete): Don't use "usual erasure key" teminology.
530 (Screen Garbled): Don't refer to terminal "manufacturers".
531 (Total Frustration): Node deleted. Eliza is documented in
532 Amusements now.
71873e2b
SM
533 (Known Problems): More info about using the bug tracker.
534 Mention debbugs package.
c61ab18c
CY
535 (Bug Criteria): Copyedits.
536 (Understanding Bug Reporting): Mention emacs -Q.
537
89bd9ccd
CY
5382012-01-06 Chong Yidong <cyd@gnu.org>
539
540 * custom.texi (Specifying File Variables): The mode: keyword
541 doesn't have to be first anymore. Add example of specifying minor
542 modes.
543 (Directory Variables): Simplify example. Mention application to
544 non-file buffers.
545 (Disabling): Use "initialization file" terminology.
546 (Init Examples): Fix hook example.
547
8034735f
EZ
5482012-01-06 Eli Zaretskii <eliz@gnu.org>
549
550 * cmdargs.texi (MS-Windows Registry): Shorten the index entry.
551 (Bug#10422)
552 Move the stuff about resources to xresources.texi.
553
554 * xresources.texi (Resources): Move information about setting X
555 resources in the Registry from cmdargs.texi. Make the index entry
556 be similar to the one in cmdargs.texi.
557
b0d7d8af
CY
5582012-01-05 Chong Yidong <cyd@gnu.org>
559
560 * custom.texi (Customization Groups): Update example.
561 (Browsing Custom): Document the new search field.
562 (Changing a Variable): Update example for Emacs 24 changes.
563 Document Custom-set and Custom-save commands.
564 (Face Customization): Document Emacs 24 changes. De-document
565 modify-face.
566 (Specific Customization): Mention customize-variable.
567 (Custom Themes): Add customize-themes, custom-theme-load-path,
568 custom-theme-directory, and describe-theme.
569 (Creating Custom Themes): New node.
570 (Examining): Mention M-:.
571
572 * package.texi (Packages): Fix typo.
573
88c5c7c8
CY
5742012-01-03 Chong Yidong <cyd@gnu.org>
575
576 * misc.texi (Single Shell): Don't document Lisp usage of
577 shell-command. Tidy up discussion of synchronicity. Add index
578 entries for async-shell-command.
579 (Interactive Shell): Note that M-x shell uses shell-file-name.
580 Note change in behavior in Emacs 24.
581 (Shell Mode): Shell mode now uses completion-at-point.
582 (Shell Prompts): Emphasize that comint-use-prompt-regexp isn't the
583 default method for recognizing prompts nowadays.
584 (Shell Ring): Add xref to Minibuffer History.
585 (Directory Tracking): Explain Dirtrack mode in more detail.
586 (Term Mode): Fix index entries.
587 (Paging in Term): Merge into Term Mode.
588 (Serial Terminal, Emacs Server, emacsclient Options): Copyedits.
589 (Printing): Fix xref. State default of lpr-switches.
590 (PostScript): Remove obsolete sentence. Omit description of
591 non-interactive behaviors.
592 (Hyperlinking): Improve description.
593 (Browse-URL): Using compose-mail for mailto URLs is the default.
594 Document browse-url-mailto-function.
595 (Goto Address mode): Add index entries. Add xref to Browse-URL.
596 (FFAP): FFAP is not a minor mode.
71873e2b
SM
597 (Amusements): M-x lm was renamed to M-x landmark.
598 Document nato-region.
88c5c7c8 599
b8ecfdfe
CY
6002012-01-01 Chong Yidong <cyd@gnu.org>
601
602 * misc.texi (Gnus, Buffers of Gnus): Copyedits.
603 (Gnus Startup): Note that the system might not be set up for news.
604 Describe group levels more clearly.
605 (Gnus Group Buffer, Gnus Summary Buffer): New nodes, split from
606 Summary of Gnus.
607 (Document View): Copyedits. Move zoom commads to DocView
608 Navigation node.
609 (DocView Navigation, DocView Searching, DocView Slicing)
610 (DocView Conversion): Nodes renamed from Navigation, etc.
611
612 * sending.texi (Mail Sending): Add message-kill-buffer-on-exit.
613
7bc7d2aa
EZ
6142011-12-31 Eli Zaretskii <eliz@gnu.org>
615
616 * basic.texi (Moving Point): Fix the description of C-n and C-p.
617 (Bug#10380)
618
b30941db
CY
6192011-12-30 Chong Yidong <cyd@gnu.org>
620
621 * sending.texi (Sending Mail): Document initial mail buffer name,
622 and changed multiple mail buffer behavior.
623 (Mail Format): Put the example at the top of the section.
624 (Mail Headers): Move discussion of "From" to the top.
625 (Mail Sending): Document sendmail-query-once.
626 (Citing Mail): Make it less Rmail-specific.
627
0ed49f93
CY
6282011-12-29 Chong Yidong <cyd@gnu.org>
629
630 * text.texi (Org Mode): Copyedits. Refer to Outline Format for
631 example. Add index entries.
632 (Org Organizer, Org Authoring): Nodes renamed. Copyedits.
633
c40a7de7
CY
6342011-12-26 Chong Yidong <cyd@gnu.org>
635
71873e2b
SM
636 * dired.texi (Dired Enter, Misc Dired Features):
637 Document dired-use-ls-dired changes. Mention quit-window.
c40a7de7
CY
638 (Dired Navigation): Add index entries.
639 (Dired Visiting): Fix View Mode xref.
640 (Marks vs Flags): Prefer C-/ binding for undo.
641 (Subdirectories in Dired): Add xrefs.
642 (Misc Dired Features): Document some Emacs 24 changes. Add index
643 entries.
644
645 * abbrevs.texi (Abbrev Concepts): No need to mention abbrev-mode
646 variable, since it is explained in Minor Modes node.
647 (Defining Abbrevs): Copyedits.
648 (Expanding Abbrevs): State default of abbrev-all-caps. Prefer the
649 C-/ binding for undo.
650 (Dabbrev Customization): Add xrefs for case-fold-search and
651 case-replace.
652
653 * dired-xtra.texi (Subdir Switches): Add xref.
654
655 * maintaining.texi (VC Directory Commands): Mention quit-window.
656
3d992aa0
CY
6572011-12-25 Chong Yidong <cyd@gnu.org>
658
659 * maintaining.texi (Tags): Mention Semantic.
660 (Create Tags Table, Etags Regexps): Copyedits.
661 (Find Tag): Mention minibuffer completion.
662 (List Tags): Mention completion-at-point. Completion is actually
663 available in M-x list-tags.
664
665 * vc1-xtra.texi (VC Delete/Rename): Rename from Renaming and VC.
666 Document vc-delete-file.
667
668 * files.texi (Misc File Ops): Mention vc-delete-file.
669
670 * programs.texi (Symbol Completion): Mention completion-at-point
671 explicitly.
672
2785d024
CY
6732011-12-22 Chong Yidong <cyd@gnu.org>
674
675 * maintaining.texi (Change Log Commands): Don't specially mention
676 vc-update-change-log which is CVS-only.
677
678 * vc1-xtra.texi (Version Headers): Note that these are for
679 Subversion, CVS, etc. only.
71873e2b
SM
680 (General VC Options): De-document vc-keep-workfiles.
681 Fix RCS-isms.
2785d024 682
0ab39399
EZ
6832011-12-22 Eli Zaretskii <eliz@gnu.org>
684
685 * building.texi (Debugger Operation): Fix a typo: "@end iftext"
686 should be @end iftex".
687
d3098e1e
CY
6882011-12-21 Chong Yidong <cyd@gnu.org>
689
690 * maintaining.texi (Advanced C-x v v): Use fileset terminology.
691 (VC With A Merging VCS, VC Change Log): Add xref to VC Pull node.
692 (VC Pull): Mention vc-log-incoming.
693 (Log Buffer): Add CVS/RCS only disclaimer.
694
695 * vc1-xtra.texi (Remote Repositories): Update introduction.
696 (Local Version Control): Node deleted (obsolete with DVCSes).
71873e2b
SM
697 (Remote Repositories, Version Backups): Node deleted.
698 Move documentation of vc-cvs-stay-local to CVS Options.
d3098e1e
CY
699 (CVS Options): Reduce verbosity of description of obscure CVS
700 locking feature.
701 (Making Revision Tags, Revision Tag Caveats): Merge into Revision
702 Tags node.
703 (Revision Tags): Move under Miscellaneous VC subsection.
704 (Change Logs and VC): Note that this is wrong for DVCSs.
705 De-document log entry manipulating features.
706 (Renaming and VC): Describe how it works on modern VCSes.
707
708 * files.texi (Misc File Ops): Mention vc-rename-file.
709
710 * programs.texi (Custom C Indent): Add index entries.
711
47d42d81
AM
7122011-12-20 Alan Mackenzie <acm@muc.de>
713
714 * programs.texi (Motion in C): Update the description of C-M-a and
715 C-M-e, they now DTRT in enclosing scopes.
716 (Custom C Indent): Add @dfn{guessing} of the indentation style.
717
2edef1a0
CY
7182011-12-20 Chong Yidong <cyd@gnu.org>
719
720 * maintaining.texi (VCS Concepts): Add "working tree" terminology.
721 (Old Revisions): Use it.
722 (VCS Repositories): Add "distributed" terminology.
723 (Log Buffer): Remove duplicate description
724 about changesets. Fix "current VC fileset" ambiguity.
725 (Multi-User Branching): Node deleted.
726 (Branches, Switching Branches): Discuss decentralized version
727 control systems.
728 (VC Pull): New node.
729 (Merging): Document merging on decentralized systems.
730 (Creating Branches): Note that this is specific to CVS and related
731 systems.
732
bc859d5f
CY
7332011-12-19 Chong Yidong <cyd@gnu.org>
734
735 * maintaining.texi (VCS Merging, VCS Changesets): Index entries.
736 (VC Mode Line): Add index entry for "version control status".
737 (VC Undo): Use vc-revert instead of its vc-revert-buffer alias.
738 Document vc-revert-show-diff. De-document vc-rollback.
739 (VC Directory Mode): Rewrite introduction. Move prefix arg
740 documentation here from VC Directory Buffer node.
741 (VC Directory Buffer): Use a decentralized VCS example.
742 (VC Directory Commands): Use a table. Remove material duplicated
743 in previous nodes on multi-file VC filsets.
744
9cff91f8
CY
7452011-12-17 Chong Yidong <cyd@gnu.org>
746
747 * maintaining.texi (VCS Concepts): Make "revision" terminology
748 less CVS-specific.
749 (VC With A Merging VCS, VC With A Locking VCS): Add xref to
750 Registering node.
71873e2b 751 (Secondary VC Commands): Delete. Promote subnodes.
9cff91f8
CY
752 (Log Buffer): Add command name for C-c C-c. Fix the name of the
753 log buffer. Add index entries.
71873e2b
SM
754 (VCS Changesets, Types of Log File, VC With A Merging VCS):
755 Use "commit" terminology.
9cff91f8
CY
756 (Old Revisions): Move it to just before VC Change Log. "Tag" here
757 doesn't refer to tags tables. Note other possible forms of the
758 revision ID. C-x v = does not save.
759 (Registering): Note similarity to C-x v v action. Fix description
760 of how backends are chosen. De-document vc-default-init-revision.
761 (VC Change Log): Document C-x v l in VC-Dir buffer. Document RET
762 in root log buffers.
763
f3b316df
CY
7642011-12-16 Chong Yidong <cyd@gnu.org>
765
766 * maintaining.texi (Version Control Systems): Drop Meta-CVS.
767 (Basic VC Editing): Remove redundant descriptions.
768 (VC With A Merging VCS): Make description more general instead of
769 CVS-specific.
770 (VC With A Locking VCS): Use VC fileset terminology.
771
29eabb8e
CY
7722011-12-12 Chong Yidong <cyd@gnu.org>
773
774 * building.texi (Executing Lisp): Fix xref for C-M-x.
775 (Lisp Libraries): Add xref to node explaining `load' in Lisp
776 manual. Note that load-path is not customizable.
777 (Lisp Eval): Note that listed commands are available globally.
778 Explain the meaning of "defun" in the C-M-x context.
779 (Lisp Interaction): Copyedits.
71873e2b
SM
780 (External Lisp): Fix name of inferior Lisp buffer.
781 Mention Scheme.
29eabb8e
CY
782 (Compilation): Define "inferior process".
783
cd0314dd
EZ
7842011-12-10 Eli Zaretskii <eliz@gnu.org>
785
786 * msdog.texi (Windows Fonts): Document how to force GDI font
787 backend on MS-Windows.
788
0595bd7e 7892011-12-10 Chong Yidong <cyd@gnu.org>
b09d01da
CY
790
791 * building.texi (Compilation): Say what the -k flag to make does.
792 Move subprocess discussion to Compilation Shell.
793 (Compilation Mode): Add xref for grep, occur, and mouse
794 references. Define "locus".
795 (Grep Searching): Use @command.
71873e2b
SM
796 (Debuggers, Commands of GUD, GDB Graphical Interface):
797 Clarify intro.
0595bd7e
CY
798 (Starting GUD): Clarify how arguments are specified.
799 (Debugger Operation): Index entry for "GUD interaction buffer",
800 and move basic description here from Commands of GUD node.
801 (GDB User Interface Layout): Copyedits.
802 (Source Buffers): Remove gdb-find-source-frame, which is not in
803 gdb-mi.el.
804 (Other GDB Buffers): Remove gdb-use-separate-io-buffer and
71873e2b
SM
805 toggle-gdb-all-registers, which are not in gdb-mi.el.
806 Don't re-document GUD interaction buffers.
b09d01da
CY
807
808 * programs.texi (Symbol Completion): M-TAB can now use Semantic.
809 (Semantic): Add cindex entries for Semantic.
810
2a185919
CY
8112011-12-06 Chong Yidong <cyd@gnu.org>
812
813 * programs.texi (Man Page): Clarify how to use Man-switches.
814 Don't bother documenting Man-fontify-manpage-flag.
815 (Lisp Doc): Add xref to Name Help node.
816 (Hideshow): Add cindex. Mention role of ellipses, and default
817 value of hs-isearch-open. Don't bother documenting
818 hs-special-modes-alist.
819 (Symbol Completion): Add kindex for C-M-i. Don't recommend
820 changing the window manager binding of M-TAB.
821
ebf10822
CY
8222011-12-05 Chong Yidong <cyd@gnu.org>
823
824 * programs.texi (Comment Commands): Fix description of for M-; on
825 blank lines. Move documentation of comment-region here.
826 (Multi-Line Comments): Clarify the role of comment-multi-line.
827 Refer to Comment Commands for comment-region doc.
828 (Options for Comments): Refer to Multi-Line Comments for
829 comment-multi-line doc, instead of duplicating it. Fix default
830 values of comment-padding and comment-start-skip.
831
ec7ae032
CY
8322011-12-04 Chong Yidong <cyd@gnu.org>
833
834 * programs.texi (Program Modes): Mention modes that are not
835 included with Emacs. Fix references to other manuals for tex.
71873e2b
SM
836 Add index entry for backward-delete-char-untabify.
837 Mention prog-mode-hook.
ec7ae032
CY
838 (Which Function): Use "global minor mode" terminology.
839 (Basic Indent, Multi-line Indent): Refer to previous descriptions
840 in Indentation chapter to avoid duplication.
841 (Expressions): Copyedit.
842 (Matching): Document Electric Pair mode.
843
844 * ack.texi (Acknowledgments):
845 * rmail.texi (Movemail, Other Mailbox Formats):
846 * frames.texi (Frames): Don't capitalize "Unix".
847
a24bf23e
CY
8482011-12-04 Chong Yidong <cyd@gnu.org>
849
850 * text.texi (Nroff Mode): Mention what nroff is.
851 (Text Based Tables, Table Recognition): Don't say "Table mode"
852 since it's not a major or minor mode.
853 (Text Based Tables): Reduce the size of the example.
854 (Table Definition): Clarify definitions.
855 (Table Creation): Add key table.
856 (Cell Commands): Use kbd for commands.
857 (Table Rows and Columns): Combine nodes Row Commands and Column
858 Commands.
859 (Fixed Width Mode): Node deleted; contents moved to parent.
860 (Table Conversion): Shorten example.
861 (Measuring Tables): Merge into Table Misc.
862
8863a584
CY
8632011-12-03 Chong Yidong <cyd@gnu.org>
864
865 * text.texi (TeX Mode): Mention AUCTeX package.
866 (TeX Editing): Add xref to documentation for Occur.
867 (LaTeX Editing): Add xref to Completion node.
868 (TeX Print): Fix description of tex-directory.
71873e2b 869 (Enriched Text): Rename from Formatted Text. Make this node and
8863a584
CY
870 its subnodes less verbose, since text/enriched files are
871 practically unused.
71873e2b 872 (Enriched Mode): Rename from Requesting Formatted Text.
8863a584 873 (Format Colors): Node deleted.
71873e2b 874 (Enriched Faces): Rename from Format Faces. Describe commands
8863a584
CY
875 for applying colors too.
876 (Forcing Enriched Mode): Node deleted; merged into Enriched Mode.
877
878 * frames.texi (Menu Mouse Clicks): Tweak description of C-Mouse-2.
879
880 * display.texi (Colors): New node.
881
882 * cmdargs.texi (Colors X):
883 * xresources.texi (GTK styles):
884 * custom.texi (Face Customization): Reference it.
885
886 * glossary.texi (Glossary): Remove "formatted text" and "WYSIWYG".
887 Link to Fill Commands for Justification entry.
888
6fdebe93
EZ
8892011-12-03 Eli Zaretskii <eliz@gnu.org>
890
891 * display.texi (Auto Scrolling): More accurate description of what
892 scroll-*-aggressively does, including the effect of non-zero
893 margin. Fix "i.e." markup.
894
95ca9bc7
CY
8952011-12-02 Chong Yidong <cyd@gnu.org>
896
897 * text.texi (Pages): Mention how formfeed chars are displayed.
898 (Auto Fill): Note convention for calling auto-fill-mode from Lisp.
899 Describe adaptive filling more precisely.
900 (Fill Commands): Note that filling removes excess whitespace.
901 (Text Mode): Note auto-mode-alist entries for Text mode. TAB is
902 now bound to indent-for-tab-command in Text mode.
903 (Outline Mode): Copyedits.
904 (Outline Visibility): Note that Reveal mode is a buffer-local
905 minor mode.
906
907 * modes.texi (Major Modes): Move note about checking major-mode in
908 a hook function here, from Text mode.
909
6d262977
CY
9102011-11-28 Chong Yidong <cyd@gnu.org>
911
b22b1918
CY
912 * text.texi (Words): Add xref to Position Info.
913 (Paragraphs): Add xref to Regexps.
914
6d262977
CY
915 * indent.texi (Indentation): Rewrite introduction. Move table to
916 Indentation Commands node.
917 (Indentation Commands): Add index entries to table. Copyedits.
918 (Tab Stops, Just Spaces): Copyedits.
919 (Indent Convenience): New node. Document electric-indent-mode.
920
921 * programs.texi (Basic Indent):
922 * windows.texi (Pop Up Window): Fix kindex entry.
923
dc95a8b0
CY
9242011-11-28 Chong Yidong <cyd@gnu.org>
925
926 * modes.texi (Major Modes): Move major-mode variable doc here from
927 Choosing Modes. Document describe-mode. Document prog-mode-hook
928 and text-mode-hook. Add example of using hooks.
929 (Minor Modes): Document behavior of mode command calls from Lisp.
930 Note that setting the mode variable using Customize will DTRT.
931 (Choosing Modes): Add example of setting a minor mode using a
932 local variable.
933
b63a8e8e
CY
9342011-11-27 Chong Yidong <cyd@gnu.org>
935
936 * frames.texi (Creating Frames): Move frame parameter example to
937 Frame Parameters node.
938 (Frame Commands): C-x 5 o does not warp the mouse by default.
939 (Fonts): Add more GTK-style properties; also, they should be
940 capitalized.
941 (Special Buffer Frames): Node deleted; special-display is on the
942 way out.
943 (Frame Parameters): Example moved here from Creating Frames.
944 Clarify that default-frame-alist affects the initial frame too.
945 Delete auto-raise-mode and auto-lower-mode.
946 (Wheeled Mice): Node deleted. Content moved to Mouse Commands.
947 (Dialog Boxes): Delete x-gtk-use-old-file-dialog.
948
949 * windows.texi (Window Choice): Add xref to Lisp manual for
950 special-display-*.
951
a3dcc84e
EZ
9522011-11-26 Eli Zaretskii <eliz@gnu.org>
953
954 * display.texi (Text Display): Update the description,
955 cross-references, and indexing related to display of control
956 characters and raw bytes.
957
4ad3bc2a
CY
9582011-11-25 Chong Yidong <cyd@gnu.org>
959
960 * frames.texi (Frames): Rewrite introduction.
961 (Mouse Commands): Default for mouse-drag-copy-region is now t.
962 Mouse-3 does not copy to kill ring by default. DEL does not
963 behave specially for mouse commands any more.
964 (Mouse References): Document mouse-1-click-follows-link more
965 thoroughly.
966 (Menu Mouse Clicks): Move footnote to the main text and add xref
967 to Init Rebinding node.
968 (Mode Line Mouse): Mouse-3 on the mode-line does not bury buffer.
969
970 * files.texi (Visiting): `C-x 5 f' works on ttys too.
971
20db1522
JB
9722011-11-24 Juanma Barranquero <lekktu@gmail.com>
973
974 * display.texi (Font Lock): Fix typo.
975
01d06b1f
GM
9762011-11-24 Glenn Morris <rgm@gnu.org>
977
978 * rmail.texi (Rmail Output):
979 Mention rmail-automatic-folder-directives. (Bug#9657)
980
0cbaa1d5
CY
9812011-11-21 Chong Yidong <cyd@gnu.org>
982
983 * mark.texi (Global Mark Ring): Fix description of global mark
984 ring (Bug#10032).
985
fe7a3057
JB
9862011-11-20 Juanma Barranquero <lekktu@gmail.com>
987
988 * msdog.texi (Windows Fonts): Fix typo.
989
b6e63cbe
GM
9902011-11-17 Glenn Morris <rgm@gnu.org>
991
992 * regs.texi (Bookmarks): Small fixes related to saving. (Bug#10058)
993
58179cce
JB
9942011-11-16 Juanma Barranquero <lekktu@gmail.com>
995
996 * killing.texi (Rectangles):
7877f373
JB
997 * misc.texi (Document View):
998 * modes.texi (Choosing Modes):
999 * msdog.texi (Windows Fonts):
58179cce
JB
1000 * regs.texi (Rectangle Registers):
1001 * search.texi (Isearch Yank): Fix typos.
1002
291d142b
CY
10032011-11-06 Chong Yidong <cyd@gnu.org>
1004
1005 * windows.texi (Basic Window): Add xref to Cursor Display.
1006 (Split Window): Document negative arg for splitting commands.
1007 (Other Window): Document mouse-1 in text area of window.
1008 (Change Window): Don't mention window attributes, since they
1009 aren't defined. C-x 1 can't be used with minibuffer windows.
1010 Windows are no longer auto-deleted.
1011 (Window Choice): Add xref to Choosing Window in Lisp manual.
1012 (Window Convenience): Note that windmove disables shift-selection.
1013 Move M-x compare-windows here from Other Window node.
1014
1015 * custom.texi (Mouse Buttons):
1016 * search.texi (Isearch Scroll):
1017 * windows.texi (Split Window): Use new names split-window-below
1018 and split-window-right.
1019
a7ef684b
JB
10202011-10-26 Juanma Barranquero <lekktu@gmail.com>
1021
1022 * emacs.texi (Top): Fix typo.
1023
d53e1747
GM
10242011-10-25 Glenn Morris <rgm@gnu.org>
1025
1026 * abbrevs.texi (Saving Abbrevs):
1027 quietly-read-abbrev-file is not a command. (Bug#9866)
1028
e7a3ff06
CY
10292011-10-24 Chong Yidong <cyd@gnu.org>
1030
1031 * display.texi (Scrolling): Document scroll-up-line and
1032 scroll-down-line. Document scroll-command property.
1033 (Recentering): New node, split off from Scrolling.
1034
86c60681
CY
10352011-10-23 Chong Yidong <cyd@gnu.org>
1036
da97a9e6
CY
1037 * frames.texi (Scroll Bars): GTK uses right scroll bars now.
1038 (Tool Bars): Copyedits.
1039
86c60681
CY
1040 * buffers.texi (Misc Buffer): Don't mention vc-toggle-read-only.
1041
d195726a
CY
10422011-10-22 Chong Yidong <cyd@gnu.org>
1043
1044 * windows.texi (Displaying Buffers): Fix broken lispref link.
1045
a70e06c1
CY
10462011-10-22 Chong Yidong <cyd@gnu.org>
1047
1048 * mini.texi (Minibuffer Exit): Rename from Strict Completion.
1049 Move confirm-nonexistent-file-or-buffer discussion here.
1050
1051 * files.texi (File Names, Visiting): Move detailed discussion of
1052 minibuffer confirmation to Minibuffer Exit.
1053
1054 * buffers.texi (Buffers): Tweak mention of mail buffer name.
1055 (Select Buffer): Move confirmation discussion to Minibuffer Exit.
1056
bfd779dd
CY
10572011-10-21 Chong Yidong <cyd@gnu.org>
1058
1059 * files.texi (File Names, Visiting, Interlocking): Copyedits.
1060 (Backup Copying): backup-by-copying-when-mismatch is now t.
1061 (Customize Save): Fix description of require-final-newline.
1062 (Reverting): Note that revert-buffer can't be undone. Mention VC.
1063 (Auto Save Control): Clarify.
1064 (File Archives): Add 7z.
1065 (Remote Files): ange-ftp-make-backup-files defaults to nil.
1066
1067 * arevert-xtra.texi (Autorevert): Copyedits.
1068
6e317956
CY
10692011-10-20 Chong Yidong <cyd@gnu.org>
1070
1071 * custom.texi (Hooks, Init Examples):
1072 * display.texi (Font Lock):
1073 * fixit.texi (Spelling):
1074 * rmail.texi (Rmail Display): Minor mode function with no arg now
1075 enables it.
1076
1077 * fixit.texi (Spelling): Fix description of inline completion.
1078
5abc31ef
CY
10792011-10-19 Chong Yidong <cyd@gnu.org>
1080
1081 * search.texi (Repeat Isearch, Error in Isearch): Add kindex
1082 entries.
1083 (Isearch Yank): Document isearch-yank-pop.
1084 (Isearch Scroll): Refer to C-l instead of unbound `recenter'.
1085 (Other Repeating Search): Document Occur Edit mode.
1086
939db9ac
CY
10872011-10-18 Chong Yidong <cyd@gnu.org>
1088
1089 * display.texi (Fringes): Move overflow-newline-into-fringe here,
1090 from Line Truncation node.
1091 (Standard Faces): Note that only the background of the cursor face
1092 has an effect.
1093 (Cursor Display): Fix descriptions of cursor face
1094 and bar cursor blinking.
1095 (Text Display): Document nobreak-char-display more clearly.
1096 (Line Truncation): Add xref to Split Window node.
1097 (Display Custom): Don't bother documenting baud-rate or
1098 no-redraw-on-reenter.
1099
1100 * search.texi (Slow Isearch): Node removed.
1101
80c6d77f
GM
11022011-10-18 Glenn Morris <rgm@gnu.org>
1103
1104 * maintaining.texi (Registering): Remove vc-initial-comment. (Bug#9745)
1105
d366bd53
CY
11062011-10-18 Chong Yidong <cyd@gnu.org>
1107
1108 * display.texi (Faces): Simplify discussion. Move documentation
71873e2b
SM
1109 of list-faces-display here, from Standard Faces node.
1110 Note special role of `default' background.
1111 (Standard Faces): Note special role of `default' background.
1112 Note that region face may be taken fom GTK. Add xref to Text Display.
1113 (Text Scale): Rename from "Temporary Face Changes".
1114 Callers changed. Don't bother documenting variable-pitch-mode.
d366bd53
CY
1115 (Font Lock): Copyedits. Remove font-lock-maximum-size.
1116 (Useless Whitespace): Simplify description of
1117 delete-trailing-whitespace. Note active region case.
1118 (Text Display): Fix description of escape-glyph face assignment.
1119 Remove unibye mode discussion. Update some parts for Unicode.
1120 Move glyphless chars documentation to Lisp manual.
1121
1122 * frames.texi (Tooltips): Document x-gtk-use-system-tooltips.
1123
21100e7d
CY
11242011-10-15 Chong Yidong <cyd@stupidchicken.com>
1125
1126 * display.texi (Scrolling): Tweak explanation of scroll direction.
1127 (View Mode): Add index entries.
1128
1129 * killing.texi (Deletion): Document negative prefix arg to M-SPC.
1130
1131 * regs.texi (Text Registers): C-x r i does not activate the mark.
1132 (Bookmarks): Document new default bookmark location.
1133
50b063c3
CY
11342011-10-13 Chong Yidong <cyd@stupidchicken.com>
1135
71873e2b
SM
1136 * killing.texi (Deletion): Add xref to Using Region.
1137 Document delete-forward-char.
50b063c3
CY
1138 (Yanking): Move yank-excluded-properties to Lisp manual. Move C-y
1139 description here. Recommend C-u C-SPC for jumping to mark.
1140 (Kill Ring): Move kill ring variable documentation here.
1141 (Primary Selection): Copyedits.
1142 (Rectangles): Document new command rectangle-number-lines.
1143 (CUA Bindings): Note that this disables the mark-even-if-inactive
1144 behavior for C-x and C-c.
1145
1146 * mark.texi (Mark): Mention "active region" terminology.
1147 (Using Region): Document delete-active-region.
1148
e1a3f5b1
CY
11492011-10-12 Chong Yidong <cyd@stupidchicken.com>
1150
1151 * mark.texi (Mark): Clarify description of disabled Transient Mark
1152 mode (Bug#9689).
1153 (Setting Mark): Document prefix arg for C-x C-x. Document primary
1154 selection changes. Mention that commands like C-y set the mark.
1155 (Marking Objects): Add xref to Words node. Note that mark-word
1156 and mark-sexp also have the "extend region" behavior.
71873e2b
SM
1157 (Using Region): Mention M-$ in the table.
1158 Document mark-even-if-inactive here instead of in Mark Ring.
1159 (Mark Ring): Move mark-even-if-inactive to Using Region.
1160 Take note of the "Mark Set" behavior.
e1a3f5b1
CY
1161 (Disabled Transient Mark): Rename from "Persistent Mark"
1162 (Bug#9688). Callers changed.
1163
1164 * programs.texi (Expressions):
1165 * text.texi (Words): Defer to Marking Objects for mark-word doc.
1166
3dc62b2b
CY
11672011-10-09 Chong Yidong <cyd@stupidchicken.com>
1168
1169 * help.texi (Help, Help Summary): Eliminate the unnecessary "help
1170 option" terminology.
1171 (Key Help): Add command names. Define "documentation string".
1172 (Name Help): Remove an over-long joke.
1173 (Apropos): Document prefix args. Remove duplicated descriptions.
1174 (Help Mode): Add C-c C-b to table. Update TAB binding.
71873e2b
SM
1175 (Package Keywords): Rename from "Library by Keyword".
1176 Describe new package menu interface.
3dc62b2b 1177 (Help Files, Help Echo): Tweak description.
de09aa52
CY
1178
1179 * mini.texi (Completion Options): Add completion-cycle-threshold.
3dc62b2b 1180 (Minibuffer History): Document numeric args to history commands.
de09aa52 1181
2d3fe5d7
EZ
11822011-10-08 Eli Zaretskii <eliz@gnu.org>
1183
1184 * mule.texi (Bidirectional Editing): Correct some inaccuracies.
1185
b2b0776e
CY
11862011-10-08 Chong Yidong <cyd@stupidchicken.com>
1187
71873e2b
SM
1188 * basic.texi (Position Info): Omit page commands.
1189 Document count-words-region and count-words.
b2b0776e
CY
1190
1191 * text.texi (Pages): Move what-page documentation here.
1192
27a16462
CY
11932011-10-08 Chong Yidong <cyd@stupidchicken.com>
1194
1195 * mini.texi (Minibuffer File): Minor copyedits. Use xref to
1196 Remote Files node instead of linking directly to the Tramp manual.
1197 (Minibuffer Edit): Add xref to Blank Lines.
1198 (Completion): Add xref to Symbol Completion. Remove redundant
1199 example, which is repeated in the next node.
1200 (Completion Commands): Minor clarifications.
1201 (Completion Styles): New node, split from Completion Commands.
1202 Document substring and initials styles.
1203 (Strict Completion): Remove information duplicated in other nodes.
1204 (Completion Options): Consolidate case difference discussion here.
1205
1206 * help.texi (Help Mode): Fix kindex entries.
1207
1208 * files.texi (File Names): Add index entries.
1209
de0bde62
CY
12102011-10-07 Chong Yidong <cyd@stupidchicken.com>
1211
71873e2b
SM
1212 * basic.texi (Inserting Text): Add xref to Completion.
1213 Add ucs-insert example, and document prefix argument.
de0bde62
CY
1214 (Moving Point): Fix introduction; C-f/C-b are no longer equivalent
1215 to left/right. Tweak left-char and right-char descriptions.
1216 M-left and M-right are now bound to left-word/right-word.
1217 (Erasing): Document delete-forward-char.
1218
1219 * screen.texi (Screen, Menu Bar): Copyedits.
1220 (Point): Remove duplicate paragraph on cursors, also in Screen.
1221 (Mode Line): Trailing dashes no longer shown on X displays.
1222
1223 * frames.texi (Non-Window Terminals): Index just "text-only
1224 terminal", which is used throughout the manual now.
1225
1226 * entering.texi (Entering Emacs): Define "startup screen".
1227 Document window-splitting behavior with command-line inputs.
1228 (Exiting): Remove obsolete paragraph about shells without suspend
1229 functionality.
1230
1231 * commands.texi (User Input): Define "input event" more clearly.
1232 (Keys): Add xref to Echo Area.
1233 (Commands): Clarify relation between commands and functions.
1234
453e4522
CY
12352011-10-06 Chong Yidong <cyd@stupidchicken.com>
1236
1237 * misc.texi (emacsclient Options): Document how emacsclient runs
1238 the Emacs daemon (Bug#9674).
1239
550f41cd
CY
12402011-10-01 Chong Yidong <cyd@stupidchicken.com>
1241
1242 * basic.texi (Moving Point):
1243 * custom.texi (Mouse Buttons):
1244 * rmail.texi (Rmail Scrolling):
1245 * search.texi (Isearch Scroll):
1246
1247 * display.texi (Scrolling): Replace scroll-up/down with
1248 scroll-up/down-command. Fix scroll-preserve-screen-position
1249 description. Document scroll-error-top-bottom.
1250
9229fe87
GM
12512011-09-30 Glenn Morris <rgm@gnu.org>
1252
1253 * commands.texi (Keys): Whitespace fix. (Bug#9635)
1254
0a2132ba
CY
12552011-09-24 Chong Yidong <cyd@stupidchicken.com>
1256
1257 * windows.texi (Pop Up Window): Defer discussion of window
1258 splitting to the Window Choice node. Add index entries.
1259 (Force Same Window): Node deleted.
1260 (Displaying Buffers, Window Choice): New nodes.
1261
1262 * buffers.texi (Select Buffer): Clarify description of
1263 buffer-switching commands. Add xref to Window Display node.
1264 Don't repeat confirm-nonexistent-file-or-buffer description from
1265 Visiting node. Remove even-window-heights.
1266
1267 * frames.texi (Special Buffer Frames): Add xref to Window Choice.
1268
33ed493b
CY
12692011-09-18 Chong Yidong <cyd@stupidchicken.com>
1270
1271 * cmdargs.texi (Icons X): Fix description of Emacs icon.
1272
1273 * xresources.texi (Table of Resources): Fix documentation of
1274 bitmapIcon.
1275
92fa95ad
CY
12762011-09-15 Chong Yidong <cyd@stupidchicken.com>
1277
1278 * package.texi (Package Menu): Add package-menu-mark-upgrades.
1279
16254627
EH
12802011-09-12 Eric Hanchrow <eric.hanchrow@gmail.com>
1281
1282 * frames.texi (Frame Commands): Note that delete-other-frames only
1283 deletes frames on current terminal.
1284
c3760c17
EZ
12852011-09-10 Eli Zaretskii <eliz@gnu.org>
1286
1287 * sending.texi (Mail Misc): Document mail-add-attachment.
1288
69b8be97
EZ
12892011-09-04 Eli Zaretskii <eliz@gnu.org>
1290
1291 * basic.texi (Inserting Text): Add index entries. (Bug#9433)
1292
3fd50d5c
CY
12932011-08-29 Chong Yidong <cyd@stupidchicken.com>
1294
1295 * modes.texi (Choosing Modes): auto-mode-case-fold is now t.
1296
e2aeef63
CY
12972011-08-28 Chong Yidong <cyd@stupidchicken.com>
1298
1299 * files.texi (File Archives):
1300 * cal-xtra.texi (Diary Display):
1301 * help.texi (Help Mode): Add xref to View Mode.
1302
ddb54206
CY
13032011-08-28 Chong Yidong <cyd@stupidchicken.com>
1304
a6326082
CY
1305 * display.texi (View Mode): New node. Move view-file here from
1306 Misc File Ops. Move view-buffer here from Misc Buffer.
1307
1308 * buffers.texi (Misc Buffer): Move view-buffer to View Mode.
1309
04e2ce72 1310 * files.texi (Misc File Ops): Document new
a6326082 1311 delete-by-moving-to-trash behavior. Remove view-file.
04e2ce72
CY
1312
1313 * dired.texi (Dired Deletion): Shorten description of Trash.
1314
ddb54206
CY
1315 * misc.texi (emacsclient Options): Document server-port.
1316
bd206ce5
EZ
13172011-08-27 Eli Zaretskii <eliz@gnu.org>
1318
1319 * frames.texi (Frame Commands): Advise setting focus-follows-mouse
1320 even on MS-Windows. Fix a typo.
1321
d43f5a42
CY
13222011-08-26 Chong Yidong <cyd@stupidchicken.com>
1323
1324 * package.texi: New file, documenting the package manager.
1325
1326 * emacs.texi: Include it.
1327
1328 * help.texi (Help Summary): Add describe-package.
1329
e0b1591b
CY
13302011-08-25 Chong Yidong <cyd@stupidchicken.com>
1331
856ce114
CY
1332 * misc.texi (Printing): Convert subnodes into subsections.
1333
f404f8bc
CY
1334 * text.texi (Two-Column): Move into Text chapter.
1335
1336 * picture-xtra.texi (Picture Mode): Group with Editing Binary
1337 Files section. Convert from chapter into section.
1338
1339 * display.texi (Narrowing): Move into display chapter.
1340
e0b1591b
CY
1341 * sending.texi (Sending Mail):
1342 * rmail.texi (Rmail):
1343 * misc.texi (Gnus, Document View):
1344 * dired.texi (Dired):
1345 * emacs.texi: Group the mail, rmail, and gnus chapters together.
1346
75bfc667
JL
13472011-08-07 Juri Linkov <juri@jurta.org>
1348
1349 * dired.texi (Operating on Files): Rewrite according to the fact
1350 that `dired-do-chmod' doesn't use the `chmod' program anymore.
1351
fe676f91
MA
13522011-07-30 Michael Albinus <michael.albinus@gmx.de>
1353
1354 * mini.texi (Minibuffer File): Insert a reference to Tramp for
1355 remote file name completion. (Bug#9197)
1356
4cc60b9b
EZ
13572011-07-28 Eli Zaretskii <eliz@gnu.org>
1358
1359 * mule.texi (Bidirectional Editing): Document the fact that
1360 bidi-display-reordering is t by default.
1361
89671e16
LMI
13622011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
1363
1364 * help.texi (Misc Help): Mention `describe-prefix-bindings'
1365 explicitly (bug#8904).
1366
fb23ecc2
LMI
13672011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
1368
1369 * trouble.texi (Checklist): Use an `M-x' example instead of an
1370 Emacs Lisp form to switch on the dribble file (bug#8056).
1371
465c5fc8
LMI
13722011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
1373
1374 * custom.texi (Hooks): Mention buffer-local hooks (bug#6218).
1375
90a6258b
GM
13762011-07-13 Glenn Morris <rgm@gnu.org>
1377
1378 * dired.texi (Dired Enter): Mention --dired. (Bug#9039)
1379
c7588364
LMI
13802011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
1381
1382 * mark.texi (Mark Ring): Clarify how many locations are saved
1383 (bug#5770).
1384 (Global Mark Ring): Ditto.
1385
4cb4f3ba
LMI
13862011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
1387
d648feab
LMI
1388 * text.texi (Table Recognition): Use "at point" instead of "under
1389 point" (bug#4345).
1390
4cb4f3ba
LMI
1391 * display.texi (Cursor Display): Mention `cursor-type'.
1392
1393 * screen.texi (Point): Clarify that it's only if you use a block
1394 cursor that it appears to be on a character (bug#4345).
1395
ecd0b990
CY
13962011-07-12 Chong Yidong <cyd@stupidchicken.com>
1397
1398 * misc.texi (Amusements): Move dissociated press here, from its
1399 own section.
1400
1401 * emacs.texi (Top): Update node listing.
1402
c2fd0368
LMI
14032011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
1404
1405 * emacs.texi (Top): Change "inferiors" to "subnodes" for greater
1406 clarity (bug#3523).
1407
fdeb32ec
CY
14082011-07-12 Chong Yidong <cyd@stupidchicken.com>
1409
1410 * cmdargs.texi (Initial Options): Document --no-site-lisp.
1411 (Misc X): Document --parent-id.
1412
1413 * frames.texi (Frame Commands): Note that focus-follows-mouse now
1414 defaults to nil.
1415
1416 * misc.texi (emacsclient Options): Document --parent-id.
1417
1418 * msdog.texi (Windows HOME): Document _emacs as obsolete.
1419
f584ca38
LMI
14202011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
1421
1422 * emacs.texi: Use "..." instead of ``...'' in the menus
1423 (bug#3503).
1424
963578d3
CY
14252011-07-11 Chong Yidong <cyd@stupidchicken.com>
1426
1427 * killing.texi (Primary Selection): Document `only' setting for
1428 select-active-regions.
1429
1430 * mark.texi (Setting Mark): Reference Shift Selection node.
1431
1432 * frames.texi (Mouse Commands): Document mouse-yank-primary.
1433
a30ed87b
LMI
14342011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
1435
47076272
LMI
1436 * mark.texi (Setting Mark): Clarify what's meant by "Shifted
1437 motion keys" (bug#3503).
1438
a30ed87b
LMI
1439 * emacs.texi: Change all the register node names from "RegPos"
1440 (etc.) to "Positional Registers" (etc.) (bug#3314).
1441
4d45a8b7
CY
14422011-07-11 Chong Yidong <cyd@stupidchicken.com>
1443
1444 * killing.texi (Killing, Deletion and Killing, Killing by Lines)
1445 (Other Kill Commands, Kill Options): Copyedits.
1446 (Deletion and Killing, Kill Ring): Kill/yank now use clipboard.
1447 (Yanking): Move yank-excluded properties discussion here.
1448 (Cut and Paste): Move from frames.texi. Update subnodes to
1449 describe x-select-enable-clipboard case.
1450
1451 * frames.texi: Move Cut and Paste node and subnodes into
1452 killing.texi, except Mouse Commands and Word and Line Mouse.
1453
c160ddee
AM
14542011-07-10 Andy Moreton <andrewjmoreton@gmail.com> (tiny change)
1455
1456 * makefile.w32-in (EMACSSOURCES): Replace major.texi with modes.texi.
1457
3329e6e3
LMI
14582011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
1459
32a214fe
LMI
1460 * screen.texi (Mode Line): Clarify that coding systems are
1461 characters, not letters (bug#1749).
1462
3329e6e3
LMI
1463 * cmdargs.texi (Environment): Mention removing variables
1464 (bug#1615). Text suggested by Kevin Rodgers.
1465
8875da1e
CY
14662011-07-10 Chong Yidong <cyd@stupidchicken.com>
1467
54806e45
CY
1468 * misc.texi (Amusements): Don't mention Yow; it's crippled.
1469
8875da1e
CY
1470 * modes.texi: Rename from major.texi.
1471 (Modes): New node. Make Major Modes and Minor Modes subsections
1472 of this. All callers changed.
1473
1474 * custom.texi (Minor Modes): Move to modes.texi.
1475
7847b2a1
CY
14762011-07-10 Chong Yidong <cyd@stupidchicken.com>
1477
6cfd0fa2
CY
1478 * custom.texi (Syntax): Node deleted.
1479
1480 * help.texi (Help Summary):
1481 * major.texi (Major Modes):
1482 * programs.texi (Parentheses):
1483 * search.texi (Regexp Backslash, Regexp Backslash)
1484 (Regexp Backslash):
1485 * text.texi (Words): Callers changed.
1486
7847b2a1
CY
1487 * text.texi (Refill, Longlines): Delete nodes.
1488
1489 * ack.texi (Acknowledgments): Longlines removed from manual.
1490
1491 * emacs.texi (Top): Update node listing.
1492
2a71c436
GM
14932011-07-09 Glenn Morris <rgm@gnu.org>
1494
1495 * fortran-xtra.texi (Fortran): Update handled extensions.
1496
61436e9f
LMI
14972011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
1498
1499 * display.texi (Scrolling): `C-v' (etc) are now bound to
1500 `scroll-*-command' (bug#8349).
1501
6e560c71
LMI
15022011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
1503
48954a09 1504 * dired.texi (Subdirectories in Dired): Clarify that `C-u k'
ff9ad330
LMI
1505 doesn't actually delete any files (bug#7125).
1506
2904fd97
LMI
1507 * picture-xtra.texi (Rectangles in Picture): Clarify the prefix
1508 argument for `C-c C-k' (bug#7391).
1509
6e560c71
LMI
1510 * frames.texi (Fonts): Mention "C-u C-x =" to find out what font
1511 you're currently using (bug#8489).
1512
978ff6c5
EZ
15132011-07-01 Eli Zaretskii <eliz@gnu.org>
1514
1515 * mule.texi (Coding Systems): Move index entries from the previous
1516 change into their proper places.
1517
0d742084
LMI
15182011-07-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
1519
31976bd5
LMI
1520 * help.texi (Help Files): Document view-external-packages (bug#8902).
1521
0d742084
LMI
1522 * mule.texi (Coding Systems): Put a few more of the coding systems
1523 into the index (bug#8900).
1524
9f678528
GM
15252011-06-26 Glenn Morris <rgm@gnu.org>
1526
1527 * fortran-xtra.texi (Fortran): F90 mode is also for F2008.
1528
18a4ce5e
AR
15292011-06-25 Andreas Rottmann <a.rottmann@gmx.at>
1530
1531 * misc.texi (emacsclient Options): Mention --frame-parameters.
1532
f0da764a
GM
15332011-06-09 Glenn Morris <rgm@gnu.org>
1534
1535 * custom.texi (Specifying File Variables):
1536 Recommend explicit arguments for minor modes.
1537
b047e7ac
PE
15382011-06-02 Paul Eggert <eggert@cs.ucla.edu>
1539
1540 Document wide integers better.
1541 * buffers.texi (Buffers):
001903b5
PE
1542 * files.texi (Visiting): Document maxima for 64-bit machines,
1543 and mention virtual memory limits.
b047e7ac 1544
bf41276f
CY
15452011-05-28 Chong Yidong <cyd@stupidchicken.com>
1546
1547 * custom.texi (Hooks): Reorganize. Mention Prog mode.
1548
1549 * fixit.texi (Spelling): Mention using prog-mode-hook for flypsell
1550 prog mode (Bug#8240).
1551
e145f188
GM
15522011-05-27 Glenn Morris <rgm@gnu.org>
1553
1554 * custom.texi (Specifying File Variables):
1555 Major modes no longer need come first.
1556
313f790e
CY
15572011-05-22 Chong Yidong <cyd@stupidchicken.com>
1558
1559 * mule.texi (Specify Coding, Text Coding, Communication Coding):
1560 (File Name Coding, Terminal Coding): Add command names (Bug#8312).
1561
c136e5cd
GM
15622011-05-18 Glenn Morris <rgm@gnu.org>
1563
1564 * ack.texi (Acknowledgments): Remove fakemail.c.
1565
c71a0d48 15662011-05-17 Chong Yidong <cyd@stupidchicken.com>
ae742cb5
CY
1567
1568 Fixes for fitting text into 7x9 printed manual.
1569 * building.texi (Flymake, Breakpoints Buffer):
1570 * calendar.texi (Appointments):
1571 * cmdargs.texi (General Variables, Display X):
1572 * custom.texi (Saving Customizations, Face Customization)
1573 (Directory Variables, Minibuffer Maps, Init Rebinding):
1574 * display.texi (Font Lock, Font Lock, Useless Whitespace):
1575 * fixit.texi (Spelling):
1576 * frames.texi (Creating Frames, Fonts):
1577 * help.texi (Help Files):
1578 * mini.texi (Minibuffer File):
1579 * misc.texi (emacsclient Options, Emulation):
1580 * msdog.texi (Windows Startup, Windows HOME, Windows Fonts):
1581 * mule.texi (International Chars, Language Environments)
1582 (Select Input Method, Modifying Fontsets, Charsets):
1583 * programs.texi (Custom C Indent):
1584 * rmail.texi (Rmail Labels):
1585 * text.texi (Table Conversion):
1586 * trouble.texi (Known Problems, Known Problems):
1587 * windows.texi (Change Window):
1588 * xresources.texi (GTK resources): Reflow text and re-indent code
1589 examples to avoid TeX overflows and underflows on 7x9 paper.
1590
1591 * emacs.texi: Fix the (commented out) smallbook command.
1592
1593 * macos.texi (Mac / GNUstep Events):
1594 * xresources.texi (Lucid Resources): Remove extraneous examples.
1595
b8f82dc1
GM
15962011-05-10 Glenn Morris <rgm@gnu.org>
1597
1598 * custom.texi (Specifying File Variables):
1599 Deprecate using mode: for minor modes.
1600
d306b4da
GM
16012011-05-07 Glenn Morris <rgm@gnu.org>
1602
1603 * cal-xtra.texi (Sexp Diary Entries): Mention diary-hebrew-birthday.
1604
548d0a63
GM
16052011-05-06 Glenn Morris <rgm@gnu.org>
1606
5006e634
GM
1607 * calendar.texi (Appointments): Mention appt-warning-time-regexp.
1608
548d0a63
GM
1609 * cal-xtra.texi (Fancy Diary Display): Mention diary comments.
1610
e793a940
LMI
16112011-05-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
1612
1613 * misc.texi (Emacs Server): Document `server-eval-at'.
1614
7031be6d
UR
16152011-04-24 Chong Yidong <cyd@stupidchicken.com>
1616
71873e2b
SM
1617 * maintaining.texi (List Tags): Document next-file.
1618 Suggested by Uday S Reddy.
7031be6d 1619
4ffd0d6b 16202011-04-23 Juanma Barranquero <lekktu@gmail.com>
7ee6a1d3
JB
1621
1622 * mini.texi (Minibuffer Edit):
1623 * screen.texi (Mode Line): Fix typo.
1624
1c6c854e
CS
16252011-04-20 Christoph Scholtes <cschol2112@googlemail.com>
1626
024ff170 1627 * maintaining.texi (Old Revisions): Mention new function vc-ediff.
1c6c854e 1628
c5c9f40f
CY
16292011-03-26 Chong Yidong <cyd@stupidchicken.com>
1630
1631 * display.texi (Auto Scrolling): Fix scroll-up/scroll-down confusion.
1632
09725d26
EZ
16332011-03-30 Eli Zaretskii <eliz@gnu.org>
1634
1635 * display.texi (Auto Scrolling): Document the limit of 100 lines
1636 for never-recentering scrolling with `scroll-conservatively'.
1637 (Bug#6671)
1638
09d9db2c 16392011-03-12 Eli Zaretskii <eliz@gnu.org>
69cc79e9
EZ
1640
1641 * msdog.texi (Windows HOME): Fix the wording to clarify how Emacs sets
1642 HOME on Windows and where it looks for init files. (Bug#8221)
1643
62d94509
EZ
16442011-03-10 Eli Zaretskii <eliz@gnu.org>
1645
1646 * search.texi (Regexp Example):
1647 * mule.texi (International Chars):
1648 * building.texi (External Lisp): Don't use characters outside
1649 ISO-8859-1.
1650
0286d9de
EZ
16512011-03-09 Eli Zaretskii <eliz@gnu.org>
1652
1c6c854e
CS
1653 * ack.texi (Acknowledgments): Convert to ISO-8859-1 encoding.
1654 Use Texinfo @-commands for non Latin-1 characters.
63a329f8
EZ
1655
1656 * makefile.w32-in (MAKEINFO_OPTS): Add --enable-encoding.
1657
114902a5 1658 * custom.texi (Init File): Add index entries for ".emacs".
0286d9de
EZ
1659 (Bug#8210)
1660
0afb4571
J
16612011-03-08 Jan Djärv <jan.h.d@swipnet.se>
1662
1663 * xresources.texi (GTK resources): ~/.emacs.d/gtkrc does not work
1664 for Gtk+ 3.
1665
bb3865e8
GM
16662011-03-08 Glenn Morris <rgm@gnu.org>
1667
6446548e
GM
1668 * Makefile.in (MAKEINFO_OPTS): Add --enable-encoding.
1669 * emacs.texi (Acknowledgments):
1670 * ack.texi (Acknowledgments): Names to UTF-8.
80b005c7 1671 * emacs.texi: Set documentencoding.
6446548e 1672
bb3865e8
GM
1673 * display.texi (Optional Mode Line): Don't mention exactly where
1674 display-time appears. (Bug#8193)
1675
33383987
JB
16762011-03-07 Chong Yidong <cyd@stupidchicken.com>
1677
1678 * Version 23.3 released.
1679
892777ba
CY
16802011-03-06 Chong Yidong <cyd@stupidchicken.com>
1681
1682 * search.texi (Isearch Yank): C-y now bound to isearch-yank-kill.
1683
0b973fc5
DW
16842011-03-03 Drake Wilson <drake@begriffli.ch> (tiny change)
1685
1686 * misc.texi (emacsclient Options): Add q/quiet.
1687
8ef5a2f2
GM
16882011-03-02 Glenn Morris <rgm@gnu.org>
1689
1690 * mule.texi (Communication Coding) <x-select-request-type>:
1691 Remove duplicate (essentially) paragraph. (Bug#8148)
1692
bd106056
CS
16932011-03-01 Christoph Scholtes <cschol2112@googlemail.com>
1694
1695 * maintaining.texi (Format of ChangeLog): Add reference to
1696 add-log-full-name.
1697 (Change Log Commands): Add documentation for combining multiple
1698 symbols in one change.
1699
6640b281
GM
17002011-03-01 Glenn Morris <rgm@gnu.org>
1701
1702 * custom.texi (Directory Variables):
1703 Give an example of excluding subdirectories.
1704
2b0c7330 17052011-02-28 Eli Zaretskii <eliz@gnu.org>
116b6d38
EZ
1706
1707 * search.texi (Regexp Search): Move index entries about regexps to the
1708 "Regexps" node. Add index entries for regexp search. (Bug#8096)
1709
8c62c205
GM
17102011-02-19 Glenn Morris <rgm@gnu.org>
1711
1712 * dired.texi (Dired): Dired-X version number was dropped.
1713
3928f2b6
JD
17142011-02-14 Jan Djärv <jan.h.d@swipnet.se>
1715
1716 * xresources.texi (X Resources): Remove *faceName and replace it with
1717 *font for Lucid.
1718
a41c8660
CY
17192011-02-05 Chong Yidong <cyd@stupidchicken.com>
1720
1721 * rmail.texi (Rmail Display): Document Rmail MIME support more
1722 accurately.
1723
1724 * maintaining.texi (VC Change Log): Document vc-log-incoming and
1725 vc-log-outgoing.
1726 (Merging): Document vc-find-conflicted-file.
1727
233ba4d9 17282011-02-05 Glenn Morris <rgm@gnu.org>
d436de97
GM
1729
1730 * custom.texi (Variables): Fix typo.
1731
14beddf4 17322011-01-31 Chong Yidong <cyd@stupidchicken.com>
19f81ecf 1733
65401ee3
CY
1734 * search.texi (Regexps): Copyedits. Mention character classes
1735 (Bug#7809).
1736
19f81ecf
CY
1737 * files.texi (File Aliases): Restore explanatory text from Eli
1738 Zaretskii, accidentally removed in 2011-01-08 commit.
1739
bf3dae7e
EZ
17402011-01-29 Eli Zaretskii <eliz@gnu.org>
1741
1742 * makefile.w32-in (MAKEINFO): Remove options, leave only program name.
1743 (MAKEINFO_OPTS): New variable.
1744 (ENVADD, $(infodir)/emacs): Use $(MAKEINFO_OPTS).
1745 (emacs.html): New target.
1746 (clean): Remove emacs.html.
1747
45eb2a5d
WL
17482011-01-23 Werner Lemberg <wl@gnu.org>
1749
1750 * Makefile.in (MAKEINFO): Now controlled by `configure'.
1751 (MAKEINFO_OPTS): New variable. Use it where appropriate.
1752 (ENVADD): Updated.
1753
9acfe703
GM
17542011-01-18 Glenn Morris <rgm@gnu.org>
1755
1756 * ack.texi, emacs.texi (Acknowledgments): Update for ERT addition.
1757
1758 * ack.texi (Acknowledgments): Remove mention of replaced prolog.el.
1759
362b9d48
GM
17602011-01-15 Chong Yidong <cyd@stupidchicken.com>
1761
bb033b5f
CY
1762 * building.texi (Compilation): Improve instructions for running two
1763 compilations (Bug#7573).
1764
b024d9f0
MD
1765 * files.texi (Backup Names): Document the new location of the
1766 last-resort backup file.
1767
362b9d48
GM
1768 * files.texi (File Aliases): Move directory-abbrev-alist doc from Lisp
1769 manual. Explain why directory-abbrev-alist elements should be anchored
1770 (Bug#7777).
1771
17722011-01-15 Eli Zaretskii <eliz@gnu.org>
1773
1774 * msdog.texi (Windows Startup): Correct inaccurate description of
1775 differences between emacsclient.exe and emacsclientw.exe.
1776
7c420169 17772011-01-02 Chong Yidong <cyd@stupidchicken.com>
89dc29d9
CY
1778
1779 * rmail.texi (Rmail Display): Edit for grammar and conciseness.
1780
7c420169 17812011-01-02 Kenichi Handa <handa@m17n.org>
7f42ff40
KH
1782
1783 * rmail.texi (Rmail Display): Describe new features of Rmail in Info.
1784
7c420169 17852011-01-02 Eli Zaretskii <eliz@gnu.org>
88ab4340 1786
2d34d523
EZ
1787 * frames.texi (Cut and Paste): Modify the section's name and text:
1788 don't mix "cut/paste" with "kill/yank".
1789 (Cut/Paste Other App): Describe the per-session emulation of PRIMARY.
1790 (Bug#7702)
1791
88ab4340
EZ
1792 * trouble.texi (Checklist): Mention debug-on-quit. (Bug#7667)
1793
7c420169 17942011-01-02 Glenn Morris <rgm@gnu.org>
d3658de7
GM
1795
1796 * maintaining.texi: Move inclusion of emerge after EDE, so that it
1797 matches its position in the menu. (Bug#7674)
1798
7c420169 17992011-01-02 Glenn Morris <rgm@gnu.org>
da3930f3
GM
1800
1801 * trouble.texi (Checklist): Mention not replying via news either.
1802
92bb6c52
TH
18032010-12-30 Tassilo Horn <tassilo@member.fsf.org>
1804
1805 * misc.texi (Document View): Update DocView section with newly
1806 supported document formats.
1807
b103c904
CY
18082010-12-21 Chong Yidong <cyd@stupidchicken.com>
1809
1810 * killing.texi: Resection the Info version to conform to the
1811 printed manual, to avoid making sections on Accumulating Text, CUA
1812 and Rectangles into full chapters.
1813
f49d1f52 18142010-12-13 Eli Zaretskii <eliz@gnu.org>
68f75971
EZ
1815
1816 * custom.texi (Init Syntax): Add index entries for "character syntax".
1817 (Bug#7576)
1818
f49d1f52 18192010-12-13 Karel Klíč <kklic@redhat.com>
6e427e96
KK
1820
1821 * text.texi (HTML Mode): Small fixes. (Bug#7607)
1822
f49d1f52 18232010-12-13 Glenn Morris <rgm@gnu.org>
ffda048b
GM
1824
1825 * trouble.texi (Checklist): Fix typo in newsgroup name.
1826
f49d1f52 18272010-12-13 Chong Yidong <cyd@stupidchicken.com>
2931c841
CY
1828
1829 * search.texi (Word Search): Note that the lazy highlight always
1830 matches to whole words (Bug#7470).
1831
f49d1f52 18322010-12-13 Eli Zaretskii <eliz@gnu.org>
b8a9e136 1833
4f1948eb
EZ
1834 * display.texi (Optional Mode Line): Make the description of
1835 load-average more accurate.
1836
b8a9e136
EZ
1837 * msdog.texi (Windows HOME): Mention that HOME can also be set in the
1838 registry, with a cross-reference.
62d72a4a
EZ
1839 (Windows Startup): New node. Move the stuff about the current
1840 directory from "Windows HOME".
b8a9e136 1841
07976ae3 18422010-11-27 Bob Rogers <rogers-emacs@rgrjr.dyndns.org>
17a6e278
BR
1843
1844 * maintaining.texi (VC With A Locking VCS, VC Directory Commands):
1845 * vc1-xtra.texi (Customizing VC, General VC Options): Small fixes.
1846
07976ae3 18472010-11-27 Chong Yidong <cyd@stupidchicken.com>
0d6607ab
CY
1848
1849 * maintaining.texi (Version Control Systems): Fix repeated sentence.
1850 Suggested by Štěpán Němec.
1851
07976ae3 18522010-11-27 Chong Yidong <cyd@stupidchicken.com>
ec8a6295 1853
1aaae3f3
CY
1854 * maintaining.texi (Version Control): Say "commit", not "check in".
1855 (Version Control Systems): Simplify descriptions.
1856 (VCS Merging, VCS Changesets, VCS Repositories): New nodes, split from
1857 VCS Concepts.
1858 (VC Mode Line): Update example.
1859 (Old Revisions): Document revert-buffer for vc-diff.
1860 (Log Buffer): Promote to a subsection. Document header lines.
1861
1c6c854e
CS
1862 * macos.texi (Mac / GNUstep Basics):
1863 Document ns-right-alternate-modifier.
ec8a6295 1864
1aaae3f3
CY
1865 * emacs.texi (Top): Update node listing.
1866
0eb025fb
EZ
18672010-11-13 Eli Zaretskii <eliz@gnu.org>
1868
1869 * rmail.texi (Rmail Coding): Characters with no fonts are not
1870 necessarily displayed as empty boxes.
1871
1872 * mule.texi (Language Environments, Fontsets): Characters with no
1873 fonts are not necessarily displayed as empty boxes.
1874
1875 * display.texi (Text Display): Document display of glyphless
1876 characters.
1877
ea4f7750
GM
18782010-11-13 Glenn Morris <rgm@gnu.org>
1879
1880 * basic.texi (Position Info): Add M-x count-words-region.
1881
90639cea
GM
18822010-11-11 Glenn Morris <rgm@gnu.org>
1883
1884 * msdog.texi (ls in Lisp): Update for ls-lisp changes.
1885
d607b96b 18862010-11-09 Eli Zaretskii <eliz@gnu.org>
a16b2d46
EZ
1887
1888 * msdog.texi (Windows HOME): Add information regarding startup
1889 directory when invoking Emacs from a desktop shortcut. (bug#7300)
1890
c12e4a81
GM
18912010-10-11 Glenn Morris <rgm@gnu.org>
1892
df187c62
GM
1893 * Makefile.in (MAKEINFO): Add explicit -I$srcdir.
1894
c12e4a81
GM
1895 * Makefile.in (.texi.dvi): Remove unnecessary suffix rule.
1896 (DVIPS): New variable.
234db610
GM
1897 (.PHONY): Add html, ps.
1898 (html, emacs.html, ps, emacs.ps, emacs-xtra.ps): New targets.
1899 (clean): Delete html, ps files.
c12e4a81 1900
6513b232
EZ
19012010-10-09 Eli Zaretskii <eliz@gnu.org>
1902
1903 * makefile.w32-in (EMACSSOURCES): Add emacsver.texi.
1904
f4f358f1
GM
19052010-10-09 Glenn Morris <rgm@gnu.org>
1906
c1dc72b3
GM
1907 * Makefile.in (VPATH): Remove.
1908 (infodir): Make it absolute.
1909 (mkinfodir, $(infodir)/emacs, infoclean): No need to cd $srcdir.
1910
4393405b
GM
1911 * Makefile.in (dist): Anchor regexps.
1912
eef3ab94
GM
1913 * Makefile.in (EMACSSOURCES): Put emacs.texi first.
1914 ($(infodir)/emacs, emacs.dvi, emacs.pdf, emacs-xtra.dvi)
1915 (emacs-xtra.pdf): Use $<.
1916
aa9db089
GM
1917 * Makefile.in (infoclean): Remove harmless, long-standing error.
1918
abd40fb4
GM
1919 * Makefile.in ($(infodir)): Delete rule.
1920 (mkinfodir): New.
1921 ($(infodir)/emacs): Use $mkinfodir instead of infodir.
1922
f4f358f1 1923 * Makefile.in (distclean): Do not delete emacsver.texi.
68db69ed 1924 (dist): Remove reference to emacsver.texi.in.
f4f358f1
GM
1925 * emacsver.texi: New file, replacing emacsver.texi.in.
1926
ea274122
GM
19272010-10-09 Glenn Morris <rgm@gnu.org>
1928
f7a31f11
GM
1929 * emacsver.texi.in: New file.
1930 * emacs.texi: Set EMACSVER by including emacsver.texi.
1931 * Makefile.in (distclean): Delete emacsver.texi.
1932 (dist): Copy emacsver.texi.
b13254e7 1933 (EMACSSOURCES): Add emacsver.texi.
f7a31f11 1934
3fb78d1f
GM
1935 * ack.texi (Acknowledgments): No more b2m.c.
1936
ea274122
GM
1937 * Makefile.in (.PHONY): Declare info, dvi, pdf, dist.
1938 (emacs): Remove rule.
1939 (dist): No need to deal with the emacs rule any more.
1940
17ca7950
GM
19412010-10-07 Glenn Morris <rgm@gnu.org>
1942
1943 * Makefile.in (version): New, set by configure.
1944 (clean): Delete dist tar file.
1945 (dist): Use version in tar name.
1946
4c83f6e1
GM
19472010-10-06 Glenn Morris <rgm@gnu.org>
1948
1949 * Makefile.in (EMACS_XTRA): Add the main source file.
1950 (emacs-xtra.dvi, emacs-xtra.pdf): Remove explicit emacs-xtra.texi.
1951 (mostlyclean): No core files, reorder other files.
1952 (clean): Delete specific dvi and pdf files.
1953 (infoclean, dist): New rules.
1954 (maintainer-clean): Use infoclean.
8a944cea 1955 ($(infodir)): Add parallel build workaround.
4c83f6e1 1956
0264072d
GM
19572010-10-04 Glenn Morris <rgm@gnu.org>
1958
1959 * Makefile.in (SHELL): Set it.
1960 (INFO_TARGETS, DVI_TARGETS): Remove variables.
1961 (info, dvi): Replace above variables with their expansions.
1962 (info): Move mkdir from here...
1963 ($(infodir)/emacs): ... to here (for parallel builds).
1964 (pdf): New target.
1965 ($(infodir)/emacs): Pass -o option to makeinfo.
1966 (.PHONY): Declare clean rules.
1967 (maintainer-clean): Delete dvi and pdf files.
1968 Guard against cd failures. Use a more restrictive delete.
1969
3226d6ca
GM
19702010-10-02 Glenn Morris <rgm@gnu.org>
1971
1972 * misc.texi (Shell Mode): Remove reference to old function name.
1973
cad90f3b
EZ
19742010-09-30 Eli Zaretskii <eliz@gnu.org>
1975
1976 * maintaining.texi (VC Mode Line): Mention all the possible VC status
1977 indicator characters.
1978
5f874327
GM
19792010-09-29 Glenn Morris <rgm@gnu.org>
1980
1981 * Makefile.in (top_srcdir): Remove unused variable.
1982
0ab9cff3
GM
19832010-09-14 Glenn Morris <rgm@gnu.org>
1984
67ae9766
GM
1985 * cal-xtra.texi (Fancy Diary Display): Emphasize that sort should be
1986 the last hook item.
1987
0ab9cff3
GM
1988 * calendar.texi (Appointments): Also updated when a diary include file
1989 is saved.
1990
6664fc59 19912010-09-14 Glenn Morris <rgm@gnu.org>
63e1eaa1
GM
1992
1993 * trouble.texi (Bugs): Update the section intro.
1994 (Known Problems): New section.
1995 (Checklist): Misc updates. Prefer M-x report-emacs-bug.
1996 (Sending Patches): Bug fixes are best as responses to existing bugs.
1997 * emacs.texi (Known Problems): Add menu entry for new section.
1998
be3283d7
GM
19992010-09-09 Glenn Morris <rgm@gnu.org>
2000
2001 * xresources.texi: Untabify.
2002
10999305 20032010-09-06 Chong Yidong <cyd@stupidchicken.com>
89532a07
CY
2004
2005 * dired.texi (Dired Enter): Minor doc fix (Bug#6982).
2006
10999305 20072010-09-06 Glenn Morris <rgm@gnu.org>
e4a0188a
GM
2008
2009 * misc.texi (Saving Emacs Sessions): Mention desktop-path. (Bug#6948)
2010
30641319
JD
20112010-09-02 Jan Djärv <jan.h.d@swipnet.se>
2012
2013 * frames.texi (Cut/Paste Other App): Remove vut-buffer text.
2014
50dd7bc6
GM
20152010-08-21 Glenn Morris <rgm@gnu.org>
2016
2017 * misc.texi (Amusements): Mention bubbles and animate.
2018
5e620eca
EZ
20192010-07-31 Eli Zaretskii <eliz@gnu.org>
2020
2021 * files.texi (Visiting): Add more index entries for
2022 large-file-warning-threshold.
2023
8b2dd508
JD
20242010-07-29 Jan Djärv <jan.h.d@swipnet.se>
2025
2026 * frames.texi (Tool Bars): Add doc for tool-bar-position.
2027
8838673e
GM
20282010-06-23 Glenn Morris <rgm@gnu.org>
2029
2030 * abbrevs.texi, basic.texi, buffers.texi, building.texi, calendar.texi:
2031 * custom.texi, dired.texi, display.texi, emacs.texi, emerge-xtra.texi:
2032 * files.texi, fortran-xtra.texi, frames.texi, help.texi, killing.texi:
2033 * maintaining.texi, mark.texi, mini.texi, misc.texi, msdog.texi:
0351f24c
GM
2034 * mule.texi, programs.texi, rmail.texi, screen.texi, search.texi:
2035 * sending.texi, text.texi, trouble.texi, vc1-xtra.texi, xresources.texi:
8838673e
GM
2036 Untabify Texinfo files.
2037
04d3bb6c
GM
20382010-06-10 Glenn Morris <rgm@gnu.org>
2039
103dd3a8
GM
2040 * basic.texi (Inserting Text): Minor clarification. (Bug#6374)
2041
04d3bb6c
GM
2042 * basic.texi (Inserting Text): Fix typo.
2043
50b79479
GM
20442010-06-10 Glenn Morris <rgm@gnu.org>
2045
2046 * ack.texi (Acknowledgments):
2047 * emacs.texi (Acknowledgments): Update for notifications.el.
2048
86d7a550
DU
20492010-05-31 Daiki Ueno <ueno@unixuser.org>
2050
2051 * dired.texi (Operating on Files): Mention encryption commands
2052 (Bug#6315).
2053
db5dce9d
EZ
20542010-05-29 Eli Zaretskii <eliz@gnu.org>
2055
2056 * basic.texi (Moving Point): Update due to renaming of commands bound
2057 to arrows. Document bidi-aware behavior of C-<right> and C-<left>.
2058
34313041
EZ
20592010-05-18 Eli Zaretskii <eliz@gnu.org>
2060
2061 * display.texi (Fringes): Document reversal of fringe arrows for R2L
2062 paragraphs.
2063 (Line Truncation): Fix wording for bidi display.
2064
1fc0ce04 2065 * basic.texi (Moving Point): Document bidi-aware behavior of the arrow
34313041
EZ
2066 keys.
2067
0235128c 20682010-05-08 Chong Yidong <cyd@stupidchicken.com>
abb777ac
CY
2069
2070 * building.texi (GDB Graphical Interface): Remove misleading comparison
2071 to an IDE (Bug#6128).
2072
0235128c 20732010-05-08 Štěpán Němec <stepnem@gmail.com> (tiny change)
da0bbbc4
CY
2074
2075 * programs.texi (Man Page):
2076 * misc.texi (Invoking emacsclient):
2077 * mini.texi (Repetition):
2078 * mark.texi (Setting Mark): Fix typos.
2079
0235128c 20802010-05-08 Chong Yidong <cyd@stupidchicken.com>
eb5ed549
CY
2081
2082 * misc.texi (Printing): Document htmlfontify-buffer.
2083
0235128c 20842010-05-08 Glenn Morris <rgm@gnu.org>
6776e4c4
GM
2085
2086 * calendar.texi (Displaying the Diary, Format of Diary File):
2087 Fix external cross-references for TeX format output.
2088
0235128c
SM
20892010-05-07 Chong Yidong <cyd@stupidchicken.com>
2090
2091 * Version 23.2 released.
2092
f63d0028
JD
20932010-05-02 Jan Djärv <jan.h.d@swipnet.se>
2094
2095 * cmdargs.texi (Initial Options): Mention --chdir.
2096
20fe03ad
JD
20972010-04-21 Jan Djärv <jan.h.d@swipnet.se>
2098
2099 * frames.texi (Tool Bars): Add tool-bar-style.
2100
b7d65a5f
GM
21012010-04-21 Glenn Morris <rgm@gnu.org>
2102
2103 * ack.texi, emacs.texi (Acknowledgments): Add SELinux support.
2104
a42dbee1
CY
21052010-04-18 Chong Yidong <cyd@stupidchicken.com>
2106
2107 * programs.texi (Semantic): New node.
2108
2109 * maintaining.texi (EDE): New node.
2110
2111 * emacs.texi: Update node listing.
2112
2113 * misc.texi (Gnus): Use the `C-h i' keybinding for info.
2114
6e104790 21152010-04-18 Glenn Morris <rgm@gnu.org>
a77fe20c 2116
d52dbd3d
GM
2117 * emacs.texi (Acknowledgments): Remove duplicate.
2118
a77fe20c
GM
2119 * maintaining.texi (VC Directory Commands): Mention stashes and shelves.
2120
6e104790 21212010-04-18 Glenn Morris <rgm@gnu.org>
4d4e9522 2122
4ebe9902
GM
2123 * dired.texi (Misc Dired Features): Mention VC diff and log.
2124 * maintaining.texi (Old Revisions, VC Change Log):
2125 Mention that diff and log work in Dired buffers.
2126
98932641
GM
2127 * help.texi (Help Summary): Mention M-x info-finder.
2128
d5b22ab2 2129 * ack.texi (Acknowledgments): Add mpc.el.
cdfbcbba 2130
4d4e9522
GM
2131 * custom.texi (Specifying File Variables, Directory Variables):
2132 Document new commands for manipulating local variable lists.
2133
6e104790 21342010-04-18 Glenn Morris <rgm@gnu.org>
16207c0a
GM
2135
2136 * trouble.texi (Contributing): Add cindex entry.
2137 Mention etc/CONTRIBUTE.
2138
6e104790 21392010-04-18 Chong Yidong <cyd@stupidchicken.com>
e59c4233
CY
2140
2141 * mark.texi (Persistent Mark): Copyedits. Replace undo example with
2142 query-replace (Bug#5774).
2143
a20a9df3
GM
21442010-04-16 Glenn Morris <rgm@gnu.org>
2145
2146 * ack.texi, emacs.texi (Acknowledgments): Update for Org changes.
2147
1ecb2d3f
JD
21482010-04-11 Jan Djärv <jan.h.d@swipnet.se>
2149
2150 * xresources.texi (Lucid Resources): Mention faceName for dialogs.
2151
99852628
JD
21522010-04-08 Jan Djärv <jan.h.d@swipnet.se>
2153
2154 * xresources.texi (Lucid Resources): Mention faceName to set Xft fonts.
2155
ce79424f
EZ
21562010-03-30 Eli Zaretskii <eliz@gnu.org>
2157
2158 * mule.texi (Input Methods): Mention "C-x 8 RET" and add a
2159 cross-reference to "Inserting Text".
2160
2161 * basic.texi (Inserting Text): Add an index entry for "C-x 8 RET".
2162 Mention completion provided by `ucs-insert'.
2163
85738751 21642010-03-30 Chong Yidong <cyd@stupidchicken.com>
8233e79a
CY
2165
2166 * sending.texi (Sending Mail): Note variables that may need
2167 customizing.
2168 (Mail Sending): Expand discussion of send-mail-function.
2169
85738751 21702010-03-30 Chong Yidong <cyd@stupidchicken.com>
e73c2434
CY
2171
2172 Document Message mode as the default mail mode.
2173
2174 * sending.texi (Sending Mail): Copyedits.
2175 (Mail Format, Mail Headers): Document mail-from-style changes.
2176 (Mail Commands): Rename from Mail mode. Document Message mode.
2177 (Mail Misc): Rename from Mail mode Misc.
2178 (Mail Sending, Header Editing, Mail Misc): Switch to Message mode
2179 command names and update keybindings.
2180 (Header Editing): Document message-tab. De-document
2181 mail-self-blind, mail-default-reply-to, and mail-archive-file-name in
2182 favor of mail-default-headers. Ad index entries for user-full-name and
2183 user-mail-address.
1c6c854e
CS
2184 (Citing Mail): Update changes in Message mode behavior.
2185 Document mail-yank-prefix.
e73c2434
CY
2186 (Mail Signature): New node, moved from Mail Misc.
2187 (Mail Aliases): Mail abbrevs are the default with Message mode.
2188 (Mail Methods): Note that Message mode is now the default.
2189
2190 * rmail.texi (Rmail Reply):
2191 * text.texi (Text Mode):
2192 * major.texi (Major Modes):
2193 * mule.texi (Output Coding): Refer to Message mode.
2194
2195 * custom.texi (Init Examples): Add xref to Mail Header.
2196
1fc0ce04 2197 * emacs.texi (Top): Fix xrefs.
e73c2434 2198
85738751 21992010-03-30 Chong Yidong <cyd@stupidchicken.com>
0f72a391 2200
c0c035fa
CY
2201 * maintaining.texi (VC With A Merging VCS): C-x v v now creates a
2202 repository if there is none.
2203 (VC Change Log): Rename from VC Status. Document vc-log-show-limit and
2204 vc-print-root-log.
ef7b27ef 2205 (Old Revisions): Copyedits. Document vc-root-diff.
c0c035fa 2206
71785b7a
CY
2207 * programs.texi (Program Modes): Mention Javascript mode.
2208
f67c5dd0
CY
2209 * text.texi (HTML Mode): Note that nXML is now the default XML mode.
2210 * emacs.texi: Update node description.
2211
0f72a391 2212 * misc.texi (Navigation): Document doc-view-continuous.
f2608df3 2213 (Shell Ring): Document new M-r binding. M-s is no longer bound.
0f72a391 2214
dc2d2590
JL
22152010-03-30 Juri Linkov <juri@jurta.org>
2216
2217 * search.texi (Other Repeating Search): Remove line that `occur'
2218 can not handle multiline matches.
2219
a7b02820
EZ
22202010-03-30 Eli Zaretskii <eliz@gnu.org>
2221
2222 * mule.texi (International): Mention support of bidirectional editing.
2223 (Bidirectional Editing): New section.
2224
22ef1944
NR
22252010-03-28 Nick Roberts <nickrob@snap.net.nz>
2226
2227 * emacs.texi (Top): Update node names to those in building.texi.
2228
146b8b16
NR
22292010-03-27 Nick Roberts <nickrob@snap.net.nz>
2230
c5e87d10
PE
2231 doc/emacs/building.texi: Describe restored GDB/MI functionality
2232 removed by 2009-12-29T07:15:34Z!nickrob@snap.net.nz.
146b8b16
NR
2233 doc/emacs/emacs.texi: Update node names for building.texi.
2234
6d98672d
GM
22352010-03-24 Glenn Morris <rgm@gnu.org>
2236
2237 * ack.texi (Acknowledgments):
2238 * emacs.texi (Acknowledgments): Fix ispell attribution. (Bug#5759)
2239
93318cbd
JD
22402010-03-20 Jan Djärv <jan.h.d@swipnet.se>
2241
2242 * xresources.texi (Table of Resources): Clarify toolBar number
2243 for Gtk+.
2244
2245 * frames.texi (Menu Bars): menuBarLines => menuBar (bug#5736).
2246
15cf2f52
CY
22472010-03-21 Chong Yidong <cyd@stupidchicken.com>
2248
4102856c
CY
2249 * dired.texi (Dired Updating): Document dired-auto-revert-buffer.
2250
15cf2f52
CY
2251 * search.texi (Other Repeating Search): Document multi-isearch-buffers
2252 and multi-isearch-buffers-regexp.
2253
2254 * indent.texi (Indentation): Clarify description of
2255 indent-for-tab-command. Document tab-always-indent.
2256
d68eb23c
CY
22572010-03-20 Chong Yidong <cyd@stupidchicken.com>
2258
2259 * cmdargs.texi (Font X): Move most content to Fonts.
2260
2261 * frames.texi (Fonts): New node. Document font-use-system-font.
2262
2263 * emacs.texi (Top):
2264 * xresources.texi (Table of Resources):
2265 * mule.texi (Defining Fontsets, Charsets): Update xrefs.
2266
288f9fc0
CY
22672010-03-10 Chong Yidong <cyd@stupidchicken.com>
2268
2269 * Branch for 23.2.
2270
17782bec
CY
22712010-03-06 Chong Yidong <cyd@stupidchicken.com>
2272
2273 * custom.texi (Init Examples): Add xref to Locals.
2274
2275 * major.texi (Choosing Modes): Mention usage of setq-default for
2276 setting the default value of major-mode (Bug#5688).
2277
b4a1a8b2
CY
22782010-03-02 Chong Yidong <cyd@stupidchicken.com>
2279
2280 * frames.texi (Mouse Avoidance): Mention make-pointer-invisible.
2281
2282 * display.texi (Display Custom): Document make-pointer-invisible and
2283 underline-minimum-offset. Remove inverse-video.
2284
a1e759cd
CY
22852010-02-21 Chong Yidong <cyd@stupidchicken.com>
2286
2287 * frames.texi (Frame Commands): Note that the last ordinary frame can
2288 be deleted in daemon mode (Bug#5616).
2289
4f3bc373
GM
22902010-02-18 Glenn Morris <rgm@gnu.org>
2291
2292 * trouble.texi (Contributing): Repository is no longer CVS.
2293
5dbbdd33
GM
22942010-02-08 Glenn Morris <rgm@gnu.org>
2295
2296 * buffers.texi (Uniquify): Must explicitly load library. (Bug#5529)
2297
cd61af01
SM
22982010-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
2299
2300 * display.texi (Useless Whitespace, Text Display):
2301 * custom.texi (Init Examples): Avoid obsolete special default variables
2302 like default-major-mode.
2303
b1bb0a25 23042010-01-24 Mark A. Hershberger <mah@everybody.org>
aaef4f91
MH
2305
2306 * programs.texi (Other C Commands): Replace reference to obsolete
2307 c-subword-mode.
2308
99d0985b
GM
23092010-01-21 Glenn Morris <rgm@gnu.org>
2310
2311 * trouble.texi (Bugs): Fix PROBLEMS keybinding.
2312
893db5bc
GM
23132010-01-12 Glenn Morris <rgm@gnu.org>
2314
2315 * trouble.texi (Checklist): Use bug-gnu-emacs rather than
2316 emacs-pretest-bug for bug reports for development versions.
2317
0419b8d6
GM
23182010-01-11 Glenn Morris <rgm@gnu.org>
2319
2320 * display.texi (Highlight Interactively): `t' does not mean highlight
2321 all patterns. (Bug#5335)
2322
26e533e2
CY
23232009-12-29 Chong Yidong <cyd@stupidchicken.com>
2324
2325 * misc.texi (Shell): Document async-shell-command.
2326
2327 * building.texi (Grep Searching): Document zrgrep.
2328
484eaeac 2329 * mini.texi (Completion Options): Mention `initials' completion style.
26e533e2 2330
7ee6c59b
NR
23312009-12-29 Nick Roberts <nickrob@snap.net.nz>
2332
2333 * building.texi: Import GDB Graphical Interface description from
2334 EMACS_23_1_RC.
2335
91ed7ea8
CY
23362009-12-24 Chong Yidong <cyd@stupidchicken.com>
2337
2338 * emacs.texi (Top): Update node listing.
2339
2340 * abbrevs.texi (Saving Abbrevs): Abbrev file should be in .emacs.d.
2341
2342 * basic.texi (Moving Point): M-r is now move-to-window-line-top-bottom.
2343
2344 * cmdargs.texi (Initial Options):
2345 * xresources.texi (Resources): Document inhibit-x-resources.
2346
2347 * custom.texi (Specifying File Variables): Note that minor modes are
2348 enabled unconditionally.
2349
2350 * display.texi (Scrolling): Briefly document the old recenter command,
2351 and document recenter-positions.
2352
2353 * files.texi (Visiting):
2354 * buffers.texi (Buffers): Max buffer size is now 512 MB.
2355
1c6c854e
CS
2356 * frames.texi (Cut/Paste Other App):
2357 Document save-interprogram-paste-before-kill.
91ed7ea8
CY
2358
2359 * killing.texi (Kill Options): New node.
2360
6ca89aaa
CY
23612009-12-05 Chong Yidong <cyd@stupidchicken.com>
2362
2363 * misc.texi (Shell Options): ansi-color is now default.
2364
806642d4
GM
23652009-12-05 Glenn Morris <rgm@gnu.org>
2366
806642d4
GM
2367 * emacs.texi (Top): Update menu for cal-xtra node changes.
2368 * calendar.texi (Displaying the Diary): Holidays may be in the buffer
2369 or mode line. Don't mention invisible text or the details of
2370 diary-print-entries here, only in cal-xtra.
2371 (Format of Diary File): Mention that the "date on first line" format
2372 only really affects the simple display.
2373 * cal-xtra.texi (Advanced Calendar/Diary Usage): Update menu.
2374 (Diary Customizing): Holidays may be in the buffer or mode line.
2375 Move diary-print-entries to the "Diary Display" section.
2376 (Diary Display): New section, split out from "Fancy Diary Display".
2377 Explain the limitations of simple display, and how to print it.
2378
1a4f0c0a
GM
2379 * calendar.texi (Displaying the Diary): Mention keys apply to calendar.
2380
e11adbd8
GM
2381 * cal-xtra.texi (Diary Display): Mention View mode.
2382
29a483ac
JL
23832009-11-29 Juri Linkov <juri@jurta.org>
2384
2385 * display.texi (Highlight Interactively): Actually a list of
2386 default faces is pre-loaded into a list of default values
2387 instead of the history.
2388
83d60c79
GM
23892009-11-20 Glenn Morris <rgm@gnu.org>
2390
2391 * ack.texi (Acknowledgments):
2392 * emacs.texi (Acknowledgments): Add htmlfontify.
2393
276bbe96
GM
23942009-11-14 Glenn Morris <rgm@gnu.org>
2395
98ad1bae
GM
2396 * cal-xtra.texi (Holiday Customizing): Replace obsolete alias.
2397
276bbe96
GM
2398 * ack.texi (Acknowledgments):
2399 * emacs.texi (Acknowledgments): Update for recent Org changes.
2400
18430066
CY
24012009-10-31 Chong Yidong <cyd@stupidchicken.com>
2402
2403 * mule.texi (Charsets): Numerous copyedits. Don't discuss the
2404 `charset' property, which is irrelevant to the user manual (Bug#3526).
2405
522ddc9f
JB
24062009-10-14 Juanma Barranquero <lekktu@gmail.com>
2407
2408 * trouble.texi (DEL Does Not Delete): Fix typo.
2409
50b49ade
MA
24102009-10-05 Michael Albinus <michael.albinus@gmx.de>
2411
2412 * files.texi (Misc File Ops): Mention copy-directory.
2413
6308321a
EZ
24142009-10-04 Eli Zaretskii <eliz@gnu.org>
2415
43b3b4d1
EZ
2416 * mule.texi (Unibyte Mode): Emphasize that
2417 unibyte-display-via-language-environment affects only the display.
2418
6308321a
EZ
2419 * display.texi (Horizontal Scrolling): Document cursor behavior under
2420 horizontal scrolling when point moves off the screen (Bug#4564).
2421 Improve wording.
2422
bd51ea7f
MA
24232009-10-01 Michael Albinus <michael.albinus@gmx.de>
2424
2425 * files.texi (Directories): delete-directory prompts for recursive
2426 deletion.
2427
55381962
GM
24282009-09-30 Glenn Morris <rgm@gnu.org>
2429
2430 * ack.texi (Acknowledgments):
2431 * emacs.texi (Acknowledgments): CEDET updates. Fix Hungarian accent.
2432
13989ab1
TH
24332009-09-25 Tassilo Horn <tassilo@member.fsf.org>
2434
2435 * dired.texi (Dired Navigation): Use @code instead of @var for
2436 dired-isearch-filenames, so that it's not capitalized.
2437
8ba46c89
CY
24382009-09-19 Chong Yidong <cyd@stupidchicken.com>
2439
2440 * frames.texi (Frame Commands): C-z is now bound to suspend-frame.
2441
2442 * entering.texi (Exiting): C-z is now bound to suspend-frame.
2443
2444 * custom.texi (Init Examples): Replace Rumseld with Cheny (Bug#3519).
1c6c854e
CS
2445 (Key Bindings): Reference Init Rebinding in introductory text.
2446 Shift some of the introduction to Keymaps node.
8ba46c89
CY
2447 (Keymaps): Simplify.
2448 (Local Keymaps): Simplify. Move binding example to Init Rebinding.
2449 (Minibuffer Maps): Remove mention of Mocklisp.
2450 (Init Rebinding): Move mode-local rebinding example here from Local
2451 Keymaps.
2452 (Modifier Keys): Clarify.
1e11b018 2453 (Rebinding): Add cindex for "binding keys".
8ba46c89 2454
6a5ca7c8
CY
24552009-09-13 Chong Yidong <cyd@stupidchicken.com>
2456
2457 * misc.texi (Invoking emacsclient): Minor clarifications (Bug#4419).
2458
0e1cba51
NR
24592009-08-31 Nick Roberts <nickrob@snap.net.nz>
2460
6a5ca7c8 2461 * building.texi (Threads Buffer, Multithreaded Debugging):
333f9019 2462 Reorganize these two sections.
0e1cba51 2463
76a87a4d
EZ
24642009-08-29 Eli Zaretskii <eliz@gnu.org>
2465
2466 * cmdargs.texi (Initial Options): Fix last change.
2467
82e98df4
SM
24682009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
2469
2470 * mule.texi (Enabling Multibyte):
2471 * cmdargs.texi (General Variables): Remove EMACS_UNIBYTE.
2472 (Initial Options): Remove --(no-)multibyte, --(no-)unibyte.
2473
fb89fad9
GM
24742009-08-20 Glenn Morris <rgm@gnu.org>
2475
2476 * cal-xtra.texi (Non-Gregorian Diary): Mention ``Adar I'' special case.
2477
e99652b0
GM
24782009-08-19 Glenn Morris <rgm@gnu.org>
2479
2480 * ack.texi (Acknowledgments): Remove cvtmail. Mention info-finder.
2481
5cca97ad
GM
24822009-08-18 Glenn Morris <rgm@gnu.org>
2483
2484 * ack.texi (Acknowledgments):
2485 * emacs.texi (Acknowledgments): Update for js.el replacing js2-mode.el.
2486
997797ae 2487 * ack.texi (Acknowledgments): Add ucs-normalize.el and files-x.el.
3e8e9265 2488
985bf85b
GM
24892009-08-09 Glenn Morris <rgm@gnu.org>
2490
2491 * ack.texi (Acknowledgments):
2492 * emacs.texi (Acknowledgments): Add gdb-mi entry.
2493
8d6bb99e
DD
24942009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
2495
2496 * emacs.texi (Top): Add new menu items for GDB-UI.
2497
2498 * building.texi (GDB Graphical Interface): Add Multithreaded debugging
522ddc9f 2499 section. Threads buffer is in separate section now.
8d6bb99e 2500
8353da9c
GM
25012009-08-08 Glenn Morris <rgm@gnu.org>
2502
2503 * ack.texi (Acknowledgments):
2504 * emacs.texi (Acknowledgments):
2505 Update for js2-mode and org changes.
2506
f2074faf
MA
25072009-08-02 Michael Albinus <michael.albinus@gmx.de>
2508
2509 * files.texi (Reverting): Auto-Revert Tail mode works also for remote
2510 files.
2511
e8d2d3fb
CY
25122009-07-28 Chong Yidong <cyd@stupidchicken.com>
2513
2514 * building.texi (Lisp Libraries): Clarify meaning of autoloading.
2515
324a4f6a
GM
25162009-07-23 Glenn Morris <rgm@gnu.org>
2517
2518 * programs.texi (Matching): Update blink-matching-paren-distance.
2519
b6937a70
CY
25202009-07-21 Chong Yidong <cyd@stupidchicken.com>
2521
2522 * frames.texi (Cut/Paste Other App): For select-active-regions,
2523 selection is now updated on moving point.
2524
bd8aaa36
RS
25252009-07-21 Richard Stallman <rms@gnu.org>
2526
2527 * glossary.texi (GNU, Daemon): Update information.
2528
8d9b5eba
JL
25292009-07-19 Juri Linkov <juri@jurta.org>
2530
2531 * custom.texi (Specifying File Variables, Safe File Variables):
2532 "variables/value pairs" -> "variable/value pairs".
2533
a2acc1db
GM
25342009-07-15 Glenn Morris <rgm@gnu.org>
2535
2536 * misc.texi (Gnus): Remove widow.
2537
c5ae942b
GM
25382009-07-11 Glenn Morris <rgm@gnu.org>
2539
703d26ba
GM
2540 * Makefile.in (TEXI2PDF): New.
2541 (emacs.pdf, emacs-xtra.pdf): New targets.
2542
522ddc9f 2543 * arevert-xtra.texi (Autorevert): Add menu descriptions.
c5ae942b
GM
2544
2545 * display.texi (Horizontal Scrolling): Re-word to remove widow.
2546
2547 * emacs.texi (Top): Info can be read from other places than Emacs.
522ddc9f
JB
2548 Don't print the copying notice twice in the printed version.
2549 Update the menu and detailmenu.
2550 (Preface): The meaning of "on-line" has changed.
2551 Correct name for "Common Problems" chapter.
2552 (Distrib): Update FSF shop URL.
2553 (Intro): Showing two files at once is not so exciting.
2554
2555 * macos.texi (Mac OS / GNUstep): Fix spelling and cross-reference.
2556 (Mac / GNUstep Basics): Minor grammar changes.
2557 (Mac / GNUstep Events): Fix typo.
2558 (GNUstep Support): CANNOT_DUMP no longer applies.
2559
2560 * misc.texi (Document View): Fix typos.
2561
2562 * dired.texi (Dired):
2563 * help.texi (Help):
2564 * macos.texi (Mac OS / GNUstep):
2565 * maintaining.texi (Version Control, Introduction to VC):
2566 End menu descriptions with a period.
c5ae942b 2567
b1c8242b
EZ
25682009-07-09 Eli Zaretskii <eliz@gnu.org>
2569
2570 * msdog.texi (Windows Files) <w32-get-true-file-attributes>: Don't be
2571 so categorical in saying that the option is only useful on NTFS.
2572
220d9aa6
GM
25732009-07-09 Glenn Morris <rgm@gnu.org>
2574
2575 * Makefile.in (texinfodir): New variable, with location of texinfo.tex.
2576 (ENVADD): Add texinfodir to TEXINPUTS.
2577
2578 * emacs.texi (Top): Fix cross-reference.
2579
2580 * maintaining.texi (VC Directory Buffer): Fix cross-reference.
2581
2582 * vc1-xtra.texi (Revision Tags): Fix typo.
2583
d07e72d3
GM
25842009-07-03 Glenn Morris <rgm@gnu.org>
2585
2586 * emerge-xtra.texi (Emerge): Tweak Misc menu description.
2587 (Submodes of Emerge): Skip Prefers is only relevant with an ancestor.
2588 (Merge Commands): `.' does not seem to work in A or B buffer.
2589 `l' can recreate the 3-window display.
2590
2591 * glossary.texi (Glossary): Minor phrasing changes throughout.
2592 Add more internal cross-references.
2593 <Autoloading>: You can't really autoload a variable.
2594 <C-M->: Move details here from `M-C-' item.
2595 <Continuation Line>: Refer to `Truncation.'
2596 <Daemon, Free Software, Free Software Foundation, FSF, GNU>:
2597 <Home Directory, Unix>: New entries.
2598 <Deletion of Files>: Mention recycle bins.
2599 <Directory>: Mention ``folders.''
2600 <Error>: Don't mention ``type-ahead.''
2601 <Fringe>: Refer to the manual node.
2602 <Minor Mode>: Can be global or local.
2603 <Spell Checking>: There are other checkers besides Ispell.
2604
f144038a
GM
26052009-07-02 Glenn Morris <rgm@gnu.org>
2606
2607 * anti.texi (Antinews): Minor changes in phrasing.
2608
2609 * cal-xtra.texi, fortran-xtra.texi: Re-order a few things to reduce
2610 some underfull lines in dvi output.
2611
2612 * emacs-xtra.texi (Introduction): Mention included in info Emacs manual.
2613
2614 * sending.texi (Mail Sending): Add a tiny bit on mailclient.
2615
2616 * vc-xtra.texi (Advanced VC Usage): End all menu items with a period.
2617
3f1c6666
JD
26182009-07-01 Jan Djärv <jan.h.d@swipnet.se>
2619
2620 * xresources.texi (Table of Resources): Mention maximized for
2621 fullscreen.
2622
2623 * cmdargs.texi (Window Size X): -mm/--maximized is new.
2624
62aadce7
CY
26252009-07-01 Chong Yidong <cyd@stupidchicken.com>
2626
2627 * anti.texi (Antinews): Correct the list of removed platforms.
2628
82ec412e
GM
26292009-06-28 Glenn Morris <rgm@gnu.org>
2630
2631 * arevert-xtra.texi: Minor language tweaks.
2632
09964e7d
GM
2633 * dired-xtra.texi: Minor revisions.
2634
666e158e
MB
26352009-06-23 Miles Bader <miles@gnu.org>
2636
c4cc8b9a 2637 * display.texi (Scrolling): Document `recenter-redisplay'.
05fbc4a9 2638 (Temporary Face Changes): Document `text-scale-set'.
666e158e 2639
70243478
CY
26402009-06-21 Chong Yidong <cyd@stupidchicken.com>
2641
2642 * Branch for 23.1.
2643
67cbe681
KH
26442009-06-17 Kenichi Handa <handa@m17n.org>
2645
2646 * mule.texi (Charsets): Update the description for the new charset.
2647 (list-character-sets): New findex.
125dd7c5 2648 (Language Environments): Add @anchor{Describe Language Environment}.
67cbe681 2649
40e67246
CY
26502009-06-10 Chong Yidong <cyd@stupidchicken.com>
2651
b5700de6
CY
2652 * basic.texi (Moving Point): Fix tag.
2653
2654 * picture-xtra.texi (Insert in Picture): Use <next> and <prior>.
2655
2656 * mini.texi (Completion Commands): Decapitalize <next> and <prior>, and
2657 use camel-case for PageUp and PageDown.
2658
2659 * display.texi (Scrolling): Decapitalize <next> and <prior>, and use
2660 camel-case for PageUp and PageDown.
2661
2662 * calendar.texi (Scroll Calendar): Decapitalize <next> and <prior>.
2663
40e67246 2664 * search.texi (Isearch Scroll): Add isearch-allow-scroll to index.
b5700de6 2665 (Isearch Scroll): Decapitalize <next> and <prior>.
40e67246 2666
522ddc9f 26672009-06-09 Agustín Martín <agustin.martin@hispalinux.es>
6f591cf4 2668
522ddc9f
JB
2669 * fixit.texi (Spelling): Set default dictionary.
2670 Improve descriptions (Bug#2554)
6f591cf4 2671
53483c76
DR
26722009-06-08 David Reitter <david.reitter@gmail.com>
2673
2674 * macos.texi (Color panel, Font panel): Remove mention of Save Options,
2675 since saving colors and faces set this way is not implemented.
2676 (Environment variables): Remove mention of mac-fix-env, which is
2677 scheduled to be removed.
2678
1557ef4f
CY
26792009-06-04 Chong Yidong <cyd@stupidchicken.com>
2680
91056528
CY
2681 * custom.texi (Init Examples): Add example of changing load-path.
2682
1557ef4f
CY
2683 * building.texi (Lisp Libraries): Add example of changing
2684 load-path (Bug#3446).
2685
623cec4c
CY
26862009-05-28 Chong Yidong <cyd@stupidchicken.com>
2687
2688 * mark.texi (Mark): Further clarifications.
2689 (Setting Mark): Emphasize that C-SPC activates the mark.
2690
0fcca8ee
CY
26912009-05-28 Chong Yidong <cyd@stupidchicken.com>
2692
702b10e1
CY
2693 * mark.texi (Mark): Clarify introduction. Mention disabling Transient
2694 Mark mode.
0fcca8ee
CY
2695 (Using Region, Persistent Mark): Use "active mark" instead of "active
2696 region".
2697
d3b396e4
CY
26982009-05-16 Ari Roponen <ari.roponen@gmail.com> (tiny change)
2699
2700 * mule.texi (Select Input Method): Fix typo.
2701
3f698a06
CY
27022009-05-13 Chong Yidong <cyd@stupidchicken.com>
2703
2704 * anti.texi (Antinews): Document completion changes. Some additional
2705 copyedits and rearrangement of entries.
2706
b2a42eb7
CY
27072009-05-12 Chong Yidong <cyd@stupidchicken.com>
2708
932fd020
CY
2709 * misc.texi (Interactive Shell, Saving Emacs Sessions)
2710 (Shell History Copying, Terminal emulator): Copyedits.
2711
1c6c854e
CS
2712 * xresources.texi (Resources): Simplify descriptions.
2713 Shorten description of editres, which is not very useful these days.
ac36a8f1
CY
2714 (Table of Resources): Document fontBackend resource.
2715
b2a42eb7 2716 * trouble.texi (Quitting): Add other undo bindings to table.
09e80d9f 2717 (DEL Does Not Delete): Note that the erasure key is usually labeled
b2a42eb7
CY
2718 "Backspace". Remove discussion of obscure Xmodmap issue.
2719
c6ea7fb8
CY
27202009-05-07 Chong Yidong <cyd@stupidchicken.com>
2721
2722 * files.texi (Visiting): Copyedits.
2723
ad36c422
CY
27242009-05-06 Chong Yidong <cyd@stupidchicken.com>
2725
2726 * basic.texi (Inserting Text): Document ucs-insert.
2727
2728 * mule.texi (International Chars): Define "multibyte". Note that
2729 internal representation is unicode-based. Simplify definition of raw
2730 bytes. Mention ucs-insert.
2731 (Enabling Multibyte): Remove obsolete discussion. Copyedits.
2732 (Language Environments): Add language environments new to Emacs 23.
2733 (Multibyte Conversion): Node deleted.
1c6c854e
CS
2734 (Coding Systems): Remove obsolete unify-8859-on-decoding-mode.
2735 Don't mention obsolete emacs-mule coding system.
ad36c422
CY
2736 (Output Coding): Copyedits.
2737
2738 * emacs.texi (Top): Update node listing.
2739
d4ad7b96
CY
27402009-05-05 Per Starbäck <per@starback.se> (tiny change)
2741
2742 * trouble.texi (Lossage): Use new binding of view-emacs-problems.
2743
5bd66204
SM
27442009-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
2745
2746 * building.texi (Lisp Libraries): `load-library' does offer completion.
2747
bc36ad1c
CY
27482009-04-28 Chong Yidong <cyd@stupidchicken.com>
2749
2750 * frames.texi (Text-Only Mouse): Mention gpm-mouse-mode instead of
2751 t-mouse-mode. Suggested by Per Starbäck (Bug#3126).
2752
f1a47884
EZ
27532009-04-25 Eli Zaretskii <eliz@gnu.org>
2754
2755 * maintaining.texi (Tags): Clarify text. (Bug#3101)
2756
be77bd45
CY
27572009-04-22 Chong Yidong <cyd@stupidchicken.com>
2758
2759 * entering.texi (Entering Emacs): Document initial-buffer-choice.
2760
2761 * building.texi (Lisp Interaction): Document initial-scratch-message.
2762
d3b82927
JB
27632009-04-18 Juanma Barranquero <lekktu@gmail.com>
2764
ed6e7b11
JB
2765 * msdog.texi (Windows Fonts): Fix typos.
2766
d3b82927
JB
2767 * files.texi (Save Commands): Fix pxref.
2768
bc323c04
CY
27692009-04-18 Chong Yidong <cyd@stupidchicken.com>
2770
2771 * files.texi (Save Commands): Mention diff-buffer-with-file.
2772 (Comparing Files): Document diff-buffer-with-file. Suggested by Magnus
2773 Henoch (Bug#3036).
2774
2186d13f
GM
27752009-03-15 Glenn Morris <rgm@gnu.org>
2776
2777 * sending.texi (Mail Format): Replace "Sender" with "Message-Id", since
2778 the former is not always used.
2779 (Mail Headers): Use active voice. Add "Mail-reply-to".
2780 Change case of "Id". Avoid repeated "appropriate".
2781 (Mail Aliases): Fix previous change - use an example with a ".", so it
2782 does actually get quoted when expanded.
2783 (Mail Sending): Mailclient is the default on some systems.
2784 (Citing Mail): Mention mail-indentation-spaces.
2785 (Mail Mode Misc): Add an @dfn for "mail signature".
2786
71e454fc
CY
27872009-03-15 Chong Yidong <cyd@stupidchicken.com>
2788
2789 * mini.texi (Completion Commands): Describe Emacs 23 completion rules.
2790 (Completion Options): Document read-file-name-completion-ignore-case,
1c6c854e
CS
2791 read-buffer-completion-ignore-case, and completion-styles.
2792 Remove description of partial-completion-mode.
71e454fc 2793
df1a3e06
GM
27942009-03-14 Glenn Morris <rgm@gnu.org>
2795
2796 * sending.texi (Mail Format): Fix typo. Add index entry for
2797 mail-header-separator.
2798 (Mail Headers): Put info about initialization and changing in one place
2799 at the start. Update FCC section for mbox Rmail. Clarify From
2800 section, mention mail-setup-with-from. Clarify Reply-to section.
2801 Add Mail-followup-to and mail-mailing-lists. Clarify References
2802 section.
2803 (Mail Aliases): Update example, make less contentious.
2804 Update for name change of mail-interactive-insert-alias.
2805 (Mail Mode): Remove mention of `%' as a word separator.
2806 (Mail Sending): Mention mail-send-hook. Mention Mailclient.
2807 (Header Editing): Add reply-to, mail-reply-to, and mail-followup-to
2808 commands. Clarify FCC handling. In mail-complete, add reference to
2809 Mail Aliases section, and mention mail-complete-function.
2810 (Citing Mail): Mention mail-yank-ignored-headers and mail-citation-hook.
2811 (Mail Mode Misc): Clarify the mail-signature function. Add basic
2812 signature netiquette. Explain how the mail hooks work when continuing
2813 a composition.
2814 (Mail Amusements): Internationalize the spook section a bit.
2815 Remove the spook mail-setup-hook example, since it doesn't work well.
2816 Mention fortune-file.
2817 (Mail Methods): Mention read-mail-command.
2818
ed6e7b11 28192009-03-14 David Reitter <david.reitter@gmail.com>
959d68bd 2820
df1a3e06
GM
2821 * macos.texi (Mac / GNUstep Basics): Remove references to Prefs panel
2822 and NS resources following recent changes.
959d68bd 2823
86dca3e8
JR
28242009-03-10 Jason Rumney <jasonr@gnu.org>
2825
2826 * msdog.texi (Windows Misc): Remove doc for obsolete variable. Modify
2827 w32-use-visible-system-caret doc to indicate that it should get set
2828 automatically.
2829 (Windows Fonts): Add doc for the uniscribe backend.
2830
042fe98f
DN
28312009-03-08 Dan Nicolaescu <dann@ics.uci.edu>
2832
2833 * maintaining.texi (VC Directory Commands): Fix doc for the x key in
2834 vc-dir. (Bug#2598)
2835
7f8dba73
RS
28362009-03-05 Reiner Steib <Reiner.Steib@gmx.de>
2837
2838 * fixit.texi (Spelling): Add turn-on-flyspell. (Bug#2517)
2839
505e70c3
GM
28402009-03-05 Glenn Morris <rgm@gnu.org>
2841
04242bdc
GM
2842 * rmail.texi (Rmail Basics): Add reference to sorting.
2843 (Rmail Scrolling, Rmail Motion, Rmail Reply, Rmail Display):
2844 Minor re-wordings.
2845 (Rmail Motion): Mention rmail-next-same-subject.
2846 (Rmail Deletion): Expunging is not the only way to change the numbers.
2847 (Rmail Labels): Labels can also be used in sorting.
2848 (Rmail Summary Edit): Mention rmail-summary-next-same-subject.
505e70c3
GM
2849 (Rmail Display): Mention rmail-mime.
2850
00cfe22c
GM
28512009-03-04 Glenn Morris <rgm@gnu.org>
2852
2853 * rmail.texi (Rmail Sorting): Add the keybindings associated with each
2854 sort command. Fix `rmail-sort-by-labels' name. Mention sorting from
2855 summary. Mention sorts cannot be undone.
2856 (Rmail Display): Give an example of how to use goto-address-mode.
2857 (Rmail Editing): It's keybindings that are redefined, not commands.
2858 Fix some typos.
2859 (Movemail): Some minor rewording.
2860 (Remote Mailboxes): Emacs movemail supports pop by default.
2861 Fix some minor grammatical issues. The "two alternative ways" to
2862 specify a POP mailbox are really just one. Remove all reference to the
2863 variables rmail-pop-password and rmail-pop-password-required, obsolete
2864 since Emacs 22.1. Clarify the four password steps. Emacs movemail
2865 can support Kerberos.
2866
3d963b67
GM
28672009-03-03 Glenn Morris <rgm@gnu.org>
2868
2869 * rmail.texi (Rmail Deletion): Revert previous change, which was
2870 describing the Rmail summary versions.
2871 (Rmail Reply): Give more details of rmail-dont-reply-to-names.
2872 Minor re-wording for rmail-resend.
2873 (Rmail Make Summary): Summaries apply to buffers rather than files.
2874 <rmail-summary-by-topic>: Headers includes the subject.
2875 <rmail-summary-by-recipients, rmail-summary-by-topic>: Give more
2876 details, including prefix arguments.
2340abde 2877 Mention rmail-summary-by-senders on C-M-f.
3d963b67
GM
2878 Not counting lines might be faster.
2879 (Rmail Summary Edit): More details on the delete commands.
2340abde
GM
2880 Mention rmail-summary-undelete-many, rmail-summary-bury, and C-M-n/p.
2881 Name the commands bound to the various keys. Mention prefix argument
2882 for searching.
3d963b67
GM
2883 (Rmail Display): Mention rmail-displayed-headers. Fix typo.
2884 Simplify rmail-highlighted-headers description. Update face name.
2885
a8ce3d17
JB
28862009-03-02 Juanma Barranquero <lekktu@gmail.com>
2887
2888 * mark.texi (Marking Objects): Fix typo.
2889
130a29b6
CY
28902009-03-01 Chong Yidong <cyd@stupidchicken.com>
2891
2892 * abbrevs.texi (Expanding Abbrevs): Mention abbrev-expand-functions
2893 instead of obsolete pre-abbrev-expand-hook. Link to elisp manual.
2894
9d5de6f8
GM
28952009-03-01 Glenn Morris <rgm@gnu.org>
2896
79fc530e 2897 * rmail.texi (Rmail): Fix some typos. Use consistent case in menu.
9d5de6f8
GM
2898 (Rmail Motion): - M-s searches from the end of messages.
2899 (Rmail Deletion): Minor clarification. Fix numeric argument
2900 description.
2901 (Rmail Inbox): Fix default inbox description. Mention `mbox' by name.
2902 newmail and RMAILOSE files need not be in home-directory.
2903 (Rmail Files): Mention I/O menus are unselectable if no files match.
2904 Mention `MAIL' env-var.
2905
b545ff9c
JR
29062009-02-24 Jason Rumney <jasonr@gnu.org>
2907
2908 * mule.texi (Fontsets): Mention fontset-default, font specs and
2909 fallback fontsets.
2910 (Defining Fontsets): Mention ns and w32 variants of
2911 standard-fontset-spec. Update description of startup fontset to match
2912 Emacs 23 behavior.
a93be82a 2913 (Modifying Fontsets): New section. (Bug#656)
70bb6cac 2914 (International): Link to Modifying Fontsets.
b545ff9c 2915
75da0618 29162009-02-23 Adrian Robert <Adrian.B.Robert@gmail.com>
88ddb9ff
AR
2917
2918 * macos.texi (Mac / GNUstep Basics, Mac / GNUstep Customization):
2919 Mention ns-extended-platform-support-mode.
2920
6be93a16
KB
29212009-02-22 Karl Berry <karl@gnu.org>
2922
2923 * macos.texi (Mac / GNUstep Customization): One more duplicate "the".
2924
867d4bb3
JB
29252009-02-19 Juanma Barranquero <lekktu@gmail.com>
2926
2927 * basic.texi (Moving Point, Position Info):
2928 * files.texi (Visiting):
2929 * mini.texi (Completion Options):
2930 * text.texi (HTML Mode): Remove duplicate words.
2931
49b5c0e8
GM
29322009-02-20 Glenn Morris <rgm@gnu.org>
2933
2934 * rmail.texi: Minor updates for mbox rather than Babyl.
2935
f43a822c
KB
29362009-02-17 Karl Berry <karl@gnu.org>
2937
49b5c0e8 2938 * emacs.texi (Top): Add @insertcopying before master menu. (Bug#1988)
f43a822c 2939
80d634b8
RS
29402009-02-17 Richard M Stallman <rms@gnu.org>
2941
2942 * anti.texi (Antinews): Mention Babyl format.
2943
2944 * emacs.texi (Top): Delete `Out of Rmail' from subnode menu.
2945
2946 * rmail.texi: Update for mbox format.
2947 Various small fixes, as well as the following.
2948 (Out of Rmail): Node deleted.
2949 (Rmail): Update menu.
2950 (Rmail Files): Comment out set-rmail-inbox-list.
2951 Document rmail-inbox-list instead.
2952 (Rmail Output): Substantial changes since C-o is now
2953 rmail-output-as-seen and o is rmail-output.
2954 (Rmail Attributes): Delete `stored', add `retried'.
2955 (Rmail Display): Editing headers works in all cases.
2956
f0d129c6
GM
29572009-02-17 Glenn Morris <rgm@gnu.org>
2958
2959 * basic.texi (Position Info): M-x count-lines-region is not always on
2960 M-=. (Bug#2269)
2961
160f11d3
GM
29622009-02-09 Glenn Morris <rgm@gnu.org>
2963
2964 * calendar.texi (Holidays, Displaying the Diary): Update for new marker
2965 defaults.
2966
763e01c4
EZ
29672009-02-07 Eli Zaretskii <eliz@gnu.org>
2968
2969 * rmail.texi (Rmail Coding) <rmail-redecode-body>: Remove stale
2970 documentation of possible problems with redecoding.
2971
f5e1441d
GM
29722009-02-03 Glenn Morris <rgm@gnu.org>
2973
2974 * rmail.texi (Out of Rmail): Mention b2m.pl.
2975
e1eabe41
GM
29762009-01-31 Glenn Morris <rgm@gnu.org>
2977
2978 * rmail.texi (Out of Rmail): Correct b2m location.
2979
dd05f9de
CY
29802009-01-27 Chong Yidong <cyd@stupidchicken.com>
2981
2982 * fixit.texi (Undo): Update undo limit values.
2983
d74d846e
GM
29842009-01-27 Glenn Morris <rgm@gnu.org>
2985
2986 * emacs.texi (Top): Fix Antinews menu entry.
2987
49ffdce8
KB
29882009-01-25 Karl Berry <karl@gnu.org>
2989
2990 * text.texi (Foldout): Use @itemize @w{} to make an itemize
2991 item with no marker, instead of the syntactically incorrect
2992 @itemize @asis.
2993
467e8d77
JL
29942009-01-25 Juri Linkov <juri@jurta.org>
2995
2996 * building.texi (Grep Searching): Fix index entry for lgrep.
2997
6c60bbdb
EZ
29982009-01-24 Eli Zaretskii <eliz@gnu.org>
2999
3000 * msdog.texi (Windows Printing): Add an index entry for Ghostscript.
3001
9ce5a36f
AR
30022009-01-21 Adrian Robert <Adrian.B.Robert@gmail.com>
3003
3004 * macos.texi (Preferences Panel): Update description of font setting to
3005 reflect that prior frame selection is no longer needed.
3006
9aa5f2fb
NR
30072009-01-20 Nick Roberts <nickrob@snap.net.nz>
3008
3009 * building.texi (Debuggers): Revert some of 2008-10-31 change to
3010 raise GUD subsections.
3011
3892ff9c
GM
30122009-01-15 Glenn Morris <rgm@gnu.org>
3013
3014 * ack.texi (Acknowledgments): Another update based mainly on AUTHORS.
3015
14731c8f
GM
30162009-01-10 Glenn Morris <rgm@gnu.org>
3017
3018 * ack.texi (Acknowledgments): Some more updates based on AUTHORS.
3019
45c55e53
CY
30202009-01-04 Chong Yidong <cyd@stupidchicken.com>
3021
3022 * display.texi (Visual Line Mode): M-] and M-[ no longer move by
3023 logical lines.
3024
2e4667d1
JL
30252008-12-29 Juri Linkov <juri@jurta.org>
3026
3027 * mini.texi (Minibuffer History): Add a link to `Isearch Minibuffer'.
3028
3029 * text.texi (Fill Commands): Replace `M-s' with `M-o M-s'.
3030
2a3eac47
CY
30312008-12-28 Chong Yidong <cyd@stupidchicken.com>
3032
3033 * misc.texi (Goto Address mode): Rename from Goto-address. Refer to
3034 goto-address-mode instead of goto-address.
3035
3da8da94
CY
3036 * rmail.texi (Rmail Display): Goto-address renamed to Goto Address
3037 mode.
3038
2a3eac47
CY
3039 * emacs.texi (Top): Update node listing.
3040
057f6dd3
EZ
30412008-12-26 Eli Zaretskii <eliz@gnu.org>
3042
3043 * custom.texi (Directory Variables): Explain what is a "project".
3044 Add indexing. Improve wording. Add a footnote about using
3045 _dir-locals.el on MS-DOS.
3046
e6979067
DN
30472008-12-24 Dan Nicolaescu <dann@ics.uci.edu>
3048
3049 * files.texi (Misc File Ops): Mention chmod as an alias for
3050 set-file-modes.
3051
9de15963
MR
30522008-12-24 Martin Rudalics <rudalics@gmx.at>
3053
3054 * help.texi (Help): Fix typos and reword.
3055 (Help Summary): Add entries for C-h n and C-h r, reorder
3056 entries, and do some minor fixes.
3057 (Name Help): Say that C-h F works for commands only.
3058 (Misc Help): Say that view-lossage displays 300 keystrokes.
3059
236fd60d
GM
30602008-12-20 Glenn Morris <rgm@gnu.org>
3061
3062 * ack.texi (Acknowledgments): General update based on AUTHORS,
3063 including removal of some stuff no longer distributed.
3064
349b3256
AM
30652008-12-19 Agustin Martin <agustin.martin@hispalinux.es>
3066
3067 * fixit.texi: Mention hunspell
3068
e840fca5
GM
30692008-12-19 Glenn Morris <rgm@gnu.org>
3070
3071 * ack.texi (Acknowledgments): Small grammar fix.
9b0455c7 3072 Consolidate explanatory text at start.
e840fca5
GM
3073
3074 * display.texi (Text Display):
3075 * indent.texi (Indentation): Use @acronym with ASCII.
3076
9dfa7983
GM
30772008-12-18 Glenn Morris <rgm@gnu.org>
3078
3079 * ack.texi: Various small updates and fixes.
3080
97b3a00b
JL
30812008-12-18 Juri Linkov <juri@jurta.org>
3082
3083 * search.texi (Word Search): Replace `C-s RET C-w' with `M-s w RET'
3084 as a key binding to start a forward nonincremental word search.
3085 Replace `C-r RET C-w' with `M-s w C-r RET' as a key binding to start
3086 a backward nonincremental word search. Add index for `M-s w'
3087 `isearch-forward-word'.
3088 (Regexp Search): Add a short summary of regexp key commands like
3089 in the node "Basic Isearch".
3090 (Other Repeating Search): Fix typo.
3091
30922008-12-14 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2f298da2
VJL
3093
3094 * misc.texi (PostScript Variables): Fix doc.
3095
31ce6a07
CY
30962008-12-10 Chong Yidong <cyd@stupidchicken.com>
3097
3098 * programs.texi (Program Modes): Mention Ruby mode.
3099
636b507b
DN
31002008-12-10 Dan Nicolaescu <dann@ics.uci.edu>
3101
3102 * misc.texi (emacsclient Options): Describe what an empty string
3103 argument does for --alternate-editor.
3104
a323fa14
CY
31052008-12-09 Frank Schmitt <ich@frank-schmitt.net>
3106
3107 * cmdargs.texi (Font X): Distinguish between client-side and
3108 server-side fonts. List valid Fontconfig properties. Add reference to
3109 Fontconfig manual. List valid GTK font properties. Explain use of
3110 fc-list.
3111
c5ca6cd0
CY
31122008-12-09 Chong Yidong <cyd@stupidchicken.com>
3113
3114 * cmdargs.texi (Font X): Move discussion of quoting to top.
3115
e5136377
GM
31162008-12-06 Glenn Morris <rgm@gnu.org>
3117
3118 * maintaining.texi (Old Revisions): Improve previous change.
3119
248c026b
RS
31202008-12-05 Richard M Stallman <rms@gnu.org>
3121
3122 * anti.texi (Antinews): Minor fixes.
3123
a9253a1e
GM
31242008-12-03 Glenn Morris <rgm@gnu.org>
3125
3126 * maintaining.texi (Old Revisions): Fix diff-switches description.
3127
fa687b02
MR
31282008-12-01 Martin Rudalics <rudalics@gmx.at>
3129
3130 * emacs.texi (Top): Fix typo.
3131
72e6decd
CY
31322008-11-30 Chong Yidong <cyd@stupidchicken.com>
3133
320ee034
CY
3134 * misc.texi (Document View): Explain dependence on gs at the top.
3135 Copyedits.
3136
3137 * emacs.texi (Top): Add DocView nodes to detailed node listing.
3138
72e6decd
CY
3139 * programs.texi (Other C Commands): Document hide-ifdef-shadow.
3140 (Comment Commands): Discuss region-active behavior of M-; first.
3141
2a472ee4
MR
31422008-11-29 Martin Rudalics <rudalics@gmx.at>
3143
9c6361c9
MR
3144 * display.texi (Line Truncation): Add reference to Continuation
3145 Lines.
3146
2a472ee4
MR
3147 * windows.texi (Pop Up Window): Mention split-height-threshold
3148 and split-width-threshold.
9c6361c9 3149 (Split Window): Add reference to Continuation Lines.
2a472ee4 3150
e93bc142
AR
31512008-11-28 Adrian Robert <Adrian.B.Robert@gmail.com>
3152
3153 * macos.texi: Change references to "Mac" to "Mac / GNUstep".
3154 (GNUstep Support): New node.
3155 * anti.texi:
3156 * emacs.texi:
3157 * msdog.texi: Change reference to Mac OS node to Mac OS / GNUstep.
3158
43b978db
RS
31592008-11-28 Richard M Stallman <rms@gnu.org>
3160
3161 * misc.texi (Dissociated Press): Minor cleanups.
3162
3163 * dired.texi (Image-Dired): Avoid passive.
3164
e8e2bd93
EZ
31652008-11-28 Eli Zaretskii <eliz@gnu.org>
3166
3167 * anti.texi (Antinews): Add stuff about Unicode vs emacs-mule
3168 representation.
3169
8d2d45da
CY
31702008-11-26 Richard M. Stallman <rms@gnu.org>
3171
3172 * files.texi (Visiting): Rewrite paragraph for clarity.
3173
3174 * buffers.texi (Select Buffer): Rewrite paragraphs using active voice.
3175
a5f7bbcc
AM
31762008-11-25 Alan Mackenzie <acm@muc.de>
3177
3178 * programs.texi (Moving by Parens): Clarify that parens inside strings
3179 and comments are ignored, and that the commands assume the starting
3180 point isn't in a string or comment.
3181
a71703d3
AR
31822008-11-26 Adrian Robert <Adrian.B.Robert@gmail.com>
3183
3184 * macos.texi: Add Prev/Next/Top pointers to all nodes.
3185 (Mac Basics): Merge in Grabbing Environment Variables from earlier
3186 version.
3187 (Mac Customization): Rewrite Preferences Panel section and merge in to
3188 this node, add Open files by dragging to an Emacs window.
3189
3190 * emacs.texi: Remove TOC reference to Mac Preferences Panel section.
3191
aa5ab79a
CY
31922008-11-26 Chong Yidong <cyd@stupidchicken.com>
3193
0cc92c19
CY
3194 * files.texi (Misc File Ops): Document set-file-modes.
3195
c366b4e4
CY
3196 * windows.texi (Split Window): Document integer values of
3197 truncate-partial-width-windows.
3198
aa5ab79a
CY
3199 * text.texi (Text): Simplify description of markup languages.
3200 (TeX Mode): Simplify introduction. Mention BibTeX mode.
3201 (TeX Editing): Note that `""' inserts one `"' character.
3202 (HTML Mode): Note in the introduction that XML mode is an alias for
3203 SGML mode. Mention nXML mode.
3204
56221db7
CY
32052008-11-25 Chong Yidong <cyd@stupidchicken.com>
3206
3207 * building.texi (Watch Expressions): Fix typo.
3208
90effe33
CY
32092008-11-24 Chong Yidong <cyd@stupidchicken.com>
3210
f90a5ae3
CY
3211 * files.texi (Visiting): Document new behavior of
3212 confirm-nonexistent-file-or-buffer.
3213
1c6c854e
CS
3214 * buffers.texi (Select Buffer):
3215 Document confirm-nonexistent-file-or-buffer.
f90a5ae3 3216
a18ffb4a
CY
3217 * picture-xtra.texi (Picture Mode): Use picture-mode instead of
3218 edit-picture.
3219
90effe33
CY
3220 * text.texi (Text): Simplify introduction. Discard mention of `M-x
3221 edit-picture', since that is just an alias for picture-mode.
3222 (Sentences): Note that repeated M-@ extends the region.
3223 (Pages): Make terminology more consistent. Link to Regexps node.
3224 (Longlines): Discuss relationship with Visual Line mode.
3225 (Text Mode): Remove extraneous discussion of other modes, since they
3226 were already introduced in the parent node.
3227
e85103ec
CY
32282008-11-23 Chong Yidong <cyd@stupidchicken.com>
3229
5cb2fe30
CY
3230 * anti.texi (Antinews): Rewrite.
3231
1eb9b307 3232 * entering.texi (Exiting): Mention "minimize" terminology.
b908332f
CY
3233
3234 * frames.texi (Frame Commands): Mention "minimize" terminology.
3235
e85103ec
CY
3236 * cmdargs.texi (Font X): Document Fontconfig and GTK font specification
3237 formats.
b908332f
CY
3238 (Icons X): Mention "minimize" terminology and use of icons in taskbar.
3239 (Misc X): Don't document useless -hb option.
e85103ec 3240
607f5f88
JL
32412008-11-22 Juri Linkov <juri@jurta.org>
3242
3243 * dired.texi (Dired Navigation): Change normal file name search option
3244 from `non-nil' to `t'. Add `dwim' option.
3245
e1b867a0
JL
32462008-11-22 Juri Linkov <juri@jurta.org>
3247
3248 * custom.texi (Directory Variables): Rename ".dir-settings.el" to
3249 ".dir-locals.el". Rename `define-project-bindings' to
3250 `dir-locals-set-class-variables'. Rename `set-directory-project' to
3251 `dir-locals-set-directory-class'.
3252
dd186936
LK
32532008-11-22 Lute Kamstra <lute@gnu.org>
3254
3255 * buffers.texi (Select Buffer): Index goto-line.
3256 * basic.texi (Moving Point): Mention the use of a numeric prefix
3257 argument with goto-line and refer to Select Buffer for the use of a
3258 plain prefix argument.
3259
4b121911
GM
32602008-11-19 Glenn Morris <rgm@gnu.org>
3261
3262 * doclicense.texi: Update to FDL 1.3.
3263 * emacs.texi, emacs-xtra.texi: Relicense under FDL 1.3 or later.
3264
27267e4c
CY
32652008-11-17 Chong Yidong <cyd@stupidchicken.com>
3266
696f351d
CY
3267 * custom.texi (Minor Modes): Define mode commands and mode variables
3268 more precisely. Recommend using mode commands instead of setting
3269 variables directly. Put minor modes in a list, and add more modes.
cd9da8b8
CY
3270 (Easy Customization): Use "init file" instead of .emacs.
3271 (Customization Groups): Update to new Custom buffer appearance.
3272 (Saving Customizations): Copyedits. Update example.
3273 (Variables): Give example of variable type-sensitivity.
3274 (Examining): Update example.
3275 (Hooks): Copyedits.
3276 (Specifying File Variables): Use C comments instead of an artificial
3277 Lisp for the example.
3278 (Keymaps): Move internals discussion to Prefix Keymaps.
3279 (Rebinding): Remove redundant paragraph (stated in Key Binding).
3280 (Init Rebinding): Document kbd macro.
3281 (Init File): Link to Find Init.
696f351d
CY
3282
3283 * mark.texi (Using Region): Document Delete Selection Mode more
3284 thoroughly.
3285
3286 * frames.texi (Mouse Commands): Move most of the description of Delete
3287 Selection Mode to Using Region, and link to it.
1bc9c425 3288 (Clipboard): Note that paste is bound to clipboard-yank.
696f351d 3289
b0570c25
CY
3290 * building.texi (Compilation): Document first-error value of
3291 compilation-scroll-output.
3292 (Compilation Mode): Note that compilation-auto-jump-to-first-error
3293 works as soon as an error is available. Suggested by Juri Linkov.
3294
27267e4c
CY
3295 * mini.texi (Passwords): New node.
3296
3297 * files.texi (Remote Files): Link to Passwords node.
3298
3299 * emacs.texi (Top): Update node listings.
3300
122eb807
CY
33012008-11-16 Chong Yidong <cyd@stupidchicken.com>
3302
9c9855a3
CY
3303 * ack.texi (Acknowledgments): Some updating of credits.
3304
bd6fdcad
CY
3305 * emacs.texi (Acknowledgments): Add a couple more names.
3306
dd1eef46
CY
3307 * dired.texi (Dired Deletion): Document delete-by-moving-to-trash.
3308
122eb807 3309 * files.texi (Directories): Describe delete-directory in text.
dd1eef46 3310 (Misc File Ops): Document use of trash.
122eb807 3311
801a8da1
JB
33122008-11-16 Juanma Barranquero <lekktu@gmail.com>
3313
3314 * macos.texi (Mac Customization): Fix typos.
3315
0b4f2253
CY
33162008-11-14 Chong Yidong <cyd@stupidchicken.com>
3317
3318 * macos.texi (Mac OS): Move Cocoa manual from ns-emacs.texi to here,
3319 replacing previous contents. Numerous copyedits to adapt ns-emacs to
3320 the conventions of the main Emacs manual.
3321
3322 * emacs.texi (Top): Update node listings.
3323
517e2b89
CY
33242008-11-12 Chong Yidong <cyd@stupidchicken.com>
3325
07a85685
CY
3326 * cmdargs.texi (Emacs Invocation): Link to Emacs Server. Note that
3327 command-line-args is processed during startup.
3328 (Action Arguments): Correctly describe how file arguments interact with
3329 the startup screen. Link to Lisp Interaction for scratch buffer.
3330 (Initial Options): Link to Command Example for -batch option.
3331 (Environment): Document initial-environment.
3332
517e2b89
CY
3333 * entering.texi (Entering Emacs): Note that inhibit-startup-screen
3334 can't be changed in the site-start file.
3335
6337bbde
CY
33362008-11-07 Chong Yidong <cyd@stupidchicken.com>
3337
3338 * dired.texi (Dired): Mention C-x C-d too.
3339 (Dired Enter): Document M-n in the Dired minibuffer.
1c6c854e
CS
3340 (Dired Navigation): Explain dired-goto-file more clearly.
3341 Document dired-isearch-filenames.
6337bbde
CY
3342 (Dired Deletion): Remove unnecessary "expunged" terminology.
3343 (Flagging Many Files): & is now rebound to `% &'.
3344 (Shell Commands in Dired): Document dired-do-async-shell-command.
3345 Clarify how multi-file arguments are passed.
3346 (Misc Dired Features): Document dired-do-isearch.
3347
9e8eeff9
CY
33482008-11-06 Chong Yidong <cyd@stupidchicken.com>
3349
3350 * entering.texi (Entering Emacs): Document inhibit-startup-screen.
3351
e071f849
CY
33522008-11-03 Chong Yidong <cyd@stupidchicken.com>
3353
3354 * search.texi (Other Repeating Search): Remove obsolete findex entries.
3355
05482eb1
CY
33562008-11-01 Chong Yidong <cyd@stupidchicken.com>
3357
e2346dea
CY
3358 * programs.texi (Program Modes): Link to Program Indent node.
3359 (Left Margin Paren): Explain consequences of changing
3360 open-paren-in-column-0-is-defun-start more concisely.
3361 (Which Function, Program Indent, Info Lookup): Minor edits.
3362 (Basic Indent): If region is active, TAB indents the region.
1c6c854e
CS
3363 (Multi-line Indent): If region is active, TAB indents the region.
3364 Note that indent-region is useful when Transient Mark mode is off.
e2346dea
CY
3365 (Matching): The delimiter at the cursor is highlighted---the character
3366 changes color.
3367 (Symbol Completion): Link to Completion node.
3368
e4b6428c
CY
3369 * misc.texi (Invoking emacsclient): Describe how to use Emacs server in
3370 a strictly text-only system.
3371
05482eb1
CY
3372 * abbrevs.texi (Saving Abbrevs): Note that abbrev file is not loaded in
3373 batch mode.
3374
a11d3737
RS
33752008-11-01 Richard M. Stallman <rms@gnu.org>
3376
5abad626
RS
3377 * misc.texi (Document View): Major rewrite.
3378
a11d3737
RS
3379 * maintaining.texi (Types of Log File): Change logs are older than
3380 version control.
3381 (VCS Concepts): Simplify and rearrange.
3382 (Version Control Systems): Make it clear that Linux is only the kernel.
3383 (VC Mode Line): Shorten reference to menu item.
3384 (Basic VC Editing): Clarify VC fileset. Shorten and simplify.
3385 (VC Directory Mode): Minor cleanup.
3386 Unchanged files are hidden, not omitted.
3387 (VC Directory Commands): Shorten and simplify.
3388 (Change Log Commands): New node, split from Change Logs.
3389 (VC Directory Buffer): New node, split from VC Directory Mode.
3390
c55a4acb
CY
33912008-10-31 Chong Yidong <cyd@stupidchicken.com>
3392
1c6c854e 3393 * misc.texi (Document View): Rename from Document Files, moved here
df0356f6
CY
3394 from files.texi.
3395
1c6c854e
CS
3396 * files.texi (Version Control): Move to maintaining.texi.
3397 Subnodes moved as well.
3398 (Document Files): Move to misc.texi.
df0356f6 3399
c55a4acb
CY
3400 * maintaining.texi (Change Log): Document log-edit-insert-changelog and
3401 vc-update-change-log.
df0356f6
CY
3402 (Version Control): Move here from files.texi.
3403 (Format of ChangeLog): Make it a subnode of Change Log.
3404
3405 * emacs.texi (Top): Update node listing.
c55a4acb 3406
ef082374
TH
34072008-10-31 Tassilo Horn <tassilo@member.fsf.org>
3408
3409 * files.texi (Files): Add a section about document
3410 files (doc-view-mode).
3411
d52582c3
CY
34122008-10-31 Chong Yidong <cyd@stupidchicken.com>
3413
1c6c854e
CS
3414 * building.texi (Compilation Mode):
3415 Document compilation-auto-jump-to-first-error.
d52582c3
CY
3416 (Debuggers): Lower GUD subsections to subsubsections.
3417 (Starting GUD): Add cindex.
3418 (Lisp Interaction): Note that scratch is no longer the initial buffer.
3419
4e0a0968
CY
34202008-10-30 Chong Yidong <cyd@stupidchicken.com>
3421
03625b47
CY
3422 * indent.texi (Indentation): Link to Program Indent.
3423
4e0a0968
CY
3424 * misc.texi (Invoking emacsclient): If Emacs has no available frame, it
3425 now uses emacsclient's terminal.
3426
8bd3f7ef
CY
34272008-10-29 Chong Yidong <cyd@stupidchicken.com>
3428
80e5620e
CY
3429 * mark.texi (Using Region): Document use-empty-active-region.
3430
97d5c404
CY
3431 * emacs.texi (Top): Update node listings.
3432
1c6c854e
CS
3433 * misc.texi (Emacs Server): Rewrite. Document daemon-mode.
3434 Don't mention obsolete emacs.bash script.
8bd3f7ef
CY
3435 (Invoking emacsclient): Rewrite, moving optional arguments to
3436 emacsclient Options.
21d2bae3
CY
3437 (emacsclient Options): New node. Document server-use-tcp and
3438 server-host.
8bd3f7ef 3439
5fda2cbd
CY
34402008-10-28 Chong Yidong <cyd@stupidchicken.com>
3441
3442 * indent.texi (Indentation): Replace list with paragraphed text,
3443 putting description of syntax-driven indentation first. Document new
3444 effect of active regions on tab.
3445 (Tab Stops): Note that editable tab stops affect indentation commands.
3446
4ff029f6
DN
34472008-10-27 Dan Nicolaescu <dann@ics.uci.edu>
3448
3449 * cmdargs.texi (Initial Options): Document -daemon=SERVER_NAME.
3450
996cd6e4
CY
34512008-10-23 Chong Yidong <cyd@stupidchicken.com>
3452
f28815e3
CY
3453 * custom.texi (Function Keys): Note that modified keypad keys are not
3454 translated.
3455
996cd6e4
CY
3456 * basic.texi (Arguments): Explain how to insert multiple digits.
3457
49545fe2
MA
34582008-10-22 Michael Albinus <michael.albinus@gmx.de>
3459
3460 * files.texi (Remote Files): Precise selection of default method.
3461 Rewrite paragraph about disabling remote file names.
3462
edac0b53
CY
34632008-10-22 Chong Yidong <cyd@stupidchicken.com>
3464
e752c544
CY
3465 * search.texi (Special Isearch): Document M-TAB is isearch.
3466
edac0b53
CY
3467 * files.texi (VC Mode Line): Use @kbd instead of @key for mouse
3468 command.
3469
3470 * frames.texi: Use @kbd instead of @key for mouse commands throughout.
3471
20a36054
TH
34722008-10-22 Tassilo Horn <tassilo@member.fsf.org>
3473
1c6c854e 3474 * emacs.texi (Acknowledgments): Add myself to Acknowledgments
20a36054
TH
3475 section.
3476
69051ab6
CY
34772008-10-21 Chong Yidong <cyd@stupidchicken.com>
3478
c4b1a32a
CY
3479 * vc1-xtra.texi: Move nodes VC Directory Mode and VC Directory Commands
3480 to files.texi. Move contents of vc2-xtra.texi here.
3481
3482 * vc2-xtra.texi: File removed.
3483
3484 * vc-xtra.texi (Advanced VC Usage): Remove VC Directory Mode and VC
3485 Directory Commands from the submenu. Don't include deleted file
3486 vc2-xtra.texi.
3487
3488 * files.texi (Visiting): Document find-file-confirm-nonexistent-file.
3489 (Version Control): Add VC Directory Mode and VC Directory Commands to
3490 the submenu.
3491 (Why Version Control?): Use table format.
3492 (Version Control Systems): Note that Meta-CVS support is gone.
3493 (VCS Concepts): Note precisely when VC started supporting filesets.
3494 Remove bogus xref to CVS Options node.
3495 (Types of Log File): Copyedits.
3496 (VC Mode Line): Document tooltips and mouse-1 on VC indicator.
3497 (Basic VC Editing): Content moved from Selecting A Fileset and Doing
3498 The Right Thing.
3499 (Selecting A Fileset, Doing The Right Thing): Nodes deleted.
3500 (Log Buffer): Reorganize node, putting C-c C-c description first.
3501 (Old Revisions): Use CVS for example, not RCS.
3502 (Secondary VC Commands): Remove VC Directory Mode and VC Directory
3503 Commands from the submenu, putting them under Version Control.
3504 (VC Directory Mode): Move node contents here from vc1-xtra.texi; we
3505 need to include it in the manual unconditionally, since it is now
3506 crucial to using distributed version control systems.
1a6e2954
CY
3507 (Comparing Files): Note that diff uses the minibuffer, and that the
3508 output is shown using Diff mode.
1c6c854e
CS
3509 (Diff Mode): Explain what "patch" and "hunk" mean.
3510 Document diff-update-on-the-fly, diff-refine-hunk, and
b328f1b9 3511 diff-show-trailing-whitespaces.
1a6e2954 3512 (File Archives): Add rar support.
c4b1a32a 3513
69051ab6
CY
3514 * major.texi (Choosing Modes): Make mode selection sequence more
3515 obvious by describing the steps in order of priority. Note that
1c6c854e
CS
3516 magic-mode-alist is nil by default.
3517 Document magic-fallback-mode-alist.
69051ab6 3518
e7421e03
CY
35192008-10-20 Chong Yidong <cyd@stupidchicken.com>
3520
3521 * frames.texi (Mouse References): Copyedits.
3522
6b2efdc2
TH
35232008-10-20 Tassilo Horn <tassilo@member.fsf.org>
3524
3525 * ack.texi (Acknowledgments): Add myself as doc-view author.
3526
9c5e9396
EZ
35272008-10-20 Eli Zaretskii <eliz@gnu.org>
3528
3529 * frames.texi (Dialog Boxes): Add @cindex entries.
3530
dac94f8e
CY
35312008-10-20 Chong Yidong <cyd@stupidchicken.com>
3532
3533 * frames.texi (Dialog Boxes): Clarify description of GTK+ file chooser.
3534 (Text-Only Mouse): Copyedit.
3535
25597d40
CY
35362008-10-19 Chong Yidong <cyd@stupidchicken.com>
3537
f8a447f6
CY
3538 * frames.texi: Use @key throughout for mouse clicks.
3539 (Cut/Paste Other App): Document yank-pop-change-selection.
25597d40
CY
3540 (Secondary Selection): Fix modified mouse click syntax.
3541 (Clipboard): Describe Cut, Copy and Paste commands.
3542 (Mouse References): Not all references are in read-only buffers.
f8a447f6
CY
3543 Copyedits.
3544 (Creating Frames): Add xref to Init File.
3545 (Frame Commands): Add xref to Exiting.
3546 (Scroll Bars): Document GTK vs toolkit behavior.
25597d40 3547
b0f95216
CY
35482008-10-15 Chong Yidong <cyd@stupidchicken.com>
3549
b0817f00
CY
3550 * files.texi (Version Control): Copyedits. Add Bazaar.
3551 (Version Control Systems): List different VCS's using an itemized list.
3552 Add Bazaar.
3553 (VCS Concepts): Copyedits. Tweak description of file merging.
3554
b0f95216
CY
3555 * frames.texi (Mouse Commands, Cut/Paste Other App): Rewrite.
3556 (Cut/Paste Other App): Document select-active-regions and
3557 x-select-enable-primary.
3558
69d0d701
CY
35592008-10-13 Chong Yidong <cyd@stupidchicken.com>
3560
3561 * mark.texi (Shift Selection): Correct case in node name.
3562
3563 * emacs.texi (Top): Update node order in Mark chapter.
3564
375e8351
EZ
35652008-10-12 Eli Zaretskii <eliz@gnu.org>
3566
3567 * msdog-xtra.texi (MS-DOS): Fix bad pxref.
3568
3569 * mini.texi (Minibuffer File): Fix markup in last change. Refer to
3570 elsewhere in the manual instead of describing yet again the intricacies
3571 of $HOME on MS-Windows and MS-DOS.
3572
ab58114f
CY
35732008-10-12 Chong Yidong <cyd@stupidchicken.com>
3574
4f959513 3575 * mini.texi (Minibuffer File): Add xref to File Names.
1c6c854e
CS
3576 (Minibuffer File): Add discussion of `~' in file names.
3577 Add insert-default-directory index reference.
4f959513 3578
ab58114f
CY
3579 * files.texi (File Names): Reorganize description.
3580 (Visiting): Add xref to Mode Line. Copyedits.
3581 (Save Commands): Mention prefix behavior of C-x C-s.
3582 (Numbered Backups): Node deleted.
3583 (Backup Names): Contents of Numbered Backups moved here. State default
3584 of version-control variable.
3585 (Reverting): Copyedits.
3586 (Version Control): Add additional version control systems.
3587
3588 * emacs.texi (Top): Delete Numbered Backups node.
3589
3590 * cmdargs.texi (General Variables): Change Numbered Backups xref to
3591 Backup Names.
f2884f63 3592 (Initial Options): Document renamed variable inhibit-startup-screen.
ab58114f 3593
b0b5100a
RF
35942008-10-11 Romain Francoise <romain@orebokech.com>
3595
3596 * kmacro.texi (Edit Keyboard Macro): Lossage is now 300 keys.
3597
89774b5f
CY
35982008-10-11 Chong Yidong <cyd@stupidchicken.com>
3599
3600 * buffers.texi (Buffers): Add xrefs to Mode Line and Lisp Interaction.
3601 (Select Buffer): Mention use of minibuffer history. Describe default
3602 value of default-major-mode. Mention that C-x 4 b selects the other
3603 window.
3604 (List Buffers): Document CRM indicators in the order they appear.
3605 (Kill Buffer): Document new command kill-matching buffers.
3606 (Several Buffers): Move explanation of the relationship between buffer
3607 list and buffer menu to the top.
3608 (Indirect Buffers): Document new variable clone-indirect-buffer-hook.
3609
4c72bf27
CY
36102008-10-10 Chong Yidong <cyd@stupidchicken.com>
3611
3612 * entering.texi (Exiting): Document change of C-x C-c to
3613 save-buffers-kill-terminal. Document kill-emacs.
3614
f68eb991
EZ
36152008-09-30 Eli Zaretskii <eliz@gnu.org>
3616
3617 * mule.texi (Coding Systems): Don't mention codepage-setup.
3618
3619 * msdog-xtra.texi (MS-DOS Printing, MS-DOS and MULE): No need to create
3620 cpNNN coding systems anymore.
3621 (MS-DOS and MULE): Don't mention code-pages.el. Don't mention support
1c6c854e
CS
3622 for unibyte mode. Don't mention line-drawing characters.
3623 Don't mention dos-unsupported-char-glyph.
f68eb991 3624
1a2dd44d
CY
36252008-09-25 Chong Yidong <cyd@stupidchicken.com>
3626
3627 * search.texi (Search): Shorten introduction.
3628 (Basic Isearch): Add command table. Discuss reverse isearch and
3629 isearch highlighting.
3630 (Repeat Isearch): Move lazy highlighting discussion here. Add search
3631 ring to cindex.
3632 (Special Isearch): Move input methods discussion here.
3633 (Non-ASCII Isearch): Node deleted, merged with Special Isearch.
3634 (Isearch Yank): Node deleted, and contents moved into Basic Isearch and
3635 Repeat Isearch.
3636 (Isearch Minibuffer): New node.
3637 (Word Search): Document new word search commands.
3638 (Regexp Example): Simplify example using sentence-end-base variable.
3639 (Replace): Reword introduction.
3640 (Unconditional Replace): Remove unnecessary example.
3641 (Other Repeating Search): Document new `M-s o' binding.
3642
3643 * emacs.texi (Top): Update node listings.
3644
e45da31d
JB
36452008-09-22 Juanma Barranquero <lekktu@gmail.com>
3646
3647 * emacs.texi (Top): Remove Kill Errors from menu.
3648
841c8096
CY
36492008-09-22 Chong Yidong <cyd@stupidchicken.com>
3650
402168fa
CY
3651 * kmacro.texi (Basic Keyboard Macro): Make F3 and F4 the preferred
3652 interface for defining macros. Simplify examples. Note that C-g quits
3653 macro definitions.
1c6c854e
CS
3654 (Keyboard Macro Counter): Document using F3 to insert counter.
3655 Give usage example.
402168fa
CY
3656 (Keyboard Macro Query): Organize query responses in a table.
3657
1c6c854e
CS
3658 * fixit.texi (Fixit): Favor C-/ keybinding for undo throughout.
3659 Link to Erasing node.
841c8096
CY
3660 (Undo): Reorganize paragraphs for logical flow. Move keybinding
3661 rationale to a footnote.
3662 (Kill Errors): Remove node, due to redundancy with Erasing.
3663 (Spelling): Move discussion of flyspell to end. Note new behavior of
3664 M-$ in active region. Remove non-ispell-specific keybindings from
3665 table.
3666
eab2ee89
DN
36672008-09-21 Dan Nicolaescu <dann@ics.uci.edu>
3668
3669 * cmdargs.texi (Initial Options): Document --daemon.
3670
3d53e905
GM
36712008-09-20 Glenn Morris <rgm@gnu.org>
3672
3673 * files.texi (Numbered Backups): Mention that some modes set
3674 version-control.
3675
1c90484d
GM
36762008-09-20 Jim Blandy <jimb@red-bean.com>
3677
3678 * files.texi (Numbered Backups): Reference File Variables, as well.
3679 Remove discussion of Rmail's implementation.
3680
0fc0d844
CY
36812008-09-06 Chong Yidong <cyd@stupidchicken.com>
3682
3683 * misc.texi (Recursive Edit): Note that top-level exits active
3684 minibuffers.
3685
3686 * trouble.texi (Quitting): Likewise.
3687
b18d283d
CY
36882008-08-31 Chong Yidong <cyd@stupidchicken.com>
3689
3690 * emacs.texi (Top): Add Temporary Face Changes xref.
3691
3692 * display.texi (Display): Move Temporary Face Changes node to just
3693 after Standard Faces.
3694 (Scrolling): Document recenter-top-bottom instead of recenter.
3695 (Horizontal Scrolling): Move auto hscroll discussion to the top.
3696 (Faces, Standard Faces, Temporary Face Changes, Useless Whitespace)
3697 (Display Custom): Copyedits.
3698 (Optional Mode Line): Document display-battery-mode.
3699
180135fc
RF
37002008-08-27 Romain Francoise <romain@orebokech.com>
3701
3702 * custom.texi (Directory Variables): Minor fix.
3703
d3fe3475
GM
37042008-08-27 Glenn Morris <rgm@gnu.org>
3705
3706 * cal-xtra.texi (Advanced Calendar/Diary Usage): Tweak some menu
3707 descriptions.
3708 (Calendar Customizing): Tweak layout description.
183080b6 3709 Move calendar-today-marker and calendar-today face to the other
d3fe3475
GM
3710 markers. Condense calendar-star-date and calendar-mark-today
3711 description.
3712 (Holiday Customizing): Add oriental and solar holidays.
3713 Add index entries for Baha'i, Christian, Hebrew and Islamic holidays.
3714 Fix holiday-float description. Use zerop in examples. Be less verbose.
3715 (Date Display Format): Change ISO format. Be less verbose.
3716 (Diary Customizing): Mention day and month abbrev arrays.
3717 Mention the date-form variables by name. Update European example.
3718 (Non-Gregorian Diary): Change node name. Mention Baha'i functions.
3719 Condense examples. Mention diary-entry-symbols by name.
3720 Condense table for insertion commands.
3721 (Fancy Diary Display): Mention diary-include-string and
3722 diary-sexp-entry-symbol. Condense example. Add Chinese, Coptic,
3723 Ethiopic, Persian date functions. Condense descriptions.
3724
3725 * calendar.texi (Format of Diary File): Mention diary-nonmarking-symbol.
3726 (Adding to Diary): Adapt for changed node name.
3727
71755807
GM
37282008-08-26 Glenn Morris <rgm@gnu.org>
3729
3730 * cal-xtra.texi (Non-Gregorian Diary Entries): New name for
3731 node "Hebrew/Islamic Entries".
3732
3733 * calendar.texi (Specified Dates): Fix names of iso functions.
3734 (General Calendar): There may not be another window.
3735 (Writing Calendar Files, Holidays): Tweak intro.
3736 (Holidays): Mention Baha'i and Chinese holidays.
3737 (Sunrise/Sunset): Add M-x calendar-sunrise-sunset-month.
3738 (Lunar Phases): Remove incorrect reference to calendar-time-zone.
3739 (To Other Calendar): Add calendar-print-other-dates.
3740 Refer to "graphic display" rather than "X.
3741 (From Other Calendar): Add calendar-bahai-goto-date. Fix reference.
3742 (Displaying the Diary): Fix whitespace after reference.
3743 Fix `diary-number-of-entries' reference.
3744 (Date Formats): Explicitly mention that day names can be abbreviated.
3745 (Adding to Diary): Add some references to other sections.
3746 (Special Diary Entries): Fix reference.
3747 (Appointments): Simplify appt-message-warning-time entry.
3748 Clarify where times must be.
3749 (Importing Diary): Comment out icalendar paragraph that does not apply.
3750 (Time Intervals): Simplify entry for timeclock-ask-before-exiting.
3751
d76ebc75
GM
37522008-08-23 Glenn Morris <rgm@gnu.org>
3753
3754 * fortran-xtra.texi (Fortran): Change description of free form and
3755 fixed form a bit. Mention hideshow and imenu.
3756 (Fortran Motion): Mention fortran-end-of-subprogram,
3757 fortran-beginning-of-subprogram, fortran-mark-do, fortran-mark-if.
3758 (Fortran Indent): Minor re-word.
3759 (ForIndent Commands): Mention fortran-fill-paragraph and
3760 fortran-fill-statement.
3761 (ForIndent Cont): Mention fortran-tab-mode-string.
3762 (Fortran Comments): Mention fortran-comment-line-start-skip.
3763 (Fortran Columns): Mention font-locking.
3764 (Fortran Abbrev): Word syntax not relevant with new-style abbrev.
3765
1fc0ce04 37662008-08-23 Johan Bockgård <bojohan@muon>
e2a71e28
JB
3767
3768 * basic.texi (Moving Point): Fix <prior>/<next> confusion.
3769
5c52e13c
CY
37702008-08-22 Chong Yidong <cyd@stupidchicken.com>
3771
3772 * mini.texi (Minibuffer): Simplify introduction.
3773 (Minibuffer File): Document tilde in minibuffer filenames.
3774 (Minibuffer Edit): Mention that the prompt is read-only. Describe how
3775 to enter tabs, spaces, and question marks. Describe behavior of C-a.
3776 (Completion Example): Update example to current command list.
3777 (Completion Options): Document `lazy' value of completion-auto-help.
3778 Update contents of completion-ignored-extensions.
3779 (Minibuffer History): Describe "future history" list. State default
3780 value of history-delete-duplicates.
3781
77a00355
GM
37822008-08-21 Glenn Morris <rgm@gnu.org>
3783
3784 * fortran-xtra.texi (Fortran Columns): Document `fortran-line-length'.
87aae241 3785 (Fortran Comments): Replace fortran-indent-comment with comment-dwim.
77a00355 3786
39ee1d04
CY
37872008-08-17 Chong Yidong <cyd@stupidchicken.com>
3788
3789 * regs.texi (Registers): Clarify valid register names.
3790 (RegPos): Note that buffer is saved and restored too.
3791 (RegText): Note that mark is reactivated/deactivated.
3792 (RegConfig): Xref to Windows node.
3793
b12c348f
CY
37942008-08-16 Chong Yidong <cyd@stupidchicken.com>
3795
3ae7ba79
CY
3796 * basic.texi (Inserting Text): Provide command name for C-q.
3797
b12c348f
CY
3798 * killing.texi (Killing): Copyedit. Define read-only text.
3799 (Deletion): DEL and C-d were already explained in Erasing; xref there.
3800 (Killing by Lines): Copyedit.
3801 (Other Kill Commands): Move M-w description here.
3802 (Yanking): Move M-w to Other Kill Commands.
3803 (Kill Ring): Also mention saving text in registers. Link to Text
3804 Properties in elisp manual.
3805 (Accumulating Text): Copyedit.
3806 (CUA Bindings): Shift selection is now the default.
3807
d8ff7692
TZ
38082008-08-12 Teodor Zlatanov <tzz@lifelogs.com>
3809
3810 * maintaining.texi (Change Log): Mention next-error is available.
3811
a43a8a2e
GM
38122008-08-10 Glenn Morris <rgm@gnu.org>
3813
3814 * cal-xtra.texi (Calendar Customizing): Mention whitespace variables
3815 and intermonth text.
3816 (Holiday Customizing): Add holiday-chinese.
3817
eba27308
EZ
38182008-08-08 Eli Zaretskii <eliz@gnu.org>
3819
3820 * files.texi (Log Buffer, Diff Mode): Fix last changes. Add indexing.
3821
5f14a5b3
DN
38222008-08-07 Dan Nicolaescu <dann@ics.uci.edu>
3823
3824 * files.texi (Log Buffer): Describe C-c C-d.
3825 (Diff Mode): Describe C-x 4 A.
3826
49989bff
EZ
38272008-08-06 Eli Zaretskii <eliz@gnu.org>
3828
3829 * vc1-xtra.texi (VC Directory Mode): Fix last change.
3830
5c915c02
DN
38312008-08-06 Dan Nicolaescu <dann@ics.uci.edu>
3832
2beaf97a
DN
3833 * files.texi (Old Revisions): Update the keys used by vc-annotate and
3834 describe the new bindings to show the changeset diff, toggle annotation
3835 visibility, show revisions.
3836 (VC Status): Describe key bindings for modifying the change comments,
3837 displaying changeset diffs and annotations.
3838
5c915c02
DN
3839 * vc1-xtra.texi (VC Directory Mode): Talk about multiple VC systems.
3840
71798ace
NR
38412008-08-05 Nick Roberts <nickrob@snap.net.nz>
3842
3843 * vc1-xtra.texi (VC Directory Mode): Fix typo.
3844
b8949644
EZ
38452008-08-02 Eli Zaretskii <eliz@gnu.org>
3846
3847 * vc1-xtra.texi (VC Directory Mode, VC Directory Commands): Fix English
3848 and wording.
3849
819567d1
DN
38502008-08-02 Dan Nicolaescu <dann@ics.uci.edu>
3851
3852 * vc1-xtra.texi (VC Directory Mode): Fix and improve the info about
b8949644 3853 marking/unmarking. Add descriptions for the multiple file search
819567d1
DN
3854 commands. Improve some old info.
3855
5f38310a
CY
38562008-07-31 Chong Yidong <cyd@stupidchicken.com>
3857
0dc3906b
CY
3858 * display.texi (Visual Line Mode): New node.
3859
5f38310a 3860 * basic.texi (Inserting Text): Move DEL to deletion node.
1c6c854e
CS
3861 (Moving Point): Add additional alternative key bindings.
3862 Describe line-move-visual.
5f38310a
CY
3863 (Erasing): Describe DEL.
3864 (Basic Undo, Blank Lines, Arguments): Copyedit.
3865 (Continuation Lines): Mention Visual Line mode.
3866 (Position Info): Move extended discussion to mule.texi.
3867
3868 * mule.texi (International Chars): Describe C-x =.
3869
3870 * emacs.texi (Top): Add Visual Line Mode node.
3871
7c2fb837
DN
38722008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
3873
3874 * emacs.texi: Remove VMS support.
3875
3f6b73ef
DN
38762008-07-30 Dan Nicolaescu <dann@ics.uci.edu>
3877
3878 * vc1-xtra.texi (VC Directory Mode): Update the display format and fix
3879 the vc-dir command name.
3880
9e2a2647
DN
38812008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
3882
3883 * xresources.texi: Remove mentions of Mac Carbon.
3884
568beaa2
AS
38852008-07-19 Andreas Schwab <schwab@suse.de>
3886
3887 * ns-emacs.texi: Move to ../misc.
3888
0ef94706
CY
38892008-07-15 Chong Yidong <cyd@stupidchicken.com>
3890
3891 * entering.texi (Exiting): Don't describe text-only terminals as the
3892 default. Describe the new startup screen.
3893 (Exiting): Describe how to kill Emacs first. Change description of
3894 iconification to handle modern window systems.
3895
ba60bd44 38962008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
edfda783
AR
3897
3898 * ns-emacs.texi: New file, documents features of Emacs port under
3899 NeXTstep windowing.
3900
9f30aa73
CY
39012008-07-15 Chong Yidong <cyd@stupidchicken.com>
3902
938a5d2e
CY
3903 * entering.texi (Entering Emacs): Update prev node.
3904
3905 * glossary.texi (Glossary): Remove xref to Text Characters.
3906
9f30aa73
CY
3907 * commands.texi (User Input): Rewrite. Describe Emacs' behavior
3908 directly, rather than in the context of ASCII. Move description of
3909 special properties of modifier key to new Modifier Keys node.
3910 (Keys): Copyedit.
3911 (Text Characters): Delete node. Multibyte is the default nowadays, and
3912 the node contents are obsolete.
3913
3914 * custom.texi (Modifier Keys): New node.
3915
3916 * emacs.texi (Top): Update node list.
3917
7e53d36c
CY
39182008-07-13 Chong Yidong <cyd@stupidchicken.com>
3919
3920 * emacs.texi (Intro): Increase conciseness slightly. Remove paragraph
3921 saying that Emacs provides menus and mouse support (which is par for
3922 the course).
3923
3924 * screen.texi (Screen): Copyedit. Define "buffer" and "current buffer"
3925 early on.
3926 (Point): Copyedit. Relegate historical trivia to a footnote.
3927 (Mode Line): Explain mode-line format more consistently.
3928 (Menu Bar): Copyedit.
3929
1e9fa96d
GM
39302008-06-27 Glenn Morris <rgm@gnu.org>
3931
3932 * cal-xtra.texi (Sexp Diary Entries):
3933 * calendar.texi (Lunar Phases): Update for lunar.el name changes.
3934
dc9bebb8
CY
39352008-06-26 Chong Yidong <cyd@stupidchicken.com>
3936
3937 * mark.texi (Shift selection): New node.
3938 (Mark): Copyedits.
3939 (Persistent Mark): Move to the end of the chapter.
3940
e7881076
EZ
39412008-06-20 Eli Zaretskii <eliz@gnu.org>
3942
3943 * makefile.w32-in (distclean): Remove makefile.
3944
f427400c
NR
39452008-06-17 Nick Roberts <nickrob@snap.net.nz>
3946
3947 * building.texi (Starting GUD): Add an entry for gud-gdb.
3948 (GDB Graphical Interface): Explain that gud-gdb is now needed for text
3949 command mode.
3950
b597d348
GM
39512008-06-17 Glenn Morris <rgm@gnu.org>
3952
3953 * calendar.texi: Fix references to mouse-2 and mouse-3 in calendar.
3954
647b7094
NR
39552008-06-17 Nick Roberts <nickrob@snap.net.nz>
3956
3957 * building.texi (Starting GUD): Expand on remote debugging.
3958 (Other GDB-UI Buffers): Mention new keyboard bindings.
3959
47a30023
GM
39602008-06-15 Glenn Morris <rgm@gnu.org>
3961
3962 * gnu.texi: Use a verbatim license for this invariant section,
3963 as per etc/GNU.
3964
37e5d54a
GM
39652008-06-13 Daniel Engeler <engeler@gmail.com>
3966
3967 * emacs.texi, misc.texi: Add documentation about serial port access.
3968
8e65d46c
GM
39692008-06-13 Glenn Morris <rgm@gnu.org>
3970
c1473b4c
MB
3971 * emacs-xtra.texi, emacs.texi: Update Back-Cover text per
3972 maintain.info.
8e65d46c 3973
e40a85cd
MB
39742008-06-05 Miles Bader <miles@gnu.org>
3975
3976 * display.texi (Temporary Face Changes): Update to reflect function
3977 renamings in face-remap.el.
3978
56c73dec
MB
39792008-06-04 Miles Bader <miles@gnu.org>
3980
1c6c854e
CS
3981 * display.texi (Temporary Face Changes):
3982 Add `adjust-buffer-face-height'. Rewrite description of
56c73dec
MB
3983 `increase-buffer-face-height' and `decrease-default-face-height' now
3984 that they aren't bound by default.
3985
9d3d42fb
MB
39862008-06-03 Miles Bader <miles@gnu.org>
3987
3988 * display.texi (Temporary Face Changes): New node.
3989
2be6bfe2
EZ
39902008-05-31 Eli Zaretskii <eliz@gnu.org>
3991
3992 * msdog.texi (Windows Keyboard): Fix text added on 2008-05-29.
3993
daf7e339
GM
39942008-05-31 Glenn Morris <rgm@gnu.org>
3995
3996 * cal-xtra.texi (Fancy Diary Display): Simplify.
3997
d21d2618
GM
39982008-05-30 Glenn Morris <rgm@gnu.org>
3999
4000 * cal-xtra.texi (Fancy Diary Display): Update for
4001 diary-display-function replacing diary-display-hook.
4002
71ce5fd0
JB
40032008-05-29 Drew Adams <drew.adams@oracle.com>
4004
4005 * msdog.texi (Windows Keyboard): Add descriptions of
4006 w32-register-hot-key and w32-unregister-hot-key.
4007
a3cdbdf8
MO
40082008-05-21 Tom Tromey <tromey@redhat.com>
4009
4010 * custom.texi (Directory Variables): Grammar fix. Link to Safe File
4011 Variables node.
4012
854a574c
MO
40132008-05-19 Tom Tromey <tromey@redhat.com>
4014
4015 * custom.texi (Variables): Add Directory Variables to menu.
4016 (Directory Variables): New node.
4017
7c2ec3f9
ER
40182008-05-16 Eric S. Raymond <esr@snark.thyrsus.com>
4019
71ce5fd0 4020 * vc2-xtra.texi: Modify an example so it reflects what vc.el now does.
7c2ec3f9 4021
370fded4
ER
40222008-05-15 Eric S. Raymond <esr@snark.thyrsus.com>
4023
4024 * vc2-xtra.texi, emacs.texi, files.texi: Snapshots node renamed to
352c8b4a
GM
4025 Revision Tags and rewritten. Section now uses modern terminology,
4026 (tags rather than snapshots) and describes post-SCCS systems more
370fded4
ER
4027 accurately.
4028
6af511e3
EZ
40292008-05-10 Eli Zaretskii <eliz@gnu.org>
4030
4031 * msdog.texi (Windows Files): Update documentation of
4032 w32-get-true-file-attributes.
4033
7a78b6e7
ER
40342008-05-09 Eric S. Raymond <esr@snark.thyrsus.com>
4035
4036 * files.texi, vc-xtra.texi, vc1-xtra.texi: Document the new VC
4037 directory mode.
4038
1bcfc24e
CY
40392008-05-08 Chong Yidong <cyd@stupidchicken.com>
4040
4041 * killing.texi (Appending Kills): Remove a strangely off-topic index
6af511e3 4042 entry "television".
1bcfc24e 4043
db86064f
ER
40442008-05-07 Eric S. Raymond <esr@snark.thyrsus.com>
4045
ab5ec32c 4046 * ack.texi, files.texi, vc2-xtra.texi: Meta-CVS is no longer supported.
db86064f 4047
a31b405e
ER
40482008-05-02 Eric S. Raymond <esr@snark.thyrsus.com>
4049
4050 * emacs/buffers.texi, emacs/files.texi (Version-control):
4051 vc-toggle-read-only is no longer a good idea...
4052
ff2c14fc
GM
40532008-04-29 Glenn Morris <rgm@gnu.org>
4054
4055 * cal-xtra.texi (Sexp Diary Entries): Clarify diary-float.
4056
367c9b7c
JL
40572008-04-22 Juri Linkov <juri@jurta.org>
4058
4059 * dired.texi (Subdirectories in Dired): Describe using `^'
4060 to return to the parent directory.
4061
4ac1e9b4
NR
40622008-04-22 Nick Roberts <nickrob@snap.net.nz>
4063
4064 * building.texi (GDB-UI Layout, Other GDB-UI Buffers): Update for
4065 recent changes.
4066
b9b3bf2b
NR
40672008-04-19 Nick Roberts <nickrob@snap.net.nz>
4068
4069 * building.texi (GDB-UI Layout, Breakpoints Buffer)
4070 (Other GDB-UI Buffers): Update for recent thread related changes.
4071
4d120d6a
SM
40722008-04-11 Mirko Vukovic <mirko.vukovic@gmail.com> (tiny change)
4073
4074 * maintaining.texi (Maintaining):
4075 * emacs.texi (Top): Typo.
4076
a152877d
SM
40772008-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
4078
b9b3bf2b
NR
4079 * display.texi (Font Lock): Prefer add-hook to using a non-nil `mode'
4080 arg in `font-lock-add-keywords'.
a152877d 4081
36c0514c
GM
40822008-04-08 Glenn Morris <rgm@gnu.org>
4083
4084 * cal-xtra.texi, calendar.texi: Update for calendar name changes.
4085 Also add Baha'i calendar references where appropriate.
4086
06a97d46
GM
40872008-04-05 Glenn Morris <rgm@gnu.org>
4088
4089 * custom.texi (Init File): Byte-compiling .emacs is bad.
4090
6adc6eed
SM
40912008-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
4092
4093 * mini.texi (Minibuffer Edit) <resize-mini-windows>: Adjust default.
4094
571388b0
GM
40952008-03-29 Glenn Morris <rgm@gnu.org>
4096
4097 * calendar.texi: Update for `calendar-date-style' replacing
4098 `european-calendar'.
4099
3ae8f876
JR
41002008-03-28 Jason Rumney <jasonr@gnu.org>
4101
4102 * display.texi (Display Custom): Mention overlay-margin in text.
4103
5bc6ddff 41042008-03-12 Reiner Steib <Reiner.Steib@gmx.de>
03a864d5 4105
5bc6ddff
MB
4106 * custom.texi, dired.texi, mini.texi, mule.texi: Add `referenced in the
4107 tutorial' comments.
03a864d5 4108
7186a830
CY
41092008-03-28 Chong Yidong <cyd@stupidchicken.com>
4110
4111 * mark.texi (Mark): Rearrange nodes.
4112 (Persistent Mark): Rename from Transient Mark.
4113 (Mark, Setting Mark, Marking Objects, Persistent Mark, Mark Ring):
4114 Describe Transient Mark mode as the default.
4115
4116 * basic.texi (Basic Undo): Don't mention setting the mark, which isn't
4117 the default behavior with Transient Mark mode off.
4118 (Position Info): Fix typo.
4119
71ce5fd0
JB
4120 * display.texi (Standard Faces): Reference the Mark node.
4121 Remove discussion of the region face, which is discussed there.
7186a830
CY
4122
4123 * emacs.texi (Top): Update node listings.
4124
4125 * files.texi (Diff Mode, Misc File Ops): Describe Transient Mark mode
4126 as the default.
4127
4128 * fixit.texi (Undo): Standardize choice of undo key sequence.
4129 (Undo, Spelling): Describe Transient Mark mode as the default.
4130
4131 * frames.texi (Mouse Commands): Treat Transient Mark mode as the
4132 default.
4133
4134 * glossary.texi (Glossary): Treat Transient Mark mode as the default.
4135
4136 * killing.texi (Kill Ring, Accumulating Text): Assume Transient Mark
4137 mode is the default, and note that the mark is not activated when set.
4138
4139 * programs.texi (Moving by Defuns, Expressions, Comment Commands):
4140 Describe Transient Mark mode as the default.
4141
4142 * search.texi (Basic Isearch): Reference the Mark Ring node.
4143 (Replace, Unconditional Replace, Other Repeating Search):
4144 Describe Transient Mark mode as the default.
4145
1c6c854e
CS
4146 * text.texi (Words, Pages, Fill Commands, HTML Mode):
4147 Describe Transient Mark mode as the default.
7186a830
CY
4148 (Paragraphs): Describe how M-h behaves when region is active.
4149
4150 * trouble.texi (Quitting): Clarify effects of C-g.
4151
dc47d1ff
GM
41522008-03-13 Glenn Morris <rgm@gnu.org>
4153
4154 * emacs.texi (EMACSVER): Set to 23.0.60.
4155
e3e0fb39 41562008-03-05 Glenn Morris <rgm@gnu.org>
8b74f389 4157
e3e0fb39
GM
4158 * dired.texi (Hiding Subdirectories): Fix previous change.
4159
41602008-03-05 Drew Adams <drew.adams@oracle.com>
4161
4162 * dired.texi (Hiding Subdirectories): Document `dired-hide-subdir'.
8b74f389 4163
5e14abf8
KS
41642008-02-28 Kim F. Storm <storm@cua.dk>
4165
4166 * help.texi (Help Files): Move describe-gnu-project to C-h g.
4167 Move describe-distribution to C-h C-o.
4168 Move view-emacs-problems to C-h C-p.
4169 Add view-emacs-debugging on C-h C-d.
4170 Add view-external-packages on C-h C-e.
d0207bf3 4171 Add view-order-manuals on C-h C-m.
5e14abf8 4172
d0207bf3 41732008-02-17 Ulrich Mueller <ulm@kph.uni-mainz.de>
17577183
BG
4174
4175 * msdog-xtra.texi (MS-DOS): Docstring fix.
4176
87e391bb
EZ
41772008-02-09 Eli Zaretskii <eliz@gnu.org>
4178
4179 * msdog.texi (Windows Fonts): Use a @table for describing font
4180 properties.
4181
5662e503
JR
41822008-02-07 Jason Rumney <jasonr@gnu.org>
4183
4184 * msdog.texi (Windows Files): w32-get-true-file-attributes default
4185 value has changed.
4186 (Windows HOME): Clarify what is meant by "if that fails as well".
4187 (Windows Fonts): New section.
4188
72463824
GM
41892008-02-07 D. E. Evans <sinuhe@gnu.org> (tiny change)
4190
4191 * basic.texi (Basic Undo): Remove duplicate "you can".
4192
7ff926e0
EZ
41932008-02-02 Eli Zaretskii <eliz@gnu.org>
4194
4195 * maintaining.texi (Tags): Fix last change.
4196
6ab7aef1
MA
41972008-02-02 Michael Albinus <michael.albinus@gmx.de>
4198
093571c3 4199 * tramp.texi: Use new FSF's Back-Cover Text.
6ab7aef1 4200
ace67e7e
NR
42012008-01-31 Nick Roberts <nickrob@snap.net.nz>
4202
4203 * trouble.texi (Checklist): Direct users to emacs-devel@gnu.org.
4204
ae068fdf
RS
42052008-01-26 Richard Stallman <rms@gnu.org>
4206
4207 * maintaining.texi (Tags): Delete redundant index entry.
4208
a56d9a08
EZ
42092008-01-26 Eli Zaretskii <eliz@gnu.org>
4210
4211 * programs.texi (Imenu): Move "@cindex tags" from here...
4212 * maintaining.texi (Tags): ...to here.
4213
e941ed90
NR
42142008-01-23 Kevin Ryde <user42@zip.com.au>
4215
4216 * custom.texi (Mouse Buttons): Update elisp xref to "Click Events" on
4217 click count.
4218
650276d5
JB
42192008-01-21 Juanma Barranquero <lekktu@gmail.com>
4220
4221 * entering.texi (Exiting): Fix typo.
4222 Reported by D. E. Evans <sinuhe@gnu.org>.
4223
8dc17977
MR
42242007-12-31 Martin Rudalics <rudalics@gmx.at>
4225
4226 * glossary.texi (Glossary): Fix typo.
4227
9f9695a6
RS
42282007-12-27 Richard Stallman <rms@gnu.org>
4229
4230 * text.texi (Formatted Text): Improve menu tag.
4231 (Editing Format Info): In Info, add duplicate menu of nodes
4232 about the submenus.
4233 (Format Faces): Say where Faces menu is found. Mention Other.
4234 (Format Colors): Say where these submenus are found.
4235 (Format Indentation, Format Justification): Likewise.
4236 (Format Properties): Likewise.
4237
abfd0191
RS
42382007-12-22 Richard Stallman <rms@gnu.org>
4239
4240 * search.texi (Query Replace): Make exp of query-replace more
4241 self-contained, and clarify.
8dc17977 4242
abfd0191
RS
4243 * cc-mode.texi (Getting Started): Change @ref to @pxref.
4244
a2586785
RS
42452007-12-15 Richard Stallman <rms@gnu.org>
4246
4247 * files.texi (Auto Save): Clarify definition of auto-saving.
4248
a67cf2bb
RS
42492007-11-26 Richard Stallman <rms@gnu.org>
4250
4251 * help.texi (Help Echo): Cleanups.
4252
448b33b1
TTN
42532007-11-23 Thien-Thi Nguyen <ttn@gnuvola.org>
4254
4255 * files.texi (Why Version Control?): Fix typo.
4256 (VCS Concepts): Fix typos; small tense fix.
4d77fc8e
TTN
4257 (Selecting a Fileset): Fix typos; small rewording.
4258 (Log Buffer): Likewise.
4259 (Old Revisions): Likewise.
448b33b1 4260
221bb7f6
EZ
42612007-11-17 Eli Zaretskii <eliz@gnu.org>
4262
4263 * mule.texi (Communication Coding): Fix wording of last change.
4264
d0207bf3 42652007-11-16 Werner Lemberg <wl@gnu.org>
1ab397c1 4266
630cb3b7
JB
4267 * custom.texi (Specifying File Variables):
4268 * major.texi (Choosing Modes): Mention '\" in man pages.
1ab397c1 4269
53b7759e
KH
42702007-11-16 Kenichi Handa <handa@ni.aist.go.jp>
4271
a5ab2e0c 4272 * mule.texi (Communication Coding): Document x-select-request-type.
53b7759e
KH
4273
4274 * frames.texi (Cut/Paste Other App): Mention x-select-request-type.
4275
c8763fb6 42762007-11-15 Francesco Potortì <pot@gnu.org>
0b7f2f3f 4277
630cb3b7 4278 * maintaining.texi (TEXTAGS): Note that you can use "-" for stdout with
0b7f2f3f
FP
4279 --output=file.
4280
ff98e024
MR
42812007-11-13 Martin Rudalics <rudalics@gmx.at>
4282
4283 * help.texi (Help Summary, Apropos, Misc Help): Fix typos.
4284 (Help Echo): Avoid mentioning the term "region" here and
4285 consistently use the term "active text".
4286
37b11c22
GM
42872007-11-11 Glenn Morris <rgm@gnu.org>
4288
4289 * calendar.texi (Special Diary Entries): Fix Thanksgiving example.
4290
21d50ba1
JL
42912007-11-10 Paul Pogonyshev <pogonyshev@gmx.net>
4292
1c6c854e
CS
4293 * search.texi (Query Replace):
4294 Mention `query-replace-show-replacement'.
21d50ba1 4295
c12ecb0a 42962007-11-09 Nick Roberts <nickrob@snap.net.nz>
4fda797e
NR
4297
4298 * building.texi (Watch Expressions): Remove obscure sentence.
4299
3b4201f4
KH
43002007-11-06 Kenichi Handa <handa@ni.aist.go.jp>
4301
4302 * mule.texi (Select Input Method): Describe how to activate an input
4303 method in the text mode.
4304
07e5c0b0
DN
43052007-11-01 Dan Nicolaescu <dann@ics.uci.edu>
4306
4307 * cmdargs.texi (Misc Variables): Remove Sun windows info.
4308
52dd7391
NR
43092007-10-30 Nick Roberts <nickrob@snap.net.nz>
4310
4311 * building.texi (Watch Expressions): Describe gdb-delete-out-of-scope.
4312
c004e539
GM
43132007-10-30 Glenn Morris <rgm@gnu.org>
4314
4315 * misc.texi (Directory Tracking): Explain a bit more about
4316 dirtrack-mode.
4317
ca8c5b8c
GM
43182007-10-25 Glenn Morris <rgm@gnu.org>
4319
4320 * fortran-xtra.texi (Fortran): F90 mode handles F2003.
4321
b6c764ef
RS
43222007-10-24 Richard Stallman <rms@gnu.org>
4323
4324 * misc.texi (Interactive Shell): Cleanup last change.
4325
eabd84c9
JL
43262007-10-22 Juri Linkov <juri@jurta.org>
4327
4328 * mini.texi (Minibuffer History): Add text about a list of minibuffer
4329 default values.
4330
0b43c7e2
ER
43312007-10-20 Eric S. Raymond <esr@snark.thyrsus.com>
4332
ca8c5b8c 4333 * files.texi: Disambiguate two slightly different uses of the term
0b43c7e2
ER
4334 'filesets'.
4335
a80859d4
MR
43362007-10-18 Martin Rudalics <rudalics@gmx.at>
4337
4338 * trouble.texi (Quitting): Fix typo.
4339
c9447ae1
GM
43402007-10-18 Glenn Morris <rgm@gnu.org>
4341
4342 * frames.texi (Mode Line Mouse): Mention minor mode names.
4343
168b980f
JL
43442007-10-17 Juri Linkov <juri@jurta.org>
4345
4346 * text.texi (Fill Commands): Undocument fill-paragraph-or-region.
4347 fill-paragraph operates on the active region in Transient Mark mode.
4348 (Fill Prefix, Format Indentation): Replace fill-paragraph-or-region
4349 with fill-paragraph.
4350
4351 * basic.texi (Arguments): Replace fill-paragraph-or-region with
4352 fill-paragraph.
4353
4354 * fixit.texi (Spelling): ispell-word operates on the active region
4355 in Transient Mark mode.
4356
5a331f34
JB
43572007-10-17 Aaron S. Hawley <aaronh@garden.org>
4358
4359 * building.texi (Source Buffers):
4360 * custom.texi (Init Non-ASCII):
4361 * glossary.texi (Glossary): Use "key binding" consistently.
4362
2a9f4d55
JB
43632007-10-17 Juanma Barranquero <lekktu@gmail.com>
4364
4365 * calendar.texi (Diary): Fix directive.
4366
de13cecf
RS
43672007-10-16 Richard Stallman <rms@gnu.org>
4368
4369 * calendar.texi (Diary): Clarify text about diary file example.
4370
5f90d53e
ER
43712007-10-13 Eric S. Raymond <esr@snark.thyrsus.com>
4372
4373 * files.texi: Capitalize node names according to convention.
4374
3aa491bc
GM
43752007-10-13 Glenn Morris <rgm@gnu.org>
4376
4377 * misc.texi (Interactive Shell): Correct INSIDE_EMACS reference.
4378
8a3106d3
ER
43792007-10-11 Eric S. Raymond <esr@snark.thyrsus.com>
4380
4381 * emacs.texi:
4382 * files.texi (Version Systems): Minor fixes to version-control material
5a331f34 4383 suggested by RMS and Robert J. Chassell.
8a3106d3 4384
da1080a2
ER
43852007-10-10 Eric S. Raymond <esr@snark.thyrsus.com>
4386
3aa491bc 4387 * files.texi (Version Systems):
0870a421
ER
4388 * vc-xtra.texi:
4389 * vc1-xtra.texi:
ac3f4c6f 4390 * vc2-xtra.texi: Merge in changes for new VC with fileset-oriented
2a9f4d55 4391 operations. Change of terminology from `version' to `revision'.
a7fc5b78 4392 Revise text for adequate description of VCSes with monotonic IDs.
2a9f4d55 4393 * emacs.texi: Change of terminology from `version' to `revision'.
da1080a2 4394
58ade22b
ER
43952007-10-09 Eric S. Raymond <esr@snark.thyrsus.com>
4396
da1080a2 4397 * files.texi (Version Systems): Describe newer VCses.
58ade22b
ER
4398 Reorder the descriptions to be chronological.
4399
93870ce2
RS
44002007-10-09 Richard Stallman <rms@gnu.org>
4401
4402 * display.texi (Cursor Display): Correct how cursor appears
4403 in nonselected windows.
4404
568c7288
NR
44052007-10-04 Nick Roberts <nickrob@snap.net.nz>
4406
4407 * building.texi (GDB Graphical Interface): Remove references to gdba
4408 and mention gud-gdb.
4409
1af74d06 44102007-08-31 Eli Zaretskii <eliz@gnu.org>
17afb4cb 4411
1af74d06 4412 * rmail.texi (Rmail Sorting): Improve indexing.
17afb4cb 4413
0d8fb755
JL
44142007-10-06 Juri Linkov <juri@jurta.org>
4415
4416 * text.texi (Fill Commands): Document fill-paragraph-or-region.
4417 (Fill Prefix, Format Indentation): Replace fill-paragraph with
4418 fill-paragraph-or-region.
4419
4420 * basic.texi (Arguments): Replace fill-paragraph with
4421 fill-paragraph-or-region.
4422
b981e2c6
ER
44232007-10-06 Eric S. Raymond <esr@snark.thyrsus.com>
4424
4425 * files.texi: Update the section on version control for 2007
2a9f4d55 4426 conditions. None of these changes are new-VC-specific; that
b981e2c6
ER
4427 will come later.
4428
5fceaf9c
GM
44292007-09-15 Glenn Morris <rgm@gnu.org>
4430
4431 * calendar.texi (Holidays): Change all instances of `holiday-list' back
4432 to `list-holidays'.
4433
b0e44b17
GM
44342007-09-14 Glenn Morris <rgm@gnu.org>
4435
4436 * calendar.texi: Update all instances of mark-calendar-holidays,
4437 list-calendar-holidays, list-holidays with the new names.
4438
8cf51b2c
GM
44392007-09-06 Glenn Morris <rgm@gnu.org>
4440
46a367db 4441 Move manual sources from man/ to subdirectories of doc/.
8cf51b2c
GM
4442 Split into the Emacs manual in emacs/, and other manuals in misc/.
4443 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Reduce to just the Emacs
4444 manual.
4445 (infodir): New variable.
4446 (info): Use $infodir.
4447 (emacsman): Delete target, not needed any more.
4448 Move all targets that are not the Emacs manual to misc/Makefile.in.
4449 (mostlyclean): Remove `gnustmp'.
4450 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS): Reduce to just the Emacs
4451 manual.
92f9b43f 4452 (MULTI_INSTALL_INFO, ENVADD, infodir): Go up one more level.
8cf51b2c
GM
4453 (emacsman): Delete target, not needed any more.
4454 (clean): Remove all info files but Emacs manual.
4455 Move all targets that are not the Emacs manual to misc/Makefile.in.
4456 * emacs-xtra.texi, emacs.texi (setfilename): Go up one more level.
4457
4458 * Makefile.in (INFOSOURCES): Delete.
4459 (.SUFFIXES): Use $(TEXI2DVI) rather than texi2dvi.
4460 (mostlyclean): Add *.op, *.ops. Move *.aux *.cps *.fns *.kys *.pgs
4461 *.vrs *.toc here...
4462 (maintainer-clean): ...from here.
4463
44642007-09-05 Glenn Morris <rgm@gnu.org>
4465
4466 * custom.texi (Safe File Variables): Clarify `!' and risky variables.
4467
8cf51b2c
GM
44682007-08-29 Glenn Morris <rgm@gnu.org>
4469
4470 * emacs.texi (EMACSVER): Increase to 23.0.50.
4471
3420c522
RS
44722007-08-27 Richard Stallman <rms@gnu.org>
4473
4474 * emacs.texi (Top): Clarify menu item for Glossary.
4475
4476 * display.texi (Faces): Change secn title.
4477 Clarify not all fonts come from Font Lock.
4478
8cf51b2c
GM
44792007-08-17 Eli Zaretskii <eliz@gnu.org>
4480
4481 * basic.texi (Position Info): Add index entry for face at point.
4482 Mention that character faces are also displayed by "C-u C-x =".
4483
8cf51b2c
GM
44842007-08-08 Glenn Morris <rgm@gnu.org>
4485
4486 * glossary.texi (Glossary): Deprecate `iff'.
8cf51b2c
GM
4487
44882007-08-07 Chong Yidong <cyd@stupidchicken.com>
4489
4490 * files.texi (File Conveniences): Document point motion keys in Image
4491 mode.
4492
8cf51b2c
GM
44932007-07-27 Glenn Morris <rgm@gnu.org>
4494
8cf51b2c
GM
4495 * emacs.texi (Copying): Include license text from gpl.texi, rather than
4496 in-line.
4497
4498 * gpl.texi: New file with text of GPL.
4499 * Makefile.in (EMACSSOURCES): Add gpl.texi.
4500
45012007-07-26 Dan Nicolaescu <dann@ics.uci.edu>
4502
4503 * vc2-xtra.texi (Customizing VC): Add GIT and HG.
4504
4505 * dired.texi (Wdired): Mention C-x C-q key binding.
4506
45072007-07-28 Nick Roberts <nickrob@snap.net.nz>
4508
4509 * building.texi (GDB Graphical Interface): Qualify use of "M-x gdba".
4510
45112007-07-25 Glenn Morris <rgm@gnu.org>
4512
8cf51b2c
GM
4513 * emacs.texi (Copying): Replace license with GPLv3.
4514
4515 * Relicense all FSF files to GPLv3 or later.
4516
45172007-07-24 Glenn Morris <rgm@gnu.org>
4518
4519 * calendar.texi (Writing Calendar Files): cal-tex-diary etc only work
4520 for some calendars.
4521
45222007-07-23 Nick Roberts <nickrob@snap.net.nz>
4523
4524 * screen.texi (Mode Line): Describe new mode-line flag that shows if
4525 default-directory for the current buffer is on a remote machine.
4526
8cf51b2c
GM
45272007-07-21 Eli Zaretskii <eliz@gnu.org>
4528
4529 * vc2-xtra.texi (Customizing VC) <vc-handled-backends>: Update the
4530 default value.
4531
45322007-07-21 Richard Stallman <rms@gnu.org>
4533
4534 * files.texi (Why Version Control?): Improve previous change.
4535
45362007-07-18 Eric S. Raymond <esr@snark.thyrsus.com>
4537
4538 * files.texi (Why Version Control?): New node.
4539
8cf51b2c
GM
45402007-07-12 Nick Roberts <nickrob@snap.net.nz>
4541
8cf51b2c
GM
4542 * building.texi (Starting GUD): Add xref to this anchor.
4543
8cf51b2c
GM
45442007-06-24 Karl Berry <karl@gnu.org>
4545
2a9f4d55 4546 * emacs.texi: New Back-Cover Text.
8cf51b2c 4547
8cf51b2c
GM
45482007-06-07 Alan Mackenzie <acm@muc.de>
4549
4550 * display.texi (Optional Mode Line): Document the new form of
4551 line+column numbers, "(561,2)".
4552
45532007-06-06 Juanma Barranquero <lekktu@gmail.com>
4554
49823426 4555 * maintaining.texi (Create Tags Table): Fix typos.
8cf51b2c
GM
4556
45572007-06-02 Chong Yidong <cyd@stupidchicken.com>
4558
4559 * Version 22.1 released.
4560
8cf51b2c
GM
45612007-05-07 Karl Berry <karl@gnu.org>
4562
4563 * emacs.texi (EMACSVER): Back to 22.
4564
45652007-05-06 Richard Stallman <rms@gnu.org>
4566
4567 * maintaining.texi (Create Tags Table): Clean up previous change.
4568
c8763fb6 45692007-05-05 Francesco Potortì <pot@gnu.org>
8cf51b2c
GM
4570
4571 * maintaining.texi (Create Tags Table): Add text about the dangers of
4572 making symbolic links to tags files.
4573
45742007-05-04 Karl Berry <karl@gnu.org>
4575
4576 * emacs.texi (EMACSVER) [smallbook]: 22.1 for printed version, not 22.
4577
45782007-05-03 Karl Berry <karl@gnu.org>
4579
4580 * emacs.texi (EMACSVER) [smallbook]: 22 for printed version.
4581
4582 * .cvsignore (*.pdf): New entry.
4583
8cf51b2c
GM
4584 * emacs.texi (\urlcolor, \linkcolor) [smallbook]: \let to \Black
4585 for printing.
4586
45872007-05-01 Richard Stallman <rms@gnu.org>
4588
4589 * cmdargs.texi (Initial Options): Under --batch, mention --eval.
4590
8cf51b2c
GM
45912007-04-28 Glenn Morris <rgm@gnu.org>
4592
4593 * ack.texi (Acknowledgments):
4594 * anti.texi (Antinews):
8cf51b2c
GM
4595 * programs.texi (Program Modes): Restore mention of python.el pending
4596 consideration of legal status.
4597
45982007-04-28 Richard Stallman <rms@gnu.org>
4599
4600 * files.texi (File Names): Fixes to ~ description on MS systems.
4601
8cf51b2c
GM
46022007-04-26 Glenn Morris <rgm@gnu.org>
4603
4604 * emacs.texi (EMACSVER): Increase to 22.1.50.
4605
46062007-04-25 Karl Berry <karl@gnu.org>
4607
4608 * emacs.texi: Improve line breaks on copyright page,
4609 similar layout to lispref, 8.5x11 by default.
4610
4611 * dired.texi (Image-Dired): Improve line break, fix typo.
4612
46132007-04-24 Chong Yidong <cyd@stupidchicken.com>
4614
4615 * programs.texi (Program Modes):
8cf51b2c
GM
4616 * anti.texi (Antinews):
4617 * ack.texi (Acknowledgments): python.el removed.
4618
8cf51b2c
GM
46192007-04-23 Chong Yidong <cyd@stupidchicken.com>
4620
4621 * display.texi (Highlight Interactively): Correct description of
4622 hi-lock-file-patterns-policy.
4623
4624 * files.texi (File Archives): Mention self-extracting executables.
4625
46262007-04-23 Eli Zaretskii <eliz@gnu.org>
4627
4628 * search.texi (Unconditional Replace, Query Replace): Add xref to
4629 "Replacement and Case".
4630
46312007-04-22 Chong Yidong <cyd@stupidchicken.com>
4632
4633 * dired.texi (Image-Dired): Move from Thumbnails node.
4634 * misc.texi (Thumbnails): Node deleted.
4635 * emacs.texi (Top): Update node listing.
4636
4637 * files.texi (File Conveniences):
49823426 4638 * ack.texi (Acknowledgments): Rename "tumme" to "image-dired".
8cf51b2c
GM
4639
46402007-04-21 Richard Stallman <rms@gnu.org>
4641
4642 * display.texi (Highlight Interactively): Correct previous change.
4643 Clarify doc of hi-lock-find-patterns, and move new features into it.
4644
46452007-04-20 David Koppelman <koppel@ece.lsu.edu>
4646
1c6c854e
CS
4647 * display.texi (Highlight Interactively):
4648 Document hi-lock-file-patterns-policy.
8cf51b2c
GM
4649
46502007-04-20 Martin Rudalics <rudalics@gmx.at>
4651
4652 * display.texi (Scrolling): Fix typo.
4653
8cf51b2c
GM
46542007-04-15 Chong Yidong <cyd@stupidchicken.com>
4655
8cf51b2c
GM
4656 * doclicense.texi: Remove node heading, so that it can be included by
4657 other files.
4658
4659 * emacs.texi: Insert node heading for GFDL.
4660
8cf51b2c
GM
46612007-04-14 Eli Zaretskii <eliz@gnu.org>
4662
4663 * cmdargs.texi (Colors): Qualify "color of window" index entry by
4664 "command line".
4665
4666 * display.texi (Faces): Refer to "Creating Frames" for face
4667 and other frame customizations in .emacs.
4668
4669 * frames.texi (Creating Frames): Mention that face customizations can
4670 be put in .emacs. Add index entries.
4671
46722007-04-12 Richard Stallman <rms@gnu.org>
4673
4674 * glossary.texi (Glossary): Explain `iff'.
4675
46762007-04-11 Karl Berry <karl@gnu.org>
4677
4678 * gnu.texi (Top),
4679 * macos.texi (Mac Font Specs),
4680 * anti.texi (Antinews),
4681 * xresources.texi (Resources),
4682 * misc.texi (Emulation),
4683 * calendar.texi (Daylight Saving),
4684 * dired.texi (Dired and Find),
4685 * rmail.texi (Remote Mailboxes),
4686 * sending.texi (Mail Headers),
4687 * programs.texi (Which Function),
4688 * files.texi (Recover),
4689 * buffers.texi (Uniquify),
4690 * frames.texi (Wheeled Mice),
4691 * killing.texi (Rectangles): Wording to improve breaks in
4692 8.5x11 format.
4693 * mule.texi (Language Environments): \hbadness=10000 since there's
4694 no way to reword.
4695 * emacs.texi (smallbook): New @set to more easily switch between
4696 smallbook and 8.5x11.
4697
46982007-04-11 Richard Stallman <rms@gnu.org>
4699
4700 * files.texi (File Conveniences): Add xref to Tumme.
4701 Delete text about Thumbnail mode.
4702
8cf51b2c
GM
47032007-04-09 Alan Mackenzie <acm@muc.de>
4704
4705 * cmdargs.texi (Initial Options): Call "inhibit-splash-screen" by its
4706 new name. Insert concept index entries.
4707
8cf51b2c
GM
47082007-04-08 Chong Yidong <cyd@stupidchicken.com>
4709
4710 * display.texi (Standard Faces): Document prefix arg for
4711 list-faces-display.
4712
4713 * rmail.texi (Rmail Scrolling): Document rmail-end-of-message.
4714
8cf51b2c
GM
47152007-04-07 Chong Yidong <cyd@stupidchicken.com>
4716
8cf51b2c
GM
4717 * killing.texi (Deletion): Rewrite description of M-\ prefix argument.
4718
4719 * files.texi (Misc File Ops): Rewrite description of
4720 insert-file-literally.
4721
8cf51b2c
GM
47222007-03-31 Eli Zaretskii <eliz@gnu.org>
4723
4724 * misc.texi (Printing): Postscript -> PostScript.
4725
8cf51b2c
GM
4726 * ack.texi (Acknowledgments): Postscript -> PostScript.
4727
4728 * custom.texi (Init File, Init Non-ASCII): Fix last change.
4729
4730 * emacs.texi (Top): Fix the menu due to the change in custom.texi
4731 below.
4732
47332007-03-30 Chong Yidong <cyd@stupidchicken.com>
4734
4735 * custom.texi (Non-ASCII Rebinding): Node deleted. Material moved to
4736 Init Non-ASCII.
4737 (Init Rebinding, Init Syntax): Link to Init Non-ASCII instead.
4738 (Init Non-ASCII): New node.
4739
47402007-03-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4741
4742 * macos.texi (Mac Font Specs): Mention AppleAntiAliasingThreshold.
4743
8cf51b2c
GM
47442007-03-12 Glenn Morris <rgm@gnu.org>
4745
8cf51b2c
GM
4746 * calendar.texi, emacs.texi (Daylight Saving): Rename node from
4747 "Daylight Savings".
4748
49823426 4749 * calendar.texi: Replace "daylight savings" with "daylight
8cf51b2c
GM
4750 saving" in text throughout.
4751
8cf51b2c
GM
47522007-03-04 Richard Stallman <rms@gnu.org>
4753
4754 * custom.texi (Safe File Variables): Minor correction.
4755
8cf51b2c
GM
47562007-02-28 Thien-Thi Nguyen <ttn@gnu.org>
4757
4758 * rmail.texi (Movemail): Add internal ref.
4759 Don't indent the intro for the PROTO table.
4760 Format PROTO table items with @code.
4761
8cf51b2c
GM
47622007-02-26 Nick Roberts <nickrob@snap.net.nz>
4763
4764 * building.texi: Remove references to bashdb.
4765
8cf51b2c
GM
47662007-02-19 Juanma Barranquero <lekktu@gmail.com>
4767
4768 * mule.texi (Language Environments): Update list of supported language
4769 environments.
4770
8cf51b2c
GM
47712007-02-14 Kim F. Storm <storm@cua.dk>
4772
4773 * building.texi (Grep Searching): Fix lgrep doc.
4774
47752007-02-12 Chong Yidong <cyd@stupidchicken.com>
4776
4777 * back.texi: Remove unused file.
4778
c8763fb6 47792007-02-05 Francesco Potortì <pot@gnu.org>
8cf51b2c
GM
4780
4781 * maintaining.texi (Tag Syntax): Now --members is the default for
4782 etags, not for ctags yet.
4783
8cf51b2c
GM
47842007-02-03 Eli Zaretskii <eliz@gnu.org>
4785
4786 * emacs.texi (Top): Update the top-level menus. Make the detailed menu
4787 headers compliant with Texinfo guidelines and with what texnfo-upd.el
4788 expects. Add comments to prevent people from inadvertently modifying
4789 the key parts needed by `texinfo-multiple-files-update'.
4790
47912007-01-29 Chong Yidong <cyd@stupidchicken.com>
4792
4793 * frames.texi (Secondary Selection): Window clicked does not matter
4794 when mouse-yank-at-point is non-nil.
4795
8cf51b2c
GM
47962007-01-16 Glenn Morris <rgm@gnu.org>
4797
4798 * abbrevs.texi (Editing Abbrevs): Describe how to disable a
4799 system abbrev.
4800
48012007-01-11 Richard Stallman <rms@gnu.org>
4802
4803 * msdog.texi (Windows Keyboard): Another small cleanup.
4804
48052007-01-10 Richard Stallman <rms@gnu.org>
4806
4807 * msdog.texi (Windows Keyboard): Yet another try to make
4808 everyone happy with that passage.
4809
48102007-01-05 Richard Stallman <rms@gnu.org>
4811
4812 * anti.texi (Antinews): Mention M-x shell scrolling.
4813
48142007-01-05 Nick Roberts <nickrob@snap.net.nz>
4815
4816 * building.texi (Watch Expressions): Describe gdb-max-children.
4817
8cf51b2c
GM
48182007-01-04 Richard Stallman <rms@gnu.org>
4819
8cf51b2c
GM
4820 * msdog.texi (Windows Keyboard): Clarify previous change.
4821
8cf51b2c
GM
48222007-01-02 Richard Stallman <rms@gnu.org>
4823
4824 * custom.texi (Changing a Variable): Minor clarification.
4825 (Specific Customization): customize-customized => customize-unsaved.
4826
4827 * entering.texi (Entering Emacs): Clean up text about restarting
4828 Emacs for each file.
4829
4830 * misc.texi (Shell Options): Minor cleanup.
4831
4832 * msdog.texi (Windows Keyboard): Explain that Windows was incompatible
4833 with Emacs, not vice versa.
4834
4835 * programs.texi (Symbol Completion): Recommend customizing
4836 window manager.
4837
4838 * xresources.texi (Resources): Minor fix.
4839
c8763fb6 48402007-01-01 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
4841
4842 * xresources.texi (Table of Resources): Add scrollBarWidth resource.
4843
48442007-01-01 Richard Stallman <rms@gnu.org>
4845
4846 * commands.texi (User Input): Document keys stolen by window mangers.
4847
48482006-12-31 Richard Stallman <rms@gnu.org>
4849
4850 * custom.texi (Specific Customization): Document customize-option
4851 instead of customize-variable.
4852
48532006-12-31 Kim F. Storm <storm@cua.dk>
4854
4855 * major.texi (Choosing Modes): Document auto-mode-case-fold.
4856
48572006-12-30 Kim F. Storm <storm@cua.dk>
4858
4859 * killing.texi (CUA Bindings): Fix typo.
4860
4861 * xresources.texi (Table of Resources): Mention grow-only value for
4862 auto-resize-tool-bars.
4863
8cf51b2c
GM
48642006-12-27 Eli Zaretskii <eliz@gnu.org>
4865
4866 * msdog.texi (Windows Keyboard): Mention widespread Windows bindings,
4867 and how to get them back.
4868
48692006-12-26 Richard Stallman <rms@gnu.org>
4870
4871 * calendar.texi (Holidays): Holiday listing is based on current
4872 practice, but DST is not.
4873
48742006-12-25 Richard Stallman <rms@gnu.org>
4875
4876 * emacs.texi (Top): Update subnode menus.
4877
4878 * mark.texi (Transient Mark): Fix xref.
4879
4880 * killing.texi (Graphical Kill): Node deleted.
4881 (Killing): Add xref to Cut and Paste.
4882 (CUA Bindings): Update xref.
4883
4884 * frames.texi (Cut and Paste): New section to hold other nodes.
4885 (Mouse Commands): Node demoted.
4886 (Cut/Paste Other App): Split out from Mouse Commands.
4887 (Word and Line Mouse): Likewise.
4888 (Secondary Selection, Clipboard): Nodes demoted.
4889
8cf51b2c
GM
48902006-12-24 Kevin Ryde <user42@zip.com.au>
4891
4892 * calendar.texi (Holidays): US daylight saving begins second Sunday
4893 in March for 2007 onwards.
4894 (Daylight Savings): Show new US default daylight saving rules, 2nd
4895 Sun in Mar to 1st Sun in Nov, now in cal-dst.el.
4896
48972006-12-23 Chong Yidong <cyd@stupidchicken.com>
4898
4899 * calendar.texi (Scroll Calendar): < and > are switched.
4900
49012006-12-23 Kevin Rodgers <ihs_4664@yahoo.com>
4902
4903 * killing.texi (Deletion): Describe M-\ prefix argument.
4904
49052006-12-23 Richard Stallman <rms@gnu.org>
4906
4907 * search.texi (Regexp Search): Explain why forward and reverse regexp
4908 search are not mirror images.
4909
8cf51b2c
GM
49102006-12-19 Kim F. Storm <storm@cua.dk>
4911
4912 * major.texi (Choosing Modes): Describe match-function elements for
4913 magic-mode-alist.
4914
8cf51b2c
GM
49152006-12-18 Eli Zaretskii <eliz@gnu.org>
4916
4917 * msdog.texi (Windows Keyboard): Add a footnote about "Windows" keys
4918 peculiarities.
4919
49202006-12-18 Richard Stallman <rms@gnu.org>
4921
4922 * abbrevs.texi (Editing Abbrevs): Fix previous change.
4923
8cf51b2c
GM
49242006-12-17 Alan Mackenzie <acm@muc.de>
4925
4926 * programs.texi (Left Margin Paren): Remove the bit which says
4927 that CC Mode sets open-paren-in-column-0-is-defun-start to nil.
4928 Discuss some of the issues of setting this option to nil.
4929
49302006-12-17 Glenn Morris <rgm@gnu.org>
4931
4932 * abbrevs.texi (Editing Abbrevs): Mention system abbrevs.
4933
49342006-12-16 Eli Zaretskii <eliz@gnu.org>
4935
4936 * msdog.texi (Windows Keyboard): Clarify `w32-recognize-altgr' effect.
4937 (Windows Files): `w32-get-true-file-attributes' is only relevant for
4938 NTFS volumes.
4939 (ls in Lisp): `links' in `ls-lisp-verbosity' is only relevant to NTFS
4940 volumes.
4941
49422006-12-15 Eli Zaretskii <eliz@gnu.org>
4943
4944 * text.texi (HTML Mode): Fix "C-c TAB".
4945
8cf51b2c
GM
49462006-12-09 Richard Stallman <rms@gnu.org>
4947
4948 * misc.texi (Invoking emacsclient): Simplify TCP file text.
4949
49502006-12-08 Kevin Rodgers <ihs_4664@yahoo.com>
4951
4952 * files.texi (Misc File Ops): Document insert-file-literally.
4953
49542006-12-08 Eli Zaretskii <eliz@gnu.org>
4955
4956 * cmdargs.texi (Colors): Note that --color is intended for overriding
4957 the terminal defaults, not for normal invocation.
4958
4959 * misc.texi (Emacs Server): Improve wording. Don't mention the
4960 ``server program''. Add a cross-reference to "Init File" node.
4961 (Invoking emacsclient): Add index entries. Document both short and
4962 long versions of command-line options. Document the -f option.
4963
8cf51b2c
GM
49642006-12-06 Richard Stallman <rms@gnu.org>
4965
4966 * text.texi (Outline Format): Say to set outline-regexp
4967 and outline-level with major modes and file local variables.
4968
c8763fb6 49692006-12-05 Michaël Cadilhac <michael.cadilhac@lrde.org>
8cf51b2c
GM
4970
4971 * anti.texi (Antinews): Mention the alternative to
4972 `~/.emacs_SHELLNAME', which is `~/.emacs.d/init_SHELLNAME.sh'.
4973
8cf51b2c
GM
4974 * misc.texi (Interactive Shell): Ditto.
4975
49762006-12-04 Eli Zaretskii <eliz@gnu.org>
4977
4978 * emacs.texi (Acknowledgments): Fix Arne J@o{}rgensen's name.
4979
4980 * ack.texi (Acknowledgments): Fix Arne J@o{}rgensen's name.
4981
49822006-12-01 Eli Zaretskii <eliz@gnu.org>
4983
4984 * mule.texi (Enabling Multibyte): Rephrase the confusing reference to a
4985 colon in the mode line.
4986
4987 * msdog.texi (Windows Processes) [@ifnottex]: Mention w32-shell-execute.
4988
49892006-11-26 Nick Roberts <nickrob@snap.net.nz>
4990
4991 * building.texi (Watch Expressions): Mention SPC for expanding/
4992 contracting watch expressions.
4993
49942006-11-26 Kim F. Storm <storm@cua.dk>
4995
4996 * kmacro.texi (Basic Keyboard Macro): Mention F3/F4 more.
4997
49982006-11-26 Nick Roberts <nickrob@snap.net.nz>
4999
5000 * building.texi (Debugger Operation): Define text command mode.
5001 Clarify how tooltips work.
5002 (GDB Graphical Interface): Explain how to run in text command mode
5003 more clearly.
5004
50052006-11-25 Juanma Barranquero <lekktu@gmail.com>
5006
5007 * mule.texi (Defining Fontsets): Fix use of `charset' and `font'.
5008
50092006-11-22 Juanma Barranquero <lekktu@gmail.com>
5010
5011 * anti.texi (Antinews): Mention --server-file and TCP sockets.
5012
8cf51b2c
GM
50132006-11-18 Chong Yidong <cyd@stupidchicken.com>
5014
5015 * misc.texi (Interactive Shell): INSIDE_EMACS is set to t,
5016 and EMACS is deprecated.
5017
50182006-11-18 Juanma Barranquero <lekktu@gmail.com>
5019
5020 * makefile.w32-in (emacs.dvi): Remove xresmini.texi.
5021
c8763fb6 50222006-11-18 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
5023
5024 * Makefile.in (emacs.dvi): Remove xresmini.texi.
5025
5026 * emacs.texi: Include xresources.texi both for info and dvi.
5027
5028 * xresources.texi: Merge text from xresmini.texi.
5029
c8763fb6 50302006-11-12 Roberto Rodríguez <lanubeblanca@googlemail.com> (tiny change)
8cf51b2c
GM
5031
5032 * glossary.texi: Fix typos.
5033
8cf51b2c
GM
50342006-11-06 Richard Stallman <rms@gnu.org>
5035
5036 * emacs.texi (Acknowledgments): Fix name spelling, add Anna Bigatti.
5037
5038 * ack.texi (Acknowledgments): Fix name spelling.
5039
50402006-11-01 Juri Linkov <juri@jurta.org>
5041
5042 * search.texi (Word Search): Document incremental word search.
5043
50442006-10-28 Glenn Morris <rgm@gnu.org>
5045
5046 * ack.texi (Acknowledgments): Add cal-html author.
5047
5048 * calendar.texi (Writing Calendar Files): Rename section (was "LaTeX
5049 Calendar"). Describe new package cal-html.
5050 * emacs.texi (Top): Rename old node "LaTeX Calendar" to "Writing
5051 Calendar Files."
5052
8cf51b2c
GM
50532006-10-23 Richard Stallman <rms@gnu.org>
5054
5055 * abbrevs.texi (Expanding Abbrevs): Expansion happens only when
5056 Abbrev mode is enabled.
5057
8cf51b2c
GM
50582006-10-16 Richard Stallman <rms@gnu.org>
5059
8cf51b2c
GM
5060 * emacs.texi: Update ISBN.
5061
8cf51b2c
GM
50622006-10-11 Kim F. Storm <storm@cua.dk>
5063
5064 * emacs.texi (Acknowledgments): Use @dotless{i}.
5065
50662006-10-08 Nick Roberts <nickrob@snap.net.nz>
5067
5068 * building.texi (Breakpoints Buffer): Mention catchpoints.
5069
50702006-10-08 Kim F. Storm <storm@cua.dk>
5071
5072 * ack.texi (Acknowledgments): Update.
5073
5074 * emacs.texi (Acknowledgments): Fix bad @/ form.
5075
8cf51b2c
GM
50762006-10-05 Kim F. Storm <storm@cua.dk>
5077
5078 * emacs.texi (Acknowledgments): Add more contributors.
5079
50802006-10-03 Richard Stallman <rms@gnu.org>
5081
5082 * emacs.texi (Acknowledgments): Update version and edition.
5083
8cf51b2c
GM
50842006-10-01 Karl Berry <karl@gnu.org>
5085
5086 * custom.texi (Customization Groups): Page break to keep example buffer
5087 on one page.
5088
50892006-09-30 Karl Berry <karl@gnu.org>
5090
5091 * programs.texi (Basic Indent): @need to improve page break.
5092 * text.texi: Rewording to improve page breaks, and use @LaTeX{}.
5093
50942006-09-29 Glenn Morris <rgm@gnu.org>
5095
5096 * calendar.texi (Date Formats): Doc fix for european-calendar-style.
5097
50982006-09-29 Karl Berry <karl@gnu.org>
5099
5100 * windows.texi (Basic Window): Remove forced @break, no longer
5101 desirable.
5102 * frames.texi (Frame Commands),
5103 * mark.texi (Marking Objects): Reword to avoid bad page break.
5104 * display.texi (Auto Scrolling): Use @tie{} to avoid bad line break.
5105
51062006-09-19 Richard Stallman <rms@gnu.org>
5107
5108 * frames.texi (Dialog Boxes): Clean up wording: avoid passive,
5109 stick to present tense.
5110
c8763fb6 51112006-09-18 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
5112
5113 * frames.texi (Dialog Boxes): Rename x-use-old-gtk-file-dialog
5114 to x-gtk-use-old-file-dialog.
5115 (Dialog Boxes): Document x-gtk-file-dialog-help-text.
5116
51172006-09-15 Jay Belanger <belanger@truman.edu>
5118
49823426 5119 * emacs.texi (GNU GENERAL PUBLIC LICENSE):
8cf51b2c
GM
5120 Change "Library Public License" to "Lesser Public License"
5121 throughout. Use "yyyy" to represent year.
5122
8cf51b2c
GM
51232006-09-12 Reiner Steib <Reiner.Steib@gmx.de>
5124
5125 * files.texi (Visiting): Add index entry "open file".
5126
8cf51b2c
GM
51272006-09-11 Richard Stallman <rms@gnu.org>
5128
5129 * building.texi (Compilation Mode): Clarification.
5130 (Grep Searching): Add xref to Compilation Mode.
5131
8cf51b2c
GM
51322006-09-08 Richard Stallman <rms@gnu.org>
5133
5134 * search.texi (Search): Ref multi-file search commands here.
5135 (Other Repeating Search): Not here.
5136
8cf51b2c
GM
51372006-08-28 Richard Stallman <rms@gnu.org>
5138
5139 * windows.texi (Split Window): Update xref.
5140
5141 * basic.texi (Continuation Lines): Update xref.
5142
5143 * indent.texi (Tab Stops): Update xref.
5144
5145 * emacs.texi (Top): Update subnode menu.
5146
5147 * display.texi (Line Truncation, Displaying Boundaries): New nodes,
5148 split out of Display Custom.
5149
51502006-08-25 Kim F. Storm <storm@cua.dk>
5151
5152 * display.texi (Display Custom): Add variables overline-margin
5153 and x-underline-at-descent-line.
5154
51552006-08-25 Richard Stallman <rms@gnu.org>
5156
5157 * entering.texi (Exiting): Rewrite to give graphical displays
5158 priority over text terminals.
5159
5160 * search.texi (Incremental Search): Move index entries.
5161
51622006-08-23 Chong Yidong <cyd@stupidchicken.com>
5163
5164 * custom.texi (Init File): Reference Find Init to avoid "home
5165 directory" confusion.
5166
51672006-08-22 Nick Roberts <nickrob@snap.net.nz>
5168
5169 * building.texi (Other GDB-UI Buffers): Describe how to edit
5170 a value in the locals buffer.
5171
51722006-08-21 Richard Stallman <rms@gnu.org>
5173
5174 * search.texi (Basic Isearch): Add `isearch' index entry.
5175
51762006-08-16 Richard Stallman <rms@gnu.org>
5177
5178 * misc.texi (Saving Emacs Sessions): Clean up wording.
5179
5180 * mark.texi (Marking Objects): Mention term "select all".
5181
5182 * emacs.texi (Top): Update subnode menu.
5183
5184 * help.texi (Help Mode): Move node up in file.
5185
8cf51b2c
GM
51862006-08-15 Nick Roberts <nickrob@snap.net.nz>
5187
5188 * building.texi (Stack Buffer): Explain fringe arrow.
5189
8cf51b2c
GM
51902006-08-12 Eli Zaretskii <eliz@gnu.org>
5191
8cf51b2c
GM
5192 * misc.texi (Saving Emacs Sessions): Clarify when desktop is restored
5193 on startup.
5194
51952006-08-11 Romain Francoise <romain@orebokech.com>
5196
5197 * ack.texi (Acknowledgments): Delete mention to zone-mode.el.
5198
51992006-08-10 Sven Joachim <svenjoac@gmx.de> (tiny change)
5200
5201 * mule.texi (Recognize Coding, Text Coding): Fix typos.
5202
52032006-08-10 Richard Stallman <rms@gnu.org>
5204
5205 * text.texi (Format Faces): Substantial rewrites to deal
1c6c854e
CS
5206 with face merging. Empty regions don't count.
5207 Clarify face property inheritance.
8cf51b2c
GM
5208
52092006-08-08 Romain Francoise <romain@orebokech.com>
5210
5211 * dired.texi (Marks vs Flags): Fix typo reported by Ari Roponen
5212 <arjuropo@cc.jyu.fi>.
5213
8cf51b2c
GM
52142006-08-04 Eli Zaretskii <eliz@gnu.org>
5215
5216 * cmdargs.texi (Window Size X) <--geometry>: Only width and height
5217 apply to all frames.
5218
8cf51b2c
GM
52192006-08-01 Richard Stallman <rms@gnu.org>
5220
5221 * help.texi (Name Help): Add index entries for describe-variable.
5222
52232006-08-01 Nick Roberts <nickrob@snap.net.nz>
5224
5225 * building.texi (GDB Graphical Interface): Shorten node names.
5226 (GDB-UI Layout): Use GDB-related.
5227 (Other GDB-UI Buffers): Simplify English.
5228
52292006-07-31 Richard Stallman <rms@gnu.org>
5230
5231 * search.texi (Query Replace): Add xref for Dired's Q command.
5232
8cf51b2c
GM
52332006-07-31 Nick Roberts <nickrob@snap.net.nz>
5234
5235 * building.texi (GDB commands in Fringe): Rename to...
5236 (Source Buffers): ..this and move forward. Describe hollow arrow and
5237 new option gdb-find-source-frame.
5238
52392006-07-29 Richard Stallman <rms@gnu.org>
5240
5241 * dired.texi (Operating on Files): Simplify previous change
5242 and fix Texinfo usage.
5243
52442006-07-29 Eli Zaretskii <eliz@gnu.org>
5245
5246 * dired.texi (Operating on Files): Add cross-references. State the
5247 Unix commands that do similar things.
5248
52492006-07-28 Richard Stallman <rms@gnu.org>
5250
5251 * mark.texi (Transient Mark): Clarify that region never disappears
5252 when Transient Mark mode is off, and not when it is on.
5253
52542006-07-27 Richard Stallman <rms@gnu.org>
5255
5256 * search.texi (Non-ASCII Isearch): Clarify. Mention C-q.
5257
52582006-07-24 Richard Stallman <rms@gnu.org>
5259
5260 * xresources.texi (GTK styles): Fix texinfo usage.
5261
8cf51b2c
GM
5262 * commands.texi (User Input): Explain why we teach keyboard cmds.
5263
5264 * xresources.texi, xresmini.texi, search.texi, programs.texi:
5265 * misc.texi, kmacro.texi, killing.texi, glossary.texi:
5266 * fortran-xtra.texi, files.texi, emacs.texi, emacs-xtra.texi:
5267 * doclicense.texi, display.texi, dired.texi, basic.texi:
5268 * anti.texi, ack.texi: Move periods and commas inside quotes.
5269
52702006-07-22 Eli Zaretskii <eliz@gnu.org>
5271
5272 * cmdargs.texi (General Variables): Document EMAIL.
5273
52742006-07-21 Eli Zaretskii <eliz@gnu.org>
5275
5276 * frames.texi (Frame Commands): Mention that focus-follows-mouse
5277 doesn't have effect on MS-Windows.
5278
8cf51b2c
GM
52792006-07-17 Richard Stallman <rms@gnu.org>
5280
5281 * building.texi (Grep Searching): Explain about chaining grep commands.
5282
8cf51b2c
GM
52832006-07-10 Nick Roberts <nickrob@snap.net.nz>
5284
49823426 5285 * killing.texi, mini.texi: Fix typos.
8cf51b2c
GM
5286
52872006-07-09 Chong Yidong <cyd@stupidchicken.com>
5288
5289 * misc.texi (Invoking emacsclient): Document behavior when emacsclient
5290 is invoked for multiple files.
5291
52922006-07-08 Eli Zaretskii <eliz@gnu.org>
5293
5294 * msdog.texi (Windows Keyboard) [@iftex]: Add an @inforef to the
5295 on-line manual for the rest of this node.
5296 (Windows Mouse) <w32-pass-extra-mouse-buttons-to-system>: Include
5297 unconditionally.
5298 (Windows Processes) <w32-quote-process-args>: Include unconditionally.
5299 Improve wording.
5300 (Windows Printing): Improve wording.
5301 (Windows Misc) [@iftex]: Add an @inforef to the on-line manual for the
5302 rest of this node.
5303
8cf51b2c
GM
53042006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
5305
49823426
GM
5306 * building.texi (Lisp Eval): Throughout, replace eval-current-buffer
5307 with eval-buffer.
8cf51b2c
GM
5308
53092006-07-05 Nick Roberts <nickrob@snap.net.nz>
5310
5311 * mule.texi (Coding Systems, Specify Coding): Link descriptions
5312 of character translation.
5313
53142006-07-04 Nick Roberts <nickrob@snap.net.nz>
5315
5316 * rmail.texi (Remote Mailboxes): Add missing @code keyword.
5317
53182006-07-03 Karl Berry <karl@gnu.org>
5319
5320 * emacs.texi (\hbadness): Set to 6000 so we aren't bothered by
5321 not-too-underfull hboxes in the TeX output.
5322 * abbrevs.texi, buffers.texi, building.texi, calendar.texi,
5323 * cmdargs.texi, custom.texi, dired.texi, macos.texi,
5324 * maintaining.texi, misc.texi, mule.texi, programs.texi, rmail.texi,
5325 * sending.texi, text.texi: Fix overfull/underfull boxes.
5326
53272006-07-03 Romain Francoise <romain@orebokech.com>
5328
5329 * m-x.texi (M-x): Fix.
5330
53312006-07-03 Richard Stallman <rms@gnu.org>
5332
8cf51b2c
GM
5333 * search.texi (Other Repeating Search): filename -> file name.
5334
5335 * misc.texi (Narrowing): Minor cleanups.
5336
5337 * files.texi (Visiting): filename -> file name.
5338
5339 * emacs.texi (Top): Update subnode menus.
5340
5341 * mule.texi (Coding Systems): Move char translation stuff here.
5342 (Specify Coding, Output Coding): New nodes, out of Recognize Coding.
5343 (Recognize Coding): Substantial local rewrites.
5344 (International): Update menu.
5345
5346 * display.texi (Auto Scrolling): New node, broken out of Scrolling.
5347 (Scrolling): Substantial local rewrites.
5348 (Display): Update menu and intro.
5349
5350 * dired.texi: filename -> file name.
5351
5352 * custom.texi (Safe File Variables): Texinfo usage fix.
5353
f0131492 53542006-07-03 Teodor Zlatanov <tzz@lifelogs.com>
8cf51b2c
GM
5355
5356 * help.texi, m-x.texi: Lots of cleanups.
5357
8cf51b2c
GM
53582006-06-30 Eli Zaretskii <eliz@gnu.org>
5359
5360 * msdog.texi (ls in Lisp, Windows Keyboard, Windows Mouse)
5361 (Windows Processes, Windows Misc): Shorten the printed version by
5362 selectively conditioning less important portions by @ifnottex.
5363
8cf51b2c
GM
53642006-06-27 Richard Stallman <rms@gnu.org>
5365
5366 * mini.texi (Minibuffer File): Minor cleanup.
5367
53682006-06-25 Nick Roberts <nickrob@snap.net.nz>
5369
5370 * frames.texi (XTerm Mouse): Rename to...
5371 (Text-Only Mouse): ...this. Mention t-mouse-mode.
5372
5373 * emacs.texi (Top): Use new node name.
5374
53752006-06-24 Eli Zaretskii <eliz@gnu.org>
5376
5377 * emacs.texi (Top): Update the detailed menu according to changes in
5378 msdog.texi.
5379
5380 * msdog.texi (Windows Keyboard): New section.
5381 (Windows Mouse): New section.
5382 (Windows System Menu): Remove section (text merged with "Windows
5383 Keyboard").
5384 (Windows Misc): New section.
5385
5386 * dired.texi (Dired Enter): Refer to msdog.texi for ls-lisp emulation.
5387
5388 * msdog.texi (ls in Lisp): New section.
5389
5390 * files.texi (Visiting): Document case-insensitive wildcard matching
5391 under find-file-wildcards.
5392
8cf51b2c
GM
53932006-06-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5394
5395 * macos.texi (Mac Input): Add description of mac-function-modifier.
5396 Now Unicode keyboard layouts work.
5397
8cf51b2c
GM
53982006-06-10 Richard Stallman <rms@gnu.org>
5399
5400 * mule.texi (Recognize Coding): Clarify previous change.
5401
54022006-06-09 Kenichi Handa <handa@m17n.org>
5403
5404 * mule.texi (Recognize Coding): Describe the convention of "CODING!"
5405 notation.
5406
54072006-06-07 Kevin Ryde <user42@zip.com.au>
5408
5409 * mule.texi (Coding Systems): Footnote xref "MS-DOS and MULE" in main
5410 manual for @ifnottex, but in emacs-extra for @iftex.
5411
5412 * cmdargs.texi (General Variables): Fix smtpmail xref.
5413
54142006-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
5415
8cf51b2c 5416 * programs.texi (Comment Commands):
8cf51b2c 5417 * custom.texi (Specifying File Variables):
49823426 5418 Use ;; instead of ;;; to better follow coding conventions.
8cf51b2c
GM
5419
54202006-06-07 Nick Roberts <nickrob@snap.net.nz>
5421
5422 * building.texi (Watch Expressions): Move node to end.
5423 (GDB Graphical Interface): Move description of clicks in fringe...
5424 (GDB commands in the Fringe): ...to here. New node.
5425
8cf51b2c
GM
54262006-06-05 Romain Francoise <romain@orebokech.com>
5427
49823426 5428 * xresmini.texi (GTK resources): Fix various typos.
8cf51b2c
GM
5429
54302006-06-05 Nick Roberts <nickrob@snap.net.nz>
5431
5432 * building.texi (GDB Graphical Interface): Update bindings.
5433 (Commands of GUD): Add gud-print. Remove gud-run.
5434 Restate availability more generally.
5435
f0131492 54362006-06-03 Teodor Zlatanov <tzz@lifelogs.com>
8cf51b2c
GM
5437
5438 * mini.texi: Lots of cleanups.
5439
54402006-06-01 Luc Teirlinck <teirllm@auburn.edu>
5441
5442 * misc.texi (Shell History Copying): Update descriptions of `C-c RET'
5443 and Mouse-2.
5444
c8763fb6 54452006-06-01 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
5446
5447 * screen.texi (Menu Bar): Change menu-bar-start to menu-bar-open.
5448
8cf51b2c
GM
54492006-05-31 Richard Stallman <rms@gnu.org>
5450
5451 * basic.texi (Moving Point): Fix previous change.
5452
c8763fb6 54532006-05-29 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
5454
5455 * screen.texi (Menu Bar): F10 for Gtk+/Lesstif/Lucid menus.
5456
f0131492 54572006-05-28 Teodor Zlatanov <tzz@lifelogs.com>
8cf51b2c
GM
5458
5459 * basic.texi: Many simplifications and improvements in wording.
5460
8cf51b2c
GM
54612006-05-26 Nick Roberts <nickrob@snap.net.nz>
5462
5463 * anti.texi (Antinews): Create a node for gdb-ui.
5464
8cf51b2c
GM
54652006-05-22 Reiner Steib <Reiner.Steib@gmx.de>
5466
5467 * frames.texi (Menu Bars, Tool Bars): Add index entries.
5468
54692006-05-20 Richard Stallman <rms@gnu.org>
5470
5471 * dired.texi (Dired Navigation): dired-goto-file is now j.
5472
8cf51b2c
GM
54732006-05-20 Eli Zaretskii <eliz@gnu.org>
5474
5475 * mule.texi (Coding Systems): Mention the undecided-* coding systems
5476 and their aliases.
5477
5478 * msdog.texi (Windows Printing): Mention non-support of plain text
5479 printing with some el-cheapo printers, and suggest a workaround.
5480
54812006-05-20 Kevin Ryde <user42@zip.com.au>
5482
5483 * text.texi (TeX Print): tex-dvi-view-command has a default value,
5484 remove the bit saying you must set it.
5485
54862006-05-19 Luc Teirlinck <teirllm@auburn.edu>
5487
5488 * trouble.texi (Checklist):
5489 * text.texi (Text, Auto Fill, Text Mode):
5490 * search.texi (Nonincremental Search):
5491 * rmail.texi (Rmail Labels):
5492 * mule.texi (Input Methods, Multibyte Conversion):
5493 * misc.texi (Gnus, Where to Look, PostScript):
5494 * maintaining.texi (Create Tags Table):
5495 * indent.texi (Indentation Commands):
5496 * fixit.texi (Spelling):
5497 * emacs.texi (Copying):
5498 * custom.texi (Init File): ifinfo -> ifnottex.
5499
8cf51b2c
GM
55002006-05-17 Richard Stallman <rms@gnu.org>
5501
5502 * files.texi (Diff Mode): Mention C-x `.
5503
55042006-05-08 Richard Stallman <rms@gnu.org>
5505
5506 * custom.texi (Disabling): Textual cleanups.
5507
8cf51b2c
GM
55082006-05-12 Glenn Morris <rgm@gnu.org>
5509
5510 * calendar.texi (Displaying the Diary, Format of Diary File):
5511 Refer to diary-view-entries, diary-list-entries,
5512 diary-show-all-entries rather than obsolete aliases.
5513
55142006-05-12 Eli Zaretskii <eliz@gnu.org>
5515
5516 * calendar.texi (Calendar/Diary, Holidays, Displaying the Diary)
5517 (Displaying the Diary, Special Diary Entries, Importing Diary):
5518 * building.texi (Compilation Shell):
5519 * buffers.texi (Several Buffers) [iftex]: Replace @xref's to
5520 emacs-xtra with @inforef's.
5521
5522 * files.texi (Visiting): Fix wording.
5523
5524 * mule.texi (Coding Systems, Text Coding): More indexing.
5525 Mention that C-x RET f can set eol conversion.
5526
c8763fb6 55272006-05-07 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
5528
5529 * xresmini.texi (GTK resources): Insert GTK description.
5530
5531 * xresources.texi (GTK resources): metafont should be menufont.
5532
8cf51b2c
GM
55332006-05-06 Michael Albinus <michael.albinus@gmx.de>
5534
49823426 5535 * mini.texi (Completion Options): Completion of remote files'
8cf51b2c
GM
5536 method, user name and host name is active only in partial
5537 completion mode.
5538
8cf51b2c
GM
55392006-05-06 Eli Zaretskii <eliz@gnu.org>
5540
5541 * makefile.w32-in (emacs.dvi):
5542 * Makefile.in (emacs.dvi): Add xresmini.texi.
5543
5544 * xresmini.texi (Table of Resources): Remove xref to non-existent
5545 node "LessTif Resources".
5546
5547 * msdog.texi (Microsoft Windows):
5548 * calendar.texi (Calendar/Diary, Displaying the Diary)
5549 (Special Diary Entries, Importing Diary, Holidays):
5550 * programs.texi (Program Modes):
5551 * text.texi (Text):
5552 * buffers.texi (Several Buffers):
5553 * files.texi (Comparing Files): Fix cross-references to emacs-xtra.
5554
55552006-05-06 Eli Zaretskii <eliz@gnu.org>
5556
5557 The following changes merge the emacs-xtra manual into the main
5558 manual, but only for on-line version of the manual.
5559
5560 * vc2-xtra.texi (Version Backups, Local Version Control)
5561 (Making Snapshots, Change Logs and VC, Version Headers)
5562 (Customizing VC, CVS Options) [ifnottex]: Conditional xref's for
5563 on-line manual.
5564
5565 * vc1-xtra.texi (VC Dired Mode) [ifnottex]: Conditional xref's
5566 for on-line manual.
5567
5568 * msdog-xtra.texi (MS-DOS, MS-DOS Keyboard, MS-DOS Mouse)
5569 (MS-DOS Display, MS-DOS File Names, MS-DOS Printing)
5570 (MS-DOS and MULE, MS-DOS Processes) [ifnottex]: Conditional xref's
5571 for on-line manual.
5572
5573 * fortran-xtra.texi (Fortran, Fortran Autofill)
5574 (Fortran Autofill, Fortran Abbrev) [ifnottex]: Conditional xref's
5575 for on-line manual.
5576
5577 * picture-xtra.texi (Basic Picture, Rectangles in Picture) [ifnottex]:
5578 Conditional xref's for on-line manual.
5579
5580 * emerge-xtra.texi (Emerge, Overview of Emerge)
5581 (Fine Points of Emerge) [ifnottex]: Conditional xref's for on-line
5582 manual.
5583
5584 * Makefile.in (INFO_TARGETS): Remove ../info/emacs-xtra.
5585 (EMACS_XTRA): New variable, lists the new *-xtra.texi files.
5586 (EMACSSOURCES): Use EMACS_XTRA.
5587 (../info/emacs-xtra): Remove.
5588 (emacs-xtra.dvi): Add EMACS_XTRA to prerequisites.
5589
5590 * makefile.w32-in (INFO_TARGETS): Remove $(infodir)/emacs-xtra.
5591 (EMACS_XTRA): New variable, lists the new *-xtra.texi files.
5592 (EMACSSOURCES): Use EMACS_XTRA.
5593 ($(infodir)/emacs-xtra): Remove.
5594 (emacs-xtra.dvi): Add EMACS_XTRA to prerequisites.
5595
5596 * trouble.texi (Quitting):
5597 * text.texi (Text):
5598 * programs.texi (Program Modes):
5599 * msdog.texi (Microsoft Windows):
5600 * frames.texi (Frames):
5601 * files.texi (Backup, Version Control, VC Concepts)
5602 (Types of Log File, Advanced C-x v v, Log Buffer, Old Versions)
5603 (Registering, VC Status, VC Undo, Multi-User Branching)
5604 (Comparing Files):
5605 * calendar.texi (Calendar/Diary, Holidays, Displaying the Diary)
5606 (Displaying the Diary, Special Diary Entries, Importing Diary):
5607 * buffers.texi (Several Buffers): Replace inforef to emacs-xtra by
5608 conditional xref's, depending on @iftex/@ifnottex.
5609
5610 * msdog.texi (Microsoft Windows) [ifnottex]: Add menu entry for
5611 "MS-DOS". @include msdog-xtra.texi.
5612
5613 * programs.texi (Programs) [ifnottex]: Add menu entry for "Fortran".
5614 <Top Level> [ifnottex]: @include fortran-xtra.texi.
5615
5616 * files.texi (Secondary VC Commands) [ifnottex]: Add menu entries
5617 for vc-xtra.texi subsections.
5618 (VC Undo) [ifnottex]: @include vc1-xtra.texi and @lowersections it.
5619 (Multi-User Branching) [ifnottex]: @include vc2-xtra.texi.
5620
5621 * sending.texi (Sending Mail): A @node line without explicit Prev,
5622 Next, and Up links.
5623
5624 * abbrevs.texi (Abbrevs): A @node line without explicit Prev,
5625 Next, and Up links.
5626
5627 * emacs.texi (Top) [ifnottex]: Add menu entries for "Picture Mode"
5628 and its sections. @include picture-xtra.texi.
5629
5630 * maintaining.texi (Maintaining) [ifnottex]: Add menu entry for
5631 "Emerge".
5632 (List Tags) [ifnottex]: @include emerge-xtra.texi.
5633
5634 * cal-xtra.texi (Daylight Savings): Remove this node: it is an
5635 exact duplicate of its name-sake in calendar.texi.
5636
5637 * calendar.texi (Calendar/Diary) [ifnottex]: Add menu item for
5638 "Advanced Calendar/Diary Usage".
5639 (Time Intervals) [ifnottex]: @include cal-xtra.texi.
5640
5641 * dired.texi (Subdirectories in Dired) [ifnottex]: @include
5642 dired-xtra.texi.
5643 (Dired) [ifnottex]: Add menu entry for "Subdir Switches".
5644
5645 * files.texi (Reverting) [ifnottex]: @include arevert-xtra.texi.
5646 (Files) [ifnottex]: Add menu entry for Autorevert.
5647
5648 * emacs-xtra.texi (Introduction): Reword to make consistent with
5649 printed version only.
5650 <Top level>: Remove the body of all chapters and move them to the
5651 new *-xtra.texi files. Use @raisesections and @lowersections to
5652 convert sections to chapters etc.
5653
5654 * msdog-xtra.texi:
5655 * fortran-xtra.texi:
5656 * vc-xtra.texi:
5657 * vc1-xtra.texi:
5658 * vc2-xtra.texi:
5659 * emerge-xtra.texi:
5660 * cal-xtra.texi:
5661 * dired-xtra.texi:
5662 * arevert-xtra.texi: New files, with text from respective chapters
5663 of emacs-xtra.texi. Convert each @chapter into @section, @section
5664 into @subsection, etc.
5665
1c6c854e 5666 * emacs-xtra.texi (MS-DOS): Rename from "MS-DOG". All references
8cf51b2c
GM
5667 updated.
5668
5669 * msdog.texi (Microsoft Windows): Rename from "Emacs and Microsoft
5670 Windows". All references updated.
5671
56722006-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5673
5674 * macos.texi (Mac Input): Mention input from Character Palette.
5675 (Mac Font Specs): Fix typo.
5676
56772006-05-05 Richard Stallman <rms@gnu.org>
5678
5679 * files.texi (Diff Mode): Minor cleanup.
5680
56812006-05-05 Karl Berry <karl@gnu.org>
5682
8cf51b2c
GM
5683 * emacs.texi: Call @fonttextsize 10, inside @tex to avoid
5684 errors from the current release of makeinfo (4.8).
5685 * help.texi (Library Keywords): Change widest word in multitable
5686 template from `emulations' to `convenience'. (Not sure if this is
5687 related to the font change.)
5688
56892006-05-05 Eli Zaretskii <eliz@gnu.org>
5690
5691 * files.texi (File Names): Add a footnote about limited support of
5692 ~USER on MS-Windows.
5693
5694 * cmdargs.texi (Initial Options): Add a footnote about limited
5695 support of ~USER on MS-Windows.
5696
56972006-05-03 Richard Stallman <rms@gnu.org>
5698
5699 * files.texi (Diff Mode): Node moved here.
5700 (Comparing Files): Delete what duplicates new node.
5701 (Files): Put Diff Mode in menu.
5702
1c6c854e 5703 * misc.texi (Diff Mode): Move to files.texi.
8cf51b2c
GM
5704
5705 * emacs.texi (Top): Update menu for Diff Mode.
5706
5707 * trouble.texi (Emergency Escape): Simplify.
5708
5709 * emacs.texi (Top): Minor clarification.
5710
57112006-05-03 Teodor Zlatanov <tzz@lifelogs.com>
5712
5713 * commands.texi, entering.texi, screen.texi: Many simplifications.
5714
57152006-05-03 Richard Stallman <rms@gnu.org>
5716
5717 * commands.texi (Text Characters): Delete paragraph about unibyte
5718 non-ASCII printing chars.
5719
5720 * killing.texi (Killing): Say "graphical displays".
5721 * display.texi: Say "graphical displays".
5722
5723 * cmdargs.texi (Misc X): Say "graphical displays".
5724
57252006-05-01 Richard Stallman <rms@gnu.org>
5726
5727 * emacs.texi (Top): Add Diff Mode to menu.
5728
57292006-05-01 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
5730
5731 * misc.texi (Diff Mode): New node.
5732
57332006-05-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5734
5735 * macos.texi (Mac International): Now Carbon Emacs has ATSUI support.
5736 (Mac Environment Variables): Shorten example line.
5737 (Mac Font Specs): Shorten lisp lines. Add descriptions for ATSUI.
5738
57392006-05-01 Nick Roberts <nickrob@snap.net.nz>
5740
5741 * building.texi (GUD Customization): Describe cases %d and %c.
5742 Update description for %e.
5743
57442006-04-30 Glenn Morris <rgm@gnu.org>
5745
5746 * calendar.texi (LaTeX Calendar): Mention cal-tex-preamble-extra.
5747
57482006-04-29 Dan Nicolaescu <dann@ics.uci.edu>
5749
5750 * custom.texi (Examining): Update C-h v output example.
5751
57522006-04-29 Kim F. Storm <storm@cua.dk>
5753
5754 * building.texi (Grep Searching): Add lgrep and rgrep.
5755
8cf51b2c
GM
57562006-04-23 Richard Stallman <rms@gnu.org>
5757
5758 * emacs.texi [TeX]: Use xresmini.texi instead of xresources.texi.
5759
5760 * xresmini.texi: New file.
5761
5762 * xresources.texi (Face Resources): Split table into font resources
5763 and the rest. Combine similar attributes for brevity.
5764
8cf51b2c
GM
57652006-04-21 Eli Zaretskii <eliz@gnu.org>
5766
5767 * emacs-xtra.texi (MS-DOS File Names): Remove section about
5768 backslashes and case-insensitivity in file names (moved to the
5769 main manual).
5770 (MS-DOS Printing): Move most of the text to the main manual.
5771
5772 * msdog.texi (Windows Files, Windows HOME, MS-Windows Printing):
5773 New nodes.
5774 (Windows Processes, Windows System Menu): Add index entries and
5775 fix wording.
5776
8cf51b2c
GM
57772006-04-18 J.D. Smith <jdsmith@as.arizona.edu>
5778
5779 * misc.texi (Shell Ring): Add notes on saved input when
5780 navigating off the end of the history list.
5781
57822006-04-18 Chong Yidong <cyd@mit.edu>
5783
5784 * misc.texi (Shell Options): Correct default value of
5785 comint-scroll-show-maximum-output.
5786
8cf51b2c
GM
57872006-04-18 Nick Roberts <nickrob@snap.net.nz>
5788
5789 * building.texi (Watch Expressions): Update.
5790
8cf51b2c
GM
57912006-04-12 Richard Stallman <rms@gnu.org>
5792
5793 * search.texi: Clean up previous change.
5794
57952006-04-12 Eli Zaretskii <eliz@gnu.org>
5796
5797 * search.texi (Regexp Backslash, Regexp Replace): Add index
5798 entries for ``back reference'' and mention the term itself in the
5799 text.
5800
58012006-04-11 Richard Stallman <rms@gnu.org>
5802
5803 * custom.texi (Safe File Variables):
5804 Document enable-local-variables = :safe.
5805
58062006-04-11 Karl Berry <karl@gnu.org>
5807
5808 * emacs-xtra.texi, emacs.texi (Dired under VC, VC Dired Commands)
5809 (Remote Repositories, Version Backups, Local Version Control)
5810 (Snapshots, Making and Using Snapshots, Snapshot Caveats)
5811 (Miscellaneous Commands and Features of VC, Change Logs and VC)
5812 (Renaming VC Work Files and Master Files)
5813 (Inserting Version Control Headers, Customizing VC, General Options)
5814 (Options for RCS and SCCS, Options specific for CVS): Move all
5815 these nodes to emacs-xtra.texi, for brevity.
5816 * cmdargs.texi, files.texi: Change cross-references.
5817
8cf51b2c
GM
58182006-04-11 J.D. Smith <jdsmith@as.arizona.edu>
5819
5820 * files.texi (Old Versions): Update description of vc-annotate's
5821 use of color to indicate date ranges.
5822
8cf51b2c
GM
58232006-04-09 Kevin Ryde <user42@zip.com.au>
5824
8cf51b2c
GM
5825 * sending.texi (Mail Sending): In send-mail-function @pxref smtpmail,
5826 put info and printed manual names the right way around.
5827
58282006-04-09 Karl Berry <karl@gnu.org>
5829
5830 * msdog.texi, emacs-xtra.texi: Move all the MS-DOS material to
5831 emacs-xtra.texi, leaving only MS Windows information.
5832 * building.texi, emacs.texi, frames.texi, gnu.texi, macos.texi,
5833 * msdog.texi, mule.texi, trouble.texi: Change cross-references and
5834 node names.
5835
5836 * emacs.texi: Move @summarycontents and @contents to the beginning
5837 of the file.
5838
8cf51b2c
GM
58392006-04-08 Kevin Ryde <user42@zip.com.au>
5840
5841 * text.texi (Fill Commands): fill-nobreak-predicate is now a hook.
5842
58432006-04-07 Richard Stallman <rms@gnu.org>
5844
5845 * programs.texi (Comments, Comment Commands, Options for Comments)
5846 (Multi-Line Comments): "Align", not "indent".
5847 (Basic Indent): C-j deletes trailing whitespace before the newline.
5848
58492006-04-06 Richard Stallman <rms@gnu.org>
5850
8cf51b2c
GM
5851 * programs.texi (Basic Indent): Clarify relationship of C-j to TAB.
5852
58532006-04-06 Eli Zaretskii <eliz@gnu.org>
5854
5855 * killing.texi (Rectangles): Add index entry for marking a rectangle.
5856
8cf51b2c
GM
58572006-04-05 Richard Stallman <rms@gnu.org>
5858
5859 * emacs.texi (Top): Update subnode menu.
5860
5861 * trouble.texi (Unasked-for Search): Node deleted.
5862 (Lossage): Delete from menu.
5863
58642006-04-04 Richard Stallman <rms@gnu.org>
5865
5866 * trouble.texi: Various cleanups.
5867 (Checklist): Don't bother saying how to snail a bug report.
5868 (Emergency Escape): Much rewriting.
5869 (After a Crash): Rename the core dump immediately.
5870 (Total Frustration): Call it a psychotherapist.
5871 (Bug Criteria): Avoid "illegal instruction".
5872 (Sending Patches): We always put the contributor's name in.
5873
5874 * misc.texi (Thumbnails): Minor correction.
5875
8cf51b2c
GM
58762006-04-03 Richard Stallman <rms@gnu.org>
5877
5878 * misc.texi (Thumbnails): Minor cleanup.
5879
58802006-04-02 Karl Berry <karl@gnu.org>
5881
5882 * sending.texi (Mail Sending): pxref to Top needs five args.
5883
5884 * texinfo.tex: Update to current version (2006-03-21.13).
5885
8cf51b2c
GM
58862006-03-31 Richard Stallman <rms@gnu.org>
5887
5888 * emacs.texi (Top): Update subnode menu.
5889
5890 * help.texi (Help Mode): Cleanup.
5891
5892 * dired.texi: Many cleanups.
5893 (Dired Deletion): Describe dired-recursive-deletes.
5894 (Operating on Files): dired-create-directory moved.
5895 (Misc Dired Features): Move to here.
5896 (Tumme): Node moved to misc.texi.
5897
5898 * custom.texi: Many cleanups.
5899 (Minor Modes): Don't mention ISO Accents Mode.
5900 (Examining): Update C-h v output example.
5901 (Hooks): Add index and xref for add-hook.
5902 (Locals): Delete list of vars that are always per-buffer. Rearrange.
5903 (Local Keymaps): Don't mention lisp-mode-map, c-mode-map.
5904
5905 * misc.texi: Many cleanups.
5906 (beginning): Add to summary of topics.
5907 (Shell): Put eshell xref at the end. Remove eshell from table.
5908 (Thumbnails): New node.
5909
8cf51b2c
GM
59102006-03-28 Eli Zaretskii <eliz@gnu.org>
5911
5912 * files.texi (File Name Cache): Make it clear that the cache is
5913 not persistent.
5914
8cf51b2c
GM
59152006-03-25 Karl Berry <karl@gnu.org>
5916
49823426
GM
5917 * emacs-xtra.texi, emacs.texi, gnu.texi:
5918 (1) use @copyright{} instead of (C) in typeset text;
8cf51b2c
GM
5919 (2) do not indent copyright year list (or anything else).
5920
8cf51b2c
GM
59212006-03-21 Juanma Barranquero <lekktu@gmail.com>
5922
5923 * files.texi (VC Dired Mode): Remove misplaced brackets.
5924
59252006-03-21 Andre Spiegel <spiegel@gnu.org>
5926
5927 * files.texi: Various updates and clarifications in the VC chapter.
5928
59292006-03-19 Luc Teirlinck <teirllm@auburn.edu>
5930
5931 * help.texi (Help Mode): Document "C-c C-c".
5932
8cf51b2c
GM
59332006-03-16 Luc Teirlinck <teirllm@auburn.edu>
5934
5935 * emacs-xtra.texi (Top): Avoid ugly continuation line in
5936 menu in the standalone Info reader.
5937
59382006-03-15 Chong Yidong <cyd@stupidchicken.com>
5939
5940 * emacs-xtra.texi (Emerge, Picture Mode, Fortran): New chapters,
5941 moved here from Emacs manual.
5942
5943 * programs.texi (Fortran): Section moved to emacs-xtra.
5944 (Program Modes): Xref to Fortran in emacs-xtra.
5945
5946 * maintaining.texi (Emerge): Move to emacs-xtra.
5947 * files.texi (Comparing Files): Xref to Emerge in emacs-xtra.
5948
5949 * picture.texi: File deleted.
5950 * Makefile.in:
5951 * makefile.w32-in: Remove picture.texi.
5952
5953 * text.texi (Text): Xref to Picture Mode in emacs-xtra.
5954 * abbrevs.texi (Abbrevs):
5955 * sending.texi (Sending Mail): Picture node removed.
5956
5957 * emacs.texi (Top): Update node listings.
5958
8cf51b2c
GM
59592006-03-12 Richard Stallman <rms@gnu.org>
5960
5961 * calendar.texi: Various cleanups.
5962
8cf51b2c
GM
59632006-03-11 Luc Teirlinck <teirllm@auburn.edu>
5964
5965 * search.texi (Regexps): Use @samp for regexp that is not in Lisp
5966 syntax.
5967
8cf51b2c
GM
59682006-03-08 Luc Teirlinck <teirllm@auburn.edu>
5969
5970 * search.texi (Regexps): More accurately describe which characters
5971 are special in which situations. Recommend _not_ to quote `]' or
5972 `-' when they are not special.
5973
8cf51b2c
GM
59742006-02-28 Andre Spiegel <spiegel@gnu.org>
5975
5976 * files.texi (Old Versions): Clarify operation of C-x v =.
5977
8cf51b2c
GM
59782006-02-21 Nick Roberts <nickrob@snap.net.nz>
5979
5980 * building.texi (Watch Expressions): Update and describe
5981 gdb-speedbar-auto-raise.
5982
59832006-02-19 Richard M. Stallman <rms@gnu.org>
5984
5985 * emacs.texi: Use @smallbook.
5986 (Top): Update ref to Emacs paper, delete ref to Cookbook.
5987 Update subnode menu.
5988
5989 * building.texi (Lisp Interaction): Minor addition.
5990
59912006-02-18 Nick Roberts <nickrob@snap.net.nz>
5992
5993 * building.texi (Watch Expressions): Update and be more precise.
5994
c8763fb6 59952006-02-15 Francesco Potortì <pot@gnu.org>
8cf51b2c
GM
5996
5997 * maintaining.texi (Create Tags Table): Explain why the
5998 exception when etags writes to files under the /dev tree.
5999
60002006-02-14 Richard M. Stallman <rms@gnu.org>
6001
6002 * custom.texi (Safe File Variables): Lots of clarification.
6003 Renamed from Unsafe File Variables.
6004
60052006-02-14 Chong Yidong <cyd@stupidchicken.com>
6006
6007 * custom.texi (Unsafe File Variables): File variable confirmation
6008 assumed denied in batch mode.
6009
60102006-02-14 Richard M. Stallman <rms@gnu.org>
6011
6012 * building.texi (GDB User Interface Layout): Don't say `inferior'
6013 for program being debugged.
6014
60152006-02-15 Nick Roberts <nickrob@snap.net.nz>
6016
6017 * building.texi (GDB Graphical Interface):
6018 Replace gdb-use-inferior-io-buffer with gdb-use-separate-io-buffer.
6019
60202006-02-13 Chong Yidong <cyd@stupidchicken.com>
6021
6022 * custom.texi (Specifying File Variables, Unsafe File Variables):
6023 New nodes, split from File Variables. Document new file local
6024 variable behavior.
6025
60262006-02-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6027
6028 * display.texi (Standard Faces):
8cf51b2c
GM
6029 * files.texi (Visiting):
6030 * frames.texi (Clipboard):
6031 * glossary.texi (Glossary) <Clipboard>:
6032 * xresources.texi (X Resources): Mention Mac OS port.
6033
8cf51b2c
GM
60342006-02-12 Richard M. Stallman <rms@gnu.org>
6035
6036 * building.texi (Building): Clarify topic in intro.
6037
6038 * maintaining.texi (Maintaining): Change title; clarify topic.
6039 Delete duplicate index entries.
6040
6041 * building.texi (Other GDB User Interface Buffers): Clarifications.
6042
6043 * text.texi (Cell Commands): Clarifications.
6044
6045 * programs.texi (Defuns): Delete duplicate explanation of
6046 left-margin paren convention.
6047 (Hungry Delete): Minor cleanup.
6048
60492006-02-11 Mathias Dahl <mathias.dahl@gmail.com>
6050
6051 * dired.texi (Tumme): More tumme documentation.
6052
60532006-02-11 Alan Mackenzie <acm@muc.de>
6054
6055 * programs.texi ("Hungry Delete"): Correct the appellation of the
6056 backspace and delete keys to @kbd{DEL} and @kbd{DELETE}.
6057
60582006-02-11 Mathias Dahl <mathias.dahl@gmail.com>
6059
6060 * dired.texi (Tumme): Fix small bug.
6061
60622006-02-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6063
6064 * macos.texi (Mac International): Rename "fontset-mac" to
6065 "fontset-standard".
6066
8cf51b2c
GM
60672006-02-09 Mathias Dahl <mathias.dah@gmail.com>
6068
6069 * dired.texi (Tumme): Basic documentation for Tumme added.
6070
8cf51b2c
GM
60712006-02-07 Luc Teirlinck <teirllm@auburn.edu>
6072
6073 * mule.texi (International):
6074 * programs.texi (Basic Indent): Fix typos.
6075
8cf51b2c
GM
6076 * custom.texi (Minor Modes):
6077 * display.texi (Text Display):
6078 * commands.texi (Text Characters): Update xrefs.
6079
60802006-02-07 Richard M. Stallman <rms@gnu.org>
6081
6082 * emacs.texi (Top): Update subnode menu.
6083 Update info on old Emacs papers.
6084 (Intro): "Graphical display", not window system.
6085
6086 * xresources.texi (GTK styles): Minor clarifications.
6087
6088 * trouble.texi: "Graphical display", not window system.
6089 (Stuck Recursive): Minor clarification.
6090
6091 * text.texi: Minor clarifications.
6092 (Sentences): Explain why two-space convention is better.
6093 Explain sentence-end-without-period here.
6094 (Fill Commands): Not here.
6095 (Refill): Node moved down.
6096 (Filling): Update menu.
6097 (Table Creation, Cell Justification, Column Commands): Clarify.
6098
6099 * sending.texi: Minor clarifications.
6100
6101 * search.texi (Regexp Backslash): Clarification.
6102
6103 * rmail.texi: Minor cleanups.
6104 (Rmail): Delete digression about `rmail-mode'.
6105 (Rmail Inbox): Delete false advice wrt rmail-primary-inbox-list.
6106 (Rmail Files): Mention C-u M-x rmail.
6107 (Rmail Reply): Mention References.
6108 (Rmail Display): Mention rmail-nonignored-headers.
6109
6110 * programs.texi: Minor cleanups.
6111 (Comment Commands): Mention momentary Transient Mark mode.
6112 (Matching): Be more specific about customizing show-paren-mode.
6113 (Info Lookup): Don't list the modes that support C-h S.
6114 Just say what it does in an unsupported mode.
6115 (Man Page): Delete excessive info on customizing woman.
6116 (Motion in C): Don't mention c-for/backward-into-nomenclature.
6117
6118 * abbrevs.texi: Minor clarifications.
6119 (Dabbrev Customization): Talk about "dynamic abbrev expansion",
6120 not "dynamic abbrevs" as if they were a kind of abbrev.
6121
6122 * picture.texi (Picture): Minor cleanup.
6123
6124 * mule.texi (Communication Coding): Say "other applications".
6125 (Fontsets): Not specific to X. Add xref to X Resources.
6126 (Unibyte Mode): Rename from Single-Byte Character Support.
6127 "Graphical display", not window system.
6128 (International): Update menu.
6129
6130 * maintaining.texi (Format of ChangeLog):
6131 New node, split out from ChangeLog.
6132 (ChangeLog): Clarifications in the remaining text.
6133 (Create Tags Table, Etags Regexps, Select Tags Table): Cleanups.
6134 (Find Tag): Add @w.
6135 (Tags Search): Explain tag table order here. Simplify grep ref.
6136 (List Tags): tags-tag-face is a variable, not a face.
6137 (Emerge): Cleanups.
6138
6139 * kmacro.texi (Keyboard Macro Counter): Rewrite for clarity.
6140 (Keyboard Macros): Avoid "the user".
6141
6142 * killing.texi: "Graphical display", not window system.
6143
6144 * help.texi (Help Echo): "Graphical display", not window system.
6145
6146 * glossary.texi: Say "you", not "the user". Say "graphical display".
6147
6148 * frames.texi: Minor cleanups. "Graphical display", not window system.
6149
6150 * files.texi (Visiting): Make drag-and-drop not X-specific.
6151
6152 * custom.texi: Minor cleanups. "Graphical display", not window system.
6153
6154 * cmdargs.texi: Minor cleanups.
6155
6156 * building.texi (Compilation): Move and split kill-compilation para.
6157 Add para about multiple compilers.
6158 (Compilation Mode): Commands also available in grep mode and others.
6159 Mention C-u C-x ` more tutorially. Clarify C-x `.
6160 (Compilation Shell): Clarify. Put Bash example first.
6161 (Grep Searching): Minor cleanups; add @w.
6162 (Debuggers): Minor cleanups.
6163 (Starting GUD): Make GDB xgraphical mode issue clearer.
6164 (Debugger Operation): Lots of clarifications including
6165 GDB tooltip side-effect issue.
6166 (Commands of GUD): Clarify.
6167 (GUD Customization): Add bashdb-mode-hook.
6168 (GDB Graphical Interface): Rewrite for clarity.
6169 (GDB User Interface Layout): Rewrite for clarity.
6170 (Stack Buffer, Watch Expressions): Likewise.
6171 (Other GDB User Interface Buffers): Cleanups.
6172 (Lisp Libraries, External Lisp): Cleanup.
6173
6174 * basic.texi (Position Info): "Graphical displays", rather than
6175 window systems.
6176
6177 * anti.texi: Minor cleanup.
6178
8cf51b2c
GM
61792006-02-03 Eli Zaretskii <eliz@gnu.org>
6180
6181 * custom.texi (Init File, Find Init): Add cross-references to
6182 where $HOME is described.
6183
61842006-02-01 Luc Teirlinck <teirllm@auburn.edu>
6185
6186 * frames.texi (Frame Parameters): Remove @item for S-Mouse-1; it
6187 is not inside the @table.
6188
6189 * emacs.texi (Top): Correct node name.
6190
6191 * files.texi (File Names): Fix @xref.
6192 (Reverting): Fix typo.
6193
6194 * mule.texi (International): Correct node name.
6195
6196 * kmacro.texi (Save Keyboard Macro): Add missing @kbd to @table.
6197
61982006-02-01 Richard M. Stallman <rms@gnu.org>
6199
6200 * emacs.texi (Top): Update subnode menu.
6201
6202 * mule.texi: Minor clarifications.
6203 Reduce the specific references to X Windows.
6204 Refer to "graphical" terminals, rather than window systems.
6205 (Text Coding): Rename from Specify Coding.
6206 (Communication Coding, File Name Coding, Terminal Coding):
6207 New nodes split out from Text Coding.
6208
6209 * kmacro.texi: Minor clarifications.
6210 (Keyboard Macro Ring): Comment out some excessive commands.
6211 (Basic Keyboard Macro): Split up the table, putting part in each node.
6212
6213 * major.texi: Minor clarifications.
6214
6215 * misc.texi (Single Shell, Interactive Shell): Fix xrefs.
6216
6217 * windows.texi: Minor clarifications.
6218 (Change Window): Don't describe mode-line mouse cmds here.
6219 Add xref to Mode Line Mouse.
6220
6221 * msdog.texi (Text and Binary, MS-DOS and MULE): Fix xrefs.
6222
6223 * macos.texi (Mac International): Fix xref.
6224
6225 * indent.texi: Minor clarifications.
6226
6227 * frames.texi: Minor clarifications.
6228 Reduce the specific references to X Windows.
6229 Refer to "graphical" terminals, rather than window systems.
6230 (Frame Parameters): Don't mention commands like
6231 set-foreground-color. Just say to customize a face.
6232 (Drag and Drop): Lisp-level stuff moved to Emacs Lisp manual.
6233
6234 * files.texi: Minor clarifications.
6235 (Numbered Backups): New node, split out from Backup Names.
6236
6237 * display.texi (Font Lock): C mode no longer depends on (-in-col-0.
6238
6239 * cmdargs.texi (General Variables): Fix xref.
6240
6241 * buffers.texi: Minor clarifications.
6242
8cf51b2c
GM
62432006-01-31 Richard M. Stallman <rms@gnu.org>
6244
6245 * display.texi (Scrolling, Horizontal Scrolling, Follow Mode):
6246 Nodes moved to top.
6247
6248 * display.texi: Minor clarifications.
6249 (Display): Rearrange menu.
6250 (Standard Faces): Mention query-replace face.
6251 (Faces): Simplify.
6252 (Font Lock): Simplify face customization info.
6253 (Highlight Changes): Node merged into Highlight Interactively.
6254 (Highlight Interactively): Much rewriting and cleanup.
6255 (Optional Mode Line): Narrowed line number not good for goto-line.
6256 Simplify face customization advice.
6257 (Text Display): Mention use of escape-glyph face.
6258 Move ctl-arrow and tab-width here.
6259 (Display Custom): Move no-redraw-on-reenter to end of node.
6260
6261 * search.texi: Minor clarifications.
6262 (Isearch Scroll): Simplify.
6263 (Other Repeating Search): Document multi-occur-in-matching-buffers.
6264
6265 * regs.texi (Registers): Mention bookmarks here.
6266
6267 * mark.texi: Minor clarifications.
6268 (Selective Undo): Node deleted.
6269
6270 * m-x.texi: Minor clarifications.
6271
6272 * killing.texi: Minor clarifications.
6273 Refer to "graphical" terminals, rather than window systems.
6274
6275 * help.texi: Clarifications.
6276 (Help): Don't describe C-h F and C-h K here.
6277 (Key Help): Describe C-h K here.
6278 (Name Help): Mention Emacs Lisp Intro.
6279 Describe C-h F here.
6280 (Misc Help): Mention C-h F and C-h K only briefly.
6281
6282 * fixit.texi (Undo): New node, mostly copied from basic.texi.
6283 Selective undo text merged in.
6284 (Spelling): Mention Aspell along with Ispell.
6285
6286 * emacs.texi (Top): Update subnode menus.
6287
6288 * basic.texi (Basic Undo): Rename from Undo. Most of text
6289 moved to new Undo node.
6290
8cf51b2c
GM
62912006-01-29 Chong Yidong <cyd@stupidchicken.com>
6292
6293 * basic.texi (Continuation Lines, Inserting Text):
6294 Mention longlines mode.
6295
62962006-01-29 Richard M. Stallman <rms@gnu.org>
6297
10d1d0af 6298 * screen.texi: Minor cleanups.
8cf51b2c
GM
6299 (Screen): Clean up the intro paragraphs.
6300 (Mode Line): Lots of rewriting. Handle frame-name better.
6301 eol-mnemonic-... vars moved out.
6302
6303 * emacs.texi (Top): Change menu item for MS-DOS node.
6304 Update subnode menu.
6305
6306 * msdog.texi (MS-DOS): Rewrite intro to explain how this
6307 chapter relates to Windows. Title changed.
6308
6309 * mini.texi: Minor cleanups.
6310
6311 * mark.texi (Selective Undo): New node, text moved from basic.texi.
6312 (Mark): Put it in the menu.
6313
6314 * entering.texi: Minor cleanups.
6315
6316 * emacs.texi (Top): Add xref to Mac chapter; explain Windows better.
6317 (Intro): Refer to "graphical" terminals, rather than X.
6318
6319 * display.texi (Display Custom): Add xref to Variables.
6320 (Optional Mode Line): eol-mnemonic-... vars moved here.
6321
6322 * commands.texi: Minor cleanups. Refer to "graphical" terminals,
6323 rather than X.
6324
8cf51b2c
GM
6325 * basic.texi: Minor cleanups.
6326 (Undo): selective-undo moved.
6327
8cf51b2c
GM
63282006-01-25 Luc Teirlinck <teirllm@auburn.edu>
6329
6330 * anti.texi (Antinews): Various corrections and additions.
6331
63322006-01-23 Juri Linkov <juri@jurta.org>
6333
6334 * custom.texi (Easy Customization, Customization Groups)
6335 (Browsing Custom): Mention links along with buttons.
6336
8cf51b2c
GM
63372006-01-21 Eli Zaretskii <eliz@gnu.org>
6338
8cf51b2c
GM
6339 * text.texi (TeX Print): Use @key for TAB.
6340
8cf51b2c
GM
6341 * kmacro.texi (Keyboard Macro Step-Edit): Use @key for TAB.
6342
8cf51b2c
GM
63432006-01-15 Sven Joachim <svenjoac@gmx.de> (tiny change)
6344
6345 * files.texi (File Aliases): Don't claim that usually separate
6346 buffers are created for two file names that name the same data.
6347 Mention additional situations where different names mean the same
6348 file on disk.
6349
63502006-01-19 Richard M. Stallman <rms@gnu.org>
6351
6352 * killing.texi (Deletion): Upcase @key argument.
6353
6354 * custom.texi (Custom Themes): Minor cleanup.
6355
6356 * programs.texi (Hungry Delete): Upcase @key argument.
6357
8cf51b2c
GM
63582006-01-16 Juri Linkov <juri@jurta.org>
6359
6360 * display.texi (Standard Faces): Add `mode-line-buffer-id'.
6361 Move `mode-line-highlight' before `mode-line-buffer-id'.
6362
8cf51b2c
GM
63632006-01-14 Richard M. Stallman <rms@gnu.org>
6364
6365 * basic.texi (Inserting Text): Minor cleanup.
6366
8cf51b2c
GM
63672006-01-11 Luc Teirlinck <teirllm@auburn.edu>
6368
6369 * custom.texi (Changing a Variable, Face Customization):
6370 Update for changes in Custom menus.
6371
8cf51b2c
GM
63722006-01-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6373
6374 * macos.texi (Mac International): Undo last change.
6375
8cf51b2c
GM
63762006-01-02 Chong Yidong <cyd@stupidchicken.com>
6377
6378 * custom.texi (Custom Themes): Describe the new
6379 customize-create-theme interface.
6380
63812005-12-30 Juri Linkov <juri@jurta.org>
6382
6383 * basic.texi (Position Info): Update example.
6384
c8763fb6 63852005-12-27 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
6386
6387 * frames.texi (Dialog Boxes): Add x-gtk-show-hidden-files.
6388
63892005-12-24 Chong Yidong <cyd@stupidchicken.com>
6390
6391 * custom.texi (Custom Themes): `load-theme' always loads.
6392
63932005-12-23 Juri Linkov <juri@jurta.org>
6394
6395 * display.texi (Highlight Interactively): Use double space to
6396 separate sentences. Replace C-p with M-p, and C-n with M-n.
6397
63982005-12-22 Richard M. Stallman <rms@gnu.org>
6399
6400 * custom.texi (Easy Customization and subnodes):
6401 Replace "active field" with "button".
6402 Use "user option" only for variables.
6403 Use "setting" for variable-or-face.
6404
64052005-12-22 Luc Teirlinck <teirllm@auburn.edu>
6406
6407 * buffers.texi (Select Buffer): Change order in table to make
6408 "Similar" refer to the correct item.
6409 (Indirect Buffers): Minor rewording.
6410
8cf51b2c
GM
64112005-12-20 Juri Linkov <juri@jurta.org>
6412
6413 * files.texi (VC Status): Put P and N near p and n.
6414
8cf51b2c
GM
64152005-12-19 Richard M. Stallman <rms@gnu.org>
6416
6417 * programs.texi (Electric C): Delete the info about newline control.
6418 (Other C Commands): Minor cleanup.
6419 (Left Margin Paren): Minor cleanup.
6420
64212005-12-19 Luc Teirlinck <teirllm@auburn.edu>
6422
6423 * custom.texi (Easy Customization): Add "Browsing Custom" to menu.
6424 (Customization Groups): Delete text moved to "Browsing Custom".
6425 (Browsing Custom): New node.
6426 (Specific Customization): Clarify which commands only work for
6427 loaded options.
6428
64292005-12-18 Bill Wohler <wohler@newt.com>
6430
6431 * frames.texi (Tool Bars): Shorten text of previous change.
6432
64332005-12-18 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
6434
6435 * files.texi (VC Status): Document log-view mode.
6436
64372005-12-18 Bill Wohler <wohler@newt.com>
6438
6439 * frames.texi (Tool Bars): Mention that you can turn off tool bars
6440 permanently via the customize interface.
6441
8cf51b2c
GM
64422005-12-16 Ralf Angeli <angeli@iwi.uni-sb.de>
6443
6444 * killing.texi (Killing by Lines): Document `kill-whole-line'
6445 function.
6446
c8763fb6 64472005-12-16 Lőrentey Károly <lorentey@elte.hu>
8cf51b2c
GM
6448
6449 * buffers.texi (Select Buffer): Change `prev-buffer' to
6450 `previous-buffer'. Indicate that these functions use a frame
6451 local buffer list.
6452
8cf51b2c
GM
64532005-12-12 Richard M. Stallman <rms@gnu.org>
6454
6455 * custom.texi (Easy Customization): Change menu comment.
6456 (Prefix Keymaps): Fix spelling of Control-X-prefix.
6457
6458 * help.texi (Apropos): Rewrite. Talk about "apropos patterns".
6459 (Help): Among the Apropos commands, describe only C-h a here.
6460
64612005-12-11 Richard M. Stallman <rms@gnu.org>
6462
6463 * programs.texi (Options for Comments): Comment-end starts with space.
6464
6465 * glossary.texi (Glossary): Minor cleanup.
6466
6467 * files.texi (Old Versions): Use @table.
6468
8cf51b2c
GM
64692005-12-10 David Koppelman <koppel@ece.lsu.edu>
6470
6471 * display.texi (Highlight Interactively): Include
6472 global-hi-lock-mode. Add miscellaneous details and elaborations.
6473
64742005-12-09 Richard M. Stallman <rms@gnu.org>
6475
6476 * display.texi (Font Lock): Delete the Global FL menu item.
6477
64782005-12-09 Luc Teirlinck <teirllm@auburn.edu>
6479
6480 * custom.texi (Minibuffer Maps): Mention the maps for file name
6481 completion.
6482
64832005-12-09 Kim F. Storm <storm@cua.dk>
6484
6485 * killing.texi (CUA Bindings): Describe how to use C-x and C-c as
10d1d0af 6486 prefix keys even when mark is active. Describe that RET moves
8cf51b2c
GM
6487 cursor to next corner in rectangle; clarify insert around rectangle.
6488
8cf51b2c
GM
64892005-12-08 Luc Teirlinck <teirllm@auburn.edu>
6490
6491 * custom.texi (Customization): Use xref to elisp manual for
6492 non-TeX output.
6493 (Minor Modes): Update.
6494 (Customization Groups, Changing a Variable, Face Customization):
6495 Update for new appearance of Custom buffers.
6496 (Changing a Variable): `custom-buffer-done-function' has been
6497 replaced by `custom-buffer-done-kill'.
6498 (Specific Customization): In the `customize-group' buffer, a
6499 subgroup's contents are not "hidden". They are not included at
6500 all. They have no [Show] button.
6501 (Mouse Buttons): Add pxref to description of mouse event lists in
6502 Elisp manual. Add `menu-bar' and `header-line' dummy prefix keys.
6503 (Find Init): Emacs now looks for ~/.emacs.d/init.el instead of
6504 ~/.emacs.d/.emacs, if it can not find ~/.emacs(.el).
6505
65062005-12-08 Richard M. Stallman <rms@gnu.org>
6507
6508 * mini.texi (Completion Commands, Completion):
6509 In file name input, SPC does not do completion.
6510
8cf51b2c
GM
65112005-12-08 Nick Roberts <nickrob@snap.net.nz>
6512
6513 * building.texi (GDB Graphical Interface): Explain screen size
6514 setting.
6515 (Other GDB User Interface Buffers): Describe features specific to
6516 GDB 6.4.
6517
8cf51b2c
GM
65182005-12-01 Nick Roberts <nickrob@snap.net.nz>
6519
6520 * building.texi (GDB User Interface Layout): Describe how to
6521 kill associated buffers.
6522 (Breakpoints Buffer): Use D instead of d for gdb-delete-breakpoint.
6523 (Watch Expressions): Be more precise.
6524 (Other GDB User Interface Buffers): Describe how to change a
6525 register value.
6526
8cf51b2c
GM
65272005-11-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6528
6529 * macos.texi (Mac Input): Remove description of
6530 mac-command-key-is-meta. Add descriptions of
6531 mac-control-modifier, mac-command-modifier, and
6532 mac-option-modifier.
6533 (Mac International): Fix description of conversion of clipboard data.
6534 (Mac Font Specs): Add example of font customization by face attributes.
6535
65362005-11-22 Nick Roberts <nickrob@snap.net.nz>
6537
6538 * building.texi (Watch Expressions): Expand description.
6539 (Other GDB User Interface Buffers): Describe local map for
6540 gud-watch.
6541
65422005-11-21 Chong Yidong <cyd@stupidchicken.com>
6543
6544 * display.texi (Font Lock): Font lock is enabled by default now.
6545
65462005-11-20 Juri Linkov <juri@jurta.org>
6547
6548 * basic.texi (Position Info): Update examples of the output.
6549 Remove the fact that examples are produced in the TeXinfo buffer,
6550 because in the Info reader users will get a different output from
6551 `C-x ='.
6552
6553 * building.texi (Compilation Mode): Remove paragraph duplicated
6554 from the node `Compilation'. Add `compilation-skip-threshold'.
6555
6556 * display.texi (Font Lock): Suggest more user-friendly method of
6557 finding all Font Lock faces (M-x customize-group RET font-lock-faces).
6558
65592005-11-18 Richard M. Stallman <rms@gnu.org>
6560
6561 * files.texi (Registering): Mention @@ in mode line.
6562
6563 * mini.texi (Minibuffer File): Clarify previous change. Add @findex.
6564
65652005-11-08 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
6566
6567 * files.texi (Renaming and VC): Some back-ends don't
6568 handle renaming.
6569
8cf51b2c
GM
65702005-11-17 Juri Linkov <juri@jurta.org>
6571
6572 * emacs.texi (Top):
6573 * display.texi (Highlight Interactively): Put this font-lock based
6574 mode near Font Lock node.
6575
65762005-11-16 Chong Yidong <cyd@stupidchicken.com>
6577
6578 * ack.texi (Acknowledgments): Acknowledge Andrew Zhilin for Emacs
6579 icons.
6580
65812005-11-12 Kim F. Storm <storm@cua.dk>
6582
6583 * help.texi (Help): Fix C-h a entry. Add C-h d entry.
6584 (Help Summary): Add C-h d and C-h e.
6585 (Apropos): Clarify that all apropos commands may search for either
6586 list of words or a regexp. Add C-h d for apropos-documentation.
6587 Describe apropos-documentation-sort-by-scores user option.
6588
8cf51b2c
GM
65892005-11-09 Luc Teirlinck <teirllm@auburn.edu>
6590
6591 * killing.texi (CUA Bindings): Add @section.
6592
65932005-11-10 Kim F. Storm <storm@cua.dk>
6594
6595 * emacs.texi (Top): Add CUA Bindings entry to menu.
6596
6597 * killing.texi (CUA Bindings): New node. Moved here from
6598 misc.texi and extended with info on rectangle commands and
6599 rectangle highlighting, interface to registers, and the global
6600 mark feature.
6601
6602 * misc.texi (Emulation): Move CUA bindings item to killing.texi.
6603
6604 * regs.texi: Prev link points to CUA Bindings node.
6605
66062005-11-07 Luc Teirlinck <teirllm@auburn.edu>
6607
6608 * help.texi (Help Echo): By default, help echos are only shown on
6609 mouse-over, not on point-over.
6610
c8763fb6 66112005-11-04 Jérôme Marant <jerome@marant.org>
8cf51b2c
GM
6612
6613 * misc.texi (Shell Mode): Describe how to activate password echoing.
6614
8cf51b2c
GM
66152005-11-04 Romain Francoise <romain@orebokech.com>
6616
6617 * mark.texi (Mark Ring): Fix typo.
6618
66192005-11-03 Richard M. Stallman <rms@gnu.org>
6620
6621 * mark.texi (Mark Ring): Mention set-mark-command-repeat-pop.
6622
66232005-11-01 Bill Wohler <wohler@newt.com>
6624
6625 * help.texi (Help Mode): Fix typo.
6626
66272005-11-01 Nick Roberts <nickrob@snap.net.nz>
6628
1c6c854e
CS
6629 * building.texi (Other GDB User Interface Buffers):
6630 Describe the command gdb-use-inferior-io-buffer.
8cf51b2c
GM
6631
66322005-10-31 Romain Francoise <romain@orebokech.com>
6633
6634 * files.texi (Compressed Files): Fix typo.
6635
6636 * buffers.texi (Misc Buffer): Downcase `*shell*'.
6637
6638 * windows.texi (Force Same Window): Likewise.
6639
66402005-10-30 Bill Wohler <wohler@newt.com>
6641
6642 * help.texi (Help Mode): URLs viewed with browse-url.
6643
66442005-10-31 Nick Roberts <nickrob@snap.net.nz>
6645
6646 * building.texi (GDB Graphical Interface): Don't reference
6647 gdb-mouse-set-clear-breakpoint. Explain gdb-mouse-until
6648 must stay in same frame.
6649
66502005-10-29 Chong Yidong <cyd@stupidchicken.com>
6651
6652 * custom.texi (Init File): Document ~/.emacs.d/init.el.
6653
6654 * anti.texi (Antinews): Likewise.
6655
8cf51b2c
GM
66562005-10-28 Bill Wohler <wohler@newt.com>
6657
6658 * help.texi (Help): Help mode now creates hyperlinks for URLs.
6659
66602005-10-28 Richard M. Stallman <rms@gnu.org>
6661
6662 * files.texi (Visiting): Explain how to enter ? in a file name.
6663
6664 * trouble.texi (Memory Full): Mention !MEM FULL! in mode line.
6665
8cf51b2c
GM
66662005-10-25 Nick Roberts <nickrob@snap.net.nz>
6667
1c6c854e
CS
6668 * building.texi (GDB Graphical Interface):
6669 Describe gdb-mouse-until.
8cf51b2c
GM
6670
66712005-10-23 Richard M. Stallman <rms@gnu.org>
6672
6673 * custom.texi (Init File): Recommend when to use site-start.el.
6674
8cf51b2c
GM
66752005-10-21 Juri Linkov <juri@jurta.org>
6676
6677 * custom.texi (Examining): Mention accessing the old variable
6678 value via M-n in set-variable.
6679
8cf51b2c
GM
66802005-10-18 Romain Francoise <romain@orebokech.com>
6681
6682 * files.texi (Version Systems): Capitalize GNU.
6683
8cf51b2c
GM
66842005-10-18 Nick Roberts <nickrob@snap.net.nz>
6685
6686 * building.texi (Compilation Mode): Remove redundant paragraph.
6687 (Watch Expressions): Remove paragraph to reflect code change.
6688
8cf51b2c
GM
66892005-10-16 Richard M. Stallman <rms@gnu.org>
6690
6691 * building.texi (Compilation Mode, Compilation): Clarified.
6692
66932005-10-15 Richard M. Stallman <rms@gnu.org>
6694
6695 * misc.texi (Saving Emacs Sessions): Mention savehist library.
6696
8cf51b2c
GM
66972005-10-13 Kenichi Handa <handa@m17n.org>
6698
6699 * basic.texi (Position Info): Fix previous change.
6700
c8763fb6 67012005-10-12 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
6702
6703 * cmdargs.texi (Icons X): Fix typo.
6704
67052005-10-12 Kenichi Handa <handa@m17n.org>
6706
6707 * basic.texi (Position Info): Describe the case that Emacs shows
6708 "part of display ...".
6709
c8763fb6 67102005-10-10 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
6711
6712 * cmdargs.texi (Icons X): -nb => -nbi.
6713
67142005-10-10 Chong Yidong <cyd@stupidchicken.com>
6715
6716 * frames.texi (Speedbar): A couple more clarifications.
6717
67182005-10-11 Nick Roberts <nickrob@snap.net.nz>
6719
6720 * building.texi (GDB User Interface Layout): Improve diagram.
6721 (Watch Expressions): Explain how to make speedbar global.
6722 (Other GDB User Interface Buffers): Make references more precise.
6723
8cf51b2c
GM
67242005-10-09 Richard M. Stallman <rms@gnu.org>
6725
6726 * frames.texi (Speedbar): Clarify the text.
6727
67282005-10-09 Chong Yidong <cyd@stupidchicken.com>
6729
6730 * frames.texi (Speedbar): Add information on keybindings,
6731 dismissing the speedbar, and buffer display mode. Link to
6732 speedbar manual.
6733
c8763fb6 67342005-10-09 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c 6735
1c6c854e 6736 * cmdargs.texi (Icons X): Remove options -i, -itype, --icon-type,
8cf51b2c
GM
6737 added -nb, --no-bitmap-icon.
6738
8cf51b2c
GM
67392005-10-07 Nick Roberts <nickrob@snap.net.nz>
6740
6741 * building.texi (GDB Graphical Interface): Add variables and
6742 functions to indices. Be more precise.
6743
c8763fb6 67442005-10-03 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
6745
6746 * frames.texi (Drag and Drop): Remove the x- from
6747 x-dnd-open-file-other-window and xdnd-protocol-alist.
6748
67492005-09-30 Romain Francoise <romain@orebokech.com>
6750
6751 * mini.texi (Minibuffer): The default value now appears before the
6752 colon in minibuffer prompts.
6753
8cf51b2c
GM
67542005-09-25 Richard M. Stallman <rms@gnu.org>
6755
6756 * search.texi (Regexp Search): Doc search-whitespace-regexp.
6757
8cf51b2c
GM
67582005-09-20 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
6759
6760 * text.texi (Paragraphs): Correction about Paragraph-Indent Text mode.
6761
8cf51b2c
GM
67622005-09-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6763
6764 * emacs.texi (Top): Update submenus from macos.texi.
6765
6766 * macos.texi: Change `Mac OS 8 or 9' to `Mac OS Classic'.
6767 (Mac OS): Update feature support status.
6768 (Mac Input): List supported input scripts. Remove description
6769 about `mac-keyboard-text-encoding'. Mention mouse button
6770 emulation and related variables.
6771 (Mac International): Mention Central European and Cyrillic
6772 support. Now `keyboard-coding-system' is dynamically changed.
1c6c854e
CS
6773 Add description about coding system for selection.
6774 Add description about language environment.
6775 (Mac Environment Variables):
6776 Mention `~/.MacOSX/environment.plist'. Give example of command line
8cf51b2c
GM
6777 arguments. Add Preferences support.
6778 (Mac Directories): Explicitly state that this node is for Mac OS
6779 Classic only.
1c6c854e
CS
6780 (Mac Font Specs): Mention specification for scalable fonts.
6781 List supported charsets. Add preferred way of creating fontsets.
6782 Add description about `mac-allow-anti-aliasing'.
8cf51b2c
GM
6783 (Mac Functions): Add descriptions about `mac-set-file-creator',
6784 `mac-get-file-creator', `mac-set-file-type', `mac-get-file-type',
6785 and `mac-get-preference'.
6786
8cf51b2c
GM
67872005-09-16 Romain Francoise <romain@orebokech.com>
6788
6789 Update all files to specify GFDL version 1.2.
6790
6791 * doclicense.texi (GNU Free Documentation License): Update to
6792 version 1.2.
6793
67942005-09-15 Richard M. Stallman <rms@gnu.org>
6795
6796 * buffers.texi (List Buffers): Fix xref.
6797
6798 * rmail.texi (Rmail Basics): Fix xref.
6799
6800 * emacs.texi (Top): Update subnode menus.
6801
6802 * files.texi (Saving Commands): New node, broken out of Saving.
6803 (Customize Save): New node, broken out of Saving.
6804 Clarify effect of write-region-inhibit-fsync.
6805 (Misc File Ops): Say write-region-inhibit-fsync affects write-region.
6806
8cf51b2c
GM
68072005-09-14 Romain Francoise <romain@orebokech.com>
6808
6809 * files.texi (Saving): Mention write-region-inhibit-fsync.
6810
68112005-09-05 Chong Yidong <cyd@stupidchicken.com>
6812
6813 * custom.texi (Custom Themes): New node.
6814
68152005-09-03 Richard M. Stallman <rms@gnu.org>
6816
49823426
GM
6817 * search.texi (Search Case): Mention vars that control
6818 case-fold-search for various operations.
8cf51b2c
GM
6819
68202005-08-22 Juri Linkov <juri@jurta.org>
6821
6822 * display.texi (Standard Faces): Merge the text from
6823 `(elisp)Standard Faces' into this node.
6824
68252005-08-18 Luc Teirlinck <teirllm@auburn.edu>
6826
6827 * emacs.texi (Top): Delete menu item for deleted node
6828 Keyboard Translations.
6829
68302005-08-18 Richard M. Stallman <rms@gnu.org>
6831
8cf51b2c
GM
6832 * trouble.texi (Unasked-for Search):
6833 Delete xref to Keyboard Translations.
6834
6835 * glossary.texi (Glossary): Delete xref.
6836
8cf51b2c
GM
6837 * custom.texi (Minor Modes): Say that the list here is not complete.
6838 (Keyboard Translations): Node deleted.
6839 (Disabling): Delete xref to it.
6840 (Customization Groups): Fix Custom buffer example.
6841 (Hooks): Mention remove-hooks.
6842
68432005-08-17 Luc Teirlinck <teirllm@auburn.edu>
6844
6845 * building.texi (GDB Graphical Interface): Improve filling of menu
6846 item.
6847
68482005-08-18 Nick Roberts <nickrob@snap.net.nz>
6849
6850 * building.texi (GDB Graphical Interface): Use better node names.
6851
68522005-08-14 Richard M. Stallman <rms@gnu.org>
6853
6854 * text.texi (Sentences): Fix xref.
6855
68562005-08-14 Juri Linkov <juri@jurta.org>
6857
6858 * building.texi (Compilation, Grep Searching): Move grep command
6859 headings from `Compilation' to `Grep Searching'.
6860
6861 * dired.texi (Dired and Find):
6862 * maintaining.texi (Tags Search): Replace grep xref to
6863 `Compilation' node with `Grep Searching'.
6864
6865 * files.texi (Comparing Files): Replace xref to `Compilation' with
6866 `Compilation Mode'.
6867
68682005-08-13 Alan Mackenzie <acm@muc.de>
6869
6870 * search.texi (Non-ASCII Isearch): Correct a typo.
6871 (Replacement Commands): Mention query-replace key binding.
6872
68732005-08-11 Richard M. Stallman <rms@gnu.org>
6874
6875 * programs.texi (Options for Comments): Fix xref.
6876
6877 * search.texi (Regexp Backslash, Regexp Example): New nodes split
6878 out of Regexps.
6879
8cf51b2c
GM
68802005-08-09 Juri Linkov <juri@jurta.org>
6881
6882 * building.texi (Compilation): Use `itemx' instead of `item'.
6883 (Grep Searching): Simplify phrase.
6884
6885 * display.texi (Standard Faces): Describe vertical-border on
6886 window systems.
6887
6888 * windows.texi (Split Window): Simplify phrase and mention
6889 vertical-border face.
6890
68912005-08-09 Richard M. Stallman <rms@gnu.org>
6892
6893 * files.texi (Comparing Files): Clarify compare-windows.
6894
6895 * calendar.texi (Scroll Calendar): Document < and > in calendar.
6896
8cf51b2c
GM
68972005-08-06 Eli Zaretskii <eliz@gnu.org>
6898
6899 * mule.texi (Coding Systems): Rephrase the paragraph about
6900 codepages: no need for "M-x codepage-setup" anymore, except on
6901 MS-DOS.
6902
6903 * msdog.texi (MS-DOS and MULE): Clarify that this section is for
6904 the MS-DOS port only.
6905
69062005-07-30 Eli Zaretskii <eliz@gnu.org>
6907
6908 * makefile.w32-in (info): Don't run multi-install-info.bat.
6909 ($(infodir)/dir): New target, produced by running
6910 multi-install-info.bat.
6911
8cf51b2c
GM
69122005-07-22 Eli Zaretskii <eliz@gnu.org>
6913
6914 * files.texi (Quoted File Names): Add index entry.
6915
8cf51b2c
GM
69162005-07-19 Juri Linkov <juri@jurta.org>
6917
6918 * files.texi (Comparing Files): Mention resync for `compare-windows'.
6919
69202005-07-18 Juri Linkov <juri@jurta.org>
6921
8cf51b2c
GM
6922 * custom.texi (Easy Customization):
6923 * files.texi (Old Versions):
6924 * frames.texi (Wheeled Mice):
6925 * mule.texi (Specify Coding):
8cf51b2c
GM
6926 * text.texi (Cell Justification):
6927 * trouble.texi (After a Crash):
8cf51b2c
GM
6928 * xresources.texi (GTK styles):
6929 Delete duplicate duplicate words.
6930
69312005-07-17 Richard M. Stallman <rms@gnu.org>
6932
6933 * frames.texi (Creating Frames): Fix foreground color example.
6934
6935 * custom.texi (Init Examples): Clean up text about conditionals.
6936
69372005-07-16 Richard M. Stallman <rms@gnu.org>
6938
6939 * mini.texi (Completion Commands): Fix command name for ?.
6940
8cf51b2c
GM
69412005-07-16 Eli Zaretskii <eliz@gnu.org>
6942
6943 * display.texi (Standard Faces): Explain that customization of
1c6c854e
CS
6944 `menu' face has no effect on w32 and with GTK.
6945 Add cross-references.
8cf51b2c
GM
6946
6947 * cmdargs.texi (General Variables): Clarify the default location
6948 of $HOME on w32 systems.
6949
69502005-07-15 Jason Rumney <jasonr@gnu.org>
6951
6952 * cmdargs.texi (General Variables): Default HOME on MS Windows has
6953 changed.
6954
69552005-07-08 Kenichi Handa <handa@m17n.org>
6956
1c6c854e
CS
6957 * mule.texi (Recognize Coding):
6958 Recommend revert-buffer-with-coding-system instead of revert-buffer.
8cf51b2c
GM
6959
69602005-07-07 Richard M. Stallman <rms@gnu.org>
6961
6962 * anti.texi (Antinews): Mention mode-line-inverse-video.
6963
6964 * files.texi (Saving): Minor correction about C-x C-w.
6965
6966 * display.texi (Display Custom): Don't mention mode-line-inverse-video.
6967
69682005-07-07 Luc Teirlinck <teirllm@auburn.edu>
6969
6970 * search.texi (Isearch Scroll): Add example of using the
6971 `isearch-scroll' property.
6972 (Slow Isearch): Reference anchor for `baud-rate' instead of entire
6973 `Display Custom' node.
6974 (Regexp Replace): Put text that requires Emacs Lisp knowledge last
6975 and de-emphasize it.
6976 (Other Repeating Search): `occur' currently can not correctly
6977 handle multiline matches. Correct, clarify and update description
6978 of `flush-lines' and `keep-lines'.
6979
6980 * display.texi (Display Custom): Add anchor for `baud-rate'.
6981
69822005-07-07 Richard M. Stallman <rms@gnu.org>
6983
6984 * gnu.texi: Update where to get GNU status; add refs for how to help.
6985 Add footnotes 6 and 7.
6986
69872005-07-04 Lute Kamstra <lute@gnu.org>
6988
6989 Update FSF's address in GPL notices.
6990
8cf51b2c 6991 * doclicense.texi (GNU Free Documentation License):
8cf51b2c
GM
6992 * trouble.texi (Checklist): Update FSF's address.
6993
8cf51b2c
GM
69942005-06-24 Richard M. Stallman <rms@gnu.org>
6995
6996 * display.texi (Text Display): Change index entries.
6997
69982005-06-24 Eli Zaretskii <eliz@gnu.org>
6999
7000 * makefile.w32-in (MAKEINFO): Use --force.
7001 (INFO_TARGETS, DVI_TARGETS): Make identical to the lists in
7002 Makefile.in.
8cf51b2c
GM
7003
70042005-06-23 Richard M. Stallman <rms@gnu.org>
7005
1c6c854e 7006 * anti.texi (Antinews): Rename show-nonbreak-escape to
8cf51b2c
GM
7007 nobreak-char-display.
7008
7009 * emacs.texi (Top): Update detailed node listing.
7010
1c6c854e 7011 * display.texi (Text Display): Rename show-nonbreak-escape
8cf51b2c
GM
7012 to nobreak-char-display and no-break-space to nobreak-space.
7013 (Standard Faces): Split up the list of standard faces
7014 and put it in a separate node. Add nobreak-space and
7015 escape-glyph.
7016
8cf51b2c
GM
70172005-06-23 Lute Kamstra <lute@gnu.org>
7018
7019 * mule.texi (Select Input Method): Fix typo.
7020
70212005-06-23 Kenichi Handa <handa@m17n.org>
7022
1c6c854e
CS
7023 * mule.texi (International): List all supported scripts.
7024 Adjust text for that leim is now included in the normal Emacs
8cf51b2c
GM
7025 distribution.
7026 (Language Environments): List all language environments.
7027 Intlfonts contains fonts for most supported scripts, not all..
7028 (Select Input Method): Refer to C-u C-x = to see how to type to
10d1d0af 7029 input a specific character.
8cf51b2c
GM
7030 (Recognize Coding): Fix typo, china-iso-8bit -> chinese-iso-8bit.
7031
70322005-06-23 Juanma Barranquero <lekktu@gmail.com>
7033
49823426 7034 * building.texi (Grep Searching): Texinfo usage fix.
8cf51b2c
GM
7035
70362005-06-22 Miles Bader <miles@gnu.org>
7037
7038 * display.texi (Faces): Change `vertical-divider' to `vertical-border'.
7039
70402005-06-20 Miles Bader <miles@gnu.org>
7041
7042 * display.texi (Faces): Add `vertical-divider'.
7043
70442005-06-17 Richard M. Stallman <rms@gnu.org>
7045
7046 * text.texi (Adaptive Fill): Minor clarification.
7047
8cf51b2c
GM
70482005-06-10 Lute Kamstra <lute@gnu.org>
7049
7050 * emacs.texi (Top): Correct version number.
7051 * anti.texi (Antinews): Correct version number. Use EMACSVER to
7052 refer to the current version of Emacs.
7053
70542005-06-08 Luc Teirlinck <teirllm@auburn.edu>
7055
7056 * files.texi (Log Buffer): Document when there can be more than
7057 one file to be committed.
7058
70592005-06-08 Juri Linkov <juri@jurta.org>
7060
7061 * display.texi (Faces): Add `shadow' face.
7062
70632005-06-07 Masatake YAMATO <jet@gyve.org>
7064
7065 * display.texi (Faces): Write about mode-line-highlight.
7066
70672005-06-06 Richard M. Stallman <rms@gnu.org>
7068
7069 * misc.texi (Printing Package): Explain how to initialize
7070 printing package.
7071
7072 * cmdargs.texi (Action Arguments): Clarify directory default for -l.
7073
70742005-06-05 Chong Yidong <cyd@stupidchicken.com>
7075
7076 * emacs.texi: Rename Hardcopy to Printing.
7077 Make PostScript and PostScript Variables subnodes of it.
7078
7079 * misc.texi (Printing): Rename node from Hardcopy.
7080 Mention menu bar options.
7081 Move PostScript and PostScript Variables to submenu.
7082 (Printing package): New node.
7083
7084 * mark.texi (Using Region): Change Hardcopy xref to Printing.
7085
7086 * dired.texi (Operating on Files): Likewise.
7087
7088 * calendar.texi (Displaying the Diary): Likewise.
7089
7090 * msdog.texi (MS-DOS Printing, MS-DOS Processes): Likewise.
7091
7092 * glossary.texi (Glossary): Likewise.
7093
7094 * frames.texi (Mode Line Mouse): Mention mode-line-highlight
7095 effect.
7096
70972005-06-04 Richard M. Stallman <rms@gnu.org>
7098
7099 * trouble.texi (After a Crash): Polish previous change.
7100
8cf51b2c
GM
71012005-05-30 Noah Friedman <friedman@splode.com>
7102
7103 * trouble.texi (After a Crash): Mention emacs-buffer.gdb as a
7104 recovery mechanism.
7105
8cf51b2c
GM
71062005-05-28 Nick Roberts <nickrob@snap.net.nz>
7107
7108 * building.texi (Other Buffers): SPC toggles display of
7109 floating point registers.
7110
8cf51b2c
GM
71112005-05-27 Nick Roberts <nickrob@snap.net.nz>
7112
7113 * files.texi (Log Buffer): Merge in description of Log Edit
7114 mode from pcl-cvs.texi.
7115
71162005-05-26 Richard M. Stallman <rms@gnu.org>
7117
7118 * building.texi (Lisp Eval): C-M-x with arg runs Edebug.
7119
8cf51b2c
GM
71202005-05-24 Luc Teirlinck <teirllm@auburn.edu>
7121
7122 * fixit.texi (Spelling): Delete confusing sentence; flyspell is
7123 not enabled by default.
7124 When not on a word, `ispell-word' by default checks the word
7125 before point.
7126
71272005-05-24 Nick Roberts <nickrob@snap.net.nz>
7128
7129 * building.texi (Debugger Operation): Simplify last sentence.
7130
71312005-05-23 Lute Kamstra <lute@gnu.org>
7132
7133 * emacs.texi: Update FSF's address throughout.
7134 (Preface): Use @cite.
7135 (Distrib): Add cross reference to the node "Copying". Mention the
7136 FDL. Don't refer to etc/{FTP,ORDERS}. Mention the sale of
7137 printed manuals.
7138 (Intro): Use @xref for the Emacs Lisp Intro.
7139
8cf51b2c
GM
71402005-05-18 Luc Teirlinck <teirllm@auburn.edu>
7141
7142 * buffers.texi (Select Buffer): Document `C-u M-g M-g'.
7143
7144 * basic.texi (Moving Point): Mention default for `goto-line'.
7145
7146 * programs.texi (Lisp Doc): Eldoc mode shows only the first line
7147 of a variable's docstring.
7148
71492005-05-18 Lute Kamstra <lute@gnu.org>
7150
7151 * maintaining.texi (Overview of Emerge): Add cross reference.
7152 Remove duplication.
7153
7154 * emacs.texi (Top): Update to the current structure of the manual.
7155 * misc.texi (Emacs Server): Add menu description.
7156 * files.texi (Saving): Fix menu.
7157 * custom.texi (Customization): Fix menu.
7158 * mule.texi (International): Fix menu.
7159 * kmacro.texi (Keyboard Macros): Fix menu.
7160
71612005-05-16 Luc Teirlinck <teirllm@auburn.edu>
7162
7163 * display.texi: Various minor changes.
7164 (Faces): Delete text that is repeated in the next section.
7165
71662005-05-16 Nick Roberts <nickrob@snap.net.nz>
7167
7168 * building.texi (Debugger Operation): Mention GUD tooltips are
7169 disabled with GDB in text command mode.
7170
8cf51b2c
GM
71712005-05-16 Nick Roberts <nickrob@snap.net.nz>
7172
7173 * building.texi: Replace toolbar with "tool bar" for consistency.
7174 (Compilation Mode): Describe compilation-context-lines
7175 and use of arrow in compilation buffer.
7176 (Debugger Operation): Replace help text with variable's value.
7177
7178 * frames.texi (Tooltips): Replace toolbar with "tool bar" for
7179 consistency.
7180
71812005-05-15 Luc Teirlinck <teirllm@auburn.edu>
7182
7183 * major.texi (Choosing Modes): normal-mode processes the -*- line.
7184 Add xref.
7185
8cf51b2c
GM
71862005-05-14 Luc Teirlinck <teirllm@auburn.edu>
7187
7188 * basic.texi (Moving Point): Mention `M-g g' binding for `goto-line'.
7189 (Position Info): Delete discussion of `goto-line'. It is already
7190 described in `Moving point'.
7191
7192 * mini.texi (Completion Commands): Correct reference.
7193 (Completion Options): Fix typo.
7194
7195 * killing.texi (Deletion): Complete description of `C-x C-o'.
7196
8cf51b2c
GM
71972005-05-10 Richard M. Stallman <rms@gnu.org>
7198
7199 * building.texi (Compilation): Clarify recompile's directory choice.
7200
7201 * frames.texi (Tooltips): Cleanups.
7202
7203 * basic.texi (Arguments): Fix punctuation.
7204
72052005-05-09 Luc Teirlinck <teirllm@auburn.edu>
7206
7207 * screen.texi (Menu Bar): The up and down (not left and right)
7208 arrow keys move through a keyboard menu.
7209
72102005-05-08 Luc Teirlinck <teirllm@auburn.edu>
7211
7212 * basic.texi: Various typo and grammar fixes.
7213 (Moving Point): C-a now runs move-beginning-of-line.
7214
72152005-05-08 Nick Roberts <nickrob@snap.net.nz>
7216
7217 * building.texi (Debugger Operation): Describe gud-tooltip-echo-area.
7218
7219 * frames.texi (Tooltips): Describe help tooltips and GUD tooltips
7220 as different animals.
7221
72222005-05-07 Luc Teirlinck <teirllm@auburn.edu>
7223
7224 * frames.texi (Mouse References): Clarify `mouse-1-click-follows-link'.
7225 Correct index entry.
7226
72272005-05-07 Nick Roberts <nickrob@snap.net.nz>
7228
7229 * building.texi (Debugger Operation): Update to reflect changes
7230 in GUD tooltips.
7231
72322005-04-30 Richard M. Stallman <rms@gnu.org>
7233
7234 * files.texi (Compressed Files): Auto Compression normally enabled.
7235
7236 * building.texi (Debugger Operation): Clarify previous change.
7237
8cf51b2c
GM
72382005-04-28 Nick Roberts <nickrob@snap.net.nz>
7239
7240 * building.texi (Debugger Operation): Add description for
7241 GUD tooltips when program is not running.
7242
72432005-04-26 Luc Teirlinck <teirllm@auburn.edu>
7244
7245 * misc.texi (Shell): Add `Shell Prompts' to menu.
7246 (Shell Mode): Add xref to `Shell Prompts'. Clarify `C-c C-u'
7247 description. Delete remarks moved to new node.
7248 (Shell Prompts): New node.
7249 (History References): Replace remarks moved to `Shell Prompts'
7250 with xref to that node.
7251 (Remote Host): Clarify how to specify the terminal type when
7252 logging in to a different machine.
7253
72542005-04-26 Richard M. Stallman <rms@gnu.org>
7255
7256 * emacs.texi (Top): Update submenus from files.texi.
7257
7258 * files.texi (Filesets): Clarify previous change.
7259
7260 * dired.texi (Misc Dired Features): Clarify previous change.
7261
72622005-04-25 Chong Yidong <cyd@stupidchicken.com>
7263
7264 * ack.texi (Acknowledgments): Delete info about iso-acc.el.
7265
1c6c854e
CS
7266 * dired.texi (Misc Dired Features):
7267 Document dired-compare-directories.
8cf51b2c
GM
7268
7269 * files.texi (Filesets): New node.
7270 (File Conveniences): Document Image mode.
7271
7272 * text.texi (TeX Print): Document tex-compile.
7273
72742005-04-25 Luc Teirlinck <teirllm@auburn.edu>
7275
7276 * frames.texi (Tooltips): Tooltip mode is enabled by default.
7277 Delete redundant reference to tooltip Custom group. It is
7278 referred too again in the next paragraph.
7279
72802005-04-24 Richard M. Stallman <rms@gnu.org>
7281
7282 * ack.texi: Delete info about lazy-lock.el and fast-lock.el.
7283
8cf51b2c
GM
72842005-04-19 Kim F. Storm <storm@cua.dk>
7285
7286 * building.texi (Compilation Mode): Add M-g M-n and M-g M-p bindings.
7287
72882005-04-18 Lars Hansen <larsh@math.ku.dk>
7289
7290 * misc.texi (Saving Emacs Sessions): Add that "--no-desktop" now
7291 turns off desktop-save-mode.
7292
72932005-04-17 Luc Teirlinck <teirllm@auburn.edu>
7294
7295 * frames.texi (XTerm Mouse): Xterm Mouse mode is no longer enabled
7296 by default in terminals compatible with xterm. Mention that
7297 xterm-mouse-mode is a minor mode and put in pxref to Minor Modes
7298 node.
7299
8cf51b2c
GM
73002005-04-12 Luc Teirlinck <teirllm@auburn.edu>
7301
7302 * frames.texi (XTerm Mouse): Xterm Mouse mode is now enabled by default.
7303
c8763fb6 73042005-04-12 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
7305
7306 * xresources.texi (Table of Resources): Add cursorBlink.
7307
73082005-04-11 Luc Teirlinck <teirllm@auburn.edu>
7309
7310 * rmail.texi (Rmail Summary Edit): Explain numeric arguments to
7311 `d', `C-d' and `u'.
7312
73132005-04-11 Richard M. Stallman <rms@gnu.org>
7314
7315 * cmdargs.texi (Initial Options): -Q is now --quick, and does less.
7316 (Misc X): Add -D, --basic-display.
7317
7318 * maintaining.texi (Change Log): Correct the description of
7319 the example.
7320
7321 * major.texi (Choosing Modes): Document magic-mode-alist.
7322
8cf51b2c
GM
73232005-04-10 Luc Teirlinck <teirllm@auburn.edu>
7324
7325 * rmail.texi (Rmail Basics): Clarify description of `q' and `b'.
7326 (Rmail Deletion): `C-d' in RMAIL buffer does not accept a numeric arg.
7327 (Rmail Inbox): Give full name of `rmail-primary-inbox-list'.
7328 (Rmail Output): Clarify which statements apply to `o', `C-o' and
7329 `w', respectively.
7330 (Rmail Labels): Mention `l'.
7331 (Rmail Attributes): Correct pxref. Mention `stored' attribute.
7332 (Rmail Summary Edit): Describe `j' and RET.
7333
c8763fb6 73342005-04-10 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
7335
7336 * xresources.texi (Lucid Resources): Add fontSet resource.
7337
8cf51b2c
GM
73382005-04-09 Luc Teirlinck <teirllm@auburn.edu>
7339
7340 * display.texi (Useless Whitespace): `indicate-unused-lines' is
7341 now called `indicate-empty-lines'.
7342
73432005-04-06 Kim F. Storm <storm@cua.dk>
7344
7345 * cmdargs.texi (Initial Options): Add --bare-bones alias for -Q.
7346
73472005-04-04 Luc Teirlinck <teirllm@auburn.edu>
7348
7349 * dired.texi (Dired Visiting): `dired-view-command-alist' has been
7350 deleted.
7351 (Marks vs Flags): Add some convenient key bindings.
7352 (Hiding Subdirectories): Delete redundant and inaccurate sentence.
7353 (Misc Dired Features): Correct and expand description of `w' command.
7354
7355 * frames.texi (XTerm Mouse): Delete apparently false info.
7356 The GNU/Linux console currently does not appear to support
7357 `xterm-mouse-mode'.
7358
8cf51b2c
GM
73592005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
7360
7361 * calendar.texi (Diary): Mention shell utility `calendar'.
7362
73632005-04-01 Richard M. Stallman <rms@gnu.org>
7364
7365 * cmdargs.texi (Misc X): Explain horizontal scroll bars don't exist.
7366
8cf51b2c
GM
73672005-04-01 Lute Kamstra <lute@gnu.org>
7368
7369 * maintaining.texi (Change Log): add-change-log-entry uses
7370 add-log-mailing-address.
7371
73722005-03-31 Luc Teirlinck <teirllm@auburn.edu>
7373
7374 * files.texi (Reverting): Move `auto-revert-check-vc-info' to
7375 `VC Mode Line' and put in an xref to that node.
7376 (VC Mode Line): Move `auto-revert-check-vc-info' here and clarify
7377 its description.
7378
73792005-03-31 Paul Eggert <eggert@cs.ucla.edu>
7380
7381 * calendar.texi (Calendar Systems): Say that the Persian calendar
7382 implemented here is the arithmetical one championed by Birashk.
7383
73842005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
7385
7386 * programs.texi (Fortran Motion): Fix previous change.
7387
8cf51b2c
GM
73882005-03-29 Richard M. Stallman <rms@gnu.org>
7389
7390 * mule.texi (Single-Byte Character Support): Reinstall the C-x 8 info.
7391
73922005-03-29 Chong Yidong <cyd@stupidchicken.com>
7393
7394 * text.texi (Refill): Refer to Long Lines Mode.
7395 (Longlines): New node.
7396 (Auto Fill): Don't index "word wrap" here.
7397 (Filling): Add Longlines to menu.
7398
73992005-03-29 Richard M. Stallman <rms@gnu.org>
7400
7401 * xresources.texi: Minor fixes.
7402
7403 * misc.texi (Emacs Server): Fix Texinfo usage.
7404
7405 * emacs.texi (Top): Don't use a real section heading for
7406 "Detailed Node Listing". Fake it instead.
7407
7408 * basic.texi (Position Info): Minor cleanup.
7409
7410 * mule.texi (Input Methods): Minor cleanup.
7411
74122005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
7413
7414 * programs.texi (ForIndent Vars): `fortran-if-indent' does other
7415 constructs as well.
7416 (Fortran Motion): Add fortran-end-of-block, fortran-beginning-of-block.
7417
74182005-03-29 Kenichi Handa <handa@m17n.org>
7419
7420 * mule.texi (Input Methods): Refer to the command C-u C-x =.
7421
7422 * basic.texi (Position Info): Update the description about the
7423 command C-u C-x =.
7424
74252005-03-28 Richard M. Stallman <rms@gnu.org>
7426
7427 * emacs.texi (Top): Use @section for the detailed node listing.
7428
7429 * calendar.texi: Minor fixes to previous change.
7430
7431 * programs.texi (Fortran): Small fixes to previous changes.
7432
7433 * emacs.texi (Top): Update list of subnodes of Dired.
7434 Likewise for building.texi.
7435
7436 * files.texi (File Conveniences): Delete Auto Image File mode.
7437
74382005-03-28 Chong Yidong <cyd@stupidchicken.com>
7439
7440 * building.texi (Flymake): New node.
7441
7442 * custom.texi (Function Keys): Document kp- event types and
7443 keypad-setup package.
7444
7445 * dired.texi (Wdired): New node.
7446
7447 * files.texi (File Conveniences): Reorder entries.
7448 Explain how to turn on Auto-image-file mode.
7449 Document Thumbs mode.
7450
7451 * mule.texi (Specify Coding): Document recode-region and
7452 recode-file-name.
7453
7454 * programs.texi (Program Modes): Add Conf mode and DNS mode.
7455
74562005-03-27 Luc Teirlinck <teirllm@auburn.edu>
7457
7458 * commands.texi (Keys): M-o is now a prefix key.
7459
74602005-03-27 Glenn Morris <gmorris@ast.cam.ac.uk>
7461
7462 * programs.texi: Reformat and update copyright years.
7463 (Fortran): Update section.
7464
74652005-03-26 Luc Teirlinck <teirllm@auburn.edu>
7466
7467 * files.texi: Several small changes in addition to:
7468 (Visiting): Change xref for Dialog Boxes to ref.
7469 (Version Headers): Replace references to obsolete var
7470 `vc-header-alist' with `vc-BACKEND-header'.
7471 (Customizing VC): Update value of `vc-handled-backends'.
7472
74732005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
7474
7475 * emacs-xtra.texi (Advanced Calendar/Diary Usage): New section;
7476 move here from Emacs Lisp Reference Manual.
7477 * calendar.texi (Calendar/Diary, Diary Commands)
7478 (Special Diary Entries, Importing Diary): Change some xrefs to
7479 point to emacs-xtra rather than elisp.
7480
7481 * emacs-xtra.texi (Calendar Customizing):
7482 Move view-diary-entries-initially, view-calendar-holidays-initially,
7483 mark-diary-entries-in-calendar, mark-holidays-in-calendar to main
7484 Emacs Manual.
7485 (Appt Customizing): Merge entire section into main Emacs Manual.
7486 * calendar.texi (Holidays): Move view-calendar-holidays-initially,
7487 mark-holidays-in-calendar here from emacs-xtra.
7488 (Displaying the Diary): Move view-diary-entries-initially,
7489 mark-diary-entries-in-calendar here from emacs-xtra.
7490 (Appointments): Move appt-display-mode-line,
7491 appt-display-duration, appt-disp-window-function,
7492 appt-delete-window-function here from emacs-xtra.
7493
7494 * calendar.texi: Update and reformat copyright.
7495 Change all @xrefs to the non-printing emacs-xtra to @inforefs.
7496 (Calendar/Diary): Menu now only on Mouse-3, not C-Mouse-3.
7497 (Diary): Refer to `diary-file' rather than ~/diary.
7498 (Diary Commands): Rename node to "Displaying the Diary".
7499 * emacs.texi (Top): Rename "Diary Commands" section.
7500 * misc.texi (Hardcopy): Rename "Diary Commands" xref.
7501
75022005-03-26 Eli Zaretskii <eliz@gnu.org>
7503
7504 * misc.texi (Emacs Server): Fix the command for setting
7505 server-name. Add an xref to Invoking emacsclient.
7506
7507 * help.texi (Help Summary): Clarify when "C-h ." will do something
7508 nontrivial.
7509 (Apropos): Add cindex entry for apropos-sort-by-scores.
7510
7511 * display.texi (Text Display): Add index entries for how no-break
7512 characters are displayed.
7513
8cf51b2c
GM
75142005-03-26 Eli Zaretskii <eliz@gnu.org>
7515
7516 * files.texi (Visiting): Fix cross-references introduced with the
7517 last change.
7518
7519 * xresources.texi (GTK resources): Fix last change.
7520
8cf51b2c
GM
75212005-03-25 Chong Yidong <cyd@stupidchicken.com>
7522
7523 * xresources.texi (X Resources): GTK options documented too.
7524 (Resources): Clarify meaning of program name.
7525 (Table of Resources): Add visualClass.
7526 (GTK resources): Rewrite.
7527 (GTK widget names, GTK Names in Emacs, GTK styles): Cleanups.
7528
7529 * display.texi (Text Display): Mention non-breaking spaces.
7530
7531 * files.texi (Reverting): Document auto-revert-check-vc-info.
7532
7533 * frames.texi (Mouse Commands): Document
7534 x-mouse-click-focus-ignore-position and mouse-drag-copy-region.
7535
7536 * help.texi (Help Summary): Add `C-h .'.
7537 (Apropos): Apropos accepts a list of search terms.
7538 Document apropos-sort-by-scores.
7539 (Help Echo): Document display-local-help.
7540
7541 * misc.texi (Emacs Server): Document server-name.
7542 (Invoking emacsclient): Document -s option for server names.
7543
7544 * text.texi (Outline Visibility): Introduce "current heading
7545 line" (commands can be called with point on a body line).
7546 Re-order table to follow the sequence of discussion.
7547 hide-body won't hide lines before first header line.
7548 (TeX Mode): Add DocTeX mode.
7549
8cf51b2c
GM
75502005-03-24 Richard M. Stallman <rms@gnu.org>
7551
7552 * mule.texi (Single-Byte Character Support): Delete mention
7553 of iso-acc.el and iso-transl.el.
7554
8cf51b2c
GM
75552005-03-23 Lute Kamstra <lute@gnu.org>
7556
7557 * search.texi (Non-ASCII Isearch): Rename from Non-Ascii Isearch.
7558
75592005-03-23 Richard M. Stallman <rms@gnu.org>
7560
8cf51b2c
GM
7561 * search.texi: Delete explicit node pointers.
7562 (Incremental Search): New menu.
7563 (Basic Isearch, Repeat Isearch, Error in Isearch)
7564 (Non-Ascii Isearch, Isearch Yank, Highlight Isearch, Isearch Scroll)
7565 (Slow Isearch): New subnodes.
7566 (Configuring Scrolling): Node deleted.
7567 (Search Case): Doc default-case-fold-search.
7568 (Regexp Replace): Move replace-regexp doc here.
7569
7570 * rmail.texi (Movemail): Put commas inside closequotes.
7571
7572 * picture.texi (Insert in Picture): Document C-c arrow combos.
7573 (Basic Picture): Clarify erasure.
7574
7575 * display.texi (Font Lock): Put commas inside closequotes.
7576
7577 * cmdargs.texi (General Variables): Put commas inside closequotes.
7578
75792005-03-23 Nick Roberts <nickrob@snap.net.nz>
7580
7581 * building.texi (Stack Buffer): Mention reverse contrast for
7582 *selected* frame (might not be current frame).
7583
8cf51b2c
GM
75842005-03-21 Richard M. Stallman <rms@gnu.org>
7585
7586 * building.texi (Starting GUD): Add bashdb.
7587
75882005-03-20 Chong Yidong <cyd@stupidchicken.com>
7589
7590 * basic.texi (Moving Point): Add M-g M-g binding.
7591 (Undo): Document undo-only.
7592 (Position Info): Document M-g M-g and C-u M-g M-g.
7593
7594 * building.texi (Building): Put Grep Searching after Compilation
7595 Shell.
7596 (Compilation Mode): Document M-n, M-p, M-}, M-{, and C-c C-f bindings.
7597 Document next-error-highlight.
7598 (Grep Searching): Document grep-highlight-matches.
7599 (Lisp Eval): Typing C-x C-e twice prints integers specially.
7600
7601 * calendar.texi (Importing Diary): Rename node from iCalendar.
7602 Document diary-from-outlook.
7603
7604 * dired.texi (Misc Dired Features): Rename node from Misc Dired
7605 Commands.
7606 Mention effect of X drag and drop on Dired buffers.
7607
7608 * files.texi (Visiting): Document large-file-warning-threshold.
7609 Move paragraph on file-selection dialog.
7610 Mention visiting files using X drag and drop.
7611 (Reverting): Mention using Auto-Revert mode to tail files.
7612 Document auto-revert-tail-mode.
7613 (Version Systems): Minor correction.
7614 (Comparing Files): Diff-mode is no longer based on Compilation
7615 mode.
7616 Document compare-ignore-whitespace.
7617 (Misc File Ops): Explain passing a directory to rename-file.
7618 Likewise for copy-file and make-symbolic-link.
7619
7620 * frames.texi (Wheeled Mice): Mouse wheel support on by default.
7621 Document mouse-wheel-progressive speed.
7622
7623 * help.texi (Misc Help): Document numeric argument for C-h i.
7624 Correctly explain the effect of just C-u as argument.
7625
7626 * killing.texi (Deletion): Document numeric argument for
7627 just-one-space.
7628
7629 * mini.texi (Completion): Completion acts on text before point.
7630
7631 * misc.texi (Saving Emacs Sessions): Document desktop-restore-eager.
7632 (Emulation): CUA mode replaces pc-bindings-mode,
7633 pc-selection-mode, and s-region.
7634
7635 * mule.texi (Input Methods): Leim is now built-in.
7636 (Select Input Method): Document quail-show-key.
7637 (Specify Coding): Document revert-buffer-with-coding-system.
7638
7639 * programs.texi (Fortran Motion): Document f90-next-statement,
7640 f90-previous-statement, f90-next-block, f90-previous-block,
7641 f90-end-of-block, and f90-beginning-of-block.
7642
7643 * text.texi (Format Faces): Replace old M-g key prefix with M-o.
7644
7645 * emacs.texi (Acknowledgments): Updated.
7646
7647 * anti.texi: Total rewrite.
7648
8cf51b2c
GM
76492005-03-19 Chong Yidong <cyd@stupidchicken.com>
7650
7651 * ack.texi (Acknowledgments): Update.
7652
76532005-03-19 Eli Zaretskii <eliz@gnu.org>
7654
1c6c854e
CS
7655 * anti.texi (Antinews): Refer to Emacs 21.4, not 21.3.
7656 Update copyright years.
8cf51b2c
GM
7657
76582005-03-14 Nick Roberts <nickrob@snap.net.nz>
7659
7660 * building.texi (Commands of GUD): Move paragraph on setting
7661 breakpoints with mouse to the GDB Graphical Interface node.
7662
76632005-03-07 Richard M. Stallman <rms@gnu.org>
7664
8cf51b2c
GM
7665 * misc.texi (Single Shell, Shell Options): Fix previous change.
7666
7667 * building.texi (Debugger Operation): Update GUD tooltip enable info.
7668
76692005-03-06 Richard M. Stallman <rms@gnu.org>
7670
7671 * building.texi (Starting GUD): Don't explain text vs graphical
7672 GDB here. Just mention it and xref.
7673 Delete "just one debugger process".
7674 (Debugger Operation): Move GUD tooltip info here.
7675 (GUD Tooltips): Node deleted.
7676 (GDB Graphical Interface): Explain the two GDB modes here.
7677
8cf51b2c
GM
7678 * sending.texi (Sending Mail): Minor cleanup.
7679 (Mail Aliases): Explain quoting conventions.
7680 Update key rebinding example.
7681 (Header Editing): C-M-i is like M-TAB.
7682 (Mail Mode Misc): mail-attach-file does not do MIME.
7683
7684 * rmail.texi (Rmail Inbox): Move text from Remote Mailboxes
7685 that really belongs here.
7686 (Remote Mailboxes): Text moved to Rmail Inbox.
7687 (Rmail Display): Mention Mouse-1.
7688 (Movemail): Clarify two movemail versions.
7689 Clarify rmail-movemail-program.
7690
8cf51b2c
GM
7691 * misc.texi (Single Shell): Replace uudecode example with gpg example.
7692 Document async shell commands.
7693 (Shell History): Clarify.
7694 (Shell Ring): Mention C-UP an C-DOWN.
7695 (Shell Options): Add comint-prompt-read-only.
7696 (Invoking emacsclient): Set EDITOR to run Emacs.
7697 (Sorting): No need to explain what region is.
7698 (Saving Emacs Sessions): Fix typo.
7699 (Recursive Edit): Fix punctuation.
7700 (Emulation): Don't mention "PC bindings" which are standard.
7701 (Hyperlinking): Explain Mouse-1 convention here.
7702 (Find Func): Node deleted.
7703
8cf51b2c
GM
7704 * help.texi (Name Help): Xref to Hyperlinking.
7705
7706 * glossary.texi (Glossary):
7707 Rename "Balance Parentheses" to "Balancing...".
7708 Add "Byte Compilation". Correct "Copyleft".
7709 New xref in "Customization".
7710 Clarify "Current Line", "Echoing", "Fringe", "Frame", "Speedbar".
7711 Add "Graphical Terminal" "Keybinding", "Margin", "Window System".
7712 Rename "Registers" to "Register".
7713 Replace "Selecting" with "Selected Frame",
7714 "Selected Window", and "Selecting a Buffer".
7715
7716 * files.texi (Types of Log File): Explain how projects'
7717 methods can vary.
7718
8cf51b2c
GM
7719 * display.texi (Faces): Delete "Emacs 21".
7720
7721 * custom.texi (Changing a Variable): C-M-i like M-TAB.
7722 * fixit.texi (Spelling): C-M-i like M-TAB.
7723 * mini.texi (Completion Options): C-M-i like M-TAB.
7724 * programs.texi (Symbol Completion): C-M-i like M-TAB.
7725 * text.texi (Text Mode): C-M-i like M-TAB.
7726
7727 * commands.texi (Keys): Mention F1 and F2 in list of prefixes.
7728
7729 * calendar.texi (Specified Dates): Mention `g w'.
7730 (Appointments): appt-activate toggles with no arg.
7731
8cf51b2c
GM
77322005-03-05 Juri Linkov <juri@jurta.org>
7733
7734 * cmdargs.texi (Emacs Invocation): Add cindex
c4cc8b9a 7735 "invocation (command line arguments)".
8cf51b2c
GM
7736 (Misc X): Add -nbc, --no-blinking-cursor.
7737
77382005-03-04 Ulf Jasper <ulf.jasper@web.de>
7739
7740 * calendar.texi (iCalendar): No need to require it now.
7741
8cf51b2c
GM
77422005-03-03 Nick Roberts <nickrob@snap.net.nz>
7743
7744 * trouble.texi (Contributing): Mention Savannah. Direct users to
7745 emacs-devel.
7746
77472005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
7748
7749 * calendar.texi (Adding to Diary): Mention redrawing of calendar
7750 window.
7751
8cf51b2c
GM
77522005-02-27 Richard M. Stallman <rms@gnu.org>
7753
7754 * building.texi (Compilation): Update mode line status info.
7755
77562005-02-27 Matt Hodges <MPHodges@member.fsf.org>
7757
7758 * calendar.texi (General Calendar): Document binding of
7759 scroll-other-window-down.
7760 (Mayan Calendar): Fix earliest date.
7761 (Time Intervals): Document timeclock-change.
7762 Fix timeclock-ask-before-exiting documentation.
7763
77642005-02-26 Kim F. Storm <storm@cua.dk>
7765
7766 * frames.texi (Mouse References):
7767 Add mouse-1-click-in-non-selected-windows.
7768
77692005-02-25 Richard M. Stallman <rms@gnu.org>
7770
7771 * screen.texi (Screen): Explain better about cursors and mode lines;
7772 don't presuppose text terminals.
7773 (Point): Don't assume just one cursor.
7774 Clarify explanation of cursors.
7775 (Echo Area, Menu Bar): Cleanups.
7776
7777 * mini.texi (Minibuffer): Prompts are highlighted.
7778 (Minibuffer Edit): Newline = C-j only on text terminals.
7779 Clarify resize-mini-windows values.
7780 Mention M-PAGEUP and M-PAGEDOWN.
7781 (Completion Commands): Mouse-1 like Mouse-2.
7782 (Minibuffer History): Explain history commands better.
7783 (Repetition): Add xref to Incremental Search.
7784
7785 * mark.texi (Setting Mark): Clarify info about displaying mark.
7786 Clarify explanation of C-@ and C-SPC.
7787 (Transient Mark): Mention Delete Selection mode.
7788 (Marking Objects): Clean up text about extending the region.
7789
7790 * m-x.texi (M-x): One C-g doesn't always go to top level.
7791 No delay before suggest-key-bindings output.
7792
7793 * fixit.texi (Fixit): Mention C-/ for undo.
7794 (Spelling): Mention ESC TAB like M-TAB.
7795 Replacement words with r and R are rechecked.
7796 Say where C-g leaves point. Mention ? as input.
7797
77982005-02-23 Lute Kamstra <lute@gnu.org>
7799
7800 * cmdargs.texi (Initial Options): Add cross reference.
7801
8cf51b2c
GM
78022005-02-16 Luc Teirlinck <teirllm@auburn.edu>
7803
7804 * emacs.texi (Top): Update menu for splitting of node in
7805 msdog.texi.
7806 * frames.texi (Frames): Update xref for splitting of node in
7807 msdog.texi.
7808 * trouble.texi (Quitting): Ditto.
7809
78102005-02-16 Richard M. Stallman <rms@gnu.org>
7811
7812 * windows.texi (Split Window): Simplify line truncation info
7813 and xref to Display Custom.
7814
7815 * trouble.texi (Quitting): Emergency escape only for text terminal.
7816 (Screen Garbled): C-l for ungarbling is only for text terminal.
7817
7818 * text.texi (Text Mode): ESC TAB alternative for M-TAB.
7819
7820 * sending.texi (Header Editing): ESC TAB alternative for M-TAB.
7821
7822 * programs.texi (Program Modes): Mention Python mode.
7823 (Moving by Defuns): Repeating C-M-h extends region.
7824 (Basic Indent): Clarify.
7825 (Custom C Indent): Clarify.
7826 (Expressions): Repeating C-M-@ extends region.
7827 (Info Lookup): Clarify for C-h S.
7828 (Symbol Completion): ESC TAB alternative for M-TAB.
7829 (Electric C): Clarify.
7830
7831 * emacs.texi (Top): Update display.texi and frames.texi submenu data.
7832
7833 * msdog.texi (MS-DOS Keyboard, MS-DOS Mouse): Split from
7834 MS-DOS Input node.
7835 (MS-DOS Keyboard): Start with explaining DEL and BREAK.
7836 (MS-DOS and MULE): Clarify.
7837 (MS-DOS Processes, Windows Processes): Fix typos.
7838
7839 * major.texi (Choosing Modes): Clarify.
7840
7841 * kmacro.texi (Basic Keyboard Macro): Doc F3, F4.
7842 (Keyboard Macro Step-Edit): Clarify.
7843
7844 * indent.texi (Indentation): Clarifications.
7845
7846 * help.texi (Help): Correct error about C-h in query-replace.
7847 Clarify apropos vs C-h a. Fix how to search in FAQ.
7848 (Key Help): Describe C-h w here.
7849 (Name Help): Minor cleanup. C-h w moved to Key Help.
7850 Clarify the "object" joke.
7851 (Apropos): Clarify. Mouse-1 like Mouse-2.
7852 (Help Mode): Mouse-1 like Mouse-2.
7853
7854 * fixit.texi (Spelling): Mention ESC TAB as alt. for M-TAB.
7855
7856 * display.texi (Display): Reorder menu.
7857 (Faces): Cleanup.
7858 (Font Lock): Cleanup. Mention Options menu.
7859 Delete obsolete text.
7860 (Scrolling): For C-l, don't presume text terminal.
7861 (Horizontal Scrolling): Simplify intro.
7862 (Follow Mode): Clarify.
1c6c854e 7863 (Cursor Display): Move before Display Custom.
8cf51b2c
GM
7864 (Display Custom): Explain no-redraw-on-reenter is for text terminals.
7865 Doc default-tab-width. Doc line truncation more thoroughly.
7866
7867 * dired.texi (Dired Enter): C-x C-f can run Dired.
7868 (Dired Visiting): Comment out `a' command.
7869 Mouse-1 is like Mouse-2.
7870 (Shell Commands in Dired): ? can be used more than once.
7871
7872 * basic.texi (Continuation Lines): Simplify description of truncation,
7873 and refer to Display Custom for the rest of it.
7874
8cf51b2c
GM
78752005-02-06 Lute Kamstra <lute@gnu.org>
7876
7877 * basic.texi (Undo): Fix typo.
7878
7879 * cmdargs.texi (Emacs Invocation): Fix typo.
7880
7881 * custom.texi (Init Examples): Fix typo.
7882
7883 * abbrevs.texi (Expanding Abbrevs): Fix typo.
7884
78852005-02-06 Richard M. Stallman <rms@gnu.org>
7886
7887 * regs.texi (Registers): Registers can hold numbers, too.
7888
7889 * killing.texi (Other Kill Commands): Cleanup.
7890 Delete redundant explanation of kill in read-only buffer.
7891 (Yanking): Mention term "copying".
7892 (Accumulating Text): Fix typo.
7893
7894 * entering.texi (Entering Emacs): Update rationale at start.
7895 (Exiting): Treat iconifying on a par with suspension.
7896
7897 * custom.texi (Minor Modes): Fix typo.
7898 (Easy Customization): Fix menu style.
7899 (Variables): Add xref.
7900 (Examining): Setting for future sessions works through .emacs.
7901 (Keymaps): "Text terminals", not "Many".
7902 (Init Rebinding): Explain \C-. Show example of \M-.
7903 Fix minor wording errors.
7904 (Function Keys): Explain vector syntax just once.
7905 (Named ASCII Chars): Clarify history of TAB/C-i connection.
7906 (Init File): Mention .emacs.d directory.
7907 (Init Examples): Add xref.
7908 (Find Init): Mention .emacs.d directory.
7909
7910 * cmdargs.texi (Emacs Invocation): +LINENUM is also an option.
7911 (Action Arguments): Explain which kinds of -l args are found how.
7912 (Initial Options): --batch does not inhibit site-start.
7913 Add xrefs.
7914 (Command Example): Use --batch, not -batch.
7915
7916 * basic.texi (Inserting Text): Cleanup wording.
7917 (Moving Point): Doc PRIOR, PAGEUP, NEXT, PAGEDOWN more systematically.
7918 C-n is not error at end of buffer.
7919 (Undo): Doc C-/ like C-_. Add xrefs.
7920 (Arguments): META key may be labeled ALT.
7921 Peculiar arg meanings are explained in doc strings.
7922
7923 * abbrevs.texi (Expanding Abbrevs): Clarify.
7924
79252005-02-05 Eli Zaretskii <eliz@gnu.org>
7926
7927 * frames.texi (Frame Parameters): Add an xref to the description
7928 of list-colors-display. Add a pointer to the X docs about colors.
7929
7930 * cmdargs.texi (Colors): Mention 16-, 88- and 256-color modes.
10d1d0af 7931 Improve docs of list-colors-display.
8cf51b2c
GM
7932
79332005-02-03 Lute Kamstra <lute@gnu.org>
7934
7935 * frames.texi (Frames, Drag and Drop): Fix typos.
7936
79372005-02-03 Richard M. Stallman <rms@gnu.org>
7938
7939 * windows.texi (Basic Window): Mention color-change in mode line.
7940 (Change Window): Explain dragging vertical boundaries.
7941
7942 * text.texi (Sentences): Clarify.
7943 (Paragraphs): Explain M-a and blank lines.
7944 (Outline Mode): Clarify text and menu.
7945 (Hard and Soft Newlines): Mention use-hard-newlines.
7946
7947 * frames.texi (Frames): Delete unnecessary mention of Windows.
7948 (Mouse Commands): Likewise. Mention xterm mouse support.
7949 (Clipboard): Clarify.
7950 (Mouse References): Mention use of Mouse-1 for following links.
7951 (Menu Mouse Clicks): Clarify.
7952 (Mode Line Mouse): Clarify.
7953 (Drag and Drop): Rewrite.
7954
7955 * fixit.texi (Spelling): Fix typo.
7956
7957 * files.texi (File Names): Clarify.
7958 (Visiting): Update conditions for use of file dialog. Clarify.
7959 (Saving): Doc d as answer in save-some-buffers.
7960 (Remote Files): Clean up the text.
7961
7962 * dired.texi (Misc Dired Commands): Delete dired-marked-files.
7963
7964 * buffers.texi (Select Buffer): Doc next-buffer and prev-buffer.
7965 (List Buffers): Clarify.
7966 (Several Buffers): Doc T command.
7967 (Buffer Convenience): Clarify menu.
7968
7969 * basic.texi (Undo): Clarify last change.
7970
79712005-02-02 Matt Hodges <MPHodges@member.fsf.org>
7972
7973 * fixit.texi (Spelling): Fix typo.
7974
79752005-02-01 Luc Teirlinck <teirllm@auburn.edu>
7976
7977 * basic.texi (Undo): Update description of `undo-outer-limit'.
7978
79792005-02-01 Nick Roberts <nickrob@snap.net.nz>
7980
7981 * building.texi: Update documentation relating to GDB Graphical
7982 Interface.
7983
79842005-01-30 Luc Teirlinck <teirllm@auburn.edu>
7985
7986 * custom.texi (Easy Customization): Adapt menu to node name change.
7987
79882005-01-30 Richard M. Stallman <rms@gnu.org>
7989
7990 * custom.texi (Easy Customization): Defn of "User Option" now
7991 includes faces. Don't say just "option" when talking about variables.
7992 Do say just "options" to mean "anything customizable".
7993 (Specific Customization): Describe `customize-variable',
7994 not `customize-option'.
7995
7996 * glossary.texi (Glossary) <Faces>: Add xref.
7997 <User Option>: Change definition--include faces. Change xref.
7998
7999 * picture.texi (Picture): Mention artist.el.
8000
8001 * sending.texi, screen.texi, programs.texi, misc.texi:
8002 * mini.texi, major.texi, maintaining.texi, macos.texi:
8003 * help.texi, frames.texi, files.texi:
8004 Don't say just "option" when talking about variables.
8005
8006 * display.texi, mule.texi: Don't say just "option" when talking
8007 about variables. Other minor cleanups.
8008
8cf51b2c
GM
80092005-01-26 Lute Kamstra <lute@gnu.org>
8010
8011 * cmdargs.texi (Initial Options): Add a cross reference to `Init
8012 File'. Mention the `-Q' option at the `--no-site-file' option.
8013
8cf51b2c
GM
80142005-01-22 David Kastrup <dak@gnu.org>
8015
8016 * building.texi (Grep Searching): Mention alias `find-grep' for
8017 `grep-find'.
8018
80192005-01-20 Richard M. Stallman <rms@gnu.org>
8020
8021 * calendar.texi (Time Intervals): Delete special stuff for MS-DOS.
8022
8cf51b2c
GM
80232005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
8024
8025 * rmail.texi (Movemail): Explain differences
8026 between standard and mailutils versions of movemail.
8027 Describe command line and configuration options introduced
8028 with the latter.
8029 Explain the notion of mailbox URL, provide examples and
8030 cross-references to mailutils documentation.
8031 Describe various methods of specifying mailbox names,
8032 user names and user passwords for rmail.
1c6c854e
CS
8033 (Remote Mailboxes): New section.
8034 Describe how movemail handles remote mailboxes. Describe configuration
8cf51b2c
GM
8035 options used to control its behavior.
8036 (Other Mailbox Formats): Explain handling of various mailbox
8037 formats.
8038
80392005-01-13 Richard M. Stallman <rms@gnu.org>
8040
8041 * commands.texi (Commands): Clarification.
8042
80432005-01-11 Richard M. Stallman <rms@gnu.org>
8044
8045 * programs.texi (Multi-line Indent): Fix previous change.
8046 (Fortran Autofill): Simplify description of fortran-auto-fill-mode.
8047
8cf51b2c
GM
80482005-01-08 Richard M. Stallman <rms@gnu.org>
8049
8050 * display.texi (Faces): isearch-lazy-highlight-face renamed to
8051 lazy-highlight.
8052
8053 * search.texi (Query Replace): Mention faces query-replace
8054 and lazy-highlight.
8055 (Incremental Search): Update isearch highlighting info.
8056
8cf51b2c
GM
80572005-01-04 Richard M. Stallman <rms@gnu.org>
8058
8059 * custom.texi (Saving Customizations): Minor improvement.
8060
8cf51b2c
GM
80612005-01-03 Luc Teirlinck <teirllm@auburn.edu>
8062
8063 * custom.texi (Saving Customizations): Emacs no longer loads
8064 `custom-file' after .emacs. No longer mention customizing through
8065 Custom.
8066
8cf51b2c
GM
80672005-01-01 Andreas Schwab <schwab@suse.de>
8068
8069 * killing.texi (Graphical Kill): Move up under node Killing,
8070 change @section to @subsection.
8071
80722005-01-01 Richard M. Stallman <rms@gnu.org>
8073
8074 * custom.texi (Face Customization): Mention hex color specs.
8075
8076 * emacs.texi (Top): Update Killing submenu.
8077
8078 * killing.texi (Killing): Reorganize section.
8079 No more TeX-only text; put the node command at start of chapter.
8080 But the first section heading is used only in TeX.
8081 Rewrite the text to read better in this mode.
8082 (Graphical Kill): New subnode gets some of the text that
8083 used to be in the first section.
8084
80852004-12-31 Richard M. Stallman <rms@gnu.org>
8086
8087 * dired.texi (Shell Commands in Dired): Delete the ? example.
8088
8089 * display.texi (Scrolling): Correct scroll-preserve-screen-position.
8090
8091 * files.texi (Saving): Describe new require-final-newline features
8092 and mode-require-final-newline.
8093
8cf51b2c
GM
80942004-12-29 Richard M. Stallman <rms@gnu.org>
8095
8096 * custom.texi (File Variables): Clarify previous change.
8097
c8763fb6 80982004-12-27 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
8099
8100 * frames.texi (Dialog Boxes): Mention Gtk+ 2.6 also, as that version is
8101 out now.
8102
81032004-12-27 Richard M. Stallman <rms@gnu.org>
8104
8105 * Makefile.in (MAKEINFO): Specify --force.
8106
8107 * basic.texi (Moving Point): C-e now runs move-end-of-line.
8108 (Undo): Doc undo-outer-limit.
8109
8cf51b2c
GM
81102004-12-15 Juri Linkov <juri@jurta.org>
8111
8112 * mark.texi (Transient Mark, Mark Ring): M-< and other
8113 movement commands don't set mark in Transient Mark mode
8114 if mark is active.
8115
8cf51b2c
GM
81162004-12-12 Juri Linkov <juri@jurta.org>
8117
8118 * misc.texi (FFAP): Add C-x C-r, C-x C-v, C-x C-d,
8119 C-x 4 r, C-x 4 d, C-x 5 r, C-x 5 d.
8120
8121 * dired.texi (Dired Navigation): Add @r{(Dired)} to M-g.
8122 (Misc Dired Commands): Add @r{(Dired)} to w.
8123
81242004-12-12 Juri Linkov <juri@jurta.org>
8125
8126 * mark.texi (Marking Objects): Marking commands also extend the
8127 region when mark is active in Transient Mark mode.
8128
8cf51b2c
GM
81292004-12-08 Luc Teirlinck <teirllm@auburn.edu>
8130
8131 * custom.texi (Saving Customizations): Emacs only loads the custom
8132 file automatically after the init file in version 22.1 or later.
8133 Adapt text and examples to this fact.
8134
8cf51b2c
GM
81352004-12-07 Luc Teirlinck <teirllm@auburn.edu>
8136
8137 * frames.texi (Scroll Bars): The option `scroll-bar-mode' has to
8138 be set through Custom. Otherwise, it has no effect.
8139
8cf51b2c
GM
81402004-12-05 Richard M. Stallman <rms@gnu.org>
8141
8142 * cmdargs.texi, doclicense.texi, xresources.texi, emacs.texi:
8143 * entering.texi: Rename Command Line to Emacs Invocation.
8144
10d1d0af 8145 * misc.texi (Term Mode): Correctly describe C-c.
8cf51b2c
GM
8146
8147 * custom.texi (Easy Customization): Move up to section level,
8148 before Variables. Avoid using the term "variable"; say "option".
8149 New initial explanation.
8150 (Variables): In initial explanation, connect "variable" to the
8151 already-explained "user option".
8152
8153 * emacs.texi (Top): Fix ref to Command Line.
8154 Move reference to Easy Customization.
8155
8156 * xresources.texi (X Resources): Fix From link.
8157
8158 * doclicense.texi (GNU Free Documentation License): Fix To link.
8159
8160 * entering.texi (Entering Emacs): Fix xref, now to Command Line.
8161
8162 * cmdargs.texi (Command Line): Node renamed from Command Arguments.
8163
81642004-12-03 Richard M. Stallman <rms@gnu.org>
8165
8166 * cmdargs.texi (Initial Options): Clarify batch mode i/o.
8167
81682004-12-01 Luc Teirlinck <teirllm@auburn.edu>
8169
8170 * kmacro.texi: Several small changes in addition to the following.
8171 (Keyboard Macro Ring): Describe behavior of `C-x C-k C-k' when
8172 defining a keyboard macro.
8173 Mention `kmacro-ring-max'.
8174 (Keyboard Macro Counter): Clarify description of
8175 `kmacro-insert-counter', `kmacro-set-counter',
8176 `kmacro-add-counter' and `kmacro-set-format'.
8177
81782004-11-29 Reiner Steib <Reiner.Steib@gmx.de>
8179
8180 * custom.texi (File Variables): Add `unibyte' and make it more
8181 clear that `unibyte' and `coding' are special. Suggested by Simon
8182 Krahnke <overlord@gmx.li>.
8183
8184 * mule.texi (Enabling Multibyte): Refer to File Variables.
8185 Suggested by Simon Krahnke <overlord@gmx.li>.
8186
c8763fb6 81872004-11-26 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
8188
8189 * frames.texi (Dialog Boxes): Rename use-old-gtk-file-dialog to
8190 x-use-old-gtk-file-dialog.
8191
8cf51b2c
GM
81922004-11-20 Richard M. Stallman <rms@gnu.org>
8193
8194 * text.texi (Fill Prefix): M-q doesn't apply fill prefix to first line.
8195
81962004-11-09 Lars Brinkhoff <lars@nocrew.org>
8197
8198 * building.texi (Lisp Eval): Delete hyphen in section name.
8199
82002004-11-19 Thien-Thi Nguyen <ttn@gnu.org>
8201
8202 * files.texi (Old Versions):
8203 No longer document annotation as "CVS only".
8204
82052004-11-10 Andre Spiegel <spiegel@gnu.org>
8206
8207 * files.texi (Version Control): Rewrite the introduction about
1c6c854e
CS
8208 version systems, mentioning the new ones that we support.
8209 Thanks to Alex Ott, Karl Fogel, Stefan Monnier, and David Kastrup for
8cf51b2c
GM
8210 suggestions.
8211
c8763fb6 82122004-11-03 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c 8213
49823426 8214 * frames.texi (Dialog Boxes): Replace non-nil with non-@code{nil}.
8cf51b2c 8215
c8763fb6 82162004-11-02 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
8217
8218 * frames.texi (Dialog Boxes): Document use-old-gtk-file-dialog.
8219
82202004-10-23 Eli Zaretskii <eliz@gnu.org>
8221
8222 * text.texi (Text Based Tables, Table Definition)
8223 (Table Creation, Table Recognition, Cell Commands)
8224 (Cell Justification, Row Commands, Column Commands)
8225 (Fixed Width Mode, Table Conversion, Measuring Tables)
8226 (Table Misc): New nodes, documenting the Table Mode.
8227
8cf51b2c
GM
82282004-10-19 Jason Rumney <jasonr@gnu.org>
8229
8230 * makefile.w32-in (info): Change order of arguments to makeinfo.
8231
82322004-10-19 Ulf Jasper <ulf.jasper@web.de>
8233
8234 * calendar.texi (iCalendar): Update for package changes.
8235
8cf51b2c
GM
82362004-10-09 Luc Teirlinck <teirllm@auburn.edu>
8237
8238 * files.texi (Misc File Ops): View mode is a minor mode.
8239
8cf51b2c
GM
82402004-10-08 Glenn Morris <gmorris@ast.cam.ac.uk>
8241
8242 * calendar.texi (iCalendar): Style changes.
8243
82442004-10-07 Luc Teirlinck <teirllm@auburn.edu>
8245
8246 * search.texi (Regexps): The regexp described in the example is no
8247 longer stored in the variable `sentence-end'.
8248
8cf51b2c
GM
82492004-10-06 Nick Roberts <nickrob@snap.net.nz>
8250
8251 * building.texi (Starting GUD): Note that multiple debugging
8252 sessions requires `gdb --fullname'.
8253
82542004-10-05 Ulf Jasper <ulf.jasper@web.de>
8255
8256 * calendar.texi (iCalendar): New section for a new package.
8257
8cf51b2c
GM
82582004-10-05 Luc Teirlinck <teirllm@auburn.edu>
8259
8260 * text.texi: Various small changes in addition to the following.
8261 (Text): Replace xref for autotype with inforef.
8262 (Sentences): Explain nil value for `sentence-end'.
8263 (Paragraphs): Update default values for `paragraph-start' and
8264 `paragraph-separate'.
8265 (Text Mode): Correct description of Text mode's effect on the
8266 syntax table.
8267 (Outline Visibility): `hide-other' does not hide top level headings.
8268 `selective-display-ellipses' no longer has an effect on Outline mode.
8269 (TeX Misc): Add missing @cindex.
8270 Replace xref for RefTeX with inforef.
8271 (Requesting Formatted Text): The variable
8272 `enriched-fill-after-visiting' no longer exists.
8273 (Editing Format Info): Update names of menu items and commands.
8274 (Format Faces): Mention special effect of specifying the default face.
8275 Describe inheritance of text properties.
8276 Correct description of `fixed' face.
8277 (Format Indentation): Correct description of effect of setting
8278 margins. Mention `set-left-margin' and `set-right-margin'.
8279 (Format Justification): Update names of menu items.
8280 `set-justification-full' is now bound to `M-j b'.
8281 Mention that `default-justification' is a per buffer variable.
8282 (Format Properties): Update name of menu item.
8283 (Forcing Enriched Mode): `format-decode-buffer' automatically
8284 turns on Enriched mode if the buffer is in text/enriched format.
8285
82862004-10-05 Emilio C. Lopes <eclig@gmx.net>
8287
8288 * calendar.texi (From Other Calendar): Add calendar-goto-iso-week.
8289
82902004-09-28 Kim F. Storm <storm@cua.dk>
8291
8292 * display.texi (Display Custom) <indicate-buffer-boundaries>:
8293 Align with new functionality.
8294
8cf51b2c
GM
82952004-09-22 Luc Teirlinck <teirllm@auburn.edu>
8296
8297 * display.texi (Display Custom): Remove stray `@end defvar'.
8298
82992004-09-23 Kim F. Storm <storm@cua.dk>
8300
8301 * display.texi (Display Custom): Add `overflow-newline-into-fringe',
8302 `indicate-buffer-boundaries' and `default-indicate-buffer-boundaries'.
8303
8cf51b2c
GM
83042004-09-20 Richard M. Stallman <rms@gnu.org>
8305
8306 * custom.texi (Hooks): Explain using setq to clear out a hook.
8307 (File Variables): Explain multiline string constants.
8308 (Non-ASCII Rebinding): Explain when you need to update
8309 non-ASCII char codes in .emacs.
8310
8311 * building.texi (Compilation): Explain how to make a silent
8312 subprocess that won't be terminated. Explain compilation-environment.
8313
83142004-09-13 Kim F. Storm <storm@cua.dk>
8315
8316 * mini.texi (Repetition): Rename isearch-resume-enabled to
8317 isearch-resume-in-command-history and change default to disabled.
8318
8cf51b2c
GM
83192004-09-09 Kim F. Storm <storm@cua.dk>
8320
8321 * kmacro.texi (Save Keyboard Macro): Replace `name-last-kbd-macro'
8322 with new `kmacro-name-last-macro'.
8323
8cf51b2c
GM
83242004-09-08 Juri Linkov <juri@jurta.org>
8325
8326 * mini.texi (Minibuffer History): Add `history-delete-duplicates'.
8327
8cf51b2c
GM
83282004-09-03 Juri Linkov <juri@jurta.org>
8329
8330 * search.texi (Incremental Search): Update wording for M-%.
8331
83322004-09-02 Luc Teirlinck <teirllm@auburn.edu>
8333
8334 * killing.texi (Killing): Correct description of kill commands in
8335 read-only buffer.
8336
83372004-09-02 Teodor Zlatanov <tzz@lifelogs.com>
8338
8339 * building.texi (Compilation Mode): Add a paragraph about rules
8340 for finding the compilation buffer for `next-error'.
8341
8342 * search.texi (Other Repeating Search): Mention that Occur mode
8343 supports the next-error functionality.
8344
83452004-09-02 Juri Linkov <juri@jurta.org>
8346
8347 * search.texi (Regexp Replace): Add missing backslash to \footnote.
8348
83492004-08-31 Luc Teirlinck <teirllm@auburn.edu>
8350
8351 * kmacro.texi (Basic Keyboard Macro):
8352 `apply-macro-to-region-lines' now operates on all lines that begin
8353 in the region, rather than on all complete lines in the region.
8354
c8763fb6 83552004-08-31 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
8356
8357 * frames.texi (Drag and drop): Add documentation about
8358 x-dnd-test-function and x-dnd-known-types.
8359
83602004-08-30 Luc Teirlinck <teirllm@auburn.edu>
8361
8362 * indent.texi: Various minor changes in addition to:
8363 (Indentation Commands): Correct description of `indent-relative'.
8364 (Tab Stops): <TAB> is no longer bound to `tab-to-tab-stop' in Text
8365 mode. The *Tab Stops* buffer uses Overwrite Mode.
8366 (Just Spaces): `tabify' converts sequences of at least two spaces
8367 to tabs.
8368
8cf51b2c
GM
83692004-08-27 Luc Teirlinck <teirllm@auburn.edu>
8370
8371 * frames.texi (Secondary Selection): Setting the secondary
8372 selection with M-Drag-Mouse-1 does not alter the kill ring,
8373 setting it with M-Mouse-1 and M-Mouse-3 does.
8374 (Mode Line Mouse): C-Mouse-2 on scroll bar now also works for
8375 toolkit scroll bars.
8376 (Scroll Bars): Ditto.
8377
8378 * windows.texi (Basic Window): When using a window system, the value
8379 of point in a non-selected window is indicated by a hollow box.
8380 (Split Window): Side by side windows are separated by a scroll bar,
8381 if scroll bars are used.
8382 C-Mouse-2 on scroll bar now also works for toolkit scroll bars.
8383 (Change Window): Correct Mouse-2 vs Mouse-3 mess-up.
8384 (Window Convenience): Update bindings for `winner-undo' and
8385 `winner-redo'.
8386
8387 * ack.texi (Acknowledgments): Use `@unnumbered'.
d0207bf3 8388 * misc.texi: Adapt sectioning in Info to the node structure.
8cf51b2c
GM
8389 (Invoking emacsclient): Make "Invoking emacsclient" a subsection
8390 of "Using Emacs as a Server".
8391 * building.texi (Building): Interchange nodes (for correct numbering).
8392 * programs.texi (Programs): Interchange nodes (for correct numbering).
8393 * killing.texi, entering.texi, commands.texi: Adapt sectioning in
8394 Info to the node structure.
8395 * emacs.texi: Make "GNU GENERAL PUBLIC LICENSE" an appendix.
8396 Rearrange order of nodes and sections such that both "GNU GENERAL
8397 PUBLIC LICENSE" and "GNU Free Documentation License" appear at the
8398 end, as appropriate for appendices.
8399 (Acknowledgments): Put inside @iftex instead of @ifnotinfo.
8400 Use `@unnumberedsec'.
8401 * trouble.texi: Adapt sectioning in Info to the node structure.
8402 Adapt node pointers to change in emacs.texi.
8403 * cmdargs.texi, doclicense.texi: Adapt node pointers.
8404
8cf51b2c
GM
84052004-08-25 Kenichi Handa <handa@m17n.org>
8406
8407 * custom.texi (Non-ASCII Rebinding): Fix and simplify the
8408 description for unibyte mode.
8409
84102004-08-23 Luc Teirlinck <teirllm@auburn.edu>
8411
8412 * display.texi (Font Lock): Correct invalid (for hardcopy) @xref.
8413
8414 * search.texi (Regexps): Correct cryptic (in hardcopy) @ref.
8415 (Configuring Scrolling): Correct invalid (for hardcopy) @xref.
8416 (Regexp Replace): Standardize reference to hardcopy Elisp Manual
8417 in @pxref.
8418
84192004-08-22 Luc Teirlinck <teirllm@auburn.edu>
8420
8421 * kmacro.texi (Keyboard Macro Counter, Keyboard Macro Step-Edit):
8422 Change section names.
8423
8cf51b2c
GM
84242004-08-21 Luc Teirlinck <teirllm@auburn.edu>
8425
8426 * kmacro.texi (Keyboard Macro Ring): Rename section.
8427 Emacs treats the head of the macro ring as the `last keyboard macro'.
8428 (Keyboard Macro Counter): Minor change.
8429 (Save Keyboard Macro): Some clarifications.
8430 (Edit Keyboard Macro): Rename section.
8431
8432 * buffers.texi (Buffers): Maximum buffer size is now 256M on
8433 32-bit machines.
8434 (Several Buffers): Clarify which buffer is selected if `2' is
8435 pressed in the Buffer Menu.
8436 Auto Revert mode can be used to update the Buffer Menu
8437 automatically.
8438
84392004-08-21 Eli Zaretskii <eliz@gnu.org>
8440
8441 * help.texi (Misc Help): Add an index entry for finding an Info
8442 manual by its file name.
8443
84442004-08-20 Luc Teirlinck <teirllm@auburn.edu>
8445
8446 * files.texi (Backup Deletion): Correct description of
8447 `delete-old-versions'.
8448 (Time Stamps): `time-stamp' needs to be added to `before-save-hook'.
8449 (Auto Save Files): Recommend `auto-save-mode' to reenable
8450 auto-saving, rather than the abbreviation `auto-save'.
8451
84522004-08-17 Luc Teirlinck <teirllm@auburn.edu>
8453
8454 * emacs.texi (Top): Mention "cutting" and "pasting" as synonyms
8455 for "killing" and "yanking" in main menu.
8456
84572004-08-16 Richard M. Stallman <rms@gnu.org>
8458
8459 * killing.texi (Yanking, Killing): Minor cleanups.
8460
8461 * mark.texi (Momentary Mark): Minor cleanups.
8462
84632004-08-15 Kenichi Handa <handa@etl.go.jp>
8464
8465 * custom.texi (Non-ASCII Rebinding):
8466 C-q always inserts the right code to pass to global-set-key.
8467
8cf51b2c
GM
84682004-08-13 Luc Teirlinck <teirllm@auburn.edu>
8469
8470 * regs.texi (RegNumbers): Mention `C-x r i' binding for
8471 `insert-register', instead of `C-x r g' binding, for consistency.
8472
84732004-08-12 Luc Teirlinck <teirllm@auburn.edu>
8474
8475 * fixit.texi (Spelling): Fix typo.
8476
84772004-08-11 Luc Teirlinck <teirllm@auburn.edu>
8478
8479 * help.texi (Help): Fix Texinfo usage.
8480
8cf51b2c
GM
84812004-07-24 Richard M. Stallman <rms@gnu.org>
8482
8483 * text.texi (Paragraphs): Update how paragraphs are separated
8484 and the default for paragraph-separate.
8485
8486 * search.texi (Regexp Replace): Further update text for new
8487 replacement operators.
8488
8cf51b2c
GM
84892004-07-18 Luc Teirlinck <teirllm@auburn.edu>
8490
8491 * emacs-xtra.texi (Subdir switches): Dired does not remember the
8492 `R' switch.
8493
8494 * dired.texi (Dired Updating): `k' only deletes inserted
8495 subdirectories from the Dired buffer if a prefix argument was given.
8496
8497 * search.texi (Regexps): Delete redundant definition of `symbol' in
8498 description of `\_>'. It already occurs in the description of `\_<'.
8499
8cf51b2c
GM
85002004-07-01 Juri Linkov <juri@jurta.org>
8501
8502 * search.texi (Incremental Search): Add C-M-w, C-M-y, M-%, C-M-%, M-e.
8503 (Regexp Search): Add M-r.
8504
85052004-06-30 Luc Teirlinck <teirllm@auburn.edu>
8506
8507 * makefile.w32-in (EMACSSOURCES): Remove emacs-xtra.
8508
85092004-06-29 Jesper Harder <harder@ifa.au.dk>
8510
49823426 8511 * search.texi, calendar.texi: Markup fixes.
8cf51b2c
GM
8512
85132004-06-25 Richard M. Stallman <rms@gnu.org>
8514
8515 * search.texi (Regexp Replace): Rewrite description of \# \, and \?.
8516
85172004-06-25 David Kastrup <dak@gnu.org>
8518
8519 * search.texi (Regexp Replace): Some typo corrections and
8520 rearrangement.
8521
85222004-06-24 David Kastrup <dak@gnu.org>
8523
8524 * search.texi (Unconditional Replace): Use replace-string instead
8525 of query-replace in example.
8526 (Regexp Replace): Add explanations for `\,', `\#' and `\?'
8527 sequences.
8528 (Query Replace): Correct explanation of `^' which does not use
8529 the mark stack.
8530
85312004-06-21 Nick Roberts <nickrob@gnu.org>
8532
8533 * misc.texi (Shell History Copying): Document comint-insert-input.
8534 (Shell Ring): Describe comint-dynamic-list-input-ring here.
8535
8cf51b2c
GM
85362004-06-20 Jesper Harder <harder@ifa.au.dk>
8537
8538 * msdog.texi (Text and Binary, MS-DOS Printing): Use m-dash.
8539 * custom.texi (Customization): Do.
8540 * anti.texi (Antinews): Do.
8541 * abbrevs.texi (Defining Abbrevs): Do.
8542
8543 * programs.texi (Info Lookup): Fix keybinding for
8544 info-lookup-symbol.
8545
85462004-06-16 Juanma Barranquero <lektu@terra.es>
8547
8548 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, EMACSSOURCES):
8549 Add emacs-xtra.
8550 ($(infodir)/emacs-xtra, emacs-xtra.dvi): New dependencies.
8551 (clean): Add emacs-xtra and flymake. Remove redundancies.
8552
85532004-06-15 Luc Teirlinck <teirllm@auburn.edu>
8554
8555 * Makefile.in (INFO_TARGETS, DVI_TARGETS, ../info/emacs-xtra):
8556 Add emacs-xtra.
8557 * emacs-xtra.texi: New file.
8558
85592004-06-14 Luc Teirlinck <teirllm@auburn.edu>
8560
8561 * dired.texi (Dired Enter): Mention conditions on `ls' switches.
8562 (Dired and Find): Mention differences with ordinary Dired buffers.
8563
8cf51b2c
GM
85642004-06-13 Richard M. Stallman <rms@gnu.org>
8565
8566 * custom.texi (Init Syntax): Explain about vars that do special
8567 things when set with setq or with Custom.
8568 (Init Examples): Add line-number-mode example.
8569
8cf51b2c
GM
85702004-06-12 Juri Linkov <juri@jurta.org>
8571
8572 * dired.texi (Operating on Files): Add dired-do-touch.
8573
8cf51b2c
GM
85742004-06-10 Juri Linkov <juri@jurta.org>
8575
8576 * building.texi (Lisp Eval): Add C-M-x on defface.
8577
85782004-06-08 Luc Teirlinck <teirllm@auburn.edu>
8579
8580 * files.texi (Reverting): Auto-Revert mode and
8581 Global Auto-Revert mode no longer revert remote files.
8582
8cf51b2c
GM
85832004-05-29 Richard M. Stallman <rms@gnu.org>
8584
8585 * custom.texi (Init File): Two dashes start --no-site-file.
8586
8cf51b2c
GM
85872004-05-29 Alan Mackenzie <acm@muc.de>
8588
8589 * programs.texi: Update for CC Mode 5.30 and incidental amendments.
10d1d0af 8590 ("AWK"): Is consistently thus spelled throughout.
8cf51b2c
GM
8591 (AWK, Pike): Document as "C-like modes".
8592 (@kbd{M-j}): Document as alternative to @kbd{C-M-j}.
8593 (M-x man): Supersedes M-x manual-entry.
8594 Add numerous index entries. Correct "ESC a/e" to "M-a/e".
8595
8596 ("Comments in C"): Delete node; the info is in CC Mode manual.
8597 (c-comment-only-line-offset): Remove description.
8598
8599 (C-c ., C-c C-c): Describe new C Mode bindings.
8600
8601 (C-u TAB, indent-code-rigidly, c-indent-exp, c-tab-always-indent)
8602 (@dfn{Style}, c-default-style, comment-column, comment-padding)
8603 (c-up-conditional, c-beginning-of-statement, c-end-of-statement):
8604 Amend definitions.
8605
8606 (c-beginning-of-defun, c-end-of-defun, c-context-line-break):
8607 Describe functions.
8608
8609 (c-comment-start-regexp, c-hanging-comment-ender-p)
8610 (c-hanging-comment-starter-p): Remove obsolete definitions.
8611
8612 * emacs.texi: Remove the menu entry "Comments in C".
8613
8cf51b2c
GM
86142004-05-27 Luc Teirlinck <teirllm@auburn.edu>
8615
8616 * dired.texi (Dired and Find): `find-ls-option' does not apply to
8617 `M-x locate'.
8618
86192004-05-16 Karl Berry <karl@gnu.org>
8620
8621 * emacs.texi (ack.texi) [@ifnottex]: Change condition; with @ifinfo,
8622 makeinfo --html fails.
8623 * help.texi (Help Summary) [@ifnottex]: Likewise.
8624
86252004-05-13 Nick Roberts <nickrob@gnu.org>
8626
8627 * building.texi (GDB Graphical Interface): Update and describe
8628 layout first.
8629
8cf51b2c
GM
86302004-05-04 Jason Rumney <jasonr@gnu.org>
8631
8632 * makefile.w32-in: Revert last change.
8633
86342004-05-03 Jason Rumney <jasonr@gnu.org>
8635
8636 * makefile.w32-in (MULTI_INSTALL_INFO, ENVADD): Use forward slashes.
8637
8cf51b2c
GM
86382004-04-23 Juanma Barranquero <lektu@terra.es>
8639
8640 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
8641
86422004-04-18 Juri Linkov <juri@jurta.org>
8643
8644 * fixit.texi (Spelling): Remove file extension from ispell xref.
8645
86462004-04-15 Kim F. Storm <storm@cua.dk>
8647
8648 * cmdargs.texi (Initial Options): Add -Q.
8649
86502004-04-05 Kim F. Storm <storm@cua.dk>
8651
8652 * custom.texi (File Variables): Add safe-local-eval-forms.
8653
8cf51b2c
GM
86542004-04-02 Luc Teirlinck <teirllm@auburn.edu>
8655
8656 * files.texi (Reverting): Correct description of revert-buffer's
8657 handling of point.
8658
86592004-03-22 Juri Linkov <juri@jurta.org>
8660
8661 * emacs.texi (Top): Add `Misc X'.
8662
49823426 8663 * trouble.texi: Fix help key bindings.
8cf51b2c
GM
8664
8665 * glossary.texi: Improve references.
8666
8667 * help.texi: Sync keywords with finder.el.
8668
8669 * mini.texi (Completion): Add description for menu items.
8670
8671 * misc.texi (Browse-URL, FFAP): Add information about keywords.
8672
8673 * sending.texi (Mail Methods): Fix xref to Message manual.
8674
8cf51b2c
GM
86752004-03-12 Richard M. Stallman <rms@gnu.org>
8676
8cf51b2c
GM
8677 * buffers.texi (Misc Buffer): Add index entry for rename-uniquely.
8678
8cf51b2c
GM
86792004-03-04 Richard M. Stallman <rms@gnu.org>
8680
8681 * search.texi (Regexps): Explain that ^ and $ have their
8682 special meanings only in certain contexts.
8683
8684 * programs.texi (Expressions): Doc C-M-SPC as alias for C-M-@.
8685
8686 * mule.texi (Specify Coding): Doc C-x RET F.
8687
8688 * buffers.texi (Misc Buffer): Explain use of M-x rename-uniquely
8689 for multiple compile and grep buffers.
8690 (Indirect Buffers): Don't recommand clone-indirect-buffer
8691 for multiple compile and grep buffers.
8692
8cf51b2c
GM
86932004-02-29 Juanma Barranquero <lektu@terra.es>
8694
8695 * makefile.w32-in (mostlyclean, clean, maintainer-clean):
8696 Use $(DEL) instead of rm, and ignore exit code.
8697
8cf51b2c
GM
86982004-02-23 Nick Roberts <nick@nick.uklinux.net>
8699
8700 * building.texi (Watch Expressions): Update.
8701
87022004-02-21 Juri Linkov <juri@jurta.org>
8703
1c6c854e
CS
8704 * cmdargs.texi (Action Arguments): Add alias --find-file.
8705 Add --directory, --help, --version. Move text about command-line-args
8cf51b2c
GM
8706 to Command Arguments.
8707 (Initial Options): Add @cindex for --script. Fix @cindex for -q.
8708 Add --no-desktop. Add alias --no-multibyte, --no-unibyte.
8709 (Window Size X): Join -g and --geometry. Add @cindex.
8710 (Borders X): Fix @cindex for -ib. Add @cindex for -bw.
8711 (Title X): Remove alias -title.
8712 (Misc X): New node.
8713
c8763fb6 87142004-02-15 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
8715
8716 * frames.texi (Drag and drop): Add Motif to list of supported
8717 protocols.
8718
c8763fb6 87192004-02-03 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
8720
8721 * frames.texi (Drag and drop): New section.
8722
87232004-01-24 Richard M. Stallman <rms@gnu.org>
8724
1c6c854e 8725 * emacs.texi (Acknowledgments): Rename from Acknowledgements.
8cf51b2c
GM
8726 Include it only @ifnotinfo. Patch the preceding and following
8727 node headers to point to each other.
8728
87292004-01-11 Glenn Morris <gmorris@ast.cam.ac.uk>
8730
8731 * calendar.texi (Appointments): Update section.
8732
87332003-12-29 Kevin Ryde <user42@zip.com.au>
8734
8cf51b2c
GM
8735 * programs.texi (C Modes): Fix the xref.
8736
87372003-12-23 Nick Roberts <nick@nick.uklinux.net>
8738
8739 * building.texi (Watch Expressions): Update.
8740 (Commands of GUD): Include use of toolbar + breakpoints set from
8741 fringe/margin.
8742
87432003-12-03 Andre Spiegel <spiegel@gnu.org>
8744
8745 * files.texi: Say how to disable VC. Suggested by Alan Mackenzie
8746 <acm@muc.de>.
8747
c8763fb6 87482003-11-29 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
8749
8750 * frames.texi (Dialog Boxes): Add use-file-dialog.
8751
8cf51b2c
GM
87522003-11-22 Martin Stjernholm <bug-cc-mode@gnu.org>
8753
8754 * ack.texi: Note that Alan Mackenzie contributed the AWK support
8755 in CC Mode.
8756
8cf51b2c
GM
87572003-11-02 Jesper Harder <harder@ifa.au.dk> (tiny change)
8758
8759 * man/ack.texi, man/basic.texi, man/cmdargs.texi:
8760 * man/commands.texi, man/custom.texi, man/display.texi:
49823426 8761 * man/emacs.texi, man/files.texi:
8cf51b2c
GM
8762 * man/frames.texi, man/glossary.texi, man/killing.texi:
8763 * man/macos.texi, man/mark.texi, man/misc.texi, man/msdog.texi:
8764 * man/mule.texi, man/rmail.texi, man/search.texi:
49823426
GM
8765 * man/sending.texi, man/text.texi, man/trouble.texi:
8766 Replace @sc{ascii} and ASCII with @acronym{ASCII}.
8cf51b2c
GM
8767
87682003-11-01 Alan Mackenzie <acm@muc.de>
8769
8770 * search.texi (Scrolling During Incremental Search): Document a
8771 new scrolling facility in isearch mode.
8772
8cf51b2c
GM
87732003-10-22 Miles Bader <miles@gnu.org>
8774
8775 * Makefile.in (info): Move before $(top_srcdir)/info.
8776
87772003-10-22 Nick Roberts <nick@nick.uklinux.net>
8778
8779 * building.texi (Watch Expressions): Update section on data display
8780 to reflect code changes (GDB Graphical Interface).
8781
8cf51b2c
GM
87822003-10-13 Richard M. Stallman <rms@gnu.org>
8783
8784 * xresources.texi (GTK resources): Clean up previous change.
8785
c8763fb6 87862003-10-12 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
8787
8788 * xresources.texi (GTK resources): Add a note that some themes
8789 disallow customizations. Add scroll theme example.
8790
8cf51b2c
GM
87912003-09-30 Richard M. Stallman <rms@gnu.org>
8792
8cf51b2c
GM
8793 * cmdargs.texi (General Variables): Remove MAILRC envvar.
8794
8795 * misc.texi (Saving Emacs Sessions): Shorten the section,
8796 collapsing back into one node.
8797
87982003-09-30 Lars Hansen <larsh@math.ku.dk>
8799
8800 * misc.texi: Section "Saving Emacs Sessions" rewritten.
8801
ce058493 88022003-09-29 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
8803
8804 * xresources.texi (GTK names in Emacs): Correct typo.
8805
8cf51b2c
GM
88062003-09-24 Luc Teirlinck <teirllm@mail.auburn.edu>
8807
1c6c854e
CS
8808 * cmdargs.texi (Font X): Mention new default font.
8809 More fully describe long font names, wildcard patterns and the
8cf51b2c
GM
8810 problems involved. (Result of discussion on emacs-devel.)
8811
88122003-09-22 Luc Teirlinck <teirllm@mail.auburn.edu>
8813
8814 * emacs.texi (Acknowledgements): Correct typo.
8815
88162003-09-22 Richard M. Stallman <rms@gnu.org>
8817
8818 * dired.texi (Misc Dired Commands): New node.
8819 (Dired Navigation): Add dired-goto-file.
8820
8821 * files.texi (File Aliases, Misc File Ops): Add @cindex entries.
8822
8823 * emacs.texi (Acknowledgements): New node, split from Distribution.
8824
8825 * cmdargs.texi (Action Arguments): -f reads interactive args.
8826
8cf51b2c
GM
88272003-09-08 Lute Kamstra <lute@gnu.org>
8828
8829 * screen.texi (Mode Line): Say that POS comes before LINE.
8830 Mention `size-indication-mode'.
1c6c854e
CS
8831 * display.texi (Optional Mode Line):
8832 Document `size-indication-mode'.
8cf51b2c
GM
8833 * basic.texi (Position Info): Mention `size-indication-mode'.
8834
88352003-09-07 Luc Teirlinck <teirllm@mail.auburn.edu>
8836
8837 * xresources.texi (Resources): Refer to `editres' man page.
8838 (Lucid Resources): Update defaults. Expand description of
8839 `shadowThickness'.
8840
88412003-09-04 Miles Bader <miles@gnu.org>
8842
8843 * Makefile.in (top_srcdir): New variable.
8844 ($(top_srcdir)/info): New rule.
8845 (info): Depend on it.
8846
88472003-09-03 Peter Runestig <peter@runestig.com>
8848
8849 * makefile.w32-in: New file.
8850
88512003-08-29 Richard M. Stallman <rms@gnu.org>
8852
8853 * misc.texi (Saving Emacs Sessions): Correct previous change.
8854
8cf51b2c
GM
88552003-08-19 Luc Teirlinck <teirllm@mail.auburn.edu>
8856
8cf51b2c
GM
8857 * emacs.texi (Top): Update menu to reflect new Keyboard Macros chapter.
8858 (Intro): Include kmacro.texi after fixit.texi instead of after
8859 custom.texi. (As suggested by Kim Storm.)
8860
88612003-08-18 Luc Teirlinck <teirllm@mail.auburn.edu>
8862
8863 * fixit.texi (Fixit): Update `Next' pointer.
8864 * files.texi (Files): Update `Previous' pointer.
8865 * kmacro.texi (Keyboard Macros): Remove redundant node and section.
8866 * emacs.texi (Intro): Include kmacro.texi after custom.texi.
8867 (Suggested by Kim Storm.)
8868 * Makefile (EMACSSOURCES): Add kmacro.texi. (Suggested by Kim Storm.)
8869
88702003-08-18 Kim F. Storm <storm@cua.dk>
8871
8872 * kmacro.texi: New file describing enhanced keyboard macro
8873 functionality. Replaces old description in custom.texi.
8874
8875 * custom.texi (Customization): Add xref to Keyboard Macros chapter.
8876 (Keyboard Macros): Move to new kmacro.texi file.
8877
8878 * emacs.texi (Keyboard Macros): Reference new keyboard macro topics.
8879
8cf51b2c
GM
88802003-08-17 Edward M. Reingold <reingold@emr.cs.iit.edu>
8881
8882 * calendar.texi (Specified Dates): Add `calendar-goto-day-of-year'.
8883
88842003-08-17 Alex Schroeder <alex@gnu.org>
8885
8886 * misc.texi (Saving Emacs Sessions): Manual M-x desktop-save not
8887 required.
8888
8cf51b2c
GM
88892003-08-05 Richard M. Stallman <rms@gnu.org>
8890
8891 * programs.texi (Lisp Indent): Don't describe
8892 lisp-indent-function property here. Use xref to Lisp Manual.
8893
8cf51b2c
GM
88942003-08-03 Glenn Morris <gmorris@ast.cam.ac.uk>
8895
fffa137c 8896 * calendar.texi (Date Formats): Document changed behavior of
8cf51b2c
GM
8897 abbreviations.
8898
88992003-07-24 Markus Rost <rost@math.ohio-state.edu>
8900
8901 * buffers.texi (List Buffers): Fix previous change.
8902
8cf51b2c
GM
89032003-07-13 Markus Rost <rost@math.ohio-state.edu>
8904
8905 * buffers.texi (List Buffers): Adjust to new format of *Buffer
8906 List*.
8907
89082003-07-07 Luc Teirlinck <teirllm@mail.auburn.edu>
8909
8cf51b2c
GM
8910 * display.texi (Font Lock): Fix typo.
8911
89122003-07-07 Richard M. Stallman <rms@gnu.org>
8913
8914 * display.texi (Font Lock): Add xref for format info on
8915 font-lock-remove-keywords.
8916
8917 * building.texi (Compilation): Document what happens with asynch
8918 children of compiler process.
8919
8920 * help.texi (Library Keywords): Use @multitable.
8921
8cf51b2c
GM
89222003-06-04 Richard M. Stallman <rms@gnu.org>
8923
8924 * programs.texi (Expressions): Delete C-M-DEL.
8925
8926 * misc.texi (Shell Options): Clarify comint-scroll-show-maximum-output.
8927 comint-move-point-for-output renamed from
8928 comint-scroll-to-bottom-on-output.
8929
8930 * custom.texi (Init Rebinding): Replace previous change with xref.
8931 (Non-ASCII Rebinding): Explain that issue more briefly here.
8932
89332003-05-28 Richard M. Stallman <rms@gnu.org>
8934
8935 * indent.texi (Indentation): Condense, simplify, clarify prev change.
8936
89372003-05-28 Nick Roberts <nick@nick.uklinux.net>
8938
8939 * building.texi (GDB Graphical Interface): New node.
8940 (Rewritten somewhat by RMS.)
8941
c8763fb6 89422003-05-28 Kai Großjohann <kai.grossjohann@gmx.net>
8cf51b2c
GM
8943
8944 * custom.texi (Init Rebinding): Xref Non-ASCII Rebinding, for
8945 non-English letters. Explain how to set coding systems correctly
8946 and how to include the right coding cookie in the file.
8947
c8763fb6 89482003-05-22 Kai Großjohann <kai.grossjohann@gmx.net>
8cf51b2c
GM
8949
8950 * indent.texi (Indentation): Explain the concepts.
8951 (Just Spaces): Explain why preventing tabs for indentation might
8952 be useful.
8953
8cf51b2c
GM
89542003-04-16 Richard M. Stallman <rms@gnu.org>
8955
8956 * search.texi (Regexps): Ref to Lisp manual for more regexp features.
8957
8cf51b2c
GM
89582003-02-22 Alex Schroeder <alex@emacswiki.org>
8959
8960 * cmdargs.texi (General Variables): Document SMTPSERVER.
8961
8cf51b2c
GM
8962 * sending.texi: Remove SMTP node.
8963 (Mail Sending): Describe `send-mail-function'. Link to SMTP
8964 library.
8965
8cf51b2c
GM
89662003-02-22 Alex Schroeder <alex@emacswiki.org>
8967
8968 * sending.texi (Sending via SMTP): Explain MTA/MUA.
8969
89702003-02-22 Simon Josefsson <jas@extundo.com>
8971
8972 * sending.texi (Mail Methods): Add node about SMTP.
8973
c8763fb6 89742003-02-17 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
8975
8976 * xresources.texi (GTK names in Emacs): Add emacs-toolbar - GtkToolbar.
8977
8cf51b2c
GM
89782003-02-01 Kevin Ryde <user42@zip.com.au>
8979
8980 * glossary.texi (Glossary): Correction to cl cross reference.
8981
89822003-01-20 Richard M. Stallman <rms@gnu.org>
8983
8984 * killing.texi (Rectangles): Document C-x c r.
8985
c8763fb6 89862003-01-19 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
8987
8988 * xresources.texi (GTK resources): New node.
8989 (GTK widget names): New node.
8990 (GTK names in Emacs): New node.
8991 (GTK styles): New node.
8992
c8763fb6 89932003-01-09 Francesco Potortì <pot@gnu.org>
8cf51b2c
GM
8994
8995 * maintaining.texi (Create Tags Table): Add reference to the new
8996 `etags --help --lang=LANG' option.
8997
8cf51b2c
GM
89982002-10-02 Karl Berry <karl@gnu.org>
8999
49823426 9000 * emacs.texi: Per rms, update all manuals to use @copying instead of
630cb3b7 9001 @ifinfo. Also use @ifnottex instead of @ifinfo around the top node,
49823426 9002 where needed for the sake of the HTML output.
8cf51b2c
GM
9003
90042001-12-20 Eli Zaretskii <eliz@is.elta.co.il>
9005
9006 * Makefile.in (EMACSSOURCES): Update the list of Emacs manual
9007 source files.
9008
90092001-11-16 Eli Zaretskii <eliz@is.elta.co.il>
9010
9011 * Makefile.in (emacsman): New target.
9012
8cf51b2c
GM
90132001-10-20 Gerd Moellmann <gerd@gnu.org>
9014
9015 * (Version 21.1 released.)
9016
90172001-10-05 Gerd Moellmann <gerd@gnu.org>
9018
9019 * Branch for 21.1.
9020
8cf51b2c
GM
90212001-03-05 Gerd Moellmann <gerd@gnu.org>
9022
9023 * Makefile.in (mostlyclean, maintainer-clean): Delete more files.
9024
8cf51b2c
GM
90252000-05-31 Stefan Monnier <monnier@cs.yale.edu>
9026
9027 * .cvsignore (*.tmp): New entry. Seems to be used for @macro.
9028
8cf51b2c
GM
90291999-07-12 Richard Stallman <rms@gnu.org>
9030
9031 * Version 20.4 released.
9032
90331998-12-04 Markus Rost <rost@delysid.gnu.org>
9034
9035 * Makefile.in (INFO_TARGETS): Delete customize.info.
9036 (DVI_TARGETS): Delete customize.dvi.
9037 (../info/customize, customize.dvi): Targets deleted.
9038
90391998-08-19 Richard Stallman <rms@psilocin.ai.mit.edu>
9040
9041 * Version 20.3 released.
9042
90431998-05-06 Richard Stallman <rms@psilocin.gnu.org>
9044
9045 * Makefile.in (EMACSSOURCES): Add mule.texi.
9046 Add msdog.texi, ack.texi. Remove gnu1.texi.
9047
90481998-04-06 Andreas Schwab <schwab@gnu.org>
9049
768c0c0f
JB
9050 * Makefile.in (ENVADD): Environment vars to pass to texi2dvi.
9051 Use it in dvi targets.
8cf51b2c
GM
9052
90531997-09-23 Paul Eggert <eggert@twinsun.com>
9054
9055 * Makefile.in: Merge changes mistakenly made to `Makefile'.
9056 (INFO_TARGETS): Change ../info/custom to ../info/customize.
9057 (../info/customize): Rename from ../info/custom.
8cf51b2c
GM
9058
90591997-09-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9060
9061 * Version 20.2 released.
9062
90631997-09-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9064
9065 * Version 20.1 released.
9066
90671997-08-24 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9068
9069 * Makefile (../info/customize, customize.dvi): New targets.
9070 (INFO_TARGETS): Add ../info/customize.
9071 (DVI_TARGETS): Add customize.dvi.
9072
8cf51b2c
GM
90731996-08-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9074
9075 * Version 19.33 released.
9076
90771996-07-31 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9078
9079 * Version 19.32 released.
9080
8cf51b2c
GM
90811996-06-20 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9082
9083 * Makefile.in (All info targets): cd $(srcdir) to do the work.
9084
90851996-06-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9086
9087 * Makefile.in (All info targets): Specify $(srcdir) in input files.
9088 Specify -I option.
9089 (All dvi targets): Set the TEXINPUTS variable.
9090
90911996-05-25 Karl Heuer <kwzh@gnu.ai.mit.edu>
9092
9093 * Version 19.31 released.
9094
8cf51b2c
GM
90951995-11-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9096
9097 * Version 19.30 released.
9098
8cf51b2c
GM
90991995-02-07 Richard Stallman <rms@pogo.gnu.ai.mit.edu>
9100
9101 * Makefile.in (maintainer-clean): Rename from realclean.
9102
91031994-11-23 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9104
9105 * Makefile.in: New file.
9106 * Makefile: File deleted.
9107
91081994-11-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9109
9110 * Makefile (TEXINDEX_OBJS): Variable deleted.
9111 (texindex, texindex.o, getopt.o): Rules deleted.
9112 All deps on texindex deleted.
9113 (distclean): Don't delete texindex.
9114 (mostlyclean): Don't delete *.o.
9115 * texindex.c, getopt.c: Files deleted.
9116
91171994-09-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9118
9119 * Version 19.26 released.
9120
91211994-07-02 Richard Stallman (rms@gnu.ai.mit.edu)
9122
9123 * Makefile (EMACSSOURCES): Exclude undo.texi.
9124
91251994-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9126
9127 * Version 19.25 released.
9128
91291994-05-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9130
9131 * Version 19.24 released.
9132
91331994-05-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9134
9135 * Version 19.23 released.
9136
91371994-04-17 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9138
9139 * Makefile: Delete spurious tab.
9140
91411994-02-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9142
9143 * Makefile (.SUFFIXES): New rule.
9144
8cf51b2c
GM
91451993-12-04 Richard Stallman (rms@srarc2)
9146
9147 * getopt.c: New file.
9148 * Makefile (TEXINDEX_OBJS): Use getopt.o in this dir, not ../lib-src.
9149 (getopt.o): New rule.
9150 (dvi): Don't depend on texindex.
49823426 9151 (emacs.dvi): Depend on texindex.
8cf51b2c
GM
9152
91531993-12-03 Richard Stallman (rms@srarc2)
9154
49823426
GM
9155 * Makefile (TEXI2DVI): New variable.
9156 (emacs.dvi): Add explicit command.
8cf51b2c
GM
9157 (TEXINDEX_OBJS): Delete duplicate getopt.o.
9158
91591993-11-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9160
9161 * Version 19.22 released.
9162
91631993-11-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9164
9165 * Makefile (TEXINDEX_OBJS): Delete spurious period.
9166
91671993-11-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9168
9169 * Version 19.21 released.
9170
8cf51b2c
GM
91711993-11-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9172
9173 * Makefile (realclean): Don't delete the Info files.
9174
f0131492 91751993-10-25 Brian J. Fox (bfox@albert.gnu.ai.mit.edu)
8cf51b2c 9176
8cf51b2c
GM
9177 * frames.texi (Creating Frames): Mention `C-x 5' instead of `C-x
9178 4' where appropriate.
9179
f0131492 91801993-10-20 Brian J. Fox (bfox@ai.mit.edu)
8cf51b2c 9181
49823426 9182 * Makefile: Fix targets for texindex.
8cf51b2c
GM
9183
9184 * texindex.c: Include "../src/config.h" if building in emacs.
9185
9186 * Makefile: Change all files to FILENAME.texi, force all targets
49823426 9187 to be FILENAME, not FILENAME.info.
8cf51b2c
GM
9188 Add target to build texindex.c, defining `emacs'.
9189
8cf51b2c
GM
91901993-08-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9191
9192 * Version 19.19 released.
9193
8cf51b2c
GM
91941993-08-08 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9195
9196 * Version 19.18 released.
9197
91981993-07-20 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9199
9200 * Makefile: Fix source file names of the separate manuals.
8cf51b2c
GM
9201
92021993-07-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9203
9204 * Version 19.17 released.
9205
92061993-07-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9207
9208 * split-man: Fix typos in last change.
9209
92101993-07-06 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9211
9212 * Version 19.16 released.
9213
92141993-06-19 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9215
9216 * version 19.15 released.
9217
92181993-06-18 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9219
9220 * Makefile (distclean): It's rm, not rf.
9221
92221993-06-17 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9223
9224 * Version 19.14 released.
9225
92261993-06-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9227
9228 * Makefile: New file.
9229
92301993-06-08 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9231
9232 * Version 19.13 released.
9233
92341993-05-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9235
9236 * Version 19.9 released.
9237
92381993-05-25 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9239
9240 * Version 19.8 released.
9241
92421993-05-25 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9243
9244 * cmdargs.texi: Document the -i, -itype, and -iconic options.
9245
9246 * trouble.texi: It's `enable-flow-control-on', not
9247 `evade-flow-control-on'.
9248
92491993-05-24 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9250
9251 * display.texi: Document standard-display-european.
9252
92531993-05-22 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9254
9255 * Version 19.7 released.
9256
9257 * emacs.texi: Add a sentence to the top menu mentioning the
9258 specific version of Emacs this manual applies to.
9259
92601993-04-25 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
9261
9262 * basic.texi: Document next-line-add-lines variable used to
9263 implement down-arrow.
9264
9265 * killing.texi: Document kill-whole-line.
9266
92671993-04-18 Noah Friedman (friedman@nutrimat.gnu.ai.mit.edu)
9268
9269 * text.texi: Update unix TeX ordering information.
9270
92711993-03-26 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
9272
9273 * news.texi: Mention fill-rectangle in keybinding list.
9274
9275 * killing.texi: Document fill-rectangle.
9276
92771993-03-17 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
9278
9279 * vc.texi: Bring the docs up to date with VC 5.2.
9280
92811992-01-10 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
9282
9283 * emacs.tex: Mention blackbox and gomoku under Amusements.
9284 Assembler mode is now mentioned and appropriately indexed
9285 under Programming Modes.
9286
92871991-02-15 Robert J. Chassell (bob@wookumz.ai.mit.edu)
9288
9289 * emacs.tex: Update TeX ordering information.
9290
8cf51b2c
GM
92911990-06-26 David Lawrence (tale@geech)
9292
9293 * emacs.tex: Note that completion-ignored-extensions is not used
9294 to filter out names when all completions are displayed in
9295 *Completions*.
9296
92971990-05-25 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
9298
9299 * texindex.tex: If USG, include sys/types.h and sys/fcntl.h.
9300
93011990-03-21 Jim Kingdon (kingdon@pogo.ai.mit.edu)
9302
9303 * emacs.tex: Add @findex grep.
9304
8cf51b2c
GM
93051988-08-16 Robert J. Chassell (bob@frosted-flakes.ai.mit.edu)
9306
9307 * emacs.tex: Correct two typos. No other changes before
9308 Version 19 will be made.
9309
8cf51b2c
GM
93101988-05-23 Robert J. Chassell (bob@frosted-flakes.ai.mit.edu)
9311
9312 * emacs.tex: Update information for obtaining TeX distribution from the
9313 University of Washington.
9314
9315;; Local Variables:
c8763fb6 9316;; coding: utf-8
8cf51b2c
GM
9317;; End:
9318
a162959e 9319 Copyright (C) 1993-1999, 2001-2012 Free Software Foundation, Inc.
8cf51b2c
GM
9320
9321 This file is part of GNU Emacs.
9322
352c8b4a 9323 GNU Emacs is free software: you can redistribute it and/or modify
8cf51b2c 9324 it under the terms of the GNU General Public License as published by
352c8b4a
GM
9325 the Free Software Foundation, either version 3 of the License, or
9326 (at your option) any later version.
8cf51b2c
GM
9327
9328 GNU Emacs is distributed in the hope that it will be useful,
9329 but WITHOUT ANY WARRANTY; without even the implied warranty of
9330 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
9331 GNU General Public License for more details.
9332
9333 You should have received a copy of the GNU General Public License
352c8b4a 9334 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.