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