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