* doc/misc/Makefile.in (info): Make it the first target again.
[bpt/emacs.git] / doc / emacs / ChangeLog
CommitLineData
8045b906
GM
12012-05-04 Glenn Morris <rgm@gnu.org>
2
3 * Makefile.in (INFO_EXT, INFO_OPTS): New, set by configure.
4 (info, infoclean): Use $INFO_EXT.
5 ($(infodir)/emacs$(INFO_EXT)): Use $INFO_EXT and $INFO_OPT.
6 * makefile.w32-in (INFO_EXT, INFO_OPTS): New.
7 (INFO_TARGETS): Use $INFO_EXT.
8 ($(infodir)/emacs$(INFO_EXT)): Use $INFO_EXT and $INFO_OPT, and -o.
9
90207a15 102012-05-02 Glenn Morris <rgm@gnu.org>
bbba8869
GM
11
12 * emacs.texi (@copying): Only print EDITION in the TeX version.
13
e2058813
GM
14 * search.texi (Regexp Search): Just say "Emacs".
15
a162959e
GM
16 * display.texi (Auto Scrolling):
17 Reword to avoid repetition and improve page break.
18
9eb25ee8
GM
19 * xresources.texi (Resources):
20 * mule.texi (Language Environments):
21 * misc.texi (Amusements):
22 * maintaining.texi (VC Change Log):
23 * frames.texi (Fonts):
24 * custom.texi (Specifying File Variables, Minibuffer Maps):
25 * cmdargs.texi (Initial Options):
26 * building.texi (Flymake):
27 Reword to remove/reduce some overly long/short lines.
28
a4289d0e
GM
292012-04-27 Glenn Morris <rgm@gnu.org>
30
31 * emacs.texi: Some fixes for detailed menu.
32
1a72be46
GM
33 * emacs.texi: Add "et al." to authors.
34
16152b76
GM
35 * ack.texi, basic.texi, buffers.texi, building.texi:
36 * calendar.texi, cmdargs.texi, commands.texi, custom.texi:
37 * dired.texi, display.texi, emerge-xtra.texi, files.texi:
38 * fortran-xtra.texi, help.texi, kmacro.texi, mini.texi, misc.texi:
39 * msdog-xtra.texi, picture-xtra.texi, programs.texi, rmail.texi:
40 * search.texi, trouble.texi, windows.texi:
41 Use Texinfo recommended convention for quotes+punctuation.
42
578c1d4b 432012-04-27 Eli Zaretskii <eliz@gnu.org>
84412f2c 44
578c1d4b
GM
45 * mule.texi (Bidirectional Editing): Improve indexing.
46 Minor wording tweaks.
84412f2c 47
467a33d0
CY
482012-04-15 Chong Yidong <cyd@gnu.org>
49
50 * misc.texi (emacsclient Options): More clarifications.
51
e6fd457e 522012-04-15 Glenn Morris <rgm@gnu.org>
05806f43 53
41be52d7
GM
54 * msdog.texi (Windows Printing): It doesn't set printer-name.
55
05806f43
GM
56 * mule.texi (Language Environments): Move font info to "Fontsets".
57 (Fontsets): Move intlfonts etc here from "Language Environments".
58 Copyedits.
59 (Defining Fontsets, Modifying Fontsets, Undisplayable Characters)
60 (Unibyte Mode, Charsets, Bidirectional Editing): Copyedits.
61
e6fd457e 622012-04-15 Chong Yidong <cyd@gnu.org>
6a00f380 63
0be641c0
CY
64 * glossary.texi (Glossary): Standardize on "text terminal"
65 terminology. All callers changed.
66
6a00f380
CY
67 * misc.texi (emacsclient Options): Document "client frame" concept
68 and its effect on C-x C-c more carefully.
69
e6fd457e 702012-04-15 Glenn Morris <rgm@gnu.org>
71cd7772 71
870e8fb8
GM
72 * frames.texi (Scroll Bars):
73 * glossary.texi (Glossary): Use consistent case for "X Window System".
74
71cd7772
GM
75 * mule.texi (Select Input Method, Coding Systems):
76 State command names in kbd tables.
77 (Recognize Coding): Add cross-ref.
78 (Output Coding): Don't mention message mode in particular.
79 (Text Coding, Communication Coding, File Name Coding, Terminal Coding):
80 Copyedits.
81
35dc09a1 822012-04-14 Glenn Morris <rgm@gnu.org>
05f7d0d3
GM
83
84 * mule.texi (Select Input Method, Coding Systems, Recognize Coding):
85 Copyedits.
86 (Coding Systems): Mac OS X apparently uses newlines for EOL.
87 (Recognize Coding): Remove old auto-coding-regexp-alist example.
88 auto-coding-functions does not override coding: tags.
89 Remove rmail-decode-mime-charset; it no longer has any effect.
90
35dc09a1 912012-04-14 Chong Yidong <cyd@gnu.org>
81927dd2
CY
92
93 * custom.texi (Creating Custom Themes): Add reference to Custom
94 Themes node in Lisp manual.
95
35dc09a1 962012-04-14 Glenn Morris <rgm@gnu.org>
8edb942b
GM
97
98 * mule.texi (International): Copyedits.
99 (International Chars): Update C-x = example output.
100 (Disabling Multibyte): Rename from "Enabling Multibyte".
101 Clarify what "unibyte: t" does, and mode-line description.
102 (Unibyte Mode): Update for "Disabling Multibyte" node name change.
103 Use Texinfo recommended convention for quotes+punctuation.
e0550cae 104 (Language Environments): Copyedits.
893585f4
GM
105 (Input Methods): Copyedits. Use "^" for the postfix example,
106 because it is less confusing inside Info's `quotes'.
e0550cae 107
8edb942b
GM
108 * custom.texi (Specifying File Variables): Fix "unibyte" description.
109 Update for "Disabling Multibyte" node name change.
110 * emacs.texi: Update for "Disabling Multibyte" node name change.
111
1c64e6ed
GM
112 * abbrevs.texi, arevert-xtra.texi, buffers.texi, building.texi:
113 * cmdargs.texi, custom.texi, entering.texi, files.texi, frames.texi:
114 * glossary.texi, help.texi, macos.texi, maintaining.texi, mini.texi:
115 * misc.texi, package.texi, programs.texi, screen.texi, search.texi:
116 * sending.texi, text.texi, trouble.texi:
117 Use @file for buffers, per the Texinfo manual.
118
20331c1c
GM
119 * entering.texi (Entering Emacs):
120 Do not mention initial-buffer-choice = t.
121
8fc85b20
GM
122 * misc.texi (Gnus Startup): Use @env for environment variables.
123
35dc09a1
GM
124 * Makefile.in: Replace non-portable use of $< in ordinary rules.
125
87124233
GM
1262012-04-12 Glenn Morris <rgm@gnu.org>
127
128 * ack.texi (Acknowledgments): Don't mention obsolete mailpost.el.
129
f3774f20
GM
1302012-04-07 Glenn Morris <rgm@gnu.org>
131
132 * emacsver.texi (EMACSVER): Bump version to 24.1.50.
133
8980d0b9
GM
1342012-04-05 Glenn Morris <rgm@gnu.org>
135
136 * glossary.texi (Glossary): Use anchors for internal cross-references.
137
8bf27c8a
GM
1382012-04-04 Glenn Morris <rgm@gnu.org>
139
140 * glossary.texi (Glossary): Copyedits.
141 Use Texinfo-recommended convention for quotes and punctuation.
142 Comment out a few specialized (Rmail) items.
a0706406 143 New items: Bidirectional Text, Client, Directory Local Variable,
56964ab5 144 File Local Variable, Package, Server, Theme, Trash Can.
8bf27c8a 145
529c06b6
CY
1462012-04-03 Chong Yidong <cyd@gnu.org>
147
148 * sending.texi (Mail Misc): Fix an index entry.
149
53b0595a
EZ
1502012-04-02 Eli Zaretskii <eliz@gnu.org>
151
152 * msdog.texi (Windows Startup): Add description of emacsclient
153 operation under -c and -t on MS-Windows.
154
155 * misc.texi (emacsclient Options): Add cross-reference to "Windows
156 Startup". (Bug#11091)
157
dc663c79
DM
1582012-04-02 Dani Moncayo <dmoncayo@gmail.com> (tiny change)
159
160 * custom.texi (Changing a Variable): Fix example.
161
0d224826
EZ
1622012-04-01 Eli Zaretskii <eliz@gnu.org>
163
164 * misc.texi (emacsclient Options): More clarifications about -t
165 and -c on MS-Windows. (Bug#11091)
166
1d265f9f
EZ
1672012-03-31 Eli Zaretskii <eliz@gnu.org>
168
169 * misc.texi (emacsclient Options): Document peculiarities of new
170 frame creation on MS-Windows under -c or -t options. (Bug#11091)
171
5319014e
CY
1722012-03-30 Chong Yidong <cyd@gnu.org>
173
174 * files.texi (File Conveniences): Clarify Imagemagick discussion.
175
2bfab837
GM
1762012-03-22 Glenn Morris <rgm@gnu.org>
177
178 * dired.texi (Operating on Files): Fix dired-recursive-copies default.
179
986bd52a
CY
1802012-03-17 Chong Yidong <cyd@gnu.org>
181
182 * package.texi (Package Installation): Document use of
183 package-initialize in init file.
184
66ecdc9e
GM
1852012-03-16 Glenn Morris <rgm@gnu.org>
186
187 * help.texi (Language Help):
188 * mule.texi (International Chars):
189 etc/HELLO is for character demonstration.
190
9805f81d
DM
1912012-03-15 Dani Moncayo <dmoncayo@gmail.com> (tiny change)
192
193 * dired.texi (Shell Commands in Dired): Fix typo.
194
a08a07e3
CY
1952012-03-04 Chong Yidong <cyd@gnu.org>
196
197 * killing.texi (Clipboard): Document clipboard manager.
198
53eced6d
GM
1992012-02-29 Glenn Morris <rgm@gnu.org>
200
f8425af2
GM
201 * ack.texi (Acknowledgments): Use @Tex{} in more places.
202
775b55af
GM
203 * emacs.texi, help.texi, text.texi: Use "" quotes in menus.
204
53eced6d
GM
205 * dired.texi, emacs.texi: Use @code{} in menus when appropriate.
206
44e97401
GM
2072012-02-28 Glenn Morris <rgm@gnu.org>
208
209 * custom.texi, display.texi, emacs.texi, files.texi:
210 * msdog-xtra.texi, msdog.texi, vc-xtra.texi:
211 Standardize possessive apostrophe usage.
212
525795c1
JD
2132012-02-25 Jan Djärv <jan.h.d@swipnet.se>
214
215 * macos.texi (Mac / GNUstep Customization): Remove text about
216 ns-find-file and ns-drag-file (Bug#5855, Bug#10050).
217
562af8bb
DM
2182012-02-25 Dani Moncayo <dmoncayo@gmail.com> (tiny change)
219
220 * buffers.texi (Select Buffer): Mention that saving in a new file
221 name can switch to a different major mode.
222
6ea1787e
GM
2232012-02-23 Glenn Morris <rgm@gnu.org>
224
49fe4321
GM
225 * mini.texi (Minibuffer File, Completion Options, Repetition):
226 Copyedits.
227 (Completion Example): Other M-x au* commands may be defined.
228 (Completion Styles): Mention emacs21 and completion-category-overrides.
229
8f4042d2
GM
230 * msdog.texi (Text and Binary, ls in Lisp, Windows HOME)
231 (Windows Keyboard, Windows Mouse, Windows Processes)
232 (Windows Printing, Windows Misc): Copyedits.
233 (ls in Lisp): Update switches list.
234
371fb833
GM
235 * msdog-xtra.texi (MS-DOS Display): Update list-colors-display xref.
236 Update dos-mode* function names.
237 (MS-DOS Printing, MS-DOS and MULE): Copyedits.
238 (MS-DOS Processes): Add xref to main ls-lisp section.
239
6ea1787e
GM
240 * ack.texi (Acknowledgments): Mention smie.
241
40ace058
GM
2422012-02-22 Glenn Morris <rgm@gnu.org>
243
244 * macos.texi: Copyedits. Fix @key/@kbd usage.
245 (Mac / GNUstep Basics): Don't mention the panels, since the next
246 section covers them.
247 (Mac / GNUstep Customization): Merge some panel info from previous.
248
41f1e868
GM
2492012-02-21 Glenn Morris <rgm@gnu.org>
250
68af8d4f
GM
251 * emerge-xtra.texi (Emerge, Submodes of Emerge, Combining in Emerge):
252 Small fixes.
253
2e03845d
GM
254 * emacs-xtra.texi: Picture mode is no longer a chapter.
255
f9a998c3
GM
256 * picture-xtra.texi (Basic Picture): C-a does get remapped.
257
41f1e868
GM
258 * ack.texi (Acknowledgments): Small changes, including resorting,
259 and removal of things no longer distributed.
260
ea09410d
GM
2612012-02-20 Glenn Morris <rgm@gnu.org>
262
2d2f6581
GM
263 * emacs.texi (Top, Preface): Small rephrasings.
264 (menu, detailmenu): Update entries, and reformat some descriptions.
265 * building.texi, display.texi, emacs-xtra.texi, files.texi:
266 * frames.texi, kmacro.texi, msdog.texi, programs.texi, text.texi:
267 Reformat some menu descriptions.
268
196f8c0e
GM
269 * ack.texi (Acknowledgments): More updates.
270
8730412a
GM
271 * emacs.texi (Acknowledgments): Add several names from ack.texi,
272 and from Author: headers.
ae15b89b 273 (Distrib): Small updates.
ea09410d 274
37863f20
GM
2752012-02-18 Glenn Morris <rgm@gnu.org>
276
37c3b9ee
GM
277 * ack.texi (Acknowledgments): Add xref to Org manual.
278
b474519e
GM
279 * rmail.texi: Copyedits. Use 'mail composition buffer' in place
280 of '*mail*', since Message does not call it that.
281 (Rmail Reply): Rename rmail-dont-reply-to-names.
282 \\`info- no longer handled specially.
283 Update for rmail-enable-mime-composing.
284 Don't mention 'm' for replies.
285 Don't mention rmail-mail-new-frame and cancelling, since it does
286 not work for Message at the moment.
287
a5987767
GM
288 * cal-xtra.texi: Copyedits.
289
37863f20
GM
290 * emacs-xtra.texi: Set encoding to ISO-8859-1.
291
112d1241
GM
2922012-02-17 Glenn Morris <rgm@gnu.org>
293
0fd2c9a3
GM
294 * maintaining.texi (Old Revisions): Fix cross-refs to Ediff manual.
295
1d6ecbfa
GM
296 * ack.texi (Acknowledgments): Mention Gnulib.
297
102f1b54
GM
298 * ack.texi, calendar.texi, cal-xtra.texi: Use "Bahá'í".
299
112d1241
GM
300 * calendar.texi: Misc small changes, including updating the dates
301 of examples.
302
3a05ff1d
GM
3032012-02-16 Glenn Morris <rgm@gnu.org>
304
d1354af0
GM
305 * calendar.texi: Misc small changes.
306
5f9756ec
GM
307 * vc1-xtra.texi (VC Delete/Rename, CVS Options):
308 * cal-xtra.texi (Diary Display): Fix TeX cross-refs to other manuals.
309
3b19a30d
GM
310 * dired-xtra.texi (Subdir Switches): Small fixes.
311
3a05ff1d
GM
312 * fortran-xtra.texi: Tiny changes and some adjustments to line breaks.
313
9f26dc24
GM
3142012-02-15 Glenn Morris <rgm@gnu.org>
315
316 * sending.texi (Mail Sending): smtpmail-auth-credentials was removed.
317
fb969a57
GM
3182012-02-12 Glenn Morris <rgm@gnu.org>
319
320 * ack.texi (Acknowledgments):
321 * emacs.texi (Acknowledgments): Updates for new files in 24.1.
322
0aca1292
GM
3232012-02-10 Glenn Morris <rgm@gnu.org>
324
104dc9c6
GM
325 * mini.texi (Minibuffer Edit): Mention minibuffer-inactive-mode.
326
0aca1292
GM
327 * programs.texi (Misc for Programs): Mention electric-layout-mode.
328
91af9d2e
GM
3292012-02-09 Glenn Morris <rgm@gnu.org>
330
0aca1292
GM
331 * buffers.texi (Misc Buffer): M-x info does not seem to require a
332 buffer switch after M-x rename-uniquely.
63c727b2 333
91af9d2e
GM
334 * trouble.texi (Checklist): Mention C-c m in report-emacs-bug.
335
1ef1990c
JB
3362012-02-09 Jay Belanger <jay.p.belanger@gmail.com>
337
338 * text.texi (Org Mode): Fix typo.
339
e74e58c9
GM
3402012-02-08 Glenn Morris <rgm@gnu.org>
341
cefee440
GM
342 * ack.texi (Acknowledgments): Update emacs-lock info.
343
a7686350
GM
344 * rmail.texi (Rmail Display): Mention rmail-epa-decrypt.
345
e74e58c9
GM
346 * text.texi (LaTeX Editing): Mention latex-electric-env-pair-mode.
347
fe93bc91
GM
3482012-02-07 Glenn Morris <rgm@gnu.org>
349
350 * files.texi (File Conveniences): Mention ImageMagick images.
351
d273439c
GM
3522012-02-05 Glenn Morris <rgm@gnu.org>
353
649f602c
GM
354 * trouble.texi (Checklist): Mention debug-on-event.
355
d273439c
GM
356 * maintaining.texi (Maintaining): Add cross-ref to ERT.
357
a9410bdf
GM
3582012-02-04 Glenn Morris <rgm@gnu.org>
359
1f5e1a16
GM
360 * macos.texi (Customization options specific to Mac OS / GNUstep):
361 New subsection.
362
b7314ef7
GM
363 * display.texi (Colors): Mention list-colors-sort.
364
a9410bdf
GM
365 * files.texi (File Conveniences): Mention image animation.
366
75319d7f
CY
3672012-01-31 Chong Yidong <cyd@gnu.org>
368
369 * windows.texi (Split Window): C-mouse-2 doesn't work on GTK+
370 scroll bars (Bug#10666).
371
2680c309
CY
3722012-01-28 Chong Yidong <cyd@gnu.org>
373
691db250
CY
374 * files.texi (Filesets): Fix typos.
375
2680c309
CY
376 * display.texi (Faces): Add xref to Colors node.
377
2a90dfca
DM
3782012-01-27 Dani Moncayo <dmoncayo@gmail.com>
379
380 * buffers.texi (Select Buffer): Clarify explanation of switching
381 to new buffers. Fix description of next-buffer and
6df6ae42 382 previous-buffer (Bug#10334).
2a90dfca
DM
383 (Misc Buffer): Add xref to View Mode.
384
385 * text.texi (Fill Commands): Fix description of
386 sentence-end-double-space.
387
20d2304d
CY
3882012-01-23 Chong Yidong <cyd@gnu.org>
389
f088cb8b 390 * anti.texi (Antinews): Add Emacs 23 antinews.
20d2304d 391
01ec1eed
VS
3922012-01-16 Volker Sobek <reklov@live.com> (tiny change)
393
394 * programs.texi (Comment Commands): Typo (bug#10514).
395
06848b82
CY
3962012-01-15 Chong Yidong <cyd@gnu.org>
397
398 * xresources.texi (X Resources): Describe GTK+ case first.
399 (Resources): Don't use borderWidth as an example, since it doesn't
400 work with GTK+.
401 (Table of Resources): Clarify role of several resources, including
402 the Emacs 24 behavior of cursorBlink etc.
403 (Face Resources): Node deleted. Recommend using Customize
404 instead. Add paragraph to `Table of Resources' node summarizing
405 how to use X resources for changing faces.
406 (Lucid Resources): Rewrite, omitting description of font names,
407 referring to the Fonts node instead.
408 (LessTif Resources): Copyedits.
409 (GTK resources): Rewrite, describing the difference between gtk2
410 and gtk3.
411 (GTK Resource Basics): New node.
412 (GTK Widget Names, GTK Names in Emacs): Rewrite.
413 (GTK styles): Just refer to Fonts node for GTK font format.
414
415 * display.texi (Faces): Document the cursor face.
416
a73a3461
CY
4172012-01-14 Chong Yidong <cyd@gnu.org>
418
01ec1eed 419 * cmdargs.texi (Action Arguments): No need to mention EMACSLOADPATH.
a73a3461
CY
420 (General Variables): Add xref to Lisp Libraries.
421 (Initial Options): Copyedits.
422 (Resume Arguments): Node deleted; emacs.bash/csh are obsolete.
423 (Environment): Clarify what getenv does.
424 (General Variables): Clarify EMACSPATH etc. Emacs does not assume
425 light backgrounds on xterms.
426 (Misc Variables): TEMP and TMP are not Windows-specific.
427 (Display X): Copyedits.
428 (Colors X): -bd does nothing for GTK.
429 (Icons X): Gnome 3 doesn't use taskbars.
430
431 * misc.texi (Shell): Document exec-path here.
432
433 * rmail.texi (Movemail): Add xref for exec-path.
434
e517eda4
GM
4352012-01-13 Glenn Morris <rgm@gnu.org>
436
437 * dired.texi (Dired and Find): Clarify find-ls-options.
438
1de76afe
CY
4392012-01-09 Chong Yidong <cyd@gnu.org>
440
441 * custom.texi (Custom Themes): Switched custom-safe-themes to use
442 SHA-256.
443
c61ab18c
CY
4442012-01-07 Chong Yidong <cyd@gnu.org>
445
e490b289
CY
446 * display.texi (Useless Whitespace): Add Whitespace mode.
447
1de77c4c
CY
448 * custom.texi (Hooks): Discuss how to disable minor modes.
449
450 * files.texi (Diff Mode): Discuss diff-auto-refine-mode
e490b289 451 (Bug#10309). Discuss use of Whitespace mode (Bug#10300).
1de77c4c 452
c61ab18c
CY
453 * trouble.texi (Lossage): Refer to Bugs node for problems.
454 (DEL Does Not Delete): Don't use "usual erasure key" teminology.
455 (Screen Garbled): Don't refer to terminal "manufacturers".
456 (Total Frustration): Node deleted. Eliza is documented in
457 Amusements now.
458 (Known Problems): More info about using the bug tracker. Mention
459 debbugs package.
460 (Bug Criteria): Copyedits.
461 (Understanding Bug Reporting): Mention emacs -Q.
462
89bd9ccd
CY
4632012-01-06 Chong Yidong <cyd@gnu.org>
464
465 * custom.texi (Specifying File Variables): The mode: keyword
466 doesn't have to be first anymore. Add example of specifying minor
467 modes.
468 (Directory Variables): Simplify example. Mention application to
469 non-file buffers.
470 (Disabling): Use "initialization file" terminology.
471 (Init Examples): Fix hook example.
472
8034735f
EZ
4732012-01-06 Eli Zaretskii <eliz@gnu.org>
474
475 * cmdargs.texi (MS-Windows Registry): Shorten the index entry.
476 (Bug#10422)
477 Move the stuff about resources to xresources.texi.
478
479 * xresources.texi (Resources): Move information about setting X
480 resources in the Registry from cmdargs.texi. Make the index entry
481 be similar to the one in cmdargs.texi.
482
b0d7d8af
CY
4832012-01-05 Chong Yidong <cyd@gnu.org>
484
485 * custom.texi (Customization Groups): Update example.
486 (Browsing Custom): Document the new search field.
487 (Changing a Variable): Update example for Emacs 24 changes.
488 Document Custom-set and Custom-save commands.
489 (Face Customization): Document Emacs 24 changes. De-document
490 modify-face.
491 (Specific Customization): Mention customize-variable.
492 (Custom Themes): Add customize-themes, custom-theme-load-path,
493 custom-theme-directory, and describe-theme.
494 (Creating Custom Themes): New node.
495 (Examining): Mention M-:.
496
497 * package.texi (Packages): Fix typo.
498
88c5c7c8
CY
4992012-01-03 Chong Yidong <cyd@gnu.org>
500
501 * misc.texi (Single Shell): Don't document Lisp usage of
502 shell-command. Tidy up discussion of synchronicity. Add index
503 entries for async-shell-command.
504 (Interactive Shell): Note that M-x shell uses shell-file-name.
505 Note change in behavior in Emacs 24.
506 (Shell Mode): Shell mode now uses completion-at-point.
507 (Shell Prompts): Emphasize that comint-use-prompt-regexp isn't the
508 default method for recognizing prompts nowadays.
509 (Shell Ring): Add xref to Minibuffer History.
510 (Directory Tracking): Explain Dirtrack mode in more detail.
511 (Term Mode): Fix index entries.
512 (Paging in Term): Merge into Term Mode.
513 (Serial Terminal, Emacs Server, emacsclient Options): Copyedits.
514 (Printing): Fix xref. State default of lpr-switches.
515 (PostScript): Remove obsolete sentence. Omit description of
516 non-interactive behaviors.
517 (Hyperlinking): Improve description.
518 (Browse-URL): Using compose-mail for mailto URLs is the default.
519 Document browse-url-mailto-function.
520 (Goto Address mode): Add index entries. Add xref to Browse-URL.
521 (FFAP): FFAP is not a minor mode.
522 (Amusements): M-x lm was renamed to M-x landmark. Document
523 nato-region.
524
b8ecfdfe
CY
5252012-01-01 Chong Yidong <cyd@gnu.org>
526
527 * misc.texi (Gnus, Buffers of Gnus): Copyedits.
528 (Gnus Startup): Note that the system might not be set up for news.
529 Describe group levels more clearly.
530 (Gnus Group Buffer, Gnus Summary Buffer): New nodes, split from
531 Summary of Gnus.
532 (Document View): Copyedits. Move zoom commads to DocView
533 Navigation node.
534 (DocView Navigation, DocView Searching, DocView Slicing)
535 (DocView Conversion): Nodes renamed from Navigation, etc.
536
537 * sending.texi (Mail Sending): Add message-kill-buffer-on-exit.
538
7bc7d2aa
EZ
5392011-12-31 Eli Zaretskii <eliz@gnu.org>
540
541 * basic.texi (Moving Point): Fix the description of C-n and C-p.
542 (Bug#10380)
543
b30941db
CY
5442011-12-30 Chong Yidong <cyd@gnu.org>
545
546 * sending.texi (Sending Mail): Document initial mail buffer name,
547 and changed multiple mail buffer behavior.
548 (Mail Format): Put the example at the top of the section.
549 (Mail Headers): Move discussion of "From" to the top.
550 (Mail Sending): Document sendmail-query-once.
551 (Citing Mail): Make it less Rmail-specific.
552
0ed49f93
CY
5532011-12-29 Chong Yidong <cyd@gnu.org>
554
555 * text.texi (Org Mode): Copyedits. Refer to Outline Format for
556 example. Add index entries.
557 (Org Organizer, Org Authoring): Nodes renamed. Copyedits.
558
c40a7de7
CY
5592011-12-26 Chong Yidong <cyd@gnu.org>
560
561 * dired.texi (Dired Enter, Misc Dired Features): Document
562 dired-use-ls-dired changes. Mention quit-window.
563 (Dired Navigation): Add index entries.
564 (Dired Visiting): Fix View Mode xref.
565 (Marks vs Flags): Prefer C-/ binding for undo.
566 (Subdirectories in Dired): Add xrefs.
567 (Misc Dired Features): Document some Emacs 24 changes. Add index
568 entries.
569
570 * abbrevs.texi (Abbrev Concepts): No need to mention abbrev-mode
571 variable, since it is explained in Minor Modes node.
572 (Defining Abbrevs): Copyedits.
573 (Expanding Abbrevs): State default of abbrev-all-caps. Prefer the
574 C-/ binding for undo.
575 (Dabbrev Customization): Add xrefs for case-fold-search and
576 case-replace.
577
578 * dired-xtra.texi (Subdir Switches): Add xref.
579
580 * maintaining.texi (VC Directory Commands): Mention quit-window.
581
3d992aa0
CY
5822011-12-25 Chong Yidong <cyd@gnu.org>
583
584 * maintaining.texi (Tags): Mention Semantic.
585 (Create Tags Table, Etags Regexps): Copyedits.
586 (Find Tag): Mention minibuffer completion.
587 (List Tags): Mention completion-at-point. Completion is actually
588 available in M-x list-tags.
589
590 * vc1-xtra.texi (VC Delete/Rename): Rename from Renaming and VC.
591 Document vc-delete-file.
592
593 * files.texi (Misc File Ops): Mention vc-delete-file.
594
595 * programs.texi (Symbol Completion): Mention completion-at-point
596 explicitly.
597
2785d024
CY
5982011-12-22 Chong Yidong <cyd@gnu.org>
599
600 * maintaining.texi (Change Log Commands): Don't specially mention
601 vc-update-change-log which is CVS-only.
602
603 * vc1-xtra.texi (Version Headers): Note that these are for
604 Subversion, CVS, etc. only.
605 (General VC Options): De-document vc-keep-workfiles. Fix
606 RCS-isms.
607
0ab39399
EZ
6082011-12-22 Eli Zaretskii <eliz@gnu.org>
609
610 * building.texi (Debugger Operation): Fix a typo: "@end iftext"
611 should be @end iftex".
612
d3098e1e
CY
6132011-12-21 Chong Yidong <cyd@gnu.org>
614
615 * maintaining.texi (Advanced C-x v v): Use fileset terminology.
616 (VC With A Merging VCS, VC Change Log): Add xref to VC Pull node.
617 (VC Pull): Mention vc-log-incoming.
618 (Log Buffer): Add CVS/RCS only disclaimer.
619
620 * vc1-xtra.texi (Remote Repositories): Update introduction.
621 (Local Version Control): Node deleted (obsolete with DVCSes).
622 (Remote Repositories, Version Backups): Node deleted. Move
623 documentation of vc-cvs-stay-local to CVS Options.
624 (CVS Options): Reduce verbosity of description of obscure CVS
625 locking feature.
626 (Making Revision Tags, Revision Tag Caveats): Merge into Revision
627 Tags node.
628 (Revision Tags): Move under Miscellaneous VC subsection.
629 (Change Logs and VC): Note that this is wrong for DVCSs.
630 De-document log entry manipulating features.
631 (Renaming and VC): Describe how it works on modern VCSes.
632
633 * files.texi (Misc File Ops): Mention vc-rename-file.
634
635 * programs.texi (Custom C Indent): Add index entries.
636
47d42d81
AM
6372011-12-20 Alan Mackenzie <acm@muc.de>
638
639 * programs.texi (Motion in C): Update the description of C-M-a and
640 C-M-e, they now DTRT in enclosing scopes.
641 (Custom C Indent): Add @dfn{guessing} of the indentation style.
642
2edef1a0
CY
6432011-12-20 Chong Yidong <cyd@gnu.org>
644
645 * maintaining.texi (VCS Concepts): Add "working tree" terminology.
646 (Old Revisions): Use it.
647 (VCS Repositories): Add "distributed" terminology.
648 (Log Buffer): Remove duplicate description
649 about changesets. Fix "current VC fileset" ambiguity.
650 (Multi-User Branching): Node deleted.
651 (Branches, Switching Branches): Discuss decentralized version
652 control systems.
653 (VC Pull): New node.
654 (Merging): Document merging on decentralized systems.
655 (Creating Branches): Note that this is specific to CVS and related
656 systems.
657
bc859d5f
CY
6582011-12-19 Chong Yidong <cyd@gnu.org>
659
660 * maintaining.texi (VCS Merging, VCS Changesets): Index entries.
661 (VC Mode Line): Add index entry for "version control status".
662 (VC Undo): Use vc-revert instead of its vc-revert-buffer alias.
663 Document vc-revert-show-diff. De-document vc-rollback.
664 (VC Directory Mode): Rewrite introduction. Move prefix arg
665 documentation here from VC Directory Buffer node.
666 (VC Directory Buffer): Use a decentralized VCS example.
667 (VC Directory Commands): Use a table. Remove material duplicated
668 in previous nodes on multi-file VC filsets.
669
9cff91f8
CY
6702011-12-17 Chong Yidong <cyd@gnu.org>
671
672 * maintaining.texi (VCS Concepts): Make "revision" terminology
673 less CVS-specific.
674 (VC With A Merging VCS, VC With A Locking VCS): Add xref to
675 Registering node.
676 (Secondary VC Commands): Deleted. Promote subnodes.
677 (Log Buffer): Add command name for C-c C-c. Fix the name of the
678 log buffer. Add index entries.
679 (VCS Changesets, Types of Log File, VC With A Merging VCS): Use
680 "commit" terminology.
681 (Old Revisions): Move it to just before VC Change Log. "Tag" here
682 doesn't refer to tags tables. Note other possible forms of the
683 revision ID. C-x v = does not save.
684 (Registering): Note similarity to C-x v v action. Fix description
685 of how backends are chosen. De-document vc-default-init-revision.
686 (VC Change Log): Document C-x v l in VC-Dir buffer. Document RET
687 in root log buffers.
688
f3b316df
CY
6892011-12-16 Chong Yidong <cyd@gnu.org>
690
691 * maintaining.texi (Version Control Systems): Drop Meta-CVS.
692 (Basic VC Editing): Remove redundant descriptions.
693 (VC With A Merging VCS): Make description more general instead of
694 CVS-specific.
695 (VC With A Locking VCS): Use VC fileset terminology.
696
29eabb8e
CY
6972011-12-12 Chong Yidong <cyd@gnu.org>
698
699 * building.texi (Executing Lisp): Fix xref for C-M-x.
700 (Lisp Libraries): Add xref to node explaining `load' in Lisp
701 manual. Note that load-path is not customizable.
702 (Lisp Eval): Note that listed commands are available globally.
703 Explain the meaning of "defun" in the C-M-x context.
704 (Lisp Interaction): Copyedits.
705 (External Lisp): Fix name of inferior Lisp buffer. Mention
706 Scheme.
707 (Compilation): Define "inferior process".
708
cd0314dd
EZ
7092011-12-10 Eli Zaretskii <eliz@gnu.org>
710
711 * msdog.texi (Windows Fonts): Document how to force GDI font
712 backend on MS-Windows.
713
0595bd7e 7142011-12-10 Chong Yidong <cyd@gnu.org>
b09d01da
CY
715
716 * building.texi (Compilation): Say what the -k flag to make does.
717 Move subprocess discussion to Compilation Shell.
718 (Compilation Mode): Add xref for grep, occur, and mouse
719 references. Define "locus".
720 (Grep Searching): Use @command.
0595bd7e
CY
721 (Debuggers, Commands of GUD, GDB Graphical Interface): Clarify
722 intro.
723 (Starting GUD): Clarify how arguments are specified.
724 (Debugger Operation): Index entry for "GUD interaction buffer",
725 and move basic description here from Commands of GUD node.
726 (GDB User Interface Layout): Copyedits.
727 (Source Buffers): Remove gdb-find-source-frame, which is not in
728 gdb-mi.el.
729 (Other GDB Buffers): Remove gdb-use-separate-io-buffer and
730 toggle-gdb-all-registers, which are not in gdb-mi.el. Don't
731 re-document GUD interaction buffers.
b09d01da
CY
732
733 * programs.texi (Symbol Completion): M-TAB can now use Semantic.
734 (Semantic): Add cindex entries for Semantic.
735
2a185919
CY
7362011-12-06 Chong Yidong <cyd@gnu.org>
737
738 * programs.texi (Man Page): Clarify how to use Man-switches.
739 Don't bother documenting Man-fontify-manpage-flag.
740 (Lisp Doc): Add xref to Name Help node.
741 (Hideshow): Add cindex. Mention role of ellipses, and default
742 value of hs-isearch-open. Don't bother documenting
743 hs-special-modes-alist.
744 (Symbol Completion): Add kindex for C-M-i. Don't recommend
745 changing the window manager binding of M-TAB.
746
ebf10822
CY
7472011-12-05 Chong Yidong <cyd@gnu.org>
748
749 * programs.texi (Comment Commands): Fix description of for M-; on
750 blank lines. Move documentation of comment-region here.
751 (Multi-Line Comments): Clarify the role of comment-multi-line.
752 Refer to Comment Commands for comment-region doc.
753 (Options for Comments): Refer to Multi-Line Comments for
754 comment-multi-line doc, instead of duplicating it. Fix default
755 values of comment-padding and comment-start-skip.
756
ec7ae032
CY
7572011-12-04 Chong Yidong <cyd@gnu.org>
758
759 * programs.texi (Program Modes): Mention modes that are not
760 included with Emacs. Fix references to other manuals for tex.
761 Add index entry for backward-delete-char-untabify. Mention
762 prog-mode-hook.
763 (Which Function): Use "global minor mode" terminology.
764 (Basic Indent, Multi-line Indent): Refer to previous descriptions
765 in Indentation chapter to avoid duplication.
766 (Expressions): Copyedit.
767 (Matching): Document Electric Pair mode.
768
769 * ack.texi (Acknowledgments):
770 * rmail.texi (Movemail, Other Mailbox Formats):
771 * frames.texi (Frames): Don't capitalize "Unix".
772
a24bf23e
CY
7732011-12-04 Chong Yidong <cyd@gnu.org>
774
775 * text.texi (Nroff Mode): Mention what nroff is.
776 (Text Based Tables, Table Recognition): Don't say "Table mode"
777 since it's not a major or minor mode.
778 (Text Based Tables): Reduce the size of the example.
779 (Table Definition): Clarify definitions.
780 (Table Creation): Add key table.
781 (Cell Commands): Use kbd for commands.
782 (Table Rows and Columns): Combine nodes Row Commands and Column
783 Commands.
784 (Fixed Width Mode): Node deleted; contents moved to parent.
785 (Table Conversion): Shorten example.
786 (Measuring Tables): Merge into Table Misc.
787
8863a584
CY
7882011-12-03 Chong Yidong <cyd@gnu.org>
789
790 * text.texi (TeX Mode): Mention AUCTeX package.
791 (TeX Editing): Add xref to documentation for Occur.
792 (LaTeX Editing): Add xref to Completion node.
793 (TeX Print): Fix description of tex-directory.
794 (Enriched Text): Renamed from Formatted Text. Make this node and
795 its subnodes less verbose, since text/enriched files are
796 practically unused.
797 (Enriched Mode): Renamed from Requesting Formatted Text.
798 (Format Colors): Node deleted.
799 (Enriched Faces): Renamed from Format Faces. Describe commands
800 for applying colors too.
801 (Forcing Enriched Mode): Node deleted; merged into Enriched Mode.
802
803 * frames.texi (Menu Mouse Clicks): Tweak description of C-Mouse-2.
804
805 * display.texi (Colors): New node.
806
807 * cmdargs.texi (Colors X):
808 * xresources.texi (GTK styles):
809 * custom.texi (Face Customization): Reference it.
810
811 * glossary.texi (Glossary): Remove "formatted text" and "WYSIWYG".
812 Link to Fill Commands for Justification entry.
813
6fdebe93
EZ
8142011-12-03 Eli Zaretskii <eliz@gnu.org>
815
816 * display.texi (Auto Scrolling): More accurate description of what
817 scroll-*-aggressively does, including the effect of non-zero
818 margin. Fix "i.e." markup.
819
95ca9bc7
CY
8202011-12-02 Chong Yidong <cyd@gnu.org>
821
822 * text.texi (Pages): Mention how formfeed chars are displayed.
823 (Auto Fill): Note convention for calling auto-fill-mode from Lisp.
824 Describe adaptive filling more precisely.
825 (Fill Commands): Note that filling removes excess whitespace.
826 (Text Mode): Note auto-mode-alist entries for Text mode. TAB is
827 now bound to indent-for-tab-command in Text mode.
828 (Outline Mode): Copyedits.
829 (Outline Visibility): Note that Reveal mode is a buffer-local
830 minor mode.
831
832 * modes.texi (Major Modes): Move note about checking major-mode in
833 a hook function here, from Text mode.
834
6d262977
CY
8352011-11-28 Chong Yidong <cyd@gnu.org>
836
b22b1918
CY
837 * text.texi (Words): Add xref to Position Info.
838 (Paragraphs): Add xref to Regexps.
839
6d262977
CY
840 * indent.texi (Indentation): Rewrite introduction. Move table to
841 Indentation Commands node.
842 (Indentation Commands): Add index entries to table. Copyedits.
843 (Tab Stops, Just Spaces): Copyedits.
844 (Indent Convenience): New node. Document electric-indent-mode.
845
846 * programs.texi (Basic Indent):
847 * windows.texi (Pop Up Window): Fix kindex entry.
848
dc95a8b0
CY
8492011-11-28 Chong Yidong <cyd@gnu.org>
850
851 * modes.texi (Major Modes): Move major-mode variable doc here from
852 Choosing Modes. Document describe-mode. Document prog-mode-hook
853 and text-mode-hook. Add example of using hooks.
854 (Minor Modes): Document behavior of mode command calls from Lisp.
855 Note that setting the mode variable using Customize will DTRT.
856 (Choosing Modes): Add example of setting a minor mode using a
857 local variable.
858
b63a8e8e
CY
8592011-11-27 Chong Yidong <cyd@gnu.org>
860
861 * frames.texi (Creating Frames): Move frame parameter example to
862 Frame Parameters node.
863 (Frame Commands): C-x 5 o does not warp the mouse by default.
864 (Fonts): Add more GTK-style properties; also, they should be
865 capitalized.
866 (Special Buffer Frames): Node deleted; special-display is on the
867 way out.
868 (Frame Parameters): Example moved here from Creating Frames.
869 Clarify that default-frame-alist affects the initial frame too.
870 Delete auto-raise-mode and auto-lower-mode.
871 (Wheeled Mice): Node deleted. Content moved to Mouse Commands.
872 (Dialog Boxes): Delete x-gtk-use-old-file-dialog.
873
874 * windows.texi (Window Choice): Add xref to Lisp manual for
875 special-display-*.
876
a3dcc84e
EZ
8772011-11-26 Eli Zaretskii <eliz@gnu.org>
878
879 * display.texi (Text Display): Update the description,
880 cross-references, and indexing related to display of control
881 characters and raw bytes.
882
4ad3bc2a
CY
8832011-11-25 Chong Yidong <cyd@gnu.org>
884
885 * frames.texi (Frames): Rewrite introduction.
886 (Mouse Commands): Default for mouse-drag-copy-region is now t.
887 Mouse-3 does not copy to kill ring by default. DEL does not
888 behave specially for mouse commands any more.
889 (Mouse References): Document mouse-1-click-follows-link more
890 thoroughly.
891 (Menu Mouse Clicks): Move footnote to the main text and add xref
892 to Init Rebinding node.
893 (Mode Line Mouse): Mouse-3 on the mode-line does not bury buffer.
894
895 * files.texi (Visiting): `C-x 5 f' works on ttys too.
896
20db1522
JB
8972011-11-24 Juanma Barranquero <lekktu@gmail.com>
898
899 * display.texi (Font Lock): Fix typo.
900
01d06b1f
GM
9012011-11-24 Glenn Morris <rgm@gnu.org>
902
903 * rmail.texi (Rmail Output):
904 Mention rmail-automatic-folder-directives. (Bug#9657)
905
0cbaa1d5
CY
9062011-11-21 Chong Yidong <cyd@gnu.org>
907
908 * mark.texi (Global Mark Ring): Fix description of global mark
909 ring (Bug#10032).
910
fe7a3057
JB
9112011-11-20 Juanma Barranquero <lekktu@gmail.com>
912
913 * msdog.texi (Windows Fonts): Fix typo.
914
b6e63cbe
GM
9152011-11-17 Glenn Morris <rgm@gnu.org>
916
917 * regs.texi (Bookmarks): Small fixes related to saving. (Bug#10058)
918
58179cce
JB
9192011-11-16 Juanma Barranquero <lekktu@gmail.com>
920
921 * killing.texi (Rectangles):
7877f373
JB
922 * misc.texi (Document View):
923 * modes.texi (Choosing Modes):
924 * msdog.texi (Windows Fonts):
58179cce
JB
925 * regs.texi (Rectangle Registers):
926 * search.texi (Isearch Yank): Fix typos.
927
291d142b
CY
9282011-11-06 Chong Yidong <cyd@gnu.org>
929
930 * windows.texi (Basic Window): Add xref to Cursor Display.
931 (Split Window): Document negative arg for splitting commands.
932 (Other Window): Document mouse-1 in text area of window.
933 (Change Window): Don't mention window attributes, since they
934 aren't defined. C-x 1 can't be used with minibuffer windows.
935 Windows are no longer auto-deleted.
936 (Window Choice): Add xref to Choosing Window in Lisp manual.
937 (Window Convenience): Note that windmove disables shift-selection.
938 Move M-x compare-windows here from Other Window node.
939
940 * custom.texi (Mouse Buttons):
941 * search.texi (Isearch Scroll):
942 * windows.texi (Split Window): Use new names split-window-below
943 and split-window-right.
944
a7ef684b
JB
9452011-10-26 Juanma Barranquero <lekktu@gmail.com>
946
947 * emacs.texi (Top): Fix typo.
948
d53e1747
GM
9492011-10-25 Glenn Morris <rgm@gnu.org>
950
951 * abbrevs.texi (Saving Abbrevs):
952 quietly-read-abbrev-file is not a command. (Bug#9866)
953
e7a3ff06
CY
9542011-10-24 Chong Yidong <cyd@gnu.org>
955
956 * display.texi (Scrolling): Document scroll-up-line and
957 scroll-down-line. Document scroll-command property.
958 (Recentering): New node, split off from Scrolling.
959
86c60681
CY
9602011-10-23 Chong Yidong <cyd@gnu.org>
961
da97a9e6
CY
962 * frames.texi (Scroll Bars): GTK uses right scroll bars now.
963 (Tool Bars): Copyedits.
964
86c60681
CY
965 * buffers.texi (Misc Buffer): Don't mention vc-toggle-read-only.
966
d195726a
CY
9672011-10-22 Chong Yidong <cyd@gnu.org>
968
969 * windows.texi (Displaying Buffers): Fix broken lispref link.
970
a70e06c1
CY
9712011-10-22 Chong Yidong <cyd@gnu.org>
972
973 * mini.texi (Minibuffer Exit): Rename from Strict Completion.
974 Move confirm-nonexistent-file-or-buffer discussion here.
975
976 * files.texi (File Names, Visiting): Move detailed discussion of
977 minibuffer confirmation to Minibuffer Exit.
978
979 * buffers.texi (Buffers): Tweak mention of mail buffer name.
980 (Select Buffer): Move confirmation discussion to Minibuffer Exit.
981
bfd779dd
CY
9822011-10-21 Chong Yidong <cyd@gnu.org>
983
984 * files.texi (File Names, Visiting, Interlocking): Copyedits.
985 (Backup Copying): backup-by-copying-when-mismatch is now t.
986 (Customize Save): Fix description of require-final-newline.
987 (Reverting): Note that revert-buffer can't be undone. Mention VC.
988 (Auto Save Control): Clarify.
989 (File Archives): Add 7z.
990 (Remote Files): ange-ftp-make-backup-files defaults to nil.
991
992 * arevert-xtra.texi (Autorevert): Copyedits.
993
6e317956
CY
9942011-10-20 Chong Yidong <cyd@gnu.org>
995
996 * custom.texi (Hooks, Init Examples):
997 * display.texi (Font Lock):
998 * fixit.texi (Spelling):
999 * rmail.texi (Rmail Display): Minor mode function with no arg now
1000 enables it.
1001
1002 * fixit.texi (Spelling): Fix description of inline completion.
1003
5abc31ef
CY
10042011-10-19 Chong Yidong <cyd@gnu.org>
1005
1006 * search.texi (Repeat Isearch, Error in Isearch): Add kindex
1007 entries.
1008 (Isearch Yank): Document isearch-yank-pop.
1009 (Isearch Scroll): Refer to C-l instead of unbound `recenter'.
1010 (Other Repeating Search): Document Occur Edit mode.
1011
939db9ac
CY
10122011-10-18 Chong Yidong <cyd@gnu.org>
1013
1014 * display.texi (Fringes): Move overflow-newline-into-fringe here,
1015 from Line Truncation node.
1016 (Standard Faces): Note that only the background of the cursor face
1017 has an effect.
1018 (Cursor Display): Fix descriptions of cursor face
1019 and bar cursor blinking.
1020 (Text Display): Document nobreak-char-display more clearly.
1021 (Line Truncation): Add xref to Split Window node.
1022 (Display Custom): Don't bother documenting baud-rate or
1023 no-redraw-on-reenter.
1024
1025 * search.texi (Slow Isearch): Node removed.
1026
80c6d77f
GM
10272011-10-18 Glenn Morris <rgm@gnu.org>
1028
1029 * maintaining.texi (Registering): Remove vc-initial-comment. (Bug#9745)
1030
d366bd53
CY
10312011-10-18 Chong Yidong <cyd@gnu.org>
1032
1033 * display.texi (Faces): Simplify discussion. Move documentation
1034 of list-faces-display here, from Standard Faces node. Note
1035 special role of `default' background.
1036 (Standard Faces): Note special role of `default' background. Note
1037 that region face may be taken fom GTK. Add xref to Text Display.
1038 (Text Scale): Rename from "Temporary Face Changes". Callers
1039 changed. Don't bother documenting variable-pitch-mode.
1040 (Font Lock): Copyedits. Remove font-lock-maximum-size.
1041 (Useless Whitespace): Simplify description of
1042 delete-trailing-whitespace. Note active region case.
1043 (Text Display): Fix description of escape-glyph face assignment.
1044 Remove unibye mode discussion. Update some parts for Unicode.
1045 Move glyphless chars documentation to Lisp manual.
1046
1047 * frames.texi (Tooltips): Document x-gtk-use-system-tooltips.
1048
21100e7d
CY
10492011-10-15 Chong Yidong <cyd@stupidchicken.com>
1050
1051 * display.texi (Scrolling): Tweak explanation of scroll direction.
1052 (View Mode): Add index entries.
1053
1054 * killing.texi (Deletion): Document negative prefix arg to M-SPC.
1055
1056 * regs.texi (Text Registers): C-x r i does not activate the mark.
1057 (Bookmarks): Document new default bookmark location.
1058
50b063c3
CY
10592011-10-13 Chong Yidong <cyd@stupidchicken.com>
1060
1061 * killing.texi (Deletion): Add xref to Using Region. Document
1062 delete-forward-char.
1063 (Yanking): Move yank-excluded-properties to Lisp manual. Move C-y
1064 description here. Recommend C-u C-SPC for jumping to mark.
1065 (Kill Ring): Move kill ring variable documentation here.
1066 (Primary Selection): Copyedits.
1067 (Rectangles): Document new command rectangle-number-lines.
1068 (CUA Bindings): Note that this disables the mark-even-if-inactive
1069 behavior for C-x and C-c.
1070
1071 * mark.texi (Mark): Mention "active region" terminology.
1072 (Using Region): Document delete-active-region.
1073
e1a3f5b1
CY
10742011-10-12 Chong Yidong <cyd@stupidchicken.com>
1075
1076 * mark.texi (Mark): Clarify description of disabled Transient Mark
1077 mode (Bug#9689).
1078 (Setting Mark): Document prefix arg for C-x C-x. Document primary
1079 selection changes. Mention that commands like C-y set the mark.
1080 (Marking Objects): Add xref to Words node. Note that mark-word
1081 and mark-sexp also have the "extend region" behavior.
1082 (Using Region): Mention M-$ in the table. Document
1083 mark-even-if-inactive here instead of in Mark Ring.
1084 (Mark Ring): Move mark-even-if-inactive to Using Region. Take
1085 note of the "Mark Set" behavior.
1086 (Disabled Transient Mark): Rename from "Persistent Mark"
1087 (Bug#9688). Callers changed.
1088
1089 * programs.texi (Expressions):
1090 * text.texi (Words): Defer to Marking Objects for mark-word doc.
1091
3dc62b2b
CY
10922011-10-09 Chong Yidong <cyd@stupidchicken.com>
1093
1094 * help.texi (Help, Help Summary): Eliminate the unnecessary "help
1095 option" terminology.
1096 (Key Help): Add command names. Define "documentation string".
1097 (Name Help): Remove an over-long joke.
1098 (Apropos): Document prefix args. Remove duplicated descriptions.
1099 (Help Mode): Add C-c C-b to table. Update TAB binding.
1100 (Package Keywords): Rename from "Library by Keyword". Describe
1101 new package menu interface.
1102 (Help Files, Help Echo): Tweak description.
de09aa52
CY
1103
1104 * mini.texi (Completion Options): Add completion-cycle-threshold.
3dc62b2b 1105 (Minibuffer History): Document numeric args to history commands.
de09aa52 1106
2d3fe5d7
EZ
11072011-10-08 Eli Zaretskii <eliz@gnu.org>
1108
1109 * mule.texi (Bidirectional Editing): Correct some inaccuracies.
1110
b2b0776e
CY
11112011-10-08 Chong Yidong <cyd@stupidchicken.com>
1112
1113 * basic.texi (Position Info): Omit page commands. Document
1114 count-words-region and count-words.
1115
1116 * text.texi (Pages): Move what-page documentation here.
1117
27a16462
CY
11182011-10-08 Chong Yidong <cyd@stupidchicken.com>
1119
1120 * mini.texi (Minibuffer File): Minor copyedits. Use xref to
1121 Remote Files node instead of linking directly to the Tramp manual.
1122 (Minibuffer Edit): Add xref to Blank Lines.
1123 (Completion): Add xref to Symbol Completion. Remove redundant
1124 example, which is repeated in the next node.
1125 (Completion Commands): Minor clarifications.
1126 (Completion Styles): New node, split from Completion Commands.
1127 Document substring and initials styles.
1128 (Strict Completion): Remove information duplicated in other nodes.
1129 (Completion Options): Consolidate case difference discussion here.
1130
1131 * help.texi (Help Mode): Fix kindex entries.
1132
1133 * files.texi (File Names): Add index entries.
1134
de0bde62
CY
11352011-10-07 Chong Yidong <cyd@stupidchicken.com>
1136
1137 * basic.texi (Inserting Text): Add xref to Completion. Add
1138 ucs-insert example, and document prefix argument.
1139 (Moving Point): Fix introduction; C-f/C-b are no longer equivalent
1140 to left/right. Tweak left-char and right-char descriptions.
1141 M-left and M-right are now bound to left-word/right-word.
1142 (Erasing): Document delete-forward-char.
1143
1144 * screen.texi (Screen, Menu Bar): Copyedits.
1145 (Point): Remove duplicate paragraph on cursors, also in Screen.
1146 (Mode Line): Trailing dashes no longer shown on X displays.
1147
1148 * frames.texi (Non-Window Terminals): Index just "text-only
1149 terminal", which is used throughout the manual now.
1150
1151 * entering.texi (Entering Emacs): Define "startup screen".
1152 Document window-splitting behavior with command-line inputs.
1153 (Exiting): Remove obsolete paragraph about shells without suspend
1154 functionality.
1155
1156 * commands.texi (User Input): Define "input event" more clearly.
1157 (Keys): Add xref to Echo Area.
1158 (Commands): Clarify relation between commands and functions.
1159
453e4522
CY
11602011-10-06 Chong Yidong <cyd@stupidchicken.com>
1161
1162 * misc.texi (emacsclient Options): Document how emacsclient runs
1163 the Emacs daemon (Bug#9674).
1164
550f41cd
CY
11652011-10-01 Chong Yidong <cyd@stupidchicken.com>
1166
1167 * basic.texi (Moving Point):
1168 * custom.texi (Mouse Buttons):
1169 * rmail.texi (Rmail Scrolling):
1170 * search.texi (Isearch Scroll):
1171
1172 * display.texi (Scrolling): Replace scroll-up/down with
1173 scroll-up/down-command. Fix scroll-preserve-screen-position
1174 description. Document scroll-error-top-bottom.
1175
9229fe87
GM
11762011-09-30 Glenn Morris <rgm@gnu.org>
1177
1178 * commands.texi (Keys): Whitespace fix. (Bug#9635)
1179
0a2132ba
CY
11802011-09-24 Chong Yidong <cyd@stupidchicken.com>
1181
1182 * windows.texi (Pop Up Window): Defer discussion of window
1183 splitting to the Window Choice node. Add index entries.
1184 (Force Same Window): Node deleted.
1185 (Displaying Buffers, Window Choice): New nodes.
1186
1187 * buffers.texi (Select Buffer): Clarify description of
1188 buffer-switching commands. Add xref to Window Display node.
1189 Don't repeat confirm-nonexistent-file-or-buffer description from
1190 Visiting node. Remove even-window-heights.
1191
1192 * frames.texi (Special Buffer Frames): Add xref to Window Choice.
1193
33ed493b
CY
11942011-09-18 Chong Yidong <cyd@stupidchicken.com>
1195
1196 * cmdargs.texi (Icons X): Fix description of Emacs icon.
1197
1198 * xresources.texi (Table of Resources): Fix documentation of
1199 bitmapIcon.
1200
92fa95ad
CY
12012011-09-15 Chong Yidong <cyd@stupidchicken.com>
1202
1203 * package.texi (Package Menu): Add package-menu-mark-upgrades.
1204
16254627
EH
12052011-09-12 Eric Hanchrow <eric.hanchrow@gmail.com>
1206
1207 * frames.texi (Frame Commands): Note that delete-other-frames only
1208 deletes frames on current terminal.
1209
c3760c17
EZ
12102011-09-10 Eli Zaretskii <eliz@gnu.org>
1211
1212 * sending.texi (Mail Misc): Document mail-add-attachment.
1213
69b8be97
EZ
12142011-09-04 Eli Zaretskii <eliz@gnu.org>
1215
1216 * basic.texi (Inserting Text): Add index entries. (Bug#9433)
1217
3fd50d5c
CY
12182011-08-29 Chong Yidong <cyd@stupidchicken.com>
1219
1220 * modes.texi (Choosing Modes): auto-mode-case-fold is now t.
1221
e2aeef63
CY
12222011-08-28 Chong Yidong <cyd@stupidchicken.com>
1223
1224 * files.texi (File Archives):
1225 * cal-xtra.texi (Diary Display):
1226 * help.texi (Help Mode): Add xref to View Mode.
1227
ddb54206
CY
12282011-08-28 Chong Yidong <cyd@stupidchicken.com>
1229
a6326082
CY
1230 * display.texi (View Mode): New node. Move view-file here from
1231 Misc File Ops. Move view-buffer here from Misc Buffer.
1232
1233 * buffers.texi (Misc Buffer): Move view-buffer to View Mode.
1234
04e2ce72 1235 * files.texi (Misc File Ops): Document new
a6326082 1236 delete-by-moving-to-trash behavior. Remove view-file.
04e2ce72
CY
1237
1238 * dired.texi (Dired Deletion): Shorten description of Trash.
1239
ddb54206
CY
1240 * misc.texi (emacsclient Options): Document server-port.
1241
bd206ce5
EZ
12422011-08-27 Eli Zaretskii <eliz@gnu.org>
1243
1244 * frames.texi (Frame Commands): Advise setting focus-follows-mouse
1245 even on MS-Windows. Fix a typo.
1246
d43f5a42
CY
12472011-08-26 Chong Yidong <cyd@stupidchicken.com>
1248
1249 * package.texi: New file, documenting the package manager.
1250
1251 * emacs.texi: Include it.
1252
1253 * help.texi (Help Summary): Add describe-package.
1254
e0b1591b
CY
12552011-08-25 Chong Yidong <cyd@stupidchicken.com>
1256
856ce114
CY
1257 * misc.texi (Printing): Convert subnodes into subsections.
1258
f404f8bc
CY
1259 * text.texi (Two-Column): Move into Text chapter.
1260
1261 * picture-xtra.texi (Picture Mode): Group with Editing Binary
1262 Files section. Convert from chapter into section.
1263
1264 * display.texi (Narrowing): Move into display chapter.
1265
e0b1591b
CY
1266 * sending.texi (Sending Mail):
1267 * rmail.texi (Rmail):
1268 * misc.texi (Gnus, Document View):
1269 * dired.texi (Dired):
1270 * emacs.texi: Group the mail, rmail, and gnus chapters together.
1271
75bfc667
JL
12722011-08-07 Juri Linkov <juri@jurta.org>
1273
1274 * dired.texi (Operating on Files): Rewrite according to the fact
1275 that `dired-do-chmod' doesn't use the `chmod' program anymore.
1276
fe676f91
MA
12772011-07-30 Michael Albinus <michael.albinus@gmx.de>
1278
1279 * mini.texi (Minibuffer File): Insert a reference to Tramp for
1280 remote file name completion. (Bug#9197)
1281
4cc60b9b
EZ
12822011-07-28 Eli Zaretskii <eliz@gnu.org>
1283
1284 * mule.texi (Bidirectional Editing): Document the fact that
1285 bidi-display-reordering is t by default.
1286
89671e16
LMI
12872011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
1288
1289 * help.texi (Misc Help): Mention `describe-prefix-bindings'
1290 explicitly (bug#8904).
1291
fb23ecc2
LMI
12922011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
1293
1294 * trouble.texi (Checklist): Use an `M-x' example instead of an
1295 Emacs Lisp form to switch on the dribble file (bug#8056).
1296
465c5fc8
LMI
12972011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
1298
1299 * custom.texi (Hooks): Mention buffer-local hooks (bug#6218).
1300
90a6258b
GM
13012011-07-13 Glenn Morris <rgm@gnu.org>
1302
1303 * dired.texi (Dired Enter): Mention --dired. (Bug#9039)
1304
c7588364
LMI
13052011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
1306
1307 * mark.texi (Mark Ring): Clarify how many locations are saved
1308 (bug#5770).
1309 (Global Mark Ring): Ditto.
1310
4cb4f3ba
LMI
13112011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
1312
d648feab
LMI
1313 * text.texi (Table Recognition): Use "at point" instead of "under
1314 point" (bug#4345).
1315
4cb4f3ba
LMI
1316 * display.texi (Cursor Display): Mention `cursor-type'.
1317
1318 * screen.texi (Point): Clarify that it's only if you use a block
1319 cursor that it appears to be on a character (bug#4345).
1320
ecd0b990
CY
13212011-07-12 Chong Yidong <cyd@stupidchicken.com>
1322
1323 * misc.texi (Amusements): Move dissociated press here, from its
1324 own section.
1325
1326 * emacs.texi (Top): Update node listing.
1327
c2fd0368
LMI
13282011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
1329
1330 * emacs.texi (Top): Change "inferiors" to "subnodes" for greater
1331 clarity (bug#3523).
1332
fdeb32ec
CY
13332011-07-12 Chong Yidong <cyd@stupidchicken.com>
1334
1335 * cmdargs.texi (Initial Options): Document --no-site-lisp.
1336 (Misc X): Document --parent-id.
1337
1338 * frames.texi (Frame Commands): Note that focus-follows-mouse now
1339 defaults to nil.
1340
1341 * misc.texi (emacsclient Options): Document --parent-id.
1342
1343 * msdog.texi (Windows HOME): Document _emacs as obsolete.
1344
f584ca38
LMI
13452011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
1346
1347 * emacs.texi: Use "..." instead of ``...'' in the menus
1348 (bug#3503).
1349
963578d3
CY
13502011-07-11 Chong Yidong <cyd@stupidchicken.com>
1351
1352 * killing.texi (Primary Selection): Document `only' setting for
1353 select-active-regions.
1354
1355 * mark.texi (Setting Mark): Reference Shift Selection node.
1356
1357 * frames.texi (Mouse Commands): Document mouse-yank-primary.
1358
a30ed87b
LMI
13592011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
1360
47076272
LMI
1361 * mark.texi (Setting Mark): Clarify what's meant by "Shifted
1362 motion keys" (bug#3503).
1363
a30ed87b
LMI
1364 * emacs.texi: Change all the register node names from "RegPos"
1365 (etc.) to "Positional Registers" (etc.) (bug#3314).
1366
4d45a8b7
CY
13672011-07-11 Chong Yidong <cyd@stupidchicken.com>
1368
1369 * killing.texi (Killing, Deletion and Killing, Killing by Lines)
1370 (Other Kill Commands, Kill Options): Copyedits.
1371 (Deletion and Killing, Kill Ring): Kill/yank now use clipboard.
1372 (Yanking): Move yank-excluded properties discussion here.
1373 (Cut and Paste): Move from frames.texi. Update subnodes to
1374 describe x-select-enable-clipboard case.
1375
1376 * frames.texi: Move Cut and Paste node and subnodes into
1377 killing.texi, except Mouse Commands and Word and Line Mouse.
1378
c160ddee
AM
13792011-07-10 Andy Moreton <andrewjmoreton@gmail.com> (tiny change)
1380
1381 * makefile.w32-in (EMACSSOURCES): Replace major.texi with modes.texi.
1382
3329e6e3
LMI
13832011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
1384
32a214fe
LMI
1385 * screen.texi (Mode Line): Clarify that coding systems are
1386 characters, not letters (bug#1749).
1387
3329e6e3
LMI
1388 * cmdargs.texi (Environment): Mention removing variables
1389 (bug#1615). Text suggested by Kevin Rodgers.
1390
8875da1e
CY
13912011-07-10 Chong Yidong <cyd@stupidchicken.com>
1392
54806e45
CY
1393 * misc.texi (Amusements): Don't mention Yow; it's crippled.
1394
8875da1e
CY
1395 * modes.texi: Rename from major.texi.
1396 (Modes): New node. Make Major Modes and Minor Modes subsections
1397 of this. All callers changed.
1398
1399 * custom.texi (Minor Modes): Move to modes.texi.
1400
7847b2a1
CY
14012011-07-10 Chong Yidong <cyd@stupidchicken.com>
1402
6cfd0fa2
CY
1403 * custom.texi (Syntax): Node deleted.
1404
1405 * help.texi (Help Summary):
1406 * major.texi (Major Modes):
1407 * programs.texi (Parentheses):
1408 * search.texi (Regexp Backslash, Regexp Backslash)
1409 (Regexp Backslash):
1410 * text.texi (Words): Callers changed.
1411
7847b2a1
CY
1412 * text.texi (Refill, Longlines): Delete nodes.
1413
1414 * ack.texi (Acknowledgments): Longlines removed from manual.
1415
1416 * emacs.texi (Top): Update node listing.
1417
2a71c436
GM
14182011-07-09 Glenn Morris <rgm@gnu.org>
1419
1420 * fortran-xtra.texi (Fortran): Update handled extensions.
1421
61436e9f
LMI
14222011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
1423
1424 * display.texi (Scrolling): `C-v' (etc) are now bound to
1425 `scroll-*-command' (bug#8349).
1426
6e560c71
LMI
14272011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
1428
48954a09 1429 * dired.texi (Subdirectories in Dired): Clarify that `C-u k'
ff9ad330
LMI
1430 doesn't actually delete any files (bug#7125).
1431
2904fd97
LMI
1432 * picture-xtra.texi (Rectangles in Picture): Clarify the prefix
1433 argument for `C-c C-k' (bug#7391).
1434
6e560c71
LMI
1435 * frames.texi (Fonts): Mention "C-u C-x =" to find out what font
1436 you're currently using (bug#8489).
1437
978ff6c5
EZ
14382011-07-01 Eli Zaretskii <eliz@gnu.org>
1439
1440 * mule.texi (Coding Systems): Move index entries from the previous
1441 change into their proper places.
1442
0d742084
LMI
14432011-07-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
1444
31976bd5
LMI
1445 * help.texi (Help Files): Document view-external-packages (bug#8902).
1446
0d742084
LMI
1447 * mule.texi (Coding Systems): Put a few more of the coding systems
1448 into the index (bug#8900).
1449
9f678528
GM
14502011-06-26 Glenn Morris <rgm@gnu.org>
1451
1452 * fortran-xtra.texi (Fortran): F90 mode is also for F2008.
1453
18a4ce5e
AR
14542011-06-25 Andreas Rottmann <a.rottmann@gmx.at>
1455
1456 * misc.texi (emacsclient Options): Mention --frame-parameters.
1457
f0da764a
GM
14582011-06-09 Glenn Morris <rgm@gnu.org>
1459
1460 * custom.texi (Specifying File Variables):
1461 Recommend explicit arguments for minor modes.
1462
b047e7ac
PE
14632011-06-02 Paul Eggert <eggert@cs.ucla.edu>
1464
1465 Document wide integers better.
1466 * buffers.texi (Buffers):
001903b5
PE
1467 * files.texi (Visiting): Document maxima for 64-bit machines,
1468 and mention virtual memory limits.
b047e7ac 1469
bf41276f
CY
14702011-05-28 Chong Yidong <cyd@stupidchicken.com>
1471
1472 * custom.texi (Hooks): Reorganize. Mention Prog mode.
1473
1474 * fixit.texi (Spelling): Mention using prog-mode-hook for flypsell
1475 prog mode (Bug#8240).
1476
e145f188
GM
14772011-05-27 Glenn Morris <rgm@gnu.org>
1478
1479 * custom.texi (Specifying File Variables):
1480 Major modes no longer need come first.
1481
313f790e
CY
14822011-05-22 Chong Yidong <cyd@stupidchicken.com>
1483
1484 * mule.texi (Specify Coding, Text Coding, Communication Coding):
1485 (File Name Coding, Terminal Coding): Add command names (Bug#8312).
1486
c136e5cd
GM
14872011-05-18 Glenn Morris <rgm@gnu.org>
1488
1489 * ack.texi (Acknowledgments): Remove fakemail.c.
1490
c71a0d48 14912011-05-17 Chong Yidong <cyd@stupidchicken.com>
ae742cb5
CY
1492
1493 Fixes for fitting text into 7x9 printed manual.
1494 * building.texi (Flymake, Breakpoints Buffer):
1495 * calendar.texi (Appointments):
1496 * cmdargs.texi (General Variables, Display X):
1497 * custom.texi (Saving Customizations, Face Customization)
1498 (Directory Variables, Minibuffer Maps, Init Rebinding):
1499 * display.texi (Font Lock, Font Lock, Useless Whitespace):
1500 * fixit.texi (Spelling):
1501 * frames.texi (Creating Frames, Fonts):
1502 * help.texi (Help Files):
1503 * mini.texi (Minibuffer File):
1504 * misc.texi (emacsclient Options, Emulation):
1505 * msdog.texi (Windows Startup, Windows HOME, Windows Fonts):
1506 * mule.texi (International Chars, Language Environments)
1507 (Select Input Method, Modifying Fontsets, Charsets):
1508 * programs.texi (Custom C Indent):
1509 * rmail.texi (Rmail Labels):
1510 * text.texi (Table Conversion):
1511 * trouble.texi (Known Problems, Known Problems):
1512 * windows.texi (Change Window):
1513 * xresources.texi (GTK resources): Reflow text and re-indent code
1514 examples to avoid TeX overflows and underflows on 7x9 paper.
1515
1516 * emacs.texi: Fix the (commented out) smallbook command.
1517
1518 * macos.texi (Mac / GNUstep Events):
1519 * xresources.texi (Lucid Resources): Remove extraneous examples.
1520
b8f82dc1
GM
15212011-05-10 Glenn Morris <rgm@gnu.org>
1522
1523 * custom.texi (Specifying File Variables):
1524 Deprecate using mode: for minor modes.
1525
d306b4da
GM
15262011-05-07 Glenn Morris <rgm@gnu.org>
1527
1528 * cal-xtra.texi (Sexp Diary Entries): Mention diary-hebrew-birthday.
1529
548d0a63
GM
15302011-05-06 Glenn Morris <rgm@gnu.org>
1531
5006e634
GM
1532 * calendar.texi (Appointments): Mention appt-warning-time-regexp.
1533
548d0a63
GM
1534 * cal-xtra.texi (Fancy Diary Display): Mention diary comments.
1535
e793a940
LMI
15362011-05-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
1537
1538 * misc.texi (Emacs Server): Document `server-eval-at'.
1539
7031be6d
UR
15402011-04-24 Chong Yidong <cyd@stupidchicken.com>
1541
1542 * maintaining.texi (List Tags): Document next-file. Suggested by
1543 Uday S Reddy.
1544
4ffd0d6b 15452011-04-23 Juanma Barranquero <lekktu@gmail.com>
7ee6a1d3
JB
1546
1547 * mini.texi (Minibuffer Edit):
1548 * screen.texi (Mode Line): Fix typo.
1549
1c6c854e
CS
15502011-04-20 Christoph Scholtes <cschol2112@googlemail.com>
1551
024ff170 1552 * maintaining.texi (Old Revisions): Mention new function vc-ediff.
1c6c854e 1553
c5c9f40f
CY
15542011-03-26 Chong Yidong <cyd@stupidchicken.com>
1555
1556 * display.texi (Auto Scrolling): Fix scroll-up/scroll-down confusion.
1557
09725d26
EZ
15582011-03-30 Eli Zaretskii <eliz@gnu.org>
1559
1560 * display.texi (Auto Scrolling): Document the limit of 100 lines
1561 for never-recentering scrolling with `scroll-conservatively'.
1562 (Bug#6671)
1563
09d9db2c 15642011-03-12 Eli Zaretskii <eliz@gnu.org>
69cc79e9
EZ
1565
1566 * msdog.texi (Windows HOME): Fix the wording to clarify how Emacs sets
1567 HOME on Windows and where it looks for init files. (Bug#8221)
1568
62d94509
EZ
15692011-03-10 Eli Zaretskii <eliz@gnu.org>
1570
1571 * search.texi (Regexp Example):
1572 * mule.texi (International Chars):
1573 * building.texi (External Lisp): Don't use characters outside
1574 ISO-8859-1.
1575
0286d9de
EZ
15762011-03-09 Eli Zaretskii <eliz@gnu.org>
1577
1c6c854e
CS
1578 * ack.texi (Acknowledgments): Convert to ISO-8859-1 encoding.
1579 Use Texinfo @-commands for non Latin-1 characters.
63a329f8
EZ
1580
1581 * makefile.w32-in (MAKEINFO_OPTS): Add --enable-encoding.
1582
114902a5 1583 * custom.texi (Init File): Add index entries for ".emacs".
0286d9de
EZ
1584 (Bug#8210)
1585
0afb4571
J
15862011-03-08 Jan Djärv <jan.h.d@swipnet.se>
1587
1588 * xresources.texi (GTK resources): ~/.emacs.d/gtkrc does not work
1589 for Gtk+ 3.
1590
bb3865e8
GM
15912011-03-08 Glenn Morris <rgm@gnu.org>
1592
6446548e
GM
1593 * Makefile.in (MAKEINFO_OPTS): Add --enable-encoding.
1594 * emacs.texi (Acknowledgments):
1595 * ack.texi (Acknowledgments): Names to UTF-8.
80b005c7 1596 * emacs.texi: Set documentencoding.
6446548e 1597
bb3865e8
GM
1598 * display.texi (Optional Mode Line): Don't mention exactly where
1599 display-time appears. (Bug#8193)
1600
33383987
JB
16012011-03-07 Chong Yidong <cyd@stupidchicken.com>
1602
1603 * Version 23.3 released.
1604
892777ba
CY
16052011-03-06 Chong Yidong <cyd@stupidchicken.com>
1606
1607 * search.texi (Isearch Yank): C-y now bound to isearch-yank-kill.
1608
0b973fc5
DW
16092011-03-03 Drake Wilson <drake@begriffli.ch> (tiny change)
1610
1611 * misc.texi (emacsclient Options): Add q/quiet.
1612
8ef5a2f2
GM
16132011-03-02 Glenn Morris <rgm@gnu.org>
1614
1615 * mule.texi (Communication Coding) <x-select-request-type>:
1616 Remove duplicate (essentially) paragraph. (Bug#8148)
1617
bd106056
CS
16182011-03-01 Christoph Scholtes <cschol2112@googlemail.com>
1619
1620 * maintaining.texi (Format of ChangeLog): Add reference to
1621 add-log-full-name.
1622 (Change Log Commands): Add documentation for combining multiple
1623 symbols in one change.
1624
6640b281
GM
16252011-03-01 Glenn Morris <rgm@gnu.org>
1626
1627 * custom.texi (Directory Variables):
1628 Give an example of excluding subdirectories.
1629
2b0c7330 16302011-02-28 Eli Zaretskii <eliz@gnu.org>
116b6d38
EZ
1631
1632 * search.texi (Regexp Search): Move index entries about regexps to the
1633 "Regexps" node. Add index entries for regexp search. (Bug#8096)
1634
8c62c205
GM
16352011-02-19 Glenn Morris <rgm@gnu.org>
1636
1637 * dired.texi (Dired): Dired-X version number was dropped.
1638
3928f2b6
JD
16392011-02-14 Jan Djärv <jan.h.d@swipnet.se>
1640
1641 * xresources.texi (X Resources): Remove *faceName and replace it with
1642 *font for Lucid.
1643
a41c8660
CY
16442011-02-05 Chong Yidong <cyd@stupidchicken.com>
1645
1646 * rmail.texi (Rmail Display): Document Rmail MIME support more
1647 accurately.
1648
1649 * maintaining.texi (VC Change Log): Document vc-log-incoming and
1650 vc-log-outgoing.
1651 (Merging): Document vc-find-conflicted-file.
1652
233ba4d9 16532011-02-05 Glenn Morris <rgm@gnu.org>
d436de97
GM
1654
1655 * custom.texi (Variables): Fix typo.
1656
14beddf4 16572011-01-31 Chong Yidong <cyd@stupidchicken.com>
19f81ecf 1658
65401ee3
CY
1659 * search.texi (Regexps): Copyedits. Mention character classes
1660 (Bug#7809).
1661
19f81ecf
CY
1662 * files.texi (File Aliases): Restore explanatory text from Eli
1663 Zaretskii, accidentally removed in 2011-01-08 commit.
1664
bf3dae7e
EZ
16652011-01-29 Eli Zaretskii <eliz@gnu.org>
1666
1667 * makefile.w32-in (MAKEINFO): Remove options, leave only program name.
1668 (MAKEINFO_OPTS): New variable.
1669 (ENVADD, $(infodir)/emacs): Use $(MAKEINFO_OPTS).
1670 (emacs.html): New target.
1671 (clean): Remove emacs.html.
1672
45eb2a5d
WL
16732011-01-23 Werner Lemberg <wl@gnu.org>
1674
1675 * Makefile.in (MAKEINFO): Now controlled by `configure'.
1676 (MAKEINFO_OPTS): New variable. Use it where appropriate.
1677 (ENVADD): Updated.
1678
9acfe703
GM
16792011-01-18 Glenn Morris <rgm@gnu.org>
1680
1681 * ack.texi, emacs.texi (Acknowledgments): Update for ERT addition.
1682
1683 * ack.texi (Acknowledgments): Remove mention of replaced prolog.el.
1684
362b9d48
GM
16852011-01-15 Chong Yidong <cyd@stupidchicken.com>
1686
bb033b5f
CY
1687 * building.texi (Compilation): Improve instructions for running two
1688 compilations (Bug#7573).
1689
b024d9f0
MD
1690 * files.texi (Backup Names): Document the new location of the
1691 last-resort backup file.
1692
362b9d48
GM
1693 * files.texi (File Aliases): Move directory-abbrev-alist doc from Lisp
1694 manual. Explain why directory-abbrev-alist elements should be anchored
1695 (Bug#7777).
1696
16972011-01-15 Eli Zaretskii <eliz@gnu.org>
1698
1699 * msdog.texi (Windows Startup): Correct inaccurate description of
1700 differences between emacsclient.exe and emacsclientw.exe.
1701
7c420169 17022011-01-02 Chong Yidong <cyd@stupidchicken.com>
89dc29d9
CY
1703
1704 * rmail.texi (Rmail Display): Edit for grammar and conciseness.
1705
7c420169 17062011-01-02 Kenichi Handa <handa@m17n.org>
7f42ff40
KH
1707
1708 * rmail.texi (Rmail Display): Describe new features of Rmail in Info.
1709
7c420169 17102011-01-02 Eli Zaretskii <eliz@gnu.org>
88ab4340 1711
2d34d523
EZ
1712 * frames.texi (Cut and Paste): Modify the section's name and text:
1713 don't mix "cut/paste" with "kill/yank".
1714 (Cut/Paste Other App): Describe the per-session emulation of PRIMARY.
1715 (Bug#7702)
1716
88ab4340
EZ
1717 * trouble.texi (Checklist): Mention debug-on-quit. (Bug#7667)
1718
7c420169 17192011-01-02 Glenn Morris <rgm@gnu.org>
d3658de7
GM
1720
1721 * maintaining.texi: Move inclusion of emerge after EDE, so that it
1722 matches its position in the menu. (Bug#7674)
1723
7c420169 17242011-01-02 Glenn Morris <rgm@gnu.org>
da3930f3
GM
1725
1726 * trouble.texi (Checklist): Mention not replying via news either.
1727
92bb6c52
TH
17282010-12-30 Tassilo Horn <tassilo@member.fsf.org>
1729
1730 * misc.texi (Document View): Update DocView section with newly
1731 supported document formats.
1732
b103c904
CY
17332010-12-21 Chong Yidong <cyd@stupidchicken.com>
1734
1735 * killing.texi: Resection the Info version to conform to the
1736 printed manual, to avoid making sections on Accumulating Text, CUA
1737 and Rectangles into full chapters.
1738
f49d1f52 17392010-12-13 Eli Zaretskii <eliz@gnu.org>
68f75971
EZ
1740
1741 * custom.texi (Init Syntax): Add index entries for "character syntax".
1742 (Bug#7576)
1743
f49d1f52 17442010-12-13 Karel Klíč <kklic@redhat.com>
6e427e96
KK
1745
1746 * text.texi (HTML Mode): Small fixes. (Bug#7607)
1747
f49d1f52 17482010-12-13 Glenn Morris <rgm@gnu.org>
ffda048b
GM
1749
1750 * trouble.texi (Checklist): Fix typo in newsgroup name.
1751
f49d1f52 17522010-12-13 Chong Yidong <cyd@stupidchicken.com>
2931c841
CY
1753
1754 * search.texi (Word Search): Note that the lazy highlight always
1755 matches to whole words (Bug#7470).
1756
f49d1f52 17572010-12-13 Eli Zaretskii <eliz@gnu.org>
b8a9e136 1758
4f1948eb
EZ
1759 * display.texi (Optional Mode Line): Make the description of
1760 load-average more accurate.
1761
b8a9e136
EZ
1762 * msdog.texi (Windows HOME): Mention that HOME can also be set in the
1763 registry, with a cross-reference.
62d72a4a
EZ
1764 (Windows Startup): New node. Move the stuff about the current
1765 directory from "Windows HOME".
b8a9e136 1766
07976ae3 17672010-11-27 Bob Rogers <rogers-emacs@rgrjr.dyndns.org>
17a6e278
BR
1768
1769 * maintaining.texi (VC With A Locking VCS, VC Directory Commands):
1770 * vc1-xtra.texi (Customizing VC, General VC Options): Small fixes.
1771
07976ae3 17722010-11-27 Chong Yidong <cyd@stupidchicken.com>
0d6607ab
CY
1773
1774 * maintaining.texi (Version Control Systems): Fix repeated sentence.
1775 Suggested by Štěpán Němec.
1776
07976ae3 17772010-11-27 Chong Yidong <cyd@stupidchicken.com>
ec8a6295 1778
1aaae3f3
CY
1779 * maintaining.texi (Version Control): Say "commit", not "check in".
1780 (Version Control Systems): Simplify descriptions.
1781 (VCS Merging, VCS Changesets, VCS Repositories): New nodes, split from
1782 VCS Concepts.
1783 (VC Mode Line): Update example.
1784 (Old Revisions): Document revert-buffer for vc-diff.
1785 (Log Buffer): Promote to a subsection. Document header lines.
1786
1c6c854e
CS
1787 * macos.texi (Mac / GNUstep Basics):
1788 Document ns-right-alternate-modifier.
ec8a6295 1789
1aaae3f3
CY
1790 * emacs.texi (Top): Update node listing.
1791
0eb025fb
EZ
17922010-11-13 Eli Zaretskii <eliz@gnu.org>
1793
1794 * rmail.texi (Rmail Coding): Characters with no fonts are not
1795 necessarily displayed as empty boxes.
1796
1797 * mule.texi (Language Environments, Fontsets): Characters with no
1798 fonts are not necessarily displayed as empty boxes.
1799
1800 * display.texi (Text Display): Document display of glyphless
1801 characters.
1802
ea4f7750
GM
18032010-11-13 Glenn Morris <rgm@gnu.org>
1804
1805 * basic.texi (Position Info): Add M-x count-words-region.
1806
90639cea
GM
18072010-11-11 Glenn Morris <rgm@gnu.org>
1808
1809 * msdog.texi (ls in Lisp): Update for ls-lisp changes.
1810
d607b96b 18112010-11-09 Eli Zaretskii <eliz@gnu.org>
a16b2d46
EZ
1812
1813 * msdog.texi (Windows HOME): Add information regarding startup
1814 directory when invoking Emacs from a desktop shortcut. (bug#7300)
1815
c12e4a81
GM
18162010-10-11 Glenn Morris <rgm@gnu.org>
1817
df187c62
GM
1818 * Makefile.in (MAKEINFO): Add explicit -I$srcdir.
1819
c12e4a81
GM
1820 * Makefile.in (.texi.dvi): Remove unnecessary suffix rule.
1821 (DVIPS): New variable.
234db610
GM
1822 (.PHONY): Add html, ps.
1823 (html, emacs.html, ps, emacs.ps, emacs-xtra.ps): New targets.
1824 (clean): Delete html, ps files.
c12e4a81 1825
6513b232
EZ
18262010-10-09 Eli Zaretskii <eliz@gnu.org>
1827
1828 * makefile.w32-in (EMACSSOURCES): Add emacsver.texi.
1829
f4f358f1
GM
18302010-10-09 Glenn Morris <rgm@gnu.org>
1831
c1dc72b3
GM
1832 * Makefile.in (VPATH): Remove.
1833 (infodir): Make it absolute.
1834 (mkinfodir, $(infodir)/emacs, infoclean): No need to cd $srcdir.
1835
4393405b
GM
1836 * Makefile.in (dist): Anchor regexps.
1837
eef3ab94
GM
1838 * Makefile.in (EMACSSOURCES): Put emacs.texi first.
1839 ($(infodir)/emacs, emacs.dvi, emacs.pdf, emacs-xtra.dvi)
1840 (emacs-xtra.pdf): Use $<.
1841
aa9db089
GM
1842 * Makefile.in (infoclean): Remove harmless, long-standing error.
1843
abd40fb4
GM
1844 * Makefile.in ($(infodir)): Delete rule.
1845 (mkinfodir): New.
1846 ($(infodir)/emacs): Use $mkinfodir instead of infodir.
1847
f4f358f1 1848 * Makefile.in (distclean): Do not delete emacsver.texi.
68db69ed 1849 (dist): Remove reference to emacsver.texi.in.
f4f358f1
GM
1850 * emacsver.texi: New file, replacing emacsver.texi.in.
1851
ea274122
GM
18522010-10-09 Glenn Morris <rgm@gnu.org>
1853
f7a31f11
GM
1854 * emacsver.texi.in: New file.
1855 * emacs.texi: Set EMACSVER by including emacsver.texi.
1856 * Makefile.in (distclean): Delete emacsver.texi.
1857 (dist): Copy emacsver.texi.
b13254e7 1858 (EMACSSOURCES): Add emacsver.texi.
f7a31f11 1859
3fb78d1f
GM
1860 * ack.texi (Acknowledgments): No more b2m.c.
1861
ea274122
GM
1862 * Makefile.in (.PHONY): Declare info, dvi, pdf, dist.
1863 (emacs): Remove rule.
1864 (dist): No need to deal with the emacs rule any more.
1865
17ca7950
GM
18662010-10-07 Glenn Morris <rgm@gnu.org>
1867
1868 * Makefile.in (version): New, set by configure.
1869 (clean): Delete dist tar file.
1870 (dist): Use version in tar name.
1871
4c83f6e1
GM
18722010-10-06 Glenn Morris <rgm@gnu.org>
1873
1874 * Makefile.in (EMACS_XTRA): Add the main source file.
1875 (emacs-xtra.dvi, emacs-xtra.pdf): Remove explicit emacs-xtra.texi.
1876 (mostlyclean): No core files, reorder other files.
1877 (clean): Delete specific dvi and pdf files.
1878 (infoclean, dist): New rules.
1879 (maintainer-clean): Use infoclean.
8a944cea 1880 ($(infodir)): Add parallel build workaround.
4c83f6e1 1881
0264072d
GM
18822010-10-04 Glenn Morris <rgm@gnu.org>
1883
1884 * Makefile.in (SHELL): Set it.
1885 (INFO_TARGETS, DVI_TARGETS): Remove variables.
1886 (info, dvi): Replace above variables with their expansions.
1887 (info): Move mkdir from here...
1888 ($(infodir)/emacs): ... to here (for parallel builds).
1889 (pdf): New target.
1890 ($(infodir)/emacs): Pass -o option to makeinfo.
1891 (.PHONY): Declare clean rules.
1892 (maintainer-clean): Delete dvi and pdf files.
1893 Guard against cd failures. Use a more restrictive delete.
1894
3226d6ca
GM
18952010-10-02 Glenn Morris <rgm@gnu.org>
1896
1897 * misc.texi (Shell Mode): Remove reference to old function name.
1898
cad90f3b
EZ
18992010-09-30 Eli Zaretskii <eliz@gnu.org>
1900
1901 * maintaining.texi (VC Mode Line): Mention all the possible VC status
1902 indicator characters.
1903
5f874327
GM
19042010-09-29 Glenn Morris <rgm@gnu.org>
1905
1906 * Makefile.in (top_srcdir): Remove unused variable.
1907
0ab9cff3
GM
19082010-09-14 Glenn Morris <rgm@gnu.org>
1909
67ae9766
GM
1910 * cal-xtra.texi (Fancy Diary Display): Emphasize that sort should be
1911 the last hook item.
1912
0ab9cff3
GM
1913 * calendar.texi (Appointments): Also updated when a diary include file
1914 is saved.
1915
6664fc59 19162010-09-14 Glenn Morris <rgm@gnu.org>
63e1eaa1
GM
1917
1918 * trouble.texi (Bugs): Update the section intro.
1919 (Known Problems): New section.
1920 (Checklist): Misc updates. Prefer M-x report-emacs-bug.
1921 (Sending Patches): Bug fixes are best as responses to existing bugs.
1922 * emacs.texi (Known Problems): Add menu entry for new section.
1923
be3283d7
GM
19242010-09-09 Glenn Morris <rgm@gnu.org>
1925
1926 * xresources.texi: Untabify.
1927
10999305 19282010-09-06 Chong Yidong <cyd@stupidchicken.com>
89532a07
CY
1929
1930 * dired.texi (Dired Enter): Minor doc fix (Bug#6982).
1931
10999305 19322010-09-06 Glenn Morris <rgm@gnu.org>
e4a0188a
GM
1933
1934 * misc.texi (Saving Emacs Sessions): Mention desktop-path. (Bug#6948)
1935
30641319
JD
19362010-09-02 Jan Djärv <jan.h.d@swipnet.se>
1937
1938 * frames.texi (Cut/Paste Other App): Remove vut-buffer text.
1939
50dd7bc6
GM
19402010-08-21 Glenn Morris <rgm@gnu.org>
1941
1942 * misc.texi (Amusements): Mention bubbles and animate.
1943
5e620eca
EZ
19442010-07-31 Eli Zaretskii <eliz@gnu.org>
1945
1946 * files.texi (Visiting): Add more index entries for
1947 large-file-warning-threshold.
1948
8b2dd508
JD
19492010-07-29 Jan Djärv <jan.h.d@swipnet.se>
1950
1951 * frames.texi (Tool Bars): Add doc for tool-bar-position.
1952
8838673e
GM
19532010-06-23 Glenn Morris <rgm@gnu.org>
1954
1955 * abbrevs.texi, basic.texi, buffers.texi, building.texi, calendar.texi:
1956 * custom.texi, dired.texi, display.texi, emacs.texi, emerge-xtra.texi:
1957 * files.texi, fortran-xtra.texi, frames.texi, help.texi, killing.texi:
1958 * maintaining.texi, mark.texi, mini.texi, misc.texi, msdog.texi:
0351f24c
GM
1959 * mule.texi, programs.texi, rmail.texi, screen.texi, search.texi:
1960 * sending.texi, text.texi, trouble.texi, vc1-xtra.texi, xresources.texi:
8838673e
GM
1961 Untabify Texinfo files.
1962
04d3bb6c
GM
19632010-06-10 Glenn Morris <rgm@gnu.org>
1964
103dd3a8
GM
1965 * basic.texi (Inserting Text): Minor clarification. (Bug#6374)
1966
04d3bb6c
GM
1967 * basic.texi (Inserting Text): Fix typo.
1968
50b79479
GM
19692010-06-10 Glenn Morris <rgm@gnu.org>
1970
1971 * ack.texi (Acknowledgments):
1972 * emacs.texi (Acknowledgments): Update for notifications.el.
1973
86d7a550
DU
19742010-05-31 Daiki Ueno <ueno@unixuser.org>
1975
1976 * dired.texi (Operating on Files): Mention encryption commands
1977 (Bug#6315).
1978
db5dce9d
EZ
19792010-05-29 Eli Zaretskii <eliz@gnu.org>
1980
1981 * basic.texi (Moving Point): Update due to renaming of commands bound
1982 to arrows. Document bidi-aware behavior of C-<right> and C-<left>.
1983
34313041
EZ
19842010-05-18 Eli Zaretskii <eliz@gnu.org>
1985
1986 * display.texi (Fringes): Document reversal of fringe arrows for R2L
1987 paragraphs.
1988 (Line Truncation): Fix wording for bidi display.
1989
1fc0ce04 1990 * basic.texi (Moving Point): Document bidi-aware behavior of the arrow
34313041
EZ
1991 keys.
1992
0235128c 19932010-05-08 Chong Yidong <cyd@stupidchicken.com>
abb777ac
CY
1994
1995 * building.texi (GDB Graphical Interface): Remove misleading comparison
1996 to an IDE (Bug#6128).
1997
0235128c 19982010-05-08 Štěpán Němec <stepnem@gmail.com> (tiny change)
da0bbbc4
CY
1999
2000 * programs.texi (Man Page):
2001 * misc.texi (Invoking emacsclient):
2002 * mini.texi (Repetition):
2003 * mark.texi (Setting Mark): Fix typos.
2004
0235128c 20052010-05-08 Chong Yidong <cyd@stupidchicken.com>
eb5ed549
CY
2006
2007 * misc.texi (Printing): Document htmlfontify-buffer.
2008
0235128c 20092010-05-08 Glenn Morris <rgm@gnu.org>
6776e4c4
GM
2010
2011 * calendar.texi (Displaying the Diary, Format of Diary File):
2012 Fix external cross-references for TeX format output.
2013
0235128c
SM
20142010-05-07 Chong Yidong <cyd@stupidchicken.com>
2015
2016 * Version 23.2 released.
2017
f63d0028
JD
20182010-05-02 Jan Djärv <jan.h.d@swipnet.se>
2019
2020 * cmdargs.texi (Initial Options): Mention --chdir.
2021
20fe03ad
JD
20222010-04-21 Jan Djärv <jan.h.d@swipnet.se>
2023
2024 * frames.texi (Tool Bars): Add tool-bar-style.
2025
b7d65a5f
GM
20262010-04-21 Glenn Morris <rgm@gnu.org>
2027
2028 * ack.texi, emacs.texi (Acknowledgments): Add SELinux support.
2029
a42dbee1
CY
20302010-04-18 Chong Yidong <cyd@stupidchicken.com>
2031
2032 * programs.texi (Semantic): New node.
2033
2034 * maintaining.texi (EDE): New node.
2035
2036 * emacs.texi: Update node listing.
2037
2038 * misc.texi (Gnus): Use the `C-h i' keybinding for info.
2039
6e104790 20402010-04-18 Glenn Morris <rgm@gnu.org>
a77fe20c 2041
d52dbd3d
GM
2042 * emacs.texi (Acknowledgments): Remove duplicate.
2043
a77fe20c
GM
2044 * maintaining.texi (VC Directory Commands): Mention stashes and shelves.
2045
6e104790 20462010-04-18 Glenn Morris <rgm@gnu.org>
4d4e9522 2047
4ebe9902
GM
2048 * dired.texi (Misc Dired Features): Mention VC diff and log.
2049 * maintaining.texi (Old Revisions, VC Change Log):
2050 Mention that diff and log work in Dired buffers.
2051
98932641
GM
2052 * help.texi (Help Summary): Mention M-x info-finder.
2053
d5b22ab2 2054 * ack.texi (Acknowledgments): Add mpc.el.
cdfbcbba 2055
4d4e9522
GM
2056 * custom.texi (Specifying File Variables, Directory Variables):
2057 Document new commands for manipulating local variable lists.
2058
6e104790 20592010-04-18 Glenn Morris <rgm@gnu.org>
16207c0a
GM
2060
2061 * trouble.texi (Contributing): Add cindex entry.
2062 Mention etc/CONTRIBUTE.
2063
6e104790 20642010-04-18 Chong Yidong <cyd@stupidchicken.com>
e59c4233
CY
2065
2066 * mark.texi (Persistent Mark): Copyedits. Replace undo example with
2067 query-replace (Bug#5774).
2068
a20a9df3
GM
20692010-04-16 Glenn Morris <rgm@gnu.org>
2070
2071 * ack.texi, emacs.texi (Acknowledgments): Update for Org changes.
2072
1ecb2d3f
JD
20732010-04-11 Jan Djärv <jan.h.d@swipnet.se>
2074
2075 * xresources.texi (Lucid Resources): Mention faceName for dialogs.
2076
99852628
JD
20772010-04-08 Jan Djärv <jan.h.d@swipnet.se>
2078
2079 * xresources.texi (Lucid Resources): Mention faceName to set Xft fonts.
2080
ce79424f
EZ
20812010-03-30 Eli Zaretskii <eliz@gnu.org>
2082
2083 * mule.texi (Input Methods): Mention "C-x 8 RET" and add a
2084 cross-reference to "Inserting Text".
2085
2086 * basic.texi (Inserting Text): Add an index entry for "C-x 8 RET".
2087 Mention completion provided by `ucs-insert'.
2088
85738751 20892010-03-30 Chong Yidong <cyd@stupidchicken.com>
8233e79a
CY
2090
2091 * sending.texi (Sending Mail): Note variables that may need
2092 customizing.
2093 (Mail Sending): Expand discussion of send-mail-function.
2094
85738751 20952010-03-30 Chong Yidong <cyd@stupidchicken.com>
e73c2434
CY
2096
2097 Document Message mode as the default mail mode.
2098
2099 * sending.texi (Sending Mail): Copyedits.
2100 (Mail Format, Mail Headers): Document mail-from-style changes.
2101 (Mail Commands): Rename from Mail mode. Document Message mode.
2102 (Mail Misc): Rename from Mail mode Misc.
2103 (Mail Sending, Header Editing, Mail Misc): Switch to Message mode
2104 command names and update keybindings.
2105 (Header Editing): Document message-tab. De-document
2106 mail-self-blind, mail-default-reply-to, and mail-archive-file-name in
2107 favor of mail-default-headers. Ad index entries for user-full-name and
2108 user-mail-address.
1c6c854e
CS
2109 (Citing Mail): Update changes in Message mode behavior.
2110 Document mail-yank-prefix.
e73c2434
CY
2111 (Mail Signature): New node, moved from Mail Misc.
2112 (Mail Aliases): Mail abbrevs are the default with Message mode.
2113 (Mail Methods): Note that Message mode is now the default.
2114
2115 * rmail.texi (Rmail Reply):
2116 * text.texi (Text Mode):
2117 * major.texi (Major Modes):
2118 * mule.texi (Output Coding): Refer to Message mode.
2119
2120 * custom.texi (Init Examples): Add xref to Mail Header.
2121
1fc0ce04 2122 * emacs.texi (Top): Fix xrefs.
e73c2434 2123
85738751 21242010-03-30 Chong Yidong <cyd@stupidchicken.com>
0f72a391 2125
c0c035fa
CY
2126 * maintaining.texi (VC With A Merging VCS): C-x v v now creates a
2127 repository if there is none.
2128 (VC Change Log): Rename from VC Status. Document vc-log-show-limit and
2129 vc-print-root-log.
ef7b27ef 2130 (Old Revisions): Copyedits. Document vc-root-diff.
c0c035fa 2131
71785b7a
CY
2132 * programs.texi (Program Modes): Mention Javascript mode.
2133
f67c5dd0
CY
2134 * text.texi (HTML Mode): Note that nXML is now the default XML mode.
2135 * emacs.texi: Update node description.
2136
0f72a391 2137 * misc.texi (Navigation): Document doc-view-continuous.
f2608df3 2138 (Shell Ring): Document new M-r binding. M-s is no longer bound.
0f72a391 2139
dc2d2590
JL
21402010-03-30 Juri Linkov <juri@jurta.org>
2141
2142 * search.texi (Other Repeating Search): Remove line that `occur'
2143 can not handle multiline matches.
2144
a7b02820
EZ
21452010-03-30 Eli Zaretskii <eliz@gnu.org>
2146
2147 * mule.texi (International): Mention support of bidirectional editing.
2148 (Bidirectional Editing): New section.
2149
22ef1944
NR
21502010-03-28 Nick Roberts <nickrob@snap.net.nz>
2151
2152 * emacs.texi (Top): Update node names to those in building.texi.
2153
146b8b16
NR
21542010-03-27 Nick Roberts <nickrob@snap.net.nz>
2155
c5e87d10
PE
2156 doc/emacs/building.texi: Describe restored GDB/MI functionality
2157 removed by 2009-12-29T07:15:34Z!nickrob@snap.net.nz.
146b8b16
NR
2158 doc/emacs/emacs.texi: Update node names for building.texi.
2159
6d98672d
GM
21602010-03-24 Glenn Morris <rgm@gnu.org>
2161
2162 * ack.texi (Acknowledgments):
2163 * emacs.texi (Acknowledgments): Fix ispell attribution. (Bug#5759)
2164
93318cbd
JD
21652010-03-20 Jan Djärv <jan.h.d@swipnet.se>
2166
2167 * xresources.texi (Table of Resources): Clarify toolBar number
2168 for Gtk+.
2169
2170 * frames.texi (Menu Bars): menuBarLines => menuBar (bug#5736).
2171
15cf2f52
CY
21722010-03-21 Chong Yidong <cyd@stupidchicken.com>
2173
4102856c
CY
2174 * dired.texi (Dired Updating): Document dired-auto-revert-buffer.
2175
15cf2f52
CY
2176 * search.texi (Other Repeating Search): Document multi-isearch-buffers
2177 and multi-isearch-buffers-regexp.
2178
2179 * indent.texi (Indentation): Clarify description of
2180 indent-for-tab-command. Document tab-always-indent.
2181
d68eb23c
CY
21822010-03-20 Chong Yidong <cyd@stupidchicken.com>
2183
2184 * cmdargs.texi (Font X): Move most content to Fonts.
2185
2186 * frames.texi (Fonts): New node. Document font-use-system-font.
2187
2188 * emacs.texi (Top):
2189 * xresources.texi (Table of Resources):
2190 * mule.texi (Defining Fontsets, Charsets): Update xrefs.
2191
288f9fc0
CY
21922010-03-10 Chong Yidong <cyd@stupidchicken.com>
2193
2194 * Branch for 23.2.
2195
17782bec
CY
21962010-03-06 Chong Yidong <cyd@stupidchicken.com>
2197
2198 * custom.texi (Init Examples): Add xref to Locals.
2199
2200 * major.texi (Choosing Modes): Mention usage of setq-default for
2201 setting the default value of major-mode (Bug#5688).
2202
b4a1a8b2
CY
22032010-03-02 Chong Yidong <cyd@stupidchicken.com>
2204
2205 * frames.texi (Mouse Avoidance): Mention make-pointer-invisible.
2206
2207 * display.texi (Display Custom): Document make-pointer-invisible and
2208 underline-minimum-offset. Remove inverse-video.
2209
a1e759cd
CY
22102010-02-21 Chong Yidong <cyd@stupidchicken.com>
2211
2212 * frames.texi (Frame Commands): Note that the last ordinary frame can
2213 be deleted in daemon mode (Bug#5616).
2214
4f3bc373
GM
22152010-02-18 Glenn Morris <rgm@gnu.org>
2216
2217 * trouble.texi (Contributing): Repository is no longer CVS.
2218
5dbbdd33
GM
22192010-02-08 Glenn Morris <rgm@gnu.org>
2220
2221 * buffers.texi (Uniquify): Must explicitly load library. (Bug#5529)
2222
cd61af01
SM
22232010-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
2224
2225 * display.texi (Useless Whitespace, Text Display):
2226 * custom.texi (Init Examples): Avoid obsolete special default variables
2227 like default-major-mode.
2228
b1bb0a25 22292010-01-24 Mark A. Hershberger <mah@everybody.org>
aaef4f91
MH
2230
2231 * programs.texi (Other C Commands): Replace reference to obsolete
2232 c-subword-mode.
2233
99d0985b
GM
22342010-01-21 Glenn Morris <rgm@gnu.org>
2235
2236 * trouble.texi (Bugs): Fix PROBLEMS keybinding.
2237
893db5bc
GM
22382010-01-12 Glenn Morris <rgm@gnu.org>
2239
2240 * trouble.texi (Checklist): Use bug-gnu-emacs rather than
2241 emacs-pretest-bug for bug reports for development versions.
2242
0419b8d6
GM
22432010-01-11 Glenn Morris <rgm@gnu.org>
2244
2245 * display.texi (Highlight Interactively): `t' does not mean highlight
2246 all patterns. (Bug#5335)
2247
26e533e2
CY
22482009-12-29 Chong Yidong <cyd@stupidchicken.com>
2249
2250 * misc.texi (Shell): Document async-shell-command.
2251
2252 * building.texi (Grep Searching): Document zrgrep.
2253
484eaeac 2254 * mini.texi (Completion Options): Mention `initials' completion style.
26e533e2 2255
7ee6c59b
NR
22562009-12-29 Nick Roberts <nickrob@snap.net.nz>
2257
2258 * building.texi: Import GDB Graphical Interface description from
2259 EMACS_23_1_RC.
2260
91ed7ea8
CY
22612009-12-24 Chong Yidong <cyd@stupidchicken.com>
2262
2263 * emacs.texi (Top): Update node listing.
2264
2265 * abbrevs.texi (Saving Abbrevs): Abbrev file should be in .emacs.d.
2266
2267 * basic.texi (Moving Point): M-r is now move-to-window-line-top-bottom.
2268
2269 * cmdargs.texi (Initial Options):
2270 * xresources.texi (Resources): Document inhibit-x-resources.
2271
2272 * custom.texi (Specifying File Variables): Note that minor modes are
2273 enabled unconditionally.
2274
2275 * display.texi (Scrolling): Briefly document the old recenter command,
2276 and document recenter-positions.
2277
2278 * files.texi (Visiting):
2279 * buffers.texi (Buffers): Max buffer size is now 512 MB.
2280
1c6c854e
CS
2281 * frames.texi (Cut/Paste Other App):
2282 Document save-interprogram-paste-before-kill.
91ed7ea8
CY
2283
2284 * killing.texi (Kill Options): New node.
2285
6ca89aaa
CY
22862009-12-05 Chong Yidong <cyd@stupidchicken.com>
2287
2288 * misc.texi (Shell Options): ansi-color is now default.
2289
806642d4
GM
22902009-12-05 Glenn Morris <rgm@gnu.org>
2291
806642d4
GM
2292 * emacs.texi (Top): Update menu for cal-xtra node changes.
2293 * calendar.texi (Displaying the Diary): Holidays may be in the buffer
2294 or mode line. Don't mention invisible text or the details of
2295 diary-print-entries here, only in cal-xtra.
2296 (Format of Diary File): Mention that the "date on first line" format
2297 only really affects the simple display.
2298 * cal-xtra.texi (Advanced Calendar/Diary Usage): Update menu.
2299 (Diary Customizing): Holidays may be in the buffer or mode line.
2300 Move diary-print-entries to the "Diary Display" section.
2301 (Diary Display): New section, split out from "Fancy Diary Display".
2302 Explain the limitations of simple display, and how to print it.
2303
1a4f0c0a
GM
2304 * calendar.texi (Displaying the Diary): Mention keys apply to calendar.
2305
e11adbd8
GM
2306 * cal-xtra.texi (Diary Display): Mention View mode.
2307
29a483ac
JL
23082009-11-29 Juri Linkov <juri@jurta.org>
2309
2310 * display.texi (Highlight Interactively): Actually a list of
2311 default faces is pre-loaded into a list of default values
2312 instead of the history.
2313
83d60c79
GM
23142009-11-20 Glenn Morris <rgm@gnu.org>
2315
2316 * ack.texi (Acknowledgments):
2317 * emacs.texi (Acknowledgments): Add htmlfontify.
2318
276bbe96
GM
23192009-11-14 Glenn Morris <rgm@gnu.org>
2320
98ad1bae
GM
2321 * cal-xtra.texi (Holiday Customizing): Replace obsolete alias.
2322
276bbe96
GM
2323 * ack.texi (Acknowledgments):
2324 * emacs.texi (Acknowledgments): Update for recent Org changes.
2325
18430066
CY
23262009-10-31 Chong Yidong <cyd@stupidchicken.com>
2327
2328 * mule.texi (Charsets): Numerous copyedits. Don't discuss the
2329 `charset' property, which is irrelevant to the user manual (Bug#3526).
2330
522ddc9f
JB
23312009-10-14 Juanma Barranquero <lekktu@gmail.com>
2332
2333 * trouble.texi (DEL Does Not Delete): Fix typo.
2334
50b49ade
MA
23352009-10-05 Michael Albinus <michael.albinus@gmx.de>
2336
2337 * files.texi (Misc File Ops): Mention copy-directory.
2338
6308321a
EZ
23392009-10-04 Eli Zaretskii <eliz@gnu.org>
2340
43b3b4d1
EZ
2341 * mule.texi (Unibyte Mode): Emphasize that
2342 unibyte-display-via-language-environment affects only the display.
2343
6308321a
EZ
2344 * display.texi (Horizontal Scrolling): Document cursor behavior under
2345 horizontal scrolling when point moves off the screen (Bug#4564).
2346 Improve wording.
2347
bd51ea7f
MA
23482009-10-01 Michael Albinus <michael.albinus@gmx.de>
2349
2350 * files.texi (Directories): delete-directory prompts for recursive
2351 deletion.
2352
55381962
GM
23532009-09-30 Glenn Morris <rgm@gnu.org>
2354
2355 * ack.texi (Acknowledgments):
2356 * emacs.texi (Acknowledgments): CEDET updates. Fix Hungarian accent.
2357
13989ab1
TH
23582009-09-25 Tassilo Horn <tassilo@member.fsf.org>
2359
2360 * dired.texi (Dired Navigation): Use @code instead of @var for
2361 dired-isearch-filenames, so that it's not capitalized.
2362
8ba46c89
CY
23632009-09-19 Chong Yidong <cyd@stupidchicken.com>
2364
2365 * frames.texi (Frame Commands): C-z is now bound to suspend-frame.
2366
2367 * entering.texi (Exiting): C-z is now bound to suspend-frame.
2368
2369 * custom.texi (Init Examples): Replace Rumseld with Cheny (Bug#3519).
1c6c854e
CS
2370 (Key Bindings): Reference Init Rebinding in introductory text.
2371 Shift some of the introduction to Keymaps node.
8ba46c89
CY
2372 (Keymaps): Simplify.
2373 (Local Keymaps): Simplify. Move binding example to Init Rebinding.
2374 (Minibuffer Maps): Remove mention of Mocklisp.
2375 (Init Rebinding): Move mode-local rebinding example here from Local
2376 Keymaps.
2377 (Modifier Keys): Clarify.
1e11b018 2378 (Rebinding): Add cindex for "binding keys".
8ba46c89 2379
6a5ca7c8
CY
23802009-09-13 Chong Yidong <cyd@stupidchicken.com>
2381
2382 * misc.texi (Invoking emacsclient): Minor clarifications (Bug#4419).
2383
0e1cba51
NR
23842009-08-31 Nick Roberts <nickrob@snap.net.nz>
2385
6a5ca7c8 2386 * building.texi (Threads Buffer, Multithreaded Debugging):
333f9019 2387 Reorganize these two sections.
0e1cba51 2388
76a87a4d
EZ
23892009-08-29 Eli Zaretskii <eliz@gnu.org>
2390
2391 * cmdargs.texi (Initial Options): Fix last change.
2392
82e98df4
SM
23932009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
2394
2395 * mule.texi (Enabling Multibyte):
2396 * cmdargs.texi (General Variables): Remove EMACS_UNIBYTE.
2397 (Initial Options): Remove --(no-)multibyte, --(no-)unibyte.
2398
fb89fad9
GM
23992009-08-20 Glenn Morris <rgm@gnu.org>
2400
2401 * cal-xtra.texi (Non-Gregorian Diary): Mention ``Adar I'' special case.
2402
e99652b0
GM
24032009-08-19 Glenn Morris <rgm@gnu.org>
2404
2405 * ack.texi (Acknowledgments): Remove cvtmail. Mention info-finder.
2406
5cca97ad
GM
24072009-08-18 Glenn Morris <rgm@gnu.org>
2408
2409 * ack.texi (Acknowledgments):
2410 * emacs.texi (Acknowledgments): Update for js.el replacing js2-mode.el.
2411
997797ae 2412 * ack.texi (Acknowledgments): Add ucs-normalize.el and files-x.el.
3e8e9265 2413
985bf85b
GM
24142009-08-09 Glenn Morris <rgm@gnu.org>
2415
2416 * ack.texi (Acknowledgments):
2417 * emacs.texi (Acknowledgments): Add gdb-mi entry.
2418
8d6bb99e
DD
24192009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
2420
2421 * emacs.texi (Top): Add new menu items for GDB-UI.
2422
2423 * building.texi (GDB Graphical Interface): Add Multithreaded debugging
522ddc9f 2424 section. Threads buffer is in separate section now.
8d6bb99e 2425
8353da9c
GM
24262009-08-08 Glenn Morris <rgm@gnu.org>
2427
2428 * ack.texi (Acknowledgments):
2429 * emacs.texi (Acknowledgments):
2430 Update for js2-mode and org changes.
2431
f2074faf
MA
24322009-08-02 Michael Albinus <michael.albinus@gmx.de>
2433
2434 * files.texi (Reverting): Auto-Revert Tail mode works also for remote
2435 files.
2436
e8d2d3fb
CY
24372009-07-28 Chong Yidong <cyd@stupidchicken.com>
2438
2439 * building.texi (Lisp Libraries): Clarify meaning of autoloading.
2440
324a4f6a
GM
24412009-07-23 Glenn Morris <rgm@gnu.org>
2442
2443 * programs.texi (Matching): Update blink-matching-paren-distance.
2444
b6937a70
CY
24452009-07-21 Chong Yidong <cyd@stupidchicken.com>
2446
2447 * frames.texi (Cut/Paste Other App): For select-active-regions,
2448 selection is now updated on moving point.
2449
bd8aaa36
RS
24502009-07-21 Richard Stallman <rms@gnu.org>
2451
2452 * glossary.texi (GNU, Daemon): Update information.
2453
8d9b5eba
JL
24542009-07-19 Juri Linkov <juri@jurta.org>
2455
2456 * custom.texi (Specifying File Variables, Safe File Variables):
2457 "variables/value pairs" -> "variable/value pairs".
2458
a2acc1db
GM
24592009-07-15 Glenn Morris <rgm@gnu.org>
2460
2461 * misc.texi (Gnus): Remove widow.
2462
c5ae942b
GM
24632009-07-11 Glenn Morris <rgm@gnu.org>
2464
703d26ba
GM
2465 * Makefile.in (TEXI2PDF): New.
2466 (emacs.pdf, emacs-xtra.pdf): New targets.
2467
522ddc9f 2468 * arevert-xtra.texi (Autorevert): Add menu descriptions.
c5ae942b
GM
2469
2470 * display.texi (Horizontal Scrolling): Re-word to remove widow.
2471
2472 * emacs.texi (Top): Info can be read from other places than Emacs.
522ddc9f
JB
2473 Don't print the copying notice twice in the printed version.
2474 Update the menu and detailmenu.
2475 (Preface): The meaning of "on-line" has changed.
2476 Correct name for "Common Problems" chapter.
2477 (Distrib): Update FSF shop URL.
2478 (Intro): Showing two files at once is not so exciting.
2479
2480 * macos.texi (Mac OS / GNUstep): Fix spelling and cross-reference.
2481 (Mac / GNUstep Basics): Minor grammar changes.
2482 (Mac / GNUstep Events): Fix typo.
2483 (GNUstep Support): CANNOT_DUMP no longer applies.
2484
2485 * misc.texi (Document View): Fix typos.
2486
2487 * dired.texi (Dired):
2488 * help.texi (Help):
2489 * macos.texi (Mac OS / GNUstep):
2490 * maintaining.texi (Version Control, Introduction to VC):
2491 End menu descriptions with a period.
c5ae942b 2492
b1c8242b
EZ
24932009-07-09 Eli Zaretskii <eliz@gnu.org>
2494
2495 * msdog.texi (Windows Files) <w32-get-true-file-attributes>: Don't be
2496 so categorical in saying that the option is only useful on NTFS.
2497
220d9aa6
GM
24982009-07-09 Glenn Morris <rgm@gnu.org>
2499
2500 * Makefile.in (texinfodir): New variable, with location of texinfo.tex.
2501 (ENVADD): Add texinfodir to TEXINPUTS.
2502
2503 * emacs.texi (Top): Fix cross-reference.
2504
2505 * maintaining.texi (VC Directory Buffer): Fix cross-reference.
2506
2507 * vc1-xtra.texi (Revision Tags): Fix typo.
2508
d07e72d3
GM
25092009-07-03 Glenn Morris <rgm@gnu.org>
2510
2511 * emerge-xtra.texi (Emerge): Tweak Misc menu description.
2512 (Submodes of Emerge): Skip Prefers is only relevant with an ancestor.
2513 (Merge Commands): `.' does not seem to work in A or B buffer.
2514 `l' can recreate the 3-window display.
2515
2516 * glossary.texi (Glossary): Minor phrasing changes throughout.
2517 Add more internal cross-references.
2518 <Autoloading>: You can't really autoload a variable.
2519 <C-M->: Move details here from `M-C-' item.
2520 <Continuation Line>: Refer to `Truncation.'
2521 <Daemon, Free Software, Free Software Foundation, FSF, GNU>:
2522 <Home Directory, Unix>: New entries.
2523 <Deletion of Files>: Mention recycle bins.
2524 <Directory>: Mention ``folders.''
2525 <Error>: Don't mention ``type-ahead.''
2526 <Fringe>: Refer to the manual node.
2527 <Minor Mode>: Can be global or local.
2528 <Spell Checking>: There are other checkers besides Ispell.
2529
f144038a
GM
25302009-07-02 Glenn Morris <rgm@gnu.org>
2531
2532 * anti.texi (Antinews): Minor changes in phrasing.
2533
2534 * cal-xtra.texi, fortran-xtra.texi: Re-order a few things to reduce
2535 some underfull lines in dvi output.
2536
2537 * emacs-xtra.texi (Introduction): Mention included in info Emacs manual.
2538
2539 * sending.texi (Mail Sending): Add a tiny bit on mailclient.
2540
2541 * vc-xtra.texi (Advanced VC Usage): End all menu items with a period.
2542
3f1c6666
JD
25432009-07-01 Jan Djärv <jan.h.d@swipnet.se>
2544
2545 * xresources.texi (Table of Resources): Mention maximized for
2546 fullscreen.
2547
2548 * cmdargs.texi (Window Size X): -mm/--maximized is new.
2549
62aadce7
CY
25502009-07-01 Chong Yidong <cyd@stupidchicken.com>
2551
2552 * anti.texi (Antinews): Correct the list of removed platforms.
2553
82ec412e
GM
25542009-06-28 Glenn Morris <rgm@gnu.org>
2555
2556 * arevert-xtra.texi: Minor language tweaks.
2557
09964e7d
GM
2558 * dired-xtra.texi: Minor revisions.
2559
666e158e
MB
25602009-06-23 Miles Bader <miles@gnu.org>
2561
c4cc8b9a 2562 * display.texi (Scrolling): Document `recenter-redisplay'.
05fbc4a9 2563 (Temporary Face Changes): Document `text-scale-set'.
666e158e 2564
70243478
CY
25652009-06-21 Chong Yidong <cyd@stupidchicken.com>
2566
2567 * Branch for 23.1.
2568
67cbe681
KH
25692009-06-17 Kenichi Handa <handa@m17n.org>
2570
2571 * mule.texi (Charsets): Update the description for the new charset.
2572 (list-character-sets): New findex.
125dd7c5 2573 (Language Environments): Add @anchor{Describe Language Environment}.
67cbe681 2574
40e67246
CY
25752009-06-10 Chong Yidong <cyd@stupidchicken.com>
2576
b5700de6
CY
2577 * basic.texi (Moving Point): Fix tag.
2578
2579 * picture-xtra.texi (Insert in Picture): Use <next> and <prior>.
2580
2581 * mini.texi (Completion Commands): Decapitalize <next> and <prior>, and
2582 use camel-case for PageUp and PageDown.
2583
2584 * display.texi (Scrolling): Decapitalize <next> and <prior>, and use
2585 camel-case for PageUp and PageDown.
2586
2587 * calendar.texi (Scroll Calendar): Decapitalize <next> and <prior>.
2588
40e67246 2589 * search.texi (Isearch Scroll): Add isearch-allow-scroll to index.
b5700de6 2590 (Isearch Scroll): Decapitalize <next> and <prior>.
40e67246 2591
522ddc9f 25922009-06-09 Agustín Martín <agustin.martin@hispalinux.es>
6f591cf4 2593
522ddc9f
JB
2594 * fixit.texi (Spelling): Set default dictionary.
2595 Improve descriptions (Bug#2554)
6f591cf4 2596
53483c76
DR
25972009-06-08 David Reitter <david.reitter@gmail.com>
2598
2599 * macos.texi (Color panel, Font panel): Remove mention of Save Options,
2600 since saving colors and faces set this way is not implemented.
2601 (Environment variables): Remove mention of mac-fix-env, which is
2602 scheduled to be removed.
2603
1557ef4f
CY
26042009-06-04 Chong Yidong <cyd@stupidchicken.com>
2605
91056528
CY
2606 * custom.texi (Init Examples): Add example of changing load-path.
2607
1557ef4f
CY
2608 * building.texi (Lisp Libraries): Add example of changing
2609 load-path (Bug#3446).
2610
623cec4c
CY
26112009-05-28 Chong Yidong <cyd@stupidchicken.com>
2612
2613 * mark.texi (Mark): Further clarifications.
2614 (Setting Mark): Emphasize that C-SPC activates the mark.
2615
0fcca8ee
CY
26162009-05-28 Chong Yidong <cyd@stupidchicken.com>
2617
702b10e1
CY
2618 * mark.texi (Mark): Clarify introduction. Mention disabling Transient
2619 Mark mode.
0fcca8ee
CY
2620 (Using Region, Persistent Mark): Use "active mark" instead of "active
2621 region".
2622
d3b396e4
CY
26232009-05-16 Ari Roponen <ari.roponen@gmail.com> (tiny change)
2624
2625 * mule.texi (Select Input Method): Fix typo.
2626
3f698a06
CY
26272009-05-13 Chong Yidong <cyd@stupidchicken.com>
2628
2629 * anti.texi (Antinews): Document completion changes. Some additional
2630 copyedits and rearrangement of entries.
2631
b2a42eb7
CY
26322009-05-12 Chong Yidong <cyd@stupidchicken.com>
2633
932fd020
CY
2634 * misc.texi (Interactive Shell, Saving Emacs Sessions)
2635 (Shell History Copying, Terminal emulator): Copyedits.
2636
1c6c854e
CS
2637 * xresources.texi (Resources): Simplify descriptions.
2638 Shorten description of editres, which is not very useful these days.
ac36a8f1
CY
2639 (Table of Resources): Document fontBackend resource.
2640
b2a42eb7 2641 * trouble.texi (Quitting): Add other undo bindings to table.
09e80d9f 2642 (DEL Does Not Delete): Note that the erasure key is usually labeled
b2a42eb7
CY
2643 "Backspace". Remove discussion of obscure Xmodmap issue.
2644
c6ea7fb8
CY
26452009-05-07 Chong Yidong <cyd@stupidchicken.com>
2646
2647 * files.texi (Visiting): Copyedits.
2648
ad36c422
CY
26492009-05-06 Chong Yidong <cyd@stupidchicken.com>
2650
2651 * basic.texi (Inserting Text): Document ucs-insert.
2652
2653 * mule.texi (International Chars): Define "multibyte". Note that
2654 internal representation is unicode-based. Simplify definition of raw
2655 bytes. Mention ucs-insert.
2656 (Enabling Multibyte): Remove obsolete discussion. Copyedits.
2657 (Language Environments): Add language environments new to Emacs 23.
2658 (Multibyte Conversion): Node deleted.
1c6c854e
CS
2659 (Coding Systems): Remove obsolete unify-8859-on-decoding-mode.
2660 Don't mention obsolete emacs-mule coding system.
ad36c422
CY
2661 (Output Coding): Copyedits.
2662
2663 * emacs.texi (Top): Update node listing.
2664
d4ad7b96
CY
26652009-05-05 Per Starbäck <per@starback.se> (tiny change)
2666
2667 * trouble.texi (Lossage): Use new binding of view-emacs-problems.
2668
5bd66204
SM
26692009-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
2670
2671 * building.texi (Lisp Libraries): `load-library' does offer completion.
2672
bc36ad1c
CY
26732009-04-28 Chong Yidong <cyd@stupidchicken.com>
2674
2675 * frames.texi (Text-Only Mouse): Mention gpm-mouse-mode instead of
2676 t-mouse-mode. Suggested by Per Starbäck (Bug#3126).
2677
f1a47884
EZ
26782009-04-25 Eli Zaretskii <eliz@gnu.org>
2679
2680 * maintaining.texi (Tags): Clarify text. (Bug#3101)
2681
be77bd45
CY
26822009-04-22 Chong Yidong <cyd@stupidchicken.com>
2683
2684 * entering.texi (Entering Emacs): Document initial-buffer-choice.
2685
2686 * building.texi (Lisp Interaction): Document initial-scratch-message.
2687
d3b82927
JB
26882009-04-18 Juanma Barranquero <lekktu@gmail.com>
2689
ed6e7b11
JB
2690 * msdog.texi (Windows Fonts): Fix typos.
2691
d3b82927
JB
2692 * files.texi (Save Commands): Fix pxref.
2693
bc323c04
CY
26942009-04-18 Chong Yidong <cyd@stupidchicken.com>
2695
2696 * files.texi (Save Commands): Mention diff-buffer-with-file.
2697 (Comparing Files): Document diff-buffer-with-file. Suggested by Magnus
2698 Henoch (Bug#3036).
2699
2186d13f
GM
27002009-03-15 Glenn Morris <rgm@gnu.org>
2701
2702 * sending.texi (Mail Format): Replace "Sender" with "Message-Id", since
2703 the former is not always used.
2704 (Mail Headers): Use active voice. Add "Mail-reply-to".
2705 Change case of "Id". Avoid repeated "appropriate".
2706 (Mail Aliases): Fix previous change - use an example with a ".", so it
2707 does actually get quoted when expanded.
2708 (Mail Sending): Mailclient is the default on some systems.
2709 (Citing Mail): Mention mail-indentation-spaces.
2710 (Mail Mode Misc): Add an @dfn for "mail signature".
2711
71e454fc
CY
27122009-03-15 Chong Yidong <cyd@stupidchicken.com>
2713
2714 * mini.texi (Completion Commands): Describe Emacs 23 completion rules.
2715 (Completion Options): Document read-file-name-completion-ignore-case,
1c6c854e
CS
2716 read-buffer-completion-ignore-case, and completion-styles.
2717 Remove description of partial-completion-mode.
71e454fc 2718
df1a3e06
GM
27192009-03-14 Glenn Morris <rgm@gnu.org>
2720
2721 * sending.texi (Mail Format): Fix typo. Add index entry for
2722 mail-header-separator.
2723 (Mail Headers): Put info about initialization and changing in one place
2724 at the start. Update FCC section for mbox Rmail. Clarify From
2725 section, mention mail-setup-with-from. Clarify Reply-to section.
2726 Add Mail-followup-to and mail-mailing-lists. Clarify References
2727 section.
2728 (Mail Aliases): Update example, make less contentious.
2729 Update for name change of mail-interactive-insert-alias.
2730 (Mail Mode): Remove mention of `%' as a word separator.
2731 (Mail Sending): Mention mail-send-hook. Mention Mailclient.
2732 (Header Editing): Add reply-to, mail-reply-to, and mail-followup-to
2733 commands. Clarify FCC handling. In mail-complete, add reference to
2734 Mail Aliases section, and mention mail-complete-function.
2735 (Citing Mail): Mention mail-yank-ignored-headers and mail-citation-hook.
2736 (Mail Mode Misc): Clarify the mail-signature function. Add basic
2737 signature netiquette. Explain how the mail hooks work when continuing
2738 a composition.
2739 (Mail Amusements): Internationalize the spook section a bit.
2740 Remove the spook mail-setup-hook example, since it doesn't work well.
2741 Mention fortune-file.
2742 (Mail Methods): Mention read-mail-command.
2743
ed6e7b11 27442009-03-14 David Reitter <david.reitter@gmail.com>
959d68bd 2745
df1a3e06
GM
2746 * macos.texi (Mac / GNUstep Basics): Remove references to Prefs panel
2747 and NS resources following recent changes.
959d68bd 2748
86dca3e8
JR
27492009-03-10 Jason Rumney <jasonr@gnu.org>
2750
2751 * msdog.texi (Windows Misc): Remove doc for obsolete variable. Modify
2752 w32-use-visible-system-caret doc to indicate that it should get set
2753 automatically.
2754 (Windows Fonts): Add doc for the uniscribe backend.
2755
042fe98f
DN
27562009-03-08 Dan Nicolaescu <dann@ics.uci.edu>
2757
2758 * maintaining.texi (VC Directory Commands): Fix doc for the x key in
2759 vc-dir. (Bug#2598)
2760
7f8dba73
RS
27612009-03-05 Reiner Steib <Reiner.Steib@gmx.de>
2762
2763 * fixit.texi (Spelling): Add turn-on-flyspell. (Bug#2517)
2764
505e70c3
GM
27652009-03-05 Glenn Morris <rgm@gnu.org>
2766
04242bdc
GM
2767 * rmail.texi (Rmail Basics): Add reference to sorting.
2768 (Rmail Scrolling, Rmail Motion, Rmail Reply, Rmail Display):
2769 Minor re-wordings.
2770 (Rmail Motion): Mention rmail-next-same-subject.
2771 (Rmail Deletion): Expunging is not the only way to change the numbers.
2772 (Rmail Labels): Labels can also be used in sorting.
2773 (Rmail Summary Edit): Mention rmail-summary-next-same-subject.
505e70c3
GM
2774 (Rmail Display): Mention rmail-mime.
2775
00cfe22c
GM
27762009-03-04 Glenn Morris <rgm@gnu.org>
2777
2778 * rmail.texi (Rmail Sorting): Add the keybindings associated with each
2779 sort command. Fix `rmail-sort-by-labels' name. Mention sorting from
2780 summary. Mention sorts cannot be undone.
2781 (Rmail Display): Give an example of how to use goto-address-mode.
2782 (Rmail Editing): It's keybindings that are redefined, not commands.
2783 Fix some typos.
2784 (Movemail): Some minor rewording.
2785 (Remote Mailboxes): Emacs movemail supports pop by default.
2786 Fix some minor grammatical issues. The "two alternative ways" to
2787 specify a POP mailbox are really just one. Remove all reference to the
2788 variables rmail-pop-password and rmail-pop-password-required, obsolete
2789 since Emacs 22.1. Clarify the four password steps. Emacs movemail
2790 can support Kerberos.
2791
3d963b67
GM
27922009-03-03 Glenn Morris <rgm@gnu.org>
2793
2794 * rmail.texi (Rmail Deletion): Revert previous change, which was
2795 describing the Rmail summary versions.
2796 (Rmail Reply): Give more details of rmail-dont-reply-to-names.
2797 Minor re-wording for rmail-resend.
2798 (Rmail Make Summary): Summaries apply to buffers rather than files.
2799 <rmail-summary-by-topic>: Headers includes the subject.
2800 <rmail-summary-by-recipients, rmail-summary-by-topic>: Give more
2801 details, including prefix arguments.
2340abde 2802 Mention rmail-summary-by-senders on C-M-f.
3d963b67
GM
2803 Not counting lines might be faster.
2804 (Rmail Summary Edit): More details on the delete commands.
2340abde
GM
2805 Mention rmail-summary-undelete-many, rmail-summary-bury, and C-M-n/p.
2806 Name the commands bound to the various keys. Mention prefix argument
2807 for searching.
3d963b67
GM
2808 (Rmail Display): Mention rmail-displayed-headers. Fix typo.
2809 Simplify rmail-highlighted-headers description. Update face name.
2810
a8ce3d17
JB
28112009-03-02 Juanma Barranquero <lekktu@gmail.com>
2812
2813 * mark.texi (Marking Objects): Fix typo.
2814
130a29b6
CY
28152009-03-01 Chong Yidong <cyd@stupidchicken.com>
2816
2817 * abbrevs.texi (Expanding Abbrevs): Mention abbrev-expand-functions
2818 instead of obsolete pre-abbrev-expand-hook. Link to elisp manual.
2819
9d5de6f8
GM
28202009-03-01 Glenn Morris <rgm@gnu.org>
2821
79fc530e 2822 * rmail.texi (Rmail): Fix some typos. Use consistent case in menu.
9d5de6f8
GM
2823 (Rmail Motion): - M-s searches from the end of messages.
2824 (Rmail Deletion): Minor clarification. Fix numeric argument
2825 description.
2826 (Rmail Inbox): Fix default inbox description. Mention `mbox' by name.
2827 newmail and RMAILOSE files need not be in home-directory.
2828 (Rmail Files): Mention I/O menus are unselectable if no files match.
2829 Mention `MAIL' env-var.
2830
b545ff9c
JR
28312009-02-24 Jason Rumney <jasonr@gnu.org>
2832
2833 * mule.texi (Fontsets): Mention fontset-default, font specs and
2834 fallback fontsets.
2835 (Defining Fontsets): Mention ns and w32 variants of
2836 standard-fontset-spec. Update description of startup fontset to match
2837 Emacs 23 behavior.
a93be82a 2838 (Modifying Fontsets): New section. (Bug#656)
70bb6cac 2839 (International): Link to Modifying Fontsets.
b545ff9c 2840
75da0618 28412009-02-23 Adrian Robert <Adrian.B.Robert@gmail.com>
88ddb9ff
AR
2842
2843 * macos.texi (Mac / GNUstep Basics, Mac / GNUstep Customization):
2844 Mention ns-extended-platform-support-mode.
2845
6be93a16
KB
28462009-02-22 Karl Berry <karl@gnu.org>
2847
2848 * macos.texi (Mac / GNUstep Customization): One more duplicate "the".
2849
867d4bb3
JB
28502009-02-19 Juanma Barranquero <lekktu@gmail.com>
2851
2852 * basic.texi (Moving Point, Position Info):
2853 * files.texi (Visiting):
2854 * mini.texi (Completion Options):
2855 * text.texi (HTML Mode): Remove duplicate words.
2856
49b5c0e8
GM
28572009-02-20 Glenn Morris <rgm@gnu.org>
2858
2859 * rmail.texi: Minor updates for mbox rather than Babyl.
2860
f43a822c
KB
28612009-02-17 Karl Berry <karl@gnu.org>
2862
49b5c0e8 2863 * emacs.texi (Top): Add @insertcopying before master menu. (Bug#1988)
f43a822c 2864
80d634b8
RS
28652009-02-17 Richard M Stallman <rms@gnu.org>
2866
2867 * anti.texi (Antinews): Mention Babyl format.
2868
2869 * emacs.texi (Top): Delete `Out of Rmail' from subnode menu.
2870
2871 * rmail.texi: Update for mbox format.
2872 Various small fixes, as well as the following.
2873 (Out of Rmail): Node deleted.
2874 (Rmail): Update menu.
2875 (Rmail Files): Comment out set-rmail-inbox-list.
2876 Document rmail-inbox-list instead.
2877 (Rmail Output): Substantial changes since C-o is now
2878 rmail-output-as-seen and o is rmail-output.
2879 (Rmail Attributes): Delete `stored', add `retried'.
2880 (Rmail Display): Editing headers works in all cases.
2881
f0d129c6
GM
28822009-02-17 Glenn Morris <rgm@gnu.org>
2883
2884 * basic.texi (Position Info): M-x count-lines-region is not always on
2885 M-=. (Bug#2269)
2886
160f11d3
GM
28872009-02-09 Glenn Morris <rgm@gnu.org>
2888
2889 * calendar.texi (Holidays, Displaying the Diary): Update for new marker
2890 defaults.
2891
763e01c4
EZ
28922009-02-07 Eli Zaretskii <eliz@gnu.org>
2893
2894 * rmail.texi (Rmail Coding) <rmail-redecode-body>: Remove stale
2895 documentation of possible problems with redecoding.
2896
f5e1441d
GM
28972009-02-03 Glenn Morris <rgm@gnu.org>
2898
2899 * rmail.texi (Out of Rmail): Mention b2m.pl.
2900
e1eabe41
GM
29012009-01-31 Glenn Morris <rgm@gnu.org>
2902
2903 * rmail.texi (Out of Rmail): Correct b2m location.
2904
dd05f9de
CY
29052009-01-27 Chong Yidong <cyd@stupidchicken.com>
2906
2907 * fixit.texi (Undo): Update undo limit values.
2908
d74d846e
GM
29092009-01-27 Glenn Morris <rgm@gnu.org>
2910
2911 * emacs.texi (Top): Fix Antinews menu entry.
2912
49ffdce8
KB
29132009-01-25 Karl Berry <karl@gnu.org>
2914
2915 * text.texi (Foldout): Use @itemize @w{} to make an itemize
2916 item with no marker, instead of the syntactically incorrect
2917 @itemize @asis.
2918
467e8d77
JL
29192009-01-25 Juri Linkov <juri@jurta.org>
2920
2921 * building.texi (Grep Searching): Fix index entry for lgrep.
2922
6c60bbdb
EZ
29232009-01-24 Eli Zaretskii <eliz@gnu.org>
2924
2925 * msdog.texi (Windows Printing): Add an index entry for Ghostscript.
2926
9ce5a36f
AR
29272009-01-21 Adrian Robert <Adrian.B.Robert@gmail.com>
2928
2929 * macos.texi (Preferences Panel): Update description of font setting to
2930 reflect that prior frame selection is no longer needed.
2931
9aa5f2fb
NR
29322009-01-20 Nick Roberts <nickrob@snap.net.nz>
2933
2934 * building.texi (Debuggers): Revert some of 2008-10-31 change to
2935 raise GUD subsections.
2936
3892ff9c
GM
29372009-01-15 Glenn Morris <rgm@gnu.org>
2938
2939 * ack.texi (Acknowledgments): Another update based mainly on AUTHORS.
2940
14731c8f
GM
29412009-01-10 Glenn Morris <rgm@gnu.org>
2942
2943 * ack.texi (Acknowledgments): Some more updates based on AUTHORS.
2944
45c55e53
CY
29452009-01-04 Chong Yidong <cyd@stupidchicken.com>
2946
2947 * display.texi (Visual Line Mode): M-] and M-[ no longer move by
2948 logical lines.
2949
2e4667d1
JL
29502008-12-29 Juri Linkov <juri@jurta.org>
2951
2952 * mini.texi (Minibuffer History): Add a link to `Isearch Minibuffer'.
2953
2954 * text.texi (Fill Commands): Replace `M-s' with `M-o M-s'.
2955
2a3eac47
CY
29562008-12-28 Chong Yidong <cyd@stupidchicken.com>
2957
2958 * misc.texi (Goto Address mode): Rename from Goto-address. Refer to
2959 goto-address-mode instead of goto-address.
2960
3da8da94
CY
2961 * rmail.texi (Rmail Display): Goto-address renamed to Goto Address
2962 mode.
2963
2a3eac47
CY
2964 * emacs.texi (Top): Update node listing.
2965
057f6dd3
EZ
29662008-12-26 Eli Zaretskii <eliz@gnu.org>
2967
2968 * custom.texi (Directory Variables): Explain what is a "project".
2969 Add indexing. Improve wording. Add a footnote about using
2970 _dir-locals.el on MS-DOS.
2971
e6979067
DN
29722008-12-24 Dan Nicolaescu <dann@ics.uci.edu>
2973
2974 * files.texi (Misc File Ops): Mention chmod as an alias for
2975 set-file-modes.
2976
9de15963
MR
29772008-12-24 Martin Rudalics <rudalics@gmx.at>
2978
2979 * help.texi (Help): Fix typos and reword.
2980 (Help Summary): Add entries for C-h n and C-h r, reorder
2981 entries, and do some minor fixes.
2982 (Name Help): Say that C-h F works for commands only.
2983 (Misc Help): Say that view-lossage displays 300 keystrokes.
2984
236fd60d
GM
29852008-12-20 Glenn Morris <rgm@gnu.org>
2986
2987 * ack.texi (Acknowledgments): General update based on AUTHORS,
2988 including removal of some stuff no longer distributed.
2989
349b3256
AM
29902008-12-19 Agustin Martin <agustin.martin@hispalinux.es>
2991
2992 * fixit.texi: Mention hunspell
2993
e840fca5
GM
29942008-12-19 Glenn Morris <rgm@gnu.org>
2995
2996 * ack.texi (Acknowledgments): Small grammar fix.
9b0455c7 2997 Consolidate explanatory text at start.
e840fca5
GM
2998
2999 * display.texi (Text Display):
3000 * indent.texi (Indentation): Use @acronym with ASCII.
3001
9dfa7983
GM
30022008-12-18 Glenn Morris <rgm@gnu.org>
3003
3004 * ack.texi: Various small updates and fixes.
3005
97b3a00b
JL
30062008-12-18 Juri Linkov <juri@jurta.org>
3007
3008 * search.texi (Word Search): Replace `C-s RET C-w' with `M-s w RET'
3009 as a key binding to start a forward nonincremental word search.
3010 Replace `C-r RET C-w' with `M-s w C-r RET' as a key binding to start
3011 a backward nonincremental word search. Add index for `M-s w'
3012 `isearch-forward-word'.
3013 (Regexp Search): Add a short summary of regexp key commands like
3014 in the node "Basic Isearch".
3015 (Other Repeating Search): Fix typo.
3016
30172008-12-14 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2f298da2
VJL
3018
3019 * misc.texi (PostScript Variables): Fix doc.
3020
31ce6a07
CY
30212008-12-10 Chong Yidong <cyd@stupidchicken.com>
3022
3023 * programs.texi (Program Modes): Mention Ruby mode.
3024
636b507b
DN
30252008-12-10 Dan Nicolaescu <dann@ics.uci.edu>
3026
3027 * misc.texi (emacsclient Options): Describe what an empty string
3028 argument does for --alternate-editor.
3029
a323fa14
CY
30302008-12-09 Frank Schmitt <ich@frank-schmitt.net>
3031
3032 * cmdargs.texi (Font X): Distinguish between client-side and
3033 server-side fonts. List valid Fontconfig properties. Add reference to
3034 Fontconfig manual. List valid GTK font properties. Explain use of
3035 fc-list.
3036
c5ca6cd0
CY
30372008-12-09 Chong Yidong <cyd@stupidchicken.com>
3038
3039 * cmdargs.texi (Font X): Move discussion of quoting to top.
3040
e5136377
GM
30412008-12-06 Glenn Morris <rgm@gnu.org>
3042
3043 * maintaining.texi (Old Revisions): Improve previous change.
3044
248c026b
RS
30452008-12-05 Richard M Stallman <rms@gnu.org>
3046
3047 * anti.texi (Antinews): Minor fixes.
3048
a9253a1e
GM
30492008-12-03 Glenn Morris <rgm@gnu.org>
3050
3051 * maintaining.texi (Old Revisions): Fix diff-switches description.
3052
fa687b02
MR
30532008-12-01 Martin Rudalics <rudalics@gmx.at>
3054
3055 * emacs.texi (Top): Fix typo.
3056
72e6decd
CY
30572008-11-30 Chong Yidong <cyd@stupidchicken.com>
3058
320ee034
CY
3059 * misc.texi (Document View): Explain dependence on gs at the top.
3060 Copyedits.
3061
3062 * emacs.texi (Top): Add DocView nodes to detailed node listing.
3063
72e6decd
CY
3064 * programs.texi (Other C Commands): Document hide-ifdef-shadow.
3065 (Comment Commands): Discuss region-active behavior of M-; first.
3066
2a472ee4
MR
30672008-11-29 Martin Rudalics <rudalics@gmx.at>
3068
9c6361c9
MR
3069 * display.texi (Line Truncation): Add reference to Continuation
3070 Lines.
3071
2a472ee4
MR
3072 * windows.texi (Pop Up Window): Mention split-height-threshold
3073 and split-width-threshold.
9c6361c9 3074 (Split Window): Add reference to Continuation Lines.
2a472ee4 3075
e93bc142
AR
30762008-11-28 Adrian Robert <Adrian.B.Robert@gmail.com>
3077
3078 * macos.texi: Change references to "Mac" to "Mac / GNUstep".
3079 (GNUstep Support): New node.
3080 * anti.texi:
3081 * emacs.texi:
3082 * msdog.texi: Change reference to Mac OS node to Mac OS / GNUstep.
3083
43b978db
RS
30842008-11-28 Richard M Stallman <rms@gnu.org>
3085
3086 * misc.texi (Dissociated Press): Minor cleanups.
3087
3088 * dired.texi (Image-Dired): Avoid passive.
3089
e8e2bd93
EZ
30902008-11-28 Eli Zaretskii <eliz@gnu.org>
3091
3092 * anti.texi (Antinews): Add stuff about Unicode vs emacs-mule
3093 representation.
3094
8d2d45da
CY
30952008-11-26 Richard M. Stallman <rms@gnu.org>
3096
3097 * files.texi (Visiting): Rewrite paragraph for clarity.
3098
3099 * buffers.texi (Select Buffer): Rewrite paragraphs using active voice.
3100
a5f7bbcc
AM
31012008-11-25 Alan Mackenzie <acm@muc.de>
3102
3103 * programs.texi (Moving by Parens): Clarify that parens inside strings
3104 and comments are ignored, and that the commands assume the starting
3105 point isn't in a string or comment.
3106
a71703d3
AR
31072008-11-26 Adrian Robert <Adrian.B.Robert@gmail.com>
3108
3109 * macos.texi: Add Prev/Next/Top pointers to all nodes.
3110 (Mac Basics): Merge in Grabbing Environment Variables from earlier
3111 version.
3112 (Mac Customization): Rewrite Preferences Panel section and merge in to
3113 this node, add Open files by dragging to an Emacs window.
3114
3115 * emacs.texi: Remove TOC reference to Mac Preferences Panel section.
3116
aa5ab79a
CY
31172008-11-26 Chong Yidong <cyd@stupidchicken.com>
3118
0cc92c19
CY
3119 * files.texi (Misc File Ops): Document set-file-modes.
3120
c366b4e4
CY
3121 * windows.texi (Split Window): Document integer values of
3122 truncate-partial-width-windows.
3123
aa5ab79a
CY
3124 * text.texi (Text): Simplify description of markup languages.
3125 (TeX Mode): Simplify introduction. Mention BibTeX mode.
3126 (TeX Editing): Note that `""' inserts one `"' character.
3127 (HTML Mode): Note in the introduction that XML mode is an alias for
3128 SGML mode. Mention nXML mode.
3129
56221db7
CY
31302008-11-25 Chong Yidong <cyd@stupidchicken.com>
3131
3132 * building.texi (Watch Expressions): Fix typo.
3133
90effe33
CY
31342008-11-24 Chong Yidong <cyd@stupidchicken.com>
3135
f90a5ae3
CY
3136 * files.texi (Visiting): Document new behavior of
3137 confirm-nonexistent-file-or-buffer.
3138
1c6c854e
CS
3139 * buffers.texi (Select Buffer):
3140 Document confirm-nonexistent-file-or-buffer.
f90a5ae3 3141
a18ffb4a
CY
3142 * picture-xtra.texi (Picture Mode): Use picture-mode instead of
3143 edit-picture.
3144
90effe33
CY
3145 * text.texi (Text): Simplify introduction. Discard mention of `M-x
3146 edit-picture', since that is just an alias for picture-mode.
3147 (Sentences): Note that repeated M-@ extends the region.
3148 (Pages): Make terminology more consistent. Link to Regexps node.
3149 (Longlines): Discuss relationship with Visual Line mode.
3150 (Text Mode): Remove extraneous discussion of other modes, since they
3151 were already introduced in the parent node.
3152
e85103ec
CY
31532008-11-23 Chong Yidong <cyd@stupidchicken.com>
3154
5cb2fe30
CY
3155 * anti.texi (Antinews): Rewrite.
3156
1eb9b307 3157 * entering.texi (Exiting): Mention "minimize" terminology.
b908332f
CY
3158
3159 * frames.texi (Frame Commands): Mention "minimize" terminology.
3160
e85103ec
CY
3161 * cmdargs.texi (Font X): Document Fontconfig and GTK font specification
3162 formats.
b908332f
CY
3163 (Icons X): Mention "minimize" terminology and use of icons in taskbar.
3164 (Misc X): Don't document useless -hb option.
e85103ec 3165
607f5f88
JL
31662008-11-22 Juri Linkov <juri@jurta.org>
3167
3168 * dired.texi (Dired Navigation): Change normal file name search option
3169 from `non-nil' to `t'. Add `dwim' option.
3170
e1b867a0
JL
31712008-11-22 Juri Linkov <juri@jurta.org>
3172
3173 * custom.texi (Directory Variables): Rename ".dir-settings.el" to
3174 ".dir-locals.el". Rename `define-project-bindings' to
3175 `dir-locals-set-class-variables'. Rename `set-directory-project' to
3176 `dir-locals-set-directory-class'.
3177
dd186936
LK
31782008-11-22 Lute Kamstra <lute@gnu.org>
3179
3180 * buffers.texi (Select Buffer): Index goto-line.
3181 * basic.texi (Moving Point): Mention the use of a numeric prefix
3182 argument with goto-line and refer to Select Buffer for the use of a
3183 plain prefix argument.
3184
4b121911
GM
31852008-11-19 Glenn Morris <rgm@gnu.org>
3186
3187 * doclicense.texi: Update to FDL 1.3.
3188 * emacs.texi, emacs-xtra.texi: Relicense under FDL 1.3 or later.
3189
27267e4c
CY
31902008-11-17 Chong Yidong <cyd@stupidchicken.com>
3191
696f351d
CY
3192 * custom.texi (Minor Modes): Define mode commands and mode variables
3193 more precisely. Recommend using mode commands instead of setting
3194 variables directly. Put minor modes in a list, and add more modes.
cd9da8b8
CY
3195 (Easy Customization): Use "init file" instead of .emacs.
3196 (Customization Groups): Update to new Custom buffer appearance.
3197 (Saving Customizations): Copyedits. Update example.
3198 (Variables): Give example of variable type-sensitivity.
3199 (Examining): Update example.
3200 (Hooks): Copyedits.
3201 (Specifying File Variables): Use C comments instead of an artificial
3202 Lisp for the example.
3203 (Keymaps): Move internals discussion to Prefix Keymaps.
3204 (Rebinding): Remove redundant paragraph (stated in Key Binding).
3205 (Init Rebinding): Document kbd macro.
3206 (Init File): Link to Find Init.
696f351d
CY
3207
3208 * mark.texi (Using Region): Document Delete Selection Mode more
3209 thoroughly.
3210
3211 * frames.texi (Mouse Commands): Move most of the description of Delete
3212 Selection Mode to Using Region, and link to it.
1bc9c425 3213 (Clipboard): Note that paste is bound to clipboard-yank.
696f351d 3214
b0570c25
CY
3215 * building.texi (Compilation): Document first-error value of
3216 compilation-scroll-output.
3217 (Compilation Mode): Note that compilation-auto-jump-to-first-error
3218 works as soon as an error is available. Suggested by Juri Linkov.
3219
27267e4c
CY
3220 * mini.texi (Passwords): New node.
3221
3222 * files.texi (Remote Files): Link to Passwords node.
3223
3224 * emacs.texi (Top): Update node listings.
3225
122eb807
CY
32262008-11-16 Chong Yidong <cyd@stupidchicken.com>
3227
9c9855a3
CY
3228 * ack.texi (Acknowledgments): Some updating of credits.
3229
bd6fdcad
CY
3230 * emacs.texi (Acknowledgments): Add a couple more names.
3231
dd1eef46
CY
3232 * dired.texi (Dired Deletion): Document delete-by-moving-to-trash.
3233
122eb807 3234 * files.texi (Directories): Describe delete-directory in text.
dd1eef46 3235 (Misc File Ops): Document use of trash.
122eb807 3236
801a8da1
JB
32372008-11-16 Juanma Barranquero <lekktu@gmail.com>
3238
3239 * macos.texi (Mac Customization): Fix typos.
3240
0b4f2253
CY
32412008-11-14 Chong Yidong <cyd@stupidchicken.com>
3242
3243 * macos.texi (Mac OS): Move Cocoa manual from ns-emacs.texi to here,
3244 replacing previous contents. Numerous copyedits to adapt ns-emacs to
3245 the conventions of the main Emacs manual.
3246
3247 * emacs.texi (Top): Update node listings.
3248
517e2b89
CY
32492008-11-12 Chong Yidong <cyd@stupidchicken.com>
3250
07a85685
CY
3251 * cmdargs.texi (Emacs Invocation): Link to Emacs Server. Note that
3252 command-line-args is processed during startup.
3253 (Action Arguments): Correctly describe how file arguments interact with
3254 the startup screen. Link to Lisp Interaction for scratch buffer.
3255 (Initial Options): Link to Command Example for -batch option.
3256 (Environment): Document initial-environment.
3257
517e2b89
CY
3258 * entering.texi (Entering Emacs): Note that inhibit-startup-screen
3259 can't be changed in the site-start file.
3260
6337bbde
CY
32612008-11-07 Chong Yidong <cyd@stupidchicken.com>
3262
3263 * dired.texi (Dired): Mention C-x C-d too.
3264 (Dired Enter): Document M-n in the Dired minibuffer.
1c6c854e
CS
3265 (Dired Navigation): Explain dired-goto-file more clearly.
3266 Document dired-isearch-filenames.
6337bbde
CY
3267 (Dired Deletion): Remove unnecessary "expunged" terminology.
3268 (Flagging Many Files): & is now rebound to `% &'.
3269 (Shell Commands in Dired): Document dired-do-async-shell-command.
3270 Clarify how multi-file arguments are passed.
3271 (Misc Dired Features): Document dired-do-isearch.
3272
9e8eeff9
CY
32732008-11-06 Chong Yidong <cyd@stupidchicken.com>
3274
3275 * entering.texi (Entering Emacs): Document inhibit-startup-screen.
3276
e071f849
CY
32772008-11-03 Chong Yidong <cyd@stupidchicken.com>
3278
3279 * search.texi (Other Repeating Search): Remove obsolete findex entries.
3280
05482eb1
CY
32812008-11-01 Chong Yidong <cyd@stupidchicken.com>
3282
e2346dea
CY
3283 * programs.texi (Program Modes): Link to Program Indent node.
3284 (Left Margin Paren): Explain consequences of changing
3285 open-paren-in-column-0-is-defun-start more concisely.
3286 (Which Function, Program Indent, Info Lookup): Minor edits.
3287 (Basic Indent): If region is active, TAB indents the region.
1c6c854e
CS
3288 (Multi-line Indent): If region is active, TAB indents the region.
3289 Note that indent-region is useful when Transient Mark mode is off.
e2346dea
CY
3290 (Matching): The delimiter at the cursor is highlighted---the character
3291 changes color.
3292 (Symbol Completion): Link to Completion node.
3293
e4b6428c
CY
3294 * misc.texi (Invoking emacsclient): Describe how to use Emacs server in
3295 a strictly text-only system.
3296
05482eb1
CY
3297 * abbrevs.texi (Saving Abbrevs): Note that abbrev file is not loaded in
3298 batch mode.
3299
a11d3737
RS
33002008-11-01 Richard M. Stallman <rms@gnu.org>
3301
5abad626
RS
3302 * misc.texi (Document View): Major rewrite.
3303
a11d3737
RS
3304 * maintaining.texi (Types of Log File): Change logs are older than
3305 version control.
3306 (VCS Concepts): Simplify and rearrange.
3307 (Version Control Systems): Make it clear that Linux is only the kernel.
3308 (VC Mode Line): Shorten reference to menu item.
3309 (Basic VC Editing): Clarify VC fileset. Shorten and simplify.
3310 (VC Directory Mode): Minor cleanup.
3311 Unchanged files are hidden, not omitted.
3312 (VC Directory Commands): Shorten and simplify.
3313 (Change Log Commands): New node, split from Change Logs.
3314 (VC Directory Buffer): New node, split from VC Directory Mode.
3315
c55a4acb
CY
33162008-10-31 Chong Yidong <cyd@stupidchicken.com>
3317
1c6c854e 3318 * misc.texi (Document View): Rename from Document Files, moved here
df0356f6
CY
3319 from files.texi.
3320
1c6c854e
CS
3321 * files.texi (Version Control): Move to maintaining.texi.
3322 Subnodes moved as well.
3323 (Document Files): Move to misc.texi.
df0356f6 3324
c55a4acb
CY
3325 * maintaining.texi (Change Log): Document log-edit-insert-changelog and
3326 vc-update-change-log.
df0356f6
CY
3327 (Version Control): Move here from files.texi.
3328 (Format of ChangeLog): Make it a subnode of Change Log.
3329
3330 * emacs.texi (Top): Update node listing.
c55a4acb 3331
ef082374
TH
33322008-10-31 Tassilo Horn <tassilo@member.fsf.org>
3333
3334 * files.texi (Files): Add a section about document
3335 files (doc-view-mode).
3336
d52582c3
CY
33372008-10-31 Chong Yidong <cyd@stupidchicken.com>
3338
1c6c854e
CS
3339 * building.texi (Compilation Mode):
3340 Document compilation-auto-jump-to-first-error.
d52582c3
CY
3341 (Debuggers): Lower GUD subsections to subsubsections.
3342 (Starting GUD): Add cindex.
3343 (Lisp Interaction): Note that scratch is no longer the initial buffer.
3344
4e0a0968
CY
33452008-10-30 Chong Yidong <cyd@stupidchicken.com>
3346
03625b47
CY
3347 * indent.texi (Indentation): Link to Program Indent.
3348
4e0a0968
CY
3349 * misc.texi (Invoking emacsclient): If Emacs has no available frame, it
3350 now uses emacsclient's terminal.
3351
8bd3f7ef
CY
33522008-10-29 Chong Yidong <cyd@stupidchicken.com>
3353
80e5620e
CY
3354 * mark.texi (Using Region): Document use-empty-active-region.
3355
97d5c404
CY
3356 * emacs.texi (Top): Update node listings.
3357
1c6c854e
CS
3358 * misc.texi (Emacs Server): Rewrite. Document daemon-mode.
3359 Don't mention obsolete emacs.bash script.
8bd3f7ef
CY
3360 (Invoking emacsclient): Rewrite, moving optional arguments to
3361 emacsclient Options.
21d2bae3
CY
3362 (emacsclient Options): New node. Document server-use-tcp and
3363 server-host.
8bd3f7ef 3364
5fda2cbd
CY
33652008-10-28 Chong Yidong <cyd@stupidchicken.com>
3366
3367 * indent.texi (Indentation): Replace list with paragraphed text,
3368 putting description of syntax-driven indentation first. Document new
3369 effect of active regions on tab.
3370 (Tab Stops): Note that editable tab stops affect indentation commands.
3371
4ff029f6
DN
33722008-10-27 Dan Nicolaescu <dann@ics.uci.edu>
3373
3374 * cmdargs.texi (Initial Options): Document -daemon=SERVER_NAME.
3375
996cd6e4
CY
33762008-10-23 Chong Yidong <cyd@stupidchicken.com>
3377
f28815e3
CY
3378 * custom.texi (Function Keys): Note that modified keypad keys are not
3379 translated.
3380
996cd6e4
CY
3381 * basic.texi (Arguments): Explain how to insert multiple digits.
3382
49545fe2
MA
33832008-10-22 Michael Albinus <michael.albinus@gmx.de>
3384
3385 * files.texi (Remote Files): Precise selection of default method.
3386 Rewrite paragraph about disabling remote file names.
3387
edac0b53
CY
33882008-10-22 Chong Yidong <cyd@stupidchicken.com>
3389
e752c544
CY
3390 * search.texi (Special Isearch): Document M-TAB is isearch.
3391
edac0b53
CY
3392 * files.texi (VC Mode Line): Use @kbd instead of @key for mouse
3393 command.
3394
3395 * frames.texi: Use @kbd instead of @key for mouse commands throughout.
3396
20a36054
TH
33972008-10-22 Tassilo Horn <tassilo@member.fsf.org>
3398
1c6c854e 3399 * emacs.texi (Acknowledgments): Add myself to Acknowledgments
20a36054
TH
3400 section.
3401
69051ab6
CY
34022008-10-21 Chong Yidong <cyd@stupidchicken.com>
3403
c4b1a32a
CY
3404 * vc1-xtra.texi: Move nodes VC Directory Mode and VC Directory Commands
3405 to files.texi. Move contents of vc2-xtra.texi here.
3406
3407 * vc2-xtra.texi: File removed.
3408
3409 * vc-xtra.texi (Advanced VC Usage): Remove VC Directory Mode and VC
3410 Directory Commands from the submenu. Don't include deleted file
3411 vc2-xtra.texi.
3412
3413 * files.texi (Visiting): Document find-file-confirm-nonexistent-file.
3414 (Version Control): Add VC Directory Mode and VC Directory Commands to
3415 the submenu.
3416 (Why Version Control?): Use table format.
3417 (Version Control Systems): Note that Meta-CVS support is gone.
3418 (VCS Concepts): Note precisely when VC started supporting filesets.
3419 Remove bogus xref to CVS Options node.
3420 (Types of Log File): Copyedits.
3421 (VC Mode Line): Document tooltips and mouse-1 on VC indicator.
3422 (Basic VC Editing): Content moved from Selecting A Fileset and Doing
3423 The Right Thing.
3424 (Selecting A Fileset, Doing The Right Thing): Nodes deleted.
3425 (Log Buffer): Reorganize node, putting C-c C-c description first.
3426 (Old Revisions): Use CVS for example, not RCS.
3427 (Secondary VC Commands): Remove VC Directory Mode and VC Directory
3428 Commands from the submenu, putting them under Version Control.
3429 (VC Directory Mode): Move node contents here from vc1-xtra.texi; we
3430 need to include it in the manual unconditionally, since it is now
3431 crucial to using distributed version control systems.
1a6e2954
CY
3432 (Comparing Files): Note that diff uses the minibuffer, and that the
3433 output is shown using Diff mode.
1c6c854e
CS
3434 (Diff Mode): Explain what "patch" and "hunk" mean.
3435 Document diff-update-on-the-fly, diff-refine-hunk, and
b328f1b9 3436 diff-show-trailing-whitespaces.
1a6e2954 3437 (File Archives): Add rar support.
c4b1a32a 3438
69051ab6
CY
3439 * major.texi (Choosing Modes): Make mode selection sequence more
3440 obvious by describing the steps in order of priority. Note that
1c6c854e
CS
3441 magic-mode-alist is nil by default.
3442 Document magic-fallback-mode-alist.
69051ab6 3443
e7421e03
CY
34442008-10-20 Chong Yidong <cyd@stupidchicken.com>
3445
3446 * frames.texi (Mouse References): Copyedits.
3447
6b2efdc2
TH
34482008-10-20 Tassilo Horn <tassilo@member.fsf.org>
3449
3450 * ack.texi (Acknowledgments): Add myself as doc-view author.
3451
9c5e9396
EZ
34522008-10-20 Eli Zaretskii <eliz@gnu.org>
3453
3454 * frames.texi (Dialog Boxes): Add @cindex entries.
3455
dac94f8e
CY
34562008-10-20 Chong Yidong <cyd@stupidchicken.com>
3457
3458 * frames.texi (Dialog Boxes): Clarify description of GTK+ file chooser.
3459 (Text-Only Mouse): Copyedit.
3460
25597d40
CY
34612008-10-19 Chong Yidong <cyd@stupidchicken.com>
3462
f8a447f6
CY
3463 * frames.texi: Use @key throughout for mouse clicks.
3464 (Cut/Paste Other App): Document yank-pop-change-selection.
25597d40
CY
3465 (Secondary Selection): Fix modified mouse click syntax.
3466 (Clipboard): Describe Cut, Copy and Paste commands.
3467 (Mouse References): Not all references are in read-only buffers.
f8a447f6
CY
3468 Copyedits.
3469 (Creating Frames): Add xref to Init File.
3470 (Frame Commands): Add xref to Exiting.
3471 (Scroll Bars): Document GTK vs toolkit behavior.
25597d40 3472
b0f95216
CY
34732008-10-15 Chong Yidong <cyd@stupidchicken.com>
3474
b0817f00
CY
3475 * files.texi (Version Control): Copyedits. Add Bazaar.
3476 (Version Control Systems): List different VCS's using an itemized list.
3477 Add Bazaar.
3478 (VCS Concepts): Copyedits. Tweak description of file merging.
3479
b0f95216
CY
3480 * frames.texi (Mouse Commands, Cut/Paste Other App): Rewrite.
3481 (Cut/Paste Other App): Document select-active-regions and
3482 x-select-enable-primary.
3483
69d0d701
CY
34842008-10-13 Chong Yidong <cyd@stupidchicken.com>
3485
3486 * mark.texi (Shift Selection): Correct case in node name.
3487
3488 * emacs.texi (Top): Update node order in Mark chapter.
3489
375e8351
EZ
34902008-10-12 Eli Zaretskii <eliz@gnu.org>
3491
3492 * msdog-xtra.texi (MS-DOS): Fix bad pxref.
3493
3494 * mini.texi (Minibuffer File): Fix markup in last change. Refer to
3495 elsewhere in the manual instead of describing yet again the intricacies
3496 of $HOME on MS-Windows and MS-DOS.
3497
ab58114f
CY
34982008-10-12 Chong Yidong <cyd@stupidchicken.com>
3499
4f959513 3500 * mini.texi (Minibuffer File): Add xref to File Names.
1c6c854e
CS
3501 (Minibuffer File): Add discussion of `~' in file names.
3502 Add insert-default-directory index reference.
4f959513 3503
ab58114f
CY
3504 * files.texi (File Names): Reorganize description.
3505 (Visiting): Add xref to Mode Line. Copyedits.
3506 (Save Commands): Mention prefix behavior of C-x C-s.
3507 (Numbered Backups): Node deleted.
3508 (Backup Names): Contents of Numbered Backups moved here. State default
3509 of version-control variable.
3510 (Reverting): Copyedits.
3511 (Version Control): Add additional version control systems.
3512
3513 * emacs.texi (Top): Delete Numbered Backups node.
3514
3515 * cmdargs.texi (General Variables): Change Numbered Backups xref to
3516 Backup Names.
f2884f63 3517 (Initial Options): Document renamed variable inhibit-startup-screen.
ab58114f 3518
b0b5100a
RF
35192008-10-11 Romain Francoise <romain@orebokech.com>
3520
3521 * kmacro.texi (Edit Keyboard Macro): Lossage is now 300 keys.
3522
89774b5f
CY
35232008-10-11 Chong Yidong <cyd@stupidchicken.com>
3524
3525 * buffers.texi (Buffers): Add xrefs to Mode Line and Lisp Interaction.
3526 (Select Buffer): Mention use of minibuffer history. Describe default
3527 value of default-major-mode. Mention that C-x 4 b selects the other
3528 window.
3529 (List Buffers): Document CRM indicators in the order they appear.
3530 (Kill Buffer): Document new command kill-matching buffers.
3531 (Several Buffers): Move explanation of the relationship between buffer
3532 list and buffer menu to the top.
3533 (Indirect Buffers): Document new variable clone-indirect-buffer-hook.
3534
4c72bf27
CY
35352008-10-10 Chong Yidong <cyd@stupidchicken.com>
3536
3537 * entering.texi (Exiting): Document change of C-x C-c to
3538 save-buffers-kill-terminal. Document kill-emacs.
3539
f68eb991
EZ
35402008-09-30 Eli Zaretskii <eliz@gnu.org>
3541
3542 * mule.texi (Coding Systems): Don't mention codepage-setup.
3543
3544 * msdog-xtra.texi (MS-DOS Printing, MS-DOS and MULE): No need to create
3545 cpNNN coding systems anymore.
3546 (MS-DOS and MULE): Don't mention code-pages.el. Don't mention support
1c6c854e
CS
3547 for unibyte mode. Don't mention line-drawing characters.
3548 Don't mention dos-unsupported-char-glyph.
f68eb991 3549
1a2dd44d
CY
35502008-09-25 Chong Yidong <cyd@stupidchicken.com>
3551
3552 * search.texi (Search): Shorten introduction.
3553 (Basic Isearch): Add command table. Discuss reverse isearch and
3554 isearch highlighting.
3555 (Repeat Isearch): Move lazy highlighting discussion here. Add search
3556 ring to cindex.
3557 (Special Isearch): Move input methods discussion here.
3558 (Non-ASCII Isearch): Node deleted, merged with Special Isearch.
3559 (Isearch Yank): Node deleted, and contents moved into Basic Isearch and
3560 Repeat Isearch.
3561 (Isearch Minibuffer): New node.
3562 (Word Search): Document new word search commands.
3563 (Regexp Example): Simplify example using sentence-end-base variable.
3564 (Replace): Reword introduction.
3565 (Unconditional Replace): Remove unnecessary example.
3566 (Other Repeating Search): Document new `M-s o' binding.
3567
3568 * emacs.texi (Top): Update node listings.
3569
e45da31d
JB
35702008-09-22 Juanma Barranquero <lekktu@gmail.com>
3571
3572 * emacs.texi (Top): Remove Kill Errors from menu.
3573
841c8096
CY
35742008-09-22 Chong Yidong <cyd@stupidchicken.com>
3575
402168fa
CY
3576 * kmacro.texi (Basic Keyboard Macro): Make F3 and F4 the preferred
3577 interface for defining macros. Simplify examples. Note that C-g quits
3578 macro definitions.
1c6c854e
CS
3579 (Keyboard Macro Counter): Document using F3 to insert counter.
3580 Give usage example.
402168fa
CY
3581 (Keyboard Macro Query): Organize query responses in a table.
3582
1c6c854e
CS
3583 * fixit.texi (Fixit): Favor C-/ keybinding for undo throughout.
3584 Link to Erasing node.
841c8096
CY
3585 (Undo): Reorganize paragraphs for logical flow. Move keybinding
3586 rationale to a footnote.
3587 (Kill Errors): Remove node, due to redundancy with Erasing.
3588 (Spelling): Move discussion of flyspell to end. Note new behavior of
3589 M-$ in active region. Remove non-ispell-specific keybindings from
3590 table.
3591
eab2ee89
DN
35922008-09-21 Dan Nicolaescu <dann@ics.uci.edu>
3593
3594 * cmdargs.texi (Initial Options): Document --daemon.
3595
3d53e905
GM
35962008-09-20 Glenn Morris <rgm@gnu.org>
3597
3598 * files.texi (Numbered Backups): Mention that some modes set
3599 version-control.
3600
1c90484d
GM
36012008-09-20 Jim Blandy <jimb@red-bean.com>
3602
3603 * files.texi (Numbered Backups): Reference File Variables, as well.
3604 Remove discussion of Rmail's implementation.
3605
0fc0d844
CY
36062008-09-06 Chong Yidong <cyd@stupidchicken.com>
3607
3608 * misc.texi (Recursive Edit): Note that top-level exits active
3609 minibuffers.
3610
3611 * trouble.texi (Quitting): Likewise.
3612
b18d283d
CY
36132008-08-31 Chong Yidong <cyd@stupidchicken.com>
3614
3615 * emacs.texi (Top): Add Temporary Face Changes xref.
3616
3617 * display.texi (Display): Move Temporary Face Changes node to just
3618 after Standard Faces.
3619 (Scrolling): Document recenter-top-bottom instead of recenter.
3620 (Horizontal Scrolling): Move auto hscroll discussion to the top.
3621 (Faces, Standard Faces, Temporary Face Changes, Useless Whitespace)
3622 (Display Custom): Copyedits.
3623 (Optional Mode Line): Document display-battery-mode.
3624
180135fc
RF
36252008-08-27 Romain Francoise <romain@orebokech.com>
3626
3627 * custom.texi (Directory Variables): Minor fix.
3628
d3fe3475
GM
36292008-08-27 Glenn Morris <rgm@gnu.org>
3630
3631 * cal-xtra.texi (Advanced Calendar/Diary Usage): Tweak some menu
3632 descriptions.
3633 (Calendar Customizing): Tweak layout description.
183080b6 3634 Move calendar-today-marker and calendar-today face to the other
d3fe3475
GM
3635 markers. Condense calendar-star-date and calendar-mark-today
3636 description.
3637 (Holiday Customizing): Add oriental and solar holidays.
3638 Add index entries for Baha'i, Christian, Hebrew and Islamic holidays.
3639 Fix holiday-float description. Use zerop in examples. Be less verbose.
3640 (Date Display Format): Change ISO format. Be less verbose.
3641 (Diary Customizing): Mention day and month abbrev arrays.
3642 Mention the date-form variables by name. Update European example.
3643 (Non-Gregorian Diary): Change node name. Mention Baha'i functions.
3644 Condense examples. Mention diary-entry-symbols by name.
3645 Condense table for insertion commands.
3646 (Fancy Diary Display): Mention diary-include-string and
3647 diary-sexp-entry-symbol. Condense example. Add Chinese, Coptic,
3648 Ethiopic, Persian date functions. Condense descriptions.
3649
3650 * calendar.texi (Format of Diary File): Mention diary-nonmarking-symbol.
3651 (Adding to Diary): Adapt for changed node name.
3652
71755807
GM
36532008-08-26 Glenn Morris <rgm@gnu.org>
3654
3655 * cal-xtra.texi (Non-Gregorian Diary Entries): New name for
3656 node "Hebrew/Islamic Entries".
3657
3658 * calendar.texi (Specified Dates): Fix names of iso functions.
3659 (General Calendar): There may not be another window.
3660 (Writing Calendar Files, Holidays): Tweak intro.
3661 (Holidays): Mention Baha'i and Chinese holidays.
3662 (Sunrise/Sunset): Add M-x calendar-sunrise-sunset-month.
3663 (Lunar Phases): Remove incorrect reference to calendar-time-zone.
3664 (To Other Calendar): Add calendar-print-other-dates.
3665 Refer to "graphic display" rather than "X.
3666 (From Other Calendar): Add calendar-bahai-goto-date. Fix reference.
3667 (Displaying the Diary): Fix whitespace after reference.
3668 Fix `diary-number-of-entries' reference.
3669 (Date Formats): Explicitly mention that day names can be abbreviated.
3670 (Adding to Diary): Add some references to other sections.
3671 (Special Diary Entries): Fix reference.
3672 (Appointments): Simplify appt-message-warning-time entry.
3673 Clarify where times must be.
3674 (Importing Diary): Comment out icalendar paragraph that does not apply.
3675 (Time Intervals): Simplify entry for timeclock-ask-before-exiting.
3676
d76ebc75
GM
36772008-08-23 Glenn Morris <rgm@gnu.org>
3678
3679 * fortran-xtra.texi (Fortran): Change description of free form and
3680 fixed form a bit. Mention hideshow and imenu.
3681 (Fortran Motion): Mention fortran-end-of-subprogram,
3682 fortran-beginning-of-subprogram, fortran-mark-do, fortran-mark-if.
3683 (Fortran Indent): Minor re-word.
3684 (ForIndent Commands): Mention fortran-fill-paragraph and
3685 fortran-fill-statement.
3686 (ForIndent Cont): Mention fortran-tab-mode-string.
3687 (Fortran Comments): Mention fortran-comment-line-start-skip.
3688 (Fortran Columns): Mention font-locking.
3689 (Fortran Abbrev): Word syntax not relevant with new-style abbrev.
3690
1fc0ce04 36912008-08-23 Johan Bockgård <bojohan@muon>
e2a71e28
JB
3692
3693 * basic.texi (Moving Point): Fix <prior>/<next> confusion.
3694
5c52e13c
CY
36952008-08-22 Chong Yidong <cyd@stupidchicken.com>
3696
3697 * mini.texi (Minibuffer): Simplify introduction.
3698 (Minibuffer File): Document tilde in minibuffer filenames.
3699 (Minibuffer Edit): Mention that the prompt is read-only. Describe how
3700 to enter tabs, spaces, and question marks. Describe behavior of C-a.
3701 (Completion Example): Update example to current command list.
3702 (Completion Options): Document `lazy' value of completion-auto-help.
3703 Update contents of completion-ignored-extensions.
3704 (Minibuffer History): Describe "future history" list. State default
3705 value of history-delete-duplicates.
3706
77a00355
GM
37072008-08-21 Glenn Morris <rgm@gnu.org>
3708
3709 * fortran-xtra.texi (Fortran Columns): Document `fortran-line-length'.
87aae241 3710 (Fortran Comments): Replace fortran-indent-comment with comment-dwim.
77a00355 3711
39ee1d04
CY
37122008-08-17 Chong Yidong <cyd@stupidchicken.com>
3713
3714 * regs.texi (Registers): Clarify valid register names.
3715 (RegPos): Note that buffer is saved and restored too.
3716 (RegText): Note that mark is reactivated/deactivated.
3717 (RegConfig): Xref to Windows node.
3718
b12c348f
CY
37192008-08-16 Chong Yidong <cyd@stupidchicken.com>
3720
3ae7ba79
CY
3721 * basic.texi (Inserting Text): Provide command name for C-q.
3722
b12c348f
CY
3723 * killing.texi (Killing): Copyedit. Define read-only text.
3724 (Deletion): DEL and C-d were already explained in Erasing; xref there.
3725 (Killing by Lines): Copyedit.
3726 (Other Kill Commands): Move M-w description here.
3727 (Yanking): Move M-w to Other Kill Commands.
3728 (Kill Ring): Also mention saving text in registers. Link to Text
3729 Properties in elisp manual.
3730 (Accumulating Text): Copyedit.
3731 (CUA Bindings): Shift selection is now the default.
3732
d8ff7692
TZ
37332008-08-12 Teodor Zlatanov <tzz@lifelogs.com>
3734
3735 * maintaining.texi (Change Log): Mention next-error is available.
3736
a43a8a2e
GM
37372008-08-10 Glenn Morris <rgm@gnu.org>
3738
3739 * cal-xtra.texi (Calendar Customizing): Mention whitespace variables
3740 and intermonth text.
3741 (Holiday Customizing): Add holiday-chinese.
3742
eba27308
EZ
37432008-08-08 Eli Zaretskii <eliz@gnu.org>
3744
3745 * files.texi (Log Buffer, Diff Mode): Fix last changes. Add indexing.
3746
5f14a5b3
DN
37472008-08-07 Dan Nicolaescu <dann@ics.uci.edu>
3748
3749 * files.texi (Log Buffer): Describe C-c C-d.
3750 (Diff Mode): Describe C-x 4 A.
3751
49989bff
EZ
37522008-08-06 Eli Zaretskii <eliz@gnu.org>
3753
3754 * vc1-xtra.texi (VC Directory Mode): Fix last change.
3755
5c915c02
DN
37562008-08-06 Dan Nicolaescu <dann@ics.uci.edu>
3757
2beaf97a
DN
3758 * files.texi (Old Revisions): Update the keys used by vc-annotate and
3759 describe the new bindings to show the changeset diff, toggle annotation
3760 visibility, show revisions.
3761 (VC Status): Describe key bindings for modifying the change comments,
3762 displaying changeset diffs and annotations.
3763
5c915c02
DN
3764 * vc1-xtra.texi (VC Directory Mode): Talk about multiple VC systems.
3765
71798ace
NR
37662008-08-05 Nick Roberts <nickrob@snap.net.nz>
3767
3768 * vc1-xtra.texi (VC Directory Mode): Fix typo.
3769
b8949644
EZ
37702008-08-02 Eli Zaretskii <eliz@gnu.org>
3771
3772 * vc1-xtra.texi (VC Directory Mode, VC Directory Commands): Fix English
3773 and wording.
3774
819567d1
DN
37752008-08-02 Dan Nicolaescu <dann@ics.uci.edu>
3776
3777 * vc1-xtra.texi (VC Directory Mode): Fix and improve the info about
b8949644 3778 marking/unmarking. Add descriptions for the multiple file search
819567d1
DN
3779 commands. Improve some old info.
3780
5f38310a
CY
37812008-07-31 Chong Yidong <cyd@stupidchicken.com>
3782
0dc3906b
CY
3783 * display.texi (Visual Line Mode): New node.
3784
5f38310a 3785 * basic.texi (Inserting Text): Move DEL to deletion node.
1c6c854e
CS
3786 (Moving Point): Add additional alternative key bindings.
3787 Describe line-move-visual.
5f38310a
CY
3788 (Erasing): Describe DEL.
3789 (Basic Undo, Blank Lines, Arguments): Copyedit.
3790 (Continuation Lines): Mention Visual Line mode.
3791 (Position Info): Move extended discussion to mule.texi.
3792
3793 * mule.texi (International Chars): Describe C-x =.
3794
3795 * emacs.texi (Top): Add Visual Line Mode node.
3796
7c2fb837
DN
37972008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
3798
3799 * emacs.texi: Remove VMS support.
3800
3f6b73ef
DN
38012008-07-30 Dan Nicolaescu <dann@ics.uci.edu>
3802
3803 * vc1-xtra.texi (VC Directory Mode): Update the display format and fix
3804 the vc-dir command name.
3805
9e2a2647
DN
38062008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
3807
3808 * xresources.texi: Remove mentions of Mac Carbon.
3809
568beaa2
AS
38102008-07-19 Andreas Schwab <schwab@suse.de>
3811
3812 * ns-emacs.texi: Move to ../misc.
3813
0ef94706
CY
38142008-07-15 Chong Yidong <cyd@stupidchicken.com>
3815
3816 * entering.texi (Exiting): Don't describe text-only terminals as the
3817 default. Describe the new startup screen.
3818 (Exiting): Describe how to kill Emacs first. Change description of
3819 iconification to handle modern window systems.
3820
ba60bd44 38212008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
edfda783
AR
3822
3823 * ns-emacs.texi: New file, documents features of Emacs port under
3824 NeXTstep windowing.
3825
9f30aa73
CY
38262008-07-15 Chong Yidong <cyd@stupidchicken.com>
3827
938a5d2e
CY
3828 * entering.texi (Entering Emacs): Update prev node.
3829
3830 * glossary.texi (Glossary): Remove xref to Text Characters.
3831
9f30aa73
CY
3832 * commands.texi (User Input): Rewrite. Describe Emacs' behavior
3833 directly, rather than in the context of ASCII. Move description of
3834 special properties of modifier key to new Modifier Keys node.
3835 (Keys): Copyedit.
3836 (Text Characters): Delete node. Multibyte is the default nowadays, and
3837 the node contents are obsolete.
3838
3839 * custom.texi (Modifier Keys): New node.
3840
3841 * emacs.texi (Top): Update node list.
3842
7e53d36c
CY
38432008-07-13 Chong Yidong <cyd@stupidchicken.com>
3844
3845 * emacs.texi (Intro): Increase conciseness slightly. Remove paragraph
3846 saying that Emacs provides menus and mouse support (which is par for
3847 the course).
3848
3849 * screen.texi (Screen): Copyedit. Define "buffer" and "current buffer"
3850 early on.
3851 (Point): Copyedit. Relegate historical trivia to a footnote.
3852 (Mode Line): Explain mode-line format more consistently.
3853 (Menu Bar): Copyedit.
3854
1e9fa96d
GM
38552008-06-27 Glenn Morris <rgm@gnu.org>
3856
3857 * cal-xtra.texi (Sexp Diary Entries):
3858 * calendar.texi (Lunar Phases): Update for lunar.el name changes.
3859
dc9bebb8
CY
38602008-06-26 Chong Yidong <cyd@stupidchicken.com>
3861
3862 * mark.texi (Shift selection): New node.
3863 (Mark): Copyedits.
3864 (Persistent Mark): Move to the end of the chapter.
3865
e7881076
EZ
38662008-06-20 Eli Zaretskii <eliz@gnu.org>
3867
3868 * makefile.w32-in (distclean): Remove makefile.
3869
f427400c
NR
38702008-06-17 Nick Roberts <nickrob@snap.net.nz>
3871
3872 * building.texi (Starting GUD): Add an entry for gud-gdb.
3873 (GDB Graphical Interface): Explain that gud-gdb is now needed for text
3874 command mode.
3875
b597d348
GM
38762008-06-17 Glenn Morris <rgm@gnu.org>
3877
3878 * calendar.texi: Fix references to mouse-2 and mouse-3 in calendar.
3879
647b7094
NR
38802008-06-17 Nick Roberts <nickrob@snap.net.nz>
3881
3882 * building.texi (Starting GUD): Expand on remote debugging.
3883 (Other GDB-UI Buffers): Mention new keyboard bindings.
3884
47a30023
GM
38852008-06-15 Glenn Morris <rgm@gnu.org>
3886
3887 * gnu.texi: Use a verbatim license for this invariant section,
3888 as per etc/GNU.
3889
37e5d54a
GM
38902008-06-13 Daniel Engeler <engeler@gmail.com>
3891
3892 * emacs.texi, misc.texi: Add documentation about serial port access.
3893
8e65d46c
GM
38942008-06-13 Glenn Morris <rgm@gnu.org>
3895
c1473b4c
MB
3896 * emacs-xtra.texi, emacs.texi: Update Back-Cover text per
3897 maintain.info.
8e65d46c 3898
e40a85cd
MB
38992008-06-05 Miles Bader <miles@gnu.org>
3900
3901 * display.texi (Temporary Face Changes): Update to reflect function
3902 renamings in face-remap.el.
3903
56c73dec
MB
39042008-06-04 Miles Bader <miles@gnu.org>
3905
1c6c854e
CS
3906 * display.texi (Temporary Face Changes):
3907 Add `adjust-buffer-face-height'. Rewrite description of
56c73dec
MB
3908 `increase-buffer-face-height' and `decrease-default-face-height' now
3909 that they aren't bound by default.
3910
9d3d42fb
MB
39112008-06-03 Miles Bader <miles@gnu.org>
3912
3913 * display.texi (Temporary Face Changes): New node.
3914
2be6bfe2
EZ
39152008-05-31 Eli Zaretskii <eliz@gnu.org>
3916
3917 * msdog.texi (Windows Keyboard): Fix text added on 2008-05-29.
3918
daf7e339
GM
39192008-05-31 Glenn Morris <rgm@gnu.org>
3920
3921 * cal-xtra.texi (Fancy Diary Display): Simplify.
3922
d21d2618
GM
39232008-05-30 Glenn Morris <rgm@gnu.org>
3924
3925 * cal-xtra.texi (Fancy Diary Display): Update for
3926 diary-display-function replacing diary-display-hook.
3927
71ce5fd0
JB
39282008-05-29 Drew Adams <drew.adams@oracle.com>
3929
3930 * msdog.texi (Windows Keyboard): Add descriptions of
3931 w32-register-hot-key and w32-unregister-hot-key.
3932
a3cdbdf8
MO
39332008-05-21 Tom Tromey <tromey@redhat.com>
3934
3935 * custom.texi (Directory Variables): Grammar fix. Link to Safe File
3936 Variables node.
3937
854a574c
MO
39382008-05-19 Tom Tromey <tromey@redhat.com>
3939
3940 * custom.texi (Variables): Add Directory Variables to menu.
3941 (Directory Variables): New node.
3942
7c2ec3f9
ER
39432008-05-16 Eric S. Raymond <esr@snark.thyrsus.com>
3944
71ce5fd0 3945 * vc2-xtra.texi: Modify an example so it reflects what vc.el now does.
7c2ec3f9 3946
370fded4
ER
39472008-05-15 Eric S. Raymond <esr@snark.thyrsus.com>
3948
3949 * vc2-xtra.texi, emacs.texi, files.texi: Snapshots node renamed to
352c8b4a
GM
3950 Revision Tags and rewritten. Section now uses modern terminology,
3951 (tags rather than snapshots) and describes post-SCCS systems more
370fded4
ER
3952 accurately.
3953
6af511e3
EZ
39542008-05-10 Eli Zaretskii <eliz@gnu.org>
3955
3956 * msdog.texi (Windows Files): Update documentation of
3957 w32-get-true-file-attributes.
3958
7a78b6e7
ER
39592008-05-09 Eric S. Raymond <esr@snark.thyrsus.com>
3960
3961 * files.texi, vc-xtra.texi, vc1-xtra.texi: Document the new VC
3962 directory mode.
3963
1bcfc24e
CY
39642008-05-08 Chong Yidong <cyd@stupidchicken.com>
3965
3966 * killing.texi (Appending Kills): Remove a strangely off-topic index
6af511e3 3967 entry "television".
1bcfc24e 3968
db86064f
ER
39692008-05-07 Eric S. Raymond <esr@snark.thyrsus.com>
3970
ab5ec32c 3971 * ack.texi, files.texi, vc2-xtra.texi: Meta-CVS is no longer supported.
db86064f 3972
a31b405e
ER
39732008-05-02 Eric S. Raymond <esr@snark.thyrsus.com>
3974
3975 * emacs/buffers.texi, emacs/files.texi (Version-control):
3976 vc-toggle-read-only is no longer a good idea...
3977
ff2c14fc
GM
39782008-04-29 Glenn Morris <rgm@gnu.org>
3979
3980 * cal-xtra.texi (Sexp Diary Entries): Clarify diary-float.
3981
367c9b7c
JL
39822008-04-22 Juri Linkov <juri@jurta.org>
3983
3984 * dired.texi (Subdirectories in Dired): Describe using `^'
3985 to return to the parent directory.
3986
4ac1e9b4
NR
39872008-04-22 Nick Roberts <nickrob@snap.net.nz>
3988
3989 * building.texi (GDB-UI Layout, Other GDB-UI Buffers): Update for
3990 recent changes.
3991
b9b3bf2b
NR
39922008-04-19 Nick Roberts <nickrob@snap.net.nz>
3993
3994 * building.texi (GDB-UI Layout, Breakpoints Buffer)
3995 (Other GDB-UI Buffers): Update for recent thread related changes.
3996
4d120d6a
SM
39972008-04-11 Mirko Vukovic <mirko.vukovic@gmail.com> (tiny change)
3998
3999 * maintaining.texi (Maintaining):
4000 * emacs.texi (Top): Typo.
4001
a152877d
SM
40022008-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
4003
b9b3bf2b
NR
4004 * display.texi (Font Lock): Prefer add-hook to using a non-nil `mode'
4005 arg in `font-lock-add-keywords'.
a152877d 4006
36c0514c
GM
40072008-04-08 Glenn Morris <rgm@gnu.org>
4008
4009 * cal-xtra.texi, calendar.texi: Update for calendar name changes.
4010 Also add Baha'i calendar references where appropriate.
4011
06a97d46
GM
40122008-04-05 Glenn Morris <rgm@gnu.org>
4013
4014 * custom.texi (Init File): Byte-compiling .emacs is bad.
4015
6adc6eed
SM
40162008-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
4017
4018 * mini.texi (Minibuffer Edit) <resize-mini-windows>: Adjust default.
4019
571388b0
GM
40202008-03-29 Glenn Morris <rgm@gnu.org>
4021
4022 * calendar.texi: Update for `calendar-date-style' replacing
4023 `european-calendar'.
4024
3ae8f876
JR
40252008-03-28 Jason Rumney <jasonr@gnu.org>
4026
4027 * display.texi (Display Custom): Mention overlay-margin in text.
4028
5bc6ddff 40292008-03-12 Reiner Steib <Reiner.Steib@gmx.de>
03a864d5 4030
5bc6ddff
MB
4031 * custom.texi, dired.texi, mini.texi, mule.texi: Add `referenced in the
4032 tutorial' comments.
03a864d5 4033
7186a830
CY
40342008-03-28 Chong Yidong <cyd@stupidchicken.com>
4035
4036 * mark.texi (Mark): Rearrange nodes.
4037 (Persistent Mark): Rename from Transient Mark.
4038 (Mark, Setting Mark, Marking Objects, Persistent Mark, Mark Ring):
4039 Describe Transient Mark mode as the default.
4040
4041 * basic.texi (Basic Undo): Don't mention setting the mark, which isn't
4042 the default behavior with Transient Mark mode off.
4043 (Position Info): Fix typo.
4044
71ce5fd0
JB
4045 * display.texi (Standard Faces): Reference the Mark node.
4046 Remove discussion of the region face, which is discussed there.
7186a830
CY
4047
4048 * emacs.texi (Top): Update node listings.
4049
4050 * files.texi (Diff Mode, Misc File Ops): Describe Transient Mark mode
4051 as the default.
4052
4053 * fixit.texi (Undo): Standardize choice of undo key sequence.
4054 (Undo, Spelling): Describe Transient Mark mode as the default.
4055
4056 * frames.texi (Mouse Commands): Treat Transient Mark mode as the
4057 default.
4058
4059 * glossary.texi (Glossary): Treat Transient Mark mode as the default.
4060
4061 * killing.texi (Kill Ring, Accumulating Text): Assume Transient Mark
4062 mode is the default, and note that the mark is not activated when set.
4063
4064 * programs.texi (Moving by Defuns, Expressions, Comment Commands):
4065 Describe Transient Mark mode as the default.
4066
4067 * search.texi (Basic Isearch): Reference the Mark Ring node.
4068 (Replace, Unconditional Replace, Other Repeating Search):
4069 Describe Transient Mark mode as the default.
4070
1c6c854e
CS
4071 * text.texi (Words, Pages, Fill Commands, HTML Mode):
4072 Describe Transient Mark mode as the default.
7186a830
CY
4073 (Paragraphs): Describe how M-h behaves when region is active.
4074
4075 * trouble.texi (Quitting): Clarify effects of C-g.
4076
dc47d1ff
GM
40772008-03-13 Glenn Morris <rgm@gnu.org>
4078
4079 * emacs.texi (EMACSVER): Set to 23.0.60.
4080
e3e0fb39 40812008-03-05 Glenn Morris <rgm@gnu.org>
8b74f389 4082
e3e0fb39
GM
4083 * dired.texi (Hiding Subdirectories): Fix previous change.
4084
40852008-03-05 Drew Adams <drew.adams@oracle.com>
4086
4087 * dired.texi (Hiding Subdirectories): Document `dired-hide-subdir'.
8b74f389 4088
5e14abf8
KS
40892008-02-28 Kim F. Storm <storm@cua.dk>
4090
4091 * help.texi (Help Files): Move describe-gnu-project to C-h g.
4092 Move describe-distribution to C-h C-o.
4093 Move view-emacs-problems to C-h C-p.
4094 Add view-emacs-debugging on C-h C-d.
4095 Add view-external-packages on C-h C-e.
d0207bf3 4096 Add view-order-manuals on C-h C-m.
5e14abf8 4097
d0207bf3 40982008-02-17 Ulrich Mueller <ulm@kph.uni-mainz.de>
17577183
BG
4099
4100 * msdog-xtra.texi (MS-DOS): Docstring fix.
4101
87e391bb
EZ
41022008-02-09 Eli Zaretskii <eliz@gnu.org>
4103
4104 * msdog.texi (Windows Fonts): Use a @table for describing font
4105 properties.
4106
5662e503
JR
41072008-02-07 Jason Rumney <jasonr@gnu.org>
4108
4109 * msdog.texi (Windows Files): w32-get-true-file-attributes default
4110 value has changed.
4111 (Windows HOME): Clarify what is meant by "if that fails as well".
4112 (Windows Fonts): New section.
4113
72463824
GM
41142008-02-07 D. E. Evans <sinuhe@gnu.org> (tiny change)
4115
4116 * basic.texi (Basic Undo): Remove duplicate "you can".
4117
7ff926e0
EZ
41182008-02-02 Eli Zaretskii <eliz@gnu.org>
4119
4120 * maintaining.texi (Tags): Fix last change.
4121
6ab7aef1
MA
41222008-02-02 Michael Albinus <michael.albinus@gmx.de>
4123
093571c3 4124 * tramp.texi: Use new FSF's Back-Cover Text.
6ab7aef1 4125
ace67e7e
NR
41262008-01-31 Nick Roberts <nickrob@snap.net.nz>
4127
4128 * trouble.texi (Checklist): Direct users to emacs-devel@gnu.org.
4129
ae068fdf
RS
41302008-01-26 Richard Stallman <rms@gnu.org>
4131
4132 * maintaining.texi (Tags): Delete redundant index entry.
4133
a56d9a08
EZ
41342008-01-26 Eli Zaretskii <eliz@gnu.org>
4135
4136 * programs.texi (Imenu): Move "@cindex tags" from here...
4137 * maintaining.texi (Tags): ...to here.
4138
e941ed90
NR
41392008-01-23 Kevin Ryde <user42@zip.com.au>
4140
4141 * custom.texi (Mouse Buttons): Update elisp xref to "Click Events" on
4142 click count.
4143
650276d5
JB
41442008-01-21 Juanma Barranquero <lekktu@gmail.com>
4145
4146 * entering.texi (Exiting): Fix typo.
4147 Reported by D. E. Evans <sinuhe@gnu.org>.
4148
8dc17977
MR
41492007-12-31 Martin Rudalics <rudalics@gmx.at>
4150
4151 * glossary.texi (Glossary): Fix typo.
4152
9f9695a6
RS
41532007-12-27 Richard Stallman <rms@gnu.org>
4154
4155 * text.texi (Formatted Text): Improve menu tag.
4156 (Editing Format Info): In Info, add duplicate menu of nodes
4157 about the submenus.
4158 (Format Faces): Say where Faces menu is found. Mention Other.
4159 (Format Colors): Say where these submenus are found.
4160 (Format Indentation, Format Justification): Likewise.
4161 (Format Properties): Likewise.
4162
abfd0191
RS
41632007-12-22 Richard Stallman <rms@gnu.org>
4164
4165 * search.texi (Query Replace): Make exp of query-replace more
4166 self-contained, and clarify.
8dc17977 4167
abfd0191
RS
4168 * cc-mode.texi (Getting Started): Change @ref to @pxref.
4169
a2586785
RS
41702007-12-15 Richard Stallman <rms@gnu.org>
4171
4172 * files.texi (Auto Save): Clarify definition of auto-saving.
4173
a67cf2bb
RS
41742007-11-26 Richard Stallman <rms@gnu.org>
4175
4176 * help.texi (Help Echo): Cleanups.
4177
448b33b1
TTN
41782007-11-23 Thien-Thi Nguyen <ttn@gnuvola.org>
4179
4180 * files.texi (Why Version Control?): Fix typo.
4181 (VCS Concepts): Fix typos; small tense fix.
4d77fc8e
TTN
4182 (Selecting a Fileset): Fix typos; small rewording.
4183 (Log Buffer): Likewise.
4184 (Old Revisions): Likewise.
448b33b1 4185
221bb7f6
EZ
41862007-11-17 Eli Zaretskii <eliz@gnu.org>
4187
4188 * mule.texi (Communication Coding): Fix wording of last change.
4189
d0207bf3 41902007-11-16 Werner Lemberg <wl@gnu.org>
1ab397c1 4191
630cb3b7
JB
4192 * custom.texi (Specifying File Variables):
4193 * major.texi (Choosing Modes): Mention '\" in man pages.
1ab397c1 4194
53b7759e
KH
41952007-11-16 Kenichi Handa <handa@ni.aist.go.jp>
4196
a5ab2e0c 4197 * mule.texi (Communication Coding): Document x-select-request-type.
53b7759e
KH
4198
4199 * frames.texi (Cut/Paste Other App): Mention x-select-request-type.
4200
c8763fb6 42012007-11-15 Francesco Potortì <pot@gnu.org>
0b7f2f3f 4202
630cb3b7 4203 * maintaining.texi (TEXTAGS): Note that you can use "-" for stdout with
0b7f2f3f
FP
4204 --output=file.
4205
ff98e024
MR
42062007-11-13 Martin Rudalics <rudalics@gmx.at>
4207
4208 * help.texi (Help Summary, Apropos, Misc Help): Fix typos.
4209 (Help Echo): Avoid mentioning the term "region" here and
4210 consistently use the term "active text".
4211
37b11c22
GM
42122007-11-11 Glenn Morris <rgm@gnu.org>
4213
4214 * calendar.texi (Special Diary Entries): Fix Thanksgiving example.
4215
21d50ba1
JL
42162007-11-10 Paul Pogonyshev <pogonyshev@gmx.net>
4217
1c6c854e
CS
4218 * search.texi (Query Replace):
4219 Mention `query-replace-show-replacement'.
21d50ba1 4220
c12ecb0a 42212007-11-09 Nick Roberts <nickrob@snap.net.nz>
4fda797e
NR
4222
4223 * building.texi (Watch Expressions): Remove obscure sentence.
4224
3b4201f4
KH
42252007-11-06 Kenichi Handa <handa@ni.aist.go.jp>
4226
4227 * mule.texi (Select Input Method): Describe how to activate an input
4228 method in the text mode.
4229
07e5c0b0
DN
42302007-11-01 Dan Nicolaescu <dann@ics.uci.edu>
4231
4232 * cmdargs.texi (Misc Variables): Remove Sun windows info.
4233
52dd7391
NR
42342007-10-30 Nick Roberts <nickrob@snap.net.nz>
4235
4236 * building.texi (Watch Expressions): Describe gdb-delete-out-of-scope.
4237
c004e539
GM
42382007-10-30 Glenn Morris <rgm@gnu.org>
4239
4240 * misc.texi (Directory Tracking): Explain a bit more about
4241 dirtrack-mode.
4242
ca8c5b8c
GM
42432007-10-25 Glenn Morris <rgm@gnu.org>
4244
4245 * fortran-xtra.texi (Fortran): F90 mode handles F2003.
4246
b6c764ef
RS
42472007-10-24 Richard Stallman <rms@gnu.org>
4248
4249 * misc.texi (Interactive Shell): Cleanup last change.
4250
eabd84c9
JL
42512007-10-22 Juri Linkov <juri@jurta.org>
4252
4253 * mini.texi (Minibuffer History): Add text about a list of minibuffer
4254 default values.
4255
0b43c7e2
ER
42562007-10-20 Eric S. Raymond <esr@snark.thyrsus.com>
4257
ca8c5b8c 4258 * files.texi: Disambiguate two slightly different uses of the term
0b43c7e2
ER
4259 'filesets'.
4260
a80859d4
MR
42612007-10-18 Martin Rudalics <rudalics@gmx.at>
4262
4263 * trouble.texi (Quitting): Fix typo.
4264
c9447ae1
GM
42652007-10-18 Glenn Morris <rgm@gnu.org>
4266
4267 * frames.texi (Mode Line Mouse): Mention minor mode names.
4268
168b980f
JL
42692007-10-17 Juri Linkov <juri@jurta.org>
4270
4271 * text.texi (Fill Commands): Undocument fill-paragraph-or-region.
4272 fill-paragraph operates on the active region in Transient Mark mode.
4273 (Fill Prefix, Format Indentation): Replace fill-paragraph-or-region
4274 with fill-paragraph.
4275
4276 * basic.texi (Arguments): Replace fill-paragraph-or-region with
4277 fill-paragraph.
4278
4279 * fixit.texi (Spelling): ispell-word operates on the active region
4280 in Transient Mark mode.
4281
5a331f34
JB
42822007-10-17 Aaron S. Hawley <aaronh@garden.org>
4283
4284 * building.texi (Source Buffers):
4285 * custom.texi (Init Non-ASCII):
4286 * glossary.texi (Glossary): Use "key binding" consistently.
4287
2a9f4d55
JB
42882007-10-17 Juanma Barranquero <lekktu@gmail.com>
4289
4290 * calendar.texi (Diary): Fix directive.
4291
de13cecf
RS
42922007-10-16 Richard Stallman <rms@gnu.org>
4293
4294 * calendar.texi (Diary): Clarify text about diary file example.
4295
5f90d53e
ER
42962007-10-13 Eric S. Raymond <esr@snark.thyrsus.com>
4297
4298 * files.texi: Capitalize node names according to convention.
4299
3aa491bc
GM
43002007-10-13 Glenn Morris <rgm@gnu.org>
4301
4302 * misc.texi (Interactive Shell): Correct INSIDE_EMACS reference.
4303
8a3106d3
ER
43042007-10-11 Eric S. Raymond <esr@snark.thyrsus.com>
4305
4306 * emacs.texi:
4307 * files.texi (Version Systems): Minor fixes to version-control material
5a331f34 4308 suggested by RMS and Robert J. Chassell.
8a3106d3 4309
da1080a2
ER
43102007-10-10 Eric S. Raymond <esr@snark.thyrsus.com>
4311
3aa491bc 4312 * files.texi (Version Systems):
0870a421
ER
4313 * vc-xtra.texi:
4314 * vc1-xtra.texi:
ac3f4c6f 4315 * vc2-xtra.texi: Merge in changes for new VC with fileset-oriented
2a9f4d55 4316 operations. Change of terminology from `version' to `revision'.
a7fc5b78 4317 Revise text for adequate description of VCSes with monotonic IDs.
2a9f4d55 4318 * emacs.texi: Change of terminology from `version' to `revision'.
da1080a2 4319
58ade22b
ER
43202007-10-09 Eric S. Raymond <esr@snark.thyrsus.com>
4321
da1080a2 4322 * files.texi (Version Systems): Describe newer VCses.
58ade22b
ER
4323 Reorder the descriptions to be chronological.
4324
93870ce2
RS
43252007-10-09 Richard Stallman <rms@gnu.org>
4326
4327 * display.texi (Cursor Display): Correct how cursor appears
4328 in nonselected windows.
4329
568c7288
NR
43302007-10-04 Nick Roberts <nickrob@snap.net.nz>
4331
4332 * building.texi (GDB Graphical Interface): Remove references to gdba
4333 and mention gud-gdb.
4334
1af74d06 43352007-08-31 Eli Zaretskii <eliz@gnu.org>
17afb4cb 4336
1af74d06 4337 * rmail.texi (Rmail Sorting): Improve indexing.
17afb4cb 4338
0d8fb755
JL
43392007-10-06 Juri Linkov <juri@jurta.org>
4340
4341 * text.texi (Fill Commands): Document fill-paragraph-or-region.
4342 (Fill Prefix, Format Indentation): Replace fill-paragraph with
4343 fill-paragraph-or-region.
4344
4345 * basic.texi (Arguments): Replace fill-paragraph with
4346 fill-paragraph-or-region.
4347
b981e2c6
ER
43482007-10-06 Eric S. Raymond <esr@snark.thyrsus.com>
4349
4350 * files.texi: Update the section on version control for 2007
2a9f4d55 4351 conditions. None of these changes are new-VC-specific; that
b981e2c6
ER
4352 will come later.
4353
5fceaf9c
GM
43542007-09-15 Glenn Morris <rgm@gnu.org>
4355
4356 * calendar.texi (Holidays): Change all instances of `holiday-list' back
4357 to `list-holidays'.
4358
b0e44b17
GM
43592007-09-14 Glenn Morris <rgm@gnu.org>
4360
4361 * calendar.texi: Update all instances of mark-calendar-holidays,
4362 list-calendar-holidays, list-holidays with the new names.
4363
8cf51b2c
GM
43642007-09-06 Glenn Morris <rgm@gnu.org>
4365
46a367db 4366 Move manual sources from man/ to subdirectories of doc/.
8cf51b2c
GM
4367 Split into the Emacs manual in emacs/, and other manuals in misc/.
4368 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Reduce to just the Emacs
4369 manual.
4370 (infodir): New variable.
4371 (info): Use $infodir.
4372 (emacsman): Delete target, not needed any more.
4373 Move all targets that are not the Emacs manual to misc/Makefile.in.
4374 (mostlyclean): Remove `gnustmp'.
4375 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS): Reduce to just the Emacs
4376 manual.
92f9b43f 4377 (MULTI_INSTALL_INFO, ENVADD, infodir): Go up one more level.
8cf51b2c
GM
4378 (emacsman): Delete target, not needed any more.
4379 (clean): Remove all info files but Emacs manual.
4380 Move all targets that are not the Emacs manual to misc/Makefile.in.
4381 * emacs-xtra.texi, emacs.texi (setfilename): Go up one more level.
4382
4383 * Makefile.in (INFOSOURCES): Delete.
4384 (.SUFFIXES): Use $(TEXI2DVI) rather than texi2dvi.
4385 (mostlyclean): Add *.op, *.ops. Move *.aux *.cps *.fns *.kys *.pgs
4386 *.vrs *.toc here...
4387 (maintainer-clean): ...from here.
4388
43892007-09-05 Glenn Morris <rgm@gnu.org>
4390
4391 * custom.texi (Safe File Variables): Clarify `!' and risky variables.
4392
8cf51b2c
GM
43932007-08-29 Glenn Morris <rgm@gnu.org>
4394
4395 * emacs.texi (EMACSVER): Increase to 23.0.50.
4396
3420c522
RS
43972007-08-27 Richard Stallman <rms@gnu.org>
4398
4399 * emacs.texi (Top): Clarify menu item for Glossary.
4400
4401 * display.texi (Faces): Change secn title.
4402 Clarify not all fonts come from Font Lock.
4403
8cf51b2c
GM
44042007-08-17 Eli Zaretskii <eliz@gnu.org>
4405
4406 * basic.texi (Position Info): Add index entry for face at point.
4407 Mention that character faces are also displayed by "C-u C-x =".
4408
8cf51b2c
GM
44092007-08-08 Glenn Morris <rgm@gnu.org>
4410
4411 * glossary.texi (Glossary): Deprecate `iff'.
8cf51b2c
GM
4412
44132007-08-07 Chong Yidong <cyd@stupidchicken.com>
4414
4415 * files.texi (File Conveniences): Document point motion keys in Image
4416 mode.
4417
8cf51b2c
GM
44182007-07-27 Glenn Morris <rgm@gnu.org>
4419
8cf51b2c
GM
4420 * emacs.texi (Copying): Include license text from gpl.texi, rather than
4421 in-line.
4422
4423 * gpl.texi: New file with text of GPL.
4424 * Makefile.in (EMACSSOURCES): Add gpl.texi.
4425
44262007-07-26 Dan Nicolaescu <dann@ics.uci.edu>
4427
4428 * vc2-xtra.texi (Customizing VC): Add GIT and HG.
4429
4430 * dired.texi (Wdired): Mention C-x C-q key binding.
4431
44322007-07-28 Nick Roberts <nickrob@snap.net.nz>
4433
4434 * building.texi (GDB Graphical Interface): Qualify use of "M-x gdba".
4435
44362007-07-25 Glenn Morris <rgm@gnu.org>
4437
8cf51b2c
GM
4438 * emacs.texi (Copying): Replace license with GPLv3.
4439
4440 * Relicense all FSF files to GPLv3 or later.
4441
44422007-07-24 Glenn Morris <rgm@gnu.org>
4443
4444 * calendar.texi (Writing Calendar Files): cal-tex-diary etc only work
4445 for some calendars.
4446
44472007-07-23 Nick Roberts <nickrob@snap.net.nz>
4448
4449 * screen.texi (Mode Line): Describe new mode-line flag that shows if
4450 default-directory for the current buffer is on a remote machine.
4451
8cf51b2c
GM
44522007-07-21 Eli Zaretskii <eliz@gnu.org>
4453
4454 * vc2-xtra.texi (Customizing VC) <vc-handled-backends>: Update the
4455 default value.
4456
44572007-07-21 Richard Stallman <rms@gnu.org>
4458
4459 * files.texi (Why Version Control?): Improve previous change.
4460
44612007-07-18 Eric S. Raymond <esr@snark.thyrsus.com>
4462
4463 * files.texi (Why Version Control?): New node.
4464
8cf51b2c
GM
44652007-07-12 Nick Roberts <nickrob@snap.net.nz>
4466
8cf51b2c
GM
4467 * building.texi (Starting GUD): Add xref to this anchor.
4468
8cf51b2c
GM
44692007-06-24 Karl Berry <karl@gnu.org>
4470
2a9f4d55 4471 * emacs.texi: New Back-Cover Text.
8cf51b2c 4472
8cf51b2c
GM
44732007-06-07 Alan Mackenzie <acm@muc.de>
4474
4475 * display.texi (Optional Mode Line): Document the new form of
4476 line+column numbers, "(561,2)".
4477
44782007-06-06 Juanma Barranquero <lekktu@gmail.com>
4479
49823426 4480 * maintaining.texi (Create Tags Table): Fix typos.
8cf51b2c
GM
4481
44822007-06-02 Chong Yidong <cyd@stupidchicken.com>
4483
4484 * Version 22.1 released.
4485
8cf51b2c
GM
44862007-05-07 Karl Berry <karl@gnu.org>
4487
4488 * emacs.texi (EMACSVER): Back to 22.
4489
44902007-05-06 Richard Stallman <rms@gnu.org>
4491
4492 * maintaining.texi (Create Tags Table): Clean up previous change.
4493
c8763fb6 44942007-05-05 Francesco Potortì <pot@gnu.org>
8cf51b2c
GM
4495
4496 * maintaining.texi (Create Tags Table): Add text about the dangers of
4497 making symbolic links to tags files.
4498
44992007-05-04 Karl Berry <karl@gnu.org>
4500
4501 * emacs.texi (EMACSVER) [smallbook]: 22.1 for printed version, not 22.
4502
45032007-05-03 Karl Berry <karl@gnu.org>
4504
4505 * emacs.texi (EMACSVER) [smallbook]: 22 for printed version.
4506
4507 * .cvsignore (*.pdf): New entry.
4508
8cf51b2c
GM
4509 * emacs.texi (\urlcolor, \linkcolor) [smallbook]: \let to \Black
4510 for printing.
4511
45122007-05-01 Richard Stallman <rms@gnu.org>
4513
4514 * cmdargs.texi (Initial Options): Under --batch, mention --eval.
4515
8cf51b2c
GM
45162007-04-28 Glenn Morris <rgm@gnu.org>
4517
4518 * ack.texi (Acknowledgments):
4519 * anti.texi (Antinews):
8cf51b2c
GM
4520 * programs.texi (Program Modes): Restore mention of python.el pending
4521 consideration of legal status.
4522
45232007-04-28 Richard Stallman <rms@gnu.org>
4524
4525 * files.texi (File Names): Fixes to ~ description on MS systems.
4526
8cf51b2c
GM
45272007-04-26 Glenn Morris <rgm@gnu.org>
4528
4529 * emacs.texi (EMACSVER): Increase to 22.1.50.
4530
45312007-04-25 Karl Berry <karl@gnu.org>
4532
4533 * emacs.texi: Improve line breaks on copyright page,
4534 similar layout to lispref, 8.5x11 by default.
4535
4536 * dired.texi (Image-Dired): Improve line break, fix typo.
4537
45382007-04-24 Chong Yidong <cyd@stupidchicken.com>
4539
4540 * programs.texi (Program Modes):
8cf51b2c
GM
4541 * anti.texi (Antinews):
4542 * ack.texi (Acknowledgments): python.el removed.
4543
8cf51b2c
GM
45442007-04-23 Chong Yidong <cyd@stupidchicken.com>
4545
4546 * display.texi (Highlight Interactively): Correct description of
4547 hi-lock-file-patterns-policy.
4548
4549 * files.texi (File Archives): Mention self-extracting executables.
4550
45512007-04-23 Eli Zaretskii <eliz@gnu.org>
4552
4553 * search.texi (Unconditional Replace, Query Replace): Add xref to
4554 "Replacement and Case".
4555
45562007-04-22 Chong Yidong <cyd@stupidchicken.com>
4557
4558 * dired.texi (Image-Dired): Move from Thumbnails node.
4559 * misc.texi (Thumbnails): Node deleted.
4560 * emacs.texi (Top): Update node listing.
4561
4562 * files.texi (File Conveniences):
49823426 4563 * ack.texi (Acknowledgments): Rename "tumme" to "image-dired".
8cf51b2c
GM
4564
45652007-04-21 Richard Stallman <rms@gnu.org>
4566
4567 * display.texi (Highlight Interactively): Correct previous change.
4568 Clarify doc of hi-lock-find-patterns, and move new features into it.
4569
45702007-04-20 David Koppelman <koppel@ece.lsu.edu>
4571
1c6c854e
CS
4572 * display.texi (Highlight Interactively):
4573 Document hi-lock-file-patterns-policy.
8cf51b2c
GM
4574
45752007-04-20 Martin Rudalics <rudalics@gmx.at>
4576
4577 * display.texi (Scrolling): Fix typo.
4578
8cf51b2c
GM
45792007-04-15 Chong Yidong <cyd@stupidchicken.com>
4580
8cf51b2c
GM
4581 * doclicense.texi: Remove node heading, so that it can be included by
4582 other files.
4583
4584 * emacs.texi: Insert node heading for GFDL.
4585
8cf51b2c
GM
45862007-04-14 Eli Zaretskii <eliz@gnu.org>
4587
4588 * cmdargs.texi (Colors): Qualify "color of window" index entry by
4589 "command line".
4590
4591 * display.texi (Faces): Refer to "Creating Frames" for face
4592 and other frame customizations in .emacs.
4593
4594 * frames.texi (Creating Frames): Mention that face customizations can
4595 be put in .emacs. Add index entries.
4596
45972007-04-12 Richard Stallman <rms@gnu.org>
4598
4599 * glossary.texi (Glossary): Explain `iff'.
4600
46012007-04-11 Karl Berry <karl@gnu.org>
4602
4603 * gnu.texi (Top),
4604 * macos.texi (Mac Font Specs),
4605 * anti.texi (Antinews),
4606 * xresources.texi (Resources),
4607 * misc.texi (Emulation),
4608 * calendar.texi (Daylight Saving),
4609 * dired.texi (Dired and Find),
4610 * rmail.texi (Remote Mailboxes),
4611 * sending.texi (Mail Headers),
4612 * programs.texi (Which Function),
4613 * files.texi (Recover),
4614 * buffers.texi (Uniquify),
4615 * frames.texi (Wheeled Mice),
4616 * killing.texi (Rectangles): Wording to improve breaks in
4617 8.5x11 format.
4618 * mule.texi (Language Environments): \hbadness=10000 since there's
4619 no way to reword.
4620 * emacs.texi (smallbook): New @set to more easily switch between
4621 smallbook and 8.5x11.
4622
46232007-04-11 Richard Stallman <rms@gnu.org>
4624
4625 * files.texi (File Conveniences): Add xref to Tumme.
4626 Delete text about Thumbnail mode.
4627
8cf51b2c
GM
46282007-04-09 Alan Mackenzie <acm@muc.de>
4629
4630 * cmdargs.texi (Initial Options): Call "inhibit-splash-screen" by its
4631 new name. Insert concept index entries.
4632
8cf51b2c
GM
46332007-04-08 Chong Yidong <cyd@stupidchicken.com>
4634
4635 * display.texi (Standard Faces): Document prefix arg for
4636 list-faces-display.
4637
4638 * rmail.texi (Rmail Scrolling): Document rmail-end-of-message.
4639
8cf51b2c
GM
46402007-04-07 Chong Yidong <cyd@stupidchicken.com>
4641
8cf51b2c
GM
4642 * killing.texi (Deletion): Rewrite description of M-\ prefix argument.
4643
4644 * files.texi (Misc File Ops): Rewrite description of
4645 insert-file-literally.
4646
8cf51b2c
GM
46472007-03-31 Eli Zaretskii <eliz@gnu.org>
4648
4649 * misc.texi (Printing): Postscript -> PostScript.
4650
8cf51b2c
GM
4651 * ack.texi (Acknowledgments): Postscript -> PostScript.
4652
4653 * custom.texi (Init File, Init Non-ASCII): Fix last change.
4654
4655 * emacs.texi (Top): Fix the menu due to the change in custom.texi
4656 below.
4657
46582007-03-30 Chong Yidong <cyd@stupidchicken.com>
4659
4660 * custom.texi (Non-ASCII Rebinding): Node deleted. Material moved to
4661 Init Non-ASCII.
4662 (Init Rebinding, Init Syntax): Link to Init Non-ASCII instead.
4663 (Init Non-ASCII): New node.
4664
46652007-03-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4666
4667 * macos.texi (Mac Font Specs): Mention AppleAntiAliasingThreshold.
4668
8cf51b2c
GM
46692007-03-12 Glenn Morris <rgm@gnu.org>
4670
8cf51b2c
GM
4671 * calendar.texi, emacs.texi (Daylight Saving): Rename node from
4672 "Daylight Savings".
4673
49823426 4674 * calendar.texi: Replace "daylight savings" with "daylight
8cf51b2c
GM
4675 saving" in text throughout.
4676
8cf51b2c
GM
46772007-03-04 Richard Stallman <rms@gnu.org>
4678
4679 * custom.texi (Safe File Variables): Minor correction.
4680
8cf51b2c
GM
46812007-02-28 Thien-Thi Nguyen <ttn@gnu.org>
4682
4683 * rmail.texi (Movemail): Add internal ref.
4684 Don't indent the intro for the PROTO table.
4685 Format PROTO table items with @code.
4686
8cf51b2c
GM
46872007-02-26 Nick Roberts <nickrob@snap.net.nz>
4688
4689 * building.texi: Remove references to bashdb.
4690
8cf51b2c
GM
46912007-02-19 Juanma Barranquero <lekktu@gmail.com>
4692
4693 * mule.texi (Language Environments): Update list of supported language
4694 environments.
4695
8cf51b2c
GM
46962007-02-14 Kim F. Storm <storm@cua.dk>
4697
4698 * building.texi (Grep Searching): Fix lgrep doc.
4699
47002007-02-12 Chong Yidong <cyd@stupidchicken.com>
4701
4702 * back.texi: Remove unused file.
4703
c8763fb6 47042007-02-05 Francesco Potortì <pot@gnu.org>
8cf51b2c
GM
4705
4706 * maintaining.texi (Tag Syntax): Now --members is the default for
4707 etags, not for ctags yet.
4708
8cf51b2c
GM
47092007-02-03 Eli Zaretskii <eliz@gnu.org>
4710
4711 * emacs.texi (Top): Update the top-level menus. Make the detailed menu
4712 headers compliant with Texinfo guidelines and with what texnfo-upd.el
4713 expects. Add comments to prevent people from inadvertently modifying
4714 the key parts needed by `texinfo-multiple-files-update'.
4715
47162007-01-29 Chong Yidong <cyd@stupidchicken.com>
4717
4718 * frames.texi (Secondary Selection): Window clicked does not matter
4719 when mouse-yank-at-point is non-nil.
4720
8cf51b2c
GM
47212007-01-16 Glenn Morris <rgm@gnu.org>
4722
4723 * abbrevs.texi (Editing Abbrevs): Describe how to disable a
4724 system abbrev.
4725
47262007-01-11 Richard Stallman <rms@gnu.org>
4727
4728 * msdog.texi (Windows Keyboard): Another small cleanup.
4729
47302007-01-10 Richard Stallman <rms@gnu.org>
4731
4732 * msdog.texi (Windows Keyboard): Yet another try to make
4733 everyone happy with that passage.
4734
47352007-01-05 Richard Stallman <rms@gnu.org>
4736
4737 * anti.texi (Antinews): Mention M-x shell scrolling.
4738
47392007-01-05 Nick Roberts <nickrob@snap.net.nz>
4740
4741 * building.texi (Watch Expressions): Describe gdb-max-children.
4742
8cf51b2c
GM
47432007-01-04 Richard Stallman <rms@gnu.org>
4744
8cf51b2c
GM
4745 * msdog.texi (Windows Keyboard): Clarify previous change.
4746
8cf51b2c
GM
47472007-01-02 Richard Stallman <rms@gnu.org>
4748
4749 * custom.texi (Changing a Variable): Minor clarification.
4750 (Specific Customization): customize-customized => customize-unsaved.
4751
4752 * entering.texi (Entering Emacs): Clean up text about restarting
4753 Emacs for each file.
4754
4755 * misc.texi (Shell Options): Minor cleanup.
4756
4757 * msdog.texi (Windows Keyboard): Explain that Windows was incompatible
4758 with Emacs, not vice versa.
4759
4760 * programs.texi (Symbol Completion): Recommend customizing
4761 window manager.
4762
4763 * xresources.texi (Resources): Minor fix.
4764
c8763fb6 47652007-01-01 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
4766
4767 * xresources.texi (Table of Resources): Add scrollBarWidth resource.
4768
47692007-01-01 Richard Stallman <rms@gnu.org>
4770
4771 * commands.texi (User Input): Document keys stolen by window mangers.
4772
47732006-12-31 Richard Stallman <rms@gnu.org>
4774
4775 * custom.texi (Specific Customization): Document customize-option
4776 instead of customize-variable.
4777
47782006-12-31 Kim F. Storm <storm@cua.dk>
4779
4780 * major.texi (Choosing Modes): Document auto-mode-case-fold.
4781
47822006-12-30 Kim F. Storm <storm@cua.dk>
4783
4784 * killing.texi (CUA Bindings): Fix typo.
4785
4786 * xresources.texi (Table of Resources): Mention grow-only value for
4787 auto-resize-tool-bars.
4788
8cf51b2c
GM
47892006-12-27 Eli Zaretskii <eliz@gnu.org>
4790
4791 * msdog.texi (Windows Keyboard): Mention widespread Windows bindings,
4792 and how to get them back.
4793
47942006-12-26 Richard Stallman <rms@gnu.org>
4795
4796 * calendar.texi (Holidays): Holiday listing is based on current
4797 practice, but DST is not.
4798
47992006-12-25 Richard Stallman <rms@gnu.org>
4800
4801 * emacs.texi (Top): Update subnode menus.
4802
4803 * mark.texi (Transient Mark): Fix xref.
4804
4805 * killing.texi (Graphical Kill): Node deleted.
4806 (Killing): Add xref to Cut and Paste.
4807 (CUA Bindings): Update xref.
4808
4809 * frames.texi (Cut and Paste): New section to hold other nodes.
4810 (Mouse Commands): Node demoted.
4811 (Cut/Paste Other App): Split out from Mouse Commands.
4812 (Word and Line Mouse): Likewise.
4813 (Secondary Selection, Clipboard): Nodes demoted.
4814
8cf51b2c
GM
48152006-12-24 Kevin Ryde <user42@zip.com.au>
4816
4817 * calendar.texi (Holidays): US daylight saving begins second Sunday
4818 in March for 2007 onwards.
4819 (Daylight Savings): Show new US default daylight saving rules, 2nd
4820 Sun in Mar to 1st Sun in Nov, now in cal-dst.el.
4821
48222006-12-23 Chong Yidong <cyd@stupidchicken.com>
4823
4824 * calendar.texi (Scroll Calendar): < and > are switched.
4825
48262006-12-23 Kevin Rodgers <ihs_4664@yahoo.com>
4827
4828 * killing.texi (Deletion): Describe M-\ prefix argument.
4829
48302006-12-23 Richard Stallman <rms@gnu.org>
4831
4832 * search.texi (Regexp Search): Explain why forward and reverse regexp
4833 search are not mirror images.
4834
8cf51b2c
GM
48352006-12-19 Kim F. Storm <storm@cua.dk>
4836
4837 * major.texi (Choosing Modes): Describe match-function elements for
4838 magic-mode-alist.
4839
8cf51b2c
GM
48402006-12-18 Eli Zaretskii <eliz@gnu.org>
4841
4842 * msdog.texi (Windows Keyboard): Add a footnote about "Windows" keys
4843 peculiarities.
4844
48452006-12-18 Richard Stallman <rms@gnu.org>
4846
4847 * abbrevs.texi (Editing Abbrevs): Fix previous change.
4848
8cf51b2c
GM
48492006-12-17 Alan Mackenzie <acm@muc.de>
4850
4851 * programs.texi (Left Margin Paren): Remove the bit which says
4852 that CC Mode sets open-paren-in-column-0-is-defun-start to nil.
4853 Discuss some of the issues of setting this option to nil.
4854
48552006-12-17 Glenn Morris <rgm@gnu.org>
4856
4857 * abbrevs.texi (Editing Abbrevs): Mention system abbrevs.
4858
48592006-12-16 Eli Zaretskii <eliz@gnu.org>
4860
4861 * msdog.texi (Windows Keyboard): Clarify `w32-recognize-altgr' effect.
4862 (Windows Files): `w32-get-true-file-attributes' is only relevant for
4863 NTFS volumes.
4864 (ls in Lisp): `links' in `ls-lisp-verbosity' is only relevant to NTFS
4865 volumes.
4866
48672006-12-15 Eli Zaretskii <eliz@gnu.org>
4868
4869 * text.texi (HTML Mode): Fix "C-c TAB".
4870
8cf51b2c
GM
48712006-12-09 Richard Stallman <rms@gnu.org>
4872
4873 * misc.texi (Invoking emacsclient): Simplify TCP file text.
4874
48752006-12-08 Kevin Rodgers <ihs_4664@yahoo.com>
4876
4877 * files.texi (Misc File Ops): Document insert-file-literally.
4878
48792006-12-08 Eli Zaretskii <eliz@gnu.org>
4880
4881 * cmdargs.texi (Colors): Note that --color is intended for overriding
4882 the terminal defaults, not for normal invocation.
4883
4884 * misc.texi (Emacs Server): Improve wording. Don't mention the
4885 ``server program''. Add a cross-reference to "Init File" node.
4886 (Invoking emacsclient): Add index entries. Document both short and
4887 long versions of command-line options. Document the -f option.
4888
8cf51b2c
GM
48892006-12-06 Richard Stallman <rms@gnu.org>
4890
4891 * text.texi (Outline Format): Say to set outline-regexp
4892 and outline-level with major modes and file local variables.
4893
c8763fb6 48942006-12-05 Michaël Cadilhac <michael.cadilhac@lrde.org>
8cf51b2c
GM
4895
4896 * anti.texi (Antinews): Mention the alternative to
4897 `~/.emacs_SHELLNAME', which is `~/.emacs.d/init_SHELLNAME.sh'.
4898
8cf51b2c
GM
4899 * misc.texi (Interactive Shell): Ditto.
4900
49012006-12-04 Eli Zaretskii <eliz@gnu.org>
4902
4903 * emacs.texi (Acknowledgments): Fix Arne J@o{}rgensen's name.
4904
4905 * ack.texi (Acknowledgments): Fix Arne J@o{}rgensen's name.
4906
49072006-12-01 Eli Zaretskii <eliz@gnu.org>
4908
4909 * mule.texi (Enabling Multibyte): Rephrase the confusing reference to a
4910 colon in the mode line.
4911
4912 * msdog.texi (Windows Processes) [@ifnottex]: Mention w32-shell-execute.
4913
49142006-11-26 Nick Roberts <nickrob@snap.net.nz>
4915
4916 * building.texi (Watch Expressions): Mention SPC for expanding/
4917 contracting watch expressions.
4918
49192006-11-26 Kim F. Storm <storm@cua.dk>
4920
4921 * kmacro.texi (Basic Keyboard Macro): Mention F3/F4 more.
4922
49232006-11-26 Nick Roberts <nickrob@snap.net.nz>
4924
4925 * building.texi (Debugger Operation): Define text command mode.
4926 Clarify how tooltips work.
4927 (GDB Graphical Interface): Explain how to run in text command mode
4928 more clearly.
4929
49302006-11-25 Juanma Barranquero <lekktu@gmail.com>
4931
4932 * mule.texi (Defining Fontsets): Fix use of `charset' and `font'.
4933
49342006-11-22 Juanma Barranquero <lekktu@gmail.com>
4935
4936 * anti.texi (Antinews): Mention --server-file and TCP sockets.
4937
8cf51b2c
GM
49382006-11-18 Chong Yidong <cyd@stupidchicken.com>
4939
4940 * misc.texi (Interactive Shell): INSIDE_EMACS is set to t,
4941 and EMACS is deprecated.
4942
49432006-11-18 Juanma Barranquero <lekktu@gmail.com>
4944
4945 * makefile.w32-in (emacs.dvi): Remove xresmini.texi.
4946
c8763fb6 49472006-11-18 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
4948
4949 * Makefile.in (emacs.dvi): Remove xresmini.texi.
4950
4951 * emacs.texi: Include xresources.texi both for info and dvi.
4952
4953 * xresources.texi: Merge text from xresmini.texi.
4954
c8763fb6 49552006-11-12 Roberto Rodríguez <lanubeblanca@googlemail.com> (tiny change)
8cf51b2c
GM
4956
4957 * glossary.texi: Fix typos.
4958
8cf51b2c
GM
49592006-11-06 Richard Stallman <rms@gnu.org>
4960
4961 * emacs.texi (Acknowledgments): Fix name spelling, add Anna Bigatti.
4962
4963 * ack.texi (Acknowledgments): Fix name spelling.
4964
49652006-11-01 Juri Linkov <juri@jurta.org>
4966
4967 * search.texi (Word Search): Document incremental word search.
4968
49692006-10-28 Glenn Morris <rgm@gnu.org>
4970
4971 * ack.texi (Acknowledgments): Add cal-html author.
4972
4973 * calendar.texi (Writing Calendar Files): Rename section (was "LaTeX
4974 Calendar"). Describe new package cal-html.
4975 * emacs.texi (Top): Rename old node "LaTeX Calendar" to "Writing
4976 Calendar Files."
4977
8cf51b2c
GM
49782006-10-23 Richard Stallman <rms@gnu.org>
4979
4980 * abbrevs.texi (Expanding Abbrevs): Expansion happens only when
4981 Abbrev mode is enabled.
4982
8cf51b2c
GM
49832006-10-16 Richard Stallman <rms@gnu.org>
4984
8cf51b2c
GM
4985 * emacs.texi: Update ISBN.
4986
8cf51b2c
GM
49872006-10-11 Kim F. Storm <storm@cua.dk>
4988
4989 * emacs.texi (Acknowledgments): Use @dotless{i}.
4990
49912006-10-08 Nick Roberts <nickrob@snap.net.nz>
4992
4993 * building.texi (Breakpoints Buffer): Mention catchpoints.
4994
49952006-10-08 Kim F. Storm <storm@cua.dk>
4996
4997 * ack.texi (Acknowledgments): Update.
4998
4999 * emacs.texi (Acknowledgments): Fix bad @/ form.
5000
8cf51b2c
GM
50012006-10-05 Kim F. Storm <storm@cua.dk>
5002
5003 * emacs.texi (Acknowledgments): Add more contributors.
5004
50052006-10-03 Richard Stallman <rms@gnu.org>
5006
5007 * emacs.texi (Acknowledgments): Update version and edition.
5008
8cf51b2c
GM
50092006-10-01 Karl Berry <karl@gnu.org>
5010
5011 * custom.texi (Customization Groups): Page break to keep example buffer
5012 on one page.
5013
50142006-09-30 Karl Berry <karl@gnu.org>
5015
5016 * programs.texi (Basic Indent): @need to improve page break.
5017 * text.texi: Rewording to improve page breaks, and use @LaTeX{}.
5018
50192006-09-29 Glenn Morris <rgm@gnu.org>
5020
5021 * calendar.texi (Date Formats): Doc fix for european-calendar-style.
5022
50232006-09-29 Karl Berry <karl@gnu.org>
5024
5025 * windows.texi (Basic Window): Remove forced @break, no longer
5026 desirable.
5027 * frames.texi (Frame Commands),
5028 * mark.texi (Marking Objects): Reword to avoid bad page break.
5029 * display.texi (Auto Scrolling): Use @tie{} to avoid bad line break.
5030
50312006-09-19 Richard Stallman <rms@gnu.org>
5032
5033 * frames.texi (Dialog Boxes): Clean up wording: avoid passive,
5034 stick to present tense.
5035
c8763fb6 50362006-09-18 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
5037
5038 * frames.texi (Dialog Boxes): Rename x-use-old-gtk-file-dialog
5039 to x-gtk-use-old-file-dialog.
5040 (Dialog Boxes): Document x-gtk-file-dialog-help-text.
5041
50422006-09-15 Jay Belanger <belanger@truman.edu>
5043
49823426 5044 * emacs.texi (GNU GENERAL PUBLIC LICENSE):
8cf51b2c
GM
5045 Change "Library Public License" to "Lesser Public License"
5046 throughout. Use "yyyy" to represent year.
5047
8cf51b2c
GM
50482006-09-12 Reiner Steib <Reiner.Steib@gmx.de>
5049
5050 * files.texi (Visiting): Add index entry "open file".
5051
8cf51b2c
GM
50522006-09-11 Richard Stallman <rms@gnu.org>
5053
5054 * building.texi (Compilation Mode): Clarification.
5055 (Grep Searching): Add xref to Compilation Mode.
5056
8cf51b2c
GM
50572006-09-08 Richard Stallman <rms@gnu.org>
5058
5059 * search.texi (Search): Ref multi-file search commands here.
5060 (Other Repeating Search): Not here.
5061
8cf51b2c
GM
50622006-08-28 Richard Stallman <rms@gnu.org>
5063
5064 * windows.texi (Split Window): Update xref.
5065
5066 * basic.texi (Continuation Lines): Update xref.
5067
5068 * indent.texi (Tab Stops): Update xref.
5069
5070 * emacs.texi (Top): Update subnode menu.
5071
5072 * display.texi (Line Truncation, Displaying Boundaries): New nodes,
5073 split out of Display Custom.
5074
50752006-08-25 Kim F. Storm <storm@cua.dk>
5076
5077 * display.texi (Display Custom): Add variables overline-margin
5078 and x-underline-at-descent-line.
5079
50802006-08-25 Richard Stallman <rms@gnu.org>
5081
5082 * entering.texi (Exiting): Rewrite to give graphical displays
5083 priority over text terminals.
5084
5085 * search.texi (Incremental Search): Move index entries.
5086
50872006-08-23 Chong Yidong <cyd@stupidchicken.com>
5088
5089 * custom.texi (Init File): Reference Find Init to avoid "home
5090 directory" confusion.
5091
50922006-08-22 Nick Roberts <nickrob@snap.net.nz>
5093
5094 * building.texi (Other GDB-UI Buffers): Describe how to edit
5095 a value in the locals buffer.
5096
50972006-08-21 Richard Stallman <rms@gnu.org>
5098
5099 * search.texi (Basic Isearch): Add `isearch' index entry.
5100
51012006-08-16 Richard Stallman <rms@gnu.org>
5102
5103 * misc.texi (Saving Emacs Sessions): Clean up wording.
5104
5105 * mark.texi (Marking Objects): Mention term "select all".
5106
5107 * emacs.texi (Top): Update subnode menu.
5108
5109 * help.texi (Help Mode): Move node up in file.
5110
8cf51b2c
GM
51112006-08-15 Nick Roberts <nickrob@snap.net.nz>
5112
5113 * building.texi (Stack Buffer): Explain fringe arrow.
5114
8cf51b2c
GM
51152006-08-12 Eli Zaretskii <eliz@gnu.org>
5116
8cf51b2c
GM
5117 * misc.texi (Saving Emacs Sessions): Clarify when desktop is restored
5118 on startup.
5119
51202006-08-11 Romain Francoise <romain@orebokech.com>
5121
5122 * ack.texi (Acknowledgments): Delete mention to zone-mode.el.
5123
51242006-08-10 Sven Joachim <svenjoac@gmx.de> (tiny change)
5125
5126 * mule.texi (Recognize Coding, Text Coding): Fix typos.
5127
51282006-08-10 Richard Stallman <rms@gnu.org>
5129
5130 * text.texi (Format Faces): Substantial rewrites to deal
1c6c854e
CS
5131 with face merging. Empty regions don't count.
5132 Clarify face property inheritance.
8cf51b2c
GM
5133
51342006-08-08 Romain Francoise <romain@orebokech.com>
5135
5136 * dired.texi (Marks vs Flags): Fix typo reported by Ari Roponen
5137 <arjuropo@cc.jyu.fi>.
5138
8cf51b2c
GM
51392006-08-04 Eli Zaretskii <eliz@gnu.org>
5140
5141 * cmdargs.texi (Window Size X) <--geometry>: Only width and height
5142 apply to all frames.
5143
8cf51b2c
GM
51442006-08-01 Richard Stallman <rms@gnu.org>
5145
5146 * help.texi (Name Help): Add index entries for describe-variable.
5147
51482006-08-01 Nick Roberts <nickrob@snap.net.nz>
5149
5150 * building.texi (GDB Graphical Interface): Shorten node names.
5151 (GDB-UI Layout): Use GDB-related.
5152 (Other GDB-UI Buffers): Simplify English.
5153
51542006-07-31 Richard Stallman <rms@gnu.org>
5155
5156 * search.texi (Query Replace): Add xref for Dired's Q command.
5157
8cf51b2c
GM
51582006-07-31 Nick Roberts <nickrob@snap.net.nz>
5159
5160 * building.texi (GDB commands in Fringe): Rename to...
5161 (Source Buffers): ..this and move forward. Describe hollow arrow and
5162 new option gdb-find-source-frame.
5163
51642006-07-29 Richard Stallman <rms@gnu.org>
5165
5166 * dired.texi (Operating on Files): Simplify previous change
5167 and fix Texinfo usage.
5168
51692006-07-29 Eli Zaretskii <eliz@gnu.org>
5170
5171 * dired.texi (Operating on Files): Add cross-references. State the
5172 Unix commands that do similar things.
5173
51742006-07-28 Richard Stallman <rms@gnu.org>
5175
5176 * mark.texi (Transient Mark): Clarify that region never disappears
5177 when Transient Mark mode is off, and not when it is on.
5178
51792006-07-27 Richard Stallman <rms@gnu.org>
5180
5181 * search.texi (Non-ASCII Isearch): Clarify. Mention C-q.
5182
51832006-07-24 Richard Stallman <rms@gnu.org>
5184
5185 * xresources.texi (GTK styles): Fix texinfo usage.
5186
8cf51b2c
GM
5187 * commands.texi (User Input): Explain why we teach keyboard cmds.
5188
5189 * xresources.texi, xresmini.texi, search.texi, programs.texi:
5190 * misc.texi, kmacro.texi, killing.texi, glossary.texi:
5191 * fortran-xtra.texi, files.texi, emacs.texi, emacs-xtra.texi:
5192 * doclicense.texi, display.texi, dired.texi, basic.texi:
5193 * anti.texi, ack.texi: Move periods and commas inside quotes.
5194
51952006-07-22 Eli Zaretskii <eliz@gnu.org>
5196
5197 * cmdargs.texi (General Variables): Document EMAIL.
5198
51992006-07-21 Eli Zaretskii <eliz@gnu.org>
5200
5201 * frames.texi (Frame Commands): Mention that focus-follows-mouse
5202 doesn't have effect on MS-Windows.
5203
8cf51b2c
GM
52042006-07-17 Richard Stallman <rms@gnu.org>
5205
5206 * building.texi (Grep Searching): Explain about chaining grep commands.
5207
8cf51b2c
GM
52082006-07-10 Nick Roberts <nickrob@snap.net.nz>
5209
49823426 5210 * killing.texi, mini.texi: Fix typos.
8cf51b2c
GM
5211
52122006-07-09 Chong Yidong <cyd@stupidchicken.com>
5213
5214 * misc.texi (Invoking emacsclient): Document behavior when emacsclient
5215 is invoked for multiple files.
5216
52172006-07-08 Eli Zaretskii <eliz@gnu.org>
5218
5219 * msdog.texi (Windows Keyboard) [@iftex]: Add an @inforef to the
5220 on-line manual for the rest of this node.
5221 (Windows Mouse) <w32-pass-extra-mouse-buttons-to-system>: Include
5222 unconditionally.
5223 (Windows Processes) <w32-quote-process-args>: Include unconditionally.
5224 Improve wording.
5225 (Windows Printing): Improve wording.
5226 (Windows Misc) [@iftex]: Add an @inforef to the on-line manual for the
5227 rest of this node.
5228
8cf51b2c
GM
52292006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
5230
49823426
GM
5231 * building.texi (Lisp Eval): Throughout, replace eval-current-buffer
5232 with eval-buffer.
8cf51b2c
GM
5233
52342006-07-05 Nick Roberts <nickrob@snap.net.nz>
5235
5236 * mule.texi (Coding Systems, Specify Coding): Link descriptions
5237 of character translation.
5238
52392006-07-04 Nick Roberts <nickrob@snap.net.nz>
5240
5241 * rmail.texi (Remote Mailboxes): Add missing @code keyword.
5242
52432006-07-03 Karl Berry <karl@gnu.org>
5244
5245 * emacs.texi (\hbadness): Set to 6000 so we aren't bothered by
5246 not-too-underfull hboxes in the TeX output.
5247 * abbrevs.texi, buffers.texi, building.texi, calendar.texi,
5248 * cmdargs.texi, custom.texi, dired.texi, macos.texi,
5249 * maintaining.texi, misc.texi, mule.texi, programs.texi, rmail.texi,
5250 * sending.texi, text.texi: Fix overfull/underfull boxes.
5251
52522006-07-03 Romain Francoise <romain@orebokech.com>
5253
5254 * m-x.texi (M-x): Fix.
5255
52562006-07-03 Richard Stallman <rms@gnu.org>
5257
8cf51b2c
GM
5258 * search.texi (Other Repeating Search): filename -> file name.
5259
5260 * misc.texi (Narrowing): Minor cleanups.
5261
5262 * files.texi (Visiting): filename -> file name.
5263
5264 * emacs.texi (Top): Update subnode menus.
5265
5266 * mule.texi (Coding Systems): Move char translation stuff here.
5267 (Specify Coding, Output Coding): New nodes, out of Recognize Coding.
5268 (Recognize Coding): Substantial local rewrites.
5269 (International): Update menu.
5270
5271 * display.texi (Auto Scrolling): New node, broken out of Scrolling.
5272 (Scrolling): Substantial local rewrites.
5273 (Display): Update menu and intro.
5274
5275 * dired.texi: filename -> file name.
5276
5277 * custom.texi (Safe File Variables): Texinfo usage fix.
5278
f0131492 52792006-07-03 Teodor Zlatanov <tzz@lifelogs.com>
8cf51b2c
GM
5280
5281 * help.texi, m-x.texi: Lots of cleanups.
5282
8cf51b2c
GM
52832006-06-30 Eli Zaretskii <eliz@gnu.org>
5284
5285 * msdog.texi (ls in Lisp, Windows Keyboard, Windows Mouse)
5286 (Windows Processes, Windows Misc): Shorten the printed version by
5287 selectively conditioning less important portions by @ifnottex.
5288
8cf51b2c
GM
52892006-06-27 Richard Stallman <rms@gnu.org>
5290
5291 * mini.texi (Minibuffer File): Minor cleanup.
5292
52932006-06-25 Nick Roberts <nickrob@snap.net.nz>
5294
5295 * frames.texi (XTerm Mouse): Rename to...
5296 (Text-Only Mouse): ...this. Mention t-mouse-mode.
5297
5298 * emacs.texi (Top): Use new node name.
5299
53002006-06-24 Eli Zaretskii <eliz@gnu.org>
5301
5302 * emacs.texi (Top): Update the detailed menu according to changes in
5303 msdog.texi.
5304
5305 * msdog.texi (Windows Keyboard): New section.
5306 (Windows Mouse): New section.
5307 (Windows System Menu): Remove section (text merged with "Windows
5308 Keyboard").
5309 (Windows Misc): New section.
5310
5311 * dired.texi (Dired Enter): Refer to msdog.texi for ls-lisp emulation.
5312
5313 * msdog.texi (ls in Lisp): New section.
5314
5315 * files.texi (Visiting): Document case-insensitive wildcard matching
5316 under find-file-wildcards.
5317
8cf51b2c
GM
53182006-06-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5319
5320 * macos.texi (Mac Input): Add description of mac-function-modifier.
5321 Now Unicode keyboard layouts work.
5322
8cf51b2c
GM
53232006-06-10 Richard Stallman <rms@gnu.org>
5324
5325 * mule.texi (Recognize Coding): Clarify previous change.
5326
53272006-06-09 Kenichi Handa <handa@m17n.org>
5328
5329 * mule.texi (Recognize Coding): Describe the convention of "CODING!"
5330 notation.
5331
53322006-06-07 Kevin Ryde <user42@zip.com.au>
5333
5334 * mule.texi (Coding Systems): Footnote xref "MS-DOS and MULE" in main
5335 manual for @ifnottex, but in emacs-extra for @iftex.
5336
5337 * cmdargs.texi (General Variables): Fix smtpmail xref.
5338
53392006-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
5340
8cf51b2c 5341 * programs.texi (Comment Commands):
8cf51b2c 5342 * custom.texi (Specifying File Variables):
49823426 5343 Use ;; instead of ;;; to better follow coding conventions.
8cf51b2c
GM
5344
53452006-06-07 Nick Roberts <nickrob@snap.net.nz>
5346
5347 * building.texi (Watch Expressions): Move node to end.
5348 (GDB Graphical Interface): Move description of clicks in fringe...
5349 (GDB commands in the Fringe): ...to here. New node.
5350
8cf51b2c
GM
53512006-06-05 Romain Francoise <romain@orebokech.com>
5352
49823426 5353 * xresmini.texi (GTK resources): Fix various typos.
8cf51b2c
GM
5354
53552006-06-05 Nick Roberts <nickrob@snap.net.nz>
5356
5357 * building.texi (GDB Graphical Interface): Update bindings.
5358 (Commands of GUD): Add gud-print. Remove gud-run.
5359 Restate availability more generally.
5360
f0131492 53612006-06-03 Teodor Zlatanov <tzz@lifelogs.com>
8cf51b2c
GM
5362
5363 * mini.texi: Lots of cleanups.
5364
53652006-06-01 Luc Teirlinck <teirllm@auburn.edu>
5366
5367 * misc.texi (Shell History Copying): Update descriptions of `C-c RET'
5368 and Mouse-2.
5369
c8763fb6 53702006-06-01 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
5371
5372 * screen.texi (Menu Bar): Change menu-bar-start to menu-bar-open.
5373
8cf51b2c
GM
53742006-05-31 Richard Stallman <rms@gnu.org>
5375
5376 * basic.texi (Moving Point): Fix previous change.
5377
c8763fb6 53782006-05-29 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
5379
5380 * screen.texi (Menu Bar): F10 for Gtk+/Lesstif/Lucid menus.
5381
f0131492 53822006-05-28 Teodor Zlatanov <tzz@lifelogs.com>
8cf51b2c
GM
5383
5384 * basic.texi: Many simplifications and improvements in wording.
5385
8cf51b2c
GM
53862006-05-26 Nick Roberts <nickrob@snap.net.nz>
5387
5388 * anti.texi (Antinews): Create a node for gdb-ui.
5389
8cf51b2c
GM
53902006-05-22 Reiner Steib <Reiner.Steib@gmx.de>
5391
5392 * frames.texi (Menu Bars, Tool Bars): Add index entries.
5393
53942006-05-20 Richard Stallman <rms@gnu.org>
5395
5396 * dired.texi (Dired Navigation): dired-goto-file is now j.
5397
8cf51b2c
GM
53982006-05-20 Eli Zaretskii <eliz@gnu.org>
5399
5400 * mule.texi (Coding Systems): Mention the undecided-* coding systems
5401 and their aliases.
5402
5403 * msdog.texi (Windows Printing): Mention non-support of plain text
5404 printing with some el-cheapo printers, and suggest a workaround.
5405
54062006-05-20 Kevin Ryde <user42@zip.com.au>
5407
5408 * text.texi (TeX Print): tex-dvi-view-command has a default value,
5409 remove the bit saying you must set it.
5410
54112006-05-19 Luc Teirlinck <teirllm@auburn.edu>
5412
5413 * trouble.texi (Checklist):
5414 * text.texi (Text, Auto Fill, Text Mode):
5415 * search.texi (Nonincremental Search):
5416 * rmail.texi (Rmail Labels):
5417 * mule.texi (Input Methods, Multibyte Conversion):
5418 * misc.texi (Gnus, Where to Look, PostScript):
5419 * maintaining.texi (Create Tags Table):
5420 * indent.texi (Indentation Commands):
5421 * fixit.texi (Spelling):
5422 * emacs.texi (Copying):
5423 * custom.texi (Init File): ifinfo -> ifnottex.
5424
8cf51b2c
GM
54252006-05-17 Richard Stallman <rms@gnu.org>
5426
5427 * files.texi (Diff Mode): Mention C-x `.
5428
54292006-05-08 Richard Stallman <rms@gnu.org>
5430
5431 * custom.texi (Disabling): Textual cleanups.
5432
8cf51b2c
GM
54332006-05-12 Glenn Morris <rgm@gnu.org>
5434
5435 * calendar.texi (Displaying the Diary, Format of Diary File):
5436 Refer to diary-view-entries, diary-list-entries,
5437 diary-show-all-entries rather than obsolete aliases.
5438
54392006-05-12 Eli Zaretskii <eliz@gnu.org>
5440
5441 * calendar.texi (Calendar/Diary, Holidays, Displaying the Diary)
5442 (Displaying the Diary, Special Diary Entries, Importing Diary):
5443 * building.texi (Compilation Shell):
5444 * buffers.texi (Several Buffers) [iftex]: Replace @xref's to
5445 emacs-xtra with @inforef's.
5446
5447 * files.texi (Visiting): Fix wording.
5448
5449 * mule.texi (Coding Systems, Text Coding): More indexing.
5450 Mention that C-x RET f can set eol conversion.
5451
c8763fb6 54522006-05-07 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
5453
5454 * xresmini.texi (GTK resources): Insert GTK description.
5455
5456 * xresources.texi (GTK resources): metafont should be menufont.
5457
8cf51b2c
GM
54582006-05-06 Michael Albinus <michael.albinus@gmx.de>
5459
49823426 5460 * mini.texi (Completion Options): Completion of remote files'
8cf51b2c
GM
5461 method, user name and host name is active only in partial
5462 completion mode.
5463
8cf51b2c
GM
54642006-05-06 Eli Zaretskii <eliz@gnu.org>
5465
5466 * makefile.w32-in (emacs.dvi):
5467 * Makefile.in (emacs.dvi): Add xresmini.texi.
5468
5469 * xresmini.texi (Table of Resources): Remove xref to non-existent
5470 node "LessTif Resources".
5471
5472 * msdog.texi (Microsoft Windows):
5473 * calendar.texi (Calendar/Diary, Displaying the Diary)
5474 (Special Diary Entries, Importing Diary, Holidays):
5475 * programs.texi (Program Modes):
5476 * text.texi (Text):
5477 * buffers.texi (Several Buffers):
5478 * files.texi (Comparing Files): Fix cross-references to emacs-xtra.
5479
54802006-05-06 Eli Zaretskii <eliz@gnu.org>
5481
5482 The following changes merge the emacs-xtra manual into the main
5483 manual, but only for on-line version of the manual.
5484
5485 * vc2-xtra.texi (Version Backups, Local Version Control)
5486 (Making Snapshots, Change Logs and VC, Version Headers)
5487 (Customizing VC, CVS Options) [ifnottex]: Conditional xref's for
5488 on-line manual.
5489
5490 * vc1-xtra.texi (VC Dired Mode) [ifnottex]: Conditional xref's
5491 for on-line manual.
5492
5493 * msdog-xtra.texi (MS-DOS, MS-DOS Keyboard, MS-DOS Mouse)
5494 (MS-DOS Display, MS-DOS File Names, MS-DOS Printing)
5495 (MS-DOS and MULE, MS-DOS Processes) [ifnottex]: Conditional xref's
5496 for on-line manual.
5497
5498 * fortran-xtra.texi (Fortran, Fortran Autofill)
5499 (Fortran Autofill, Fortran Abbrev) [ifnottex]: Conditional xref's
5500 for on-line manual.
5501
5502 * picture-xtra.texi (Basic Picture, Rectangles in Picture) [ifnottex]:
5503 Conditional xref's for on-line manual.
5504
5505 * emerge-xtra.texi (Emerge, Overview of Emerge)
5506 (Fine Points of Emerge) [ifnottex]: Conditional xref's for on-line
5507 manual.
5508
5509 * Makefile.in (INFO_TARGETS): Remove ../info/emacs-xtra.
5510 (EMACS_XTRA): New variable, lists the new *-xtra.texi files.
5511 (EMACSSOURCES): Use EMACS_XTRA.
5512 (../info/emacs-xtra): Remove.
5513 (emacs-xtra.dvi): Add EMACS_XTRA to prerequisites.
5514
5515 * makefile.w32-in (INFO_TARGETS): Remove $(infodir)/emacs-xtra.
5516 (EMACS_XTRA): New variable, lists the new *-xtra.texi files.
5517 (EMACSSOURCES): Use EMACS_XTRA.
5518 ($(infodir)/emacs-xtra): Remove.
5519 (emacs-xtra.dvi): Add EMACS_XTRA to prerequisites.
5520
5521 * trouble.texi (Quitting):
5522 * text.texi (Text):
5523 * programs.texi (Program Modes):
5524 * msdog.texi (Microsoft Windows):
5525 * frames.texi (Frames):
5526 * files.texi (Backup, Version Control, VC Concepts)
5527 (Types of Log File, Advanced C-x v v, Log Buffer, Old Versions)
5528 (Registering, VC Status, VC Undo, Multi-User Branching)
5529 (Comparing Files):
5530 * calendar.texi (Calendar/Diary, Holidays, Displaying the Diary)
5531 (Displaying the Diary, Special Diary Entries, Importing Diary):
5532 * buffers.texi (Several Buffers): Replace inforef to emacs-xtra by
5533 conditional xref's, depending on @iftex/@ifnottex.
5534
5535 * msdog.texi (Microsoft Windows) [ifnottex]: Add menu entry for
5536 "MS-DOS". @include msdog-xtra.texi.
5537
5538 * programs.texi (Programs) [ifnottex]: Add menu entry for "Fortran".
5539 <Top Level> [ifnottex]: @include fortran-xtra.texi.
5540
5541 * files.texi (Secondary VC Commands) [ifnottex]: Add menu entries
5542 for vc-xtra.texi subsections.
5543 (VC Undo) [ifnottex]: @include vc1-xtra.texi and @lowersections it.
5544 (Multi-User Branching) [ifnottex]: @include vc2-xtra.texi.
5545
5546 * sending.texi (Sending Mail): A @node line without explicit Prev,
5547 Next, and Up links.
5548
5549 * abbrevs.texi (Abbrevs): A @node line without explicit Prev,
5550 Next, and Up links.
5551
5552 * emacs.texi (Top) [ifnottex]: Add menu entries for "Picture Mode"
5553 and its sections. @include picture-xtra.texi.
5554
5555 * maintaining.texi (Maintaining) [ifnottex]: Add menu entry for
5556 "Emerge".
5557 (List Tags) [ifnottex]: @include emerge-xtra.texi.
5558
5559 * cal-xtra.texi (Daylight Savings): Remove this node: it is an
5560 exact duplicate of its name-sake in calendar.texi.
5561
5562 * calendar.texi (Calendar/Diary) [ifnottex]: Add menu item for
5563 "Advanced Calendar/Diary Usage".
5564 (Time Intervals) [ifnottex]: @include cal-xtra.texi.
5565
5566 * dired.texi (Subdirectories in Dired) [ifnottex]: @include
5567 dired-xtra.texi.
5568 (Dired) [ifnottex]: Add menu entry for "Subdir Switches".
5569
5570 * files.texi (Reverting) [ifnottex]: @include arevert-xtra.texi.
5571 (Files) [ifnottex]: Add menu entry for Autorevert.
5572
5573 * emacs-xtra.texi (Introduction): Reword to make consistent with
5574 printed version only.
5575 <Top level>: Remove the body of all chapters and move them to the
5576 new *-xtra.texi files. Use @raisesections and @lowersections to
5577 convert sections to chapters etc.
5578
5579 * msdog-xtra.texi:
5580 * fortran-xtra.texi:
5581 * vc-xtra.texi:
5582 * vc1-xtra.texi:
5583 * vc2-xtra.texi:
5584 * emerge-xtra.texi:
5585 * cal-xtra.texi:
5586 * dired-xtra.texi:
5587 * arevert-xtra.texi: New files, with text from respective chapters
5588 of emacs-xtra.texi. Convert each @chapter into @section, @section
5589 into @subsection, etc.
5590
1c6c854e 5591 * emacs-xtra.texi (MS-DOS): Rename from "MS-DOG". All references
8cf51b2c
GM
5592 updated.
5593
5594 * msdog.texi (Microsoft Windows): Rename from "Emacs and Microsoft
5595 Windows". All references updated.
5596
55972006-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5598
5599 * macos.texi (Mac Input): Mention input from Character Palette.
5600 (Mac Font Specs): Fix typo.
5601
56022006-05-05 Richard Stallman <rms@gnu.org>
5603
5604 * files.texi (Diff Mode): Minor cleanup.
5605
56062006-05-05 Karl Berry <karl@gnu.org>
5607
8cf51b2c
GM
5608 * emacs.texi: Call @fonttextsize 10, inside @tex to avoid
5609 errors from the current release of makeinfo (4.8).
5610 * help.texi (Library Keywords): Change widest word in multitable
5611 template from `emulations' to `convenience'. (Not sure if this is
5612 related to the font change.)
5613
56142006-05-05 Eli Zaretskii <eliz@gnu.org>
5615
5616 * files.texi (File Names): Add a footnote about limited support of
5617 ~USER on MS-Windows.
5618
5619 * cmdargs.texi (Initial Options): Add a footnote about limited
5620 support of ~USER on MS-Windows.
5621
56222006-05-03 Richard Stallman <rms@gnu.org>
5623
5624 * files.texi (Diff Mode): Node moved here.
5625 (Comparing Files): Delete what duplicates new node.
5626 (Files): Put Diff Mode in menu.
5627
1c6c854e 5628 * misc.texi (Diff Mode): Move to files.texi.
8cf51b2c
GM
5629
5630 * emacs.texi (Top): Update menu for Diff Mode.
5631
5632 * trouble.texi (Emergency Escape): Simplify.
5633
5634 * emacs.texi (Top): Minor clarification.
5635
56362006-05-03 Teodor Zlatanov <tzz@lifelogs.com>
5637
5638 * commands.texi, entering.texi, screen.texi: Many simplifications.
5639
56402006-05-03 Richard Stallman <rms@gnu.org>
5641
5642 * commands.texi (Text Characters): Delete paragraph about unibyte
5643 non-ASCII printing chars.
5644
5645 * killing.texi (Killing): Say "graphical displays".
5646 * display.texi: Say "graphical displays".
5647
5648 * cmdargs.texi (Misc X): Say "graphical displays".
5649
56502006-05-01 Richard Stallman <rms@gnu.org>
5651
5652 * emacs.texi (Top): Add Diff Mode to menu.
5653
56542006-05-01 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
5655
5656 * misc.texi (Diff Mode): New node.
5657
56582006-05-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5659
5660 * macos.texi (Mac International): Now Carbon Emacs has ATSUI support.
5661 (Mac Environment Variables): Shorten example line.
5662 (Mac Font Specs): Shorten lisp lines. Add descriptions for ATSUI.
5663
56642006-05-01 Nick Roberts <nickrob@snap.net.nz>
5665
5666 * building.texi (GUD Customization): Describe cases %d and %c.
5667 Update description for %e.
5668
56692006-04-30 Glenn Morris <rgm@gnu.org>
5670
5671 * calendar.texi (LaTeX Calendar): Mention cal-tex-preamble-extra.
5672
56732006-04-29 Dan Nicolaescu <dann@ics.uci.edu>
5674
5675 * custom.texi (Examining): Update C-h v output example.
5676
56772006-04-29 Kim F. Storm <storm@cua.dk>
5678
5679 * building.texi (Grep Searching): Add lgrep and rgrep.
5680
8cf51b2c
GM
56812006-04-23 Richard Stallman <rms@gnu.org>
5682
5683 * emacs.texi [TeX]: Use xresmini.texi instead of xresources.texi.
5684
5685 * xresmini.texi: New file.
5686
5687 * xresources.texi (Face Resources): Split table into font resources
5688 and the rest. Combine similar attributes for brevity.
5689
8cf51b2c
GM
56902006-04-21 Eli Zaretskii <eliz@gnu.org>
5691
5692 * emacs-xtra.texi (MS-DOS File Names): Remove section about
5693 backslashes and case-insensitivity in file names (moved to the
5694 main manual).
5695 (MS-DOS Printing): Move most of the text to the main manual.
5696
5697 * msdog.texi (Windows Files, Windows HOME, MS-Windows Printing):
5698 New nodes.
5699 (Windows Processes, Windows System Menu): Add index entries and
5700 fix wording.
5701
8cf51b2c
GM
57022006-04-18 J.D. Smith <jdsmith@as.arizona.edu>
5703
5704 * misc.texi (Shell Ring): Add notes on saved input when
5705 navigating off the end of the history list.
5706
57072006-04-18 Chong Yidong <cyd@mit.edu>
5708
5709 * misc.texi (Shell Options): Correct default value of
5710 comint-scroll-show-maximum-output.
5711
8cf51b2c
GM
57122006-04-18 Nick Roberts <nickrob@snap.net.nz>
5713
5714 * building.texi (Watch Expressions): Update.
5715
8cf51b2c
GM
57162006-04-12 Richard Stallman <rms@gnu.org>
5717
5718 * search.texi: Clean up previous change.
5719
57202006-04-12 Eli Zaretskii <eliz@gnu.org>
5721
5722 * search.texi (Regexp Backslash, Regexp Replace): Add index
5723 entries for ``back reference'' and mention the term itself in the
5724 text.
5725
57262006-04-11 Richard Stallman <rms@gnu.org>
5727
5728 * custom.texi (Safe File Variables):
5729 Document enable-local-variables = :safe.
5730
57312006-04-11 Karl Berry <karl@gnu.org>
5732
5733 * emacs-xtra.texi, emacs.texi (Dired under VC, VC Dired Commands)
5734 (Remote Repositories, Version Backups, Local Version Control)
5735 (Snapshots, Making and Using Snapshots, Snapshot Caveats)
5736 (Miscellaneous Commands and Features of VC, Change Logs and VC)
5737 (Renaming VC Work Files and Master Files)
5738 (Inserting Version Control Headers, Customizing VC, General Options)
5739 (Options for RCS and SCCS, Options specific for CVS): Move all
5740 these nodes to emacs-xtra.texi, for brevity.
5741 * cmdargs.texi, files.texi: Change cross-references.
5742
8cf51b2c
GM
57432006-04-11 J.D. Smith <jdsmith@as.arizona.edu>
5744
5745 * files.texi (Old Versions): Update description of vc-annotate's
5746 use of color to indicate date ranges.
5747
8cf51b2c
GM
57482006-04-09 Kevin Ryde <user42@zip.com.au>
5749
8cf51b2c
GM
5750 * sending.texi (Mail Sending): In send-mail-function @pxref smtpmail,
5751 put info and printed manual names the right way around.
5752
57532006-04-09 Karl Berry <karl@gnu.org>
5754
5755 * msdog.texi, emacs-xtra.texi: Move all the MS-DOS material to
5756 emacs-xtra.texi, leaving only MS Windows information.
5757 * building.texi, emacs.texi, frames.texi, gnu.texi, macos.texi,
5758 * msdog.texi, mule.texi, trouble.texi: Change cross-references and
5759 node names.
5760
5761 * emacs.texi: Move @summarycontents and @contents to the beginning
5762 of the file.
5763
8cf51b2c
GM
57642006-04-08 Kevin Ryde <user42@zip.com.au>
5765
5766 * text.texi (Fill Commands): fill-nobreak-predicate is now a hook.
5767
57682006-04-07 Richard Stallman <rms@gnu.org>
5769
5770 * programs.texi (Comments, Comment Commands, Options for Comments)
5771 (Multi-Line Comments): "Align", not "indent".
5772 (Basic Indent): C-j deletes trailing whitespace before the newline.
5773
57742006-04-06 Richard Stallman <rms@gnu.org>
5775
8cf51b2c
GM
5776 * programs.texi (Basic Indent): Clarify relationship of C-j to TAB.
5777
57782006-04-06 Eli Zaretskii <eliz@gnu.org>
5779
5780 * killing.texi (Rectangles): Add index entry for marking a rectangle.
5781
8cf51b2c
GM
57822006-04-05 Richard Stallman <rms@gnu.org>
5783
5784 * emacs.texi (Top): Update subnode menu.
5785
5786 * trouble.texi (Unasked-for Search): Node deleted.
5787 (Lossage): Delete from menu.
5788
57892006-04-04 Richard Stallman <rms@gnu.org>
5790
5791 * trouble.texi: Various cleanups.
5792 (Checklist): Don't bother saying how to snail a bug report.
5793 (Emergency Escape): Much rewriting.
5794 (After a Crash): Rename the core dump immediately.
5795 (Total Frustration): Call it a psychotherapist.
5796 (Bug Criteria): Avoid "illegal instruction".
5797 (Sending Patches): We always put the contributor's name in.
5798
5799 * misc.texi (Thumbnails): Minor correction.
5800
8cf51b2c
GM
58012006-04-03 Richard Stallman <rms@gnu.org>
5802
5803 * misc.texi (Thumbnails): Minor cleanup.
5804
58052006-04-02 Karl Berry <karl@gnu.org>
5806
5807 * sending.texi (Mail Sending): pxref to Top needs five args.
5808
5809 * texinfo.tex: Update to current version (2006-03-21.13).
5810
8cf51b2c
GM
58112006-03-31 Richard Stallman <rms@gnu.org>
5812
5813 * emacs.texi (Top): Update subnode menu.
5814
5815 * help.texi (Help Mode): Cleanup.
5816
5817 * dired.texi: Many cleanups.
5818 (Dired Deletion): Describe dired-recursive-deletes.
5819 (Operating on Files): dired-create-directory moved.
5820 (Misc Dired Features): Move to here.
5821 (Tumme): Node moved to misc.texi.
5822
5823 * custom.texi: Many cleanups.
5824 (Minor Modes): Don't mention ISO Accents Mode.
5825 (Examining): Update C-h v output example.
5826 (Hooks): Add index and xref for add-hook.
5827 (Locals): Delete list of vars that are always per-buffer. Rearrange.
5828 (Local Keymaps): Don't mention lisp-mode-map, c-mode-map.
5829
5830 * misc.texi: Many cleanups.
5831 (beginning): Add to summary of topics.
5832 (Shell): Put eshell xref at the end. Remove eshell from table.
5833 (Thumbnails): New node.
5834
8cf51b2c
GM
58352006-03-28 Eli Zaretskii <eliz@gnu.org>
5836
5837 * files.texi (File Name Cache): Make it clear that the cache is
5838 not persistent.
5839
8cf51b2c
GM
58402006-03-25 Karl Berry <karl@gnu.org>
5841
49823426
GM
5842 * emacs-xtra.texi, emacs.texi, gnu.texi:
5843 (1) use @copyright{} instead of (C) in typeset text;
8cf51b2c
GM
5844 (2) do not indent copyright year list (or anything else).
5845
8cf51b2c
GM
58462006-03-21 Juanma Barranquero <lekktu@gmail.com>
5847
5848 * files.texi (VC Dired Mode): Remove misplaced brackets.
5849
58502006-03-21 Andre Spiegel <spiegel@gnu.org>
5851
5852 * files.texi: Various updates and clarifications in the VC chapter.
5853
58542006-03-19 Luc Teirlinck <teirllm@auburn.edu>
5855
5856 * help.texi (Help Mode): Document "C-c C-c".
5857
8cf51b2c
GM
58582006-03-16 Luc Teirlinck <teirllm@auburn.edu>
5859
5860 * emacs-xtra.texi (Top): Avoid ugly continuation line in
5861 menu in the standalone Info reader.
5862
58632006-03-15 Chong Yidong <cyd@stupidchicken.com>
5864
5865 * emacs-xtra.texi (Emerge, Picture Mode, Fortran): New chapters,
5866 moved here from Emacs manual.
5867
5868 * programs.texi (Fortran): Section moved to emacs-xtra.
5869 (Program Modes): Xref to Fortran in emacs-xtra.
5870
5871 * maintaining.texi (Emerge): Move to emacs-xtra.
5872 * files.texi (Comparing Files): Xref to Emerge in emacs-xtra.
5873
5874 * picture.texi: File deleted.
5875 * Makefile.in:
5876 * makefile.w32-in: Remove picture.texi.
5877
5878 * text.texi (Text): Xref to Picture Mode in emacs-xtra.
5879 * abbrevs.texi (Abbrevs):
5880 * sending.texi (Sending Mail): Picture node removed.
5881
5882 * emacs.texi (Top): Update node listings.
5883
8cf51b2c
GM
58842006-03-12 Richard Stallman <rms@gnu.org>
5885
5886 * calendar.texi: Various cleanups.
5887
8cf51b2c
GM
58882006-03-11 Luc Teirlinck <teirllm@auburn.edu>
5889
5890 * search.texi (Regexps): Use @samp for regexp that is not in Lisp
5891 syntax.
5892
8cf51b2c
GM
58932006-03-08 Luc Teirlinck <teirllm@auburn.edu>
5894
5895 * search.texi (Regexps): More accurately describe which characters
5896 are special in which situations. Recommend _not_ to quote `]' or
5897 `-' when they are not special.
5898
8cf51b2c
GM
58992006-02-28 Andre Spiegel <spiegel@gnu.org>
5900
5901 * files.texi (Old Versions): Clarify operation of C-x v =.
5902
8cf51b2c
GM
59032006-02-21 Nick Roberts <nickrob@snap.net.nz>
5904
5905 * building.texi (Watch Expressions): Update and describe
5906 gdb-speedbar-auto-raise.
5907
59082006-02-19 Richard M. Stallman <rms@gnu.org>
5909
5910 * emacs.texi: Use @smallbook.
5911 (Top): Update ref to Emacs paper, delete ref to Cookbook.
5912 Update subnode menu.
5913
5914 * building.texi (Lisp Interaction): Minor addition.
5915
59162006-02-18 Nick Roberts <nickrob@snap.net.nz>
5917
5918 * building.texi (Watch Expressions): Update and be more precise.
5919
c8763fb6 59202006-02-15 Francesco Potortì <pot@gnu.org>
8cf51b2c
GM
5921
5922 * maintaining.texi (Create Tags Table): Explain why the
5923 exception when etags writes to files under the /dev tree.
5924
59252006-02-14 Richard M. Stallman <rms@gnu.org>
5926
5927 * custom.texi (Safe File Variables): Lots of clarification.
5928 Renamed from Unsafe File Variables.
5929
59302006-02-14 Chong Yidong <cyd@stupidchicken.com>
5931
5932 * custom.texi (Unsafe File Variables): File variable confirmation
5933 assumed denied in batch mode.
5934
59352006-02-14 Richard M. Stallman <rms@gnu.org>
5936
5937 * building.texi (GDB User Interface Layout): Don't say `inferior'
5938 for program being debugged.
5939
59402006-02-15 Nick Roberts <nickrob@snap.net.nz>
5941
5942 * building.texi (GDB Graphical Interface):
5943 Replace gdb-use-inferior-io-buffer with gdb-use-separate-io-buffer.
5944
59452006-02-13 Chong Yidong <cyd@stupidchicken.com>
5946
5947 * custom.texi (Specifying File Variables, Unsafe File Variables):
5948 New nodes, split from File Variables. Document new file local
5949 variable behavior.
5950
59512006-02-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5952
5953 * display.texi (Standard Faces):
8cf51b2c
GM
5954 * files.texi (Visiting):
5955 * frames.texi (Clipboard):
5956 * glossary.texi (Glossary) <Clipboard>:
5957 * xresources.texi (X Resources): Mention Mac OS port.
5958
8cf51b2c
GM
59592006-02-12 Richard M. Stallman <rms@gnu.org>
5960
5961 * building.texi (Building): Clarify topic in intro.
5962
5963 * maintaining.texi (Maintaining): Change title; clarify topic.
5964 Delete duplicate index entries.
5965
5966 * building.texi (Other GDB User Interface Buffers): Clarifications.
5967
5968 * text.texi (Cell Commands): Clarifications.
5969
5970 * programs.texi (Defuns): Delete duplicate explanation of
5971 left-margin paren convention.
5972 (Hungry Delete): Minor cleanup.
5973
59742006-02-11 Mathias Dahl <mathias.dahl@gmail.com>
5975
5976 * dired.texi (Tumme): More tumme documentation.
5977
59782006-02-11 Alan Mackenzie <acm@muc.de>
5979
5980 * programs.texi ("Hungry Delete"): Correct the appellation of the
5981 backspace and delete keys to @kbd{DEL} and @kbd{DELETE}.
5982
59832006-02-11 Mathias Dahl <mathias.dahl@gmail.com>
5984
5985 * dired.texi (Tumme): Fix small bug.
5986
59872006-02-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5988
5989 * macos.texi (Mac International): Rename "fontset-mac" to
5990 "fontset-standard".
5991
8cf51b2c
GM
59922006-02-09 Mathias Dahl <mathias.dah@gmail.com>
5993
5994 * dired.texi (Tumme): Basic documentation for Tumme added.
5995
8cf51b2c
GM
59962006-02-07 Luc Teirlinck <teirllm@auburn.edu>
5997
5998 * mule.texi (International):
5999 * programs.texi (Basic Indent): Fix typos.
6000
8cf51b2c
GM
6001 * custom.texi (Minor Modes):
6002 * display.texi (Text Display):
6003 * commands.texi (Text Characters): Update xrefs.
6004
60052006-02-07 Richard M. Stallman <rms@gnu.org>
6006
6007 * emacs.texi (Top): Update subnode menu.
6008 Update info on old Emacs papers.
6009 (Intro): "Graphical display", not window system.
6010
6011 * xresources.texi (GTK styles): Minor clarifications.
6012
6013 * trouble.texi: "Graphical display", not window system.
6014 (Stuck Recursive): Minor clarification.
6015
6016 * text.texi: Minor clarifications.
6017 (Sentences): Explain why two-space convention is better.
6018 Explain sentence-end-without-period here.
6019 (Fill Commands): Not here.
6020 (Refill): Node moved down.
6021 (Filling): Update menu.
6022 (Table Creation, Cell Justification, Column Commands): Clarify.
6023
6024 * sending.texi: Minor clarifications.
6025
6026 * search.texi (Regexp Backslash): Clarification.
6027
6028 * rmail.texi: Minor cleanups.
6029 (Rmail): Delete digression about `rmail-mode'.
6030 (Rmail Inbox): Delete false advice wrt rmail-primary-inbox-list.
6031 (Rmail Files): Mention C-u M-x rmail.
6032 (Rmail Reply): Mention References.
6033 (Rmail Display): Mention rmail-nonignored-headers.
6034
6035 * programs.texi: Minor cleanups.
6036 (Comment Commands): Mention momentary Transient Mark mode.
6037 (Matching): Be more specific about customizing show-paren-mode.
6038 (Info Lookup): Don't list the modes that support C-h S.
6039 Just say what it does in an unsupported mode.
6040 (Man Page): Delete excessive info on customizing woman.
6041 (Motion in C): Don't mention c-for/backward-into-nomenclature.
6042
6043 * abbrevs.texi: Minor clarifications.
6044 (Dabbrev Customization): Talk about "dynamic abbrev expansion",
6045 not "dynamic abbrevs" as if they were a kind of abbrev.
6046
6047 * picture.texi (Picture): Minor cleanup.
6048
6049 * mule.texi (Communication Coding): Say "other applications".
6050 (Fontsets): Not specific to X. Add xref to X Resources.
6051 (Unibyte Mode): Rename from Single-Byte Character Support.
6052 "Graphical display", not window system.
6053 (International): Update menu.
6054
6055 * maintaining.texi (Format of ChangeLog):
6056 New node, split out from ChangeLog.
6057 (ChangeLog): Clarifications in the remaining text.
6058 (Create Tags Table, Etags Regexps, Select Tags Table): Cleanups.
6059 (Find Tag): Add @w.
6060 (Tags Search): Explain tag table order here. Simplify grep ref.
6061 (List Tags): tags-tag-face is a variable, not a face.
6062 (Emerge): Cleanups.
6063
6064 * kmacro.texi (Keyboard Macro Counter): Rewrite for clarity.
6065 (Keyboard Macros): Avoid "the user".
6066
6067 * killing.texi: "Graphical display", not window system.
6068
6069 * help.texi (Help Echo): "Graphical display", not window system.
6070
6071 * glossary.texi: Say "you", not "the user". Say "graphical display".
6072
6073 * frames.texi: Minor cleanups. "Graphical display", not window system.
6074
6075 * files.texi (Visiting): Make drag-and-drop not X-specific.
6076
6077 * custom.texi: Minor cleanups. "Graphical display", not window system.
6078
6079 * cmdargs.texi: Minor cleanups.
6080
6081 * building.texi (Compilation): Move and split kill-compilation para.
6082 Add para about multiple compilers.
6083 (Compilation Mode): Commands also available in grep mode and others.
6084 Mention C-u C-x ` more tutorially. Clarify C-x `.
6085 (Compilation Shell): Clarify. Put Bash example first.
6086 (Grep Searching): Minor cleanups; add @w.
6087 (Debuggers): Minor cleanups.
6088 (Starting GUD): Make GDB xgraphical mode issue clearer.
6089 (Debugger Operation): Lots of clarifications including
6090 GDB tooltip side-effect issue.
6091 (Commands of GUD): Clarify.
6092 (GUD Customization): Add bashdb-mode-hook.
6093 (GDB Graphical Interface): Rewrite for clarity.
6094 (GDB User Interface Layout): Rewrite for clarity.
6095 (Stack Buffer, Watch Expressions): Likewise.
6096 (Other GDB User Interface Buffers): Cleanups.
6097 (Lisp Libraries, External Lisp): Cleanup.
6098
6099 * basic.texi (Position Info): "Graphical displays", rather than
6100 window systems.
6101
6102 * anti.texi: Minor cleanup.
6103
8cf51b2c
GM
61042006-02-03 Eli Zaretskii <eliz@gnu.org>
6105
6106 * custom.texi (Init File, Find Init): Add cross-references to
6107 where $HOME is described.
6108
61092006-02-01 Luc Teirlinck <teirllm@auburn.edu>
6110
6111 * frames.texi (Frame Parameters): Remove @item for S-Mouse-1; it
6112 is not inside the @table.
6113
6114 * emacs.texi (Top): Correct node name.
6115
6116 * files.texi (File Names): Fix @xref.
6117 (Reverting): Fix typo.
6118
6119 * mule.texi (International): Correct node name.
6120
6121 * kmacro.texi (Save Keyboard Macro): Add missing @kbd to @table.
6122
61232006-02-01 Richard M. Stallman <rms@gnu.org>
6124
6125 * emacs.texi (Top): Update subnode menu.
6126
6127 * mule.texi: Minor clarifications.
6128 Reduce the specific references to X Windows.
6129 Refer to "graphical" terminals, rather than window systems.
6130 (Text Coding): Rename from Specify Coding.
6131 (Communication Coding, File Name Coding, Terminal Coding):
6132 New nodes split out from Text Coding.
6133
6134 * kmacro.texi: Minor clarifications.
6135 (Keyboard Macro Ring): Comment out some excessive commands.
6136 (Basic Keyboard Macro): Split up the table, putting part in each node.
6137
6138 * major.texi: Minor clarifications.
6139
6140 * misc.texi (Single Shell, Interactive Shell): Fix xrefs.
6141
6142 * windows.texi: Minor clarifications.
6143 (Change Window): Don't describe mode-line mouse cmds here.
6144 Add xref to Mode Line Mouse.
6145
6146 * msdog.texi (Text and Binary, MS-DOS and MULE): Fix xrefs.
6147
6148 * macos.texi (Mac International): Fix xref.
6149
6150 * indent.texi: Minor clarifications.
6151
6152 * frames.texi: Minor clarifications.
6153 Reduce the specific references to X Windows.
6154 Refer to "graphical" terminals, rather than window systems.
6155 (Frame Parameters): Don't mention commands like
6156 set-foreground-color. Just say to customize a face.
6157 (Drag and Drop): Lisp-level stuff moved to Emacs Lisp manual.
6158
6159 * files.texi: Minor clarifications.
6160 (Numbered Backups): New node, split out from Backup Names.
6161
6162 * display.texi (Font Lock): C mode no longer depends on (-in-col-0.
6163
6164 * cmdargs.texi (General Variables): Fix xref.
6165
6166 * buffers.texi: Minor clarifications.
6167
8cf51b2c
GM
61682006-01-31 Richard M. Stallman <rms@gnu.org>
6169
6170 * display.texi (Scrolling, Horizontal Scrolling, Follow Mode):
6171 Nodes moved to top.
6172
6173 * display.texi: Minor clarifications.
6174 (Display): Rearrange menu.
6175 (Standard Faces): Mention query-replace face.
6176 (Faces): Simplify.
6177 (Font Lock): Simplify face customization info.
6178 (Highlight Changes): Node merged into Highlight Interactively.
6179 (Highlight Interactively): Much rewriting and cleanup.
6180 (Optional Mode Line): Narrowed line number not good for goto-line.
6181 Simplify face customization advice.
6182 (Text Display): Mention use of escape-glyph face.
6183 Move ctl-arrow and tab-width here.
6184 (Display Custom): Move no-redraw-on-reenter to end of node.
6185
6186 * search.texi: Minor clarifications.
6187 (Isearch Scroll): Simplify.
6188 (Other Repeating Search): Document multi-occur-in-matching-buffers.
6189
6190 * regs.texi (Registers): Mention bookmarks here.
6191
6192 * mark.texi: Minor clarifications.
6193 (Selective Undo): Node deleted.
6194
6195 * m-x.texi: Minor clarifications.
6196
6197 * killing.texi: Minor clarifications.
6198 Refer to "graphical" terminals, rather than window systems.
6199
6200 * help.texi: Clarifications.
6201 (Help): Don't describe C-h F and C-h K here.
6202 (Key Help): Describe C-h K here.
6203 (Name Help): Mention Emacs Lisp Intro.
6204 Describe C-h F here.
6205 (Misc Help): Mention C-h F and C-h K only briefly.
6206
6207 * fixit.texi (Undo): New node, mostly copied from basic.texi.
6208 Selective undo text merged in.
6209 (Spelling): Mention Aspell along with Ispell.
6210
6211 * emacs.texi (Top): Update subnode menus.
6212
6213 * basic.texi (Basic Undo): Rename from Undo. Most of text
6214 moved to new Undo node.
6215
8cf51b2c
GM
62162006-01-29 Chong Yidong <cyd@stupidchicken.com>
6217
6218 * basic.texi (Continuation Lines, Inserting Text):
6219 Mention longlines mode.
6220
62212006-01-29 Richard M. Stallman <rms@gnu.org>
6222
10d1d0af 6223 * screen.texi: Minor cleanups.
8cf51b2c
GM
6224 (Screen): Clean up the intro paragraphs.
6225 (Mode Line): Lots of rewriting. Handle frame-name better.
6226 eol-mnemonic-... vars moved out.
6227
6228 * emacs.texi (Top): Change menu item for MS-DOS node.
6229 Update subnode menu.
6230
6231 * msdog.texi (MS-DOS): Rewrite intro to explain how this
6232 chapter relates to Windows. Title changed.
6233
6234 * mini.texi: Minor cleanups.
6235
6236 * mark.texi (Selective Undo): New node, text moved from basic.texi.
6237 (Mark): Put it in the menu.
6238
6239 * entering.texi: Minor cleanups.
6240
6241 * emacs.texi (Top): Add xref to Mac chapter; explain Windows better.
6242 (Intro): Refer to "graphical" terminals, rather than X.
6243
6244 * display.texi (Display Custom): Add xref to Variables.
6245 (Optional Mode Line): eol-mnemonic-... vars moved here.
6246
6247 * commands.texi: Minor cleanups. Refer to "graphical" terminals,
6248 rather than X.
6249
8cf51b2c
GM
6250 * basic.texi: Minor cleanups.
6251 (Undo): selective-undo moved.
6252
8cf51b2c
GM
62532006-01-25 Luc Teirlinck <teirllm@auburn.edu>
6254
6255 * anti.texi (Antinews): Various corrections and additions.
6256
62572006-01-23 Juri Linkov <juri@jurta.org>
6258
6259 * custom.texi (Easy Customization, Customization Groups)
6260 (Browsing Custom): Mention links along with buttons.
6261
8cf51b2c
GM
62622006-01-21 Eli Zaretskii <eliz@gnu.org>
6263
8cf51b2c
GM
6264 * text.texi (TeX Print): Use @key for TAB.
6265
8cf51b2c
GM
6266 * kmacro.texi (Keyboard Macro Step-Edit): Use @key for TAB.
6267
8cf51b2c
GM
62682006-01-15 Sven Joachim <svenjoac@gmx.de> (tiny change)
6269
6270 * files.texi (File Aliases): Don't claim that usually separate
6271 buffers are created for two file names that name the same data.
6272 Mention additional situations where different names mean the same
6273 file on disk.
6274
62752006-01-19 Richard M. Stallman <rms@gnu.org>
6276
6277 * killing.texi (Deletion): Upcase @key argument.
6278
6279 * custom.texi (Custom Themes): Minor cleanup.
6280
6281 * programs.texi (Hungry Delete): Upcase @key argument.
6282
8cf51b2c
GM
62832006-01-16 Juri Linkov <juri@jurta.org>
6284
6285 * display.texi (Standard Faces): Add `mode-line-buffer-id'.
6286 Move `mode-line-highlight' before `mode-line-buffer-id'.
6287
8cf51b2c
GM
62882006-01-14 Richard M. Stallman <rms@gnu.org>
6289
6290 * basic.texi (Inserting Text): Minor cleanup.
6291
8cf51b2c
GM
62922006-01-11 Luc Teirlinck <teirllm@auburn.edu>
6293
6294 * custom.texi (Changing a Variable, Face Customization):
6295 Update for changes in Custom menus.
6296
8cf51b2c
GM
62972006-01-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6298
6299 * macos.texi (Mac International): Undo last change.
6300
8cf51b2c
GM
63012006-01-02 Chong Yidong <cyd@stupidchicken.com>
6302
6303 * custom.texi (Custom Themes): Describe the new
6304 customize-create-theme interface.
6305
63062005-12-30 Juri Linkov <juri@jurta.org>
6307
6308 * basic.texi (Position Info): Update example.
6309
c8763fb6 63102005-12-27 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
6311
6312 * frames.texi (Dialog Boxes): Add x-gtk-show-hidden-files.
6313
63142005-12-24 Chong Yidong <cyd@stupidchicken.com>
6315
6316 * custom.texi (Custom Themes): `load-theme' always loads.
6317
63182005-12-23 Juri Linkov <juri@jurta.org>
6319
6320 * display.texi (Highlight Interactively): Use double space to
6321 separate sentences. Replace C-p with M-p, and C-n with M-n.
6322
63232005-12-22 Richard M. Stallman <rms@gnu.org>
6324
6325 * custom.texi (Easy Customization and subnodes):
6326 Replace "active field" with "button".
6327 Use "user option" only for variables.
6328 Use "setting" for variable-or-face.
6329
63302005-12-22 Luc Teirlinck <teirllm@auburn.edu>
6331
6332 * buffers.texi (Select Buffer): Change order in table to make
6333 "Similar" refer to the correct item.
6334 (Indirect Buffers): Minor rewording.
6335
8cf51b2c
GM
63362005-12-20 Juri Linkov <juri@jurta.org>
6337
6338 * files.texi (VC Status): Put P and N near p and n.
6339
8cf51b2c
GM
63402005-12-19 Richard M. Stallman <rms@gnu.org>
6341
6342 * programs.texi (Electric C): Delete the info about newline control.
6343 (Other C Commands): Minor cleanup.
6344 (Left Margin Paren): Minor cleanup.
6345
63462005-12-19 Luc Teirlinck <teirllm@auburn.edu>
6347
6348 * custom.texi (Easy Customization): Add "Browsing Custom" to menu.
6349 (Customization Groups): Delete text moved to "Browsing Custom".
6350 (Browsing Custom): New node.
6351 (Specific Customization): Clarify which commands only work for
6352 loaded options.
6353
63542005-12-18 Bill Wohler <wohler@newt.com>
6355
6356 * frames.texi (Tool Bars): Shorten text of previous change.
6357
63582005-12-18 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
6359
6360 * files.texi (VC Status): Document log-view mode.
6361
63622005-12-18 Bill Wohler <wohler@newt.com>
6363
6364 * frames.texi (Tool Bars): Mention that you can turn off tool bars
6365 permanently via the customize interface.
6366
8cf51b2c
GM
63672005-12-16 Ralf Angeli <angeli@iwi.uni-sb.de>
6368
6369 * killing.texi (Killing by Lines): Document `kill-whole-line'
6370 function.
6371
c8763fb6 63722005-12-16 Lőrentey Károly <lorentey@elte.hu>
8cf51b2c
GM
6373
6374 * buffers.texi (Select Buffer): Change `prev-buffer' to
6375 `previous-buffer'. Indicate that these functions use a frame
6376 local buffer list.
6377
8cf51b2c
GM
63782005-12-12 Richard M. Stallman <rms@gnu.org>
6379
6380 * custom.texi (Easy Customization): Change menu comment.
6381 (Prefix Keymaps): Fix spelling of Control-X-prefix.
6382
6383 * help.texi (Apropos): Rewrite. Talk about "apropos patterns".
6384 (Help): Among the Apropos commands, describe only C-h a here.
6385
63862005-12-11 Richard M. Stallman <rms@gnu.org>
6387
6388 * programs.texi (Options for Comments): Comment-end starts with space.
6389
6390 * glossary.texi (Glossary): Minor cleanup.
6391
6392 * files.texi (Old Versions): Use @table.
6393
8cf51b2c
GM
63942005-12-10 David Koppelman <koppel@ece.lsu.edu>
6395
6396 * display.texi (Highlight Interactively): Include
6397 global-hi-lock-mode. Add miscellaneous details and elaborations.
6398
63992005-12-09 Richard M. Stallman <rms@gnu.org>
6400
6401 * display.texi (Font Lock): Delete the Global FL menu item.
6402
64032005-12-09 Luc Teirlinck <teirllm@auburn.edu>
6404
6405 * custom.texi (Minibuffer Maps): Mention the maps for file name
6406 completion.
6407
64082005-12-09 Kim F. Storm <storm@cua.dk>
6409
6410 * killing.texi (CUA Bindings): Describe how to use C-x and C-c as
10d1d0af 6411 prefix keys even when mark is active. Describe that RET moves
8cf51b2c
GM
6412 cursor to next corner in rectangle; clarify insert around rectangle.
6413
8cf51b2c
GM
64142005-12-08 Luc Teirlinck <teirllm@auburn.edu>
6415
6416 * custom.texi (Customization): Use xref to elisp manual for
6417 non-TeX output.
6418 (Minor Modes): Update.
6419 (Customization Groups, Changing a Variable, Face Customization):
6420 Update for new appearance of Custom buffers.
6421 (Changing a Variable): `custom-buffer-done-function' has been
6422 replaced by `custom-buffer-done-kill'.
6423 (Specific Customization): In the `customize-group' buffer, a
6424 subgroup's contents are not "hidden". They are not included at
6425 all. They have no [Show] button.
6426 (Mouse Buttons): Add pxref to description of mouse event lists in
6427 Elisp manual. Add `menu-bar' and `header-line' dummy prefix keys.
6428 (Find Init): Emacs now looks for ~/.emacs.d/init.el instead of
6429 ~/.emacs.d/.emacs, if it can not find ~/.emacs(.el).
6430
64312005-12-08 Richard M. Stallman <rms@gnu.org>
6432
6433 * mini.texi (Completion Commands, Completion):
6434 In file name input, SPC does not do completion.
6435
8cf51b2c
GM
64362005-12-08 Nick Roberts <nickrob@snap.net.nz>
6437
6438 * building.texi (GDB Graphical Interface): Explain screen size
6439 setting.
6440 (Other GDB User Interface Buffers): Describe features specific to
6441 GDB 6.4.
6442
8cf51b2c
GM
64432005-12-01 Nick Roberts <nickrob@snap.net.nz>
6444
6445 * building.texi (GDB User Interface Layout): Describe how to
6446 kill associated buffers.
6447 (Breakpoints Buffer): Use D instead of d for gdb-delete-breakpoint.
6448 (Watch Expressions): Be more precise.
6449 (Other GDB User Interface Buffers): Describe how to change a
6450 register value.
6451
8cf51b2c
GM
64522005-11-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6453
6454 * macos.texi (Mac Input): Remove description of
6455 mac-command-key-is-meta. Add descriptions of
6456 mac-control-modifier, mac-command-modifier, and
6457 mac-option-modifier.
6458 (Mac International): Fix description of conversion of clipboard data.
6459 (Mac Font Specs): Add example of font customization by face attributes.
6460
64612005-11-22 Nick Roberts <nickrob@snap.net.nz>
6462
6463 * building.texi (Watch Expressions): Expand description.
6464 (Other GDB User Interface Buffers): Describe local map for
6465 gud-watch.
6466
64672005-11-21 Chong Yidong <cyd@stupidchicken.com>
6468
6469 * display.texi (Font Lock): Font lock is enabled by default now.
6470
64712005-11-20 Juri Linkov <juri@jurta.org>
6472
6473 * basic.texi (Position Info): Update examples of the output.
6474 Remove the fact that examples are produced in the TeXinfo buffer,
6475 because in the Info reader users will get a different output from
6476 `C-x ='.
6477
6478 * building.texi (Compilation Mode): Remove paragraph duplicated
6479 from the node `Compilation'. Add `compilation-skip-threshold'.
6480
6481 * display.texi (Font Lock): Suggest more user-friendly method of
6482 finding all Font Lock faces (M-x customize-group RET font-lock-faces).
6483
64842005-11-18 Richard M. Stallman <rms@gnu.org>
6485
6486 * files.texi (Registering): Mention @@ in mode line.
6487
6488 * mini.texi (Minibuffer File): Clarify previous change. Add @findex.
6489
64902005-11-08 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
6491
6492 * files.texi (Renaming and VC): Some back-ends don't
6493 handle renaming.
6494
8cf51b2c
GM
64952005-11-17 Juri Linkov <juri@jurta.org>
6496
6497 * emacs.texi (Top):
6498 * display.texi (Highlight Interactively): Put this font-lock based
6499 mode near Font Lock node.
6500
65012005-11-16 Chong Yidong <cyd@stupidchicken.com>
6502
6503 * ack.texi (Acknowledgments): Acknowledge Andrew Zhilin for Emacs
6504 icons.
6505
65062005-11-12 Kim F. Storm <storm@cua.dk>
6507
6508 * help.texi (Help): Fix C-h a entry. Add C-h d entry.
6509 (Help Summary): Add C-h d and C-h e.
6510 (Apropos): Clarify that all apropos commands may search for either
6511 list of words or a regexp. Add C-h d for apropos-documentation.
6512 Describe apropos-documentation-sort-by-scores user option.
6513
8cf51b2c
GM
65142005-11-09 Luc Teirlinck <teirllm@auburn.edu>
6515
6516 * killing.texi (CUA Bindings): Add @section.
6517
65182005-11-10 Kim F. Storm <storm@cua.dk>
6519
6520 * emacs.texi (Top): Add CUA Bindings entry to menu.
6521
6522 * killing.texi (CUA Bindings): New node. Moved here from
6523 misc.texi and extended with info on rectangle commands and
6524 rectangle highlighting, interface to registers, and the global
6525 mark feature.
6526
6527 * misc.texi (Emulation): Move CUA bindings item to killing.texi.
6528
6529 * regs.texi: Prev link points to CUA Bindings node.
6530
65312005-11-07 Luc Teirlinck <teirllm@auburn.edu>
6532
6533 * help.texi (Help Echo): By default, help echos are only shown on
6534 mouse-over, not on point-over.
6535
c8763fb6 65362005-11-04 Jérôme Marant <jerome@marant.org>
8cf51b2c
GM
6537
6538 * misc.texi (Shell Mode): Describe how to activate password echoing.
6539
8cf51b2c
GM
65402005-11-04 Romain Francoise <romain@orebokech.com>
6541
6542 * mark.texi (Mark Ring): Fix typo.
6543
65442005-11-03 Richard M. Stallman <rms@gnu.org>
6545
6546 * mark.texi (Mark Ring): Mention set-mark-command-repeat-pop.
6547
65482005-11-01 Bill Wohler <wohler@newt.com>
6549
6550 * help.texi (Help Mode): Fix typo.
6551
65522005-11-01 Nick Roberts <nickrob@snap.net.nz>
6553
1c6c854e
CS
6554 * building.texi (Other GDB User Interface Buffers):
6555 Describe the command gdb-use-inferior-io-buffer.
8cf51b2c
GM
6556
65572005-10-31 Romain Francoise <romain@orebokech.com>
6558
6559 * files.texi (Compressed Files): Fix typo.
6560
6561 * buffers.texi (Misc Buffer): Downcase `*shell*'.
6562
6563 * windows.texi (Force Same Window): Likewise.
6564
65652005-10-30 Bill Wohler <wohler@newt.com>
6566
6567 * help.texi (Help Mode): URLs viewed with browse-url.
6568
65692005-10-31 Nick Roberts <nickrob@snap.net.nz>
6570
6571 * building.texi (GDB Graphical Interface): Don't reference
6572 gdb-mouse-set-clear-breakpoint. Explain gdb-mouse-until
6573 must stay in same frame.
6574
65752005-10-29 Chong Yidong <cyd@stupidchicken.com>
6576
6577 * custom.texi (Init File): Document ~/.emacs.d/init.el.
6578
6579 * anti.texi (Antinews): Likewise.
6580
8cf51b2c
GM
65812005-10-28 Bill Wohler <wohler@newt.com>
6582
6583 * help.texi (Help): Help mode now creates hyperlinks for URLs.
6584
65852005-10-28 Richard M. Stallman <rms@gnu.org>
6586
6587 * files.texi (Visiting): Explain how to enter ? in a file name.
6588
6589 * trouble.texi (Memory Full): Mention !MEM FULL! in mode line.
6590
8cf51b2c
GM
65912005-10-25 Nick Roberts <nickrob@snap.net.nz>
6592
1c6c854e
CS
6593 * building.texi (GDB Graphical Interface):
6594 Describe gdb-mouse-until.
8cf51b2c
GM
6595
65962005-10-23 Richard M. Stallman <rms@gnu.org>
6597
6598 * custom.texi (Init File): Recommend when to use site-start.el.
6599
8cf51b2c
GM
66002005-10-21 Juri Linkov <juri@jurta.org>
6601
6602 * custom.texi (Examining): Mention accessing the old variable
6603 value via M-n in set-variable.
6604
8cf51b2c
GM
66052005-10-18 Romain Francoise <romain@orebokech.com>
6606
6607 * files.texi (Version Systems): Capitalize GNU.
6608
8cf51b2c
GM
66092005-10-18 Nick Roberts <nickrob@snap.net.nz>
6610
6611 * building.texi (Compilation Mode): Remove redundant paragraph.
6612 (Watch Expressions): Remove paragraph to reflect code change.
6613
8cf51b2c
GM
66142005-10-16 Richard M. Stallman <rms@gnu.org>
6615
6616 * building.texi (Compilation Mode, Compilation): Clarified.
6617
66182005-10-15 Richard M. Stallman <rms@gnu.org>
6619
6620 * misc.texi (Saving Emacs Sessions): Mention savehist library.
6621
8cf51b2c
GM
66222005-10-13 Kenichi Handa <handa@m17n.org>
6623
6624 * basic.texi (Position Info): Fix previous change.
6625
c8763fb6 66262005-10-12 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
6627
6628 * cmdargs.texi (Icons X): Fix typo.
6629
66302005-10-12 Kenichi Handa <handa@m17n.org>
6631
6632 * basic.texi (Position Info): Describe the case that Emacs shows
6633 "part of display ...".
6634
c8763fb6 66352005-10-10 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
6636
6637 * cmdargs.texi (Icons X): -nb => -nbi.
6638
66392005-10-10 Chong Yidong <cyd@stupidchicken.com>
6640
6641 * frames.texi (Speedbar): A couple more clarifications.
6642
66432005-10-11 Nick Roberts <nickrob@snap.net.nz>
6644
6645 * building.texi (GDB User Interface Layout): Improve diagram.
6646 (Watch Expressions): Explain how to make speedbar global.
6647 (Other GDB User Interface Buffers): Make references more precise.
6648
8cf51b2c
GM
66492005-10-09 Richard M. Stallman <rms@gnu.org>
6650
6651 * frames.texi (Speedbar): Clarify the text.
6652
66532005-10-09 Chong Yidong <cyd@stupidchicken.com>
6654
6655 * frames.texi (Speedbar): Add information on keybindings,
6656 dismissing the speedbar, and buffer display mode. Link to
6657 speedbar manual.
6658
c8763fb6 66592005-10-09 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c 6660
1c6c854e 6661 * cmdargs.texi (Icons X): Remove options -i, -itype, --icon-type,
8cf51b2c
GM
6662 added -nb, --no-bitmap-icon.
6663
8cf51b2c
GM
66642005-10-07 Nick Roberts <nickrob@snap.net.nz>
6665
6666 * building.texi (GDB Graphical Interface): Add variables and
6667 functions to indices. Be more precise.
6668
c8763fb6 66692005-10-03 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
6670
6671 * frames.texi (Drag and Drop): Remove the x- from
6672 x-dnd-open-file-other-window and xdnd-protocol-alist.
6673
66742005-09-30 Romain Francoise <romain@orebokech.com>
6675
6676 * mini.texi (Minibuffer): The default value now appears before the
6677 colon in minibuffer prompts.
6678
8cf51b2c
GM
66792005-09-25 Richard M. Stallman <rms@gnu.org>
6680
6681 * search.texi (Regexp Search): Doc search-whitespace-regexp.
6682
8cf51b2c
GM
66832005-09-20 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
6684
6685 * text.texi (Paragraphs): Correction about Paragraph-Indent Text mode.
6686
8cf51b2c
GM
66872005-09-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6688
6689 * emacs.texi (Top): Update submenus from macos.texi.
6690
6691 * macos.texi: Change `Mac OS 8 or 9' to `Mac OS Classic'.
6692 (Mac OS): Update feature support status.
6693 (Mac Input): List supported input scripts. Remove description
6694 about `mac-keyboard-text-encoding'. Mention mouse button
6695 emulation and related variables.
6696 (Mac International): Mention Central European and Cyrillic
6697 support. Now `keyboard-coding-system' is dynamically changed.
1c6c854e
CS
6698 Add description about coding system for selection.
6699 Add description about language environment.
6700 (Mac Environment Variables):
6701 Mention `~/.MacOSX/environment.plist'. Give example of command line
8cf51b2c
GM
6702 arguments. Add Preferences support.
6703 (Mac Directories): Explicitly state that this node is for Mac OS
6704 Classic only.
1c6c854e
CS
6705 (Mac Font Specs): Mention specification for scalable fonts.
6706 List supported charsets. Add preferred way of creating fontsets.
6707 Add description about `mac-allow-anti-aliasing'.
8cf51b2c
GM
6708 (Mac Functions): Add descriptions about `mac-set-file-creator',
6709 `mac-get-file-creator', `mac-set-file-type', `mac-get-file-type',
6710 and `mac-get-preference'.
6711
8cf51b2c
GM
67122005-09-16 Romain Francoise <romain@orebokech.com>
6713
6714 Update all files to specify GFDL version 1.2.
6715
6716 * doclicense.texi (GNU Free Documentation License): Update to
6717 version 1.2.
6718
67192005-09-15 Richard M. Stallman <rms@gnu.org>
6720
6721 * buffers.texi (List Buffers): Fix xref.
6722
6723 * rmail.texi (Rmail Basics): Fix xref.
6724
6725 * emacs.texi (Top): Update subnode menus.
6726
6727 * files.texi (Saving Commands): New node, broken out of Saving.
6728 (Customize Save): New node, broken out of Saving.
6729 Clarify effect of write-region-inhibit-fsync.
6730 (Misc File Ops): Say write-region-inhibit-fsync affects write-region.
6731
8cf51b2c
GM
67322005-09-14 Romain Francoise <romain@orebokech.com>
6733
6734 * files.texi (Saving): Mention write-region-inhibit-fsync.
6735
67362005-09-05 Chong Yidong <cyd@stupidchicken.com>
6737
6738 * custom.texi (Custom Themes): New node.
6739
67402005-09-03 Richard M. Stallman <rms@gnu.org>
6741
49823426
GM
6742 * search.texi (Search Case): Mention vars that control
6743 case-fold-search for various operations.
8cf51b2c
GM
6744
67452005-08-22 Juri Linkov <juri@jurta.org>
6746
6747 * display.texi (Standard Faces): Merge the text from
6748 `(elisp)Standard Faces' into this node.
6749
67502005-08-18 Luc Teirlinck <teirllm@auburn.edu>
6751
6752 * emacs.texi (Top): Delete menu item for deleted node
6753 Keyboard Translations.
6754
67552005-08-18 Richard M. Stallman <rms@gnu.org>
6756
8cf51b2c
GM
6757 * trouble.texi (Unasked-for Search):
6758 Delete xref to Keyboard Translations.
6759
6760 * glossary.texi (Glossary): Delete xref.
6761
8cf51b2c
GM
6762 * custom.texi (Minor Modes): Say that the list here is not complete.
6763 (Keyboard Translations): Node deleted.
6764 (Disabling): Delete xref to it.
6765 (Customization Groups): Fix Custom buffer example.
6766 (Hooks): Mention remove-hooks.
6767
67682005-08-17 Luc Teirlinck <teirllm@auburn.edu>
6769
6770 * building.texi (GDB Graphical Interface): Improve filling of menu
6771 item.
6772
67732005-08-18 Nick Roberts <nickrob@snap.net.nz>
6774
6775 * building.texi (GDB Graphical Interface): Use better node names.
6776
67772005-08-14 Richard M. Stallman <rms@gnu.org>
6778
6779 * text.texi (Sentences): Fix xref.
6780
67812005-08-14 Juri Linkov <juri@jurta.org>
6782
6783 * building.texi (Compilation, Grep Searching): Move grep command
6784 headings from `Compilation' to `Grep Searching'.
6785
6786 * dired.texi (Dired and Find):
6787 * maintaining.texi (Tags Search): Replace grep xref to
6788 `Compilation' node with `Grep Searching'.
6789
6790 * files.texi (Comparing Files): Replace xref to `Compilation' with
6791 `Compilation Mode'.
6792
67932005-08-13 Alan Mackenzie <acm@muc.de>
6794
6795 * search.texi (Non-ASCII Isearch): Correct a typo.
6796 (Replacement Commands): Mention query-replace key binding.
6797
67982005-08-11 Richard M. Stallman <rms@gnu.org>
6799
6800 * programs.texi (Options for Comments): Fix xref.
6801
6802 * search.texi (Regexp Backslash, Regexp Example): New nodes split
6803 out of Regexps.
6804
8cf51b2c
GM
68052005-08-09 Juri Linkov <juri@jurta.org>
6806
6807 * building.texi (Compilation): Use `itemx' instead of `item'.
6808 (Grep Searching): Simplify phrase.
6809
6810 * display.texi (Standard Faces): Describe vertical-border on
6811 window systems.
6812
6813 * windows.texi (Split Window): Simplify phrase and mention
6814 vertical-border face.
6815
68162005-08-09 Richard M. Stallman <rms@gnu.org>
6817
6818 * files.texi (Comparing Files): Clarify compare-windows.
6819
6820 * calendar.texi (Scroll Calendar): Document < and > in calendar.
6821
8cf51b2c
GM
68222005-08-06 Eli Zaretskii <eliz@gnu.org>
6823
6824 * mule.texi (Coding Systems): Rephrase the paragraph about
6825 codepages: no need for "M-x codepage-setup" anymore, except on
6826 MS-DOS.
6827
6828 * msdog.texi (MS-DOS and MULE): Clarify that this section is for
6829 the MS-DOS port only.
6830
68312005-07-30 Eli Zaretskii <eliz@gnu.org>
6832
6833 * makefile.w32-in (info): Don't run multi-install-info.bat.
6834 ($(infodir)/dir): New target, produced by running
6835 multi-install-info.bat.
6836
8cf51b2c
GM
68372005-07-22 Eli Zaretskii <eliz@gnu.org>
6838
6839 * files.texi (Quoted File Names): Add index entry.
6840
8cf51b2c
GM
68412005-07-19 Juri Linkov <juri@jurta.org>
6842
6843 * files.texi (Comparing Files): Mention resync for `compare-windows'.
6844
68452005-07-18 Juri Linkov <juri@jurta.org>
6846
8cf51b2c
GM
6847 * custom.texi (Easy Customization):
6848 * files.texi (Old Versions):
6849 * frames.texi (Wheeled Mice):
6850 * mule.texi (Specify Coding):
8cf51b2c
GM
6851 * text.texi (Cell Justification):
6852 * trouble.texi (After a Crash):
8cf51b2c
GM
6853 * xresources.texi (GTK styles):
6854 Delete duplicate duplicate words.
6855
68562005-07-17 Richard M. Stallman <rms@gnu.org>
6857
6858 * frames.texi (Creating Frames): Fix foreground color example.
6859
6860 * custom.texi (Init Examples): Clean up text about conditionals.
6861
68622005-07-16 Richard M. Stallman <rms@gnu.org>
6863
6864 * mini.texi (Completion Commands): Fix command name for ?.
6865
8cf51b2c
GM
68662005-07-16 Eli Zaretskii <eliz@gnu.org>
6867
6868 * display.texi (Standard Faces): Explain that customization of
1c6c854e
CS
6869 `menu' face has no effect on w32 and with GTK.
6870 Add cross-references.
8cf51b2c
GM
6871
6872 * cmdargs.texi (General Variables): Clarify the default location
6873 of $HOME on w32 systems.
6874
68752005-07-15 Jason Rumney <jasonr@gnu.org>
6876
6877 * cmdargs.texi (General Variables): Default HOME on MS Windows has
6878 changed.
6879
68802005-07-08 Kenichi Handa <handa@m17n.org>
6881
1c6c854e
CS
6882 * mule.texi (Recognize Coding):
6883 Recommend revert-buffer-with-coding-system instead of revert-buffer.
8cf51b2c
GM
6884
68852005-07-07 Richard M. Stallman <rms@gnu.org>
6886
6887 * anti.texi (Antinews): Mention mode-line-inverse-video.
6888
6889 * files.texi (Saving): Minor correction about C-x C-w.
6890
6891 * display.texi (Display Custom): Don't mention mode-line-inverse-video.
6892
68932005-07-07 Luc Teirlinck <teirllm@auburn.edu>
6894
6895 * search.texi (Isearch Scroll): Add example of using the
6896 `isearch-scroll' property.
6897 (Slow Isearch): Reference anchor for `baud-rate' instead of entire
6898 `Display Custom' node.
6899 (Regexp Replace): Put text that requires Emacs Lisp knowledge last
6900 and de-emphasize it.
6901 (Other Repeating Search): `occur' currently can not correctly
6902 handle multiline matches. Correct, clarify and update description
6903 of `flush-lines' and `keep-lines'.
6904
6905 * display.texi (Display Custom): Add anchor for `baud-rate'.
6906
69072005-07-07 Richard M. Stallman <rms@gnu.org>
6908
6909 * gnu.texi: Update where to get GNU status; add refs for how to help.
6910 Add footnotes 6 and 7.
6911
69122005-07-04 Lute Kamstra <lute@gnu.org>
6913
6914 Update FSF's address in GPL notices.
6915
8cf51b2c 6916 * doclicense.texi (GNU Free Documentation License):
8cf51b2c
GM
6917 * trouble.texi (Checklist): Update FSF's address.
6918
8cf51b2c
GM
69192005-06-24 Richard M. Stallman <rms@gnu.org>
6920
6921 * display.texi (Text Display): Change index entries.
6922
69232005-06-24 Eli Zaretskii <eliz@gnu.org>
6924
6925 * makefile.w32-in (MAKEINFO): Use --force.
6926 (INFO_TARGETS, DVI_TARGETS): Make identical to the lists in
6927 Makefile.in.
8cf51b2c
GM
6928
69292005-06-23 Richard M. Stallman <rms@gnu.org>
6930
1c6c854e 6931 * anti.texi (Antinews): Rename show-nonbreak-escape to
8cf51b2c
GM
6932 nobreak-char-display.
6933
6934 * emacs.texi (Top): Update detailed node listing.
6935
1c6c854e 6936 * display.texi (Text Display): Rename show-nonbreak-escape
8cf51b2c
GM
6937 to nobreak-char-display and no-break-space to nobreak-space.
6938 (Standard Faces): Split up the list of standard faces
6939 and put it in a separate node. Add nobreak-space and
6940 escape-glyph.
6941
8cf51b2c
GM
69422005-06-23 Lute Kamstra <lute@gnu.org>
6943
6944 * mule.texi (Select Input Method): Fix typo.
6945
69462005-06-23 Kenichi Handa <handa@m17n.org>
6947
1c6c854e
CS
6948 * mule.texi (International): List all supported scripts.
6949 Adjust text for that leim is now included in the normal Emacs
8cf51b2c
GM
6950 distribution.
6951 (Language Environments): List all language environments.
6952 Intlfonts contains fonts for most supported scripts, not all..
6953 (Select Input Method): Refer to C-u C-x = to see how to type to
10d1d0af 6954 input a specific character.
8cf51b2c
GM
6955 (Recognize Coding): Fix typo, china-iso-8bit -> chinese-iso-8bit.
6956
69572005-06-23 Juanma Barranquero <lekktu@gmail.com>
6958
49823426 6959 * building.texi (Grep Searching): Texinfo usage fix.
8cf51b2c
GM
6960
69612005-06-22 Miles Bader <miles@gnu.org>
6962
6963 * display.texi (Faces): Change `vertical-divider' to `vertical-border'.
6964
69652005-06-20 Miles Bader <miles@gnu.org>
6966
6967 * display.texi (Faces): Add `vertical-divider'.
6968
69692005-06-17 Richard M. Stallman <rms@gnu.org>
6970
6971 * text.texi (Adaptive Fill): Minor clarification.
6972
8cf51b2c
GM
69732005-06-10 Lute Kamstra <lute@gnu.org>
6974
6975 * emacs.texi (Top): Correct version number.
6976 * anti.texi (Antinews): Correct version number. Use EMACSVER to
6977 refer to the current version of Emacs.
6978
69792005-06-08 Luc Teirlinck <teirllm@auburn.edu>
6980
6981 * files.texi (Log Buffer): Document when there can be more than
6982 one file to be committed.
6983
69842005-06-08 Juri Linkov <juri@jurta.org>
6985
6986 * display.texi (Faces): Add `shadow' face.
6987
69882005-06-07 Masatake YAMATO <jet@gyve.org>
6989
6990 * display.texi (Faces): Write about mode-line-highlight.
6991
69922005-06-06 Richard M. Stallman <rms@gnu.org>
6993
6994 * misc.texi (Printing Package): Explain how to initialize
6995 printing package.
6996
6997 * cmdargs.texi (Action Arguments): Clarify directory default for -l.
6998
69992005-06-05 Chong Yidong <cyd@stupidchicken.com>
7000
7001 * emacs.texi: Rename Hardcopy to Printing.
7002 Make PostScript and PostScript Variables subnodes of it.
7003
7004 * misc.texi (Printing): Rename node from Hardcopy.
7005 Mention menu bar options.
7006 Move PostScript and PostScript Variables to submenu.
7007 (Printing package): New node.
7008
7009 * mark.texi (Using Region): Change Hardcopy xref to Printing.
7010
7011 * dired.texi (Operating on Files): Likewise.
7012
7013 * calendar.texi (Displaying the Diary): Likewise.
7014
7015 * msdog.texi (MS-DOS Printing, MS-DOS Processes): Likewise.
7016
7017 * glossary.texi (Glossary): Likewise.
7018
7019 * frames.texi (Mode Line Mouse): Mention mode-line-highlight
7020 effect.
7021
70222005-06-04 Richard M. Stallman <rms@gnu.org>
7023
7024 * trouble.texi (After a Crash): Polish previous change.
7025
8cf51b2c
GM
70262005-05-30 Noah Friedman <friedman@splode.com>
7027
7028 * trouble.texi (After a Crash): Mention emacs-buffer.gdb as a
7029 recovery mechanism.
7030
8cf51b2c
GM
70312005-05-28 Nick Roberts <nickrob@snap.net.nz>
7032
7033 * building.texi (Other Buffers): SPC toggles display of
7034 floating point registers.
7035
8cf51b2c
GM
70362005-05-27 Nick Roberts <nickrob@snap.net.nz>
7037
7038 * files.texi (Log Buffer): Merge in description of Log Edit
7039 mode from pcl-cvs.texi.
7040
70412005-05-26 Richard M. Stallman <rms@gnu.org>
7042
7043 * building.texi (Lisp Eval): C-M-x with arg runs Edebug.
7044
8cf51b2c
GM
70452005-05-24 Luc Teirlinck <teirllm@auburn.edu>
7046
7047 * fixit.texi (Spelling): Delete confusing sentence; flyspell is
7048 not enabled by default.
7049 When not on a word, `ispell-word' by default checks the word
7050 before point.
7051
70522005-05-24 Nick Roberts <nickrob@snap.net.nz>
7053
7054 * building.texi (Debugger Operation): Simplify last sentence.
7055
70562005-05-23 Lute Kamstra <lute@gnu.org>
7057
7058 * emacs.texi: Update FSF's address throughout.
7059 (Preface): Use @cite.
7060 (Distrib): Add cross reference to the node "Copying". Mention the
7061 FDL. Don't refer to etc/{FTP,ORDERS}. Mention the sale of
7062 printed manuals.
7063 (Intro): Use @xref for the Emacs Lisp Intro.
7064
8cf51b2c
GM
70652005-05-18 Luc Teirlinck <teirllm@auburn.edu>
7066
7067 * buffers.texi (Select Buffer): Document `C-u M-g M-g'.
7068
7069 * basic.texi (Moving Point): Mention default for `goto-line'.
7070
7071 * programs.texi (Lisp Doc): Eldoc mode shows only the first line
7072 of a variable's docstring.
7073
70742005-05-18 Lute Kamstra <lute@gnu.org>
7075
7076 * maintaining.texi (Overview of Emerge): Add cross reference.
7077 Remove duplication.
7078
7079 * emacs.texi (Top): Update to the current structure of the manual.
7080 * misc.texi (Emacs Server): Add menu description.
7081 * files.texi (Saving): Fix menu.
7082 * custom.texi (Customization): Fix menu.
7083 * mule.texi (International): Fix menu.
7084 * kmacro.texi (Keyboard Macros): Fix menu.
7085
70862005-05-16 Luc Teirlinck <teirllm@auburn.edu>
7087
7088 * display.texi: Various minor changes.
7089 (Faces): Delete text that is repeated in the next section.
7090
70912005-05-16 Nick Roberts <nickrob@snap.net.nz>
7092
7093 * building.texi (Debugger Operation): Mention GUD tooltips are
7094 disabled with GDB in text command mode.
7095
8cf51b2c
GM
70962005-05-16 Nick Roberts <nickrob@snap.net.nz>
7097
7098 * building.texi: Replace toolbar with "tool bar" for consistency.
7099 (Compilation Mode): Describe compilation-context-lines
7100 and use of arrow in compilation buffer.
7101 (Debugger Operation): Replace help text with variable's value.
7102
7103 * frames.texi (Tooltips): Replace toolbar with "tool bar" for
7104 consistency.
7105
71062005-05-15 Luc Teirlinck <teirllm@auburn.edu>
7107
7108 * major.texi (Choosing Modes): normal-mode processes the -*- line.
7109 Add xref.
7110
8cf51b2c
GM
71112005-05-14 Luc Teirlinck <teirllm@auburn.edu>
7112
7113 * basic.texi (Moving Point): Mention `M-g g' binding for `goto-line'.
7114 (Position Info): Delete discussion of `goto-line'. It is already
7115 described in `Moving point'.
7116
7117 * mini.texi (Completion Commands): Correct reference.
7118 (Completion Options): Fix typo.
7119
7120 * killing.texi (Deletion): Complete description of `C-x C-o'.
7121
8cf51b2c
GM
71222005-05-10 Richard M. Stallman <rms@gnu.org>
7123
7124 * building.texi (Compilation): Clarify recompile's directory choice.
7125
7126 * frames.texi (Tooltips): Cleanups.
7127
7128 * basic.texi (Arguments): Fix punctuation.
7129
71302005-05-09 Luc Teirlinck <teirllm@auburn.edu>
7131
7132 * screen.texi (Menu Bar): The up and down (not left and right)
7133 arrow keys move through a keyboard menu.
7134
71352005-05-08 Luc Teirlinck <teirllm@auburn.edu>
7136
7137 * basic.texi: Various typo and grammar fixes.
7138 (Moving Point): C-a now runs move-beginning-of-line.
7139
71402005-05-08 Nick Roberts <nickrob@snap.net.nz>
7141
7142 * building.texi (Debugger Operation): Describe gud-tooltip-echo-area.
7143
7144 * frames.texi (Tooltips): Describe help tooltips and GUD tooltips
7145 as different animals.
7146
71472005-05-07 Luc Teirlinck <teirllm@auburn.edu>
7148
7149 * frames.texi (Mouse References): Clarify `mouse-1-click-follows-link'.
7150 Correct index entry.
7151
71522005-05-07 Nick Roberts <nickrob@snap.net.nz>
7153
7154 * building.texi (Debugger Operation): Update to reflect changes
7155 in GUD tooltips.
7156
71572005-04-30 Richard M. Stallman <rms@gnu.org>
7158
7159 * files.texi (Compressed Files): Auto Compression normally enabled.
7160
7161 * building.texi (Debugger Operation): Clarify previous change.
7162
8cf51b2c
GM
71632005-04-28 Nick Roberts <nickrob@snap.net.nz>
7164
7165 * building.texi (Debugger Operation): Add description for
7166 GUD tooltips when program is not running.
7167
71682005-04-26 Luc Teirlinck <teirllm@auburn.edu>
7169
7170 * misc.texi (Shell): Add `Shell Prompts' to menu.
7171 (Shell Mode): Add xref to `Shell Prompts'. Clarify `C-c C-u'
7172 description. Delete remarks moved to new node.
7173 (Shell Prompts): New node.
7174 (History References): Replace remarks moved to `Shell Prompts'
7175 with xref to that node.
7176 (Remote Host): Clarify how to specify the terminal type when
7177 logging in to a different machine.
7178
71792005-04-26 Richard M. Stallman <rms@gnu.org>
7180
7181 * emacs.texi (Top): Update submenus from files.texi.
7182
7183 * files.texi (Filesets): Clarify previous change.
7184
7185 * dired.texi (Misc Dired Features): Clarify previous change.
7186
71872005-04-25 Chong Yidong <cyd@stupidchicken.com>
7188
7189 * ack.texi (Acknowledgments): Delete info about iso-acc.el.
7190
1c6c854e
CS
7191 * dired.texi (Misc Dired Features):
7192 Document dired-compare-directories.
8cf51b2c
GM
7193
7194 * files.texi (Filesets): New node.
7195 (File Conveniences): Document Image mode.
7196
7197 * text.texi (TeX Print): Document tex-compile.
7198
71992005-04-25 Luc Teirlinck <teirllm@auburn.edu>
7200
7201 * frames.texi (Tooltips): Tooltip mode is enabled by default.
7202 Delete redundant reference to tooltip Custom group. It is
7203 referred too again in the next paragraph.
7204
72052005-04-24 Richard M. Stallman <rms@gnu.org>
7206
7207 * ack.texi: Delete info about lazy-lock.el and fast-lock.el.
7208
8cf51b2c
GM
72092005-04-19 Kim F. Storm <storm@cua.dk>
7210
7211 * building.texi (Compilation Mode): Add M-g M-n and M-g M-p bindings.
7212
72132005-04-18 Lars Hansen <larsh@math.ku.dk>
7214
7215 * misc.texi (Saving Emacs Sessions): Add that "--no-desktop" now
7216 turns off desktop-save-mode.
7217
72182005-04-17 Luc Teirlinck <teirllm@auburn.edu>
7219
7220 * frames.texi (XTerm Mouse): Xterm Mouse mode is no longer enabled
7221 by default in terminals compatible with xterm. Mention that
7222 xterm-mouse-mode is a minor mode and put in pxref to Minor Modes
7223 node.
7224
8cf51b2c
GM
72252005-04-12 Luc Teirlinck <teirllm@auburn.edu>
7226
7227 * frames.texi (XTerm Mouse): Xterm Mouse mode is now enabled by default.
7228
c8763fb6 72292005-04-12 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
7230
7231 * xresources.texi (Table of Resources): Add cursorBlink.
7232
72332005-04-11 Luc Teirlinck <teirllm@auburn.edu>
7234
7235 * rmail.texi (Rmail Summary Edit): Explain numeric arguments to
7236 `d', `C-d' and `u'.
7237
72382005-04-11 Richard M. Stallman <rms@gnu.org>
7239
7240 * cmdargs.texi (Initial Options): -Q is now --quick, and does less.
7241 (Misc X): Add -D, --basic-display.
7242
7243 * maintaining.texi (Change Log): Correct the description of
7244 the example.
7245
7246 * major.texi (Choosing Modes): Document magic-mode-alist.
7247
8cf51b2c
GM
72482005-04-10 Luc Teirlinck <teirllm@auburn.edu>
7249
7250 * rmail.texi (Rmail Basics): Clarify description of `q' and `b'.
7251 (Rmail Deletion): `C-d' in RMAIL buffer does not accept a numeric arg.
7252 (Rmail Inbox): Give full name of `rmail-primary-inbox-list'.
7253 (Rmail Output): Clarify which statements apply to `o', `C-o' and
7254 `w', respectively.
7255 (Rmail Labels): Mention `l'.
7256 (Rmail Attributes): Correct pxref. Mention `stored' attribute.
7257 (Rmail Summary Edit): Describe `j' and RET.
7258
c8763fb6 72592005-04-10 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
7260
7261 * xresources.texi (Lucid Resources): Add fontSet resource.
7262
8cf51b2c
GM
72632005-04-09 Luc Teirlinck <teirllm@auburn.edu>
7264
7265 * display.texi (Useless Whitespace): `indicate-unused-lines' is
7266 now called `indicate-empty-lines'.
7267
72682005-04-06 Kim F. Storm <storm@cua.dk>
7269
7270 * cmdargs.texi (Initial Options): Add --bare-bones alias for -Q.
7271
72722005-04-04 Luc Teirlinck <teirllm@auburn.edu>
7273
7274 * dired.texi (Dired Visiting): `dired-view-command-alist' has been
7275 deleted.
7276 (Marks vs Flags): Add some convenient key bindings.
7277 (Hiding Subdirectories): Delete redundant and inaccurate sentence.
7278 (Misc Dired Features): Correct and expand description of `w' command.
7279
7280 * frames.texi (XTerm Mouse): Delete apparently false info.
7281 The GNU/Linux console currently does not appear to support
7282 `xterm-mouse-mode'.
7283
8cf51b2c
GM
72842005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
7285
7286 * calendar.texi (Diary): Mention shell utility `calendar'.
7287
72882005-04-01 Richard M. Stallman <rms@gnu.org>
7289
7290 * cmdargs.texi (Misc X): Explain horizontal scroll bars don't exist.
7291
8cf51b2c
GM
72922005-04-01 Lute Kamstra <lute@gnu.org>
7293
7294 * maintaining.texi (Change Log): add-change-log-entry uses
7295 add-log-mailing-address.
7296
72972005-03-31 Luc Teirlinck <teirllm@auburn.edu>
7298
7299 * files.texi (Reverting): Move `auto-revert-check-vc-info' to
7300 `VC Mode Line' and put in an xref to that node.
7301 (VC Mode Line): Move `auto-revert-check-vc-info' here and clarify
7302 its description.
7303
73042005-03-31 Paul Eggert <eggert@cs.ucla.edu>
7305
7306 * calendar.texi (Calendar Systems): Say that the Persian calendar
7307 implemented here is the arithmetical one championed by Birashk.
7308
73092005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
7310
7311 * programs.texi (Fortran Motion): Fix previous change.
7312
8cf51b2c
GM
73132005-03-29 Richard M. Stallman <rms@gnu.org>
7314
7315 * mule.texi (Single-Byte Character Support): Reinstall the C-x 8 info.
7316
73172005-03-29 Chong Yidong <cyd@stupidchicken.com>
7318
7319 * text.texi (Refill): Refer to Long Lines Mode.
7320 (Longlines): New node.
7321 (Auto Fill): Don't index "word wrap" here.
7322 (Filling): Add Longlines to menu.
7323
73242005-03-29 Richard M. Stallman <rms@gnu.org>
7325
7326 * xresources.texi: Minor fixes.
7327
7328 * misc.texi (Emacs Server): Fix Texinfo usage.
7329
7330 * emacs.texi (Top): Don't use a real section heading for
7331 "Detailed Node Listing". Fake it instead.
7332
7333 * basic.texi (Position Info): Minor cleanup.
7334
7335 * mule.texi (Input Methods): Minor cleanup.
7336
73372005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
7338
7339 * programs.texi (ForIndent Vars): `fortran-if-indent' does other
7340 constructs as well.
7341 (Fortran Motion): Add fortran-end-of-block, fortran-beginning-of-block.
7342
73432005-03-29 Kenichi Handa <handa@m17n.org>
7344
7345 * mule.texi (Input Methods): Refer to the command C-u C-x =.
7346
7347 * basic.texi (Position Info): Update the description about the
7348 command C-u C-x =.
7349
73502005-03-28 Richard M. Stallman <rms@gnu.org>
7351
7352 * emacs.texi (Top): Use @section for the detailed node listing.
7353
7354 * calendar.texi: Minor fixes to previous change.
7355
7356 * programs.texi (Fortran): Small fixes to previous changes.
7357
7358 * emacs.texi (Top): Update list of subnodes of Dired.
7359 Likewise for building.texi.
7360
7361 * files.texi (File Conveniences): Delete Auto Image File mode.
7362
73632005-03-28 Chong Yidong <cyd@stupidchicken.com>
7364
7365 * building.texi (Flymake): New node.
7366
7367 * custom.texi (Function Keys): Document kp- event types and
7368 keypad-setup package.
7369
7370 * dired.texi (Wdired): New node.
7371
7372 * files.texi (File Conveniences): Reorder entries.
7373 Explain how to turn on Auto-image-file mode.
7374 Document Thumbs mode.
7375
7376 * mule.texi (Specify Coding): Document recode-region and
7377 recode-file-name.
7378
7379 * programs.texi (Program Modes): Add Conf mode and DNS mode.
7380
73812005-03-27 Luc Teirlinck <teirllm@auburn.edu>
7382
7383 * commands.texi (Keys): M-o is now a prefix key.
7384
73852005-03-27 Glenn Morris <gmorris@ast.cam.ac.uk>
7386
7387 * programs.texi: Reformat and update copyright years.
7388 (Fortran): Update section.
7389
73902005-03-26 Luc Teirlinck <teirllm@auburn.edu>
7391
7392 * files.texi: Several small changes in addition to:
7393 (Visiting): Change xref for Dialog Boxes to ref.
7394 (Version Headers): Replace references to obsolete var
7395 `vc-header-alist' with `vc-BACKEND-header'.
7396 (Customizing VC): Update value of `vc-handled-backends'.
7397
73982005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
7399
7400 * emacs-xtra.texi (Advanced Calendar/Diary Usage): New section;
7401 move here from Emacs Lisp Reference Manual.
7402 * calendar.texi (Calendar/Diary, Diary Commands)
7403 (Special Diary Entries, Importing Diary): Change some xrefs to
7404 point to emacs-xtra rather than elisp.
7405
7406 * emacs-xtra.texi (Calendar Customizing):
7407 Move view-diary-entries-initially, view-calendar-holidays-initially,
7408 mark-diary-entries-in-calendar, mark-holidays-in-calendar to main
7409 Emacs Manual.
7410 (Appt Customizing): Merge entire section into main Emacs Manual.
7411 * calendar.texi (Holidays): Move view-calendar-holidays-initially,
7412 mark-holidays-in-calendar here from emacs-xtra.
7413 (Displaying the Diary): Move view-diary-entries-initially,
7414 mark-diary-entries-in-calendar here from emacs-xtra.
7415 (Appointments): Move appt-display-mode-line,
7416 appt-display-duration, appt-disp-window-function,
7417 appt-delete-window-function here from emacs-xtra.
7418
7419 * calendar.texi: Update and reformat copyright.
7420 Change all @xrefs to the non-printing emacs-xtra to @inforefs.
7421 (Calendar/Diary): Menu now only on Mouse-3, not C-Mouse-3.
7422 (Diary): Refer to `diary-file' rather than ~/diary.
7423 (Diary Commands): Rename node to "Displaying the Diary".
7424 * emacs.texi (Top): Rename "Diary Commands" section.
7425 * misc.texi (Hardcopy): Rename "Diary Commands" xref.
7426
74272005-03-26 Eli Zaretskii <eliz@gnu.org>
7428
7429 * misc.texi (Emacs Server): Fix the command for setting
7430 server-name. Add an xref to Invoking emacsclient.
7431
7432 * help.texi (Help Summary): Clarify when "C-h ." will do something
7433 nontrivial.
7434 (Apropos): Add cindex entry for apropos-sort-by-scores.
7435
7436 * display.texi (Text Display): Add index entries for how no-break
7437 characters are displayed.
7438
8cf51b2c
GM
74392005-03-26 Eli Zaretskii <eliz@gnu.org>
7440
7441 * files.texi (Visiting): Fix cross-references introduced with the
7442 last change.
7443
7444 * xresources.texi (GTK resources): Fix last change.
7445
8cf51b2c
GM
74462005-03-25 Chong Yidong <cyd@stupidchicken.com>
7447
7448 * xresources.texi (X Resources): GTK options documented too.
7449 (Resources): Clarify meaning of program name.
7450 (Table of Resources): Add visualClass.
7451 (GTK resources): Rewrite.
7452 (GTK widget names, GTK Names in Emacs, GTK styles): Cleanups.
7453
7454 * display.texi (Text Display): Mention non-breaking spaces.
7455
7456 * files.texi (Reverting): Document auto-revert-check-vc-info.
7457
7458 * frames.texi (Mouse Commands): Document
7459 x-mouse-click-focus-ignore-position and mouse-drag-copy-region.
7460
7461 * help.texi (Help Summary): Add `C-h .'.
7462 (Apropos): Apropos accepts a list of search terms.
7463 Document apropos-sort-by-scores.
7464 (Help Echo): Document display-local-help.
7465
7466 * misc.texi (Emacs Server): Document server-name.
7467 (Invoking emacsclient): Document -s option for server names.
7468
7469 * text.texi (Outline Visibility): Introduce "current heading
7470 line" (commands can be called with point on a body line).
7471 Re-order table to follow the sequence of discussion.
7472 hide-body won't hide lines before first header line.
7473 (TeX Mode): Add DocTeX mode.
7474
8cf51b2c
GM
74752005-03-24 Richard M. Stallman <rms@gnu.org>
7476
7477 * mule.texi (Single-Byte Character Support): Delete mention
7478 of iso-acc.el and iso-transl.el.
7479
8cf51b2c
GM
74802005-03-23 Lute Kamstra <lute@gnu.org>
7481
7482 * search.texi (Non-ASCII Isearch): Rename from Non-Ascii Isearch.
7483
74842005-03-23 Richard M. Stallman <rms@gnu.org>
7485
8cf51b2c
GM
7486 * search.texi: Delete explicit node pointers.
7487 (Incremental Search): New menu.
7488 (Basic Isearch, Repeat Isearch, Error in Isearch)
7489 (Non-Ascii Isearch, Isearch Yank, Highlight Isearch, Isearch Scroll)
7490 (Slow Isearch): New subnodes.
7491 (Configuring Scrolling): Node deleted.
7492 (Search Case): Doc default-case-fold-search.
7493 (Regexp Replace): Move replace-regexp doc here.
7494
7495 * rmail.texi (Movemail): Put commas inside closequotes.
7496
7497 * picture.texi (Insert in Picture): Document C-c arrow combos.
7498 (Basic Picture): Clarify erasure.
7499
7500 * display.texi (Font Lock): Put commas inside closequotes.
7501
7502 * cmdargs.texi (General Variables): Put commas inside closequotes.
7503
75042005-03-23 Nick Roberts <nickrob@snap.net.nz>
7505
7506 * building.texi (Stack Buffer): Mention reverse contrast for
7507 *selected* frame (might not be current frame).
7508
8cf51b2c
GM
75092005-03-21 Richard M. Stallman <rms@gnu.org>
7510
7511 * building.texi (Starting GUD): Add bashdb.
7512
75132005-03-20 Chong Yidong <cyd@stupidchicken.com>
7514
7515 * basic.texi (Moving Point): Add M-g M-g binding.
7516 (Undo): Document undo-only.
7517 (Position Info): Document M-g M-g and C-u M-g M-g.
7518
7519 * building.texi (Building): Put Grep Searching after Compilation
7520 Shell.
7521 (Compilation Mode): Document M-n, M-p, M-}, M-{, and C-c C-f bindings.
7522 Document next-error-highlight.
7523 (Grep Searching): Document grep-highlight-matches.
7524 (Lisp Eval): Typing C-x C-e twice prints integers specially.
7525
7526 * calendar.texi (Importing Diary): Rename node from iCalendar.
7527 Document diary-from-outlook.
7528
7529 * dired.texi (Misc Dired Features): Rename node from Misc Dired
7530 Commands.
7531 Mention effect of X drag and drop on Dired buffers.
7532
7533 * files.texi (Visiting): Document large-file-warning-threshold.
7534 Move paragraph on file-selection dialog.
7535 Mention visiting files using X drag and drop.
7536 (Reverting): Mention using Auto-Revert mode to tail files.
7537 Document auto-revert-tail-mode.
7538 (Version Systems): Minor correction.
7539 (Comparing Files): Diff-mode is no longer based on Compilation
7540 mode.
7541 Document compare-ignore-whitespace.
7542 (Misc File Ops): Explain passing a directory to rename-file.
7543 Likewise for copy-file and make-symbolic-link.
7544
7545 * frames.texi (Wheeled Mice): Mouse wheel support on by default.
7546 Document mouse-wheel-progressive speed.
7547
7548 * help.texi (Misc Help): Document numeric argument for C-h i.
7549 Correctly explain the effect of just C-u as argument.
7550
7551 * killing.texi (Deletion): Document numeric argument for
7552 just-one-space.
7553
7554 * mini.texi (Completion): Completion acts on text before point.
7555
7556 * misc.texi (Saving Emacs Sessions): Document desktop-restore-eager.
7557 (Emulation): CUA mode replaces pc-bindings-mode,
7558 pc-selection-mode, and s-region.
7559
7560 * mule.texi (Input Methods): Leim is now built-in.
7561 (Select Input Method): Document quail-show-key.
7562 (Specify Coding): Document revert-buffer-with-coding-system.
7563
7564 * programs.texi (Fortran Motion): Document f90-next-statement,
7565 f90-previous-statement, f90-next-block, f90-previous-block,
7566 f90-end-of-block, and f90-beginning-of-block.
7567
7568 * text.texi (Format Faces): Replace old M-g key prefix with M-o.
7569
7570 * emacs.texi (Acknowledgments): Updated.
7571
7572 * anti.texi: Total rewrite.
7573
8cf51b2c
GM
75742005-03-19 Chong Yidong <cyd@stupidchicken.com>
7575
7576 * ack.texi (Acknowledgments): Update.
7577
75782005-03-19 Eli Zaretskii <eliz@gnu.org>
7579
1c6c854e
CS
7580 * anti.texi (Antinews): Refer to Emacs 21.4, not 21.3.
7581 Update copyright years.
8cf51b2c
GM
7582
75832005-03-14 Nick Roberts <nickrob@snap.net.nz>
7584
7585 * building.texi (Commands of GUD): Move paragraph on setting
7586 breakpoints with mouse to the GDB Graphical Interface node.
7587
75882005-03-07 Richard M. Stallman <rms@gnu.org>
7589
8cf51b2c
GM
7590 * misc.texi (Single Shell, Shell Options): Fix previous change.
7591
7592 * building.texi (Debugger Operation): Update GUD tooltip enable info.
7593
75942005-03-06 Richard M. Stallman <rms@gnu.org>
7595
7596 * building.texi (Starting GUD): Don't explain text vs graphical
7597 GDB here. Just mention it and xref.
7598 Delete "just one debugger process".
7599 (Debugger Operation): Move GUD tooltip info here.
7600 (GUD Tooltips): Node deleted.
7601 (GDB Graphical Interface): Explain the two GDB modes here.
7602
8cf51b2c
GM
7603 * sending.texi (Sending Mail): Minor cleanup.
7604 (Mail Aliases): Explain quoting conventions.
7605 Update key rebinding example.
7606 (Header Editing): C-M-i is like M-TAB.
7607 (Mail Mode Misc): mail-attach-file does not do MIME.
7608
7609 * rmail.texi (Rmail Inbox): Move text from Remote Mailboxes
7610 that really belongs here.
7611 (Remote Mailboxes): Text moved to Rmail Inbox.
7612 (Rmail Display): Mention Mouse-1.
7613 (Movemail): Clarify two movemail versions.
7614 Clarify rmail-movemail-program.
7615
8cf51b2c
GM
7616 * misc.texi (Single Shell): Replace uudecode example with gpg example.
7617 Document async shell commands.
7618 (Shell History): Clarify.
7619 (Shell Ring): Mention C-UP an C-DOWN.
7620 (Shell Options): Add comint-prompt-read-only.
7621 (Invoking emacsclient): Set EDITOR to run Emacs.
7622 (Sorting): No need to explain what region is.
7623 (Saving Emacs Sessions): Fix typo.
7624 (Recursive Edit): Fix punctuation.
7625 (Emulation): Don't mention "PC bindings" which are standard.
7626 (Hyperlinking): Explain Mouse-1 convention here.
7627 (Find Func): Node deleted.
7628
8cf51b2c
GM
7629 * help.texi (Name Help): Xref to Hyperlinking.
7630
7631 * glossary.texi (Glossary):
7632 Rename "Balance Parentheses" to "Balancing...".
7633 Add "Byte Compilation". Correct "Copyleft".
7634 New xref in "Customization".
7635 Clarify "Current Line", "Echoing", "Fringe", "Frame", "Speedbar".
7636 Add "Graphical Terminal" "Keybinding", "Margin", "Window System".
7637 Rename "Registers" to "Register".
7638 Replace "Selecting" with "Selected Frame",
7639 "Selected Window", and "Selecting a Buffer".
7640
7641 * files.texi (Types of Log File): Explain how projects'
7642 methods can vary.
7643
8cf51b2c
GM
7644 * display.texi (Faces): Delete "Emacs 21".
7645
7646 * custom.texi (Changing a Variable): C-M-i like M-TAB.
7647 * fixit.texi (Spelling): C-M-i like M-TAB.
7648 * mini.texi (Completion Options): C-M-i like M-TAB.
7649 * programs.texi (Symbol Completion): C-M-i like M-TAB.
7650 * text.texi (Text Mode): C-M-i like M-TAB.
7651
7652 * commands.texi (Keys): Mention F1 and F2 in list of prefixes.
7653
7654 * calendar.texi (Specified Dates): Mention `g w'.
7655 (Appointments): appt-activate toggles with no arg.
7656
8cf51b2c
GM
76572005-03-05 Juri Linkov <juri@jurta.org>
7658
7659 * cmdargs.texi (Emacs Invocation): Add cindex
c4cc8b9a 7660 "invocation (command line arguments)".
8cf51b2c
GM
7661 (Misc X): Add -nbc, --no-blinking-cursor.
7662
76632005-03-04 Ulf Jasper <ulf.jasper@web.de>
7664
7665 * calendar.texi (iCalendar): No need to require it now.
7666
8cf51b2c
GM
76672005-03-03 Nick Roberts <nickrob@snap.net.nz>
7668
7669 * trouble.texi (Contributing): Mention Savannah. Direct users to
7670 emacs-devel.
7671
76722005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
7673
7674 * calendar.texi (Adding to Diary): Mention redrawing of calendar
7675 window.
7676
8cf51b2c
GM
76772005-02-27 Richard M. Stallman <rms@gnu.org>
7678
7679 * building.texi (Compilation): Update mode line status info.
7680
76812005-02-27 Matt Hodges <MPHodges@member.fsf.org>
7682
7683 * calendar.texi (General Calendar): Document binding of
7684 scroll-other-window-down.
7685 (Mayan Calendar): Fix earliest date.
7686 (Time Intervals): Document timeclock-change.
7687 Fix timeclock-ask-before-exiting documentation.
7688
76892005-02-26 Kim F. Storm <storm@cua.dk>
7690
7691 * frames.texi (Mouse References):
7692 Add mouse-1-click-in-non-selected-windows.
7693
76942005-02-25 Richard M. Stallman <rms@gnu.org>
7695
7696 * screen.texi (Screen): Explain better about cursors and mode lines;
7697 don't presuppose text terminals.
7698 (Point): Don't assume just one cursor.
7699 Clarify explanation of cursors.
7700 (Echo Area, Menu Bar): Cleanups.
7701
7702 * mini.texi (Minibuffer): Prompts are highlighted.
7703 (Minibuffer Edit): Newline = C-j only on text terminals.
7704 Clarify resize-mini-windows values.
7705 Mention M-PAGEUP and M-PAGEDOWN.
7706 (Completion Commands): Mouse-1 like Mouse-2.
7707 (Minibuffer History): Explain history commands better.
7708 (Repetition): Add xref to Incremental Search.
7709
7710 * mark.texi (Setting Mark): Clarify info about displaying mark.
7711 Clarify explanation of C-@ and C-SPC.
7712 (Transient Mark): Mention Delete Selection mode.
7713 (Marking Objects): Clean up text about extending the region.
7714
7715 * m-x.texi (M-x): One C-g doesn't always go to top level.
7716 No delay before suggest-key-bindings output.
7717
7718 * fixit.texi (Fixit): Mention C-/ for undo.
7719 (Spelling): Mention ESC TAB like M-TAB.
7720 Replacement words with r and R are rechecked.
7721 Say where C-g leaves point. Mention ? as input.
7722
77232005-02-23 Lute Kamstra <lute@gnu.org>
7724
7725 * cmdargs.texi (Initial Options): Add cross reference.
7726
8cf51b2c
GM
77272005-02-16 Luc Teirlinck <teirllm@auburn.edu>
7728
7729 * emacs.texi (Top): Update menu for splitting of node in
7730 msdog.texi.
7731 * frames.texi (Frames): Update xref for splitting of node in
7732 msdog.texi.
7733 * trouble.texi (Quitting): Ditto.
7734
77352005-02-16 Richard M. Stallman <rms@gnu.org>
7736
7737 * windows.texi (Split Window): Simplify line truncation info
7738 and xref to Display Custom.
7739
7740 * trouble.texi (Quitting): Emergency escape only for text terminal.
7741 (Screen Garbled): C-l for ungarbling is only for text terminal.
7742
7743 * text.texi (Text Mode): ESC TAB alternative for M-TAB.
7744
7745 * sending.texi (Header Editing): ESC TAB alternative for M-TAB.
7746
7747 * programs.texi (Program Modes): Mention Python mode.
7748 (Moving by Defuns): Repeating C-M-h extends region.
7749 (Basic Indent): Clarify.
7750 (Custom C Indent): Clarify.
7751 (Expressions): Repeating C-M-@ extends region.
7752 (Info Lookup): Clarify for C-h S.
7753 (Symbol Completion): ESC TAB alternative for M-TAB.
7754 (Electric C): Clarify.
7755
7756 * emacs.texi (Top): Update display.texi and frames.texi submenu data.
7757
7758 * msdog.texi (MS-DOS Keyboard, MS-DOS Mouse): Split from
7759 MS-DOS Input node.
7760 (MS-DOS Keyboard): Start with explaining DEL and BREAK.
7761 (MS-DOS and MULE): Clarify.
7762 (MS-DOS Processes, Windows Processes): Fix typos.
7763
7764 * major.texi (Choosing Modes): Clarify.
7765
7766 * kmacro.texi (Basic Keyboard Macro): Doc F3, F4.
7767 (Keyboard Macro Step-Edit): Clarify.
7768
7769 * indent.texi (Indentation): Clarifications.
7770
7771 * help.texi (Help): Correct error about C-h in query-replace.
7772 Clarify apropos vs C-h a. Fix how to search in FAQ.
7773 (Key Help): Describe C-h w here.
7774 (Name Help): Minor cleanup. C-h w moved to Key Help.
7775 Clarify the "object" joke.
7776 (Apropos): Clarify. Mouse-1 like Mouse-2.
7777 (Help Mode): Mouse-1 like Mouse-2.
7778
7779 * fixit.texi (Spelling): Mention ESC TAB as alt. for M-TAB.
7780
7781 * display.texi (Display): Reorder menu.
7782 (Faces): Cleanup.
7783 (Font Lock): Cleanup. Mention Options menu.
7784 Delete obsolete text.
7785 (Scrolling): For C-l, don't presume text terminal.
7786 (Horizontal Scrolling): Simplify intro.
7787 (Follow Mode): Clarify.
1c6c854e 7788 (Cursor Display): Move before Display Custom.
8cf51b2c
GM
7789 (Display Custom): Explain no-redraw-on-reenter is for text terminals.
7790 Doc default-tab-width. Doc line truncation more thoroughly.
7791
7792 * dired.texi (Dired Enter): C-x C-f can run Dired.
7793 (Dired Visiting): Comment out `a' command.
7794 Mouse-1 is like Mouse-2.
7795 (Shell Commands in Dired): ? can be used more than once.
7796
7797 * basic.texi (Continuation Lines): Simplify description of truncation,
7798 and refer to Display Custom for the rest of it.
7799
8cf51b2c
GM
78002005-02-06 Lute Kamstra <lute@gnu.org>
7801
7802 * basic.texi (Undo): Fix typo.
7803
7804 * cmdargs.texi (Emacs Invocation): Fix typo.
7805
7806 * custom.texi (Init Examples): Fix typo.
7807
7808 * abbrevs.texi (Expanding Abbrevs): Fix typo.
7809
78102005-02-06 Richard M. Stallman <rms@gnu.org>
7811
7812 * regs.texi (Registers): Registers can hold numbers, too.
7813
7814 * killing.texi (Other Kill Commands): Cleanup.
7815 Delete redundant explanation of kill in read-only buffer.
7816 (Yanking): Mention term "copying".
7817 (Accumulating Text): Fix typo.
7818
7819 * entering.texi (Entering Emacs): Update rationale at start.
7820 (Exiting): Treat iconifying on a par with suspension.
7821
7822 * custom.texi (Minor Modes): Fix typo.
7823 (Easy Customization): Fix menu style.
7824 (Variables): Add xref.
7825 (Examining): Setting for future sessions works through .emacs.
7826 (Keymaps): "Text terminals", not "Many".
7827 (Init Rebinding): Explain \C-. Show example of \M-.
7828 Fix minor wording errors.
7829 (Function Keys): Explain vector syntax just once.
7830 (Named ASCII Chars): Clarify history of TAB/C-i connection.
7831 (Init File): Mention .emacs.d directory.
7832 (Init Examples): Add xref.
7833 (Find Init): Mention .emacs.d directory.
7834
7835 * cmdargs.texi (Emacs Invocation): +LINENUM is also an option.
7836 (Action Arguments): Explain which kinds of -l args are found how.
7837 (Initial Options): --batch does not inhibit site-start.
7838 Add xrefs.
7839 (Command Example): Use --batch, not -batch.
7840
7841 * basic.texi (Inserting Text): Cleanup wording.
7842 (Moving Point): Doc PRIOR, PAGEUP, NEXT, PAGEDOWN more systematically.
7843 C-n is not error at end of buffer.
7844 (Undo): Doc C-/ like C-_. Add xrefs.
7845 (Arguments): META key may be labeled ALT.
7846 Peculiar arg meanings are explained in doc strings.
7847
7848 * abbrevs.texi (Expanding Abbrevs): Clarify.
7849
78502005-02-05 Eli Zaretskii <eliz@gnu.org>
7851
7852 * frames.texi (Frame Parameters): Add an xref to the description
7853 of list-colors-display. Add a pointer to the X docs about colors.
7854
7855 * cmdargs.texi (Colors): Mention 16-, 88- and 256-color modes.
10d1d0af 7856 Improve docs of list-colors-display.
8cf51b2c
GM
7857
78582005-02-03 Lute Kamstra <lute@gnu.org>
7859
7860 * frames.texi (Frames, Drag and Drop): Fix typos.
7861
78622005-02-03 Richard M. Stallman <rms@gnu.org>
7863
7864 * windows.texi (Basic Window): Mention color-change in mode line.
7865 (Change Window): Explain dragging vertical boundaries.
7866
7867 * text.texi (Sentences): Clarify.
7868 (Paragraphs): Explain M-a and blank lines.
7869 (Outline Mode): Clarify text and menu.
7870 (Hard and Soft Newlines): Mention use-hard-newlines.
7871
7872 * frames.texi (Frames): Delete unnecessary mention of Windows.
7873 (Mouse Commands): Likewise. Mention xterm mouse support.
7874 (Clipboard): Clarify.
7875 (Mouse References): Mention use of Mouse-1 for following links.
7876 (Menu Mouse Clicks): Clarify.
7877 (Mode Line Mouse): Clarify.
7878 (Drag and Drop): Rewrite.
7879
7880 * fixit.texi (Spelling): Fix typo.
7881
7882 * files.texi (File Names): Clarify.
7883 (Visiting): Update conditions for use of file dialog. Clarify.
7884 (Saving): Doc d as answer in save-some-buffers.
7885 (Remote Files): Clean up the text.
7886
7887 * dired.texi (Misc Dired Commands): Delete dired-marked-files.
7888
7889 * buffers.texi (Select Buffer): Doc next-buffer and prev-buffer.
7890 (List Buffers): Clarify.
7891 (Several Buffers): Doc T command.
7892 (Buffer Convenience): Clarify menu.
7893
7894 * basic.texi (Undo): Clarify last change.
7895
78962005-02-02 Matt Hodges <MPHodges@member.fsf.org>
7897
7898 * fixit.texi (Spelling): Fix typo.
7899
79002005-02-01 Luc Teirlinck <teirllm@auburn.edu>
7901
7902 * basic.texi (Undo): Update description of `undo-outer-limit'.
7903
79042005-02-01 Nick Roberts <nickrob@snap.net.nz>
7905
7906 * building.texi: Update documentation relating to GDB Graphical
7907 Interface.
7908
79092005-01-30 Luc Teirlinck <teirllm@auburn.edu>
7910
7911 * custom.texi (Easy Customization): Adapt menu to node name change.
7912
79132005-01-30 Richard M. Stallman <rms@gnu.org>
7914
7915 * custom.texi (Easy Customization): Defn of "User Option" now
7916 includes faces. Don't say just "option" when talking about variables.
7917 Do say just "options" to mean "anything customizable".
7918 (Specific Customization): Describe `customize-variable',
7919 not `customize-option'.
7920
7921 * glossary.texi (Glossary) <Faces>: Add xref.
7922 <User Option>: Change definition--include faces. Change xref.
7923
7924 * picture.texi (Picture): Mention artist.el.
7925
7926 * sending.texi, screen.texi, programs.texi, misc.texi:
7927 * mini.texi, major.texi, maintaining.texi, macos.texi:
7928 * help.texi, frames.texi, files.texi:
7929 Don't say just "option" when talking about variables.
7930
7931 * display.texi, mule.texi: Don't say just "option" when talking
7932 about variables. Other minor cleanups.
7933
8cf51b2c
GM
79342005-01-26 Lute Kamstra <lute@gnu.org>
7935
7936 * cmdargs.texi (Initial Options): Add a cross reference to `Init
7937 File'. Mention the `-Q' option at the `--no-site-file' option.
7938
8cf51b2c
GM
79392005-01-22 David Kastrup <dak@gnu.org>
7940
7941 * building.texi (Grep Searching): Mention alias `find-grep' for
7942 `grep-find'.
7943
79442005-01-20 Richard M. Stallman <rms@gnu.org>
7945
7946 * calendar.texi (Time Intervals): Delete special stuff for MS-DOS.
7947
8cf51b2c
GM
79482005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
7949
7950 * rmail.texi (Movemail): Explain differences
7951 between standard and mailutils versions of movemail.
7952 Describe command line and configuration options introduced
7953 with the latter.
7954 Explain the notion of mailbox URL, provide examples and
7955 cross-references to mailutils documentation.
7956 Describe various methods of specifying mailbox names,
7957 user names and user passwords for rmail.
1c6c854e
CS
7958 (Remote Mailboxes): New section.
7959 Describe how movemail handles remote mailboxes. Describe configuration
8cf51b2c
GM
7960 options used to control its behavior.
7961 (Other Mailbox Formats): Explain handling of various mailbox
7962 formats.
7963
79642005-01-13 Richard M. Stallman <rms@gnu.org>
7965
7966 * commands.texi (Commands): Clarification.
7967
79682005-01-11 Richard M. Stallman <rms@gnu.org>
7969
7970 * programs.texi (Multi-line Indent): Fix previous change.
7971 (Fortran Autofill): Simplify description of fortran-auto-fill-mode.
7972
8cf51b2c
GM
79732005-01-08 Richard M. Stallman <rms@gnu.org>
7974
7975 * display.texi (Faces): isearch-lazy-highlight-face renamed to
7976 lazy-highlight.
7977
7978 * search.texi (Query Replace): Mention faces query-replace
7979 and lazy-highlight.
7980 (Incremental Search): Update isearch highlighting info.
7981
8cf51b2c
GM
79822005-01-04 Richard M. Stallman <rms@gnu.org>
7983
7984 * custom.texi (Saving Customizations): Minor improvement.
7985
8cf51b2c
GM
79862005-01-03 Luc Teirlinck <teirllm@auburn.edu>
7987
7988 * custom.texi (Saving Customizations): Emacs no longer loads
7989 `custom-file' after .emacs. No longer mention customizing through
7990 Custom.
7991
8cf51b2c
GM
79922005-01-01 Andreas Schwab <schwab@suse.de>
7993
7994 * killing.texi (Graphical Kill): Move up under node Killing,
7995 change @section to @subsection.
7996
79972005-01-01 Richard M. Stallman <rms@gnu.org>
7998
7999 * custom.texi (Face Customization): Mention hex color specs.
8000
8001 * emacs.texi (Top): Update Killing submenu.
8002
8003 * killing.texi (Killing): Reorganize section.
8004 No more TeX-only text; put the node command at start of chapter.
8005 But the first section heading is used only in TeX.
8006 Rewrite the text to read better in this mode.
8007 (Graphical Kill): New subnode gets some of the text that
8008 used to be in the first section.
8009
80102004-12-31 Richard M. Stallman <rms@gnu.org>
8011
8012 * dired.texi (Shell Commands in Dired): Delete the ? example.
8013
8014 * display.texi (Scrolling): Correct scroll-preserve-screen-position.
8015
8016 * files.texi (Saving): Describe new require-final-newline features
8017 and mode-require-final-newline.
8018
8cf51b2c
GM
80192004-12-29 Richard M. Stallman <rms@gnu.org>
8020
8021 * custom.texi (File Variables): Clarify previous change.
8022
c8763fb6 80232004-12-27 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
8024
8025 * frames.texi (Dialog Boxes): Mention Gtk+ 2.6 also, as that version is
8026 out now.
8027
80282004-12-27 Richard M. Stallman <rms@gnu.org>
8029
8030 * Makefile.in (MAKEINFO): Specify --force.
8031
8032 * basic.texi (Moving Point): C-e now runs move-end-of-line.
8033 (Undo): Doc undo-outer-limit.
8034
8cf51b2c
GM
80352004-12-15 Juri Linkov <juri@jurta.org>
8036
8037 * mark.texi (Transient Mark, Mark Ring): M-< and other
8038 movement commands don't set mark in Transient Mark mode
8039 if mark is active.
8040
8cf51b2c
GM
80412004-12-12 Juri Linkov <juri@jurta.org>
8042
8043 * misc.texi (FFAP): Add C-x C-r, C-x C-v, C-x C-d,
8044 C-x 4 r, C-x 4 d, C-x 5 r, C-x 5 d.
8045
8046 * dired.texi (Dired Navigation): Add @r{(Dired)} to M-g.
8047 (Misc Dired Commands): Add @r{(Dired)} to w.
8048
80492004-12-12 Juri Linkov <juri@jurta.org>
8050
8051 * mark.texi (Marking Objects): Marking commands also extend the
8052 region when mark is active in Transient Mark mode.
8053
8cf51b2c
GM
80542004-12-08 Luc Teirlinck <teirllm@auburn.edu>
8055
8056 * custom.texi (Saving Customizations): Emacs only loads the custom
8057 file automatically after the init file in version 22.1 or later.
8058 Adapt text and examples to this fact.
8059
8cf51b2c
GM
80602004-12-07 Luc Teirlinck <teirllm@auburn.edu>
8061
8062 * frames.texi (Scroll Bars): The option `scroll-bar-mode' has to
8063 be set through Custom. Otherwise, it has no effect.
8064
8cf51b2c
GM
80652004-12-05 Richard M. Stallman <rms@gnu.org>
8066
8067 * cmdargs.texi, doclicense.texi, xresources.texi, emacs.texi:
8068 * entering.texi: Rename Command Line to Emacs Invocation.
8069
10d1d0af 8070 * misc.texi (Term Mode): Correctly describe C-c.
8cf51b2c
GM
8071
8072 * custom.texi (Easy Customization): Move up to section level,
8073 before Variables. Avoid using the term "variable"; say "option".
8074 New initial explanation.
8075 (Variables): In initial explanation, connect "variable" to the
8076 already-explained "user option".
8077
8078 * emacs.texi (Top): Fix ref to Command Line.
8079 Move reference to Easy Customization.
8080
8081 * xresources.texi (X Resources): Fix From link.
8082
8083 * doclicense.texi (GNU Free Documentation License): Fix To link.
8084
8085 * entering.texi (Entering Emacs): Fix xref, now to Command Line.
8086
8087 * cmdargs.texi (Command Line): Node renamed from Command Arguments.
8088
80892004-12-03 Richard M. Stallman <rms@gnu.org>
8090
8091 * cmdargs.texi (Initial Options): Clarify batch mode i/o.
8092
80932004-12-01 Luc Teirlinck <teirllm@auburn.edu>
8094
8095 * kmacro.texi: Several small changes in addition to the following.
8096 (Keyboard Macro Ring): Describe behavior of `C-x C-k C-k' when
8097 defining a keyboard macro.
8098 Mention `kmacro-ring-max'.
8099 (Keyboard Macro Counter): Clarify description of
8100 `kmacro-insert-counter', `kmacro-set-counter',
8101 `kmacro-add-counter' and `kmacro-set-format'.
8102
81032004-11-29 Reiner Steib <Reiner.Steib@gmx.de>
8104
8105 * custom.texi (File Variables): Add `unibyte' and make it more
8106 clear that `unibyte' and `coding' are special. Suggested by Simon
8107 Krahnke <overlord@gmx.li>.
8108
8109 * mule.texi (Enabling Multibyte): Refer to File Variables.
8110 Suggested by Simon Krahnke <overlord@gmx.li>.
8111
c8763fb6 81122004-11-26 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
8113
8114 * frames.texi (Dialog Boxes): Rename use-old-gtk-file-dialog to
8115 x-use-old-gtk-file-dialog.
8116
8cf51b2c
GM
81172004-11-20 Richard M. Stallman <rms@gnu.org>
8118
8119 * text.texi (Fill Prefix): M-q doesn't apply fill prefix to first line.
8120
81212004-11-09 Lars Brinkhoff <lars@nocrew.org>
8122
8123 * building.texi (Lisp Eval): Delete hyphen in section name.
8124
81252004-11-19 Thien-Thi Nguyen <ttn@gnu.org>
8126
8127 * files.texi (Old Versions):
8128 No longer document annotation as "CVS only".
8129
81302004-11-10 Andre Spiegel <spiegel@gnu.org>
8131
8132 * files.texi (Version Control): Rewrite the introduction about
1c6c854e
CS
8133 version systems, mentioning the new ones that we support.
8134 Thanks to Alex Ott, Karl Fogel, Stefan Monnier, and David Kastrup for
8cf51b2c
GM
8135 suggestions.
8136
c8763fb6 81372004-11-03 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c 8138
49823426 8139 * frames.texi (Dialog Boxes): Replace non-nil with non-@code{nil}.
8cf51b2c 8140
c8763fb6 81412004-11-02 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
8142
8143 * frames.texi (Dialog Boxes): Document use-old-gtk-file-dialog.
8144
81452004-10-23 Eli Zaretskii <eliz@gnu.org>
8146
8147 * text.texi (Text Based Tables, Table Definition)
8148 (Table Creation, Table Recognition, Cell Commands)
8149 (Cell Justification, Row Commands, Column Commands)
8150 (Fixed Width Mode, Table Conversion, Measuring Tables)
8151 (Table Misc): New nodes, documenting the Table Mode.
8152
8cf51b2c
GM
81532004-10-19 Jason Rumney <jasonr@gnu.org>
8154
8155 * makefile.w32-in (info): Change order of arguments to makeinfo.
8156
81572004-10-19 Ulf Jasper <ulf.jasper@web.de>
8158
8159 * calendar.texi (iCalendar): Update for package changes.
8160
8cf51b2c
GM
81612004-10-09 Luc Teirlinck <teirllm@auburn.edu>
8162
8163 * files.texi (Misc File Ops): View mode is a minor mode.
8164
8cf51b2c
GM
81652004-10-08 Glenn Morris <gmorris@ast.cam.ac.uk>
8166
8167 * calendar.texi (iCalendar): Style changes.
8168
81692004-10-07 Luc Teirlinck <teirllm@auburn.edu>
8170
8171 * search.texi (Regexps): The regexp described in the example is no
8172 longer stored in the variable `sentence-end'.
8173
8cf51b2c
GM
81742004-10-06 Nick Roberts <nickrob@snap.net.nz>
8175
8176 * building.texi (Starting GUD): Note that multiple debugging
8177 sessions requires `gdb --fullname'.
8178
81792004-10-05 Ulf Jasper <ulf.jasper@web.de>
8180
8181 * calendar.texi (iCalendar): New section for a new package.
8182
8cf51b2c
GM
81832004-10-05 Luc Teirlinck <teirllm@auburn.edu>
8184
8185 * text.texi: Various small changes in addition to the following.
8186 (Text): Replace xref for autotype with inforef.
8187 (Sentences): Explain nil value for `sentence-end'.
8188 (Paragraphs): Update default values for `paragraph-start' and
8189 `paragraph-separate'.
8190 (Text Mode): Correct description of Text mode's effect on the
8191 syntax table.
8192 (Outline Visibility): `hide-other' does not hide top level headings.
8193 `selective-display-ellipses' no longer has an effect on Outline mode.
8194 (TeX Misc): Add missing @cindex.
8195 Replace xref for RefTeX with inforef.
8196 (Requesting Formatted Text): The variable
8197 `enriched-fill-after-visiting' no longer exists.
8198 (Editing Format Info): Update names of menu items and commands.
8199 (Format Faces): Mention special effect of specifying the default face.
8200 Describe inheritance of text properties.
8201 Correct description of `fixed' face.
8202 (Format Indentation): Correct description of effect of setting
8203 margins. Mention `set-left-margin' and `set-right-margin'.
8204 (Format Justification): Update names of menu items.
8205 `set-justification-full' is now bound to `M-j b'.
8206 Mention that `default-justification' is a per buffer variable.
8207 (Format Properties): Update name of menu item.
8208 (Forcing Enriched Mode): `format-decode-buffer' automatically
8209 turns on Enriched mode if the buffer is in text/enriched format.
8210
82112004-10-05 Emilio C. Lopes <eclig@gmx.net>
8212
8213 * calendar.texi (From Other Calendar): Add calendar-goto-iso-week.
8214
82152004-09-28 Kim F. Storm <storm@cua.dk>
8216
8217 * display.texi (Display Custom) <indicate-buffer-boundaries>:
8218 Align with new functionality.
8219
8cf51b2c
GM
82202004-09-22 Luc Teirlinck <teirllm@auburn.edu>
8221
8222 * display.texi (Display Custom): Remove stray `@end defvar'.
8223
82242004-09-23 Kim F. Storm <storm@cua.dk>
8225
8226 * display.texi (Display Custom): Add `overflow-newline-into-fringe',
8227 `indicate-buffer-boundaries' and `default-indicate-buffer-boundaries'.
8228
8cf51b2c
GM
82292004-09-20 Richard M. Stallman <rms@gnu.org>
8230
8231 * custom.texi (Hooks): Explain using setq to clear out a hook.
8232 (File Variables): Explain multiline string constants.
8233 (Non-ASCII Rebinding): Explain when you need to update
8234 non-ASCII char codes in .emacs.
8235
8236 * building.texi (Compilation): Explain how to make a silent
8237 subprocess that won't be terminated. Explain compilation-environment.
8238
82392004-09-13 Kim F. Storm <storm@cua.dk>
8240
8241 * mini.texi (Repetition): Rename isearch-resume-enabled to
8242 isearch-resume-in-command-history and change default to disabled.
8243
8cf51b2c
GM
82442004-09-09 Kim F. Storm <storm@cua.dk>
8245
8246 * kmacro.texi (Save Keyboard Macro): Replace `name-last-kbd-macro'
8247 with new `kmacro-name-last-macro'.
8248
8cf51b2c
GM
82492004-09-08 Juri Linkov <juri@jurta.org>
8250
8251 * mini.texi (Minibuffer History): Add `history-delete-duplicates'.
8252
8cf51b2c
GM
82532004-09-03 Juri Linkov <juri@jurta.org>
8254
8255 * search.texi (Incremental Search): Update wording for M-%.
8256
82572004-09-02 Luc Teirlinck <teirllm@auburn.edu>
8258
8259 * killing.texi (Killing): Correct description of kill commands in
8260 read-only buffer.
8261
82622004-09-02 Teodor Zlatanov <tzz@lifelogs.com>
8263
8264 * building.texi (Compilation Mode): Add a paragraph about rules
8265 for finding the compilation buffer for `next-error'.
8266
8267 * search.texi (Other Repeating Search): Mention that Occur mode
8268 supports the next-error functionality.
8269
82702004-09-02 Juri Linkov <juri@jurta.org>
8271
8272 * search.texi (Regexp Replace): Add missing backslash to \footnote.
8273
82742004-08-31 Luc Teirlinck <teirllm@auburn.edu>
8275
8276 * kmacro.texi (Basic Keyboard Macro):
8277 `apply-macro-to-region-lines' now operates on all lines that begin
8278 in the region, rather than on all complete lines in the region.
8279
c8763fb6 82802004-08-31 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
8281
8282 * frames.texi (Drag and drop): Add documentation about
8283 x-dnd-test-function and x-dnd-known-types.
8284
82852004-08-30 Luc Teirlinck <teirllm@auburn.edu>
8286
8287 * indent.texi: Various minor changes in addition to:
8288 (Indentation Commands): Correct description of `indent-relative'.
8289 (Tab Stops): <TAB> is no longer bound to `tab-to-tab-stop' in Text
8290 mode. The *Tab Stops* buffer uses Overwrite Mode.
8291 (Just Spaces): `tabify' converts sequences of at least two spaces
8292 to tabs.
8293
8cf51b2c
GM
82942004-08-27 Luc Teirlinck <teirllm@auburn.edu>
8295
8296 * frames.texi (Secondary Selection): Setting the secondary
8297 selection with M-Drag-Mouse-1 does not alter the kill ring,
8298 setting it with M-Mouse-1 and M-Mouse-3 does.
8299 (Mode Line Mouse): C-Mouse-2 on scroll bar now also works for
8300 toolkit scroll bars.
8301 (Scroll Bars): Ditto.
8302
8303 * windows.texi (Basic Window): When using a window system, the value
8304 of point in a non-selected window is indicated by a hollow box.
8305 (Split Window): Side by side windows are separated by a scroll bar,
8306 if scroll bars are used.
8307 C-Mouse-2 on scroll bar now also works for toolkit scroll bars.
8308 (Change Window): Correct Mouse-2 vs Mouse-3 mess-up.
8309 (Window Convenience): Update bindings for `winner-undo' and
8310 `winner-redo'.
8311
8312 * ack.texi (Acknowledgments): Use `@unnumbered'.
d0207bf3 8313 * misc.texi: Adapt sectioning in Info to the node structure.
8cf51b2c
GM
8314 (Invoking emacsclient): Make "Invoking emacsclient" a subsection
8315 of "Using Emacs as a Server".
8316 * building.texi (Building): Interchange nodes (for correct numbering).
8317 * programs.texi (Programs): Interchange nodes (for correct numbering).
8318 * killing.texi, entering.texi, commands.texi: Adapt sectioning in
8319 Info to the node structure.
8320 * emacs.texi: Make "GNU GENERAL PUBLIC LICENSE" an appendix.
8321 Rearrange order of nodes and sections such that both "GNU GENERAL
8322 PUBLIC LICENSE" and "GNU Free Documentation License" appear at the
8323 end, as appropriate for appendices.
8324 (Acknowledgments): Put inside @iftex instead of @ifnotinfo.
8325 Use `@unnumberedsec'.
8326 * trouble.texi: Adapt sectioning in Info to the node structure.
8327 Adapt node pointers to change in emacs.texi.
8328 * cmdargs.texi, doclicense.texi: Adapt node pointers.
8329
8cf51b2c
GM
83302004-08-25 Kenichi Handa <handa@m17n.org>
8331
8332 * custom.texi (Non-ASCII Rebinding): Fix and simplify the
8333 description for unibyte mode.
8334
83352004-08-23 Luc Teirlinck <teirllm@auburn.edu>
8336
8337 * display.texi (Font Lock): Correct invalid (for hardcopy) @xref.
8338
8339 * search.texi (Regexps): Correct cryptic (in hardcopy) @ref.
8340 (Configuring Scrolling): Correct invalid (for hardcopy) @xref.
8341 (Regexp Replace): Standardize reference to hardcopy Elisp Manual
8342 in @pxref.
8343
83442004-08-22 Luc Teirlinck <teirllm@auburn.edu>
8345
8346 * kmacro.texi (Keyboard Macro Counter, Keyboard Macro Step-Edit):
8347 Change section names.
8348
8cf51b2c
GM
83492004-08-21 Luc Teirlinck <teirllm@auburn.edu>
8350
8351 * kmacro.texi (Keyboard Macro Ring): Rename section.
8352 Emacs treats the head of the macro ring as the `last keyboard macro'.
8353 (Keyboard Macro Counter): Minor change.
8354 (Save Keyboard Macro): Some clarifications.
8355 (Edit Keyboard Macro): Rename section.
8356
8357 * buffers.texi (Buffers): Maximum buffer size is now 256M on
8358 32-bit machines.
8359 (Several Buffers): Clarify which buffer is selected if `2' is
8360 pressed in the Buffer Menu.
8361 Auto Revert mode can be used to update the Buffer Menu
8362 automatically.
8363
83642004-08-21 Eli Zaretskii <eliz@gnu.org>
8365
8366 * help.texi (Misc Help): Add an index entry for finding an Info
8367 manual by its file name.
8368
83692004-08-20 Luc Teirlinck <teirllm@auburn.edu>
8370
8371 * files.texi (Backup Deletion): Correct description of
8372 `delete-old-versions'.
8373 (Time Stamps): `time-stamp' needs to be added to `before-save-hook'.
8374 (Auto Save Files): Recommend `auto-save-mode' to reenable
8375 auto-saving, rather than the abbreviation `auto-save'.
8376
83772004-08-17 Luc Teirlinck <teirllm@auburn.edu>
8378
8379 * emacs.texi (Top): Mention "cutting" and "pasting" as synonyms
8380 for "killing" and "yanking" in main menu.
8381
83822004-08-16 Richard M. Stallman <rms@gnu.org>
8383
8384 * killing.texi (Yanking, Killing): Minor cleanups.
8385
8386 * mark.texi (Momentary Mark): Minor cleanups.
8387
83882004-08-15 Kenichi Handa <handa@etl.go.jp>
8389
8390 * custom.texi (Non-ASCII Rebinding):
8391 C-q always inserts the right code to pass to global-set-key.
8392
8cf51b2c
GM
83932004-08-13 Luc Teirlinck <teirllm@auburn.edu>
8394
8395 * regs.texi (RegNumbers): Mention `C-x r i' binding for
8396 `insert-register', instead of `C-x r g' binding, for consistency.
8397
83982004-08-12 Luc Teirlinck <teirllm@auburn.edu>
8399
8400 * fixit.texi (Spelling): Fix typo.
8401
84022004-08-11 Luc Teirlinck <teirllm@auburn.edu>
8403
8404 * help.texi (Help): Fix Texinfo usage.
8405
8cf51b2c
GM
84062004-07-24 Richard M. Stallman <rms@gnu.org>
8407
8408 * text.texi (Paragraphs): Update how paragraphs are separated
8409 and the default for paragraph-separate.
8410
8411 * search.texi (Regexp Replace): Further update text for new
8412 replacement operators.
8413
8cf51b2c
GM
84142004-07-18 Luc Teirlinck <teirllm@auburn.edu>
8415
8416 * emacs-xtra.texi (Subdir switches): Dired does not remember the
8417 `R' switch.
8418
8419 * dired.texi (Dired Updating): `k' only deletes inserted
8420 subdirectories from the Dired buffer if a prefix argument was given.
8421
8422 * search.texi (Regexps): Delete redundant definition of `symbol' in
8423 description of `\_>'. It already occurs in the description of `\_<'.
8424
8cf51b2c
GM
84252004-07-01 Juri Linkov <juri@jurta.org>
8426
8427 * search.texi (Incremental Search): Add C-M-w, C-M-y, M-%, C-M-%, M-e.
8428 (Regexp Search): Add M-r.
8429
84302004-06-30 Luc Teirlinck <teirllm@auburn.edu>
8431
8432 * makefile.w32-in (EMACSSOURCES): Remove emacs-xtra.
8433
84342004-06-29 Jesper Harder <harder@ifa.au.dk>
8435
49823426 8436 * search.texi, calendar.texi: Markup fixes.
8cf51b2c
GM
8437
84382004-06-25 Richard M. Stallman <rms@gnu.org>
8439
8440 * search.texi (Regexp Replace): Rewrite description of \# \, and \?.
8441
84422004-06-25 David Kastrup <dak@gnu.org>
8443
8444 * search.texi (Regexp Replace): Some typo corrections and
8445 rearrangement.
8446
84472004-06-24 David Kastrup <dak@gnu.org>
8448
8449 * search.texi (Unconditional Replace): Use replace-string instead
8450 of query-replace in example.
8451 (Regexp Replace): Add explanations for `\,', `\#' and `\?'
8452 sequences.
8453 (Query Replace): Correct explanation of `^' which does not use
8454 the mark stack.
8455
84562004-06-21 Nick Roberts <nickrob@gnu.org>
8457
8458 * misc.texi (Shell History Copying): Document comint-insert-input.
8459 (Shell Ring): Describe comint-dynamic-list-input-ring here.
8460
8cf51b2c
GM
84612004-06-20 Jesper Harder <harder@ifa.au.dk>
8462
8463 * msdog.texi (Text and Binary, MS-DOS Printing): Use m-dash.
8464 * custom.texi (Customization): Do.
8465 * anti.texi (Antinews): Do.
8466 * abbrevs.texi (Defining Abbrevs): Do.
8467
8468 * programs.texi (Info Lookup): Fix keybinding for
8469 info-lookup-symbol.
8470
84712004-06-16 Juanma Barranquero <lektu@terra.es>
8472
8473 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, EMACSSOURCES):
8474 Add emacs-xtra.
8475 ($(infodir)/emacs-xtra, emacs-xtra.dvi): New dependencies.
8476 (clean): Add emacs-xtra and flymake. Remove redundancies.
8477
84782004-06-15 Luc Teirlinck <teirllm@auburn.edu>
8479
8480 * Makefile.in (INFO_TARGETS, DVI_TARGETS, ../info/emacs-xtra):
8481 Add emacs-xtra.
8482 * emacs-xtra.texi: New file.
8483
84842004-06-14 Luc Teirlinck <teirllm@auburn.edu>
8485
8486 * dired.texi (Dired Enter): Mention conditions on `ls' switches.
8487 (Dired and Find): Mention differences with ordinary Dired buffers.
8488
8cf51b2c
GM
84892004-06-13 Richard M. Stallman <rms@gnu.org>
8490
8491 * custom.texi (Init Syntax): Explain about vars that do special
8492 things when set with setq or with Custom.
8493 (Init Examples): Add line-number-mode example.
8494
8cf51b2c
GM
84952004-06-12 Juri Linkov <juri@jurta.org>
8496
8497 * dired.texi (Operating on Files): Add dired-do-touch.
8498
8cf51b2c
GM
84992004-06-10 Juri Linkov <juri@jurta.org>
8500
8501 * building.texi (Lisp Eval): Add C-M-x on defface.
8502
85032004-06-08 Luc Teirlinck <teirllm@auburn.edu>
8504
8505 * files.texi (Reverting): Auto-Revert mode and
8506 Global Auto-Revert mode no longer revert remote files.
8507
8cf51b2c
GM
85082004-05-29 Richard M. Stallman <rms@gnu.org>
8509
8510 * custom.texi (Init File): Two dashes start --no-site-file.
8511
8cf51b2c
GM
85122004-05-29 Alan Mackenzie <acm@muc.de>
8513
8514 * programs.texi: Update for CC Mode 5.30 and incidental amendments.
10d1d0af 8515 ("AWK"): Is consistently thus spelled throughout.
8cf51b2c
GM
8516 (AWK, Pike): Document as "C-like modes".
8517 (@kbd{M-j}): Document as alternative to @kbd{C-M-j}.
8518 (M-x man): Supersedes M-x manual-entry.
8519 Add numerous index entries. Correct "ESC a/e" to "M-a/e".
8520
8521 ("Comments in C"): Delete node; the info is in CC Mode manual.
8522 (c-comment-only-line-offset): Remove description.
8523
8524 (C-c ., C-c C-c): Describe new C Mode bindings.
8525
8526 (C-u TAB, indent-code-rigidly, c-indent-exp, c-tab-always-indent)
8527 (@dfn{Style}, c-default-style, comment-column, comment-padding)
8528 (c-up-conditional, c-beginning-of-statement, c-end-of-statement):
8529 Amend definitions.
8530
8531 (c-beginning-of-defun, c-end-of-defun, c-context-line-break):
8532 Describe functions.
8533
8534 (c-comment-start-regexp, c-hanging-comment-ender-p)
8535 (c-hanging-comment-starter-p): Remove obsolete definitions.
8536
8537 * emacs.texi: Remove the menu entry "Comments in C".
8538
8cf51b2c
GM
85392004-05-27 Luc Teirlinck <teirllm@auburn.edu>
8540
8541 * dired.texi (Dired and Find): `find-ls-option' does not apply to
8542 `M-x locate'.
8543
85442004-05-16 Karl Berry <karl@gnu.org>
8545
8546 * emacs.texi (ack.texi) [@ifnottex]: Change condition; with @ifinfo,
8547 makeinfo --html fails.
8548 * help.texi (Help Summary) [@ifnottex]: Likewise.
8549
85502004-05-13 Nick Roberts <nickrob@gnu.org>
8551
8552 * building.texi (GDB Graphical Interface): Update and describe
8553 layout first.
8554
8cf51b2c
GM
85552004-05-04 Jason Rumney <jasonr@gnu.org>
8556
8557 * makefile.w32-in: Revert last change.
8558
85592004-05-03 Jason Rumney <jasonr@gnu.org>
8560
8561 * makefile.w32-in (MULTI_INSTALL_INFO, ENVADD): Use forward slashes.
8562
8cf51b2c
GM
85632004-04-23 Juanma Barranquero <lektu@terra.es>
8564
8565 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
8566
85672004-04-18 Juri Linkov <juri@jurta.org>
8568
8569 * fixit.texi (Spelling): Remove file extension from ispell xref.
8570
85712004-04-15 Kim F. Storm <storm@cua.dk>
8572
8573 * cmdargs.texi (Initial Options): Add -Q.
8574
85752004-04-05 Kim F. Storm <storm@cua.dk>
8576
8577 * custom.texi (File Variables): Add safe-local-eval-forms.
8578
8cf51b2c
GM
85792004-04-02 Luc Teirlinck <teirllm@auburn.edu>
8580
8581 * files.texi (Reverting): Correct description of revert-buffer's
8582 handling of point.
8583
85842004-03-22 Juri Linkov <juri@jurta.org>
8585
8586 * emacs.texi (Top): Add `Misc X'.
8587
49823426 8588 * trouble.texi: Fix help key bindings.
8cf51b2c
GM
8589
8590 * glossary.texi: Improve references.
8591
8592 * help.texi: Sync keywords with finder.el.
8593
8594 * mini.texi (Completion): Add description for menu items.
8595
8596 * misc.texi (Browse-URL, FFAP): Add information about keywords.
8597
8598 * sending.texi (Mail Methods): Fix xref to Message manual.
8599
8cf51b2c
GM
86002004-03-12 Richard M. Stallman <rms@gnu.org>
8601
8cf51b2c
GM
8602 * buffers.texi (Misc Buffer): Add index entry for rename-uniquely.
8603
8cf51b2c
GM
86042004-03-04 Richard M. Stallman <rms@gnu.org>
8605
8606 * search.texi (Regexps): Explain that ^ and $ have their
8607 special meanings only in certain contexts.
8608
8609 * programs.texi (Expressions): Doc C-M-SPC as alias for C-M-@.
8610
8611 * mule.texi (Specify Coding): Doc C-x RET F.
8612
8613 * buffers.texi (Misc Buffer): Explain use of M-x rename-uniquely
8614 for multiple compile and grep buffers.
8615 (Indirect Buffers): Don't recommand clone-indirect-buffer
8616 for multiple compile and grep buffers.
8617
8cf51b2c
GM
86182004-02-29 Juanma Barranquero <lektu@terra.es>
8619
8620 * makefile.w32-in (mostlyclean, clean, maintainer-clean):
8621 Use $(DEL) instead of rm, and ignore exit code.
8622
8cf51b2c
GM
86232004-02-23 Nick Roberts <nick@nick.uklinux.net>
8624
8625 * building.texi (Watch Expressions): Update.
8626
86272004-02-21 Juri Linkov <juri@jurta.org>
8628
1c6c854e
CS
8629 * cmdargs.texi (Action Arguments): Add alias --find-file.
8630 Add --directory, --help, --version. Move text about command-line-args
8cf51b2c
GM
8631 to Command Arguments.
8632 (Initial Options): Add @cindex for --script. Fix @cindex for -q.
8633 Add --no-desktop. Add alias --no-multibyte, --no-unibyte.
8634 (Window Size X): Join -g and --geometry. Add @cindex.
8635 (Borders X): Fix @cindex for -ib. Add @cindex for -bw.
8636 (Title X): Remove alias -title.
8637 (Misc X): New node.
8638
c8763fb6 86392004-02-15 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
8640
8641 * frames.texi (Drag and drop): Add Motif to list of supported
8642 protocols.
8643
c8763fb6 86442004-02-03 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
8645
8646 * frames.texi (Drag and drop): New section.
8647
86482004-01-24 Richard M. Stallman <rms@gnu.org>
8649
1c6c854e 8650 * emacs.texi (Acknowledgments): Rename from Acknowledgements.
8cf51b2c
GM
8651 Include it only @ifnotinfo. Patch the preceding and following
8652 node headers to point to each other.
8653
86542004-01-11 Glenn Morris <gmorris@ast.cam.ac.uk>
8655
8656 * calendar.texi (Appointments): Update section.
8657
86582003-12-29 Kevin Ryde <user42@zip.com.au>
8659
8cf51b2c
GM
8660 * programs.texi (C Modes): Fix the xref.
8661
86622003-12-23 Nick Roberts <nick@nick.uklinux.net>
8663
8664 * building.texi (Watch Expressions): Update.
8665 (Commands of GUD): Include use of toolbar + breakpoints set from
8666 fringe/margin.
8667
86682003-12-03 Andre Spiegel <spiegel@gnu.org>
8669
8670 * files.texi: Say how to disable VC. Suggested by Alan Mackenzie
8671 <acm@muc.de>.
8672
c8763fb6 86732003-11-29 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
8674
8675 * frames.texi (Dialog Boxes): Add use-file-dialog.
8676
8cf51b2c
GM
86772003-11-22 Martin Stjernholm <bug-cc-mode@gnu.org>
8678
8679 * ack.texi: Note that Alan Mackenzie contributed the AWK support
8680 in CC Mode.
8681
8cf51b2c
GM
86822003-11-02 Jesper Harder <harder@ifa.au.dk> (tiny change)
8683
8684 * man/ack.texi, man/basic.texi, man/cmdargs.texi:
8685 * man/commands.texi, man/custom.texi, man/display.texi:
49823426 8686 * man/emacs.texi, man/files.texi:
8cf51b2c
GM
8687 * man/frames.texi, man/glossary.texi, man/killing.texi:
8688 * man/macos.texi, man/mark.texi, man/misc.texi, man/msdog.texi:
8689 * man/mule.texi, man/rmail.texi, man/search.texi:
49823426
GM
8690 * man/sending.texi, man/text.texi, man/trouble.texi:
8691 Replace @sc{ascii} and ASCII with @acronym{ASCII}.
8cf51b2c
GM
8692
86932003-11-01 Alan Mackenzie <acm@muc.de>
8694
8695 * search.texi (Scrolling During Incremental Search): Document a
8696 new scrolling facility in isearch mode.
8697
8cf51b2c
GM
86982003-10-22 Miles Bader <miles@gnu.org>
8699
8700 * Makefile.in (info): Move before $(top_srcdir)/info.
8701
87022003-10-22 Nick Roberts <nick@nick.uklinux.net>
8703
8704 * building.texi (Watch Expressions): Update section on data display
8705 to reflect code changes (GDB Graphical Interface).
8706
8cf51b2c
GM
87072003-10-13 Richard M. Stallman <rms@gnu.org>
8708
8709 * xresources.texi (GTK resources): Clean up previous change.
8710
c8763fb6 87112003-10-12 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
8712
8713 * xresources.texi (GTK resources): Add a note that some themes
8714 disallow customizations. Add scroll theme example.
8715
8cf51b2c
GM
87162003-09-30 Richard M. Stallman <rms@gnu.org>
8717
8cf51b2c
GM
8718 * cmdargs.texi (General Variables): Remove MAILRC envvar.
8719
8720 * misc.texi (Saving Emacs Sessions): Shorten the section,
8721 collapsing back into one node.
8722
87232003-09-30 Lars Hansen <larsh@math.ku.dk>
8724
8725 * misc.texi: Section "Saving Emacs Sessions" rewritten.
8726
ce058493 87272003-09-29 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
8728
8729 * xresources.texi (GTK names in Emacs): Correct typo.
8730
8cf51b2c
GM
87312003-09-24 Luc Teirlinck <teirllm@mail.auburn.edu>
8732
1c6c854e
CS
8733 * cmdargs.texi (Font X): Mention new default font.
8734 More fully describe long font names, wildcard patterns and the
8cf51b2c
GM
8735 problems involved. (Result of discussion on emacs-devel.)
8736
87372003-09-22 Luc Teirlinck <teirllm@mail.auburn.edu>
8738
8739 * emacs.texi (Acknowledgements): Correct typo.
8740
87412003-09-22 Richard M. Stallman <rms@gnu.org>
8742
8743 * dired.texi (Misc Dired Commands): New node.
8744 (Dired Navigation): Add dired-goto-file.
8745
8746 * files.texi (File Aliases, Misc File Ops): Add @cindex entries.
8747
8748 * emacs.texi (Acknowledgements): New node, split from Distribution.
8749
8750 * cmdargs.texi (Action Arguments): -f reads interactive args.
8751
8cf51b2c
GM
87522003-09-08 Lute Kamstra <lute@gnu.org>
8753
8754 * screen.texi (Mode Line): Say that POS comes before LINE.
8755 Mention `size-indication-mode'.
1c6c854e
CS
8756 * display.texi (Optional Mode Line):
8757 Document `size-indication-mode'.
8cf51b2c
GM
8758 * basic.texi (Position Info): Mention `size-indication-mode'.
8759
87602003-09-07 Luc Teirlinck <teirllm@mail.auburn.edu>
8761
8762 * xresources.texi (Resources): Refer to `editres' man page.
8763 (Lucid Resources): Update defaults. Expand description of
8764 `shadowThickness'.
8765
87662003-09-04 Miles Bader <miles@gnu.org>
8767
8768 * Makefile.in (top_srcdir): New variable.
8769 ($(top_srcdir)/info): New rule.
8770 (info): Depend on it.
8771
87722003-09-03 Peter Runestig <peter@runestig.com>
8773
8774 * makefile.w32-in: New file.
8775
87762003-08-29 Richard M. Stallman <rms@gnu.org>
8777
8778 * misc.texi (Saving Emacs Sessions): Correct previous change.
8779
8cf51b2c
GM
87802003-08-19 Luc Teirlinck <teirllm@mail.auburn.edu>
8781
8cf51b2c
GM
8782 * emacs.texi (Top): Update menu to reflect new Keyboard Macros chapter.
8783 (Intro): Include kmacro.texi after fixit.texi instead of after
8784 custom.texi. (As suggested by Kim Storm.)
8785
87862003-08-18 Luc Teirlinck <teirllm@mail.auburn.edu>
8787
8788 * fixit.texi (Fixit): Update `Next' pointer.
8789 * files.texi (Files): Update `Previous' pointer.
8790 * kmacro.texi (Keyboard Macros): Remove redundant node and section.
8791 * emacs.texi (Intro): Include kmacro.texi after custom.texi.
8792 (Suggested by Kim Storm.)
8793 * Makefile (EMACSSOURCES): Add kmacro.texi. (Suggested by Kim Storm.)
8794
87952003-08-18 Kim F. Storm <storm@cua.dk>
8796
8797 * kmacro.texi: New file describing enhanced keyboard macro
8798 functionality. Replaces old description in custom.texi.
8799
8800 * custom.texi (Customization): Add xref to Keyboard Macros chapter.
8801 (Keyboard Macros): Move to new kmacro.texi file.
8802
8803 * emacs.texi (Keyboard Macros): Reference new keyboard macro topics.
8804
8cf51b2c
GM
88052003-08-17 Edward M. Reingold <reingold@emr.cs.iit.edu>
8806
8807 * calendar.texi (Specified Dates): Add `calendar-goto-day-of-year'.
8808
88092003-08-17 Alex Schroeder <alex@gnu.org>
8810
8811 * misc.texi (Saving Emacs Sessions): Manual M-x desktop-save not
8812 required.
8813
8cf51b2c
GM
88142003-08-05 Richard M. Stallman <rms@gnu.org>
8815
8816 * programs.texi (Lisp Indent): Don't describe
8817 lisp-indent-function property here. Use xref to Lisp Manual.
8818
8cf51b2c
GM
88192003-08-03 Glenn Morris <gmorris@ast.cam.ac.uk>
8820
fffa137c 8821 * calendar.texi (Date Formats): Document changed behavior of
8cf51b2c
GM
8822 abbreviations.
8823
88242003-07-24 Markus Rost <rost@math.ohio-state.edu>
8825
8826 * buffers.texi (List Buffers): Fix previous change.
8827
8cf51b2c
GM
88282003-07-13 Markus Rost <rost@math.ohio-state.edu>
8829
8830 * buffers.texi (List Buffers): Adjust to new format of *Buffer
8831 List*.
8832
88332003-07-07 Luc Teirlinck <teirllm@mail.auburn.edu>
8834
8cf51b2c
GM
8835 * display.texi (Font Lock): Fix typo.
8836
88372003-07-07 Richard M. Stallman <rms@gnu.org>
8838
8839 * display.texi (Font Lock): Add xref for format info on
8840 font-lock-remove-keywords.
8841
8842 * building.texi (Compilation): Document what happens with asynch
8843 children of compiler process.
8844
8845 * help.texi (Library Keywords): Use @multitable.
8846
8cf51b2c
GM
88472003-06-04 Richard M. Stallman <rms@gnu.org>
8848
8849 * programs.texi (Expressions): Delete C-M-DEL.
8850
8851 * misc.texi (Shell Options): Clarify comint-scroll-show-maximum-output.
8852 comint-move-point-for-output renamed from
8853 comint-scroll-to-bottom-on-output.
8854
8855 * custom.texi (Init Rebinding): Replace previous change with xref.
8856 (Non-ASCII Rebinding): Explain that issue more briefly here.
8857
88582003-05-28 Richard M. Stallman <rms@gnu.org>
8859
8860 * indent.texi (Indentation): Condense, simplify, clarify prev change.
8861
88622003-05-28 Nick Roberts <nick@nick.uklinux.net>
8863
8864 * building.texi (GDB Graphical Interface): New node.
8865 (Rewritten somewhat by RMS.)
8866
c8763fb6 88672003-05-28 Kai Großjohann <kai.grossjohann@gmx.net>
8cf51b2c
GM
8868
8869 * custom.texi (Init Rebinding): Xref Non-ASCII Rebinding, for
8870 non-English letters. Explain how to set coding systems correctly
8871 and how to include the right coding cookie in the file.
8872
c8763fb6 88732003-05-22 Kai Großjohann <kai.grossjohann@gmx.net>
8cf51b2c
GM
8874
8875 * indent.texi (Indentation): Explain the concepts.
8876 (Just Spaces): Explain why preventing tabs for indentation might
8877 be useful.
8878
8cf51b2c
GM
88792003-04-16 Richard M. Stallman <rms@gnu.org>
8880
8881 * search.texi (Regexps): Ref to Lisp manual for more regexp features.
8882
8cf51b2c
GM
88832003-02-22 Alex Schroeder <alex@emacswiki.org>
8884
8885 * cmdargs.texi (General Variables): Document SMTPSERVER.
8886
8cf51b2c
GM
8887 * sending.texi: Remove SMTP node.
8888 (Mail Sending): Describe `send-mail-function'. Link to SMTP
8889 library.
8890
8cf51b2c
GM
88912003-02-22 Alex Schroeder <alex@emacswiki.org>
8892
8893 * sending.texi (Sending via SMTP): Explain MTA/MUA.
8894
88952003-02-22 Simon Josefsson <jas@extundo.com>
8896
8897 * sending.texi (Mail Methods): Add node about SMTP.
8898
c8763fb6 88992003-02-17 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
8900
8901 * xresources.texi (GTK names in Emacs): Add emacs-toolbar - GtkToolbar.
8902
8cf51b2c
GM
89032003-02-01 Kevin Ryde <user42@zip.com.au>
8904
8905 * glossary.texi (Glossary): Correction to cl cross reference.
8906
89072003-01-20 Richard M. Stallman <rms@gnu.org>
8908
8909 * killing.texi (Rectangles): Document C-x c r.
8910
c8763fb6 89112003-01-19 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
8912
8913 * xresources.texi (GTK resources): New node.
8914 (GTK widget names): New node.
8915 (GTK names in Emacs): New node.
8916 (GTK styles): New node.
8917
c8763fb6 89182003-01-09 Francesco Potortì <pot@gnu.org>
8cf51b2c
GM
8919
8920 * maintaining.texi (Create Tags Table): Add reference to the new
8921 `etags --help --lang=LANG' option.
8922
8cf51b2c
GM
89232002-10-02 Karl Berry <karl@gnu.org>
8924
49823426 8925 * emacs.texi: Per rms, update all manuals to use @copying instead of
630cb3b7 8926 @ifinfo. Also use @ifnottex instead of @ifinfo around the top node,
49823426 8927 where needed for the sake of the HTML output.
8cf51b2c
GM
8928
89292001-12-20 Eli Zaretskii <eliz@is.elta.co.il>
8930
8931 * Makefile.in (EMACSSOURCES): Update the list of Emacs manual
8932 source files.
8933
89342001-11-16 Eli Zaretskii <eliz@is.elta.co.il>
8935
8936 * Makefile.in (emacsman): New target.
8937
8cf51b2c
GM
89382001-10-20 Gerd Moellmann <gerd@gnu.org>
8939
8940 * (Version 21.1 released.)
8941
89422001-10-05 Gerd Moellmann <gerd@gnu.org>
8943
8944 * Branch for 21.1.
8945
8cf51b2c
GM
89462001-03-05 Gerd Moellmann <gerd@gnu.org>
8947
8948 * Makefile.in (mostlyclean, maintainer-clean): Delete more files.
8949
8cf51b2c
GM
89502000-05-31 Stefan Monnier <monnier@cs.yale.edu>
8951
8952 * .cvsignore (*.tmp): New entry. Seems to be used for @macro.
8953
8cf51b2c
GM
89541999-07-12 Richard Stallman <rms@gnu.org>
8955
8956 * Version 20.4 released.
8957
89581998-12-04 Markus Rost <rost@delysid.gnu.org>
8959
8960 * Makefile.in (INFO_TARGETS): Delete customize.info.
8961 (DVI_TARGETS): Delete customize.dvi.
8962 (../info/customize, customize.dvi): Targets deleted.
8963
89641998-08-19 Richard Stallman <rms@psilocin.ai.mit.edu>
8965
8966 * Version 20.3 released.
8967
89681998-05-06 Richard Stallman <rms@psilocin.gnu.org>
8969
8970 * Makefile.in (EMACSSOURCES): Add mule.texi.
8971 Add msdog.texi, ack.texi. Remove gnu1.texi.
8972
89731998-04-06 Andreas Schwab <schwab@gnu.org>
8974
768c0c0f
JB
8975 * Makefile.in (ENVADD): Environment vars to pass to texi2dvi.
8976 Use it in dvi targets.
8cf51b2c
GM
8977
89781997-09-23 Paul Eggert <eggert@twinsun.com>
8979
8980 * Makefile.in: Merge changes mistakenly made to `Makefile'.
8981 (INFO_TARGETS): Change ../info/custom to ../info/customize.
8982 (../info/customize): Rename from ../info/custom.
8cf51b2c
GM
8983
89841997-09-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8985
8986 * Version 20.2 released.
8987
89881997-09-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8989
8990 * Version 20.1 released.
8991
89921997-08-24 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8993
8994 * Makefile (../info/customize, customize.dvi): New targets.
8995 (INFO_TARGETS): Add ../info/customize.
8996 (DVI_TARGETS): Add customize.dvi.
8997
8cf51b2c
GM
89981996-08-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8999
9000 * Version 19.33 released.
9001
90021996-07-31 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9003
9004 * Version 19.32 released.
9005
8cf51b2c
GM
90061996-06-20 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9007
9008 * Makefile.in (All info targets): cd $(srcdir) to do the work.
9009
90101996-06-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9011
9012 * Makefile.in (All info targets): Specify $(srcdir) in input files.
9013 Specify -I option.
9014 (All dvi targets): Set the TEXINPUTS variable.
9015
90161996-05-25 Karl Heuer <kwzh@gnu.ai.mit.edu>
9017
9018 * Version 19.31 released.
9019
8cf51b2c
GM
90201995-11-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9021
9022 * Version 19.30 released.
9023
8cf51b2c
GM
90241995-02-07 Richard Stallman <rms@pogo.gnu.ai.mit.edu>
9025
9026 * Makefile.in (maintainer-clean): Rename from realclean.
9027
90281994-11-23 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9029
9030 * Makefile.in: New file.
9031 * Makefile: File deleted.
9032
90331994-11-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9034
9035 * Makefile (TEXINDEX_OBJS): Variable deleted.
9036 (texindex, texindex.o, getopt.o): Rules deleted.
9037 All deps on texindex deleted.
9038 (distclean): Don't delete texindex.
9039 (mostlyclean): Don't delete *.o.
9040 * texindex.c, getopt.c: Files deleted.
9041
90421994-09-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9043
9044 * Version 19.26 released.
9045
90461994-07-02 Richard Stallman (rms@gnu.ai.mit.edu)
9047
9048 * Makefile (EMACSSOURCES): Exclude undo.texi.
9049
90501994-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9051
9052 * Version 19.25 released.
9053
90541994-05-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9055
9056 * Version 19.24 released.
9057
90581994-05-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9059
9060 * Version 19.23 released.
9061
90621994-04-17 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9063
9064 * Makefile: Delete spurious tab.
9065
90661994-02-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9067
9068 * Makefile (.SUFFIXES): New rule.
9069
8cf51b2c
GM
90701993-12-04 Richard Stallman (rms@srarc2)
9071
9072 * getopt.c: New file.
9073 * Makefile (TEXINDEX_OBJS): Use getopt.o in this dir, not ../lib-src.
9074 (getopt.o): New rule.
9075 (dvi): Don't depend on texindex.
49823426 9076 (emacs.dvi): Depend on texindex.
8cf51b2c
GM
9077
90781993-12-03 Richard Stallman (rms@srarc2)
9079
49823426
GM
9080 * Makefile (TEXI2DVI): New variable.
9081 (emacs.dvi): Add explicit command.
8cf51b2c
GM
9082 (TEXINDEX_OBJS): Delete duplicate getopt.o.
9083
90841993-11-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9085
9086 * Version 19.22 released.
9087
90881993-11-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9089
9090 * Makefile (TEXINDEX_OBJS): Delete spurious period.
9091
90921993-11-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9093
9094 * Version 19.21 released.
9095
8cf51b2c
GM
90961993-11-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9097
9098 * Makefile (realclean): Don't delete the Info files.
9099
f0131492 91001993-10-25 Brian J. Fox (bfox@albert.gnu.ai.mit.edu)
8cf51b2c 9101
8cf51b2c
GM
9102 * frames.texi (Creating Frames): Mention `C-x 5' instead of `C-x
9103 4' where appropriate.
9104
f0131492 91051993-10-20 Brian J. Fox (bfox@ai.mit.edu)
8cf51b2c 9106
49823426 9107 * Makefile: Fix targets for texindex.
8cf51b2c
GM
9108
9109 * texindex.c: Include "../src/config.h" if building in emacs.
9110
9111 * Makefile: Change all files to FILENAME.texi, force all targets
49823426 9112 to be FILENAME, not FILENAME.info.
8cf51b2c
GM
9113 Add target to build texindex.c, defining `emacs'.
9114
8cf51b2c
GM
91151993-08-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9116
9117 * Version 19.19 released.
9118
8cf51b2c
GM
91191993-08-08 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9120
9121 * Version 19.18 released.
9122
91231993-07-20 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9124
9125 * Makefile: Fix source file names of the separate manuals.
8cf51b2c
GM
9126
91271993-07-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9128
9129 * Version 19.17 released.
9130
91311993-07-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9132
9133 * split-man: Fix typos in last change.
9134
91351993-07-06 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9136
9137 * Version 19.16 released.
9138
91391993-06-19 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9140
9141 * version 19.15 released.
9142
91431993-06-18 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9144
9145 * Makefile (distclean): It's rm, not rf.
9146
91471993-06-17 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9148
9149 * Version 19.14 released.
9150
91511993-06-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9152
9153 * Makefile: New file.
9154
91551993-06-08 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9156
9157 * Version 19.13 released.
9158
91591993-05-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9160
9161 * Version 19.9 released.
9162
91631993-05-25 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9164
9165 * Version 19.8 released.
9166
91671993-05-25 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9168
9169 * cmdargs.texi: Document the -i, -itype, and -iconic options.
9170
9171 * trouble.texi: It's `enable-flow-control-on', not
9172 `evade-flow-control-on'.
9173
91741993-05-24 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9175
9176 * display.texi: Document standard-display-european.
9177
91781993-05-22 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9179
9180 * Version 19.7 released.
9181
9182 * emacs.texi: Add a sentence to the top menu mentioning the
9183 specific version of Emacs this manual applies to.
9184
91851993-04-25 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
9186
9187 * basic.texi: Document next-line-add-lines variable used to
9188 implement down-arrow.
9189
9190 * killing.texi: Document kill-whole-line.
9191
91921993-04-18 Noah Friedman (friedman@nutrimat.gnu.ai.mit.edu)
9193
9194 * text.texi: Update unix TeX ordering information.
9195
91961993-03-26 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
9197
9198 * news.texi: Mention fill-rectangle in keybinding list.
9199
9200 * killing.texi: Document fill-rectangle.
9201
92021993-03-17 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
9203
9204 * vc.texi: Bring the docs up to date with VC 5.2.
9205
92061992-01-10 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
9207
9208 * emacs.tex: Mention blackbox and gomoku under Amusements.
9209 Assembler mode is now mentioned and appropriately indexed
9210 under Programming Modes.
9211
92121991-02-15 Robert J. Chassell (bob@wookumz.ai.mit.edu)
9213
9214 * emacs.tex: Update TeX ordering information.
9215
8cf51b2c
GM
92161990-06-26 David Lawrence (tale@geech)
9217
9218 * emacs.tex: Note that completion-ignored-extensions is not used
9219 to filter out names when all completions are displayed in
9220 *Completions*.
9221
92221990-05-25 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
9223
9224 * texindex.tex: If USG, include sys/types.h and sys/fcntl.h.
9225
92261990-03-21 Jim Kingdon (kingdon@pogo.ai.mit.edu)
9227
9228 * emacs.tex: Add @findex grep.
9229
8cf51b2c
GM
92301988-08-16 Robert J. Chassell (bob@frosted-flakes.ai.mit.edu)
9231
9232 * emacs.tex: Correct two typos. No other changes before
9233 Version 19 will be made.
9234
8cf51b2c
GM
92351988-05-23 Robert J. Chassell (bob@frosted-flakes.ai.mit.edu)
9236
9237 * emacs.tex: Update information for obtaining TeX distribution from the
9238 University of Washington.
9239
9240;; Local Variables:
c8763fb6 9241;; coding: utf-8
8cf51b2c
GM
9242;; End:
9243
a162959e 9244 Copyright (C) 1993-1999, 2001-2012 Free Software Foundation, Inc.
8cf51b2c
GM
9245
9246 This file is part of GNU Emacs.
9247
352c8b4a 9248 GNU Emacs is free software: you can redistribute it and/or modify
8cf51b2c 9249 it under the terms of the GNU General Public License as published by
352c8b4a
GM
9250 the Free Software Foundation, either version 3 of the License, or
9251 (at your option) any later version.
8cf51b2c
GM
9252
9253 GNU Emacs is distributed in the hope that it will be useful,
9254 but WITHOUT ANY WARRANTY; without even the implied warranty of
9255 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
9256 GNU General Public License for more details.
9257
9258 You should have received a copy of the GNU General Public License
352c8b4a 9259 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.