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