]> code.delx.au - gnu-emacs/blob - doc/emacs/ChangeLog
* doc/emacs/ack.texi (Acknowledgments): Tiny update.
[gnu-emacs] / doc / emacs / ChangeLog
1 2012-06-27 Glenn Morris <rgm@gnu.org>
2
3 * ack.texi (Acknowledgments): Tiny update.
4
5 2012-06-21 Glenn Morris <rgm@gnu.org>
6
7 * Makefile.in: Rename infodir to buildinfodir throughout. (Bug#11737)
8
9 2012-06-17 Chong Yidong <cyd@gnu.org>
10
11 * emacs.texi: Remove urlcolor setting. Update ISBN and edition number.
12
13 * anti.texi:
14 * building.texi:
15 * cmdargs.texi:
16 * custom.texi:
17 * display.texi:
18 * files.texi:
19 * frames.texi:
20 * glossary.texi:
21 * misc.texi:
22 * mule.texi:
23 * programs.texi:
24 * sending.texi:
25 * text.texi: Copyedits to avoid underfull/overfull in 7x9 manual.
26
27 2012-06-06 Michael Albinus <michael.albinus@gmx.de>
28
29 * custom.texi (Directory Variables): Mention enable-remote-dir-locals.
30
31 2012-05-28 Glenn Morris <rgm@gnu.org>
32
33 * ack.texi, building.texi, calendar.texi, custom.texi:
34 * maintaining.texi, text.texi: Use @LaTeX rather than La@TeX.
35
36 2012-05-27 Glenn Morris <rgm@gnu.org>
37
38 * emacs.texi: Simplify following removal of node pointers.
39
40 * ack.texi, anti.texi, basic.texi, buffers.texi, building.texi:
41 * cmdargs.texi, commands.texi, display.texi, emacs.texi:
42 * entering.texi, files.texi, fixit.texi, frames.texi, glossary.texi:
43 * gnu.texi, help.texi, indent.texi, killing.texi, kmacro.texi:
44 * m-x.texi, macos.texi, maintaining.texi, mark.texi, mini.texi:
45 * misc.texi, modes.texi, msdog.texi, mule.texi, programs.texi:
46 * regs.texi, screen.texi, search.texi, text.texi, trouble.texi:
47 * windows.texi, xresources.texi: Nuke hand-written node pointers.
48
49 2012-05-22 Glenn Morris <rgm@gnu.org>
50
51 * emacs.texi (Acknowledgments): Add another contributor.
52
53 2012-05-12 Glenn Morris <rgm@gnu.org>
54
55 * Makefile.in (MKDIR_P): New, set by configure.
56 (mkinfodir): Use $MKDIR_P.
57
58 2012-05-10 Glenn Morris <rgm@gnu.org>
59
60 * mule.texi (Disabling Multibyte): Replace the obsolete "unibyte: t"
61 with "coding: raw-text".
62
63 * files.texi (Interlocking): Mention create-lockfiles option.
64
65 2012-05-09 Chong Yidong <cyd@gnu.org>
66
67 * frames.texi (Mouse References, Mouse Commands): Fix index
68 entries (Bug#11362).
69
70 2012-05-05 Glenn Morris <rgm@gnu.org>
71
72 * custom.texi (Customization Groups, Custom Themes, Examining):
73 Improve page breaks.
74
75 * rmail.texi (Rmail Display): Use example rather than smallexample.
76
77 * calendar.texi: Convert inforefs to refs.
78
79 * dired.texi (Dired Enter): Improve page break.
80
81 * abbrevs.texi (Abbrev Concepts): Copyedits.
82
83 * maintaining.texi (Registering, Tag Syntax):
84 Tweak line and page breaks.
85
86 * programs.texi (Programs, Electric C): Copyedits.
87 (Program Modes): Add xref to Fortran.
88 (Left Margin Paren): Remove what was (oddly enough) the only use
89 of defvar in the entire Emacs manual.
90 (Hungry Delete): Remove footnote about ancient Emacs version.
91 (Other C Commands): Use example rather than smallexample.
92
93 * text.texi (Pages, Filling, Foldout, Org Mode, HTML Mode)
94 (Nroff Mode, Enriched Indentation, Table Rows and Columns):
95 Tweak line and page breaks.
96
97 * modes.texi (Major Modes, Minor Modes): Reword to improve page-breaks.
98 (Major Modes): Use example rather than smallexample.
99
100 * mule.texi (Output Coding): Reword to improve page-breaks.
101
102 * frames.texi (Fonts): Tweak line and page breaks.
103 Use example rather than smallexample. Change cross-reference.
104 (Text-Only Mouse): Fix xref.
105
106 * buffers.texi (Buffers, Kill Buffer, Several Buffers)
107 (Indirect Buffers): Tweak line- and page-breaks.
108
109 * fixit.texi (Fixit, Undo): Reword to improve page-breaks.
110
111 2012-05-04 Glenn Morris <rgm@gnu.org>
112
113 * Makefile.in (INFO_EXT, INFO_OPTS): New, set by configure.
114 (info, infoclean): Use $INFO_EXT.
115 ($(infodir)/emacs$(INFO_EXT)): Use $INFO_EXT and $INFO_OPT.
116 * makefile.w32-in (INFO_EXT, INFO_OPTS): New.
117 (INFO_TARGETS): Use $INFO_EXT.
118 ($(infodir)/emacs$(INFO_EXT)): Use $INFO_EXT and $INFO_OPT, and -o.
119
120 2012-05-02 Glenn Morris <rgm@gnu.org>
121
122 * emacs.texi (@copying): Only print EDITION in the TeX version.
123
124 * search.texi (Regexp Search): Just say "Emacs".
125
126 * display.texi (Auto Scrolling):
127 Reword to avoid repetition and improve page break.
128
129 * xresources.texi (Resources):
130 * mule.texi (Language Environments):
131 * misc.texi (Amusements):
132 * maintaining.texi (VC Change Log):
133 * frames.texi (Fonts):
134 * custom.texi (Specifying File Variables, Minibuffer Maps):
135 * cmdargs.texi (Initial Options):
136 * building.texi (Flymake):
137 Reword to remove/reduce some overly long/short lines.
138
139 2012-04-27 Glenn Morris <rgm@gnu.org>
140
141 * emacs.texi: Some fixes for detailed menu.
142
143 * emacs.texi: Add "et al." to authors.
144
145 * ack.texi, basic.texi, buffers.texi, building.texi:
146 * calendar.texi, cmdargs.texi, commands.texi, custom.texi:
147 * dired.texi, display.texi, emerge-xtra.texi, files.texi:
148 * fortran-xtra.texi, help.texi, kmacro.texi, mini.texi, misc.texi:
149 * msdog-xtra.texi, picture-xtra.texi, programs.texi, rmail.texi:
150 * search.texi, trouble.texi, windows.texi:
151 Use Texinfo recommended convention for quotes+punctuation.
152
153 2012-04-27 Eli Zaretskii <eliz@gnu.org>
154
155 * mule.texi (Bidirectional Editing): Improve indexing.
156 Minor wording tweaks.
157
158 2012-04-15 Chong Yidong <cyd@gnu.org>
159
160 * misc.texi (emacsclient Options): More clarifications.
161
162 2012-04-15 Glenn Morris <rgm@gnu.org>
163
164 * msdog.texi (Windows Printing): It doesn't set printer-name.
165
166 * mule.texi (Language Environments): Move font info to "Fontsets".
167 (Fontsets): Move intlfonts etc here from "Language Environments".
168 Copyedits.
169 (Defining Fontsets, Modifying Fontsets, Undisplayable Characters)
170 (Unibyte Mode, Charsets, Bidirectional Editing): Copyedits.
171
172 2012-04-15 Chong Yidong <cyd@gnu.org>
173
174 * glossary.texi (Glossary): Standardize on "text terminal"
175 terminology. All callers changed.
176
177 * misc.texi (emacsclient Options): Document "client frame" concept
178 and its effect on C-x C-c more carefully.
179
180 2012-04-15 Glenn Morris <rgm@gnu.org>
181
182 * frames.texi (Scroll Bars):
183 * glossary.texi (Glossary): Use consistent case for "X Window System".
184
185 * mule.texi (Select Input Method, Coding Systems):
186 State command names in kbd tables.
187 (Recognize Coding): Add cross-ref.
188 (Output Coding): Don't mention message mode in particular.
189 (Text Coding, Communication Coding, File Name Coding, Terminal Coding):
190 Copyedits.
191
192 2012-04-14 Glenn Morris <rgm@gnu.org>
193
194 * mule.texi (Select Input Method, Coding Systems, Recognize Coding):
195 Copyedits.
196 (Coding Systems): Mac OS X apparently uses newlines for EOL.
197 (Recognize Coding): Remove old auto-coding-regexp-alist example.
198 auto-coding-functions does not override coding: tags.
199 Remove rmail-decode-mime-charset; it no longer has any effect.
200
201 2012-04-14 Chong Yidong <cyd@gnu.org>
202
203 * custom.texi (Creating Custom Themes): Add reference to Custom
204 Themes node in Lisp manual.
205
206 2012-04-14 Glenn Morris <rgm@gnu.org>
207
208 * mule.texi (International): Copyedits.
209 (International Chars): Update C-x = example output.
210 (Disabling Multibyte): Rename from "Enabling Multibyte".
211 Clarify what "unibyte: t" does, and mode-line description.
212 (Unibyte Mode): Update for "Disabling Multibyte" node name change.
213 Use Texinfo recommended convention for quotes+punctuation.
214 (Language Environments): Copyedits.
215 (Input Methods): Copyedits. Use "^" for the postfix example,
216 because it is less confusing inside Info's `quotes'.
217
218 * custom.texi (Specifying File Variables): Fix "unibyte" description.
219 Update for "Disabling Multibyte" node name change.
220 * emacs.texi: Update for "Disabling Multibyte" node name change.
221
222 * abbrevs.texi, arevert-xtra.texi, buffers.texi, building.texi:
223 * cmdargs.texi, custom.texi, entering.texi, files.texi, frames.texi:
224 * glossary.texi, help.texi, macos.texi, maintaining.texi, mini.texi:
225 * misc.texi, package.texi, programs.texi, screen.texi, search.texi:
226 * sending.texi, text.texi, trouble.texi:
227 Use @file for buffers, per the Texinfo manual.
228
229 * entering.texi (Entering Emacs):
230 Do not mention initial-buffer-choice = t.
231
232 * misc.texi (Gnus Startup): Use @env for environment variables.
233
234 * Makefile.in: Replace non-portable use of $< in ordinary rules.
235
236 2012-04-12 Glenn Morris <rgm@gnu.org>
237
238 * ack.texi (Acknowledgments): Don't mention obsolete mailpost.el.
239
240 2012-04-07 Glenn Morris <rgm@gnu.org>
241
242 * emacsver.texi (EMACSVER): Bump version to 24.1.50.
243
244 2012-04-05 Glenn Morris <rgm@gnu.org>
245
246 * glossary.texi (Glossary): Use anchors for internal cross-references.
247
248 2012-04-04 Glenn Morris <rgm@gnu.org>
249
250 * glossary.texi (Glossary): Copyedits.
251 Use Texinfo-recommended convention for quotes and punctuation.
252 Comment out a few specialized (Rmail) items.
253 New items: Bidirectional Text, Client, Directory Local Variable,
254 File Local Variable, Package, Server, Theme, Trash Can.
255
256 2012-04-03 Chong Yidong <cyd@gnu.org>
257
258 * sending.texi (Mail Misc): Fix an index entry.
259
260 2012-04-02 Eli Zaretskii <eliz@gnu.org>
261
262 * msdog.texi (Windows Startup): Add description of emacsclient
263 operation under -c and -t on MS-Windows.
264
265 * misc.texi (emacsclient Options): Add cross-reference to "Windows
266 Startup". (Bug#11091)
267
268 2012-04-02 Dani Moncayo <dmoncayo@gmail.com> (tiny change)
269
270 * custom.texi (Changing a Variable): Fix example.
271
272 2012-04-01 Eli Zaretskii <eliz@gnu.org>
273
274 * misc.texi (emacsclient Options): More clarifications about -t
275 and -c on MS-Windows. (Bug#11091)
276
277 2012-03-31 Eli Zaretskii <eliz@gnu.org>
278
279 * misc.texi (emacsclient Options): Document peculiarities of new
280 frame creation on MS-Windows under -c or -t options. (Bug#11091)
281
282 2012-03-30 Chong Yidong <cyd@gnu.org>
283
284 * files.texi (File Conveniences): Clarify Imagemagick discussion.
285
286 2012-03-22 Glenn Morris <rgm@gnu.org>
287
288 * dired.texi (Operating on Files): Fix dired-recursive-copies default.
289
290 2012-03-17 Chong Yidong <cyd@gnu.org>
291
292 * package.texi (Package Installation): Document use of
293 package-initialize in init file.
294
295 2012-03-16 Glenn Morris <rgm@gnu.org>
296
297 * help.texi (Language Help):
298 * mule.texi (International Chars):
299 etc/HELLO is for character demonstration.
300
301 2012-03-15 Dani Moncayo <dmoncayo@gmail.com> (tiny change)
302
303 * dired.texi (Shell Commands in Dired): Fix typo.
304
305 2012-03-04 Chong Yidong <cyd@gnu.org>
306
307 * killing.texi (Clipboard): Document clipboard manager.
308
309 2012-02-29 Glenn Morris <rgm@gnu.org>
310
311 * ack.texi (Acknowledgments): Use @Tex{} in more places.
312
313 * emacs.texi, help.texi, text.texi: Use "" quotes in menus.
314
315 * dired.texi, emacs.texi: Use @code{} in menus when appropriate.
316
317 2012-02-28 Glenn Morris <rgm@gnu.org>
318
319 * custom.texi, display.texi, emacs.texi, files.texi:
320 * msdog-xtra.texi, msdog.texi, vc-xtra.texi:
321 Standardize possessive apostrophe usage.
322
323 2012-02-25 Jan Djärv <jan.h.d@swipnet.se>
324
325 * macos.texi (Mac / GNUstep Customization): Remove text about
326 ns-find-file and ns-drag-file (Bug#5855, Bug#10050).
327
328 2012-02-25 Dani Moncayo <dmoncayo@gmail.com> (tiny change)
329
330 * buffers.texi (Select Buffer): Mention that saving in a new file
331 name can switch to a different major mode.
332
333 2012-02-23 Glenn Morris <rgm@gnu.org>
334
335 * mini.texi (Minibuffer File, Completion Options, Repetition):
336 Copyedits.
337 (Completion Example): Other M-x au* commands may be defined.
338 (Completion Styles): Mention emacs21 and completion-category-overrides.
339
340 * msdog.texi (Text and Binary, ls in Lisp, Windows HOME)
341 (Windows Keyboard, Windows Mouse, Windows Processes)
342 (Windows Printing, Windows Misc): Copyedits.
343 (ls in Lisp): Update switches list.
344
345 * msdog-xtra.texi (MS-DOS Display): Update list-colors-display xref.
346 Update dos-mode* function names.
347 (MS-DOS Printing, MS-DOS and MULE): Copyedits.
348 (MS-DOS Processes): Add xref to main ls-lisp section.
349
350 * ack.texi (Acknowledgments): Mention smie.
351
352 2012-02-22 Glenn Morris <rgm@gnu.org>
353
354 * macos.texi: Copyedits. Fix @key/@kbd usage.
355 (Mac / GNUstep Basics): Don't mention the panels, since the next
356 section covers them.
357 (Mac / GNUstep Customization): Merge some panel info from previous.
358
359 2012-02-21 Glenn Morris <rgm@gnu.org>
360
361 * emerge-xtra.texi (Emerge, Submodes of Emerge, Combining in Emerge):
362 Small fixes.
363
364 * emacs-xtra.texi: Picture mode is no longer a chapter.
365
366 * picture-xtra.texi (Basic Picture): C-a does get remapped.
367
368 * ack.texi (Acknowledgments): Small changes, including resorting,
369 and removal of things no longer distributed.
370
371 2012-02-20 Glenn Morris <rgm@gnu.org>
372
373 * emacs.texi (Top, Preface): Small rephrasings.
374 (menu, detailmenu): Update entries, and reformat some descriptions.
375 * building.texi, display.texi, emacs-xtra.texi, files.texi:
376 * frames.texi, kmacro.texi, msdog.texi, programs.texi, text.texi:
377 Reformat some menu descriptions.
378
379 * ack.texi (Acknowledgments): More updates.
380
381 * emacs.texi (Acknowledgments): Add several names from ack.texi,
382 and from Author: headers.
383 (Distrib): Small updates.
384
385 2012-02-18 Glenn Morris <rgm@gnu.org>
386
387 * ack.texi (Acknowledgments): Add xref to Org manual.
388
389 * rmail.texi: Copyedits. Use 'mail composition buffer' in place
390 of '*mail*', since Message does not call it that.
391 (Rmail Reply): Rename rmail-dont-reply-to-names.
392 \\`info- no longer handled specially.
393 Update for rmail-enable-mime-composing.
394 Don't mention 'm' for replies.
395 Don't mention rmail-mail-new-frame and cancelling, since it does
396 not work for Message at the moment.
397
398 * cal-xtra.texi: Copyedits.
399
400 * emacs-xtra.texi: Set encoding to ISO-8859-1.
401
402 2012-02-17 Glenn Morris <rgm@gnu.org>
403
404 * maintaining.texi (Old Revisions): Fix cross-refs to Ediff manual.
405
406 * ack.texi (Acknowledgments): Mention Gnulib.
407
408 * ack.texi, calendar.texi, cal-xtra.texi: Use "Bahá'í".
409
410 * calendar.texi: Misc small changes, including updating the dates
411 of examples.
412
413 2012-02-16 Glenn Morris <rgm@gnu.org>
414
415 * calendar.texi: Misc small changes.
416
417 * vc1-xtra.texi (VC Delete/Rename, CVS Options):
418 * cal-xtra.texi (Diary Display): Fix TeX cross-refs to other manuals.
419
420 * dired-xtra.texi (Subdir Switches): Small fixes.
421
422 * fortran-xtra.texi: Tiny changes and some adjustments to line breaks.
423
424 2012-02-15 Glenn Morris <rgm@gnu.org>
425
426 * sending.texi (Mail Sending): smtpmail-auth-credentials was removed.
427
428 2012-02-12 Glenn Morris <rgm@gnu.org>
429
430 * ack.texi (Acknowledgments):
431 * emacs.texi (Acknowledgments): Updates for new files in 24.1.
432
433 2012-02-10 Glenn Morris <rgm@gnu.org>
434
435 * mini.texi (Minibuffer Edit): Mention minibuffer-inactive-mode.
436
437 * programs.texi (Misc for Programs): Mention electric-layout-mode.
438
439 2012-02-09 Glenn Morris <rgm@gnu.org>
440
441 * buffers.texi (Misc Buffer): M-x info does not seem to require a
442 buffer switch after M-x rename-uniquely.
443
444 * trouble.texi (Checklist): Mention C-c m in report-emacs-bug.
445
446 2012-02-09 Jay Belanger <jay.p.belanger@gmail.com>
447
448 * text.texi (Org Mode): Fix typo.
449
450 2012-02-08 Glenn Morris <rgm@gnu.org>
451
452 * ack.texi (Acknowledgments): Update emacs-lock info.
453
454 * rmail.texi (Rmail Display): Mention rmail-epa-decrypt.
455
456 * text.texi (LaTeX Editing): Mention latex-electric-env-pair-mode.
457
458 2012-02-07 Glenn Morris <rgm@gnu.org>
459
460 * files.texi (File Conveniences): Mention ImageMagick images.
461
462 2012-02-05 Glenn Morris <rgm@gnu.org>
463
464 * trouble.texi (Checklist): Mention debug-on-event.
465
466 * maintaining.texi (Maintaining): Add cross-ref to ERT.
467
468 2012-02-04 Glenn Morris <rgm@gnu.org>
469
470 * macos.texi (Customization options specific to Mac OS / GNUstep):
471 New subsection.
472
473 * display.texi (Colors): Mention list-colors-sort.
474
475 * files.texi (File Conveniences): Mention image animation.
476
477 2012-01-31 Chong Yidong <cyd@gnu.org>
478
479 * windows.texi (Split Window): C-mouse-2 doesn't work on GTK+
480 scroll bars (Bug#10666).
481
482 2012-01-28 Chong Yidong <cyd@gnu.org>
483
484 * files.texi (Filesets): Fix typos.
485
486 * display.texi (Faces): Add xref to Colors node.
487
488 2012-01-27 Dani Moncayo <dmoncayo@gmail.com>
489
490 * buffers.texi (Select Buffer): Clarify explanation of switching
491 to new buffers. Fix description of next-buffer and
492 previous-buffer (Bug#10334).
493 (Misc Buffer): Add xref to View Mode.
494
495 * text.texi (Fill Commands): Fix description of
496 sentence-end-double-space.
497
498 2012-01-23 Chong Yidong <cyd@gnu.org>
499
500 * anti.texi (Antinews): Add Emacs 23 antinews.
501
502 2012-01-16 Volker Sobek <reklov@live.com> (tiny change)
503
504 * programs.texi (Comment Commands): Typo (bug#10514).
505
506 2012-01-15 Chong Yidong <cyd@gnu.org>
507
508 * xresources.texi (X Resources): Describe GTK+ case first.
509 (Resources): Don't use borderWidth as an example, since it doesn't
510 work with GTK+.
511 (Table of Resources): Clarify role of several resources, including
512 the Emacs 24 behavior of cursorBlink etc.
513 (Face Resources): Node deleted. Recommend using Customize
514 instead. Add paragraph to `Table of Resources' node summarizing
515 how to use X resources for changing faces.
516 (Lucid Resources): Rewrite, omitting description of font names,
517 referring to the Fonts node instead.
518 (LessTif Resources): Copyedits.
519 (GTK resources): Rewrite, describing the difference between gtk2
520 and gtk3.
521 (GTK Resource Basics): New node.
522 (GTK Widget Names, GTK Names in Emacs): Rewrite.
523 (GTK styles): Just refer to Fonts node for GTK font format.
524
525 * display.texi (Faces): Document the cursor face.
526
527 2012-01-14 Chong Yidong <cyd@gnu.org>
528
529 * cmdargs.texi (Action Arguments): No need to mention EMACSLOADPATH.
530 (General Variables): Add xref to Lisp Libraries.
531 (Initial Options): Copyedits.
532 (Resume Arguments): Node deleted; emacs.bash/csh are obsolete.
533 (Environment): Clarify what getenv does.
534 (General Variables): Clarify EMACSPATH etc. Emacs does not assume
535 light backgrounds on xterms.
536 (Misc Variables): TEMP and TMP are not Windows-specific.
537 (Display X): Copyedits.
538 (Colors X): -bd does nothing for GTK.
539 (Icons X): Gnome 3 doesn't use taskbars.
540
541 * misc.texi (Shell): Document exec-path here.
542
543 * rmail.texi (Movemail): Add xref for exec-path.
544
545 2012-01-13 Glenn Morris <rgm@gnu.org>
546
547 * dired.texi (Dired and Find): Clarify find-ls-options.
548
549 2012-01-09 Chong Yidong <cyd@gnu.org>
550
551 * custom.texi (Custom Themes): Switch custom-safe-themes to use
552 SHA-256.
553
554 2012-01-07 Chong Yidong <cyd@gnu.org>
555
556 * display.texi (Useless Whitespace): Add Whitespace mode.
557
558 * custom.texi (Hooks): Discuss how to disable minor modes.
559
560 * files.texi (Diff Mode): Discuss diff-auto-refine-mode
561 (Bug#10309). Discuss use of Whitespace mode (Bug#10300).
562
563 * trouble.texi (Lossage): Refer to Bugs node for problems.
564 (DEL Does Not Delete): Don't use "usual erasure key" teminology.
565 (Screen Garbled): Don't refer to terminal "manufacturers".
566 (Total Frustration): Node deleted. Eliza is documented in
567 Amusements now.
568 (Known Problems): More info about using the bug tracker.
569 Mention debbugs package.
570 (Bug Criteria): Copyedits.
571 (Understanding Bug Reporting): Mention emacs -Q.
572
573 2012-01-06 Chong Yidong <cyd@gnu.org>
574
575 * custom.texi (Specifying File Variables): The mode: keyword
576 doesn't have to be first anymore. Add example of specifying minor
577 modes.
578 (Directory Variables): Simplify example. Mention application to
579 non-file buffers.
580 (Disabling): Use "initialization file" terminology.
581 (Init Examples): Fix hook example.
582
583 2012-01-06 Eli Zaretskii <eliz@gnu.org>
584
585 * cmdargs.texi (MS-Windows Registry): Shorten the index entry.
586 (Bug#10422)
587 Move the stuff about resources to xresources.texi.
588
589 * xresources.texi (Resources): Move information about setting X
590 resources in the Registry from cmdargs.texi. Make the index entry
591 be similar to the one in cmdargs.texi.
592
593 2012-01-05 Chong Yidong <cyd@gnu.org>
594
595 * custom.texi (Customization Groups): Update example.
596 (Browsing Custom): Document the new search field.
597 (Changing a Variable): Update example for Emacs 24 changes.
598 Document Custom-set and Custom-save commands.
599 (Face Customization): Document Emacs 24 changes. De-document
600 modify-face.
601 (Specific Customization): Mention customize-variable.
602 (Custom Themes): Add customize-themes, custom-theme-load-path,
603 custom-theme-directory, and describe-theme.
604 (Creating Custom Themes): New node.
605 (Examining): Mention M-:.
606
607 * package.texi (Packages): Fix typo.
608
609 2012-01-03 Chong Yidong <cyd@gnu.org>
610
611 * misc.texi (Single Shell): Don't document Lisp usage of
612 shell-command. Tidy up discussion of synchronicity. Add index
613 entries for async-shell-command.
614 (Interactive Shell): Note that M-x shell uses shell-file-name.
615 Note change in behavior in Emacs 24.
616 (Shell Mode): Shell mode now uses completion-at-point.
617 (Shell Prompts): Emphasize that comint-use-prompt-regexp isn't the
618 default method for recognizing prompts nowadays.
619 (Shell Ring): Add xref to Minibuffer History.
620 (Directory Tracking): Explain Dirtrack mode in more detail.
621 (Term Mode): Fix index entries.
622 (Paging in Term): Merge into Term Mode.
623 (Serial Terminal, Emacs Server, emacsclient Options): Copyedits.
624 (Printing): Fix xref. State default of lpr-switches.
625 (PostScript): Remove obsolete sentence. Omit description of
626 non-interactive behaviors.
627 (Hyperlinking): Improve description.
628 (Browse-URL): Using compose-mail for mailto URLs is the default.
629 Document browse-url-mailto-function.
630 (Goto Address mode): Add index entries. Add xref to Browse-URL.
631 (FFAP): FFAP is not a minor mode.
632 (Amusements): M-x lm was renamed to M-x landmark.
633 Document nato-region.
634
635 2012-01-01 Chong Yidong <cyd@gnu.org>
636
637 * misc.texi (Gnus, Buffers of Gnus): Copyedits.
638 (Gnus Startup): Note that the system might not be set up for news.
639 Describe group levels more clearly.
640 (Gnus Group Buffer, Gnus Summary Buffer): New nodes, split from
641 Summary of Gnus.
642 (Document View): Copyedits. Move zoom commads to DocView
643 Navigation node.
644 (DocView Navigation, DocView Searching, DocView Slicing)
645 (DocView Conversion): Nodes renamed from Navigation, etc.
646
647 * sending.texi (Mail Sending): Add message-kill-buffer-on-exit.
648
649 2011-12-31 Eli Zaretskii <eliz@gnu.org>
650
651 * basic.texi (Moving Point): Fix the description of C-n and C-p.
652 (Bug#10380)
653
654 2011-12-30 Chong Yidong <cyd@gnu.org>
655
656 * sending.texi (Sending Mail): Document initial mail buffer name,
657 and changed multiple mail buffer behavior.
658 (Mail Format): Put the example at the top of the section.
659 (Mail Headers): Move discussion of "From" to the top.
660 (Mail Sending): Document sendmail-query-once.
661 (Citing Mail): Make it less Rmail-specific.
662
663 2011-12-29 Chong Yidong <cyd@gnu.org>
664
665 * text.texi (Org Mode): Copyedits. Refer to Outline Format for
666 example. Add index entries.
667 (Org Organizer, Org Authoring): Nodes renamed. Copyedits.
668
669 2011-12-26 Chong Yidong <cyd@gnu.org>
670
671 * dired.texi (Dired Enter, Misc Dired Features):
672 Document dired-use-ls-dired changes. Mention quit-window.
673 (Dired Navigation): Add index entries.
674 (Dired Visiting): Fix View Mode xref.
675 (Marks vs Flags): Prefer C-/ binding for undo.
676 (Subdirectories in Dired): Add xrefs.
677 (Misc Dired Features): Document some Emacs 24 changes. Add index
678 entries.
679
680 * abbrevs.texi (Abbrev Concepts): No need to mention abbrev-mode
681 variable, since it is explained in Minor Modes node.
682 (Defining Abbrevs): Copyedits.
683 (Expanding Abbrevs): State default of abbrev-all-caps. Prefer the
684 C-/ binding for undo.
685 (Dabbrev Customization): Add xrefs for case-fold-search and
686 case-replace.
687
688 * dired-xtra.texi (Subdir Switches): Add xref.
689
690 * maintaining.texi (VC Directory Commands): Mention quit-window.
691
692 2011-12-25 Chong Yidong <cyd@gnu.org>
693
694 * maintaining.texi (Tags): Mention Semantic.
695 (Create Tags Table, Etags Regexps): Copyedits.
696 (Find Tag): Mention minibuffer completion.
697 (List Tags): Mention completion-at-point. Completion is actually
698 available in M-x list-tags.
699
700 * vc1-xtra.texi (VC Delete/Rename): Rename from Renaming and VC.
701 Document vc-delete-file.
702
703 * files.texi (Misc File Ops): Mention vc-delete-file.
704
705 * programs.texi (Symbol Completion): Mention completion-at-point
706 explicitly.
707
708 2011-12-22 Chong Yidong <cyd@gnu.org>
709
710 * maintaining.texi (Change Log Commands): Don't specially mention
711 vc-update-change-log which is CVS-only.
712
713 * vc1-xtra.texi (Version Headers): Note that these are for
714 Subversion, CVS, etc. only.
715 (General VC Options): De-document vc-keep-workfiles.
716 Fix RCS-isms.
717
718 2011-12-22 Eli Zaretskii <eliz@gnu.org>
719
720 * building.texi (Debugger Operation): Fix a typo: "@end iftext"
721 should be @end iftex".
722
723 2011-12-21 Chong Yidong <cyd@gnu.org>
724
725 * maintaining.texi (Advanced C-x v v): Use fileset terminology.
726 (VC With A Merging VCS, VC Change Log): Add xref to VC Pull node.
727 (VC Pull): Mention vc-log-incoming.
728 (Log Buffer): Add CVS/RCS only disclaimer.
729
730 * vc1-xtra.texi (Remote Repositories): Update introduction.
731 (Local Version Control): Node deleted (obsolete with DVCSes).
732 (Remote Repositories, Version Backups): Node deleted.
733 Move documentation of vc-cvs-stay-local to CVS Options.
734 (CVS Options): Reduce verbosity of description of obscure CVS
735 locking feature.
736 (Making Revision Tags, Revision Tag Caveats): Merge into Revision
737 Tags node.
738 (Revision Tags): Move under Miscellaneous VC subsection.
739 (Change Logs and VC): Note that this is wrong for DVCSs.
740 De-document log entry manipulating features.
741 (Renaming and VC): Describe how it works on modern VCSes.
742
743 * files.texi (Misc File Ops): Mention vc-rename-file.
744
745 * programs.texi (Custom C Indent): Add index entries.
746
747 2011-12-20 Alan Mackenzie <acm@muc.de>
748
749 * programs.texi (Motion in C): Update the description of C-M-a and
750 C-M-e, they now DTRT in enclosing scopes.
751 (Custom C Indent): Add @dfn{guessing} of the indentation style.
752
753 2011-12-20 Chong Yidong <cyd@gnu.org>
754
755 * maintaining.texi (VCS Concepts): Add "working tree" terminology.
756 (Old Revisions): Use it.
757 (VCS Repositories): Add "distributed" terminology.
758 (Log Buffer): Remove duplicate description
759 about changesets. Fix "current VC fileset" ambiguity.
760 (Multi-User Branching): Node deleted.
761 (Branches, Switching Branches): Discuss decentralized version
762 control systems.
763 (VC Pull): New node.
764 (Merging): Document merging on decentralized systems.
765 (Creating Branches): Note that this is specific to CVS and related
766 systems.
767
768 2011-12-19 Chong Yidong <cyd@gnu.org>
769
770 * maintaining.texi (VCS Merging, VCS Changesets): Index entries.
771 (VC Mode Line): Add index entry for "version control status".
772 (VC Undo): Use vc-revert instead of its vc-revert-buffer alias.
773 Document vc-revert-show-diff. De-document vc-rollback.
774 (VC Directory Mode): Rewrite introduction. Move prefix arg
775 documentation here from VC Directory Buffer node.
776 (VC Directory Buffer): Use a decentralized VCS example.
777 (VC Directory Commands): Use a table. Remove material duplicated
778 in previous nodes on multi-file VC filsets.
779
780 2011-12-17 Chong Yidong <cyd@gnu.org>
781
782 * maintaining.texi (VCS Concepts): Make "revision" terminology
783 less CVS-specific.
784 (VC With A Merging VCS, VC With A Locking VCS): Add xref to
785 Registering node.
786 (Secondary VC Commands): Delete. Promote subnodes.
787 (Log Buffer): Add command name for C-c C-c. Fix the name of the
788 log buffer. Add index entries.
789 (VCS Changesets, Types of Log File, VC With A Merging VCS):
790 Use "commit" terminology.
791 (Old Revisions): Move it to just before VC Change Log. "Tag" here
792 doesn't refer to tags tables. Note other possible forms of the
793 revision ID. C-x v = does not save.
794 (Registering): Note similarity to C-x v v action. Fix description
795 of how backends are chosen. De-document vc-default-init-revision.
796 (VC Change Log): Document C-x v l in VC-Dir buffer. Document RET
797 in root log buffers.
798
799 2011-12-16 Chong Yidong <cyd@gnu.org>
800
801 * maintaining.texi (Version Control Systems): Drop Meta-CVS.
802 (Basic VC Editing): Remove redundant descriptions.
803 (VC With A Merging VCS): Make description more general instead of
804 CVS-specific.
805 (VC With A Locking VCS): Use VC fileset terminology.
806
807 2011-12-12 Chong Yidong <cyd@gnu.org>
808
809 * building.texi (Executing Lisp): Fix xref for C-M-x.
810 (Lisp Libraries): Add xref to node explaining `load' in Lisp
811 manual. Note that load-path is not customizable.
812 (Lisp Eval): Note that listed commands are available globally.
813 Explain the meaning of "defun" in the C-M-x context.
814 (Lisp Interaction): Copyedits.
815 (External Lisp): Fix name of inferior Lisp buffer.
816 Mention Scheme.
817 (Compilation): Define "inferior process".
818
819 2011-12-10 Eli Zaretskii <eliz@gnu.org>
820
821 * msdog.texi (Windows Fonts): Document how to force GDI font
822 backend on MS-Windows.
823
824 2011-12-10 Chong Yidong <cyd@gnu.org>
825
826 * building.texi (Compilation): Say what the -k flag to make does.
827 Move subprocess discussion to Compilation Shell.
828 (Compilation Mode): Add xref for grep, occur, and mouse
829 references. Define "locus".
830 (Grep Searching): Use @command.
831 (Debuggers, Commands of GUD, GDB Graphical Interface):
832 Clarify intro.
833 (Starting GUD): Clarify how arguments are specified.
834 (Debugger Operation): Index entry for "GUD interaction buffer",
835 and move basic description here from Commands of GUD node.
836 (GDB User Interface Layout): Copyedits.
837 (Source Buffers): Remove gdb-find-source-frame, which is not in
838 gdb-mi.el.
839 (Other GDB Buffers): Remove gdb-use-separate-io-buffer and
840 toggle-gdb-all-registers, which are not in gdb-mi.el.
841 Don't re-document GUD interaction buffers.
842
843 * programs.texi (Symbol Completion): M-TAB can now use Semantic.
844 (Semantic): Add cindex entries for Semantic.
845
846 2011-12-06 Chong Yidong <cyd@gnu.org>
847
848 * programs.texi (Man Page): Clarify how to use Man-switches.
849 Don't bother documenting Man-fontify-manpage-flag.
850 (Lisp Doc): Add xref to Name Help node.
851 (Hideshow): Add cindex. Mention role of ellipses, and default
852 value of hs-isearch-open. Don't bother documenting
853 hs-special-modes-alist.
854 (Symbol Completion): Add kindex for C-M-i. Don't recommend
855 changing the window manager binding of M-TAB.
856
857 2011-12-05 Chong Yidong <cyd@gnu.org>
858
859 * programs.texi (Comment Commands): Fix description of for M-; on
860 blank lines. Move documentation of comment-region here.
861 (Multi-Line Comments): Clarify the role of comment-multi-line.
862 Refer to Comment Commands for comment-region doc.
863 (Options for Comments): Refer to Multi-Line Comments for
864 comment-multi-line doc, instead of duplicating it. Fix default
865 values of comment-padding and comment-start-skip.
866
867 2011-12-04 Chong Yidong <cyd@gnu.org>
868
869 * programs.texi (Program Modes): Mention modes that are not
870 included with Emacs. Fix references to other manuals for tex.
871 Add index entry for backward-delete-char-untabify.
872 Mention prog-mode-hook.
873 (Which Function): Use "global minor mode" terminology.
874 (Basic Indent, Multi-line Indent): Refer to previous descriptions
875 in Indentation chapter to avoid duplication.
876 (Expressions): Copyedit.
877 (Matching): Document Electric Pair mode.
878
879 * ack.texi (Acknowledgments):
880 * rmail.texi (Movemail, Other Mailbox Formats):
881 * frames.texi (Frames): Don't capitalize "Unix".
882
883 2011-12-04 Chong Yidong <cyd@gnu.org>
884
885 * text.texi (Nroff Mode): Mention what nroff is.
886 (Text Based Tables, Table Recognition): Don't say "Table mode"
887 since it's not a major or minor mode.
888 (Text Based Tables): Reduce the size of the example.
889 (Table Definition): Clarify definitions.
890 (Table Creation): Add key table.
891 (Cell Commands): Use kbd for commands.
892 (Table Rows and Columns): Combine nodes Row Commands and Column
893 Commands.
894 (Fixed Width Mode): Node deleted; contents moved to parent.
895 (Table Conversion): Shorten example.
896 (Measuring Tables): Merge into Table Misc.
897
898 2011-12-03 Chong Yidong <cyd@gnu.org>
899
900 * text.texi (TeX Mode): Mention AUCTeX package.
901 (TeX Editing): Add xref to documentation for Occur.
902 (LaTeX Editing): Add xref to Completion node.
903 (TeX Print): Fix description of tex-directory.
904 (Enriched Text): Rename from Formatted Text. Make this node and
905 its subnodes less verbose, since text/enriched files are
906 practically unused.
907 (Enriched Mode): Rename from Requesting Formatted Text.
908 (Format Colors): Node deleted.
909 (Enriched Faces): Rename from Format Faces. Describe commands
910 for applying colors too.
911 (Forcing Enriched Mode): Node deleted; merged into Enriched Mode.
912
913 * frames.texi (Menu Mouse Clicks): Tweak description of C-Mouse-2.
914
915 * display.texi (Colors): New node.
916
917 * cmdargs.texi (Colors X):
918 * xresources.texi (GTK styles):
919 * custom.texi (Face Customization): Reference it.
920
921 * glossary.texi (Glossary): Remove "formatted text" and "WYSIWYG".
922 Link to Fill Commands for Justification entry.
923
924 2011-12-03 Eli Zaretskii <eliz@gnu.org>
925
926 * display.texi (Auto Scrolling): More accurate description of what
927 scroll-*-aggressively does, including the effect of non-zero
928 margin. Fix "i.e." markup.
929
930 2011-12-02 Chong Yidong <cyd@gnu.org>
931
932 * text.texi (Pages): Mention how formfeed chars are displayed.
933 (Auto Fill): Note convention for calling auto-fill-mode from Lisp.
934 Describe adaptive filling more precisely.
935 (Fill Commands): Note that filling removes excess whitespace.
936 (Text Mode): Note auto-mode-alist entries for Text mode. TAB is
937 now bound to indent-for-tab-command in Text mode.
938 (Outline Mode): Copyedits.
939 (Outline Visibility): Note that Reveal mode is a buffer-local
940 minor mode.
941
942 * modes.texi (Major Modes): Move note about checking major-mode in
943 a hook function here, from Text mode.
944
945 2011-11-28 Chong Yidong <cyd@gnu.org>
946
947 * text.texi (Words): Add xref to Position Info.
948 (Paragraphs): Add xref to Regexps.
949
950 * indent.texi (Indentation): Rewrite introduction. Move table to
951 Indentation Commands node.
952 (Indentation Commands): Add index entries to table. Copyedits.
953 (Tab Stops, Just Spaces): Copyedits.
954 (Indent Convenience): New node. Document electric-indent-mode.
955
956 * programs.texi (Basic Indent):
957 * windows.texi (Pop Up Window): Fix kindex entry.
958
959 2011-11-28 Chong Yidong <cyd@gnu.org>
960
961 * modes.texi (Major Modes): Move major-mode variable doc here from
962 Choosing Modes. Document describe-mode. Document prog-mode-hook
963 and text-mode-hook. Add example of using hooks.
964 (Minor Modes): Document behavior of mode command calls from Lisp.
965 Note that setting the mode variable using Customize will DTRT.
966 (Choosing Modes): Add example of setting a minor mode using a
967 local variable.
968
969 2011-11-27 Chong Yidong <cyd@gnu.org>
970
971 * frames.texi (Creating Frames): Move frame parameter example to
972 Frame Parameters node.
973 (Frame Commands): C-x 5 o does not warp the mouse by default.
974 (Fonts): Add more GTK-style properties; also, they should be
975 capitalized.
976 (Special Buffer Frames): Node deleted; special-display is on the
977 way out.
978 (Frame Parameters): Example moved here from Creating Frames.
979 Clarify that default-frame-alist affects the initial frame too.
980 Delete auto-raise-mode and auto-lower-mode.
981 (Wheeled Mice): Node deleted. Content moved to Mouse Commands.
982 (Dialog Boxes): Delete x-gtk-use-old-file-dialog.
983
984 * windows.texi (Window Choice): Add xref to Lisp manual for
985 special-display-*.
986
987 2011-11-26 Eli Zaretskii <eliz@gnu.org>
988
989 * display.texi (Text Display): Update the description,
990 cross-references, and indexing related to display of control
991 characters and raw bytes.
992
993 2011-11-25 Chong Yidong <cyd@gnu.org>
994
995 * frames.texi (Frames): Rewrite introduction.
996 (Mouse Commands): Default for mouse-drag-copy-region is now t.
997 Mouse-3 does not copy to kill ring by default. DEL does not
998 behave specially for mouse commands any more.
999 (Mouse References): Document mouse-1-click-follows-link more
1000 thoroughly.
1001 (Menu Mouse Clicks): Move footnote to the main text and add xref
1002 to Init Rebinding node.
1003 (Mode Line Mouse): Mouse-3 on the mode-line does not bury buffer.
1004
1005 * files.texi (Visiting): `C-x 5 f' works on ttys too.
1006
1007 2011-11-24 Juanma Barranquero <lekktu@gmail.com>
1008
1009 * display.texi (Font Lock): Fix typo.
1010
1011 2011-11-24 Glenn Morris <rgm@gnu.org>
1012
1013 * rmail.texi (Rmail Output):
1014 Mention rmail-automatic-folder-directives. (Bug#9657)
1015
1016 2011-11-21 Chong Yidong <cyd@gnu.org>
1017
1018 * mark.texi (Global Mark Ring): Fix description of global mark
1019 ring (Bug#10032).
1020
1021 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
1022
1023 * msdog.texi (Windows Fonts): Fix typo.
1024
1025 2011-11-17 Glenn Morris <rgm@gnu.org>
1026
1027 * regs.texi (Bookmarks): Small fixes related to saving. (Bug#10058)
1028
1029 2011-11-16 Juanma Barranquero <lekktu@gmail.com>
1030
1031 * killing.texi (Rectangles):
1032 * misc.texi (Document View):
1033 * modes.texi (Choosing Modes):
1034 * msdog.texi (Windows Fonts):
1035 * regs.texi (Rectangle Registers):
1036 * search.texi (Isearch Yank): Fix typos.
1037
1038 2011-11-06 Chong Yidong <cyd@gnu.org>
1039
1040 * windows.texi (Basic Window): Add xref to Cursor Display.
1041 (Split Window): Document negative arg for splitting commands.
1042 (Other Window): Document mouse-1 in text area of window.
1043 (Change Window): Don't mention window attributes, since they
1044 aren't defined. C-x 1 can't be used with minibuffer windows.
1045 Windows are no longer auto-deleted.
1046 (Window Choice): Add xref to Choosing Window in Lisp manual.
1047 (Window Convenience): Note that windmove disables shift-selection.
1048 Move M-x compare-windows here from Other Window node.
1049
1050 * custom.texi (Mouse Buttons):
1051 * search.texi (Isearch Scroll):
1052 * windows.texi (Split Window): Use new names split-window-below
1053 and split-window-right.
1054
1055 2011-10-26 Juanma Barranquero <lekktu@gmail.com>
1056
1057 * emacs.texi (Top): Fix typo.
1058
1059 2011-10-25 Glenn Morris <rgm@gnu.org>
1060
1061 * abbrevs.texi (Saving Abbrevs):
1062 quietly-read-abbrev-file is not a command. (Bug#9866)
1063
1064 2011-10-24 Chong Yidong <cyd@gnu.org>
1065
1066 * display.texi (Scrolling): Document scroll-up-line and
1067 scroll-down-line. Document scroll-command property.
1068 (Recentering): New node, split off from Scrolling.
1069
1070 2011-10-23 Chong Yidong <cyd@gnu.org>
1071
1072 * frames.texi (Scroll Bars): GTK uses right scroll bars now.
1073 (Tool Bars): Copyedits.
1074
1075 * buffers.texi (Misc Buffer): Don't mention vc-toggle-read-only.
1076
1077 2011-10-22 Chong Yidong <cyd@gnu.org>
1078
1079 * windows.texi (Displaying Buffers): Fix broken lispref link.
1080
1081 2011-10-22 Chong Yidong <cyd@gnu.org>
1082
1083 * mini.texi (Minibuffer Exit): Rename from Strict Completion.
1084 Move confirm-nonexistent-file-or-buffer discussion here.
1085
1086 * files.texi (File Names, Visiting): Move detailed discussion of
1087 minibuffer confirmation to Minibuffer Exit.
1088
1089 * buffers.texi (Buffers): Tweak mention of mail buffer name.
1090 (Select Buffer): Move confirmation discussion to Minibuffer Exit.
1091
1092 2011-10-21 Chong Yidong <cyd@gnu.org>
1093
1094 * files.texi (File Names, Visiting, Interlocking): Copyedits.
1095 (Backup Copying): backup-by-copying-when-mismatch is now t.
1096 (Customize Save): Fix description of require-final-newline.
1097 (Reverting): Note that revert-buffer can't be undone. Mention VC.
1098 (Auto Save Control): Clarify.
1099 (File Archives): Add 7z.
1100 (Remote Files): ange-ftp-make-backup-files defaults to nil.
1101
1102 * arevert-xtra.texi (Autorevert): Copyedits.
1103
1104 2011-10-20 Chong Yidong <cyd@gnu.org>
1105
1106 * custom.texi (Hooks, Init Examples):
1107 * display.texi (Font Lock):
1108 * fixit.texi (Spelling):
1109 * rmail.texi (Rmail Display): Minor mode function with no arg now
1110 enables it.
1111
1112 * fixit.texi (Spelling): Fix description of inline completion.
1113
1114 2011-10-19 Chong Yidong <cyd@gnu.org>
1115
1116 * search.texi (Repeat Isearch, Error in Isearch): Add kindex
1117 entries.
1118 (Isearch Yank): Document isearch-yank-pop.
1119 (Isearch Scroll): Refer to C-l instead of unbound `recenter'.
1120 (Other Repeating Search): Document Occur Edit mode.
1121
1122 2011-10-18 Chong Yidong <cyd@gnu.org>
1123
1124 * display.texi (Fringes): Move overflow-newline-into-fringe here,
1125 from Line Truncation node.
1126 (Standard Faces): Note that only the background of the cursor face
1127 has an effect.
1128 (Cursor Display): Fix descriptions of cursor face
1129 and bar cursor blinking.
1130 (Text Display): Document nobreak-char-display more clearly.
1131 (Line Truncation): Add xref to Split Window node.
1132 (Display Custom): Don't bother documenting baud-rate or
1133 no-redraw-on-reenter.
1134
1135 * search.texi (Slow Isearch): Node removed.
1136
1137 2011-10-18 Glenn Morris <rgm@gnu.org>
1138
1139 * maintaining.texi (Registering): Remove vc-initial-comment. (Bug#9745)
1140
1141 2011-10-18 Chong Yidong <cyd@gnu.org>
1142
1143 * display.texi (Faces): Simplify discussion. Move documentation
1144 of list-faces-display here, from Standard Faces node.
1145 Note special role of `default' background.
1146 (Standard Faces): Note special role of `default' background.
1147 Note that region face may be taken fom GTK. Add xref to Text Display.
1148 (Text Scale): Rename from "Temporary Face Changes".
1149 Callers changed. Don't bother documenting variable-pitch-mode.
1150 (Font Lock): Copyedits. Remove font-lock-maximum-size.
1151 (Useless Whitespace): Simplify description of
1152 delete-trailing-whitespace. Note active region case.
1153 (Text Display): Fix description of escape-glyph face assignment.
1154 Remove unibye mode discussion. Update some parts for Unicode.
1155 Move glyphless chars documentation to Lisp manual.
1156
1157 * frames.texi (Tooltips): Document x-gtk-use-system-tooltips.
1158
1159 2011-10-15 Chong Yidong <cyd@stupidchicken.com>
1160
1161 * display.texi (Scrolling): Tweak explanation of scroll direction.
1162 (View Mode): Add index entries.
1163
1164 * killing.texi (Deletion): Document negative prefix arg to M-SPC.
1165
1166 * regs.texi (Text Registers): C-x r i does not activate the mark.
1167 (Bookmarks): Document new default bookmark location.
1168
1169 2011-10-13 Chong Yidong <cyd@stupidchicken.com>
1170
1171 * killing.texi (Deletion): Add xref to Using Region.
1172 Document delete-forward-char.
1173 (Yanking): Move yank-excluded-properties to Lisp manual. Move C-y
1174 description here. Recommend C-u C-SPC for jumping to mark.
1175 (Kill Ring): Move kill ring variable documentation here.
1176 (Primary Selection): Copyedits.
1177 (Rectangles): Document new command rectangle-number-lines.
1178 (CUA Bindings): Note that this disables the mark-even-if-inactive
1179 behavior for C-x and C-c.
1180
1181 * mark.texi (Mark): Mention "active region" terminology.
1182 (Using Region): Document delete-active-region.
1183
1184 2011-10-12 Chong Yidong <cyd@stupidchicken.com>
1185
1186 * mark.texi (Mark): Clarify description of disabled Transient Mark
1187 mode (Bug#9689).
1188 (Setting Mark): Document prefix arg for C-x C-x. Document primary
1189 selection changes. Mention that commands like C-y set the mark.
1190 (Marking Objects): Add xref to Words node. Note that mark-word
1191 and mark-sexp also have the "extend region" behavior.
1192 (Using Region): Mention M-$ in the table.
1193 Document mark-even-if-inactive here instead of in Mark Ring.
1194 (Mark Ring): Move mark-even-if-inactive to Using Region.
1195 Take note of the "Mark Set" behavior.
1196 (Disabled Transient Mark): Rename from "Persistent Mark"
1197 (Bug#9688). Callers changed.
1198
1199 * programs.texi (Expressions):
1200 * text.texi (Words): Defer to Marking Objects for mark-word doc.
1201
1202 2011-10-09 Chong Yidong <cyd@stupidchicken.com>
1203
1204 * help.texi (Help, Help Summary): Eliminate the unnecessary "help
1205 option" terminology.
1206 (Key Help): Add command names. Define "documentation string".
1207 (Name Help): Remove an over-long joke.
1208 (Apropos): Document prefix args. Remove duplicated descriptions.
1209 (Help Mode): Add C-c C-b to table. Update TAB binding.
1210 (Package Keywords): Rename from "Library by Keyword".
1211 Describe new package menu interface.
1212 (Help Files, Help Echo): Tweak description.
1213
1214 * mini.texi (Completion Options): Add completion-cycle-threshold.
1215 (Minibuffer History): Document numeric args to history commands.
1216
1217 2011-10-08 Eli Zaretskii <eliz@gnu.org>
1218
1219 * mule.texi (Bidirectional Editing): Correct some inaccuracies.
1220
1221 2011-10-08 Chong Yidong <cyd@stupidchicken.com>
1222
1223 * basic.texi (Position Info): Omit page commands.
1224 Document count-words-region and count-words.
1225
1226 * text.texi (Pages): Move what-page documentation here.
1227
1228 2011-10-08 Chong Yidong <cyd@stupidchicken.com>
1229
1230 * mini.texi (Minibuffer File): Minor copyedits. Use xref to
1231 Remote Files node instead of linking directly to the Tramp manual.
1232 (Minibuffer Edit): Add xref to Blank Lines.
1233 (Completion): Add xref to Symbol Completion. Remove redundant
1234 example, which is repeated in the next node.
1235 (Completion Commands): Minor clarifications.
1236 (Completion Styles): New node, split from Completion Commands.
1237 Document substring and initials styles.
1238 (Strict Completion): Remove information duplicated in other nodes.
1239 (Completion Options): Consolidate case difference discussion here.
1240
1241 * help.texi (Help Mode): Fix kindex entries.
1242
1243 * files.texi (File Names): Add index entries.
1244
1245 2011-10-07 Chong Yidong <cyd@stupidchicken.com>
1246
1247 * basic.texi (Inserting Text): Add xref to Completion.
1248 Add ucs-insert example, and document prefix argument.
1249 (Moving Point): Fix introduction; C-f/C-b are no longer equivalent
1250 to left/right. Tweak left-char and right-char descriptions.
1251 M-left and M-right are now bound to left-word/right-word.
1252 (Erasing): Document delete-forward-char.
1253
1254 * screen.texi (Screen, Menu Bar): Copyedits.
1255 (Point): Remove duplicate paragraph on cursors, also in Screen.
1256 (Mode Line): Trailing dashes no longer shown on X displays.
1257
1258 * frames.texi (Non-Window Terminals): Index just "text-only
1259 terminal", which is used throughout the manual now.
1260
1261 * entering.texi (Entering Emacs): Define "startup screen".
1262 Document window-splitting behavior with command-line inputs.
1263 (Exiting): Remove obsolete paragraph about shells without suspend
1264 functionality.
1265
1266 * commands.texi (User Input): Define "input event" more clearly.
1267 (Keys): Add xref to Echo Area.
1268 (Commands): Clarify relation between commands and functions.
1269
1270 2011-10-06 Chong Yidong <cyd@stupidchicken.com>
1271
1272 * misc.texi (emacsclient Options): Document how emacsclient runs
1273 the Emacs daemon (Bug#9674).
1274
1275 2011-10-01 Chong Yidong <cyd@stupidchicken.com>
1276
1277 * basic.texi (Moving Point):
1278 * custom.texi (Mouse Buttons):
1279 * rmail.texi (Rmail Scrolling):
1280 * search.texi (Isearch Scroll):
1281
1282 * display.texi (Scrolling): Replace scroll-up/down with
1283 scroll-up/down-command. Fix scroll-preserve-screen-position
1284 description. Document scroll-error-top-bottom.
1285
1286 2011-09-30 Glenn Morris <rgm@gnu.org>
1287
1288 * commands.texi (Keys): Whitespace fix. (Bug#9635)
1289
1290 2011-09-24 Chong Yidong <cyd@stupidchicken.com>
1291
1292 * windows.texi (Pop Up Window): Defer discussion of window
1293 splitting to the Window Choice node. Add index entries.
1294 (Force Same Window): Node deleted.
1295 (Displaying Buffers, Window Choice): New nodes.
1296
1297 * buffers.texi (Select Buffer): Clarify description of
1298 buffer-switching commands. Add xref to Window Display node.
1299 Don't repeat confirm-nonexistent-file-or-buffer description from
1300 Visiting node. Remove even-window-heights.
1301
1302 * frames.texi (Special Buffer Frames): Add xref to Window Choice.
1303
1304 2011-09-18 Chong Yidong <cyd@stupidchicken.com>
1305
1306 * cmdargs.texi (Icons X): Fix description of Emacs icon.
1307
1308 * xresources.texi (Table of Resources): Fix documentation of
1309 bitmapIcon.
1310
1311 2011-09-15 Chong Yidong <cyd@stupidchicken.com>
1312
1313 * package.texi (Package Menu): Add package-menu-mark-upgrades.
1314
1315 2011-09-12 Eric Hanchrow <eric.hanchrow@gmail.com>
1316
1317 * frames.texi (Frame Commands): Note that delete-other-frames only
1318 deletes frames on current terminal.
1319
1320 2011-09-10 Eli Zaretskii <eliz@gnu.org>
1321
1322 * sending.texi (Mail Misc): Document mail-add-attachment.
1323
1324 2011-09-04 Eli Zaretskii <eliz@gnu.org>
1325
1326 * basic.texi (Inserting Text): Add index entries. (Bug#9433)
1327
1328 2011-08-29 Chong Yidong <cyd@stupidchicken.com>
1329
1330 * modes.texi (Choosing Modes): auto-mode-case-fold is now t.
1331
1332 2011-08-28 Chong Yidong <cyd@stupidchicken.com>
1333
1334 * files.texi (File Archives):
1335 * cal-xtra.texi (Diary Display):
1336 * help.texi (Help Mode): Add xref to View Mode.
1337
1338 2011-08-28 Chong Yidong <cyd@stupidchicken.com>
1339
1340 * display.texi (View Mode): New node. Move view-file here from
1341 Misc File Ops. Move view-buffer here from Misc Buffer.
1342
1343 * buffers.texi (Misc Buffer): Move view-buffer to View Mode.
1344
1345 * files.texi (Misc File Ops): Document new
1346 delete-by-moving-to-trash behavior. Remove view-file.
1347
1348 * dired.texi (Dired Deletion): Shorten description of Trash.
1349
1350 * misc.texi (emacsclient Options): Document server-port.
1351
1352 2011-08-27 Eli Zaretskii <eliz@gnu.org>
1353
1354 * frames.texi (Frame Commands): Advise setting focus-follows-mouse
1355 even on MS-Windows. Fix a typo.
1356
1357 2011-08-26 Chong Yidong <cyd@stupidchicken.com>
1358
1359 * package.texi: New file, documenting the package manager.
1360
1361 * emacs.texi: Include it.
1362
1363 * help.texi (Help Summary): Add describe-package.
1364
1365 2011-08-25 Chong Yidong <cyd@stupidchicken.com>
1366
1367 * misc.texi (Printing): Convert subnodes into subsections.
1368
1369 * text.texi (Two-Column): Move into Text chapter.
1370
1371 * picture-xtra.texi (Picture Mode): Group with Editing Binary
1372 Files section. Convert from chapter into section.
1373
1374 * display.texi (Narrowing): Move into display chapter.
1375
1376 * sending.texi (Sending Mail):
1377 * rmail.texi (Rmail):
1378 * misc.texi (Gnus, Document View):
1379 * dired.texi (Dired):
1380 * emacs.texi: Group the mail, rmail, and gnus chapters together.
1381
1382 2011-08-07 Juri Linkov <juri@jurta.org>
1383
1384 * dired.texi (Operating on Files): Rewrite according to the fact
1385 that `dired-do-chmod' doesn't use the `chmod' program anymore.
1386
1387 2011-07-30 Michael Albinus <michael.albinus@gmx.de>
1388
1389 * mini.texi (Minibuffer File): Insert a reference to Tramp for
1390 remote file name completion. (Bug#9197)
1391
1392 2011-07-28 Eli Zaretskii <eliz@gnu.org>
1393
1394 * mule.texi (Bidirectional Editing): Document the fact that
1395 bidi-display-reordering is t by default.
1396
1397 2011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
1398
1399 * help.texi (Misc Help): Mention `describe-prefix-bindings'
1400 explicitly (bug#8904).
1401
1402 2011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
1403
1404 * trouble.texi (Checklist): Use an `M-x' example instead of an
1405 Emacs Lisp form to switch on the dribble file (bug#8056).
1406
1407 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
1408
1409 * custom.texi (Hooks): Mention buffer-local hooks (bug#6218).
1410
1411 2011-07-13 Glenn Morris <rgm@gnu.org>
1412
1413 * dired.texi (Dired Enter): Mention --dired. (Bug#9039)
1414
1415 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
1416
1417 * mark.texi (Mark Ring): Clarify how many locations are saved
1418 (bug#5770).
1419 (Global Mark Ring): Ditto.
1420
1421 2011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
1422
1423 * text.texi (Table Recognition): Use "at point" instead of "under
1424 point" (bug#4345).
1425
1426 * display.texi (Cursor Display): Mention `cursor-type'.
1427
1428 * screen.texi (Point): Clarify that it's only if you use a block
1429 cursor that it appears to be on a character (bug#4345).
1430
1431 2011-07-12 Chong Yidong <cyd@stupidchicken.com>
1432
1433 * misc.texi (Amusements): Move dissociated press here, from its
1434 own section.
1435
1436 * emacs.texi (Top): Update node listing.
1437
1438 2011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
1439
1440 * emacs.texi (Top): Change "inferiors" to "subnodes" for greater
1441 clarity (bug#3523).
1442
1443 2011-07-12 Chong Yidong <cyd@stupidchicken.com>
1444
1445 * cmdargs.texi (Initial Options): Document --no-site-lisp.
1446 (Misc X): Document --parent-id.
1447
1448 * frames.texi (Frame Commands): Note that focus-follows-mouse now
1449 defaults to nil.
1450
1451 * misc.texi (emacsclient Options): Document --parent-id.
1452
1453 * msdog.texi (Windows HOME): Document _emacs as obsolete.
1454
1455 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
1456
1457 * emacs.texi: Use "..." instead of ``...'' in the menus
1458 (bug#3503).
1459
1460 2011-07-11 Chong Yidong <cyd@stupidchicken.com>
1461
1462 * killing.texi (Primary Selection): Document `only' setting for
1463 select-active-regions.
1464
1465 * mark.texi (Setting Mark): Reference Shift Selection node.
1466
1467 * frames.texi (Mouse Commands): Document mouse-yank-primary.
1468
1469 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
1470
1471 * mark.texi (Setting Mark): Clarify what's meant by "Shifted
1472 motion keys" (bug#3503).
1473
1474 * emacs.texi: Change all the register node names from "RegPos"
1475 (etc.) to "Positional Registers" (etc.) (bug#3314).
1476
1477 2011-07-11 Chong Yidong <cyd@stupidchicken.com>
1478
1479 * killing.texi (Killing, Deletion and Killing, Killing by Lines)
1480 (Other Kill Commands, Kill Options): Copyedits.
1481 (Deletion and Killing, Kill Ring): Kill/yank now use clipboard.
1482 (Yanking): Move yank-excluded properties discussion here.
1483 (Cut and Paste): Move from frames.texi. Update subnodes to
1484 describe x-select-enable-clipboard case.
1485
1486 * frames.texi: Move Cut and Paste node and subnodes into
1487 killing.texi, except Mouse Commands and Word and Line Mouse.
1488
1489 2011-07-10 Andy Moreton <andrewjmoreton@gmail.com> (tiny change)
1490
1491 * makefile.w32-in (EMACSSOURCES): Replace major.texi with modes.texi.
1492
1493 2011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
1494
1495 * screen.texi (Mode Line): Clarify that coding systems are
1496 characters, not letters (bug#1749).
1497
1498 * cmdargs.texi (Environment): Mention removing variables
1499 (bug#1615). Text suggested by Kevin Rodgers.
1500
1501 2011-07-10 Chong Yidong <cyd@stupidchicken.com>
1502
1503 * misc.texi (Amusements): Don't mention Yow; it's crippled.
1504
1505 * modes.texi: Rename from major.texi.
1506 (Modes): New node. Make Major Modes and Minor Modes subsections
1507 of this. All callers changed.
1508
1509 * custom.texi (Minor Modes): Move to modes.texi.
1510
1511 2011-07-10 Chong Yidong <cyd@stupidchicken.com>
1512
1513 * custom.texi (Syntax): Node deleted.
1514
1515 * help.texi (Help Summary):
1516 * major.texi (Major Modes):
1517 * programs.texi (Parentheses):
1518 * search.texi (Regexp Backslash, Regexp Backslash)
1519 (Regexp Backslash):
1520 * text.texi (Words): Callers changed.
1521
1522 * text.texi (Refill, Longlines): Delete nodes.
1523
1524 * ack.texi (Acknowledgments): Longlines removed from manual.
1525
1526 * emacs.texi (Top): Update node listing.
1527
1528 2011-07-09 Glenn Morris <rgm@gnu.org>
1529
1530 * fortran-xtra.texi (Fortran): Update handled extensions.
1531
1532 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
1533
1534 * display.texi (Scrolling): `C-v' (etc) are now bound to
1535 `scroll-*-command' (bug#8349).
1536
1537 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
1538
1539 * dired.texi (Subdirectories in Dired): Clarify that `C-u k'
1540 doesn't actually delete any files (bug#7125).
1541
1542 * picture-xtra.texi (Rectangles in Picture): Clarify the prefix
1543 argument for `C-c C-k' (bug#7391).
1544
1545 * frames.texi (Fonts): Mention "C-u C-x =" to find out what font
1546 you're currently using (bug#8489).
1547
1548 2011-07-01 Eli Zaretskii <eliz@gnu.org>
1549
1550 * mule.texi (Coding Systems): Move index entries from the previous
1551 change into their proper places.
1552
1553 2011-07-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
1554
1555 * help.texi (Help Files): Document view-external-packages (bug#8902).
1556
1557 * mule.texi (Coding Systems): Put a few more of the coding systems
1558 into the index (bug#8900).
1559
1560 2011-06-26 Glenn Morris <rgm@gnu.org>
1561
1562 * fortran-xtra.texi (Fortran): F90 mode is also for F2008.
1563
1564 2011-06-25 Andreas Rottmann <a.rottmann@gmx.at>
1565
1566 * misc.texi (emacsclient Options): Mention --frame-parameters.
1567
1568 2011-06-09 Glenn Morris <rgm@gnu.org>
1569
1570 * custom.texi (Specifying File Variables):
1571 Recommend explicit arguments for minor modes.
1572
1573 2011-06-02 Paul Eggert <eggert@cs.ucla.edu>
1574
1575 Document wide integers better.
1576 * buffers.texi (Buffers):
1577 * files.texi (Visiting): Document maxima for 64-bit machines,
1578 and mention virtual memory limits.
1579
1580 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
1581
1582 * custom.texi (Hooks): Reorganize. Mention Prog mode.
1583
1584 * fixit.texi (Spelling): Mention using prog-mode-hook for flypsell
1585 prog mode (Bug#8240).
1586
1587 2011-05-27 Glenn Morris <rgm@gnu.org>
1588
1589 * custom.texi (Specifying File Variables):
1590 Major modes no longer need come first.
1591
1592 2011-05-22 Chong Yidong <cyd@stupidchicken.com>
1593
1594 * mule.texi (Specify Coding, Text Coding, Communication Coding):
1595 (File Name Coding, Terminal Coding): Add command names (Bug#8312).
1596
1597 2011-05-18 Glenn Morris <rgm@gnu.org>
1598
1599 * ack.texi (Acknowledgments): Remove fakemail.c.
1600
1601 2011-05-17 Chong Yidong <cyd@stupidchicken.com>
1602
1603 Fixes for fitting text into 7x9 printed manual.
1604 * building.texi (Flymake, Breakpoints Buffer):
1605 * calendar.texi (Appointments):
1606 * cmdargs.texi (General Variables, Display X):
1607 * custom.texi (Saving Customizations, Face Customization)
1608 (Directory Variables, Minibuffer Maps, Init Rebinding):
1609 * display.texi (Font Lock, Font Lock, Useless Whitespace):
1610 * fixit.texi (Spelling):
1611 * frames.texi (Creating Frames, Fonts):
1612 * help.texi (Help Files):
1613 * mini.texi (Minibuffer File):
1614 * misc.texi (emacsclient Options, Emulation):
1615 * msdog.texi (Windows Startup, Windows HOME, Windows Fonts):
1616 * mule.texi (International Chars, Language Environments)
1617 (Select Input Method, Modifying Fontsets, Charsets):
1618 * programs.texi (Custom C Indent):
1619 * rmail.texi (Rmail Labels):
1620 * text.texi (Table Conversion):
1621 * trouble.texi (Known Problems, Known Problems):
1622 * windows.texi (Change Window):
1623 * xresources.texi (GTK resources): Reflow text and re-indent code
1624 examples to avoid TeX overflows and underflows on 7x9 paper.
1625
1626 * emacs.texi: Fix the (commented out) smallbook command.
1627
1628 * macos.texi (Mac / GNUstep Events):
1629 * xresources.texi (Lucid Resources): Remove extraneous examples.
1630
1631 2011-05-10 Glenn Morris <rgm@gnu.org>
1632
1633 * custom.texi (Specifying File Variables):
1634 Deprecate using mode: for minor modes.
1635
1636 2011-05-07 Glenn Morris <rgm@gnu.org>
1637
1638 * cal-xtra.texi (Sexp Diary Entries): Mention diary-hebrew-birthday.
1639
1640 2011-05-06 Glenn Morris <rgm@gnu.org>
1641
1642 * calendar.texi (Appointments): Mention appt-warning-time-regexp.
1643
1644 * cal-xtra.texi (Fancy Diary Display): Mention diary comments.
1645
1646 2011-05-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
1647
1648 * misc.texi (Emacs Server): Document `server-eval-at'.
1649
1650 2011-04-24 Chong Yidong <cyd@stupidchicken.com>
1651
1652 * maintaining.texi (List Tags): Document next-file.
1653 Suggested by Uday S Reddy.
1654
1655 2011-04-23 Juanma Barranquero <lekktu@gmail.com>
1656
1657 * mini.texi (Minibuffer Edit):
1658 * screen.texi (Mode Line): Fix typo.
1659
1660 2011-04-20 Christoph Scholtes <cschol2112@googlemail.com>
1661
1662 * maintaining.texi (Old Revisions): Mention new function vc-ediff.
1663
1664 2011-03-26 Chong Yidong <cyd@stupidchicken.com>
1665
1666 * display.texi (Auto Scrolling): Fix scroll-up/scroll-down confusion.
1667
1668 2011-03-30 Eli Zaretskii <eliz@gnu.org>
1669
1670 * display.texi (Auto Scrolling): Document the limit of 100 lines
1671 for never-recentering scrolling with `scroll-conservatively'.
1672 (Bug#6671)
1673
1674 2011-03-12 Eli Zaretskii <eliz@gnu.org>
1675
1676 * msdog.texi (Windows HOME): Fix the wording to clarify how Emacs sets
1677 HOME on Windows and where it looks for init files. (Bug#8221)
1678
1679 2011-03-10 Eli Zaretskii <eliz@gnu.org>
1680
1681 * search.texi (Regexp Example):
1682 * mule.texi (International Chars):
1683 * building.texi (External Lisp): Don't use characters outside
1684 ISO-8859-1.
1685
1686 2011-03-09 Eli Zaretskii <eliz@gnu.org>
1687
1688 * ack.texi (Acknowledgments): Convert to ISO-8859-1 encoding.
1689 Use Texinfo @-commands for non Latin-1 characters.
1690
1691 * makefile.w32-in (MAKEINFO_OPTS): Add --enable-encoding.
1692
1693 * custom.texi (Init File): Add index entries for ".emacs".
1694 (Bug#8210)
1695
1696 2011-03-08 Jan Djärv <jan.h.d@swipnet.se>
1697
1698 * xresources.texi (GTK resources): ~/.emacs.d/gtkrc does not work
1699 for Gtk+ 3.
1700
1701 2011-03-08 Glenn Morris <rgm@gnu.org>
1702
1703 * Makefile.in (MAKEINFO_OPTS): Add --enable-encoding.
1704 * emacs.texi (Acknowledgments):
1705 * ack.texi (Acknowledgments): Names to UTF-8.
1706 * emacs.texi: Set documentencoding.
1707
1708 * display.texi (Optional Mode Line): Don't mention exactly where
1709 display-time appears. (Bug#8193)
1710
1711 2011-03-07 Chong Yidong <cyd@stupidchicken.com>
1712
1713 * Version 23.3 released.
1714
1715 2011-03-06 Chong Yidong <cyd@stupidchicken.com>
1716
1717 * search.texi (Isearch Yank): C-y now bound to isearch-yank-kill.
1718
1719 2011-03-03 Drake Wilson <drake@begriffli.ch> (tiny change)
1720
1721 * misc.texi (emacsclient Options): Add q/quiet.
1722
1723 2011-03-02 Glenn Morris <rgm@gnu.org>
1724
1725 * mule.texi (Communication Coding) <x-select-request-type>:
1726 Remove duplicate (essentially) paragraph. (Bug#8148)
1727
1728 2011-03-01 Christoph Scholtes <cschol2112@googlemail.com>
1729
1730 * maintaining.texi (Format of ChangeLog): Add reference to
1731 add-log-full-name.
1732 (Change Log Commands): Add documentation for combining multiple
1733 symbols in one change.
1734
1735 2011-03-01 Glenn Morris <rgm@gnu.org>
1736
1737 * custom.texi (Directory Variables):
1738 Give an example of excluding subdirectories.
1739
1740 2011-02-28 Eli Zaretskii <eliz@gnu.org>
1741
1742 * search.texi (Regexp Search): Move index entries about regexps to the
1743 "Regexps" node. Add index entries for regexp search. (Bug#8096)
1744
1745 2011-02-19 Glenn Morris <rgm@gnu.org>
1746
1747 * dired.texi (Dired): Dired-X version number was dropped.
1748
1749 2011-02-14 Jan Djärv <jan.h.d@swipnet.se>
1750
1751 * xresources.texi (X Resources): Remove *faceName and replace it with
1752 *font for Lucid.
1753
1754 2011-02-05 Chong Yidong <cyd@stupidchicken.com>
1755
1756 * rmail.texi (Rmail Display): Document Rmail MIME support more
1757 accurately.
1758
1759 * maintaining.texi (VC Change Log): Document vc-log-incoming and
1760 vc-log-outgoing.
1761 (Merging): Document vc-find-conflicted-file.
1762
1763 2011-02-05 Glenn Morris <rgm@gnu.org>
1764
1765 * custom.texi (Variables): Fix typo.
1766
1767 2011-01-31 Chong Yidong <cyd@stupidchicken.com>
1768
1769 * search.texi (Regexps): Copyedits. Mention character classes
1770 (Bug#7809).
1771
1772 * files.texi (File Aliases): Restore explanatory text from Eli
1773 Zaretskii, accidentally removed in 2011-01-08 commit.
1774
1775 2011-01-29 Eli Zaretskii <eliz@gnu.org>
1776
1777 * makefile.w32-in (MAKEINFO): Remove options, leave only program name.
1778 (MAKEINFO_OPTS): New variable.
1779 (ENVADD, $(infodir)/emacs): Use $(MAKEINFO_OPTS).
1780 (emacs.html): New target.
1781 (clean): Remove emacs.html.
1782
1783 2011-01-23 Werner Lemberg <wl@gnu.org>
1784
1785 * Makefile.in (MAKEINFO): Now controlled by `configure'.
1786 (MAKEINFO_OPTS): New variable. Use it where appropriate.
1787 (ENVADD): Updated.
1788
1789 2011-01-18 Glenn Morris <rgm@gnu.org>
1790
1791 * ack.texi, emacs.texi (Acknowledgments): Update for ERT addition.
1792
1793 * ack.texi (Acknowledgments): Remove mention of replaced prolog.el.
1794
1795 2011-01-15 Chong Yidong <cyd@stupidchicken.com>
1796
1797 * building.texi (Compilation): Improve instructions for running two
1798 compilations (Bug#7573).
1799
1800 * files.texi (Backup Names): Document the new location of the
1801 last-resort backup file.
1802
1803 * files.texi (File Aliases): Move directory-abbrev-alist doc from Lisp
1804 manual. Explain why directory-abbrev-alist elements should be anchored
1805 (Bug#7777).
1806
1807 2011-01-15 Eli Zaretskii <eliz@gnu.org>
1808
1809 * msdog.texi (Windows Startup): Correct inaccurate description of
1810 differences between emacsclient.exe and emacsclientw.exe.
1811
1812 2011-01-02 Chong Yidong <cyd@stupidchicken.com>
1813
1814 * rmail.texi (Rmail Display): Edit for grammar and conciseness.
1815
1816 2011-01-02 Kenichi Handa <handa@m17n.org>
1817
1818 * rmail.texi (Rmail Display): Describe new features of Rmail in Info.
1819
1820 2011-01-02 Eli Zaretskii <eliz@gnu.org>
1821
1822 * frames.texi (Cut and Paste): Modify the section's name and text:
1823 don't mix "cut/paste" with "kill/yank".
1824 (Cut/Paste Other App): Describe the per-session emulation of PRIMARY.
1825 (Bug#7702)
1826
1827 * trouble.texi (Checklist): Mention debug-on-quit. (Bug#7667)
1828
1829 2011-01-02 Glenn Morris <rgm@gnu.org>
1830
1831 * maintaining.texi: Move inclusion of emerge after EDE, so that it
1832 matches its position in the menu. (Bug#7674)
1833
1834 2011-01-02 Glenn Morris <rgm@gnu.org>
1835
1836 * trouble.texi (Checklist): Mention not replying via news either.
1837
1838 2010-12-30 Tassilo Horn <tassilo@member.fsf.org>
1839
1840 * misc.texi (Document View): Update DocView section with newly
1841 supported document formats.
1842
1843 2010-12-21 Chong Yidong <cyd@stupidchicken.com>
1844
1845 * killing.texi: Resection the Info version to conform to the
1846 printed manual, to avoid making sections on Accumulating Text, CUA
1847 and Rectangles into full chapters.
1848
1849 2010-12-13 Eli Zaretskii <eliz@gnu.org>
1850
1851 * custom.texi (Init Syntax): Add index entries for "character syntax".
1852 (Bug#7576)
1853
1854 2010-12-13 Karel Klíč <kklic@redhat.com>
1855
1856 * text.texi (HTML Mode): Small fixes. (Bug#7607)
1857
1858 2010-12-13 Glenn Morris <rgm@gnu.org>
1859
1860 * trouble.texi (Checklist): Fix typo in newsgroup name.
1861
1862 2010-12-13 Chong Yidong <cyd@stupidchicken.com>
1863
1864 * search.texi (Word Search): Note that the lazy highlight always
1865 matches to whole words (Bug#7470).
1866
1867 2010-12-13 Eli Zaretskii <eliz@gnu.org>
1868
1869 * display.texi (Optional Mode Line): Make the description of
1870 load-average more accurate.
1871
1872 * msdog.texi (Windows HOME): Mention that HOME can also be set in the
1873 registry, with a cross-reference.
1874 (Windows Startup): New node. Move the stuff about the current
1875 directory from "Windows HOME".
1876
1877 2010-11-27 Bob Rogers <rogers-emacs@rgrjr.dyndns.org>
1878
1879 * maintaining.texi (VC With A Locking VCS, VC Directory Commands):
1880 * vc1-xtra.texi (Customizing VC, General VC Options): Small fixes.
1881
1882 2010-11-27 Chong Yidong <cyd@stupidchicken.com>
1883
1884 * maintaining.texi (Version Control Systems): Fix repeated sentence.
1885 Suggested by Štěpán Němec.
1886
1887 2010-11-27 Chong Yidong <cyd@stupidchicken.com>
1888
1889 * maintaining.texi (Version Control): Say "commit", not "check in".
1890 (Version Control Systems): Simplify descriptions.
1891 (VCS Merging, VCS Changesets, VCS Repositories): New nodes, split from
1892 VCS Concepts.
1893 (VC Mode Line): Update example.
1894 (Old Revisions): Document revert-buffer for vc-diff.
1895 (Log Buffer): Promote to a subsection. Document header lines.
1896
1897 * macos.texi (Mac / GNUstep Basics):
1898 Document ns-right-alternate-modifier.
1899
1900 * emacs.texi (Top): Update node listing.
1901
1902 2010-11-13 Eli Zaretskii <eliz@gnu.org>
1903
1904 * rmail.texi (Rmail Coding): Characters with no fonts are not
1905 necessarily displayed as empty boxes.
1906
1907 * mule.texi (Language Environments, Fontsets): Characters with no
1908 fonts are not necessarily displayed as empty boxes.
1909
1910 * display.texi (Text Display): Document display of glyphless
1911 characters.
1912
1913 2010-11-13 Glenn Morris <rgm@gnu.org>
1914
1915 * basic.texi (Position Info): Add M-x count-words-region.
1916
1917 2010-11-11 Glenn Morris <rgm@gnu.org>
1918
1919 * msdog.texi (ls in Lisp): Update for ls-lisp changes.
1920
1921 2010-11-09 Eli Zaretskii <eliz@gnu.org>
1922
1923 * msdog.texi (Windows HOME): Add information regarding startup
1924 directory when invoking Emacs from a desktop shortcut. (bug#7300)
1925
1926 2010-10-11 Glenn Morris <rgm@gnu.org>
1927
1928 * Makefile.in (MAKEINFO): Add explicit -I$srcdir.
1929
1930 * Makefile.in (.texi.dvi): Remove unnecessary suffix rule.
1931 (DVIPS): New variable.
1932 (.PHONY): Add html, ps.
1933 (html, emacs.html, ps, emacs.ps, emacs-xtra.ps): New targets.
1934 (clean): Delete html, ps files.
1935
1936 2010-10-09 Eli Zaretskii <eliz@gnu.org>
1937
1938 * makefile.w32-in (EMACSSOURCES): Add emacsver.texi.
1939
1940 2010-10-09 Glenn Morris <rgm@gnu.org>
1941
1942 * Makefile.in (VPATH): Remove.
1943 (infodir): Make it absolute.
1944 (mkinfodir, $(infodir)/emacs, infoclean): No need to cd $srcdir.
1945
1946 * Makefile.in (dist): Anchor regexps.
1947
1948 * Makefile.in (EMACSSOURCES): Put emacs.texi first.
1949 ($(infodir)/emacs, emacs.dvi, emacs.pdf, emacs-xtra.dvi)
1950 (emacs-xtra.pdf): Use $<.
1951
1952 * Makefile.in (infoclean): Remove harmless, long-standing error.
1953
1954 * Makefile.in ($(infodir)): Delete rule.
1955 (mkinfodir): New.
1956 ($(infodir)/emacs): Use $mkinfodir instead of infodir.
1957
1958 * Makefile.in (distclean): Do not delete emacsver.texi.
1959 (dist): Remove reference to emacsver.texi.in.
1960 * emacsver.texi: New file, replacing emacsver.texi.in.
1961
1962 2010-10-09 Glenn Morris <rgm@gnu.org>
1963
1964 * emacsver.texi.in: New file.
1965 * emacs.texi: Set EMACSVER by including emacsver.texi.
1966 * Makefile.in (distclean): Delete emacsver.texi.
1967 (dist): Copy emacsver.texi.
1968 (EMACSSOURCES): Add emacsver.texi.
1969
1970 * ack.texi (Acknowledgments): No more b2m.c.
1971
1972 * Makefile.in (.PHONY): Declare info, dvi, pdf, dist.
1973 (emacs): Remove rule.
1974 (dist): No need to deal with the emacs rule any more.
1975
1976 2010-10-07 Glenn Morris <rgm@gnu.org>
1977
1978 * Makefile.in (version): New, set by configure.
1979 (clean): Delete dist tar file.
1980 (dist): Use version in tar name.
1981
1982 2010-10-06 Glenn Morris <rgm@gnu.org>
1983
1984 * Makefile.in (EMACS_XTRA): Add the main source file.
1985 (emacs-xtra.dvi, emacs-xtra.pdf): Remove explicit emacs-xtra.texi.
1986 (mostlyclean): No core files, reorder other files.
1987 (clean): Delete specific dvi and pdf files.
1988 (infoclean, dist): New rules.
1989 (maintainer-clean): Use infoclean.
1990 ($(infodir)): Add parallel build workaround.
1991
1992 2010-10-04 Glenn Morris <rgm@gnu.org>
1993
1994 * Makefile.in (SHELL): Set it.
1995 (INFO_TARGETS, DVI_TARGETS): Remove variables.
1996 (info, dvi): Replace above variables with their expansions.
1997 (info): Move mkdir from here...
1998 ($(infodir)/emacs): ... to here (for parallel builds).
1999 (pdf): New target.
2000 ($(infodir)/emacs): Pass -o option to makeinfo.
2001 (.PHONY): Declare clean rules.
2002 (maintainer-clean): Delete dvi and pdf files.
2003 Guard against cd failures. Use a more restrictive delete.
2004
2005 2010-10-02 Glenn Morris <rgm@gnu.org>
2006
2007 * misc.texi (Shell Mode): Remove reference to old function name.
2008
2009 2010-09-30 Eli Zaretskii <eliz@gnu.org>
2010
2011 * maintaining.texi (VC Mode Line): Mention all the possible VC status
2012 indicator characters.
2013
2014 2010-09-29 Glenn Morris <rgm@gnu.org>
2015
2016 * Makefile.in (top_srcdir): Remove unused variable.
2017
2018 2010-09-14 Glenn Morris <rgm@gnu.org>
2019
2020 * cal-xtra.texi (Fancy Diary Display): Emphasize that sort should be
2021 the last hook item.
2022
2023 * calendar.texi (Appointments): Also updated when a diary include file
2024 is saved.
2025
2026 2010-09-14 Glenn Morris <rgm@gnu.org>
2027
2028 * trouble.texi (Bugs): Update the section intro.
2029 (Known Problems): New section.
2030 (Checklist): Misc updates. Prefer M-x report-emacs-bug.
2031 (Sending Patches): Bug fixes are best as responses to existing bugs.
2032 * emacs.texi (Known Problems): Add menu entry for new section.
2033
2034 2010-09-09 Glenn Morris <rgm@gnu.org>
2035
2036 * xresources.texi: Untabify.
2037
2038 2010-09-06 Chong Yidong <cyd@stupidchicken.com>
2039
2040 * dired.texi (Dired Enter): Minor doc fix (Bug#6982).
2041
2042 2010-09-06 Glenn Morris <rgm@gnu.org>
2043
2044 * misc.texi (Saving Emacs Sessions): Mention desktop-path. (Bug#6948)
2045
2046 2010-09-02 Jan Djärv <jan.h.d@swipnet.se>
2047
2048 * frames.texi (Cut/Paste Other App): Remove vut-buffer text.
2049
2050 2010-08-21 Glenn Morris <rgm@gnu.org>
2051
2052 * misc.texi (Amusements): Mention bubbles and animate.
2053
2054 2010-07-31 Eli Zaretskii <eliz@gnu.org>
2055
2056 * files.texi (Visiting): Add more index entries for
2057 large-file-warning-threshold.
2058
2059 2010-07-29 Jan Djärv <jan.h.d@swipnet.se>
2060
2061 * frames.texi (Tool Bars): Add doc for tool-bar-position.
2062
2063 2010-06-23 Glenn Morris <rgm@gnu.org>
2064
2065 * abbrevs.texi, basic.texi, buffers.texi, building.texi, calendar.texi:
2066 * custom.texi, dired.texi, display.texi, emacs.texi, emerge-xtra.texi:
2067 * files.texi, fortran-xtra.texi, frames.texi, help.texi, killing.texi:
2068 * maintaining.texi, mark.texi, mini.texi, misc.texi, msdog.texi:
2069 * mule.texi, programs.texi, rmail.texi, screen.texi, search.texi:
2070 * sending.texi, text.texi, trouble.texi, vc1-xtra.texi, xresources.texi:
2071 Untabify Texinfo files.
2072
2073 2010-06-10 Glenn Morris <rgm@gnu.org>
2074
2075 * basic.texi (Inserting Text): Minor clarification. (Bug#6374)
2076
2077 * basic.texi (Inserting Text): Fix typo.
2078
2079 2010-06-10 Glenn Morris <rgm@gnu.org>
2080
2081 * ack.texi (Acknowledgments):
2082 * emacs.texi (Acknowledgments): Update for notifications.el.
2083
2084 2010-05-31 Daiki Ueno <ueno@unixuser.org>
2085
2086 * dired.texi (Operating on Files): Mention encryption commands
2087 (Bug#6315).
2088
2089 2010-05-29 Eli Zaretskii <eliz@gnu.org>
2090
2091 * basic.texi (Moving Point): Update due to renaming of commands bound
2092 to arrows. Document bidi-aware behavior of C-<right> and C-<left>.
2093
2094 2010-05-18 Eli Zaretskii <eliz@gnu.org>
2095
2096 * display.texi (Fringes): Document reversal of fringe arrows for R2L
2097 paragraphs.
2098 (Line Truncation): Fix wording for bidi display.
2099
2100 * basic.texi (Moving Point): Document bidi-aware behavior of the arrow
2101 keys.
2102
2103 2010-05-08 Chong Yidong <cyd@stupidchicken.com>
2104
2105 * building.texi (GDB Graphical Interface): Remove misleading comparison
2106 to an IDE (Bug#6128).
2107
2108 2010-05-08 Štěpán Němec <stepnem@gmail.com> (tiny change)
2109
2110 * programs.texi (Man Page):
2111 * misc.texi (Invoking emacsclient):
2112 * mini.texi (Repetition):
2113 * mark.texi (Setting Mark): Fix typos.
2114
2115 2010-05-08 Chong Yidong <cyd@stupidchicken.com>
2116
2117 * misc.texi (Printing): Document htmlfontify-buffer.
2118
2119 2010-05-08 Glenn Morris <rgm@gnu.org>
2120
2121 * calendar.texi (Displaying the Diary, Format of Diary File):
2122 Fix external cross-references for TeX format output.
2123
2124 2010-05-07 Chong Yidong <cyd@stupidchicken.com>
2125
2126 * Version 23.2 released.
2127
2128 2010-05-02 Jan Djärv <jan.h.d@swipnet.se>
2129
2130 * cmdargs.texi (Initial Options): Mention --chdir.
2131
2132 2010-04-21 Jan Djärv <jan.h.d@swipnet.se>
2133
2134 * frames.texi (Tool Bars): Add tool-bar-style.
2135
2136 2010-04-21 Glenn Morris <rgm@gnu.org>
2137
2138 * ack.texi, emacs.texi (Acknowledgments): Add SELinux support.
2139
2140 2010-04-18 Chong Yidong <cyd@stupidchicken.com>
2141
2142 * programs.texi (Semantic): New node.
2143
2144 * maintaining.texi (EDE): New node.
2145
2146 * emacs.texi: Update node listing.
2147
2148 * misc.texi (Gnus): Use the `C-h i' keybinding for info.
2149
2150 2010-04-18 Glenn Morris <rgm@gnu.org>
2151
2152 * emacs.texi (Acknowledgments): Remove duplicate.
2153
2154 * maintaining.texi (VC Directory Commands): Mention stashes and shelves.
2155
2156 2010-04-18 Glenn Morris <rgm@gnu.org>
2157
2158 * dired.texi (Misc Dired Features): Mention VC diff and log.
2159 * maintaining.texi (Old Revisions, VC Change Log):
2160 Mention that diff and log work in Dired buffers.
2161
2162 * help.texi (Help Summary): Mention M-x info-finder.
2163
2164 * ack.texi (Acknowledgments): Add mpc.el.
2165
2166 * custom.texi (Specifying File Variables, Directory Variables):
2167 Document new commands for manipulating local variable lists.
2168
2169 2010-04-18 Glenn Morris <rgm@gnu.org>
2170
2171 * trouble.texi (Contributing): Add cindex entry.
2172 Mention etc/CONTRIBUTE.
2173
2174 2010-04-18 Chong Yidong <cyd@stupidchicken.com>
2175
2176 * mark.texi (Persistent Mark): Copyedits. Replace undo example with
2177 query-replace (Bug#5774).
2178
2179 2010-04-16 Glenn Morris <rgm@gnu.org>
2180
2181 * ack.texi, emacs.texi (Acknowledgments): Update for Org changes.
2182
2183 2010-04-11 Jan Djärv <jan.h.d@swipnet.se>
2184
2185 * xresources.texi (Lucid Resources): Mention faceName for dialogs.
2186
2187 2010-04-08 Jan Djärv <jan.h.d@swipnet.se>
2188
2189 * xresources.texi (Lucid Resources): Mention faceName to set Xft fonts.
2190
2191 2010-03-30 Eli Zaretskii <eliz@gnu.org>
2192
2193 * mule.texi (Input Methods): Mention "C-x 8 RET" and add a
2194 cross-reference to "Inserting Text".
2195
2196 * basic.texi (Inserting Text): Add an index entry for "C-x 8 RET".
2197 Mention completion provided by `ucs-insert'.
2198
2199 2010-03-30 Chong Yidong <cyd@stupidchicken.com>
2200
2201 * sending.texi (Sending Mail): Note variables that may need
2202 customizing.
2203 (Mail Sending): Expand discussion of send-mail-function.
2204
2205 2010-03-30 Chong Yidong <cyd@stupidchicken.com>
2206
2207 Document Message mode as the default mail mode.
2208
2209 * sending.texi (Sending Mail): Copyedits.
2210 (Mail Format, Mail Headers): Document mail-from-style changes.
2211 (Mail Commands): Rename from Mail mode. Document Message mode.
2212 (Mail Misc): Rename from Mail mode Misc.
2213 (Mail Sending, Header Editing, Mail Misc): Switch to Message mode
2214 command names and update keybindings.
2215 (Header Editing): Document message-tab. De-document
2216 mail-self-blind, mail-default-reply-to, and mail-archive-file-name in
2217 favor of mail-default-headers. Ad index entries for user-full-name and
2218 user-mail-address.
2219 (Citing Mail): Update changes in Message mode behavior.
2220 Document mail-yank-prefix.
2221 (Mail Signature): New node, moved from Mail Misc.
2222 (Mail Aliases): Mail abbrevs are the default with Message mode.
2223 (Mail Methods): Note that Message mode is now the default.
2224
2225 * rmail.texi (Rmail Reply):
2226 * text.texi (Text Mode):
2227 * major.texi (Major Modes):
2228 * mule.texi (Output Coding): Refer to Message mode.
2229
2230 * custom.texi (Init Examples): Add xref to Mail Header.
2231
2232 * emacs.texi (Top): Fix xrefs.
2233
2234 2010-03-30 Chong Yidong <cyd@stupidchicken.com>
2235
2236 * maintaining.texi (VC With A Merging VCS): C-x v v now creates a
2237 repository if there is none.
2238 (VC Change Log): Rename from VC Status. Document vc-log-show-limit and
2239 vc-print-root-log.
2240 (Old Revisions): Copyedits. Document vc-root-diff.
2241
2242 * programs.texi (Program Modes): Mention Javascript mode.
2243
2244 * text.texi (HTML Mode): Note that nXML is now the default XML mode.
2245 * emacs.texi: Update node description.
2246
2247 * misc.texi (Navigation): Document doc-view-continuous.
2248 (Shell Ring): Document new M-r binding. M-s is no longer bound.
2249
2250 2010-03-30 Juri Linkov <juri@jurta.org>
2251
2252 * search.texi (Other Repeating Search): Remove line that `occur'
2253 can not handle multiline matches.
2254
2255 2010-03-30 Eli Zaretskii <eliz@gnu.org>
2256
2257 * mule.texi (International): Mention support of bidirectional editing.
2258 (Bidirectional Editing): New section.
2259
2260 2010-03-28 Nick Roberts <nickrob@snap.net.nz>
2261
2262 * emacs.texi (Top): Update node names to those in building.texi.
2263
2264 2010-03-27 Nick Roberts <nickrob@snap.net.nz>
2265
2266 doc/emacs/building.texi: Describe restored GDB/MI functionality
2267 removed by 2009-12-29T07:15:34Z!nickrob@snap.net.nz.
2268 doc/emacs/emacs.texi: Update node names for building.texi.
2269
2270 2010-03-24 Glenn Morris <rgm@gnu.org>
2271
2272 * ack.texi (Acknowledgments):
2273 * emacs.texi (Acknowledgments): Fix ispell attribution. (Bug#5759)
2274
2275 2010-03-20 Jan Djärv <jan.h.d@swipnet.se>
2276
2277 * xresources.texi (Table of Resources): Clarify toolBar number
2278 for Gtk+.
2279
2280 * frames.texi (Menu Bars): menuBarLines => menuBar (bug#5736).
2281
2282 2010-03-21 Chong Yidong <cyd@stupidchicken.com>
2283
2284 * dired.texi (Dired Updating): Document dired-auto-revert-buffer.
2285
2286 * search.texi (Other Repeating Search): Document multi-isearch-buffers
2287 and multi-isearch-buffers-regexp.
2288
2289 * indent.texi (Indentation): Clarify description of
2290 indent-for-tab-command. Document tab-always-indent.
2291
2292 2010-03-20 Chong Yidong <cyd@stupidchicken.com>
2293
2294 * cmdargs.texi (Font X): Move most content to Fonts.
2295
2296 * frames.texi (Fonts): New node. Document font-use-system-font.
2297
2298 * emacs.texi (Top):
2299 * xresources.texi (Table of Resources):
2300 * mule.texi (Defining Fontsets, Charsets): Update xrefs.
2301
2302 2010-03-10 Chong Yidong <cyd@stupidchicken.com>
2303
2304 * Branch for 23.2.
2305
2306 2010-03-06 Chong Yidong <cyd@stupidchicken.com>
2307
2308 * custom.texi (Init Examples): Add xref to Locals.
2309
2310 * major.texi (Choosing Modes): Mention usage of setq-default for
2311 setting the default value of major-mode (Bug#5688).
2312
2313 2010-03-02 Chong Yidong <cyd@stupidchicken.com>
2314
2315 * frames.texi (Mouse Avoidance): Mention make-pointer-invisible.
2316
2317 * display.texi (Display Custom): Document make-pointer-invisible and
2318 underline-minimum-offset. Remove inverse-video.
2319
2320 2010-02-21 Chong Yidong <cyd@stupidchicken.com>
2321
2322 * frames.texi (Frame Commands): Note that the last ordinary frame can
2323 be deleted in daemon mode (Bug#5616).
2324
2325 2010-02-18 Glenn Morris <rgm@gnu.org>
2326
2327 * trouble.texi (Contributing): Repository is no longer CVS.
2328
2329 2010-02-08 Glenn Morris <rgm@gnu.org>
2330
2331 * buffers.texi (Uniquify): Must explicitly load library. (Bug#5529)
2332
2333 2010-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
2334
2335 * display.texi (Useless Whitespace, Text Display):
2336 * custom.texi (Init Examples): Avoid obsolete special default variables
2337 like default-major-mode.
2338
2339 2010-01-24 Mark A. Hershberger <mah@everybody.org>
2340
2341 * programs.texi (Other C Commands): Replace reference to obsolete
2342 c-subword-mode.
2343
2344 2010-01-21 Glenn Morris <rgm@gnu.org>
2345
2346 * trouble.texi (Bugs): Fix PROBLEMS keybinding.
2347
2348 2010-01-12 Glenn Morris <rgm@gnu.org>
2349
2350 * trouble.texi (Checklist): Use bug-gnu-emacs rather than
2351 emacs-pretest-bug for bug reports for development versions.
2352
2353 2010-01-11 Glenn Morris <rgm@gnu.org>
2354
2355 * display.texi (Highlight Interactively): `t' does not mean highlight
2356 all patterns. (Bug#5335)
2357
2358 2009-12-29 Chong Yidong <cyd@stupidchicken.com>
2359
2360 * misc.texi (Shell): Document async-shell-command.
2361
2362 * building.texi (Grep Searching): Document zrgrep.
2363
2364 * mini.texi (Completion Options): Mention `initials' completion style.
2365
2366 2009-12-29 Nick Roberts <nickrob@snap.net.nz>
2367
2368 * building.texi: Import GDB Graphical Interface description from
2369 EMACS_23_1_RC.
2370
2371 2009-12-24 Chong Yidong <cyd@stupidchicken.com>
2372
2373 * emacs.texi (Top): Update node listing.
2374
2375 * abbrevs.texi (Saving Abbrevs): Abbrev file should be in .emacs.d.
2376
2377 * basic.texi (Moving Point): M-r is now move-to-window-line-top-bottom.
2378
2379 * cmdargs.texi (Initial Options):
2380 * xresources.texi (Resources): Document inhibit-x-resources.
2381
2382 * custom.texi (Specifying File Variables): Note that minor modes are
2383 enabled unconditionally.
2384
2385 * display.texi (Scrolling): Briefly document the old recenter command,
2386 and document recenter-positions.
2387
2388 * files.texi (Visiting):
2389 * buffers.texi (Buffers): Max buffer size is now 512 MB.
2390
2391 * frames.texi (Cut/Paste Other App):
2392 Document save-interprogram-paste-before-kill.
2393
2394 * killing.texi (Kill Options): New node.
2395
2396 2009-12-05 Chong Yidong <cyd@stupidchicken.com>
2397
2398 * misc.texi (Shell Options): ansi-color is now default.
2399
2400 2009-12-05 Glenn Morris <rgm@gnu.org>
2401
2402 * emacs.texi (Top): Update menu for cal-xtra node changes.
2403 * calendar.texi (Displaying the Diary): Holidays may be in the buffer
2404 or mode line. Don't mention invisible text or the details of
2405 diary-print-entries here, only in cal-xtra.
2406 (Format of Diary File): Mention that the "date on first line" format
2407 only really affects the simple display.
2408 * cal-xtra.texi (Advanced Calendar/Diary Usage): Update menu.
2409 (Diary Customizing): Holidays may be in the buffer or mode line.
2410 Move diary-print-entries to the "Diary Display" section.
2411 (Diary Display): New section, split out from "Fancy Diary Display".
2412 Explain the limitations of simple display, and how to print it.
2413
2414 * calendar.texi (Displaying the Diary): Mention keys apply to calendar.
2415
2416 * cal-xtra.texi (Diary Display): Mention View mode.
2417
2418 2009-11-29 Juri Linkov <juri@jurta.org>
2419
2420 * display.texi (Highlight Interactively): Actually a list of
2421 default faces is pre-loaded into a list of default values
2422 instead of the history.
2423
2424 2009-11-20 Glenn Morris <rgm@gnu.org>
2425
2426 * ack.texi (Acknowledgments):
2427 * emacs.texi (Acknowledgments): Add htmlfontify.
2428
2429 2009-11-14 Glenn Morris <rgm@gnu.org>
2430
2431 * cal-xtra.texi (Holiday Customizing): Replace obsolete alias.
2432
2433 * ack.texi (Acknowledgments):
2434 * emacs.texi (Acknowledgments): Update for recent Org changes.
2435
2436 2009-10-31 Chong Yidong <cyd@stupidchicken.com>
2437
2438 * mule.texi (Charsets): Numerous copyedits. Don't discuss the
2439 `charset' property, which is irrelevant to the user manual (Bug#3526).
2440
2441 2009-10-14 Juanma Barranquero <lekktu@gmail.com>
2442
2443 * trouble.texi (DEL Does Not Delete): Fix typo.
2444
2445 2009-10-05 Michael Albinus <michael.albinus@gmx.de>
2446
2447 * files.texi (Misc File Ops): Mention copy-directory.
2448
2449 2009-10-04 Eli Zaretskii <eliz@gnu.org>
2450
2451 * mule.texi (Unibyte Mode): Emphasize that
2452 unibyte-display-via-language-environment affects only the display.
2453
2454 * display.texi (Horizontal Scrolling): Document cursor behavior under
2455 horizontal scrolling when point moves off the screen (Bug#4564).
2456 Improve wording.
2457
2458 2009-10-01 Michael Albinus <michael.albinus@gmx.de>
2459
2460 * files.texi (Directories): delete-directory prompts for recursive
2461 deletion.
2462
2463 2009-09-30 Glenn Morris <rgm@gnu.org>
2464
2465 * ack.texi (Acknowledgments):
2466 * emacs.texi (Acknowledgments): CEDET updates. Fix Hungarian accent.
2467
2468 2009-09-25 Tassilo Horn <tassilo@member.fsf.org>
2469
2470 * dired.texi (Dired Navigation): Use @code instead of @var for
2471 dired-isearch-filenames, so that it's not capitalized.
2472
2473 2009-09-19 Chong Yidong <cyd@stupidchicken.com>
2474
2475 * frames.texi (Frame Commands): C-z is now bound to suspend-frame.
2476
2477 * entering.texi (Exiting): C-z is now bound to suspend-frame.
2478
2479 * custom.texi (Init Examples): Replace Rumseld with Cheny (Bug#3519).
2480 (Key Bindings): Reference Init Rebinding in introductory text.
2481 Shift some of the introduction to Keymaps node.
2482 (Keymaps): Simplify.
2483 (Local Keymaps): Simplify. Move binding example to Init Rebinding.
2484 (Minibuffer Maps): Remove mention of Mocklisp.
2485 (Init Rebinding): Move mode-local rebinding example here from Local
2486 Keymaps.
2487 (Modifier Keys): Clarify.
2488 (Rebinding): Add cindex for "binding keys".
2489
2490 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
2491
2492 * misc.texi (Invoking emacsclient): Minor clarifications (Bug#4419).
2493
2494 2009-08-31 Nick Roberts <nickrob@snap.net.nz>
2495
2496 * building.texi (Threads Buffer, Multithreaded Debugging):
2497 Reorganize these two sections.
2498
2499 2009-08-29 Eli Zaretskii <eliz@gnu.org>
2500
2501 * cmdargs.texi (Initial Options): Fix last change.
2502
2503 2009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
2504
2505 * mule.texi (Enabling Multibyte):
2506 * cmdargs.texi (General Variables): Remove EMACS_UNIBYTE.
2507 (Initial Options): Remove --(no-)multibyte, --(no-)unibyte.
2508
2509 2009-08-20 Glenn Morris <rgm@gnu.org>
2510
2511 * cal-xtra.texi (Non-Gregorian Diary): Mention ``Adar I'' special case.
2512
2513 2009-08-19 Glenn Morris <rgm@gnu.org>
2514
2515 * ack.texi (Acknowledgments): Remove cvtmail. Mention info-finder.
2516
2517 2009-08-18 Glenn Morris <rgm@gnu.org>
2518
2519 * ack.texi (Acknowledgments):
2520 * emacs.texi (Acknowledgments): Update for js.el replacing js2-mode.el.
2521
2522 * ack.texi (Acknowledgments): Add ucs-normalize.el and files-x.el.
2523
2524 2009-08-09 Glenn Morris <rgm@gnu.org>
2525
2526 * ack.texi (Acknowledgments):
2527 * emacs.texi (Acknowledgments): Add gdb-mi entry.
2528
2529 2009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
2530
2531 * emacs.texi (Top): Add new menu items for GDB-UI.
2532
2533 * building.texi (GDB Graphical Interface): Add Multithreaded debugging
2534 section. Threads buffer is in separate section now.
2535
2536 2009-08-08 Glenn Morris <rgm@gnu.org>
2537
2538 * ack.texi (Acknowledgments):
2539 * emacs.texi (Acknowledgments):
2540 Update for js2-mode and org changes.
2541
2542 2009-08-02 Michael Albinus <michael.albinus@gmx.de>
2543
2544 * files.texi (Reverting): Auto-Revert Tail mode works also for remote
2545 files.
2546
2547 2009-07-28 Chong Yidong <cyd@stupidchicken.com>
2548
2549 * building.texi (Lisp Libraries): Clarify meaning of autoloading.
2550
2551 2009-07-23 Glenn Morris <rgm@gnu.org>
2552
2553 * programs.texi (Matching): Update blink-matching-paren-distance.
2554
2555 2009-07-21 Chong Yidong <cyd@stupidchicken.com>
2556
2557 * frames.texi (Cut/Paste Other App): For select-active-regions,
2558 selection is now updated on moving point.
2559
2560 2009-07-21 Richard Stallman <rms@gnu.org>
2561
2562 * glossary.texi (GNU, Daemon): Update information.
2563
2564 2009-07-19 Juri Linkov <juri@jurta.org>
2565
2566 * custom.texi (Specifying File Variables, Safe File Variables):
2567 "variables/value pairs" -> "variable/value pairs".
2568
2569 2009-07-15 Glenn Morris <rgm@gnu.org>
2570
2571 * misc.texi (Gnus): Remove widow.
2572
2573 2009-07-11 Glenn Morris <rgm@gnu.org>
2574
2575 * Makefile.in (TEXI2PDF): New.
2576 (emacs.pdf, emacs-xtra.pdf): New targets.
2577
2578 * arevert-xtra.texi (Autorevert): Add menu descriptions.
2579
2580 * display.texi (Horizontal Scrolling): Re-word to remove widow.
2581
2582 * emacs.texi (Top): Info can be read from other places than Emacs.
2583 Don't print the copying notice twice in the printed version.
2584 Update the menu and detailmenu.
2585 (Preface): The meaning of "on-line" has changed.
2586 Correct name for "Common Problems" chapter.
2587 (Distrib): Update FSF shop URL.
2588 (Intro): Showing two files at once is not so exciting.
2589
2590 * macos.texi (Mac OS / GNUstep): Fix spelling and cross-reference.
2591 (Mac / GNUstep Basics): Minor grammar changes.
2592 (Mac / GNUstep Events): Fix typo.
2593 (GNUstep Support): CANNOT_DUMP no longer applies.
2594
2595 * misc.texi (Document View): Fix typos.
2596
2597 * dired.texi (Dired):
2598 * help.texi (Help):
2599 * macos.texi (Mac OS / GNUstep):
2600 * maintaining.texi (Version Control, Introduction to VC):
2601 End menu descriptions with a period.
2602
2603 2009-07-09 Eli Zaretskii <eliz@gnu.org>
2604
2605 * msdog.texi (Windows Files) <w32-get-true-file-attributes>: Don't be
2606 so categorical in saying that the option is only useful on NTFS.
2607
2608 2009-07-09 Glenn Morris <rgm@gnu.org>
2609
2610 * Makefile.in (texinfodir): New variable, with location of texinfo.tex.
2611 (ENVADD): Add texinfodir to TEXINPUTS.
2612
2613 * emacs.texi (Top): Fix cross-reference.
2614
2615 * maintaining.texi (VC Directory Buffer): Fix cross-reference.
2616
2617 * vc1-xtra.texi (Revision Tags): Fix typo.
2618
2619 2009-07-03 Glenn Morris <rgm@gnu.org>
2620
2621 * emerge-xtra.texi (Emerge): Tweak Misc menu description.
2622 (Submodes of Emerge): Skip Prefers is only relevant with an ancestor.
2623 (Merge Commands): `.' does not seem to work in A or B buffer.
2624 `l' can recreate the 3-window display.
2625
2626 * glossary.texi (Glossary): Minor phrasing changes throughout.
2627 Add more internal cross-references.
2628 <Autoloading>: You can't really autoload a variable.
2629 <C-M->: Move details here from `M-C-' item.
2630 <Continuation Line>: Refer to `Truncation.'
2631 <Daemon, Free Software, Free Software Foundation, FSF, GNU>:
2632 <Home Directory, Unix>: New entries.
2633 <Deletion of Files>: Mention recycle bins.
2634 <Directory>: Mention ``folders.''
2635 <Error>: Don't mention ``type-ahead.''
2636 <Fringe>: Refer to the manual node.
2637 <Minor Mode>: Can be global or local.
2638 <Spell Checking>: There are other checkers besides Ispell.
2639
2640 2009-07-02 Glenn Morris <rgm@gnu.org>
2641
2642 * anti.texi (Antinews): Minor changes in phrasing.
2643
2644 * cal-xtra.texi, fortran-xtra.texi: Re-order a few things to reduce
2645 some underfull lines in dvi output.
2646
2647 * emacs-xtra.texi (Introduction): Mention included in info Emacs manual.
2648
2649 * sending.texi (Mail Sending): Add a tiny bit on mailclient.
2650
2651 * vc-xtra.texi (Advanced VC Usage): End all menu items with a period.
2652
2653 2009-07-01 Jan Djärv <jan.h.d@swipnet.se>
2654
2655 * xresources.texi (Table of Resources): Mention maximized for
2656 fullscreen.
2657
2658 * cmdargs.texi (Window Size X): -mm/--maximized is new.
2659
2660 2009-07-01 Chong Yidong <cyd@stupidchicken.com>
2661
2662 * anti.texi (Antinews): Correct the list of removed platforms.
2663
2664 2009-06-28 Glenn Morris <rgm@gnu.org>
2665
2666 * arevert-xtra.texi: Minor language tweaks.
2667
2668 * dired-xtra.texi: Minor revisions.
2669
2670 2009-06-23 Miles Bader <miles@gnu.org>
2671
2672 * display.texi (Scrolling): Document `recenter-redisplay'.
2673 (Temporary Face Changes): Document `text-scale-set'.
2674
2675 2009-06-21 Chong Yidong <cyd@stupidchicken.com>
2676
2677 * Branch for 23.1.
2678
2679 2009-06-17 Kenichi Handa <handa@m17n.org>
2680
2681 * mule.texi (Charsets): Update the description for the new charset.
2682 (list-character-sets): New findex.
2683 (Language Environments): Add @anchor{Describe Language Environment}.
2684
2685 2009-06-10 Chong Yidong <cyd@stupidchicken.com>
2686
2687 * basic.texi (Moving Point): Fix tag.
2688
2689 * picture-xtra.texi (Insert in Picture): Use <next> and <prior>.
2690
2691 * mini.texi (Completion Commands): Decapitalize <next> and <prior>, and
2692 use camel-case for PageUp and PageDown.
2693
2694 * display.texi (Scrolling): Decapitalize <next> and <prior>, and use
2695 camel-case for PageUp and PageDown.
2696
2697 * calendar.texi (Scroll Calendar): Decapitalize <next> and <prior>.
2698
2699 * search.texi (Isearch Scroll): Add isearch-allow-scroll to index.
2700 (Isearch Scroll): Decapitalize <next> and <prior>.
2701
2702 2009-06-09 Agustín Martín <agustin.martin@hispalinux.es>
2703
2704 * fixit.texi (Spelling): Set default dictionary.
2705 Improve descriptions (Bug#2554)
2706
2707 2009-06-08 David Reitter <david.reitter@gmail.com>
2708
2709 * macos.texi (Color panel, Font panel): Remove mention of Save Options,
2710 since saving colors and faces set this way is not implemented.
2711 (Environment variables): Remove mention of mac-fix-env, which is
2712 scheduled to be removed.
2713
2714 2009-06-04 Chong Yidong <cyd@stupidchicken.com>
2715
2716 * custom.texi (Init Examples): Add example of changing load-path.
2717
2718 * building.texi (Lisp Libraries): Add example of changing
2719 load-path (Bug#3446).
2720
2721 2009-05-28 Chong Yidong <cyd@stupidchicken.com>
2722
2723 * mark.texi (Mark): Further clarifications.
2724 (Setting Mark): Emphasize that C-SPC activates the mark.
2725
2726 2009-05-28 Chong Yidong <cyd@stupidchicken.com>
2727
2728 * mark.texi (Mark): Clarify introduction. Mention disabling Transient
2729 Mark mode.
2730 (Using Region, Persistent Mark): Use "active mark" instead of "active
2731 region".
2732
2733 2009-05-16 Ari Roponen <ari.roponen@gmail.com> (tiny change)
2734
2735 * mule.texi (Select Input Method): Fix typo.
2736
2737 2009-05-13 Chong Yidong <cyd@stupidchicken.com>
2738
2739 * anti.texi (Antinews): Document completion changes. Some additional
2740 copyedits and rearrangement of entries.
2741
2742 2009-05-12 Chong Yidong <cyd@stupidchicken.com>
2743
2744 * misc.texi (Interactive Shell, Saving Emacs Sessions)
2745 (Shell History Copying, Terminal emulator): Copyedits.
2746
2747 * xresources.texi (Resources): Simplify descriptions.
2748 Shorten description of editres, which is not very useful these days.
2749 (Table of Resources): Document fontBackend resource.
2750
2751 * trouble.texi (Quitting): Add other undo bindings to table.
2752 (DEL Does Not Delete): Note that the erasure key is usually labeled
2753 "Backspace". Remove discussion of obscure Xmodmap issue.
2754
2755 2009-05-07 Chong Yidong <cyd@stupidchicken.com>
2756
2757 * files.texi (Visiting): Copyedits.
2758
2759 2009-05-06 Chong Yidong <cyd@stupidchicken.com>
2760
2761 * basic.texi (Inserting Text): Document ucs-insert.
2762
2763 * mule.texi (International Chars): Define "multibyte". Note that
2764 internal representation is unicode-based. Simplify definition of raw
2765 bytes. Mention ucs-insert.
2766 (Enabling Multibyte): Remove obsolete discussion. Copyedits.
2767 (Language Environments): Add language environments new to Emacs 23.
2768 (Multibyte Conversion): Node deleted.
2769 (Coding Systems): Remove obsolete unify-8859-on-decoding-mode.
2770 Don't mention obsolete emacs-mule coding system.
2771 (Output Coding): Copyedits.
2772
2773 * emacs.texi (Top): Update node listing.
2774
2775 2009-05-05 Per Starbäck <per@starback.se> (tiny change)
2776
2777 * trouble.texi (Lossage): Use new binding of view-emacs-problems.
2778
2779 2009-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
2780
2781 * building.texi (Lisp Libraries): `load-library' does offer completion.
2782
2783 2009-04-28 Chong Yidong <cyd@stupidchicken.com>
2784
2785 * frames.texi (Text-Only Mouse): Mention gpm-mouse-mode instead of
2786 t-mouse-mode. Suggested by Per Starbäck (Bug#3126).
2787
2788 2009-04-25 Eli Zaretskii <eliz@gnu.org>
2789
2790 * maintaining.texi (Tags): Clarify text. (Bug#3101)
2791
2792 2009-04-22 Chong Yidong <cyd@stupidchicken.com>
2793
2794 * entering.texi (Entering Emacs): Document initial-buffer-choice.
2795
2796 * building.texi (Lisp Interaction): Document initial-scratch-message.
2797
2798 2009-04-18 Juanma Barranquero <lekktu@gmail.com>
2799
2800 * msdog.texi (Windows Fonts): Fix typos.
2801
2802 * files.texi (Save Commands): Fix pxref.
2803
2804 2009-04-18 Chong Yidong <cyd@stupidchicken.com>
2805
2806 * files.texi (Save Commands): Mention diff-buffer-with-file.
2807 (Comparing Files): Document diff-buffer-with-file. Suggested by Magnus
2808 Henoch (Bug#3036).
2809
2810 2009-03-15 Glenn Morris <rgm@gnu.org>
2811
2812 * sending.texi (Mail Format): Replace "Sender" with "Message-Id", since
2813 the former is not always used.
2814 (Mail Headers): Use active voice. Add "Mail-reply-to".
2815 Change case of "Id". Avoid repeated "appropriate".
2816 (Mail Aliases): Fix previous change - use an example with a ".", so it
2817 does actually get quoted when expanded.
2818 (Mail Sending): Mailclient is the default on some systems.
2819 (Citing Mail): Mention mail-indentation-spaces.
2820 (Mail Mode Misc): Add an @dfn for "mail signature".
2821
2822 2009-03-15 Chong Yidong <cyd@stupidchicken.com>
2823
2824 * mini.texi (Completion Commands): Describe Emacs 23 completion rules.
2825 (Completion Options): Document read-file-name-completion-ignore-case,
2826 read-buffer-completion-ignore-case, and completion-styles.
2827 Remove description of partial-completion-mode.
2828
2829 2009-03-14 Glenn Morris <rgm@gnu.org>
2830
2831 * sending.texi (Mail Format): Fix typo. Add index entry for
2832 mail-header-separator.
2833 (Mail Headers): Put info about initialization and changing in one place
2834 at the start. Update FCC section for mbox Rmail. Clarify From
2835 section, mention mail-setup-with-from. Clarify Reply-to section.
2836 Add Mail-followup-to and mail-mailing-lists. Clarify References
2837 section.
2838 (Mail Aliases): Update example, make less contentious.
2839 Update for name change of mail-interactive-insert-alias.
2840 (Mail Mode): Remove mention of `%' as a word separator.
2841 (Mail Sending): Mention mail-send-hook. Mention Mailclient.
2842 (Header Editing): Add reply-to, mail-reply-to, and mail-followup-to
2843 commands. Clarify FCC handling. In mail-complete, add reference to
2844 Mail Aliases section, and mention mail-complete-function.
2845 (Citing Mail): Mention mail-yank-ignored-headers and mail-citation-hook.
2846 (Mail Mode Misc): Clarify the mail-signature function. Add basic
2847 signature netiquette. Explain how the mail hooks work when continuing
2848 a composition.
2849 (Mail Amusements): Internationalize the spook section a bit.
2850 Remove the spook mail-setup-hook example, since it doesn't work well.
2851 Mention fortune-file.
2852 (Mail Methods): Mention read-mail-command.
2853
2854 2009-03-14 David Reitter <david.reitter@gmail.com>
2855
2856 * macos.texi (Mac / GNUstep Basics): Remove references to Prefs panel
2857 and NS resources following recent changes.
2858
2859 2009-03-10 Jason Rumney <jasonr@gnu.org>
2860
2861 * msdog.texi (Windows Misc): Remove doc for obsolete variable. Modify
2862 w32-use-visible-system-caret doc to indicate that it should get set
2863 automatically.
2864 (Windows Fonts): Add doc for the uniscribe backend.
2865
2866 2009-03-08 Dan Nicolaescu <dann@ics.uci.edu>
2867
2868 * maintaining.texi (VC Directory Commands): Fix doc for the x key in
2869 vc-dir. (Bug#2598)
2870
2871 2009-03-05 Reiner Steib <Reiner.Steib@gmx.de>
2872
2873 * fixit.texi (Spelling): Add turn-on-flyspell. (Bug#2517)
2874
2875 2009-03-05 Glenn Morris <rgm@gnu.org>
2876
2877 * rmail.texi (Rmail Basics): Add reference to sorting.
2878 (Rmail Scrolling, Rmail Motion, Rmail Reply, Rmail Display):
2879 Minor re-wordings.
2880 (Rmail Motion): Mention rmail-next-same-subject.
2881 (Rmail Deletion): Expunging is not the only way to change the numbers.
2882 (Rmail Labels): Labels can also be used in sorting.
2883 (Rmail Summary Edit): Mention rmail-summary-next-same-subject.
2884 (Rmail Display): Mention rmail-mime.
2885
2886 2009-03-04 Glenn Morris <rgm@gnu.org>
2887
2888 * rmail.texi (Rmail Sorting): Add the keybindings associated with each
2889 sort command. Fix `rmail-sort-by-labels' name. Mention sorting from
2890 summary. Mention sorts cannot be undone.
2891 (Rmail Display): Give an example of how to use goto-address-mode.
2892 (Rmail Editing): It's keybindings that are redefined, not commands.
2893 Fix some typos.
2894 (Movemail): Some minor rewording.
2895 (Remote Mailboxes): Emacs movemail supports pop by default.
2896 Fix some minor grammatical issues. The "two alternative ways" to
2897 specify a POP mailbox are really just one. Remove all reference to the
2898 variables rmail-pop-password and rmail-pop-password-required, obsolete
2899 since Emacs 22.1. Clarify the four password steps. Emacs movemail
2900 can support Kerberos.
2901
2902 2009-03-03 Glenn Morris <rgm@gnu.org>
2903
2904 * rmail.texi (Rmail Deletion): Revert previous change, which was
2905 describing the Rmail summary versions.
2906 (Rmail Reply): Give more details of rmail-dont-reply-to-names.
2907 Minor re-wording for rmail-resend.
2908 (Rmail Make Summary): Summaries apply to buffers rather than files.
2909 <rmail-summary-by-topic>: Headers includes the subject.
2910 <rmail-summary-by-recipients, rmail-summary-by-topic>: Give more
2911 details, including prefix arguments.
2912 Mention rmail-summary-by-senders on C-M-f.
2913 Not counting lines might be faster.
2914 (Rmail Summary Edit): More details on the delete commands.
2915 Mention rmail-summary-undelete-many, rmail-summary-bury, and C-M-n/p.
2916 Name the commands bound to the various keys. Mention prefix argument
2917 for searching.
2918 (Rmail Display): Mention rmail-displayed-headers. Fix typo.
2919 Simplify rmail-highlighted-headers description. Update face name.
2920
2921 2009-03-02 Juanma Barranquero <lekktu@gmail.com>
2922
2923 * mark.texi (Marking Objects): Fix typo.
2924
2925 2009-03-01 Chong Yidong <cyd@stupidchicken.com>
2926
2927 * abbrevs.texi (Expanding Abbrevs): Mention abbrev-expand-functions
2928 instead of obsolete pre-abbrev-expand-hook. Link to elisp manual.
2929
2930 2009-03-01 Glenn Morris <rgm@gnu.org>
2931
2932 * rmail.texi (Rmail): Fix some typos. Use consistent case in menu.
2933 (Rmail Motion): - M-s searches from the end of messages.
2934 (Rmail Deletion): Minor clarification. Fix numeric argument
2935 description.
2936 (Rmail Inbox): Fix default inbox description. Mention `mbox' by name.
2937 newmail and RMAILOSE files need not be in home-directory.
2938 (Rmail Files): Mention I/O menus are unselectable if no files match.
2939 Mention `MAIL' env-var.
2940
2941 2009-02-24 Jason Rumney <jasonr@gnu.org>
2942
2943 * mule.texi (Fontsets): Mention fontset-default, font specs and
2944 fallback fontsets.
2945 (Defining Fontsets): Mention ns and w32 variants of
2946 standard-fontset-spec. Update description of startup fontset to match
2947 Emacs 23 behavior.
2948 (Modifying Fontsets): New section. (Bug#656)
2949 (International): Link to Modifying Fontsets.
2950
2951 2009-02-23 Adrian Robert <Adrian.B.Robert@gmail.com>
2952
2953 * macos.texi (Mac / GNUstep Basics, Mac / GNUstep Customization):
2954 Mention ns-extended-platform-support-mode.
2955
2956 2009-02-22 Karl Berry <karl@gnu.org>
2957
2958 * macos.texi (Mac / GNUstep Customization): One more duplicate "the".
2959
2960 2009-02-19 Juanma Barranquero <lekktu@gmail.com>
2961
2962 * basic.texi (Moving Point, Position Info):
2963 * files.texi (Visiting):
2964 * mini.texi (Completion Options):
2965 * text.texi (HTML Mode): Remove duplicate words.
2966
2967 2009-02-20 Glenn Morris <rgm@gnu.org>
2968
2969 * rmail.texi: Minor updates for mbox rather than Babyl.
2970
2971 2009-02-17 Karl Berry <karl@gnu.org>
2972
2973 * emacs.texi (Top): Add @insertcopying before master menu. (Bug#1988)
2974
2975 2009-02-17 Richard M Stallman <rms@gnu.org>
2976
2977 * anti.texi (Antinews): Mention Babyl format.
2978
2979 * emacs.texi (Top): Delete `Out of Rmail' from subnode menu.
2980
2981 * rmail.texi: Update for mbox format.
2982 Various small fixes, as well as the following.
2983 (Out of Rmail): Node deleted.
2984 (Rmail): Update menu.
2985 (Rmail Files): Comment out set-rmail-inbox-list.
2986 Document rmail-inbox-list instead.
2987 (Rmail Output): Substantial changes since C-o is now
2988 rmail-output-as-seen and o is rmail-output.
2989 (Rmail Attributes): Delete `stored', add `retried'.
2990 (Rmail Display): Editing headers works in all cases.
2991
2992 2009-02-17 Glenn Morris <rgm@gnu.org>
2993
2994 * basic.texi (Position Info): M-x count-lines-region is not always on
2995 M-=. (Bug#2269)
2996
2997 2009-02-09 Glenn Morris <rgm@gnu.org>
2998
2999 * calendar.texi (Holidays, Displaying the Diary): Update for new marker
3000 defaults.
3001
3002 2009-02-07 Eli Zaretskii <eliz@gnu.org>
3003
3004 * rmail.texi (Rmail Coding) <rmail-redecode-body>: Remove stale
3005 documentation of possible problems with redecoding.
3006
3007 2009-02-03 Glenn Morris <rgm@gnu.org>
3008
3009 * rmail.texi (Out of Rmail): Mention b2m.pl.
3010
3011 2009-01-31 Glenn Morris <rgm@gnu.org>
3012
3013 * rmail.texi (Out of Rmail): Correct b2m location.
3014
3015 2009-01-27 Chong Yidong <cyd@stupidchicken.com>
3016
3017 * fixit.texi (Undo): Update undo limit values.
3018
3019 2009-01-27 Glenn Morris <rgm@gnu.org>
3020
3021 * emacs.texi (Top): Fix Antinews menu entry.
3022
3023 2009-01-25 Karl Berry <karl@gnu.org>
3024
3025 * text.texi (Foldout): Use @itemize @w{} to make an itemize
3026 item with no marker, instead of the syntactically incorrect
3027 @itemize @asis.
3028
3029 2009-01-25 Juri Linkov <juri@jurta.org>
3030
3031 * building.texi (Grep Searching): Fix index entry for lgrep.
3032
3033 2009-01-24 Eli Zaretskii <eliz@gnu.org>
3034
3035 * msdog.texi (Windows Printing): Add an index entry for Ghostscript.
3036
3037 2009-01-21 Adrian Robert <Adrian.B.Robert@gmail.com>
3038
3039 * macos.texi (Preferences Panel): Update description of font setting to
3040 reflect that prior frame selection is no longer needed.
3041
3042 2009-01-20 Nick Roberts <nickrob@snap.net.nz>
3043
3044 * building.texi (Debuggers): Revert some of 2008-10-31 change to
3045 raise GUD subsections.
3046
3047 2009-01-15 Glenn Morris <rgm@gnu.org>
3048
3049 * ack.texi (Acknowledgments): Another update based mainly on AUTHORS.
3050
3051 2009-01-10 Glenn Morris <rgm@gnu.org>
3052
3053 * ack.texi (Acknowledgments): Some more updates based on AUTHORS.
3054
3055 2009-01-04 Chong Yidong <cyd@stupidchicken.com>
3056
3057 * display.texi (Visual Line Mode): M-] and M-[ no longer move by
3058 logical lines.
3059
3060 2008-12-29 Juri Linkov <juri@jurta.org>
3061
3062 * mini.texi (Minibuffer History): Add a link to `Isearch Minibuffer'.
3063
3064 * text.texi (Fill Commands): Replace `M-s' with `M-o M-s'.
3065
3066 2008-12-28 Chong Yidong <cyd@stupidchicken.com>
3067
3068 * misc.texi (Goto Address mode): Rename from Goto-address. Refer to
3069 goto-address-mode instead of goto-address.
3070
3071 * rmail.texi (Rmail Display): Goto-address renamed to Goto Address
3072 mode.
3073
3074 * emacs.texi (Top): Update node listing.
3075
3076 2008-12-26 Eli Zaretskii <eliz@gnu.org>
3077
3078 * custom.texi (Directory Variables): Explain what is a "project".
3079 Add indexing. Improve wording. Add a footnote about using
3080 _dir-locals.el on MS-DOS.
3081
3082 2008-12-24 Dan Nicolaescu <dann@ics.uci.edu>
3083
3084 * files.texi (Misc File Ops): Mention chmod as an alias for
3085 set-file-modes.
3086
3087 2008-12-24 Martin Rudalics <rudalics@gmx.at>
3088
3089 * help.texi (Help): Fix typos and reword.
3090 (Help Summary): Add entries for C-h n and C-h r, reorder
3091 entries, and do some minor fixes.
3092 (Name Help): Say that C-h F works for commands only.
3093 (Misc Help): Say that view-lossage displays 300 keystrokes.
3094
3095 2008-12-20 Glenn Morris <rgm@gnu.org>
3096
3097 * ack.texi (Acknowledgments): General update based on AUTHORS,
3098 including removal of some stuff no longer distributed.
3099
3100 2008-12-19 Agustin Martin <agustin.martin@hispalinux.es>
3101
3102 * fixit.texi: Mention hunspell
3103
3104 2008-12-19 Glenn Morris <rgm@gnu.org>
3105
3106 * ack.texi (Acknowledgments): Small grammar fix.
3107 Consolidate explanatory text at start.
3108
3109 * display.texi (Text Display):
3110 * indent.texi (Indentation): Use @acronym with ASCII.
3111
3112 2008-12-18 Glenn Morris <rgm@gnu.org>
3113
3114 * ack.texi: Various small updates and fixes.
3115
3116 2008-12-18 Juri Linkov <juri@jurta.org>
3117
3118 * search.texi (Word Search): Replace `C-s RET C-w' with `M-s w RET'
3119 as a key binding to start a forward nonincremental word search.
3120 Replace `C-r RET C-w' with `M-s w C-r RET' as a key binding to start
3121 a backward nonincremental word search. Add index for `M-s w'
3122 `isearch-forward-word'.
3123 (Regexp Search): Add a short summary of regexp key commands like
3124 in the node "Basic Isearch".
3125 (Other Repeating Search): Fix typo.
3126
3127 2008-12-14 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3128
3129 * misc.texi (PostScript Variables): Fix doc.
3130
3131 2008-12-10 Chong Yidong <cyd@stupidchicken.com>
3132
3133 * programs.texi (Program Modes): Mention Ruby mode.
3134
3135 2008-12-10 Dan Nicolaescu <dann@ics.uci.edu>
3136
3137 * misc.texi (emacsclient Options): Describe what an empty string
3138 argument does for --alternate-editor.
3139
3140 2008-12-09 Frank Schmitt <ich@frank-schmitt.net>
3141
3142 * cmdargs.texi (Font X): Distinguish between client-side and
3143 server-side fonts. List valid Fontconfig properties. Add reference to
3144 Fontconfig manual. List valid GTK font properties. Explain use of
3145 fc-list.
3146
3147 2008-12-09 Chong Yidong <cyd@stupidchicken.com>
3148
3149 * cmdargs.texi (Font X): Move discussion of quoting to top.
3150
3151 2008-12-06 Glenn Morris <rgm@gnu.org>
3152
3153 * maintaining.texi (Old Revisions): Improve previous change.
3154
3155 2008-12-05 Richard M Stallman <rms@gnu.org>
3156
3157 * anti.texi (Antinews): Minor fixes.
3158
3159 2008-12-03 Glenn Morris <rgm@gnu.org>
3160
3161 * maintaining.texi (Old Revisions): Fix diff-switches description.
3162
3163 2008-12-01 Martin Rudalics <rudalics@gmx.at>
3164
3165 * emacs.texi (Top): Fix typo.
3166
3167 2008-11-30 Chong Yidong <cyd@stupidchicken.com>
3168
3169 * misc.texi (Document View): Explain dependence on gs at the top.
3170 Copyedits.
3171
3172 * emacs.texi (Top): Add DocView nodes to detailed node listing.
3173
3174 * programs.texi (Other C Commands): Document hide-ifdef-shadow.
3175 (Comment Commands): Discuss region-active behavior of M-; first.
3176
3177 2008-11-29 Martin Rudalics <rudalics@gmx.at>
3178
3179 * display.texi (Line Truncation): Add reference to Continuation
3180 Lines.
3181
3182 * windows.texi (Pop Up Window): Mention split-height-threshold
3183 and split-width-threshold.
3184 (Split Window): Add reference to Continuation Lines.
3185
3186 2008-11-28 Adrian Robert <Adrian.B.Robert@gmail.com>
3187
3188 * macos.texi: Change references to "Mac" to "Mac / GNUstep".
3189 (GNUstep Support): New node.
3190 * anti.texi:
3191 * emacs.texi:
3192 * msdog.texi: Change reference to Mac OS node to Mac OS / GNUstep.
3193
3194 2008-11-28 Richard M Stallman <rms@gnu.org>
3195
3196 * misc.texi (Dissociated Press): Minor cleanups.
3197
3198 * dired.texi (Image-Dired): Avoid passive.
3199
3200 2008-11-28 Eli Zaretskii <eliz@gnu.org>
3201
3202 * anti.texi (Antinews): Add stuff about Unicode vs emacs-mule
3203 representation.
3204
3205 2008-11-26 Richard M. Stallman <rms@gnu.org>
3206
3207 * files.texi (Visiting): Rewrite paragraph for clarity.
3208
3209 * buffers.texi (Select Buffer): Rewrite paragraphs using active voice.
3210
3211 2008-11-25 Alan Mackenzie <acm@muc.de>
3212
3213 * programs.texi (Moving by Parens): Clarify that parens inside strings
3214 and comments are ignored, and that the commands assume the starting
3215 point isn't in a string or comment.
3216
3217 2008-11-26 Adrian Robert <Adrian.B.Robert@gmail.com>
3218
3219 * macos.texi: Add Prev/Next/Top pointers to all nodes.
3220 (Mac Basics): Merge in Grabbing Environment Variables from earlier
3221 version.
3222 (Mac Customization): Rewrite Preferences Panel section and merge in to
3223 this node, add Open files by dragging to an Emacs window.
3224
3225 * emacs.texi: Remove TOC reference to Mac Preferences Panel section.
3226
3227 2008-11-26 Chong Yidong <cyd@stupidchicken.com>
3228
3229 * files.texi (Misc File Ops): Document set-file-modes.
3230
3231 * windows.texi (Split Window): Document integer values of
3232 truncate-partial-width-windows.
3233
3234 * text.texi (Text): Simplify description of markup languages.
3235 (TeX Mode): Simplify introduction. Mention BibTeX mode.
3236 (TeX Editing): Note that `""' inserts one `"' character.
3237 (HTML Mode): Note in the introduction that XML mode is an alias for
3238 SGML mode. Mention nXML mode.
3239
3240 2008-11-25 Chong Yidong <cyd@stupidchicken.com>
3241
3242 * building.texi (Watch Expressions): Fix typo.
3243
3244 2008-11-24 Chong Yidong <cyd@stupidchicken.com>
3245
3246 * files.texi (Visiting): Document new behavior of
3247 confirm-nonexistent-file-or-buffer.
3248
3249 * buffers.texi (Select Buffer):
3250 Document confirm-nonexistent-file-or-buffer.
3251
3252 * picture-xtra.texi (Picture Mode): Use picture-mode instead of
3253 edit-picture.
3254
3255 * text.texi (Text): Simplify introduction. Discard mention of `M-x
3256 edit-picture', since that is just an alias for picture-mode.
3257 (Sentences): Note that repeated M-@ extends the region.
3258 (Pages): Make terminology more consistent. Link to Regexps node.
3259 (Longlines): Discuss relationship with Visual Line mode.
3260 (Text Mode): Remove extraneous discussion of other modes, since they
3261 were already introduced in the parent node.
3262
3263 2008-11-23 Chong Yidong <cyd@stupidchicken.com>
3264
3265 * anti.texi (Antinews): Rewrite.
3266
3267 * entering.texi (Exiting): Mention "minimize" terminology.
3268
3269 * frames.texi (Frame Commands): Mention "minimize" terminology.
3270
3271 * cmdargs.texi (Font X): Document Fontconfig and GTK font specification
3272 formats.
3273 (Icons X): Mention "minimize" terminology and use of icons in taskbar.
3274 (Misc X): Don't document useless -hb option.
3275
3276 2008-11-22 Juri Linkov <juri@jurta.org>
3277
3278 * dired.texi (Dired Navigation): Change normal file name search option
3279 from `non-nil' to `t'. Add `dwim' option.
3280
3281 2008-11-22 Juri Linkov <juri@jurta.org>
3282
3283 * custom.texi (Directory Variables): Rename ".dir-settings.el" to
3284 ".dir-locals.el". Rename `define-project-bindings' to
3285 `dir-locals-set-class-variables'. Rename `set-directory-project' to
3286 `dir-locals-set-directory-class'.
3287
3288 2008-11-22 Lute Kamstra <lute@gnu.org>
3289
3290 * buffers.texi (Select Buffer): Index goto-line.
3291 * basic.texi (Moving Point): Mention the use of a numeric prefix
3292 argument with goto-line and refer to Select Buffer for the use of a
3293 plain prefix argument.
3294
3295 2008-11-19 Glenn Morris <rgm@gnu.org>
3296
3297 * doclicense.texi: Update to FDL 1.3.
3298 * emacs.texi, emacs-xtra.texi: Relicense under FDL 1.3 or later.
3299
3300 2008-11-17 Chong Yidong <cyd@stupidchicken.com>
3301
3302 * custom.texi (Minor Modes): Define mode commands and mode variables
3303 more precisely. Recommend using mode commands instead of setting
3304 variables directly. Put minor modes in a list, and add more modes.
3305 (Easy Customization): Use "init file" instead of .emacs.
3306 (Customization Groups): Update to new Custom buffer appearance.
3307 (Saving Customizations): Copyedits. Update example.
3308 (Variables): Give example of variable type-sensitivity.
3309 (Examining): Update example.
3310 (Hooks): Copyedits.
3311 (Specifying File Variables): Use C comments instead of an artificial
3312 Lisp for the example.
3313 (Keymaps): Move internals discussion to Prefix Keymaps.
3314 (Rebinding): Remove redundant paragraph (stated in Key Binding).
3315 (Init Rebinding): Document kbd macro.
3316 (Init File): Link to Find Init.
3317
3318 * mark.texi (Using Region): Document Delete Selection Mode more
3319 thoroughly.
3320
3321 * frames.texi (Mouse Commands): Move most of the description of Delete
3322 Selection Mode to Using Region, and link to it.
3323 (Clipboard): Note that paste is bound to clipboard-yank.
3324
3325 * building.texi (Compilation): Document first-error value of
3326 compilation-scroll-output.
3327 (Compilation Mode): Note that compilation-auto-jump-to-first-error
3328 works as soon as an error is available. Suggested by Juri Linkov.
3329
3330 * mini.texi (Passwords): New node.
3331
3332 * files.texi (Remote Files): Link to Passwords node.
3333
3334 * emacs.texi (Top): Update node listings.
3335
3336 2008-11-16 Chong Yidong <cyd@stupidchicken.com>
3337
3338 * ack.texi (Acknowledgments): Some updating of credits.
3339
3340 * emacs.texi (Acknowledgments): Add a couple more names.
3341
3342 * dired.texi (Dired Deletion): Document delete-by-moving-to-trash.
3343
3344 * files.texi (Directories): Describe delete-directory in text.
3345 (Misc File Ops): Document use of trash.
3346
3347 2008-11-16 Juanma Barranquero <lekktu@gmail.com>
3348
3349 * macos.texi (Mac Customization): Fix typos.
3350
3351 2008-11-14 Chong Yidong <cyd@stupidchicken.com>
3352
3353 * macos.texi (Mac OS): Move Cocoa manual from ns-emacs.texi to here,
3354 replacing previous contents. Numerous copyedits to adapt ns-emacs to
3355 the conventions of the main Emacs manual.
3356
3357 * emacs.texi (Top): Update node listings.
3358
3359 2008-11-12 Chong Yidong <cyd@stupidchicken.com>
3360
3361 * cmdargs.texi (Emacs Invocation): Link to Emacs Server. Note that
3362 command-line-args is processed during startup.
3363 (Action Arguments): Correctly describe how file arguments interact with
3364 the startup screen. Link to Lisp Interaction for scratch buffer.
3365 (Initial Options): Link to Command Example for -batch option.
3366 (Environment): Document initial-environment.
3367
3368 * entering.texi (Entering Emacs): Note that inhibit-startup-screen
3369 can't be changed in the site-start file.
3370
3371 2008-11-07 Chong Yidong <cyd@stupidchicken.com>
3372
3373 * dired.texi (Dired): Mention C-x C-d too.
3374 (Dired Enter): Document M-n in the Dired minibuffer.
3375 (Dired Navigation): Explain dired-goto-file more clearly.
3376 Document dired-isearch-filenames.
3377 (Dired Deletion): Remove unnecessary "expunged" terminology.
3378 (Flagging Many Files): & is now rebound to `% &'.
3379 (Shell Commands in Dired): Document dired-do-async-shell-command.
3380 Clarify how multi-file arguments are passed.
3381 (Misc Dired Features): Document dired-do-isearch.
3382
3383 2008-11-06 Chong Yidong <cyd@stupidchicken.com>
3384
3385 * entering.texi (Entering Emacs): Document inhibit-startup-screen.
3386
3387 2008-11-03 Chong Yidong <cyd@stupidchicken.com>
3388
3389 * search.texi (Other Repeating Search): Remove obsolete findex entries.
3390
3391 2008-11-01 Chong Yidong <cyd@stupidchicken.com>
3392
3393 * programs.texi (Program Modes): Link to Program Indent node.
3394 (Left Margin Paren): Explain consequences of changing
3395 open-paren-in-column-0-is-defun-start more concisely.
3396 (Which Function, Program Indent, Info Lookup): Minor edits.
3397 (Basic Indent): If region is active, TAB indents the region.
3398 (Multi-line Indent): If region is active, TAB indents the region.
3399 Note that indent-region is useful when Transient Mark mode is off.
3400 (Matching): The delimiter at the cursor is highlighted---the character
3401 changes color.
3402 (Symbol Completion): Link to Completion node.
3403
3404 * misc.texi (Invoking emacsclient): Describe how to use Emacs server in
3405 a strictly text-only system.
3406
3407 * abbrevs.texi (Saving Abbrevs): Note that abbrev file is not loaded in
3408 batch mode.
3409
3410 2008-11-01 Richard M. Stallman <rms@gnu.org>
3411
3412 * misc.texi (Document View): Major rewrite.
3413
3414 * maintaining.texi (Types of Log File): Change logs are older than
3415 version control.
3416 (VCS Concepts): Simplify and rearrange.
3417 (Version Control Systems): Make it clear that Linux is only the kernel.
3418 (VC Mode Line): Shorten reference to menu item.
3419 (Basic VC Editing): Clarify VC fileset. Shorten and simplify.
3420 (VC Directory Mode): Minor cleanup.
3421 Unchanged files are hidden, not omitted.
3422 (VC Directory Commands): Shorten and simplify.
3423 (Change Log Commands): New node, split from Change Logs.
3424 (VC Directory Buffer): New node, split from VC Directory Mode.
3425
3426 2008-10-31 Chong Yidong <cyd@stupidchicken.com>
3427
3428 * misc.texi (Document View): Rename from Document Files, moved here
3429 from files.texi.
3430
3431 * files.texi (Version Control): Move to maintaining.texi.
3432 Subnodes moved as well.
3433 (Document Files): Move to misc.texi.
3434
3435 * maintaining.texi (Change Log): Document log-edit-insert-changelog and
3436 vc-update-change-log.
3437 (Version Control): Move here from files.texi.
3438 (Format of ChangeLog): Make it a subnode of Change Log.
3439
3440 * emacs.texi (Top): Update node listing.
3441
3442 2008-10-31 Tassilo Horn <tassilo@member.fsf.org>
3443
3444 * files.texi (Files): Add a section about document
3445 files (doc-view-mode).
3446
3447 2008-10-31 Chong Yidong <cyd@stupidchicken.com>
3448
3449 * building.texi (Compilation Mode):
3450 Document compilation-auto-jump-to-first-error.
3451 (Debuggers): Lower GUD subsections to subsubsections.
3452 (Starting GUD): Add cindex.
3453 (Lisp Interaction): Note that scratch is no longer the initial buffer.
3454
3455 2008-10-30 Chong Yidong <cyd@stupidchicken.com>
3456
3457 * indent.texi (Indentation): Link to Program Indent.
3458
3459 * misc.texi (Invoking emacsclient): If Emacs has no available frame, it
3460 now uses emacsclient's terminal.
3461
3462 2008-10-29 Chong Yidong <cyd@stupidchicken.com>
3463
3464 * mark.texi (Using Region): Document use-empty-active-region.
3465
3466 * emacs.texi (Top): Update node listings.
3467
3468 * misc.texi (Emacs Server): Rewrite. Document daemon-mode.
3469 Don't mention obsolete emacs.bash script.
3470 (Invoking emacsclient): Rewrite, moving optional arguments to
3471 emacsclient Options.
3472 (emacsclient Options): New node. Document server-use-tcp and
3473 server-host.
3474
3475 2008-10-28 Chong Yidong <cyd@stupidchicken.com>
3476
3477 * indent.texi (Indentation): Replace list with paragraphed text,
3478 putting description of syntax-driven indentation first. Document new
3479 effect of active regions on tab.
3480 (Tab Stops): Note that editable tab stops affect indentation commands.
3481
3482 2008-10-27 Dan Nicolaescu <dann@ics.uci.edu>
3483
3484 * cmdargs.texi (Initial Options): Document -daemon=SERVER_NAME.
3485
3486 2008-10-23 Chong Yidong <cyd@stupidchicken.com>
3487
3488 * custom.texi (Function Keys): Note that modified keypad keys are not
3489 translated.
3490
3491 * basic.texi (Arguments): Explain how to insert multiple digits.
3492
3493 2008-10-22 Michael Albinus <michael.albinus@gmx.de>
3494
3495 * files.texi (Remote Files): Precise selection of default method.
3496 Rewrite paragraph about disabling remote file names.
3497
3498 2008-10-22 Chong Yidong <cyd@stupidchicken.com>
3499
3500 * search.texi (Special Isearch): Document M-TAB is isearch.
3501
3502 * files.texi (VC Mode Line): Use @kbd instead of @key for mouse
3503 command.
3504
3505 * frames.texi: Use @kbd instead of @key for mouse commands throughout.
3506
3507 2008-10-22 Tassilo Horn <tassilo@member.fsf.org>
3508
3509 * emacs.texi (Acknowledgments): Add myself to Acknowledgments
3510 section.
3511
3512 2008-10-21 Chong Yidong <cyd@stupidchicken.com>
3513
3514 * vc1-xtra.texi: Move nodes VC Directory Mode and VC Directory Commands
3515 to files.texi. Move contents of vc2-xtra.texi here.
3516
3517 * vc2-xtra.texi: File removed.
3518
3519 * vc-xtra.texi (Advanced VC Usage): Remove VC Directory Mode and VC
3520 Directory Commands from the submenu. Don't include deleted file
3521 vc2-xtra.texi.
3522
3523 * files.texi (Visiting): Document find-file-confirm-nonexistent-file.
3524 (Version Control): Add VC Directory Mode and VC Directory Commands to
3525 the submenu.
3526 (Why Version Control?): Use table format.
3527 (Version Control Systems): Note that Meta-CVS support is gone.
3528 (VCS Concepts): Note precisely when VC started supporting filesets.
3529 Remove bogus xref to CVS Options node.
3530 (Types of Log File): Copyedits.
3531 (VC Mode Line): Document tooltips and mouse-1 on VC indicator.
3532 (Basic VC Editing): Content moved from Selecting A Fileset and Doing
3533 The Right Thing.
3534 (Selecting A Fileset, Doing The Right Thing): Nodes deleted.
3535 (Log Buffer): Reorganize node, putting C-c C-c description first.
3536 (Old Revisions): Use CVS for example, not RCS.
3537 (Secondary VC Commands): Remove VC Directory Mode and VC Directory
3538 Commands from the submenu, putting them under Version Control.
3539 (VC Directory Mode): Move node contents here from vc1-xtra.texi; we
3540 need to include it in the manual unconditionally, since it is now
3541 crucial to using distributed version control systems.
3542 (Comparing Files): Note that diff uses the minibuffer, and that the
3543 output is shown using Diff mode.
3544 (Diff Mode): Explain what "patch" and "hunk" mean.
3545 Document diff-update-on-the-fly, diff-refine-hunk, and
3546 diff-show-trailing-whitespaces.
3547 (File Archives): Add rar support.
3548
3549 * major.texi (Choosing Modes): Make mode selection sequence more
3550 obvious by describing the steps in order of priority. Note that
3551 magic-mode-alist is nil by default.
3552 Document magic-fallback-mode-alist.
3553
3554 2008-10-20 Chong Yidong <cyd@stupidchicken.com>
3555
3556 * frames.texi (Mouse References): Copyedits.
3557
3558 2008-10-20 Tassilo Horn <tassilo@member.fsf.org>
3559
3560 * ack.texi (Acknowledgments): Add myself as doc-view author.
3561
3562 2008-10-20 Eli Zaretskii <eliz@gnu.org>
3563
3564 * frames.texi (Dialog Boxes): Add @cindex entries.
3565
3566 2008-10-20 Chong Yidong <cyd@stupidchicken.com>
3567
3568 * frames.texi (Dialog Boxes): Clarify description of GTK+ file chooser.
3569 (Text-Only Mouse): Copyedit.
3570
3571 2008-10-19 Chong Yidong <cyd@stupidchicken.com>
3572
3573 * frames.texi: Use @key throughout for mouse clicks.
3574 (Cut/Paste Other App): Document yank-pop-change-selection.
3575 (Secondary Selection): Fix modified mouse click syntax.
3576 (Clipboard): Describe Cut, Copy and Paste commands.
3577 (Mouse References): Not all references are in read-only buffers.
3578 Copyedits.
3579 (Creating Frames): Add xref to Init File.
3580 (Frame Commands): Add xref to Exiting.
3581 (Scroll Bars): Document GTK vs toolkit behavior.
3582
3583 2008-10-15 Chong Yidong <cyd@stupidchicken.com>
3584
3585 * files.texi (Version Control): Copyedits. Add Bazaar.
3586 (Version Control Systems): List different VCS's using an itemized list.
3587 Add Bazaar.
3588 (VCS Concepts): Copyedits. Tweak description of file merging.
3589
3590 * frames.texi (Mouse Commands, Cut/Paste Other App): Rewrite.
3591 (Cut/Paste Other App): Document select-active-regions and
3592 x-select-enable-primary.
3593
3594 2008-10-13 Chong Yidong <cyd@stupidchicken.com>
3595
3596 * mark.texi (Shift Selection): Correct case in node name.
3597
3598 * emacs.texi (Top): Update node order in Mark chapter.
3599
3600 2008-10-12 Eli Zaretskii <eliz@gnu.org>
3601
3602 * msdog-xtra.texi (MS-DOS): Fix bad pxref.
3603
3604 * mini.texi (Minibuffer File): Fix markup in last change. Refer to
3605 elsewhere in the manual instead of describing yet again the intricacies
3606 of $HOME on MS-Windows and MS-DOS.
3607
3608 2008-10-12 Chong Yidong <cyd@stupidchicken.com>
3609
3610 * mini.texi (Minibuffer File): Add xref to File Names.
3611 (Minibuffer File): Add discussion of `~' in file names.
3612 Add insert-default-directory index reference.
3613
3614 * files.texi (File Names): Reorganize description.
3615 (Visiting): Add xref to Mode Line. Copyedits.
3616 (Save Commands): Mention prefix behavior of C-x C-s.
3617 (Numbered Backups): Node deleted.
3618 (Backup Names): Contents of Numbered Backups moved here. State default
3619 of version-control variable.
3620 (Reverting): Copyedits.
3621 (Version Control): Add additional version control systems.
3622
3623 * emacs.texi (Top): Delete Numbered Backups node.
3624
3625 * cmdargs.texi (General Variables): Change Numbered Backups xref to
3626 Backup Names.
3627 (Initial Options): Document renamed variable inhibit-startup-screen.
3628
3629 2008-10-11 Romain Francoise <romain@orebokech.com>
3630
3631 * kmacro.texi (Edit Keyboard Macro): Lossage is now 300 keys.
3632
3633 2008-10-11 Chong Yidong <cyd@stupidchicken.com>
3634
3635 * buffers.texi (Buffers): Add xrefs to Mode Line and Lisp Interaction.
3636 (Select Buffer): Mention use of minibuffer history. Describe default
3637 value of default-major-mode. Mention that C-x 4 b selects the other
3638 window.
3639 (List Buffers): Document CRM indicators in the order they appear.
3640 (Kill Buffer): Document new command kill-matching buffers.
3641 (Several Buffers): Move explanation of the relationship between buffer
3642 list and buffer menu to the top.
3643 (Indirect Buffers): Document new variable clone-indirect-buffer-hook.
3644
3645 2008-10-10 Chong Yidong <cyd@stupidchicken.com>
3646
3647 * entering.texi (Exiting): Document change of C-x C-c to
3648 save-buffers-kill-terminal. Document kill-emacs.
3649
3650 2008-09-30 Eli Zaretskii <eliz@gnu.org>
3651
3652 * mule.texi (Coding Systems): Don't mention codepage-setup.
3653
3654 * msdog-xtra.texi (MS-DOS Printing, MS-DOS and MULE): No need to create
3655 cpNNN coding systems anymore.
3656 (MS-DOS and MULE): Don't mention code-pages.el. Don't mention support
3657 for unibyte mode. Don't mention line-drawing characters.
3658 Don't mention dos-unsupported-char-glyph.
3659
3660 2008-09-25 Chong Yidong <cyd@stupidchicken.com>
3661
3662 * search.texi (Search): Shorten introduction.
3663 (Basic Isearch): Add command table. Discuss reverse isearch and
3664 isearch highlighting.
3665 (Repeat Isearch): Move lazy highlighting discussion here. Add search
3666 ring to cindex.
3667 (Special Isearch): Move input methods discussion here.
3668 (Non-ASCII Isearch): Node deleted, merged with Special Isearch.
3669 (Isearch Yank): Node deleted, and contents moved into Basic Isearch and
3670 Repeat Isearch.
3671 (Isearch Minibuffer): New node.
3672 (Word Search): Document new word search commands.
3673 (Regexp Example): Simplify example using sentence-end-base variable.
3674 (Replace): Reword introduction.
3675 (Unconditional Replace): Remove unnecessary example.
3676 (Other Repeating Search): Document new `M-s o' binding.
3677
3678 * emacs.texi (Top): Update node listings.
3679
3680 2008-09-22 Juanma Barranquero <lekktu@gmail.com>
3681
3682 * emacs.texi (Top): Remove Kill Errors from menu.
3683
3684 2008-09-22 Chong Yidong <cyd@stupidchicken.com>
3685
3686 * kmacro.texi (Basic Keyboard Macro): Make F3 and F4 the preferred
3687 interface for defining macros. Simplify examples. Note that C-g quits
3688 macro definitions.
3689 (Keyboard Macro Counter): Document using F3 to insert counter.
3690 Give usage example.
3691 (Keyboard Macro Query): Organize query responses in a table.
3692
3693 * fixit.texi (Fixit): Favor C-/ keybinding for undo throughout.
3694 Link to Erasing node.
3695 (Undo): Reorganize paragraphs for logical flow. Move keybinding
3696 rationale to a footnote.
3697 (Kill Errors): Remove node, due to redundancy with Erasing.
3698 (Spelling): Move discussion of flyspell to end. Note new behavior of
3699 M-$ in active region. Remove non-ispell-specific keybindings from
3700 table.
3701
3702 2008-09-21 Dan Nicolaescu <dann@ics.uci.edu>
3703
3704 * cmdargs.texi (Initial Options): Document --daemon.
3705
3706 2008-09-20 Glenn Morris <rgm@gnu.org>
3707
3708 * files.texi (Numbered Backups): Mention that some modes set
3709 version-control.
3710
3711 2008-09-20 Jim Blandy <jimb@red-bean.com>
3712
3713 * files.texi (Numbered Backups): Reference File Variables, as well.
3714 Remove discussion of Rmail's implementation.
3715
3716 2008-09-06 Chong Yidong <cyd@stupidchicken.com>
3717
3718 * misc.texi (Recursive Edit): Note that top-level exits active
3719 minibuffers.
3720
3721 * trouble.texi (Quitting): Likewise.
3722
3723 2008-08-31 Chong Yidong <cyd@stupidchicken.com>
3724
3725 * emacs.texi (Top): Add Temporary Face Changes xref.
3726
3727 * display.texi (Display): Move Temporary Face Changes node to just
3728 after Standard Faces.
3729 (Scrolling): Document recenter-top-bottom instead of recenter.
3730 (Horizontal Scrolling): Move auto hscroll discussion to the top.
3731 (Faces, Standard Faces, Temporary Face Changes, Useless Whitespace)
3732 (Display Custom): Copyedits.
3733 (Optional Mode Line): Document display-battery-mode.
3734
3735 2008-08-27 Romain Francoise <romain@orebokech.com>
3736
3737 * custom.texi (Directory Variables): Minor fix.
3738
3739 2008-08-27 Glenn Morris <rgm@gnu.org>
3740
3741 * cal-xtra.texi (Advanced Calendar/Diary Usage): Tweak some menu
3742 descriptions.
3743 (Calendar Customizing): Tweak layout description.
3744 Move calendar-today-marker and calendar-today face to the other
3745 markers. Condense calendar-star-date and calendar-mark-today
3746 description.
3747 (Holiday Customizing): Add oriental and solar holidays.
3748 Add index entries for Baha'i, Christian, Hebrew and Islamic holidays.
3749 Fix holiday-float description. Use zerop in examples. Be less verbose.
3750 (Date Display Format): Change ISO format. Be less verbose.
3751 (Diary Customizing): Mention day and month abbrev arrays.
3752 Mention the date-form variables by name. Update European example.
3753 (Non-Gregorian Diary): Change node name. Mention Baha'i functions.
3754 Condense examples. Mention diary-entry-symbols by name.
3755 Condense table for insertion commands.
3756 (Fancy Diary Display): Mention diary-include-string and
3757 diary-sexp-entry-symbol. Condense example. Add Chinese, Coptic,
3758 Ethiopic, Persian date functions. Condense descriptions.
3759
3760 * calendar.texi (Format of Diary File): Mention diary-nonmarking-symbol.
3761 (Adding to Diary): Adapt for changed node name.
3762
3763 2008-08-26 Glenn Morris <rgm@gnu.org>
3764
3765 * cal-xtra.texi (Non-Gregorian Diary Entries): New name for
3766 node "Hebrew/Islamic Entries".
3767
3768 * calendar.texi (Specified Dates): Fix names of iso functions.
3769 (General Calendar): There may not be another window.
3770 (Writing Calendar Files, Holidays): Tweak intro.
3771 (Holidays): Mention Baha'i and Chinese holidays.
3772 (Sunrise/Sunset): Add M-x calendar-sunrise-sunset-month.
3773 (Lunar Phases): Remove incorrect reference to calendar-time-zone.
3774 (To Other Calendar): Add calendar-print-other-dates.
3775 Refer to "graphic display" rather than "X.
3776 (From Other Calendar): Add calendar-bahai-goto-date. Fix reference.
3777 (Displaying the Diary): Fix whitespace after reference.
3778 Fix `diary-number-of-entries' reference.
3779 (Date Formats): Explicitly mention that day names can be abbreviated.
3780 (Adding to Diary): Add some references to other sections.
3781 (Special Diary Entries): Fix reference.
3782 (Appointments): Simplify appt-message-warning-time entry.
3783 Clarify where times must be.
3784 (Importing Diary): Comment out icalendar paragraph that does not apply.
3785 (Time Intervals): Simplify entry for timeclock-ask-before-exiting.
3786
3787 2008-08-23 Glenn Morris <rgm@gnu.org>
3788
3789 * fortran-xtra.texi (Fortran): Change description of free form and
3790 fixed form a bit. Mention hideshow and imenu.
3791 (Fortran Motion): Mention fortran-end-of-subprogram,
3792 fortran-beginning-of-subprogram, fortran-mark-do, fortran-mark-if.
3793 (Fortran Indent): Minor re-word.
3794 (ForIndent Commands): Mention fortran-fill-paragraph and
3795 fortran-fill-statement.
3796 (ForIndent Cont): Mention fortran-tab-mode-string.
3797 (Fortran Comments): Mention fortran-comment-line-start-skip.
3798 (Fortran Columns): Mention font-locking.
3799 (Fortran Abbrev): Word syntax not relevant with new-style abbrev.
3800
3801 2008-08-23 Johan Bockgård <bojohan@muon>
3802
3803 * basic.texi (Moving Point): Fix <prior>/<next> confusion.
3804
3805 2008-08-22 Chong Yidong <cyd@stupidchicken.com>
3806
3807 * mini.texi (Minibuffer): Simplify introduction.
3808 (Minibuffer File): Document tilde in minibuffer filenames.
3809 (Minibuffer Edit): Mention that the prompt is read-only. Describe how
3810 to enter tabs, spaces, and question marks. Describe behavior of C-a.
3811 (Completion Example): Update example to current command list.
3812 (Completion Options): Document `lazy' value of completion-auto-help.
3813 Update contents of completion-ignored-extensions.
3814 (Minibuffer History): Describe "future history" list. State default
3815 value of history-delete-duplicates.
3816
3817 2008-08-21 Glenn Morris <rgm@gnu.org>
3818
3819 * fortran-xtra.texi (Fortran Columns): Document `fortran-line-length'.
3820 (Fortran Comments): Replace fortran-indent-comment with comment-dwim.
3821
3822 2008-08-17 Chong Yidong <cyd@stupidchicken.com>
3823
3824 * regs.texi (Registers): Clarify valid register names.
3825 (RegPos): Note that buffer is saved and restored too.
3826 (RegText): Note that mark is reactivated/deactivated.
3827 (RegConfig): Xref to Windows node.
3828
3829 2008-08-16 Chong Yidong <cyd@stupidchicken.com>
3830
3831 * basic.texi (Inserting Text): Provide command name for C-q.
3832
3833 * killing.texi (Killing): Copyedit. Define read-only text.
3834 (Deletion): DEL and C-d were already explained in Erasing; xref there.
3835 (Killing by Lines): Copyedit.
3836 (Other Kill Commands): Move M-w description here.
3837 (Yanking): Move M-w to Other Kill Commands.
3838 (Kill Ring): Also mention saving text in registers. Link to Text
3839 Properties in elisp manual.
3840 (Accumulating Text): Copyedit.
3841 (CUA Bindings): Shift selection is now the default.
3842
3843 2008-08-12 Teodor Zlatanov <tzz@lifelogs.com>
3844
3845 * maintaining.texi (Change Log): Mention next-error is available.
3846
3847 2008-08-10 Glenn Morris <rgm@gnu.org>
3848
3849 * cal-xtra.texi (Calendar Customizing): Mention whitespace variables
3850 and intermonth text.
3851 (Holiday Customizing): Add holiday-chinese.
3852
3853 2008-08-08 Eli Zaretskii <eliz@gnu.org>
3854
3855 * files.texi (Log Buffer, Diff Mode): Fix last changes. Add indexing.
3856
3857 2008-08-07 Dan Nicolaescu <dann@ics.uci.edu>
3858
3859 * files.texi (Log Buffer): Describe C-c C-d.
3860 (Diff Mode): Describe C-x 4 A.
3861
3862 2008-08-06 Eli Zaretskii <eliz@gnu.org>
3863
3864 * vc1-xtra.texi (VC Directory Mode): Fix last change.
3865
3866 2008-08-06 Dan Nicolaescu <dann@ics.uci.edu>
3867
3868 * files.texi (Old Revisions): Update the keys used by vc-annotate and
3869 describe the new bindings to show the changeset diff, toggle annotation
3870 visibility, show revisions.
3871 (VC Status): Describe key bindings for modifying the change comments,
3872 displaying changeset diffs and annotations.
3873
3874 * vc1-xtra.texi (VC Directory Mode): Talk about multiple VC systems.
3875
3876 2008-08-05 Nick Roberts <nickrob@snap.net.nz>
3877
3878 * vc1-xtra.texi (VC Directory Mode): Fix typo.
3879
3880 2008-08-02 Eli Zaretskii <eliz@gnu.org>
3881
3882 * vc1-xtra.texi (VC Directory Mode, VC Directory Commands): Fix English
3883 and wording.
3884
3885 2008-08-02 Dan Nicolaescu <dann@ics.uci.edu>
3886
3887 * vc1-xtra.texi (VC Directory Mode): Fix and improve the info about
3888 marking/unmarking. Add descriptions for the multiple file search
3889 commands. Improve some old info.
3890
3891 2008-07-31 Chong Yidong <cyd@stupidchicken.com>
3892
3893 * display.texi (Visual Line Mode): New node.
3894
3895 * basic.texi (Inserting Text): Move DEL to deletion node.
3896 (Moving Point): Add additional alternative key bindings.
3897 Describe line-move-visual.
3898 (Erasing): Describe DEL.
3899 (Basic Undo, Blank Lines, Arguments): Copyedit.
3900 (Continuation Lines): Mention Visual Line mode.
3901 (Position Info): Move extended discussion to mule.texi.
3902
3903 * mule.texi (International Chars): Describe C-x =.
3904
3905 * emacs.texi (Top): Add Visual Line Mode node.
3906
3907 2008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
3908
3909 * emacs.texi: Remove VMS support.
3910
3911 2008-07-30 Dan Nicolaescu <dann@ics.uci.edu>
3912
3913 * vc1-xtra.texi (VC Directory Mode): Update the display format and fix
3914 the vc-dir command name.
3915
3916 2008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
3917
3918 * xresources.texi: Remove mentions of Mac Carbon.
3919
3920 2008-07-19 Andreas Schwab <schwab@suse.de>
3921
3922 * ns-emacs.texi: Move to ../misc.
3923
3924 2008-07-15 Chong Yidong <cyd@stupidchicken.com>
3925
3926 * entering.texi (Exiting): Don't describe text-only terminals as the
3927 default. Describe the new startup screen.
3928 (Exiting): Describe how to kill Emacs first. Change description of
3929 iconification to handle modern window systems.
3930
3931 2008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
3932
3933 * ns-emacs.texi: New file, documents features of Emacs port under
3934 NeXTstep windowing.
3935
3936 2008-07-15 Chong Yidong <cyd@stupidchicken.com>
3937
3938 * entering.texi (Entering Emacs): Update prev node.
3939
3940 * glossary.texi (Glossary): Remove xref to Text Characters.
3941
3942 * commands.texi (User Input): Rewrite. Describe Emacs' behavior
3943 directly, rather than in the context of ASCII. Move description of
3944 special properties of modifier key to new Modifier Keys node.
3945 (Keys): Copyedit.
3946 (Text Characters): Delete node. Multibyte is the default nowadays, and
3947 the node contents are obsolete.
3948
3949 * custom.texi (Modifier Keys): New node.
3950
3951 * emacs.texi (Top): Update node list.
3952
3953 2008-07-13 Chong Yidong <cyd@stupidchicken.com>
3954
3955 * emacs.texi (Intro): Increase conciseness slightly. Remove paragraph
3956 saying that Emacs provides menus and mouse support (which is par for
3957 the course).
3958
3959 * screen.texi (Screen): Copyedit. Define "buffer" and "current buffer"
3960 early on.
3961 (Point): Copyedit. Relegate historical trivia to a footnote.
3962 (Mode Line): Explain mode-line format more consistently.
3963 (Menu Bar): Copyedit.
3964
3965 2008-06-27 Glenn Morris <rgm@gnu.org>
3966
3967 * cal-xtra.texi (Sexp Diary Entries):
3968 * calendar.texi (Lunar Phases): Update for lunar.el name changes.
3969
3970 2008-06-26 Chong Yidong <cyd@stupidchicken.com>
3971
3972 * mark.texi (Shift selection): New node.
3973 (Mark): Copyedits.
3974 (Persistent Mark): Move to the end of the chapter.
3975
3976 2008-06-20 Eli Zaretskii <eliz@gnu.org>
3977
3978 * makefile.w32-in (distclean): Remove makefile.
3979
3980 2008-06-17 Nick Roberts <nickrob@snap.net.nz>
3981
3982 * building.texi (Starting GUD): Add an entry for gud-gdb.
3983 (GDB Graphical Interface): Explain that gud-gdb is now needed for text
3984 command mode.
3985
3986 2008-06-17 Glenn Morris <rgm@gnu.org>
3987
3988 * calendar.texi: Fix references to mouse-2 and mouse-3 in calendar.
3989
3990 2008-06-17 Nick Roberts <nickrob@snap.net.nz>
3991
3992 * building.texi (Starting GUD): Expand on remote debugging.
3993 (Other GDB-UI Buffers): Mention new keyboard bindings.
3994
3995 2008-06-15 Glenn Morris <rgm@gnu.org>
3996
3997 * gnu.texi: Use a verbatim license for this invariant section,
3998 as per etc/GNU.
3999
4000 2008-06-13 Daniel Engeler <engeler@gmail.com>
4001
4002 * emacs.texi, misc.texi: Add documentation about serial port access.
4003
4004 2008-06-13 Glenn Morris <rgm@gnu.org>
4005
4006 * emacs-xtra.texi, emacs.texi: Update Back-Cover text per
4007 maintain.info.
4008
4009 2008-06-05 Miles Bader <miles@gnu.org>
4010
4011 * display.texi (Temporary Face Changes): Update to reflect function
4012 renamings in face-remap.el.
4013
4014 2008-06-04 Miles Bader <miles@gnu.org>
4015
4016 * display.texi (Temporary Face Changes):
4017 Add `adjust-buffer-face-height'. Rewrite description of
4018 `increase-buffer-face-height' and `decrease-default-face-height' now
4019 that they aren't bound by default.
4020
4021 2008-06-03 Miles Bader <miles@gnu.org>
4022
4023 * display.texi (Temporary Face Changes): New node.
4024
4025 2008-05-31 Eli Zaretskii <eliz@gnu.org>
4026
4027 * msdog.texi (Windows Keyboard): Fix text added on 2008-05-29.
4028
4029 2008-05-31 Glenn Morris <rgm@gnu.org>
4030
4031 * cal-xtra.texi (Fancy Diary Display): Simplify.
4032
4033 2008-05-30 Glenn Morris <rgm@gnu.org>
4034
4035 * cal-xtra.texi (Fancy Diary Display): Update for
4036 diary-display-function replacing diary-display-hook.
4037
4038 2008-05-29 Drew Adams <drew.adams@oracle.com>
4039
4040 * msdog.texi (Windows Keyboard): Add descriptions of
4041 w32-register-hot-key and w32-unregister-hot-key.
4042
4043 2008-05-21 Tom Tromey <tromey@redhat.com>
4044
4045 * custom.texi (Directory Variables): Grammar fix. Link to Safe File
4046 Variables node.
4047
4048 2008-05-19 Tom Tromey <tromey@redhat.com>
4049
4050 * custom.texi (Variables): Add Directory Variables to menu.
4051 (Directory Variables): New node.
4052
4053 2008-05-16 Eric S. Raymond <esr@snark.thyrsus.com>
4054
4055 * vc2-xtra.texi: Modify an example so it reflects what vc.el now does.
4056
4057 2008-05-15 Eric S. Raymond <esr@snark.thyrsus.com>
4058
4059 * vc2-xtra.texi, emacs.texi, files.texi: Snapshots node renamed to
4060 Revision Tags and rewritten. Section now uses modern terminology,
4061 (tags rather than snapshots) and describes post-SCCS systems more
4062 accurately.
4063
4064 2008-05-10 Eli Zaretskii <eliz@gnu.org>
4065
4066 * msdog.texi (Windows Files): Update documentation of
4067 w32-get-true-file-attributes.
4068
4069 2008-05-09 Eric S. Raymond <esr@snark.thyrsus.com>
4070
4071 * files.texi, vc-xtra.texi, vc1-xtra.texi: Document the new VC
4072 directory mode.
4073
4074 2008-05-08 Chong Yidong <cyd@stupidchicken.com>
4075
4076 * killing.texi (Appending Kills): Remove a strangely off-topic index
4077 entry "television".
4078
4079 2008-05-07 Eric S. Raymond <esr@snark.thyrsus.com>
4080
4081 * ack.texi, files.texi, vc2-xtra.texi: Meta-CVS is no longer supported.
4082
4083 2008-05-02 Eric S. Raymond <esr@snark.thyrsus.com>
4084
4085 * emacs/buffers.texi, emacs/files.texi (Version-control):
4086 vc-toggle-read-only is no longer a good idea...
4087
4088 2008-04-29 Glenn Morris <rgm@gnu.org>
4089
4090 * cal-xtra.texi (Sexp Diary Entries): Clarify diary-float.
4091
4092 2008-04-22 Juri Linkov <juri@jurta.org>
4093
4094 * dired.texi (Subdirectories in Dired): Describe using `^'
4095 to return to the parent directory.
4096
4097 2008-04-22 Nick Roberts <nickrob@snap.net.nz>
4098
4099 * building.texi (GDB-UI Layout, Other GDB-UI Buffers): Update for
4100 recent changes.
4101
4102 2008-04-19 Nick Roberts <nickrob@snap.net.nz>
4103
4104 * building.texi (GDB-UI Layout, Breakpoints Buffer)
4105 (Other GDB-UI Buffers): Update for recent thread related changes.
4106
4107 2008-04-11 Mirko Vukovic <mirko.vukovic@gmail.com> (tiny change)
4108
4109 * maintaining.texi (Maintaining):
4110 * emacs.texi (Top): Typo.
4111
4112 2008-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
4113
4114 * display.texi (Font Lock): Prefer add-hook to using a non-nil `mode'
4115 arg in `font-lock-add-keywords'.
4116
4117 2008-04-08 Glenn Morris <rgm@gnu.org>
4118
4119 * cal-xtra.texi, calendar.texi: Update for calendar name changes.
4120 Also add Baha'i calendar references where appropriate.
4121
4122 2008-04-05 Glenn Morris <rgm@gnu.org>
4123
4124 * custom.texi (Init File): Byte-compiling .emacs is bad.
4125
4126 2008-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
4127
4128 * mini.texi (Minibuffer Edit) <resize-mini-windows>: Adjust default.
4129
4130 2008-03-29 Glenn Morris <rgm@gnu.org>
4131
4132 * calendar.texi: Update for `calendar-date-style' replacing
4133 `european-calendar'.
4134
4135 2008-03-28 Jason Rumney <jasonr@gnu.org>
4136
4137 * display.texi (Display Custom): Mention overlay-margin in text.
4138
4139 2008-03-12 Reiner Steib <Reiner.Steib@gmx.de>
4140
4141 * custom.texi, dired.texi, mini.texi, mule.texi: Add `referenced in the
4142 tutorial' comments.
4143
4144 2008-03-28 Chong Yidong <cyd@stupidchicken.com>
4145
4146 * mark.texi (Mark): Rearrange nodes.
4147 (Persistent Mark): Rename from Transient Mark.
4148 (Mark, Setting Mark, Marking Objects, Persistent Mark, Mark Ring):
4149 Describe Transient Mark mode as the default.
4150
4151 * basic.texi (Basic Undo): Don't mention setting the mark, which isn't
4152 the default behavior with Transient Mark mode off.
4153 (Position Info): Fix typo.
4154
4155 * display.texi (Standard Faces): Reference the Mark node.
4156 Remove discussion of the region face, which is discussed there.
4157
4158 * emacs.texi (Top): Update node listings.
4159
4160 * files.texi (Diff Mode, Misc File Ops): Describe Transient Mark mode
4161 as the default.
4162
4163 * fixit.texi (Undo): Standardize choice of undo key sequence.
4164 (Undo, Spelling): Describe Transient Mark mode as the default.
4165
4166 * frames.texi (Mouse Commands): Treat Transient Mark mode as the
4167 default.
4168
4169 * glossary.texi (Glossary): Treat Transient Mark mode as the default.
4170
4171 * killing.texi (Kill Ring, Accumulating Text): Assume Transient Mark
4172 mode is the default, and note that the mark is not activated when set.
4173
4174 * programs.texi (Moving by Defuns, Expressions, Comment Commands):
4175 Describe Transient Mark mode as the default.
4176
4177 * search.texi (Basic Isearch): Reference the Mark Ring node.
4178 (Replace, Unconditional Replace, Other Repeating Search):
4179 Describe Transient Mark mode as the default.
4180
4181 * text.texi (Words, Pages, Fill Commands, HTML Mode):
4182 Describe Transient Mark mode as the default.
4183 (Paragraphs): Describe how M-h behaves when region is active.
4184
4185 * trouble.texi (Quitting): Clarify effects of C-g.
4186
4187 2008-03-13 Glenn Morris <rgm@gnu.org>
4188
4189 * emacs.texi (EMACSVER): Set to 23.0.60.
4190
4191 2008-03-05 Glenn Morris <rgm@gnu.org>
4192
4193 * dired.texi (Hiding Subdirectories): Fix previous change.
4194
4195 2008-03-05 Drew Adams <drew.adams@oracle.com>
4196
4197 * dired.texi (Hiding Subdirectories): Document `dired-hide-subdir'.
4198
4199 2008-02-28 Kim F. Storm <storm@cua.dk>
4200
4201 * help.texi (Help Files): Move describe-gnu-project to C-h g.
4202 Move describe-distribution to C-h C-o.
4203 Move view-emacs-problems to C-h C-p.
4204 Add view-emacs-debugging on C-h C-d.
4205 Add view-external-packages on C-h C-e.
4206 Add view-order-manuals on C-h C-m.
4207
4208 2008-02-17 Ulrich Mueller <ulm@kph.uni-mainz.de>
4209
4210 * msdog-xtra.texi (MS-DOS): Docstring fix.
4211
4212 2008-02-09 Eli Zaretskii <eliz@gnu.org>
4213
4214 * msdog.texi (Windows Fonts): Use a @table for describing font
4215 properties.
4216
4217 2008-02-07 Jason Rumney <jasonr@gnu.org>
4218
4219 * msdog.texi (Windows Files): w32-get-true-file-attributes default
4220 value has changed.
4221 (Windows HOME): Clarify what is meant by "if that fails as well".
4222 (Windows Fonts): New section.
4223
4224 2008-02-07 D. E. Evans <sinuhe@gnu.org> (tiny change)
4225
4226 * basic.texi (Basic Undo): Remove duplicate "you can".
4227
4228 2008-02-02 Eli Zaretskii <eliz@gnu.org>
4229
4230 * maintaining.texi (Tags): Fix last change.
4231
4232 2008-02-02 Michael Albinus <michael.albinus@gmx.de>
4233
4234 * tramp.texi: Use new FSF's Back-Cover Text.
4235
4236 2008-01-31 Nick Roberts <nickrob@snap.net.nz>
4237
4238 * trouble.texi (Checklist): Direct users to emacs-devel@gnu.org.
4239
4240 2008-01-26 Richard Stallman <rms@gnu.org>
4241
4242 * maintaining.texi (Tags): Delete redundant index entry.
4243
4244 2008-01-26 Eli Zaretskii <eliz@gnu.org>
4245
4246 * programs.texi (Imenu): Move "@cindex tags" from here...
4247 * maintaining.texi (Tags): ...to here.
4248
4249 2008-01-23 Kevin Ryde <user42@zip.com.au>
4250
4251 * custom.texi (Mouse Buttons): Update elisp xref to "Click Events" on
4252 click count.
4253
4254 2008-01-21 Juanma Barranquero <lekktu@gmail.com>
4255
4256 * entering.texi (Exiting): Fix typo.
4257 Reported by D. E. Evans <sinuhe@gnu.org>.
4258
4259 2007-12-31 Martin Rudalics <rudalics@gmx.at>
4260
4261 * glossary.texi (Glossary): Fix typo.
4262
4263 2007-12-27 Richard Stallman <rms@gnu.org>
4264
4265 * text.texi (Formatted Text): Improve menu tag.
4266 (Editing Format Info): In Info, add duplicate menu of nodes
4267 about the submenus.
4268 (Format Faces): Say where Faces menu is found. Mention Other.
4269 (Format Colors): Say where these submenus are found.
4270 (Format Indentation, Format Justification): Likewise.
4271 (Format Properties): Likewise.
4272
4273 2007-12-22 Richard Stallman <rms@gnu.org>
4274
4275 * search.texi (Query Replace): Make exp of query-replace more
4276 self-contained, and clarify.
4277
4278 * cc-mode.texi (Getting Started): Change @ref to @pxref.
4279
4280 2007-12-15 Richard Stallman <rms@gnu.org>
4281
4282 * files.texi (Auto Save): Clarify definition of auto-saving.
4283
4284 2007-11-26 Richard Stallman <rms@gnu.org>
4285
4286 * help.texi (Help Echo): Cleanups.
4287
4288 2007-11-23 Thien-Thi Nguyen <ttn@gnuvola.org>
4289
4290 * files.texi (Why Version Control?): Fix typo.
4291 (VCS Concepts): Fix typos; small tense fix.
4292 (Selecting a Fileset): Fix typos; small rewording.
4293 (Log Buffer): Likewise.
4294 (Old Revisions): Likewise.
4295
4296 2007-11-17 Eli Zaretskii <eliz@gnu.org>
4297
4298 * mule.texi (Communication Coding): Fix wording of last change.
4299
4300 2007-11-16 Werner Lemberg <wl@gnu.org>
4301
4302 * custom.texi (Specifying File Variables):
4303 * major.texi (Choosing Modes): Mention '\" in man pages.
4304
4305 2007-11-16 Kenichi Handa <handa@ni.aist.go.jp>
4306
4307 * mule.texi (Communication Coding): Document x-select-request-type.
4308
4309 * frames.texi (Cut/Paste Other App): Mention x-select-request-type.
4310
4311 2007-11-15 Francesco Potortì <pot@gnu.org>
4312
4313 * maintaining.texi (TEXTAGS): Note that you can use "-" for stdout with
4314 --output=file.
4315
4316 2007-11-13 Martin Rudalics <rudalics@gmx.at>
4317
4318 * help.texi (Help Summary, Apropos, Misc Help): Fix typos.
4319 (Help Echo): Avoid mentioning the term "region" here and
4320 consistently use the term "active text".
4321
4322 2007-11-11 Glenn Morris <rgm@gnu.org>
4323
4324 * calendar.texi (Special Diary Entries): Fix Thanksgiving example.
4325
4326 2007-11-10 Paul Pogonyshev <pogonyshev@gmx.net>
4327
4328 * search.texi (Query Replace):
4329 Mention `query-replace-show-replacement'.
4330
4331 2007-11-09 Nick Roberts <nickrob@snap.net.nz>
4332
4333 * building.texi (Watch Expressions): Remove obscure sentence.
4334
4335 2007-11-06 Kenichi Handa <handa@ni.aist.go.jp>
4336
4337 * mule.texi (Select Input Method): Describe how to activate an input
4338 method in the text mode.
4339
4340 2007-11-01 Dan Nicolaescu <dann@ics.uci.edu>
4341
4342 * cmdargs.texi (Misc Variables): Remove Sun windows info.
4343
4344 2007-10-30 Nick Roberts <nickrob@snap.net.nz>
4345
4346 * building.texi (Watch Expressions): Describe gdb-delete-out-of-scope.
4347
4348 2007-10-30 Glenn Morris <rgm@gnu.org>
4349
4350 * misc.texi (Directory Tracking): Explain a bit more about
4351 dirtrack-mode.
4352
4353 2007-10-25 Glenn Morris <rgm@gnu.org>
4354
4355 * fortran-xtra.texi (Fortran): F90 mode handles F2003.
4356
4357 2007-10-24 Richard Stallman <rms@gnu.org>
4358
4359 * misc.texi (Interactive Shell): Cleanup last change.
4360
4361 2007-10-22 Juri Linkov <juri@jurta.org>
4362
4363 * mini.texi (Minibuffer History): Add text about a list of minibuffer
4364 default values.
4365
4366 2007-10-20 Eric S. Raymond <esr@snark.thyrsus.com>
4367
4368 * files.texi: Disambiguate two slightly different uses of the term
4369 'filesets'.
4370
4371 2007-10-18 Martin Rudalics <rudalics@gmx.at>
4372
4373 * trouble.texi (Quitting): Fix typo.
4374
4375 2007-10-18 Glenn Morris <rgm@gnu.org>
4376
4377 * frames.texi (Mode Line Mouse): Mention minor mode names.
4378
4379 2007-10-17 Juri Linkov <juri@jurta.org>
4380
4381 * text.texi (Fill Commands): Undocument fill-paragraph-or-region.
4382 fill-paragraph operates on the active region in Transient Mark mode.
4383 (Fill Prefix, Format Indentation): Replace fill-paragraph-or-region
4384 with fill-paragraph.
4385
4386 * basic.texi (Arguments): Replace fill-paragraph-or-region with
4387 fill-paragraph.
4388
4389 * fixit.texi (Spelling): ispell-word operates on the active region
4390 in Transient Mark mode.
4391
4392 2007-10-17 Aaron S. Hawley <aaronh@garden.org>
4393
4394 * building.texi (Source Buffers):
4395 * custom.texi (Init Non-ASCII):
4396 * glossary.texi (Glossary): Use "key binding" consistently.
4397
4398 2007-10-17 Juanma Barranquero <lekktu@gmail.com>
4399
4400 * calendar.texi (Diary): Fix directive.
4401
4402 2007-10-16 Richard Stallman <rms@gnu.org>
4403
4404 * calendar.texi (Diary): Clarify text about diary file example.
4405
4406 2007-10-13 Eric S. Raymond <esr@snark.thyrsus.com>
4407
4408 * files.texi: Capitalize node names according to convention.
4409
4410 2007-10-13 Glenn Morris <rgm@gnu.org>
4411
4412 * misc.texi (Interactive Shell): Correct INSIDE_EMACS reference.
4413
4414 2007-10-11 Eric S. Raymond <esr@snark.thyrsus.com>
4415
4416 * emacs.texi:
4417 * files.texi (Version Systems): Minor fixes to version-control material
4418 suggested by RMS and Robert J. Chassell.
4419
4420 2007-10-10 Eric S. Raymond <esr@snark.thyrsus.com>
4421
4422 * files.texi (Version Systems):
4423 * vc-xtra.texi:
4424 * vc1-xtra.texi:
4425 * vc2-xtra.texi: Merge in changes for new VC with fileset-oriented
4426 operations. Change of terminology from `version' to `revision'.
4427 Revise text for adequate description of VCSes with monotonic IDs.
4428 * emacs.texi: Change of terminology from `version' to `revision'.
4429
4430 2007-10-09 Eric S. Raymond <esr@snark.thyrsus.com>
4431
4432 * files.texi (Version Systems): Describe newer VCses.
4433 Reorder the descriptions to be chronological.
4434
4435 2007-10-09 Richard Stallman <rms@gnu.org>
4436
4437 * display.texi (Cursor Display): Correct how cursor appears
4438 in nonselected windows.
4439
4440 2007-10-04 Nick Roberts <nickrob@snap.net.nz>
4441
4442 * building.texi (GDB Graphical Interface): Remove references to gdba
4443 and mention gud-gdb.
4444
4445 2007-08-31 Eli Zaretskii <eliz@gnu.org>
4446
4447 * rmail.texi (Rmail Sorting): Improve indexing.
4448
4449 2007-10-06 Juri Linkov <juri@jurta.org>
4450
4451 * text.texi (Fill Commands): Document fill-paragraph-or-region.
4452 (Fill Prefix, Format Indentation): Replace fill-paragraph with
4453 fill-paragraph-or-region.
4454
4455 * basic.texi (Arguments): Replace fill-paragraph with
4456 fill-paragraph-or-region.
4457
4458 2007-10-06 Eric S. Raymond <esr@snark.thyrsus.com>
4459
4460 * files.texi: Update the section on version control for 2007
4461 conditions. None of these changes are new-VC-specific; that
4462 will come later.
4463
4464 2007-09-15 Glenn Morris <rgm@gnu.org>
4465
4466 * calendar.texi (Holidays): Change all instances of `holiday-list' back
4467 to `list-holidays'.
4468
4469 2007-09-14 Glenn Morris <rgm@gnu.org>
4470
4471 * calendar.texi: Update all instances of mark-calendar-holidays,
4472 list-calendar-holidays, list-holidays with the new names.
4473
4474 2007-09-06 Glenn Morris <rgm@gnu.org>
4475
4476 Move manual sources from man/ to subdirectories of doc/.
4477 Split into the Emacs manual in emacs/, and other manuals in misc/.
4478 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Reduce to just the Emacs
4479 manual.
4480 (infodir): New variable.
4481 (info): Use $infodir.
4482 (emacsman): Delete target, not needed any more.
4483 Move all targets that are not the Emacs manual to misc/Makefile.in.
4484 (mostlyclean): Remove `gnustmp'.
4485 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS): Reduce to just the Emacs
4486 manual.
4487 (MULTI_INSTALL_INFO, ENVADD, infodir): Go up one more level.
4488 (emacsman): Delete target, not needed any more.
4489 (clean): Remove all info files but Emacs manual.
4490 Move all targets that are not the Emacs manual to misc/Makefile.in.
4491 * emacs-xtra.texi, emacs.texi (setfilename): Go up one more level.
4492
4493 * Makefile.in (INFOSOURCES): Delete.
4494 (.SUFFIXES): Use $(TEXI2DVI) rather than texi2dvi.
4495 (mostlyclean): Add *.op, *.ops. Move *.aux *.cps *.fns *.kys *.pgs
4496 *.vrs *.toc here...
4497 (maintainer-clean): ...from here.
4498
4499 2007-09-05 Glenn Morris <rgm@gnu.org>
4500
4501 * custom.texi (Safe File Variables): Clarify `!' and risky variables.
4502
4503 2007-08-29 Glenn Morris <rgm@gnu.org>
4504
4505 * emacs.texi (EMACSVER): Increase to 23.0.50.
4506
4507 2007-08-27 Richard Stallman <rms@gnu.org>
4508
4509 * emacs.texi (Top): Clarify menu item for Glossary.
4510
4511 * display.texi (Faces): Change secn title.
4512 Clarify not all fonts come from Font Lock.
4513
4514 2007-08-17 Eli Zaretskii <eliz@gnu.org>
4515
4516 * basic.texi (Position Info): Add index entry for face at point.
4517 Mention that character faces are also displayed by "C-u C-x =".
4518
4519 2007-08-08 Glenn Morris <rgm@gnu.org>
4520
4521 * glossary.texi (Glossary): Deprecate `iff'.
4522
4523 2007-08-07 Chong Yidong <cyd@stupidchicken.com>
4524
4525 * files.texi (File Conveniences): Document point motion keys in Image
4526 mode.
4527
4528 2007-07-27 Glenn Morris <rgm@gnu.org>
4529
4530 * emacs.texi (Copying): Include license text from gpl.texi, rather than
4531 in-line.
4532
4533 * gpl.texi: New file with text of GPL.
4534 * Makefile.in (EMACSSOURCES): Add gpl.texi.
4535
4536 2007-07-26 Dan Nicolaescu <dann@ics.uci.edu>
4537
4538 * vc2-xtra.texi (Customizing VC): Add GIT and HG.
4539
4540 * dired.texi (Wdired): Mention C-x C-q key binding.
4541
4542 2007-07-28 Nick Roberts <nickrob@snap.net.nz>
4543
4544 * building.texi (GDB Graphical Interface): Qualify use of "M-x gdba".
4545
4546 2007-07-25 Glenn Morris <rgm@gnu.org>
4547
4548 * emacs.texi (Copying): Replace license with GPLv3.
4549
4550 * Relicense all FSF files to GPLv3 or later.
4551
4552 2007-07-24 Glenn Morris <rgm@gnu.org>
4553
4554 * calendar.texi (Writing Calendar Files): cal-tex-diary etc only work
4555 for some calendars.
4556
4557 2007-07-23 Nick Roberts <nickrob@snap.net.nz>
4558
4559 * screen.texi (Mode Line): Describe new mode-line flag that shows if
4560 default-directory for the current buffer is on a remote machine.
4561
4562 2007-07-21 Eli Zaretskii <eliz@gnu.org>
4563
4564 * vc2-xtra.texi (Customizing VC) <vc-handled-backends>: Update the
4565 default value.
4566
4567 2007-07-21 Richard Stallman <rms@gnu.org>
4568
4569 * files.texi (Why Version Control?): Improve previous change.
4570
4571 2007-07-18 Eric S. Raymond <esr@snark.thyrsus.com>
4572
4573 * files.texi (Why Version Control?): New node.
4574
4575 2007-07-12 Nick Roberts <nickrob@snap.net.nz>
4576
4577 * building.texi (Starting GUD): Add xref to this anchor.
4578
4579 2007-06-24 Karl Berry <karl@gnu.org>
4580
4581 * emacs.texi: New Back-Cover Text.
4582
4583 2007-06-07 Alan Mackenzie <acm@muc.de>
4584
4585 * display.texi (Optional Mode Line): Document the new form of
4586 line+column numbers, "(561,2)".
4587
4588 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
4589
4590 * maintaining.texi (Create Tags Table): Fix typos.
4591
4592 2007-06-02 Chong Yidong <cyd@stupidchicken.com>
4593
4594 * Version 22.1 released.
4595
4596 2007-05-07 Karl Berry <karl@gnu.org>
4597
4598 * emacs.texi (EMACSVER): Back to 22.
4599
4600 2007-05-06 Richard Stallman <rms@gnu.org>
4601
4602 * maintaining.texi (Create Tags Table): Clean up previous change.
4603
4604 2007-05-05 Francesco Potortì <pot@gnu.org>
4605
4606 * maintaining.texi (Create Tags Table): Add text about the dangers of
4607 making symbolic links to tags files.
4608
4609 2007-05-04 Karl Berry <karl@gnu.org>
4610
4611 * emacs.texi (EMACSVER) [smallbook]: 22.1 for printed version, not 22.
4612
4613 2007-05-03 Karl Berry <karl@gnu.org>
4614
4615 * emacs.texi (EMACSVER) [smallbook]: 22 for printed version.
4616
4617 * .cvsignore (*.pdf): New entry.
4618
4619 * emacs.texi (\urlcolor, \linkcolor) [smallbook]: \let to \Black
4620 for printing.
4621
4622 2007-05-01 Richard Stallman <rms@gnu.org>
4623
4624 * cmdargs.texi (Initial Options): Under --batch, mention --eval.
4625
4626 2007-04-28 Glenn Morris <rgm@gnu.org>
4627
4628 * ack.texi (Acknowledgments):
4629 * anti.texi (Antinews):
4630 * programs.texi (Program Modes): Restore mention of python.el pending
4631 consideration of legal status.
4632
4633 2007-04-28 Richard Stallman <rms@gnu.org>
4634
4635 * files.texi (File Names): Fixes to ~ description on MS systems.
4636
4637 2007-04-26 Glenn Morris <rgm@gnu.org>
4638
4639 * emacs.texi (EMACSVER): Increase to 22.1.50.
4640
4641 2007-04-25 Karl Berry <karl@gnu.org>
4642
4643 * emacs.texi: Improve line breaks on copyright page,
4644 similar layout to lispref, 8.5x11 by default.
4645
4646 * dired.texi (Image-Dired): Improve line break, fix typo.
4647
4648 2007-04-24 Chong Yidong <cyd@stupidchicken.com>
4649
4650 * programs.texi (Program Modes):
4651 * anti.texi (Antinews):
4652 * ack.texi (Acknowledgments): python.el removed.
4653
4654 2007-04-23 Chong Yidong <cyd@stupidchicken.com>
4655
4656 * display.texi (Highlight Interactively): Correct description of
4657 hi-lock-file-patterns-policy.
4658
4659 * files.texi (File Archives): Mention self-extracting executables.
4660
4661 2007-04-23 Eli Zaretskii <eliz@gnu.org>
4662
4663 * search.texi (Unconditional Replace, Query Replace): Add xref to
4664 "Replacement and Case".
4665
4666 2007-04-22 Chong Yidong <cyd@stupidchicken.com>
4667
4668 * dired.texi (Image-Dired): Move from Thumbnails node.
4669 * misc.texi (Thumbnails): Node deleted.
4670 * emacs.texi (Top): Update node listing.
4671
4672 * files.texi (File Conveniences):
4673 * ack.texi (Acknowledgments): Rename "tumme" to "image-dired".
4674
4675 2007-04-21 Richard Stallman <rms@gnu.org>
4676
4677 * display.texi (Highlight Interactively): Correct previous change.
4678 Clarify doc of hi-lock-find-patterns, and move new features into it.
4679
4680 2007-04-20 David Koppelman <koppel@ece.lsu.edu>
4681
4682 * display.texi (Highlight Interactively):
4683 Document hi-lock-file-patterns-policy.
4684
4685 2007-04-20 Martin Rudalics <rudalics@gmx.at>
4686
4687 * display.texi (Scrolling): Fix typo.
4688
4689 2007-04-15 Chong Yidong <cyd@stupidchicken.com>
4690
4691 * doclicense.texi: Remove node heading, so that it can be included by
4692 other files.
4693
4694 * emacs.texi: Insert node heading for GFDL.
4695
4696 2007-04-14 Eli Zaretskii <eliz@gnu.org>
4697
4698 * cmdargs.texi (Colors): Qualify "color of window" index entry by
4699 "command line".
4700
4701 * display.texi (Faces): Refer to "Creating Frames" for face
4702 and other frame customizations in .emacs.
4703
4704 * frames.texi (Creating Frames): Mention that face customizations can
4705 be put in .emacs. Add index entries.
4706
4707 2007-04-12 Richard Stallman <rms@gnu.org>
4708
4709 * glossary.texi (Glossary): Explain `iff'.
4710
4711 2007-04-11 Karl Berry <karl@gnu.org>
4712
4713 * gnu.texi (Top),
4714 * macos.texi (Mac Font Specs),
4715 * anti.texi (Antinews),
4716 * xresources.texi (Resources),
4717 * misc.texi (Emulation),
4718 * calendar.texi (Daylight Saving),
4719 * dired.texi (Dired and Find),
4720 * rmail.texi (Remote Mailboxes),
4721 * sending.texi (Mail Headers),
4722 * programs.texi (Which Function),
4723 * files.texi (Recover),
4724 * buffers.texi (Uniquify),
4725 * frames.texi (Wheeled Mice),
4726 * killing.texi (Rectangles): Wording to improve breaks in
4727 8.5x11 format.
4728 * mule.texi (Language Environments): \hbadness=10000 since there's
4729 no way to reword.
4730 * emacs.texi (smallbook): New @set to more easily switch between
4731 smallbook and 8.5x11.
4732
4733 2007-04-11 Richard Stallman <rms@gnu.org>
4734
4735 * files.texi (File Conveniences): Add xref to Tumme.
4736 Delete text about Thumbnail mode.
4737
4738 2007-04-09 Alan Mackenzie <acm@muc.de>
4739
4740 * cmdargs.texi (Initial Options): Call "inhibit-splash-screen" by its
4741 new name. Insert concept index entries.
4742
4743 2007-04-08 Chong Yidong <cyd@stupidchicken.com>
4744
4745 * display.texi (Standard Faces): Document prefix arg for
4746 list-faces-display.
4747
4748 * rmail.texi (Rmail Scrolling): Document rmail-end-of-message.
4749
4750 2007-04-07 Chong Yidong <cyd@stupidchicken.com>
4751
4752 * killing.texi (Deletion): Rewrite description of M-\ prefix argument.
4753
4754 * files.texi (Misc File Ops): Rewrite description of
4755 insert-file-literally.
4756
4757 2007-03-31 Eli Zaretskii <eliz@gnu.org>
4758
4759 * misc.texi (Printing): Postscript -> PostScript.
4760
4761 * ack.texi (Acknowledgments): Postscript -> PostScript.
4762
4763 * custom.texi (Init File, Init Non-ASCII): Fix last change.
4764
4765 * emacs.texi (Top): Fix the menu due to the change in custom.texi
4766 below.
4767
4768 2007-03-30 Chong Yidong <cyd@stupidchicken.com>
4769
4770 * custom.texi (Non-ASCII Rebinding): Node deleted. Material moved to
4771 Init Non-ASCII.
4772 (Init Rebinding, Init Syntax): Link to Init Non-ASCII instead.
4773 (Init Non-ASCII): New node.
4774
4775 2007-03-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4776
4777 * macos.texi (Mac Font Specs): Mention AppleAntiAliasingThreshold.
4778
4779 2007-03-12 Glenn Morris <rgm@gnu.org>
4780
4781 * calendar.texi, emacs.texi (Daylight Saving): Rename node from
4782 "Daylight Savings".
4783
4784 * calendar.texi: Replace "daylight savings" with "daylight
4785 saving" in text throughout.
4786
4787 2007-03-04 Richard Stallman <rms@gnu.org>
4788
4789 * custom.texi (Safe File Variables): Minor correction.
4790
4791 2007-02-28 Thien-Thi Nguyen <ttn@gnu.org>
4792
4793 * rmail.texi (Movemail): Add internal ref.
4794 Don't indent the intro for the PROTO table.
4795 Format PROTO table items with @code.
4796
4797 2007-02-26 Nick Roberts <nickrob@snap.net.nz>
4798
4799 * building.texi: Remove references to bashdb.
4800
4801 2007-02-19 Juanma Barranquero <lekktu@gmail.com>
4802
4803 * mule.texi (Language Environments): Update list of supported language
4804 environments.
4805
4806 2007-02-14 Kim F. Storm <storm@cua.dk>
4807
4808 * building.texi (Grep Searching): Fix lgrep doc.
4809
4810 2007-02-12 Chong Yidong <cyd@stupidchicken.com>
4811
4812 * back.texi: Remove unused file.
4813
4814 2007-02-05 Francesco Potortì <pot@gnu.org>
4815
4816 * maintaining.texi (Tag Syntax): Now --members is the default for
4817 etags, not for ctags yet.
4818
4819 2007-02-03 Eli Zaretskii <eliz@gnu.org>
4820
4821 * emacs.texi (Top): Update the top-level menus. Make the detailed menu
4822 headers compliant with Texinfo guidelines and with what texnfo-upd.el
4823 expects. Add comments to prevent people from inadvertently modifying
4824 the key parts needed by `texinfo-multiple-files-update'.
4825
4826 2007-01-29 Chong Yidong <cyd@stupidchicken.com>
4827
4828 * frames.texi (Secondary Selection): Window clicked does not matter
4829 when mouse-yank-at-point is non-nil.
4830
4831 2007-01-16 Glenn Morris <rgm@gnu.org>
4832
4833 * abbrevs.texi (Editing Abbrevs): Describe how to disable a
4834 system abbrev.
4835
4836 2007-01-11 Richard Stallman <rms@gnu.org>
4837
4838 * msdog.texi (Windows Keyboard): Another small cleanup.
4839
4840 2007-01-10 Richard Stallman <rms@gnu.org>
4841
4842 * msdog.texi (Windows Keyboard): Yet another try to make
4843 everyone happy with that passage.
4844
4845 2007-01-05 Richard Stallman <rms@gnu.org>
4846
4847 * anti.texi (Antinews): Mention M-x shell scrolling.
4848
4849 2007-01-05 Nick Roberts <nickrob@snap.net.nz>
4850
4851 * building.texi (Watch Expressions): Describe gdb-max-children.
4852
4853 2007-01-04 Richard Stallman <rms@gnu.org>
4854
4855 * msdog.texi (Windows Keyboard): Clarify previous change.
4856
4857 2007-01-02 Richard Stallman <rms@gnu.org>
4858
4859 * custom.texi (Changing a Variable): Minor clarification.
4860 (Specific Customization): customize-customized => customize-unsaved.
4861
4862 * entering.texi (Entering Emacs): Clean up text about restarting
4863 Emacs for each file.
4864
4865 * misc.texi (Shell Options): Minor cleanup.
4866
4867 * msdog.texi (Windows Keyboard): Explain that Windows was incompatible
4868 with Emacs, not vice versa.
4869
4870 * programs.texi (Symbol Completion): Recommend customizing
4871 window manager.
4872
4873 * xresources.texi (Resources): Minor fix.
4874
4875 2007-01-01 Jan Djärv <jan.h.d@swipnet.se>
4876
4877 * xresources.texi (Table of Resources): Add scrollBarWidth resource.
4878
4879 2007-01-01 Richard Stallman <rms@gnu.org>
4880
4881 * commands.texi (User Input): Document keys stolen by window mangers.
4882
4883 2006-12-31 Richard Stallman <rms@gnu.org>
4884
4885 * custom.texi (Specific Customization): Document customize-option
4886 instead of customize-variable.
4887
4888 2006-12-31 Kim F. Storm <storm@cua.dk>
4889
4890 * major.texi (Choosing Modes): Document auto-mode-case-fold.
4891
4892 2006-12-30 Kim F. Storm <storm@cua.dk>
4893
4894 * killing.texi (CUA Bindings): Fix typo.
4895
4896 * xresources.texi (Table of Resources): Mention grow-only value for
4897 auto-resize-tool-bars.
4898
4899 2006-12-27 Eli Zaretskii <eliz@gnu.org>
4900
4901 * msdog.texi (Windows Keyboard): Mention widespread Windows bindings,
4902 and how to get them back.
4903
4904 2006-12-26 Richard Stallman <rms@gnu.org>
4905
4906 * calendar.texi (Holidays): Holiday listing is based on current
4907 practice, but DST is not.
4908
4909 2006-12-25 Richard Stallman <rms@gnu.org>
4910
4911 * emacs.texi (Top): Update subnode menus.
4912
4913 * mark.texi (Transient Mark): Fix xref.
4914
4915 * killing.texi (Graphical Kill): Node deleted.
4916 (Killing): Add xref to Cut and Paste.
4917 (CUA Bindings): Update xref.
4918
4919 * frames.texi (Cut and Paste): New section to hold other nodes.
4920 (Mouse Commands): Node demoted.
4921 (Cut/Paste Other App): Split out from Mouse Commands.
4922 (Word and Line Mouse): Likewise.
4923 (Secondary Selection, Clipboard): Nodes demoted.
4924
4925 2006-12-24 Kevin Ryde <user42@zip.com.au>
4926
4927 * calendar.texi (Holidays): US daylight saving begins second Sunday
4928 in March for 2007 onwards.
4929 (Daylight Savings): Show new US default daylight saving rules, 2nd
4930 Sun in Mar to 1st Sun in Nov, now in cal-dst.el.
4931
4932 2006-12-23 Chong Yidong <cyd@stupidchicken.com>
4933
4934 * calendar.texi (Scroll Calendar): < and > are switched.
4935
4936 2006-12-23 Kevin Rodgers <ihs_4664@yahoo.com>
4937
4938 * killing.texi (Deletion): Describe M-\ prefix argument.
4939
4940 2006-12-23 Richard Stallman <rms@gnu.org>
4941
4942 * search.texi (Regexp Search): Explain why forward and reverse regexp
4943 search are not mirror images.
4944
4945 2006-12-19 Kim F. Storm <storm@cua.dk>
4946
4947 * major.texi (Choosing Modes): Describe match-function elements for
4948 magic-mode-alist.
4949
4950 2006-12-18 Eli Zaretskii <eliz@gnu.org>
4951
4952 * msdog.texi (Windows Keyboard): Add a footnote about "Windows" keys
4953 peculiarities.
4954
4955 2006-12-18 Richard Stallman <rms@gnu.org>
4956
4957 * abbrevs.texi (Editing Abbrevs): Fix previous change.
4958
4959 2006-12-17 Alan Mackenzie <acm@muc.de>
4960
4961 * programs.texi (Left Margin Paren): Remove the bit which says
4962 that CC Mode sets open-paren-in-column-0-is-defun-start to nil.
4963 Discuss some of the issues of setting this option to nil.
4964
4965 2006-12-17 Glenn Morris <rgm@gnu.org>
4966
4967 * abbrevs.texi (Editing Abbrevs): Mention system abbrevs.
4968
4969 2006-12-16 Eli Zaretskii <eliz@gnu.org>
4970
4971 * msdog.texi (Windows Keyboard): Clarify `w32-recognize-altgr' effect.
4972 (Windows Files): `w32-get-true-file-attributes' is only relevant for
4973 NTFS volumes.
4974 (ls in Lisp): `links' in `ls-lisp-verbosity' is only relevant to NTFS
4975 volumes.
4976
4977 2006-12-15 Eli Zaretskii <eliz@gnu.org>
4978
4979 * text.texi (HTML Mode): Fix "C-c TAB".
4980
4981 2006-12-09 Richard Stallman <rms@gnu.org>
4982
4983 * misc.texi (Invoking emacsclient): Simplify TCP file text.
4984
4985 2006-12-08 Kevin Rodgers <ihs_4664@yahoo.com>
4986
4987 * files.texi (Misc File Ops): Document insert-file-literally.
4988
4989 2006-12-08 Eli Zaretskii <eliz@gnu.org>
4990
4991 * cmdargs.texi (Colors): Note that --color is intended for overriding
4992 the terminal defaults, not for normal invocation.
4993
4994 * misc.texi (Emacs Server): Improve wording. Don't mention the
4995 ``server program''. Add a cross-reference to "Init File" node.
4996 (Invoking emacsclient): Add index entries. Document both short and
4997 long versions of command-line options. Document the -f option.
4998
4999 2006-12-06 Richard Stallman <rms@gnu.org>
5000
5001 * text.texi (Outline Format): Say to set outline-regexp
5002 and outline-level with major modes and file local variables.
5003
5004 2006-12-05 Michaël Cadilhac <michael.cadilhac@lrde.org>
5005
5006 * anti.texi (Antinews): Mention the alternative to
5007 `~/.emacs_SHELLNAME', which is `~/.emacs.d/init_SHELLNAME.sh'.
5008
5009 * misc.texi (Interactive Shell): Ditto.
5010
5011 2006-12-04 Eli Zaretskii <eliz@gnu.org>
5012
5013 * emacs.texi (Acknowledgments): Fix Arne J@o{}rgensen's name.
5014
5015 * ack.texi (Acknowledgments): Fix Arne J@o{}rgensen's name.
5016
5017 2006-12-01 Eli Zaretskii <eliz@gnu.org>
5018
5019 * mule.texi (Enabling Multibyte): Rephrase the confusing reference to a
5020 colon in the mode line.
5021
5022 * msdog.texi (Windows Processes) [@ifnottex]: Mention w32-shell-execute.
5023
5024 2006-11-26 Nick Roberts <nickrob@snap.net.nz>
5025
5026 * building.texi (Watch Expressions): Mention SPC for expanding/
5027 contracting watch expressions.
5028
5029 2006-11-26 Kim F. Storm <storm@cua.dk>
5030
5031 * kmacro.texi (Basic Keyboard Macro): Mention F3/F4 more.
5032
5033 2006-11-26 Nick Roberts <nickrob@snap.net.nz>
5034
5035 * building.texi (Debugger Operation): Define text command mode.
5036 Clarify how tooltips work.
5037 (GDB Graphical Interface): Explain how to run in text command mode
5038 more clearly.
5039
5040 2006-11-25 Juanma Barranquero <lekktu@gmail.com>
5041
5042 * mule.texi (Defining Fontsets): Fix use of `charset' and `font'.
5043
5044 2006-11-22 Juanma Barranquero <lekktu@gmail.com>
5045
5046 * anti.texi (Antinews): Mention --server-file and TCP sockets.
5047
5048 2006-11-18 Chong Yidong <cyd@stupidchicken.com>
5049
5050 * misc.texi (Interactive Shell): INSIDE_EMACS is set to t,
5051 and EMACS is deprecated.
5052
5053 2006-11-18 Juanma Barranquero <lekktu@gmail.com>
5054
5055 * makefile.w32-in (emacs.dvi): Remove xresmini.texi.
5056
5057 2006-11-18 Jan Djärv <jan.h.d@swipnet.se>
5058
5059 * Makefile.in (emacs.dvi): Remove xresmini.texi.
5060
5061 * emacs.texi: Include xresources.texi both for info and dvi.
5062
5063 * xresources.texi: Merge text from xresmini.texi.
5064
5065 2006-11-12 Roberto Rodríguez <lanubeblanca@googlemail.com> (tiny change)
5066
5067 * glossary.texi: Fix typos.
5068
5069 2006-11-06 Richard Stallman <rms@gnu.org>
5070
5071 * emacs.texi (Acknowledgments): Fix name spelling, add Anna Bigatti.
5072
5073 * ack.texi (Acknowledgments): Fix name spelling.
5074
5075 2006-11-01 Juri Linkov <juri@jurta.org>
5076
5077 * search.texi (Word Search): Document incremental word search.
5078
5079 2006-10-28 Glenn Morris <rgm@gnu.org>
5080
5081 * ack.texi (Acknowledgments): Add cal-html author.
5082
5083 * calendar.texi (Writing Calendar Files): Rename section (was "LaTeX
5084 Calendar"). Describe new package cal-html.
5085 * emacs.texi (Top): Rename old node "LaTeX Calendar" to "Writing
5086 Calendar Files."
5087
5088 2006-10-23 Richard Stallman <rms@gnu.org>
5089
5090 * abbrevs.texi (Expanding Abbrevs): Expansion happens only when
5091 Abbrev mode is enabled.
5092
5093 2006-10-16 Richard Stallman <rms@gnu.org>
5094
5095 * emacs.texi: Update ISBN.
5096
5097 2006-10-11 Kim F. Storm <storm@cua.dk>
5098
5099 * emacs.texi (Acknowledgments): Use @dotless{i}.
5100
5101 2006-10-08 Nick Roberts <nickrob@snap.net.nz>
5102
5103 * building.texi (Breakpoints Buffer): Mention catchpoints.
5104
5105 2006-10-08 Kim F. Storm <storm@cua.dk>
5106
5107 * ack.texi (Acknowledgments): Update.
5108
5109 * emacs.texi (Acknowledgments): Fix bad @/ form.
5110
5111 2006-10-05 Kim F. Storm <storm@cua.dk>
5112
5113 * emacs.texi (Acknowledgments): Add more contributors.
5114
5115 2006-10-03 Richard Stallman <rms@gnu.org>
5116
5117 * emacs.texi (Acknowledgments): Update version and edition.
5118
5119 2006-10-01 Karl Berry <karl@gnu.org>
5120
5121 * custom.texi (Customization Groups): Page break to keep example buffer
5122 on one page.
5123
5124 2006-09-30 Karl Berry <karl@gnu.org>
5125
5126 * programs.texi (Basic Indent): @need to improve page break.
5127 * text.texi: Rewording to improve page breaks, and use @LaTeX{}.
5128
5129 2006-09-29 Glenn Morris <rgm@gnu.org>
5130
5131 * calendar.texi (Date Formats): Doc fix for european-calendar-style.
5132
5133 2006-09-29 Karl Berry <karl@gnu.org>
5134
5135 * windows.texi (Basic Window): Remove forced @break, no longer
5136 desirable.
5137 * frames.texi (Frame Commands),
5138 * mark.texi (Marking Objects): Reword to avoid bad page break.
5139 * display.texi (Auto Scrolling): Use @tie{} to avoid bad line break.
5140
5141 2006-09-19 Richard Stallman <rms@gnu.org>
5142
5143 * frames.texi (Dialog Boxes): Clean up wording: avoid passive,
5144 stick to present tense.
5145
5146 2006-09-18 Jan Djärv <jan.h.d@swipnet.se>
5147
5148 * frames.texi (Dialog Boxes): Rename x-use-old-gtk-file-dialog
5149 to x-gtk-use-old-file-dialog.
5150 (Dialog Boxes): Document x-gtk-file-dialog-help-text.
5151
5152 2006-09-15 Jay Belanger <belanger@truman.edu>
5153
5154 * emacs.texi (GNU GENERAL PUBLIC LICENSE):
5155 Change "Library Public License" to "Lesser Public License"
5156 throughout. Use "yyyy" to represent year.
5157
5158 2006-09-12 Reiner Steib <Reiner.Steib@gmx.de>
5159
5160 * files.texi (Visiting): Add index entry "open file".
5161
5162 2006-09-11 Richard Stallman <rms@gnu.org>
5163
5164 * building.texi (Compilation Mode): Clarification.
5165 (Grep Searching): Add xref to Compilation Mode.
5166
5167 2006-09-08 Richard Stallman <rms@gnu.org>
5168
5169 * search.texi (Search): Ref multi-file search commands here.
5170 (Other Repeating Search): Not here.
5171
5172 2006-08-28 Richard Stallman <rms@gnu.org>
5173
5174 * windows.texi (Split Window): Update xref.
5175
5176 * basic.texi (Continuation Lines): Update xref.
5177
5178 * indent.texi (Tab Stops): Update xref.
5179
5180 * emacs.texi (Top): Update subnode menu.
5181
5182 * display.texi (Line Truncation, Displaying Boundaries): New nodes,
5183 split out of Display Custom.
5184
5185 2006-08-25 Kim F. Storm <storm@cua.dk>
5186
5187 * display.texi (Display Custom): Add variables overline-margin
5188 and x-underline-at-descent-line.
5189
5190 2006-08-25 Richard Stallman <rms@gnu.org>
5191
5192 * entering.texi (Exiting): Rewrite to give graphical displays
5193 priority over text terminals.
5194
5195 * search.texi (Incremental Search): Move index entries.
5196
5197 2006-08-23 Chong Yidong <cyd@stupidchicken.com>
5198
5199 * custom.texi (Init File): Reference Find Init to avoid "home
5200 directory" confusion.
5201
5202 2006-08-22 Nick Roberts <nickrob@snap.net.nz>
5203
5204 * building.texi (Other GDB-UI Buffers): Describe how to edit
5205 a value in the locals buffer.
5206
5207 2006-08-21 Richard Stallman <rms@gnu.org>
5208
5209 * search.texi (Basic Isearch): Add `isearch' index entry.
5210
5211 2006-08-16 Richard Stallman <rms@gnu.org>
5212
5213 * misc.texi (Saving Emacs Sessions): Clean up wording.
5214
5215 * mark.texi (Marking Objects): Mention term "select all".
5216
5217 * emacs.texi (Top): Update subnode menu.
5218
5219 * help.texi (Help Mode): Move node up in file.
5220
5221 2006-08-15 Nick Roberts <nickrob@snap.net.nz>
5222
5223 * building.texi (Stack Buffer): Explain fringe arrow.
5224
5225 2006-08-12 Eli Zaretskii <eliz@gnu.org>
5226
5227 * misc.texi (Saving Emacs Sessions): Clarify when desktop is restored
5228 on startup.
5229
5230 2006-08-11 Romain Francoise <romain@orebokech.com>
5231
5232 * ack.texi (Acknowledgments): Delete mention to zone-mode.el.
5233
5234 2006-08-10 Sven Joachim <svenjoac@gmx.de> (tiny change)
5235
5236 * mule.texi (Recognize Coding, Text Coding): Fix typos.
5237
5238 2006-08-10 Richard Stallman <rms@gnu.org>
5239
5240 * text.texi (Format Faces): Substantial rewrites to deal
5241 with face merging. Empty regions don't count.
5242 Clarify face property inheritance.
5243
5244 2006-08-08 Romain Francoise <romain@orebokech.com>
5245
5246 * dired.texi (Marks vs Flags): Fix typo reported by Ari Roponen
5247 <arjuropo@cc.jyu.fi>.
5248
5249 2006-08-04 Eli Zaretskii <eliz@gnu.org>
5250
5251 * cmdargs.texi (Window Size X) <--geometry>: Only width and height
5252 apply to all frames.
5253
5254 2006-08-01 Richard Stallman <rms@gnu.org>
5255
5256 * help.texi (Name Help): Add index entries for describe-variable.
5257
5258 2006-08-01 Nick Roberts <nickrob@snap.net.nz>
5259
5260 * building.texi (GDB Graphical Interface): Shorten node names.
5261 (GDB-UI Layout): Use GDB-related.
5262 (Other GDB-UI Buffers): Simplify English.
5263
5264 2006-07-31 Richard Stallman <rms@gnu.org>
5265
5266 * search.texi (Query Replace): Add xref for Dired's Q command.
5267
5268 2006-07-31 Nick Roberts <nickrob@snap.net.nz>
5269
5270 * building.texi (GDB commands in Fringe): Rename to...
5271 (Source Buffers): ..this and move forward. Describe hollow arrow and
5272 new option gdb-find-source-frame.
5273
5274 2006-07-29 Richard Stallman <rms@gnu.org>
5275
5276 * dired.texi (Operating on Files): Simplify previous change
5277 and fix Texinfo usage.
5278
5279 2006-07-29 Eli Zaretskii <eliz@gnu.org>
5280
5281 * dired.texi (Operating on Files): Add cross-references. State the
5282 Unix commands that do similar things.
5283
5284 2006-07-28 Richard Stallman <rms@gnu.org>
5285
5286 * mark.texi (Transient Mark): Clarify that region never disappears
5287 when Transient Mark mode is off, and not when it is on.
5288
5289 2006-07-27 Richard Stallman <rms@gnu.org>
5290
5291 * search.texi (Non-ASCII Isearch): Clarify. Mention C-q.
5292
5293 2006-07-24 Richard Stallman <rms@gnu.org>
5294
5295 * xresources.texi (GTK styles): Fix texinfo usage.
5296
5297 * commands.texi (User Input): Explain why we teach keyboard cmds.
5298
5299 * xresources.texi, xresmini.texi, search.texi, programs.texi:
5300 * misc.texi, kmacro.texi, killing.texi, glossary.texi:
5301 * fortran-xtra.texi, files.texi, emacs.texi, emacs-xtra.texi:
5302 * doclicense.texi, display.texi, dired.texi, basic.texi:
5303 * anti.texi, ack.texi: Move periods and commas inside quotes.
5304
5305 2006-07-22 Eli Zaretskii <eliz@gnu.org>
5306
5307 * cmdargs.texi (General Variables): Document EMAIL.
5308
5309 2006-07-21 Eli Zaretskii <eliz@gnu.org>
5310
5311 * frames.texi (Frame Commands): Mention that focus-follows-mouse
5312 doesn't have effect on MS-Windows.
5313
5314 2006-07-17 Richard Stallman <rms@gnu.org>
5315
5316 * building.texi (Grep Searching): Explain about chaining grep commands.
5317
5318 2006-07-10 Nick Roberts <nickrob@snap.net.nz>
5319
5320 * killing.texi, mini.texi: Fix typos.
5321
5322 2006-07-09 Chong Yidong <cyd@stupidchicken.com>
5323
5324 * misc.texi (Invoking emacsclient): Document behavior when emacsclient
5325 is invoked for multiple files.
5326
5327 2006-07-08 Eli Zaretskii <eliz@gnu.org>
5328
5329 * msdog.texi (Windows Keyboard) [@iftex]: Add an @inforef to the
5330 on-line manual for the rest of this node.
5331 (Windows Mouse) <w32-pass-extra-mouse-buttons-to-system>: Include
5332 unconditionally.
5333 (Windows Processes) <w32-quote-process-args>: Include unconditionally.
5334 Improve wording.
5335 (Windows Printing): Improve wording.
5336 (Windows Misc) [@iftex]: Add an @inforef to the on-line manual for the
5337 rest of this node.
5338
5339 2006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
5340
5341 * building.texi (Lisp Eval): Throughout, replace eval-current-buffer
5342 with eval-buffer.
5343
5344 2006-07-05 Nick Roberts <nickrob@snap.net.nz>
5345
5346 * mule.texi (Coding Systems, Specify Coding): Link descriptions
5347 of character translation.
5348
5349 2006-07-04 Nick Roberts <nickrob@snap.net.nz>
5350
5351 * rmail.texi (Remote Mailboxes): Add missing @code keyword.
5352
5353 2006-07-03 Karl Berry <karl@gnu.org>
5354
5355 * emacs.texi (\hbadness): Set to 6000 so we aren't bothered by
5356 not-too-underfull hboxes in the TeX output.
5357 * abbrevs.texi, buffers.texi, building.texi, calendar.texi,
5358 * cmdargs.texi, custom.texi, dired.texi, macos.texi,
5359 * maintaining.texi, misc.texi, mule.texi, programs.texi, rmail.texi,
5360 * sending.texi, text.texi: Fix overfull/underfull boxes.
5361
5362 2006-07-03 Romain Francoise <romain@orebokech.com>
5363
5364 * m-x.texi (M-x): Fix.
5365
5366 2006-07-03 Richard Stallman <rms@gnu.org>
5367
5368 * search.texi (Other Repeating Search): filename -> file name.
5369
5370 * misc.texi (Narrowing): Minor cleanups.
5371
5372 * files.texi (Visiting): filename -> file name.
5373
5374 * emacs.texi (Top): Update subnode menus.
5375
5376 * mule.texi (Coding Systems): Move char translation stuff here.
5377 (Specify Coding, Output Coding): New nodes, out of Recognize Coding.
5378 (Recognize Coding): Substantial local rewrites.
5379 (International): Update menu.
5380
5381 * display.texi (Auto Scrolling): New node, broken out of Scrolling.
5382 (Scrolling): Substantial local rewrites.
5383 (Display): Update menu and intro.
5384
5385 * dired.texi: filename -> file name.
5386
5387 * custom.texi (Safe File Variables): Texinfo usage fix.
5388
5389 2006-07-03 Teodor Zlatanov <tzz@lifelogs.com>
5390
5391 * help.texi, m-x.texi: Lots of cleanups.
5392
5393 2006-06-30 Eli Zaretskii <eliz@gnu.org>
5394
5395 * msdog.texi (ls in Lisp, Windows Keyboard, Windows Mouse)
5396 (Windows Processes, Windows Misc): Shorten the printed version by
5397 selectively conditioning less important portions by @ifnottex.
5398
5399 2006-06-27 Richard Stallman <rms@gnu.org>
5400
5401 * mini.texi (Minibuffer File): Minor cleanup.
5402
5403 2006-06-25 Nick Roberts <nickrob@snap.net.nz>
5404
5405 * frames.texi (XTerm Mouse): Rename to...
5406 (Text-Only Mouse): ...this. Mention t-mouse-mode.
5407
5408 * emacs.texi (Top): Use new node name.
5409
5410 2006-06-24 Eli Zaretskii <eliz@gnu.org>
5411
5412 * emacs.texi (Top): Update the detailed menu according to changes in
5413 msdog.texi.
5414
5415 * msdog.texi (Windows Keyboard): New section.
5416 (Windows Mouse): New section.
5417 (Windows System Menu): Remove section (text merged with "Windows
5418 Keyboard").
5419 (Windows Misc): New section.
5420
5421 * dired.texi (Dired Enter): Refer to msdog.texi for ls-lisp emulation.
5422
5423 * msdog.texi (ls in Lisp): New section.
5424
5425 * files.texi (Visiting): Document case-insensitive wildcard matching
5426 under find-file-wildcards.
5427
5428 2006-06-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5429
5430 * macos.texi (Mac Input): Add description of mac-function-modifier.
5431 Now Unicode keyboard layouts work.
5432
5433 2006-06-10 Richard Stallman <rms@gnu.org>
5434
5435 * mule.texi (Recognize Coding): Clarify previous change.
5436
5437 2006-06-09 Kenichi Handa <handa@m17n.org>
5438
5439 * mule.texi (Recognize Coding): Describe the convention of "CODING!"
5440 notation.
5441
5442 2006-06-07 Kevin Ryde <user42@zip.com.au>
5443
5444 * mule.texi (Coding Systems): Footnote xref "MS-DOS and MULE" in main
5445 manual for @ifnottex, but in emacs-extra for @iftex.
5446
5447 * cmdargs.texi (General Variables): Fix smtpmail xref.
5448
5449 2006-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
5450
5451 * programs.texi (Comment Commands):
5452 * custom.texi (Specifying File Variables):
5453 Use ;; instead of ;;; to better follow coding conventions.
5454
5455 2006-06-07 Nick Roberts <nickrob@snap.net.nz>
5456
5457 * building.texi (Watch Expressions): Move node to end.
5458 (GDB Graphical Interface): Move description of clicks in fringe...
5459 (GDB commands in the Fringe): ...to here. New node.
5460
5461 2006-06-05 Romain Francoise <romain@orebokech.com>
5462
5463 * xresmini.texi (GTK resources): Fix various typos.
5464
5465 2006-06-05 Nick Roberts <nickrob@snap.net.nz>
5466
5467 * building.texi (GDB Graphical Interface): Update bindings.
5468 (Commands of GUD): Add gud-print. Remove gud-run.
5469 Restate availability more generally.
5470
5471 2006-06-03 Teodor Zlatanov <tzz@lifelogs.com>
5472
5473 * mini.texi: Lots of cleanups.
5474
5475 2006-06-01 Luc Teirlinck <teirllm@auburn.edu>
5476
5477 * misc.texi (Shell History Copying): Update descriptions of `C-c RET'
5478 and Mouse-2.
5479
5480 2006-06-01 Jan Djärv <jan.h.d@swipnet.se>
5481
5482 * screen.texi (Menu Bar): Change menu-bar-start to menu-bar-open.
5483
5484 2006-05-31 Richard Stallman <rms@gnu.org>
5485
5486 * basic.texi (Moving Point): Fix previous change.
5487
5488 2006-05-29 Jan Djärv <jan.h.d@swipnet.se>
5489
5490 * screen.texi (Menu Bar): F10 for Gtk+/Lesstif/Lucid menus.
5491
5492 2006-05-28 Teodor Zlatanov <tzz@lifelogs.com>
5493
5494 * basic.texi: Many simplifications and improvements in wording.
5495
5496 2006-05-26 Nick Roberts <nickrob@snap.net.nz>
5497
5498 * anti.texi (Antinews): Create a node for gdb-ui.
5499
5500 2006-05-22 Reiner Steib <Reiner.Steib@gmx.de>
5501
5502 * frames.texi (Menu Bars, Tool Bars): Add index entries.
5503
5504 2006-05-20 Richard Stallman <rms@gnu.org>
5505
5506 * dired.texi (Dired Navigation): dired-goto-file is now j.
5507
5508 2006-05-20 Eli Zaretskii <eliz@gnu.org>
5509
5510 * mule.texi (Coding Systems): Mention the undecided-* coding systems
5511 and their aliases.
5512
5513 * msdog.texi (Windows Printing): Mention non-support of plain text
5514 printing with some el-cheapo printers, and suggest a workaround.
5515
5516 2006-05-20 Kevin Ryde <user42@zip.com.au>
5517
5518 * text.texi (TeX Print): tex-dvi-view-command has a default value,
5519 remove the bit saying you must set it.
5520
5521 2006-05-19 Luc Teirlinck <teirllm@auburn.edu>
5522
5523 * trouble.texi (Checklist):
5524 * text.texi (Text, Auto Fill, Text Mode):
5525 * search.texi (Nonincremental Search):
5526 * rmail.texi (Rmail Labels):
5527 * mule.texi (Input Methods, Multibyte Conversion):
5528 * misc.texi (Gnus, Where to Look, PostScript):
5529 * maintaining.texi (Create Tags Table):
5530 * indent.texi (Indentation Commands):
5531 * fixit.texi (Spelling):
5532 * emacs.texi (Copying):
5533 * custom.texi (Init File): ifinfo -> ifnottex.
5534
5535 2006-05-17 Richard Stallman <rms@gnu.org>
5536
5537 * files.texi (Diff Mode): Mention C-x `.
5538
5539 2006-05-08 Richard Stallman <rms@gnu.org>
5540
5541 * custom.texi (Disabling): Textual cleanups.
5542
5543 2006-05-12 Glenn Morris <rgm@gnu.org>
5544
5545 * calendar.texi (Displaying the Diary, Format of Diary File):
5546 Refer to diary-view-entries, diary-list-entries,
5547 diary-show-all-entries rather than obsolete aliases.
5548
5549 2006-05-12 Eli Zaretskii <eliz@gnu.org>
5550
5551 * calendar.texi (Calendar/Diary, Holidays, Displaying the Diary)
5552 (Displaying the Diary, Special Diary Entries, Importing Diary):
5553 * building.texi (Compilation Shell):
5554 * buffers.texi (Several Buffers) [iftex]: Replace @xref's to
5555 emacs-xtra with @inforef's.
5556
5557 * files.texi (Visiting): Fix wording.
5558
5559 * mule.texi (Coding Systems, Text Coding): More indexing.
5560 Mention that C-x RET f can set eol conversion.
5561
5562 2006-05-07 Jan Djärv <jan.h.d@swipnet.se>
5563
5564 * xresmini.texi (GTK resources): Insert GTK description.
5565
5566 * xresources.texi (GTK resources): metafont should be menufont.
5567
5568 2006-05-06 Michael Albinus <michael.albinus@gmx.de>
5569
5570 * mini.texi (Completion Options): Completion of remote files'
5571 method, user name and host name is active only in partial
5572 completion mode.
5573
5574 2006-05-06 Eli Zaretskii <eliz@gnu.org>
5575
5576 * makefile.w32-in (emacs.dvi):
5577 * Makefile.in (emacs.dvi): Add xresmini.texi.
5578
5579 * xresmini.texi (Table of Resources): Remove xref to non-existent
5580 node "LessTif Resources".
5581
5582 * msdog.texi (Microsoft Windows):
5583 * calendar.texi (Calendar/Diary, Displaying the Diary)
5584 (Special Diary Entries, Importing Diary, Holidays):
5585 * programs.texi (Program Modes):
5586 * text.texi (Text):
5587 * buffers.texi (Several Buffers):
5588 * files.texi (Comparing Files): Fix cross-references to emacs-xtra.
5589
5590 2006-05-06 Eli Zaretskii <eliz@gnu.org>
5591
5592 The following changes merge the emacs-xtra manual into the main
5593 manual, but only for on-line version of the manual.
5594
5595 * vc2-xtra.texi (Version Backups, Local Version Control)
5596 (Making Snapshots, Change Logs and VC, Version Headers)
5597 (Customizing VC, CVS Options) [ifnottex]: Conditional xref's for
5598 on-line manual.
5599
5600 * vc1-xtra.texi (VC Dired Mode) [ifnottex]: Conditional xref's
5601 for on-line manual.
5602
5603 * msdog-xtra.texi (MS-DOS, MS-DOS Keyboard, MS-DOS Mouse)
5604 (MS-DOS Display, MS-DOS File Names, MS-DOS Printing)
5605 (MS-DOS and MULE, MS-DOS Processes) [ifnottex]: Conditional xref's
5606 for on-line manual.
5607
5608 * fortran-xtra.texi (Fortran, Fortran Autofill)
5609 (Fortran Autofill, Fortran Abbrev) [ifnottex]: Conditional xref's
5610 for on-line manual.
5611
5612 * picture-xtra.texi (Basic Picture, Rectangles in Picture) [ifnottex]:
5613 Conditional xref's for on-line manual.
5614
5615 * emerge-xtra.texi (Emerge, Overview of Emerge)
5616 (Fine Points of Emerge) [ifnottex]: Conditional xref's for on-line
5617 manual.
5618
5619 * Makefile.in (INFO_TARGETS): Remove ../info/emacs-xtra.
5620 (EMACS_XTRA): New variable, lists the new *-xtra.texi files.
5621 (EMACSSOURCES): Use EMACS_XTRA.
5622 (../info/emacs-xtra): Remove.
5623 (emacs-xtra.dvi): Add EMACS_XTRA to prerequisites.
5624
5625 * makefile.w32-in (INFO_TARGETS): Remove $(infodir)/emacs-xtra.
5626 (EMACS_XTRA): New variable, lists the new *-xtra.texi files.
5627 (EMACSSOURCES): Use EMACS_XTRA.
5628 ($(infodir)/emacs-xtra): Remove.
5629 (emacs-xtra.dvi): Add EMACS_XTRA to prerequisites.
5630
5631 * trouble.texi (Quitting):
5632 * text.texi (Text):
5633 * programs.texi (Program Modes):
5634 * msdog.texi (Microsoft Windows):
5635 * frames.texi (Frames):
5636 * files.texi (Backup, Version Control, VC Concepts)
5637 (Types of Log File, Advanced C-x v v, Log Buffer, Old Versions)
5638 (Registering, VC Status, VC Undo, Multi-User Branching)
5639 (Comparing Files):
5640 * calendar.texi (Calendar/Diary, Holidays, Displaying the Diary)
5641 (Displaying the Diary, Special Diary Entries, Importing Diary):
5642 * buffers.texi (Several Buffers): Replace inforef to emacs-xtra by
5643 conditional xref's, depending on @iftex/@ifnottex.
5644
5645 * msdog.texi (Microsoft Windows) [ifnottex]: Add menu entry for
5646 "MS-DOS". @include msdog-xtra.texi.
5647
5648 * programs.texi (Programs) [ifnottex]: Add menu entry for "Fortran".
5649 <Top Level> [ifnottex]: @include fortran-xtra.texi.
5650
5651 * files.texi (Secondary VC Commands) [ifnottex]: Add menu entries
5652 for vc-xtra.texi subsections.
5653 (VC Undo) [ifnottex]: @include vc1-xtra.texi and @lowersections it.
5654 (Multi-User Branching) [ifnottex]: @include vc2-xtra.texi.
5655
5656 * sending.texi (Sending Mail): A @node line without explicit Prev,
5657 Next, and Up links.
5658
5659 * abbrevs.texi (Abbrevs): A @node line without explicit Prev,
5660 Next, and Up links.
5661
5662 * emacs.texi (Top) [ifnottex]: Add menu entries for "Picture Mode"
5663 and its sections. @include picture-xtra.texi.
5664
5665 * maintaining.texi (Maintaining) [ifnottex]: Add menu entry for
5666 "Emerge".
5667 (List Tags) [ifnottex]: @include emerge-xtra.texi.
5668
5669 * cal-xtra.texi (Daylight Savings): Remove this node: it is an
5670 exact duplicate of its name-sake in calendar.texi.
5671
5672 * calendar.texi (Calendar/Diary) [ifnottex]: Add menu item for
5673 "Advanced Calendar/Diary Usage".
5674 (Time Intervals) [ifnottex]: @include cal-xtra.texi.
5675
5676 * dired.texi (Subdirectories in Dired) [ifnottex]: @include
5677 dired-xtra.texi.
5678 (Dired) [ifnottex]: Add menu entry for "Subdir Switches".
5679
5680 * files.texi (Reverting) [ifnottex]: @include arevert-xtra.texi.
5681 (Files) [ifnottex]: Add menu entry for Autorevert.
5682
5683 * emacs-xtra.texi (Introduction): Reword to make consistent with
5684 printed version only.
5685 <Top level>: Remove the body of all chapters and move them to the
5686 new *-xtra.texi files. Use @raisesections and @lowersections to
5687 convert sections to chapters etc.
5688
5689 * msdog-xtra.texi:
5690 * fortran-xtra.texi:
5691 * vc-xtra.texi:
5692 * vc1-xtra.texi:
5693 * vc2-xtra.texi:
5694 * emerge-xtra.texi:
5695 * cal-xtra.texi:
5696 * dired-xtra.texi:
5697 * arevert-xtra.texi: New files, with text from respective chapters
5698 of emacs-xtra.texi. Convert each @chapter into @section, @section
5699 into @subsection, etc.
5700
5701 * emacs-xtra.texi (MS-DOS): Rename from "MS-DOG". All references
5702 updated.
5703
5704 * msdog.texi (Microsoft Windows): Rename from "Emacs and Microsoft
5705 Windows". All references updated.
5706
5707 2006-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5708
5709 * macos.texi (Mac Input): Mention input from Character Palette.
5710 (Mac Font Specs): Fix typo.
5711
5712 2006-05-05 Richard Stallman <rms@gnu.org>
5713
5714 * files.texi (Diff Mode): Minor cleanup.
5715
5716 2006-05-05 Karl Berry <karl@gnu.org>
5717
5718 * emacs.texi: Call @fonttextsize 10, inside @tex to avoid
5719 errors from the current release of makeinfo (4.8).
5720 * help.texi (Library Keywords): Change widest word in multitable
5721 template from `emulations' to `convenience'. (Not sure if this is
5722 related to the font change.)
5723
5724 2006-05-05 Eli Zaretskii <eliz@gnu.org>
5725
5726 * files.texi (File Names): Add a footnote about limited support of
5727 ~USER on MS-Windows.
5728
5729 * cmdargs.texi (Initial Options): Add a footnote about limited
5730 support of ~USER on MS-Windows.
5731
5732 2006-05-03 Richard Stallman <rms@gnu.org>
5733
5734 * files.texi (Diff Mode): Node moved here.
5735 (Comparing Files): Delete what duplicates new node.
5736 (Files): Put Diff Mode in menu.
5737
5738 * misc.texi (Diff Mode): Move to files.texi.
5739
5740 * emacs.texi (Top): Update menu for Diff Mode.
5741
5742 * trouble.texi (Emergency Escape): Simplify.
5743
5744 * emacs.texi (Top): Minor clarification.
5745
5746 2006-05-03 Teodor Zlatanov <tzz@lifelogs.com>
5747
5748 * commands.texi, entering.texi, screen.texi: Many simplifications.
5749
5750 2006-05-03 Richard Stallman <rms@gnu.org>
5751
5752 * commands.texi (Text Characters): Delete paragraph about unibyte
5753 non-ASCII printing chars.
5754
5755 * killing.texi (Killing): Say "graphical displays".
5756 * display.texi: Say "graphical displays".
5757
5758 * cmdargs.texi (Misc X): Say "graphical displays".
5759
5760 2006-05-01 Richard Stallman <rms@gnu.org>
5761
5762 * emacs.texi (Top): Add Diff Mode to menu.
5763
5764 2006-05-01 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
5765
5766 * misc.texi (Diff Mode): New node.
5767
5768 2006-05-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5769
5770 * macos.texi (Mac International): Now Carbon Emacs has ATSUI support.
5771 (Mac Environment Variables): Shorten example line.
5772 (Mac Font Specs): Shorten lisp lines. Add descriptions for ATSUI.
5773
5774 2006-05-01 Nick Roberts <nickrob@snap.net.nz>
5775
5776 * building.texi (GUD Customization): Describe cases %d and %c.
5777 Update description for %e.
5778
5779 2006-04-30 Glenn Morris <rgm@gnu.org>
5780
5781 * calendar.texi (LaTeX Calendar): Mention cal-tex-preamble-extra.
5782
5783 2006-04-29 Dan Nicolaescu <dann@ics.uci.edu>
5784
5785 * custom.texi (Examining): Update C-h v output example.
5786
5787 2006-04-29 Kim F. Storm <storm@cua.dk>
5788
5789 * building.texi (Grep Searching): Add lgrep and rgrep.
5790
5791 2006-04-23 Richard Stallman <rms@gnu.org>
5792
5793 * emacs.texi [TeX]: Use xresmini.texi instead of xresources.texi.
5794
5795 * xresmini.texi: New file.
5796
5797 * xresources.texi (Face Resources): Split table into font resources
5798 and the rest. Combine similar attributes for brevity.
5799
5800 2006-04-21 Eli Zaretskii <eliz@gnu.org>
5801
5802 * emacs-xtra.texi (MS-DOS File Names): Remove section about
5803 backslashes and case-insensitivity in file names (moved to the
5804 main manual).
5805 (MS-DOS Printing): Move most of the text to the main manual.
5806
5807 * msdog.texi (Windows Files, Windows HOME, MS-Windows Printing):
5808 New nodes.
5809 (Windows Processes, Windows System Menu): Add index entries and
5810 fix wording.
5811
5812 2006-04-18 J.D. Smith <jdsmith@as.arizona.edu>
5813
5814 * misc.texi (Shell Ring): Add notes on saved input when
5815 navigating off the end of the history list.
5816
5817 2006-04-18 Chong Yidong <cyd@mit.edu>
5818
5819 * misc.texi (Shell Options): Correct default value of
5820 comint-scroll-show-maximum-output.
5821
5822 2006-04-18 Nick Roberts <nickrob@snap.net.nz>
5823
5824 * building.texi (Watch Expressions): Update.
5825
5826 2006-04-12 Richard Stallman <rms@gnu.org>
5827
5828 * search.texi: Clean up previous change.
5829
5830 2006-04-12 Eli Zaretskii <eliz@gnu.org>
5831
5832 * search.texi (Regexp Backslash, Regexp Replace): Add index
5833 entries for ``back reference'' and mention the term itself in the
5834 text.
5835
5836 2006-04-11 Richard Stallman <rms@gnu.org>
5837
5838 * custom.texi (Safe File Variables):
5839 Document enable-local-variables = :safe.
5840
5841 2006-04-11 Karl Berry <karl@gnu.org>
5842
5843 * emacs-xtra.texi, emacs.texi (Dired under VC, VC Dired Commands)
5844 (Remote Repositories, Version Backups, Local Version Control)
5845 (Snapshots, Making and Using Snapshots, Snapshot Caveats)
5846 (Miscellaneous Commands and Features of VC, Change Logs and VC)
5847 (Renaming VC Work Files and Master Files)
5848 (Inserting Version Control Headers, Customizing VC, General Options)
5849 (Options for RCS and SCCS, Options specific for CVS): Move all
5850 these nodes to emacs-xtra.texi, for brevity.
5851 * cmdargs.texi, files.texi: Change cross-references.
5852
5853 2006-04-11 J.D. Smith <jdsmith@as.arizona.edu>
5854
5855 * files.texi (Old Versions): Update description of vc-annotate's
5856 use of color to indicate date ranges.
5857
5858 2006-04-09 Kevin Ryde <user42@zip.com.au>
5859
5860 * sending.texi (Mail Sending): In send-mail-function @pxref smtpmail,
5861 put info and printed manual names the right way around.
5862
5863 2006-04-09 Karl Berry <karl@gnu.org>
5864
5865 * msdog.texi, emacs-xtra.texi: Move all the MS-DOS material to
5866 emacs-xtra.texi, leaving only MS Windows information.
5867 * building.texi, emacs.texi, frames.texi, gnu.texi, macos.texi,
5868 * msdog.texi, mule.texi, trouble.texi: Change cross-references and
5869 node names.
5870
5871 * emacs.texi: Move @summarycontents and @contents to the beginning
5872 of the file.
5873
5874 2006-04-08 Kevin Ryde <user42@zip.com.au>
5875
5876 * text.texi (Fill Commands): fill-nobreak-predicate is now a hook.
5877
5878 2006-04-07 Richard Stallman <rms@gnu.org>
5879
5880 * programs.texi (Comments, Comment Commands, Options for Comments)
5881 (Multi-Line Comments): "Align", not "indent".
5882 (Basic Indent): C-j deletes trailing whitespace before the newline.
5883
5884 2006-04-06 Richard Stallman <rms@gnu.org>
5885
5886 * programs.texi (Basic Indent): Clarify relationship of C-j to TAB.
5887
5888 2006-04-06 Eli Zaretskii <eliz@gnu.org>
5889
5890 * killing.texi (Rectangles): Add index entry for marking a rectangle.
5891
5892 2006-04-05 Richard Stallman <rms@gnu.org>
5893
5894 * emacs.texi (Top): Update subnode menu.
5895
5896 * trouble.texi (Unasked-for Search): Node deleted.
5897 (Lossage): Delete from menu.
5898
5899 2006-04-04 Richard Stallman <rms@gnu.org>
5900
5901 * trouble.texi: Various cleanups.
5902 (Checklist): Don't bother saying how to snail a bug report.
5903 (Emergency Escape): Much rewriting.
5904 (After a Crash): Rename the core dump immediately.
5905 (Total Frustration): Call it a psychotherapist.
5906 (Bug Criteria): Avoid "illegal instruction".
5907 (Sending Patches): We always put the contributor's name in.
5908
5909 * misc.texi (Thumbnails): Minor correction.
5910
5911 2006-04-03 Richard Stallman <rms@gnu.org>
5912
5913 * misc.texi (Thumbnails): Minor cleanup.
5914
5915 2006-04-02 Karl Berry <karl@gnu.org>
5916
5917 * sending.texi (Mail Sending): pxref to Top needs five args.
5918
5919 * texinfo.tex: Update to current version (2006-03-21.13).
5920
5921 2006-03-31 Richard Stallman <rms@gnu.org>
5922
5923 * emacs.texi (Top): Update subnode menu.
5924
5925 * help.texi (Help Mode): Cleanup.
5926
5927 * dired.texi: Many cleanups.
5928 (Dired Deletion): Describe dired-recursive-deletes.
5929 (Operating on Files): dired-create-directory moved.
5930 (Misc Dired Features): Move to here.
5931 (Tumme): Node moved to misc.texi.
5932
5933 * custom.texi: Many cleanups.
5934 (Minor Modes): Don't mention ISO Accents Mode.
5935 (Examining): Update C-h v output example.
5936 (Hooks): Add index and xref for add-hook.
5937 (Locals): Delete list of vars that are always per-buffer. Rearrange.
5938 (Local Keymaps): Don't mention lisp-mode-map, c-mode-map.
5939
5940 * misc.texi: Many cleanups.
5941 (beginning): Add to summary of topics.
5942 (Shell): Put eshell xref at the end. Remove eshell from table.
5943 (Thumbnails): New node.
5944
5945 2006-03-28 Eli Zaretskii <eliz@gnu.org>
5946
5947 * files.texi (File Name Cache): Make it clear that the cache is
5948 not persistent.
5949
5950 2006-03-25 Karl Berry <karl@gnu.org>
5951
5952 * emacs-xtra.texi, emacs.texi, gnu.texi:
5953 (1) use @copyright{} instead of (C) in typeset text;
5954 (2) do not indent copyright year list (or anything else).
5955
5956 2006-03-21 Juanma Barranquero <lekktu@gmail.com>
5957
5958 * files.texi (VC Dired Mode): Remove misplaced brackets.
5959
5960 2006-03-21 Andre Spiegel <spiegel@gnu.org>
5961
5962 * files.texi: Various updates and clarifications in the VC chapter.
5963
5964 2006-03-19 Luc Teirlinck <teirllm@auburn.edu>
5965
5966 * help.texi (Help Mode): Document "C-c C-c".
5967
5968 2006-03-16 Luc Teirlinck <teirllm@auburn.edu>
5969
5970 * emacs-xtra.texi (Top): Avoid ugly continuation line in
5971 menu in the standalone Info reader.
5972
5973 2006-03-15 Chong Yidong <cyd@stupidchicken.com>
5974
5975 * emacs-xtra.texi (Emerge, Picture Mode, Fortran): New chapters,
5976 moved here from Emacs manual.
5977
5978 * programs.texi (Fortran): Section moved to emacs-xtra.
5979 (Program Modes): Xref to Fortran in emacs-xtra.
5980
5981 * maintaining.texi (Emerge): Move to emacs-xtra.
5982 * files.texi (Comparing Files): Xref to Emerge in emacs-xtra.
5983
5984 * picture.texi: File deleted.
5985 * Makefile.in:
5986 * makefile.w32-in: Remove picture.texi.
5987
5988 * text.texi (Text): Xref to Picture Mode in emacs-xtra.
5989 * abbrevs.texi (Abbrevs):
5990 * sending.texi (Sending Mail): Picture node removed.
5991
5992 * emacs.texi (Top): Update node listings.
5993
5994 2006-03-12 Richard Stallman <rms@gnu.org>
5995
5996 * calendar.texi: Various cleanups.
5997
5998 2006-03-11 Luc Teirlinck <teirllm@auburn.edu>
5999
6000 * search.texi (Regexps): Use @samp for regexp that is not in Lisp
6001 syntax.
6002
6003 2006-03-08 Luc Teirlinck <teirllm@auburn.edu>
6004
6005 * search.texi (Regexps): More accurately describe which characters
6006 are special in which situations. Recommend _not_ to quote `]' or
6007 `-' when they are not special.
6008
6009 2006-02-28 Andre Spiegel <spiegel@gnu.org>
6010
6011 * files.texi (Old Versions): Clarify operation of C-x v =.
6012
6013 2006-02-21 Nick Roberts <nickrob@snap.net.nz>
6014
6015 * building.texi (Watch Expressions): Update and describe
6016 gdb-speedbar-auto-raise.
6017
6018 2006-02-19 Richard M. Stallman <rms@gnu.org>
6019
6020 * emacs.texi: Use @smallbook.
6021 (Top): Update ref to Emacs paper, delete ref to Cookbook.
6022 Update subnode menu.
6023
6024 * building.texi (Lisp Interaction): Minor addition.
6025
6026 2006-02-18 Nick Roberts <nickrob@snap.net.nz>
6027
6028 * building.texi (Watch Expressions): Update and be more precise.
6029
6030 2006-02-15 Francesco Potortì <pot@gnu.org>
6031
6032 * maintaining.texi (Create Tags Table): Explain why the
6033 exception when etags writes to files under the /dev tree.
6034
6035 2006-02-14 Richard M. Stallman <rms@gnu.org>
6036
6037 * custom.texi (Safe File Variables): Lots of clarification.
6038 Renamed from Unsafe File Variables.
6039
6040 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
6041
6042 * custom.texi (Unsafe File Variables): File variable confirmation
6043 assumed denied in batch mode.
6044
6045 2006-02-14 Richard M. Stallman <rms@gnu.org>
6046
6047 * building.texi (GDB User Interface Layout): Don't say `inferior'
6048 for program being debugged.
6049
6050 2006-02-15 Nick Roberts <nickrob@snap.net.nz>
6051
6052 * building.texi (GDB Graphical Interface):
6053 Replace gdb-use-inferior-io-buffer with gdb-use-separate-io-buffer.
6054
6055 2006-02-13 Chong Yidong <cyd@stupidchicken.com>
6056
6057 * custom.texi (Specifying File Variables, Unsafe File Variables):
6058 New nodes, split from File Variables. Document new file local
6059 variable behavior.
6060
6061 2006-02-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6062
6063 * display.texi (Standard Faces):
6064 * files.texi (Visiting):
6065 * frames.texi (Clipboard):
6066 * glossary.texi (Glossary) <Clipboard>:
6067 * xresources.texi (X Resources): Mention Mac OS port.
6068
6069 2006-02-12 Richard M. Stallman <rms@gnu.org>
6070
6071 * building.texi (Building): Clarify topic in intro.
6072
6073 * maintaining.texi (Maintaining): Change title; clarify topic.
6074 Delete duplicate index entries.
6075
6076 * building.texi (Other GDB User Interface Buffers): Clarifications.
6077
6078 * text.texi (Cell Commands): Clarifications.
6079
6080 * programs.texi (Defuns): Delete duplicate explanation of
6081 left-margin paren convention.
6082 (Hungry Delete): Minor cleanup.
6083
6084 2006-02-11 Mathias Dahl <mathias.dahl@gmail.com>
6085
6086 * dired.texi (Tumme): More tumme documentation.
6087
6088 2006-02-11 Alan Mackenzie <acm@muc.de>
6089
6090 * programs.texi ("Hungry Delete"): Correct the appellation of the
6091 backspace and delete keys to @kbd{DEL} and @kbd{DELETE}.
6092
6093 2006-02-11 Mathias Dahl <mathias.dahl@gmail.com>
6094
6095 * dired.texi (Tumme): Fix small bug.
6096
6097 2006-02-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6098
6099 * macos.texi (Mac International): Rename "fontset-mac" to
6100 "fontset-standard".
6101
6102 2006-02-09 Mathias Dahl <mathias.dah@gmail.com>
6103
6104 * dired.texi (Tumme): Basic documentation for Tumme added.
6105
6106 2006-02-07 Luc Teirlinck <teirllm@auburn.edu>
6107
6108 * mule.texi (International):
6109 * programs.texi (Basic Indent): Fix typos.
6110
6111 * custom.texi (Minor Modes):
6112 * display.texi (Text Display):
6113 * commands.texi (Text Characters): Update xrefs.
6114
6115 2006-02-07 Richard M. Stallman <rms@gnu.org>
6116
6117 * emacs.texi (Top): Update subnode menu.
6118 Update info on old Emacs papers.
6119 (Intro): "Graphical display", not window system.
6120
6121 * xresources.texi (GTK styles): Minor clarifications.
6122
6123 * trouble.texi: "Graphical display", not window system.
6124 (Stuck Recursive): Minor clarification.
6125
6126 * text.texi: Minor clarifications.
6127 (Sentences): Explain why two-space convention is better.
6128 Explain sentence-end-without-period here.
6129 (Fill Commands): Not here.
6130 (Refill): Node moved down.
6131 (Filling): Update menu.
6132 (Table Creation, Cell Justification, Column Commands): Clarify.
6133
6134 * sending.texi: Minor clarifications.
6135
6136 * search.texi (Regexp Backslash): Clarification.
6137
6138 * rmail.texi: Minor cleanups.
6139 (Rmail): Delete digression about `rmail-mode'.
6140 (Rmail Inbox): Delete false advice wrt rmail-primary-inbox-list.
6141 (Rmail Files): Mention C-u M-x rmail.
6142 (Rmail Reply): Mention References.
6143 (Rmail Display): Mention rmail-nonignored-headers.
6144
6145 * programs.texi: Minor cleanups.
6146 (Comment Commands): Mention momentary Transient Mark mode.
6147 (Matching): Be more specific about customizing show-paren-mode.
6148 (Info Lookup): Don't list the modes that support C-h S.
6149 Just say what it does in an unsupported mode.
6150 (Man Page): Delete excessive info on customizing woman.
6151 (Motion in C): Don't mention c-for/backward-into-nomenclature.
6152
6153 * abbrevs.texi: Minor clarifications.
6154 (Dabbrev Customization): Talk about "dynamic abbrev expansion",
6155 not "dynamic abbrevs" as if they were a kind of abbrev.
6156
6157 * picture.texi (Picture): Minor cleanup.
6158
6159 * mule.texi (Communication Coding): Say "other applications".
6160 (Fontsets): Not specific to X. Add xref to X Resources.
6161 (Unibyte Mode): Rename from Single-Byte Character Support.
6162 "Graphical display", not window system.
6163 (International): Update menu.
6164
6165 * maintaining.texi (Format of ChangeLog):
6166 New node, split out from ChangeLog.
6167 (ChangeLog): Clarifications in the remaining text.
6168 (Create Tags Table, Etags Regexps, Select Tags Table): Cleanups.
6169 (Find Tag): Add @w.
6170 (Tags Search): Explain tag table order here. Simplify grep ref.
6171 (List Tags): tags-tag-face is a variable, not a face.
6172 (Emerge): Cleanups.
6173
6174 * kmacro.texi (Keyboard Macro Counter): Rewrite for clarity.
6175 (Keyboard Macros): Avoid "the user".
6176
6177 * killing.texi: "Graphical display", not window system.
6178
6179 * help.texi (Help Echo): "Graphical display", not window system.
6180
6181 * glossary.texi: Say "you", not "the user". Say "graphical display".
6182
6183 * frames.texi: Minor cleanups. "Graphical display", not window system.
6184
6185 * files.texi (Visiting): Make drag-and-drop not X-specific.
6186
6187 * custom.texi: Minor cleanups. "Graphical display", not window system.
6188
6189 * cmdargs.texi: Minor cleanups.
6190
6191 * building.texi (Compilation): Move and split kill-compilation para.
6192 Add para about multiple compilers.
6193 (Compilation Mode): Commands also available in grep mode and others.
6194 Mention C-u C-x ` more tutorially. Clarify C-x `.
6195 (Compilation Shell): Clarify. Put Bash example first.
6196 (Grep Searching): Minor cleanups; add @w.
6197 (Debuggers): Minor cleanups.
6198 (Starting GUD): Make GDB xgraphical mode issue clearer.
6199 (Debugger Operation): Lots of clarifications including
6200 GDB tooltip side-effect issue.
6201 (Commands of GUD): Clarify.
6202 (GUD Customization): Add bashdb-mode-hook.
6203 (GDB Graphical Interface): Rewrite for clarity.
6204 (GDB User Interface Layout): Rewrite for clarity.
6205 (Stack Buffer, Watch Expressions): Likewise.
6206 (Other GDB User Interface Buffers): Cleanups.
6207 (Lisp Libraries, External Lisp): Cleanup.
6208
6209 * basic.texi (Position Info): "Graphical displays", rather than
6210 window systems.
6211
6212 * anti.texi: Minor cleanup.
6213
6214 2006-02-03 Eli Zaretskii <eliz@gnu.org>
6215
6216 * custom.texi (Init File, Find Init): Add cross-references to
6217 where $HOME is described.
6218
6219 2006-02-01 Luc Teirlinck <teirllm@auburn.edu>
6220
6221 * frames.texi (Frame Parameters): Remove @item for S-Mouse-1; it
6222 is not inside the @table.
6223
6224 * emacs.texi (Top): Correct node name.
6225
6226 * files.texi (File Names): Fix @xref.
6227 (Reverting): Fix typo.
6228
6229 * mule.texi (International): Correct node name.
6230
6231 * kmacro.texi (Save Keyboard Macro): Add missing @kbd to @table.
6232
6233 2006-02-01 Richard M. Stallman <rms@gnu.org>
6234
6235 * emacs.texi (Top): Update subnode menu.
6236
6237 * mule.texi: Minor clarifications.
6238 Reduce the specific references to X Windows.
6239 Refer to "graphical" terminals, rather than window systems.
6240 (Text Coding): Rename from Specify Coding.
6241 (Communication Coding, File Name Coding, Terminal Coding):
6242 New nodes split out from Text Coding.
6243
6244 * kmacro.texi: Minor clarifications.
6245 (Keyboard Macro Ring): Comment out some excessive commands.
6246 (Basic Keyboard Macro): Split up the table, putting part in each node.
6247
6248 * major.texi: Minor clarifications.
6249
6250 * misc.texi (Single Shell, Interactive Shell): Fix xrefs.
6251
6252 * windows.texi: Minor clarifications.
6253 (Change Window): Don't describe mode-line mouse cmds here.
6254 Add xref to Mode Line Mouse.
6255
6256 * msdog.texi (Text and Binary, MS-DOS and MULE): Fix xrefs.
6257
6258 * macos.texi (Mac International): Fix xref.
6259
6260 * indent.texi: Minor clarifications.
6261
6262 * frames.texi: Minor clarifications.
6263 Reduce the specific references to X Windows.
6264 Refer to "graphical" terminals, rather than window systems.
6265 (Frame Parameters): Don't mention commands like
6266 set-foreground-color. Just say to customize a face.
6267 (Drag and Drop): Lisp-level stuff moved to Emacs Lisp manual.
6268
6269 * files.texi: Minor clarifications.
6270 (Numbered Backups): New node, split out from Backup Names.
6271
6272 * display.texi (Font Lock): C mode no longer depends on (-in-col-0.
6273
6274 * cmdargs.texi (General Variables): Fix xref.
6275
6276 * buffers.texi: Minor clarifications.
6277
6278 2006-01-31 Richard M. Stallman <rms@gnu.org>
6279
6280 * display.texi (Scrolling, Horizontal Scrolling, Follow Mode):
6281 Nodes moved to top.
6282
6283 * display.texi: Minor clarifications.
6284 (Display): Rearrange menu.
6285 (Standard Faces): Mention query-replace face.
6286 (Faces): Simplify.
6287 (Font Lock): Simplify face customization info.
6288 (Highlight Changes): Node merged into Highlight Interactively.
6289 (Highlight Interactively): Much rewriting and cleanup.
6290 (Optional Mode Line): Narrowed line number not good for goto-line.
6291 Simplify face customization advice.
6292 (Text Display): Mention use of escape-glyph face.
6293 Move ctl-arrow and tab-width here.
6294 (Display Custom): Move no-redraw-on-reenter to end of node.
6295
6296 * search.texi: Minor clarifications.
6297 (Isearch Scroll): Simplify.
6298 (Other Repeating Search): Document multi-occur-in-matching-buffers.
6299
6300 * regs.texi (Registers): Mention bookmarks here.
6301
6302 * mark.texi: Minor clarifications.
6303 (Selective Undo): Node deleted.
6304
6305 * m-x.texi: Minor clarifications.
6306
6307 * killing.texi: Minor clarifications.
6308 Refer to "graphical" terminals, rather than window systems.
6309
6310 * help.texi: Clarifications.
6311 (Help): Don't describe C-h F and C-h K here.
6312 (Key Help): Describe C-h K here.
6313 (Name Help): Mention Emacs Lisp Intro.
6314 Describe C-h F here.
6315 (Misc Help): Mention C-h F and C-h K only briefly.
6316
6317 * fixit.texi (Undo): New node, mostly copied from basic.texi.
6318 Selective undo text merged in.
6319 (Spelling): Mention Aspell along with Ispell.
6320
6321 * emacs.texi (Top): Update subnode menus.
6322
6323 * basic.texi (Basic Undo): Rename from Undo. Most of text
6324 moved to new Undo node.
6325
6326 2006-01-29 Chong Yidong <cyd@stupidchicken.com>
6327
6328 * basic.texi (Continuation Lines, Inserting Text):
6329 Mention longlines mode.
6330
6331 2006-01-29 Richard M. Stallman <rms@gnu.org>
6332
6333 * screen.texi: Minor cleanups.
6334 (Screen): Clean up the intro paragraphs.
6335 (Mode Line): Lots of rewriting. Handle frame-name better.
6336 eol-mnemonic-... vars moved out.
6337
6338 * emacs.texi (Top): Change menu item for MS-DOS node.
6339 Update subnode menu.
6340
6341 * msdog.texi (MS-DOS): Rewrite intro to explain how this
6342 chapter relates to Windows. Title changed.
6343
6344 * mini.texi: Minor cleanups.
6345
6346 * mark.texi (Selective Undo): New node, text moved from basic.texi.
6347 (Mark): Put it in the menu.
6348
6349 * entering.texi: Minor cleanups.
6350
6351 * emacs.texi (Top): Add xref to Mac chapter; explain Windows better.
6352 (Intro): Refer to "graphical" terminals, rather than X.
6353
6354 * display.texi (Display Custom): Add xref to Variables.
6355 (Optional Mode Line): eol-mnemonic-... vars moved here.
6356
6357 * commands.texi: Minor cleanups. Refer to "graphical" terminals,
6358 rather than X.
6359
6360 * basic.texi: Minor cleanups.
6361 (Undo): selective-undo moved.
6362
6363 2006-01-25 Luc Teirlinck <teirllm@auburn.edu>
6364
6365 * anti.texi (Antinews): Various corrections and additions.
6366
6367 2006-01-23 Juri Linkov <juri@jurta.org>
6368
6369 * custom.texi (Easy Customization, Customization Groups)
6370 (Browsing Custom): Mention links along with buttons.
6371
6372 2006-01-21 Eli Zaretskii <eliz@gnu.org>
6373
6374 * text.texi (TeX Print): Use @key for TAB.
6375
6376 * kmacro.texi (Keyboard Macro Step-Edit): Use @key for TAB.
6377
6378 2006-01-15 Sven Joachim <svenjoac@gmx.de> (tiny change)
6379
6380 * files.texi (File Aliases): Don't claim that usually separate
6381 buffers are created for two file names that name the same data.
6382 Mention additional situations where different names mean the same
6383 file on disk.
6384
6385 2006-01-19 Richard M. Stallman <rms@gnu.org>
6386
6387 * killing.texi (Deletion): Upcase @key argument.
6388
6389 * custom.texi (Custom Themes): Minor cleanup.
6390
6391 * programs.texi (Hungry Delete): Upcase @key argument.
6392
6393 2006-01-16 Juri Linkov <juri@jurta.org>
6394
6395 * display.texi (Standard Faces): Add `mode-line-buffer-id'.
6396 Move `mode-line-highlight' before `mode-line-buffer-id'.
6397
6398 2006-01-14 Richard M. Stallman <rms@gnu.org>
6399
6400 * basic.texi (Inserting Text): Minor cleanup.
6401
6402 2006-01-11 Luc Teirlinck <teirllm@auburn.edu>
6403
6404 * custom.texi (Changing a Variable, Face Customization):
6405 Update for changes in Custom menus.
6406
6407 2006-01-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6408
6409 * macos.texi (Mac International): Undo last change.
6410
6411 2006-01-02 Chong Yidong <cyd@stupidchicken.com>
6412
6413 * custom.texi (Custom Themes): Describe the new
6414 customize-create-theme interface.
6415
6416 2005-12-30 Juri Linkov <juri@jurta.org>
6417
6418 * basic.texi (Position Info): Update example.
6419
6420 2005-12-27 Jan Djärv <jan.h.d@swipnet.se>
6421
6422 * frames.texi (Dialog Boxes): Add x-gtk-show-hidden-files.
6423
6424 2005-12-24 Chong Yidong <cyd@stupidchicken.com>
6425
6426 * custom.texi (Custom Themes): `load-theme' always loads.
6427
6428 2005-12-23 Juri Linkov <juri@jurta.org>
6429
6430 * display.texi (Highlight Interactively): Use double space to
6431 separate sentences. Replace C-p with M-p, and C-n with M-n.
6432
6433 2005-12-22 Richard M. Stallman <rms@gnu.org>
6434
6435 * custom.texi (Easy Customization and subnodes):
6436 Replace "active field" with "button".
6437 Use "user option" only for variables.
6438 Use "setting" for variable-or-face.
6439
6440 2005-12-22 Luc Teirlinck <teirllm@auburn.edu>
6441
6442 * buffers.texi (Select Buffer): Change order in table to make
6443 "Similar" refer to the correct item.
6444 (Indirect Buffers): Minor rewording.
6445
6446 2005-12-20 Juri Linkov <juri@jurta.org>
6447
6448 * files.texi (VC Status): Put P and N near p and n.
6449
6450 2005-12-19 Richard M. Stallman <rms@gnu.org>
6451
6452 * programs.texi (Electric C): Delete the info about newline control.
6453 (Other C Commands): Minor cleanup.
6454 (Left Margin Paren): Minor cleanup.
6455
6456 2005-12-19 Luc Teirlinck <teirllm@auburn.edu>
6457
6458 * custom.texi (Easy Customization): Add "Browsing Custom" to menu.
6459 (Customization Groups): Delete text moved to "Browsing Custom".
6460 (Browsing Custom): New node.
6461 (Specific Customization): Clarify which commands only work for
6462 loaded options.
6463
6464 2005-12-18 Bill Wohler <wohler@newt.com>
6465
6466 * frames.texi (Tool Bars): Shorten text of previous change.
6467
6468 2005-12-18 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
6469
6470 * files.texi (VC Status): Document log-view mode.
6471
6472 2005-12-18 Bill Wohler <wohler@newt.com>
6473
6474 * frames.texi (Tool Bars): Mention that you can turn off tool bars
6475 permanently via the customize interface.
6476
6477 2005-12-16 Ralf Angeli <angeli@iwi.uni-sb.de>
6478
6479 * killing.texi (Killing by Lines): Document `kill-whole-line'
6480 function.
6481
6482 2005-12-16 Lőrentey Károly <lorentey@elte.hu>
6483
6484 * buffers.texi (Select Buffer): Change `prev-buffer' to
6485 `previous-buffer'. Indicate that these functions use a frame
6486 local buffer list.
6487
6488 2005-12-12 Richard M. Stallman <rms@gnu.org>
6489
6490 * custom.texi (Easy Customization): Change menu comment.
6491 (Prefix Keymaps): Fix spelling of Control-X-prefix.
6492
6493 * help.texi (Apropos): Rewrite. Talk about "apropos patterns".
6494 (Help): Among the Apropos commands, describe only C-h a here.
6495
6496 2005-12-11 Richard M. Stallman <rms@gnu.org>
6497
6498 * programs.texi (Options for Comments): Comment-end starts with space.
6499
6500 * glossary.texi (Glossary): Minor cleanup.
6501
6502 * files.texi (Old Versions): Use @table.
6503
6504 2005-12-10 David Koppelman <koppel@ece.lsu.edu>
6505
6506 * display.texi (Highlight Interactively): Include
6507 global-hi-lock-mode. Add miscellaneous details and elaborations.
6508
6509 2005-12-09 Richard M. Stallman <rms@gnu.org>
6510
6511 * display.texi (Font Lock): Delete the Global FL menu item.
6512
6513 2005-12-09 Luc Teirlinck <teirllm@auburn.edu>
6514
6515 * custom.texi (Minibuffer Maps): Mention the maps for file name
6516 completion.
6517
6518 2005-12-09 Kim F. Storm <storm@cua.dk>
6519
6520 * killing.texi (CUA Bindings): Describe how to use C-x and C-c as
6521 prefix keys even when mark is active. Describe that RET moves
6522 cursor to next corner in rectangle; clarify insert around rectangle.
6523
6524 2005-12-08 Luc Teirlinck <teirllm@auburn.edu>
6525
6526 * custom.texi (Customization): Use xref to elisp manual for
6527 non-TeX output.
6528 (Minor Modes): Update.
6529 (Customization Groups, Changing a Variable, Face Customization):
6530 Update for new appearance of Custom buffers.
6531 (Changing a Variable): `custom-buffer-done-function' has been
6532 replaced by `custom-buffer-done-kill'.
6533 (Specific Customization): In the `customize-group' buffer, a
6534 subgroup's contents are not "hidden". They are not included at
6535 all. They have no [Show] button.
6536 (Mouse Buttons): Add pxref to description of mouse event lists in
6537 Elisp manual. Add `menu-bar' and `header-line' dummy prefix keys.
6538 (Find Init): Emacs now looks for ~/.emacs.d/init.el instead of
6539 ~/.emacs.d/.emacs, if it can not find ~/.emacs(.el).
6540
6541 2005-12-08 Richard M. Stallman <rms@gnu.org>
6542
6543 * mini.texi (Completion Commands, Completion):
6544 In file name input, SPC does not do completion.
6545
6546 2005-12-08 Nick Roberts <nickrob@snap.net.nz>
6547
6548 * building.texi (GDB Graphical Interface): Explain screen size
6549 setting.
6550 (Other GDB User Interface Buffers): Describe features specific to
6551 GDB 6.4.
6552
6553 2005-12-01 Nick Roberts <nickrob@snap.net.nz>
6554
6555 * building.texi (GDB User Interface Layout): Describe how to
6556 kill associated buffers.
6557 (Breakpoints Buffer): Use D instead of d for gdb-delete-breakpoint.
6558 (Watch Expressions): Be more precise.
6559 (Other GDB User Interface Buffers): Describe how to change a
6560 register value.
6561
6562 2005-11-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6563
6564 * macos.texi (Mac Input): Remove description of
6565 mac-command-key-is-meta. Add descriptions of
6566 mac-control-modifier, mac-command-modifier, and
6567 mac-option-modifier.
6568 (Mac International): Fix description of conversion of clipboard data.
6569 (Mac Font Specs): Add example of font customization by face attributes.
6570
6571 2005-11-22 Nick Roberts <nickrob@snap.net.nz>
6572
6573 * building.texi (Watch Expressions): Expand description.
6574 (Other GDB User Interface Buffers): Describe local map for
6575 gud-watch.
6576
6577 2005-11-21 Chong Yidong <cyd@stupidchicken.com>
6578
6579 * display.texi (Font Lock): Font lock is enabled by default now.
6580
6581 2005-11-20 Juri Linkov <juri@jurta.org>
6582
6583 * basic.texi (Position Info): Update examples of the output.
6584 Remove the fact that examples are produced in the TeXinfo buffer,
6585 because in the Info reader users will get a different output from
6586 `C-x ='.
6587
6588 * building.texi (Compilation Mode): Remove paragraph duplicated
6589 from the node `Compilation'. Add `compilation-skip-threshold'.
6590
6591 * display.texi (Font Lock): Suggest more user-friendly method of
6592 finding all Font Lock faces (M-x customize-group RET font-lock-faces).
6593
6594 2005-11-18 Richard M. Stallman <rms@gnu.org>
6595
6596 * files.texi (Registering): Mention @@ in mode line.
6597
6598 * mini.texi (Minibuffer File): Clarify previous change. Add @findex.
6599
6600 2005-11-08 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
6601
6602 * files.texi (Renaming and VC): Some back-ends don't
6603 handle renaming.
6604
6605 2005-11-17 Juri Linkov <juri@jurta.org>
6606
6607 * emacs.texi (Top):
6608 * display.texi (Highlight Interactively): Put this font-lock based
6609 mode near Font Lock node.
6610
6611 2005-11-16 Chong Yidong <cyd@stupidchicken.com>
6612
6613 * ack.texi (Acknowledgments): Acknowledge Andrew Zhilin for Emacs
6614 icons.
6615
6616 2005-11-12 Kim F. Storm <storm@cua.dk>
6617
6618 * help.texi (Help): Fix C-h a entry. Add C-h d entry.
6619 (Help Summary): Add C-h d and C-h e.
6620 (Apropos): Clarify that all apropos commands may search for either
6621 list of words or a regexp. Add C-h d for apropos-documentation.
6622 Describe apropos-documentation-sort-by-scores user option.
6623
6624 2005-11-09 Luc Teirlinck <teirllm@auburn.edu>
6625
6626 * killing.texi (CUA Bindings): Add @section.
6627
6628 2005-11-10 Kim F. Storm <storm@cua.dk>
6629
6630 * emacs.texi (Top): Add CUA Bindings entry to menu.
6631
6632 * killing.texi (CUA Bindings): New node. Moved here from
6633 misc.texi and extended with info on rectangle commands and
6634 rectangle highlighting, interface to registers, and the global
6635 mark feature.
6636
6637 * misc.texi (Emulation): Move CUA bindings item to killing.texi.
6638
6639 * regs.texi: Prev link points to CUA Bindings node.
6640
6641 2005-11-07 Luc Teirlinck <teirllm@auburn.edu>
6642
6643 * help.texi (Help Echo): By default, help echos are only shown on
6644 mouse-over, not on point-over.
6645
6646 2005-11-04 Jérôme Marant <jerome@marant.org>
6647
6648 * misc.texi (Shell Mode): Describe how to activate password echoing.
6649
6650 2005-11-04 Romain Francoise <romain@orebokech.com>
6651
6652 * mark.texi (Mark Ring): Fix typo.
6653
6654 2005-11-03 Richard M. Stallman <rms@gnu.org>
6655
6656 * mark.texi (Mark Ring): Mention set-mark-command-repeat-pop.
6657
6658 2005-11-01 Bill Wohler <wohler@newt.com>
6659
6660 * help.texi (Help Mode): Fix typo.
6661
6662 2005-11-01 Nick Roberts <nickrob@snap.net.nz>
6663
6664 * building.texi (Other GDB User Interface Buffers):
6665 Describe the command gdb-use-inferior-io-buffer.
6666
6667 2005-10-31 Romain Francoise <romain@orebokech.com>
6668
6669 * files.texi (Compressed Files): Fix typo.
6670
6671 * buffers.texi (Misc Buffer): Downcase `*shell*'.
6672
6673 * windows.texi (Force Same Window): Likewise.
6674
6675 2005-10-30 Bill Wohler <wohler@newt.com>
6676
6677 * help.texi (Help Mode): URLs viewed with browse-url.
6678
6679 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
6680
6681 * building.texi (GDB Graphical Interface): Don't reference
6682 gdb-mouse-set-clear-breakpoint. Explain gdb-mouse-until
6683 must stay in same frame.
6684
6685 2005-10-29 Chong Yidong <cyd@stupidchicken.com>
6686
6687 * custom.texi (Init File): Document ~/.emacs.d/init.el.
6688
6689 * anti.texi (Antinews): Likewise.
6690
6691 2005-10-28 Bill Wohler <wohler@newt.com>
6692
6693 * help.texi (Help): Help mode now creates hyperlinks for URLs.
6694
6695 2005-10-28 Richard M. Stallman <rms@gnu.org>
6696
6697 * files.texi (Visiting): Explain how to enter ? in a file name.
6698
6699 * trouble.texi (Memory Full): Mention !MEM FULL! in mode line.
6700
6701 2005-10-25 Nick Roberts <nickrob@snap.net.nz>
6702
6703 * building.texi (GDB Graphical Interface):
6704 Describe gdb-mouse-until.
6705
6706 2005-10-23 Richard M. Stallman <rms@gnu.org>
6707
6708 * custom.texi (Init File): Recommend when to use site-start.el.
6709
6710 2005-10-21 Juri Linkov <juri@jurta.org>
6711
6712 * custom.texi (Examining): Mention accessing the old variable
6713 value via M-n in set-variable.
6714
6715 2005-10-18 Romain Francoise <romain@orebokech.com>
6716
6717 * files.texi (Version Systems): Capitalize GNU.
6718
6719 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
6720
6721 * building.texi (Compilation Mode): Remove redundant paragraph.
6722 (Watch Expressions): Remove paragraph to reflect code change.
6723
6724 2005-10-16 Richard M. Stallman <rms@gnu.org>
6725
6726 * building.texi (Compilation Mode, Compilation): Clarified.
6727
6728 2005-10-15 Richard M. Stallman <rms@gnu.org>
6729
6730 * misc.texi (Saving Emacs Sessions): Mention savehist library.
6731
6732 2005-10-13 Kenichi Handa <handa@m17n.org>
6733
6734 * basic.texi (Position Info): Fix previous change.
6735
6736 2005-10-12 Jan Djärv <jan.h.d@swipnet.se>
6737
6738 * cmdargs.texi (Icons X): Fix typo.
6739
6740 2005-10-12 Kenichi Handa <handa@m17n.org>
6741
6742 * basic.texi (Position Info): Describe the case that Emacs shows
6743 "part of display ...".
6744
6745 2005-10-10 Jan Djärv <jan.h.d@swipnet.se>
6746
6747 * cmdargs.texi (Icons X): -nb => -nbi.
6748
6749 2005-10-10 Chong Yidong <cyd@stupidchicken.com>
6750
6751 * frames.texi (Speedbar): A couple more clarifications.
6752
6753 2005-10-11 Nick Roberts <nickrob@snap.net.nz>
6754
6755 * building.texi (GDB User Interface Layout): Improve diagram.
6756 (Watch Expressions): Explain how to make speedbar global.
6757 (Other GDB User Interface Buffers): Make references more precise.
6758
6759 2005-10-09 Richard M. Stallman <rms@gnu.org>
6760
6761 * frames.texi (Speedbar): Clarify the text.
6762
6763 2005-10-09 Chong Yidong <cyd@stupidchicken.com>
6764
6765 * frames.texi (Speedbar): Add information on keybindings,
6766 dismissing the speedbar, and buffer display mode. Link to
6767 speedbar manual.
6768
6769 2005-10-09 Jan Djärv <jan.h.d@swipnet.se>
6770
6771 * cmdargs.texi (Icons X): Remove options -i, -itype, --icon-type,
6772 added -nb, --no-bitmap-icon.
6773
6774 2005-10-07 Nick Roberts <nickrob@snap.net.nz>
6775
6776 * building.texi (GDB Graphical Interface): Add variables and
6777 functions to indices. Be more precise.
6778
6779 2005-10-03 Jan Djärv <jan.h.d@swipnet.se>
6780
6781 * frames.texi (Drag and Drop): Remove the x- from
6782 x-dnd-open-file-other-window and xdnd-protocol-alist.
6783
6784 2005-09-30 Romain Francoise <romain@orebokech.com>
6785
6786 * mini.texi (Minibuffer): The default value now appears before the
6787 colon in minibuffer prompts.
6788
6789 2005-09-25 Richard M. Stallman <rms@gnu.org>
6790
6791 * search.texi (Regexp Search): Doc search-whitespace-regexp.
6792
6793 2005-09-20 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
6794
6795 * text.texi (Paragraphs): Correction about Paragraph-Indent Text mode.
6796
6797 2005-09-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6798
6799 * emacs.texi (Top): Update submenus from macos.texi.
6800
6801 * macos.texi: Change `Mac OS 8 or 9' to `Mac OS Classic'.
6802 (Mac OS): Update feature support status.
6803 (Mac Input): List supported input scripts. Remove description
6804 about `mac-keyboard-text-encoding'. Mention mouse button
6805 emulation and related variables.
6806 (Mac International): Mention Central European and Cyrillic
6807 support. Now `keyboard-coding-system' is dynamically changed.
6808 Add description about coding system for selection.
6809 Add description about language environment.
6810 (Mac Environment Variables):
6811 Mention `~/.MacOSX/environment.plist'. Give example of command line
6812 arguments. Add Preferences support.
6813 (Mac Directories): Explicitly state that this node is for Mac OS
6814 Classic only.
6815 (Mac Font Specs): Mention specification for scalable fonts.
6816 List supported charsets. Add preferred way of creating fontsets.
6817 Add description about `mac-allow-anti-aliasing'.
6818 (Mac Functions): Add descriptions about `mac-set-file-creator',
6819 `mac-get-file-creator', `mac-set-file-type', `mac-get-file-type',
6820 and `mac-get-preference'.
6821
6822 2005-09-16 Romain Francoise <romain@orebokech.com>
6823
6824 Update all files to specify GFDL version 1.2.
6825
6826 * doclicense.texi (GNU Free Documentation License): Update to
6827 version 1.2.
6828
6829 2005-09-15 Richard M. Stallman <rms@gnu.org>
6830
6831 * buffers.texi (List Buffers): Fix xref.
6832
6833 * rmail.texi (Rmail Basics): Fix xref.
6834
6835 * emacs.texi (Top): Update subnode menus.
6836
6837 * files.texi (Saving Commands): New node, broken out of Saving.
6838 (Customize Save): New node, broken out of Saving.
6839 Clarify effect of write-region-inhibit-fsync.
6840 (Misc File Ops): Say write-region-inhibit-fsync affects write-region.
6841
6842 2005-09-14 Romain Francoise <romain@orebokech.com>
6843
6844 * files.texi (Saving): Mention write-region-inhibit-fsync.
6845
6846 2005-09-05 Chong Yidong <cyd@stupidchicken.com>
6847
6848 * custom.texi (Custom Themes): New node.
6849
6850 2005-09-03 Richard M. Stallman <rms@gnu.org>
6851
6852 * search.texi (Search Case): Mention vars that control
6853 case-fold-search for various operations.
6854
6855 2005-08-22 Juri Linkov <juri@jurta.org>
6856
6857 * display.texi (Standard Faces): Merge the text from
6858 `(elisp)Standard Faces' into this node.
6859
6860 2005-08-18 Luc Teirlinck <teirllm@auburn.edu>
6861
6862 * emacs.texi (Top): Delete menu item for deleted node
6863 Keyboard Translations.
6864
6865 2005-08-18 Richard M. Stallman <rms@gnu.org>
6866
6867 * trouble.texi (Unasked-for Search):
6868 Delete xref to Keyboard Translations.
6869
6870 * glossary.texi (Glossary): Delete xref.
6871
6872 * custom.texi (Minor Modes): Say that the list here is not complete.
6873 (Keyboard Translations): Node deleted.
6874 (Disabling): Delete xref to it.
6875 (Customization Groups): Fix Custom buffer example.
6876 (Hooks): Mention remove-hooks.
6877
6878 2005-08-17 Luc Teirlinck <teirllm@auburn.edu>
6879
6880 * building.texi (GDB Graphical Interface): Improve filling of menu
6881 item.
6882
6883 2005-08-18 Nick Roberts <nickrob@snap.net.nz>
6884
6885 * building.texi (GDB Graphical Interface): Use better node names.
6886
6887 2005-08-14 Richard M. Stallman <rms@gnu.org>
6888
6889 * text.texi (Sentences): Fix xref.
6890
6891 2005-08-14 Juri Linkov <juri@jurta.org>
6892
6893 * building.texi (Compilation, Grep Searching): Move grep command
6894 headings from `Compilation' to `Grep Searching'.
6895
6896 * dired.texi (Dired and Find):
6897 * maintaining.texi (Tags Search): Replace grep xref to
6898 `Compilation' node with `Grep Searching'.
6899
6900 * files.texi (Comparing Files): Replace xref to `Compilation' with
6901 `Compilation Mode'.
6902
6903 2005-08-13 Alan Mackenzie <acm@muc.de>
6904
6905 * search.texi (Non-ASCII Isearch): Correct a typo.
6906 (Replacement Commands): Mention query-replace key binding.
6907
6908 2005-08-11 Richard M. Stallman <rms@gnu.org>
6909
6910 * programs.texi (Options for Comments): Fix xref.
6911
6912 * search.texi (Regexp Backslash, Regexp Example): New nodes split
6913 out of Regexps.
6914
6915 2005-08-09 Juri Linkov <juri@jurta.org>
6916
6917 * building.texi (Compilation): Use `itemx' instead of `item'.
6918 (Grep Searching): Simplify phrase.
6919
6920 * display.texi (Standard Faces): Describe vertical-border on
6921 window systems.
6922
6923 * windows.texi (Split Window): Simplify phrase and mention
6924 vertical-border face.
6925
6926 2005-08-09 Richard M. Stallman <rms@gnu.org>
6927
6928 * files.texi (Comparing Files): Clarify compare-windows.
6929
6930 * calendar.texi (Scroll Calendar): Document < and > in calendar.
6931
6932 2005-08-06 Eli Zaretskii <eliz@gnu.org>
6933
6934 * mule.texi (Coding Systems): Rephrase the paragraph about
6935 codepages: no need for "M-x codepage-setup" anymore, except on
6936 MS-DOS.
6937
6938 * msdog.texi (MS-DOS and MULE): Clarify that this section is for
6939 the MS-DOS port only.
6940
6941 2005-07-30 Eli Zaretskii <eliz@gnu.org>
6942
6943 * makefile.w32-in (info): Don't run multi-install-info.bat.
6944 ($(infodir)/dir): New target, produced by running
6945 multi-install-info.bat.
6946
6947 2005-07-22 Eli Zaretskii <eliz@gnu.org>
6948
6949 * files.texi (Quoted File Names): Add index entry.
6950
6951 2005-07-19 Juri Linkov <juri@jurta.org>
6952
6953 * files.texi (Comparing Files): Mention resync for `compare-windows'.
6954
6955 2005-07-18 Juri Linkov <juri@jurta.org>
6956
6957 * custom.texi (Easy Customization):
6958 * files.texi (Old Versions):
6959 * frames.texi (Wheeled Mice):
6960 * mule.texi (Specify Coding):
6961 * text.texi (Cell Justification):
6962 * trouble.texi (After a Crash):
6963 * xresources.texi (GTK styles):
6964 Delete duplicate duplicate words.
6965
6966 2005-07-17 Richard M. Stallman <rms@gnu.org>
6967
6968 * frames.texi (Creating Frames): Fix foreground color example.
6969
6970 * custom.texi (Init Examples): Clean up text about conditionals.
6971
6972 2005-07-16 Richard M. Stallman <rms@gnu.org>
6973
6974 * mini.texi (Completion Commands): Fix command name for ?.
6975
6976 2005-07-16 Eli Zaretskii <eliz@gnu.org>
6977
6978 * display.texi (Standard Faces): Explain that customization of
6979 `menu' face has no effect on w32 and with GTK.
6980 Add cross-references.
6981
6982 * cmdargs.texi (General Variables): Clarify the default location
6983 of $HOME on w32 systems.
6984
6985 2005-07-15 Jason Rumney <jasonr@gnu.org>
6986
6987 * cmdargs.texi (General Variables): Default HOME on MS Windows has
6988 changed.
6989
6990 2005-07-08 Kenichi Handa <handa@m17n.org>
6991
6992 * mule.texi (Recognize Coding):
6993 Recommend revert-buffer-with-coding-system instead of revert-buffer.
6994
6995 2005-07-07 Richard M. Stallman <rms@gnu.org>
6996
6997 * anti.texi (Antinews): Mention mode-line-inverse-video.
6998
6999 * files.texi (Saving): Minor correction about C-x C-w.
7000
7001 * display.texi (Display Custom): Don't mention mode-line-inverse-video.
7002
7003 2005-07-07 Luc Teirlinck <teirllm@auburn.edu>
7004
7005 * search.texi (Isearch Scroll): Add example of using the
7006 `isearch-scroll' property.
7007 (Slow Isearch): Reference anchor for `baud-rate' instead of entire
7008 `Display Custom' node.
7009 (Regexp Replace): Put text that requires Emacs Lisp knowledge last
7010 and de-emphasize it.
7011 (Other Repeating Search): `occur' currently can not correctly
7012 handle multiline matches. Correct, clarify and update description
7013 of `flush-lines' and `keep-lines'.
7014
7015 * display.texi (Display Custom): Add anchor for `baud-rate'.
7016
7017 2005-07-07 Richard M. Stallman <rms@gnu.org>
7018
7019 * gnu.texi: Update where to get GNU status; add refs for how to help.
7020 Add footnotes 6 and 7.
7021
7022 2005-07-04 Lute Kamstra <lute@gnu.org>
7023
7024 Update FSF's address in GPL notices.
7025
7026 * doclicense.texi (GNU Free Documentation License):
7027 * trouble.texi (Checklist): Update FSF's address.
7028
7029 2005-06-24 Richard M. Stallman <rms@gnu.org>
7030
7031 * display.texi (Text Display): Change index entries.
7032
7033 2005-06-24 Eli Zaretskii <eliz@gnu.org>
7034
7035 * makefile.w32-in (MAKEINFO): Use --force.
7036 (INFO_TARGETS, DVI_TARGETS): Make identical to the lists in
7037 Makefile.in.
7038
7039 2005-06-23 Richard M. Stallman <rms@gnu.org>
7040
7041 * anti.texi (Antinews): Rename show-nonbreak-escape to
7042 nobreak-char-display.
7043
7044 * emacs.texi (Top): Update detailed node listing.
7045
7046 * display.texi (Text Display): Rename show-nonbreak-escape
7047 to nobreak-char-display and no-break-space to nobreak-space.
7048 (Standard Faces): Split up the list of standard faces
7049 and put it in a separate node. Add nobreak-space and
7050 escape-glyph.
7051
7052 2005-06-23 Lute Kamstra <lute@gnu.org>
7053
7054 * mule.texi (Select Input Method): Fix typo.
7055
7056 2005-06-23 Kenichi Handa <handa@m17n.org>
7057
7058 * mule.texi (International): List all supported scripts.
7059 Adjust text for that leim is now included in the normal Emacs
7060 distribution.
7061 (Language Environments): List all language environments.
7062 Intlfonts contains fonts for most supported scripts, not all..
7063 (Select Input Method): Refer to C-u C-x = to see how to type to
7064 input a specific character.
7065 (Recognize Coding): Fix typo, china-iso-8bit -> chinese-iso-8bit.
7066
7067 2005-06-23 Juanma Barranquero <lekktu@gmail.com>
7068
7069 * building.texi (Grep Searching): Texinfo usage fix.
7070
7071 2005-06-22 Miles Bader <miles@gnu.org>
7072
7073 * display.texi (Faces): Change `vertical-divider' to `vertical-border'.
7074
7075 2005-06-20 Miles Bader <miles@gnu.org>
7076
7077 * display.texi (Faces): Add `vertical-divider'.
7078
7079 2005-06-17 Richard M. Stallman <rms@gnu.org>
7080
7081 * text.texi (Adaptive Fill): Minor clarification.
7082
7083 2005-06-10 Lute Kamstra <lute@gnu.org>
7084
7085 * emacs.texi (Top): Correct version number.
7086 * anti.texi (Antinews): Correct version number. Use EMACSVER to
7087 refer to the current version of Emacs.
7088
7089 2005-06-08 Luc Teirlinck <teirllm@auburn.edu>
7090
7091 * files.texi (Log Buffer): Document when there can be more than
7092 one file to be committed.
7093
7094 2005-06-08 Juri Linkov <juri@jurta.org>
7095
7096 * display.texi (Faces): Add `shadow' face.
7097
7098 2005-06-07 Masatake YAMATO <jet@gyve.org>
7099
7100 * display.texi (Faces): Write about mode-line-highlight.
7101
7102 2005-06-06 Richard M. Stallman <rms@gnu.org>
7103
7104 * misc.texi (Printing Package): Explain how to initialize
7105 printing package.
7106
7107 * cmdargs.texi (Action Arguments): Clarify directory default for -l.
7108
7109 2005-06-05 Chong Yidong <cyd@stupidchicken.com>
7110
7111 * emacs.texi: Rename Hardcopy to Printing.
7112 Make PostScript and PostScript Variables subnodes of it.
7113
7114 * misc.texi (Printing): Rename node from Hardcopy.
7115 Mention menu bar options.
7116 Move PostScript and PostScript Variables to submenu.
7117 (Printing package): New node.
7118
7119 * mark.texi (Using Region): Change Hardcopy xref to Printing.
7120
7121 * dired.texi (Operating on Files): Likewise.
7122
7123 * calendar.texi (Displaying the Diary): Likewise.
7124
7125 * msdog.texi (MS-DOS Printing, MS-DOS Processes): Likewise.
7126
7127 * glossary.texi (Glossary): Likewise.
7128
7129 * frames.texi (Mode Line Mouse): Mention mode-line-highlight
7130 effect.
7131
7132 2005-06-04 Richard M. Stallman <rms@gnu.org>
7133
7134 * trouble.texi (After a Crash): Polish previous change.
7135
7136 2005-05-30 Noah Friedman <friedman@splode.com>
7137
7138 * trouble.texi (After a Crash): Mention emacs-buffer.gdb as a
7139 recovery mechanism.
7140
7141 2005-05-28 Nick Roberts <nickrob@snap.net.nz>
7142
7143 * building.texi (Other Buffers): SPC toggles display of
7144 floating point registers.
7145
7146 2005-05-27 Nick Roberts <nickrob@snap.net.nz>
7147
7148 * files.texi (Log Buffer): Merge in description of Log Edit
7149 mode from pcl-cvs.texi.
7150
7151 2005-05-26 Richard M. Stallman <rms@gnu.org>
7152
7153 * building.texi (Lisp Eval): C-M-x with arg runs Edebug.
7154
7155 2005-05-24 Luc Teirlinck <teirllm@auburn.edu>
7156
7157 * fixit.texi (Spelling): Delete confusing sentence; flyspell is
7158 not enabled by default.
7159 When not on a word, `ispell-word' by default checks the word
7160 before point.
7161
7162 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
7163
7164 * building.texi (Debugger Operation): Simplify last sentence.
7165
7166 2005-05-23 Lute Kamstra <lute@gnu.org>
7167
7168 * emacs.texi: Update FSF's address throughout.
7169 (Preface): Use @cite.
7170 (Distrib): Add cross reference to the node "Copying". Mention the
7171 FDL. Don't refer to etc/{FTP,ORDERS}. Mention the sale of
7172 printed manuals.
7173 (Intro): Use @xref for the Emacs Lisp Intro.
7174
7175 2005-05-18 Luc Teirlinck <teirllm@auburn.edu>
7176
7177 * buffers.texi (Select Buffer): Document `C-u M-g M-g'.
7178
7179 * basic.texi (Moving Point): Mention default for `goto-line'.
7180
7181 * programs.texi (Lisp Doc): Eldoc mode shows only the first line
7182 of a variable's docstring.
7183
7184 2005-05-18 Lute Kamstra <lute@gnu.org>
7185
7186 * maintaining.texi (Overview of Emerge): Add cross reference.
7187 Remove duplication.
7188
7189 * emacs.texi (Top): Update to the current structure of the manual.
7190 * misc.texi (Emacs Server): Add menu description.
7191 * files.texi (Saving): Fix menu.
7192 * custom.texi (Customization): Fix menu.
7193 * mule.texi (International): Fix menu.
7194 * kmacro.texi (Keyboard Macros): Fix menu.
7195
7196 2005-05-16 Luc Teirlinck <teirllm@auburn.edu>
7197
7198 * display.texi: Various minor changes.
7199 (Faces): Delete text that is repeated in the next section.
7200
7201 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
7202
7203 * building.texi (Debugger Operation): Mention GUD tooltips are
7204 disabled with GDB in text command mode.
7205
7206 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
7207
7208 * building.texi: Replace toolbar with "tool bar" for consistency.
7209 (Compilation Mode): Describe compilation-context-lines
7210 and use of arrow in compilation buffer.
7211 (Debugger Operation): Replace help text with variable's value.
7212
7213 * frames.texi (Tooltips): Replace toolbar with "tool bar" for
7214 consistency.
7215
7216 2005-05-15 Luc Teirlinck <teirllm@auburn.edu>
7217
7218 * major.texi (Choosing Modes): normal-mode processes the -*- line.
7219 Add xref.
7220
7221 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
7222
7223 * basic.texi (Moving Point): Mention `M-g g' binding for `goto-line'.
7224 (Position Info): Delete discussion of `goto-line'. It is already
7225 described in `Moving point'.
7226
7227 * mini.texi (Completion Commands): Correct reference.
7228 (Completion Options): Fix typo.
7229
7230 * killing.texi (Deletion): Complete description of `C-x C-o'.
7231
7232 2005-05-10 Richard M. Stallman <rms@gnu.org>
7233
7234 * building.texi (Compilation): Clarify recompile's directory choice.
7235
7236 * frames.texi (Tooltips): Cleanups.
7237
7238 * basic.texi (Arguments): Fix punctuation.
7239
7240 2005-05-09 Luc Teirlinck <teirllm@auburn.edu>
7241
7242 * screen.texi (Menu Bar): The up and down (not left and right)
7243 arrow keys move through a keyboard menu.
7244
7245 2005-05-08 Luc Teirlinck <teirllm@auburn.edu>
7246
7247 * basic.texi: Various typo and grammar fixes.
7248 (Moving Point): C-a now runs move-beginning-of-line.
7249
7250 2005-05-08 Nick Roberts <nickrob@snap.net.nz>
7251
7252 * building.texi (Debugger Operation): Describe gud-tooltip-echo-area.
7253
7254 * frames.texi (Tooltips): Describe help tooltips and GUD tooltips
7255 as different animals.
7256
7257 2005-05-07 Luc Teirlinck <teirllm@auburn.edu>
7258
7259 * frames.texi (Mouse References): Clarify `mouse-1-click-follows-link'.
7260 Correct index entry.
7261
7262 2005-05-07 Nick Roberts <nickrob@snap.net.nz>
7263
7264 * building.texi (Debugger Operation): Update to reflect changes
7265 in GUD tooltips.
7266
7267 2005-04-30 Richard M. Stallman <rms@gnu.org>
7268
7269 * files.texi (Compressed Files): Auto Compression normally enabled.
7270
7271 * building.texi (Debugger Operation): Clarify previous change.
7272
7273 2005-04-28 Nick Roberts <nickrob@snap.net.nz>
7274
7275 * building.texi (Debugger Operation): Add description for
7276 GUD tooltips when program is not running.
7277
7278 2005-04-26 Luc Teirlinck <teirllm@auburn.edu>
7279
7280 * misc.texi (Shell): Add `Shell Prompts' to menu.
7281 (Shell Mode): Add xref to `Shell Prompts'. Clarify `C-c C-u'
7282 description. Delete remarks moved to new node.
7283 (Shell Prompts): New node.
7284 (History References): Replace remarks moved to `Shell Prompts'
7285 with xref to that node.
7286 (Remote Host): Clarify how to specify the terminal type when
7287 logging in to a different machine.
7288
7289 2005-04-26 Richard M. Stallman <rms@gnu.org>
7290
7291 * emacs.texi (Top): Update submenus from files.texi.
7292
7293 * files.texi (Filesets): Clarify previous change.
7294
7295 * dired.texi (Misc Dired Features): Clarify previous change.
7296
7297 2005-04-25 Chong Yidong <cyd@stupidchicken.com>
7298
7299 * ack.texi (Acknowledgments): Delete info about iso-acc.el.
7300
7301 * dired.texi (Misc Dired Features):
7302 Document dired-compare-directories.
7303
7304 * files.texi (Filesets): New node.
7305 (File Conveniences): Document Image mode.
7306
7307 * text.texi (TeX Print): Document tex-compile.
7308
7309 2005-04-25 Luc Teirlinck <teirllm@auburn.edu>
7310
7311 * frames.texi (Tooltips): Tooltip mode is enabled by default.
7312 Delete redundant reference to tooltip Custom group. It is
7313 referred too again in the next paragraph.
7314
7315 2005-04-24 Richard M. Stallman <rms@gnu.org>
7316
7317 * ack.texi: Delete info about lazy-lock.el and fast-lock.el.
7318
7319 2005-04-19 Kim F. Storm <storm@cua.dk>
7320
7321 * building.texi (Compilation Mode): Add M-g M-n and M-g M-p bindings.
7322
7323 2005-04-18 Lars Hansen <larsh@math.ku.dk>
7324
7325 * misc.texi (Saving Emacs Sessions): Add that "--no-desktop" now
7326 turns off desktop-save-mode.
7327
7328 2005-04-17 Luc Teirlinck <teirllm@auburn.edu>
7329
7330 * frames.texi (XTerm Mouse): Xterm Mouse mode is no longer enabled
7331 by default in terminals compatible with xterm. Mention that
7332 xterm-mouse-mode is a minor mode and put in pxref to Minor Modes
7333 node.
7334
7335 2005-04-12 Luc Teirlinck <teirllm@auburn.edu>
7336
7337 * frames.texi (XTerm Mouse): Xterm Mouse mode is now enabled by default.
7338
7339 2005-04-12 Jan Djärv <jan.h.d@swipnet.se>
7340
7341 * xresources.texi (Table of Resources): Add cursorBlink.
7342
7343 2005-04-11 Luc Teirlinck <teirllm@auburn.edu>
7344
7345 * rmail.texi (Rmail Summary Edit): Explain numeric arguments to
7346 `d', `C-d' and `u'.
7347
7348 2005-04-11 Richard M. Stallman <rms@gnu.org>
7349
7350 * cmdargs.texi (Initial Options): -Q is now --quick, and does less.
7351 (Misc X): Add -D, --basic-display.
7352
7353 * maintaining.texi (Change Log): Correct the description of
7354 the example.
7355
7356 * major.texi (Choosing Modes): Document magic-mode-alist.
7357
7358 2005-04-10 Luc Teirlinck <teirllm@auburn.edu>
7359
7360 * rmail.texi (Rmail Basics): Clarify description of `q' and `b'.
7361 (Rmail Deletion): `C-d' in RMAIL buffer does not accept a numeric arg.
7362 (Rmail Inbox): Give full name of `rmail-primary-inbox-list'.
7363 (Rmail Output): Clarify which statements apply to `o', `C-o' and
7364 `w', respectively.
7365 (Rmail Labels): Mention `l'.
7366 (Rmail Attributes): Correct pxref. Mention `stored' attribute.
7367 (Rmail Summary Edit): Describe `j' and RET.
7368
7369 2005-04-10 Jan Djärv <jan.h.d@swipnet.se>
7370
7371 * xresources.texi (Lucid Resources): Add fontSet resource.
7372
7373 2005-04-09 Luc Teirlinck <teirllm@auburn.edu>
7374
7375 * display.texi (Useless Whitespace): `indicate-unused-lines' is
7376 now called `indicate-empty-lines'.
7377
7378 2005-04-06 Kim F. Storm <storm@cua.dk>
7379
7380 * cmdargs.texi (Initial Options): Add --bare-bones alias for -Q.
7381
7382 2005-04-04 Luc Teirlinck <teirllm@auburn.edu>
7383
7384 * dired.texi (Dired Visiting): `dired-view-command-alist' has been
7385 deleted.
7386 (Marks vs Flags): Add some convenient key bindings.
7387 (Hiding Subdirectories): Delete redundant and inaccurate sentence.
7388 (Misc Dired Features): Correct and expand description of `w' command.
7389
7390 * frames.texi (XTerm Mouse): Delete apparently false info.
7391 The GNU/Linux console currently does not appear to support
7392 `xterm-mouse-mode'.
7393
7394 2005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
7395
7396 * calendar.texi (Diary): Mention shell utility `calendar'.
7397
7398 2005-04-01 Richard M. Stallman <rms@gnu.org>
7399
7400 * cmdargs.texi (Misc X): Explain horizontal scroll bars don't exist.
7401
7402 2005-04-01 Lute Kamstra <lute@gnu.org>
7403
7404 * maintaining.texi (Change Log): add-change-log-entry uses
7405 add-log-mailing-address.
7406
7407 2005-03-31 Luc Teirlinck <teirllm@auburn.edu>
7408
7409 * files.texi (Reverting): Move `auto-revert-check-vc-info' to
7410 `VC Mode Line' and put in an xref to that node.
7411 (VC Mode Line): Move `auto-revert-check-vc-info' here and clarify
7412 its description.
7413
7414 2005-03-31 Paul Eggert <eggert@cs.ucla.edu>
7415
7416 * calendar.texi (Calendar Systems): Say that the Persian calendar
7417 implemented here is the arithmetical one championed by Birashk.
7418
7419 2005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
7420
7421 * programs.texi (Fortran Motion): Fix previous change.
7422
7423 2005-03-29 Richard M. Stallman <rms@gnu.org>
7424
7425 * mule.texi (Single-Byte Character Support): Reinstall the C-x 8 info.
7426
7427 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
7428
7429 * text.texi (Refill): Refer to Long Lines Mode.
7430 (Longlines): New node.
7431 (Auto Fill): Don't index "word wrap" here.
7432 (Filling): Add Longlines to menu.
7433
7434 2005-03-29 Richard M. Stallman <rms@gnu.org>
7435
7436 * xresources.texi: Minor fixes.
7437
7438 * misc.texi (Emacs Server): Fix Texinfo usage.
7439
7440 * emacs.texi (Top): Don't use a real section heading for
7441 "Detailed Node Listing". Fake it instead.
7442
7443 * basic.texi (Position Info): Minor cleanup.
7444
7445 * mule.texi (Input Methods): Minor cleanup.
7446
7447 2005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
7448
7449 * programs.texi (ForIndent Vars): `fortran-if-indent' does other
7450 constructs as well.
7451 (Fortran Motion): Add fortran-end-of-block, fortran-beginning-of-block.
7452
7453 2005-03-29 Kenichi Handa <handa@m17n.org>
7454
7455 * mule.texi (Input Methods): Refer to the command C-u C-x =.
7456
7457 * basic.texi (Position Info): Update the description about the
7458 command C-u C-x =.
7459
7460 2005-03-28 Richard M. Stallman <rms@gnu.org>
7461
7462 * emacs.texi (Top): Use @section for the detailed node listing.
7463
7464 * calendar.texi: Minor fixes to previous change.
7465
7466 * programs.texi (Fortran): Small fixes to previous changes.
7467
7468 * emacs.texi (Top): Update list of subnodes of Dired.
7469 Likewise for building.texi.
7470
7471 * files.texi (File Conveniences): Delete Auto Image File mode.
7472
7473 2005-03-28 Chong Yidong <cyd@stupidchicken.com>
7474
7475 * building.texi (Flymake): New node.
7476
7477 * custom.texi (Function Keys): Document kp- event types and
7478 keypad-setup package.
7479
7480 * dired.texi (Wdired): New node.
7481
7482 * files.texi (File Conveniences): Reorder entries.
7483 Explain how to turn on Auto-image-file mode.
7484 Document Thumbs mode.
7485
7486 * mule.texi (Specify Coding): Document recode-region and
7487 recode-file-name.
7488
7489 * programs.texi (Program Modes): Add Conf mode and DNS mode.
7490
7491 2005-03-27 Luc Teirlinck <teirllm@auburn.edu>
7492
7493 * commands.texi (Keys): M-o is now a prefix key.
7494
7495 2005-03-27 Glenn Morris <gmorris@ast.cam.ac.uk>
7496
7497 * programs.texi: Reformat and update copyright years.
7498 (Fortran): Update section.
7499
7500 2005-03-26 Luc Teirlinck <teirllm@auburn.edu>
7501
7502 * files.texi: Several small changes in addition to:
7503 (Visiting): Change xref for Dialog Boxes to ref.
7504 (Version Headers): Replace references to obsolete var
7505 `vc-header-alist' with `vc-BACKEND-header'.
7506 (Customizing VC): Update value of `vc-handled-backends'.
7507
7508 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
7509
7510 * emacs-xtra.texi (Advanced Calendar/Diary Usage): New section;
7511 move here from Emacs Lisp Reference Manual.
7512 * calendar.texi (Calendar/Diary, Diary Commands)
7513 (Special Diary Entries, Importing Diary): Change some xrefs to
7514 point to emacs-xtra rather than elisp.
7515
7516 * emacs-xtra.texi (Calendar Customizing):
7517 Move view-diary-entries-initially, view-calendar-holidays-initially,
7518 mark-diary-entries-in-calendar, mark-holidays-in-calendar to main
7519 Emacs Manual.
7520 (Appt Customizing): Merge entire section into main Emacs Manual.
7521 * calendar.texi (Holidays): Move view-calendar-holidays-initially,
7522 mark-holidays-in-calendar here from emacs-xtra.
7523 (Displaying the Diary): Move view-diary-entries-initially,
7524 mark-diary-entries-in-calendar here from emacs-xtra.
7525 (Appointments): Move appt-display-mode-line,
7526 appt-display-duration, appt-disp-window-function,
7527 appt-delete-window-function here from emacs-xtra.
7528
7529 * calendar.texi: Update and reformat copyright.
7530 Change all @xrefs to the non-printing emacs-xtra to @inforefs.
7531 (Calendar/Diary): Menu now only on Mouse-3, not C-Mouse-3.
7532 (Diary): Refer to `diary-file' rather than ~/diary.
7533 (Diary Commands): Rename node to "Displaying the Diary".
7534 * emacs.texi (Top): Rename "Diary Commands" section.
7535 * misc.texi (Hardcopy): Rename "Diary Commands" xref.
7536
7537 2005-03-26 Eli Zaretskii <eliz@gnu.org>
7538
7539 * misc.texi (Emacs Server): Fix the command for setting
7540 server-name. Add an xref to Invoking emacsclient.
7541
7542 * help.texi (Help Summary): Clarify when "C-h ." will do something
7543 nontrivial.
7544 (Apropos): Add cindex entry for apropos-sort-by-scores.
7545
7546 * display.texi (Text Display): Add index entries for how no-break
7547 characters are displayed.
7548
7549 2005-03-26 Eli Zaretskii <eliz@gnu.org>
7550
7551 * files.texi (Visiting): Fix cross-references introduced with the
7552 last change.
7553
7554 * xresources.texi (GTK resources): Fix last change.
7555
7556 2005-03-25 Chong Yidong <cyd@stupidchicken.com>
7557
7558 * xresources.texi (X Resources): GTK options documented too.
7559 (Resources): Clarify meaning of program name.
7560 (Table of Resources): Add visualClass.
7561 (GTK resources): Rewrite.
7562 (GTK widget names, GTK Names in Emacs, GTK styles): Cleanups.
7563
7564 * display.texi (Text Display): Mention non-breaking spaces.
7565
7566 * files.texi (Reverting): Document auto-revert-check-vc-info.
7567
7568 * frames.texi (Mouse Commands): Document
7569 x-mouse-click-focus-ignore-position and mouse-drag-copy-region.
7570
7571 * help.texi (Help Summary): Add `C-h .'.
7572 (Apropos): Apropos accepts a list of search terms.
7573 Document apropos-sort-by-scores.
7574 (Help Echo): Document display-local-help.
7575
7576 * misc.texi (Emacs Server): Document server-name.
7577 (Invoking emacsclient): Document -s option for server names.
7578
7579 * text.texi (Outline Visibility): Introduce "current heading
7580 line" (commands can be called with point on a body line).
7581 Re-order table to follow the sequence of discussion.
7582 hide-body won't hide lines before first header line.
7583 (TeX Mode): Add DocTeX mode.
7584
7585 2005-03-24 Richard M. Stallman <rms@gnu.org>
7586
7587 * mule.texi (Single-Byte Character Support): Delete mention
7588 of iso-acc.el and iso-transl.el.
7589
7590 2005-03-23 Lute Kamstra <lute@gnu.org>
7591
7592 * search.texi (Non-ASCII Isearch): Rename from Non-Ascii Isearch.
7593
7594 2005-03-23 Richard M. Stallman <rms@gnu.org>
7595
7596 * search.texi: Delete explicit node pointers.
7597 (Incremental Search): New menu.
7598 (Basic Isearch, Repeat Isearch, Error in Isearch)
7599 (Non-Ascii Isearch, Isearch Yank, Highlight Isearch, Isearch Scroll)
7600 (Slow Isearch): New subnodes.
7601 (Configuring Scrolling): Node deleted.
7602 (Search Case): Doc default-case-fold-search.
7603 (Regexp Replace): Move replace-regexp doc here.
7604
7605 * rmail.texi (Movemail): Put commas inside closequotes.
7606
7607 * picture.texi (Insert in Picture): Document C-c arrow combos.
7608 (Basic Picture): Clarify erasure.
7609
7610 * display.texi (Font Lock): Put commas inside closequotes.
7611
7612 * cmdargs.texi (General Variables): Put commas inside closequotes.
7613
7614 2005-03-23 Nick Roberts <nickrob@snap.net.nz>
7615
7616 * building.texi (Stack Buffer): Mention reverse contrast for
7617 *selected* frame (might not be current frame).
7618
7619 2005-03-21 Richard M. Stallman <rms@gnu.org>
7620
7621 * building.texi (Starting GUD): Add bashdb.
7622
7623 2005-03-20 Chong Yidong <cyd@stupidchicken.com>
7624
7625 * basic.texi (Moving Point): Add M-g M-g binding.
7626 (Undo): Document undo-only.
7627 (Position Info): Document M-g M-g and C-u M-g M-g.
7628
7629 * building.texi (Building): Put Grep Searching after Compilation
7630 Shell.
7631 (Compilation Mode): Document M-n, M-p, M-}, M-{, and C-c C-f bindings.
7632 Document next-error-highlight.
7633 (Grep Searching): Document grep-highlight-matches.
7634 (Lisp Eval): Typing C-x C-e twice prints integers specially.
7635
7636 * calendar.texi (Importing Diary): Rename node from iCalendar.
7637 Document diary-from-outlook.
7638
7639 * dired.texi (Misc Dired Features): Rename node from Misc Dired
7640 Commands.
7641 Mention effect of X drag and drop on Dired buffers.
7642
7643 * files.texi (Visiting): Document large-file-warning-threshold.
7644 Move paragraph on file-selection dialog.
7645 Mention visiting files using X drag and drop.
7646 (Reverting): Mention using Auto-Revert mode to tail files.
7647 Document auto-revert-tail-mode.
7648 (Version Systems): Minor correction.
7649 (Comparing Files): Diff-mode is no longer based on Compilation
7650 mode.
7651 Document compare-ignore-whitespace.
7652 (Misc File Ops): Explain passing a directory to rename-file.
7653 Likewise for copy-file and make-symbolic-link.
7654
7655 * frames.texi (Wheeled Mice): Mouse wheel support on by default.
7656 Document mouse-wheel-progressive speed.
7657
7658 * help.texi (Misc Help): Document numeric argument for C-h i.
7659 Correctly explain the effect of just C-u as argument.
7660
7661 * killing.texi (Deletion): Document numeric argument for
7662 just-one-space.
7663
7664 * mini.texi (Completion): Completion acts on text before point.
7665
7666 * misc.texi (Saving Emacs Sessions): Document desktop-restore-eager.
7667 (Emulation): CUA mode replaces pc-bindings-mode,
7668 pc-selection-mode, and s-region.
7669
7670 * mule.texi (Input Methods): Leim is now built-in.
7671 (Select Input Method): Document quail-show-key.
7672 (Specify Coding): Document revert-buffer-with-coding-system.
7673
7674 * programs.texi (Fortran Motion): Document f90-next-statement,
7675 f90-previous-statement, f90-next-block, f90-previous-block,
7676 f90-end-of-block, and f90-beginning-of-block.
7677
7678 * text.texi (Format Faces): Replace old M-g key prefix with M-o.
7679
7680 * emacs.texi (Acknowledgments): Updated.
7681
7682 * anti.texi: Total rewrite.
7683
7684 2005-03-19 Chong Yidong <cyd@stupidchicken.com>
7685
7686 * ack.texi (Acknowledgments): Update.
7687
7688 2005-03-19 Eli Zaretskii <eliz@gnu.org>
7689
7690 * anti.texi (Antinews): Refer to Emacs 21.4, not 21.3.
7691 Update copyright years.
7692
7693 2005-03-14 Nick Roberts <nickrob@snap.net.nz>
7694
7695 * building.texi (Commands of GUD): Move paragraph on setting
7696 breakpoints with mouse to the GDB Graphical Interface node.
7697
7698 2005-03-07 Richard M. Stallman <rms@gnu.org>
7699
7700 * misc.texi (Single Shell, Shell Options): Fix previous change.
7701
7702 * building.texi (Debugger Operation): Update GUD tooltip enable info.
7703
7704 2005-03-06 Richard M. Stallman <rms@gnu.org>
7705
7706 * building.texi (Starting GUD): Don't explain text vs graphical
7707 GDB here. Just mention it and xref.
7708 Delete "just one debugger process".
7709 (Debugger Operation): Move GUD tooltip info here.
7710 (GUD Tooltips): Node deleted.
7711 (GDB Graphical Interface): Explain the two GDB modes here.
7712
7713 * sending.texi (Sending Mail): Minor cleanup.
7714 (Mail Aliases): Explain quoting conventions.
7715 Update key rebinding example.
7716 (Header Editing): C-M-i is like M-TAB.
7717 (Mail Mode Misc): mail-attach-file does not do MIME.
7718
7719 * rmail.texi (Rmail Inbox): Move text from Remote Mailboxes
7720 that really belongs here.
7721 (Remote Mailboxes): Text moved to Rmail Inbox.
7722 (Rmail Display): Mention Mouse-1.
7723 (Movemail): Clarify two movemail versions.
7724 Clarify rmail-movemail-program.
7725
7726 * misc.texi (Single Shell): Replace uudecode example with gpg example.
7727 Document async shell commands.
7728 (Shell History): Clarify.
7729 (Shell Ring): Mention C-UP an C-DOWN.
7730 (Shell Options): Add comint-prompt-read-only.
7731 (Invoking emacsclient): Set EDITOR to run Emacs.
7732 (Sorting): No need to explain what region is.
7733 (Saving Emacs Sessions): Fix typo.
7734 (Recursive Edit): Fix punctuation.
7735 (Emulation): Don't mention "PC bindings" which are standard.
7736 (Hyperlinking): Explain Mouse-1 convention here.
7737 (Find Func): Node deleted.
7738
7739 * help.texi (Name Help): Xref to Hyperlinking.
7740
7741 * glossary.texi (Glossary):
7742 Rename "Balance Parentheses" to "Balancing...".
7743 Add "Byte Compilation". Correct "Copyleft".
7744 New xref in "Customization".
7745 Clarify "Current Line", "Echoing", "Fringe", "Frame", "Speedbar".
7746 Add "Graphical Terminal" "Keybinding", "Margin", "Window System".
7747 Rename "Registers" to "Register".
7748 Replace "Selecting" with "Selected Frame",
7749 "Selected Window", and "Selecting a Buffer".
7750
7751 * files.texi (Types of Log File): Explain how projects'
7752 methods can vary.
7753
7754 * display.texi (Faces): Delete "Emacs 21".
7755
7756 * custom.texi (Changing a Variable): C-M-i like M-TAB.
7757 * fixit.texi (Spelling): C-M-i like M-TAB.
7758 * mini.texi (Completion Options): C-M-i like M-TAB.
7759 * programs.texi (Symbol Completion): C-M-i like M-TAB.
7760 * text.texi (Text Mode): C-M-i like M-TAB.
7761
7762 * commands.texi (Keys): Mention F1 and F2 in list of prefixes.
7763
7764 * calendar.texi (Specified Dates): Mention `g w'.
7765 (Appointments): appt-activate toggles with no arg.
7766
7767 2005-03-05 Juri Linkov <juri@jurta.org>
7768
7769 * cmdargs.texi (Emacs Invocation): Add cindex
7770 "invocation (command line arguments)".
7771 (Misc X): Add -nbc, --no-blinking-cursor.
7772
7773 2005-03-04 Ulf Jasper <ulf.jasper@web.de>
7774
7775 * calendar.texi (iCalendar): No need to require it now.
7776
7777 2005-03-03 Nick Roberts <nickrob@snap.net.nz>
7778
7779 * trouble.texi (Contributing): Mention Savannah. Direct users to
7780 emacs-devel.
7781
7782 2005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
7783
7784 * calendar.texi (Adding to Diary): Mention redrawing of calendar
7785 window.
7786
7787 2005-02-27 Richard M. Stallman <rms@gnu.org>
7788
7789 * building.texi (Compilation): Update mode line status info.
7790
7791 2005-02-27 Matt Hodges <MPHodges@member.fsf.org>
7792
7793 * calendar.texi (General Calendar): Document binding of
7794 scroll-other-window-down.
7795 (Mayan Calendar): Fix earliest date.
7796 (Time Intervals): Document timeclock-change.
7797 Fix timeclock-ask-before-exiting documentation.
7798
7799 2005-02-26 Kim F. Storm <storm@cua.dk>
7800
7801 * frames.texi (Mouse References):
7802 Add mouse-1-click-in-non-selected-windows.
7803
7804 2005-02-25 Richard M. Stallman <rms@gnu.org>
7805
7806 * screen.texi (Screen): Explain better about cursors and mode lines;
7807 don't presuppose text terminals.
7808 (Point): Don't assume just one cursor.
7809 Clarify explanation of cursors.
7810 (Echo Area, Menu Bar): Cleanups.
7811
7812 * mini.texi (Minibuffer): Prompts are highlighted.
7813 (Minibuffer Edit): Newline = C-j only on text terminals.
7814 Clarify resize-mini-windows values.
7815 Mention M-PAGEUP and M-PAGEDOWN.
7816 (Completion Commands): Mouse-1 like Mouse-2.
7817 (Minibuffer History): Explain history commands better.
7818 (Repetition): Add xref to Incremental Search.
7819
7820 * mark.texi (Setting Mark): Clarify info about displaying mark.
7821 Clarify explanation of C-@ and C-SPC.
7822 (Transient Mark): Mention Delete Selection mode.
7823 (Marking Objects): Clean up text about extending the region.
7824
7825 * m-x.texi (M-x): One C-g doesn't always go to top level.
7826 No delay before suggest-key-bindings output.
7827
7828 * fixit.texi (Fixit): Mention C-/ for undo.
7829 (Spelling): Mention ESC TAB like M-TAB.
7830 Replacement words with r and R are rechecked.
7831 Say where C-g leaves point. Mention ? as input.
7832
7833 2005-02-23 Lute Kamstra <lute@gnu.org>
7834
7835 * cmdargs.texi (Initial Options): Add cross reference.
7836
7837 2005-02-16 Luc Teirlinck <teirllm@auburn.edu>
7838
7839 * emacs.texi (Top): Update menu for splitting of node in
7840 msdog.texi.
7841 * frames.texi (Frames): Update xref for splitting of node in
7842 msdog.texi.
7843 * trouble.texi (Quitting): Ditto.
7844
7845 2005-02-16 Richard M. Stallman <rms@gnu.org>
7846
7847 * windows.texi (Split Window): Simplify line truncation info
7848 and xref to Display Custom.
7849
7850 * trouble.texi (Quitting): Emergency escape only for text terminal.
7851 (Screen Garbled): C-l for ungarbling is only for text terminal.
7852
7853 * text.texi (Text Mode): ESC TAB alternative for M-TAB.
7854
7855 * sending.texi (Header Editing): ESC TAB alternative for M-TAB.
7856
7857 * programs.texi (Program Modes): Mention Python mode.
7858 (Moving by Defuns): Repeating C-M-h extends region.
7859 (Basic Indent): Clarify.
7860 (Custom C Indent): Clarify.
7861 (Expressions): Repeating C-M-@ extends region.
7862 (Info Lookup): Clarify for C-h S.
7863 (Symbol Completion): ESC TAB alternative for M-TAB.
7864 (Electric C): Clarify.
7865
7866 * emacs.texi (Top): Update display.texi and frames.texi submenu data.
7867
7868 * msdog.texi (MS-DOS Keyboard, MS-DOS Mouse): Split from
7869 MS-DOS Input node.
7870 (MS-DOS Keyboard): Start with explaining DEL and BREAK.
7871 (MS-DOS and MULE): Clarify.
7872 (MS-DOS Processes, Windows Processes): Fix typos.
7873
7874 * major.texi (Choosing Modes): Clarify.
7875
7876 * kmacro.texi (Basic Keyboard Macro): Doc F3, F4.
7877 (Keyboard Macro Step-Edit): Clarify.
7878
7879 * indent.texi (Indentation): Clarifications.
7880
7881 * help.texi (Help): Correct error about C-h in query-replace.
7882 Clarify apropos vs C-h a. Fix how to search in FAQ.
7883 (Key Help): Describe C-h w here.
7884 (Name Help): Minor cleanup. C-h w moved to Key Help.
7885 Clarify the "object" joke.
7886 (Apropos): Clarify. Mouse-1 like Mouse-2.
7887 (Help Mode): Mouse-1 like Mouse-2.
7888
7889 * fixit.texi (Spelling): Mention ESC TAB as alt. for M-TAB.
7890
7891 * display.texi (Display): Reorder menu.
7892 (Faces): Cleanup.
7893 (Font Lock): Cleanup. Mention Options menu.
7894 Delete obsolete text.
7895 (Scrolling): For C-l, don't presume text terminal.
7896 (Horizontal Scrolling): Simplify intro.
7897 (Follow Mode): Clarify.
7898 (Cursor Display): Move before Display Custom.
7899 (Display Custom): Explain no-redraw-on-reenter is for text terminals.
7900 Doc default-tab-width. Doc line truncation more thoroughly.
7901
7902 * dired.texi (Dired Enter): C-x C-f can run Dired.
7903 (Dired Visiting): Comment out `a' command.
7904 Mouse-1 is like Mouse-2.
7905 (Shell Commands in Dired): ? can be used more than once.
7906
7907 * basic.texi (Continuation Lines): Simplify description of truncation,
7908 and refer to Display Custom for the rest of it.
7909
7910 2005-02-06 Lute Kamstra <lute@gnu.org>
7911
7912 * basic.texi (Undo): Fix typo.
7913
7914 * cmdargs.texi (Emacs Invocation): Fix typo.
7915
7916 * custom.texi (Init Examples): Fix typo.
7917
7918 * abbrevs.texi (Expanding Abbrevs): Fix typo.
7919
7920 2005-02-06 Richard M. Stallman <rms@gnu.org>
7921
7922 * regs.texi (Registers): Registers can hold numbers, too.
7923
7924 * killing.texi (Other Kill Commands): Cleanup.
7925 Delete redundant explanation of kill in read-only buffer.
7926 (Yanking): Mention term "copying".
7927 (Accumulating Text): Fix typo.
7928
7929 * entering.texi (Entering Emacs): Update rationale at start.
7930 (Exiting): Treat iconifying on a par with suspension.
7931
7932 * custom.texi (Minor Modes): Fix typo.
7933 (Easy Customization): Fix menu style.
7934 (Variables): Add xref.
7935 (Examining): Setting for future sessions works through .emacs.
7936 (Keymaps): "Text terminals", not "Many".
7937 (Init Rebinding): Explain \C-. Show example of \M-.
7938 Fix minor wording errors.
7939 (Function Keys): Explain vector syntax just once.
7940 (Named ASCII Chars): Clarify history of TAB/C-i connection.
7941 (Init File): Mention .emacs.d directory.
7942 (Init Examples): Add xref.
7943 (Find Init): Mention .emacs.d directory.
7944
7945 * cmdargs.texi (Emacs Invocation): +LINENUM is also an option.
7946 (Action Arguments): Explain which kinds of -l args are found how.
7947 (Initial Options): --batch does not inhibit site-start.
7948 Add xrefs.
7949 (Command Example): Use --batch, not -batch.
7950
7951 * basic.texi (Inserting Text): Cleanup wording.
7952 (Moving Point): Doc PRIOR, PAGEUP, NEXT, PAGEDOWN more systematically.
7953 C-n is not error at end of buffer.
7954 (Undo): Doc C-/ like C-_. Add xrefs.
7955 (Arguments): META key may be labeled ALT.
7956 Peculiar arg meanings are explained in doc strings.
7957
7958 * abbrevs.texi (Expanding Abbrevs): Clarify.
7959
7960 2005-02-05 Eli Zaretskii <eliz@gnu.org>
7961
7962 * frames.texi (Frame Parameters): Add an xref to the description
7963 of list-colors-display. Add a pointer to the X docs about colors.
7964
7965 * cmdargs.texi (Colors): Mention 16-, 88- and 256-color modes.
7966 Improve docs of list-colors-display.
7967
7968 2005-02-03 Lute Kamstra <lute@gnu.org>
7969
7970 * frames.texi (Frames, Drag and Drop): Fix typos.
7971
7972 2005-02-03 Richard M. Stallman <rms@gnu.org>
7973
7974 * windows.texi (Basic Window): Mention color-change in mode line.
7975 (Change Window): Explain dragging vertical boundaries.
7976
7977 * text.texi (Sentences): Clarify.
7978 (Paragraphs): Explain M-a and blank lines.
7979 (Outline Mode): Clarify text and menu.
7980 (Hard and Soft Newlines): Mention use-hard-newlines.
7981
7982 * frames.texi (Frames): Delete unnecessary mention of Windows.
7983 (Mouse Commands): Likewise. Mention xterm mouse support.
7984 (Clipboard): Clarify.
7985 (Mouse References): Mention use of Mouse-1 for following links.
7986 (Menu Mouse Clicks): Clarify.
7987 (Mode Line Mouse): Clarify.
7988 (Drag and Drop): Rewrite.
7989
7990 * fixit.texi (Spelling): Fix typo.
7991
7992 * files.texi (File Names): Clarify.
7993 (Visiting): Update conditions for use of file dialog. Clarify.
7994 (Saving): Doc d as answer in save-some-buffers.
7995 (Remote Files): Clean up the text.
7996
7997 * dired.texi (Misc Dired Commands): Delete dired-marked-files.
7998
7999 * buffers.texi (Select Buffer): Doc next-buffer and prev-buffer.
8000 (List Buffers): Clarify.
8001 (Several Buffers): Doc T command.
8002 (Buffer Convenience): Clarify menu.
8003
8004 * basic.texi (Undo): Clarify last change.
8005
8006 2005-02-02 Matt Hodges <MPHodges@member.fsf.org>
8007
8008 * fixit.texi (Spelling): Fix typo.
8009
8010 2005-02-01 Luc Teirlinck <teirllm@auburn.edu>
8011
8012 * basic.texi (Undo): Update description of `undo-outer-limit'.
8013
8014 2005-02-01 Nick Roberts <nickrob@snap.net.nz>
8015
8016 * building.texi: Update documentation relating to GDB Graphical
8017 Interface.
8018
8019 2005-01-30 Luc Teirlinck <teirllm@auburn.edu>
8020
8021 * custom.texi (Easy Customization): Adapt menu to node name change.
8022
8023 2005-01-30 Richard M. Stallman <rms@gnu.org>
8024
8025 * custom.texi (Easy Customization): Defn of "User Option" now
8026 includes faces. Don't say just "option" when talking about variables.
8027 Do say just "options" to mean "anything customizable".
8028 (Specific Customization): Describe `customize-variable',
8029 not `customize-option'.
8030
8031 * glossary.texi (Glossary) <Faces>: Add xref.
8032 <User Option>: Change definition--include faces. Change xref.
8033
8034 * picture.texi (Picture): Mention artist.el.
8035
8036 * sending.texi, screen.texi, programs.texi, misc.texi:
8037 * mini.texi, major.texi, maintaining.texi, macos.texi:
8038 * help.texi, frames.texi, files.texi:
8039 Don't say just "option" when talking about variables.
8040
8041 * display.texi, mule.texi: Don't say just "option" when talking
8042 about variables. Other minor cleanups.
8043
8044 2005-01-26 Lute Kamstra <lute@gnu.org>
8045
8046 * cmdargs.texi (Initial Options): Add a cross reference to `Init
8047 File'. Mention the `-Q' option at the `--no-site-file' option.
8048
8049 2005-01-22 David Kastrup <dak@gnu.org>
8050
8051 * building.texi (Grep Searching): Mention alias `find-grep' for
8052 `grep-find'.
8053
8054 2005-01-20 Richard M. Stallman <rms@gnu.org>
8055
8056 * calendar.texi (Time Intervals): Delete special stuff for MS-DOS.
8057
8058 2005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
8059
8060 * rmail.texi (Movemail): Explain differences
8061 between standard and mailutils versions of movemail.
8062 Describe command line and configuration options introduced
8063 with the latter.
8064 Explain the notion of mailbox URL, provide examples and
8065 cross-references to mailutils documentation.
8066 Describe various methods of specifying mailbox names,
8067 user names and user passwords for rmail.
8068 (Remote Mailboxes): New section.
8069 Describe how movemail handles remote mailboxes. Describe configuration
8070 options used to control its behavior.
8071 (Other Mailbox Formats): Explain handling of various mailbox
8072 formats.
8073
8074 2005-01-13 Richard M. Stallman <rms@gnu.org>
8075
8076 * commands.texi (Commands): Clarification.
8077
8078 2005-01-11 Richard M. Stallman <rms@gnu.org>
8079
8080 * programs.texi (Multi-line Indent): Fix previous change.
8081 (Fortran Autofill): Simplify description of fortran-auto-fill-mode.
8082
8083 2005-01-08 Richard M. Stallman <rms@gnu.org>
8084
8085 * display.texi (Faces): isearch-lazy-highlight-face renamed to
8086 lazy-highlight.
8087
8088 * search.texi (Query Replace): Mention faces query-replace
8089 and lazy-highlight.
8090 (Incremental Search): Update isearch highlighting info.
8091
8092 2005-01-04 Richard M. Stallman <rms@gnu.org>
8093
8094 * custom.texi (Saving Customizations): Minor improvement.
8095
8096 2005-01-03 Luc Teirlinck <teirllm@auburn.edu>
8097
8098 * custom.texi (Saving Customizations): Emacs no longer loads
8099 `custom-file' after .emacs. No longer mention customizing through
8100 Custom.
8101
8102 2005-01-01 Andreas Schwab <schwab@suse.de>
8103
8104 * killing.texi (Graphical Kill): Move up under node Killing,
8105 change @section to @subsection.
8106
8107 2005-01-01 Richard M. Stallman <rms@gnu.org>
8108
8109 * custom.texi (Face Customization): Mention hex color specs.
8110
8111 * emacs.texi (Top): Update Killing submenu.
8112
8113 * killing.texi (Killing): Reorganize section.
8114 No more TeX-only text; put the node command at start of chapter.
8115 But the first section heading is used only in TeX.
8116 Rewrite the text to read better in this mode.
8117 (Graphical Kill): New subnode gets some of the text that
8118 used to be in the first section.
8119
8120 2004-12-31 Richard M. Stallman <rms@gnu.org>
8121
8122 * dired.texi (Shell Commands in Dired): Delete the ? example.
8123
8124 * display.texi (Scrolling): Correct scroll-preserve-screen-position.
8125
8126 * files.texi (Saving): Describe new require-final-newline features
8127 and mode-require-final-newline.
8128
8129 2004-12-29 Richard M. Stallman <rms@gnu.org>
8130
8131 * custom.texi (File Variables): Clarify previous change.
8132
8133 2004-12-27 Jan Djärv <jan.h.d@swipnet.se>
8134
8135 * frames.texi (Dialog Boxes): Mention Gtk+ 2.6 also, as that version is
8136 out now.
8137
8138 2004-12-27 Richard M. Stallman <rms@gnu.org>
8139
8140 * Makefile.in (MAKEINFO): Specify --force.
8141
8142 * basic.texi (Moving Point): C-e now runs move-end-of-line.
8143 (Undo): Doc undo-outer-limit.
8144
8145 2004-12-15 Juri Linkov <juri@jurta.org>
8146
8147 * mark.texi (Transient Mark, Mark Ring): M-< and other
8148 movement commands don't set mark in Transient Mark mode
8149 if mark is active.
8150
8151 2004-12-12 Juri Linkov <juri@jurta.org>
8152
8153 * misc.texi (FFAP): Add C-x C-r, C-x C-v, C-x C-d,
8154 C-x 4 r, C-x 4 d, C-x 5 r, C-x 5 d.
8155
8156 * dired.texi (Dired Navigation): Add @r{(Dired)} to M-g.
8157 (Misc Dired Commands): Add @r{(Dired)} to w.
8158
8159 2004-12-12 Juri Linkov <juri@jurta.org>
8160
8161 * mark.texi (Marking Objects): Marking commands also extend the
8162 region when mark is active in Transient Mark mode.
8163
8164 2004-12-08 Luc Teirlinck <teirllm@auburn.edu>
8165
8166 * custom.texi (Saving Customizations): Emacs only loads the custom
8167 file automatically after the init file in version 22.1 or later.
8168 Adapt text and examples to this fact.
8169
8170 2004-12-07 Luc Teirlinck <teirllm@auburn.edu>
8171
8172 * frames.texi (Scroll Bars): The option `scroll-bar-mode' has to
8173 be set through Custom. Otherwise, it has no effect.
8174
8175 2004-12-05 Richard M. Stallman <rms@gnu.org>
8176
8177 * cmdargs.texi, doclicense.texi, xresources.texi, emacs.texi:
8178 * entering.texi: Rename Command Line to Emacs Invocation.
8179
8180 * misc.texi (Term Mode): Correctly describe C-c.
8181
8182 * custom.texi (Easy Customization): Move up to section level,
8183 before Variables. Avoid using the term "variable"; say "option".
8184 New initial explanation.
8185 (Variables): In initial explanation, connect "variable" to the
8186 already-explained "user option".
8187
8188 * emacs.texi (Top): Fix ref to Command Line.
8189 Move reference to Easy Customization.
8190
8191 * xresources.texi (X Resources): Fix From link.
8192
8193 * doclicense.texi (GNU Free Documentation License): Fix To link.
8194
8195 * entering.texi (Entering Emacs): Fix xref, now to Command Line.
8196
8197 * cmdargs.texi (Command Line): Node renamed from Command Arguments.
8198
8199 2004-12-03 Richard M. Stallman <rms@gnu.org>
8200
8201 * cmdargs.texi (Initial Options): Clarify batch mode i/o.
8202
8203 2004-12-01 Luc Teirlinck <teirllm@auburn.edu>
8204
8205 * kmacro.texi: Several small changes in addition to the following.
8206 (Keyboard Macro Ring): Describe behavior of `C-x C-k C-k' when
8207 defining a keyboard macro.
8208 Mention `kmacro-ring-max'.
8209 (Keyboard Macro Counter): Clarify description of
8210 `kmacro-insert-counter', `kmacro-set-counter',
8211 `kmacro-add-counter' and `kmacro-set-format'.
8212
8213 2004-11-29 Reiner Steib <Reiner.Steib@gmx.de>
8214
8215 * custom.texi (File Variables): Add `unibyte' and make it more
8216 clear that `unibyte' and `coding' are special. Suggested by Simon
8217 Krahnke <overlord@gmx.li>.
8218
8219 * mule.texi (Enabling Multibyte): Refer to File Variables.
8220 Suggested by Simon Krahnke <overlord@gmx.li>.
8221
8222 2004-11-26 Jan Djärv <jan.h.d@swipnet.se>
8223
8224 * frames.texi (Dialog Boxes): Rename use-old-gtk-file-dialog to
8225 x-use-old-gtk-file-dialog.
8226
8227 2004-11-20 Richard M. Stallman <rms@gnu.org>
8228
8229 * text.texi (Fill Prefix): M-q doesn't apply fill prefix to first line.
8230
8231 2004-11-09 Lars Brinkhoff <lars@nocrew.org>
8232
8233 * building.texi (Lisp Eval): Delete hyphen in section name.
8234
8235 2004-11-19 Thien-Thi Nguyen <ttn@gnu.org>
8236
8237 * files.texi (Old Versions):
8238 No longer document annotation as "CVS only".
8239
8240 2004-11-10 Andre Spiegel <spiegel@gnu.org>
8241
8242 * files.texi (Version Control): Rewrite the introduction about
8243 version systems, mentioning the new ones that we support.
8244 Thanks to Alex Ott, Karl Fogel, Stefan Monnier, and David Kastrup for
8245 suggestions.
8246
8247 2004-11-03 Jan Djärv <jan.h.d@swipnet.se>
8248
8249 * frames.texi (Dialog Boxes): Replace non-nil with non-@code{nil}.
8250
8251 2004-11-02 Jan Djärv <jan.h.d@swipnet.se>
8252
8253 * frames.texi (Dialog Boxes): Document use-old-gtk-file-dialog.
8254
8255 2004-10-23 Eli Zaretskii <eliz@gnu.org>
8256
8257 * text.texi (Text Based Tables, Table Definition)
8258 (Table Creation, Table Recognition, Cell Commands)
8259 (Cell Justification, Row Commands, Column Commands)
8260 (Fixed Width Mode, Table Conversion, Measuring Tables)
8261 (Table Misc): New nodes, documenting the Table Mode.
8262
8263 2004-10-19 Jason Rumney <jasonr@gnu.org>
8264
8265 * makefile.w32-in (info): Change order of arguments to makeinfo.
8266
8267 2004-10-19 Ulf Jasper <ulf.jasper@web.de>
8268
8269 * calendar.texi (iCalendar): Update for package changes.
8270
8271 2004-10-09 Luc Teirlinck <teirllm@auburn.edu>
8272
8273 * files.texi (Misc File Ops): View mode is a minor mode.
8274
8275 2004-10-08 Glenn Morris <gmorris@ast.cam.ac.uk>
8276
8277 * calendar.texi (iCalendar): Style changes.
8278
8279 2004-10-07 Luc Teirlinck <teirllm@auburn.edu>
8280
8281 * search.texi (Regexps): The regexp described in the example is no
8282 longer stored in the variable `sentence-end'.
8283
8284 2004-10-06 Nick Roberts <nickrob@snap.net.nz>
8285
8286 * building.texi (Starting GUD): Note that multiple debugging
8287 sessions requires `gdb --fullname'.
8288
8289 2004-10-05 Ulf Jasper <ulf.jasper@web.de>
8290
8291 * calendar.texi (iCalendar): New section for a new package.
8292
8293 2004-10-05 Luc Teirlinck <teirllm@auburn.edu>
8294
8295 * text.texi: Various small changes in addition to the following.
8296 (Text): Replace xref for autotype with inforef.
8297 (Sentences): Explain nil value for `sentence-end'.
8298 (Paragraphs): Update default values for `paragraph-start' and
8299 `paragraph-separate'.
8300 (Text Mode): Correct description of Text mode's effect on the
8301 syntax table.
8302 (Outline Visibility): `hide-other' does not hide top level headings.
8303 `selective-display-ellipses' no longer has an effect on Outline mode.
8304 (TeX Misc): Add missing @cindex.
8305 Replace xref for RefTeX with inforef.
8306 (Requesting Formatted Text): The variable
8307 `enriched-fill-after-visiting' no longer exists.
8308 (Editing Format Info): Update names of menu items and commands.
8309 (Format Faces): Mention special effect of specifying the default face.
8310 Describe inheritance of text properties.
8311 Correct description of `fixed' face.
8312 (Format Indentation): Correct description of effect of setting
8313 margins. Mention `set-left-margin' and `set-right-margin'.
8314 (Format Justification): Update names of menu items.
8315 `set-justification-full' is now bound to `M-j b'.
8316 Mention that `default-justification' is a per buffer variable.
8317 (Format Properties): Update name of menu item.
8318 (Forcing Enriched Mode): `format-decode-buffer' automatically
8319 turns on Enriched mode if the buffer is in text/enriched format.
8320
8321 2004-10-05 Emilio C. Lopes <eclig@gmx.net>
8322
8323 * calendar.texi (From Other Calendar): Add calendar-goto-iso-week.
8324
8325 2004-09-28 Kim F. Storm <storm@cua.dk>
8326
8327 * display.texi (Display Custom) <indicate-buffer-boundaries>:
8328 Align with new functionality.
8329
8330 2004-09-22 Luc Teirlinck <teirllm@auburn.edu>
8331
8332 * display.texi (Display Custom): Remove stray `@end defvar'.
8333
8334 2004-09-23 Kim F. Storm <storm@cua.dk>
8335
8336 * display.texi (Display Custom): Add `overflow-newline-into-fringe',
8337 `indicate-buffer-boundaries' and `default-indicate-buffer-boundaries'.
8338
8339 2004-09-20 Richard M. Stallman <rms@gnu.org>
8340
8341 * custom.texi (Hooks): Explain using setq to clear out a hook.
8342 (File Variables): Explain multiline string constants.
8343 (Non-ASCII Rebinding): Explain when you need to update
8344 non-ASCII char codes in .emacs.
8345
8346 * building.texi (Compilation): Explain how to make a silent
8347 subprocess that won't be terminated. Explain compilation-environment.
8348
8349 2004-09-13 Kim F. Storm <storm@cua.dk>
8350
8351 * mini.texi (Repetition): Rename isearch-resume-enabled to
8352 isearch-resume-in-command-history and change default to disabled.
8353
8354 2004-09-09 Kim F. Storm <storm@cua.dk>
8355
8356 * kmacro.texi (Save Keyboard Macro): Replace `name-last-kbd-macro'
8357 with new `kmacro-name-last-macro'.
8358
8359 2004-09-08 Juri Linkov <juri@jurta.org>
8360
8361 * mini.texi (Minibuffer History): Add `history-delete-duplicates'.
8362
8363 2004-09-03 Juri Linkov <juri@jurta.org>
8364
8365 * search.texi (Incremental Search): Update wording for M-%.
8366
8367 2004-09-02 Luc Teirlinck <teirllm@auburn.edu>
8368
8369 * killing.texi (Killing): Correct description of kill commands in
8370 read-only buffer.
8371
8372 2004-09-02 Teodor Zlatanov <tzz@lifelogs.com>
8373
8374 * building.texi (Compilation Mode): Add a paragraph about rules
8375 for finding the compilation buffer for `next-error'.
8376
8377 * search.texi (Other Repeating Search): Mention that Occur mode
8378 supports the next-error functionality.
8379
8380 2004-09-02 Juri Linkov <juri@jurta.org>
8381
8382 * search.texi (Regexp Replace): Add missing backslash to \footnote.
8383
8384 2004-08-31 Luc Teirlinck <teirllm@auburn.edu>
8385
8386 * kmacro.texi (Basic Keyboard Macro):
8387 `apply-macro-to-region-lines' now operates on all lines that begin
8388 in the region, rather than on all complete lines in the region.
8389
8390 2004-08-31 Jan Djärv <jan.h.d@swipnet.se>
8391
8392 * frames.texi (Drag and drop): Add documentation about
8393 x-dnd-test-function and x-dnd-known-types.
8394
8395 2004-08-30 Luc Teirlinck <teirllm@auburn.edu>
8396
8397 * indent.texi: Various minor changes in addition to:
8398 (Indentation Commands): Correct description of `indent-relative'.
8399 (Tab Stops): <TAB> is no longer bound to `tab-to-tab-stop' in Text
8400 mode. The *Tab Stops* buffer uses Overwrite Mode.
8401 (Just Spaces): `tabify' converts sequences of at least two spaces
8402 to tabs.
8403
8404 2004-08-27 Luc Teirlinck <teirllm@auburn.edu>
8405
8406 * frames.texi (Secondary Selection): Setting the secondary
8407 selection with M-Drag-Mouse-1 does not alter the kill ring,
8408 setting it with M-Mouse-1 and M-Mouse-3 does.
8409 (Mode Line Mouse): C-Mouse-2 on scroll bar now also works for
8410 toolkit scroll bars.
8411 (Scroll Bars): Ditto.
8412
8413 * windows.texi (Basic Window): When using a window system, the value
8414 of point in a non-selected window is indicated by a hollow box.
8415 (Split Window): Side by side windows are separated by a scroll bar,
8416 if scroll bars are used.
8417 C-Mouse-2 on scroll bar now also works for toolkit scroll bars.
8418 (Change Window): Correct Mouse-2 vs Mouse-3 mess-up.
8419 (Window Convenience): Update bindings for `winner-undo' and
8420 `winner-redo'.
8421
8422 * ack.texi (Acknowledgments): Use `@unnumbered'.
8423 * misc.texi: Adapt sectioning in Info to the node structure.
8424 (Invoking emacsclient): Make "Invoking emacsclient" a subsection
8425 of "Using Emacs as a Server".
8426 * building.texi (Building): Interchange nodes (for correct numbering).
8427 * programs.texi (Programs): Interchange nodes (for correct numbering).
8428 * killing.texi, entering.texi, commands.texi: Adapt sectioning in
8429 Info to the node structure.
8430 * emacs.texi: Make "GNU GENERAL PUBLIC LICENSE" an appendix.
8431 Rearrange order of nodes and sections such that both "GNU GENERAL
8432 PUBLIC LICENSE" and "GNU Free Documentation License" appear at the
8433 end, as appropriate for appendices.
8434 (Acknowledgments): Put inside @iftex instead of @ifnotinfo.
8435 Use `@unnumberedsec'.
8436 * trouble.texi: Adapt sectioning in Info to the node structure.
8437 Adapt node pointers to change in emacs.texi.
8438 * cmdargs.texi, doclicense.texi: Adapt node pointers.
8439
8440 2004-08-25 Kenichi Handa <handa@m17n.org>
8441
8442 * custom.texi (Non-ASCII Rebinding): Fix and simplify the
8443 description for unibyte mode.
8444
8445 2004-08-23 Luc Teirlinck <teirllm@auburn.edu>
8446
8447 * display.texi (Font Lock): Correct invalid (for hardcopy) @xref.
8448
8449 * search.texi (Regexps): Correct cryptic (in hardcopy) @ref.
8450 (Configuring Scrolling): Correct invalid (for hardcopy) @xref.
8451 (Regexp Replace): Standardize reference to hardcopy Elisp Manual
8452 in @pxref.
8453
8454 2004-08-22 Luc Teirlinck <teirllm@auburn.edu>
8455
8456 * kmacro.texi (Keyboard Macro Counter, Keyboard Macro Step-Edit):
8457 Change section names.
8458
8459 2004-08-21 Luc Teirlinck <teirllm@auburn.edu>
8460
8461 * kmacro.texi (Keyboard Macro Ring): Rename section.
8462 Emacs treats the head of the macro ring as the `last keyboard macro'.
8463 (Keyboard Macro Counter): Minor change.
8464 (Save Keyboard Macro): Some clarifications.
8465 (Edit Keyboard Macro): Rename section.
8466
8467 * buffers.texi (Buffers): Maximum buffer size is now 256M on
8468 32-bit machines.
8469 (Several Buffers): Clarify which buffer is selected if `2' is
8470 pressed in the Buffer Menu.
8471 Auto Revert mode can be used to update the Buffer Menu
8472 automatically.
8473
8474 2004-08-21 Eli Zaretskii <eliz@gnu.org>
8475
8476 * help.texi (Misc Help): Add an index entry for finding an Info
8477 manual by its file name.
8478
8479 2004-08-20 Luc Teirlinck <teirllm@auburn.edu>
8480
8481 * files.texi (Backup Deletion): Correct description of
8482 `delete-old-versions'.
8483 (Time Stamps): `time-stamp' needs to be added to `before-save-hook'.
8484 (Auto Save Files): Recommend `auto-save-mode' to reenable
8485 auto-saving, rather than the abbreviation `auto-save'.
8486
8487 2004-08-17 Luc Teirlinck <teirllm@auburn.edu>
8488
8489 * emacs.texi (Top): Mention "cutting" and "pasting" as synonyms
8490 for "killing" and "yanking" in main menu.
8491
8492 2004-08-16 Richard M. Stallman <rms@gnu.org>
8493
8494 * killing.texi (Yanking, Killing): Minor cleanups.
8495
8496 * mark.texi (Momentary Mark): Minor cleanups.
8497
8498 2004-08-15 Kenichi Handa <handa@etl.go.jp>
8499
8500 * custom.texi (Non-ASCII Rebinding):
8501 C-q always inserts the right code to pass to global-set-key.
8502
8503 2004-08-13 Luc Teirlinck <teirllm@auburn.edu>
8504
8505 * regs.texi (RegNumbers): Mention `C-x r i' binding for
8506 `insert-register', instead of `C-x r g' binding, for consistency.
8507
8508 2004-08-12 Luc Teirlinck <teirllm@auburn.edu>
8509
8510 * fixit.texi (Spelling): Fix typo.
8511
8512 2004-08-11 Luc Teirlinck <teirllm@auburn.edu>
8513
8514 * help.texi (Help): Fix Texinfo usage.
8515
8516 2004-07-24 Richard M. Stallman <rms@gnu.org>
8517
8518 * text.texi (Paragraphs): Update how paragraphs are separated
8519 and the default for paragraph-separate.
8520
8521 * search.texi (Regexp Replace): Further update text for new
8522 replacement operators.
8523
8524 2004-07-18 Luc Teirlinck <teirllm@auburn.edu>
8525
8526 * emacs-xtra.texi (Subdir switches): Dired does not remember the
8527 `R' switch.
8528
8529 * dired.texi (Dired Updating): `k' only deletes inserted
8530 subdirectories from the Dired buffer if a prefix argument was given.
8531
8532 * search.texi (Regexps): Delete redundant definition of `symbol' in
8533 description of `\_>'. It already occurs in the description of `\_<'.
8534
8535 2004-07-01 Juri Linkov <juri@jurta.org>
8536
8537 * search.texi (Incremental Search): Add C-M-w, C-M-y, M-%, C-M-%, M-e.
8538 (Regexp Search): Add M-r.
8539
8540 2004-06-30 Luc Teirlinck <teirllm@auburn.edu>
8541
8542 * makefile.w32-in (EMACSSOURCES): Remove emacs-xtra.
8543
8544 2004-06-29 Jesper Harder <harder@ifa.au.dk>
8545
8546 * search.texi, calendar.texi: Markup fixes.
8547
8548 2004-06-25 Richard M. Stallman <rms@gnu.org>
8549
8550 * search.texi (Regexp Replace): Rewrite description of \# \, and \?.
8551
8552 2004-06-25 David Kastrup <dak@gnu.org>
8553
8554 * search.texi (Regexp Replace): Some typo corrections and
8555 rearrangement.
8556
8557 2004-06-24 David Kastrup <dak@gnu.org>
8558
8559 * search.texi (Unconditional Replace): Use replace-string instead
8560 of query-replace in example.
8561 (Regexp Replace): Add explanations for `\,', `\#' and `\?'
8562 sequences.
8563 (Query Replace): Correct explanation of `^' which does not use
8564 the mark stack.
8565
8566 2004-06-21 Nick Roberts <nickrob@gnu.org>
8567
8568 * misc.texi (Shell History Copying): Document comint-insert-input.
8569 (Shell Ring): Describe comint-dynamic-list-input-ring here.
8570
8571 2004-06-20 Jesper Harder <harder@ifa.au.dk>
8572
8573 * msdog.texi (Text and Binary, MS-DOS Printing): Use m-dash.
8574 * custom.texi (Customization): Do.
8575 * anti.texi (Antinews): Do.
8576 * abbrevs.texi (Defining Abbrevs): Do.
8577
8578 * programs.texi (Info Lookup): Fix keybinding for
8579 info-lookup-symbol.
8580
8581 2004-06-16 Juanma Barranquero <lektu@terra.es>
8582
8583 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, EMACSSOURCES):
8584 Add emacs-xtra.
8585 ($(infodir)/emacs-xtra, emacs-xtra.dvi): New dependencies.
8586 (clean): Add emacs-xtra and flymake. Remove redundancies.
8587
8588 2004-06-15 Luc Teirlinck <teirllm@auburn.edu>
8589
8590 * Makefile.in (INFO_TARGETS, DVI_TARGETS, ../info/emacs-xtra):
8591 Add emacs-xtra.
8592 * emacs-xtra.texi: New file.
8593
8594 2004-06-14 Luc Teirlinck <teirllm@auburn.edu>
8595
8596 * dired.texi (Dired Enter): Mention conditions on `ls' switches.
8597 (Dired and Find): Mention differences with ordinary Dired buffers.
8598
8599 2004-06-13 Richard M. Stallman <rms@gnu.org>
8600
8601 * custom.texi (Init Syntax): Explain about vars that do special
8602 things when set with setq or with Custom.
8603 (Init Examples): Add line-number-mode example.
8604
8605 2004-06-12 Juri Linkov <juri@jurta.org>
8606
8607 * dired.texi (Operating on Files): Add dired-do-touch.
8608
8609 2004-06-10 Juri Linkov <juri@jurta.org>
8610
8611 * building.texi (Lisp Eval): Add C-M-x on defface.
8612
8613 2004-06-08 Luc Teirlinck <teirllm@auburn.edu>
8614
8615 * files.texi (Reverting): Auto-Revert mode and
8616 Global Auto-Revert mode no longer revert remote files.
8617
8618 2004-05-29 Richard M. Stallman <rms@gnu.org>
8619
8620 * custom.texi (Init File): Two dashes start --no-site-file.
8621
8622 2004-05-29 Alan Mackenzie <acm@muc.de>
8623
8624 * programs.texi: Update for CC Mode 5.30 and incidental amendments.
8625 ("AWK"): Is consistently thus spelled throughout.
8626 (AWK, Pike): Document as "C-like modes".
8627 (@kbd{M-j}): Document as alternative to @kbd{C-M-j}.
8628 (M-x man): Supersedes M-x manual-entry.
8629 Add numerous index entries. Correct "ESC a/e" to "M-a/e".
8630
8631 ("Comments in C"): Delete node; the info is in CC Mode manual.
8632 (c-comment-only-line-offset): Remove description.
8633
8634 (C-c ., C-c C-c): Describe new C Mode bindings.
8635
8636 (C-u TAB, indent-code-rigidly, c-indent-exp, c-tab-always-indent)
8637 (@dfn{Style}, c-default-style, comment-column, comment-padding)
8638 (c-up-conditional, c-beginning-of-statement, c-end-of-statement):
8639 Amend definitions.
8640
8641 (c-beginning-of-defun, c-end-of-defun, c-context-line-break):
8642 Describe functions.
8643
8644 (c-comment-start-regexp, c-hanging-comment-ender-p)
8645 (c-hanging-comment-starter-p): Remove obsolete definitions.
8646
8647 * emacs.texi: Remove the menu entry "Comments in C".
8648
8649 2004-05-27 Luc Teirlinck <teirllm@auburn.edu>
8650
8651 * dired.texi (Dired and Find): `find-ls-option' does not apply to
8652 `M-x locate'.
8653
8654 2004-05-16 Karl Berry <karl@gnu.org>
8655
8656 * emacs.texi (ack.texi) [@ifnottex]: Change condition; with @ifinfo,
8657 makeinfo --html fails.
8658 * help.texi (Help Summary) [@ifnottex]: Likewise.
8659
8660 2004-05-13 Nick Roberts <nickrob@gnu.org>
8661
8662 * building.texi (GDB Graphical Interface): Update and describe
8663 layout first.
8664
8665 2004-05-04 Jason Rumney <jasonr@gnu.org>
8666
8667 * makefile.w32-in: Revert last change.
8668
8669 2004-05-03 Jason Rumney <jasonr@gnu.org>
8670
8671 * makefile.w32-in (MULTI_INSTALL_INFO, ENVADD): Use forward slashes.
8672
8673 2004-04-23 Juanma Barranquero <lektu@terra.es>
8674
8675 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
8676
8677 2004-04-18 Juri Linkov <juri@jurta.org>
8678
8679 * fixit.texi (Spelling): Remove file extension from ispell xref.
8680
8681 2004-04-15 Kim F. Storm <storm@cua.dk>
8682
8683 * cmdargs.texi (Initial Options): Add -Q.
8684
8685 2004-04-05 Kim F. Storm <storm@cua.dk>
8686
8687 * custom.texi (File Variables): Add safe-local-eval-forms.
8688
8689 2004-04-02 Luc Teirlinck <teirllm@auburn.edu>
8690
8691 * files.texi (Reverting): Correct description of revert-buffer's
8692 handling of point.
8693
8694 2004-03-22 Juri Linkov <juri@jurta.org>
8695
8696 * emacs.texi (Top): Add `Misc X'.
8697
8698 * trouble.texi: Fix help key bindings.
8699
8700 * glossary.texi: Improve references.
8701
8702 * help.texi: Sync keywords with finder.el.
8703
8704 * mini.texi (Completion): Add description for menu items.
8705
8706 * misc.texi (Browse-URL, FFAP): Add information about keywords.
8707
8708 * sending.texi (Mail Methods): Fix xref to Message manual.
8709
8710 2004-03-12 Richard M. Stallman <rms@gnu.org>
8711
8712 * buffers.texi (Misc Buffer): Add index entry for rename-uniquely.
8713
8714 2004-03-04 Richard M. Stallman <rms@gnu.org>
8715
8716 * search.texi (Regexps): Explain that ^ and $ have their
8717 special meanings only in certain contexts.
8718
8719 * programs.texi (Expressions): Doc C-M-SPC as alias for C-M-@.
8720
8721 * mule.texi (Specify Coding): Doc C-x RET F.
8722
8723 * buffers.texi (Misc Buffer): Explain use of M-x rename-uniquely
8724 for multiple compile and grep buffers.
8725 (Indirect Buffers): Don't recommand clone-indirect-buffer
8726 for multiple compile and grep buffers.
8727
8728 2004-02-29 Juanma Barranquero <lektu@terra.es>
8729
8730 * makefile.w32-in (mostlyclean, clean, maintainer-clean):
8731 Use $(DEL) instead of rm, and ignore exit code.
8732
8733 2004-02-23 Nick Roberts <nick@nick.uklinux.net>
8734
8735 * building.texi (Watch Expressions): Update.
8736
8737 2004-02-21 Juri Linkov <juri@jurta.org>
8738
8739 * cmdargs.texi (Action Arguments): Add alias --find-file.
8740 Add --directory, --help, --version. Move text about command-line-args
8741 to Command Arguments.
8742 (Initial Options): Add @cindex for --script. Fix @cindex for -q.
8743 Add --no-desktop. Add alias --no-multibyte, --no-unibyte.
8744 (Window Size X): Join -g and --geometry. Add @cindex.
8745 (Borders X): Fix @cindex for -ib. Add @cindex for -bw.
8746 (Title X): Remove alias -title.
8747 (Misc X): New node.
8748
8749 2004-02-15 Jan Djärv <jan.h.d@swipnet.se>
8750
8751 * frames.texi (Drag and drop): Add Motif to list of supported
8752 protocols.
8753
8754 2004-02-03 Jan Djärv <jan.h.d@swipnet.se>
8755
8756 * frames.texi (Drag and drop): New section.
8757
8758 2004-01-24 Richard M. Stallman <rms@gnu.org>
8759
8760 * emacs.texi (Acknowledgments): Rename from Acknowledgements.
8761 Include it only @ifnotinfo. Patch the preceding and following
8762 node headers to point to each other.
8763
8764 2004-01-11 Glenn Morris <gmorris@ast.cam.ac.uk>
8765
8766 * calendar.texi (Appointments): Update section.
8767
8768 2003-12-29 Kevin Ryde <user42@zip.com.au>
8769
8770 * programs.texi (C Modes): Fix the xref.
8771
8772 2003-12-23 Nick Roberts <nick@nick.uklinux.net>
8773
8774 * building.texi (Watch Expressions): Update.
8775 (Commands of GUD): Include use of toolbar + breakpoints set from
8776 fringe/margin.
8777
8778 2003-12-03 Andre Spiegel <spiegel@gnu.org>
8779
8780 * files.texi: Say how to disable VC. Suggested by Alan Mackenzie
8781 <acm@muc.de>.
8782
8783 2003-11-29 Jan Djärv <jan.h.d@swipnet.se>
8784
8785 * frames.texi (Dialog Boxes): Add use-file-dialog.
8786
8787 2003-11-22 Martin Stjernholm <bug-cc-mode@gnu.org>
8788
8789 * ack.texi: Note that Alan Mackenzie contributed the AWK support
8790 in CC Mode.
8791
8792 2003-11-02 Jesper Harder <harder@ifa.au.dk> (tiny change)
8793
8794 * man/ack.texi, man/basic.texi, man/cmdargs.texi:
8795 * man/commands.texi, man/custom.texi, man/display.texi:
8796 * man/emacs.texi, man/files.texi:
8797 * man/frames.texi, man/glossary.texi, man/killing.texi:
8798 * man/macos.texi, man/mark.texi, man/misc.texi, man/msdog.texi:
8799 * man/mule.texi, man/rmail.texi, man/search.texi:
8800 * man/sending.texi, man/text.texi, man/trouble.texi:
8801 Replace @sc{ascii} and ASCII with @acronym{ASCII}.
8802
8803 2003-11-01 Alan Mackenzie <acm@muc.de>
8804
8805 * search.texi (Scrolling During Incremental Search): Document a
8806 new scrolling facility in isearch mode.
8807
8808 2003-10-22 Miles Bader <miles@gnu.org>
8809
8810 * Makefile.in (info): Move before $(top_srcdir)/info.
8811
8812 2003-10-22 Nick Roberts <nick@nick.uklinux.net>
8813
8814 * building.texi (Watch Expressions): Update section on data display
8815 to reflect code changes (GDB Graphical Interface).
8816
8817 2003-10-13 Richard M. Stallman <rms@gnu.org>
8818
8819 * xresources.texi (GTK resources): Clean up previous change.
8820
8821 2003-10-12 Jan Djärv <jan.h.d@swipnet.se>
8822
8823 * xresources.texi (GTK resources): Add a note that some themes
8824 disallow customizations. Add scroll theme example.
8825
8826 2003-09-30 Richard M. Stallman <rms@gnu.org>
8827
8828 * cmdargs.texi (General Variables): Remove MAILRC envvar.
8829
8830 * misc.texi (Saving Emacs Sessions): Shorten the section,
8831 collapsing back into one node.
8832
8833 2003-09-30 Lars Hansen <larsh@math.ku.dk>
8834
8835 * misc.texi: Section "Saving Emacs Sessions" rewritten.
8836
8837 2003-09-29 Jan Djärv <jan.h.d@swipnet.se>
8838
8839 * xresources.texi (GTK names in Emacs): Correct typo.
8840
8841 2003-09-24 Luc Teirlinck <teirllm@mail.auburn.edu>
8842
8843 * cmdargs.texi (Font X): Mention new default font.
8844 More fully describe long font names, wildcard patterns and the
8845 problems involved. (Result of discussion on emacs-devel.)
8846
8847 2003-09-22 Luc Teirlinck <teirllm@mail.auburn.edu>
8848
8849 * emacs.texi (Acknowledgements): Correct typo.
8850
8851 2003-09-22 Richard M. Stallman <rms@gnu.org>
8852
8853 * dired.texi (Misc Dired Commands): New node.
8854 (Dired Navigation): Add dired-goto-file.
8855
8856 * files.texi (File Aliases, Misc File Ops): Add @cindex entries.
8857
8858 * emacs.texi (Acknowledgements): New node, split from Distribution.
8859
8860 * cmdargs.texi (Action Arguments): -f reads interactive args.
8861
8862 2003-09-08 Lute Kamstra <lute@gnu.org>
8863
8864 * screen.texi (Mode Line): Say that POS comes before LINE.
8865 Mention `size-indication-mode'.
8866 * display.texi (Optional Mode Line):
8867 Document `size-indication-mode'.
8868 * basic.texi (Position Info): Mention `size-indication-mode'.
8869
8870 2003-09-07 Luc Teirlinck <teirllm@mail.auburn.edu>
8871
8872 * xresources.texi (Resources): Refer to `editres' man page.
8873 (Lucid Resources): Update defaults. Expand description of
8874 `shadowThickness'.
8875
8876 2003-09-04 Miles Bader <miles@gnu.org>
8877
8878 * Makefile.in (top_srcdir): New variable.
8879 ($(top_srcdir)/info): New rule.
8880 (info): Depend on it.
8881
8882 2003-09-03 Peter Runestig <peter@runestig.com>
8883
8884 * makefile.w32-in: New file.
8885
8886 2003-08-29 Richard M. Stallman <rms@gnu.org>
8887
8888 * misc.texi (Saving Emacs Sessions): Correct previous change.
8889
8890 2003-08-19 Luc Teirlinck <teirllm@mail.auburn.edu>
8891
8892 * emacs.texi (Top): Update menu to reflect new Keyboard Macros chapter.
8893 (Intro): Include kmacro.texi after fixit.texi instead of after
8894 custom.texi. (As suggested by Kim Storm.)
8895
8896 2003-08-18 Luc Teirlinck <teirllm@mail.auburn.edu>
8897
8898 * fixit.texi (Fixit): Update `Next' pointer.
8899 * files.texi (Files): Update `Previous' pointer.
8900 * kmacro.texi (Keyboard Macros): Remove redundant node and section.
8901 * emacs.texi (Intro): Include kmacro.texi after custom.texi.
8902 (Suggested by Kim Storm.)
8903 * Makefile (EMACSSOURCES): Add kmacro.texi. (Suggested by Kim Storm.)
8904
8905 2003-08-18 Kim F. Storm <storm@cua.dk>
8906
8907 * kmacro.texi: New file describing enhanced keyboard macro
8908 functionality. Replaces old description in custom.texi.
8909
8910 * custom.texi (Customization): Add xref to Keyboard Macros chapter.
8911 (Keyboard Macros): Move to new kmacro.texi file.
8912
8913 * emacs.texi (Keyboard Macros): Reference new keyboard macro topics.
8914
8915 2003-08-17 Edward M. Reingold <reingold@emr.cs.iit.edu>
8916
8917 * calendar.texi (Specified Dates): Add `calendar-goto-day-of-year'.
8918
8919 2003-08-17 Alex Schroeder <alex@gnu.org>
8920
8921 * misc.texi (Saving Emacs Sessions): Manual M-x desktop-save not
8922 required.
8923
8924 2003-08-05 Richard M. Stallman <rms@gnu.org>
8925
8926 * programs.texi (Lisp Indent): Don't describe
8927 lisp-indent-function property here. Use xref to Lisp Manual.
8928
8929 2003-08-03 Glenn Morris <gmorris@ast.cam.ac.uk>
8930
8931 * calendar.texi (Date Formats): Document changed behavior of
8932 abbreviations.
8933
8934 2003-07-24 Markus Rost <rost@math.ohio-state.edu>
8935
8936 * buffers.texi (List Buffers): Fix previous change.
8937
8938 2003-07-13 Markus Rost <rost@math.ohio-state.edu>
8939
8940 * buffers.texi (List Buffers): Adjust to new format of *Buffer
8941 List*.
8942
8943 2003-07-07 Luc Teirlinck <teirllm@mail.auburn.edu>
8944
8945 * display.texi (Font Lock): Fix typo.
8946
8947 2003-07-07 Richard M. Stallman <rms@gnu.org>
8948
8949 * display.texi (Font Lock): Add xref for format info on
8950 font-lock-remove-keywords.
8951
8952 * building.texi (Compilation): Document what happens with asynch
8953 children of compiler process.
8954
8955 * help.texi (Library Keywords): Use @multitable.
8956
8957 2003-06-04 Richard M. Stallman <rms@gnu.org>
8958
8959 * programs.texi (Expressions): Delete C-M-DEL.
8960
8961 * misc.texi (Shell Options): Clarify comint-scroll-show-maximum-output.
8962 comint-move-point-for-output renamed from
8963 comint-scroll-to-bottom-on-output.
8964
8965 * custom.texi (Init Rebinding): Replace previous change with xref.
8966 (Non-ASCII Rebinding): Explain that issue more briefly here.
8967
8968 2003-05-28 Richard M. Stallman <rms@gnu.org>
8969
8970 * indent.texi (Indentation): Condense, simplify, clarify prev change.
8971
8972 2003-05-28 Nick Roberts <nick@nick.uklinux.net>
8973
8974 * building.texi (GDB Graphical Interface): New node.
8975 (Rewritten somewhat by RMS.)
8976
8977 2003-05-28 Kai Großjohann <kai.grossjohann@gmx.net>
8978
8979 * custom.texi (Init Rebinding): Xref Non-ASCII Rebinding, for
8980 non-English letters. Explain how to set coding systems correctly
8981 and how to include the right coding cookie in the file.
8982
8983 2003-05-22 Kai Großjohann <kai.grossjohann@gmx.net>
8984
8985 * indent.texi (Indentation): Explain the concepts.
8986 (Just Spaces): Explain why preventing tabs for indentation might
8987 be useful.
8988
8989 2003-04-16 Richard M. Stallman <rms@gnu.org>
8990
8991 * search.texi (Regexps): Ref to Lisp manual for more regexp features.
8992
8993 2003-02-22 Alex Schroeder <alex@emacswiki.org>
8994
8995 * cmdargs.texi (General Variables): Document SMTPSERVER.
8996
8997 * sending.texi: Remove SMTP node.
8998 (Mail Sending): Describe `send-mail-function'. Link to SMTP
8999 library.
9000
9001 2003-02-22 Alex Schroeder <alex@emacswiki.org>
9002
9003 * sending.texi (Sending via SMTP): Explain MTA/MUA.
9004
9005 2003-02-22 Simon Josefsson <jas@extundo.com>
9006
9007 * sending.texi (Mail Methods): Add node about SMTP.
9008
9009 2003-02-17 Jan Djärv <jan.h.d@swipnet.se>
9010
9011 * xresources.texi (GTK names in Emacs): Add emacs-toolbar - GtkToolbar.
9012
9013 2003-02-01 Kevin Ryde <user42@zip.com.au>
9014
9015 * glossary.texi (Glossary): Correction to cl cross reference.
9016
9017 2003-01-20 Richard M. Stallman <rms@gnu.org>
9018
9019 * killing.texi (Rectangles): Document C-x c r.
9020
9021 2003-01-19 Jan Djärv <jan.h.d@swipnet.se>
9022
9023 * xresources.texi (GTK resources): New node.
9024 (GTK widget names): New node.
9025 (GTK names in Emacs): New node.
9026 (GTK styles): New node.
9027
9028 2003-01-09 Francesco Potortì <pot@gnu.org>
9029
9030 * maintaining.texi (Create Tags Table): Add reference to the new
9031 `etags --help --lang=LANG' option.
9032
9033 2002-10-02 Karl Berry <karl@gnu.org>
9034
9035 * emacs.texi: Per rms, update all manuals to use @copying instead of
9036 @ifinfo. Also use @ifnottex instead of @ifinfo around the top node,
9037 where needed for the sake of the HTML output.
9038
9039 2001-12-20 Eli Zaretskii <eliz@is.elta.co.il>
9040
9041 * Makefile.in (EMACSSOURCES): Update the list of Emacs manual
9042 source files.
9043
9044 2001-11-16 Eli Zaretskii <eliz@is.elta.co.il>
9045
9046 * Makefile.in (emacsman): New target.
9047
9048 2001-10-20 Gerd Moellmann <gerd@gnu.org>
9049
9050 * (Version 21.1 released.)
9051
9052 2001-10-05 Gerd Moellmann <gerd@gnu.org>
9053
9054 * Branch for 21.1.
9055
9056 2001-03-05 Gerd Moellmann <gerd@gnu.org>
9057
9058 * Makefile.in (mostlyclean, maintainer-clean): Delete more files.
9059
9060 2000-05-31 Stefan Monnier <monnier@cs.yale.edu>
9061
9062 * .cvsignore (*.tmp): New entry. Seems to be used for @macro.
9063
9064 1999-07-12 Richard Stallman <rms@gnu.org>
9065
9066 * Version 20.4 released.
9067
9068 1998-12-04 Markus Rost <rost@delysid.gnu.org>
9069
9070 * Makefile.in (INFO_TARGETS): Delete customize.info.
9071 (DVI_TARGETS): Delete customize.dvi.
9072 (../info/customize, customize.dvi): Targets deleted.
9073
9074 1998-08-19 Richard Stallman <rms@psilocin.ai.mit.edu>
9075
9076 * Version 20.3 released.
9077
9078 1998-05-06 Richard Stallman <rms@psilocin.gnu.org>
9079
9080 * Makefile.in (EMACSSOURCES): Add mule.texi.
9081 Add msdog.texi, ack.texi. Remove gnu1.texi.
9082
9083 1998-04-06 Andreas Schwab <schwab@gnu.org>
9084
9085 * Makefile.in (ENVADD): Environment vars to pass to texi2dvi.
9086 Use it in dvi targets.
9087
9088 1997-09-23 Paul Eggert <eggert@twinsun.com>
9089
9090 * Makefile.in: Merge changes mistakenly made to `Makefile'.
9091 (INFO_TARGETS): Change ../info/custom to ../info/customize.
9092 (../info/customize): Rename from ../info/custom.
9093
9094 1997-09-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9095
9096 * Version 20.2 released.
9097
9098 1997-09-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9099
9100 * Version 20.1 released.
9101
9102 1997-08-24 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9103
9104 * Makefile (../info/customize, customize.dvi): New targets.
9105 (INFO_TARGETS): Add ../info/customize.
9106 (DVI_TARGETS): Add customize.dvi.
9107
9108 1996-08-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9109
9110 * Version 19.33 released.
9111
9112 1996-07-31 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9113
9114 * Version 19.32 released.
9115
9116 1996-06-20 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9117
9118 * Makefile.in (All info targets): cd $(srcdir) to do the work.
9119
9120 1996-06-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9121
9122 * Makefile.in (All info targets): Specify $(srcdir) in input files.
9123 Specify -I option.
9124 (All dvi targets): Set the TEXINPUTS variable.
9125
9126 1996-05-25 Karl Heuer <kwzh@gnu.ai.mit.edu>
9127
9128 * Version 19.31 released.
9129
9130 1995-11-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9131
9132 * Version 19.30 released.
9133
9134 1995-02-07 Richard Stallman <rms@pogo.gnu.ai.mit.edu>
9135
9136 * Makefile.in (maintainer-clean): Rename from realclean.
9137
9138 1994-11-23 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9139
9140 * Makefile.in: New file.
9141 * Makefile: File deleted.
9142
9143 1994-11-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9144
9145 * Makefile (TEXINDEX_OBJS): Variable deleted.
9146 (texindex, texindex.o, getopt.o): Rules deleted.
9147 All deps on texindex deleted.
9148 (distclean): Don't delete texindex.
9149 (mostlyclean): Don't delete *.o.
9150 * texindex.c, getopt.c: Files deleted.
9151
9152 1994-09-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9153
9154 * Version 19.26 released.
9155
9156 1994-07-02 Richard Stallman (rms@gnu.ai.mit.edu)
9157
9158 * Makefile (EMACSSOURCES): Exclude undo.texi.
9159
9160 1994-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9161
9162 * Version 19.25 released.
9163
9164 1994-05-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9165
9166 * Version 19.24 released.
9167
9168 1994-05-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9169
9170 * Version 19.23 released.
9171
9172 1994-04-17 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9173
9174 * Makefile: Delete spurious tab.
9175
9176 1994-02-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9177
9178 * Makefile (.SUFFIXES): New rule.
9179
9180 1993-12-04 Richard Stallman (rms@srarc2)
9181
9182 * getopt.c: New file.
9183 * Makefile (TEXINDEX_OBJS): Use getopt.o in this dir, not ../lib-src.
9184 (getopt.o): New rule.
9185 (dvi): Don't depend on texindex.
9186 (emacs.dvi): Depend on texindex.
9187
9188 1993-12-03 Richard Stallman (rms@srarc2)
9189
9190 * Makefile (TEXI2DVI): New variable.
9191 (emacs.dvi): Add explicit command.
9192 (TEXINDEX_OBJS): Delete duplicate getopt.o.
9193
9194 1993-11-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9195
9196 * Version 19.22 released.
9197
9198 1993-11-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9199
9200 * Makefile (TEXINDEX_OBJS): Delete spurious period.
9201
9202 1993-11-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9203
9204 * Version 19.21 released.
9205
9206 1993-11-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9207
9208 * Makefile (realclean): Don't delete the Info files.
9209
9210 1993-10-25 Brian J. Fox (bfox@albert.gnu.ai.mit.edu)
9211
9212 * frames.texi (Creating Frames): Mention `C-x 5' instead of `C-x
9213 4' where appropriate.
9214
9215 1993-10-20 Brian J. Fox (bfox@ai.mit.edu)
9216
9217 * Makefile: Fix targets for texindex.
9218
9219 * texindex.c: Include "../src/config.h" if building in emacs.
9220
9221 * Makefile: Change all files to FILENAME.texi, force all targets
9222 to be FILENAME, not FILENAME.info.
9223 Add target to build texindex.c, defining `emacs'.
9224
9225 1993-08-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9226
9227 * Version 19.19 released.
9228
9229 1993-08-08 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9230
9231 * Version 19.18 released.
9232
9233 1993-07-20 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9234
9235 * Makefile: Fix source file names of the separate manuals.
9236
9237 1993-07-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9238
9239 * Version 19.17 released.
9240
9241 1993-07-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9242
9243 * split-man: Fix typos in last change.
9244
9245 1993-07-06 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9246
9247 * Version 19.16 released.
9248
9249 1993-06-19 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9250
9251 * version 19.15 released.
9252
9253 1993-06-18 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9254
9255 * Makefile (distclean): It's rm, not rf.
9256
9257 1993-06-17 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9258
9259 * Version 19.14 released.
9260
9261 1993-06-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9262
9263 * Makefile: New file.
9264
9265 1993-06-08 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9266
9267 * Version 19.13 released.
9268
9269 1993-05-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9270
9271 * Version 19.9 released.
9272
9273 1993-05-25 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9274
9275 * Version 19.8 released.
9276
9277 1993-05-25 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9278
9279 * cmdargs.texi: Document the -i, -itype, and -iconic options.
9280
9281 * trouble.texi: It's `enable-flow-control-on', not
9282 `evade-flow-control-on'.
9283
9284 1993-05-24 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9285
9286 * display.texi: Document standard-display-european.
9287
9288 1993-05-22 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9289
9290 * Version 19.7 released.
9291
9292 * emacs.texi: Add a sentence to the top menu mentioning the
9293 specific version of Emacs this manual applies to.
9294
9295 1993-04-25 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
9296
9297 * basic.texi: Document next-line-add-lines variable used to
9298 implement down-arrow.
9299
9300 * killing.texi: Document kill-whole-line.
9301
9302 1993-04-18 Noah Friedman (friedman@nutrimat.gnu.ai.mit.edu)
9303
9304 * text.texi: Update unix TeX ordering information.
9305
9306 1993-03-26 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
9307
9308 * news.texi: Mention fill-rectangle in keybinding list.
9309
9310 * killing.texi: Document fill-rectangle.
9311
9312 1993-03-17 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
9313
9314 * vc.texi: Bring the docs up to date with VC 5.2.
9315
9316 1992-01-10 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
9317
9318 * emacs.tex: Mention blackbox and gomoku under Amusements.
9319 Assembler mode is now mentioned and appropriately indexed
9320 under Programming Modes.
9321
9322 1991-02-15 Robert J. Chassell (bob@wookumz.ai.mit.edu)
9323
9324 * emacs.tex: Update TeX ordering information.
9325
9326 1990-06-26 David Lawrence (tale@geech)
9327
9328 * emacs.tex: Note that completion-ignored-extensions is not used
9329 to filter out names when all completions are displayed in
9330 *Completions*.
9331
9332 1990-05-25 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
9333
9334 * texindex.tex: If USG, include sys/types.h and sys/fcntl.h.
9335
9336 1990-03-21 Jim Kingdon (kingdon@pogo.ai.mit.edu)
9337
9338 * emacs.tex: Add @findex grep.
9339
9340 1988-08-16 Robert J. Chassell (bob@frosted-flakes.ai.mit.edu)
9341
9342 * emacs.tex: Correct two typos. No other changes before
9343 Version 19 will be made.
9344
9345 1988-05-23 Robert J. Chassell (bob@frosted-flakes.ai.mit.edu)
9346
9347 * emacs.tex: Update information for obtaining TeX distribution from the
9348 University of Washington.
9349
9350 ;; Local Variables:
9351 ;; coding: utf-8
9352 ;; End:
9353
9354 Copyright (C) 1993-1999, 2001-2012 Free Software Foundation, Inc.
9355
9356 This file is part of GNU Emacs.
9357
9358 GNU Emacs is free software: you can redistribute it and/or modify
9359 it under the terms of the GNU General Public License as published by
9360 the Free Software Foundation, either version 3 of the License, or
9361 (at your option) any later version.
9362
9363 GNU Emacs is distributed in the hope that it will be useful,
9364 but WITHOUT ANY WARRANTY; without even the implied warranty of
9365 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
9366 GNU General Public License for more details.
9367
9368 You should have received a copy of the GNU General Public License
9369 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.