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