Remove support for Mac Carbon.
[bpt/emacs.git] / doc / emacs / ChangeLog
1 2008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
2
3 * xresources.texi: Remove mentions of Mac Carbon.
4
5 2008-07-19 Andreas Schwab <schwab@suse.de>
6
7 * ns-emacs.texi: Move to ../misc.
8
9 2008-07-15 Chong Yidong <cyd@stupidchicken.com>
10
11 * entering.texi (Exiting): Don't describe text-only terminals as the
12 default. Describe the new startup screen.
13 (Exiting): Describe how to kill Emacs first. Change description of
14 iconification to handle modern window systems.
15
16 2008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
17
18 * ns-emacs.texi: New file, documents features of Emacs port under
19 NeXTstep windowing.
20
21 2008-07-15 Chong Yidong <cyd@stupidchicken.com>
22
23 * entering.texi (Entering Emacs): Update prev node.
24
25 * glossary.texi (Glossary): Remove xref to Text Characters.
26
27 * commands.texi (User Input): Rewrite. Describe Emacs' behavior
28 directly, rather than in the context of ASCII. Move description of
29 special properties of modifier key to new Modifier Keys node.
30 (Keys): Copyedit.
31 (Text Characters): Delete node. Multibyte is the default nowadays, and
32 the node contents are obsolete.
33
34 * custom.texi (Modifier Keys): New node.
35
36 * emacs.texi (Top): Update node list.
37
38 2008-07-13 Chong Yidong <cyd@stupidchicken.com>
39
40 * emacs.texi (Intro): Increase conciseness slightly. Remove paragraph
41 saying that Emacs provides menus and mouse support (which is par for
42 the course).
43
44 * screen.texi (Screen): Copyedit. Define "buffer" and "current buffer"
45 early on.
46 (Point): Copyedit. Relegate historical trivia to a footnote.
47 (Mode Line): Explain mode-line format more consistently.
48 (Menu Bar): Copyedit.
49
50 2008-06-27 Glenn Morris <rgm@gnu.org>
51
52 * cal-xtra.texi (Sexp Diary Entries):
53 * calendar.texi (Lunar Phases): Update for lunar.el name changes.
54
55 2008-06-26 Chong Yidong <cyd@stupidchicken.com>
56
57 * mark.texi (Shift selection): New node.
58 (Mark): Copyedits.
59 (Persistent Mark): Move to the end of the chapter.
60
61 2008-06-20 Eli Zaretskii <eliz@gnu.org>
62
63 * makefile.w32-in (distclean): Remove makefile.
64
65 2008-06-17 Nick Roberts <nickrob@snap.net.nz>
66
67 * building.texi (Starting GUD): Add an entry for gud-gdb.
68 (GDB Graphical Interface): Explain that gud-gdb is now needed for text
69 command mode.
70
71 2008-06-17 Glenn Morris <rgm@gnu.org>
72
73 * calendar.texi: Fix references to mouse-2 and mouse-3 in calendar.
74
75 2008-06-17 Nick Roberts <nickrob@snap.net.nz>
76
77 * building.texi (Starting GUD): Expand on remote debugging.
78 (Other GDB-UI Buffers): Mention new keyboard bindings.
79
80 2008-06-15 Glenn Morris <rgm@gnu.org>
81
82 * gnu.texi: Use a verbatim license for this invariant section,
83 as per etc/GNU.
84
85 2008-06-13 Daniel Engeler <engeler@gmail.com>
86
87 * emacs.texi, misc.texi: Add documentation about serial port access.
88
89 2008-06-13 Glenn Morris <rgm@gnu.org>
90
91 * emacs-xtra.texi, emacs.texi: Update Back-Cover text per
92 maintain.info.
93
94 2008-06-05 Miles Bader <miles@gnu.org>
95
96 * display.texi (Temporary Face Changes): Update to reflect function
97 renamings in face-remap.el.
98
99 2008-06-04 Miles Bader <miles@gnu.org>
100
101 * display.texi (Temporary Face Changes): Add
102 `adjust-buffer-face-height'. Rewrite description of
103 `increase-buffer-face-height' and `decrease-default-face-height' now
104 that they aren't bound by default.
105
106 2008-06-03 Miles Bader <miles@gnu.org>
107
108 * display.texi (Temporary Face Changes): New node.
109
110 2008-05-31 Eli Zaretskii <eliz@gnu.org>
111
112 * msdog.texi (Windows Keyboard): Fix text added on 2008-05-29.
113
114 2008-05-31 Glenn Morris <rgm@gnu.org>
115
116 * cal-xtra.texi (Fancy Diary Display): Simplify.
117
118 2008-05-30 Glenn Morris <rgm@gnu.org>
119
120 * cal-xtra.texi (Fancy Diary Display): Update for
121 diary-display-function replacing diary-display-hook.
122
123 2008-05-29 Drew Adams <drew.adams@oracle.com>
124
125 * msdog.texi (Windows Keyboard): Add descriptions of
126 w32-register-hot-key and w32-unregister-hot-key.
127
128 2008-05-21 Tom Tromey <tromey@redhat.com>
129
130 * custom.texi (Directory Variables): Grammar fix. Link to Safe File
131 Variables node.
132
133 2008-05-19 Tom Tromey <tromey@redhat.com>
134
135 * custom.texi (Variables): Add Directory Variables to menu.
136 (Directory Variables): New node.
137
138 2008-05-16 Eric S. Raymond <esr@snark.thyrsus.com>
139
140 * vc2-xtra.texi: Modify an example so it reflects what vc.el now does.
141
142 2008-05-15 Eric S. Raymond <esr@snark.thyrsus.com>
143
144 * vc2-xtra.texi, emacs.texi, files.texi: Snapshots node renamed to
145 Revision Tags and rewritten. Section now uses modern terminology,
146 (tags rather than snapshots) and describes post-SCCS systems more
147 accurately.
148
149 2008-05-10 Eli Zaretskii <eliz@gnu.org>
150
151 * msdog.texi (Windows Files): Update documentation of
152 w32-get-true-file-attributes.
153
154 2008-05-09 Eric S. Raymond <esr@snark.thyrsus.com>
155
156 * files.texi, vc-xtra.texi, vc1-xtra.texi: Document the new VC
157 directory mode.
158
159 2008-05-08 Chong Yidong <cyd@stupidchicken.com>
160
161 * killing.texi (Appending Kills): Remove a strangely off-topic index
162 entry "television".
163
164 2008-05-07 Eric S. Raymond <esr@snark.thyrsus.com>
165
166 * ack.texi, files.texi, vc2-xtra.texi: Meta-CVS is no longer supported.
167
168 2008-05-02 Eric S. Raymond <esr@snark.thyrsus.com>
169
170 * emacs/buffers.texi, emacs/files.texi (Version-control):
171 vc-toggle-read-only is no longer a good idea...
172
173 2008-04-29 Glenn Morris <rgm@gnu.org>
174
175 * cal-xtra.texi (Sexp Diary Entries): Clarify diary-float.
176
177 2008-04-22 Juri Linkov <juri@jurta.org>
178
179 * dired.texi (Subdirectories in Dired): Describe using `^'
180 to return to the parent directory.
181
182 2008-04-22 Nick Roberts <nickrob@snap.net.nz>
183
184 * building.texi (GDB-UI Layout, Other GDB-UI Buffers): Update for
185 recent changes.
186
187 2008-04-19 Nick Roberts <nickrob@snap.net.nz>
188
189 * building.texi (GDB-UI Layout, Breakpoints Buffer)
190 (Other GDB-UI Buffers): Update for recent thread related changes.
191
192 2008-04-11 Mirko Vukovic <mirko.vukovic@gmail.com> (tiny change)
193
194 * maintaining.texi (Maintaining):
195 * emacs.texi (Top): Typo.
196
197 2008-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
198
199 * display.texi (Font Lock): Prefer add-hook to using a non-nil `mode'
200 arg in `font-lock-add-keywords'.
201
202 2008-04-08 Glenn Morris <rgm@gnu.org>
203
204 * cal-xtra.texi, calendar.texi: Update for calendar name changes.
205 Also add Baha'i calendar references where appropriate.
206
207 2008-04-05 Glenn Morris <rgm@gnu.org>
208
209 * custom.texi (Init File): Byte-compiling .emacs is bad.
210
211 2008-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
212
213 * mini.texi (Minibuffer Edit) <resize-mini-windows>: Adjust default.
214
215 2008-03-29 Glenn Morris <rgm@gnu.org>
216
217 * calendar.texi: Update for `calendar-date-style' replacing
218 `european-calendar'.
219
220 2008-03-28 Jason Rumney <jasonr@gnu.org>
221
222 * display.texi (Display Custom): Mention overlay-margin in text.
223
224 2008-03-12 Reiner Steib <Reiner.Steib@gmx.de>
225
226 * custom.texi, dired.texi, mini.texi, mule.texi: Add `referenced in the
227 tutorial' comments.
228
229 2008-03-28 Chong Yidong <cyd@stupidchicken.com>
230
231 * mark.texi (Mark): Rearrange nodes.
232 (Persistent Mark): Rename from Transient Mark.
233 (Mark, Setting Mark, Marking Objects, Persistent Mark, Mark Ring):
234 Describe Transient Mark mode as the default.
235
236 * basic.texi (Basic Undo): Don't mention setting the mark, which isn't
237 the default behavior with Transient Mark mode off.
238 (Position Info): Fix typo.
239
240 * display.texi (Standard Faces): Reference the Mark node.
241 Remove discussion of the region face, which is discussed there.
242
243 * emacs.texi (Top): Update node listings.
244
245 * files.texi (Diff Mode, Misc File Ops): Describe Transient Mark mode
246 as the default.
247
248 * fixit.texi (Undo): Standardize choice of undo key sequence.
249 (Undo, Spelling): Describe Transient Mark mode as the default.
250
251 * frames.texi (Mouse Commands): Treat Transient Mark mode as the
252 default.
253
254 * glossary.texi (Glossary): Treat Transient Mark mode as the default.
255
256 * killing.texi (Kill Ring, Accumulating Text): Assume Transient Mark
257 mode is the default, and note that the mark is not activated when set.
258
259 * programs.texi (Moving by Defuns, Expressions, Comment Commands):
260 Describe Transient Mark mode as the default.
261
262 * search.texi (Basic Isearch): Reference the Mark Ring node.
263 (Replace, Unconditional Replace, Other Repeating Search):
264 Describe Transient Mark mode as the default.
265
266 * text.texi (Words, Pages, Fill Commands, HTML Mode): Describe
267 Transient Mark mode as the default.
268 (Paragraphs): Describe how M-h behaves when region is active.
269
270 * trouble.texi (Quitting): Clarify effects of C-g.
271
272 2008-03-13 Glenn Morris <rgm@gnu.org>
273
274 * emacs.texi (EMACSVER): Set to 23.0.60.
275
276 2008-03-05 Glenn Morris <rgm@gnu.org>
277
278 * dired.texi (Hiding Subdirectories): Fix previous change.
279
280 2008-03-05 Drew Adams <drew.adams@oracle.com>
281
282 * dired.texi (Hiding Subdirectories): Document `dired-hide-subdir'.
283
284 2008-02-28 Kim F. Storm <storm@cua.dk>
285
286 * help.texi (Help Files): Move describe-gnu-project to C-h g.
287 Move describe-distribution to C-h C-o.
288 Move view-emacs-problems to C-h C-p.
289 Add view-emacs-debugging on C-h C-d.
290 Add view-external-packages on C-h C-e.
291 Add view-order-manuals on C-h C-m.
292
293 2008-02-17 Ulrich Mueller <ulm@kph.uni-mainz.de>
294
295 * msdog-xtra.texi (MS-DOS): Docstring fix.
296
297 2008-02-09 Eli Zaretskii <eliz@gnu.org>
298
299 * msdog.texi (Windows Fonts): Use a @table for describing font
300 properties.
301
302 2008-02-07 Jason Rumney <jasonr@gnu.org>
303
304 * msdog.texi (Windows Files): w32-get-true-file-attributes default
305 value has changed.
306 (Windows HOME): Clarify what is meant by "if that fails as well".
307 (Windows Fonts): New section.
308
309 2008-02-07 D. E. Evans <sinuhe@gnu.org> (tiny change)
310
311 * basic.texi (Basic Undo): Remove duplicate "you can".
312
313 2008-02-02 Eli Zaretskii <eliz@gnu.org>
314
315 * maintaining.texi (Tags): Fix last change.
316
317 2008-02-02 Michael Albinus <michael.albinus@gmx.de>
318
319 * tramp.texi: Use new FSF's Back-Cover Text.
320
321 2008-01-31 Nick Roberts <nickrob@snap.net.nz>
322
323 * trouble.texi (Checklist): Direct users to emacs-devel@gnu.org.
324
325 2008-01-26 Richard Stallman <rms@gnu.org>
326
327 * maintaining.texi (Tags): Delete redundant index entry.
328
329 2008-01-26 Eli Zaretskii <eliz@gnu.org>
330
331 * programs.texi (Imenu): Move "@cindex tags" from here...
332 * maintaining.texi (Tags): ...to here.
333
334 2008-01-23 Kevin Ryde <user42@zip.com.au>
335
336 * custom.texi (Mouse Buttons): Update elisp xref to "Click Events" on
337 click count.
338
339 2008-01-21 Juanma Barranquero <lekktu@gmail.com>
340
341 * entering.texi (Exiting): Fix typo.
342 Reported by D. E. Evans <sinuhe@gnu.org>.
343
344 2007-12-31 Martin Rudalics <rudalics@gmx.at>
345
346 * glossary.texi (Glossary): Fix typo.
347
348 2007-12-27 Richard Stallman <rms@gnu.org>
349
350 * text.texi (Formatted Text): Improve menu tag.
351 (Editing Format Info): In Info, add duplicate menu of nodes
352 about the submenus.
353 (Format Faces): Say where Faces menu is found. Mention Other.
354 (Format Colors): Say where these submenus are found.
355 (Format Indentation, Format Justification): Likewise.
356 (Format Properties): Likewise.
357
358 2007-12-22 Richard Stallman <rms@gnu.org>
359
360 * search.texi (Query Replace): Make exp of query-replace more
361 self-contained, and clarify.
362
363 * cc-mode.texi (Getting Started): Change @ref to @pxref.
364
365 2007-12-15 Richard Stallman <rms@gnu.org>
366
367 * files.texi (Auto Save): Clarify definition of auto-saving.
368
369 2007-11-26 Richard Stallman <rms@gnu.org>
370
371 * help.texi (Help Echo): Cleanups.
372
373 2007-11-23 Thien-Thi Nguyen <ttn@gnuvola.org>
374
375 * files.texi (Why Version Control?): Fix typo.
376 (VCS Concepts): Fix typos; small tense fix.
377 (Selecting a Fileset): Fix typos; small rewording.
378 (Log Buffer): Likewise.
379 (Old Revisions): Likewise.
380
381 2007-11-17 Eli Zaretskii <eliz@gnu.org>
382
383 * mule.texi (Communication Coding): Fix wording of last change.
384
385 2007-11-16 Werner Lemberg <wl@gnu.org>
386
387 * custom.texi (Specifying File Variables):
388 * major.texi (Choosing Modes): Mention '\" in man pages.
389
390 2007-11-16 Kenichi Handa <handa@ni.aist.go.jp>
391
392 * mule.texi (Communication Coding): Document x-select-request-type.
393
394 * frames.texi (Cut/Paste Other App): Mention x-select-request-type.
395
396 2007-11-15 Francesco Potortì <pot@gnu.org>
397
398 * maintaining.texi (TEXTAGS): Note that you can use "-" for stdout with
399 --output=file.
400
401 2007-11-13 Martin Rudalics <rudalics@gmx.at>
402
403 * help.texi (Help Summary, Apropos, Misc Help): Fix typos.
404 (Help Echo): Avoid mentioning the term "region" here and
405 consistently use the term "active text".
406
407 2007-11-11 Glenn Morris <rgm@gnu.org>
408
409 * calendar.texi (Special Diary Entries): Fix Thanksgiving example.
410
411 2007-11-10 Paul Pogonyshev <pogonyshev@gmx.net>
412
413 * search.texi (Query Replace): Mention
414 `query-replace-show-replacement'.
415
416 2007-11-09 Nick Roberts <nickrob@snap.net.nz>
417
418 * building.texi (Watch Expressions): Remove obscure sentence.
419
420 2007-11-06 Kenichi Handa <handa@ni.aist.go.jp>
421
422 * mule.texi (Select Input Method): Describe how to activate an input
423 method in the text mode.
424
425 2007-11-01 Dan Nicolaescu <dann@ics.uci.edu>
426
427 * cmdargs.texi (Misc Variables): Remove Sun windows info.
428
429 2007-10-30 Nick Roberts <nickrob@snap.net.nz>
430
431 * building.texi (Watch Expressions): Describe gdb-delete-out-of-scope.
432
433 2007-10-30 Glenn Morris <rgm@gnu.org>
434
435 * misc.texi (Directory Tracking): Explain a bit more about
436 dirtrack-mode.
437
438 2007-10-25 Glenn Morris <rgm@gnu.org>
439
440 * fortran-xtra.texi (Fortran): F90 mode handles F2003.
441
442 2007-10-24 Richard Stallman <rms@gnu.org>
443
444 * misc.texi (Interactive Shell): Cleanup last change.
445
446 2007-10-22 Juri Linkov <juri@jurta.org>
447
448 * mini.texi (Minibuffer History): Add text about a list of minibuffer
449 default values.
450
451 2007-10-20 Eric S. Raymond <esr@snark.thyrsus.com>
452
453 * files.texi: Disambiguate two slightly different uses of the term
454 'filesets'.
455
456 2007-10-18 Martin Rudalics <rudalics@gmx.at>
457
458 * trouble.texi (Quitting): Fix typo.
459
460 2007-10-18 Glenn Morris <rgm@gnu.org>
461
462 * frames.texi (Mode Line Mouse): Mention minor mode names.
463
464 2007-10-17 Juri Linkov <juri@jurta.org>
465
466 * text.texi (Fill Commands): Undocument fill-paragraph-or-region.
467 fill-paragraph operates on the active region in Transient Mark mode.
468 (Fill Prefix, Format Indentation): Replace fill-paragraph-or-region
469 with fill-paragraph.
470
471 * basic.texi (Arguments): Replace fill-paragraph-or-region with
472 fill-paragraph.
473
474 * fixit.texi (Spelling): ispell-word operates on the active region
475 in Transient Mark mode.
476
477 2007-10-17 Aaron S. Hawley <aaronh@garden.org>
478
479 * building.texi (Source Buffers):
480 * custom.texi (Init Non-ASCII):
481 * glossary.texi (Glossary): Use "key binding" consistently.
482
483 2007-10-17 Juanma Barranquero <lekktu@gmail.com>
484
485 * calendar.texi (Diary): Fix directive.
486
487 2007-10-16 Richard Stallman <rms@gnu.org>
488
489 * calendar.texi (Diary): Clarify text about diary file example.
490
491 2007-10-13 Eric S. Raymond <esr@snark.thyrsus.com>
492
493 * files.texi: Capitalize node names according to convention.
494
495 2007-10-13 Glenn Morris <rgm@gnu.org>
496
497 * misc.texi (Interactive Shell): Correct INSIDE_EMACS reference.
498
499 2007-10-11 Eric S. Raymond <esr@snark.thyrsus.com>
500
501 * emacs.texi:
502 * files.texi (Version Systems): Minor fixes to version-control material
503 suggested by RMS and Robert J. Chassell.
504
505 2007-10-10 Eric S. Raymond <esr@snark.thyrsus.com>
506
507 * files.texi (Version Systems):
508 * vc-xtra.texi:
509 * vc1-xtra.texi:
510 * vc2-xtra.texi: Merge in changes for new VC with fileset-oriented
511 operations. Change of terminology from `version' to `revision'.
512 Revise text for adequate description of VCSes with monotonic IDs.
513 * emacs.texi: Change of terminology from `version' to `revision'.
514
515 2007-10-09 Eric S. Raymond <esr@snark.thyrsus.com>
516
517 * files.texi (Version Systems): Describe newer VCses.
518 Reorder the descriptions to be chronological.
519
520 2007-10-09 Richard Stallman <rms@gnu.org>
521
522 * display.texi (Cursor Display): Correct how cursor appears
523 in nonselected windows.
524
525 2007-10-04 Nick Roberts <nickrob@snap.net.nz>
526
527 * building.texi (GDB Graphical Interface): Remove references to gdba
528 and mention gud-gdb.
529
530 2007-08-31 Eli Zaretskii <eliz@gnu.org>
531
532 * rmail.texi (Rmail Sorting): Improve indexing.
533
534 2007-10-06 Juri Linkov <juri@jurta.org>
535
536 * text.texi (Fill Commands): Document fill-paragraph-or-region.
537 (Fill Prefix, Format Indentation): Replace fill-paragraph with
538 fill-paragraph-or-region.
539
540 * basic.texi (Arguments): Replace fill-paragraph with
541 fill-paragraph-or-region.
542
543 2007-10-06 Eric S. Raymond <esr@snark.thyrsus.com>
544
545 * files.texi: Update the section on version control for 2007
546 conditions. None of these changes are new-VC-specific; that
547 will come later.
548
549 2007-09-15 Glenn Morris <rgm@gnu.org>
550
551 * calendar.texi (Holidays): Change all instances of `holiday-list' back
552 to `list-holidays'.
553
554 2007-09-14 Glenn Morris <rgm@gnu.org>
555
556 * calendar.texi: Update all instances of mark-calendar-holidays,
557 list-calendar-holidays, list-holidays with the new names.
558
559 2007-09-06 Glenn Morris <rgm@gnu.org>
560
561 * Move manual sources from man/ to subdirectories of doc/.
562 Split into the Emacs manual in emacs/, and other manuals in misc/.
563 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Reduce to just the Emacs
564 manual.
565 (infodir): New variable.
566 (info): Use $infodir.
567 (emacsman): Delete target, not needed any more.
568 Move all targets that are not the Emacs manual to misc/Makefile.in.
569 (mostlyclean): Remove `gnustmp'.
570 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS): Reduce to just the Emacs
571 manual.
572 (MULTI_INSTALL_INFO, ENVADD, infodir): Go up one more level.
573 (emacsman): Delete target, not needed any more.
574 (clean): Remove all info files but Emacs manual.
575 Move all targets that are not the Emacs manual to misc/Makefile.in.
576 * emacs-xtra.texi, emacs.texi (setfilename): Go up one more level.
577
578 * Makefile.in (INFOSOURCES): Delete.
579 (.SUFFIXES): Use $(TEXI2DVI) rather than texi2dvi.
580 (mostlyclean): Add *.op, *.ops. Move *.aux *.cps *.fns *.kys *.pgs
581 *.vrs *.toc here...
582 (maintainer-clean): ...from here.
583
584 2007-09-05 Glenn Morris <rgm@gnu.org>
585
586 * custom.texi (Safe File Variables): Clarify `!' and risky variables.
587
588 2007-08-29 Glenn Morris <rgm@gnu.org>
589
590 * emacs.texi (EMACSVER): Increase to 23.0.50.
591
592 2007-08-27 Richard Stallman <rms@gnu.org>
593
594 * emacs.texi (Top): Clarify menu item for Glossary.
595
596 * display.texi (Faces): Change secn title.
597 Clarify not all fonts come from Font Lock.
598
599 2007-08-17 Eli Zaretskii <eliz@gnu.org>
600
601 * basic.texi (Position Info): Add index entry for face at point.
602 Mention that character faces are also displayed by "C-u C-x =".
603
604 2007-08-08 Glenn Morris <rgm@gnu.org>
605
606 * glossary.texi (Glossary): Deprecate `iff'.
607
608 2007-08-07 Chong Yidong <cyd@stupidchicken.com>
609
610 * files.texi (File Conveniences): Document point motion keys in Image
611 mode.
612
613 2007-07-27 Glenn Morris <rgm@gnu.org>
614
615 * emacs.texi (Copying): Include license text from gpl.texi, rather than
616 in-line.
617
618 * gpl.texi: New file with text of GPL.
619 * Makefile.in (EMACSSOURCES): Add gpl.texi.
620
621 2007-07-26 Dan Nicolaescu <dann@ics.uci.edu>
622
623 * vc2-xtra.texi (Customizing VC): Add GIT and HG.
624
625 * dired.texi (Wdired): Mention C-x C-q key binding.
626
627 2007-07-28 Nick Roberts <nickrob@snap.net.nz>
628
629 * building.texi (GDB Graphical Interface): Qualify use of "M-x gdba".
630
631 2007-07-25 Glenn Morris <rgm@gnu.org>
632
633 * emacs.texi (Copying): Replace license with GPLv3.
634
635 * Relicense all FSF files to GPLv3 or later.
636
637 2007-07-24 Glenn Morris <rgm@gnu.org>
638
639 * calendar.texi (Writing Calendar Files): cal-tex-diary etc only work
640 for some calendars.
641
642 2007-07-23 Nick Roberts <nickrob@snap.net.nz>
643
644 * screen.texi (Mode Line): Describe new mode-line flag that shows if
645 default-directory for the current buffer is on a remote machine.
646
647 2007-07-21 Eli Zaretskii <eliz@gnu.org>
648
649 * vc2-xtra.texi (Customizing VC) <vc-handled-backends>: Update the
650 default value.
651
652 2007-07-21 Richard Stallman <rms@gnu.org>
653
654 * files.texi (Why Version Control?): Improve previous change.
655
656 2007-07-18 Eric S. Raymond <esr@snark.thyrsus.com>
657
658 * files.texi (Why Version Control?): New node.
659
660 2007-07-12 Nick Roberts <nickrob@snap.net.nz>
661
662 * building.texi (Starting GUD): Add xref to this anchor.
663
664 2007-06-24 Karl Berry <karl@gnu.org>
665
666 * emacs.texi: New Back-Cover Text.
667
668 2007-06-07 Alan Mackenzie <acm@muc.de>
669
670 * display.texi (Optional Mode Line): Document the new form of
671 line+column numbers, "(561,2)".
672
673 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
674
675 * maintaining.texi (Create Tags Table): Fix typos.
676
677 2007-06-02 Chong Yidong <cyd@stupidchicken.com>
678
679 * Version 22.1 released.
680
681 2007-05-07 Karl Berry <karl@gnu.org>
682
683 * emacs.texi (EMACSVER): Back to 22.
684
685 2007-05-06 Richard Stallman <rms@gnu.org>
686
687 * maintaining.texi (Create Tags Table): Clean up previous change.
688
689 2007-05-05 Francesco Potortì <pot@gnu.org>
690
691 * maintaining.texi (Create Tags Table): Add text about the dangers of
692 making symbolic links to tags files.
693
694 2007-05-04 Karl Berry <karl@gnu.org>
695
696 * emacs.texi (EMACSVER) [smallbook]: 22.1 for printed version, not 22.
697
698 2007-05-03 Karl Berry <karl@gnu.org>
699
700 * emacs.texi (EMACSVER) [smallbook]: 22 for printed version.
701
702 * .cvsignore (*.pdf): New entry.
703
704 * emacs.texi (\urlcolor, \linkcolor) [smallbook]: \let to \Black
705 for printing.
706
707 2007-05-01 Richard Stallman <rms@gnu.org>
708
709 * cmdargs.texi (Initial Options): Under --batch, mention --eval.
710
711 2007-04-28 Glenn Morris <rgm@gnu.org>
712
713 * ack.texi (Acknowledgments):
714 * anti.texi (Antinews):
715 * programs.texi (Program Modes): Restore mention of python.el pending
716 consideration of legal status.
717
718 2007-04-28 Richard Stallman <rms@gnu.org>
719
720 * files.texi (File Names): Fixes to ~ description on MS systems.
721
722 2007-04-26 Glenn Morris <rgm@gnu.org>
723
724 * emacs.texi (EMACSVER): Increase to 22.1.50.
725
726 2007-04-25 Karl Berry <karl@gnu.org>
727
728 * emacs.texi: Improve line breaks on copyright page,
729 similar layout to lispref, 8.5x11 by default.
730
731 * dired.texi (Image-Dired): Improve line break, fix typo.
732
733 2007-04-24 Chong Yidong <cyd@stupidchicken.com>
734
735 * programs.texi (Program Modes):
736 * anti.texi (Antinews):
737 * ack.texi (Acknowledgments): python.el removed.
738
739 2007-04-23 Chong Yidong <cyd@stupidchicken.com>
740
741 * display.texi (Highlight Interactively): Correct description of
742 hi-lock-file-patterns-policy.
743
744 * files.texi (File Archives): Mention self-extracting executables.
745
746 2007-04-23 Eli Zaretskii <eliz@gnu.org>
747
748 * search.texi (Unconditional Replace, Query Replace): Add xref to
749 "Replacement and Case".
750
751 2007-04-22 Chong Yidong <cyd@stupidchicken.com>
752
753 * dired.texi (Image-Dired): Move from Thumbnails node.
754 * misc.texi (Thumbnails): Node deleted.
755 * emacs.texi (Top): Update node listing.
756
757 * files.texi (File Conveniences):
758 * ack.texi (Acknowledgments): Rename "tumme" to "image-dired".
759
760 2007-04-21 Richard Stallman <rms@gnu.org>
761
762 * display.texi (Highlight Interactively): Correct previous change.
763 Clarify doc of hi-lock-find-patterns, and move new features into it.
764
765 2007-04-20 David Koppelman <koppel@ece.lsu.edu>
766
767 * display.texi (Highlight Interactively): Document
768 hi-lock-file-patterns-policy.
769
770 2007-04-20 Martin Rudalics <rudalics@gmx.at>
771
772 * display.texi (Scrolling): Fix typo.
773
774 2007-04-15 Chong Yidong <cyd@stupidchicken.com>
775
776 * doclicense.texi: Remove node heading, so that it can be included by
777 other files.
778
779 * emacs.texi: Insert node heading for GFDL.
780
781 2007-04-14 Eli Zaretskii <eliz@gnu.org>
782
783 * cmdargs.texi (Colors): Qualify "color of window" index entry by
784 "command line".
785
786 * display.texi (Faces): Refer to "Creating Frames" for face
787 and other frame customizations in .emacs.
788
789 * frames.texi (Creating Frames): Mention that face customizations can
790 be put in .emacs. Add index entries.
791
792 2007-04-12 Richard Stallman <rms@gnu.org>
793
794 * glossary.texi (Glossary): Explain `iff'.
795
796 2007-04-11 Karl Berry <karl@gnu.org>
797
798 * gnu.texi (Top),
799 * macos.texi (Mac Font Specs),
800 * anti.texi (Antinews),
801 * xresources.texi (Resources),
802 * misc.texi (Emulation),
803 * calendar.texi (Daylight Saving),
804 * dired.texi (Dired and Find),
805 * rmail.texi (Remote Mailboxes),
806 * sending.texi (Mail Headers),
807 * programs.texi (Which Function),
808 * files.texi (Recover),
809 * buffers.texi (Uniquify),
810 * frames.texi (Wheeled Mice),
811 * killing.texi (Rectangles): Wording to improve breaks in
812 8.5x11 format.
813 * mule.texi (Language Environments): \hbadness=10000 since there's
814 no way to reword.
815 * emacs.texi (smallbook): New @set to more easily switch between
816 smallbook and 8.5x11.
817
818 2007-04-11 Richard Stallman <rms@gnu.org>
819
820 * files.texi (File Conveniences): Add xref to Tumme.
821 Delete text about Thumbnail mode.
822
823 2007-04-09 Alan Mackenzie <acm@muc.de>
824
825 * cmdargs.texi (Initial Options): Call "inhibit-splash-screen" by its
826 new name. Insert concept index entries.
827
828 2007-04-08 Chong Yidong <cyd@stupidchicken.com>
829
830 * display.texi (Standard Faces): Document prefix arg for
831 list-faces-display.
832
833 * rmail.texi (Rmail Scrolling): Document rmail-end-of-message.
834
835 2007-04-07 Chong Yidong <cyd@stupidchicken.com>
836
837 * killing.texi (Deletion): Rewrite description of M-\ prefix argument.
838
839 * files.texi (Misc File Ops): Rewrite description of
840 insert-file-literally.
841
842 2007-03-31 Eli Zaretskii <eliz@gnu.org>
843
844 * misc.texi (Printing): Postscript -> PostScript.
845
846 * ack.texi (Acknowledgments): Postscript -> PostScript.
847
848 * custom.texi (Init File, Init Non-ASCII): Fix last change.
849
850 * emacs.texi (Top): Fix the menu due to the change in custom.texi
851 below.
852
853 2007-03-30 Chong Yidong <cyd@stupidchicken.com>
854
855 * custom.texi (Non-ASCII Rebinding): Node deleted. Material moved to
856 Init Non-ASCII.
857 (Init Rebinding, Init Syntax): Link to Init Non-ASCII instead.
858 (Init Non-ASCII): New node.
859
860 2007-03-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
861
862 * macos.texi (Mac Font Specs): Mention AppleAntiAliasingThreshold.
863
864 2007-03-12 Glenn Morris <rgm@gnu.org>
865
866 * calendar.texi, emacs.texi (Daylight Saving): Rename node from
867 "Daylight Savings".
868
869 * calendar.texi: Replace "daylight savings" with "daylight
870 saving" in text throughout.
871
872 2007-03-04 Richard Stallman <rms@gnu.org>
873
874 * custom.texi (Safe File Variables): Minor correction.
875
876 2007-02-28 Thien-Thi Nguyen <ttn@gnu.org>
877
878 * rmail.texi (Movemail): Add internal ref.
879 Don't indent the intro for the PROTO table.
880 Format PROTO table items with @code.
881
882 2007-02-26 Nick Roberts <nickrob@snap.net.nz>
883
884 * building.texi: Remove references to bashdb.
885
886 2007-02-19 Juanma Barranquero <lekktu@gmail.com>
887
888 * mule.texi (Language Environments): Update list of supported language
889 environments.
890
891 2007-02-14 Kim F. Storm <storm@cua.dk>
892
893 * building.texi (Grep Searching): Fix lgrep doc.
894
895 2007-02-12 Chong Yidong <cyd@stupidchicken.com>
896
897 * back.texi: Remove unused file.
898
899 2007-02-05 Francesco Potortì <pot@gnu.org>
900
901 * maintaining.texi (Tag Syntax): Now --members is the default for
902 etags, not for ctags yet.
903
904 2007-02-03 Eli Zaretskii <eliz@gnu.org>
905
906 * emacs.texi (Top): Update the top-level menus. Make the detailed menu
907 headers compliant with Texinfo guidelines and with what texnfo-upd.el
908 expects. Add comments to prevent people from inadvertently modifying
909 the key parts needed by `texinfo-multiple-files-update'.
910
911 2007-01-29 Chong Yidong <cyd@stupidchicken.com>
912
913 * frames.texi (Secondary Selection): Window clicked does not matter
914 when mouse-yank-at-point is non-nil.
915
916 2007-01-16 Glenn Morris <rgm@gnu.org>
917
918 * abbrevs.texi (Editing Abbrevs): Describe how to disable a
919 system abbrev.
920
921 2007-01-11 Richard Stallman <rms@gnu.org>
922
923 * msdog.texi (Windows Keyboard): Another small cleanup.
924
925 2007-01-10 Richard Stallman <rms@gnu.org>
926
927 * msdog.texi (Windows Keyboard): Yet another try to make
928 everyone happy with that passage.
929
930 2007-01-05 Richard Stallman <rms@gnu.org>
931
932 * anti.texi (Antinews): Mention M-x shell scrolling.
933
934 2007-01-05 Nick Roberts <nickrob@snap.net.nz>
935
936 * building.texi (Watch Expressions): Describe gdb-max-children.
937
938 2007-01-04 Richard Stallman <rms@gnu.org>
939
940 * msdog.texi (Windows Keyboard): Clarify previous change.
941
942 2007-01-02 Richard Stallman <rms@gnu.org>
943
944 * custom.texi (Changing a Variable): Minor clarification.
945 (Specific Customization): customize-customized => customize-unsaved.
946
947 * entering.texi (Entering Emacs): Clean up text about restarting
948 Emacs for each file.
949
950 * misc.texi (Shell Options): Minor cleanup.
951
952 * msdog.texi (Windows Keyboard): Explain that Windows was incompatible
953 with Emacs, not vice versa.
954
955 * programs.texi (Symbol Completion): Recommend customizing
956 window manager.
957
958 * xresources.texi (Resources): Minor fix.
959
960 2007-01-01 Jan Djärv <jan.h.d@swipnet.se>
961
962 * xresources.texi (Table of Resources): Add scrollBarWidth resource.
963
964 2007-01-01 Richard Stallman <rms@gnu.org>
965
966 * commands.texi (User Input): Document keys stolen by window mangers.
967
968 2006-12-31 Richard Stallman <rms@gnu.org>
969
970 * custom.texi (Specific Customization): Document customize-option
971 instead of customize-variable.
972
973 2006-12-31 Kim F. Storm <storm@cua.dk>
974
975 * major.texi (Choosing Modes): Document auto-mode-case-fold.
976
977 2006-12-30 Kim F. Storm <storm@cua.dk>
978
979 * killing.texi (CUA Bindings): Fix typo.
980
981 * xresources.texi (Table of Resources): Mention grow-only value for
982 auto-resize-tool-bars.
983
984 2006-12-27 Eli Zaretskii <eliz@gnu.org>
985
986 * msdog.texi (Windows Keyboard): Mention widespread Windows bindings,
987 and how to get them back.
988
989 2006-12-26 Richard Stallman <rms@gnu.org>
990
991 * calendar.texi (Holidays): Holiday listing is based on current
992 practice, but DST is not.
993
994 2006-12-25 Richard Stallman <rms@gnu.org>
995
996 * emacs.texi (Top): Update subnode menus.
997
998 * mark.texi (Transient Mark): Fix xref.
999
1000 * killing.texi (Graphical Kill): Node deleted.
1001 (Killing): Add xref to Cut and Paste.
1002 (CUA Bindings): Update xref.
1003
1004 * frames.texi (Cut and Paste): New section to hold other nodes.
1005 (Mouse Commands): Node demoted.
1006 (Cut/Paste Other App): Split out from Mouse Commands.
1007 (Word and Line Mouse): Likewise.
1008 (Secondary Selection, Clipboard): Nodes demoted.
1009
1010 2006-12-24 Kevin Ryde <user42@zip.com.au>
1011
1012 * calendar.texi (Holidays): US daylight saving begins second Sunday
1013 in March for 2007 onwards.
1014 (Daylight Savings): Show new US default daylight saving rules, 2nd
1015 Sun in Mar to 1st Sun in Nov, now in cal-dst.el.
1016
1017 2006-12-23 Chong Yidong <cyd@stupidchicken.com>
1018
1019 * calendar.texi (Scroll Calendar): < and > are switched.
1020
1021 2006-12-23 Kevin Rodgers <ihs_4664@yahoo.com>
1022
1023 * killing.texi (Deletion): Describe M-\ prefix argument.
1024
1025 2006-12-23 Richard Stallman <rms@gnu.org>
1026
1027 * search.texi (Regexp Search): Explain why forward and reverse regexp
1028 search are not mirror images.
1029
1030 2006-12-19 Kim F. Storm <storm@cua.dk>
1031
1032 * major.texi (Choosing Modes): Describe match-function elements for
1033 magic-mode-alist.
1034
1035 2006-12-18 Eli Zaretskii <eliz@gnu.org>
1036
1037 * msdog.texi (Windows Keyboard): Add a footnote about "Windows" keys
1038 peculiarities.
1039
1040 2006-12-18 Richard Stallman <rms@gnu.org>
1041
1042 * abbrevs.texi (Editing Abbrevs): Fix previous change.
1043
1044 2006-12-17 Alan Mackenzie <acm@muc.de>
1045
1046 * programs.texi (Left Margin Paren): Remove the bit which says
1047 that CC Mode sets open-paren-in-column-0-is-defun-start to nil.
1048 Discuss some of the issues of setting this option to nil.
1049
1050 2006-12-17 Glenn Morris <rgm@gnu.org>
1051
1052 * abbrevs.texi (Editing Abbrevs): Mention system abbrevs.
1053
1054 2006-12-16 Eli Zaretskii <eliz@gnu.org>
1055
1056 * msdog.texi (Windows Keyboard): Clarify `w32-recognize-altgr' effect.
1057 (Windows Files): `w32-get-true-file-attributes' is only relevant for
1058 NTFS volumes.
1059 (ls in Lisp): `links' in `ls-lisp-verbosity' is only relevant to NTFS
1060 volumes.
1061
1062 2006-12-15 Eli Zaretskii <eliz@gnu.org>
1063
1064 * text.texi (HTML Mode): Fix "C-c TAB".
1065
1066 2006-12-09 Richard Stallman <rms@gnu.org>
1067
1068 * misc.texi (Invoking emacsclient): Simplify TCP file text.
1069
1070 2006-12-08 Kevin Rodgers <ihs_4664@yahoo.com>
1071
1072 * files.texi (Misc File Ops): Document insert-file-literally.
1073
1074 2006-12-08 Eli Zaretskii <eliz@gnu.org>
1075
1076 * cmdargs.texi (Colors): Note that --color is intended for overriding
1077 the terminal defaults, not for normal invocation.
1078
1079 * misc.texi (Emacs Server): Improve wording. Don't mention the
1080 ``server program''. Add a cross-reference to "Init File" node.
1081 (Invoking emacsclient): Add index entries. Document both short and
1082 long versions of command-line options. Document the -f option.
1083
1084 2006-12-06 Richard Stallman <rms@gnu.org>
1085
1086 * text.texi (Outline Format): Say to set outline-regexp
1087 and outline-level with major modes and file local variables.
1088
1089 2006-12-05 Michaël Cadilhac <michael.cadilhac@lrde.org>
1090
1091 * anti.texi (Antinews): Mention the alternative to
1092 `~/.emacs_SHELLNAME', which is `~/.emacs.d/init_SHELLNAME.sh'.
1093
1094 * misc.texi (Interactive Shell): Ditto.
1095
1096 2006-12-04 Eli Zaretskii <eliz@gnu.org>
1097
1098 * emacs.texi (Acknowledgments): Fix Arne J@o{}rgensen's name.
1099
1100 * ack.texi (Acknowledgments): Fix Arne J@o{}rgensen's name.
1101
1102 2006-12-01 Eli Zaretskii <eliz@gnu.org>
1103
1104 * mule.texi (Enabling Multibyte): Rephrase the confusing reference to a
1105 colon in the mode line.
1106
1107 * msdog.texi (Windows Processes) [@ifnottex]: Mention w32-shell-execute.
1108
1109 2006-11-26 Nick Roberts <nickrob@snap.net.nz>
1110
1111 * building.texi (Watch Expressions): Mention SPC for expanding/
1112 contracting watch expressions.
1113
1114 2006-11-26 Kim F. Storm <storm@cua.dk>
1115
1116 * kmacro.texi (Basic Keyboard Macro): Mention F3/F4 more.
1117
1118 2006-11-26 Nick Roberts <nickrob@snap.net.nz>
1119
1120 * building.texi (Debugger Operation): Define text command mode.
1121 Clarify how tooltips work.
1122 (GDB Graphical Interface): Explain how to run in text command mode
1123 more clearly.
1124
1125 2006-11-25 Juanma Barranquero <lekktu@gmail.com>
1126
1127 * mule.texi (Defining Fontsets): Fix use of `charset' and `font'.
1128
1129 2006-11-22 Juanma Barranquero <lekktu@gmail.com>
1130
1131 * anti.texi (Antinews): Mention --server-file and TCP sockets.
1132
1133 2006-11-18 Chong Yidong <cyd@stupidchicken.com>
1134
1135 * misc.texi (Interactive Shell): INSIDE_EMACS is set to t,
1136 and EMACS is deprecated.
1137
1138 2006-11-18 Juanma Barranquero <lekktu@gmail.com>
1139
1140 * makefile.w32-in (emacs.dvi): Remove xresmini.texi.
1141
1142 2006-11-18 Jan Djärv <jan.h.d@swipnet.se>
1143
1144 * Makefile.in (emacs.dvi): Remove xresmini.texi.
1145
1146 * emacs.texi: Include xresources.texi both for info and dvi.
1147
1148 * xresources.texi: Merge text from xresmini.texi.
1149
1150 2006-11-12 Roberto Rodríguez <lanubeblanca@googlemail.com> (tiny change)
1151
1152 * glossary.texi: Fix typos.
1153
1154 2006-11-06 Richard Stallman <rms@gnu.org>
1155
1156 * emacs.texi (Acknowledgments): Fix name spelling, add Anna Bigatti.
1157
1158 * ack.texi (Acknowledgments): Fix name spelling.
1159
1160 2006-11-01 Juri Linkov <juri@jurta.org>
1161
1162 * search.texi (Word Search): Document incremental word search.
1163
1164 2006-10-28 Glenn Morris <rgm@gnu.org>
1165
1166 * ack.texi (Acknowledgments): Add cal-html author.
1167
1168 * calendar.texi (Writing Calendar Files): Rename section (was "LaTeX
1169 Calendar"). Describe new package cal-html.
1170 * emacs.texi (Top): Rename old node "LaTeX Calendar" to "Writing
1171 Calendar Files."
1172
1173 2006-10-23 Richard Stallman <rms@gnu.org>
1174
1175 * abbrevs.texi (Expanding Abbrevs): Expansion happens only when
1176 Abbrev mode is enabled.
1177
1178 2006-10-16 Richard Stallman <rms@gnu.org>
1179
1180 * emacs.texi: Update ISBN.
1181
1182 2006-10-11 Kim F. Storm <storm@cua.dk>
1183
1184 * emacs.texi (Acknowledgments): Use @dotless{i}.
1185
1186 2006-10-08 Nick Roberts <nickrob@snap.net.nz>
1187
1188 * building.texi (Breakpoints Buffer): Mention catchpoints.
1189
1190 2006-10-08 Kim F. Storm <storm@cua.dk>
1191
1192 * ack.texi (Acknowledgments): Update.
1193
1194 * emacs.texi (Acknowledgments): Fix bad @/ form.
1195
1196 2006-10-05 Kim F. Storm <storm@cua.dk>
1197
1198 * emacs.texi (Acknowledgments): Add more contributors.
1199
1200 2006-10-03 Richard Stallman <rms@gnu.org>
1201
1202 * emacs.texi (Acknowledgments): Update version and edition.
1203
1204 2006-10-01 Karl Berry <karl@gnu.org>
1205
1206 * custom.texi (Customization Groups): Page break to keep example buffer
1207 on one page.
1208
1209 2006-09-30 Karl Berry <karl@gnu.org>
1210
1211 * programs.texi (Basic Indent): @need to improve page break.
1212 * text.texi: Rewording to improve page breaks, and use @LaTeX{}.
1213
1214 2006-09-29 Glenn Morris <rgm@gnu.org>
1215
1216 * calendar.texi (Date Formats): Doc fix for european-calendar-style.
1217
1218 2006-09-29 Karl Berry <karl@gnu.org>
1219
1220 * windows.texi (Basic Window): Remove forced @break, no longer
1221 desirable.
1222 * frames.texi (Frame Commands),
1223 * mark.texi (Marking Objects): Reword to avoid bad page break.
1224 * display.texi (Auto Scrolling): Use @tie{} to avoid bad line break.
1225
1226 2006-09-19 Richard Stallman <rms@gnu.org>
1227
1228 * frames.texi (Dialog Boxes): Clean up wording: avoid passive,
1229 stick to present tense.
1230
1231 2006-09-18 Jan Djärv <jan.h.d@swipnet.se>
1232
1233 * frames.texi (Dialog Boxes): Rename x-use-old-gtk-file-dialog
1234 to x-gtk-use-old-file-dialog.
1235 (Dialog Boxes): Document x-gtk-file-dialog-help-text.
1236
1237 2006-09-15 Jay Belanger <belanger@truman.edu>
1238
1239 * emacs.texi (GNU GENERAL PUBLIC LICENSE):
1240 Change "Library Public License" to "Lesser Public License"
1241 throughout. Use "yyyy" to represent year.
1242
1243 2006-09-12 Reiner Steib <Reiner.Steib@gmx.de>
1244
1245 * files.texi (Visiting): Add index entry "open file".
1246
1247 2006-09-11 Richard Stallman <rms@gnu.org>
1248
1249 * building.texi (Compilation Mode): Clarification.
1250 (Grep Searching): Add xref to Compilation Mode.
1251
1252 2006-09-08 Richard Stallman <rms@gnu.org>
1253
1254 * search.texi (Search): Ref multi-file search commands here.
1255 (Other Repeating Search): Not here.
1256
1257 2006-08-28 Richard Stallman <rms@gnu.org>
1258
1259 * windows.texi (Split Window): Update xref.
1260
1261 * basic.texi (Continuation Lines): Update xref.
1262
1263 * indent.texi (Tab Stops): Update xref.
1264
1265 * emacs.texi (Top): Update subnode menu.
1266
1267 * display.texi (Line Truncation, Displaying Boundaries): New nodes,
1268 split out of Display Custom.
1269
1270 2006-08-25 Kim F. Storm <storm@cua.dk>
1271
1272 * display.texi (Display Custom): Add variables overline-margin
1273 and x-underline-at-descent-line.
1274
1275 2006-08-25 Richard Stallman <rms@gnu.org>
1276
1277 * entering.texi (Exiting): Rewrite to give graphical displays
1278 priority over text terminals.
1279
1280 * search.texi (Incremental Search): Move index entries.
1281
1282 2006-08-23 Chong Yidong <cyd@stupidchicken.com>
1283
1284 * custom.texi (Init File): Reference Find Init to avoid "home
1285 directory" confusion.
1286
1287 2006-08-22 Nick Roberts <nickrob@snap.net.nz>
1288
1289 * building.texi (Other GDB-UI Buffers): Describe how to edit
1290 a value in the locals buffer.
1291
1292 2006-08-21 Richard Stallman <rms@gnu.org>
1293
1294 * search.texi (Basic Isearch): Add `isearch' index entry.
1295
1296 2006-08-16 Richard Stallman <rms@gnu.org>
1297
1298 * misc.texi (Saving Emacs Sessions): Clean up wording.
1299
1300 * mark.texi (Marking Objects): Mention term "select all".
1301
1302 * emacs.texi (Top): Update subnode menu.
1303
1304 * help.texi (Help Mode): Move node up in file.
1305
1306 2006-08-15 Nick Roberts <nickrob@snap.net.nz>
1307
1308 * building.texi (Stack Buffer): Explain fringe arrow.
1309
1310 2006-08-12 Eli Zaretskii <eliz@gnu.org>
1311
1312 * misc.texi (Saving Emacs Sessions): Clarify when desktop is restored
1313 on startup.
1314
1315 2006-08-11 Romain Francoise <romain@orebokech.com>
1316
1317 * ack.texi (Acknowledgments): Delete mention to zone-mode.el.
1318
1319 2006-08-10 Sven Joachim <svenjoac@gmx.de> (tiny change)
1320
1321 * mule.texi (Recognize Coding, Text Coding): Fix typos.
1322
1323 2006-08-10 Richard Stallman <rms@gnu.org>
1324
1325 * text.texi (Format Faces): Substantial rewrites to deal
1326 with face merging. Empty regions don't count. Clarify
1327 face property inheritance.
1328
1329 2006-08-08 Romain Francoise <romain@orebokech.com>
1330
1331 * dired.texi (Marks vs Flags): Fix typo reported by Ari Roponen
1332 <arjuropo@cc.jyu.fi>.
1333
1334 2006-08-04 Eli Zaretskii <eliz@gnu.org>
1335
1336 * cmdargs.texi (Window Size X) <--geometry>: Only width and height
1337 apply to all frames.
1338
1339 2006-08-01 Richard Stallman <rms@gnu.org>
1340
1341 * help.texi (Name Help): Add index entries for describe-variable.
1342
1343 2006-08-01 Nick Roberts <nickrob@snap.net.nz>
1344
1345 * building.texi (GDB Graphical Interface): Shorten node names.
1346 (GDB-UI Layout): Use GDB-related.
1347 (Other GDB-UI Buffers): Simplify English.
1348
1349 2006-07-31 Richard Stallman <rms@gnu.org>
1350
1351 * search.texi (Query Replace): Add xref for Dired's Q command.
1352
1353 2006-07-31 Nick Roberts <nickrob@snap.net.nz>
1354
1355 * building.texi (GDB commands in Fringe): Rename to...
1356 (Source Buffers): ..this and move forward. Describe hollow arrow and
1357 new option gdb-find-source-frame.
1358
1359 2006-07-29 Richard Stallman <rms@gnu.org>
1360
1361 * dired.texi (Operating on Files): Simplify previous change
1362 and fix Texinfo usage.
1363
1364 2006-07-29 Eli Zaretskii <eliz@gnu.org>
1365
1366 * dired.texi (Operating on Files): Add cross-references. State the
1367 Unix commands that do similar things.
1368
1369 2006-07-28 Richard Stallman <rms@gnu.org>
1370
1371 * mark.texi (Transient Mark): Clarify that region never disappears
1372 when Transient Mark mode is off, and not when it is on.
1373
1374 2006-07-27 Richard Stallman <rms@gnu.org>
1375
1376 * search.texi (Non-ASCII Isearch): Clarify. Mention C-q.
1377
1378 2006-07-24 Richard Stallman <rms@gnu.org>
1379
1380 * xresources.texi (GTK styles): Fix texinfo usage.
1381
1382 * commands.texi (User Input): Explain why we teach keyboard cmds.
1383
1384 * xresources.texi, xresmini.texi, search.texi, programs.texi:
1385 * misc.texi, kmacro.texi, killing.texi, glossary.texi:
1386 * fortran-xtra.texi, files.texi, emacs.texi, emacs-xtra.texi:
1387 * doclicense.texi, display.texi, dired.texi, basic.texi:
1388 * anti.texi, ack.texi: Move periods and commas inside quotes.
1389
1390 2006-07-22 Eli Zaretskii <eliz@gnu.org>
1391
1392 * cmdargs.texi (General Variables): Document EMAIL.
1393
1394 2006-07-21 Eli Zaretskii <eliz@gnu.org>
1395
1396 * frames.texi (Frame Commands): Mention that focus-follows-mouse
1397 doesn't have effect on MS-Windows.
1398
1399 2006-07-17 Richard Stallman <rms@gnu.org>
1400
1401 * building.texi (Grep Searching): Explain about chaining grep commands.
1402
1403 2006-07-10 Nick Roberts <nickrob@snap.net.nz>
1404
1405 * killing.texi, mini.texi: Fix typos.
1406
1407 2006-07-09 Chong Yidong <cyd@stupidchicken.com>
1408
1409 * misc.texi (Invoking emacsclient): Document behavior when emacsclient
1410 is invoked for multiple files.
1411
1412 2006-07-08 Eli Zaretskii <eliz@gnu.org>
1413
1414 * msdog.texi (Windows Keyboard) [@iftex]: Add an @inforef to the
1415 on-line manual for the rest of this node.
1416 (Windows Mouse) <w32-pass-extra-mouse-buttons-to-system>: Include
1417 unconditionally.
1418 (Windows Processes) <w32-quote-process-args>: Include unconditionally.
1419 Improve wording.
1420 (Windows Printing): Improve wording.
1421 (Windows Misc) [@iftex]: Add an @inforef to the on-line manual for the
1422 rest of this node.
1423
1424 2006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
1425
1426 * building.texi (Lisp Eval): Throughout, replace eval-current-buffer
1427 with eval-buffer.
1428
1429 2006-07-05 Nick Roberts <nickrob@snap.net.nz>
1430
1431 * mule.texi (Coding Systems, Specify Coding): Link descriptions
1432 of character translation.
1433
1434 2006-07-04 Nick Roberts <nickrob@snap.net.nz>
1435
1436 * rmail.texi (Remote Mailboxes): Add missing @code keyword.
1437
1438 2006-07-03 Karl Berry <karl@gnu.org>
1439
1440 * emacs.texi (\hbadness): Set to 6000 so we aren't bothered by
1441 not-too-underfull hboxes in the TeX output.
1442 * abbrevs.texi, buffers.texi, building.texi, calendar.texi,
1443 * cmdargs.texi, custom.texi, dired.texi, macos.texi,
1444 * maintaining.texi, misc.texi, mule.texi, programs.texi, rmail.texi,
1445 * sending.texi, text.texi: Fix overfull/underfull boxes.
1446
1447 2006-07-03 Romain Francoise <romain@orebokech.com>
1448
1449 * m-x.texi (M-x): Fix.
1450
1451 2006-07-03 Richard Stallman <rms@gnu.org>
1452
1453 * search.texi (Other Repeating Search): filename -> file name.
1454
1455 * misc.texi (Narrowing): Minor cleanups.
1456
1457 * files.texi (Visiting): filename -> file name.
1458
1459 * emacs.texi (Top): Update subnode menus.
1460
1461 * mule.texi (Coding Systems): Move char translation stuff here.
1462 (Specify Coding, Output Coding): New nodes, out of Recognize Coding.
1463 (Recognize Coding): Substantial local rewrites.
1464 (International): Update menu.
1465
1466 * display.texi (Auto Scrolling): New node, broken out of Scrolling.
1467 (Scrolling): Substantial local rewrites.
1468 (Display): Update menu and intro.
1469
1470 * dired.texi: filename -> file name.
1471
1472 * custom.texi (Safe File Variables): Texinfo usage fix.
1473
1474 2006-07-03 Ted Zlatanov <tzz@lifelogs.com>
1475
1476 * help.texi, m-x.texi: Lots of cleanups.
1477
1478 2006-06-30 Eli Zaretskii <eliz@gnu.org>
1479
1480 * msdog.texi (ls in Lisp, Windows Keyboard, Windows Mouse)
1481 (Windows Processes, Windows Misc): Shorten the printed version by
1482 selectively conditioning less important portions by @ifnottex.
1483
1484 2006-06-27 Richard Stallman <rms@gnu.org>
1485
1486 * mini.texi (Minibuffer File): Minor cleanup.
1487
1488 2006-06-25 Nick Roberts <nickrob@snap.net.nz>
1489
1490 * frames.texi (XTerm Mouse): Rename to...
1491 (Text-Only Mouse): ...this. Mention t-mouse-mode.
1492
1493 * emacs.texi (Top): Use new node name.
1494
1495 2006-06-24 Eli Zaretskii <eliz@gnu.org>
1496
1497 * emacs.texi (Top): Update the detailed menu according to changes in
1498 msdog.texi.
1499
1500 * msdog.texi (Windows Keyboard): New section.
1501 (Windows Mouse): New section.
1502 (Windows System Menu): Remove section (text merged with "Windows
1503 Keyboard").
1504 (Windows Misc): New section.
1505
1506 * dired.texi (Dired Enter): Refer to msdog.texi for ls-lisp emulation.
1507
1508 * msdog.texi (ls in Lisp): New section.
1509
1510 * files.texi (Visiting): Document case-insensitive wildcard matching
1511 under find-file-wildcards.
1512
1513 2006-06-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1514
1515 * macos.texi (Mac Input): Add description of mac-function-modifier.
1516 Now Unicode keyboard layouts work.
1517
1518 2006-06-10 Richard Stallman <rms@gnu.org>
1519
1520 * mule.texi (Recognize Coding): Clarify previous change.
1521
1522 2006-06-09 Kenichi Handa <handa@m17n.org>
1523
1524 * mule.texi (Recognize Coding): Describe the convention of "CODING!"
1525 notation.
1526
1527 2006-06-07 Kevin Ryde <user42@zip.com.au>
1528
1529 * mule.texi (Coding Systems): Footnote xref "MS-DOS and MULE" in main
1530 manual for @ifnottex, but in emacs-extra for @iftex.
1531
1532 * cmdargs.texi (General Variables): Fix smtpmail xref.
1533
1534 2006-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
1535
1536 * programs.texi (Comment Commands):
1537 * custom.texi (Specifying File Variables):
1538 Use ;; instead of ;;; to better follow coding conventions.
1539
1540 2006-06-07 Nick Roberts <nickrob@snap.net.nz>
1541
1542 * building.texi (Watch Expressions): Move node to end.
1543 (GDB Graphical Interface): Move description of clicks in fringe...
1544 (GDB commands in the Fringe): ...to here. New node.
1545
1546 2006-06-05 Romain Francoise <romain@orebokech.com>
1547
1548 * xresmini.texi (GTK resources): Fix various typos.
1549
1550 2006-06-05 Nick Roberts <nickrob@snap.net.nz>
1551
1552 * building.texi (GDB Graphical Interface): Update bindings.
1553 (Commands of GUD): Add gud-print. Remove gud-run.
1554 Restate availability more generally.
1555
1556 2006-06-03 Ted Zlatanov <tzz@lifelogs.com>
1557
1558 * mini.texi: Lots of cleanups.
1559
1560 2006-06-01 Luc Teirlinck <teirllm@auburn.edu>
1561
1562 * misc.texi (Shell History Copying): Update descriptions of `C-c RET'
1563 and Mouse-2.
1564
1565 2006-06-01 Jan Djärv <jan.h.d@swipnet.se>
1566
1567 * screen.texi (Menu Bar): Change menu-bar-start to menu-bar-open.
1568
1569 2006-05-31 Richard Stallman <rms@gnu.org>
1570
1571 * basic.texi (Moving Point): Fix previous change.
1572
1573 2006-05-29 Jan Djärv <jan.h.d@swipnet.se>
1574
1575 * screen.texi (Menu Bar): F10 for Gtk+/Lesstif/Lucid menus.
1576
1577 2006-05-28 Ted Zlatanov <tzz@lifelogs.com>
1578
1579 * basic.texi: Many simplifications and improvements in wording.
1580
1581 2006-05-26 Nick Roberts <nickrob@snap.net.nz>
1582
1583 * anti.texi (Antinews): Create a node for gdb-ui.
1584
1585 2006-05-22 Reiner Steib <Reiner.Steib@gmx.de>
1586
1587 * frames.texi (Menu Bars, Tool Bars): Add index entries.
1588
1589 2006-05-20 Richard Stallman <rms@gnu.org>
1590
1591 * dired.texi (Dired Navigation): dired-goto-file is now j.
1592
1593 2006-05-20 Eli Zaretskii <eliz@gnu.org>
1594
1595 * mule.texi (Coding Systems): Mention the undecided-* coding systems
1596 and their aliases.
1597
1598 * msdog.texi (Windows Printing): Mention non-support of plain text
1599 printing with some el-cheapo printers, and suggest a workaround.
1600
1601 2006-05-20 Kevin Ryde <user42@zip.com.au>
1602
1603 * text.texi (TeX Print): tex-dvi-view-command has a default value,
1604 remove the bit saying you must set it.
1605
1606 2006-05-19 Luc Teirlinck <teirllm@auburn.edu>
1607
1608 * trouble.texi (Checklist):
1609 * text.texi (Text, Auto Fill, Text Mode):
1610 * search.texi (Nonincremental Search):
1611 * rmail.texi (Rmail Labels):
1612 * mule.texi (Input Methods, Multibyte Conversion):
1613 * misc.texi (Gnus, Where to Look, PostScript):
1614 * maintaining.texi (Create Tags Table):
1615 * indent.texi (Indentation Commands):
1616 * fixit.texi (Spelling):
1617 * emacs.texi (Copying):
1618 * custom.texi (Init File): ifinfo -> ifnottex.
1619
1620 2006-05-17 Richard Stallman <rms@gnu.org>
1621
1622 * files.texi (Diff Mode): Mention C-x `.
1623
1624 2006-05-08 Richard Stallman <rms@gnu.org>
1625
1626 * custom.texi (Disabling): Textual cleanups.
1627
1628 2006-05-12 Glenn Morris <rgm@gnu.org>
1629
1630 * calendar.texi (Displaying the Diary, Format of Diary File):
1631 Refer to diary-view-entries, diary-list-entries,
1632 diary-show-all-entries rather than obsolete aliases.
1633
1634 2006-05-12 Eli Zaretskii <eliz@gnu.org>
1635
1636 * calendar.texi (Calendar/Diary, Holidays, Displaying the Diary)
1637 (Displaying the Diary, Special Diary Entries, Importing Diary):
1638 * building.texi (Compilation Shell):
1639 * buffers.texi (Several Buffers) [iftex]: Replace @xref's to
1640 emacs-xtra with @inforef's.
1641
1642 * files.texi (Visiting): Fix wording.
1643
1644 * mule.texi (Coding Systems, Text Coding): More indexing.
1645 Mention that C-x RET f can set eol conversion.
1646
1647 2006-05-07 Jan Djärv <jan.h.d@swipnet.se>
1648
1649 * xresmini.texi (GTK resources): Insert GTK description.
1650
1651 * xresources.texi (GTK resources): metafont should be menufont.
1652
1653 2006-05-06 Michael Albinus <michael.albinus@gmx.de>
1654
1655 * mini.texi (Completion Options): Completion of remote files'
1656 method, user name and host name is active only in partial
1657 completion mode.
1658
1659 2006-05-06 Eli Zaretskii <eliz@gnu.org>
1660
1661 * makefile.w32-in (emacs.dvi):
1662 * Makefile.in (emacs.dvi): Add xresmini.texi.
1663
1664 * xresmini.texi (Table of Resources): Remove xref to non-existent
1665 node "LessTif Resources".
1666
1667 * msdog.texi (Microsoft Windows):
1668 * calendar.texi (Calendar/Diary, Displaying the Diary)
1669 (Special Diary Entries, Importing Diary, Holidays):
1670 * programs.texi (Program Modes):
1671 * text.texi (Text):
1672 * buffers.texi (Several Buffers):
1673 * files.texi (Comparing Files): Fix cross-references to emacs-xtra.
1674
1675 2006-05-06 Eli Zaretskii <eliz@gnu.org>
1676
1677 The following changes merge the emacs-xtra manual into the main
1678 manual, but only for on-line version of the manual.
1679
1680 * vc2-xtra.texi (Version Backups, Local Version Control)
1681 (Making Snapshots, Change Logs and VC, Version Headers)
1682 (Customizing VC, CVS Options) [ifnottex]: Conditional xref's for
1683 on-line manual.
1684
1685 * vc1-xtra.texi (VC Dired Mode) [ifnottex]: Conditional xref's
1686 for on-line manual.
1687
1688 * msdog-xtra.texi (MS-DOS, MS-DOS Keyboard, MS-DOS Mouse)
1689 (MS-DOS Display, MS-DOS File Names, MS-DOS Printing)
1690 (MS-DOS and MULE, MS-DOS Processes) [ifnottex]: Conditional xref's
1691 for on-line manual.
1692
1693 * fortran-xtra.texi (Fortran, Fortran Autofill)
1694 (Fortran Autofill, Fortran Abbrev) [ifnottex]: Conditional xref's
1695 for on-line manual.
1696
1697 * picture-xtra.texi (Basic Picture, Rectangles in Picture) [ifnottex]:
1698 Conditional xref's for on-line manual.
1699
1700 * emerge-xtra.texi (Emerge, Overview of Emerge)
1701 (Fine Points of Emerge) [ifnottex]: Conditional xref's for on-line
1702 manual.
1703
1704 * Makefile.in (INFO_TARGETS): Remove ../info/emacs-xtra.
1705 (EMACS_XTRA): New variable, lists the new *-xtra.texi files.
1706 (EMACSSOURCES): Use EMACS_XTRA.
1707 (../info/emacs-xtra): Remove.
1708 (emacs-xtra.dvi): Add EMACS_XTRA to prerequisites.
1709
1710 * makefile.w32-in (INFO_TARGETS): Remove $(infodir)/emacs-xtra.
1711 (EMACS_XTRA): New variable, lists the new *-xtra.texi files.
1712 (EMACSSOURCES): Use EMACS_XTRA.
1713 ($(infodir)/emacs-xtra): Remove.
1714 (emacs-xtra.dvi): Add EMACS_XTRA to prerequisites.
1715
1716 * trouble.texi (Quitting):
1717 * text.texi (Text):
1718 * programs.texi (Program Modes):
1719 * msdog.texi (Microsoft Windows):
1720 * frames.texi (Frames):
1721 * files.texi (Backup, Version Control, VC Concepts)
1722 (Types of Log File, Advanced C-x v v, Log Buffer, Old Versions)
1723 (Registering, VC Status, VC Undo, Multi-User Branching)
1724 (Comparing Files):
1725 * calendar.texi (Calendar/Diary, Holidays, Displaying the Diary)
1726 (Displaying the Diary, Special Diary Entries, Importing Diary):
1727 * buffers.texi (Several Buffers): Replace inforef to emacs-xtra by
1728 conditional xref's, depending on @iftex/@ifnottex.
1729
1730 * msdog.texi (Microsoft Windows) [ifnottex]: Add menu entry for
1731 "MS-DOS". @include msdog-xtra.texi.
1732
1733 * programs.texi (Programs) [ifnottex]: Add menu entry for "Fortran".
1734 <Top Level> [ifnottex]: @include fortran-xtra.texi.
1735
1736 * files.texi (Secondary VC Commands) [ifnottex]: Add menu entries
1737 for vc-xtra.texi subsections.
1738 (VC Undo) [ifnottex]: @include vc1-xtra.texi and @lowersections it.
1739 (Multi-User Branching) [ifnottex]: @include vc2-xtra.texi.
1740
1741 * sending.texi (Sending Mail): A @node line without explicit Prev,
1742 Next, and Up links.
1743
1744 * abbrevs.texi (Abbrevs): A @node line without explicit Prev,
1745 Next, and Up links.
1746
1747 * emacs.texi (Top) [ifnottex]: Add menu entries for "Picture Mode"
1748 and its sections. @include picture-xtra.texi.
1749
1750 * maintaining.texi (Maintaining) [ifnottex]: Add menu entry for
1751 "Emerge".
1752 (List Tags) [ifnottex]: @include emerge-xtra.texi.
1753
1754 * cal-xtra.texi (Daylight Savings): Remove this node: it is an
1755 exact duplicate of its name-sake in calendar.texi.
1756
1757 * calendar.texi (Calendar/Diary) [ifnottex]: Add menu item for
1758 "Advanced Calendar/Diary Usage".
1759 (Time Intervals) [ifnottex]: @include cal-xtra.texi.
1760
1761 * dired.texi (Subdirectories in Dired) [ifnottex]: @include
1762 dired-xtra.texi.
1763 (Dired) [ifnottex]: Add menu entry for "Subdir Switches".
1764
1765 * files.texi (Reverting) [ifnottex]: @include arevert-xtra.texi.
1766 (Files) [ifnottex]: Add menu entry for Autorevert.
1767
1768 * emacs-xtra.texi (Introduction): Reword to make consistent with
1769 printed version only.
1770 <Top level>: Remove the body of all chapters and move them to the
1771 new *-xtra.texi files. Use @raisesections and @lowersections to
1772 convert sections to chapters etc.
1773
1774 * msdog-xtra.texi:
1775 * fortran-xtra.texi:
1776 * vc-xtra.texi:
1777 * vc1-xtra.texi:
1778 * vc2-xtra.texi:
1779 * emerge-xtra.texi:
1780 * cal-xtra.texi:
1781 * dired-xtra.texi:
1782 * arevert-xtra.texi: New files, with text from respective chapters
1783 of emacs-xtra.texi. Convert each @chapter into @section, @section
1784 into @subsection, etc.
1785
1786 * emacs-xtra.texi (MS-DOS): Renamed from "MS-DOG". All references
1787 updated.
1788
1789 * msdog.texi (Microsoft Windows): Rename from "Emacs and Microsoft
1790 Windows". All references updated.
1791
1792 2006-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1793
1794 * macos.texi (Mac Input): Mention input from Character Palette.
1795 (Mac Font Specs): Fix typo.
1796
1797 2006-05-05 Richard Stallman <rms@gnu.org>
1798
1799 * files.texi (Diff Mode): Minor cleanup.
1800
1801 2006-05-05 Karl Berry <karl@gnu.org>
1802
1803 * emacs.texi: Call @fonttextsize 10, inside @tex to avoid
1804 errors from the current release of makeinfo (4.8).
1805 * help.texi (Library Keywords): Change widest word in multitable
1806 template from `emulations' to `convenience'. (Not sure if this is
1807 related to the font change.)
1808
1809 2006-05-05 Eli Zaretskii <eliz@gnu.org>
1810
1811 * files.texi (File Names): Add a footnote about limited support of
1812 ~USER on MS-Windows.
1813
1814 * cmdargs.texi (Initial Options): Add a footnote about limited
1815 support of ~USER on MS-Windows.
1816
1817 2006-05-03 Richard Stallman <rms@gnu.org>
1818
1819 * files.texi (Diff Mode): Node moved here.
1820 (Comparing Files): Delete what duplicates new node.
1821 (Files): Put Diff Mode in menu.
1822
1823 * misc.texi (Diff Mode): Moved to files.texi.
1824
1825 * emacs.texi (Top): Update menu for Diff Mode.
1826
1827 * trouble.texi (Emergency Escape): Simplify.
1828
1829 * emacs.texi (Top): Minor clarification.
1830
1831 2006-05-03 Teodor Zlatanov <tzz@lifelogs.com>
1832
1833 * commands.texi, entering.texi, screen.texi: Many simplifications.
1834
1835 2006-05-03 Richard Stallman <rms@gnu.org>
1836
1837 * commands.texi (Text Characters): Delete paragraph about unibyte
1838 non-ASCII printing chars.
1839
1840 * killing.texi (Killing): Say "graphical displays".
1841 * display.texi: Say "graphical displays".
1842
1843 * cmdargs.texi (Misc X): Say "graphical displays".
1844
1845 2006-05-01 Richard Stallman <rms@gnu.org>
1846
1847 * emacs.texi (Top): Add Diff Mode to menu.
1848
1849 2006-05-01 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
1850
1851 * misc.texi (Diff Mode): New node.
1852
1853 2006-05-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1854
1855 * macos.texi (Mac International): Now Carbon Emacs has ATSUI support.
1856 (Mac Environment Variables): Shorten example line.
1857 (Mac Font Specs): Shorten lisp lines. Add descriptions for ATSUI.
1858
1859 2006-05-01 Nick Roberts <nickrob@snap.net.nz>
1860
1861 * building.texi (GUD Customization): Describe cases %d and %c.
1862 Update description for %e.
1863
1864 2006-04-30 Glenn Morris <rgm@gnu.org>
1865
1866 * calendar.texi (LaTeX Calendar): Mention cal-tex-preamble-extra.
1867
1868 2006-04-29 Dan Nicolaescu <dann@ics.uci.edu>
1869
1870 * custom.texi (Examining): Update C-h v output example.
1871
1872 2006-04-29 Kim F. Storm <storm@cua.dk>
1873
1874 * building.texi (Grep Searching): Add lgrep and rgrep.
1875
1876 2006-04-23 Richard Stallman <rms@gnu.org>
1877
1878 * emacs.texi [TeX]: Use xresmini.texi instead of xresources.texi.
1879
1880 * xresmini.texi: New file.
1881
1882 * xresources.texi (Face Resources): Split table into font resources
1883 and the rest. Combine similar attributes for brevity.
1884
1885 2006-04-21 Eli Zaretskii <eliz@gnu.org>
1886
1887 * emacs-xtra.texi (MS-DOS File Names): Remove section about
1888 backslashes and case-insensitivity in file names (moved to the
1889 main manual).
1890 (MS-DOS Printing): Move most of the text to the main manual.
1891
1892 * msdog.texi (Windows Files, Windows HOME, MS-Windows Printing):
1893 New nodes.
1894 (Windows Processes, Windows System Menu): Add index entries and
1895 fix wording.
1896
1897 2006-04-18 J.D. Smith <jdsmith@as.arizona.edu>
1898
1899 * misc.texi (Shell Ring): Add notes on saved input when
1900 navigating off the end of the history list.
1901
1902 2006-04-18 Chong Yidong <cyd@mit.edu>
1903
1904 * misc.texi (Shell Options): Correct default value of
1905 comint-scroll-show-maximum-output.
1906
1907 2006-04-18 Nick Roberts <nickrob@snap.net.nz>
1908
1909 * building.texi (Watch Expressions): Update.
1910
1911 2006-04-12 Richard Stallman <rms@gnu.org>
1912
1913 * search.texi: Clean up previous change.
1914
1915 2006-04-12 Eli Zaretskii <eliz@gnu.org>
1916
1917 * search.texi (Regexp Backslash, Regexp Replace): Add index
1918 entries for ``back reference'' and mention the term itself in the
1919 text.
1920
1921 2006-04-11 Richard Stallman <rms@gnu.org>
1922
1923 * custom.texi (Safe File Variables):
1924 Document enable-local-variables = :safe.
1925
1926 2006-04-11 Karl Berry <karl@gnu.org>
1927
1928 * emacs-xtra.texi, emacs.texi (Dired under VC, VC Dired Commands)
1929 (Remote Repositories, Version Backups, Local Version Control)
1930 (Snapshots, Making and Using Snapshots, Snapshot Caveats)
1931 (Miscellaneous Commands and Features of VC, Change Logs and VC)
1932 (Renaming VC Work Files and Master Files)
1933 (Inserting Version Control Headers, Customizing VC, General Options)
1934 (Options for RCS and SCCS, Options specific for CVS): Move all
1935 these nodes to emacs-xtra.texi, for brevity.
1936 * cmdargs.texi, files.texi: Change cross-references.
1937
1938 2006-04-11 J.D. Smith <jdsmith@as.arizona.edu>
1939
1940 * files.texi (Old Versions): Update description of vc-annotate's
1941 use of color to indicate date ranges.
1942
1943 2006-04-09 Kevin Ryde <user42@zip.com.au>
1944
1945 * sending.texi (Mail Sending): In send-mail-function @pxref smtpmail,
1946 put info and printed manual names the right way around.
1947
1948 2006-04-09 Karl Berry <karl@gnu.org>
1949
1950 * msdog.texi, emacs-xtra.texi: Move all the MS-DOS material to
1951 emacs-xtra.texi, leaving only MS Windows information.
1952 * building.texi, emacs.texi, frames.texi, gnu.texi, macos.texi,
1953 * msdog.texi, mule.texi, trouble.texi: Change cross-references and
1954 node names.
1955
1956 * emacs.texi: Move @summarycontents and @contents to the beginning
1957 of the file.
1958
1959 2006-04-08 Kevin Ryde <user42@zip.com.au>
1960
1961 * text.texi (Fill Commands): fill-nobreak-predicate is now a hook.
1962
1963 2006-04-07 Richard Stallman <rms@gnu.org>
1964
1965 * programs.texi (Comments, Comment Commands, Options for Comments)
1966 (Multi-Line Comments): "Align", not "indent".
1967 (Basic Indent): C-j deletes trailing whitespace before the newline.
1968
1969 2006-04-06 Richard Stallman <rms@gnu.org>
1970
1971 * programs.texi (Basic Indent): Clarify relationship of C-j to TAB.
1972
1973 2006-04-06 Eli Zaretskii <eliz@gnu.org>
1974
1975 * killing.texi (Rectangles): Add index entry for marking a rectangle.
1976
1977 2006-04-05 Richard Stallman <rms@gnu.org>
1978
1979 * emacs.texi (Top): Update subnode menu.
1980
1981 * trouble.texi (Unasked-for Search): Node deleted.
1982 (Lossage): Delete from menu.
1983
1984 2006-04-04 Richard Stallman <rms@gnu.org>
1985
1986 * trouble.texi: Various cleanups.
1987 (Checklist): Don't bother saying how to snail a bug report.
1988 (Emergency Escape): Much rewriting.
1989 (After a Crash): Rename the core dump immediately.
1990 (Total Frustration): Call it a psychotherapist.
1991 (Bug Criteria): Avoid "illegal instruction".
1992 (Sending Patches): We always put the contributor's name in.
1993
1994 * misc.texi (Thumbnails): Minor correction.
1995
1996 2006-04-03 Richard Stallman <rms@gnu.org>
1997
1998 * misc.texi (Thumbnails): Minor cleanup.
1999
2000 2006-04-02 Karl Berry <karl@gnu.org>
2001
2002 * sending.texi (Mail Sending): pxref to Top needs five args.
2003
2004 * texinfo.tex: Update to current version (2006-03-21.13).
2005
2006 2006-03-31 Richard Stallman <rms@gnu.org>
2007
2008 * emacs.texi (Top): Update subnode menu.
2009
2010 * help.texi (Help Mode): Cleanup.
2011
2012 * dired.texi: Many cleanups.
2013 (Dired Deletion): Describe dired-recursive-deletes.
2014 (Operating on Files): dired-create-directory moved.
2015 (Misc Dired Features): Move to here.
2016 (Tumme): Node moved to misc.texi.
2017
2018 * custom.texi: Many cleanups.
2019 (Minor Modes): Don't mention ISO Accents Mode.
2020 (Examining): Update C-h v output example.
2021 (Hooks): Add index and xref for add-hook.
2022 (Locals): Delete list of vars that are always per-buffer. Rearrange.
2023 (Local Keymaps): Don't mention lisp-mode-map, c-mode-map.
2024
2025 * misc.texi: Many cleanups.
2026 (beginning): Add to summary of topics.
2027 (Shell): Put eshell xref at the end. Remove eshell from table.
2028 (Thumbnails): New node.
2029
2030 2006-03-28 Eli Zaretskii <eliz@gnu.org>
2031
2032 * files.texi (File Name Cache): Make it clear that the cache is
2033 not persistent.
2034
2035 2006-03-25 Karl Berry <karl@gnu.org>
2036
2037 * emacs-xtra.texi, emacs.texi, gnu.texi:
2038 (1) use @copyright{} instead of (C) in typeset text;
2039 (2) do not indent copyright year list (or anything else).
2040
2041 2006-03-21 Juanma Barranquero <lekktu@gmail.com>
2042
2043 * files.texi (VC Dired Mode): Remove misplaced brackets.
2044
2045 2006-03-21 Andre Spiegel <spiegel@gnu.org>
2046
2047 * files.texi: Various updates and clarifications in the VC chapter.
2048
2049 2006-03-19 Luc Teirlinck <teirllm@auburn.edu>
2050
2051 * help.texi (Help Mode): Document "C-c C-c".
2052
2053 2006-03-16 Luc Teirlinck <teirllm@auburn.edu>
2054
2055 * emacs-xtra.texi (Top): Avoid ugly continuation line in
2056 menu in the standalone Info reader.
2057
2058 2006-03-15 Chong Yidong <cyd@stupidchicken.com>
2059
2060 * emacs-xtra.texi (Emerge, Picture Mode, Fortran): New chapters,
2061 moved here from Emacs manual.
2062
2063 * programs.texi (Fortran): Section moved to emacs-xtra.
2064 (Program Modes): Xref to Fortran in emacs-xtra.
2065
2066 * maintaining.texi (Emerge): Move to emacs-xtra.
2067 * files.texi (Comparing Files): Xref to Emerge in emacs-xtra.
2068
2069 * picture.texi: File deleted.
2070 * Makefile.in:
2071 * makefile.w32-in: Remove picture.texi.
2072
2073 * text.texi (Text): Xref to Picture Mode in emacs-xtra.
2074 * abbrevs.texi (Abbrevs):
2075 * sending.texi (Sending Mail): Picture node removed.
2076
2077 * emacs.texi (Top): Update node listings.
2078
2079 2006-03-12 Richard Stallman <rms@gnu.org>
2080
2081 * calendar.texi: Various cleanups.
2082
2083 2006-03-11 Luc Teirlinck <teirllm@auburn.edu>
2084
2085 * search.texi (Regexps): Use @samp for regexp that is not in Lisp
2086 syntax.
2087
2088 2006-03-08 Luc Teirlinck <teirllm@auburn.edu>
2089
2090 * search.texi (Regexps): More accurately describe which characters
2091 are special in which situations. Recommend _not_ to quote `]' or
2092 `-' when they are not special.
2093
2094 2006-02-28 Andre Spiegel <spiegel@gnu.org>
2095
2096 * files.texi (Old Versions): Clarify operation of C-x v =.
2097
2098 2006-02-21 Nick Roberts <nickrob@snap.net.nz>
2099
2100 * building.texi (Watch Expressions): Update and describe
2101 gdb-speedbar-auto-raise.
2102
2103 2006-02-19 Richard M. Stallman <rms@gnu.org>
2104
2105 * emacs.texi: Use @smallbook.
2106 (Top): Update ref to Emacs paper, delete ref to Cookbook.
2107 Update subnode menu.
2108
2109 * building.texi (Lisp Interaction): Minor addition.
2110
2111 2006-02-18 Nick Roberts <nickrob@snap.net.nz>
2112
2113 * building.texi (Watch Expressions): Update and be more precise.
2114
2115 2006-02-15 Francesco Potortì <pot@gnu.org>
2116
2117 * maintaining.texi (Create Tags Table): Explain why the
2118 exception when etags writes to files under the /dev tree.
2119
2120 2006-02-14 Richard M. Stallman <rms@gnu.org>
2121
2122 * custom.texi (Safe File Variables): Lots of clarification.
2123 Renamed from Unsafe File Variables.
2124
2125 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
2126
2127 * custom.texi (Unsafe File Variables): File variable confirmation
2128 assumed denied in batch mode.
2129
2130 2006-02-14 Richard M. Stallman <rms@gnu.org>
2131
2132 * building.texi (GDB User Interface Layout): Don't say `inferior'
2133 for program being debugged.
2134
2135 2006-02-15 Nick Roberts <nickrob@snap.net.nz>
2136
2137 * building.texi (GDB Graphical Interface):
2138 Replace gdb-use-inferior-io-buffer with gdb-use-separate-io-buffer.
2139
2140 2006-02-13 Chong Yidong <cyd@stupidchicken.com>
2141
2142 * custom.texi (Specifying File Variables, Unsafe File Variables):
2143 New nodes, split from File Variables. Document new file local
2144 variable behavior.
2145
2146 2006-02-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2147
2148 * display.texi (Standard Faces):
2149 * files.texi (Visiting):
2150 * frames.texi (Clipboard):
2151 * glossary.texi (Glossary) <Clipboard>:
2152 * xresources.texi (X Resources): Mention Mac OS port.
2153
2154 2006-02-12 Richard M. Stallman <rms@gnu.org>
2155
2156 * building.texi (Building): Clarify topic in intro.
2157
2158 * maintaining.texi (Maintaining): Change title; clarify topic.
2159 Delete duplicate index entries.
2160
2161 * building.texi (Other GDB User Interface Buffers): Clarifications.
2162
2163 * text.texi (Cell Commands): Clarifications.
2164
2165 * programs.texi (Defuns): Delete duplicate explanation of
2166 left-margin paren convention.
2167 (Hungry Delete): Minor cleanup.
2168
2169 2006-02-11 Mathias Dahl <mathias.dahl@gmail.com>
2170
2171 * dired.texi (Tumme): More tumme documentation.
2172
2173 2006-02-11 Alan Mackenzie <acm@muc.de>
2174
2175 * programs.texi ("Hungry Delete"): Correct the appellation of the
2176 backspace and delete keys to @kbd{DEL} and @kbd{DELETE}.
2177
2178 2006-02-11 Mathias Dahl <mathias.dahl@gmail.com>
2179
2180 * dired.texi (Tumme): Fix small bug.
2181
2182 2006-02-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2183
2184 * macos.texi (Mac International): Rename "fontset-mac" to
2185 "fontset-standard".
2186
2187 2006-02-09 Mathias Dahl <mathias.dah@gmail.com>
2188
2189 * dired.texi (Tumme): Basic documentation for Tumme added.
2190
2191 2006-02-07 Luc Teirlinck <teirllm@auburn.edu>
2192
2193 * mule.texi (International):
2194 * programs.texi (Basic Indent): Fix typos.
2195
2196 * custom.texi (Minor Modes):
2197 * display.texi (Text Display):
2198 * commands.texi (Text Characters): Update xrefs.
2199
2200 2006-02-07 Richard M. Stallman <rms@gnu.org>
2201
2202 * emacs.texi (Top): Update subnode menu.
2203 Update info on old Emacs papers.
2204 (Intro): "Graphical display", not window system.
2205
2206 * xresources.texi (GTK styles): Minor clarifications.
2207
2208 * trouble.texi: "Graphical display", not window system.
2209 (Stuck Recursive): Minor clarification.
2210
2211 * text.texi: Minor clarifications.
2212 (Sentences): Explain why two-space convention is better.
2213 Explain sentence-end-without-period here.
2214 (Fill Commands): Not here.
2215 (Refill): Node moved down.
2216 (Filling): Update menu.
2217 (Table Creation, Cell Justification, Column Commands): Clarify.
2218
2219 * sending.texi: Minor clarifications.
2220
2221 * search.texi (Regexp Backslash): Clarification.
2222
2223 * rmail.texi: Minor cleanups.
2224 (Rmail): Delete digression about `rmail-mode'.
2225 (Rmail Inbox): Delete false advice wrt rmail-primary-inbox-list.
2226 (Rmail Files): Mention C-u M-x rmail.
2227 (Rmail Reply): Mention References.
2228 (Rmail Display): Mention rmail-nonignored-headers.
2229
2230 * programs.texi: Minor cleanups.
2231 (Comment Commands): Mention momentary Transient Mark mode.
2232 (Matching): Be more specific about customizing show-paren-mode.
2233 (Info Lookup): Don't list the modes that support C-h S.
2234 Just say what it does in an unsupported mode.
2235 (Man Page): Delete excessive info on customizing woman.
2236 (Motion in C): Don't mention c-for/backward-into-nomenclature.
2237
2238 * abbrevs.texi: Minor clarifications.
2239 (Dabbrev Customization): Talk about "dynamic abbrev expansion",
2240 not "dynamic abbrevs" as if they were a kind of abbrev.
2241
2242 * picture.texi (Picture): Minor cleanup.
2243
2244 * mule.texi (Communication Coding): Say "other applications".
2245 (Fontsets): Not specific to X. Add xref to X Resources.
2246 (Unibyte Mode): Rename from Single-Byte Character Support.
2247 "Graphical display", not window system.
2248 (International): Update menu.
2249
2250 * maintaining.texi (Format of ChangeLog):
2251 New node, split out from ChangeLog.
2252 (ChangeLog): Clarifications in the remaining text.
2253 (Create Tags Table, Etags Regexps, Select Tags Table): Cleanups.
2254 (Find Tag): Add @w.
2255 (Tags Search): Explain tag table order here. Simplify grep ref.
2256 (List Tags): tags-tag-face is a variable, not a face.
2257 (Emerge): Cleanups.
2258
2259 * kmacro.texi (Keyboard Macro Counter): Rewrite for clarity.
2260 (Keyboard Macros): Avoid "the user".
2261
2262 * killing.texi: "Graphical display", not window system.
2263
2264 * help.texi (Help Echo): "Graphical display", not window system.
2265
2266 * glossary.texi: Say "you", not "the user". Say "graphical display".
2267
2268 * frames.texi: Minor cleanups. "Graphical display", not window system.
2269
2270 * files.texi (Visiting): Make drag-and-drop not X-specific.
2271
2272 * custom.texi: Minor cleanups. "Graphical display", not window system.
2273
2274 * cmdargs.texi: Minor cleanups.
2275
2276 * building.texi (Compilation): Move and split kill-compilation para.
2277 Add para about multiple compilers.
2278 (Compilation Mode): Commands also available in grep mode and others.
2279 Mention C-u C-x ` more tutorially. Clarify C-x `.
2280 (Compilation Shell): Clarify. Put Bash example first.
2281 (Grep Searching): Minor cleanups; add @w.
2282 (Debuggers): Minor cleanups.
2283 (Starting GUD): Make GDB xgraphical mode issue clearer.
2284 (Debugger Operation): Lots of clarifications including
2285 GDB tooltip side-effect issue.
2286 (Commands of GUD): Clarify.
2287 (GUD Customization): Add bashdb-mode-hook.
2288 (GDB Graphical Interface): Rewrite for clarity.
2289 (GDB User Interface Layout): Rewrite for clarity.
2290 (Stack Buffer, Watch Expressions): Likewise.
2291 (Other GDB User Interface Buffers): Cleanups.
2292 (Lisp Libraries, External Lisp): Cleanup.
2293
2294 * basic.texi (Position Info): "Graphical displays", rather than
2295 window systems.
2296
2297 * anti.texi: Minor cleanup.
2298
2299 2006-02-03 Eli Zaretskii <eliz@gnu.org>
2300
2301 * custom.texi (Init File, Find Init): Add cross-references to
2302 where $HOME is described.
2303
2304 2006-02-01 Luc Teirlinck <teirllm@auburn.edu>
2305
2306 * frames.texi (Frame Parameters): Remove @item for S-Mouse-1; it
2307 is not inside the @table.
2308
2309 * emacs.texi (Top): Correct node name.
2310
2311 * files.texi (File Names): Fix @xref.
2312 (Reverting): Fix typo.
2313
2314 * mule.texi (International): Correct node name.
2315
2316 * kmacro.texi (Save Keyboard Macro): Add missing @kbd to @table.
2317
2318 2006-02-01 Richard M. Stallman <rms@gnu.org>
2319
2320 * emacs.texi (Top): Update subnode menu.
2321
2322 * mule.texi: Minor clarifications.
2323 Reduce the specific references to X Windows.
2324 Refer to "graphical" terminals, rather than window systems.
2325 (Text Coding): Rename from Specify Coding.
2326 (Communication Coding, File Name Coding, Terminal Coding):
2327 New nodes split out from Text Coding.
2328
2329 * kmacro.texi: Minor clarifications.
2330 (Keyboard Macro Ring): Comment out some excessive commands.
2331 (Basic Keyboard Macro): Split up the table, putting part in each node.
2332
2333 * major.texi: Minor clarifications.
2334
2335 * misc.texi (Single Shell, Interactive Shell): Fix xrefs.
2336
2337 * windows.texi: Minor clarifications.
2338 (Change Window): Don't describe mode-line mouse cmds here.
2339 Add xref to Mode Line Mouse.
2340
2341 * msdog.texi (Text and Binary, MS-DOS and MULE): Fix xrefs.
2342
2343 * macos.texi (Mac International): Fix xref.
2344
2345 * indent.texi: Minor clarifications.
2346
2347 * frames.texi: Minor clarifications.
2348 Reduce the specific references to X Windows.
2349 Refer to "graphical" terminals, rather than window systems.
2350 (Frame Parameters): Don't mention commands like
2351 set-foreground-color. Just say to customize a face.
2352 (Drag and Drop): Lisp-level stuff moved to Emacs Lisp manual.
2353
2354 * files.texi: Minor clarifications.
2355 (Numbered Backups): New node, split out from Backup Names.
2356
2357 * display.texi (Font Lock): C mode no longer depends on (-in-col-0.
2358
2359 * cmdargs.texi (General Variables): Fix xref.
2360
2361 * buffers.texi: Minor clarifications.
2362
2363 2006-01-31 Richard M. Stallman <rms@gnu.org>
2364
2365 * display.texi (Scrolling, Horizontal Scrolling, Follow Mode):
2366 Nodes moved to top.
2367
2368 * display.texi: Minor clarifications.
2369 (Display): Rearrange menu.
2370 (Standard Faces): Mention query-replace face.
2371 (Faces): Simplify.
2372 (Font Lock): Simplify face customization info.
2373 (Highlight Changes): Node merged into Highlight Interactively.
2374 (Highlight Interactively): Much rewriting and cleanup.
2375 (Optional Mode Line): Narrowed line number not good for goto-line.
2376 Simplify face customization advice.
2377 (Text Display): Mention use of escape-glyph face.
2378 Move ctl-arrow and tab-width here.
2379 (Display Custom): Move no-redraw-on-reenter to end of node.
2380
2381 * search.texi: Minor clarifications.
2382 (Isearch Scroll): Simplify.
2383 (Other Repeating Search): Document multi-occur-in-matching-buffers.
2384
2385 * regs.texi (Registers): Mention bookmarks here.
2386
2387 * mark.texi: Minor clarifications.
2388 (Selective Undo): Node deleted.
2389
2390 * m-x.texi: Minor clarifications.
2391
2392 * killing.texi: Minor clarifications.
2393 Refer to "graphical" terminals, rather than window systems.
2394
2395 * help.texi: Clarifications.
2396 (Help): Don't describe C-h F and C-h K here.
2397 (Key Help): Describe C-h K here.
2398 (Name Help): Mention Emacs Lisp Intro.
2399 Describe C-h F here.
2400 (Misc Help): Mention C-h F and C-h K only briefly.
2401
2402 * fixit.texi (Undo): New node, mostly copied from basic.texi.
2403 Selective undo text merged in.
2404 (Spelling): Mention Aspell along with Ispell.
2405
2406 * emacs.texi (Top): Update subnode menus.
2407
2408 * basic.texi (Basic Undo): Rename from Undo. Most of text
2409 moved to new Undo node.
2410
2411 2006-01-29 Chong Yidong <cyd@stupidchicken.com>
2412
2413 * basic.texi (Continuation Lines, Inserting Text):
2414 Mention longlines mode.
2415
2416 2006-01-29 Richard M. Stallman <rms@gnu.org>
2417
2418 * screen.texi: Minor cleaups.
2419 (Screen): Clean up the intro paragraphs.
2420 (Mode Line): Lots of rewriting. Handle frame-name better.
2421 eol-mnemonic-... vars moved out.
2422
2423 * emacs.texi (Top): Change menu item for MS-DOS node.
2424 Update subnode menu.
2425
2426 * msdog.texi (MS-DOS): Rewrite intro to explain how this
2427 chapter relates to Windows. Title changed.
2428
2429 * mini.texi: Minor cleanups.
2430
2431 * mark.texi (Selective Undo): New node, text moved from basic.texi.
2432 (Mark): Put it in the menu.
2433
2434 * entering.texi: Minor cleanups.
2435
2436 * emacs.texi (Top): Add xref to Mac chapter; explain Windows better.
2437 (Intro): Refer to "graphical" terminals, rather than X.
2438
2439 * display.texi (Display Custom): Add xref to Variables.
2440 (Optional Mode Line): eol-mnemonic-... vars moved here.
2441
2442 * commands.texi: Minor cleanups. Refer to "graphical" terminals,
2443 rather than X.
2444
2445 * basic.texi: Minor cleanups.
2446 (Undo): selective-undo moved.
2447
2448 2006-01-25 Luc Teirlinck <teirllm@auburn.edu>
2449
2450 * anti.texi (Antinews): Various corrections and additions.
2451
2452 2006-01-23 Juri Linkov <juri@jurta.org>
2453
2454 * custom.texi (Easy Customization, Customization Groups)
2455 (Browsing Custom): Mention links along with buttons.
2456
2457 2006-01-21 Eli Zaretskii <eliz@gnu.org>
2458
2459 * text.texi (TeX Print): Use @key for TAB.
2460
2461 * kmacro.texi (Keyboard Macro Step-Edit): Use @key for TAB.
2462
2463 2006-01-15 Sven Joachim <svenjoac@gmx.de> (tiny change)
2464
2465 * files.texi (File Aliases): Don't claim that usually separate
2466 buffers are created for two file names that name the same data.
2467 Mention additional situations where different names mean the same
2468 file on disk.
2469
2470 2006-01-19 Richard M. Stallman <rms@gnu.org>
2471
2472 * killing.texi (Deletion): Upcase @key argument.
2473
2474 * custom.texi (Custom Themes): Minor cleanup.
2475
2476 * programs.texi (Hungry Delete): Upcase @key argument.
2477
2478 2006-01-16 Juri Linkov <juri@jurta.org>
2479
2480 * display.texi (Standard Faces): Add `mode-line-buffer-id'.
2481 Move `mode-line-highlight' before `mode-line-buffer-id'.
2482
2483 2006-01-14 Richard M. Stallman <rms@gnu.org>
2484
2485 * basic.texi (Inserting Text): Minor cleanup.
2486
2487 2006-01-11 Luc Teirlinck <teirllm@auburn.edu>
2488
2489 * custom.texi (Changing a Variable, Face Customization):
2490 Update for changes in Custom menus.
2491
2492 2006-01-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2493
2494 * macos.texi (Mac International): Undo last change.
2495
2496 2006-01-02 Chong Yidong <cyd@stupidchicken.com>
2497
2498 * custom.texi (Custom Themes): Describe the new
2499 customize-create-theme interface.
2500
2501 2005-12-30 Juri Linkov <juri@jurta.org>
2502
2503 * basic.texi (Position Info): Update example.
2504
2505 2005-12-27 Jan Djärv <jan.h.d@swipnet.se>
2506
2507 * frames.texi (Dialog Boxes): Add x-gtk-show-hidden-files.
2508
2509 2005-12-24 Chong Yidong <cyd@stupidchicken.com>
2510
2511 * custom.texi (Custom Themes): `load-theme' always loads.
2512
2513 2005-12-23 Juri Linkov <juri@jurta.org>
2514
2515 * display.texi (Highlight Interactively): Use double space to
2516 separate sentences. Replace C-p with M-p, and C-n with M-n.
2517
2518 2005-12-22 Richard M. Stallman <rms@gnu.org>
2519
2520 * custom.texi (Easy Customization and subnodes):
2521 Replace "active field" with "button".
2522 Use "user option" only for variables.
2523 Use "setting" for variable-or-face.
2524
2525 2005-12-22 Luc Teirlinck <teirllm@auburn.edu>
2526
2527 * buffers.texi (Select Buffer): Change order in table to make
2528 "Similar" refer to the correct item.
2529 (Indirect Buffers): Minor rewording.
2530
2531 2005-12-20 Juri Linkov <juri@jurta.org>
2532
2533 * files.texi (VC Status): Put P and N near p and n.
2534
2535 2005-12-19 Richard M. Stallman <rms@gnu.org>
2536
2537 * programs.texi (Electric C): Delete the info about newline control.
2538 (Other C Commands): Minor cleanup.
2539 (Left Margin Paren): Minor cleanup.
2540
2541 2005-12-19 Luc Teirlinck <teirllm@auburn.edu>
2542
2543 * custom.texi (Easy Customization): Add "Browsing Custom" to menu.
2544 (Customization Groups): Delete text moved to "Browsing Custom".
2545 (Browsing Custom): New node.
2546 (Specific Customization): Clarify which commands only work for
2547 loaded options.
2548
2549 2005-12-18 Bill Wohler <wohler@newt.com>
2550
2551 * frames.texi (Tool Bars): Shorten text of previous change.
2552
2553 2005-12-18 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
2554
2555 * files.texi (VC Status): Document log-view mode.
2556
2557 2005-12-18 Bill Wohler <wohler@newt.com>
2558
2559 * frames.texi (Tool Bars): Mention that you can turn off tool bars
2560 permanently via the customize interface.
2561
2562 2005-12-16 Ralf Angeli <angeli@iwi.uni-sb.de>
2563
2564 * killing.texi (Killing by Lines): Document `kill-whole-line'
2565 function.
2566
2567 2005-12-16 Lőrentey Károly <lorentey@elte.hu>
2568
2569 * buffers.texi (Select Buffer): Change `prev-buffer' to
2570 `previous-buffer'. Indicate that these functions use a frame
2571 local buffer list.
2572
2573 2005-12-12 Richard M. Stallman <rms@gnu.org>
2574
2575 * custom.texi (Easy Customization): Change menu comment.
2576 (Prefix Keymaps): Fix spelling of Control-X-prefix.
2577
2578 * help.texi (Apropos): Rewrite. Talk about "apropos patterns".
2579 (Help): Among the Apropos commands, describe only C-h a here.
2580
2581 2005-12-11 Richard M. Stallman <rms@gnu.org>
2582
2583 * programs.texi (Options for Comments): Comment-end starts with space.
2584
2585 * glossary.texi (Glossary): Minor cleanup.
2586
2587 * files.texi (Old Versions): Use @table.
2588
2589 2005-12-10 David Koppelman <koppel@ece.lsu.edu>
2590
2591 * display.texi (Highlight Interactively): Include
2592 global-hi-lock-mode. Add miscellaneous details and elaborations.
2593
2594 2005-12-09 Richard M. Stallman <rms@gnu.org>
2595
2596 * display.texi (Font Lock): Delete the Global FL menu item.
2597
2598 2005-12-09 Luc Teirlinck <teirllm@auburn.edu>
2599
2600 * custom.texi (Minibuffer Maps): Mention the maps for file name
2601 completion.
2602
2603 2005-12-09 Kim F. Storm <storm@cua.dk>
2604
2605 * killing.texi (CUA Bindings): Describe how to use C-x and C-c as
2606 prefix keys even when mark is active. Decribe that RET moves
2607 cursor to next corner in rectangle; clarify insert around rectangle.
2608
2609 2005-12-08 Luc Teirlinck <teirllm@auburn.edu>
2610
2611 * custom.texi (Customization): Use xref to elisp manual for
2612 non-TeX output.
2613 (Minor Modes): Update.
2614 (Customization Groups, Changing a Variable, Face Customization):
2615 Update for new appearance of Custom buffers.
2616 (Changing a Variable): `custom-buffer-done-function' has been
2617 replaced by `custom-buffer-done-kill'.
2618 (Specific Customization): In the `customize-group' buffer, a
2619 subgroup's contents are not "hidden". They are not included at
2620 all. They have no [Show] button.
2621 (Mouse Buttons): Add pxref to description of mouse event lists in
2622 Elisp manual. Add `menu-bar' and `header-line' dummy prefix keys.
2623 (Find Init): Emacs now looks for ~/.emacs.d/init.el instead of
2624 ~/.emacs.d/.emacs, if it can not find ~/.emacs(.el).
2625
2626 2005-12-08 Richard M. Stallman <rms@gnu.org>
2627
2628 * mini.texi (Completion Commands, Completion):
2629 In file name input, SPC does not do completion.
2630
2631 2005-12-08 Nick Roberts <nickrob@snap.net.nz>
2632
2633 * building.texi (GDB Graphical Interface): Explain screen size
2634 setting.
2635 (Other GDB User Interface Buffers): Describe features specific to
2636 GDB 6.4.
2637
2638 2005-12-01 Nick Roberts <nickrob@snap.net.nz>
2639
2640 * building.texi (GDB User Interface Layout): Describe how to
2641 kill associated buffers.
2642 (Breakpoints Buffer): Use D instead of d for gdb-delete-breakpoint.
2643 (Watch Expressions): Be more precise.
2644 (Other GDB User Interface Buffers): Describe how to change a
2645 register value.
2646
2647 2005-11-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2648
2649 * macos.texi (Mac Input): Remove description of
2650 mac-command-key-is-meta. Add descriptions of
2651 mac-control-modifier, mac-command-modifier, and
2652 mac-option-modifier.
2653 (Mac International): Fix description of conversion of clipboard data.
2654 (Mac Font Specs): Add example of font customization by face attributes.
2655
2656 2005-11-22 Nick Roberts <nickrob@snap.net.nz>
2657
2658 * building.texi (Watch Expressions): Expand description.
2659 (Other GDB User Interface Buffers): Describe local map for
2660 gud-watch.
2661
2662 2005-11-21 Chong Yidong <cyd@stupidchicken.com>
2663
2664 * display.texi (Font Lock): Font lock is enabled by default now.
2665
2666 2005-11-20 Juri Linkov <juri@jurta.org>
2667
2668 * basic.texi (Position Info): Update examples of the output.
2669 Remove the fact that examples are produced in the TeXinfo buffer,
2670 because in the Info reader users will get a different output from
2671 `C-x ='.
2672
2673 * building.texi (Compilation Mode): Remove paragraph duplicated
2674 from the node `Compilation'. Add `compilation-skip-threshold'.
2675
2676 * display.texi (Font Lock): Suggest more user-friendly method of
2677 finding all Font Lock faces (M-x customize-group RET font-lock-faces).
2678
2679 2005-11-18 Richard M. Stallman <rms@gnu.org>
2680
2681 * files.texi (Registering): Mention @@ in mode line.
2682
2683 * mini.texi (Minibuffer File): Clarify previous change. Add @findex.
2684
2685 2005-11-08 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
2686
2687 * files.texi (Renaming and VC): Some back-ends don't
2688 handle renaming.
2689
2690 2005-11-17 Juri Linkov <juri@jurta.org>
2691
2692 * emacs.texi (Top):
2693 * display.texi (Highlight Interactively): Put this font-lock based
2694 mode near Font Lock node.
2695
2696 2005-11-16 Chong Yidong <cyd@stupidchicken.com>
2697
2698 * ack.texi (Acknowledgments): Acknowledge Andrew Zhilin for Emacs
2699 icons.
2700
2701 2005-11-12 Kim F. Storm <storm@cua.dk>
2702
2703 * help.texi (Help): Fix C-h a entry. Add C-h d entry.
2704 (Help Summary): Add C-h d and C-h e.
2705 (Apropos): Clarify that all apropos commands may search for either
2706 list of words or a regexp. Add C-h d for apropos-documentation.
2707 Describe apropos-documentation-sort-by-scores user option.
2708
2709 2005-11-09 Luc Teirlinck <teirllm@auburn.edu>
2710
2711 * killing.texi (CUA Bindings): Add @section.
2712
2713 2005-11-10 Kim F. Storm <storm@cua.dk>
2714
2715 * emacs.texi (Top): Add CUA Bindings entry to menu.
2716
2717 * killing.texi (CUA Bindings): New node. Moved here from
2718 misc.texi and extended with info on rectangle commands and
2719 rectangle highlighting, interface to registers, and the global
2720 mark feature.
2721
2722 * misc.texi (Emulation): Move CUA bindings item to killing.texi.
2723
2724 * regs.texi: Prev link points to CUA Bindings node.
2725
2726 2005-11-07 Luc Teirlinck <teirllm@auburn.edu>
2727
2728 * help.texi (Help Echo): By default, help echos are only shown on
2729 mouse-over, not on point-over.
2730
2731 2005-11-04 Jérôme Marant <jerome@marant.org>
2732
2733 * misc.texi (Shell Mode): Describe how to activate password echoing.
2734
2735 2005-11-04 Romain Francoise <romain@orebokech.com>
2736
2737 * mark.texi (Mark Ring): Fix typo.
2738
2739 2005-11-03 Richard M. Stallman <rms@gnu.org>
2740
2741 * mark.texi (Mark Ring): Mention set-mark-command-repeat-pop.
2742
2743 2005-11-01 Bill Wohler <wohler@newt.com>
2744
2745 * help.texi (Help Mode): Fix typo.
2746
2747 2005-11-01 Nick Roberts <nickrob@snap.net.nz>
2748
2749 * building.texi (Other GDB User Interface Buffers): Describe
2750 the command gdb-use-inferior-io-buffer.
2751
2752 2005-10-31 Romain Francoise <romain@orebokech.com>
2753
2754 * files.texi (Compressed Files): Fix typo.
2755
2756 * buffers.texi (Misc Buffer): Downcase `*shell*'.
2757
2758 * windows.texi (Force Same Window): Likewise.
2759
2760 2005-10-30 Bill Wohler <wohler@newt.com>
2761
2762 * help.texi (Help Mode): URLs viewed with browse-url.
2763
2764 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
2765
2766 * building.texi (GDB Graphical Interface): Don't reference
2767 gdb-mouse-set-clear-breakpoint. Explain gdb-mouse-until
2768 must stay in same frame.
2769
2770 2005-10-29 Chong Yidong <cyd@stupidchicken.com>
2771
2772 * custom.texi (Init File): Document ~/.emacs.d/init.el.
2773
2774 * anti.texi (Antinews): Likewise.
2775
2776 2005-10-28 Bill Wohler <wohler@newt.com>
2777
2778 * help.texi (Help): Help mode now creates hyperlinks for URLs.
2779
2780 2005-10-28 Richard M. Stallman <rms@gnu.org>
2781
2782 * files.texi (Visiting): Explain how to enter ? in a file name.
2783
2784 * trouble.texi (Memory Full): Mention !MEM FULL! in mode line.
2785
2786 2005-10-25 Nick Roberts <nickrob@snap.net.nz>
2787
2788 * building.texi (GDB Graphical Interface): Describe
2789 gdb-mouse-until.
2790
2791 2005-10-23 Richard M. Stallman <rms@gnu.org>
2792
2793 * custom.texi (Init File): Recommend when to use site-start.el.
2794
2795 2005-10-21 Juri Linkov <juri@jurta.org>
2796
2797 * custom.texi (Examining): Mention accessing the old variable
2798 value via M-n in set-variable.
2799
2800 2005-10-18 Romain Francoise <romain@orebokech.com>
2801
2802 * files.texi (Version Systems): Capitalize GNU.
2803
2804 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
2805
2806 * building.texi (Compilation Mode): Remove redundant paragraph.
2807 (Watch Expressions): Remove paragraph to reflect code change.
2808
2809 2005-10-16 Richard M. Stallman <rms@gnu.org>
2810
2811 * building.texi (Compilation Mode, Compilation): Clarified.
2812
2813 2005-10-15 Richard M. Stallman <rms@gnu.org>
2814
2815 * misc.texi (Saving Emacs Sessions): Mention savehist library.
2816
2817 2005-10-13 Kenichi Handa <handa@m17n.org>
2818
2819 * basic.texi (Position Info): Fix previous change.
2820
2821 2005-10-12 Jan Djärv <jan.h.d@swipnet.se>
2822
2823 * cmdargs.texi (Icons X): Fix typo.
2824
2825 2005-10-12 Kenichi Handa <handa@m17n.org>
2826
2827 * basic.texi (Position Info): Describe the case that Emacs shows
2828 "part of display ...".
2829
2830 2005-10-10 Jan Djärv <jan.h.d@swipnet.se>
2831
2832 * cmdargs.texi (Icons X): -nb => -nbi.
2833
2834 2005-10-10 Chong Yidong <cyd@stupidchicken.com>
2835
2836 * frames.texi (Speedbar): A couple more clarifications.
2837
2838 2005-10-11 Nick Roberts <nickrob@snap.net.nz>
2839
2840 * building.texi (GDB User Interface Layout): Improve diagram.
2841 (Watch Expressions): Explain how to make speedbar global.
2842 (Other GDB User Interface Buffers): Make references more precise.
2843
2844 2005-10-09 Richard M. Stallman <rms@gnu.org>
2845
2846 * frames.texi (Speedbar): Clarify the text.
2847
2848 2005-10-09 Chong Yidong <cyd@stupidchicken.com>
2849
2850 * frames.texi (Speedbar): Add information on keybindings,
2851 dismissing the speedbar, and buffer display mode. Link to
2852 speedbar manual.
2853
2854 2005-10-09 Jan Djärv <jan.h.d@swipnet.se>
2855
2856 * cmdargs.texi (Icons X): Removed options -i, -itype, --icon-type,
2857 added -nb, --no-bitmap-icon.
2858
2859 2005-10-07 Nick Roberts <nickrob@snap.net.nz>
2860
2861 * building.texi (GDB Graphical Interface): Add variables and
2862 functions to indices. Be more precise.
2863
2864 2005-10-03 Jan Djärv <jan.h.d@swipnet.se>
2865
2866 * frames.texi (Drag and Drop): Remove the x- from
2867 x-dnd-open-file-other-window and xdnd-protocol-alist.
2868
2869 2005-09-30 Romain Francoise <romain@orebokech.com>
2870
2871 * mini.texi (Minibuffer): The default value now appears before the
2872 colon in minibuffer prompts.
2873
2874 2005-09-25 Richard M. Stallman <rms@gnu.org>
2875
2876 * search.texi (Regexp Search): Doc search-whitespace-regexp.
2877
2878 2005-09-20 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
2879
2880 * text.texi (Paragraphs): Correction about Paragraph-Indent Text mode.
2881
2882 2005-09-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2883
2884 * emacs.texi (Top): Update submenus from macos.texi.
2885
2886 * macos.texi: Change `Mac OS 8 or 9' to `Mac OS Classic'.
2887 (Mac OS): Update feature support status.
2888 (Mac Input): List supported input scripts. Remove description
2889 about `mac-keyboard-text-encoding'. Mention mouse button
2890 emulation and related variables.
2891 (Mac International): Mention Central European and Cyrillic
2892 support. Now `keyboard-coding-system' is dynamically changed.
2893 Add description about coding system for selection. Add
2894 description about language environment.
2895 (Mac Environment Variables): Mention
2896 `~/.MacOSX/environment.plist'. Give example of command line
2897 arguments. Add Preferences support.
2898 (Mac Directories): Explicitly state that this node is for Mac OS
2899 Classic only.
2900 (Mac Font Specs): Mention specification for scalable fonts. List
2901 supported charsets. Add preferred way of creating fontsets. Add
2902 description about `mac-allow-anti-aliasing'.
2903 (Mac Functions): Add descriptions about `mac-set-file-creator',
2904 `mac-get-file-creator', `mac-set-file-type', `mac-get-file-type',
2905 and `mac-get-preference'.
2906
2907 2005-09-16 Romain Francoise <romain@orebokech.com>
2908
2909 Update all files to specify GFDL version 1.2.
2910
2911 * doclicense.texi (GNU Free Documentation License): Update to
2912 version 1.2.
2913
2914 2005-09-15 Richard M. Stallman <rms@gnu.org>
2915
2916 * buffers.texi (List Buffers): Fix xref.
2917
2918 * rmail.texi (Rmail Basics): Fix xref.
2919
2920 * emacs.texi (Top): Update subnode menus.
2921
2922 * files.texi (Saving Commands): New node, broken out of Saving.
2923 (Customize Save): New node, broken out of Saving.
2924 Clarify effect of write-region-inhibit-fsync.
2925 (Misc File Ops): Say write-region-inhibit-fsync affects write-region.
2926
2927 2005-09-14 Romain Francoise <romain@orebokech.com>
2928
2929 * files.texi (Saving): Mention write-region-inhibit-fsync.
2930
2931 2005-09-05 Chong Yidong <cyd@stupidchicken.com>
2932
2933 * custom.texi (Custom Themes): New node.
2934
2935 2005-09-03 Richard M. Stallman <rms@gnu.org>
2936
2937 * search.texi (Search Case): Mention vars that control
2938 case-fold-search for various operations.
2939
2940 2005-08-22 Juri Linkov <juri@jurta.org>
2941
2942 * display.texi (Standard Faces): Merge the text from
2943 `(elisp)Standard Faces' into this node.
2944
2945 2005-08-18 Luc Teirlinck <teirllm@auburn.edu>
2946
2947 * emacs.texi (Top): Delete menu item for deleted node
2948 Keyboard Translations.
2949
2950 2005-08-18 Richard M. Stallman <rms@gnu.org>
2951
2952 * trouble.texi (Unasked-for Search):
2953 Delete xref to Keyboard Translations.
2954
2955 * glossary.texi (Glossary): Delete xref.
2956
2957 * custom.texi (Minor Modes): Say that the list here is not complete.
2958 (Keyboard Translations): Node deleted.
2959 (Disabling): Delete xref to it.
2960 (Customization Groups): Fix Custom buffer example.
2961 (Hooks): Mention remove-hooks.
2962
2963 2005-08-17 Luc Teirlinck <teirllm@auburn.edu>
2964
2965 * building.texi (GDB Graphical Interface): Improve filling of menu
2966 item.
2967
2968 2005-08-18 Nick Roberts <nickrob@snap.net.nz>
2969
2970 * building.texi (GDB Graphical Interface): Use better node names.
2971
2972 2005-08-14 Richard M. Stallman <rms@gnu.org>
2973
2974 * text.texi (Sentences): Fix xref.
2975
2976 2005-08-14 Juri Linkov <juri@jurta.org>
2977
2978 * building.texi (Compilation, Grep Searching): Move grep command
2979 headings from `Compilation' to `Grep Searching'.
2980
2981 * dired.texi (Dired and Find):
2982 * maintaining.texi (Tags Search): Replace grep xref to
2983 `Compilation' node with `Grep Searching'.
2984
2985 * files.texi (Comparing Files): Replace xref to `Compilation' with
2986 `Compilation Mode'.
2987
2988 2005-08-13 Alan Mackenzie <acm@muc.de>
2989
2990 * search.texi (Non-ASCII Isearch): Correct a typo.
2991 (Replacement Commands): Mention query-replace key binding.
2992
2993 2005-08-11 Richard M. Stallman <rms@gnu.org>
2994
2995 * programs.texi (Options for Comments): Fix xref.
2996
2997 * search.texi (Regexp Backslash, Regexp Example): New nodes split
2998 out of Regexps.
2999
3000 2005-08-09 Juri Linkov <juri@jurta.org>
3001
3002 * building.texi (Compilation): Use `itemx' instead of `item'.
3003 (Grep Searching): Simplify phrase.
3004
3005 * display.texi (Standard Faces): Describe vertical-border on
3006 window systems.
3007
3008 * windows.texi (Split Window): Simplify phrase and mention
3009 vertical-border face.
3010
3011 2005-08-09 Richard M. Stallman <rms@gnu.org>
3012
3013 * files.texi (Comparing Files): Clarify compare-windows.
3014
3015 * calendar.texi (Scroll Calendar): Document < and > in calendar.
3016
3017 2005-08-06 Eli Zaretskii <eliz@gnu.org>
3018
3019 * mule.texi (Coding Systems): Rephrase the paragraph about
3020 codepages: no need for "M-x codepage-setup" anymore, except on
3021 MS-DOS.
3022
3023 * msdog.texi (MS-DOS and MULE): Clarify that this section is for
3024 the MS-DOS port only.
3025
3026 2005-07-30 Eli Zaretskii <eliz@gnu.org>
3027
3028 * makefile.w32-in (info): Don't run multi-install-info.bat.
3029 ($(infodir)/dir): New target, produced by running
3030 multi-install-info.bat.
3031
3032 2005-07-22 Eli Zaretskii <eliz@gnu.org>
3033
3034 * files.texi (Quoted File Names): Add index entry.
3035
3036 2005-07-19 Juri Linkov <juri@jurta.org>
3037
3038 * files.texi (Comparing Files): Mention resync for `compare-windows'.
3039
3040 2005-07-18 Juri Linkov <juri@jurta.org>
3041
3042 * custom.texi (Easy Customization):
3043 * files.texi (Old Versions):
3044 * frames.texi (Wheeled Mice):
3045 * mule.texi (Specify Coding):
3046 * text.texi (Cell Justification):
3047 * trouble.texi (After a Crash):
3048 * xresources.texi (GTK styles):
3049 Delete duplicate duplicate words.
3050
3051 2005-07-17 Richard M. Stallman <rms@gnu.org>
3052
3053 * frames.texi (Creating Frames): Fix foreground color example.
3054
3055 * custom.texi (Init Examples): Clean up text about conditionals.
3056
3057 2005-07-16 Richard M. Stallman <rms@gnu.org>
3058
3059 * mini.texi (Completion Commands): Fix command name for ?.
3060
3061 2005-07-16 Eli Zaretskii <eliz@gnu.org>
3062
3063 * display.texi (Standard Faces): Explain that customization of
3064 `menu' face has no effect on w32 and with GTK. Add
3065 cross-references.
3066
3067 * cmdargs.texi (General Variables): Clarify the default location
3068 of $HOME on w32 systems.
3069
3070 2005-07-15 Jason Rumney <jasonr@gnu.org>
3071
3072 * cmdargs.texi (General Variables): Default HOME on MS Windows has
3073 changed.
3074
3075 2005-07-08 Kenichi Handa <handa@m17n.org>
3076
3077 * mule.texi (Recognize Coding): Recommend
3078 revert-buffer-with-coding-system instead of revert-buffer.
3079
3080 2005-07-07 Richard M. Stallman <rms@gnu.org>
3081
3082 * anti.texi (Antinews): Mention mode-line-inverse-video.
3083
3084 * files.texi (Saving): Minor correction about C-x C-w.
3085
3086 * display.texi (Display Custom): Don't mention mode-line-inverse-video.
3087
3088 2005-07-07 Luc Teirlinck <teirllm@auburn.edu>
3089
3090 * search.texi (Isearch Scroll): Add example of using the
3091 `isearch-scroll' property.
3092 (Slow Isearch): Reference anchor for `baud-rate' instead of entire
3093 `Display Custom' node.
3094 (Regexp Replace): Put text that requires Emacs Lisp knowledge last
3095 and de-emphasize it.
3096 (Other Repeating Search): `occur' currently can not correctly
3097 handle multiline matches. Correct, clarify and update description
3098 of `flush-lines' and `keep-lines'.
3099
3100 * display.texi (Display Custom): Add anchor for `baud-rate'.
3101
3102 2005-07-07 Richard M. Stallman <rms@gnu.org>
3103
3104 * gnu.texi: Update where to get GNU status; add refs for how to help.
3105 Add footnotes 6 and 7.
3106
3107 2005-07-04 Lute Kamstra <lute@gnu.org>
3108
3109 Update FSF's address in GPL notices.
3110
3111 * doclicense.texi (GNU Free Documentation License):
3112 * trouble.texi (Checklist): Update FSF's address.
3113
3114 2005-06-24 Richard M. Stallman <rms@gnu.org>
3115
3116 * display.texi (Text Display): Change index entries.
3117
3118 2005-06-24 Eli Zaretskii <eliz@gnu.org>
3119
3120 * makefile.w32-in (MAKEINFO): Use --force.
3121 (INFO_TARGETS, DVI_TARGETS): Make identical to the lists in
3122 Makefile.in.
3123
3124 2005-06-23 Richard M. Stallman <rms@gnu.org>
3125
3126 * anti.texi (Antinews): Renamed show-nonbreak-escape to
3127 nobreak-char-display.
3128
3129 * emacs.texi (Top): Update detailed node listing.
3130
3131 * display.texi (Text Display): Renamed show-nonbreak-escape
3132 to nobreak-char-display and no-break-space to nobreak-space.
3133 (Standard Faces): Split up the list of standard faces
3134 and put it in a separate node. Add nobreak-space and
3135 escape-glyph.
3136
3137 2005-06-23 Lute Kamstra <lute@gnu.org>
3138
3139 * mule.texi (Select Input Method): Fix typo.
3140
3141 2005-06-23 Kenichi Handa <handa@m17n.org>
3142
3143 * mule.texi (International): List all supported scripts. Adjust
3144 text for that leim is now included in the normal Emacs
3145 distribution.
3146 (Language Environments): List all language environments.
3147 Intlfonts contains fonts for most supported scripts, not all..
3148 (Select Input Method): Refer to C-u C-x = to see how to type to
3149 input a specifc character.
3150 (Recognize Coding): Fix typo, china-iso-8bit -> chinese-iso-8bit.
3151
3152 2005-06-23 Juanma Barranquero <lekktu@gmail.com>
3153
3154 * building.texi (Grep Searching): Texinfo usage fix.
3155
3156 2005-06-22 Miles Bader <miles@gnu.org>
3157
3158 * display.texi (Faces): Change `vertical-divider' to `vertical-border'.
3159
3160 2005-06-20 Miles Bader <miles@gnu.org>
3161
3162 * display.texi (Faces): Add `vertical-divider'.
3163
3164 2005-06-17 Richard M. Stallman <rms@gnu.org>
3165
3166 * text.texi (Adaptive Fill): Minor clarification.
3167
3168 2005-06-10 Lute Kamstra <lute@gnu.org>
3169
3170 * emacs.texi (Top): Correct version number.
3171 * anti.texi (Antinews): Correct version number. Use EMACSVER to
3172 refer to the current version of Emacs.
3173
3174 2005-06-08 Luc Teirlinck <teirllm@auburn.edu>
3175
3176 * files.texi (Log Buffer): Document when there can be more than
3177 one file to be committed.
3178
3179 2005-06-08 Juri Linkov <juri@jurta.org>
3180
3181 * display.texi (Faces): Add `shadow' face.
3182
3183 2005-06-07 Masatake YAMATO <jet@gyve.org>
3184
3185 * display.texi (Faces): Write about mode-line-highlight.
3186
3187 2005-06-06 Richard M. Stallman <rms@gnu.org>
3188
3189 * misc.texi (Printing Package): Explain how to initialize
3190 printing package.
3191
3192 * cmdargs.texi (Action Arguments): Clarify directory default for -l.
3193
3194 2005-06-05 Chong Yidong <cyd@stupidchicken.com>
3195
3196 * emacs.texi: Rename Hardcopy to Printing.
3197 Make PostScript and PostScript Variables subnodes of it.
3198
3199 * misc.texi (Printing): Rename node from Hardcopy.
3200 Mention menu bar options.
3201 Move PostScript and PostScript Variables to submenu.
3202 (Printing package): New node.
3203
3204 * mark.texi (Using Region): Change Hardcopy xref to Printing.
3205
3206 * dired.texi (Operating on Files): Likewise.
3207
3208 * calendar.texi (Displaying the Diary): Likewise.
3209
3210 * msdog.texi (MS-DOS Printing, MS-DOS Processes): Likewise.
3211
3212 * glossary.texi (Glossary): Likewise.
3213
3214 * frames.texi (Mode Line Mouse): Mention mode-line-highlight
3215 effect.
3216
3217 2005-06-04 Richard M. Stallman <rms@gnu.org>
3218
3219 * trouble.texi (After a Crash): Polish previous change.
3220
3221 2005-05-30 Noah Friedman <friedman@splode.com>
3222
3223 * trouble.texi (After a Crash): Mention emacs-buffer.gdb as a
3224 recovery mechanism.
3225
3226 2005-05-28 Nick Roberts <nickrob@snap.net.nz>
3227
3228 * building.texi (Other Buffers): SPC toggles display of
3229 floating point registers.
3230
3231 2005-05-27 Nick Roberts <nickrob@snap.net.nz>
3232
3233 * files.texi (Log Buffer): Merge in description of Log Edit
3234 mode from pcl-cvs.texi.
3235
3236 2005-05-26 Richard M. Stallman <rms@gnu.org>
3237
3238 * building.texi (Lisp Eval): C-M-x with arg runs Edebug.
3239
3240 2005-05-24 Luc Teirlinck <teirllm@auburn.edu>
3241
3242 * fixit.texi (Spelling): Delete confusing sentence; flyspell is
3243 not enabled by default.
3244 When not on a word, `ispell-word' by default checks the word
3245 before point.
3246
3247 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
3248
3249 * building.texi (Debugger Operation): Simplify last sentence.
3250
3251 2005-05-23 Lute Kamstra <lute@gnu.org>
3252
3253 * emacs.texi: Update FSF's address throughout.
3254 (Preface): Use @cite.
3255 (Distrib): Add cross reference to the node "Copying". Mention the
3256 FDL. Don't refer to etc/{FTP,ORDERS}. Mention the sale of
3257 printed manuals.
3258 (Intro): Use @xref for the Emacs Lisp Intro.
3259
3260 2005-05-18 Luc Teirlinck <teirllm@auburn.edu>
3261
3262 * buffers.texi (Select Buffer): Document `C-u M-g M-g'.
3263
3264 * basic.texi (Moving Point): Mention default for `goto-line'.
3265
3266 * programs.texi (Lisp Doc): Eldoc mode shows only the first line
3267 of a variable's docstring.
3268
3269 2005-05-18 Lute Kamstra <lute@gnu.org>
3270
3271 * maintaining.texi (Overview of Emerge): Add cross reference.
3272 Remove duplication.
3273
3274 * emacs.texi (Top): Update to the current structure of the manual.
3275 * misc.texi (Emacs Server): Add menu description.
3276 * files.texi (Saving): Fix menu.
3277 * custom.texi (Customization): Fix menu.
3278 * mule.texi (International): Fix menu.
3279 * kmacro.texi (Keyboard Macros): Fix menu.
3280
3281 2005-05-16 Luc Teirlinck <teirllm@auburn.edu>
3282
3283 * display.texi: Various minor changes.
3284 (Faces): Delete text that is repeated in the next section.
3285
3286 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
3287
3288 * building.texi (Debugger Operation): Mention GUD tooltips are
3289 disabled with GDB in text command mode.
3290
3291 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
3292
3293 * building.texi: Replace toolbar with "tool bar" for consistency.
3294 (Compilation Mode): Describe compilation-context-lines
3295 and use of arrow in compilation buffer.
3296 (Debugger Operation): Replace help text with variable's value.
3297
3298 * frames.texi (Tooltips): Replace toolbar with "tool bar" for
3299 consistency.
3300
3301 2005-05-15 Luc Teirlinck <teirllm@auburn.edu>
3302
3303 * major.texi (Choosing Modes): normal-mode processes the -*- line.
3304 Add xref.
3305
3306 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
3307
3308 * basic.texi (Moving Point): Mention `M-g g' binding for `goto-line'.
3309 (Position Info): Delete discussion of `goto-line'. It is already
3310 described in `Moving point'.
3311
3312 * mini.texi (Completion Commands): Correct reference.
3313 (Completion Options): Fix typo.
3314
3315 * killing.texi (Deletion): Complete description of `C-x C-o'.
3316
3317 2005-05-10 Richard M. Stallman <rms@gnu.org>
3318
3319 * building.texi (Compilation): Clarify recompile's directory choice.
3320
3321 * frames.texi (Tooltips): Cleanups.
3322
3323 * basic.texi (Arguments): Fix punctuation.
3324
3325 2005-05-09 Luc Teirlinck <teirllm@auburn.edu>
3326
3327 * screen.texi (Menu Bar): The up and down (not left and right)
3328 arrow keys move through a keyboard menu.
3329
3330 2005-05-08 Luc Teirlinck <teirllm@auburn.edu>
3331
3332 * basic.texi: Various typo and grammar fixes.
3333 (Moving Point): C-a now runs move-beginning-of-line.
3334
3335 2005-05-08 Nick Roberts <nickrob@snap.net.nz>
3336
3337 * building.texi (Debugger Operation): Describe gud-tooltip-echo-area.
3338
3339 * frames.texi (Tooltips): Describe help tooltips and GUD tooltips
3340 as different animals.
3341
3342 2005-05-07 Luc Teirlinck <teirllm@auburn.edu>
3343
3344 * frames.texi (Mouse References): Clarify `mouse-1-click-follows-link'.
3345 Correct index entry.
3346
3347 2005-05-07 Nick Roberts <nickrob@snap.net.nz>
3348
3349 * building.texi (Debugger Operation): Update to reflect changes
3350 in GUD tooltips.
3351
3352 2005-04-30 Richard M. Stallman <rms@gnu.org>
3353
3354 * files.texi (Compressed Files): Auto Compression normally enabled.
3355
3356 * building.texi (Debugger Operation): Clarify previous change.
3357
3358 2005-04-28 Nick Roberts <nickrob@snap.net.nz>
3359
3360 * building.texi (Debugger Operation): Add description for
3361 GUD tooltips when program is not running.
3362
3363 2005-04-26 Luc Teirlinck <teirllm@auburn.edu>
3364
3365 * misc.texi (Shell): Add `Shell Prompts' to menu.
3366 (Shell Mode): Add xref to `Shell Prompts'. Clarify `C-c C-u'
3367 description. Delete remarks moved to new node.
3368 (Shell Prompts): New node.
3369 (History References): Replace remarks moved to `Shell Prompts'
3370 with xref to that node.
3371 (Remote Host): Clarify how to specify the terminal type when
3372 logging in to a different machine.
3373
3374 2005-04-26 Richard M. Stallman <rms@gnu.org>
3375
3376 * emacs.texi (Top): Update submenus from files.texi.
3377
3378 * files.texi (Filesets): Clarify previous change.
3379
3380 * dired.texi (Misc Dired Features): Clarify previous change.
3381
3382 2005-04-25 Chong Yidong <cyd@stupidchicken.com>
3383
3384 * ack.texi (Acknowledgments): Delete info about iso-acc.el.
3385
3386 * dired.texi (Misc Dired Features): Document
3387 dired-compare-directories.
3388
3389 * files.texi (Filesets): New node.
3390 (File Conveniences): Document Image mode.
3391
3392 * text.texi (TeX Print): Document tex-compile.
3393
3394 2005-04-25 Luc Teirlinck <teirllm@auburn.edu>
3395
3396 * frames.texi (Tooltips): Tooltip mode is enabled by default.
3397 Delete redundant reference to tooltip Custom group. It is
3398 referred too again in the next paragraph.
3399
3400 2005-04-24 Richard M. Stallman <rms@gnu.org>
3401
3402 * ack.texi: Delete info about lazy-lock.el and fast-lock.el.
3403
3404 2005-04-19 Kim F. Storm <storm@cua.dk>
3405
3406 * building.texi (Compilation Mode): Add M-g M-n and M-g M-p bindings.
3407
3408 2005-04-18 Lars Hansen <larsh@math.ku.dk>
3409
3410 * misc.texi (Saving Emacs Sessions): Add that "--no-desktop" now
3411 turns off desktop-save-mode.
3412
3413 2005-04-17 Luc Teirlinck <teirllm@auburn.edu>
3414
3415 * frames.texi (XTerm Mouse): Xterm Mouse mode is no longer enabled
3416 by default in terminals compatible with xterm. Mention that
3417 xterm-mouse-mode is a minor mode and put in pxref to Minor Modes
3418 node.
3419
3420 2005-04-12 Luc Teirlinck <teirllm@auburn.edu>
3421
3422 * frames.texi (XTerm Mouse): Xterm Mouse mode is now enabled by default.
3423
3424 2005-04-12 Jan Djärv <jan.h.d@swipnet.se>
3425
3426 * xresources.texi (Table of Resources): Add cursorBlink.
3427
3428 2005-04-11 Luc Teirlinck <teirllm@auburn.edu>
3429
3430 * rmail.texi (Rmail Summary Edit): Explain numeric arguments to
3431 `d', `C-d' and `u'.
3432
3433 2005-04-11 Richard M. Stallman <rms@gnu.org>
3434
3435 * cmdargs.texi (Initial Options): -Q is now --quick, and does less.
3436 (Misc X): Add -D, --basic-display.
3437
3438 * maintaining.texi (Change Log): Correct the description of
3439 the example.
3440
3441 * major.texi (Choosing Modes): Document magic-mode-alist.
3442
3443 2005-04-10 Luc Teirlinck <teirllm@auburn.edu>
3444
3445 * rmail.texi (Rmail Basics): Clarify description of `q' and `b'.
3446 (Rmail Deletion): `C-d' in RMAIL buffer does not accept a numeric arg.
3447 (Rmail Inbox): Give full name of `rmail-primary-inbox-list'.
3448 (Rmail Output): Clarify which statements apply to `o', `C-o' and
3449 `w', respectively.
3450 (Rmail Labels): Mention `l'.
3451 (Rmail Attributes): Correct pxref. Mention `stored' attribute.
3452 (Rmail Summary Edit): Describe `j' and RET.
3453
3454 2005-04-10 Jan Djärv <jan.h.d@swipnet.se>
3455
3456 * xresources.texi (Lucid Resources): Add fontSet resource.
3457
3458 2005-04-09 Luc Teirlinck <teirllm@auburn.edu>
3459
3460 * display.texi (Useless Whitespace): `indicate-unused-lines' is
3461 now called `indicate-empty-lines'.
3462
3463 2005-04-06 Kim F. Storm <storm@cua.dk>
3464
3465 * cmdargs.texi (Initial Options): Add --bare-bones alias for -Q.
3466
3467 2005-04-04 Luc Teirlinck <teirllm@auburn.edu>
3468
3469 * dired.texi (Dired Visiting): `dired-view-command-alist' has been
3470 deleted.
3471 (Marks vs Flags): Add some convenient key bindings.
3472 (Hiding Subdirectories): Delete redundant and inaccurate sentence.
3473 (Misc Dired Features): Correct and expand description of `w' command.
3474
3475 * frames.texi (XTerm Mouse): Delete apparently false info.
3476 The GNU/Linux console currently does not appear to support
3477 `xterm-mouse-mode'.
3478
3479 2005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
3480
3481 * calendar.texi (Diary): Mention shell utility `calendar'.
3482
3483 2005-04-01 Richard M. Stallman <rms@gnu.org>
3484
3485 * cmdargs.texi (Misc X): Explain horizontal scroll bars don't exist.
3486
3487 2005-04-01 Lute Kamstra <lute@gnu.org>
3488
3489 * maintaining.texi (Change Log): add-change-log-entry uses
3490 add-log-mailing-address.
3491
3492 2005-03-31 Luc Teirlinck <teirllm@auburn.edu>
3493
3494 * files.texi (Reverting): Move `auto-revert-check-vc-info' to
3495 `VC Mode Line' and put in an xref to that node.
3496 (VC Mode Line): Move `auto-revert-check-vc-info' here and clarify
3497 its description.
3498
3499 2005-03-31 Paul Eggert <eggert@cs.ucla.edu>
3500
3501 * calendar.texi (Calendar Systems): Say that the Persian calendar
3502 implemented here is the arithmetical one championed by Birashk.
3503
3504 2005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
3505
3506 * programs.texi (Fortran Motion): Fix previous change.
3507
3508 2005-03-29 Richard M. Stallman <rms@gnu.org>
3509
3510 * mule.texi (Single-Byte Character Support): Reinstall the C-x 8 info.
3511
3512 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
3513
3514 * text.texi (Refill): Refer to Long Lines Mode.
3515 (Longlines): New node.
3516 (Auto Fill): Don't index "word wrap" here.
3517 (Filling): Add Longlines to menu.
3518
3519 2005-03-29 Richard M. Stallman <rms@gnu.org>
3520
3521 * xresources.texi: Minor fixes.
3522
3523 * misc.texi (Emacs Server): Fix Texinfo usage.
3524
3525 * emacs.texi (Top): Don't use a real section heading for
3526 "Detailed Node Listing". Fake it instead.
3527
3528 * basic.texi (Position Info): Minor cleanup.
3529
3530 * mule.texi (Input Methods): Minor cleanup.
3531
3532 2005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
3533
3534 * programs.texi (ForIndent Vars): `fortran-if-indent' does other
3535 constructs as well.
3536 (Fortran Motion): Add fortran-end-of-block, fortran-beginning-of-block.
3537
3538 2005-03-29 Kenichi Handa <handa@m17n.org>
3539
3540 * mule.texi (Input Methods): Refer to the command C-u C-x =.
3541
3542 * basic.texi (Position Info): Update the description about the
3543 command C-u C-x =.
3544
3545 2005-03-28 Richard M. Stallman <rms@gnu.org>
3546
3547 * emacs.texi (Top): Use @section for the detailed node listing.
3548
3549 * calendar.texi: Minor fixes to previous change.
3550
3551 * programs.texi (Fortran): Small fixes to previous changes.
3552
3553 * emacs.texi (Top): Update list of subnodes of Dired.
3554 Likewise for building.texi.
3555
3556 * files.texi (File Conveniences): Delete Auto Image File mode.
3557
3558 2005-03-28 Chong Yidong <cyd@stupidchicken.com>
3559
3560 * building.texi (Flymake): New node.
3561
3562 * custom.texi (Function Keys): Document kp- event types and
3563 keypad-setup package.
3564
3565 * dired.texi (Wdired): New node.
3566
3567 * files.texi (File Conveniences): Reorder entries.
3568 Explain how to turn on Auto-image-file mode.
3569 Document Thumbs mode.
3570
3571 * mule.texi (Specify Coding): Document recode-region and
3572 recode-file-name.
3573
3574 * programs.texi (Program Modes): Add Conf mode and DNS mode.
3575
3576 2005-03-27 Luc Teirlinck <teirllm@auburn.edu>
3577
3578 * commands.texi (Keys): M-o is now a prefix key.
3579
3580 2005-03-27 Glenn Morris <gmorris@ast.cam.ac.uk>
3581
3582 * programs.texi: Reformat and update copyright years.
3583 (Fortran): Update section.
3584
3585 2005-03-26 Luc Teirlinck <teirllm@auburn.edu>
3586
3587 * files.texi: Several small changes in addition to:
3588 (Visiting): Change xref for Dialog Boxes to ref.
3589 (Version Headers): Replace references to obsolete var
3590 `vc-header-alist' with `vc-BACKEND-header'.
3591 (Customizing VC): Update value of `vc-handled-backends'.
3592
3593 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
3594
3595 * emacs-xtra.texi (Advanced Calendar/Diary Usage): New section;
3596 move here from Emacs Lisp Reference Manual.
3597 * calendar.texi (Calendar/Diary, Diary Commands)
3598 (Special Diary Entries, Importing Diary): Change some xrefs to
3599 point to emacs-xtra rather than elisp.
3600
3601 * emacs-xtra.texi (Calendar Customizing):
3602 Move view-diary-entries-initially, view-calendar-holidays-initially,
3603 mark-diary-entries-in-calendar, mark-holidays-in-calendar to main
3604 Emacs Manual.
3605 (Appt Customizing): Merge entire section into main Emacs Manual.
3606 * calendar.texi (Holidays): Move view-calendar-holidays-initially,
3607 mark-holidays-in-calendar here from emacs-xtra.
3608 (Displaying the Diary): Move view-diary-entries-initially,
3609 mark-diary-entries-in-calendar here from emacs-xtra.
3610 (Appointments): Move appt-display-mode-line,
3611 appt-display-duration, appt-disp-window-function,
3612 appt-delete-window-function here from emacs-xtra.
3613
3614 * calendar.texi: Update and reformat copyright.
3615 Change all @xrefs to the non-printing emacs-xtra to @inforefs.
3616 (Calendar/Diary): Menu now only on Mouse-3, not C-Mouse-3.
3617 (Diary): Refer to `diary-file' rather than ~/diary.
3618 (Diary Commands): Rename node to "Displaying the Diary".
3619 * emacs.texi (Top): Rename "Diary Commands" section.
3620 * misc.texi (Hardcopy): Rename "Diary Commands" xref.
3621
3622 2005-03-26 Eli Zaretskii <eliz@gnu.org>
3623
3624 * misc.texi (Emacs Server): Fix the command for setting
3625 server-name. Add an xref to Invoking emacsclient.
3626
3627 * help.texi (Help Summary): Clarify when "C-h ." will do something
3628 nontrivial.
3629 (Apropos): Add cindex entry for apropos-sort-by-scores.
3630
3631 * display.texi (Text Display): Add index entries for how no-break
3632 characters are displayed.
3633
3634 2005-03-26 Eli Zaretskii <eliz@gnu.org>
3635
3636 * files.texi (Visiting): Fix cross-references introduced with the
3637 last change.
3638
3639 * xresources.texi (GTK resources): Fix last change.
3640
3641 2005-03-25 Chong Yidong <cyd@stupidchicken.com>
3642
3643 * xresources.texi (X Resources): GTK options documented too.
3644 (Resources): Clarify meaning of program name.
3645 (Table of Resources): Add visualClass.
3646 (GTK resources): Rewrite.
3647 (GTK widget names, GTK Names in Emacs, GTK styles): Cleanups.
3648
3649 * display.texi (Text Display): Mention non-breaking spaces.
3650
3651 * files.texi (Reverting): Document auto-revert-check-vc-info.
3652
3653 * frames.texi (Mouse Commands): Document
3654 x-mouse-click-focus-ignore-position and mouse-drag-copy-region.
3655
3656 * help.texi (Help Summary): Add `C-h .'.
3657 (Apropos): Apropos accepts a list of search terms.
3658 Document apropos-sort-by-scores.
3659 (Help Echo): Document display-local-help.
3660
3661 * misc.texi (Emacs Server): Document server-name.
3662 (Invoking emacsclient): Document -s option for server names.
3663
3664 * text.texi (Outline Visibility): Introduce "current heading
3665 line" (commands can be called with point on a body line).
3666 Re-order table to follow the sequence of discussion.
3667 hide-body won't hide lines before first header line.
3668 (TeX Mode): Add DocTeX mode.
3669
3670 2005-03-24 Richard M. Stallman <rms@gnu.org>
3671
3672 * mule.texi (Single-Byte Character Support): Delete mention
3673 of iso-acc.el and iso-transl.el.
3674
3675 2005-03-23 Lute Kamstra <lute@gnu.org>
3676
3677 * search.texi (Non-ASCII Isearch): Rename from Non-Ascii Isearch.
3678
3679 2005-03-23 Richard M. Stallman <rms@gnu.org>
3680
3681 * search.texi: Delete explicit node pointers.
3682 (Incremental Search): New menu.
3683 (Basic Isearch, Repeat Isearch, Error in Isearch)
3684 (Non-Ascii Isearch, Isearch Yank, Highlight Isearch, Isearch Scroll)
3685 (Slow Isearch): New subnodes.
3686 (Configuring Scrolling): Node deleted.
3687 (Search Case): Doc default-case-fold-search.
3688 (Regexp Replace): Move replace-regexp doc here.
3689
3690 * rmail.texi (Movemail): Put commas inside closequotes.
3691
3692 * picture.texi (Insert in Picture): Document C-c arrow combos.
3693 (Basic Picture): Clarify erasure.
3694
3695 * display.texi (Font Lock): Put commas inside closequotes.
3696
3697 * cmdargs.texi (General Variables): Put commas inside closequotes.
3698
3699 2005-03-23 Nick Roberts <nickrob@snap.net.nz>
3700
3701 * building.texi (Stack Buffer): Mention reverse contrast for
3702 *selected* frame (might not be current frame).
3703
3704 2005-03-21 Richard M. Stallman <rms@gnu.org>
3705
3706 * building.texi (Starting GUD): Add bashdb.
3707
3708 2005-03-20 Chong Yidong <cyd@stupidchicken.com>
3709
3710 * basic.texi (Moving Point): Add M-g M-g binding.
3711 (Undo): Document undo-only.
3712 (Position Info): Document M-g M-g and C-u M-g M-g.
3713
3714 * building.texi (Building): Put Grep Searching after Compilation
3715 Shell.
3716 (Compilation Mode): Document M-n, M-p, M-}, M-{, and C-c C-f bindings.
3717 Document next-error-highlight.
3718 (Grep Searching): Document grep-highlight-matches.
3719 (Lisp Eval): Typing C-x C-e twice prints integers specially.
3720
3721 * calendar.texi (Importing Diary): Rename node from iCalendar.
3722 Document diary-from-outlook.
3723
3724 * dired.texi (Misc Dired Features): Rename node from Misc Dired
3725 Commands.
3726 Mention effect of X drag and drop on Dired buffers.
3727
3728 * files.texi (Visiting): Document large-file-warning-threshold.
3729 Move paragraph on file-selection dialog.
3730 Mention visiting files using X drag and drop.
3731 (Reverting): Mention using Auto-Revert mode to tail files.
3732 Document auto-revert-tail-mode.
3733 (Version Systems): Minor correction.
3734 (Comparing Files): Diff-mode is no longer based on Compilation
3735 mode.
3736 Document compare-ignore-whitespace.
3737 (Misc File Ops): Explain passing a directory to rename-file.
3738 Likewise for copy-file and make-symbolic-link.
3739
3740 * frames.texi (Wheeled Mice): Mouse wheel support on by default.
3741 Document mouse-wheel-progressive speed.
3742
3743 * help.texi (Misc Help): Document numeric argument for C-h i.
3744 Correctly explain the effect of just C-u as argument.
3745
3746 * killing.texi (Deletion): Document numeric argument for
3747 just-one-space.
3748
3749 * mini.texi (Completion): Completion acts on text before point.
3750
3751 * misc.texi (Saving Emacs Sessions): Document desktop-restore-eager.
3752 (Emulation): CUA mode replaces pc-bindings-mode,
3753 pc-selection-mode, and s-region.
3754
3755 * mule.texi (Input Methods): Leim is now built-in.
3756 (Select Input Method): Document quail-show-key.
3757 (Specify Coding): Document revert-buffer-with-coding-system.
3758
3759 * programs.texi (Fortran Motion): Document f90-next-statement,
3760 f90-previous-statement, f90-next-block, f90-previous-block,
3761 f90-end-of-block, and f90-beginning-of-block.
3762
3763 * text.texi (Format Faces): Replace old M-g key prefix with M-o.
3764
3765 * emacs.texi (Acknowledgments): Updated.
3766
3767 * anti.texi: Total rewrite.
3768
3769 2005-03-19 Chong Yidong <cyd@stupidchicken.com>
3770
3771 * ack.texi (Acknowledgments): Update.
3772
3773 2005-03-19 Eli Zaretskii <eliz@gnu.org>
3774
3775 * anti.texi (Antinews): Refer to Emacs 21.4, not 21.3. Update
3776 copyright years.
3777
3778 2005-03-14 Nick Roberts <nickrob@snap.net.nz>
3779
3780 * building.texi (Commands of GUD): Move paragraph on setting
3781 breakpoints with mouse to the GDB Graphical Interface node.
3782
3783 2005-03-07 Richard M. Stallman <rms@gnu.org>
3784
3785 * misc.texi (Single Shell, Shell Options): Fix previous change.
3786
3787 * building.texi (Debugger Operation): Update GUD tooltip enable info.
3788
3789 2005-03-06 Richard M. Stallman <rms@gnu.org>
3790
3791 * building.texi (Starting GUD): Don't explain text vs graphical
3792 GDB here. Just mention it and xref.
3793 Delete "just one debugger process".
3794 (Debugger Operation): Move GUD tooltip info here.
3795 (GUD Tooltips): Node deleted.
3796 (GDB Graphical Interface): Explain the two GDB modes here.
3797
3798 * sending.texi (Sending Mail): Minor cleanup.
3799 (Mail Aliases): Explain quoting conventions.
3800 Update key rebinding example.
3801 (Header Editing): C-M-i is like M-TAB.
3802 (Mail Mode Misc): mail-attach-file does not do MIME.
3803
3804 * rmail.texi (Rmail Inbox): Move text from Remote Mailboxes
3805 that really belongs here.
3806 (Remote Mailboxes): Text moved to Rmail Inbox.
3807 (Rmail Display): Mention Mouse-1.
3808 (Movemail): Clarify two movemail versions.
3809 Clarify rmail-movemail-program.
3810
3811 * misc.texi (Single Shell): Replace uudecode example with gpg example.
3812 Document async shell commands.
3813 (Shell History): Clarify.
3814 (Shell Ring): Mention C-UP an C-DOWN.
3815 (Shell Options): Add comint-prompt-read-only.
3816 (Invoking emacsclient): Set EDITOR to run Emacs.
3817 (Sorting): No need to explain what region is.
3818 (Saving Emacs Sessions): Fix typo.
3819 (Recursive Edit): Fix punctuation.
3820 (Emulation): Don't mention "PC bindings" which are standard.
3821 (Hyperlinking): Explain Mouse-1 convention here.
3822 (Find Func): Node deleted.
3823
3824 * help.texi (Name Help): Xref to Hyperlinking.
3825
3826 * glossary.texi (Glossary):
3827 Rename "Balance Parentheses" to "Balancing...".
3828 Add "Byte Compilation". Correct "Copyleft".
3829 New xref in "Customization".
3830 Clarify "Current Line", "Echoing", "Fringe", "Frame", "Speedbar".
3831 Add "Graphical Terminal" "Keybinding", "Margin", "Window System".
3832 Rename "Registers" to "Register".
3833 Replace "Selecting" with "Selected Frame",
3834 "Selected Window", and "Selecting a Buffer".
3835
3836 * files.texi (Types of Log File): Explain how projects'
3837 methods can vary.
3838
3839 * display.texi (Faces): Delete "Emacs 21".
3840
3841 * custom.texi (Changing a Variable): C-M-i like M-TAB.
3842 * fixit.texi (Spelling): C-M-i like M-TAB.
3843 * mini.texi (Completion Options): C-M-i like M-TAB.
3844 * programs.texi (Symbol Completion): C-M-i like M-TAB.
3845 * text.texi (Text Mode): C-M-i like M-TAB.
3846
3847 * commands.texi (Keys): Mention F1 and F2 in list of prefixes.
3848
3849 * calendar.texi (Specified Dates): Mention `g w'.
3850 (Appointments): appt-activate toggles with no arg.
3851
3852 2005-03-05 Juri Linkov <juri@jurta.org>
3853
3854 * cmdargs.texi (Emacs Invocation): Add cindex
3855 "invocation (command line arguments)"
3856 (Misc X): Add -nbc, --no-blinking-cursor.
3857
3858 2005-03-04 Ulf Jasper <ulf.jasper@web.de>
3859
3860 * calendar.texi (iCalendar): No need to require it now.
3861
3862 2005-03-03 Nick Roberts <nickrob@snap.net.nz>
3863
3864 * trouble.texi (Contributing): Mention Savannah. Direct users to
3865 emacs-devel.
3866
3867 2005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
3868
3869 * calendar.texi (Adding to Diary): Mention redrawing of calendar
3870 window.
3871
3872 2005-02-27 Richard M. Stallman <rms@gnu.org>
3873
3874 * building.texi (Compilation): Update mode line status info.
3875
3876 2005-02-27 Matt Hodges <MPHodges@member.fsf.org>
3877
3878 * calendar.texi (General Calendar): Document binding of
3879 scroll-other-window-down.
3880 (Mayan Calendar): Fix earliest date.
3881 (Time Intervals): Document timeclock-change.
3882 Fix timeclock-ask-before-exiting documentation.
3883
3884 2005-02-26 Kim F. Storm <storm@cua.dk>
3885
3886 * frames.texi (Mouse References):
3887 Add mouse-1-click-in-non-selected-windows.
3888
3889 2005-02-25 Richard M. Stallman <rms@gnu.org>
3890
3891 * screen.texi (Screen): Explain better about cursors and mode lines;
3892 don't presuppose text terminals.
3893 (Point): Don't assume just one cursor.
3894 Clarify explanation of cursors.
3895 (Echo Area, Menu Bar): Cleanups.
3896
3897 * mini.texi (Minibuffer): Prompts are highlighted.
3898 (Minibuffer Edit): Newline = C-j only on text terminals.
3899 Clarify resize-mini-windows values.
3900 Mention M-PAGEUP and M-PAGEDOWN.
3901 (Completion Commands): Mouse-1 like Mouse-2.
3902 (Minibuffer History): Explain history commands better.
3903 (Repetition): Add xref to Incremental Search.
3904
3905 * mark.texi (Setting Mark): Clarify info about displaying mark.
3906 Clarify explanation of C-@ and C-SPC.
3907 (Transient Mark): Mention Delete Selection mode.
3908 (Marking Objects): Clean up text about extending the region.
3909
3910 * m-x.texi (M-x): One C-g doesn't always go to top level.
3911 No delay before suggest-key-bindings output.
3912
3913 * fixit.texi (Fixit): Mention C-/ for undo.
3914 (Spelling): Mention ESC TAB like M-TAB.
3915 Replacement words with r and R are rechecked.
3916 Say where C-g leaves point. Mention ? as input.
3917
3918 2005-02-23 Lute Kamstra <lute@gnu.org>
3919
3920 * cmdargs.texi (Initial Options): Add cross reference.
3921
3922 2005-02-16 Luc Teirlinck <teirllm@auburn.edu>
3923
3924 * emacs.texi (Top): Update menu for splitting of node in
3925 msdog.texi.
3926 * frames.texi (Frames): Update xref for splitting of node in
3927 msdog.texi.
3928 * trouble.texi (Quitting): Ditto.
3929
3930 2005-02-16 Richard M. Stallman <rms@gnu.org>
3931
3932 * windows.texi (Split Window): Simplify line truncation info
3933 and xref to Display Custom.
3934
3935 * trouble.texi (Quitting): Emergency escape only for text terminal.
3936 (Screen Garbled): C-l for ungarbling is only for text terminal.
3937
3938 * text.texi (Text Mode): ESC TAB alternative for M-TAB.
3939
3940 * sending.texi (Header Editing): ESC TAB alternative for M-TAB.
3941
3942 * programs.texi (Program Modes): Mention Python mode.
3943 (Moving by Defuns): Repeating C-M-h extends region.
3944 (Basic Indent): Clarify.
3945 (Custom C Indent): Clarify.
3946 (Expressions): Repeating C-M-@ extends region.
3947 (Info Lookup): Clarify for C-h S.
3948 (Symbol Completion): ESC TAB alternative for M-TAB.
3949 (Electric C): Clarify.
3950
3951 * emacs.texi (Top): Update display.texi and frames.texi submenu data.
3952
3953 * msdog.texi (MS-DOS Keyboard, MS-DOS Mouse): Split from
3954 MS-DOS Input node.
3955 (MS-DOS Keyboard): Start with explaining DEL and BREAK.
3956 (MS-DOS and MULE): Clarify.
3957 (MS-DOS Processes, Windows Processes): Fix typos.
3958
3959 * major.texi (Choosing Modes): Clarify.
3960
3961 * kmacro.texi (Basic Keyboard Macro): Doc F3, F4.
3962 (Keyboard Macro Step-Edit): Clarify.
3963
3964 * indent.texi (Indentation): Clarifications.
3965
3966 * help.texi (Help): Correct error about C-h in query-replace.
3967 Clarify apropos vs C-h a. Fix how to search in FAQ.
3968 (Key Help): Describe C-h w here.
3969 (Name Help): Minor cleanup. C-h w moved to Key Help.
3970 Clarify the "object" joke.
3971 (Apropos): Clarify. Mouse-1 like Mouse-2.
3972 (Help Mode): Mouse-1 like Mouse-2.
3973
3974 * fixit.texi (Spelling): Mention ESC TAB as alt. for M-TAB.
3975
3976 * display.texi (Display): Reorder menu.
3977 (Faces): Cleanup.
3978 (Font Lock): Cleanup. Mention Options menu.
3979 Delete obsolete text.
3980 (Scrolling): For C-l, don't presume text terminal.
3981 (Horizontal Scrolling): Simplify intro.
3982 (Follow Mode): Clarify.
3983 (Cursor Display): Moved before Display Custom.
3984 (Display Custom): Explain no-redraw-on-reenter is for text terminals.
3985 Doc default-tab-width. Doc line truncation more thoroughly.
3986
3987 * dired.texi (Dired Enter): C-x C-f can run Dired.
3988 (Dired Visiting): Comment out `a' command.
3989 Mouse-1 is like Mouse-2.
3990 (Shell Commands in Dired): ? can be used more than once.
3991
3992 * basic.texi (Continuation Lines): Simplify description of truncation,
3993 and refer to Display Custom for the rest of it.
3994
3995 2005-02-06 Lute Kamstra <lute@gnu.org>
3996
3997 * basic.texi (Undo): Fix typo.
3998
3999 * cmdargs.texi (Emacs Invocation): Fix typo.
4000
4001 * custom.texi (Init Examples): Fix typo.
4002
4003 * abbrevs.texi (Expanding Abbrevs): Fix typo.
4004
4005 2005-02-06 Richard M. Stallman <rms@gnu.org>
4006
4007 * regs.texi (Registers): Registers can hold numbers, too.
4008
4009 * killing.texi (Other Kill Commands): Cleanup.
4010 Delete redundant explanation of kill in read-only buffer.
4011 (Yanking): Mention term "copying".
4012 (Accumulating Text): Fix typo.
4013
4014 * entering.texi (Entering Emacs): Update rationale at start.
4015 (Exiting): Treat iconifying on a par with suspension.
4016
4017 * custom.texi (Minor Modes): Fix typo.
4018 (Easy Customization): Fix menu style.
4019 (Variables): Add xref.
4020 (Examining): Setting for future sessions works through .emacs.
4021 (Keymaps): "Text terminals", not "Many".
4022 (Init Rebinding): Explain \C-. Show example of \M-.
4023 Fix minor wording errors.
4024 (Function Keys): Explain vector syntax just once.
4025 (Named ASCII Chars): Clarify history of TAB/C-i connection.
4026 (Init File): Mention .emacs.d directory.
4027 (Init Examples): Add xref.
4028 (Find Init): Mention .emacs.d directory.
4029
4030 * cmdargs.texi (Emacs Invocation): +LINENUM is also an option.
4031 (Action Arguments): Explain which kinds of -l args are found how.
4032 (Initial Options): --batch does not inhibit site-start.
4033 Add xrefs.
4034 (Command Example): Use --batch, not -batch.
4035
4036 * basic.texi (Inserting Text): Cleanup wording.
4037 (Moving Point): Doc PRIOR, PAGEUP, NEXT, PAGEDOWN more systematically.
4038 C-n is not error at end of buffer.
4039 (Undo): Doc C-/ like C-_. Add xrefs.
4040 (Arguments): META key may be labeled ALT.
4041 Peculiar arg meanings are explained in doc strings.
4042
4043 * abbrevs.texi (Expanding Abbrevs): Clarify.
4044
4045 2005-02-05 Eli Zaretskii <eliz@gnu.org>
4046
4047 * frames.texi (Frame Parameters): Add an xref to the description
4048 of list-colors-display. Add a pointer to the X docs about colors.
4049
4050 * cmdargs.texi (Colors): Mention 16-, 88- and 256-color modes.
4051 Impove docs of list-colors-display.
4052
4053 2005-02-03 Lute Kamstra <lute@gnu.org>
4054
4055 * frames.texi (Frames, Drag and Drop): Fix typos.
4056
4057 2005-02-03 Richard M. Stallman <rms@gnu.org>
4058
4059 * windows.texi (Basic Window): Mention color-change in mode line.
4060 (Change Window): Explain dragging vertical boundaries.
4061
4062 * text.texi (Sentences): Clarify.
4063 (Paragraphs): Explain M-a and blank lines.
4064 (Outline Mode): Clarify text and menu.
4065 (Hard and Soft Newlines): Mention use-hard-newlines.
4066
4067 * frames.texi (Frames): Delete unnecessary mention of Windows.
4068 (Mouse Commands): Likewise. Mention xterm mouse support.
4069 (Clipboard): Clarify.
4070 (Mouse References): Mention use of Mouse-1 for following links.
4071 (Menu Mouse Clicks): Clarify.
4072 (Mode Line Mouse): Clarify.
4073 (Drag and Drop): Rewrite.
4074
4075 * fixit.texi (Spelling): Fix typo.
4076
4077 * files.texi (File Names): Clarify.
4078 (Visiting): Update conditions for use of file dialog. Clarify.
4079 (Saving): Doc d as answer in save-some-buffers.
4080 (Remote Files): Clean up the text.
4081
4082 * dired.texi (Misc Dired Commands): Delete dired-marked-files.
4083
4084 * buffers.texi (Select Buffer): Doc next-buffer and prev-buffer.
4085 (List Buffers): Clarify.
4086 (Several Buffers): Doc T command.
4087 (Buffer Convenience): Clarify menu.
4088
4089 * basic.texi (Undo): Clarify last change.
4090
4091 2005-02-02 Matt Hodges <MPHodges@member.fsf.org>
4092
4093 * fixit.texi (Spelling): Fix typo.
4094
4095 2005-02-01 Luc Teirlinck <teirllm@auburn.edu>
4096
4097 * basic.texi (Undo): Update description of `undo-outer-limit'.
4098
4099 2005-02-01 Nick Roberts <nickrob@snap.net.nz>
4100
4101 * building.texi: Update documentation relating to GDB Graphical
4102 Interface.
4103
4104 2005-01-30 Luc Teirlinck <teirllm@auburn.edu>
4105
4106 * custom.texi (Easy Customization): Adapt menu to node name change.
4107
4108 2005-01-30 Richard M. Stallman <rms@gnu.org>
4109
4110 * custom.texi (Easy Customization): Defn of "User Option" now
4111 includes faces. Don't say just "option" when talking about variables.
4112 Do say just "options" to mean "anything customizable".
4113 (Specific Customization): Describe `customize-variable',
4114 not `customize-option'.
4115
4116 * glossary.texi (Glossary) <Faces>: Add xref.
4117 <User Option>: Change definition--include faces. Change xref.
4118
4119 * picture.texi (Picture): Mention artist.el.
4120
4121 * sending.texi, screen.texi, programs.texi, misc.texi:
4122 * mini.texi, major.texi, maintaining.texi, macos.texi:
4123 * help.texi, frames.texi, files.texi:
4124 Don't say just "option" when talking about variables.
4125
4126 * display.texi, mule.texi: Don't say just "option" when talking
4127 about variables. Other minor cleanups.
4128
4129 2005-01-26 Lute Kamstra <lute@gnu.org>
4130
4131 * cmdargs.texi (Initial Options): Add a cross reference to `Init
4132 File'. Mention the `-Q' option at the `--no-site-file' option.
4133
4134 2005-01-22 David Kastrup <dak@gnu.org>
4135
4136 * building.texi (Grep Searching): Mention alias `find-grep' for
4137 `grep-find'.
4138
4139 2005-01-20 Richard M. Stallman <rms@gnu.org>
4140
4141 * calendar.texi (Time Intervals): Delete special stuff for MS-DOS.
4142
4143 2005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
4144
4145 * rmail.texi (Movemail): Explain differences
4146 between standard and mailutils versions of movemail.
4147 Describe command line and configuration options introduced
4148 with the latter.
4149 Explain the notion of mailbox URL, provide examples and
4150 cross-references to mailutils documentation.
4151 Describe various methods of specifying mailbox names,
4152 user names and user passwords for rmail.
4153 (Remote Mailboxes): New section. Describe
4154 how movemail handles remote mailboxes. Describe configuration
4155 options used to control its behavior.
4156 (Other Mailbox Formats): Explain handling of various mailbox
4157 formats.
4158
4159 2005-01-13 Richard M. Stallman <rms@gnu.org>
4160
4161 * commands.texi (Commands): Clarification.
4162
4163 2005-01-11 Richard M. Stallman <rms@gnu.org>
4164
4165 * programs.texi (Multi-line Indent): Fix previous change.
4166 (Fortran Autofill): Simplify description of fortran-auto-fill-mode.
4167
4168 2005-01-08 Richard M. Stallman <rms@gnu.org>
4169
4170 * display.texi (Faces): isearch-lazy-highlight-face renamed to
4171 lazy-highlight.
4172
4173 * search.texi (Query Replace): Mention faces query-replace
4174 and lazy-highlight.
4175 (Incremental Search): Update isearch highlighting info.
4176
4177 2005-01-04 Richard M. Stallman <rms@gnu.org>
4178
4179 * custom.texi (Saving Customizations): Minor improvement.
4180
4181 2005-01-03 Luc Teirlinck <teirllm@auburn.edu>
4182
4183 * custom.texi (Saving Customizations): Emacs no longer loads
4184 `custom-file' after .emacs. No longer mention customizing through
4185 Custom.
4186
4187 2005-01-01 Andreas Schwab <schwab@suse.de>
4188
4189 * killing.texi (Graphical Kill): Move up under node Killing,
4190 change @section to @subsection.
4191
4192 2005-01-01 Richard M. Stallman <rms@gnu.org>
4193
4194 * custom.texi (Face Customization): Mention hex color specs.
4195
4196 * emacs.texi (Top): Update Killing submenu.
4197
4198 * killing.texi (Killing): Reorganize section.
4199 No more TeX-only text; put the node command at start of chapter.
4200 But the first section heading is used only in TeX.
4201 Rewrite the text to read better in this mode.
4202 (Graphical Kill): New subnode gets some of the text that
4203 used to be in the first section.
4204
4205 2004-12-31 Richard M. Stallman <rms@gnu.org>
4206
4207 * dired.texi (Shell Commands in Dired): Delete the ? example.
4208
4209 * display.texi (Scrolling): Correct scroll-preserve-screen-position.
4210
4211 * files.texi (Saving): Describe new require-final-newline features
4212 and mode-require-final-newline.
4213
4214 2004-12-29 Richard M. Stallman <rms@gnu.org>
4215
4216 * custom.texi (File Variables): Clarify previous change.
4217
4218 2004-12-27 Jan Djärv <jan.h.d@swipnet.se>
4219
4220 * frames.texi (Dialog Boxes): Mention Gtk+ 2.6 also, as that version is
4221 out now.
4222
4223 2004-12-27 Richard M. Stallman <rms@gnu.org>
4224
4225 * Makefile.in (MAKEINFO): Specify --force.
4226
4227 * basic.texi (Moving Point): C-e now runs move-end-of-line.
4228 (Undo): Doc undo-outer-limit.
4229
4230 2004-12-15 Juri Linkov <juri@jurta.org>
4231
4232 * mark.texi (Transient Mark, Mark Ring): M-< and other
4233 movement commands don't set mark in Transient Mark mode
4234 if mark is active.
4235
4236 2004-12-12 Juri Linkov <juri@jurta.org>
4237
4238 * misc.texi (FFAP): Add C-x C-r, C-x C-v, C-x C-d,
4239 C-x 4 r, C-x 4 d, C-x 5 r, C-x 5 d.
4240
4241 * dired.texi (Dired Navigation): Add @r{(Dired)} to M-g.
4242 (Misc Dired Commands): Add @r{(Dired)} to w.
4243
4244 2004-12-12 Juri Linkov <juri@jurta.org>
4245
4246 * mark.texi (Marking Objects): Marking commands also extend the
4247 region when mark is active in Transient Mark mode.
4248
4249 2004-12-08 Luc Teirlinck <teirllm@auburn.edu>
4250
4251 * custom.texi (Saving Customizations): Emacs only loads the custom
4252 file automatically after the init file in version 22.1 or later.
4253 Adapt text and examples to this fact.
4254
4255 2004-12-07 Luc Teirlinck <teirllm@auburn.edu>
4256
4257 * frames.texi (Scroll Bars): The option `scroll-bar-mode' has to
4258 be set through Custom. Otherwise, it has no effect.
4259
4260 2004-12-05 Richard M. Stallman <rms@gnu.org>
4261
4262 * cmdargs.texi, doclicense.texi, xresources.texi, emacs.texi:
4263 * entering.texi: Rename Command Line to Emacs Invocation.
4264
4265 * misc.texi (Term Mode): Correcty describe C-c.
4266
4267 * custom.texi (Easy Customization): Move up to section level,
4268 before Variables. Avoid using the term "variable"; say "option".
4269 New initial explanation.
4270 (Variables): In initial explanation, connect "variable" to the
4271 already-explained "user option".
4272
4273 * emacs.texi (Top): Fix ref to Command Line.
4274 Move reference to Easy Customization.
4275
4276 * xresources.texi (X Resources): Fix From link.
4277
4278 * doclicense.texi (GNU Free Documentation License): Fix To link.
4279
4280 * entering.texi (Entering Emacs): Fix xref, now to Command Line.
4281
4282 * cmdargs.texi (Command Line): Node renamed from Command Arguments.
4283
4284 2004-12-03 Richard M. Stallman <rms@gnu.org>
4285
4286 * cmdargs.texi (Initial Options): Clarify batch mode i/o.
4287
4288 2004-12-01 Luc Teirlinck <teirllm@auburn.edu>
4289
4290 * kmacro.texi: Several small changes in addition to the following.
4291 (Keyboard Macro Ring): Describe behavior of `C-x C-k C-k' when
4292 defining a keyboard macro.
4293 Mention `kmacro-ring-max'.
4294 (Keyboard Macro Counter): Clarify description of
4295 `kmacro-insert-counter', `kmacro-set-counter',
4296 `kmacro-add-counter' and `kmacro-set-format'.
4297
4298 2004-11-29 Reiner Steib <Reiner.Steib@gmx.de>
4299
4300 * custom.texi (File Variables): Add `unibyte' and make it more
4301 clear that `unibyte' and `coding' are special. Suggested by Simon
4302 Krahnke <overlord@gmx.li>.
4303
4304 * mule.texi (Enabling Multibyte): Refer to File Variables.
4305 Suggested by Simon Krahnke <overlord@gmx.li>.
4306
4307 2004-11-26 Jan Djärv <jan.h.d@swipnet.se>
4308
4309 * frames.texi (Dialog Boxes): Rename use-old-gtk-file-dialog to
4310 x-use-old-gtk-file-dialog.
4311
4312 2004-11-20 Richard M. Stallman <rms@gnu.org>
4313
4314 * text.texi (Fill Prefix): M-q doesn't apply fill prefix to first line.
4315
4316 2004-11-09 Lars Brinkhoff <lars@nocrew.org>
4317
4318 * building.texi (Lisp Eval): Delete hyphen in section name.
4319
4320 2004-11-19 Thien-Thi Nguyen <ttn@gnu.org>
4321
4322 * files.texi (Old Versions):
4323 No longer document annotation as "CVS only".
4324
4325 2004-11-10 Andre Spiegel <spiegel@gnu.org>
4326
4327 * files.texi (Version Control): Rewrite the introduction about
4328 version systems, mentioning the new ones that we support. Thanks
4329 to Alex Ott, Karl Fogel, Stefan Monnier, and David Kastrup for
4330 suggestions.
4331
4332 2004-11-03 Jan Djärv <jan.h.d@swipnet.se>
4333
4334 * frames.texi (Dialog Boxes): Replace non-nil with non-@code{nil}.
4335
4336 2004-11-02 Jan Djärv <jan.h.d@swipnet.se>
4337
4338 * frames.texi (Dialog Boxes): Document use-old-gtk-file-dialog.
4339
4340 2004-10-23 Eli Zaretskii <eliz@gnu.org>
4341
4342 * text.texi (Text Based Tables, Table Definition)
4343 (Table Creation, Table Recognition, Cell Commands)
4344 (Cell Justification, Row Commands, Column Commands)
4345 (Fixed Width Mode, Table Conversion, Measuring Tables)
4346 (Table Misc): New nodes, documenting the Table Mode.
4347
4348 2004-10-19 Jason Rumney <jasonr@gnu.org>
4349
4350 * makefile.w32-in (info): Change order of arguments to makeinfo.
4351
4352 2004-10-19 Ulf Jasper <ulf.jasper@web.de>
4353
4354 * calendar.texi (iCalendar): Update for package changes.
4355
4356 2004-10-09 Luc Teirlinck <teirllm@auburn.edu>
4357
4358 * files.texi (Misc File Ops): View mode is a minor mode.
4359
4360 2004-10-08 Glenn Morris <gmorris@ast.cam.ac.uk>
4361
4362 * calendar.texi (iCalendar): Style changes.
4363
4364 2004-10-07 Luc Teirlinck <teirllm@auburn.edu>
4365
4366 * search.texi (Regexps): The regexp described in the example is no
4367 longer stored in the variable `sentence-end'.
4368
4369 2004-10-06 Nick Roberts <nickrob@snap.net.nz>
4370
4371 * building.texi (Starting GUD): Note that multiple debugging
4372 sessions requires `gdb --fullname'.
4373
4374 2004-10-05 Ulf Jasper <ulf.jasper@web.de>
4375
4376 * calendar.texi (iCalendar): New section for a new package.
4377
4378 2004-10-05 Luc Teirlinck <teirllm@auburn.edu>
4379
4380 * text.texi: Various small changes in addition to the following.
4381 (Text): Replace xref for autotype with inforef.
4382 (Sentences): Explain nil value for `sentence-end'.
4383 (Paragraphs): Update default values for `paragraph-start' and
4384 `paragraph-separate'.
4385 (Text Mode): Correct description of Text mode's effect on the
4386 syntax table.
4387 (Outline Visibility): `hide-other' does not hide top level headings.
4388 `selective-display-ellipses' no longer has an effect on Outline mode.
4389 (TeX Misc): Add missing @cindex.
4390 Replace xref for RefTeX with inforef.
4391 (Requesting Formatted Text): The variable
4392 `enriched-fill-after-visiting' no longer exists.
4393 (Editing Format Info): Update names of menu items and commands.
4394 (Format Faces): Mention special effect of specifying the default face.
4395 Describe inheritance of text properties.
4396 Correct description of `fixed' face.
4397 (Format Indentation): Correct description of effect of setting
4398 margins. Mention `set-left-margin' and `set-right-margin'.
4399 (Format Justification): Update names of menu items.
4400 `set-justification-full' is now bound to `M-j b'.
4401 Mention that `default-justification' is a per buffer variable.
4402 (Format Properties): Update name of menu item.
4403 (Forcing Enriched Mode): `format-decode-buffer' automatically
4404 turns on Enriched mode if the buffer is in text/enriched format.
4405
4406 2004-10-05 Emilio C. Lopes <eclig@gmx.net>
4407
4408 * calendar.texi (From Other Calendar): Add calendar-goto-iso-week.
4409
4410 2004-09-28 Kim F. Storm <storm@cua.dk>
4411
4412 * display.texi (Display Custom) <indicate-buffer-boundaries>:
4413 Align with new functionality.
4414
4415 2004-09-22 Luc Teirlinck <teirllm@auburn.edu>
4416
4417 * display.texi (Display Custom): Remove stray `@end defvar'.
4418
4419 2004-09-23 Kim F. Storm <storm@cua.dk>
4420
4421 * display.texi (Display Custom): Add `overflow-newline-into-fringe',
4422 `indicate-buffer-boundaries' and `default-indicate-buffer-boundaries'.
4423
4424 2004-09-20 Richard M. Stallman <rms@gnu.org>
4425
4426 * custom.texi (Hooks): Explain using setq to clear out a hook.
4427 (File Variables): Explain multiline string constants.
4428 (Non-ASCII Rebinding): Explain when you need to update
4429 non-ASCII char codes in .emacs.
4430
4431 * building.texi (Compilation): Explain how to make a silent
4432 subprocess that won't be terminated. Explain compilation-environment.
4433
4434 2004-09-13 Kim F. Storm <storm@cua.dk>
4435
4436 * mini.texi (Repetition): Rename isearch-resume-enabled to
4437 isearch-resume-in-command-history and change default to disabled.
4438
4439 2004-09-09 Kim F. Storm <storm@cua.dk>
4440
4441 * kmacro.texi (Save Keyboard Macro): Replace `name-last-kbd-macro'
4442 with new `kmacro-name-last-macro'.
4443
4444 2004-09-08 Juri Linkov <juri@jurta.org>
4445
4446 * mini.texi (Minibuffer History): Add `history-delete-duplicates'.
4447
4448 2004-09-03 Juri Linkov <juri@jurta.org>
4449
4450 * search.texi (Incremental Search): Update wording for M-%.
4451
4452 2004-09-02 Luc Teirlinck <teirllm@auburn.edu>
4453
4454 * killing.texi (Killing): Correct description of kill commands in
4455 read-only buffer.
4456
4457 2004-09-02 Teodor Zlatanov <tzz@lifelogs.com>
4458
4459 * building.texi (Compilation Mode): Add a paragraph about rules
4460 for finding the compilation buffer for `next-error'.
4461
4462 * search.texi (Other Repeating Search): Mention that Occur mode
4463 supports the next-error functionality.
4464
4465 2004-09-02 Juri Linkov <juri@jurta.org>
4466
4467 * search.texi (Regexp Replace): Add missing backslash to \footnote.
4468
4469 2004-08-31 Luc Teirlinck <teirllm@auburn.edu>
4470
4471 * kmacro.texi (Basic Keyboard Macro):
4472 `apply-macro-to-region-lines' now operates on all lines that begin
4473 in the region, rather than on all complete lines in the region.
4474
4475 2004-08-31 Jan Djärv <jan.h.d@swipnet.se>
4476
4477 * frames.texi (Drag and drop): Add documentation about
4478 x-dnd-test-function and x-dnd-known-types.
4479
4480 2004-08-30 Luc Teirlinck <teirllm@auburn.edu>
4481
4482 * indent.texi: Various minor changes in addition to:
4483 (Indentation Commands): Correct description of `indent-relative'.
4484 (Tab Stops): <TAB> is no longer bound to `tab-to-tab-stop' in Text
4485 mode. The *Tab Stops* buffer uses Overwrite Mode.
4486 (Just Spaces): `tabify' converts sequences of at least two spaces
4487 to tabs.
4488
4489 2004-08-27 Luc Teirlinck <teirllm@auburn.edu>
4490
4491 * frames.texi (Secondary Selection): Setting the secondary
4492 selection with M-Drag-Mouse-1 does not alter the kill ring,
4493 setting it with M-Mouse-1 and M-Mouse-3 does.
4494 (Mode Line Mouse): C-Mouse-2 on scroll bar now also works for
4495 toolkit scroll bars.
4496 (Scroll Bars): Ditto.
4497
4498 * windows.texi (Basic Window): When using a window system, the value
4499 of point in a non-selected window is indicated by a hollow box.
4500 (Split Window): Side by side windows are separated by a scroll bar,
4501 if scroll bars are used.
4502 C-Mouse-2 on scroll bar now also works for toolkit scroll bars.
4503 (Change Window): Correct Mouse-2 vs Mouse-3 mess-up.
4504 (Window Convenience): Update bindings for `winner-undo' and
4505 `winner-redo'.
4506
4507 * ack.texi (Acknowledgments): Use `@unnumbered'.
4508 * misc.texi: Adapt sectioning in Info to the node structure.
4509 (Invoking emacsclient): Make "Invoking emacsclient" a subsection
4510 of "Using Emacs as a Server".
4511 * building.texi (Building): Interchange nodes (for correct numbering).
4512 * programs.texi (Programs): Interchange nodes (for correct numbering).
4513 * killing.texi, entering.texi, commands.texi: Adapt sectioning in
4514 Info to the node structure.
4515 * emacs.texi: Make "GNU GENERAL PUBLIC LICENSE" an appendix.
4516 Rearrange order of nodes and sections such that both "GNU GENERAL
4517 PUBLIC LICENSE" and "GNU Free Documentation License" appear at the
4518 end, as appropriate for appendices.
4519 (Acknowledgments): Put inside @iftex instead of @ifnotinfo.
4520 Use `@unnumberedsec'.
4521 * trouble.texi: Adapt sectioning in Info to the node structure.
4522 Adapt node pointers to change in emacs.texi.
4523 * cmdargs.texi, doclicense.texi: Adapt node pointers.
4524
4525 2004-08-25 Kenichi Handa <handa@m17n.org>
4526
4527 * custom.texi (Non-ASCII Rebinding): Fix and simplify the
4528 description for unibyte mode.
4529
4530 2004-08-23 Luc Teirlinck <teirllm@auburn.edu>
4531
4532 * display.texi (Font Lock): Correct invalid (for hardcopy) @xref.
4533
4534 * search.texi (Regexps): Correct cryptic (in hardcopy) @ref.
4535 (Configuring Scrolling): Correct invalid (for hardcopy) @xref.
4536 (Regexp Replace): Standardize reference to hardcopy Elisp Manual
4537 in @pxref.
4538
4539 2004-08-22 Luc Teirlinck <teirllm@auburn.edu>
4540
4541 * kmacro.texi (Keyboard Macro Counter, Keyboard Macro Step-Edit):
4542 Change section names.
4543
4544 2004-08-21 Luc Teirlinck <teirllm@auburn.edu>
4545
4546 * kmacro.texi (Keyboard Macro Ring): Rename section.
4547 Emacs treats the head of the macro ring as the `last keyboard macro'.
4548 (Keyboard Macro Counter): Minor change.
4549 (Save Keyboard Macro): Some clarifications.
4550 (Edit Keyboard Macro): Rename section.
4551
4552 * buffers.texi (Buffers): Maximum buffer size is now 256M on
4553 32-bit machines.
4554 (Several Buffers): Clarify which buffer is selected if `2' is
4555 pressed in the Buffer Menu.
4556 Auto Revert mode can be used to update the Buffer Menu
4557 automatically.
4558
4559 2004-08-21 Eli Zaretskii <eliz@gnu.org>
4560
4561 * help.texi (Misc Help): Add an index entry for finding an Info
4562 manual by its file name.
4563
4564 2004-08-20 Luc Teirlinck <teirllm@auburn.edu>
4565
4566 * files.texi (Backup Deletion): Correct description of
4567 `delete-old-versions'.
4568 (Time Stamps): `time-stamp' needs to be added to `before-save-hook'.
4569 (Auto Save Files): Recommend `auto-save-mode' to reenable
4570 auto-saving, rather than the abbreviation `auto-save'.
4571
4572 2004-08-17 Luc Teirlinck <teirllm@auburn.edu>
4573
4574 * emacs.texi (Top): Mention "cutting" and "pasting" as synonyms
4575 for "killing" and "yanking" in main menu.
4576
4577 2004-08-16 Richard M. Stallman <rms@gnu.org>
4578
4579 * killing.texi (Yanking, Killing): Minor cleanups.
4580
4581 * mark.texi (Momentary Mark): Minor cleanups.
4582
4583 2004-08-15 Kenichi Handa <handa@etl.go.jp>
4584
4585 * custom.texi (Non-ASCII Rebinding):
4586 C-q always inserts the right code to pass to global-set-key.
4587
4588 2004-08-13 Luc Teirlinck <teirllm@auburn.edu>
4589
4590 * regs.texi (RegNumbers): Mention `C-x r i' binding for
4591 `insert-register', instead of `C-x r g' binding, for consistency.
4592
4593 2004-08-12 Luc Teirlinck <teirllm@auburn.edu>
4594
4595 * fixit.texi (Spelling): Fix typo.
4596
4597 2004-08-11 Luc Teirlinck <teirllm@auburn.edu>
4598
4599 * help.texi (Help): Fix Texinfo usage.
4600
4601 2004-07-24 Richard M. Stallman <rms@gnu.org>
4602
4603 * text.texi (Paragraphs): Update how paragraphs are separated
4604 and the default for paragraph-separate.
4605
4606 * search.texi (Regexp Replace): Further update text for new
4607 replacement operators.
4608
4609 2004-07-18 Luc Teirlinck <teirllm@auburn.edu>
4610
4611 * emacs-xtra.texi (Subdir switches): Dired does not remember the
4612 `R' switch.
4613
4614 * dired.texi (Dired Updating): `k' only deletes inserted
4615 subdirectories from the Dired buffer if a prefix argument was given.
4616
4617 * search.texi (Regexps): Delete redundant definition of `symbol' in
4618 description of `\_>'. It already occurs in the description of `\_<'.
4619
4620 2004-07-01 Juri Linkov <juri@jurta.org>
4621
4622 * search.texi (Incremental Search): Add C-M-w, C-M-y, M-%, C-M-%, M-e.
4623 (Regexp Search): Add M-r.
4624
4625 2004-06-30 Luc Teirlinck <teirllm@auburn.edu>
4626
4627 * makefile.w32-in (EMACSSOURCES): Remove emacs-xtra.
4628
4629 2004-06-29 Jesper Harder <harder@ifa.au.dk>
4630
4631 * search.texi, calendar.texi: Markup fixes.
4632
4633 2004-06-25 Richard M. Stallman <rms@gnu.org>
4634
4635 * search.texi (Regexp Replace): Rewrite description of \# \, and \?.
4636
4637 2004-06-25 David Kastrup <dak@gnu.org>
4638
4639 * search.texi (Regexp Replace): Some typo corrections and
4640 rearrangement.
4641
4642 2004-06-24 David Kastrup <dak@gnu.org>
4643
4644 * search.texi (Unconditional Replace): Use replace-string instead
4645 of query-replace in example.
4646 (Regexp Replace): Add explanations for `\,', `\#' and `\?'
4647 sequences.
4648 (Query Replace): Correct explanation of `^' which does not use
4649 the mark stack.
4650
4651 2004-06-21 Nick Roberts <nickrob@gnu.org>
4652
4653 * misc.texi (Shell History Copying): Document comint-insert-input.
4654 (Shell Ring): Describe comint-dynamic-list-input-ring here.
4655
4656 2004-06-20 Jesper Harder <harder@ifa.au.dk>
4657
4658 * msdog.texi (Text and Binary, MS-DOS Printing): Use m-dash.
4659 * custom.texi (Customization): Do.
4660 * anti.texi (Antinews): Do.
4661 * abbrevs.texi (Defining Abbrevs): Do.
4662
4663 * programs.texi (Info Lookup): Fix keybinding for
4664 info-lookup-symbol.
4665
4666 2004-06-16 Juanma Barranquero <lektu@terra.es>
4667
4668 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, EMACSSOURCES):
4669 Add emacs-xtra.
4670 ($(infodir)/emacs-xtra, emacs-xtra.dvi): New dependencies.
4671 (clean): Add emacs-xtra and flymake. Remove redundancies.
4672
4673 2004-06-15 Luc Teirlinck <teirllm@auburn.edu>
4674
4675 * Makefile.in (INFO_TARGETS, DVI_TARGETS, ../info/emacs-xtra):
4676 Add emacs-xtra.
4677 * emacs-xtra.texi: New file.
4678
4679 2004-06-14 Luc Teirlinck <teirllm@auburn.edu>
4680
4681 * dired.texi (Dired Enter): Mention conditions on `ls' switches.
4682 (Dired and Find): Mention differences with ordinary Dired buffers.
4683
4684 2004-06-13 Richard M. Stallman <rms@gnu.org>
4685
4686 * custom.texi (Init Syntax): Explain about vars that do special
4687 things when set with setq or with Custom.
4688 (Init Examples): Add line-number-mode example.
4689
4690 2004-06-12 Juri Linkov <juri@jurta.org>
4691
4692 * dired.texi (Operating on Files): Add dired-do-touch.
4693
4694 2004-06-10 Juri Linkov <juri@jurta.org>
4695
4696 * building.texi (Lisp Eval): Add C-M-x on defface.
4697
4698 2004-06-08 Luc Teirlinck <teirllm@auburn.edu>
4699
4700 * files.texi (Reverting): Auto-Revert mode and
4701 Global Auto-Revert mode no longer revert remote files.
4702
4703 2004-05-29 Richard M. Stallman <rms@gnu.org>
4704
4705 * custom.texi (Init File): Two dashes start --no-site-file.
4706
4707 2004-05-29 Alan Mackenzie <acm@muc.de>
4708
4709 * programs.texi: Update for CC Mode 5.30 and incidental amendments.
4710 ("AWK"): Is consistently thus spelt throughout.
4711 (AWK, Pike): Document as "C-like modes".
4712 (@kbd{M-j}): Document as alternative to @kbd{C-M-j}.
4713 (M-x man): Supersedes M-x manual-entry.
4714 Add numerous index entries. Correct "ESC a/e" to "M-a/e".
4715
4716 ("Comments in C"): Delete node; the info is in CC Mode manual.
4717 (c-comment-only-line-offset): Remove description.
4718
4719 (C-c ., C-c C-c): Describe new C Mode bindings.
4720
4721 (C-u TAB, indent-code-rigidly, c-indent-exp, c-tab-always-indent)
4722 (@dfn{Style}, c-default-style, comment-column, comment-padding)
4723 (c-up-conditional, c-beginning-of-statement, c-end-of-statement):
4724 Amend definitions.
4725
4726 (c-beginning-of-defun, c-end-of-defun, c-context-line-break):
4727 Describe functions.
4728
4729 (c-comment-start-regexp, c-hanging-comment-ender-p)
4730 (c-hanging-comment-starter-p): Remove obsolete definitions.
4731
4732 * emacs.texi: Remove the menu entry "Comments in C".
4733
4734 2004-05-27 Luc Teirlinck <teirllm@auburn.edu>
4735
4736 * dired.texi (Dired and Find): `find-ls-option' does not apply to
4737 `M-x locate'.
4738
4739 2004-05-16 Karl Berry <karl@gnu.org>
4740
4741 * emacs.texi (ack.texi) [@ifnottex]: Change condition; with @ifinfo,
4742 makeinfo --html fails.
4743 * help.texi (Help Summary) [@ifnottex]: Likewise.
4744
4745 2004-05-13 Nick Roberts <nickrob@gnu.org>
4746
4747 * building.texi (GDB Graphical Interface): Update and describe
4748 layout first.
4749
4750 2004-05-04 Jason Rumney <jasonr@gnu.org>
4751
4752 * makefile.w32-in: Revert last change.
4753
4754 2004-05-03 Jason Rumney <jasonr@gnu.org>
4755
4756 * makefile.w32-in (MULTI_INSTALL_INFO, ENVADD): Use forward slashes.
4757
4758 2004-04-23 Juanma Barranquero <lektu@terra.es>
4759
4760 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
4761
4762 2004-04-18 Juri Linkov <juri@jurta.org>
4763
4764 * fixit.texi (Spelling): Remove file extension from ispell xref.
4765
4766 2004-04-15 Kim F. Storm <storm@cua.dk>
4767
4768 * cmdargs.texi (Initial Options): Add -Q.
4769
4770 2004-04-05 Kim F. Storm <storm@cua.dk>
4771
4772 * custom.texi (File Variables): Add safe-local-eval-forms.
4773
4774 2004-04-02 Luc Teirlinck <teirllm@auburn.edu>
4775
4776 * files.texi (Reverting): Correct description of revert-buffer's
4777 handling of point.
4778
4779 2004-03-22 Juri Linkov <juri@jurta.org>
4780
4781 * emacs.texi (Top): Add `Misc X'.
4782
4783 * trouble.texi: Fix help key bindings.
4784
4785 * glossary.texi: Improve references.
4786
4787 * help.texi: Sync keywords with finder.el.
4788
4789 * mini.texi (Completion): Add description for menu items.
4790
4791 * misc.texi (Browse-URL, FFAP): Add information about keywords.
4792
4793 * sending.texi (Mail Methods): Fix xref to Message manual.
4794
4795 2004-03-12 Richard M. Stallman <rms@gnu.org>
4796
4797 * buffers.texi (Misc Buffer): Add index entry for rename-uniquely.
4798
4799 2004-03-04 Richard M. Stallman <rms@gnu.org>
4800
4801 * search.texi (Regexps): Explain that ^ and $ have their
4802 special meanings only in certain contexts.
4803
4804 * programs.texi (Expressions): Doc C-M-SPC as alias for C-M-@.
4805
4806 * mule.texi (Specify Coding): Doc C-x RET F.
4807
4808 * buffers.texi (Misc Buffer): Explain use of M-x rename-uniquely
4809 for multiple compile and grep buffers.
4810 (Indirect Buffers): Don't recommand clone-indirect-buffer
4811 for multiple compile and grep buffers.
4812
4813 2004-02-29 Juanma Barranquero <lektu@terra.es>
4814
4815 * makefile.w32-in (mostlyclean, clean, maintainer-clean):
4816 Use $(DEL) instead of rm, and ignore exit code.
4817
4818 2004-02-23 Nick Roberts <nick@nick.uklinux.net>
4819
4820 * building.texi (Watch Expressions): Update.
4821
4822 2004-02-21 Juri Linkov <juri@jurta.org>
4823
4824 * cmdargs.texi (Action Arguments): Add alias --find-file. Add
4825 --directory, --help, --version. Move text about command-line-args
4826 to Command Arguments.
4827 (Initial Options): Add @cindex for --script. Fix @cindex for -q.
4828 Add --no-desktop. Add alias --no-multibyte, --no-unibyte.
4829 (Window Size X): Join -g and --geometry. Add @cindex.
4830 (Borders X): Fix @cindex for -ib. Add @cindex for -bw.
4831 (Title X): Remove alias -title.
4832 (Misc X): New node.
4833
4834 2004-02-15 Jan Djärv <jan.h.d@swipnet.se>
4835
4836 * frames.texi (Drag and drop): Add Motif to list of supported
4837 protocols.
4838
4839 2004-02-03 Jan Djärv <jan.h.d@swipnet.se>
4840
4841 * frames.texi (Drag and drop): New section.
4842
4843 2004-01-24 Richard M. Stallman <rms@gnu.org>
4844
4845 * emacs.texi (Acknowledgments): Renamed from Acknowledgements.
4846 Include it only @ifnotinfo. Patch the preceding and following
4847 node headers to point to each other.
4848
4849 2004-01-11 Glenn Morris <gmorris@ast.cam.ac.uk>
4850
4851 * calendar.texi (Appointments): Update section.
4852
4853 2003-12-29 Kevin Ryde <user42@zip.com.au>
4854
4855 * programs.texi (C Modes): Fix the xref.
4856
4857 2003-12-23 Nick Roberts <nick@nick.uklinux.net>
4858
4859 * building.texi (Watch Expressions): Update.
4860 (Commands of GUD): Include use of toolbar + breakpoints set from
4861 fringe/margin.
4862
4863 2003-12-03 Andre Spiegel <spiegel@gnu.org>
4864
4865 * files.texi: Say how to disable VC. Suggested by Alan Mackenzie
4866 <acm@muc.de>.
4867
4868 2003-11-29 Jan Djärv <jan.h.d@swipnet.se>
4869
4870 * frames.texi (Dialog Boxes): Add use-file-dialog.
4871
4872 2003-11-22 Martin Stjernholm <bug-cc-mode@gnu.org>
4873
4874 * ack.texi: Note that Alan Mackenzie contributed the AWK support
4875 in CC Mode.
4876
4877 2003-11-02 Jesper Harder <harder@ifa.au.dk> (tiny change)
4878
4879 * man/ack.texi, man/basic.texi, man/cmdargs.texi:
4880 * man/commands.texi, man/custom.texi, man/display.texi:
4881 * man/emacs.texi, man/files.texi:
4882 * man/frames.texi, man/glossary.texi, man/killing.texi:
4883 * man/macos.texi, man/mark.texi, man/misc.texi, man/msdog.texi:
4884 * man/mule.texi, man/rmail.texi, man/search.texi:
4885 * man/sending.texi, man/text.texi, man/trouble.texi:
4886 Replace @sc{ascii} and ASCII with @acronym{ASCII}.
4887
4888 2003-11-01 Alan Mackenzie <acm@muc.de>
4889
4890 * search.texi (Scrolling During Incremental Search): Document a
4891 new scrolling facility in isearch mode.
4892
4893 2003-10-22 Miles Bader <miles@gnu.org>
4894
4895 * Makefile.in (info): Move before $(top_srcdir)/info.
4896
4897 2003-10-22 Nick Roberts <nick@nick.uklinux.net>
4898
4899 * building.texi (Watch Expressions): Update section on data display
4900 to reflect code changes (GDB Graphical Interface).
4901
4902 2003-10-13 Richard M. Stallman <rms@gnu.org>
4903
4904 * xresources.texi (GTK resources): Clean up previous change.
4905
4906 2003-10-12 Jan Djärv <jan.h.d@swipnet.se>
4907
4908 * xresources.texi (GTK resources): Add a note that some themes
4909 disallow customizations. Add scroll theme example.
4910
4911 2003-09-30 Richard M. Stallman <rms@gnu.org>
4912
4913 * cmdargs.texi (General Variables): Remove MAILRC envvar.
4914
4915 * misc.texi (Saving Emacs Sessions): Shorten the section,
4916 collapsing back into one node.
4917
4918 2003-09-30 Lars Hansen <larsh@math.ku.dk>
4919
4920 * misc.texi: Section "Saving Emacs Sessions" rewritten.
4921
4922 2003-09-29 Jan Djärv <jan.h.d@swipnet.se>
4923
4924 * xresources.texi (GTK names in Emacs): Correct typo.
4925
4926 2003-09-24 Luc Teirlinck <teirllm@mail.auburn.edu>
4927
4928 * cmdargs.texi (Font X): Mention new default font. More
4929 fully describe long font names, wildcard patterns and the
4930 problems involved. (Result of discussion on emacs-devel.)
4931
4932 2003-09-22 Luc Teirlinck <teirllm@mail.auburn.edu>
4933
4934 * emacs.texi (Acknowledgements): Correct typo.
4935
4936 2003-09-22 Richard M. Stallman <rms@gnu.org>
4937
4938 * dired.texi (Misc Dired Commands): New node.
4939 (Dired Navigation): Add dired-goto-file.
4940
4941 * files.texi (File Aliases, Misc File Ops): Add @cindex entries.
4942
4943 * emacs.texi (Acknowledgements): New node, split from Distribution.
4944
4945 * cmdargs.texi (Action Arguments): -f reads interactive args.
4946
4947 2003-09-08 Lute Kamstra <lute@gnu.org>
4948
4949 * screen.texi (Mode Line): Say that POS comes before LINE.
4950 Mention `size-indication-mode'.
4951 * display.texi (Optional Mode Line): Document
4952 `size-indication-mode'.
4953 * basic.texi (Position Info): Mention `size-indication-mode'.
4954
4955 2003-09-07 Luc Teirlinck <teirllm@mail.auburn.edu>
4956
4957 * xresources.texi (Resources): Refer to `editres' man page.
4958 (Lucid Resources): Update defaults. Expand description of
4959 `shadowThickness'.
4960
4961 2003-09-04 Miles Bader <miles@gnu.org>
4962
4963 * Makefile.in (top_srcdir): New variable.
4964 ($(top_srcdir)/info): New rule.
4965 (info): Depend on it.
4966
4967 2003-09-03 Peter Runestig <peter@runestig.com>
4968
4969 * makefile.w32-in: New file.
4970
4971 2003-08-29 Richard M. Stallman <rms@gnu.org>
4972
4973 * misc.texi (Saving Emacs Sessions): Correct previous change.
4974
4975 2003-08-19 Luc Teirlinck <teirllm@mail.auburn.edu>
4976
4977 * emacs.texi (Top): Update menu to reflect new Keyboard Macros chapter.
4978 (Intro): Include kmacro.texi after fixit.texi instead of after
4979 custom.texi. (As suggested by Kim Storm.)
4980
4981 2003-08-18 Luc Teirlinck <teirllm@mail.auburn.edu>
4982
4983 * fixit.texi (Fixit): Update `Next' pointer.
4984 * files.texi (Files): Update `Previous' pointer.
4985 * kmacro.texi (Keyboard Macros): Remove redundant node and section.
4986 * emacs.texi (Intro): Include kmacro.texi after custom.texi.
4987 (Suggested by Kim Storm.)
4988 * Makefile (EMACSSOURCES): Add kmacro.texi. (Suggested by Kim Storm.)
4989
4990 2003-08-18 Kim F. Storm <storm@cua.dk>
4991
4992 * kmacro.texi: New file describing enhanced keyboard macro
4993 functionality. Replaces old description in custom.texi.
4994
4995 * custom.texi (Customization): Add xref to Keyboard Macros chapter.
4996 (Keyboard Macros): Move to new kmacro.texi file.
4997
4998 * emacs.texi (Keyboard Macros): Reference new keyboard macro topics.
4999
5000 2003-08-17 Edward M. Reingold <reingold@emr.cs.iit.edu>
5001
5002 * calendar.texi (Specified Dates): Add `calendar-goto-day-of-year'.
5003
5004 2003-08-17 Alex Schroeder <alex@gnu.org>
5005
5006 * misc.texi (Saving Emacs Sessions): Manual M-x desktop-save not
5007 required.
5008
5009 2003-08-05 Richard M. Stallman <rms@gnu.org>
5010
5011 * programs.texi (Lisp Indent): Don't describe
5012 lisp-indent-function property here. Use xref to Lisp Manual.
5013
5014 2003-08-03 Glenn Morris <gmorris@ast.cam.ac.uk>
5015
5016 * calendar.texi (Date Formats): Document changed behavior of
5017 abbreviations.
5018
5019 2003-07-24 Markus Rost <rost@math.ohio-state.edu>
5020
5021 * buffers.texi (List Buffers): Fix previous change.
5022
5023 2003-07-13 Markus Rost <rost@math.ohio-state.edu>
5024
5025 * buffers.texi (List Buffers): Adjust to new format of *Buffer
5026 List*.
5027
5028 2003-07-07 Luc Teirlinck <teirllm@mail.auburn.edu>
5029
5030 * display.texi (Font Lock): Fix typo.
5031
5032 2003-07-07 Richard M. Stallman <rms@gnu.org>
5033
5034 * display.texi (Font Lock): Add xref for format info on
5035 font-lock-remove-keywords.
5036
5037 * building.texi (Compilation): Document what happens with asynch
5038 children of compiler process.
5039
5040 * help.texi (Library Keywords): Use @multitable.
5041
5042 2003-06-04 Richard M. Stallman <rms@gnu.org>
5043
5044 * programs.texi (Expressions): Delete C-M-DEL.
5045
5046 * misc.texi (Shell Options): Clarify comint-scroll-show-maximum-output.
5047 comint-move-point-for-output renamed from
5048 comint-scroll-to-bottom-on-output.
5049
5050 * custom.texi (Init Rebinding): Replace previous change with xref.
5051 (Non-ASCII Rebinding): Explain that issue more briefly here.
5052
5053 2003-05-28 Richard M. Stallman <rms@gnu.org>
5054
5055 * indent.texi (Indentation): Condense, simplify, clarify prev change.
5056
5057 2003-05-28 Nick Roberts <nick@nick.uklinux.net>
5058
5059 * building.texi (GDB Graphical Interface): New node.
5060 (Rewritten somewhat by RMS.)
5061
5062 2003-05-28 Kai Großjohann <kai.grossjohann@gmx.net>
5063
5064 * custom.texi (Init Rebinding): Xref Non-ASCII Rebinding, for
5065 non-English letters. Explain how to set coding systems correctly
5066 and how to include the right coding cookie in the file.
5067
5068 2003-05-22 Kai Großjohann <kai.grossjohann@gmx.net>
5069
5070 * indent.texi (Indentation): Explain the concepts.
5071 (Just Spaces): Explain why preventing tabs for indentation might
5072 be useful.
5073
5074 2003-04-16 Richard M. Stallman <rms@gnu.org>
5075
5076 * search.texi (Regexps): Ref to Lisp manual for more regexp features.
5077
5078 2003-02-22 Alex Schroeder <alex@emacswiki.org>
5079
5080 * cmdargs.texi (General Variables): Document SMTPSERVER.
5081
5082 * sending.texi: Remove SMTP node.
5083 (Mail Sending): Describe `send-mail-function'. Link to SMTP
5084 library.
5085
5086 2003-02-22 Alex Schroeder <alex@emacswiki.org>
5087
5088 * sending.texi (Sending via SMTP): Explain MTA/MUA.
5089
5090 2003-02-22 Simon Josefsson <jas@extundo.com>
5091
5092 * sending.texi (Mail Methods): Add node about SMTP.
5093
5094 2003-02-17 Jan Djärv <jan.h.d@swipnet.se>
5095
5096 * xresources.texi (GTK names in Emacs): Add emacs-toolbar - GtkToolbar.
5097
5098 2003-02-01 Kevin Ryde <user42@zip.com.au>
5099
5100 * glossary.texi (Glossary): Correction to cl cross reference.
5101
5102 2003-01-20 Richard M. Stallman <rms@gnu.org>
5103
5104 * killing.texi (Rectangles): Document C-x c r.
5105
5106 2003-01-19 Jan Djärv <jan.h.d@swipnet.se>
5107
5108 * xresources.texi (GTK resources): New node.
5109 (GTK widget names): New node.
5110 (GTK names in Emacs): New node.
5111 (GTK styles): New node.
5112
5113 2003-01-09 Francesco Potortì <pot@gnu.org>
5114
5115 * maintaining.texi (Create Tags Table): Add reference to the new
5116 `etags --help --lang=LANG' option.
5117
5118 2002-10-02 Karl Berry <karl@gnu.org>
5119
5120 * emacs.texi: Per rms, update all manuals to use @copying instead of
5121 @ifinfo. Also use @ifnottex instead of @ifinfo around the top node,
5122 where needed for the sake of the HTML output.
5123
5124 2001-12-20 Eli Zaretskii <eliz@is.elta.co.il>
5125
5126 * Makefile.in (EMACSSOURCES): Update the list of Emacs manual
5127 source files.
5128
5129 2001-11-16 Eli Zaretskii <eliz@is.elta.co.il>
5130
5131 * Makefile.in (emacsman): New target.
5132
5133 2001-10-20 Gerd Moellmann <gerd@gnu.org>
5134
5135 * (Version 21.1 released.)
5136
5137 2001-10-05 Gerd Moellmann <gerd@gnu.org>
5138
5139 * Branch for 21.1.
5140
5141 2001-03-05 Gerd Moellmann <gerd@gnu.org>
5142
5143 * Makefile.in (mostlyclean, maintainer-clean): Delete more files.
5144
5145 2000-05-31 Stefan Monnier <monnier@cs.yale.edu>
5146
5147 * .cvsignore (*.tmp): New entry. Seems to be used for @macro.
5148
5149 1999-07-12 Richard Stallman <rms@gnu.org>
5150
5151 * Version 20.4 released.
5152
5153 1998-12-04 Markus Rost <rost@delysid.gnu.org>
5154
5155 * Makefile.in (INFO_TARGETS): Delete customize.info.
5156 (DVI_TARGETS): Delete customize.dvi.
5157 (../info/customize, customize.dvi): Targets deleted.
5158
5159 1998-08-19 Richard Stallman <rms@psilocin.ai.mit.edu>
5160
5161 * Version 20.3 released.
5162
5163 1998-05-06 Richard Stallman <rms@psilocin.gnu.org>
5164
5165 * Makefile.in (EMACSSOURCES): Add mule.texi.
5166 Add msdog.texi, ack.texi. Remove gnu1.texi.
5167
5168 1998-04-06 Andreas Schwab <schwab@gnu.org>
5169
5170 * Makefile.in (ENVADD): Enviroment vars to pass to texi2dvi. Use
5171 it in dvi targets.
5172
5173 1997-09-23 Paul Eggert <eggert@twinsun.com>
5174
5175 * Makefile.in: Merge changes mistakenly made to `Makefile'.
5176 (INFO_TARGETS): Change ../info/custom to ../info/customize.
5177 (../info/customize): Rename from ../info/custom.
5178
5179 1997-09-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5180
5181 * Version 20.2 released.
5182
5183 1997-09-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5184
5185 * Version 20.1 released.
5186
5187 1997-08-24 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5188
5189 * Makefile (../info/customize, customize.dvi): New targets.
5190 (INFO_TARGETS): Add ../info/customize.
5191 (DVI_TARGETS): Add customize.dvi.
5192
5193 1996-08-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5194
5195 * Version 19.33 released.
5196
5197 1996-07-31 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5198
5199 * Version 19.32 released.
5200
5201 1996-06-20 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5202
5203 * Makefile.in (All info targets): cd $(srcdir) to do the work.
5204
5205 1996-06-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5206
5207 * Makefile.in (All info targets): Specify $(srcdir) in input files.
5208 Specify -I option.
5209 (All dvi targets): Set the TEXINPUTS variable.
5210
5211 1996-05-25 Karl Heuer <kwzh@gnu.ai.mit.edu>
5212
5213 * Version 19.31 released.
5214
5215 1995-11-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5216
5217 * Version 19.30 released.
5218
5219 1995-02-07 Richard Stallman <rms@pogo.gnu.ai.mit.edu>
5220
5221 * Makefile.in (maintainer-clean): Rename from realclean.
5222
5223 1994-11-23 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5224
5225 * Makefile.in: New file.
5226 * Makefile: File deleted.
5227
5228 1994-11-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5229
5230 * Makefile (TEXINDEX_OBJS): Variable deleted.
5231 (texindex, texindex.o, getopt.o): Rules deleted.
5232 All deps on texindex deleted.
5233 (distclean): Don't delete texindex.
5234 (mostlyclean): Don't delete *.o.
5235 * texindex.c, getopt.c: Files deleted.
5236
5237 1994-09-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5238
5239 * Version 19.26 released.
5240
5241 1994-07-02 Richard Stallman (rms@gnu.ai.mit.edu)
5242
5243 * Makefile (EMACSSOURCES): Exclude undo.texi.
5244
5245 1994-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5246
5247 * Version 19.25 released.
5248
5249 1994-05-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5250
5251 * Version 19.24 released.
5252
5253 1994-05-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5254
5255 * Version 19.23 released.
5256
5257 1994-04-17 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5258
5259 * Makefile: Delete spurious tab.
5260
5261 1994-02-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5262
5263 * Makefile (.SUFFIXES): New rule.
5264
5265 1993-12-04 Richard Stallman (rms@srarc2)
5266
5267 * getopt.c: New file.
5268 * Makefile (TEXINDEX_OBJS): Use getopt.o in this dir, not ../lib-src.
5269 (getopt.o): New rule.
5270 (dvi): Don't depend on texindex.
5271 (emacs.dvi): Depend on texindex.
5272
5273 1993-12-03 Richard Stallman (rms@srarc2)
5274
5275 * Makefile (TEXI2DVI): New variable.
5276 (emacs.dvi): Add explicit command.
5277 (TEXINDEX_OBJS): Delete duplicate getopt.o.
5278
5279 1993-11-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5280
5281 * Version 19.22 released.
5282
5283 1993-11-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5284
5285 * Makefile (TEXINDEX_OBJS): Delete spurious period.
5286
5287 1993-11-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5288
5289 * Version 19.21 released.
5290
5291 1993-11-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5292
5293 * Makefile (realclean): Don't delete the Info files.
5294
5295 1993-10-25 Brian Fox (bfox@albert.gnu.ai.mit.edu)
5296
5297 * frames.texi (Creating Frames): Mention `C-x 5' instead of `C-x
5298 4' where appropriate.
5299
5300 1993-10-20 Brian Fox (bfox@ai.mit.edu)
5301
5302 * Makefile: Fix targets for texindex.
5303
5304 * texindex.c: Include "../src/config.h" if building in emacs.
5305
5306 * Makefile: Change all files to FILENAME.texi, force all targets
5307 to be FILENAME, not FILENAME.info.
5308 Add target to build texindex.c, defining `emacs'.
5309
5310 1993-08-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5311
5312 * Version 19.19 released.
5313
5314 1993-08-08 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5315
5316 * Version 19.18 released.
5317
5318 1993-07-20 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5319
5320 * Makefile: Fix source file names of the separate manuals.
5321
5322 1993-07-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5323
5324 * Version 19.17 released.
5325
5326 1993-07-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5327
5328 * split-man: Fix typos in last change.
5329
5330 1993-07-06 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
5331
5332 * Version 19.16 released.
5333
5334 1993-06-19 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
5335
5336 * version 19.15 released.
5337
5338 1993-06-18 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
5339
5340 * Makefile (distclean): It's rm, not rf.
5341
5342 1993-06-17 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
5343
5344 * Version 19.14 released.
5345
5346 1993-06-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
5347
5348 * Makefile: New file.
5349
5350 1993-06-08 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
5351
5352 * Version 19.13 released.
5353
5354 1993-05-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
5355
5356 * Version 19.9 released.
5357
5358 1993-05-25 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
5359
5360 * Version 19.8 released.
5361
5362 1993-05-25 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
5363
5364 * cmdargs.texi: Document the -i, -itype, and -iconic options.
5365
5366 * trouble.texi: It's `enable-flow-control-on', not
5367 `evade-flow-control-on'.
5368
5369 1993-05-24 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
5370
5371 * display.texi: Document standard-display-european.
5372
5373 1993-05-22 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
5374
5375 * Version 19.7 released.
5376
5377 * emacs.texi: Add a sentence to the top menu mentioning the
5378 specific version of Emacs this manual applies to.
5379
5380 1993-04-25 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
5381
5382 * basic.texi: Document next-line-add-lines variable used to
5383 implement down-arrow.
5384
5385 * killing.texi: Document kill-whole-line.
5386
5387 1993-04-18 Noah Friedman (friedman@nutrimat.gnu.ai.mit.edu)
5388
5389 * text.texi: Update unix TeX ordering information.
5390
5391 1993-03-26 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
5392
5393 * news.texi: Mention fill-rectangle in keybinding list.
5394
5395 * killing.texi: Document fill-rectangle.
5396
5397 1993-03-17 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
5398
5399 * vc.texi: Bring the docs up to date with VC 5.2.
5400
5401 1992-01-10 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
5402
5403 * emacs.tex: Mention blackbox and gomoku under Amusements.
5404 Assembler mode is now mentioned and appropriately indexed
5405 under Programming Modes.
5406
5407 1991-02-15 Robert J. Chassell (bob@wookumz.ai.mit.edu)
5408
5409 * emacs.tex: Update TeX ordering information.
5410
5411 1990-06-26 David Lawrence (tale@geech)
5412
5413 * emacs.tex: Note that completion-ignored-extensions is not used
5414 to filter out names when all completions are displayed in
5415 *Completions*.
5416
5417 1990-05-25 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
5418
5419 * texindex.tex: If USG, include sys/types.h and sys/fcntl.h.
5420
5421 1990-03-21 Jim Kingdon (kingdon@pogo.ai.mit.edu)
5422
5423 * emacs.tex: Add @findex grep.
5424
5425 1988-08-16 Robert J. Chassell (bob@frosted-flakes.ai.mit.edu)
5426
5427 * emacs.tex: Correct two typos. No other changes before
5428 Version 19 will be made.
5429
5430 1988-05-23 Robert J. Chassell (bob@frosted-flakes.ai.mit.edu)
5431
5432 * emacs.tex: Update information for obtaining TeX distribution from the
5433 University of Washington.
5434
5435 ;; Local Variables:
5436 ;; coding: utf-8
5437 ;; fill-column: 79
5438 ;; add-log-time-zone-rule: t
5439 ;; End:
5440
5441 Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2001, 2002,
5442 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
5443
5444 This file is part of GNU Emacs.
5445
5446 GNU Emacs is free software: you can redistribute it and/or modify
5447 it under the terms of the GNU General Public License as published by
5448 the Free Software Foundation, either version 3 of the License, or
5449 (at your option) any later version.
5450
5451 GNU Emacs is distributed in the hope that it will be useful,
5452 but WITHOUT ANY WARRANTY; without even the implied warranty of
5453 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
5454 GNU General Public License for more details.
5455
5456 You should have received a copy of the GNU General Public License
5457 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
5458
5459 ;;; arch-tag: f1d62776-3ed5-4811-9d96-267252577dbd