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