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