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