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