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