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