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