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