Edits to Display chapter of Emacs manual.
[bpt/emacs.git] / doc / emacs / ChangeLog
1 2011-10-18 Chong Yidong <cyd@gnu.org>
2
3 * display.texi (Faces): Simplify discussion. Move documentation
4 of list-faces-display here, from Standard Faces node. Note
5 special role of `default' background.
6 (Standard Faces): Note special role of `default' background. Note
7 that region face may be taken fom GTK. Add xref to Text Display.
8 (Text Scale): Rename from "Temporary Face Changes". Callers
9 changed. Don't bother documenting variable-pitch-mode.
10 (Font Lock): Copyedits. Remove font-lock-maximum-size.
11 (Useless Whitespace): Simplify description of
12 delete-trailing-whitespace. Note active region case.
13 (Text Display): Fix description of escape-glyph face assignment.
14 Remove unibye mode discussion. Update some parts for Unicode.
15 Move glyphless chars documentation to Lisp manual.
16
17 * frames.texi (Tooltips): Document x-gtk-use-system-tooltips.
18
19 2011-10-15 Chong Yidong <cyd@stupidchicken.com>
20
21 * display.texi (Scrolling): Tweak explanation of scroll direction.
22 (View Mode): Add index entries.
23
24 * killing.texi (Deletion): Document negative prefix arg to M-SPC.
25
26 * regs.texi (Text Registers): C-x r i does not activate the mark.
27 (Bookmarks): Document new default bookmark location.
28
29 2011-10-13 Chong Yidong <cyd@stupidchicken.com>
30
31 * killing.texi (Deletion): Add xref to Using Region. Document
32 delete-forward-char.
33 (Yanking): Move yank-excluded-properties to Lisp manual. Move C-y
34 description here. Recommend C-u C-SPC for jumping to mark.
35 (Kill Ring): Move kill ring variable documentation here.
36 (Primary Selection): Copyedits.
37 (Rectangles): Document new command rectangle-number-lines.
38 (CUA Bindings): Note that this disables the mark-even-if-inactive
39 behavior for C-x and C-c.
40
41 * mark.texi (Mark): Mention "active region" terminology.
42 (Using Region): Document delete-active-region.
43
44 2011-10-12 Chong Yidong <cyd@stupidchicken.com>
45
46 * mark.texi (Mark): Clarify description of disabled Transient Mark
47 mode (Bug#9689).
48 (Setting Mark): Document prefix arg for C-x C-x. Document primary
49 selection changes. Mention that commands like C-y set the mark.
50 (Marking Objects): Add xref to Words node. Note that mark-word
51 and mark-sexp also have the "extend region" behavior.
52 (Using Region): Mention M-$ in the table. Document
53 mark-even-if-inactive here instead of in Mark Ring.
54 (Mark Ring): Move mark-even-if-inactive to Using Region. Take
55 note of the "Mark Set" behavior.
56 (Disabled Transient Mark): Rename from "Persistent Mark"
57 (Bug#9688). Callers changed.
58
59 * programs.texi (Expressions):
60 * text.texi (Words): Defer to Marking Objects for mark-word doc.
61
62 2011-10-09 Chong Yidong <cyd@stupidchicken.com>
63
64 * help.texi (Help, Help Summary): Eliminate the unnecessary "help
65 option" terminology.
66 (Key Help): Add command names. Define "documentation string".
67 (Name Help): Remove an over-long joke.
68 (Apropos): Document prefix args. Remove duplicated descriptions.
69 (Help Mode): Add C-c C-b to table. Update TAB binding.
70 (Package Keywords): Rename from "Library by Keyword". Describe
71 new package menu interface.
72 (Help Files, Help Echo): Tweak description.
73
74 * mini.texi (Completion Options): Add completion-cycle-threshold.
75 (Minibuffer History): Document numeric args to history commands.
76
77 2011-10-08 Eli Zaretskii <eliz@gnu.org>
78
79 * mule.texi (Bidirectional Editing): Correct some inaccuracies.
80
81 2011-10-08 Chong Yidong <cyd@stupidchicken.com>
82
83 * basic.texi (Position Info): Omit page commands. Document
84 count-words-region and count-words.
85
86 * text.texi (Pages): Move what-page documentation here.
87
88 2011-10-08 Chong Yidong <cyd@stupidchicken.com>
89
90 * mini.texi (Minibuffer File): Minor copyedits. Use xref to
91 Remote Files node instead of linking directly to the Tramp manual.
92 (Minibuffer Edit): Add xref to Blank Lines.
93 (Completion): Add xref to Symbol Completion. Remove redundant
94 example, which is repeated in the next node.
95 (Completion Commands): Minor clarifications.
96 (Completion Styles): New node, split from Completion Commands.
97 Document substring and initials styles.
98 (Strict Completion): Remove information duplicated in other nodes.
99 (Completion Options): Consolidate case difference discussion here.
100
101 * help.texi (Help Mode): Fix kindex entries.
102
103 * files.texi (File Names): Add index entries.
104
105 2011-10-07 Chong Yidong <cyd@stupidchicken.com>
106
107 * basic.texi (Inserting Text): Add xref to Completion. Add
108 ucs-insert example, and document prefix argument.
109 (Moving Point): Fix introduction; C-f/C-b are no longer equivalent
110 to left/right. Tweak left-char and right-char descriptions.
111 M-left and M-right are now bound to left-word/right-word.
112 (Erasing): Document delete-forward-char.
113
114 * screen.texi (Screen, Menu Bar): Copyedits.
115 (Point): Remove duplicate paragraph on cursors, also in Screen.
116 (Mode Line): Trailing dashes no longer shown on X displays.
117
118 * frames.texi (Non-Window Terminals): Index just "text-only
119 terminal", which is used throughout the manual now.
120
121 * entering.texi (Entering Emacs): Define "startup screen".
122 Document window-splitting behavior with command-line inputs.
123 (Exiting): Remove obsolete paragraph about shells without suspend
124 functionality.
125
126 * commands.texi (User Input): Define "input event" more clearly.
127 (Keys): Add xref to Echo Area.
128 (Commands): Clarify relation between commands and functions.
129
130 2011-10-06 Chong Yidong <cyd@stupidchicken.com>
131
132 * misc.texi (emacsclient Options): Document how emacsclient runs
133 the Emacs daemon (Bug#9674).
134
135 2011-10-01 Chong Yidong <cyd@stupidchicken.com>
136
137 * basic.texi (Moving Point):
138 * custom.texi (Mouse Buttons):
139 * rmail.texi (Rmail Scrolling):
140 * search.texi (Isearch Scroll):
141
142 * display.texi (Scrolling): Replace scroll-up/down with
143 scroll-up/down-command. Fix scroll-preserve-screen-position
144 description. Document scroll-error-top-bottom.
145
146 2011-09-30 Glenn Morris <rgm@gnu.org>
147
148 * commands.texi (Keys): Whitespace fix. (Bug#9635)
149
150 2011-09-24 Chong Yidong <cyd@stupidchicken.com>
151
152 * windows.texi (Pop Up Window): Defer discussion of window
153 splitting to the Window Choice node. Add index entries.
154 (Force Same Window): Node deleted.
155 (Displaying Buffers, Window Choice): New nodes.
156
157 * buffers.texi (Select Buffer): Clarify description of
158 buffer-switching commands. Add xref to Window Display node.
159 Don't repeat confirm-nonexistent-file-or-buffer description from
160 Visiting node. Remove even-window-heights.
161
162 * frames.texi (Special Buffer Frames): Add xref to Window Choice.
163
164 2011-09-18 Chong Yidong <cyd@stupidchicken.com>
165
166 * cmdargs.texi (Icons X): Fix description of Emacs icon.
167
168 * xresources.texi (Table of Resources): Fix documentation of
169 bitmapIcon.
170
171 2011-09-15 Chong Yidong <cyd@stupidchicken.com>
172
173 * package.texi (Package Menu): Add package-menu-mark-upgrades.
174
175 2011-09-12 Eric Hanchrow <eric.hanchrow@gmail.com>
176
177 * frames.texi (Frame Commands): Note that delete-other-frames only
178 deletes frames on current terminal.
179
180 2011-09-10 Eli Zaretskii <eliz@gnu.org>
181
182 * sending.texi (Mail Misc): Document mail-add-attachment.
183
184 2011-09-04 Eli Zaretskii <eliz@gnu.org>
185
186 * basic.texi (Inserting Text): Add index entries. (Bug#9433)
187
188 2011-08-29 Chong Yidong <cyd@stupidchicken.com>
189
190 * modes.texi (Choosing Modes): auto-mode-case-fold is now t.
191
192 2011-08-28 Chong Yidong <cyd@stupidchicken.com>
193
194 * files.texi (File Archives):
195 * cal-xtra.texi (Diary Display):
196 * help.texi (Help Mode): Add xref to View Mode.
197
198 2011-08-28 Chong Yidong <cyd@stupidchicken.com>
199
200 * display.texi (View Mode): New node. Move view-file here from
201 Misc File Ops. Move view-buffer here from Misc Buffer.
202
203 * buffers.texi (Misc Buffer): Move view-buffer to View Mode.
204
205 * files.texi (Misc File Ops): Document new
206 delete-by-moving-to-trash behavior. Remove view-file.
207
208 * dired.texi (Dired Deletion): Shorten description of Trash.
209
210 * misc.texi (emacsclient Options): Document server-port.
211
212 2011-08-27 Eli Zaretskii <eliz@gnu.org>
213
214 * frames.texi (Frame Commands): Advise setting focus-follows-mouse
215 even on MS-Windows. Fix a typo.
216
217 2011-08-26 Chong Yidong <cyd@stupidchicken.com>
218
219 * package.texi: New file, documenting the package manager.
220
221 * emacs.texi: Include it.
222
223 * help.texi (Help Summary): Add describe-package.
224
225 2011-08-25 Chong Yidong <cyd@stupidchicken.com>
226
227 * misc.texi (Printing): Convert subnodes into subsections.
228
229 * text.texi (Two-Column): Move into Text chapter.
230
231 * picture-xtra.texi (Picture Mode): Group with Editing Binary
232 Files section. Convert from chapter into section.
233
234 * display.texi (Narrowing): Move into display chapter.
235
236 * sending.texi (Sending Mail):
237 * rmail.texi (Rmail):
238 * misc.texi (Gnus, Document View):
239 * dired.texi (Dired):
240 * emacs.texi: Group the mail, rmail, and gnus chapters together.
241
242 2011-08-07 Juri Linkov <juri@jurta.org>
243
244 * dired.texi (Operating on Files): Rewrite according to the fact
245 that `dired-do-chmod' doesn't use the `chmod' program anymore.
246
247 2011-07-30 Michael Albinus <michael.albinus@gmx.de>
248
249 * mini.texi (Minibuffer File): Insert a reference to Tramp for
250 remote file name completion. (Bug#9197)
251
252 2011-07-28 Eli Zaretskii <eliz@gnu.org>
253
254 * mule.texi (Bidirectional Editing): Document the fact that
255 bidi-display-reordering is t by default.
256
257 2011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
258
259 * help.texi (Misc Help): Mention `describe-prefix-bindings'
260 explicitly (bug#8904).
261
262 2011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
263
264 * trouble.texi (Checklist): Use an `M-x' example instead of an
265 Emacs Lisp form to switch on the dribble file (bug#8056).
266
267 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
268
269 * custom.texi (Hooks): Mention buffer-local hooks (bug#6218).
270
271 2011-07-13 Glenn Morris <rgm@gnu.org>
272
273 * dired.texi (Dired Enter): Mention --dired. (Bug#9039)
274
275 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
276
277 * mark.texi (Mark Ring): Clarify how many locations are saved
278 (bug#5770).
279 (Global Mark Ring): Ditto.
280
281 2011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
282
283 * text.texi (Table Recognition): Use "at point" instead of "under
284 point" (bug#4345).
285
286 * display.texi (Cursor Display): Mention `cursor-type'.
287
288 * screen.texi (Point): Clarify that it's only if you use a block
289 cursor that it appears to be on a character (bug#4345).
290
291 2011-07-12 Chong Yidong <cyd@stupidchicken.com>
292
293 * misc.texi (Amusements): Move dissociated press here, from its
294 own section.
295
296 * emacs.texi (Top): Update node listing.
297
298 2011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
299
300 * emacs.texi (Top): Change "inferiors" to "subnodes" for greater
301 clarity (bug#3523).
302
303 2011-07-12 Chong Yidong <cyd@stupidchicken.com>
304
305 * cmdargs.texi (Initial Options): Document --no-site-lisp.
306 (Misc X): Document --parent-id.
307
308 * frames.texi (Frame Commands): Note that focus-follows-mouse now
309 defaults to nil.
310
311 * misc.texi (emacsclient Options): Document --parent-id.
312
313 * msdog.texi (Windows HOME): Document _emacs as obsolete.
314
315 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
316
317 * emacs.texi: Use "..." instead of ``...'' in the menus
318 (bug#3503).
319
320 2011-07-11 Chong Yidong <cyd@stupidchicken.com>
321
322 * killing.texi (Primary Selection): Document `only' setting for
323 select-active-regions.
324
325 * mark.texi (Setting Mark): Reference Shift Selection node.
326
327 * frames.texi (Mouse Commands): Document mouse-yank-primary.
328
329 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
330
331 * mark.texi (Setting Mark): Clarify what's meant by "Shifted
332 motion keys" (bug#3503).
333
334 * emacs.texi: Change all the register node names from "RegPos"
335 (etc.) to "Positional Registers" (etc.) (bug#3314).
336
337 2011-07-11 Chong Yidong <cyd@stupidchicken.com>
338
339 * killing.texi (Killing, Deletion and Killing, Killing by Lines)
340 (Other Kill Commands, Kill Options): Copyedits.
341 (Deletion and Killing, Kill Ring): Kill/yank now use clipboard.
342 (Yanking): Move yank-excluded properties discussion here.
343 (Cut and Paste): Move from frames.texi. Update subnodes to
344 describe x-select-enable-clipboard case.
345
346 * frames.texi: Move Cut and Paste node and subnodes into
347 killing.texi, except Mouse Commands and Word and Line Mouse.
348
349 2011-07-10 Andy Moreton <andrewjmoreton@gmail.com> (tiny change)
350
351 * makefile.w32-in (EMACSSOURCES): Replace major.texi with modes.texi.
352
353 2011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
354
355 * screen.texi (Mode Line): Clarify that coding systems are
356 characters, not letters (bug#1749).
357
358 * cmdargs.texi (Environment): Mention removing variables
359 (bug#1615). Text suggested by Kevin Rodgers.
360
361 2011-07-10 Chong Yidong <cyd@stupidchicken.com>
362
363 * misc.texi (Amusements): Don't mention Yow; it's crippled.
364
365 * modes.texi: Rename from major.texi.
366 (Modes): New node. Make Major Modes and Minor Modes subsections
367 of this. All callers changed.
368
369 * custom.texi (Minor Modes): Move to modes.texi.
370
371 2011-07-10 Chong Yidong <cyd@stupidchicken.com>
372
373 * custom.texi (Syntax): Node deleted.
374
375 * help.texi (Help Summary):
376 * major.texi (Major Modes):
377 * programs.texi (Parentheses):
378 * search.texi (Regexp Backslash, Regexp Backslash)
379 (Regexp Backslash):
380 * text.texi (Words): Callers changed.
381
382 * text.texi (Refill, Longlines): Delete nodes.
383
384 * ack.texi (Acknowledgments): Longlines removed from manual.
385
386 * emacs.texi (Top): Update node listing.
387
388 2011-07-09 Glenn Morris <rgm@gnu.org>
389
390 * fortran-xtra.texi (Fortran): Update handled extensions.
391
392 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
393
394 * display.texi (Scrolling): `C-v' (etc) are now bound to
395 `scroll-*-command' (bug#8349).
396
397 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
398
399 * dired.texi (Subdirectories in Dired): Clarify that `C-u k'
400 doesn't actually delete any files (bug#7125).
401
402 * picture-xtra.texi (Rectangles in Picture): Clarify the prefix
403 argument for `C-c C-k' (bug#7391).
404
405 * frames.texi (Fonts): Mention "C-u C-x =" to find out what font
406 you're currently using (bug#8489).
407
408 2011-07-01 Eli Zaretskii <eliz@gnu.org>
409
410 * mule.texi (Coding Systems): Move index entries from the previous
411 change into their proper places.
412
413 2011-07-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
414
415 * help.texi (Help Files): Document view-external-packages (bug#8902).
416
417 * mule.texi (Coding Systems): Put a few more of the coding systems
418 into the index (bug#8900).
419
420 2011-06-26 Glenn Morris <rgm@gnu.org>
421
422 * fortran-xtra.texi (Fortran): F90 mode is also for F2008.
423
424 2011-06-25 Andreas Rottmann <a.rottmann@gmx.at>
425
426 * misc.texi (emacsclient Options): Mention --frame-parameters.
427
428 2011-06-09 Glenn Morris <rgm@gnu.org>
429
430 * custom.texi (Specifying File Variables):
431 Recommend explicit arguments for minor modes.
432
433 2011-06-02 Paul Eggert <eggert@cs.ucla.edu>
434
435 Document wide integers better.
436 * buffers.texi (Buffers):
437 * files.texi (Visiting): Document maxima for 64-bit machines,
438 and mention virtual memory limits.
439
440 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
441
442 * custom.texi (Hooks): Reorganize. Mention Prog mode.
443
444 * fixit.texi (Spelling): Mention using prog-mode-hook for flypsell
445 prog mode (Bug#8240).
446
447 2011-05-27 Glenn Morris <rgm@gnu.org>
448
449 * custom.texi (Specifying File Variables):
450 Major modes no longer need come first.
451
452 2011-05-22 Chong Yidong <cyd@stupidchicken.com>
453
454 * mule.texi (Specify Coding, Text Coding, Communication Coding):
455 (File Name Coding, Terminal Coding): Add command names (Bug#8312).
456
457 2011-05-18 Glenn Morris <rgm@gnu.org>
458
459 * ack.texi (Acknowledgments): Remove fakemail.c.
460
461 2011-05-17 Chong Yidong <cyd@stupidchicken.com>
462
463 Fixes for fitting text into 7x9 printed manual.
464 * building.texi (Flymake, Breakpoints Buffer):
465 * calendar.texi (Appointments):
466 * cmdargs.texi (General Variables, Display X):
467 * custom.texi (Saving Customizations, Face Customization)
468 (Directory Variables, Minibuffer Maps, Init Rebinding):
469 * display.texi (Font Lock, Font Lock, Useless Whitespace):
470 * fixit.texi (Spelling):
471 * frames.texi (Creating Frames, Fonts):
472 * help.texi (Help Files):
473 * mini.texi (Minibuffer File):
474 * misc.texi (emacsclient Options, Emulation):
475 * msdog.texi (Windows Startup, Windows HOME, Windows Fonts):
476 * mule.texi (International Chars, Language Environments)
477 (Select Input Method, Modifying Fontsets, Charsets):
478 * programs.texi (Custom C Indent):
479 * rmail.texi (Rmail Labels):
480 * text.texi (Table Conversion):
481 * trouble.texi (Known Problems, Known Problems):
482 * windows.texi (Change Window):
483 * xresources.texi (GTK resources): Reflow text and re-indent code
484 examples to avoid TeX overflows and underflows on 7x9 paper.
485
486 * emacs.texi: Fix the (commented out) smallbook command.
487
488 * macos.texi (Mac / GNUstep Events):
489 * xresources.texi (Lucid Resources): Remove extraneous examples.
490
491 2011-05-10 Glenn Morris <rgm@gnu.org>
492
493 * custom.texi (Specifying File Variables):
494 Deprecate using mode: for minor modes.
495
496 2011-05-07 Glenn Morris <rgm@gnu.org>
497
498 * cal-xtra.texi (Sexp Diary Entries): Mention diary-hebrew-birthday.
499
500 2011-05-06 Glenn Morris <rgm@gnu.org>
501
502 * calendar.texi (Appointments): Mention appt-warning-time-regexp.
503
504 * cal-xtra.texi (Fancy Diary Display): Mention diary comments.
505
506 2011-05-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
507
508 * misc.texi (Emacs Server): Document `server-eval-at'.
509
510 2011-04-24 Chong Yidong <cyd@stupidchicken.com>
511
512 * maintaining.texi (List Tags): Document next-file. Suggested by
513 Uday S Reddy.
514
515 2011-04-23 Juanma Barranquero <lekktu@gmail.com>
516
517 * mini.texi (Minibuffer Edit):
518 * screen.texi (Mode Line): Fix typo.
519
520 2011-04-20 Christoph Scholtes <cschol2112@googlemail.com>
521
522 * maintaining.texi (Old Revisions): Mention new function vc-ediff.
523
524 2011-03-26 Chong Yidong <cyd@stupidchicken.com>
525
526 * display.texi (Auto Scrolling): Fix scroll-up/scroll-down confusion.
527
528 2011-03-30 Eli Zaretskii <eliz@gnu.org>
529
530 * display.texi (Auto Scrolling): Document the limit of 100 lines
531 for never-recentering scrolling with `scroll-conservatively'.
532 (Bug#6671)
533
534 2011-03-12 Eli Zaretskii <eliz@gnu.org>
535
536 * msdog.texi (Windows HOME): Fix the wording to clarify how Emacs sets
537 HOME on Windows and where it looks for init files. (Bug#8221)
538
539 2011-03-10 Eli Zaretskii <eliz@gnu.org>
540
541 * search.texi (Regexp Example):
542 * mule.texi (International Chars):
543 * building.texi (External Lisp): Don't use characters outside
544 ISO-8859-1.
545
546 2011-03-09 Eli Zaretskii <eliz@gnu.org>
547
548 * ack.texi (Acknowledgments): Convert to ISO-8859-1 encoding.
549 Use Texinfo @-commands for non Latin-1 characters.
550
551 * makefile.w32-in (MAKEINFO_OPTS): Add --enable-encoding.
552
553 * custom.texi (Init File): Add index entries for ".emacs".
554 (Bug#8210)
555
556 2011-03-08 Jan Djärv <jan.h.d@swipnet.se>
557
558 * xresources.texi (GTK resources): ~/.emacs.d/gtkrc does not work
559 for Gtk+ 3.
560
561 2011-03-08 Glenn Morris <rgm@gnu.org>
562
563 * Makefile.in (MAKEINFO_OPTS): Add --enable-encoding.
564 * emacs.texi (Acknowledgments):
565 * ack.texi (Acknowledgments): Names to UTF-8.
566 * emacs.texi: Set documentencoding.
567
568 * display.texi (Optional Mode Line): Don't mention exactly where
569 display-time appears. (Bug#8193)
570
571 2011-03-07 Chong Yidong <cyd@stupidchicken.com>
572
573 * Version 23.3 released.
574
575 2011-03-06 Chong Yidong <cyd@stupidchicken.com>
576
577 * search.texi (Isearch Yank): C-y now bound to isearch-yank-kill.
578
579 2011-03-03 Drake Wilson <drake@begriffli.ch> (tiny change)
580
581 * misc.texi (emacsclient Options): Add q/quiet.
582
583 2011-03-02 Glenn Morris <rgm@gnu.org>
584
585 * mule.texi (Communication Coding) <x-select-request-type>:
586 Remove duplicate (essentially) paragraph. (Bug#8148)
587
588 2011-03-01 Christoph Scholtes <cschol2112@googlemail.com>
589
590 * maintaining.texi (Format of ChangeLog): Add reference to
591 add-log-full-name.
592 (Change Log Commands): Add documentation for combining multiple
593 symbols in one change.
594
595 2011-03-01 Glenn Morris <rgm@gnu.org>
596
597 * custom.texi (Directory Variables):
598 Give an example of excluding subdirectories.
599
600 2011-02-28 Eli Zaretskii <eliz@gnu.org>
601
602 * search.texi (Regexp Search): Move index entries about regexps to the
603 "Regexps" node. Add index entries for regexp search. (Bug#8096)
604
605 2011-02-19 Glenn Morris <rgm@gnu.org>
606
607 * dired.texi (Dired): Dired-X version number was dropped.
608
609 2011-02-14 Jan Djärv <jan.h.d@swipnet.se>
610
611 * xresources.texi (X Resources): Remove *faceName and replace it with
612 *font for Lucid.
613
614 2011-02-05 Chong Yidong <cyd@stupidchicken.com>
615
616 * rmail.texi (Rmail Display): Document Rmail MIME support more
617 accurately.
618
619 * maintaining.texi (VC Change Log): Document vc-log-incoming and
620 vc-log-outgoing.
621 (Merging): Document vc-find-conflicted-file.
622
623 2011-02-05 Glenn Morris <rgm@gnu.org>
624
625 * custom.texi (Variables): Fix typo.
626
627 2011-01-31 Chong Yidong <cyd@stupidchicken.com>
628
629 * search.texi (Regexps): Copyedits. Mention character classes
630 (Bug#7809).
631
632 * files.texi (File Aliases): Restore explanatory text from Eli
633 Zaretskii, accidentally removed in 2011-01-08 commit.
634
635 2011-01-29 Eli Zaretskii <eliz@gnu.org>
636
637 * makefile.w32-in (MAKEINFO): Remove options, leave only program name.
638 (MAKEINFO_OPTS): New variable.
639 (ENVADD, $(infodir)/emacs): Use $(MAKEINFO_OPTS).
640 (emacs.html): New target.
641 (clean): Remove emacs.html.
642
643 2011-01-23 Werner Lemberg <wl@gnu.org>
644
645 * Makefile.in (MAKEINFO): Now controlled by `configure'.
646 (MAKEINFO_OPTS): New variable. Use it where appropriate.
647 (ENVADD): Updated.
648
649 2011-01-18 Glenn Morris <rgm@gnu.org>
650
651 * ack.texi, emacs.texi (Acknowledgments): Update for ERT addition.
652
653 * ack.texi (Acknowledgments): Remove mention of replaced prolog.el.
654
655 2011-01-15 Chong Yidong <cyd@stupidchicken.com>
656
657 * building.texi (Compilation): Improve instructions for running two
658 compilations (Bug#7573).
659
660 * files.texi (Backup Names): Document the new location of the
661 last-resort backup file.
662
663 * files.texi (File Aliases): Move directory-abbrev-alist doc from Lisp
664 manual. Explain why directory-abbrev-alist elements should be anchored
665 (Bug#7777).
666
667 2011-01-15 Eli Zaretskii <eliz@gnu.org>
668
669 * msdog.texi (Windows Startup): Correct inaccurate description of
670 differences between emacsclient.exe and emacsclientw.exe.
671
672 2011-01-02 Chong Yidong <cyd@stupidchicken.com>
673
674 * rmail.texi (Rmail Display): Edit for grammar and conciseness.
675
676 2011-01-02 Kenichi Handa <handa@m17n.org>
677
678 * rmail.texi (Rmail Display): Describe new features of Rmail in Info.
679
680 2011-01-02 Eli Zaretskii <eliz@gnu.org>
681
682 * frames.texi (Cut and Paste): Modify the section's name and text:
683 don't mix "cut/paste" with "kill/yank".
684 (Cut/Paste Other App): Describe the per-session emulation of PRIMARY.
685 (Bug#7702)
686
687 * trouble.texi (Checklist): Mention debug-on-quit. (Bug#7667)
688
689 2011-01-02 Glenn Morris <rgm@gnu.org>
690
691 * maintaining.texi: Move inclusion of emerge after EDE, so that it
692 matches its position in the menu. (Bug#7674)
693
694 2011-01-02 Glenn Morris <rgm@gnu.org>
695
696 * trouble.texi (Checklist): Mention not replying via news either.
697
698 2010-12-30 Tassilo Horn <tassilo@member.fsf.org>
699
700 * misc.texi (Document View): Update DocView section with newly
701 supported document formats.
702
703 2010-12-21 Chong Yidong <cyd@stupidchicken.com>
704
705 * killing.texi: Resection the Info version to conform to the
706 printed manual, to avoid making sections on Accumulating Text, CUA
707 and Rectangles into full chapters.
708
709 2010-12-13 Eli Zaretskii <eliz@gnu.org>
710
711 * custom.texi (Init Syntax): Add index entries for "character syntax".
712 (Bug#7576)
713
714 2010-12-13 Karel Klíč <kklic@redhat.com>
715
716 * text.texi (HTML Mode): Small fixes. (Bug#7607)
717
718 2010-12-13 Glenn Morris <rgm@gnu.org>
719
720 * trouble.texi (Checklist): Fix typo in newsgroup name.
721
722 2010-12-13 Chong Yidong <cyd@stupidchicken.com>
723
724 * search.texi (Word Search): Note that the lazy highlight always
725 matches to whole words (Bug#7470).
726
727 2010-12-13 Eli Zaretskii <eliz@gnu.org>
728
729 * display.texi (Optional Mode Line): Make the description of
730 load-average more accurate.
731
732 * msdog.texi (Windows HOME): Mention that HOME can also be set in the
733 registry, with a cross-reference.
734 (Windows Startup): New node. Move the stuff about the current
735 directory from "Windows HOME".
736
737 2010-11-27 Bob Rogers <rogers-emacs@rgrjr.dyndns.org>
738
739 * maintaining.texi (VC With A Locking VCS, VC Directory Commands):
740 * vc1-xtra.texi (Customizing VC, General VC Options): Small fixes.
741
742 2010-11-27 Chong Yidong <cyd@stupidchicken.com>
743
744 * maintaining.texi (Version Control Systems): Fix repeated sentence.
745 Suggested by Štěpán Němec.
746
747 2010-11-27 Chong Yidong <cyd@stupidchicken.com>
748
749 * maintaining.texi (Version Control): Say "commit", not "check in".
750 (Version Control Systems): Simplify descriptions.
751 (VCS Merging, VCS Changesets, VCS Repositories): New nodes, split from
752 VCS Concepts.
753 (VC Mode Line): Update example.
754 (Old Revisions): Document revert-buffer for vc-diff.
755 (Log Buffer): Promote to a subsection. Document header lines.
756
757 * macos.texi (Mac / GNUstep Basics):
758 Document ns-right-alternate-modifier.
759
760 * emacs.texi (Top): Update node listing.
761
762 2010-11-13 Eli Zaretskii <eliz@gnu.org>
763
764 * rmail.texi (Rmail Coding): Characters with no fonts are not
765 necessarily displayed as empty boxes.
766
767 * mule.texi (Language Environments, Fontsets): Characters with no
768 fonts are not necessarily displayed as empty boxes.
769
770 * display.texi (Text Display): Document display of glyphless
771 characters.
772
773 2010-11-13 Glenn Morris <rgm@gnu.org>
774
775 * basic.texi (Position Info): Add M-x count-words-region.
776
777 2010-11-11 Glenn Morris <rgm@gnu.org>
778
779 * msdog.texi (ls in Lisp): Update for ls-lisp changes.
780
781 2010-11-09 Eli Zaretskii <eliz@gnu.org>
782
783 * msdog.texi (Windows HOME): Add information regarding startup
784 directory when invoking Emacs from a desktop shortcut. (bug#7300)
785
786 2010-10-11 Glenn Morris <rgm@gnu.org>
787
788 * Makefile.in (MAKEINFO): Add explicit -I$srcdir.
789
790 * Makefile.in (.texi.dvi): Remove unnecessary suffix rule.
791 (DVIPS): New variable.
792 (.PHONY): Add html, ps.
793 (html, emacs.html, ps, emacs.ps, emacs-xtra.ps): New targets.
794 (clean): Delete html, ps files.
795
796 2010-10-09 Eli Zaretskii <eliz@gnu.org>
797
798 * makefile.w32-in (EMACSSOURCES): Add emacsver.texi.
799
800 2010-10-09 Glenn Morris <rgm@gnu.org>
801
802 * Makefile.in (VPATH): Remove.
803 (infodir): Make it absolute.
804 (mkinfodir, $(infodir)/emacs, infoclean): No need to cd $srcdir.
805
806 * Makefile.in (dist): Anchor regexps.
807
808 * Makefile.in (EMACSSOURCES): Put emacs.texi first.
809 ($(infodir)/emacs, emacs.dvi, emacs.pdf, emacs-xtra.dvi)
810 (emacs-xtra.pdf): Use $<.
811
812 * Makefile.in (infoclean): Remove harmless, long-standing error.
813
814 * Makefile.in ($(infodir)): Delete rule.
815 (mkinfodir): New.
816 ($(infodir)/emacs): Use $mkinfodir instead of infodir.
817
818 * Makefile.in (distclean): Do not delete emacsver.texi.
819 (dist): Remove reference to emacsver.texi.in.
820 * emacsver.texi: New file, replacing emacsver.texi.in.
821
822 2010-10-09 Glenn Morris <rgm@gnu.org>
823
824 * emacsver.texi.in: New file.
825 * emacs.texi: Set EMACSVER by including emacsver.texi.
826 * Makefile.in (distclean): Delete emacsver.texi.
827 (dist): Copy emacsver.texi.
828 (EMACSSOURCES): Add emacsver.texi.
829
830 * ack.texi (Acknowledgments): No more b2m.c.
831
832 * Makefile.in (.PHONY): Declare info, dvi, pdf, dist.
833 (emacs): Remove rule.
834 (dist): No need to deal with the emacs rule any more.
835
836 2010-10-07 Glenn Morris <rgm@gnu.org>
837
838 * Makefile.in (version): New, set by configure.
839 (clean): Delete dist tar file.
840 (dist): Use version in tar name.
841
842 2010-10-06 Glenn Morris <rgm@gnu.org>
843
844 * Makefile.in (EMACS_XTRA): Add the main source file.
845 (emacs-xtra.dvi, emacs-xtra.pdf): Remove explicit emacs-xtra.texi.
846 (mostlyclean): No core files, reorder other files.
847 (clean): Delete specific dvi and pdf files.
848 (infoclean, dist): New rules.
849 (maintainer-clean): Use infoclean.
850 ($(infodir)): Add parallel build workaround.
851
852 2010-10-04 Glenn Morris <rgm@gnu.org>
853
854 * Makefile.in (SHELL): Set it.
855 (INFO_TARGETS, DVI_TARGETS): Remove variables.
856 (info, dvi): Replace above variables with their expansions.
857 (info): Move mkdir from here...
858 ($(infodir)/emacs): ... to here (for parallel builds).
859 (pdf): New target.
860 ($(infodir)/emacs): Pass -o option to makeinfo.
861 (.PHONY): Declare clean rules.
862 (maintainer-clean): Delete dvi and pdf files.
863 Guard against cd failures. Use a more restrictive delete.
864
865 2010-10-02 Glenn Morris <rgm@gnu.org>
866
867 * misc.texi (Shell Mode): Remove reference to old function name.
868
869 2010-09-30 Eli Zaretskii <eliz@gnu.org>
870
871 * maintaining.texi (VC Mode Line): Mention all the possible VC status
872 indicator characters.
873
874 2010-09-29 Glenn Morris <rgm@gnu.org>
875
876 * Makefile.in (top_srcdir): Remove unused variable.
877
878 2010-09-14 Glenn Morris <rgm@gnu.org>
879
880 * cal-xtra.texi (Fancy Diary Display): Emphasize that sort should be
881 the last hook item.
882
883 * calendar.texi (Appointments): Also updated when a diary include file
884 is saved.
885
886 2010-09-14 Glenn Morris <rgm@gnu.org>
887
888 * trouble.texi (Bugs): Update the section intro.
889 (Known Problems): New section.
890 (Checklist): Misc updates. Prefer M-x report-emacs-bug.
891 (Sending Patches): Bug fixes are best as responses to existing bugs.
892 * emacs.texi (Known Problems): Add menu entry for new section.
893
894 2010-09-09 Glenn Morris <rgm@gnu.org>
895
896 * xresources.texi: Untabify.
897
898 2010-09-06 Chong Yidong <cyd@stupidchicken.com>
899
900 * dired.texi (Dired Enter): Minor doc fix (Bug#6982).
901
902 2010-09-06 Glenn Morris <rgm@gnu.org>
903
904 * misc.texi (Saving Emacs Sessions): Mention desktop-path. (Bug#6948)
905
906 2010-09-02 Jan Djärv <jan.h.d@swipnet.se>
907
908 * frames.texi (Cut/Paste Other App): Remove vut-buffer text.
909
910 2010-08-21 Glenn Morris <rgm@gnu.org>
911
912 * misc.texi (Amusements): Mention bubbles and animate.
913
914 2010-07-31 Eli Zaretskii <eliz@gnu.org>
915
916 * files.texi (Visiting): Add more index entries for
917 large-file-warning-threshold.
918
919 2010-07-29 Jan Djärv <jan.h.d@swipnet.se>
920
921 * frames.texi (Tool Bars): Add doc for tool-bar-position.
922
923 2010-06-23 Glenn Morris <rgm@gnu.org>
924
925 * abbrevs.texi, basic.texi, buffers.texi, building.texi, calendar.texi:
926 * custom.texi, dired.texi, display.texi, emacs.texi, emerge-xtra.texi:
927 * files.texi, fortran-xtra.texi, frames.texi, help.texi, killing.texi:
928 * maintaining.texi, mark.texi, mini.texi, misc.texi, msdog.texi:
929 * mule.texi, programs.texi, rmail.texi, screen.texi, search.texi:
930 * sending.texi, text.texi, trouble.texi, vc1-xtra.texi, xresources.texi:
931 Untabify Texinfo files.
932
933 2010-06-10 Glenn Morris <rgm@gnu.org>
934
935 * basic.texi (Inserting Text): Minor clarification. (Bug#6374)
936
937 * basic.texi (Inserting Text): Fix typo.
938
939 2010-06-10 Glenn Morris <rgm@gnu.org>
940
941 * ack.texi (Acknowledgments):
942 * emacs.texi (Acknowledgments): Update for notifications.el.
943
944 2010-05-31 Daiki Ueno <ueno@unixuser.org>
945
946 * dired.texi (Operating on Files): Mention encryption commands
947 (Bug#6315).
948
949 2010-05-29 Eli Zaretskii <eliz@gnu.org>
950
951 * basic.texi (Moving Point): Update due to renaming of commands bound
952 to arrows. Document bidi-aware behavior of C-<right> and C-<left>.
953
954 2010-05-18 Eli Zaretskii <eliz@gnu.org>
955
956 * display.texi (Fringes): Document reversal of fringe arrows for R2L
957 paragraphs.
958 (Line Truncation): Fix wording for bidi display.
959
960 * basic.texi (Moving Point): Document bidi-aware behavior of the arrow
961 keys.
962
963 2010-05-08 Chong Yidong <cyd@stupidchicken.com>
964
965 * building.texi (GDB Graphical Interface): Remove misleading comparison
966 to an IDE (Bug#6128).
967
968 2010-05-08 Štěpán Němec <stepnem@gmail.com> (tiny change)
969
970 * programs.texi (Man Page):
971 * misc.texi (Invoking emacsclient):
972 * mini.texi (Repetition):
973 * mark.texi (Setting Mark): Fix typos.
974
975 2010-05-08 Chong Yidong <cyd@stupidchicken.com>
976
977 * misc.texi (Printing): Document htmlfontify-buffer.
978
979 2010-05-08 Glenn Morris <rgm@gnu.org>
980
981 * calendar.texi (Displaying the Diary, Format of Diary File):
982 Fix external cross-references for TeX format output.
983
984 2010-05-07 Chong Yidong <cyd@stupidchicken.com>
985
986 * Version 23.2 released.
987
988 2010-05-02 Jan Djärv <jan.h.d@swipnet.se>
989
990 * cmdargs.texi (Initial Options): Mention --chdir.
991
992 2010-04-21 Jan Djärv <jan.h.d@swipnet.se>
993
994 * frames.texi (Tool Bars): Add tool-bar-style.
995
996 2010-04-21 Glenn Morris <rgm@gnu.org>
997
998 * ack.texi, emacs.texi (Acknowledgments): Add SELinux support.
999
1000 2010-04-18 Chong Yidong <cyd@stupidchicken.com>
1001
1002 * programs.texi (Semantic): New node.
1003
1004 * maintaining.texi (EDE): New node.
1005
1006 * emacs.texi: Update node listing.
1007
1008 * misc.texi (Gnus): Use the `C-h i' keybinding for info.
1009
1010 2010-04-18 Glenn Morris <rgm@gnu.org>
1011
1012 * emacs.texi (Acknowledgments): Remove duplicate.
1013
1014 * maintaining.texi (VC Directory Commands): Mention stashes and shelves.
1015
1016 2010-04-18 Glenn Morris <rgm@gnu.org>
1017
1018 * dired.texi (Misc Dired Features): Mention VC diff and log.
1019 * maintaining.texi (Old Revisions, VC Change Log):
1020 Mention that diff and log work in Dired buffers.
1021
1022 * help.texi (Help Summary): Mention M-x info-finder.
1023
1024 * ack.texi (Acknowledgments): Add mpc.el.
1025
1026 * custom.texi (Specifying File Variables, Directory Variables):
1027 Document new commands for manipulating local variable lists.
1028
1029 2010-04-18 Glenn Morris <rgm@gnu.org>
1030
1031 * trouble.texi (Contributing): Add cindex entry.
1032 Mention etc/CONTRIBUTE.
1033
1034 2010-04-18 Chong Yidong <cyd@stupidchicken.com>
1035
1036 * mark.texi (Persistent Mark): Copyedits. Replace undo example with
1037 query-replace (Bug#5774).
1038
1039 2010-04-16 Glenn Morris <rgm@gnu.org>
1040
1041 * ack.texi, emacs.texi (Acknowledgments): Update for Org changes.
1042
1043 2010-04-11 Jan Djärv <jan.h.d@swipnet.se>
1044
1045 * xresources.texi (Lucid Resources): Mention faceName for dialogs.
1046
1047 2010-04-08 Jan Djärv <jan.h.d@swipnet.se>
1048
1049 * xresources.texi (Lucid Resources): Mention faceName to set Xft fonts.
1050
1051 2010-03-30 Eli Zaretskii <eliz@gnu.org>
1052
1053 * mule.texi (Input Methods): Mention "C-x 8 RET" and add a
1054 cross-reference to "Inserting Text".
1055
1056 * basic.texi (Inserting Text): Add an index entry for "C-x 8 RET".
1057 Mention completion provided by `ucs-insert'.
1058
1059 2010-03-30 Chong Yidong <cyd@stupidchicken.com>
1060
1061 * sending.texi (Sending Mail): Note variables that may need
1062 customizing.
1063 (Mail Sending): Expand discussion of send-mail-function.
1064
1065 2010-03-30 Chong Yidong <cyd@stupidchicken.com>
1066
1067 Document Message mode as the default mail mode.
1068
1069 * sending.texi (Sending Mail): Copyedits.
1070 (Mail Format, Mail Headers): Document mail-from-style changes.
1071 (Mail Commands): Rename from Mail mode. Document Message mode.
1072 (Mail Misc): Rename from Mail mode Misc.
1073 (Mail Sending, Header Editing, Mail Misc): Switch to Message mode
1074 command names and update keybindings.
1075 (Header Editing): Document message-tab. De-document
1076 mail-self-blind, mail-default-reply-to, and mail-archive-file-name in
1077 favor of mail-default-headers. Ad index entries for user-full-name and
1078 user-mail-address.
1079 (Citing Mail): Update changes in Message mode behavior.
1080 Document mail-yank-prefix.
1081 (Mail Signature): New node, moved from Mail Misc.
1082 (Mail Aliases): Mail abbrevs are the default with Message mode.
1083 (Mail Methods): Note that Message mode is now the default.
1084
1085 * rmail.texi (Rmail Reply):
1086 * text.texi (Text Mode):
1087 * major.texi (Major Modes):
1088 * mule.texi (Output Coding): Refer to Message mode.
1089
1090 * custom.texi (Init Examples): Add xref to Mail Header.
1091
1092 * emacs.texi (Top): Fix xrefs.
1093
1094 2010-03-30 Chong Yidong <cyd@stupidchicken.com>
1095
1096 * maintaining.texi (VC With A Merging VCS): C-x v v now creates a
1097 repository if there is none.
1098 (VC Change Log): Rename from VC Status. Document vc-log-show-limit and
1099 vc-print-root-log.
1100 (Old Revisions): Copyedits. Document vc-root-diff.
1101
1102 * programs.texi (Program Modes): Mention Javascript mode.
1103
1104 * text.texi (HTML Mode): Note that nXML is now the default XML mode.
1105 * emacs.texi: Update node description.
1106
1107 * misc.texi (Navigation): Document doc-view-continuous.
1108 (Shell Ring): Document new M-r binding. M-s is no longer bound.
1109
1110 2010-03-30 Juri Linkov <juri@jurta.org>
1111
1112 * search.texi (Other Repeating Search): Remove line that `occur'
1113 can not handle multiline matches.
1114
1115 2010-03-30 Eli Zaretskii <eliz@gnu.org>
1116
1117 * mule.texi (International): Mention support of bidirectional editing.
1118 (Bidirectional Editing): New section.
1119
1120 2010-03-28 Nick Roberts <nickrob@snap.net.nz>
1121
1122 * emacs.texi (Top): Update node names to those in building.texi.
1123
1124 2010-03-27 Nick Roberts <nickrob@snap.net.nz>
1125
1126 doc/emacs/building.texi: Describe restored GDB/MI fuctionality removed by 2009-12-29T07:15:34Z!nickrob@snap.net.nz.
1127 doc/emacs/emacs.texi: Update node names for building.texi.
1128
1129 2010-03-24 Glenn Morris <rgm@gnu.org>
1130
1131 * ack.texi (Acknowledgments):
1132 * emacs.texi (Acknowledgments): Fix ispell attribution. (Bug#5759)
1133
1134 2010-03-20 Jan Djärv <jan.h.d@swipnet.se>
1135
1136 * xresources.texi (Table of Resources): Clarify toolBar number
1137 for Gtk+.
1138
1139 * frames.texi (Menu Bars): menuBarLines => menuBar (bug#5736).
1140
1141 2010-03-21 Chong Yidong <cyd@stupidchicken.com>
1142
1143 * dired.texi (Dired Updating): Document dired-auto-revert-buffer.
1144
1145 * search.texi (Other Repeating Search): Document multi-isearch-buffers
1146 and multi-isearch-buffers-regexp.
1147
1148 * indent.texi (Indentation): Clarify description of
1149 indent-for-tab-command. Document tab-always-indent.
1150
1151 2010-03-20 Chong Yidong <cyd@stupidchicken.com>
1152
1153 * cmdargs.texi (Font X): Move most content to Fonts.
1154
1155 * frames.texi (Fonts): New node. Document font-use-system-font.
1156
1157 * emacs.texi (Top):
1158 * xresources.texi (Table of Resources):
1159 * mule.texi (Defining Fontsets, Charsets): Update xrefs.
1160
1161 2010-03-10 Chong Yidong <cyd@stupidchicken.com>
1162
1163 * Branch for 23.2.
1164
1165 2010-03-06 Chong Yidong <cyd@stupidchicken.com>
1166
1167 * custom.texi (Init Examples): Add xref to Locals.
1168
1169 * major.texi (Choosing Modes): Mention usage of setq-default for
1170 setting the default value of major-mode (Bug#5688).
1171
1172 2010-03-02 Chong Yidong <cyd@stupidchicken.com>
1173
1174 * frames.texi (Mouse Avoidance): Mention make-pointer-invisible.
1175
1176 * display.texi (Display Custom): Document make-pointer-invisible and
1177 underline-minimum-offset. Remove inverse-video.
1178
1179 2010-02-21 Chong Yidong <cyd@stupidchicken.com>
1180
1181 * frames.texi (Frame Commands): Note that the last ordinary frame can
1182 be deleted in daemon mode (Bug#5616).
1183
1184 2010-02-18 Glenn Morris <rgm@gnu.org>
1185
1186 * trouble.texi (Contributing): Repository is no longer CVS.
1187
1188 2010-02-08 Glenn Morris <rgm@gnu.org>
1189
1190 * buffers.texi (Uniquify): Must explicitly load library. (Bug#5529)
1191
1192 2010-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
1193
1194 * display.texi (Useless Whitespace, Text Display):
1195 * custom.texi (Init Examples): Avoid obsolete special default variables
1196 like default-major-mode.
1197
1198 2010-01-24 Mark A. Hershberger <mah@everybody.org>
1199
1200 * programs.texi (Other C Commands): Replace reference to obsolete
1201 c-subword-mode.
1202
1203 2010-01-21 Glenn Morris <rgm@gnu.org>
1204
1205 * trouble.texi (Bugs): Fix PROBLEMS keybinding.
1206
1207 2010-01-12 Glenn Morris <rgm@gnu.org>
1208
1209 * trouble.texi (Checklist): Use bug-gnu-emacs rather than
1210 emacs-pretest-bug for bug reports for development versions.
1211
1212 2010-01-11 Glenn Morris <rgm@gnu.org>
1213
1214 * display.texi (Highlight Interactively): `t' does not mean highlight
1215 all patterns. (Bug#5335)
1216
1217 2009-12-29 Chong Yidong <cyd@stupidchicken.com>
1218
1219 * misc.texi (Shell): Document async-shell-command.
1220
1221 * building.texi (Grep Searching): Document zrgrep.
1222
1223 * mini.texi (Completion Options): Mention `initials' completion style.
1224
1225 2009-12-29 Nick Roberts <nickrob@snap.net.nz>
1226
1227 * building.texi: Import GDB Graphical Interface description from
1228 EMACS_23_1_RC.
1229
1230 2009-12-24 Chong Yidong <cyd@stupidchicken.com>
1231
1232 * emacs.texi (Top): Update node listing.
1233
1234 * abbrevs.texi (Saving Abbrevs): Abbrev file should be in .emacs.d.
1235
1236 * basic.texi (Moving Point): M-r is now move-to-window-line-top-bottom.
1237
1238 * cmdargs.texi (Initial Options):
1239 * xresources.texi (Resources): Document inhibit-x-resources.
1240
1241 * custom.texi (Specifying File Variables): Note that minor modes are
1242 enabled unconditionally.
1243
1244 * display.texi (Scrolling): Briefly document the old recenter command,
1245 and document recenter-positions.
1246
1247 * files.texi (Visiting):
1248 * buffers.texi (Buffers): Max buffer size is now 512 MB.
1249
1250 * frames.texi (Cut/Paste Other App):
1251 Document save-interprogram-paste-before-kill.
1252
1253 * killing.texi (Kill Options): New node.
1254
1255 2009-12-05 Chong Yidong <cyd@stupidchicken.com>
1256
1257 * misc.texi (Shell Options): ansi-color is now default.
1258
1259 2009-12-05 Glenn Morris <rgm@gnu.org>
1260
1261 * emacs.texi (Top): Update menu for cal-xtra node changes.
1262 * calendar.texi (Displaying the Diary): Holidays may be in the buffer
1263 or mode line. Don't mention invisible text or the details of
1264 diary-print-entries here, only in cal-xtra.
1265 (Format of Diary File): Mention that the "date on first line" format
1266 only really affects the simple display.
1267 * cal-xtra.texi (Advanced Calendar/Diary Usage): Update menu.
1268 (Diary Customizing): Holidays may be in the buffer or mode line.
1269 Move diary-print-entries to the "Diary Display" section.
1270 (Diary Display): New section, split out from "Fancy Diary Display".
1271 Explain the limitations of simple display, and how to print it.
1272
1273 * calendar.texi (Displaying the Diary): Mention keys apply to calendar.
1274
1275 * cal-xtra.texi (Diary Display): Mention View mode.
1276
1277 2009-11-29 Juri Linkov <juri@jurta.org>
1278
1279 * display.texi (Highlight Interactively): Actually a list of
1280 default faces is pre-loaded into a list of default values
1281 instead of the history.
1282
1283 2009-11-20 Glenn Morris <rgm@gnu.org>
1284
1285 * ack.texi (Acknowledgments):
1286 * emacs.texi (Acknowledgments): Add htmlfontify.
1287
1288 2009-11-14 Glenn Morris <rgm@gnu.org>
1289
1290 * cal-xtra.texi (Holiday Customizing): Replace obsolete alias.
1291
1292 * ack.texi (Acknowledgments):
1293 * emacs.texi (Acknowledgments): Update for recent Org changes.
1294
1295 2009-10-31 Chong Yidong <cyd@stupidchicken.com>
1296
1297 * mule.texi (Charsets): Numerous copyedits. Don't discuss the
1298 `charset' property, which is irrelevant to the user manual (Bug#3526).
1299
1300 2009-10-14 Juanma Barranquero <lekktu@gmail.com>
1301
1302 * trouble.texi (DEL Does Not Delete): Fix typo.
1303
1304 2009-10-05 Michael Albinus <michael.albinus@gmx.de>
1305
1306 * files.texi (Misc File Ops): Mention copy-directory.
1307
1308 2009-10-04 Eli Zaretskii <eliz@gnu.org>
1309
1310 * mule.texi (Unibyte Mode): Emphasize that
1311 unibyte-display-via-language-environment affects only the display.
1312
1313 * display.texi (Horizontal Scrolling): Document cursor behavior under
1314 horizontal scrolling when point moves off the screen (Bug#4564).
1315 Improve wording.
1316
1317 2009-10-01 Michael Albinus <michael.albinus@gmx.de>
1318
1319 * files.texi (Directories): delete-directory prompts for recursive
1320 deletion.
1321
1322 2009-09-30 Glenn Morris <rgm@gnu.org>
1323
1324 * ack.texi (Acknowledgments):
1325 * emacs.texi (Acknowledgments): CEDET updates. Fix Hungarian accent.
1326
1327 2009-09-25 Tassilo Horn <tassilo@member.fsf.org>
1328
1329 * dired.texi (Dired Navigation): Use @code instead of @var for
1330 dired-isearch-filenames, so that it's not capitalized.
1331
1332 2009-09-19 Chong Yidong <cyd@stupidchicken.com>
1333
1334 * frames.texi (Frame Commands): C-z is now bound to suspend-frame.
1335
1336 * entering.texi (Exiting): C-z is now bound to suspend-frame.
1337
1338 * custom.texi (Init Examples): Replace Rumseld with Cheny (Bug#3519).
1339 (Key Bindings): Reference Init Rebinding in introductory text.
1340 Shift some of the introduction to Keymaps node.
1341 (Keymaps): Simplify.
1342 (Local Keymaps): Simplify. Move binding example to Init Rebinding.
1343 (Minibuffer Maps): Remove mention of Mocklisp.
1344 (Init Rebinding): Move mode-local rebinding example here from Local
1345 Keymaps.
1346 (Modifier Keys): Clarify.
1347 (Rebinding): Add cindex for "binding keys".
1348
1349 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
1350
1351 * misc.texi (Invoking emacsclient): Minor clarifications (Bug#4419).
1352
1353 2009-08-31 Nick Roberts <nickrob@snap.net.nz>
1354
1355 * building.texi (Threads Buffer, Multithreaded Debugging):
1356 Re-organise these two sections.
1357
1358 2009-08-29 Eli Zaretskii <eliz@gnu.org>
1359
1360 * cmdargs.texi (Initial Options): Fix last change.
1361
1362 2009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
1363
1364 * mule.texi (Enabling Multibyte):
1365 * cmdargs.texi (General Variables): Remove EMACS_UNIBYTE.
1366 (Initial Options): Remove --(no-)multibyte, --(no-)unibyte.
1367
1368 2009-08-20 Glenn Morris <rgm@gnu.org>
1369
1370 * cal-xtra.texi (Non-Gregorian Diary): Mention ``Adar I'' special case.
1371
1372 2009-08-19 Glenn Morris <rgm@gnu.org>
1373
1374 * ack.texi (Acknowledgments): Remove cvtmail. Mention info-finder.
1375
1376 2009-08-18 Glenn Morris <rgm@gnu.org>
1377
1378 * ack.texi (Acknowledgments):
1379 * emacs.texi (Acknowledgments): Update for js.el replacing js2-mode.el.
1380
1381 * ack.texi (Acknowledgments): Add ucs-normalize.el and files-x.el.
1382
1383 2009-08-09 Glenn Morris <rgm@gnu.org>
1384
1385 * ack.texi (Acknowledgments):
1386 * emacs.texi (Acknowledgments): Add gdb-mi entry.
1387
1388 2009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
1389
1390 * emacs.texi (Top): Add new menu items for GDB-UI.
1391
1392 * building.texi (GDB Graphical Interface): Add Multithreaded debugging
1393 section. Threads buffer is in separate section now.
1394
1395 2009-08-08 Glenn Morris <rgm@gnu.org>
1396
1397 * ack.texi (Acknowledgments):
1398 * emacs.texi (Acknowledgments):
1399 Update for js2-mode and org changes.
1400
1401 2009-08-02 Michael Albinus <michael.albinus@gmx.de>
1402
1403 * files.texi (Reverting): Auto-Revert Tail mode works also for remote
1404 files.
1405
1406 2009-07-28 Chong Yidong <cyd@stupidchicken.com>
1407
1408 * building.texi (Lisp Libraries): Clarify meaning of autoloading.
1409
1410 2009-07-23 Glenn Morris <rgm@gnu.org>
1411
1412 * programs.texi (Matching): Update blink-matching-paren-distance.
1413
1414 2009-07-21 Chong Yidong <cyd@stupidchicken.com>
1415
1416 * frames.texi (Cut/Paste Other App): For select-active-regions,
1417 selection is now updated on moving point.
1418
1419 2009-07-21 Richard Stallman <rms@gnu.org>
1420
1421 * glossary.texi (GNU, Daemon): Update information.
1422
1423 2009-07-19 Juri Linkov <juri@jurta.org>
1424
1425 * custom.texi (Specifying File Variables, Safe File Variables):
1426 "variables/value pairs" -> "variable/value pairs".
1427
1428 2009-07-15 Glenn Morris <rgm@gnu.org>
1429
1430 * misc.texi (Gnus): Remove widow.
1431
1432 2009-07-11 Glenn Morris <rgm@gnu.org>
1433
1434 * Makefile.in (TEXI2PDF): New.
1435 (emacs.pdf, emacs-xtra.pdf): New targets.
1436
1437 * arevert-xtra.texi (Autorevert): Add menu descriptions.
1438
1439 * display.texi (Horizontal Scrolling): Re-word to remove widow.
1440
1441 * emacs.texi (Top): Info can be read from other places than Emacs.
1442 Don't print the copying notice twice in the printed version.
1443 Update the menu and detailmenu.
1444 (Preface): The meaning of "on-line" has changed.
1445 Correct name for "Common Problems" chapter.
1446 (Distrib): Update FSF shop URL.
1447 (Intro): Showing two files at once is not so exciting.
1448
1449 * macos.texi (Mac OS / GNUstep): Fix spelling and cross-reference.
1450 (Mac / GNUstep Basics): Minor grammar changes.
1451 (Mac / GNUstep Events): Fix typo.
1452 (GNUstep Support): CANNOT_DUMP no longer applies.
1453
1454 * misc.texi (Document View): Fix typos.
1455
1456 * dired.texi (Dired):
1457 * help.texi (Help):
1458 * macos.texi (Mac OS / GNUstep):
1459 * maintaining.texi (Version Control, Introduction to VC):
1460 End menu descriptions with a period.
1461
1462 2009-07-09 Eli Zaretskii <eliz@gnu.org>
1463
1464 * msdog.texi (Windows Files) <w32-get-true-file-attributes>: Don't be
1465 so categorical in saying that the option is only useful on NTFS.
1466
1467 2009-07-09 Glenn Morris <rgm@gnu.org>
1468
1469 * Makefile.in (texinfodir): New variable, with location of texinfo.tex.
1470 (ENVADD): Add texinfodir to TEXINPUTS.
1471
1472 * emacs.texi (Top): Fix cross-reference.
1473
1474 * maintaining.texi (VC Directory Buffer): Fix cross-reference.
1475
1476 * vc1-xtra.texi (Revision Tags): Fix typo.
1477
1478 2009-07-03 Glenn Morris <rgm@gnu.org>
1479
1480 * emerge-xtra.texi (Emerge): Tweak Misc menu description.
1481 (Submodes of Emerge): Skip Prefers is only relevant with an ancestor.
1482 (Merge Commands): `.' does not seem to work in A or B buffer.
1483 `l' can recreate the 3-window display.
1484
1485 * glossary.texi (Glossary): Minor phrasing changes throughout.
1486 Add more internal cross-references.
1487 <Autoloading>: You can't really autoload a variable.
1488 <C-M->: Move details here from `M-C-' item.
1489 <Continuation Line>: Refer to `Truncation.'
1490 <Daemon, Free Software, Free Software Foundation, FSF, GNU>:
1491 <Home Directory, Unix>: New entries.
1492 <Deletion of Files>: Mention recycle bins.
1493 <Directory>: Mention ``folders.''
1494 <Error>: Don't mention ``type-ahead.''
1495 <Fringe>: Refer to the manual node.
1496 <Minor Mode>: Can be global or local.
1497 <Spell Checking>: There are other checkers besides Ispell.
1498
1499 2009-07-02 Glenn Morris <rgm@gnu.org>
1500
1501 * anti.texi (Antinews): Minor changes in phrasing.
1502
1503 * cal-xtra.texi, fortran-xtra.texi: Re-order a few things to reduce
1504 some underfull lines in dvi output.
1505
1506 * emacs-xtra.texi (Introduction): Mention included in info Emacs manual.
1507
1508 * sending.texi (Mail Sending): Add a tiny bit on mailclient.
1509
1510 * vc-xtra.texi (Advanced VC Usage): End all menu items with a period.
1511
1512 2009-07-01 Jan Djärv <jan.h.d@swipnet.se>
1513
1514 * xresources.texi (Table of Resources): Mention maximized for
1515 fullscreen.
1516
1517 * cmdargs.texi (Window Size X): -mm/--maximized is new.
1518
1519 2009-07-01 Chong Yidong <cyd@stupidchicken.com>
1520
1521 * anti.texi (Antinews): Correct the list of removed platforms.
1522
1523 2009-06-28 Glenn Morris <rgm@gnu.org>
1524
1525 * arevert-xtra.texi: Minor language tweaks.
1526
1527 * dired-xtra.texi: Minor revisions.
1528
1529 2009-06-23 Miles Bader <miles@gnu.org>
1530
1531 * display.texi (Scrolling): Document `recenter-redisplay'.
1532 (Temporary Face Changes): Document `text-scale-set'.
1533
1534 2009-06-21 Chong Yidong <cyd@stupidchicken.com>
1535
1536 * Branch for 23.1.
1537
1538 2009-06-17 Kenichi Handa <handa@m17n.org>
1539
1540 * mule.texi (Charsets): Update the description for the new charset.
1541 (list-character-sets): New findex.
1542 (Language Environments): Add @anchor{Describe Language Environment}.
1543
1544 2009-06-10 Chong Yidong <cyd@stupidchicken.com>
1545
1546 * basic.texi (Moving Point): Fix tag.
1547
1548 * picture-xtra.texi (Insert in Picture): Use <next> and <prior>.
1549
1550 * mini.texi (Completion Commands): Decapitalize <next> and <prior>, and
1551 use camel-case for PageUp and PageDown.
1552
1553 * display.texi (Scrolling): Decapitalize <next> and <prior>, and use
1554 camel-case for PageUp and PageDown.
1555
1556 * calendar.texi (Scroll Calendar): Decapitalize <next> and <prior>.
1557
1558 * search.texi (Isearch Scroll): Add isearch-allow-scroll to index.
1559 (Isearch Scroll): Decapitalize <next> and <prior>.
1560
1561 2009-06-09 Agustín Martín <agustin.martin@hispalinux.es>
1562
1563 * fixit.texi (Spelling): Set default dictionary.
1564 Improve descriptions (Bug#2554)
1565
1566 2009-06-08 David Reitter <david.reitter@gmail.com>
1567
1568 * macos.texi (Color panel, Font panel): Remove mention of Save Options,
1569 since saving colors and faces set this way is not implemented.
1570 (Environment variables): Remove mention of mac-fix-env, which is
1571 scheduled to be removed.
1572
1573 2009-06-04 Chong Yidong <cyd@stupidchicken.com>
1574
1575 * custom.texi (Init Examples): Add example of changing load-path.
1576
1577 * building.texi (Lisp Libraries): Add example of changing
1578 load-path (Bug#3446).
1579
1580 2009-05-28 Chong Yidong <cyd@stupidchicken.com>
1581
1582 * mark.texi (Mark): Further clarifications.
1583 (Setting Mark): Emphasize that C-SPC activates the mark.
1584
1585 2009-05-28 Chong Yidong <cyd@stupidchicken.com>
1586
1587 * mark.texi (Mark): Clarify introduction. Mention disabling Transient
1588 Mark mode.
1589 (Using Region, Persistent Mark): Use "active mark" instead of "active
1590 region".
1591
1592 2009-05-16 Ari Roponen <ari.roponen@gmail.com> (tiny change)
1593
1594 * mule.texi (Select Input Method): Fix typo.
1595
1596 2009-05-13 Chong Yidong <cyd@stupidchicken.com>
1597
1598 * anti.texi (Antinews): Document completion changes. Some additional
1599 copyedits and rearrangement of entries.
1600
1601 2009-05-12 Chong Yidong <cyd@stupidchicken.com>
1602
1603 * misc.texi (Interactive Shell, Saving Emacs Sessions)
1604 (Shell History Copying, Terminal emulator): Copyedits.
1605
1606 * xresources.texi (Resources): Simplify descriptions.
1607 Shorten description of editres, which is not very useful these days.
1608 (Table of Resources): Document fontBackend resource.
1609
1610 * trouble.texi (Quitting): Add other undo bindings to table.
1611 (DEL Does Not Delete): Note that the erasure key is usually labelled
1612 "Backspace". Remove discussion of obscure Xmodmap issue.
1613
1614 2009-05-07 Chong Yidong <cyd@stupidchicken.com>
1615
1616 * files.texi (Visiting): Copyedits.
1617
1618 2009-05-06 Chong Yidong <cyd@stupidchicken.com>
1619
1620 * basic.texi (Inserting Text): Document ucs-insert.
1621
1622 * mule.texi (International Chars): Define "multibyte". Note that
1623 internal representation is unicode-based. Simplify definition of raw
1624 bytes. Mention ucs-insert.
1625 (Enabling Multibyte): Remove obsolete discussion. Copyedits.
1626 (Language Environments): Add language environments new to Emacs 23.
1627 (Multibyte Conversion): Node deleted.
1628 (Coding Systems): Remove obsolete unify-8859-on-decoding-mode.
1629 Don't mention obsolete emacs-mule coding system.
1630 (Output Coding): Copyedits.
1631
1632 * emacs.texi (Top): Update node listing.
1633
1634 2009-05-05 Per Starbäck <per@starback.se> (tiny change)
1635
1636 * trouble.texi (Lossage): Use new binding of view-emacs-problems.
1637
1638 2009-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
1639
1640 * building.texi (Lisp Libraries): `load-library' does offer completion.
1641
1642 2009-04-28 Chong Yidong <cyd@stupidchicken.com>
1643
1644 * frames.texi (Text-Only Mouse): Mention gpm-mouse-mode instead of
1645 t-mouse-mode. Suggested by Per Starbäck (Bug#3126).
1646
1647 2009-04-25 Eli Zaretskii <eliz@gnu.org>
1648
1649 * maintaining.texi (Tags): Clarify text. (Bug#3101)
1650
1651 2009-04-22 Chong Yidong <cyd@stupidchicken.com>
1652
1653 * entering.texi (Entering Emacs): Document initial-buffer-choice.
1654
1655 * building.texi (Lisp Interaction): Document initial-scratch-message.
1656
1657 2009-04-18 Juanma Barranquero <lekktu@gmail.com>
1658
1659 * msdog.texi (Windows Fonts): Fix typos.
1660
1661 * files.texi (Save Commands): Fix pxref.
1662
1663 2009-04-18 Chong Yidong <cyd@stupidchicken.com>
1664
1665 * files.texi (Save Commands): Mention diff-buffer-with-file.
1666 (Comparing Files): Document diff-buffer-with-file. Suggested by Magnus
1667 Henoch (Bug#3036).
1668
1669 2009-03-15 Glenn Morris <rgm@gnu.org>
1670
1671 * sending.texi (Mail Format): Replace "Sender" with "Message-Id", since
1672 the former is not always used.
1673 (Mail Headers): Use active voice. Add "Mail-reply-to".
1674 Change case of "Id". Avoid repeated "appropriate".
1675 (Mail Aliases): Fix previous change - use an example with a ".", so it
1676 does actually get quoted when expanded.
1677 (Mail Sending): Mailclient is the default on some systems.
1678 (Citing Mail): Mention mail-indentation-spaces.
1679 (Mail Mode Misc): Add an @dfn for "mail signature".
1680
1681 2009-03-15 Chong Yidong <cyd@stupidchicken.com>
1682
1683 * mini.texi (Completion Commands): Describe Emacs 23 completion rules.
1684 (Completion Options): Document read-file-name-completion-ignore-case,
1685 read-buffer-completion-ignore-case, and completion-styles.
1686 Remove description of partial-completion-mode.
1687
1688 2009-03-14 Glenn Morris <rgm@gnu.org>
1689
1690 * sending.texi (Mail Format): Fix typo. Add index entry for
1691 mail-header-separator.
1692 (Mail Headers): Put info about initialization and changing in one place
1693 at the start. Update FCC section for mbox Rmail. Clarify From
1694 section, mention mail-setup-with-from. Clarify Reply-to section.
1695 Add Mail-followup-to and mail-mailing-lists. Clarify References
1696 section.
1697 (Mail Aliases): Update example, make less contentious.
1698 Update for name change of mail-interactive-insert-alias.
1699 (Mail Mode): Remove mention of `%' as a word separator.
1700 (Mail Sending): Mention mail-send-hook. Mention Mailclient.
1701 (Header Editing): Add reply-to, mail-reply-to, and mail-followup-to
1702 commands. Clarify FCC handling. In mail-complete, add reference to
1703 Mail Aliases section, and mention mail-complete-function.
1704 (Citing Mail): Mention mail-yank-ignored-headers and mail-citation-hook.
1705 (Mail Mode Misc): Clarify the mail-signature function. Add basic
1706 signature netiquette. Explain how the mail hooks work when continuing
1707 a composition.
1708 (Mail Amusements): Internationalize the spook section a bit.
1709 Remove the spook mail-setup-hook example, since it doesn't work well.
1710 Mention fortune-file.
1711 (Mail Methods): Mention read-mail-command.
1712
1713 2009-03-14 David Reitter <david.reitter@gmail.com>
1714
1715 * macos.texi (Mac / GNUstep Basics): Remove references to Prefs panel
1716 and NS resources following recent changes.
1717
1718 2009-03-10 Jason Rumney <jasonr@gnu.org>
1719
1720 * msdog.texi (Windows Misc): Remove doc for obsolete variable. Modify
1721 w32-use-visible-system-caret doc to indicate that it should get set
1722 automatically.
1723 (Windows Fonts): Add doc for the uniscribe backend.
1724
1725 2009-03-08 Dan Nicolaescu <dann@ics.uci.edu>
1726
1727 * maintaining.texi (VC Directory Commands): Fix doc for the x key in
1728 vc-dir. (Bug#2598)
1729
1730 2009-03-05 Reiner Steib <Reiner.Steib@gmx.de>
1731
1732 * fixit.texi (Spelling): Add turn-on-flyspell. (Bug#2517)
1733
1734 2009-03-05 Glenn Morris <rgm@gnu.org>
1735
1736 * rmail.texi (Rmail Basics): Add reference to sorting.
1737 (Rmail Scrolling, Rmail Motion, Rmail Reply, Rmail Display):
1738 Minor re-wordings.
1739 (Rmail Motion): Mention rmail-next-same-subject.
1740 (Rmail Deletion): Expunging is not the only way to change the numbers.
1741 (Rmail Labels): Labels can also be used in sorting.
1742 (Rmail Summary Edit): Mention rmail-summary-next-same-subject.
1743 (Rmail Display): Mention rmail-mime.
1744
1745 2009-03-04 Glenn Morris <rgm@gnu.org>
1746
1747 * rmail.texi (Rmail Sorting): Add the keybindings associated with each
1748 sort command. Fix `rmail-sort-by-labels' name. Mention sorting from
1749 summary. Mention sorts cannot be undone.
1750 (Rmail Display): Give an example of how to use goto-address-mode.
1751 (Rmail Editing): It's keybindings that are redefined, not commands.
1752 Fix some typos.
1753 (Movemail): Some minor rewording.
1754 (Remote Mailboxes): Emacs movemail supports pop by default.
1755 Fix some minor grammatical issues. The "two alternative ways" to
1756 specify a POP mailbox are really just one. Remove all reference to the
1757 variables rmail-pop-password and rmail-pop-password-required, obsolete
1758 since Emacs 22.1. Clarify the four password steps. Emacs movemail
1759 can support Kerberos.
1760
1761 2009-03-03 Glenn Morris <rgm@gnu.org>
1762
1763 * rmail.texi (Rmail Deletion): Revert previous change, which was
1764 describing the Rmail summary versions.
1765 (Rmail Reply): Give more details of rmail-dont-reply-to-names.
1766 Minor re-wording for rmail-resend.
1767 (Rmail Make Summary): Summaries apply to buffers rather than files.
1768 <rmail-summary-by-topic>: Headers includes the subject.
1769 <rmail-summary-by-recipients, rmail-summary-by-topic>: Give more
1770 details, including prefix arguments.
1771 Mention rmail-summary-by-senders on C-M-f.
1772 Not counting lines might be faster.
1773 (Rmail Summary Edit): More details on the delete commands.
1774 Mention rmail-summary-undelete-many, rmail-summary-bury, and C-M-n/p.
1775 Name the commands bound to the various keys. Mention prefix argument
1776 for searching.
1777 (Rmail Display): Mention rmail-displayed-headers. Fix typo.
1778 Simplify rmail-highlighted-headers description. Update face name.
1779
1780 2009-03-02 Juanma Barranquero <lekktu@gmail.com>
1781
1782 * mark.texi (Marking Objects): Fix typo.
1783
1784 2009-03-01 Chong Yidong <cyd@stupidchicken.com>
1785
1786 * abbrevs.texi (Expanding Abbrevs): Mention abbrev-expand-functions
1787 instead of obsolete pre-abbrev-expand-hook. Link to elisp manual.
1788
1789 2009-03-01 Glenn Morris <rgm@gnu.org>
1790
1791 * rmail.texi (Rmail): Fix some typos. Use consistent case in menu.
1792 (Rmail Motion): - M-s searches from the end of messages.
1793 (Rmail Deletion): Minor clarification. Fix numeric argument
1794 description.
1795 (Rmail Inbox): Fix default inbox description. Mention `mbox' by name.
1796 newmail and RMAILOSE files need not be in home-directory.
1797 (Rmail Files): Mention I/O menus are unselectable if no files match.
1798 Mention `MAIL' env-var.
1799
1800 2009-02-24 Jason Rumney <jasonr@gnu.org>
1801
1802 * mule.texi (Fontsets): Mention fontset-default, font specs and
1803 fallback fontsets.
1804 (Defining Fontsets): Mention ns and w32 variants of
1805 standard-fontset-spec. Update description of startup fontset to match
1806 Emacs 23 behavior.
1807 (Modifying Fontsets): New section. (Bug#656)
1808 (International): Link to Modifying Fontsets.
1809
1810 2009-02-23 Adrian Robert <Adrian.B.Robert@gmail.com>
1811
1812 * macos.texi (Mac / GNUstep Basics, Mac / GNUstep Customization):
1813 Mention ns-extended-platform-support-mode.
1814
1815 2009-02-22 Karl Berry <karl@gnu.org>
1816
1817 * macos.texi (Mac / GNUstep Customization): One more duplicate "the".
1818
1819 2009-02-19 Juanma Barranquero <lekktu@gmail.com>
1820
1821 * basic.texi (Moving Point, Position Info):
1822 * files.texi (Visiting):
1823 * mini.texi (Completion Options):
1824 * text.texi (HTML Mode): Remove duplicate words.
1825
1826 2009-02-20 Glenn Morris <rgm@gnu.org>
1827
1828 * rmail.texi: Minor updates for mbox rather than Babyl.
1829
1830 2009-02-17 Karl Berry <karl@gnu.org>
1831
1832 * emacs.texi (Top): Add @insertcopying before master menu. (Bug#1988)
1833
1834 2009-02-17 Richard M Stallman <rms@gnu.org>
1835
1836 * anti.texi (Antinews): Mention Babyl format.
1837
1838 * emacs.texi (Top): Delete `Out of Rmail' from subnode menu.
1839
1840 * rmail.texi: Update for mbox format.
1841 Various small fixes, as well as the following.
1842 (Out of Rmail): Node deleted.
1843 (Rmail): Update menu.
1844 (Rmail Files): Comment out set-rmail-inbox-list.
1845 Document rmail-inbox-list instead.
1846 (Rmail Output): Substantial changes since C-o is now
1847 rmail-output-as-seen and o is rmail-output.
1848 (Rmail Attributes): Delete `stored', add `retried'.
1849 (Rmail Display): Editing headers works in all cases.
1850
1851 2009-02-17 Glenn Morris <rgm@gnu.org>
1852
1853 * basic.texi (Position Info): M-x count-lines-region is not always on
1854 M-=. (Bug#2269)
1855
1856 2009-02-09 Glenn Morris <rgm@gnu.org>
1857
1858 * calendar.texi (Holidays, Displaying the Diary): Update for new marker
1859 defaults.
1860
1861 2009-02-07 Eli Zaretskii <eliz@gnu.org>
1862
1863 * rmail.texi (Rmail Coding) <rmail-redecode-body>: Remove stale
1864 documentation of possible problems with redecoding.
1865
1866 2009-02-03 Glenn Morris <rgm@gnu.org>
1867
1868 * rmail.texi (Out of Rmail): Mention b2m.pl.
1869
1870 2009-01-31 Glenn Morris <rgm@gnu.org>
1871
1872 * rmail.texi (Out of Rmail): Correct b2m location.
1873
1874 2009-01-27 Chong Yidong <cyd@stupidchicken.com>
1875
1876 * fixit.texi (Undo): Update undo limit values.
1877
1878 2009-01-27 Glenn Morris <rgm@gnu.org>
1879
1880 * emacs.texi (Top): Fix Antinews menu entry.
1881
1882 2009-01-25 Karl Berry <karl@gnu.org>
1883
1884 * text.texi (Foldout): Use @itemize @w{} to make an itemize
1885 item with no marker, instead of the syntactically incorrect
1886 @itemize @asis.
1887
1888 2009-01-25 Juri Linkov <juri@jurta.org>
1889
1890 * building.texi (Grep Searching): Fix index entry for lgrep.
1891
1892 2009-01-24 Eli Zaretskii <eliz@gnu.org>
1893
1894 * msdog.texi (Windows Printing): Add an index entry for Ghostscript.
1895
1896 2009-01-21 Adrian Robert <Adrian.B.Robert@gmail.com>
1897
1898 * macos.texi (Preferences Panel): Update description of font setting to
1899 reflect that prior frame selection is no longer needed.
1900
1901 2009-01-20 Nick Roberts <nickrob@snap.net.nz>
1902
1903 * building.texi (Debuggers): Revert some of 2008-10-31 change to
1904 raise GUD subsections.
1905
1906 2009-01-15 Glenn Morris <rgm@gnu.org>
1907
1908 * ack.texi (Acknowledgments): Another update based mainly on AUTHORS.
1909
1910 2009-01-10 Glenn Morris <rgm@gnu.org>
1911
1912 * ack.texi (Acknowledgments): Some more updates based on AUTHORS.
1913
1914 2009-01-04 Chong Yidong <cyd@stupidchicken.com>
1915
1916 * display.texi (Visual Line Mode): M-] and M-[ no longer move by
1917 logical lines.
1918
1919 2008-12-29 Juri Linkov <juri@jurta.org>
1920
1921 * mini.texi (Minibuffer History): Add a link to `Isearch Minibuffer'.
1922
1923 * text.texi (Fill Commands): Replace `M-s' with `M-o M-s'.
1924
1925 2008-12-28 Chong Yidong <cyd@stupidchicken.com>
1926
1927 * misc.texi (Goto Address mode): Rename from Goto-address. Refer to
1928 goto-address-mode instead of goto-address.
1929
1930 * rmail.texi (Rmail Display): Goto-address renamed to Goto Address
1931 mode.
1932
1933 * emacs.texi (Top): Update node listing.
1934
1935 2008-12-26 Eli Zaretskii <eliz@gnu.org>
1936
1937 * custom.texi (Directory Variables): Explain what is a "project".
1938 Add indexing. Improve wording. Add a footnote about using
1939 _dir-locals.el on MS-DOS.
1940
1941 2008-12-24 Dan Nicolaescu <dann@ics.uci.edu>
1942
1943 * files.texi (Misc File Ops): Mention chmod as an alias for
1944 set-file-modes.
1945
1946 2008-12-24 Martin Rudalics <rudalics@gmx.at>
1947
1948 * help.texi (Help): Fix typos and reword.
1949 (Help Summary): Add entries for C-h n and C-h r, reorder
1950 entries, and do some minor fixes.
1951 (Name Help): Say that C-h F works for commands only.
1952 (Misc Help): Say that view-lossage displays 300 keystrokes.
1953
1954 2008-12-20 Glenn Morris <rgm@gnu.org>
1955
1956 * ack.texi (Acknowledgments): General update based on AUTHORS,
1957 including removal of some stuff no longer distributed.
1958
1959 2008-12-19 Agustin Martin <agustin.martin@hispalinux.es>
1960
1961 * fixit.texi: Mention hunspell
1962
1963 2008-12-19 Glenn Morris <rgm@gnu.org>
1964
1965 * ack.texi (Acknowledgments): Small grammar fix.
1966 Consolidate explanatory text at start.
1967
1968 * display.texi (Text Display):
1969 * indent.texi (Indentation): Use @acronym with ASCII.
1970
1971 2008-12-18 Glenn Morris <rgm@gnu.org>
1972
1973 * ack.texi: Various small updates and fixes.
1974
1975 2008-12-18 Juri Linkov <juri@jurta.org>
1976
1977 * search.texi (Word Search): Replace `C-s RET C-w' with `M-s w RET'
1978 as a key binding to start a forward nonincremental word search.
1979 Replace `C-r RET C-w' with `M-s w C-r RET' as a key binding to start
1980 a backward nonincremental word search. Add index for `M-s w'
1981 `isearch-forward-word'.
1982 (Regexp Search): Add a short summary of regexp key commands like
1983 in the node "Basic Isearch".
1984 (Other Repeating Search): Fix typo.
1985
1986 2008-12-14 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1987
1988 * misc.texi (PostScript Variables): Fix doc.
1989
1990 2008-12-10 Chong Yidong <cyd@stupidchicken.com>
1991
1992 * programs.texi (Program Modes): Mention Ruby mode.
1993
1994 2008-12-10 Dan Nicolaescu <dann@ics.uci.edu>
1995
1996 * misc.texi (emacsclient Options): Describe what an empty string
1997 argument does for --alternate-editor.
1998
1999 2008-12-09 Frank Schmitt <ich@frank-schmitt.net>
2000
2001 * cmdargs.texi (Font X): Distinguish between client-side and
2002 server-side fonts. List valid Fontconfig properties. Add reference to
2003 Fontconfig manual. List valid GTK font properties. Explain use of
2004 fc-list.
2005
2006 2008-12-09 Chong Yidong <cyd@stupidchicken.com>
2007
2008 * cmdargs.texi (Font X): Move discussion of quoting to top.
2009
2010 2008-12-06 Glenn Morris <rgm@gnu.org>
2011
2012 * maintaining.texi (Old Revisions): Improve previous change.
2013
2014 2008-12-05 Richard M Stallman <rms@gnu.org>
2015
2016 * anti.texi (Antinews): Minor fixes.
2017
2018 2008-12-03 Glenn Morris <rgm@gnu.org>
2019
2020 * maintaining.texi (Old Revisions): Fix diff-switches description.
2021
2022 2008-12-01 Martin Rudalics <rudalics@gmx.at>
2023
2024 * emacs.texi (Top): Fix typo.
2025
2026 2008-11-30 Chong Yidong <cyd@stupidchicken.com>
2027
2028 * misc.texi (Document View): Explain dependence on gs at the top.
2029 Copyedits.
2030
2031 * emacs.texi (Top): Add DocView nodes to detailed node listing.
2032
2033 * programs.texi (Other C Commands): Document hide-ifdef-shadow.
2034 (Comment Commands): Discuss region-active behavior of M-; first.
2035
2036 2008-11-29 Martin Rudalics <rudalics@gmx.at>
2037
2038 * display.texi (Line Truncation): Add reference to Continuation
2039 Lines.
2040
2041 * windows.texi (Pop Up Window): Mention split-height-threshold
2042 and split-width-threshold.
2043 (Split Window): Add reference to Continuation Lines.
2044
2045 2008-11-28 Adrian Robert <Adrian.B.Robert@gmail.com>
2046
2047 * macos.texi: Change references to "Mac" to "Mac / GNUstep".
2048 (GNUstep Support): New node.
2049 * anti.texi:
2050 * emacs.texi:
2051 * msdog.texi: Change reference to Mac OS node to Mac OS / GNUstep.
2052
2053 2008-11-28 Richard M Stallman <rms@gnu.org>
2054
2055 * misc.texi (Dissociated Press): Minor cleanups.
2056
2057 * dired.texi (Image-Dired): Avoid passive.
2058
2059 2008-11-28 Eli Zaretskii <eliz@gnu.org>
2060
2061 * anti.texi (Antinews): Add stuff about Unicode vs emacs-mule
2062 representation.
2063
2064 2008-11-26 Richard M. Stallman <rms@gnu.org>
2065
2066 * files.texi (Visiting): Rewrite paragraph for clarity.
2067
2068 * buffers.texi (Select Buffer): Rewrite paragraphs using active voice.
2069
2070 2008-11-25 Alan Mackenzie <acm@muc.de>
2071
2072 * programs.texi (Moving by Parens): Clarify that parens inside strings
2073 and comments are ignored, and that the commands assume the starting
2074 point isn't in a string or comment.
2075
2076 2008-11-26 Adrian Robert <Adrian.B.Robert@gmail.com>
2077
2078 * macos.texi: Add Prev/Next/Top pointers to all nodes.
2079 (Mac Basics): Merge in Grabbing Environment Variables from earlier
2080 version.
2081 (Mac Customization): Rewrite Preferences Panel section and merge in to
2082 this node, add Open files by dragging to an Emacs window.
2083
2084 * emacs.texi: Remove TOC reference to Mac Preferences Panel section.
2085
2086 2008-11-26 Chong Yidong <cyd@stupidchicken.com>
2087
2088 * files.texi (Misc File Ops): Document set-file-modes.
2089
2090 * windows.texi (Split Window): Document integer values of
2091 truncate-partial-width-windows.
2092
2093 * text.texi (Text): Simplify description of markup languages.
2094 (TeX Mode): Simplify introduction. Mention BibTeX mode.
2095 (TeX Editing): Note that `""' inserts one `"' character.
2096 (HTML Mode): Note in the introduction that XML mode is an alias for
2097 SGML mode. Mention nXML mode.
2098
2099 2008-11-25 Chong Yidong <cyd@stupidchicken.com>
2100
2101 * building.texi (Watch Expressions): Fix typo.
2102
2103 2008-11-24 Chong Yidong <cyd@stupidchicken.com>
2104
2105 * files.texi (Visiting): Document new behavior of
2106 confirm-nonexistent-file-or-buffer.
2107
2108 * buffers.texi (Select Buffer):
2109 Document confirm-nonexistent-file-or-buffer.
2110
2111 * picture-xtra.texi (Picture Mode): Use picture-mode instead of
2112 edit-picture.
2113
2114 * text.texi (Text): Simplify introduction. Discard mention of `M-x
2115 edit-picture', since that is just an alias for picture-mode.
2116 (Sentences): Note that repeated M-@ extends the region.
2117 (Pages): Make terminology more consistent. Link to Regexps node.
2118 (Longlines): Discuss relationship with Visual Line mode.
2119 (Text Mode): Remove extraneous discussion of other modes, since they
2120 were already introduced in the parent node.
2121
2122 2008-11-23 Chong Yidong <cyd@stupidchicken.com>
2123
2124 * anti.texi (Antinews): Rewrite.
2125
2126 * entering.texi (Exiting): Mention "minimize" terminology.
2127
2128 * frames.texi (Frame Commands): Mention "minimize" terminology.
2129
2130 * cmdargs.texi (Font X): Document Fontconfig and GTK font specification
2131 formats.
2132 (Icons X): Mention "minimize" terminology and use of icons in taskbar.
2133 (Misc X): Don't document useless -hb option.
2134
2135 2008-11-22 Juri Linkov <juri@jurta.org>
2136
2137 * dired.texi (Dired Navigation): Change normal file name search option
2138 from `non-nil' to `t'. Add `dwim' option.
2139
2140 2008-11-22 Juri Linkov <juri@jurta.org>
2141
2142 * custom.texi (Directory Variables): Rename ".dir-settings.el" to
2143 ".dir-locals.el". Rename `define-project-bindings' to
2144 `dir-locals-set-class-variables'. Rename `set-directory-project' to
2145 `dir-locals-set-directory-class'.
2146
2147 2008-11-22 Lute Kamstra <lute@gnu.org>
2148
2149 * buffers.texi (Select Buffer): Index goto-line.
2150 * basic.texi (Moving Point): Mention the use of a numeric prefix
2151 argument with goto-line and refer to Select Buffer for the use of a
2152 plain prefix argument.
2153
2154 2008-11-19 Glenn Morris <rgm@gnu.org>
2155
2156 * doclicense.texi: Update to FDL 1.3.
2157 * emacs.texi, emacs-xtra.texi: Relicense under FDL 1.3 or later.
2158
2159 2008-11-17 Chong Yidong <cyd@stupidchicken.com>
2160
2161 * custom.texi (Minor Modes): Define mode commands and mode variables
2162 more precisely. Recommend using mode commands instead of setting
2163 variables directly. Put minor modes in a list, and add more modes.
2164 (Easy Customization): Use "init file" instead of .emacs.
2165 (Customization Groups): Update to new Custom buffer appearance.
2166 (Saving Customizations): Copyedits. Update example.
2167 (Variables): Give example of variable type-sensitivity.
2168 (Examining): Update example.
2169 (Hooks): Copyedits.
2170 (Specifying File Variables): Use C comments instead of an artificial
2171 Lisp for the example.
2172 (Keymaps): Move internals discussion to Prefix Keymaps.
2173 (Rebinding): Remove redundant paragraph (stated in Key Binding).
2174 (Init Rebinding): Document kbd macro.
2175 (Init File): Link to Find Init.
2176
2177 * mark.texi (Using Region): Document Delete Selection Mode more
2178 thoroughly.
2179
2180 * frames.texi (Mouse Commands): Move most of the description of Delete
2181 Selection Mode to Using Region, and link to it.
2182 (Clipboard): Note that paste is bound to clipboard-yank.
2183
2184 * building.texi (Compilation): Document first-error value of
2185 compilation-scroll-output.
2186 (Compilation Mode): Note that compilation-auto-jump-to-first-error
2187 works as soon as an error is available. Suggested by Juri Linkov.
2188
2189 * mini.texi (Passwords): New node.
2190
2191 * files.texi (Remote Files): Link to Passwords node.
2192
2193 * emacs.texi (Top): Update node listings.
2194
2195 2008-11-16 Chong Yidong <cyd@stupidchicken.com>
2196
2197 * ack.texi (Acknowledgments): Some updating of credits.
2198
2199 * emacs.texi (Acknowledgments): Add a couple more names.
2200
2201 * dired.texi (Dired Deletion): Document delete-by-moving-to-trash.
2202
2203 * files.texi (Directories): Describe delete-directory in text.
2204 (Misc File Ops): Document use of trash.
2205
2206 2008-11-16 Juanma Barranquero <lekktu@gmail.com>
2207
2208 * macos.texi (Mac Customization): Fix typos.
2209
2210 2008-11-14 Chong Yidong <cyd@stupidchicken.com>
2211
2212 * macos.texi (Mac OS): Move Cocoa manual from ns-emacs.texi to here,
2213 replacing previous contents. Numerous copyedits to adapt ns-emacs to
2214 the conventions of the main Emacs manual.
2215
2216 * emacs.texi (Top): Update node listings.
2217
2218 2008-11-12 Chong Yidong <cyd@stupidchicken.com>
2219
2220 * cmdargs.texi (Emacs Invocation): Link to Emacs Server. Note that
2221 command-line-args is processed during startup.
2222 (Action Arguments): Correctly describe how file arguments interact with
2223 the startup screen. Link to Lisp Interaction for scratch buffer.
2224 (Initial Options): Link to Command Example for -batch option.
2225 (Environment): Document initial-environment.
2226
2227 * entering.texi (Entering Emacs): Note that inhibit-startup-screen
2228 can't be changed in the site-start file.
2229
2230 2008-11-07 Chong Yidong <cyd@stupidchicken.com>
2231
2232 * dired.texi (Dired): Mention C-x C-d too.
2233 (Dired Enter): Document M-n in the Dired minibuffer.
2234 (Dired Navigation): Explain dired-goto-file more clearly.
2235 Document dired-isearch-filenames.
2236 (Dired Deletion): Remove unnecessary "expunged" terminology.
2237 (Flagging Many Files): & is now rebound to `% &'.
2238 (Shell Commands in Dired): Document dired-do-async-shell-command.
2239 Clarify how multi-file arguments are passed.
2240 (Misc Dired Features): Document dired-do-isearch.
2241
2242 2008-11-06 Chong Yidong <cyd@stupidchicken.com>
2243
2244 * entering.texi (Entering Emacs): Document inhibit-startup-screen.
2245
2246 2008-11-03 Chong Yidong <cyd@stupidchicken.com>
2247
2248 * search.texi (Other Repeating Search): Remove obsolete findex entries.
2249
2250 2008-11-01 Chong Yidong <cyd@stupidchicken.com>
2251
2252 * programs.texi (Program Modes): Link to Program Indent node.
2253 (Left Margin Paren): Explain consequences of changing
2254 open-paren-in-column-0-is-defun-start more concisely.
2255 (Which Function, Program Indent, Info Lookup): Minor edits.
2256 (Basic Indent): If region is active, TAB indents the region.
2257 (Multi-line Indent): If region is active, TAB indents the region.
2258 Note that indent-region is useful when Transient Mark mode is off.
2259 (Matching): The delimiter at the cursor is highlighted---the character
2260 changes color.
2261 (Symbol Completion): Link to Completion node.
2262
2263 * misc.texi (Invoking emacsclient): Describe how to use Emacs server in
2264 a strictly text-only system.
2265
2266 * abbrevs.texi (Saving Abbrevs): Note that abbrev file is not loaded in
2267 batch mode.
2268
2269 2008-11-01 Richard M. Stallman <rms@gnu.org>
2270
2271 * misc.texi (Document View): Major rewrite.
2272
2273 * maintaining.texi (Types of Log File): Change logs are older than
2274 version control.
2275 (VCS Concepts): Simplify and rearrange.
2276 (Version Control Systems): Make it clear that Linux is only the kernel.
2277 (VC Mode Line): Shorten reference to menu item.
2278 (Basic VC Editing): Clarify VC fileset. Shorten and simplify.
2279 (VC Directory Mode): Minor cleanup.
2280 Unchanged files are hidden, not omitted.
2281 (VC Directory Commands): Shorten and simplify.
2282 (Change Log Commands): New node, split from Change Logs.
2283 (VC Directory Buffer): New node, split from VC Directory Mode.
2284
2285 2008-10-31 Chong Yidong <cyd@stupidchicken.com>
2286
2287 * misc.texi (Document View): Rename from Document Files, moved here
2288 from files.texi.
2289
2290 * files.texi (Version Control): Move to maintaining.texi.
2291 Subnodes moved as well.
2292 (Document Files): Move to misc.texi.
2293
2294 * maintaining.texi (Change Log): Document log-edit-insert-changelog and
2295 vc-update-change-log.
2296 (Version Control): Move here from files.texi.
2297 (Format of ChangeLog): Make it a subnode of Change Log.
2298
2299 * emacs.texi (Top): Update node listing.
2300
2301 2008-10-31 Tassilo Horn <tassilo@member.fsf.org>
2302
2303 * files.texi (Files): Add a section about document
2304 files (doc-view-mode).
2305
2306 2008-10-31 Chong Yidong <cyd@stupidchicken.com>
2307
2308 * building.texi (Compilation Mode):
2309 Document compilation-auto-jump-to-first-error.
2310 (Debuggers): Lower GUD subsections to subsubsections.
2311 (Starting GUD): Add cindex.
2312 (Lisp Interaction): Note that scratch is no longer the initial buffer.
2313
2314 2008-10-30 Chong Yidong <cyd@stupidchicken.com>
2315
2316 * indent.texi (Indentation): Link to Program Indent.
2317
2318 * misc.texi (Invoking emacsclient): If Emacs has no available frame, it
2319 now uses emacsclient's terminal.
2320
2321 2008-10-29 Chong Yidong <cyd@stupidchicken.com>
2322
2323 * mark.texi (Using Region): Document use-empty-active-region.
2324
2325 * emacs.texi (Top): Update node listings.
2326
2327 * misc.texi (Emacs Server): Rewrite. Document daemon-mode.
2328 Don't mention obsolete emacs.bash script.
2329 (Invoking emacsclient): Rewrite, moving optional arguments to
2330 emacsclient Options.
2331 (emacsclient Options): New node. Document server-use-tcp and
2332 server-host.
2333
2334 2008-10-28 Chong Yidong <cyd@stupidchicken.com>
2335
2336 * indent.texi (Indentation): Replace list with paragraphed text,
2337 putting description of syntax-driven indentation first. Document new
2338 effect of active regions on tab.
2339 (Tab Stops): Note that editable tab stops affect indentation commands.
2340
2341 2008-10-27 Dan Nicolaescu <dann@ics.uci.edu>
2342
2343 * cmdargs.texi (Initial Options): Document -daemon=SERVER_NAME.
2344
2345 2008-10-23 Chong Yidong <cyd@stupidchicken.com>
2346
2347 * custom.texi (Function Keys): Note that modified keypad keys are not
2348 translated.
2349
2350 * basic.texi (Arguments): Explain how to insert multiple digits.
2351
2352 2008-10-22 Michael Albinus <michael.albinus@gmx.de>
2353
2354 * files.texi (Remote Files): Precise selection of default method.
2355 Rewrite paragraph about disabling remote file names.
2356
2357 2008-10-22 Chong Yidong <cyd@stupidchicken.com>
2358
2359 * search.texi (Special Isearch): Document M-TAB is isearch.
2360
2361 * files.texi (VC Mode Line): Use @kbd instead of @key for mouse
2362 command.
2363
2364 * frames.texi: Use @kbd instead of @key for mouse commands throughout.
2365
2366 2008-10-22 Tassilo Horn <tassilo@member.fsf.org>
2367
2368 * emacs.texi (Acknowledgments): Add myself to Acknowledgments
2369 section.
2370
2371 2008-10-21 Chong Yidong <cyd@stupidchicken.com>
2372
2373 * vc1-xtra.texi: Move nodes VC Directory Mode and VC Directory Commands
2374 to files.texi. Move contents of vc2-xtra.texi here.
2375
2376 * vc2-xtra.texi: File removed.
2377
2378 * vc-xtra.texi (Advanced VC Usage): Remove VC Directory Mode and VC
2379 Directory Commands from the submenu. Don't include deleted file
2380 vc2-xtra.texi.
2381
2382 * files.texi (Visiting): Document find-file-confirm-nonexistent-file.
2383 (Version Control): Add VC Directory Mode and VC Directory Commands to
2384 the submenu.
2385 (Why Version Control?): Use table format.
2386 (Version Control Systems): Note that Meta-CVS support is gone.
2387 (VCS Concepts): Note precisely when VC started supporting filesets.
2388 Remove bogus xref to CVS Options node.
2389 (Types of Log File): Copyedits.
2390 (VC Mode Line): Document tooltips and mouse-1 on VC indicator.
2391 (Basic VC Editing): Content moved from Selecting A Fileset and Doing
2392 The Right Thing.
2393 (Selecting A Fileset, Doing The Right Thing): Nodes deleted.
2394 (Log Buffer): Reorganize node, putting C-c C-c description first.
2395 (Old Revisions): Use CVS for example, not RCS.
2396 (Secondary VC Commands): Remove VC Directory Mode and VC Directory
2397 Commands from the submenu, putting them under Version Control.
2398 (VC Directory Mode): Move node contents here from vc1-xtra.texi; we
2399 need to include it in the manual unconditionally, since it is now
2400 crucial to using distributed version control systems.
2401 (Comparing Files): Note that diff uses the minibuffer, and that the
2402 output is shown using Diff mode.
2403 (Diff Mode): Explain what "patch" and "hunk" mean.
2404 Document diff-update-on-the-fly, diff-refine-hunk, and
2405 diff-show-trailing-whitespaces.
2406 (File Archives): Add rar support.
2407
2408 * major.texi (Choosing Modes): Make mode selection sequence more
2409 obvious by describing the steps in order of priority. Note that
2410 magic-mode-alist is nil by default.
2411 Document magic-fallback-mode-alist.
2412
2413 2008-10-20 Chong Yidong <cyd@stupidchicken.com>
2414
2415 * frames.texi (Mouse References): Copyedits.
2416
2417 2008-10-20 Tassilo Horn <tassilo@member.fsf.org>
2418
2419 * ack.texi (Acknowledgments): Add myself as doc-view author.
2420
2421 2008-10-20 Eli Zaretskii <eliz@gnu.org>
2422
2423 * frames.texi (Dialog Boxes): Add @cindex entries.
2424
2425 2008-10-20 Chong Yidong <cyd@stupidchicken.com>
2426
2427 * frames.texi (Dialog Boxes): Clarify description of GTK+ file chooser.
2428 (Text-Only Mouse): Copyedit.
2429
2430 2008-10-19 Chong Yidong <cyd@stupidchicken.com>
2431
2432 * frames.texi: Use @key throughout for mouse clicks.
2433 (Cut/Paste Other App): Document yank-pop-change-selection.
2434 (Secondary Selection): Fix modified mouse click syntax.
2435 (Clipboard): Describe Cut, Copy and Paste commands.
2436 (Mouse References): Not all references are in read-only buffers.
2437 Copyedits.
2438 (Creating Frames): Add xref to Init File.
2439 (Frame Commands): Add xref to Exiting.
2440 (Scroll Bars): Document GTK vs toolkit behavior.
2441
2442 2008-10-15 Chong Yidong <cyd@stupidchicken.com>
2443
2444 * files.texi (Version Control): Copyedits. Add Bazaar.
2445 (Version Control Systems): List different VCS's using an itemized list.
2446 Add Bazaar.
2447 (VCS Concepts): Copyedits. Tweak description of file merging.
2448
2449 * frames.texi (Mouse Commands, Cut/Paste Other App): Rewrite.
2450 (Cut/Paste Other App): Document select-active-regions and
2451 x-select-enable-primary.
2452
2453 2008-10-13 Chong Yidong <cyd@stupidchicken.com>
2454
2455 * mark.texi (Shift Selection): Correct case in node name.
2456
2457 * emacs.texi (Top): Update node order in Mark chapter.
2458
2459 2008-10-12 Eli Zaretskii <eliz@gnu.org>
2460
2461 * msdog-xtra.texi (MS-DOS): Fix bad pxref.
2462
2463 * mini.texi (Minibuffer File): Fix markup in last change. Refer to
2464 elsewhere in the manual instead of describing yet again the intricacies
2465 of $HOME on MS-Windows and MS-DOS.
2466
2467 2008-10-12 Chong Yidong <cyd@stupidchicken.com>
2468
2469 * mini.texi (Minibuffer File): Add xref to File Names.
2470 (Minibuffer File): Add discussion of `~' in file names.
2471 Add insert-default-directory index reference.
2472
2473 * files.texi (File Names): Reorganize description.
2474 (Visiting): Add xref to Mode Line. Copyedits.
2475 (Save Commands): Mention prefix behavior of C-x C-s.
2476 (Numbered Backups): Node deleted.
2477 (Backup Names): Contents of Numbered Backups moved here. State default
2478 of version-control variable.
2479 (Reverting): Copyedits.
2480 (Version Control): Add additional version control systems.
2481
2482 * emacs.texi (Top): Delete Numbered Backups node.
2483
2484 * cmdargs.texi (General Variables): Change Numbered Backups xref to
2485 Backup Names.
2486 (Initial Options): Document renamed variable inhibit-startup-screen.
2487
2488 2008-10-11 Romain Francoise <romain@orebokech.com>
2489
2490 * kmacro.texi (Edit Keyboard Macro): Lossage is now 300 keys.
2491
2492 2008-10-11 Chong Yidong <cyd@stupidchicken.com>
2493
2494 * buffers.texi (Buffers): Add xrefs to Mode Line and Lisp Interaction.
2495 (Select Buffer): Mention use of minibuffer history. Describe default
2496 value of default-major-mode. Mention that C-x 4 b selects the other
2497 window.
2498 (List Buffers): Document CRM indicators in the order they appear.
2499 (Kill Buffer): Document new command kill-matching buffers.
2500 (Several Buffers): Move explanation of the relationship between buffer
2501 list and buffer menu to the top.
2502 (Indirect Buffers): Document new variable clone-indirect-buffer-hook.
2503
2504 2008-10-10 Chong Yidong <cyd@stupidchicken.com>
2505
2506 * entering.texi (Exiting): Document change of C-x C-c to
2507 save-buffers-kill-terminal. Document kill-emacs.
2508
2509 2008-09-30 Eli Zaretskii <eliz@gnu.org>
2510
2511 * mule.texi (Coding Systems): Don't mention codepage-setup.
2512
2513 * msdog-xtra.texi (MS-DOS Printing, MS-DOS and MULE): No need to create
2514 cpNNN coding systems anymore.
2515 (MS-DOS and MULE): Don't mention code-pages.el. Don't mention support
2516 for unibyte mode. Don't mention line-drawing characters.
2517 Don't mention dos-unsupported-char-glyph.
2518
2519 2008-09-25 Chong Yidong <cyd@stupidchicken.com>
2520
2521 * search.texi (Search): Shorten introduction.
2522 (Basic Isearch): Add command table. Discuss reverse isearch and
2523 isearch highlighting.
2524 (Repeat Isearch): Move lazy highlighting discussion here. Add search
2525 ring to cindex.
2526 (Special Isearch): Move input methods discussion here.
2527 (Non-ASCII Isearch): Node deleted, merged with Special Isearch.
2528 (Isearch Yank): Node deleted, and contents moved into Basic Isearch and
2529 Repeat Isearch.
2530 (Isearch Minibuffer): New node.
2531 (Word Search): Document new word search commands.
2532 (Regexp Example): Simplify example using sentence-end-base variable.
2533 (Replace): Reword introduction.
2534 (Unconditional Replace): Remove unnecessary example.
2535 (Other Repeating Search): Document new `M-s o' binding.
2536
2537 * emacs.texi (Top): Update node listings.
2538
2539 2008-09-22 Juanma Barranquero <lekktu@gmail.com>
2540
2541 * emacs.texi (Top): Remove Kill Errors from menu.
2542
2543 2008-09-22 Chong Yidong <cyd@stupidchicken.com>
2544
2545 * kmacro.texi (Basic Keyboard Macro): Make F3 and F4 the preferred
2546 interface for defining macros. Simplify examples. Note that C-g quits
2547 macro definitions.
2548 (Keyboard Macro Counter): Document using F3 to insert counter.
2549 Give usage example.
2550 (Keyboard Macro Query): Organize query responses in a table.
2551
2552 * fixit.texi (Fixit): Favor C-/ keybinding for undo throughout.
2553 Link to Erasing node.
2554 (Undo): Reorganize paragraphs for logical flow. Move keybinding
2555 rationale to a footnote.
2556 (Kill Errors): Remove node, due to redundancy with Erasing.
2557 (Spelling): Move discussion of flyspell to end. Note new behavior of
2558 M-$ in active region. Remove non-ispell-specific keybindings from
2559 table.
2560
2561 2008-09-21 Dan Nicolaescu <dann@ics.uci.edu>
2562
2563 * cmdargs.texi (Initial Options): Document --daemon.
2564
2565 2008-09-20 Glenn Morris <rgm@gnu.org>
2566
2567 * files.texi (Numbered Backups): Mention that some modes set
2568 version-control.
2569
2570 2008-09-20 Jim Blandy <jimb@red-bean.com>
2571
2572 * files.texi (Numbered Backups): Reference File Variables, as well.
2573 Remove discussion of Rmail's implementation.
2574
2575 2008-09-06 Chong Yidong <cyd@stupidchicken.com>
2576
2577 * misc.texi (Recursive Edit): Note that top-level exits active
2578 minibuffers.
2579
2580 * trouble.texi (Quitting): Likewise.
2581
2582 2008-08-31 Chong Yidong <cyd@stupidchicken.com>
2583
2584 * emacs.texi (Top): Add Temporary Face Changes xref.
2585
2586 * display.texi (Display): Move Temporary Face Changes node to just
2587 after Standard Faces.
2588 (Scrolling): Document recenter-top-bottom instead of recenter.
2589 (Horizontal Scrolling): Move auto hscroll discussion to the top.
2590 (Faces, Standard Faces, Temporary Face Changes, Useless Whitespace)
2591 (Display Custom): Copyedits.
2592 (Optional Mode Line): Document display-battery-mode.
2593
2594 2008-08-27 Romain Francoise <romain@orebokech.com>
2595
2596 * custom.texi (Directory Variables): Minor fix.
2597
2598 2008-08-27 Glenn Morris <rgm@gnu.org>
2599
2600 * cal-xtra.texi (Advanced Calendar/Diary Usage): Tweak some menu
2601 descriptions.
2602 (Calendar Customizing): Tweak layout description.
2603 Move calendar-today-marker and calendar-today face to the other
2604 markers. Condense calendar-star-date and calendar-mark-today
2605 description.
2606 (Holiday Customizing): Add oriental and solar holidays.
2607 Add index entries for Baha'i, Christian, Hebrew and Islamic holidays.
2608 Fix holiday-float description. Use zerop in examples. Be less verbose.
2609 (Date Display Format): Change ISO format. Be less verbose.
2610 (Diary Customizing): Mention day and month abbrev arrays.
2611 Mention the date-form variables by name. Update European example.
2612 (Non-Gregorian Diary): Change node name. Mention Baha'i functions.
2613 Condense examples. Mention diary-entry-symbols by name.
2614 Condense table for insertion commands.
2615 (Fancy Diary Display): Mention diary-include-string and
2616 diary-sexp-entry-symbol. Condense example. Add Chinese, Coptic,
2617 Ethiopic, Persian date functions. Condense descriptions.
2618
2619 * calendar.texi (Format of Diary File): Mention diary-nonmarking-symbol.
2620 (Adding to Diary): Adapt for changed node name.
2621
2622 2008-08-26 Glenn Morris <rgm@gnu.org>
2623
2624 * cal-xtra.texi (Non-Gregorian Diary Entries): New name for
2625 node "Hebrew/Islamic Entries".
2626
2627 * calendar.texi (Specified Dates): Fix names of iso functions.
2628 (General Calendar): There may not be another window.
2629 (Writing Calendar Files, Holidays): Tweak intro.
2630 (Holidays): Mention Baha'i and Chinese holidays.
2631 (Sunrise/Sunset): Add M-x calendar-sunrise-sunset-month.
2632 (Lunar Phases): Remove incorrect reference to calendar-time-zone.
2633 (To Other Calendar): Add calendar-print-other-dates.
2634 Refer to "graphic display" rather than "X.
2635 (From Other Calendar): Add calendar-bahai-goto-date. Fix reference.
2636 (Displaying the Diary): Fix whitespace after reference.
2637 Fix `diary-number-of-entries' reference.
2638 (Date Formats): Explicitly mention that day names can be abbreviated.
2639 (Adding to Diary): Add some references to other sections.
2640 (Special Diary Entries): Fix reference.
2641 (Appointments): Simplify appt-message-warning-time entry.
2642 Clarify where times must be.
2643 (Importing Diary): Comment out icalendar paragraph that does not apply.
2644 (Time Intervals): Simplify entry for timeclock-ask-before-exiting.
2645
2646 2008-08-23 Glenn Morris <rgm@gnu.org>
2647
2648 * fortran-xtra.texi (Fortran): Change description of free form and
2649 fixed form a bit. Mention hideshow and imenu.
2650 (Fortran Motion): Mention fortran-end-of-subprogram,
2651 fortran-beginning-of-subprogram, fortran-mark-do, fortran-mark-if.
2652 (Fortran Indent): Minor re-word.
2653 (ForIndent Commands): Mention fortran-fill-paragraph and
2654 fortran-fill-statement.
2655 (ForIndent Cont): Mention fortran-tab-mode-string.
2656 (Fortran Comments): Mention fortran-comment-line-start-skip.
2657 (Fortran Columns): Mention font-locking.
2658 (Fortran Abbrev): Word syntax not relevant with new-style abbrev.
2659
2660 2008-08-23 Johan Bockgård <bojohan@muon>
2661
2662 * basic.texi (Moving Point): Fix <prior>/<next> confusion.
2663
2664 2008-08-22 Chong Yidong <cyd@stupidchicken.com>
2665
2666 * mini.texi (Minibuffer): Simplify introduction.
2667 (Minibuffer File): Document tilde in minibuffer filenames.
2668 (Minibuffer Edit): Mention that the prompt is read-only. Describe how
2669 to enter tabs, spaces, and question marks. Describe behavior of C-a.
2670 (Completion Example): Update example to current command list.
2671 (Completion Options): Document `lazy' value of completion-auto-help.
2672 Update contents of completion-ignored-extensions.
2673 (Minibuffer History): Describe "future history" list. State default
2674 value of history-delete-duplicates.
2675
2676 2008-08-21 Glenn Morris <rgm@gnu.org>
2677
2678 * fortran-xtra.texi (Fortran Columns): Document `fortran-line-length'.
2679 (Fortran Comments): Replace fortran-indent-comment with comment-dwim.
2680
2681 2008-08-17 Chong Yidong <cyd@stupidchicken.com>
2682
2683 * regs.texi (Registers): Clarify valid register names.
2684 (RegPos): Note that buffer is saved and restored too.
2685 (RegText): Note that mark is reactivated/deactivated.
2686 (RegConfig): Xref to Windows node.
2687
2688 2008-08-16 Chong Yidong <cyd@stupidchicken.com>
2689
2690 * basic.texi (Inserting Text): Provide command name for C-q.
2691
2692 * killing.texi (Killing): Copyedit. Define read-only text.
2693 (Deletion): DEL and C-d were already explained in Erasing; xref there.
2694 (Killing by Lines): Copyedit.
2695 (Other Kill Commands): Move M-w description here.
2696 (Yanking): Move M-w to Other Kill Commands.
2697 (Kill Ring): Also mention saving text in registers. Link to Text
2698 Properties in elisp manual.
2699 (Accumulating Text): Copyedit.
2700 (CUA Bindings): Shift selection is now the default.
2701
2702 2008-08-12 Teodor Zlatanov <tzz@lifelogs.com>
2703
2704 * maintaining.texi (Change Log): Mention next-error is available.
2705
2706 2008-08-10 Glenn Morris <rgm@gnu.org>
2707
2708 * cal-xtra.texi (Calendar Customizing): Mention whitespace variables
2709 and intermonth text.
2710 (Holiday Customizing): Add holiday-chinese.
2711
2712 2008-08-08 Eli Zaretskii <eliz@gnu.org>
2713
2714 * files.texi (Log Buffer, Diff Mode): Fix last changes. Add indexing.
2715
2716 2008-08-07 Dan Nicolaescu <dann@ics.uci.edu>
2717
2718 * files.texi (Log Buffer): Describe C-c C-d.
2719 (Diff Mode): Describe C-x 4 A.
2720
2721 2008-08-06 Eli Zaretskii <eliz@gnu.org>
2722
2723 * vc1-xtra.texi (VC Directory Mode): Fix last change.
2724
2725 2008-08-06 Dan Nicolaescu <dann@ics.uci.edu>
2726
2727 * files.texi (Old Revisions): Update the keys used by vc-annotate and
2728 describe the new bindings to show the changeset diff, toggle annotation
2729 visibility, show revisions.
2730 (VC Status): Describe key bindings for modifying the change comments,
2731 displaying changeset diffs and annotations.
2732
2733 * vc1-xtra.texi (VC Directory Mode): Talk about multiple VC systems.
2734
2735 2008-08-05 Nick Roberts <nickrob@snap.net.nz>
2736
2737 * vc1-xtra.texi (VC Directory Mode): Fix typo.
2738
2739 2008-08-02 Eli Zaretskii <eliz@gnu.org>
2740
2741 * vc1-xtra.texi (VC Directory Mode, VC Directory Commands): Fix English
2742 and wording.
2743
2744 2008-08-02 Dan Nicolaescu <dann@ics.uci.edu>
2745
2746 * vc1-xtra.texi (VC Directory Mode): Fix and improve the info about
2747 marking/unmarking. Add descriptions for the multiple file search
2748 commands. Improve some old info.
2749
2750 2008-07-31 Chong Yidong <cyd@stupidchicken.com>
2751
2752 * display.texi (Visual Line Mode): New node.
2753
2754 * basic.texi (Inserting Text): Move DEL to deletion node.
2755 (Moving Point): Add additional alternative key bindings.
2756 Describe line-move-visual.
2757 (Erasing): Describe DEL.
2758 (Basic Undo, Blank Lines, Arguments): Copyedit.
2759 (Continuation Lines): Mention Visual Line mode.
2760 (Position Info): Move extended discussion to mule.texi.
2761
2762 * mule.texi (International Chars): Describe C-x =.
2763
2764 * emacs.texi (Top): Add Visual Line Mode node.
2765
2766 2008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
2767
2768 * emacs.texi: Remove VMS support.
2769
2770 2008-07-30 Dan Nicolaescu <dann@ics.uci.edu>
2771
2772 * vc1-xtra.texi (VC Directory Mode): Update the display format and fix
2773 the vc-dir command name.
2774
2775 2008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
2776
2777 * xresources.texi: Remove mentions of Mac Carbon.
2778
2779 2008-07-19 Andreas Schwab <schwab@suse.de>
2780
2781 * ns-emacs.texi: Move to ../misc.
2782
2783 2008-07-15 Chong Yidong <cyd@stupidchicken.com>
2784
2785 * entering.texi (Exiting): Don't describe text-only terminals as the
2786 default. Describe the new startup screen.
2787 (Exiting): Describe how to kill Emacs first. Change description of
2788 iconification to handle modern window systems.
2789
2790 2008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
2791
2792 * ns-emacs.texi: New file, documents features of Emacs port under
2793 NeXTstep windowing.
2794
2795 2008-07-15 Chong Yidong <cyd@stupidchicken.com>
2796
2797 * entering.texi (Entering Emacs): Update prev node.
2798
2799 * glossary.texi (Glossary): Remove xref to Text Characters.
2800
2801 * commands.texi (User Input): Rewrite. Describe Emacs' behavior
2802 directly, rather than in the context of ASCII. Move description of
2803 special properties of modifier key to new Modifier Keys node.
2804 (Keys): Copyedit.
2805 (Text Characters): Delete node. Multibyte is the default nowadays, and
2806 the node contents are obsolete.
2807
2808 * custom.texi (Modifier Keys): New node.
2809
2810 * emacs.texi (Top): Update node list.
2811
2812 2008-07-13 Chong Yidong <cyd@stupidchicken.com>
2813
2814 * emacs.texi (Intro): Increase conciseness slightly. Remove paragraph
2815 saying that Emacs provides menus and mouse support (which is par for
2816 the course).
2817
2818 * screen.texi (Screen): Copyedit. Define "buffer" and "current buffer"
2819 early on.
2820 (Point): Copyedit. Relegate historical trivia to a footnote.
2821 (Mode Line): Explain mode-line format more consistently.
2822 (Menu Bar): Copyedit.
2823
2824 2008-06-27 Glenn Morris <rgm@gnu.org>
2825
2826 * cal-xtra.texi (Sexp Diary Entries):
2827 * calendar.texi (Lunar Phases): Update for lunar.el name changes.
2828
2829 2008-06-26 Chong Yidong <cyd@stupidchicken.com>
2830
2831 * mark.texi (Shift selection): New node.
2832 (Mark): Copyedits.
2833 (Persistent Mark): Move to the end of the chapter.
2834
2835 2008-06-20 Eli Zaretskii <eliz@gnu.org>
2836
2837 * makefile.w32-in (distclean): Remove makefile.
2838
2839 2008-06-17 Nick Roberts <nickrob@snap.net.nz>
2840
2841 * building.texi (Starting GUD): Add an entry for gud-gdb.
2842 (GDB Graphical Interface): Explain that gud-gdb is now needed for text
2843 command mode.
2844
2845 2008-06-17 Glenn Morris <rgm@gnu.org>
2846
2847 * calendar.texi: Fix references to mouse-2 and mouse-3 in calendar.
2848
2849 2008-06-17 Nick Roberts <nickrob@snap.net.nz>
2850
2851 * building.texi (Starting GUD): Expand on remote debugging.
2852 (Other GDB-UI Buffers): Mention new keyboard bindings.
2853
2854 2008-06-15 Glenn Morris <rgm@gnu.org>
2855
2856 * gnu.texi: Use a verbatim license for this invariant section,
2857 as per etc/GNU.
2858
2859 2008-06-13 Daniel Engeler <engeler@gmail.com>
2860
2861 * emacs.texi, misc.texi: Add documentation about serial port access.
2862
2863 2008-06-13 Glenn Morris <rgm@gnu.org>
2864
2865 * emacs-xtra.texi, emacs.texi: Update Back-Cover text per
2866 maintain.info.
2867
2868 2008-06-05 Miles Bader <miles@gnu.org>
2869
2870 * display.texi (Temporary Face Changes): Update to reflect function
2871 renamings in face-remap.el.
2872
2873 2008-06-04 Miles Bader <miles@gnu.org>
2874
2875 * display.texi (Temporary Face Changes):
2876 Add `adjust-buffer-face-height'. Rewrite description of
2877 `increase-buffer-face-height' and `decrease-default-face-height' now
2878 that they aren't bound by default.
2879
2880 2008-06-03 Miles Bader <miles@gnu.org>
2881
2882 * display.texi (Temporary Face Changes): New node.
2883
2884 2008-05-31 Eli Zaretskii <eliz@gnu.org>
2885
2886 * msdog.texi (Windows Keyboard): Fix text added on 2008-05-29.
2887
2888 2008-05-31 Glenn Morris <rgm@gnu.org>
2889
2890 * cal-xtra.texi (Fancy Diary Display): Simplify.
2891
2892 2008-05-30 Glenn Morris <rgm@gnu.org>
2893
2894 * cal-xtra.texi (Fancy Diary Display): Update for
2895 diary-display-function replacing diary-display-hook.
2896
2897 2008-05-29 Drew Adams <drew.adams@oracle.com>
2898
2899 * msdog.texi (Windows Keyboard): Add descriptions of
2900 w32-register-hot-key and w32-unregister-hot-key.
2901
2902 2008-05-21 Tom Tromey <tromey@redhat.com>
2903
2904 * custom.texi (Directory Variables): Grammar fix. Link to Safe File
2905 Variables node.
2906
2907 2008-05-19 Tom Tromey <tromey@redhat.com>
2908
2909 * custom.texi (Variables): Add Directory Variables to menu.
2910 (Directory Variables): New node.
2911
2912 2008-05-16 Eric S. Raymond <esr@snark.thyrsus.com>
2913
2914 * vc2-xtra.texi: Modify an example so it reflects what vc.el now does.
2915
2916 2008-05-15 Eric S. Raymond <esr@snark.thyrsus.com>
2917
2918 * vc2-xtra.texi, emacs.texi, files.texi: Snapshots node renamed to
2919 Revision Tags and rewritten. Section now uses modern terminology,
2920 (tags rather than snapshots) and describes post-SCCS systems more
2921 accurately.
2922
2923 2008-05-10 Eli Zaretskii <eliz@gnu.org>
2924
2925 * msdog.texi (Windows Files): Update documentation of
2926 w32-get-true-file-attributes.
2927
2928 2008-05-09 Eric S. Raymond <esr@snark.thyrsus.com>
2929
2930 * files.texi, vc-xtra.texi, vc1-xtra.texi: Document the new VC
2931 directory mode.
2932
2933 2008-05-08 Chong Yidong <cyd@stupidchicken.com>
2934
2935 * killing.texi (Appending Kills): Remove a strangely off-topic index
2936 entry "television".
2937
2938 2008-05-07 Eric S. Raymond <esr@snark.thyrsus.com>
2939
2940 * ack.texi, files.texi, vc2-xtra.texi: Meta-CVS is no longer supported.
2941
2942 2008-05-02 Eric S. Raymond <esr@snark.thyrsus.com>
2943
2944 * emacs/buffers.texi, emacs/files.texi (Version-control):
2945 vc-toggle-read-only is no longer a good idea...
2946
2947 2008-04-29 Glenn Morris <rgm@gnu.org>
2948
2949 * cal-xtra.texi (Sexp Diary Entries): Clarify diary-float.
2950
2951 2008-04-22 Juri Linkov <juri@jurta.org>
2952
2953 * dired.texi (Subdirectories in Dired): Describe using `^'
2954 to return to the parent directory.
2955
2956 2008-04-22 Nick Roberts <nickrob@snap.net.nz>
2957
2958 * building.texi (GDB-UI Layout, Other GDB-UI Buffers): Update for
2959 recent changes.
2960
2961 2008-04-19 Nick Roberts <nickrob@snap.net.nz>
2962
2963 * building.texi (GDB-UI Layout, Breakpoints Buffer)
2964 (Other GDB-UI Buffers): Update for recent thread related changes.
2965
2966 2008-04-11 Mirko Vukovic <mirko.vukovic@gmail.com> (tiny change)
2967
2968 * maintaining.texi (Maintaining):
2969 * emacs.texi (Top): Typo.
2970
2971 2008-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
2972
2973 * display.texi (Font Lock): Prefer add-hook to using a non-nil `mode'
2974 arg in `font-lock-add-keywords'.
2975
2976 2008-04-08 Glenn Morris <rgm@gnu.org>
2977
2978 * cal-xtra.texi, calendar.texi: Update for calendar name changes.
2979 Also add Baha'i calendar references where appropriate.
2980
2981 2008-04-05 Glenn Morris <rgm@gnu.org>
2982
2983 * custom.texi (Init File): Byte-compiling .emacs is bad.
2984
2985 2008-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
2986
2987 * mini.texi (Minibuffer Edit) <resize-mini-windows>: Adjust default.
2988
2989 2008-03-29 Glenn Morris <rgm@gnu.org>
2990
2991 * calendar.texi: Update for `calendar-date-style' replacing
2992 `european-calendar'.
2993
2994 2008-03-28 Jason Rumney <jasonr@gnu.org>
2995
2996 * display.texi (Display Custom): Mention overlay-margin in text.
2997
2998 2008-03-12 Reiner Steib <Reiner.Steib@gmx.de>
2999
3000 * custom.texi, dired.texi, mini.texi, mule.texi: Add `referenced in the
3001 tutorial' comments.
3002
3003 2008-03-28 Chong Yidong <cyd@stupidchicken.com>
3004
3005 * mark.texi (Mark): Rearrange nodes.
3006 (Persistent Mark): Rename from Transient Mark.
3007 (Mark, Setting Mark, Marking Objects, Persistent Mark, Mark Ring):
3008 Describe Transient Mark mode as the default.
3009
3010 * basic.texi (Basic Undo): Don't mention setting the mark, which isn't
3011 the default behavior with Transient Mark mode off.
3012 (Position Info): Fix typo.
3013
3014 * display.texi (Standard Faces): Reference the Mark node.
3015 Remove discussion of the region face, which is discussed there.
3016
3017 * emacs.texi (Top): Update node listings.
3018
3019 * files.texi (Diff Mode, Misc File Ops): Describe Transient Mark mode
3020 as the default.
3021
3022 * fixit.texi (Undo): Standardize choice of undo key sequence.
3023 (Undo, Spelling): Describe Transient Mark mode as the default.
3024
3025 * frames.texi (Mouse Commands): Treat Transient Mark mode as the
3026 default.
3027
3028 * glossary.texi (Glossary): Treat Transient Mark mode as the default.
3029
3030 * killing.texi (Kill Ring, Accumulating Text): Assume Transient Mark
3031 mode is the default, and note that the mark is not activated when set.
3032
3033 * programs.texi (Moving by Defuns, Expressions, Comment Commands):
3034 Describe Transient Mark mode as the default.
3035
3036 * search.texi (Basic Isearch): Reference the Mark Ring node.
3037 (Replace, Unconditional Replace, Other Repeating Search):
3038 Describe Transient Mark mode as the default.
3039
3040 * text.texi (Words, Pages, Fill Commands, HTML Mode):
3041 Describe Transient Mark mode as the default.
3042 (Paragraphs): Describe how M-h behaves when region is active.
3043
3044 * trouble.texi (Quitting): Clarify effects of C-g.
3045
3046 2008-03-13 Glenn Morris <rgm@gnu.org>
3047
3048 * emacs.texi (EMACSVER): Set to 23.0.60.
3049
3050 2008-03-05 Glenn Morris <rgm@gnu.org>
3051
3052 * dired.texi (Hiding Subdirectories): Fix previous change.
3053
3054 2008-03-05 Drew Adams <drew.adams@oracle.com>
3055
3056 * dired.texi (Hiding Subdirectories): Document `dired-hide-subdir'.
3057
3058 2008-02-28 Kim F. Storm <storm@cua.dk>
3059
3060 * help.texi (Help Files): Move describe-gnu-project to C-h g.
3061 Move describe-distribution to C-h C-o.
3062 Move view-emacs-problems to C-h C-p.
3063 Add view-emacs-debugging on C-h C-d.
3064 Add view-external-packages on C-h C-e.
3065 Add view-order-manuals on C-h C-m.
3066
3067 2008-02-17 Ulrich Mueller <ulm@kph.uni-mainz.de>
3068
3069 * msdog-xtra.texi (MS-DOS): Docstring fix.
3070
3071 2008-02-09 Eli Zaretskii <eliz@gnu.org>
3072
3073 * msdog.texi (Windows Fonts): Use a @table for describing font
3074 properties.
3075
3076 2008-02-07 Jason Rumney <jasonr@gnu.org>
3077
3078 * msdog.texi (Windows Files): w32-get-true-file-attributes default
3079 value has changed.
3080 (Windows HOME): Clarify what is meant by "if that fails as well".
3081 (Windows Fonts): New section.
3082
3083 2008-02-07 D. E. Evans <sinuhe@gnu.org> (tiny change)
3084
3085 * basic.texi (Basic Undo): Remove duplicate "you can".
3086
3087 2008-02-02 Eli Zaretskii <eliz@gnu.org>
3088
3089 * maintaining.texi (Tags): Fix last change.
3090
3091 2008-02-02 Michael Albinus <michael.albinus@gmx.de>
3092
3093 * tramp.texi: Use new FSF's Back-Cover Text.
3094
3095 2008-01-31 Nick Roberts <nickrob@snap.net.nz>
3096
3097 * trouble.texi (Checklist): Direct users to emacs-devel@gnu.org.
3098
3099 2008-01-26 Richard Stallman <rms@gnu.org>
3100
3101 * maintaining.texi (Tags): Delete redundant index entry.
3102
3103 2008-01-26 Eli Zaretskii <eliz@gnu.org>
3104
3105 * programs.texi (Imenu): Move "@cindex tags" from here...
3106 * maintaining.texi (Tags): ...to here.
3107
3108 2008-01-23 Kevin Ryde <user42@zip.com.au>
3109
3110 * custom.texi (Mouse Buttons): Update elisp xref to "Click Events" on
3111 click count.
3112
3113 2008-01-21 Juanma Barranquero <lekktu@gmail.com>
3114
3115 * entering.texi (Exiting): Fix typo.
3116 Reported by D. E. Evans <sinuhe@gnu.org>.
3117
3118 2007-12-31 Martin Rudalics <rudalics@gmx.at>
3119
3120 * glossary.texi (Glossary): Fix typo.
3121
3122 2007-12-27 Richard Stallman <rms@gnu.org>
3123
3124 * text.texi (Formatted Text): Improve menu tag.
3125 (Editing Format Info): In Info, add duplicate menu of nodes
3126 about the submenus.
3127 (Format Faces): Say where Faces menu is found. Mention Other.
3128 (Format Colors): Say where these submenus are found.
3129 (Format Indentation, Format Justification): Likewise.
3130 (Format Properties): Likewise.
3131
3132 2007-12-22 Richard Stallman <rms@gnu.org>
3133
3134 * search.texi (Query Replace): Make exp of query-replace more
3135 self-contained, and clarify.
3136
3137 * cc-mode.texi (Getting Started): Change @ref to @pxref.
3138
3139 2007-12-15 Richard Stallman <rms@gnu.org>
3140
3141 * files.texi (Auto Save): Clarify definition of auto-saving.
3142
3143 2007-11-26 Richard Stallman <rms@gnu.org>
3144
3145 * help.texi (Help Echo): Cleanups.
3146
3147 2007-11-23 Thien-Thi Nguyen <ttn@gnuvola.org>
3148
3149 * files.texi (Why Version Control?): Fix typo.
3150 (VCS Concepts): Fix typos; small tense fix.
3151 (Selecting a Fileset): Fix typos; small rewording.
3152 (Log Buffer): Likewise.
3153 (Old Revisions): Likewise.
3154
3155 2007-11-17 Eli Zaretskii <eliz@gnu.org>
3156
3157 * mule.texi (Communication Coding): Fix wording of last change.
3158
3159 2007-11-16 Werner Lemberg <wl@gnu.org>
3160
3161 * custom.texi (Specifying File Variables):
3162 * major.texi (Choosing Modes): Mention '\" in man pages.
3163
3164 2007-11-16 Kenichi Handa <handa@ni.aist.go.jp>
3165
3166 * mule.texi (Communication Coding): Document x-select-request-type.
3167
3168 * frames.texi (Cut/Paste Other App): Mention x-select-request-type.
3169
3170 2007-11-15 Francesco Potortì <pot@gnu.org>
3171
3172 * maintaining.texi (TEXTAGS): Note that you can use "-" for stdout with
3173 --output=file.
3174
3175 2007-11-13 Martin Rudalics <rudalics@gmx.at>
3176
3177 * help.texi (Help Summary, Apropos, Misc Help): Fix typos.
3178 (Help Echo): Avoid mentioning the term "region" here and
3179 consistently use the term "active text".
3180
3181 2007-11-11 Glenn Morris <rgm@gnu.org>
3182
3183 * calendar.texi (Special Diary Entries): Fix Thanksgiving example.
3184
3185 2007-11-10 Paul Pogonyshev <pogonyshev@gmx.net>
3186
3187 * search.texi (Query Replace):
3188 Mention `query-replace-show-replacement'.
3189
3190 2007-11-09 Nick Roberts <nickrob@snap.net.nz>
3191
3192 * building.texi (Watch Expressions): Remove obscure sentence.
3193
3194 2007-11-06 Kenichi Handa <handa@ni.aist.go.jp>
3195
3196 * mule.texi (Select Input Method): Describe how to activate an input
3197 method in the text mode.
3198
3199 2007-11-01 Dan Nicolaescu <dann@ics.uci.edu>
3200
3201 * cmdargs.texi (Misc Variables): Remove Sun windows info.
3202
3203 2007-10-30 Nick Roberts <nickrob@snap.net.nz>
3204
3205 * building.texi (Watch Expressions): Describe gdb-delete-out-of-scope.
3206
3207 2007-10-30 Glenn Morris <rgm@gnu.org>
3208
3209 * misc.texi (Directory Tracking): Explain a bit more about
3210 dirtrack-mode.
3211
3212 2007-10-25 Glenn Morris <rgm@gnu.org>
3213
3214 * fortran-xtra.texi (Fortran): F90 mode handles F2003.
3215
3216 2007-10-24 Richard Stallman <rms@gnu.org>
3217
3218 * misc.texi (Interactive Shell): Cleanup last change.
3219
3220 2007-10-22 Juri Linkov <juri@jurta.org>
3221
3222 * mini.texi (Minibuffer History): Add text about a list of minibuffer
3223 default values.
3224
3225 2007-10-20 Eric S. Raymond <esr@snark.thyrsus.com>
3226
3227 * files.texi: Disambiguate two slightly different uses of the term
3228 'filesets'.
3229
3230 2007-10-18 Martin Rudalics <rudalics@gmx.at>
3231
3232 * trouble.texi (Quitting): Fix typo.
3233
3234 2007-10-18 Glenn Morris <rgm@gnu.org>
3235
3236 * frames.texi (Mode Line Mouse): Mention minor mode names.
3237
3238 2007-10-17 Juri Linkov <juri@jurta.org>
3239
3240 * text.texi (Fill Commands): Undocument fill-paragraph-or-region.
3241 fill-paragraph operates on the active region in Transient Mark mode.
3242 (Fill Prefix, Format Indentation): Replace fill-paragraph-or-region
3243 with fill-paragraph.
3244
3245 * basic.texi (Arguments): Replace fill-paragraph-or-region with
3246 fill-paragraph.
3247
3248 * fixit.texi (Spelling): ispell-word operates on the active region
3249 in Transient Mark mode.
3250
3251 2007-10-17 Aaron S. Hawley <aaronh@garden.org>
3252
3253 * building.texi (Source Buffers):
3254 * custom.texi (Init Non-ASCII):
3255 * glossary.texi (Glossary): Use "key binding" consistently.
3256
3257 2007-10-17 Juanma Barranquero <lekktu@gmail.com>
3258
3259 * calendar.texi (Diary): Fix directive.
3260
3261 2007-10-16 Richard Stallman <rms@gnu.org>
3262
3263 * calendar.texi (Diary): Clarify text about diary file example.
3264
3265 2007-10-13 Eric S. Raymond <esr@snark.thyrsus.com>
3266
3267 * files.texi: Capitalize node names according to convention.
3268
3269 2007-10-13 Glenn Morris <rgm@gnu.org>
3270
3271 * misc.texi (Interactive Shell): Correct INSIDE_EMACS reference.
3272
3273 2007-10-11 Eric S. Raymond <esr@snark.thyrsus.com>
3274
3275 * emacs.texi:
3276 * files.texi (Version Systems): Minor fixes to version-control material
3277 suggested by RMS and Robert J. Chassell.
3278
3279 2007-10-10 Eric S. Raymond <esr@snark.thyrsus.com>
3280
3281 * files.texi (Version Systems):
3282 * vc-xtra.texi:
3283 * vc1-xtra.texi:
3284 * vc2-xtra.texi: Merge in changes for new VC with fileset-oriented
3285 operations. Change of terminology from `version' to `revision'.
3286 Revise text for adequate description of VCSes with monotonic IDs.
3287 * emacs.texi: Change of terminology from `version' to `revision'.
3288
3289 2007-10-09 Eric S. Raymond <esr@snark.thyrsus.com>
3290
3291 * files.texi (Version Systems): Describe newer VCses.
3292 Reorder the descriptions to be chronological.
3293
3294 2007-10-09 Richard Stallman <rms@gnu.org>
3295
3296 * display.texi (Cursor Display): Correct how cursor appears
3297 in nonselected windows.
3298
3299 2007-10-04 Nick Roberts <nickrob@snap.net.nz>
3300
3301 * building.texi (GDB Graphical Interface): Remove references to gdba
3302 and mention gud-gdb.
3303
3304 2007-08-31 Eli Zaretskii <eliz@gnu.org>
3305
3306 * rmail.texi (Rmail Sorting): Improve indexing.
3307
3308 2007-10-06 Juri Linkov <juri@jurta.org>
3309
3310 * text.texi (Fill Commands): Document fill-paragraph-or-region.
3311 (Fill Prefix, Format Indentation): Replace fill-paragraph with
3312 fill-paragraph-or-region.
3313
3314 * basic.texi (Arguments): Replace fill-paragraph with
3315 fill-paragraph-or-region.
3316
3317 2007-10-06 Eric S. Raymond <esr@snark.thyrsus.com>
3318
3319 * files.texi: Update the section on version control for 2007
3320 conditions. None of these changes are new-VC-specific; that
3321 will come later.
3322
3323 2007-09-15 Glenn Morris <rgm@gnu.org>
3324
3325 * calendar.texi (Holidays): Change all instances of `holiday-list' back
3326 to `list-holidays'.
3327
3328 2007-09-14 Glenn Morris <rgm@gnu.org>
3329
3330 * calendar.texi: Update all instances of mark-calendar-holidays,
3331 list-calendar-holidays, list-holidays with the new names.
3332
3333 2007-09-06 Glenn Morris <rgm@gnu.org>
3334
3335 Move manual sources from man/ to subdirectories of doc/.
3336 Split into the Emacs manual in emacs/, and other manuals in misc/.
3337 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Reduce to just the Emacs
3338 manual.
3339 (infodir): New variable.
3340 (info): Use $infodir.
3341 (emacsman): Delete target, not needed any more.
3342 Move all targets that are not the Emacs manual to misc/Makefile.in.
3343 (mostlyclean): Remove `gnustmp'.
3344 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS): Reduce to just the Emacs
3345 manual.
3346 (MULTI_INSTALL_INFO, ENVADD, infodir): Go up one more level.
3347 (emacsman): Delete target, not needed any more.
3348 (clean): Remove all info files but Emacs manual.
3349 Move all targets that are not the Emacs manual to misc/Makefile.in.
3350 * emacs-xtra.texi, emacs.texi (setfilename): Go up one more level.
3351
3352 * Makefile.in (INFOSOURCES): Delete.
3353 (.SUFFIXES): Use $(TEXI2DVI) rather than texi2dvi.
3354 (mostlyclean): Add *.op, *.ops. Move *.aux *.cps *.fns *.kys *.pgs
3355 *.vrs *.toc here...
3356 (maintainer-clean): ...from here.
3357
3358 2007-09-05 Glenn Morris <rgm@gnu.org>
3359
3360 * custom.texi (Safe File Variables): Clarify `!' and risky variables.
3361
3362 2007-08-29 Glenn Morris <rgm@gnu.org>
3363
3364 * emacs.texi (EMACSVER): Increase to 23.0.50.
3365
3366 2007-08-27 Richard Stallman <rms@gnu.org>
3367
3368 * emacs.texi (Top): Clarify menu item for Glossary.
3369
3370 * display.texi (Faces): Change secn title.
3371 Clarify not all fonts come from Font Lock.
3372
3373 2007-08-17 Eli Zaretskii <eliz@gnu.org>
3374
3375 * basic.texi (Position Info): Add index entry for face at point.
3376 Mention that character faces are also displayed by "C-u C-x =".
3377
3378 2007-08-08 Glenn Morris <rgm@gnu.org>
3379
3380 * glossary.texi (Glossary): Deprecate `iff'.
3381
3382 2007-08-07 Chong Yidong <cyd@stupidchicken.com>
3383
3384 * files.texi (File Conveniences): Document point motion keys in Image
3385 mode.
3386
3387 2007-07-27 Glenn Morris <rgm@gnu.org>
3388
3389 * emacs.texi (Copying): Include license text from gpl.texi, rather than
3390 in-line.
3391
3392 * gpl.texi: New file with text of GPL.
3393 * Makefile.in (EMACSSOURCES): Add gpl.texi.
3394
3395 2007-07-26 Dan Nicolaescu <dann@ics.uci.edu>
3396
3397 * vc2-xtra.texi (Customizing VC): Add GIT and HG.
3398
3399 * dired.texi (Wdired): Mention C-x C-q key binding.
3400
3401 2007-07-28 Nick Roberts <nickrob@snap.net.nz>
3402
3403 * building.texi (GDB Graphical Interface): Qualify use of "M-x gdba".
3404
3405 2007-07-25 Glenn Morris <rgm@gnu.org>
3406
3407 * emacs.texi (Copying): Replace license with GPLv3.
3408
3409 * Relicense all FSF files to GPLv3 or later.
3410
3411 2007-07-24 Glenn Morris <rgm@gnu.org>
3412
3413 * calendar.texi (Writing Calendar Files): cal-tex-diary etc only work
3414 for some calendars.
3415
3416 2007-07-23 Nick Roberts <nickrob@snap.net.nz>
3417
3418 * screen.texi (Mode Line): Describe new mode-line flag that shows if
3419 default-directory for the current buffer is on a remote machine.
3420
3421 2007-07-21 Eli Zaretskii <eliz@gnu.org>
3422
3423 * vc2-xtra.texi (Customizing VC) <vc-handled-backends>: Update the
3424 default value.
3425
3426 2007-07-21 Richard Stallman <rms@gnu.org>
3427
3428 * files.texi (Why Version Control?): Improve previous change.
3429
3430 2007-07-18 Eric S. Raymond <esr@snark.thyrsus.com>
3431
3432 * files.texi (Why Version Control?): New node.
3433
3434 2007-07-12 Nick Roberts <nickrob@snap.net.nz>
3435
3436 * building.texi (Starting GUD): Add xref to this anchor.
3437
3438 2007-06-24 Karl Berry <karl@gnu.org>
3439
3440 * emacs.texi: New Back-Cover Text.
3441
3442 2007-06-07 Alan Mackenzie <acm@muc.de>
3443
3444 * display.texi (Optional Mode Line): Document the new form of
3445 line+column numbers, "(561,2)".
3446
3447 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
3448
3449 * maintaining.texi (Create Tags Table): Fix typos.
3450
3451 2007-06-02 Chong Yidong <cyd@stupidchicken.com>
3452
3453 * Version 22.1 released.
3454
3455 2007-05-07 Karl Berry <karl@gnu.org>
3456
3457 * emacs.texi (EMACSVER): Back to 22.
3458
3459 2007-05-06 Richard Stallman <rms@gnu.org>
3460
3461 * maintaining.texi (Create Tags Table): Clean up previous change.
3462
3463 2007-05-05 Francesco Potortì <pot@gnu.org>
3464
3465 * maintaining.texi (Create Tags Table): Add text about the dangers of
3466 making symbolic links to tags files.
3467
3468 2007-05-04 Karl Berry <karl@gnu.org>
3469
3470 * emacs.texi (EMACSVER) [smallbook]: 22.1 for printed version, not 22.
3471
3472 2007-05-03 Karl Berry <karl@gnu.org>
3473
3474 * emacs.texi (EMACSVER) [smallbook]: 22 for printed version.
3475
3476 * .cvsignore (*.pdf): New entry.
3477
3478 * emacs.texi (\urlcolor, \linkcolor) [smallbook]: \let to \Black
3479 for printing.
3480
3481 2007-05-01 Richard Stallman <rms@gnu.org>
3482
3483 * cmdargs.texi (Initial Options): Under --batch, mention --eval.
3484
3485 2007-04-28 Glenn Morris <rgm@gnu.org>
3486
3487 * ack.texi (Acknowledgments):
3488 * anti.texi (Antinews):
3489 * programs.texi (Program Modes): Restore mention of python.el pending
3490 consideration of legal status.
3491
3492 2007-04-28 Richard Stallman <rms@gnu.org>
3493
3494 * files.texi (File Names): Fixes to ~ description on MS systems.
3495
3496 2007-04-26 Glenn Morris <rgm@gnu.org>
3497
3498 * emacs.texi (EMACSVER): Increase to 22.1.50.
3499
3500 2007-04-25 Karl Berry <karl@gnu.org>
3501
3502 * emacs.texi: Improve line breaks on copyright page,
3503 similar layout to lispref, 8.5x11 by default.
3504
3505 * dired.texi (Image-Dired): Improve line break, fix typo.
3506
3507 2007-04-24 Chong Yidong <cyd@stupidchicken.com>
3508
3509 * programs.texi (Program Modes):
3510 * anti.texi (Antinews):
3511 * ack.texi (Acknowledgments): python.el removed.
3512
3513 2007-04-23 Chong Yidong <cyd@stupidchicken.com>
3514
3515 * display.texi (Highlight Interactively): Correct description of
3516 hi-lock-file-patterns-policy.
3517
3518 * files.texi (File Archives): Mention self-extracting executables.
3519
3520 2007-04-23 Eli Zaretskii <eliz@gnu.org>
3521
3522 * search.texi (Unconditional Replace, Query Replace): Add xref to
3523 "Replacement and Case".
3524
3525 2007-04-22 Chong Yidong <cyd@stupidchicken.com>
3526
3527 * dired.texi (Image-Dired): Move from Thumbnails node.
3528 * misc.texi (Thumbnails): Node deleted.
3529 * emacs.texi (Top): Update node listing.
3530
3531 * files.texi (File Conveniences):
3532 * ack.texi (Acknowledgments): Rename "tumme" to "image-dired".
3533
3534 2007-04-21 Richard Stallman <rms@gnu.org>
3535
3536 * display.texi (Highlight Interactively): Correct previous change.
3537 Clarify doc of hi-lock-find-patterns, and move new features into it.
3538
3539 2007-04-20 David Koppelman <koppel@ece.lsu.edu>
3540
3541 * display.texi (Highlight Interactively):
3542 Document hi-lock-file-patterns-policy.
3543
3544 2007-04-20 Martin Rudalics <rudalics@gmx.at>
3545
3546 * display.texi (Scrolling): Fix typo.
3547
3548 2007-04-15 Chong Yidong <cyd@stupidchicken.com>
3549
3550 * doclicense.texi: Remove node heading, so that it can be included by
3551 other files.
3552
3553 * emacs.texi: Insert node heading for GFDL.
3554
3555 2007-04-14 Eli Zaretskii <eliz@gnu.org>
3556
3557 * cmdargs.texi (Colors): Qualify "color of window" index entry by
3558 "command line".
3559
3560 * display.texi (Faces): Refer to "Creating Frames" for face
3561 and other frame customizations in .emacs.
3562
3563 * frames.texi (Creating Frames): Mention that face customizations can
3564 be put in .emacs. Add index entries.
3565
3566 2007-04-12 Richard Stallman <rms@gnu.org>
3567
3568 * glossary.texi (Glossary): Explain `iff'.
3569
3570 2007-04-11 Karl Berry <karl@gnu.org>
3571
3572 * gnu.texi (Top),
3573 * macos.texi (Mac Font Specs),
3574 * anti.texi (Antinews),
3575 * xresources.texi (Resources),
3576 * misc.texi (Emulation),
3577 * calendar.texi (Daylight Saving),
3578 * dired.texi (Dired and Find),
3579 * rmail.texi (Remote Mailboxes),
3580 * sending.texi (Mail Headers),
3581 * programs.texi (Which Function),
3582 * files.texi (Recover),
3583 * buffers.texi (Uniquify),
3584 * frames.texi (Wheeled Mice),
3585 * killing.texi (Rectangles): Wording to improve breaks in
3586 8.5x11 format.
3587 * mule.texi (Language Environments): \hbadness=10000 since there's
3588 no way to reword.
3589 * emacs.texi (smallbook): New @set to more easily switch between
3590 smallbook and 8.5x11.
3591
3592 2007-04-11 Richard Stallman <rms@gnu.org>
3593
3594 * files.texi (File Conveniences): Add xref to Tumme.
3595 Delete text about Thumbnail mode.
3596
3597 2007-04-09 Alan Mackenzie <acm@muc.de>
3598
3599 * cmdargs.texi (Initial Options): Call "inhibit-splash-screen" by its
3600 new name. Insert concept index entries.
3601
3602 2007-04-08 Chong Yidong <cyd@stupidchicken.com>
3603
3604 * display.texi (Standard Faces): Document prefix arg for
3605 list-faces-display.
3606
3607 * rmail.texi (Rmail Scrolling): Document rmail-end-of-message.
3608
3609 2007-04-07 Chong Yidong <cyd@stupidchicken.com>
3610
3611 * killing.texi (Deletion): Rewrite description of M-\ prefix argument.
3612
3613 * files.texi (Misc File Ops): Rewrite description of
3614 insert-file-literally.
3615
3616 2007-03-31 Eli Zaretskii <eliz@gnu.org>
3617
3618 * misc.texi (Printing): Postscript -> PostScript.
3619
3620 * ack.texi (Acknowledgments): Postscript -> PostScript.
3621
3622 * custom.texi (Init File, Init Non-ASCII): Fix last change.
3623
3624 * emacs.texi (Top): Fix the menu due to the change in custom.texi
3625 below.
3626
3627 2007-03-30 Chong Yidong <cyd@stupidchicken.com>
3628
3629 * custom.texi (Non-ASCII Rebinding): Node deleted. Material moved to
3630 Init Non-ASCII.
3631 (Init Rebinding, Init Syntax): Link to Init Non-ASCII instead.
3632 (Init Non-ASCII): New node.
3633
3634 2007-03-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3635
3636 * macos.texi (Mac Font Specs): Mention AppleAntiAliasingThreshold.
3637
3638 2007-03-12 Glenn Morris <rgm@gnu.org>
3639
3640 * calendar.texi, emacs.texi (Daylight Saving): Rename node from
3641 "Daylight Savings".
3642
3643 * calendar.texi: Replace "daylight savings" with "daylight
3644 saving" in text throughout.
3645
3646 2007-03-04 Richard Stallman <rms@gnu.org>
3647
3648 * custom.texi (Safe File Variables): Minor correction.
3649
3650 2007-02-28 Thien-Thi Nguyen <ttn@gnu.org>
3651
3652 * rmail.texi (Movemail): Add internal ref.
3653 Don't indent the intro for the PROTO table.
3654 Format PROTO table items with @code.
3655
3656 2007-02-26 Nick Roberts <nickrob@snap.net.nz>
3657
3658 * building.texi: Remove references to bashdb.
3659
3660 2007-02-19 Juanma Barranquero <lekktu@gmail.com>
3661
3662 * mule.texi (Language Environments): Update list of supported language
3663 environments.
3664
3665 2007-02-14 Kim F. Storm <storm@cua.dk>
3666
3667 * building.texi (Grep Searching): Fix lgrep doc.
3668
3669 2007-02-12 Chong Yidong <cyd@stupidchicken.com>
3670
3671 * back.texi: Remove unused file.
3672
3673 2007-02-05 Francesco Potortì <pot@gnu.org>
3674
3675 * maintaining.texi (Tag Syntax): Now --members is the default for
3676 etags, not for ctags yet.
3677
3678 2007-02-03 Eli Zaretskii <eliz@gnu.org>
3679
3680 * emacs.texi (Top): Update the top-level menus. Make the detailed menu
3681 headers compliant with Texinfo guidelines and with what texnfo-upd.el
3682 expects. Add comments to prevent people from inadvertently modifying
3683 the key parts needed by `texinfo-multiple-files-update'.
3684
3685 2007-01-29 Chong Yidong <cyd@stupidchicken.com>
3686
3687 * frames.texi (Secondary Selection): Window clicked does not matter
3688 when mouse-yank-at-point is non-nil.
3689
3690 2007-01-16 Glenn Morris <rgm@gnu.org>
3691
3692 * abbrevs.texi (Editing Abbrevs): Describe how to disable a
3693 system abbrev.
3694
3695 2007-01-11 Richard Stallman <rms@gnu.org>
3696
3697 * msdog.texi (Windows Keyboard): Another small cleanup.
3698
3699 2007-01-10 Richard Stallman <rms@gnu.org>
3700
3701 * msdog.texi (Windows Keyboard): Yet another try to make
3702 everyone happy with that passage.
3703
3704 2007-01-05 Richard Stallman <rms@gnu.org>
3705
3706 * anti.texi (Antinews): Mention M-x shell scrolling.
3707
3708 2007-01-05 Nick Roberts <nickrob@snap.net.nz>
3709
3710 * building.texi (Watch Expressions): Describe gdb-max-children.
3711
3712 2007-01-04 Richard Stallman <rms@gnu.org>
3713
3714 * msdog.texi (Windows Keyboard): Clarify previous change.
3715
3716 2007-01-02 Richard Stallman <rms@gnu.org>
3717
3718 * custom.texi (Changing a Variable): Minor clarification.
3719 (Specific Customization): customize-customized => customize-unsaved.
3720
3721 * entering.texi (Entering Emacs): Clean up text about restarting
3722 Emacs for each file.
3723
3724 * misc.texi (Shell Options): Minor cleanup.
3725
3726 * msdog.texi (Windows Keyboard): Explain that Windows was incompatible
3727 with Emacs, not vice versa.
3728
3729 * programs.texi (Symbol Completion): Recommend customizing
3730 window manager.
3731
3732 * xresources.texi (Resources): Minor fix.
3733
3734 2007-01-01 Jan Djärv <jan.h.d@swipnet.se>
3735
3736 * xresources.texi (Table of Resources): Add scrollBarWidth resource.
3737
3738 2007-01-01 Richard Stallman <rms@gnu.org>
3739
3740 * commands.texi (User Input): Document keys stolen by window mangers.
3741
3742 2006-12-31 Richard Stallman <rms@gnu.org>
3743
3744 * custom.texi (Specific Customization): Document customize-option
3745 instead of customize-variable.
3746
3747 2006-12-31 Kim F. Storm <storm@cua.dk>
3748
3749 * major.texi (Choosing Modes): Document auto-mode-case-fold.
3750
3751 2006-12-30 Kim F. Storm <storm@cua.dk>
3752
3753 * killing.texi (CUA Bindings): Fix typo.
3754
3755 * xresources.texi (Table of Resources): Mention grow-only value for
3756 auto-resize-tool-bars.
3757
3758 2006-12-27 Eli Zaretskii <eliz@gnu.org>
3759
3760 * msdog.texi (Windows Keyboard): Mention widespread Windows bindings,
3761 and how to get them back.
3762
3763 2006-12-26 Richard Stallman <rms@gnu.org>
3764
3765 * calendar.texi (Holidays): Holiday listing is based on current
3766 practice, but DST is not.
3767
3768 2006-12-25 Richard Stallman <rms@gnu.org>
3769
3770 * emacs.texi (Top): Update subnode menus.
3771
3772 * mark.texi (Transient Mark): Fix xref.
3773
3774 * killing.texi (Graphical Kill): Node deleted.
3775 (Killing): Add xref to Cut and Paste.
3776 (CUA Bindings): Update xref.
3777
3778 * frames.texi (Cut and Paste): New section to hold other nodes.
3779 (Mouse Commands): Node demoted.
3780 (Cut/Paste Other App): Split out from Mouse Commands.
3781 (Word and Line Mouse): Likewise.
3782 (Secondary Selection, Clipboard): Nodes demoted.
3783
3784 2006-12-24 Kevin Ryde <user42@zip.com.au>
3785
3786 * calendar.texi (Holidays): US daylight saving begins second Sunday
3787 in March for 2007 onwards.
3788 (Daylight Savings): Show new US default daylight saving rules, 2nd
3789 Sun in Mar to 1st Sun in Nov, now in cal-dst.el.
3790
3791 2006-12-23 Chong Yidong <cyd@stupidchicken.com>
3792
3793 * calendar.texi (Scroll Calendar): < and > are switched.
3794
3795 2006-12-23 Kevin Rodgers <ihs_4664@yahoo.com>
3796
3797 * killing.texi (Deletion): Describe M-\ prefix argument.
3798
3799 2006-12-23 Richard Stallman <rms@gnu.org>
3800
3801 * search.texi (Regexp Search): Explain why forward and reverse regexp
3802 search are not mirror images.
3803
3804 2006-12-19 Kim F. Storm <storm@cua.dk>
3805
3806 * major.texi (Choosing Modes): Describe match-function elements for
3807 magic-mode-alist.
3808
3809 2006-12-18 Eli Zaretskii <eliz@gnu.org>
3810
3811 * msdog.texi (Windows Keyboard): Add a footnote about "Windows" keys
3812 peculiarities.
3813
3814 2006-12-18 Richard Stallman <rms@gnu.org>
3815
3816 * abbrevs.texi (Editing Abbrevs): Fix previous change.
3817
3818 2006-12-17 Alan Mackenzie <acm@muc.de>
3819
3820 * programs.texi (Left Margin Paren): Remove the bit which says
3821 that CC Mode sets open-paren-in-column-0-is-defun-start to nil.
3822 Discuss some of the issues of setting this option to nil.
3823
3824 2006-12-17 Glenn Morris <rgm@gnu.org>
3825
3826 * abbrevs.texi (Editing Abbrevs): Mention system abbrevs.
3827
3828 2006-12-16 Eli Zaretskii <eliz@gnu.org>
3829
3830 * msdog.texi (Windows Keyboard): Clarify `w32-recognize-altgr' effect.
3831 (Windows Files): `w32-get-true-file-attributes' is only relevant for
3832 NTFS volumes.
3833 (ls in Lisp): `links' in `ls-lisp-verbosity' is only relevant to NTFS
3834 volumes.
3835
3836 2006-12-15 Eli Zaretskii <eliz@gnu.org>
3837
3838 * text.texi (HTML Mode): Fix "C-c TAB".
3839
3840 2006-12-09 Richard Stallman <rms@gnu.org>
3841
3842 * misc.texi (Invoking emacsclient): Simplify TCP file text.
3843
3844 2006-12-08 Kevin Rodgers <ihs_4664@yahoo.com>
3845
3846 * files.texi (Misc File Ops): Document insert-file-literally.
3847
3848 2006-12-08 Eli Zaretskii <eliz@gnu.org>
3849
3850 * cmdargs.texi (Colors): Note that --color is intended for overriding
3851 the terminal defaults, not for normal invocation.
3852
3853 * misc.texi (Emacs Server): Improve wording. Don't mention the
3854 ``server program''. Add a cross-reference to "Init File" node.
3855 (Invoking emacsclient): Add index entries. Document both short and
3856 long versions of command-line options. Document the -f option.
3857
3858 2006-12-06 Richard Stallman <rms@gnu.org>
3859
3860 * text.texi (Outline Format): Say to set outline-regexp
3861 and outline-level with major modes and file local variables.
3862
3863 2006-12-05 Michaël Cadilhac <michael.cadilhac@lrde.org>
3864
3865 * anti.texi (Antinews): Mention the alternative to
3866 `~/.emacs_SHELLNAME', which is `~/.emacs.d/init_SHELLNAME.sh'.
3867
3868 * misc.texi (Interactive Shell): Ditto.
3869
3870 2006-12-04 Eli Zaretskii <eliz@gnu.org>
3871
3872 * emacs.texi (Acknowledgments): Fix Arne J@o{}rgensen's name.
3873
3874 * ack.texi (Acknowledgments): Fix Arne J@o{}rgensen's name.
3875
3876 2006-12-01 Eli Zaretskii <eliz@gnu.org>
3877
3878 * mule.texi (Enabling Multibyte): Rephrase the confusing reference to a
3879 colon in the mode line.
3880
3881 * msdog.texi (Windows Processes) [@ifnottex]: Mention w32-shell-execute.
3882
3883 2006-11-26 Nick Roberts <nickrob@snap.net.nz>
3884
3885 * building.texi (Watch Expressions): Mention SPC for expanding/
3886 contracting watch expressions.
3887
3888 2006-11-26 Kim F. Storm <storm@cua.dk>
3889
3890 * kmacro.texi (Basic Keyboard Macro): Mention F3/F4 more.
3891
3892 2006-11-26 Nick Roberts <nickrob@snap.net.nz>
3893
3894 * building.texi (Debugger Operation): Define text command mode.
3895 Clarify how tooltips work.
3896 (GDB Graphical Interface): Explain how to run in text command mode
3897 more clearly.
3898
3899 2006-11-25 Juanma Barranquero <lekktu@gmail.com>
3900
3901 * mule.texi (Defining Fontsets): Fix use of `charset' and `font'.
3902
3903 2006-11-22 Juanma Barranquero <lekktu@gmail.com>
3904
3905 * anti.texi (Antinews): Mention --server-file and TCP sockets.
3906
3907 2006-11-18 Chong Yidong <cyd@stupidchicken.com>
3908
3909 * misc.texi (Interactive Shell): INSIDE_EMACS is set to t,
3910 and EMACS is deprecated.
3911
3912 2006-11-18 Juanma Barranquero <lekktu@gmail.com>
3913
3914 * makefile.w32-in (emacs.dvi): Remove xresmini.texi.
3915
3916 2006-11-18 Jan Djärv <jan.h.d@swipnet.se>
3917
3918 * Makefile.in (emacs.dvi): Remove xresmini.texi.
3919
3920 * emacs.texi: Include xresources.texi both for info and dvi.
3921
3922 * xresources.texi: Merge text from xresmini.texi.
3923
3924 2006-11-12 Roberto Rodríguez <lanubeblanca@googlemail.com> (tiny change)
3925
3926 * glossary.texi: Fix typos.
3927
3928 2006-11-06 Richard Stallman <rms@gnu.org>
3929
3930 * emacs.texi (Acknowledgments): Fix name spelling, add Anna Bigatti.
3931
3932 * ack.texi (Acknowledgments): Fix name spelling.
3933
3934 2006-11-01 Juri Linkov <juri@jurta.org>
3935
3936 * search.texi (Word Search): Document incremental word search.
3937
3938 2006-10-28 Glenn Morris <rgm@gnu.org>
3939
3940 * ack.texi (Acknowledgments): Add cal-html author.
3941
3942 * calendar.texi (Writing Calendar Files): Rename section (was "LaTeX
3943 Calendar"). Describe new package cal-html.
3944 * emacs.texi (Top): Rename old node "LaTeX Calendar" to "Writing
3945 Calendar Files."
3946
3947 2006-10-23 Richard Stallman <rms@gnu.org>
3948
3949 * abbrevs.texi (Expanding Abbrevs): Expansion happens only when
3950 Abbrev mode is enabled.
3951
3952 2006-10-16 Richard Stallman <rms@gnu.org>
3953
3954 * emacs.texi: Update ISBN.
3955
3956 2006-10-11 Kim F. Storm <storm@cua.dk>
3957
3958 * emacs.texi (Acknowledgments): Use @dotless{i}.
3959
3960 2006-10-08 Nick Roberts <nickrob@snap.net.nz>
3961
3962 * building.texi (Breakpoints Buffer): Mention catchpoints.
3963
3964 2006-10-08 Kim F. Storm <storm@cua.dk>
3965
3966 * ack.texi (Acknowledgments): Update.
3967
3968 * emacs.texi (Acknowledgments): Fix bad @/ form.
3969
3970 2006-10-05 Kim F. Storm <storm@cua.dk>
3971
3972 * emacs.texi (Acknowledgments): Add more contributors.
3973
3974 2006-10-03 Richard Stallman <rms@gnu.org>
3975
3976 * emacs.texi (Acknowledgments): Update version and edition.
3977
3978 2006-10-01 Karl Berry <karl@gnu.org>
3979
3980 * custom.texi (Customization Groups): Page break to keep example buffer
3981 on one page.
3982
3983 2006-09-30 Karl Berry <karl@gnu.org>
3984
3985 * programs.texi (Basic Indent): @need to improve page break.
3986 * text.texi: Rewording to improve page breaks, and use @LaTeX{}.
3987
3988 2006-09-29 Glenn Morris <rgm@gnu.org>
3989
3990 * calendar.texi (Date Formats): Doc fix for european-calendar-style.
3991
3992 2006-09-29 Karl Berry <karl@gnu.org>
3993
3994 * windows.texi (Basic Window): Remove forced @break, no longer
3995 desirable.
3996 * frames.texi (Frame Commands),
3997 * mark.texi (Marking Objects): Reword to avoid bad page break.
3998 * display.texi (Auto Scrolling): Use @tie{} to avoid bad line break.
3999
4000 2006-09-19 Richard Stallman <rms@gnu.org>
4001
4002 * frames.texi (Dialog Boxes): Clean up wording: avoid passive,
4003 stick to present tense.
4004
4005 2006-09-18 Jan Djärv <jan.h.d@swipnet.se>
4006
4007 * frames.texi (Dialog Boxes): Rename x-use-old-gtk-file-dialog
4008 to x-gtk-use-old-file-dialog.
4009 (Dialog Boxes): Document x-gtk-file-dialog-help-text.
4010
4011 2006-09-15 Jay Belanger <belanger@truman.edu>
4012
4013 * emacs.texi (GNU GENERAL PUBLIC LICENSE):
4014 Change "Library Public License" to "Lesser Public License"
4015 throughout. Use "yyyy" to represent year.
4016
4017 2006-09-12 Reiner Steib <Reiner.Steib@gmx.de>
4018
4019 * files.texi (Visiting): Add index entry "open file".
4020
4021 2006-09-11 Richard Stallman <rms@gnu.org>
4022
4023 * building.texi (Compilation Mode): Clarification.
4024 (Grep Searching): Add xref to Compilation Mode.
4025
4026 2006-09-08 Richard Stallman <rms@gnu.org>
4027
4028 * search.texi (Search): Ref multi-file search commands here.
4029 (Other Repeating Search): Not here.
4030
4031 2006-08-28 Richard Stallman <rms@gnu.org>
4032
4033 * windows.texi (Split Window): Update xref.
4034
4035 * basic.texi (Continuation Lines): Update xref.
4036
4037 * indent.texi (Tab Stops): Update xref.
4038
4039 * emacs.texi (Top): Update subnode menu.
4040
4041 * display.texi (Line Truncation, Displaying Boundaries): New nodes,
4042 split out of Display Custom.
4043
4044 2006-08-25 Kim F. Storm <storm@cua.dk>
4045
4046 * display.texi (Display Custom): Add variables overline-margin
4047 and x-underline-at-descent-line.
4048
4049 2006-08-25 Richard Stallman <rms@gnu.org>
4050
4051 * entering.texi (Exiting): Rewrite to give graphical displays
4052 priority over text terminals.
4053
4054 * search.texi (Incremental Search): Move index entries.
4055
4056 2006-08-23 Chong Yidong <cyd@stupidchicken.com>
4057
4058 * custom.texi (Init File): Reference Find Init to avoid "home
4059 directory" confusion.
4060
4061 2006-08-22 Nick Roberts <nickrob@snap.net.nz>
4062
4063 * building.texi (Other GDB-UI Buffers): Describe how to edit
4064 a value in the locals buffer.
4065
4066 2006-08-21 Richard Stallman <rms@gnu.org>
4067
4068 * search.texi (Basic Isearch): Add `isearch' index entry.
4069
4070 2006-08-16 Richard Stallman <rms@gnu.org>
4071
4072 * misc.texi (Saving Emacs Sessions): Clean up wording.
4073
4074 * mark.texi (Marking Objects): Mention term "select all".
4075
4076 * emacs.texi (Top): Update subnode menu.
4077
4078 * help.texi (Help Mode): Move node up in file.
4079
4080 2006-08-15 Nick Roberts <nickrob@snap.net.nz>
4081
4082 * building.texi (Stack Buffer): Explain fringe arrow.
4083
4084 2006-08-12 Eli Zaretskii <eliz@gnu.org>
4085
4086 * misc.texi (Saving Emacs Sessions): Clarify when desktop is restored
4087 on startup.
4088
4089 2006-08-11 Romain Francoise <romain@orebokech.com>
4090
4091 * ack.texi (Acknowledgments): Delete mention to zone-mode.el.
4092
4093 2006-08-10 Sven Joachim <svenjoac@gmx.de> (tiny change)
4094
4095 * mule.texi (Recognize Coding, Text Coding): Fix typos.
4096
4097 2006-08-10 Richard Stallman <rms@gnu.org>
4098
4099 * text.texi (Format Faces): Substantial rewrites to deal
4100 with face merging. Empty regions don't count.
4101 Clarify face property inheritance.
4102
4103 2006-08-08 Romain Francoise <romain@orebokech.com>
4104
4105 * dired.texi (Marks vs Flags): Fix typo reported by Ari Roponen
4106 <arjuropo@cc.jyu.fi>.
4107
4108 2006-08-04 Eli Zaretskii <eliz@gnu.org>
4109
4110 * cmdargs.texi (Window Size X) <--geometry>: Only width and height
4111 apply to all frames.
4112
4113 2006-08-01 Richard Stallman <rms@gnu.org>
4114
4115 * help.texi (Name Help): Add index entries for describe-variable.
4116
4117 2006-08-01 Nick Roberts <nickrob@snap.net.nz>
4118
4119 * building.texi (GDB Graphical Interface): Shorten node names.
4120 (GDB-UI Layout): Use GDB-related.
4121 (Other GDB-UI Buffers): Simplify English.
4122
4123 2006-07-31 Richard Stallman <rms@gnu.org>
4124
4125 * search.texi (Query Replace): Add xref for Dired's Q command.
4126
4127 2006-07-31 Nick Roberts <nickrob@snap.net.nz>
4128
4129 * building.texi (GDB commands in Fringe): Rename to...
4130 (Source Buffers): ..this and move forward. Describe hollow arrow and
4131 new option gdb-find-source-frame.
4132
4133 2006-07-29 Richard Stallman <rms@gnu.org>
4134
4135 * dired.texi (Operating on Files): Simplify previous change
4136 and fix Texinfo usage.
4137
4138 2006-07-29 Eli Zaretskii <eliz@gnu.org>
4139
4140 * dired.texi (Operating on Files): Add cross-references. State the
4141 Unix commands that do similar things.
4142
4143 2006-07-28 Richard Stallman <rms@gnu.org>
4144
4145 * mark.texi (Transient Mark): Clarify that region never disappears
4146 when Transient Mark mode is off, and not when it is on.
4147
4148 2006-07-27 Richard Stallman <rms@gnu.org>
4149
4150 * search.texi (Non-ASCII Isearch): Clarify. Mention C-q.
4151
4152 2006-07-24 Richard Stallman <rms@gnu.org>
4153
4154 * xresources.texi (GTK styles): Fix texinfo usage.
4155
4156 * commands.texi (User Input): Explain why we teach keyboard cmds.
4157
4158 * xresources.texi, xresmini.texi, search.texi, programs.texi:
4159 * misc.texi, kmacro.texi, killing.texi, glossary.texi:
4160 * fortran-xtra.texi, files.texi, emacs.texi, emacs-xtra.texi:
4161 * doclicense.texi, display.texi, dired.texi, basic.texi:
4162 * anti.texi, ack.texi: Move periods and commas inside quotes.
4163
4164 2006-07-22 Eli Zaretskii <eliz@gnu.org>
4165
4166 * cmdargs.texi (General Variables): Document EMAIL.
4167
4168 2006-07-21 Eli Zaretskii <eliz@gnu.org>
4169
4170 * frames.texi (Frame Commands): Mention that focus-follows-mouse
4171 doesn't have effect on MS-Windows.
4172
4173 2006-07-17 Richard Stallman <rms@gnu.org>
4174
4175 * building.texi (Grep Searching): Explain about chaining grep commands.
4176
4177 2006-07-10 Nick Roberts <nickrob@snap.net.nz>
4178
4179 * killing.texi, mini.texi: Fix typos.
4180
4181 2006-07-09 Chong Yidong <cyd@stupidchicken.com>
4182
4183 * misc.texi (Invoking emacsclient): Document behavior when emacsclient
4184 is invoked for multiple files.
4185
4186 2006-07-08 Eli Zaretskii <eliz@gnu.org>
4187
4188 * msdog.texi (Windows Keyboard) [@iftex]: Add an @inforef to the
4189 on-line manual for the rest of this node.
4190 (Windows Mouse) <w32-pass-extra-mouse-buttons-to-system>: Include
4191 unconditionally.
4192 (Windows Processes) <w32-quote-process-args>: Include unconditionally.
4193 Improve wording.
4194 (Windows Printing): Improve wording.
4195 (Windows Misc) [@iftex]: Add an @inforef to the on-line manual for the
4196 rest of this node.
4197
4198 2006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
4199
4200 * building.texi (Lisp Eval): Throughout, replace eval-current-buffer
4201 with eval-buffer.
4202
4203 2006-07-05 Nick Roberts <nickrob@snap.net.nz>
4204
4205 * mule.texi (Coding Systems, Specify Coding): Link descriptions
4206 of character translation.
4207
4208 2006-07-04 Nick Roberts <nickrob@snap.net.nz>
4209
4210 * rmail.texi (Remote Mailboxes): Add missing @code keyword.
4211
4212 2006-07-03 Karl Berry <karl@gnu.org>
4213
4214 * emacs.texi (\hbadness): Set to 6000 so we aren't bothered by
4215 not-too-underfull hboxes in the TeX output.
4216 * abbrevs.texi, buffers.texi, building.texi, calendar.texi,
4217 * cmdargs.texi, custom.texi, dired.texi, macos.texi,
4218 * maintaining.texi, misc.texi, mule.texi, programs.texi, rmail.texi,
4219 * sending.texi, text.texi: Fix overfull/underfull boxes.
4220
4221 2006-07-03 Romain Francoise <romain@orebokech.com>
4222
4223 * m-x.texi (M-x): Fix.
4224
4225 2006-07-03 Richard Stallman <rms@gnu.org>
4226
4227 * search.texi (Other Repeating Search): filename -> file name.
4228
4229 * misc.texi (Narrowing): Minor cleanups.
4230
4231 * files.texi (Visiting): filename -> file name.
4232
4233 * emacs.texi (Top): Update subnode menus.
4234
4235 * mule.texi (Coding Systems): Move char translation stuff here.
4236 (Specify Coding, Output Coding): New nodes, out of Recognize Coding.
4237 (Recognize Coding): Substantial local rewrites.
4238 (International): Update menu.
4239
4240 * display.texi (Auto Scrolling): New node, broken out of Scrolling.
4241 (Scrolling): Substantial local rewrites.
4242 (Display): Update menu and intro.
4243
4244 * dired.texi: filename -> file name.
4245
4246 * custom.texi (Safe File Variables): Texinfo usage fix.
4247
4248 2006-07-03 Teodor Zlatanov <tzz@lifelogs.com>
4249
4250 * help.texi, m-x.texi: Lots of cleanups.
4251
4252 2006-06-30 Eli Zaretskii <eliz@gnu.org>
4253
4254 * msdog.texi (ls in Lisp, Windows Keyboard, Windows Mouse)
4255 (Windows Processes, Windows Misc): Shorten the printed version by
4256 selectively conditioning less important portions by @ifnottex.
4257
4258 2006-06-27 Richard Stallman <rms@gnu.org>
4259
4260 * mini.texi (Minibuffer File): Minor cleanup.
4261
4262 2006-06-25 Nick Roberts <nickrob@snap.net.nz>
4263
4264 * frames.texi (XTerm Mouse): Rename to...
4265 (Text-Only Mouse): ...this. Mention t-mouse-mode.
4266
4267 * emacs.texi (Top): Use new node name.
4268
4269 2006-06-24 Eli Zaretskii <eliz@gnu.org>
4270
4271 * emacs.texi (Top): Update the detailed menu according to changes in
4272 msdog.texi.
4273
4274 * msdog.texi (Windows Keyboard): New section.
4275 (Windows Mouse): New section.
4276 (Windows System Menu): Remove section (text merged with "Windows
4277 Keyboard").
4278 (Windows Misc): New section.
4279
4280 * dired.texi (Dired Enter): Refer to msdog.texi for ls-lisp emulation.
4281
4282 * msdog.texi (ls in Lisp): New section.
4283
4284 * files.texi (Visiting): Document case-insensitive wildcard matching
4285 under find-file-wildcards.
4286
4287 2006-06-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4288
4289 * macos.texi (Mac Input): Add description of mac-function-modifier.
4290 Now Unicode keyboard layouts work.
4291
4292 2006-06-10 Richard Stallman <rms@gnu.org>
4293
4294 * mule.texi (Recognize Coding): Clarify previous change.
4295
4296 2006-06-09 Kenichi Handa <handa@m17n.org>
4297
4298 * mule.texi (Recognize Coding): Describe the convention of "CODING!"
4299 notation.
4300
4301 2006-06-07 Kevin Ryde <user42@zip.com.au>
4302
4303 * mule.texi (Coding Systems): Footnote xref "MS-DOS and MULE" in main
4304 manual for @ifnottex, but in emacs-extra for @iftex.
4305
4306 * cmdargs.texi (General Variables): Fix smtpmail xref.
4307
4308 2006-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
4309
4310 * programs.texi (Comment Commands):
4311 * custom.texi (Specifying File Variables):
4312 Use ;; instead of ;;; to better follow coding conventions.
4313
4314 2006-06-07 Nick Roberts <nickrob@snap.net.nz>
4315
4316 * building.texi (Watch Expressions): Move node to end.
4317 (GDB Graphical Interface): Move description of clicks in fringe...
4318 (GDB commands in the Fringe): ...to here. New node.
4319
4320 2006-06-05 Romain Francoise <romain@orebokech.com>
4321
4322 * xresmini.texi (GTK resources): Fix various typos.
4323
4324 2006-06-05 Nick Roberts <nickrob@snap.net.nz>
4325
4326 * building.texi (GDB Graphical Interface): Update bindings.
4327 (Commands of GUD): Add gud-print. Remove gud-run.
4328 Restate availability more generally.
4329
4330 2006-06-03 Teodor Zlatanov <tzz@lifelogs.com>
4331
4332 * mini.texi: Lots of cleanups.
4333
4334 2006-06-01 Luc Teirlinck <teirllm@auburn.edu>
4335
4336 * misc.texi (Shell History Copying): Update descriptions of `C-c RET'
4337 and Mouse-2.
4338
4339 2006-06-01 Jan Djärv <jan.h.d@swipnet.se>
4340
4341 * screen.texi (Menu Bar): Change menu-bar-start to menu-bar-open.
4342
4343 2006-05-31 Richard Stallman <rms@gnu.org>
4344
4345 * basic.texi (Moving Point): Fix previous change.
4346
4347 2006-05-29 Jan Djärv <jan.h.d@swipnet.se>
4348
4349 * screen.texi (Menu Bar): F10 for Gtk+/Lesstif/Lucid menus.
4350
4351 2006-05-28 Teodor Zlatanov <tzz@lifelogs.com>
4352
4353 * basic.texi: Many simplifications and improvements in wording.
4354
4355 2006-05-26 Nick Roberts <nickrob@snap.net.nz>
4356
4357 * anti.texi (Antinews): Create a node for gdb-ui.
4358
4359 2006-05-22 Reiner Steib <Reiner.Steib@gmx.de>
4360
4361 * frames.texi (Menu Bars, Tool Bars): Add index entries.
4362
4363 2006-05-20 Richard Stallman <rms@gnu.org>
4364
4365 * dired.texi (Dired Navigation): dired-goto-file is now j.
4366
4367 2006-05-20 Eli Zaretskii <eliz@gnu.org>
4368
4369 * mule.texi (Coding Systems): Mention the undecided-* coding systems
4370 and their aliases.
4371
4372 * msdog.texi (Windows Printing): Mention non-support of plain text
4373 printing with some el-cheapo printers, and suggest a workaround.
4374
4375 2006-05-20 Kevin Ryde <user42@zip.com.au>
4376
4377 * text.texi (TeX Print): tex-dvi-view-command has a default value,
4378 remove the bit saying you must set it.
4379
4380 2006-05-19 Luc Teirlinck <teirllm@auburn.edu>
4381
4382 * trouble.texi (Checklist):
4383 * text.texi (Text, Auto Fill, Text Mode):
4384 * search.texi (Nonincremental Search):
4385 * rmail.texi (Rmail Labels):
4386 * mule.texi (Input Methods, Multibyte Conversion):
4387 * misc.texi (Gnus, Where to Look, PostScript):
4388 * maintaining.texi (Create Tags Table):
4389 * indent.texi (Indentation Commands):
4390 * fixit.texi (Spelling):
4391 * emacs.texi (Copying):
4392 * custom.texi (Init File): ifinfo -> ifnottex.
4393
4394 2006-05-17 Richard Stallman <rms@gnu.org>
4395
4396 * files.texi (Diff Mode): Mention C-x `.
4397
4398 2006-05-08 Richard Stallman <rms@gnu.org>
4399
4400 * custom.texi (Disabling): Textual cleanups.
4401
4402 2006-05-12 Glenn Morris <rgm@gnu.org>
4403
4404 * calendar.texi (Displaying the Diary, Format of Diary File):
4405 Refer to diary-view-entries, diary-list-entries,
4406 diary-show-all-entries rather than obsolete aliases.
4407
4408 2006-05-12 Eli Zaretskii <eliz@gnu.org>
4409
4410 * calendar.texi (Calendar/Diary, Holidays, Displaying the Diary)
4411 (Displaying the Diary, Special Diary Entries, Importing Diary):
4412 * building.texi (Compilation Shell):
4413 * buffers.texi (Several Buffers) [iftex]: Replace @xref's to
4414 emacs-xtra with @inforef's.
4415
4416 * files.texi (Visiting): Fix wording.
4417
4418 * mule.texi (Coding Systems, Text Coding): More indexing.
4419 Mention that C-x RET f can set eol conversion.
4420
4421 2006-05-07 Jan Djärv <jan.h.d@swipnet.se>
4422
4423 * xresmini.texi (GTK resources): Insert GTK description.
4424
4425 * xresources.texi (GTK resources): metafont should be menufont.
4426
4427 2006-05-06 Michael Albinus <michael.albinus@gmx.de>
4428
4429 * mini.texi (Completion Options): Completion of remote files'
4430 method, user name and host name is active only in partial
4431 completion mode.
4432
4433 2006-05-06 Eli Zaretskii <eliz@gnu.org>
4434
4435 * makefile.w32-in (emacs.dvi):
4436 * Makefile.in (emacs.dvi): Add xresmini.texi.
4437
4438 * xresmini.texi (Table of Resources): Remove xref to non-existent
4439 node "LessTif Resources".
4440
4441 * msdog.texi (Microsoft Windows):
4442 * calendar.texi (Calendar/Diary, Displaying the Diary)
4443 (Special Diary Entries, Importing Diary, Holidays):
4444 * programs.texi (Program Modes):
4445 * text.texi (Text):
4446 * buffers.texi (Several Buffers):
4447 * files.texi (Comparing Files): Fix cross-references to emacs-xtra.
4448
4449 2006-05-06 Eli Zaretskii <eliz@gnu.org>
4450
4451 The following changes merge the emacs-xtra manual into the main
4452 manual, but only for on-line version of the manual.
4453
4454 * vc2-xtra.texi (Version Backups, Local Version Control)
4455 (Making Snapshots, Change Logs and VC, Version Headers)
4456 (Customizing VC, CVS Options) [ifnottex]: Conditional xref's for
4457 on-line manual.
4458
4459 * vc1-xtra.texi (VC Dired Mode) [ifnottex]: Conditional xref's
4460 for on-line manual.
4461
4462 * msdog-xtra.texi (MS-DOS, MS-DOS Keyboard, MS-DOS Mouse)
4463 (MS-DOS Display, MS-DOS File Names, MS-DOS Printing)
4464 (MS-DOS and MULE, MS-DOS Processes) [ifnottex]: Conditional xref's
4465 for on-line manual.
4466
4467 * fortran-xtra.texi (Fortran, Fortran Autofill)
4468 (Fortran Autofill, Fortran Abbrev) [ifnottex]: Conditional xref's
4469 for on-line manual.
4470
4471 * picture-xtra.texi (Basic Picture, Rectangles in Picture) [ifnottex]:
4472 Conditional xref's for on-line manual.
4473
4474 * emerge-xtra.texi (Emerge, Overview of Emerge)
4475 (Fine Points of Emerge) [ifnottex]: Conditional xref's for on-line
4476 manual.
4477
4478 * Makefile.in (INFO_TARGETS): Remove ../info/emacs-xtra.
4479 (EMACS_XTRA): New variable, lists the new *-xtra.texi files.
4480 (EMACSSOURCES): Use EMACS_XTRA.
4481 (../info/emacs-xtra): Remove.
4482 (emacs-xtra.dvi): Add EMACS_XTRA to prerequisites.
4483
4484 * makefile.w32-in (INFO_TARGETS): Remove $(infodir)/emacs-xtra.
4485 (EMACS_XTRA): New variable, lists the new *-xtra.texi files.
4486 (EMACSSOURCES): Use EMACS_XTRA.
4487 ($(infodir)/emacs-xtra): Remove.
4488 (emacs-xtra.dvi): Add EMACS_XTRA to prerequisites.
4489
4490 * trouble.texi (Quitting):
4491 * text.texi (Text):
4492 * programs.texi (Program Modes):
4493 * msdog.texi (Microsoft Windows):
4494 * frames.texi (Frames):
4495 * files.texi (Backup, Version Control, VC Concepts)
4496 (Types of Log File, Advanced C-x v v, Log Buffer, Old Versions)
4497 (Registering, VC Status, VC Undo, Multi-User Branching)
4498 (Comparing Files):
4499 * calendar.texi (Calendar/Diary, Holidays, Displaying the Diary)
4500 (Displaying the Diary, Special Diary Entries, Importing Diary):
4501 * buffers.texi (Several Buffers): Replace inforef to emacs-xtra by
4502 conditional xref's, depending on @iftex/@ifnottex.
4503
4504 * msdog.texi (Microsoft Windows) [ifnottex]: Add menu entry for
4505 "MS-DOS". @include msdog-xtra.texi.
4506
4507 * programs.texi (Programs) [ifnottex]: Add menu entry for "Fortran".
4508 <Top Level> [ifnottex]: @include fortran-xtra.texi.
4509
4510 * files.texi (Secondary VC Commands) [ifnottex]: Add menu entries
4511 for vc-xtra.texi subsections.
4512 (VC Undo) [ifnottex]: @include vc1-xtra.texi and @lowersections it.
4513 (Multi-User Branching) [ifnottex]: @include vc2-xtra.texi.
4514
4515 * sending.texi (Sending Mail): A @node line without explicit Prev,
4516 Next, and Up links.
4517
4518 * abbrevs.texi (Abbrevs): A @node line without explicit Prev,
4519 Next, and Up links.
4520
4521 * emacs.texi (Top) [ifnottex]: Add menu entries for "Picture Mode"
4522 and its sections. @include picture-xtra.texi.
4523
4524 * maintaining.texi (Maintaining) [ifnottex]: Add menu entry for
4525 "Emerge".
4526 (List Tags) [ifnottex]: @include emerge-xtra.texi.
4527
4528 * cal-xtra.texi (Daylight Savings): Remove this node: it is an
4529 exact duplicate of its name-sake in calendar.texi.
4530
4531 * calendar.texi (Calendar/Diary) [ifnottex]: Add menu item for
4532 "Advanced Calendar/Diary Usage".
4533 (Time Intervals) [ifnottex]: @include cal-xtra.texi.
4534
4535 * dired.texi (Subdirectories in Dired) [ifnottex]: @include
4536 dired-xtra.texi.
4537 (Dired) [ifnottex]: Add menu entry for "Subdir Switches".
4538
4539 * files.texi (Reverting) [ifnottex]: @include arevert-xtra.texi.
4540 (Files) [ifnottex]: Add menu entry for Autorevert.
4541
4542 * emacs-xtra.texi (Introduction): Reword to make consistent with
4543 printed version only.
4544 <Top level>: Remove the body of all chapters and move them to the
4545 new *-xtra.texi files. Use @raisesections and @lowersections to
4546 convert sections to chapters etc.
4547
4548 * msdog-xtra.texi:
4549 * fortran-xtra.texi:
4550 * vc-xtra.texi:
4551 * vc1-xtra.texi:
4552 * vc2-xtra.texi:
4553 * emerge-xtra.texi:
4554 * cal-xtra.texi:
4555 * dired-xtra.texi:
4556 * arevert-xtra.texi: New files, with text from respective chapters
4557 of emacs-xtra.texi. Convert each @chapter into @section, @section
4558 into @subsection, etc.
4559
4560 * emacs-xtra.texi (MS-DOS): Rename from "MS-DOG". All references
4561 updated.
4562
4563 * msdog.texi (Microsoft Windows): Rename from "Emacs and Microsoft
4564 Windows". All references updated.
4565
4566 2006-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4567
4568 * macos.texi (Mac Input): Mention input from Character Palette.
4569 (Mac Font Specs): Fix typo.
4570
4571 2006-05-05 Richard Stallman <rms@gnu.org>
4572
4573 * files.texi (Diff Mode): Minor cleanup.
4574
4575 2006-05-05 Karl Berry <karl@gnu.org>
4576
4577 * emacs.texi: Call @fonttextsize 10, inside @tex to avoid
4578 errors from the current release of makeinfo (4.8).
4579 * help.texi (Library Keywords): Change widest word in multitable
4580 template from `emulations' to `convenience'. (Not sure if this is
4581 related to the font change.)
4582
4583 2006-05-05 Eli Zaretskii <eliz@gnu.org>
4584
4585 * files.texi (File Names): Add a footnote about limited support of
4586 ~USER on MS-Windows.
4587
4588 * cmdargs.texi (Initial Options): Add a footnote about limited
4589 support of ~USER on MS-Windows.
4590
4591 2006-05-03 Richard Stallman <rms@gnu.org>
4592
4593 * files.texi (Diff Mode): Node moved here.
4594 (Comparing Files): Delete what duplicates new node.
4595 (Files): Put Diff Mode in menu.
4596
4597 * misc.texi (Diff Mode): Move to files.texi.
4598
4599 * emacs.texi (Top): Update menu for Diff Mode.
4600
4601 * trouble.texi (Emergency Escape): Simplify.
4602
4603 * emacs.texi (Top): Minor clarification.
4604
4605 2006-05-03 Teodor Zlatanov <tzz@lifelogs.com>
4606
4607 * commands.texi, entering.texi, screen.texi: Many simplifications.
4608
4609 2006-05-03 Richard Stallman <rms@gnu.org>
4610
4611 * commands.texi (Text Characters): Delete paragraph about unibyte
4612 non-ASCII printing chars.
4613
4614 * killing.texi (Killing): Say "graphical displays".
4615 * display.texi: Say "graphical displays".
4616
4617 * cmdargs.texi (Misc X): Say "graphical displays".
4618
4619 2006-05-01 Richard Stallman <rms@gnu.org>
4620
4621 * emacs.texi (Top): Add Diff Mode to menu.
4622
4623 2006-05-01 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
4624
4625 * misc.texi (Diff Mode): New node.
4626
4627 2006-05-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4628
4629 * macos.texi (Mac International): Now Carbon Emacs has ATSUI support.
4630 (Mac Environment Variables): Shorten example line.
4631 (Mac Font Specs): Shorten lisp lines. Add descriptions for ATSUI.
4632
4633 2006-05-01 Nick Roberts <nickrob@snap.net.nz>
4634
4635 * building.texi (GUD Customization): Describe cases %d and %c.
4636 Update description for %e.
4637
4638 2006-04-30 Glenn Morris <rgm@gnu.org>
4639
4640 * calendar.texi (LaTeX Calendar): Mention cal-tex-preamble-extra.
4641
4642 2006-04-29 Dan Nicolaescu <dann@ics.uci.edu>
4643
4644 * custom.texi (Examining): Update C-h v output example.
4645
4646 2006-04-29 Kim F. Storm <storm@cua.dk>
4647
4648 * building.texi (Grep Searching): Add lgrep and rgrep.
4649
4650 2006-04-23 Richard Stallman <rms@gnu.org>
4651
4652 * emacs.texi [TeX]: Use xresmini.texi instead of xresources.texi.
4653
4654 * xresmini.texi: New file.
4655
4656 * xresources.texi (Face Resources): Split table into font resources
4657 and the rest. Combine similar attributes for brevity.
4658
4659 2006-04-21 Eli Zaretskii <eliz@gnu.org>
4660
4661 * emacs-xtra.texi (MS-DOS File Names): Remove section about
4662 backslashes and case-insensitivity in file names (moved to the
4663 main manual).
4664 (MS-DOS Printing): Move most of the text to the main manual.
4665
4666 * msdog.texi (Windows Files, Windows HOME, MS-Windows Printing):
4667 New nodes.
4668 (Windows Processes, Windows System Menu): Add index entries and
4669 fix wording.
4670
4671 2006-04-18 J.D. Smith <jdsmith@as.arizona.edu>
4672
4673 * misc.texi (Shell Ring): Add notes on saved input when
4674 navigating off the end of the history list.
4675
4676 2006-04-18 Chong Yidong <cyd@mit.edu>
4677
4678 * misc.texi (Shell Options): Correct default value of
4679 comint-scroll-show-maximum-output.
4680
4681 2006-04-18 Nick Roberts <nickrob@snap.net.nz>
4682
4683 * building.texi (Watch Expressions): Update.
4684
4685 2006-04-12 Richard Stallman <rms@gnu.org>
4686
4687 * search.texi: Clean up previous change.
4688
4689 2006-04-12 Eli Zaretskii <eliz@gnu.org>
4690
4691 * search.texi (Regexp Backslash, Regexp Replace): Add index
4692 entries for ``back reference'' and mention the term itself in the
4693 text.
4694
4695 2006-04-11 Richard Stallman <rms@gnu.org>
4696
4697 * custom.texi (Safe File Variables):
4698 Document enable-local-variables = :safe.
4699
4700 2006-04-11 Karl Berry <karl@gnu.org>
4701
4702 * emacs-xtra.texi, emacs.texi (Dired under VC, VC Dired Commands)
4703 (Remote Repositories, Version Backups, Local Version Control)
4704 (Snapshots, Making and Using Snapshots, Snapshot Caveats)
4705 (Miscellaneous Commands and Features of VC, Change Logs and VC)
4706 (Renaming VC Work Files and Master Files)
4707 (Inserting Version Control Headers, Customizing VC, General Options)
4708 (Options for RCS and SCCS, Options specific for CVS): Move all
4709 these nodes to emacs-xtra.texi, for brevity.
4710 * cmdargs.texi, files.texi: Change cross-references.
4711
4712 2006-04-11 J.D. Smith <jdsmith@as.arizona.edu>
4713
4714 * files.texi (Old Versions): Update description of vc-annotate's
4715 use of color to indicate date ranges.
4716
4717 2006-04-09 Kevin Ryde <user42@zip.com.au>
4718
4719 * sending.texi (Mail Sending): In send-mail-function @pxref smtpmail,
4720 put info and printed manual names the right way around.
4721
4722 2006-04-09 Karl Berry <karl@gnu.org>
4723
4724 * msdog.texi, emacs-xtra.texi: Move all the MS-DOS material to
4725 emacs-xtra.texi, leaving only MS Windows information.
4726 * building.texi, emacs.texi, frames.texi, gnu.texi, macos.texi,
4727 * msdog.texi, mule.texi, trouble.texi: Change cross-references and
4728 node names.
4729
4730 * emacs.texi: Move @summarycontents and @contents to the beginning
4731 of the file.
4732
4733 2006-04-08 Kevin Ryde <user42@zip.com.au>
4734
4735 * text.texi (Fill Commands): fill-nobreak-predicate is now a hook.
4736
4737 2006-04-07 Richard Stallman <rms@gnu.org>
4738
4739 * programs.texi (Comments, Comment Commands, Options for Comments)
4740 (Multi-Line Comments): "Align", not "indent".
4741 (Basic Indent): C-j deletes trailing whitespace before the newline.
4742
4743 2006-04-06 Richard Stallman <rms@gnu.org>
4744
4745 * programs.texi (Basic Indent): Clarify relationship of C-j to TAB.
4746
4747 2006-04-06 Eli Zaretskii <eliz@gnu.org>
4748
4749 * killing.texi (Rectangles): Add index entry for marking a rectangle.
4750
4751 2006-04-05 Richard Stallman <rms@gnu.org>
4752
4753 * emacs.texi (Top): Update subnode menu.
4754
4755 * trouble.texi (Unasked-for Search): Node deleted.
4756 (Lossage): Delete from menu.
4757
4758 2006-04-04 Richard Stallman <rms@gnu.org>
4759
4760 * trouble.texi: Various cleanups.
4761 (Checklist): Don't bother saying how to snail a bug report.
4762 (Emergency Escape): Much rewriting.
4763 (After a Crash): Rename the core dump immediately.
4764 (Total Frustration): Call it a psychotherapist.
4765 (Bug Criteria): Avoid "illegal instruction".
4766 (Sending Patches): We always put the contributor's name in.
4767
4768 * misc.texi (Thumbnails): Minor correction.
4769
4770 2006-04-03 Richard Stallman <rms@gnu.org>
4771
4772 * misc.texi (Thumbnails): Minor cleanup.
4773
4774 2006-04-02 Karl Berry <karl@gnu.org>
4775
4776 * sending.texi (Mail Sending): pxref to Top needs five args.
4777
4778 * texinfo.tex: Update to current version (2006-03-21.13).
4779
4780 2006-03-31 Richard Stallman <rms@gnu.org>
4781
4782 * emacs.texi (Top): Update subnode menu.
4783
4784 * help.texi (Help Mode): Cleanup.
4785
4786 * dired.texi: Many cleanups.
4787 (Dired Deletion): Describe dired-recursive-deletes.
4788 (Operating on Files): dired-create-directory moved.
4789 (Misc Dired Features): Move to here.
4790 (Tumme): Node moved to misc.texi.
4791
4792 * custom.texi: Many cleanups.
4793 (Minor Modes): Don't mention ISO Accents Mode.
4794 (Examining): Update C-h v output example.
4795 (Hooks): Add index and xref for add-hook.
4796 (Locals): Delete list of vars that are always per-buffer. Rearrange.
4797 (Local Keymaps): Don't mention lisp-mode-map, c-mode-map.
4798
4799 * misc.texi: Many cleanups.
4800 (beginning): Add to summary of topics.
4801 (Shell): Put eshell xref at the end. Remove eshell from table.
4802 (Thumbnails): New node.
4803
4804 2006-03-28 Eli Zaretskii <eliz@gnu.org>
4805
4806 * files.texi (File Name Cache): Make it clear that the cache is
4807 not persistent.
4808
4809 2006-03-25 Karl Berry <karl@gnu.org>
4810
4811 * emacs-xtra.texi, emacs.texi, gnu.texi:
4812 (1) use @copyright{} instead of (C) in typeset text;
4813 (2) do not indent copyright year list (or anything else).
4814
4815 2006-03-21 Juanma Barranquero <lekktu@gmail.com>
4816
4817 * files.texi (VC Dired Mode): Remove misplaced brackets.
4818
4819 2006-03-21 Andre Spiegel <spiegel@gnu.org>
4820
4821 * files.texi: Various updates and clarifications in the VC chapter.
4822
4823 2006-03-19 Luc Teirlinck <teirllm@auburn.edu>
4824
4825 * help.texi (Help Mode): Document "C-c C-c".
4826
4827 2006-03-16 Luc Teirlinck <teirllm@auburn.edu>
4828
4829 * emacs-xtra.texi (Top): Avoid ugly continuation line in
4830 menu in the standalone Info reader.
4831
4832 2006-03-15 Chong Yidong <cyd@stupidchicken.com>
4833
4834 * emacs-xtra.texi (Emerge, Picture Mode, Fortran): New chapters,
4835 moved here from Emacs manual.
4836
4837 * programs.texi (Fortran): Section moved to emacs-xtra.
4838 (Program Modes): Xref to Fortran in emacs-xtra.
4839
4840 * maintaining.texi (Emerge): Move to emacs-xtra.
4841 * files.texi (Comparing Files): Xref to Emerge in emacs-xtra.
4842
4843 * picture.texi: File deleted.
4844 * Makefile.in:
4845 * makefile.w32-in: Remove picture.texi.
4846
4847 * text.texi (Text): Xref to Picture Mode in emacs-xtra.
4848 * abbrevs.texi (Abbrevs):
4849 * sending.texi (Sending Mail): Picture node removed.
4850
4851 * emacs.texi (Top): Update node listings.
4852
4853 2006-03-12 Richard Stallman <rms@gnu.org>
4854
4855 * calendar.texi: Various cleanups.
4856
4857 2006-03-11 Luc Teirlinck <teirllm@auburn.edu>
4858
4859 * search.texi (Regexps): Use @samp for regexp that is not in Lisp
4860 syntax.
4861
4862 2006-03-08 Luc Teirlinck <teirllm@auburn.edu>
4863
4864 * search.texi (Regexps): More accurately describe which characters
4865 are special in which situations. Recommend _not_ to quote `]' or
4866 `-' when they are not special.
4867
4868 2006-02-28 Andre Spiegel <spiegel@gnu.org>
4869
4870 * files.texi (Old Versions): Clarify operation of C-x v =.
4871
4872 2006-02-21 Nick Roberts <nickrob@snap.net.nz>
4873
4874 * building.texi (Watch Expressions): Update and describe
4875 gdb-speedbar-auto-raise.
4876
4877 2006-02-19 Richard M. Stallman <rms@gnu.org>
4878
4879 * emacs.texi: Use @smallbook.
4880 (Top): Update ref to Emacs paper, delete ref to Cookbook.
4881 Update subnode menu.
4882
4883 * building.texi (Lisp Interaction): Minor addition.
4884
4885 2006-02-18 Nick Roberts <nickrob@snap.net.nz>
4886
4887 * building.texi (Watch Expressions): Update and be more precise.
4888
4889 2006-02-15 Francesco Potortì <pot@gnu.org>
4890
4891 * maintaining.texi (Create Tags Table): Explain why the
4892 exception when etags writes to files under the /dev tree.
4893
4894 2006-02-14 Richard M. Stallman <rms@gnu.org>
4895
4896 * custom.texi (Safe File Variables): Lots of clarification.
4897 Renamed from Unsafe File Variables.
4898
4899 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
4900
4901 * custom.texi (Unsafe File Variables): File variable confirmation
4902 assumed denied in batch mode.
4903
4904 2006-02-14 Richard M. Stallman <rms@gnu.org>
4905
4906 * building.texi (GDB User Interface Layout): Don't say `inferior'
4907 for program being debugged.
4908
4909 2006-02-15 Nick Roberts <nickrob@snap.net.nz>
4910
4911 * building.texi (GDB Graphical Interface):
4912 Replace gdb-use-inferior-io-buffer with gdb-use-separate-io-buffer.
4913
4914 2006-02-13 Chong Yidong <cyd@stupidchicken.com>
4915
4916 * custom.texi (Specifying File Variables, Unsafe File Variables):
4917 New nodes, split from File Variables. Document new file local
4918 variable behavior.
4919
4920 2006-02-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4921
4922 * display.texi (Standard Faces):
4923 * files.texi (Visiting):
4924 * frames.texi (Clipboard):
4925 * glossary.texi (Glossary) <Clipboard>:
4926 * xresources.texi (X Resources): Mention Mac OS port.
4927
4928 2006-02-12 Richard M. Stallman <rms@gnu.org>
4929
4930 * building.texi (Building): Clarify topic in intro.
4931
4932 * maintaining.texi (Maintaining): Change title; clarify topic.
4933 Delete duplicate index entries.
4934
4935 * building.texi (Other GDB User Interface Buffers): Clarifications.
4936
4937 * text.texi (Cell Commands): Clarifications.
4938
4939 * programs.texi (Defuns): Delete duplicate explanation of
4940 left-margin paren convention.
4941 (Hungry Delete): Minor cleanup.
4942
4943 2006-02-11 Mathias Dahl <mathias.dahl@gmail.com>
4944
4945 * dired.texi (Tumme): More tumme documentation.
4946
4947 2006-02-11 Alan Mackenzie <acm@muc.de>
4948
4949 * programs.texi ("Hungry Delete"): Correct the appellation of the
4950 backspace and delete keys to @kbd{DEL} and @kbd{DELETE}.
4951
4952 2006-02-11 Mathias Dahl <mathias.dahl@gmail.com>
4953
4954 * dired.texi (Tumme): Fix small bug.
4955
4956 2006-02-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4957
4958 * macos.texi (Mac International): Rename "fontset-mac" to
4959 "fontset-standard".
4960
4961 2006-02-09 Mathias Dahl <mathias.dah@gmail.com>
4962
4963 * dired.texi (Tumme): Basic documentation for Tumme added.
4964
4965 2006-02-07 Luc Teirlinck <teirllm@auburn.edu>
4966
4967 * mule.texi (International):
4968 * programs.texi (Basic Indent): Fix typos.
4969
4970 * custom.texi (Minor Modes):
4971 * display.texi (Text Display):
4972 * commands.texi (Text Characters): Update xrefs.
4973
4974 2006-02-07 Richard M. Stallman <rms@gnu.org>
4975
4976 * emacs.texi (Top): Update subnode menu.
4977 Update info on old Emacs papers.
4978 (Intro): "Graphical display", not window system.
4979
4980 * xresources.texi (GTK styles): Minor clarifications.
4981
4982 * trouble.texi: "Graphical display", not window system.
4983 (Stuck Recursive): Minor clarification.
4984
4985 * text.texi: Minor clarifications.
4986 (Sentences): Explain why two-space convention is better.
4987 Explain sentence-end-without-period here.
4988 (Fill Commands): Not here.
4989 (Refill): Node moved down.
4990 (Filling): Update menu.
4991 (Table Creation, Cell Justification, Column Commands): Clarify.
4992
4993 * sending.texi: Minor clarifications.
4994
4995 * search.texi (Regexp Backslash): Clarification.
4996
4997 * rmail.texi: Minor cleanups.
4998 (Rmail): Delete digression about `rmail-mode'.
4999 (Rmail Inbox): Delete false advice wrt rmail-primary-inbox-list.
5000 (Rmail Files): Mention C-u M-x rmail.
5001 (Rmail Reply): Mention References.
5002 (Rmail Display): Mention rmail-nonignored-headers.
5003
5004 * programs.texi: Minor cleanups.
5005 (Comment Commands): Mention momentary Transient Mark mode.
5006 (Matching): Be more specific about customizing show-paren-mode.
5007 (Info Lookup): Don't list the modes that support C-h S.
5008 Just say what it does in an unsupported mode.
5009 (Man Page): Delete excessive info on customizing woman.
5010 (Motion in C): Don't mention c-for/backward-into-nomenclature.
5011
5012 * abbrevs.texi: Minor clarifications.
5013 (Dabbrev Customization): Talk about "dynamic abbrev expansion",
5014 not "dynamic abbrevs" as if they were a kind of abbrev.
5015
5016 * picture.texi (Picture): Minor cleanup.
5017
5018 * mule.texi (Communication Coding): Say "other applications".
5019 (Fontsets): Not specific to X. Add xref to X Resources.
5020 (Unibyte Mode): Rename from Single-Byte Character Support.
5021 "Graphical display", not window system.
5022 (International): Update menu.
5023
5024 * maintaining.texi (Format of ChangeLog):
5025 New node, split out from ChangeLog.
5026 (ChangeLog): Clarifications in the remaining text.
5027 (Create Tags Table, Etags Regexps, Select Tags Table): Cleanups.
5028 (Find Tag): Add @w.
5029 (Tags Search): Explain tag table order here. Simplify grep ref.
5030 (List Tags): tags-tag-face is a variable, not a face.
5031 (Emerge): Cleanups.
5032
5033 * kmacro.texi (Keyboard Macro Counter): Rewrite for clarity.
5034 (Keyboard Macros): Avoid "the user".
5035
5036 * killing.texi: "Graphical display", not window system.
5037
5038 * help.texi (Help Echo): "Graphical display", not window system.
5039
5040 * glossary.texi: Say "you", not "the user". Say "graphical display".
5041
5042 * frames.texi: Minor cleanups. "Graphical display", not window system.
5043
5044 * files.texi (Visiting): Make drag-and-drop not X-specific.
5045
5046 * custom.texi: Minor cleanups. "Graphical display", not window system.
5047
5048 * cmdargs.texi: Minor cleanups.
5049
5050 * building.texi (Compilation): Move and split kill-compilation para.
5051 Add para about multiple compilers.
5052 (Compilation Mode): Commands also available in grep mode and others.
5053 Mention C-u C-x ` more tutorially. Clarify C-x `.
5054 (Compilation Shell): Clarify. Put Bash example first.
5055 (Grep Searching): Minor cleanups; add @w.
5056 (Debuggers): Minor cleanups.
5057 (Starting GUD): Make GDB xgraphical mode issue clearer.
5058 (Debugger Operation): Lots of clarifications including
5059 GDB tooltip side-effect issue.
5060 (Commands of GUD): Clarify.
5061 (GUD Customization): Add bashdb-mode-hook.
5062 (GDB Graphical Interface): Rewrite for clarity.
5063 (GDB User Interface Layout): Rewrite for clarity.
5064 (Stack Buffer, Watch Expressions): Likewise.
5065 (Other GDB User Interface Buffers): Cleanups.
5066 (Lisp Libraries, External Lisp): Cleanup.
5067
5068 * basic.texi (Position Info): "Graphical displays", rather than
5069 window systems.
5070
5071 * anti.texi: Minor cleanup.
5072
5073 2006-02-03 Eli Zaretskii <eliz@gnu.org>
5074
5075 * custom.texi (Init File, Find Init): Add cross-references to
5076 where $HOME is described.
5077
5078 2006-02-01 Luc Teirlinck <teirllm@auburn.edu>
5079
5080 * frames.texi (Frame Parameters): Remove @item for S-Mouse-1; it
5081 is not inside the @table.
5082
5083 * emacs.texi (Top): Correct node name.
5084
5085 * files.texi (File Names): Fix @xref.
5086 (Reverting): Fix typo.
5087
5088 * mule.texi (International): Correct node name.
5089
5090 * kmacro.texi (Save Keyboard Macro): Add missing @kbd to @table.
5091
5092 2006-02-01 Richard M. Stallman <rms@gnu.org>
5093
5094 * emacs.texi (Top): Update subnode menu.
5095
5096 * mule.texi: Minor clarifications.
5097 Reduce the specific references to X Windows.
5098 Refer to "graphical" terminals, rather than window systems.
5099 (Text Coding): Rename from Specify Coding.
5100 (Communication Coding, File Name Coding, Terminal Coding):
5101 New nodes split out from Text Coding.
5102
5103 * kmacro.texi: Minor clarifications.
5104 (Keyboard Macro Ring): Comment out some excessive commands.
5105 (Basic Keyboard Macro): Split up the table, putting part in each node.
5106
5107 * major.texi: Minor clarifications.
5108
5109 * misc.texi (Single Shell, Interactive Shell): Fix xrefs.
5110
5111 * windows.texi: Minor clarifications.
5112 (Change Window): Don't describe mode-line mouse cmds here.
5113 Add xref to Mode Line Mouse.
5114
5115 * msdog.texi (Text and Binary, MS-DOS and MULE): Fix xrefs.
5116
5117 * macos.texi (Mac International): Fix xref.
5118
5119 * indent.texi: Minor clarifications.
5120
5121 * frames.texi: Minor clarifications.
5122 Reduce the specific references to X Windows.
5123 Refer to "graphical" terminals, rather than window systems.
5124 (Frame Parameters): Don't mention commands like
5125 set-foreground-color. Just say to customize a face.
5126 (Drag and Drop): Lisp-level stuff moved to Emacs Lisp manual.
5127
5128 * files.texi: Minor clarifications.
5129 (Numbered Backups): New node, split out from Backup Names.
5130
5131 * display.texi (Font Lock): C mode no longer depends on (-in-col-0.
5132
5133 * cmdargs.texi (General Variables): Fix xref.
5134
5135 * buffers.texi: Minor clarifications.
5136
5137 2006-01-31 Richard M. Stallman <rms@gnu.org>
5138
5139 * display.texi (Scrolling, Horizontal Scrolling, Follow Mode):
5140 Nodes moved to top.
5141
5142 * display.texi: Minor clarifications.
5143 (Display): Rearrange menu.
5144 (Standard Faces): Mention query-replace face.
5145 (Faces): Simplify.
5146 (Font Lock): Simplify face customization info.
5147 (Highlight Changes): Node merged into Highlight Interactively.
5148 (Highlight Interactively): Much rewriting and cleanup.
5149 (Optional Mode Line): Narrowed line number not good for goto-line.
5150 Simplify face customization advice.
5151 (Text Display): Mention use of escape-glyph face.
5152 Move ctl-arrow and tab-width here.
5153 (Display Custom): Move no-redraw-on-reenter to end of node.
5154
5155 * search.texi: Minor clarifications.
5156 (Isearch Scroll): Simplify.
5157 (Other Repeating Search): Document multi-occur-in-matching-buffers.
5158
5159 * regs.texi (Registers): Mention bookmarks here.
5160
5161 * mark.texi: Minor clarifications.
5162 (Selective Undo): Node deleted.
5163
5164 * m-x.texi: Minor clarifications.
5165
5166 * killing.texi: Minor clarifications.
5167 Refer to "graphical" terminals, rather than window systems.
5168
5169 * help.texi: Clarifications.
5170 (Help): Don't describe C-h F and C-h K here.
5171 (Key Help): Describe C-h K here.
5172 (Name Help): Mention Emacs Lisp Intro.
5173 Describe C-h F here.
5174 (Misc Help): Mention C-h F and C-h K only briefly.
5175
5176 * fixit.texi (Undo): New node, mostly copied from basic.texi.
5177 Selective undo text merged in.
5178 (Spelling): Mention Aspell along with Ispell.
5179
5180 * emacs.texi (Top): Update subnode menus.
5181
5182 * basic.texi (Basic Undo): Rename from Undo. Most of text
5183 moved to new Undo node.
5184
5185 2006-01-29 Chong Yidong <cyd@stupidchicken.com>
5186
5187 * basic.texi (Continuation Lines, Inserting Text):
5188 Mention longlines mode.
5189
5190 2006-01-29 Richard M. Stallman <rms@gnu.org>
5191
5192 * screen.texi: Minor cleanups.
5193 (Screen): Clean up the intro paragraphs.
5194 (Mode Line): Lots of rewriting. Handle frame-name better.
5195 eol-mnemonic-... vars moved out.
5196
5197 * emacs.texi (Top): Change menu item for MS-DOS node.
5198 Update subnode menu.
5199
5200 * msdog.texi (MS-DOS): Rewrite intro to explain how this
5201 chapter relates to Windows. Title changed.
5202
5203 * mini.texi: Minor cleanups.
5204
5205 * mark.texi (Selective Undo): New node, text moved from basic.texi.
5206 (Mark): Put it in the menu.
5207
5208 * entering.texi: Minor cleanups.
5209
5210 * emacs.texi (Top): Add xref to Mac chapter; explain Windows better.
5211 (Intro): Refer to "graphical" terminals, rather than X.
5212
5213 * display.texi (Display Custom): Add xref to Variables.
5214 (Optional Mode Line): eol-mnemonic-... vars moved here.
5215
5216 * commands.texi: Minor cleanups. Refer to "graphical" terminals,
5217 rather than X.
5218
5219 * basic.texi: Minor cleanups.
5220 (Undo): selective-undo moved.
5221
5222 2006-01-25 Luc Teirlinck <teirllm@auburn.edu>
5223
5224 * anti.texi (Antinews): Various corrections and additions.
5225
5226 2006-01-23 Juri Linkov <juri@jurta.org>
5227
5228 * custom.texi (Easy Customization, Customization Groups)
5229 (Browsing Custom): Mention links along with buttons.
5230
5231 2006-01-21 Eli Zaretskii <eliz@gnu.org>
5232
5233 * text.texi (TeX Print): Use @key for TAB.
5234
5235 * kmacro.texi (Keyboard Macro Step-Edit): Use @key for TAB.
5236
5237 2006-01-15 Sven Joachim <svenjoac@gmx.de> (tiny change)
5238
5239 * files.texi (File Aliases): Don't claim that usually separate
5240 buffers are created for two file names that name the same data.
5241 Mention additional situations where different names mean the same
5242 file on disk.
5243
5244 2006-01-19 Richard M. Stallman <rms@gnu.org>
5245
5246 * killing.texi (Deletion): Upcase @key argument.
5247
5248 * custom.texi (Custom Themes): Minor cleanup.
5249
5250 * programs.texi (Hungry Delete): Upcase @key argument.
5251
5252 2006-01-16 Juri Linkov <juri@jurta.org>
5253
5254 * display.texi (Standard Faces): Add `mode-line-buffer-id'.
5255 Move `mode-line-highlight' before `mode-line-buffer-id'.
5256
5257 2006-01-14 Richard M. Stallman <rms@gnu.org>
5258
5259 * basic.texi (Inserting Text): Minor cleanup.
5260
5261 2006-01-11 Luc Teirlinck <teirllm@auburn.edu>
5262
5263 * custom.texi (Changing a Variable, Face Customization):
5264 Update for changes in Custom menus.
5265
5266 2006-01-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5267
5268 * macos.texi (Mac International): Undo last change.
5269
5270 2006-01-02 Chong Yidong <cyd@stupidchicken.com>
5271
5272 * custom.texi (Custom Themes): Describe the new
5273 customize-create-theme interface.
5274
5275 2005-12-30 Juri Linkov <juri@jurta.org>
5276
5277 * basic.texi (Position Info): Update example.
5278
5279 2005-12-27 Jan Djärv <jan.h.d@swipnet.se>
5280
5281 * frames.texi (Dialog Boxes): Add x-gtk-show-hidden-files.
5282
5283 2005-12-24 Chong Yidong <cyd@stupidchicken.com>
5284
5285 * custom.texi (Custom Themes): `load-theme' always loads.
5286
5287 2005-12-23 Juri Linkov <juri@jurta.org>
5288
5289 * display.texi (Highlight Interactively): Use double space to
5290 separate sentences. Replace C-p with M-p, and C-n with M-n.
5291
5292 2005-12-22 Richard M. Stallman <rms@gnu.org>
5293
5294 * custom.texi (Easy Customization and subnodes):
5295 Replace "active field" with "button".
5296 Use "user option" only for variables.
5297 Use "setting" for variable-or-face.
5298
5299 2005-12-22 Luc Teirlinck <teirllm@auburn.edu>
5300
5301 * buffers.texi (Select Buffer): Change order in table to make
5302 "Similar" refer to the correct item.
5303 (Indirect Buffers): Minor rewording.
5304
5305 2005-12-20 Juri Linkov <juri@jurta.org>
5306
5307 * files.texi (VC Status): Put P and N near p and n.
5308
5309 2005-12-19 Richard M. Stallman <rms@gnu.org>
5310
5311 * programs.texi (Electric C): Delete the info about newline control.
5312 (Other C Commands): Minor cleanup.
5313 (Left Margin Paren): Minor cleanup.
5314
5315 2005-12-19 Luc Teirlinck <teirllm@auburn.edu>
5316
5317 * custom.texi (Easy Customization): Add "Browsing Custom" to menu.
5318 (Customization Groups): Delete text moved to "Browsing Custom".
5319 (Browsing Custom): New node.
5320 (Specific Customization): Clarify which commands only work for
5321 loaded options.
5322
5323 2005-12-18 Bill Wohler <wohler@newt.com>
5324
5325 * frames.texi (Tool Bars): Shorten text of previous change.
5326
5327 2005-12-18 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
5328
5329 * files.texi (VC Status): Document log-view mode.
5330
5331 2005-12-18 Bill Wohler <wohler@newt.com>
5332
5333 * frames.texi (Tool Bars): Mention that you can turn off tool bars
5334 permanently via the customize interface.
5335
5336 2005-12-16 Ralf Angeli <angeli@iwi.uni-sb.de>
5337
5338 * killing.texi (Killing by Lines): Document `kill-whole-line'
5339 function.
5340
5341 2005-12-16 Lőrentey Károly <lorentey@elte.hu>
5342
5343 * buffers.texi (Select Buffer): Change `prev-buffer' to
5344 `previous-buffer'. Indicate that these functions use a frame
5345 local buffer list.
5346
5347 2005-12-12 Richard M. Stallman <rms@gnu.org>
5348
5349 * custom.texi (Easy Customization): Change menu comment.
5350 (Prefix Keymaps): Fix spelling of Control-X-prefix.
5351
5352 * help.texi (Apropos): Rewrite. Talk about "apropos patterns".
5353 (Help): Among the Apropos commands, describe only C-h a here.
5354
5355 2005-12-11 Richard M. Stallman <rms@gnu.org>
5356
5357 * programs.texi (Options for Comments): Comment-end starts with space.
5358
5359 * glossary.texi (Glossary): Minor cleanup.
5360
5361 * files.texi (Old Versions): Use @table.
5362
5363 2005-12-10 David Koppelman <koppel@ece.lsu.edu>
5364
5365 * display.texi (Highlight Interactively): Include
5366 global-hi-lock-mode. Add miscellaneous details and elaborations.
5367
5368 2005-12-09 Richard M. Stallman <rms@gnu.org>
5369
5370 * display.texi (Font Lock): Delete the Global FL menu item.
5371
5372 2005-12-09 Luc Teirlinck <teirllm@auburn.edu>
5373
5374 * custom.texi (Minibuffer Maps): Mention the maps for file name
5375 completion.
5376
5377 2005-12-09 Kim F. Storm <storm@cua.dk>
5378
5379 * killing.texi (CUA Bindings): Describe how to use C-x and C-c as
5380 prefix keys even when mark is active. Describe that RET moves
5381 cursor to next corner in rectangle; clarify insert around rectangle.
5382
5383 2005-12-08 Luc Teirlinck <teirllm@auburn.edu>
5384
5385 * custom.texi (Customization): Use xref to elisp manual for
5386 non-TeX output.
5387 (Minor Modes): Update.
5388 (Customization Groups, Changing a Variable, Face Customization):
5389 Update for new appearance of Custom buffers.
5390 (Changing a Variable): `custom-buffer-done-function' has been
5391 replaced by `custom-buffer-done-kill'.
5392 (Specific Customization): In the `customize-group' buffer, a
5393 subgroup's contents are not "hidden". They are not included at
5394 all. They have no [Show] button.
5395 (Mouse Buttons): Add pxref to description of mouse event lists in
5396 Elisp manual. Add `menu-bar' and `header-line' dummy prefix keys.
5397 (Find Init): Emacs now looks for ~/.emacs.d/init.el instead of
5398 ~/.emacs.d/.emacs, if it can not find ~/.emacs(.el).
5399
5400 2005-12-08 Richard M. Stallman <rms@gnu.org>
5401
5402 * mini.texi (Completion Commands, Completion):
5403 In file name input, SPC does not do completion.
5404
5405 2005-12-08 Nick Roberts <nickrob@snap.net.nz>
5406
5407 * building.texi (GDB Graphical Interface): Explain screen size
5408 setting.
5409 (Other GDB User Interface Buffers): Describe features specific to
5410 GDB 6.4.
5411
5412 2005-12-01 Nick Roberts <nickrob@snap.net.nz>
5413
5414 * building.texi (GDB User Interface Layout): Describe how to
5415 kill associated buffers.
5416 (Breakpoints Buffer): Use D instead of d for gdb-delete-breakpoint.
5417 (Watch Expressions): Be more precise.
5418 (Other GDB User Interface Buffers): Describe how to change a
5419 register value.
5420
5421 2005-11-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5422
5423 * macos.texi (Mac Input): Remove description of
5424 mac-command-key-is-meta. Add descriptions of
5425 mac-control-modifier, mac-command-modifier, and
5426 mac-option-modifier.
5427 (Mac International): Fix description of conversion of clipboard data.
5428 (Mac Font Specs): Add example of font customization by face attributes.
5429
5430 2005-11-22 Nick Roberts <nickrob@snap.net.nz>
5431
5432 * building.texi (Watch Expressions): Expand description.
5433 (Other GDB User Interface Buffers): Describe local map for
5434 gud-watch.
5435
5436 2005-11-21 Chong Yidong <cyd@stupidchicken.com>
5437
5438 * display.texi (Font Lock): Font lock is enabled by default now.
5439
5440 2005-11-20 Juri Linkov <juri@jurta.org>
5441
5442 * basic.texi (Position Info): Update examples of the output.
5443 Remove the fact that examples are produced in the TeXinfo buffer,
5444 because in the Info reader users will get a different output from
5445 `C-x ='.
5446
5447 * building.texi (Compilation Mode): Remove paragraph duplicated
5448 from the node `Compilation'. Add `compilation-skip-threshold'.
5449
5450 * display.texi (Font Lock): Suggest more user-friendly method of
5451 finding all Font Lock faces (M-x customize-group RET font-lock-faces).
5452
5453 2005-11-18 Richard M. Stallman <rms@gnu.org>
5454
5455 * files.texi (Registering): Mention @@ in mode line.
5456
5457 * mini.texi (Minibuffer File): Clarify previous change. Add @findex.
5458
5459 2005-11-08 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
5460
5461 * files.texi (Renaming and VC): Some back-ends don't
5462 handle renaming.
5463
5464 2005-11-17 Juri Linkov <juri@jurta.org>
5465
5466 * emacs.texi (Top):
5467 * display.texi (Highlight Interactively): Put this font-lock based
5468 mode near Font Lock node.
5469
5470 2005-11-16 Chong Yidong <cyd@stupidchicken.com>
5471
5472 * ack.texi (Acknowledgments): Acknowledge Andrew Zhilin for Emacs
5473 icons.
5474
5475 2005-11-12 Kim F. Storm <storm@cua.dk>
5476
5477 * help.texi (Help): Fix C-h a entry. Add C-h d entry.
5478 (Help Summary): Add C-h d and C-h e.
5479 (Apropos): Clarify that all apropos commands may search for either
5480 list of words or a regexp. Add C-h d for apropos-documentation.
5481 Describe apropos-documentation-sort-by-scores user option.
5482
5483 2005-11-09 Luc Teirlinck <teirllm@auburn.edu>
5484
5485 * killing.texi (CUA Bindings): Add @section.
5486
5487 2005-11-10 Kim F. Storm <storm@cua.dk>
5488
5489 * emacs.texi (Top): Add CUA Bindings entry to menu.
5490
5491 * killing.texi (CUA Bindings): New node. Moved here from
5492 misc.texi and extended with info on rectangle commands and
5493 rectangle highlighting, interface to registers, and the global
5494 mark feature.
5495
5496 * misc.texi (Emulation): Move CUA bindings item to killing.texi.
5497
5498 * regs.texi: Prev link points to CUA Bindings node.
5499
5500 2005-11-07 Luc Teirlinck <teirllm@auburn.edu>
5501
5502 * help.texi (Help Echo): By default, help echos are only shown on
5503 mouse-over, not on point-over.
5504
5505 2005-11-04 Jérôme Marant <jerome@marant.org>
5506
5507 * misc.texi (Shell Mode): Describe how to activate password echoing.
5508
5509 2005-11-04 Romain Francoise <romain@orebokech.com>
5510
5511 * mark.texi (Mark Ring): Fix typo.
5512
5513 2005-11-03 Richard M. Stallman <rms@gnu.org>
5514
5515 * mark.texi (Mark Ring): Mention set-mark-command-repeat-pop.
5516
5517 2005-11-01 Bill Wohler <wohler@newt.com>
5518
5519 * help.texi (Help Mode): Fix typo.
5520
5521 2005-11-01 Nick Roberts <nickrob@snap.net.nz>
5522
5523 * building.texi (Other GDB User Interface Buffers):
5524 Describe the command gdb-use-inferior-io-buffer.
5525
5526 2005-10-31 Romain Francoise <romain@orebokech.com>
5527
5528 * files.texi (Compressed Files): Fix typo.
5529
5530 * buffers.texi (Misc Buffer): Downcase `*shell*'.
5531
5532 * windows.texi (Force Same Window): Likewise.
5533
5534 2005-10-30 Bill Wohler <wohler@newt.com>
5535
5536 * help.texi (Help Mode): URLs viewed with browse-url.
5537
5538 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
5539
5540 * building.texi (GDB Graphical Interface): Don't reference
5541 gdb-mouse-set-clear-breakpoint. Explain gdb-mouse-until
5542 must stay in same frame.
5543
5544 2005-10-29 Chong Yidong <cyd@stupidchicken.com>
5545
5546 * custom.texi (Init File): Document ~/.emacs.d/init.el.
5547
5548 * anti.texi (Antinews): Likewise.
5549
5550 2005-10-28 Bill Wohler <wohler@newt.com>
5551
5552 * help.texi (Help): Help mode now creates hyperlinks for URLs.
5553
5554 2005-10-28 Richard M. Stallman <rms@gnu.org>
5555
5556 * files.texi (Visiting): Explain how to enter ? in a file name.
5557
5558 * trouble.texi (Memory Full): Mention !MEM FULL! in mode line.
5559
5560 2005-10-25 Nick Roberts <nickrob@snap.net.nz>
5561
5562 * building.texi (GDB Graphical Interface):
5563 Describe gdb-mouse-until.
5564
5565 2005-10-23 Richard M. Stallman <rms@gnu.org>
5566
5567 * custom.texi (Init File): Recommend when to use site-start.el.
5568
5569 2005-10-21 Juri Linkov <juri@jurta.org>
5570
5571 * custom.texi (Examining): Mention accessing the old variable
5572 value via M-n in set-variable.
5573
5574 2005-10-18 Romain Francoise <romain@orebokech.com>
5575
5576 * files.texi (Version Systems): Capitalize GNU.
5577
5578 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
5579
5580 * building.texi (Compilation Mode): Remove redundant paragraph.
5581 (Watch Expressions): Remove paragraph to reflect code change.
5582
5583 2005-10-16 Richard M. Stallman <rms@gnu.org>
5584
5585 * building.texi (Compilation Mode, Compilation): Clarified.
5586
5587 2005-10-15 Richard M. Stallman <rms@gnu.org>
5588
5589 * misc.texi (Saving Emacs Sessions): Mention savehist library.
5590
5591 2005-10-13 Kenichi Handa <handa@m17n.org>
5592
5593 * basic.texi (Position Info): Fix previous change.
5594
5595 2005-10-12 Jan Djärv <jan.h.d@swipnet.se>
5596
5597 * cmdargs.texi (Icons X): Fix typo.
5598
5599 2005-10-12 Kenichi Handa <handa@m17n.org>
5600
5601 * basic.texi (Position Info): Describe the case that Emacs shows
5602 "part of display ...".
5603
5604 2005-10-10 Jan Djärv <jan.h.d@swipnet.se>
5605
5606 * cmdargs.texi (Icons X): -nb => -nbi.
5607
5608 2005-10-10 Chong Yidong <cyd@stupidchicken.com>
5609
5610 * frames.texi (Speedbar): A couple more clarifications.
5611
5612 2005-10-11 Nick Roberts <nickrob@snap.net.nz>
5613
5614 * building.texi (GDB User Interface Layout): Improve diagram.
5615 (Watch Expressions): Explain how to make speedbar global.
5616 (Other GDB User Interface Buffers): Make references more precise.
5617
5618 2005-10-09 Richard M. Stallman <rms@gnu.org>
5619
5620 * frames.texi (Speedbar): Clarify the text.
5621
5622 2005-10-09 Chong Yidong <cyd@stupidchicken.com>
5623
5624 * frames.texi (Speedbar): Add information on keybindings,
5625 dismissing the speedbar, and buffer display mode. Link to
5626 speedbar manual.
5627
5628 2005-10-09 Jan Djärv <jan.h.d@swipnet.se>
5629
5630 * cmdargs.texi (Icons X): Remove options -i, -itype, --icon-type,
5631 added -nb, --no-bitmap-icon.
5632
5633 2005-10-07 Nick Roberts <nickrob@snap.net.nz>
5634
5635 * building.texi (GDB Graphical Interface): Add variables and
5636 functions to indices. Be more precise.
5637
5638 2005-10-03 Jan Djärv <jan.h.d@swipnet.se>
5639
5640 * frames.texi (Drag and Drop): Remove the x- from
5641 x-dnd-open-file-other-window and xdnd-protocol-alist.
5642
5643 2005-09-30 Romain Francoise <romain@orebokech.com>
5644
5645 * mini.texi (Minibuffer): The default value now appears before the
5646 colon in minibuffer prompts.
5647
5648 2005-09-25 Richard M. Stallman <rms@gnu.org>
5649
5650 * search.texi (Regexp Search): Doc search-whitespace-regexp.
5651
5652 2005-09-20 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
5653
5654 * text.texi (Paragraphs): Correction about Paragraph-Indent Text mode.
5655
5656 2005-09-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5657
5658 * emacs.texi (Top): Update submenus from macos.texi.
5659
5660 * macos.texi: Change `Mac OS 8 or 9' to `Mac OS Classic'.
5661 (Mac OS): Update feature support status.
5662 (Mac Input): List supported input scripts. Remove description
5663 about `mac-keyboard-text-encoding'. Mention mouse button
5664 emulation and related variables.
5665 (Mac International): Mention Central European and Cyrillic
5666 support. Now `keyboard-coding-system' is dynamically changed.
5667 Add description about coding system for selection.
5668 Add description about language environment.
5669 (Mac Environment Variables):
5670 Mention `~/.MacOSX/environment.plist'. Give example of command line
5671 arguments. Add Preferences support.
5672 (Mac Directories): Explicitly state that this node is for Mac OS
5673 Classic only.
5674 (Mac Font Specs): Mention specification for scalable fonts.
5675 List supported charsets. Add preferred way of creating fontsets.
5676 Add description about `mac-allow-anti-aliasing'.
5677 (Mac Functions): Add descriptions about `mac-set-file-creator',
5678 `mac-get-file-creator', `mac-set-file-type', `mac-get-file-type',
5679 and `mac-get-preference'.
5680
5681 2005-09-16 Romain Francoise <romain@orebokech.com>
5682
5683 Update all files to specify GFDL version 1.2.
5684
5685 * doclicense.texi (GNU Free Documentation License): Update to
5686 version 1.2.
5687
5688 2005-09-15 Richard M. Stallman <rms@gnu.org>
5689
5690 * buffers.texi (List Buffers): Fix xref.
5691
5692 * rmail.texi (Rmail Basics): Fix xref.
5693
5694 * emacs.texi (Top): Update subnode menus.
5695
5696 * files.texi (Saving Commands): New node, broken out of Saving.
5697 (Customize Save): New node, broken out of Saving.
5698 Clarify effect of write-region-inhibit-fsync.
5699 (Misc File Ops): Say write-region-inhibit-fsync affects write-region.
5700
5701 2005-09-14 Romain Francoise <romain@orebokech.com>
5702
5703 * files.texi (Saving): Mention write-region-inhibit-fsync.
5704
5705 2005-09-05 Chong Yidong <cyd@stupidchicken.com>
5706
5707 * custom.texi (Custom Themes): New node.
5708
5709 2005-09-03 Richard M. Stallman <rms@gnu.org>
5710
5711 * search.texi (Search Case): Mention vars that control
5712 case-fold-search for various operations.
5713
5714 2005-08-22 Juri Linkov <juri@jurta.org>
5715
5716 * display.texi (Standard Faces): Merge the text from
5717 `(elisp)Standard Faces' into this node.
5718
5719 2005-08-18 Luc Teirlinck <teirllm@auburn.edu>
5720
5721 * emacs.texi (Top): Delete menu item for deleted node
5722 Keyboard Translations.
5723
5724 2005-08-18 Richard M. Stallman <rms@gnu.org>
5725
5726 * trouble.texi (Unasked-for Search):
5727 Delete xref to Keyboard Translations.
5728
5729 * glossary.texi (Glossary): Delete xref.
5730
5731 * custom.texi (Minor Modes): Say that the list here is not complete.
5732 (Keyboard Translations): Node deleted.
5733 (Disabling): Delete xref to it.
5734 (Customization Groups): Fix Custom buffer example.
5735 (Hooks): Mention remove-hooks.
5736
5737 2005-08-17 Luc Teirlinck <teirllm@auburn.edu>
5738
5739 * building.texi (GDB Graphical Interface): Improve filling of menu
5740 item.
5741
5742 2005-08-18 Nick Roberts <nickrob@snap.net.nz>
5743
5744 * building.texi (GDB Graphical Interface): Use better node names.
5745
5746 2005-08-14 Richard M. Stallman <rms@gnu.org>
5747
5748 * text.texi (Sentences): Fix xref.
5749
5750 2005-08-14 Juri Linkov <juri@jurta.org>
5751
5752 * building.texi (Compilation, Grep Searching): Move grep command
5753 headings from `Compilation' to `Grep Searching'.
5754
5755 * dired.texi (Dired and Find):
5756 * maintaining.texi (Tags Search): Replace grep xref to
5757 `Compilation' node with `Grep Searching'.
5758
5759 * files.texi (Comparing Files): Replace xref to `Compilation' with
5760 `Compilation Mode'.
5761
5762 2005-08-13 Alan Mackenzie <acm@muc.de>
5763
5764 * search.texi (Non-ASCII Isearch): Correct a typo.
5765 (Replacement Commands): Mention query-replace key binding.
5766
5767 2005-08-11 Richard M. Stallman <rms@gnu.org>
5768
5769 * programs.texi (Options for Comments): Fix xref.
5770
5771 * search.texi (Regexp Backslash, Regexp Example): New nodes split
5772 out of Regexps.
5773
5774 2005-08-09 Juri Linkov <juri@jurta.org>
5775
5776 * building.texi (Compilation): Use `itemx' instead of `item'.
5777 (Grep Searching): Simplify phrase.
5778
5779 * display.texi (Standard Faces): Describe vertical-border on
5780 window systems.
5781
5782 * windows.texi (Split Window): Simplify phrase and mention
5783 vertical-border face.
5784
5785 2005-08-09 Richard M. Stallman <rms@gnu.org>
5786
5787 * files.texi (Comparing Files): Clarify compare-windows.
5788
5789 * calendar.texi (Scroll Calendar): Document < and > in calendar.
5790
5791 2005-08-06 Eli Zaretskii <eliz@gnu.org>
5792
5793 * mule.texi (Coding Systems): Rephrase the paragraph about
5794 codepages: no need for "M-x codepage-setup" anymore, except on
5795 MS-DOS.
5796
5797 * msdog.texi (MS-DOS and MULE): Clarify that this section is for
5798 the MS-DOS port only.
5799
5800 2005-07-30 Eli Zaretskii <eliz@gnu.org>
5801
5802 * makefile.w32-in (info): Don't run multi-install-info.bat.
5803 ($(infodir)/dir): New target, produced by running
5804 multi-install-info.bat.
5805
5806 2005-07-22 Eli Zaretskii <eliz@gnu.org>
5807
5808 * files.texi (Quoted File Names): Add index entry.
5809
5810 2005-07-19 Juri Linkov <juri@jurta.org>
5811
5812 * files.texi (Comparing Files): Mention resync for `compare-windows'.
5813
5814 2005-07-18 Juri Linkov <juri@jurta.org>
5815
5816 * custom.texi (Easy Customization):
5817 * files.texi (Old Versions):
5818 * frames.texi (Wheeled Mice):
5819 * mule.texi (Specify Coding):
5820 * text.texi (Cell Justification):
5821 * trouble.texi (After a Crash):
5822 * xresources.texi (GTK styles):
5823 Delete duplicate duplicate words.
5824
5825 2005-07-17 Richard M. Stallman <rms@gnu.org>
5826
5827 * frames.texi (Creating Frames): Fix foreground color example.
5828
5829 * custom.texi (Init Examples): Clean up text about conditionals.
5830
5831 2005-07-16 Richard M. Stallman <rms@gnu.org>
5832
5833 * mini.texi (Completion Commands): Fix command name for ?.
5834
5835 2005-07-16 Eli Zaretskii <eliz@gnu.org>
5836
5837 * display.texi (Standard Faces): Explain that customization of
5838 `menu' face has no effect on w32 and with GTK.
5839 Add cross-references.
5840
5841 * cmdargs.texi (General Variables): Clarify the default location
5842 of $HOME on w32 systems.
5843
5844 2005-07-15 Jason Rumney <jasonr@gnu.org>
5845
5846 * cmdargs.texi (General Variables): Default HOME on MS Windows has
5847 changed.
5848
5849 2005-07-08 Kenichi Handa <handa@m17n.org>
5850
5851 * mule.texi (Recognize Coding):
5852 Recommend revert-buffer-with-coding-system instead of revert-buffer.
5853
5854 2005-07-07 Richard M. Stallman <rms@gnu.org>
5855
5856 * anti.texi (Antinews): Mention mode-line-inverse-video.
5857
5858 * files.texi (Saving): Minor correction about C-x C-w.
5859
5860 * display.texi (Display Custom): Don't mention mode-line-inverse-video.
5861
5862 2005-07-07 Luc Teirlinck <teirllm@auburn.edu>
5863
5864 * search.texi (Isearch Scroll): Add example of using the
5865 `isearch-scroll' property.
5866 (Slow Isearch): Reference anchor for `baud-rate' instead of entire
5867 `Display Custom' node.
5868 (Regexp Replace): Put text that requires Emacs Lisp knowledge last
5869 and de-emphasize it.
5870 (Other Repeating Search): `occur' currently can not correctly
5871 handle multiline matches. Correct, clarify and update description
5872 of `flush-lines' and `keep-lines'.
5873
5874 * display.texi (Display Custom): Add anchor for `baud-rate'.
5875
5876 2005-07-07 Richard M. Stallman <rms@gnu.org>
5877
5878 * gnu.texi: Update where to get GNU status; add refs for how to help.
5879 Add footnotes 6 and 7.
5880
5881 2005-07-04 Lute Kamstra <lute@gnu.org>
5882
5883 Update FSF's address in GPL notices.
5884
5885 * doclicense.texi (GNU Free Documentation License):
5886 * trouble.texi (Checklist): Update FSF's address.
5887
5888 2005-06-24 Richard M. Stallman <rms@gnu.org>
5889
5890 * display.texi (Text Display): Change index entries.
5891
5892 2005-06-24 Eli Zaretskii <eliz@gnu.org>
5893
5894 * makefile.w32-in (MAKEINFO): Use --force.
5895 (INFO_TARGETS, DVI_TARGETS): Make identical to the lists in
5896 Makefile.in.
5897
5898 2005-06-23 Richard M. Stallman <rms@gnu.org>
5899
5900 * anti.texi (Antinews): Rename show-nonbreak-escape to
5901 nobreak-char-display.
5902
5903 * emacs.texi (Top): Update detailed node listing.
5904
5905 * display.texi (Text Display): Rename show-nonbreak-escape
5906 to nobreak-char-display and no-break-space to nobreak-space.
5907 (Standard Faces): Split up the list of standard faces
5908 and put it in a separate node. Add nobreak-space and
5909 escape-glyph.
5910
5911 2005-06-23 Lute Kamstra <lute@gnu.org>
5912
5913 * mule.texi (Select Input Method): Fix typo.
5914
5915 2005-06-23 Kenichi Handa <handa@m17n.org>
5916
5917 * mule.texi (International): List all supported scripts.
5918 Adjust text for that leim is now included in the normal Emacs
5919 distribution.
5920 (Language Environments): List all language environments.
5921 Intlfonts contains fonts for most supported scripts, not all..
5922 (Select Input Method): Refer to C-u C-x = to see how to type to
5923 input a specific character.
5924 (Recognize Coding): Fix typo, china-iso-8bit -> chinese-iso-8bit.
5925
5926 2005-06-23 Juanma Barranquero <lekktu@gmail.com>
5927
5928 * building.texi (Grep Searching): Texinfo usage fix.
5929
5930 2005-06-22 Miles Bader <miles@gnu.org>
5931
5932 * display.texi (Faces): Change `vertical-divider' to `vertical-border'.
5933
5934 2005-06-20 Miles Bader <miles@gnu.org>
5935
5936 * display.texi (Faces): Add `vertical-divider'.
5937
5938 2005-06-17 Richard M. Stallman <rms@gnu.org>
5939
5940 * text.texi (Adaptive Fill): Minor clarification.
5941
5942 2005-06-10 Lute Kamstra <lute@gnu.org>
5943
5944 * emacs.texi (Top): Correct version number.
5945 * anti.texi (Antinews): Correct version number. Use EMACSVER to
5946 refer to the current version of Emacs.
5947
5948 2005-06-08 Luc Teirlinck <teirllm@auburn.edu>
5949
5950 * files.texi (Log Buffer): Document when there can be more than
5951 one file to be committed.
5952
5953 2005-06-08 Juri Linkov <juri@jurta.org>
5954
5955 * display.texi (Faces): Add `shadow' face.
5956
5957 2005-06-07 Masatake YAMATO <jet@gyve.org>
5958
5959 * display.texi (Faces): Write about mode-line-highlight.
5960
5961 2005-06-06 Richard M. Stallman <rms@gnu.org>
5962
5963 * misc.texi (Printing Package): Explain how to initialize
5964 printing package.
5965
5966 * cmdargs.texi (Action Arguments): Clarify directory default for -l.
5967
5968 2005-06-05 Chong Yidong <cyd@stupidchicken.com>
5969
5970 * emacs.texi: Rename Hardcopy to Printing.
5971 Make PostScript and PostScript Variables subnodes of it.
5972
5973 * misc.texi (Printing): Rename node from Hardcopy.
5974 Mention menu bar options.
5975 Move PostScript and PostScript Variables to submenu.
5976 (Printing package): New node.
5977
5978 * mark.texi (Using Region): Change Hardcopy xref to Printing.
5979
5980 * dired.texi (Operating on Files): Likewise.
5981
5982 * calendar.texi (Displaying the Diary): Likewise.
5983
5984 * msdog.texi (MS-DOS Printing, MS-DOS Processes): Likewise.
5985
5986 * glossary.texi (Glossary): Likewise.
5987
5988 * frames.texi (Mode Line Mouse): Mention mode-line-highlight
5989 effect.
5990
5991 2005-06-04 Richard M. Stallman <rms@gnu.org>
5992
5993 * trouble.texi (After a Crash): Polish previous change.
5994
5995 2005-05-30 Noah Friedman <friedman@splode.com>
5996
5997 * trouble.texi (After a Crash): Mention emacs-buffer.gdb as a
5998 recovery mechanism.
5999
6000 2005-05-28 Nick Roberts <nickrob@snap.net.nz>
6001
6002 * building.texi (Other Buffers): SPC toggles display of
6003 floating point registers.
6004
6005 2005-05-27 Nick Roberts <nickrob@snap.net.nz>
6006
6007 * files.texi (Log Buffer): Merge in description of Log Edit
6008 mode from pcl-cvs.texi.
6009
6010 2005-05-26 Richard M. Stallman <rms@gnu.org>
6011
6012 * building.texi (Lisp Eval): C-M-x with arg runs Edebug.
6013
6014 2005-05-24 Luc Teirlinck <teirllm@auburn.edu>
6015
6016 * fixit.texi (Spelling): Delete confusing sentence; flyspell is
6017 not enabled by default.
6018 When not on a word, `ispell-word' by default checks the word
6019 before point.
6020
6021 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
6022
6023 * building.texi (Debugger Operation): Simplify last sentence.
6024
6025 2005-05-23 Lute Kamstra <lute@gnu.org>
6026
6027 * emacs.texi: Update FSF's address throughout.
6028 (Preface): Use @cite.
6029 (Distrib): Add cross reference to the node "Copying". Mention the
6030 FDL. Don't refer to etc/{FTP,ORDERS}. Mention the sale of
6031 printed manuals.
6032 (Intro): Use @xref for the Emacs Lisp Intro.
6033
6034 2005-05-18 Luc Teirlinck <teirllm@auburn.edu>
6035
6036 * buffers.texi (Select Buffer): Document `C-u M-g M-g'.
6037
6038 * basic.texi (Moving Point): Mention default for `goto-line'.
6039
6040 * programs.texi (Lisp Doc): Eldoc mode shows only the first line
6041 of a variable's docstring.
6042
6043 2005-05-18 Lute Kamstra <lute@gnu.org>
6044
6045 * maintaining.texi (Overview of Emerge): Add cross reference.
6046 Remove duplication.
6047
6048 * emacs.texi (Top): Update to the current structure of the manual.
6049 * misc.texi (Emacs Server): Add menu description.
6050 * files.texi (Saving): Fix menu.
6051 * custom.texi (Customization): Fix menu.
6052 * mule.texi (International): Fix menu.
6053 * kmacro.texi (Keyboard Macros): Fix menu.
6054
6055 2005-05-16 Luc Teirlinck <teirllm@auburn.edu>
6056
6057 * display.texi: Various minor changes.
6058 (Faces): Delete text that is repeated in the next section.
6059
6060 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
6061
6062 * building.texi (Debugger Operation): Mention GUD tooltips are
6063 disabled with GDB in text command mode.
6064
6065 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
6066
6067 * building.texi: Replace toolbar with "tool bar" for consistency.
6068 (Compilation Mode): Describe compilation-context-lines
6069 and use of arrow in compilation buffer.
6070 (Debugger Operation): Replace help text with variable's value.
6071
6072 * frames.texi (Tooltips): Replace toolbar with "tool bar" for
6073 consistency.
6074
6075 2005-05-15 Luc Teirlinck <teirllm@auburn.edu>
6076
6077 * major.texi (Choosing Modes): normal-mode processes the -*- line.
6078 Add xref.
6079
6080 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
6081
6082 * basic.texi (Moving Point): Mention `M-g g' binding for `goto-line'.
6083 (Position Info): Delete discussion of `goto-line'. It is already
6084 described in `Moving point'.
6085
6086 * mini.texi (Completion Commands): Correct reference.
6087 (Completion Options): Fix typo.
6088
6089 * killing.texi (Deletion): Complete description of `C-x C-o'.
6090
6091 2005-05-10 Richard M. Stallman <rms@gnu.org>
6092
6093 * building.texi (Compilation): Clarify recompile's directory choice.
6094
6095 * frames.texi (Tooltips): Cleanups.
6096
6097 * basic.texi (Arguments): Fix punctuation.
6098
6099 2005-05-09 Luc Teirlinck <teirllm@auburn.edu>
6100
6101 * screen.texi (Menu Bar): The up and down (not left and right)
6102 arrow keys move through a keyboard menu.
6103
6104 2005-05-08 Luc Teirlinck <teirllm@auburn.edu>
6105
6106 * basic.texi: Various typo and grammar fixes.
6107 (Moving Point): C-a now runs move-beginning-of-line.
6108
6109 2005-05-08 Nick Roberts <nickrob@snap.net.nz>
6110
6111 * building.texi (Debugger Operation): Describe gud-tooltip-echo-area.
6112
6113 * frames.texi (Tooltips): Describe help tooltips and GUD tooltips
6114 as different animals.
6115
6116 2005-05-07 Luc Teirlinck <teirllm@auburn.edu>
6117
6118 * frames.texi (Mouse References): Clarify `mouse-1-click-follows-link'.
6119 Correct index entry.
6120
6121 2005-05-07 Nick Roberts <nickrob@snap.net.nz>
6122
6123 * building.texi (Debugger Operation): Update to reflect changes
6124 in GUD tooltips.
6125
6126 2005-04-30 Richard M. Stallman <rms@gnu.org>
6127
6128 * files.texi (Compressed Files): Auto Compression normally enabled.
6129
6130 * building.texi (Debugger Operation): Clarify previous change.
6131
6132 2005-04-28 Nick Roberts <nickrob@snap.net.nz>
6133
6134 * building.texi (Debugger Operation): Add description for
6135 GUD tooltips when program is not running.
6136
6137 2005-04-26 Luc Teirlinck <teirllm@auburn.edu>
6138
6139 * misc.texi (Shell): Add `Shell Prompts' to menu.
6140 (Shell Mode): Add xref to `Shell Prompts'. Clarify `C-c C-u'
6141 description. Delete remarks moved to new node.
6142 (Shell Prompts): New node.
6143 (History References): Replace remarks moved to `Shell Prompts'
6144 with xref to that node.
6145 (Remote Host): Clarify how to specify the terminal type when
6146 logging in to a different machine.
6147
6148 2005-04-26 Richard M. Stallman <rms@gnu.org>
6149
6150 * emacs.texi (Top): Update submenus from files.texi.
6151
6152 * files.texi (Filesets): Clarify previous change.
6153
6154 * dired.texi (Misc Dired Features): Clarify previous change.
6155
6156 2005-04-25 Chong Yidong <cyd@stupidchicken.com>
6157
6158 * ack.texi (Acknowledgments): Delete info about iso-acc.el.
6159
6160 * dired.texi (Misc Dired Features):
6161 Document dired-compare-directories.
6162
6163 * files.texi (Filesets): New node.
6164 (File Conveniences): Document Image mode.
6165
6166 * text.texi (TeX Print): Document tex-compile.
6167
6168 2005-04-25 Luc Teirlinck <teirllm@auburn.edu>
6169
6170 * frames.texi (Tooltips): Tooltip mode is enabled by default.
6171 Delete redundant reference to tooltip Custom group. It is
6172 referred too again in the next paragraph.
6173
6174 2005-04-24 Richard M. Stallman <rms@gnu.org>
6175
6176 * ack.texi: Delete info about lazy-lock.el and fast-lock.el.
6177
6178 2005-04-19 Kim F. Storm <storm@cua.dk>
6179
6180 * building.texi (Compilation Mode): Add M-g M-n and M-g M-p bindings.
6181
6182 2005-04-18 Lars Hansen <larsh@math.ku.dk>
6183
6184 * misc.texi (Saving Emacs Sessions): Add that "--no-desktop" now
6185 turns off desktop-save-mode.
6186
6187 2005-04-17 Luc Teirlinck <teirllm@auburn.edu>
6188
6189 * frames.texi (XTerm Mouse): Xterm Mouse mode is no longer enabled
6190 by default in terminals compatible with xterm. Mention that
6191 xterm-mouse-mode is a minor mode and put in pxref to Minor Modes
6192 node.
6193
6194 2005-04-12 Luc Teirlinck <teirllm@auburn.edu>
6195
6196 * frames.texi (XTerm Mouse): Xterm Mouse mode is now enabled by default.
6197
6198 2005-04-12 Jan Djärv <jan.h.d@swipnet.se>
6199
6200 * xresources.texi (Table of Resources): Add cursorBlink.
6201
6202 2005-04-11 Luc Teirlinck <teirllm@auburn.edu>
6203
6204 * rmail.texi (Rmail Summary Edit): Explain numeric arguments to
6205 `d', `C-d' and `u'.
6206
6207 2005-04-11 Richard M. Stallman <rms@gnu.org>
6208
6209 * cmdargs.texi (Initial Options): -Q is now --quick, and does less.
6210 (Misc X): Add -D, --basic-display.
6211
6212 * maintaining.texi (Change Log): Correct the description of
6213 the example.
6214
6215 * major.texi (Choosing Modes): Document magic-mode-alist.
6216
6217 2005-04-10 Luc Teirlinck <teirllm@auburn.edu>
6218
6219 * rmail.texi (Rmail Basics): Clarify description of `q' and `b'.
6220 (Rmail Deletion): `C-d' in RMAIL buffer does not accept a numeric arg.
6221 (Rmail Inbox): Give full name of `rmail-primary-inbox-list'.
6222 (Rmail Output): Clarify which statements apply to `o', `C-o' and
6223 `w', respectively.
6224 (Rmail Labels): Mention `l'.
6225 (Rmail Attributes): Correct pxref. Mention `stored' attribute.
6226 (Rmail Summary Edit): Describe `j' and RET.
6227
6228 2005-04-10 Jan Djärv <jan.h.d@swipnet.se>
6229
6230 * xresources.texi (Lucid Resources): Add fontSet resource.
6231
6232 2005-04-09 Luc Teirlinck <teirllm@auburn.edu>
6233
6234 * display.texi (Useless Whitespace): `indicate-unused-lines' is
6235 now called `indicate-empty-lines'.
6236
6237 2005-04-06 Kim F. Storm <storm@cua.dk>
6238
6239 * cmdargs.texi (Initial Options): Add --bare-bones alias for -Q.
6240
6241 2005-04-04 Luc Teirlinck <teirllm@auburn.edu>
6242
6243 * dired.texi (Dired Visiting): `dired-view-command-alist' has been
6244 deleted.
6245 (Marks vs Flags): Add some convenient key bindings.
6246 (Hiding Subdirectories): Delete redundant and inaccurate sentence.
6247 (Misc Dired Features): Correct and expand description of `w' command.
6248
6249 * frames.texi (XTerm Mouse): Delete apparently false info.
6250 The GNU/Linux console currently does not appear to support
6251 `xterm-mouse-mode'.
6252
6253 2005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
6254
6255 * calendar.texi (Diary): Mention shell utility `calendar'.
6256
6257 2005-04-01 Richard M. Stallman <rms@gnu.org>
6258
6259 * cmdargs.texi (Misc X): Explain horizontal scroll bars don't exist.
6260
6261 2005-04-01 Lute Kamstra <lute@gnu.org>
6262
6263 * maintaining.texi (Change Log): add-change-log-entry uses
6264 add-log-mailing-address.
6265
6266 2005-03-31 Luc Teirlinck <teirllm@auburn.edu>
6267
6268 * files.texi (Reverting): Move `auto-revert-check-vc-info' to
6269 `VC Mode Line' and put in an xref to that node.
6270 (VC Mode Line): Move `auto-revert-check-vc-info' here and clarify
6271 its description.
6272
6273 2005-03-31 Paul Eggert <eggert@cs.ucla.edu>
6274
6275 * calendar.texi (Calendar Systems): Say that the Persian calendar
6276 implemented here is the arithmetical one championed by Birashk.
6277
6278 2005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
6279
6280 * programs.texi (Fortran Motion): Fix previous change.
6281
6282 2005-03-29 Richard M. Stallman <rms@gnu.org>
6283
6284 * mule.texi (Single-Byte Character Support): Reinstall the C-x 8 info.
6285
6286 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
6287
6288 * text.texi (Refill): Refer to Long Lines Mode.
6289 (Longlines): New node.
6290 (Auto Fill): Don't index "word wrap" here.
6291 (Filling): Add Longlines to menu.
6292
6293 2005-03-29 Richard M. Stallman <rms@gnu.org>
6294
6295 * xresources.texi: Minor fixes.
6296
6297 * misc.texi (Emacs Server): Fix Texinfo usage.
6298
6299 * emacs.texi (Top): Don't use a real section heading for
6300 "Detailed Node Listing". Fake it instead.
6301
6302 * basic.texi (Position Info): Minor cleanup.
6303
6304 * mule.texi (Input Methods): Minor cleanup.
6305
6306 2005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
6307
6308 * programs.texi (ForIndent Vars): `fortran-if-indent' does other
6309 constructs as well.
6310 (Fortran Motion): Add fortran-end-of-block, fortran-beginning-of-block.
6311
6312 2005-03-29 Kenichi Handa <handa@m17n.org>
6313
6314 * mule.texi (Input Methods): Refer to the command C-u C-x =.
6315
6316 * basic.texi (Position Info): Update the description about the
6317 command C-u C-x =.
6318
6319 2005-03-28 Richard M. Stallman <rms@gnu.org>
6320
6321 * emacs.texi (Top): Use @section for the detailed node listing.
6322
6323 * calendar.texi: Minor fixes to previous change.
6324
6325 * programs.texi (Fortran): Small fixes to previous changes.
6326
6327 * emacs.texi (Top): Update list of subnodes of Dired.
6328 Likewise for building.texi.
6329
6330 * files.texi (File Conveniences): Delete Auto Image File mode.
6331
6332 2005-03-28 Chong Yidong <cyd@stupidchicken.com>
6333
6334 * building.texi (Flymake): New node.
6335
6336 * custom.texi (Function Keys): Document kp- event types and
6337 keypad-setup package.
6338
6339 * dired.texi (Wdired): New node.
6340
6341 * files.texi (File Conveniences): Reorder entries.
6342 Explain how to turn on Auto-image-file mode.
6343 Document Thumbs mode.
6344
6345 * mule.texi (Specify Coding): Document recode-region and
6346 recode-file-name.
6347
6348 * programs.texi (Program Modes): Add Conf mode and DNS mode.
6349
6350 2005-03-27 Luc Teirlinck <teirllm@auburn.edu>
6351
6352 * commands.texi (Keys): M-o is now a prefix key.
6353
6354 2005-03-27 Glenn Morris <gmorris@ast.cam.ac.uk>
6355
6356 * programs.texi: Reformat and update copyright years.
6357 (Fortran): Update section.
6358
6359 2005-03-26 Luc Teirlinck <teirllm@auburn.edu>
6360
6361 * files.texi: Several small changes in addition to:
6362 (Visiting): Change xref for Dialog Boxes to ref.
6363 (Version Headers): Replace references to obsolete var
6364 `vc-header-alist' with `vc-BACKEND-header'.
6365 (Customizing VC): Update value of `vc-handled-backends'.
6366
6367 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
6368
6369 * emacs-xtra.texi (Advanced Calendar/Diary Usage): New section;
6370 move here from Emacs Lisp Reference Manual.
6371 * calendar.texi (Calendar/Diary, Diary Commands)
6372 (Special Diary Entries, Importing Diary): Change some xrefs to
6373 point to emacs-xtra rather than elisp.
6374
6375 * emacs-xtra.texi (Calendar Customizing):
6376 Move view-diary-entries-initially, view-calendar-holidays-initially,
6377 mark-diary-entries-in-calendar, mark-holidays-in-calendar to main
6378 Emacs Manual.
6379 (Appt Customizing): Merge entire section into main Emacs Manual.
6380 * calendar.texi (Holidays): Move view-calendar-holidays-initially,
6381 mark-holidays-in-calendar here from emacs-xtra.
6382 (Displaying the Diary): Move view-diary-entries-initially,
6383 mark-diary-entries-in-calendar here from emacs-xtra.
6384 (Appointments): Move appt-display-mode-line,
6385 appt-display-duration, appt-disp-window-function,
6386 appt-delete-window-function here from emacs-xtra.
6387
6388 * calendar.texi: Update and reformat copyright.
6389 Change all @xrefs to the non-printing emacs-xtra to @inforefs.
6390 (Calendar/Diary): Menu now only on Mouse-3, not C-Mouse-3.
6391 (Diary): Refer to `diary-file' rather than ~/diary.
6392 (Diary Commands): Rename node to "Displaying the Diary".
6393 * emacs.texi (Top): Rename "Diary Commands" section.
6394 * misc.texi (Hardcopy): Rename "Diary Commands" xref.
6395
6396 2005-03-26 Eli Zaretskii <eliz@gnu.org>
6397
6398 * misc.texi (Emacs Server): Fix the command for setting
6399 server-name. Add an xref to Invoking emacsclient.
6400
6401 * help.texi (Help Summary): Clarify when "C-h ." will do something
6402 nontrivial.
6403 (Apropos): Add cindex entry for apropos-sort-by-scores.
6404
6405 * display.texi (Text Display): Add index entries for how no-break
6406 characters are displayed.
6407
6408 2005-03-26 Eli Zaretskii <eliz@gnu.org>
6409
6410 * files.texi (Visiting): Fix cross-references introduced with the
6411 last change.
6412
6413 * xresources.texi (GTK resources): Fix last change.
6414
6415 2005-03-25 Chong Yidong <cyd@stupidchicken.com>
6416
6417 * xresources.texi (X Resources): GTK options documented too.
6418 (Resources): Clarify meaning of program name.
6419 (Table of Resources): Add visualClass.
6420 (GTK resources): Rewrite.
6421 (GTK widget names, GTK Names in Emacs, GTK styles): Cleanups.
6422
6423 * display.texi (Text Display): Mention non-breaking spaces.
6424
6425 * files.texi (Reverting): Document auto-revert-check-vc-info.
6426
6427 * frames.texi (Mouse Commands): Document
6428 x-mouse-click-focus-ignore-position and mouse-drag-copy-region.
6429
6430 * help.texi (Help Summary): Add `C-h .'.
6431 (Apropos): Apropos accepts a list of search terms.
6432 Document apropos-sort-by-scores.
6433 (Help Echo): Document display-local-help.
6434
6435 * misc.texi (Emacs Server): Document server-name.
6436 (Invoking emacsclient): Document -s option for server names.
6437
6438 * text.texi (Outline Visibility): Introduce "current heading
6439 line" (commands can be called with point on a body line).
6440 Re-order table to follow the sequence of discussion.
6441 hide-body won't hide lines before first header line.
6442 (TeX Mode): Add DocTeX mode.
6443
6444 2005-03-24 Richard M. Stallman <rms@gnu.org>
6445
6446 * mule.texi (Single-Byte Character Support): Delete mention
6447 of iso-acc.el and iso-transl.el.
6448
6449 2005-03-23 Lute Kamstra <lute@gnu.org>
6450
6451 * search.texi (Non-ASCII Isearch): Rename from Non-Ascii Isearch.
6452
6453 2005-03-23 Richard M. Stallman <rms@gnu.org>
6454
6455 * search.texi: Delete explicit node pointers.
6456 (Incremental Search): New menu.
6457 (Basic Isearch, Repeat Isearch, Error in Isearch)
6458 (Non-Ascii Isearch, Isearch Yank, Highlight Isearch, Isearch Scroll)
6459 (Slow Isearch): New subnodes.
6460 (Configuring Scrolling): Node deleted.
6461 (Search Case): Doc default-case-fold-search.
6462 (Regexp Replace): Move replace-regexp doc here.
6463
6464 * rmail.texi (Movemail): Put commas inside closequotes.
6465
6466 * picture.texi (Insert in Picture): Document C-c arrow combos.
6467 (Basic Picture): Clarify erasure.
6468
6469 * display.texi (Font Lock): Put commas inside closequotes.
6470
6471 * cmdargs.texi (General Variables): Put commas inside closequotes.
6472
6473 2005-03-23 Nick Roberts <nickrob@snap.net.nz>
6474
6475 * building.texi (Stack Buffer): Mention reverse contrast for
6476 *selected* frame (might not be current frame).
6477
6478 2005-03-21 Richard M. Stallman <rms@gnu.org>
6479
6480 * building.texi (Starting GUD): Add bashdb.
6481
6482 2005-03-20 Chong Yidong <cyd@stupidchicken.com>
6483
6484 * basic.texi (Moving Point): Add M-g M-g binding.
6485 (Undo): Document undo-only.
6486 (Position Info): Document M-g M-g and C-u M-g M-g.
6487
6488 * building.texi (Building): Put Grep Searching after Compilation
6489 Shell.
6490 (Compilation Mode): Document M-n, M-p, M-}, M-{, and C-c C-f bindings.
6491 Document next-error-highlight.
6492 (Grep Searching): Document grep-highlight-matches.
6493 (Lisp Eval): Typing C-x C-e twice prints integers specially.
6494
6495 * calendar.texi (Importing Diary): Rename node from iCalendar.
6496 Document diary-from-outlook.
6497
6498 * dired.texi (Misc Dired Features): Rename node from Misc Dired
6499 Commands.
6500 Mention effect of X drag and drop on Dired buffers.
6501
6502 * files.texi (Visiting): Document large-file-warning-threshold.
6503 Move paragraph on file-selection dialog.
6504 Mention visiting files using X drag and drop.
6505 (Reverting): Mention using Auto-Revert mode to tail files.
6506 Document auto-revert-tail-mode.
6507 (Version Systems): Minor correction.
6508 (Comparing Files): Diff-mode is no longer based on Compilation
6509 mode.
6510 Document compare-ignore-whitespace.
6511 (Misc File Ops): Explain passing a directory to rename-file.
6512 Likewise for copy-file and make-symbolic-link.
6513
6514 * frames.texi (Wheeled Mice): Mouse wheel support on by default.
6515 Document mouse-wheel-progressive speed.
6516
6517 * help.texi (Misc Help): Document numeric argument for C-h i.
6518 Correctly explain the effect of just C-u as argument.
6519
6520 * killing.texi (Deletion): Document numeric argument for
6521 just-one-space.
6522
6523 * mini.texi (Completion): Completion acts on text before point.
6524
6525 * misc.texi (Saving Emacs Sessions): Document desktop-restore-eager.
6526 (Emulation): CUA mode replaces pc-bindings-mode,
6527 pc-selection-mode, and s-region.
6528
6529 * mule.texi (Input Methods): Leim is now built-in.
6530 (Select Input Method): Document quail-show-key.
6531 (Specify Coding): Document revert-buffer-with-coding-system.
6532
6533 * programs.texi (Fortran Motion): Document f90-next-statement,
6534 f90-previous-statement, f90-next-block, f90-previous-block,
6535 f90-end-of-block, and f90-beginning-of-block.
6536
6537 * text.texi (Format Faces): Replace old M-g key prefix with M-o.
6538
6539 * emacs.texi (Acknowledgments): Updated.
6540
6541 * anti.texi: Total rewrite.
6542
6543 2005-03-19 Chong Yidong <cyd@stupidchicken.com>
6544
6545 * ack.texi (Acknowledgments): Update.
6546
6547 2005-03-19 Eli Zaretskii <eliz@gnu.org>
6548
6549 * anti.texi (Antinews): Refer to Emacs 21.4, not 21.3.
6550 Update copyright years.
6551
6552 2005-03-14 Nick Roberts <nickrob@snap.net.nz>
6553
6554 * building.texi (Commands of GUD): Move paragraph on setting
6555 breakpoints with mouse to the GDB Graphical Interface node.
6556
6557 2005-03-07 Richard M. Stallman <rms@gnu.org>
6558
6559 * misc.texi (Single Shell, Shell Options): Fix previous change.
6560
6561 * building.texi (Debugger Operation): Update GUD tooltip enable info.
6562
6563 2005-03-06 Richard M. Stallman <rms@gnu.org>
6564
6565 * building.texi (Starting GUD): Don't explain text vs graphical
6566 GDB here. Just mention it and xref.
6567 Delete "just one debugger process".
6568 (Debugger Operation): Move GUD tooltip info here.
6569 (GUD Tooltips): Node deleted.
6570 (GDB Graphical Interface): Explain the two GDB modes here.
6571
6572 * sending.texi (Sending Mail): Minor cleanup.
6573 (Mail Aliases): Explain quoting conventions.
6574 Update key rebinding example.
6575 (Header Editing): C-M-i is like M-TAB.
6576 (Mail Mode Misc): mail-attach-file does not do MIME.
6577
6578 * rmail.texi (Rmail Inbox): Move text from Remote Mailboxes
6579 that really belongs here.
6580 (Remote Mailboxes): Text moved to Rmail Inbox.
6581 (Rmail Display): Mention Mouse-1.
6582 (Movemail): Clarify two movemail versions.
6583 Clarify rmail-movemail-program.
6584
6585 * misc.texi (Single Shell): Replace uudecode example with gpg example.
6586 Document async shell commands.
6587 (Shell History): Clarify.
6588 (Shell Ring): Mention C-UP an C-DOWN.
6589 (Shell Options): Add comint-prompt-read-only.
6590 (Invoking emacsclient): Set EDITOR to run Emacs.
6591 (Sorting): No need to explain what region is.
6592 (Saving Emacs Sessions): Fix typo.
6593 (Recursive Edit): Fix punctuation.
6594 (Emulation): Don't mention "PC bindings" which are standard.
6595 (Hyperlinking): Explain Mouse-1 convention here.
6596 (Find Func): Node deleted.
6597
6598 * help.texi (Name Help): Xref to Hyperlinking.
6599
6600 * glossary.texi (Glossary):
6601 Rename "Balance Parentheses" to "Balancing...".
6602 Add "Byte Compilation". Correct "Copyleft".
6603 New xref in "Customization".
6604 Clarify "Current Line", "Echoing", "Fringe", "Frame", "Speedbar".
6605 Add "Graphical Terminal" "Keybinding", "Margin", "Window System".
6606 Rename "Registers" to "Register".
6607 Replace "Selecting" with "Selected Frame",
6608 "Selected Window", and "Selecting a Buffer".
6609
6610 * files.texi (Types of Log File): Explain how projects'
6611 methods can vary.
6612
6613 * display.texi (Faces): Delete "Emacs 21".
6614
6615 * custom.texi (Changing a Variable): C-M-i like M-TAB.
6616 * fixit.texi (Spelling): C-M-i like M-TAB.
6617 * mini.texi (Completion Options): C-M-i like M-TAB.
6618 * programs.texi (Symbol Completion): C-M-i like M-TAB.
6619 * text.texi (Text Mode): C-M-i like M-TAB.
6620
6621 * commands.texi (Keys): Mention F1 and F2 in list of prefixes.
6622
6623 * calendar.texi (Specified Dates): Mention `g w'.
6624 (Appointments): appt-activate toggles with no arg.
6625
6626 2005-03-05 Juri Linkov <juri@jurta.org>
6627
6628 * cmdargs.texi (Emacs Invocation): Add cindex
6629 "invocation (command line arguments)".
6630 (Misc X): Add -nbc, --no-blinking-cursor.
6631
6632 2005-03-04 Ulf Jasper <ulf.jasper@web.de>
6633
6634 * calendar.texi (iCalendar): No need to require it now.
6635
6636 2005-03-03 Nick Roberts <nickrob@snap.net.nz>
6637
6638 * trouble.texi (Contributing): Mention Savannah. Direct users to
6639 emacs-devel.
6640
6641 2005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
6642
6643 * calendar.texi (Adding to Diary): Mention redrawing of calendar
6644 window.
6645
6646 2005-02-27 Richard M. Stallman <rms@gnu.org>
6647
6648 * building.texi (Compilation): Update mode line status info.
6649
6650 2005-02-27 Matt Hodges <MPHodges@member.fsf.org>
6651
6652 * calendar.texi (General Calendar): Document binding of
6653 scroll-other-window-down.
6654 (Mayan Calendar): Fix earliest date.
6655 (Time Intervals): Document timeclock-change.
6656 Fix timeclock-ask-before-exiting documentation.
6657
6658 2005-02-26 Kim F. Storm <storm@cua.dk>
6659
6660 * frames.texi (Mouse References):
6661 Add mouse-1-click-in-non-selected-windows.
6662
6663 2005-02-25 Richard M. Stallman <rms@gnu.org>
6664
6665 * screen.texi (Screen): Explain better about cursors and mode lines;
6666 don't presuppose text terminals.
6667 (Point): Don't assume just one cursor.
6668 Clarify explanation of cursors.
6669 (Echo Area, Menu Bar): Cleanups.
6670
6671 * mini.texi (Minibuffer): Prompts are highlighted.
6672 (Minibuffer Edit): Newline = C-j only on text terminals.
6673 Clarify resize-mini-windows values.
6674 Mention M-PAGEUP and M-PAGEDOWN.
6675 (Completion Commands): Mouse-1 like Mouse-2.
6676 (Minibuffer History): Explain history commands better.
6677 (Repetition): Add xref to Incremental Search.
6678
6679 * mark.texi (Setting Mark): Clarify info about displaying mark.
6680 Clarify explanation of C-@ and C-SPC.
6681 (Transient Mark): Mention Delete Selection mode.
6682 (Marking Objects): Clean up text about extending the region.
6683
6684 * m-x.texi (M-x): One C-g doesn't always go to top level.
6685 No delay before suggest-key-bindings output.
6686
6687 * fixit.texi (Fixit): Mention C-/ for undo.
6688 (Spelling): Mention ESC TAB like M-TAB.
6689 Replacement words with r and R are rechecked.
6690 Say where C-g leaves point. Mention ? as input.
6691
6692 2005-02-23 Lute Kamstra <lute@gnu.org>
6693
6694 * cmdargs.texi (Initial Options): Add cross reference.
6695
6696 2005-02-16 Luc Teirlinck <teirllm@auburn.edu>
6697
6698 * emacs.texi (Top): Update menu for splitting of node in
6699 msdog.texi.
6700 * frames.texi (Frames): Update xref for splitting of node in
6701 msdog.texi.
6702 * trouble.texi (Quitting): Ditto.
6703
6704 2005-02-16 Richard M. Stallman <rms@gnu.org>
6705
6706 * windows.texi (Split Window): Simplify line truncation info
6707 and xref to Display Custom.
6708
6709 * trouble.texi (Quitting): Emergency escape only for text terminal.
6710 (Screen Garbled): C-l for ungarbling is only for text terminal.
6711
6712 * text.texi (Text Mode): ESC TAB alternative for M-TAB.
6713
6714 * sending.texi (Header Editing): ESC TAB alternative for M-TAB.
6715
6716 * programs.texi (Program Modes): Mention Python mode.
6717 (Moving by Defuns): Repeating C-M-h extends region.
6718 (Basic Indent): Clarify.
6719 (Custom C Indent): Clarify.
6720 (Expressions): Repeating C-M-@ extends region.
6721 (Info Lookup): Clarify for C-h S.
6722 (Symbol Completion): ESC TAB alternative for M-TAB.
6723 (Electric C): Clarify.
6724
6725 * emacs.texi (Top): Update display.texi and frames.texi submenu data.
6726
6727 * msdog.texi (MS-DOS Keyboard, MS-DOS Mouse): Split from
6728 MS-DOS Input node.
6729 (MS-DOS Keyboard): Start with explaining DEL and BREAK.
6730 (MS-DOS and MULE): Clarify.
6731 (MS-DOS Processes, Windows Processes): Fix typos.
6732
6733 * major.texi (Choosing Modes): Clarify.
6734
6735 * kmacro.texi (Basic Keyboard Macro): Doc F3, F4.
6736 (Keyboard Macro Step-Edit): Clarify.
6737
6738 * indent.texi (Indentation): Clarifications.
6739
6740 * help.texi (Help): Correct error about C-h in query-replace.
6741 Clarify apropos vs C-h a. Fix how to search in FAQ.
6742 (Key Help): Describe C-h w here.
6743 (Name Help): Minor cleanup. C-h w moved to Key Help.
6744 Clarify the "object" joke.
6745 (Apropos): Clarify. Mouse-1 like Mouse-2.
6746 (Help Mode): Mouse-1 like Mouse-2.
6747
6748 * fixit.texi (Spelling): Mention ESC TAB as alt. for M-TAB.
6749
6750 * display.texi (Display): Reorder menu.
6751 (Faces): Cleanup.
6752 (Font Lock): Cleanup. Mention Options menu.
6753 Delete obsolete text.
6754 (Scrolling): For C-l, don't presume text terminal.
6755 (Horizontal Scrolling): Simplify intro.
6756 (Follow Mode): Clarify.
6757 (Cursor Display): Move before Display Custom.
6758 (Display Custom): Explain no-redraw-on-reenter is for text terminals.
6759 Doc default-tab-width. Doc line truncation more thoroughly.
6760
6761 * dired.texi (Dired Enter): C-x C-f can run Dired.
6762 (Dired Visiting): Comment out `a' command.
6763 Mouse-1 is like Mouse-2.
6764 (Shell Commands in Dired): ? can be used more than once.
6765
6766 * basic.texi (Continuation Lines): Simplify description of truncation,
6767 and refer to Display Custom for the rest of it.
6768
6769 2005-02-06 Lute Kamstra <lute@gnu.org>
6770
6771 * basic.texi (Undo): Fix typo.
6772
6773 * cmdargs.texi (Emacs Invocation): Fix typo.
6774
6775 * custom.texi (Init Examples): Fix typo.
6776
6777 * abbrevs.texi (Expanding Abbrevs): Fix typo.
6778
6779 2005-02-06 Richard M. Stallman <rms@gnu.org>
6780
6781 * regs.texi (Registers): Registers can hold numbers, too.
6782
6783 * killing.texi (Other Kill Commands): Cleanup.
6784 Delete redundant explanation of kill in read-only buffer.
6785 (Yanking): Mention term "copying".
6786 (Accumulating Text): Fix typo.
6787
6788 * entering.texi (Entering Emacs): Update rationale at start.
6789 (Exiting): Treat iconifying on a par with suspension.
6790
6791 * custom.texi (Minor Modes): Fix typo.
6792 (Easy Customization): Fix menu style.
6793 (Variables): Add xref.
6794 (Examining): Setting for future sessions works through .emacs.
6795 (Keymaps): "Text terminals", not "Many".
6796 (Init Rebinding): Explain \C-. Show example of \M-.
6797 Fix minor wording errors.
6798 (Function Keys): Explain vector syntax just once.
6799 (Named ASCII Chars): Clarify history of TAB/C-i connection.
6800 (Init File): Mention .emacs.d directory.
6801 (Init Examples): Add xref.
6802 (Find Init): Mention .emacs.d directory.
6803
6804 * cmdargs.texi (Emacs Invocation): +LINENUM is also an option.
6805 (Action Arguments): Explain which kinds of -l args are found how.
6806 (Initial Options): --batch does not inhibit site-start.
6807 Add xrefs.
6808 (Command Example): Use --batch, not -batch.
6809
6810 * basic.texi (Inserting Text): Cleanup wording.
6811 (Moving Point): Doc PRIOR, PAGEUP, NEXT, PAGEDOWN more systematically.
6812 C-n is not error at end of buffer.
6813 (Undo): Doc C-/ like C-_. Add xrefs.
6814 (Arguments): META key may be labeled ALT.
6815 Peculiar arg meanings are explained in doc strings.
6816
6817 * abbrevs.texi (Expanding Abbrevs): Clarify.
6818
6819 2005-02-05 Eli Zaretskii <eliz@gnu.org>
6820
6821 * frames.texi (Frame Parameters): Add an xref to the description
6822 of list-colors-display. Add a pointer to the X docs about colors.
6823
6824 * cmdargs.texi (Colors): Mention 16-, 88- and 256-color modes.
6825 Improve docs of list-colors-display.
6826
6827 2005-02-03 Lute Kamstra <lute@gnu.org>
6828
6829 * frames.texi (Frames, Drag and Drop): Fix typos.
6830
6831 2005-02-03 Richard M. Stallman <rms@gnu.org>
6832
6833 * windows.texi (Basic Window): Mention color-change in mode line.
6834 (Change Window): Explain dragging vertical boundaries.
6835
6836 * text.texi (Sentences): Clarify.
6837 (Paragraphs): Explain M-a and blank lines.
6838 (Outline Mode): Clarify text and menu.
6839 (Hard and Soft Newlines): Mention use-hard-newlines.
6840
6841 * frames.texi (Frames): Delete unnecessary mention of Windows.
6842 (Mouse Commands): Likewise. Mention xterm mouse support.
6843 (Clipboard): Clarify.
6844 (Mouse References): Mention use of Mouse-1 for following links.
6845 (Menu Mouse Clicks): Clarify.
6846 (Mode Line Mouse): Clarify.
6847 (Drag and Drop): Rewrite.
6848
6849 * fixit.texi (Spelling): Fix typo.
6850
6851 * files.texi (File Names): Clarify.
6852 (Visiting): Update conditions for use of file dialog. Clarify.
6853 (Saving): Doc d as answer in save-some-buffers.
6854 (Remote Files): Clean up the text.
6855
6856 * dired.texi (Misc Dired Commands): Delete dired-marked-files.
6857
6858 * buffers.texi (Select Buffer): Doc next-buffer and prev-buffer.
6859 (List Buffers): Clarify.
6860 (Several Buffers): Doc T command.
6861 (Buffer Convenience): Clarify menu.
6862
6863 * basic.texi (Undo): Clarify last change.
6864
6865 2005-02-02 Matt Hodges <MPHodges@member.fsf.org>
6866
6867 * fixit.texi (Spelling): Fix typo.
6868
6869 2005-02-01 Luc Teirlinck <teirllm@auburn.edu>
6870
6871 * basic.texi (Undo): Update description of `undo-outer-limit'.
6872
6873 2005-02-01 Nick Roberts <nickrob@snap.net.nz>
6874
6875 * building.texi: Update documentation relating to GDB Graphical
6876 Interface.
6877
6878 2005-01-30 Luc Teirlinck <teirllm@auburn.edu>
6879
6880 * custom.texi (Easy Customization): Adapt menu to node name change.
6881
6882 2005-01-30 Richard M. Stallman <rms@gnu.org>
6883
6884 * custom.texi (Easy Customization): Defn of "User Option" now
6885 includes faces. Don't say just "option" when talking about variables.
6886 Do say just "options" to mean "anything customizable".
6887 (Specific Customization): Describe `customize-variable',
6888 not `customize-option'.
6889
6890 * glossary.texi (Glossary) <Faces>: Add xref.
6891 <User Option>: Change definition--include faces. Change xref.
6892
6893 * picture.texi (Picture): Mention artist.el.
6894
6895 * sending.texi, screen.texi, programs.texi, misc.texi:
6896 * mini.texi, major.texi, maintaining.texi, macos.texi:
6897 * help.texi, frames.texi, files.texi:
6898 Don't say just "option" when talking about variables.
6899
6900 * display.texi, mule.texi: Don't say just "option" when talking
6901 about variables. Other minor cleanups.
6902
6903 2005-01-26 Lute Kamstra <lute@gnu.org>
6904
6905 * cmdargs.texi (Initial Options): Add a cross reference to `Init
6906 File'. Mention the `-Q' option at the `--no-site-file' option.
6907
6908 2005-01-22 David Kastrup <dak@gnu.org>
6909
6910 * building.texi (Grep Searching): Mention alias `find-grep' for
6911 `grep-find'.
6912
6913 2005-01-20 Richard M. Stallman <rms@gnu.org>
6914
6915 * calendar.texi (Time Intervals): Delete special stuff for MS-DOS.
6916
6917 2005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
6918
6919 * rmail.texi (Movemail): Explain differences
6920 between standard and mailutils versions of movemail.
6921 Describe command line and configuration options introduced
6922 with the latter.
6923 Explain the notion of mailbox URL, provide examples and
6924 cross-references to mailutils documentation.
6925 Describe various methods of specifying mailbox names,
6926 user names and user passwords for rmail.
6927 (Remote Mailboxes): New section.
6928 Describe how movemail handles remote mailboxes. Describe configuration
6929 options used to control its behavior.
6930 (Other Mailbox Formats): Explain handling of various mailbox
6931 formats.
6932
6933 2005-01-13 Richard M. Stallman <rms@gnu.org>
6934
6935 * commands.texi (Commands): Clarification.
6936
6937 2005-01-11 Richard M. Stallman <rms@gnu.org>
6938
6939 * programs.texi (Multi-line Indent): Fix previous change.
6940 (Fortran Autofill): Simplify description of fortran-auto-fill-mode.
6941
6942 2005-01-08 Richard M. Stallman <rms@gnu.org>
6943
6944 * display.texi (Faces): isearch-lazy-highlight-face renamed to
6945 lazy-highlight.
6946
6947 * search.texi (Query Replace): Mention faces query-replace
6948 and lazy-highlight.
6949 (Incremental Search): Update isearch highlighting info.
6950
6951 2005-01-04 Richard M. Stallman <rms@gnu.org>
6952
6953 * custom.texi (Saving Customizations): Minor improvement.
6954
6955 2005-01-03 Luc Teirlinck <teirllm@auburn.edu>
6956
6957 * custom.texi (Saving Customizations): Emacs no longer loads
6958 `custom-file' after .emacs. No longer mention customizing through
6959 Custom.
6960
6961 2005-01-01 Andreas Schwab <schwab@suse.de>
6962
6963 * killing.texi (Graphical Kill): Move up under node Killing,
6964 change @section to @subsection.
6965
6966 2005-01-01 Richard M. Stallman <rms@gnu.org>
6967
6968 * custom.texi (Face Customization): Mention hex color specs.
6969
6970 * emacs.texi (Top): Update Killing submenu.
6971
6972 * killing.texi (Killing): Reorganize section.
6973 No more TeX-only text; put the node command at start of chapter.
6974 But the first section heading is used only in TeX.
6975 Rewrite the text to read better in this mode.
6976 (Graphical Kill): New subnode gets some of the text that
6977 used to be in the first section.
6978
6979 2004-12-31 Richard M. Stallman <rms@gnu.org>
6980
6981 * dired.texi (Shell Commands in Dired): Delete the ? example.
6982
6983 * display.texi (Scrolling): Correct scroll-preserve-screen-position.
6984
6985 * files.texi (Saving): Describe new require-final-newline features
6986 and mode-require-final-newline.
6987
6988 2004-12-29 Richard M. Stallman <rms@gnu.org>
6989
6990 * custom.texi (File Variables): Clarify previous change.
6991
6992 2004-12-27 Jan Djärv <jan.h.d@swipnet.se>
6993
6994 * frames.texi (Dialog Boxes): Mention Gtk+ 2.6 also, as that version is
6995 out now.
6996
6997 2004-12-27 Richard M. Stallman <rms@gnu.org>
6998
6999 * Makefile.in (MAKEINFO): Specify --force.
7000
7001 * basic.texi (Moving Point): C-e now runs move-end-of-line.
7002 (Undo): Doc undo-outer-limit.
7003
7004 2004-12-15 Juri Linkov <juri@jurta.org>
7005
7006 * mark.texi (Transient Mark, Mark Ring): M-< and other
7007 movement commands don't set mark in Transient Mark mode
7008 if mark is active.
7009
7010 2004-12-12 Juri Linkov <juri@jurta.org>
7011
7012 * misc.texi (FFAP): Add C-x C-r, C-x C-v, C-x C-d,
7013 C-x 4 r, C-x 4 d, C-x 5 r, C-x 5 d.
7014
7015 * dired.texi (Dired Navigation): Add @r{(Dired)} to M-g.
7016 (Misc Dired Commands): Add @r{(Dired)} to w.
7017
7018 2004-12-12 Juri Linkov <juri@jurta.org>
7019
7020 * mark.texi (Marking Objects): Marking commands also extend the
7021 region when mark is active in Transient Mark mode.
7022
7023 2004-12-08 Luc Teirlinck <teirllm@auburn.edu>
7024
7025 * custom.texi (Saving Customizations): Emacs only loads the custom
7026 file automatically after the init file in version 22.1 or later.
7027 Adapt text and examples to this fact.
7028
7029 2004-12-07 Luc Teirlinck <teirllm@auburn.edu>
7030
7031 * frames.texi (Scroll Bars): The option `scroll-bar-mode' has to
7032 be set through Custom. Otherwise, it has no effect.
7033
7034 2004-12-05 Richard M. Stallman <rms@gnu.org>
7035
7036 * cmdargs.texi, doclicense.texi, xresources.texi, emacs.texi:
7037 * entering.texi: Rename Command Line to Emacs Invocation.
7038
7039 * misc.texi (Term Mode): Correctly describe C-c.
7040
7041 * custom.texi (Easy Customization): Move up to section level,
7042 before Variables. Avoid using the term "variable"; say "option".
7043 New initial explanation.
7044 (Variables): In initial explanation, connect "variable" to the
7045 already-explained "user option".
7046
7047 * emacs.texi (Top): Fix ref to Command Line.
7048 Move reference to Easy Customization.
7049
7050 * xresources.texi (X Resources): Fix From link.
7051
7052 * doclicense.texi (GNU Free Documentation License): Fix To link.
7053
7054 * entering.texi (Entering Emacs): Fix xref, now to Command Line.
7055
7056 * cmdargs.texi (Command Line): Node renamed from Command Arguments.
7057
7058 2004-12-03 Richard M. Stallman <rms@gnu.org>
7059
7060 * cmdargs.texi (Initial Options): Clarify batch mode i/o.
7061
7062 2004-12-01 Luc Teirlinck <teirllm@auburn.edu>
7063
7064 * kmacro.texi: Several small changes in addition to the following.
7065 (Keyboard Macro Ring): Describe behavior of `C-x C-k C-k' when
7066 defining a keyboard macro.
7067 Mention `kmacro-ring-max'.
7068 (Keyboard Macro Counter): Clarify description of
7069 `kmacro-insert-counter', `kmacro-set-counter',
7070 `kmacro-add-counter' and `kmacro-set-format'.
7071
7072 2004-11-29 Reiner Steib <Reiner.Steib@gmx.de>
7073
7074 * custom.texi (File Variables): Add `unibyte' and make it more
7075 clear that `unibyte' and `coding' are special. Suggested by Simon
7076 Krahnke <overlord@gmx.li>.
7077
7078 * mule.texi (Enabling Multibyte): Refer to File Variables.
7079 Suggested by Simon Krahnke <overlord@gmx.li>.
7080
7081 2004-11-26 Jan Djärv <jan.h.d@swipnet.se>
7082
7083 * frames.texi (Dialog Boxes): Rename use-old-gtk-file-dialog to
7084 x-use-old-gtk-file-dialog.
7085
7086 2004-11-20 Richard M. Stallman <rms@gnu.org>
7087
7088 * text.texi (Fill Prefix): M-q doesn't apply fill prefix to first line.
7089
7090 2004-11-09 Lars Brinkhoff <lars@nocrew.org>
7091
7092 * building.texi (Lisp Eval): Delete hyphen in section name.
7093
7094 2004-11-19 Thien-Thi Nguyen <ttn@gnu.org>
7095
7096 * files.texi (Old Versions):
7097 No longer document annotation as "CVS only".
7098
7099 2004-11-10 Andre Spiegel <spiegel@gnu.org>
7100
7101 * files.texi (Version Control): Rewrite the introduction about
7102 version systems, mentioning the new ones that we support.
7103 Thanks to Alex Ott, Karl Fogel, Stefan Monnier, and David Kastrup for
7104 suggestions.
7105
7106 2004-11-03 Jan Djärv <jan.h.d@swipnet.se>
7107
7108 * frames.texi (Dialog Boxes): Replace non-nil with non-@code{nil}.
7109
7110 2004-11-02 Jan Djärv <jan.h.d@swipnet.se>
7111
7112 * frames.texi (Dialog Boxes): Document use-old-gtk-file-dialog.
7113
7114 2004-10-23 Eli Zaretskii <eliz@gnu.org>
7115
7116 * text.texi (Text Based Tables, Table Definition)
7117 (Table Creation, Table Recognition, Cell Commands)
7118 (Cell Justification, Row Commands, Column Commands)
7119 (Fixed Width Mode, Table Conversion, Measuring Tables)
7120 (Table Misc): New nodes, documenting the Table Mode.
7121
7122 2004-10-19 Jason Rumney <jasonr@gnu.org>
7123
7124 * makefile.w32-in (info): Change order of arguments to makeinfo.
7125
7126 2004-10-19 Ulf Jasper <ulf.jasper@web.de>
7127
7128 * calendar.texi (iCalendar): Update for package changes.
7129
7130 2004-10-09 Luc Teirlinck <teirllm@auburn.edu>
7131
7132 * files.texi (Misc File Ops): View mode is a minor mode.
7133
7134 2004-10-08 Glenn Morris <gmorris@ast.cam.ac.uk>
7135
7136 * calendar.texi (iCalendar): Style changes.
7137
7138 2004-10-07 Luc Teirlinck <teirllm@auburn.edu>
7139
7140 * search.texi (Regexps): The regexp described in the example is no
7141 longer stored in the variable `sentence-end'.
7142
7143 2004-10-06 Nick Roberts <nickrob@snap.net.nz>
7144
7145 * building.texi (Starting GUD): Note that multiple debugging
7146 sessions requires `gdb --fullname'.
7147
7148 2004-10-05 Ulf Jasper <ulf.jasper@web.de>
7149
7150 * calendar.texi (iCalendar): New section for a new package.
7151
7152 2004-10-05 Luc Teirlinck <teirllm@auburn.edu>
7153
7154 * text.texi: Various small changes in addition to the following.
7155 (Text): Replace xref for autotype with inforef.
7156 (Sentences): Explain nil value for `sentence-end'.
7157 (Paragraphs): Update default values for `paragraph-start' and
7158 `paragraph-separate'.
7159 (Text Mode): Correct description of Text mode's effect on the
7160 syntax table.
7161 (Outline Visibility): `hide-other' does not hide top level headings.
7162 `selective-display-ellipses' no longer has an effect on Outline mode.
7163 (TeX Misc): Add missing @cindex.
7164 Replace xref for RefTeX with inforef.
7165 (Requesting Formatted Text): The variable
7166 `enriched-fill-after-visiting' no longer exists.
7167 (Editing Format Info): Update names of menu items and commands.
7168 (Format Faces): Mention special effect of specifying the default face.
7169 Describe inheritance of text properties.
7170 Correct description of `fixed' face.
7171 (Format Indentation): Correct description of effect of setting
7172 margins. Mention `set-left-margin' and `set-right-margin'.
7173 (Format Justification): Update names of menu items.
7174 `set-justification-full' is now bound to `M-j b'.
7175 Mention that `default-justification' is a per buffer variable.
7176 (Format Properties): Update name of menu item.
7177 (Forcing Enriched Mode): `format-decode-buffer' automatically
7178 turns on Enriched mode if the buffer is in text/enriched format.
7179
7180 2004-10-05 Emilio C. Lopes <eclig@gmx.net>
7181
7182 * calendar.texi (From Other Calendar): Add calendar-goto-iso-week.
7183
7184 2004-09-28 Kim F. Storm <storm@cua.dk>
7185
7186 * display.texi (Display Custom) <indicate-buffer-boundaries>:
7187 Align with new functionality.
7188
7189 2004-09-22 Luc Teirlinck <teirllm@auburn.edu>
7190
7191 * display.texi (Display Custom): Remove stray `@end defvar'.
7192
7193 2004-09-23 Kim F. Storm <storm@cua.dk>
7194
7195 * display.texi (Display Custom): Add `overflow-newline-into-fringe',
7196 `indicate-buffer-boundaries' and `default-indicate-buffer-boundaries'.
7197
7198 2004-09-20 Richard M. Stallman <rms@gnu.org>
7199
7200 * custom.texi (Hooks): Explain using setq to clear out a hook.
7201 (File Variables): Explain multiline string constants.
7202 (Non-ASCII Rebinding): Explain when you need to update
7203 non-ASCII char codes in .emacs.
7204
7205 * building.texi (Compilation): Explain how to make a silent
7206 subprocess that won't be terminated. Explain compilation-environment.
7207
7208 2004-09-13 Kim F. Storm <storm@cua.dk>
7209
7210 * mini.texi (Repetition): Rename isearch-resume-enabled to
7211 isearch-resume-in-command-history and change default to disabled.
7212
7213 2004-09-09 Kim F. Storm <storm@cua.dk>
7214
7215 * kmacro.texi (Save Keyboard Macro): Replace `name-last-kbd-macro'
7216 with new `kmacro-name-last-macro'.
7217
7218 2004-09-08 Juri Linkov <juri@jurta.org>
7219
7220 * mini.texi (Minibuffer History): Add `history-delete-duplicates'.
7221
7222 2004-09-03 Juri Linkov <juri@jurta.org>
7223
7224 * search.texi (Incremental Search): Update wording for M-%.
7225
7226 2004-09-02 Luc Teirlinck <teirllm@auburn.edu>
7227
7228 * killing.texi (Killing): Correct description of kill commands in
7229 read-only buffer.
7230
7231 2004-09-02 Teodor Zlatanov <tzz@lifelogs.com>
7232
7233 * building.texi (Compilation Mode): Add a paragraph about rules
7234 for finding the compilation buffer for `next-error'.
7235
7236 * search.texi (Other Repeating Search): Mention that Occur mode
7237 supports the next-error functionality.
7238
7239 2004-09-02 Juri Linkov <juri@jurta.org>
7240
7241 * search.texi (Regexp Replace): Add missing backslash to \footnote.
7242
7243 2004-08-31 Luc Teirlinck <teirllm@auburn.edu>
7244
7245 * kmacro.texi (Basic Keyboard Macro):
7246 `apply-macro-to-region-lines' now operates on all lines that begin
7247 in the region, rather than on all complete lines in the region.
7248
7249 2004-08-31 Jan Djärv <jan.h.d@swipnet.se>
7250
7251 * frames.texi (Drag and drop): Add documentation about
7252 x-dnd-test-function and x-dnd-known-types.
7253
7254 2004-08-30 Luc Teirlinck <teirllm@auburn.edu>
7255
7256 * indent.texi: Various minor changes in addition to:
7257 (Indentation Commands): Correct description of `indent-relative'.
7258 (Tab Stops): <TAB> is no longer bound to `tab-to-tab-stop' in Text
7259 mode. The *Tab Stops* buffer uses Overwrite Mode.
7260 (Just Spaces): `tabify' converts sequences of at least two spaces
7261 to tabs.
7262
7263 2004-08-27 Luc Teirlinck <teirllm@auburn.edu>
7264
7265 * frames.texi (Secondary Selection): Setting the secondary
7266 selection with M-Drag-Mouse-1 does not alter the kill ring,
7267 setting it with M-Mouse-1 and M-Mouse-3 does.
7268 (Mode Line Mouse): C-Mouse-2 on scroll bar now also works for
7269 toolkit scroll bars.
7270 (Scroll Bars): Ditto.
7271
7272 * windows.texi (Basic Window): When using a window system, the value
7273 of point in a non-selected window is indicated by a hollow box.
7274 (Split Window): Side by side windows are separated by a scroll bar,
7275 if scroll bars are used.
7276 C-Mouse-2 on scroll bar now also works for toolkit scroll bars.
7277 (Change Window): Correct Mouse-2 vs Mouse-3 mess-up.
7278 (Window Convenience): Update bindings for `winner-undo' and
7279 `winner-redo'.
7280
7281 * ack.texi (Acknowledgments): Use `@unnumbered'.
7282 * misc.texi: Adapt sectioning in Info to the node structure.
7283 (Invoking emacsclient): Make "Invoking emacsclient" a subsection
7284 of "Using Emacs as a Server".
7285 * building.texi (Building): Interchange nodes (for correct numbering).
7286 * programs.texi (Programs): Interchange nodes (for correct numbering).
7287 * killing.texi, entering.texi, commands.texi: Adapt sectioning in
7288 Info to the node structure.
7289 * emacs.texi: Make "GNU GENERAL PUBLIC LICENSE" an appendix.
7290 Rearrange order of nodes and sections such that both "GNU GENERAL
7291 PUBLIC LICENSE" and "GNU Free Documentation License" appear at the
7292 end, as appropriate for appendices.
7293 (Acknowledgments): Put inside @iftex instead of @ifnotinfo.
7294 Use `@unnumberedsec'.
7295 * trouble.texi: Adapt sectioning in Info to the node structure.
7296 Adapt node pointers to change in emacs.texi.
7297 * cmdargs.texi, doclicense.texi: Adapt node pointers.
7298
7299 2004-08-25 Kenichi Handa <handa@m17n.org>
7300
7301 * custom.texi (Non-ASCII Rebinding): Fix and simplify the
7302 description for unibyte mode.
7303
7304 2004-08-23 Luc Teirlinck <teirllm@auburn.edu>
7305
7306 * display.texi (Font Lock): Correct invalid (for hardcopy) @xref.
7307
7308 * search.texi (Regexps): Correct cryptic (in hardcopy) @ref.
7309 (Configuring Scrolling): Correct invalid (for hardcopy) @xref.
7310 (Regexp Replace): Standardize reference to hardcopy Elisp Manual
7311 in @pxref.
7312
7313 2004-08-22 Luc Teirlinck <teirllm@auburn.edu>
7314
7315 * kmacro.texi (Keyboard Macro Counter, Keyboard Macro Step-Edit):
7316 Change section names.
7317
7318 2004-08-21 Luc Teirlinck <teirllm@auburn.edu>
7319
7320 * kmacro.texi (Keyboard Macro Ring): Rename section.
7321 Emacs treats the head of the macro ring as the `last keyboard macro'.
7322 (Keyboard Macro Counter): Minor change.
7323 (Save Keyboard Macro): Some clarifications.
7324 (Edit Keyboard Macro): Rename section.
7325
7326 * buffers.texi (Buffers): Maximum buffer size is now 256M on
7327 32-bit machines.
7328 (Several Buffers): Clarify which buffer is selected if `2' is
7329 pressed in the Buffer Menu.
7330 Auto Revert mode can be used to update the Buffer Menu
7331 automatically.
7332
7333 2004-08-21 Eli Zaretskii <eliz@gnu.org>
7334
7335 * help.texi (Misc Help): Add an index entry for finding an Info
7336 manual by its file name.
7337
7338 2004-08-20 Luc Teirlinck <teirllm@auburn.edu>
7339
7340 * files.texi (Backup Deletion): Correct description of
7341 `delete-old-versions'.
7342 (Time Stamps): `time-stamp' needs to be added to `before-save-hook'.
7343 (Auto Save Files): Recommend `auto-save-mode' to reenable
7344 auto-saving, rather than the abbreviation `auto-save'.
7345
7346 2004-08-17 Luc Teirlinck <teirllm@auburn.edu>
7347
7348 * emacs.texi (Top): Mention "cutting" and "pasting" as synonyms
7349 for "killing" and "yanking" in main menu.
7350
7351 2004-08-16 Richard M. Stallman <rms@gnu.org>
7352
7353 * killing.texi (Yanking, Killing): Minor cleanups.
7354
7355 * mark.texi (Momentary Mark): Minor cleanups.
7356
7357 2004-08-15 Kenichi Handa <handa@etl.go.jp>
7358
7359 * custom.texi (Non-ASCII Rebinding):
7360 C-q always inserts the right code to pass to global-set-key.
7361
7362 2004-08-13 Luc Teirlinck <teirllm@auburn.edu>
7363
7364 * regs.texi (RegNumbers): Mention `C-x r i' binding for
7365 `insert-register', instead of `C-x r g' binding, for consistency.
7366
7367 2004-08-12 Luc Teirlinck <teirllm@auburn.edu>
7368
7369 * fixit.texi (Spelling): Fix typo.
7370
7371 2004-08-11 Luc Teirlinck <teirllm@auburn.edu>
7372
7373 * help.texi (Help): Fix Texinfo usage.
7374
7375 2004-07-24 Richard M. Stallman <rms@gnu.org>
7376
7377 * text.texi (Paragraphs): Update how paragraphs are separated
7378 and the default for paragraph-separate.
7379
7380 * search.texi (Regexp Replace): Further update text for new
7381 replacement operators.
7382
7383 2004-07-18 Luc Teirlinck <teirllm@auburn.edu>
7384
7385 * emacs-xtra.texi (Subdir switches): Dired does not remember the
7386 `R' switch.
7387
7388 * dired.texi (Dired Updating): `k' only deletes inserted
7389 subdirectories from the Dired buffer if a prefix argument was given.
7390
7391 * search.texi (Regexps): Delete redundant definition of `symbol' in
7392 description of `\_>'. It already occurs in the description of `\_<'.
7393
7394 2004-07-01 Juri Linkov <juri@jurta.org>
7395
7396 * search.texi (Incremental Search): Add C-M-w, C-M-y, M-%, C-M-%, M-e.
7397 (Regexp Search): Add M-r.
7398
7399 2004-06-30 Luc Teirlinck <teirllm@auburn.edu>
7400
7401 * makefile.w32-in (EMACSSOURCES): Remove emacs-xtra.
7402
7403 2004-06-29 Jesper Harder <harder@ifa.au.dk>
7404
7405 * search.texi, calendar.texi: Markup fixes.
7406
7407 2004-06-25 Richard M. Stallman <rms@gnu.org>
7408
7409 * search.texi (Regexp Replace): Rewrite description of \# \, and \?.
7410
7411 2004-06-25 David Kastrup <dak@gnu.org>
7412
7413 * search.texi (Regexp Replace): Some typo corrections and
7414 rearrangement.
7415
7416 2004-06-24 David Kastrup <dak@gnu.org>
7417
7418 * search.texi (Unconditional Replace): Use replace-string instead
7419 of query-replace in example.
7420 (Regexp Replace): Add explanations for `\,', `\#' and `\?'
7421 sequences.
7422 (Query Replace): Correct explanation of `^' which does not use
7423 the mark stack.
7424
7425 2004-06-21 Nick Roberts <nickrob@gnu.org>
7426
7427 * misc.texi (Shell History Copying): Document comint-insert-input.
7428 (Shell Ring): Describe comint-dynamic-list-input-ring here.
7429
7430 2004-06-20 Jesper Harder <harder@ifa.au.dk>
7431
7432 * msdog.texi (Text and Binary, MS-DOS Printing): Use m-dash.
7433 * custom.texi (Customization): Do.
7434 * anti.texi (Antinews): Do.
7435 * abbrevs.texi (Defining Abbrevs): Do.
7436
7437 * programs.texi (Info Lookup): Fix keybinding for
7438 info-lookup-symbol.
7439
7440 2004-06-16 Juanma Barranquero <lektu@terra.es>
7441
7442 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, EMACSSOURCES):
7443 Add emacs-xtra.
7444 ($(infodir)/emacs-xtra, emacs-xtra.dvi): New dependencies.
7445 (clean): Add emacs-xtra and flymake. Remove redundancies.
7446
7447 2004-06-15 Luc Teirlinck <teirllm@auburn.edu>
7448
7449 * Makefile.in (INFO_TARGETS, DVI_TARGETS, ../info/emacs-xtra):
7450 Add emacs-xtra.
7451 * emacs-xtra.texi: New file.
7452
7453 2004-06-14 Luc Teirlinck <teirllm@auburn.edu>
7454
7455 * dired.texi (Dired Enter): Mention conditions on `ls' switches.
7456 (Dired and Find): Mention differences with ordinary Dired buffers.
7457
7458 2004-06-13 Richard M. Stallman <rms@gnu.org>
7459
7460 * custom.texi (Init Syntax): Explain about vars that do special
7461 things when set with setq or with Custom.
7462 (Init Examples): Add line-number-mode example.
7463
7464 2004-06-12 Juri Linkov <juri@jurta.org>
7465
7466 * dired.texi (Operating on Files): Add dired-do-touch.
7467
7468 2004-06-10 Juri Linkov <juri@jurta.org>
7469
7470 * building.texi (Lisp Eval): Add C-M-x on defface.
7471
7472 2004-06-08 Luc Teirlinck <teirllm@auburn.edu>
7473
7474 * files.texi (Reverting): Auto-Revert mode and
7475 Global Auto-Revert mode no longer revert remote files.
7476
7477 2004-05-29 Richard M. Stallman <rms@gnu.org>
7478
7479 * custom.texi (Init File): Two dashes start --no-site-file.
7480
7481 2004-05-29 Alan Mackenzie <acm@muc.de>
7482
7483 * programs.texi: Update for CC Mode 5.30 and incidental amendments.
7484 ("AWK"): Is consistently thus spelled throughout.
7485 (AWK, Pike): Document as "C-like modes".
7486 (@kbd{M-j}): Document as alternative to @kbd{C-M-j}.
7487 (M-x man): Supersedes M-x manual-entry.
7488 Add numerous index entries. Correct "ESC a/e" to "M-a/e".
7489
7490 ("Comments in C"): Delete node; the info is in CC Mode manual.
7491 (c-comment-only-line-offset): Remove description.
7492
7493 (C-c ., C-c C-c): Describe new C Mode bindings.
7494
7495 (C-u TAB, indent-code-rigidly, c-indent-exp, c-tab-always-indent)
7496 (@dfn{Style}, c-default-style, comment-column, comment-padding)
7497 (c-up-conditional, c-beginning-of-statement, c-end-of-statement):
7498 Amend definitions.
7499
7500 (c-beginning-of-defun, c-end-of-defun, c-context-line-break):
7501 Describe functions.
7502
7503 (c-comment-start-regexp, c-hanging-comment-ender-p)
7504 (c-hanging-comment-starter-p): Remove obsolete definitions.
7505
7506 * emacs.texi: Remove the menu entry "Comments in C".
7507
7508 2004-05-27 Luc Teirlinck <teirllm@auburn.edu>
7509
7510 * dired.texi (Dired and Find): `find-ls-option' does not apply to
7511 `M-x locate'.
7512
7513 2004-05-16 Karl Berry <karl@gnu.org>
7514
7515 * emacs.texi (ack.texi) [@ifnottex]: Change condition; with @ifinfo,
7516 makeinfo --html fails.
7517 * help.texi (Help Summary) [@ifnottex]: Likewise.
7518
7519 2004-05-13 Nick Roberts <nickrob@gnu.org>
7520
7521 * building.texi (GDB Graphical Interface): Update and describe
7522 layout first.
7523
7524 2004-05-04 Jason Rumney <jasonr@gnu.org>
7525
7526 * makefile.w32-in: Revert last change.
7527
7528 2004-05-03 Jason Rumney <jasonr@gnu.org>
7529
7530 * makefile.w32-in (MULTI_INSTALL_INFO, ENVADD): Use forward slashes.
7531
7532 2004-04-23 Juanma Barranquero <lektu@terra.es>
7533
7534 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
7535
7536 2004-04-18 Juri Linkov <juri@jurta.org>
7537
7538 * fixit.texi (Spelling): Remove file extension from ispell xref.
7539
7540 2004-04-15 Kim F. Storm <storm@cua.dk>
7541
7542 * cmdargs.texi (Initial Options): Add -Q.
7543
7544 2004-04-05 Kim F. Storm <storm@cua.dk>
7545
7546 * custom.texi (File Variables): Add safe-local-eval-forms.
7547
7548 2004-04-02 Luc Teirlinck <teirllm@auburn.edu>
7549
7550 * files.texi (Reverting): Correct description of revert-buffer's
7551 handling of point.
7552
7553 2004-03-22 Juri Linkov <juri@jurta.org>
7554
7555 * emacs.texi (Top): Add `Misc X'.
7556
7557 * trouble.texi: Fix help key bindings.
7558
7559 * glossary.texi: Improve references.
7560
7561 * help.texi: Sync keywords with finder.el.
7562
7563 * mini.texi (Completion): Add description for menu items.
7564
7565 * misc.texi (Browse-URL, FFAP): Add information about keywords.
7566
7567 * sending.texi (Mail Methods): Fix xref to Message manual.
7568
7569 2004-03-12 Richard M. Stallman <rms@gnu.org>
7570
7571 * buffers.texi (Misc Buffer): Add index entry for rename-uniquely.
7572
7573 2004-03-04 Richard M. Stallman <rms@gnu.org>
7574
7575 * search.texi (Regexps): Explain that ^ and $ have their
7576 special meanings only in certain contexts.
7577
7578 * programs.texi (Expressions): Doc C-M-SPC as alias for C-M-@.
7579
7580 * mule.texi (Specify Coding): Doc C-x RET F.
7581
7582 * buffers.texi (Misc Buffer): Explain use of M-x rename-uniquely
7583 for multiple compile and grep buffers.
7584 (Indirect Buffers): Don't recommand clone-indirect-buffer
7585 for multiple compile and grep buffers.
7586
7587 2004-02-29 Juanma Barranquero <lektu@terra.es>
7588
7589 * makefile.w32-in (mostlyclean, clean, maintainer-clean):
7590 Use $(DEL) instead of rm, and ignore exit code.
7591
7592 2004-02-23 Nick Roberts <nick@nick.uklinux.net>
7593
7594 * building.texi (Watch Expressions): Update.
7595
7596 2004-02-21 Juri Linkov <juri@jurta.org>
7597
7598 * cmdargs.texi (Action Arguments): Add alias --find-file.
7599 Add --directory, --help, --version. Move text about command-line-args
7600 to Command Arguments.
7601 (Initial Options): Add @cindex for --script. Fix @cindex for -q.
7602 Add --no-desktop. Add alias --no-multibyte, --no-unibyte.
7603 (Window Size X): Join -g and --geometry. Add @cindex.
7604 (Borders X): Fix @cindex for -ib. Add @cindex for -bw.
7605 (Title X): Remove alias -title.
7606 (Misc X): New node.
7607
7608 2004-02-15 Jan Djärv <jan.h.d@swipnet.se>
7609
7610 * frames.texi (Drag and drop): Add Motif to list of supported
7611 protocols.
7612
7613 2004-02-03 Jan Djärv <jan.h.d@swipnet.se>
7614
7615 * frames.texi (Drag and drop): New section.
7616
7617 2004-01-24 Richard M. Stallman <rms@gnu.org>
7618
7619 * emacs.texi (Acknowledgments): Rename from Acknowledgements.
7620 Include it only @ifnotinfo. Patch the preceding and following
7621 node headers to point to each other.
7622
7623 2004-01-11 Glenn Morris <gmorris@ast.cam.ac.uk>
7624
7625 * calendar.texi (Appointments): Update section.
7626
7627 2003-12-29 Kevin Ryde <user42@zip.com.au>
7628
7629 * programs.texi (C Modes): Fix the xref.
7630
7631 2003-12-23 Nick Roberts <nick@nick.uklinux.net>
7632
7633 * building.texi (Watch Expressions): Update.
7634 (Commands of GUD): Include use of toolbar + breakpoints set from
7635 fringe/margin.
7636
7637 2003-12-03 Andre Spiegel <spiegel@gnu.org>
7638
7639 * files.texi: Say how to disable VC. Suggested by Alan Mackenzie
7640 <acm@muc.de>.
7641
7642 2003-11-29 Jan Djärv <jan.h.d@swipnet.se>
7643
7644 * frames.texi (Dialog Boxes): Add use-file-dialog.
7645
7646 2003-11-22 Martin Stjernholm <bug-cc-mode@gnu.org>
7647
7648 * ack.texi: Note that Alan Mackenzie contributed the AWK support
7649 in CC Mode.
7650
7651 2003-11-02 Jesper Harder <harder@ifa.au.dk> (tiny change)
7652
7653 * man/ack.texi, man/basic.texi, man/cmdargs.texi:
7654 * man/commands.texi, man/custom.texi, man/display.texi:
7655 * man/emacs.texi, man/files.texi:
7656 * man/frames.texi, man/glossary.texi, man/killing.texi:
7657 * man/macos.texi, man/mark.texi, man/misc.texi, man/msdog.texi:
7658 * man/mule.texi, man/rmail.texi, man/search.texi:
7659 * man/sending.texi, man/text.texi, man/trouble.texi:
7660 Replace @sc{ascii} and ASCII with @acronym{ASCII}.
7661
7662 2003-11-01 Alan Mackenzie <acm@muc.de>
7663
7664 * search.texi (Scrolling During Incremental Search): Document a
7665 new scrolling facility in isearch mode.
7666
7667 2003-10-22 Miles Bader <miles@gnu.org>
7668
7669 * Makefile.in (info): Move before $(top_srcdir)/info.
7670
7671 2003-10-22 Nick Roberts <nick@nick.uklinux.net>
7672
7673 * building.texi (Watch Expressions): Update section on data display
7674 to reflect code changes (GDB Graphical Interface).
7675
7676 2003-10-13 Richard M. Stallman <rms@gnu.org>
7677
7678 * xresources.texi (GTK resources): Clean up previous change.
7679
7680 2003-10-12 Jan Djärv <jan.h.d@swipnet.se>
7681
7682 * xresources.texi (GTK resources): Add a note that some themes
7683 disallow customizations. Add scroll theme example.
7684
7685 2003-09-30 Richard M. Stallman <rms@gnu.org>
7686
7687 * cmdargs.texi (General Variables): Remove MAILRC envvar.
7688
7689 * misc.texi (Saving Emacs Sessions): Shorten the section,
7690 collapsing back into one node.
7691
7692 2003-09-30 Lars Hansen <larsh@math.ku.dk>
7693
7694 * misc.texi: Section "Saving Emacs Sessions" rewritten.
7695
7696 2003-09-29 Jan Djärv <jan.h.d@swipnet.se>
7697
7698 * xresources.texi (GTK names in Emacs): Correct typo.
7699
7700 2003-09-24 Luc Teirlinck <teirllm@mail.auburn.edu>
7701
7702 * cmdargs.texi (Font X): Mention new default font.
7703 More fully describe long font names, wildcard patterns and the
7704 problems involved. (Result of discussion on emacs-devel.)
7705
7706 2003-09-22 Luc Teirlinck <teirllm@mail.auburn.edu>
7707
7708 * emacs.texi (Acknowledgements): Correct typo.
7709
7710 2003-09-22 Richard M. Stallman <rms@gnu.org>
7711
7712 * dired.texi (Misc Dired Commands): New node.
7713 (Dired Navigation): Add dired-goto-file.
7714
7715 * files.texi (File Aliases, Misc File Ops): Add @cindex entries.
7716
7717 * emacs.texi (Acknowledgements): New node, split from Distribution.
7718
7719 * cmdargs.texi (Action Arguments): -f reads interactive args.
7720
7721 2003-09-08 Lute Kamstra <lute@gnu.org>
7722
7723 * screen.texi (Mode Line): Say that POS comes before LINE.
7724 Mention `size-indication-mode'.
7725 * display.texi (Optional Mode Line):
7726 Document `size-indication-mode'.
7727 * basic.texi (Position Info): Mention `size-indication-mode'.
7728
7729 2003-09-07 Luc Teirlinck <teirllm@mail.auburn.edu>
7730
7731 * xresources.texi (Resources): Refer to `editres' man page.
7732 (Lucid Resources): Update defaults. Expand description of
7733 `shadowThickness'.
7734
7735 2003-09-04 Miles Bader <miles@gnu.org>
7736
7737 * Makefile.in (top_srcdir): New variable.
7738 ($(top_srcdir)/info): New rule.
7739 (info): Depend on it.
7740
7741 2003-09-03 Peter Runestig <peter@runestig.com>
7742
7743 * makefile.w32-in: New file.
7744
7745 2003-08-29 Richard M. Stallman <rms@gnu.org>
7746
7747 * misc.texi (Saving Emacs Sessions): Correct previous change.
7748
7749 2003-08-19 Luc Teirlinck <teirllm@mail.auburn.edu>
7750
7751 * emacs.texi (Top): Update menu to reflect new Keyboard Macros chapter.
7752 (Intro): Include kmacro.texi after fixit.texi instead of after
7753 custom.texi. (As suggested by Kim Storm.)
7754
7755 2003-08-18 Luc Teirlinck <teirllm@mail.auburn.edu>
7756
7757 * fixit.texi (Fixit): Update `Next' pointer.
7758 * files.texi (Files): Update `Previous' pointer.
7759 * kmacro.texi (Keyboard Macros): Remove redundant node and section.
7760 * emacs.texi (Intro): Include kmacro.texi after custom.texi.
7761 (Suggested by Kim Storm.)
7762 * Makefile (EMACSSOURCES): Add kmacro.texi. (Suggested by Kim Storm.)
7763
7764 2003-08-18 Kim F. Storm <storm@cua.dk>
7765
7766 * kmacro.texi: New file describing enhanced keyboard macro
7767 functionality. Replaces old description in custom.texi.
7768
7769 * custom.texi (Customization): Add xref to Keyboard Macros chapter.
7770 (Keyboard Macros): Move to new kmacro.texi file.
7771
7772 * emacs.texi (Keyboard Macros): Reference new keyboard macro topics.
7773
7774 2003-08-17 Edward M. Reingold <reingold@emr.cs.iit.edu>
7775
7776 * calendar.texi (Specified Dates): Add `calendar-goto-day-of-year'.
7777
7778 2003-08-17 Alex Schroeder <alex@gnu.org>
7779
7780 * misc.texi (Saving Emacs Sessions): Manual M-x desktop-save not
7781 required.
7782
7783 2003-08-05 Richard M. Stallman <rms@gnu.org>
7784
7785 * programs.texi (Lisp Indent): Don't describe
7786 lisp-indent-function property here. Use xref to Lisp Manual.
7787
7788 2003-08-03 Glenn Morris <gmorris@ast.cam.ac.uk>
7789
7790 * calendar.texi (Date Formats): Document changed behavior of
7791 abbreviations.
7792
7793 2003-07-24 Markus Rost <rost@math.ohio-state.edu>
7794
7795 * buffers.texi (List Buffers): Fix previous change.
7796
7797 2003-07-13 Markus Rost <rost@math.ohio-state.edu>
7798
7799 * buffers.texi (List Buffers): Adjust to new format of *Buffer
7800 List*.
7801
7802 2003-07-07 Luc Teirlinck <teirllm@mail.auburn.edu>
7803
7804 * display.texi (Font Lock): Fix typo.
7805
7806 2003-07-07 Richard M. Stallman <rms@gnu.org>
7807
7808 * display.texi (Font Lock): Add xref for format info on
7809 font-lock-remove-keywords.
7810
7811 * building.texi (Compilation): Document what happens with asynch
7812 children of compiler process.
7813
7814 * help.texi (Library Keywords): Use @multitable.
7815
7816 2003-06-04 Richard M. Stallman <rms@gnu.org>
7817
7818 * programs.texi (Expressions): Delete C-M-DEL.
7819
7820 * misc.texi (Shell Options): Clarify comint-scroll-show-maximum-output.
7821 comint-move-point-for-output renamed from
7822 comint-scroll-to-bottom-on-output.
7823
7824 * custom.texi (Init Rebinding): Replace previous change with xref.
7825 (Non-ASCII Rebinding): Explain that issue more briefly here.
7826
7827 2003-05-28 Richard M. Stallman <rms@gnu.org>
7828
7829 * indent.texi (Indentation): Condense, simplify, clarify prev change.
7830
7831 2003-05-28 Nick Roberts <nick@nick.uklinux.net>
7832
7833 * building.texi (GDB Graphical Interface): New node.
7834 (Rewritten somewhat by RMS.)
7835
7836 2003-05-28 Kai Großjohann <kai.grossjohann@gmx.net>
7837
7838 * custom.texi (Init Rebinding): Xref Non-ASCII Rebinding, for
7839 non-English letters. Explain how to set coding systems correctly
7840 and how to include the right coding cookie in the file.
7841
7842 2003-05-22 Kai Großjohann <kai.grossjohann@gmx.net>
7843
7844 * indent.texi (Indentation): Explain the concepts.
7845 (Just Spaces): Explain why preventing tabs for indentation might
7846 be useful.
7847
7848 2003-04-16 Richard M. Stallman <rms@gnu.org>
7849
7850 * search.texi (Regexps): Ref to Lisp manual for more regexp features.
7851
7852 2003-02-22 Alex Schroeder <alex@emacswiki.org>
7853
7854 * cmdargs.texi (General Variables): Document SMTPSERVER.
7855
7856 * sending.texi: Remove SMTP node.
7857 (Mail Sending): Describe `send-mail-function'. Link to SMTP
7858 library.
7859
7860 2003-02-22 Alex Schroeder <alex@emacswiki.org>
7861
7862 * sending.texi (Sending via SMTP): Explain MTA/MUA.
7863
7864 2003-02-22 Simon Josefsson <jas@extundo.com>
7865
7866 * sending.texi (Mail Methods): Add node about SMTP.
7867
7868 2003-02-17 Jan Djärv <jan.h.d@swipnet.se>
7869
7870 * xresources.texi (GTK names in Emacs): Add emacs-toolbar - GtkToolbar.
7871
7872 2003-02-01 Kevin Ryde <user42@zip.com.au>
7873
7874 * glossary.texi (Glossary): Correction to cl cross reference.
7875
7876 2003-01-20 Richard M. Stallman <rms@gnu.org>
7877
7878 * killing.texi (Rectangles): Document C-x c r.
7879
7880 2003-01-19 Jan Djärv <jan.h.d@swipnet.se>
7881
7882 * xresources.texi (GTK resources): New node.
7883 (GTK widget names): New node.
7884 (GTK names in Emacs): New node.
7885 (GTK styles): New node.
7886
7887 2003-01-09 Francesco Potortì <pot@gnu.org>
7888
7889 * maintaining.texi (Create Tags Table): Add reference to the new
7890 `etags --help --lang=LANG' option.
7891
7892 2002-10-02 Karl Berry <karl@gnu.org>
7893
7894 * emacs.texi: Per rms, update all manuals to use @copying instead of
7895 @ifinfo. Also use @ifnottex instead of @ifinfo around the top node,
7896 where needed for the sake of the HTML output.
7897
7898 2001-12-20 Eli Zaretskii <eliz@is.elta.co.il>
7899
7900 * Makefile.in (EMACSSOURCES): Update the list of Emacs manual
7901 source files.
7902
7903 2001-11-16 Eli Zaretskii <eliz@is.elta.co.il>
7904
7905 * Makefile.in (emacsman): New target.
7906
7907 2001-10-20 Gerd Moellmann <gerd@gnu.org>
7908
7909 * (Version 21.1 released.)
7910
7911 2001-10-05 Gerd Moellmann <gerd@gnu.org>
7912
7913 * Branch for 21.1.
7914
7915 2001-03-05 Gerd Moellmann <gerd@gnu.org>
7916
7917 * Makefile.in (mostlyclean, maintainer-clean): Delete more files.
7918
7919 2000-05-31 Stefan Monnier <monnier@cs.yale.edu>
7920
7921 * .cvsignore (*.tmp): New entry. Seems to be used for @macro.
7922
7923 1999-07-12 Richard Stallman <rms@gnu.org>
7924
7925 * Version 20.4 released.
7926
7927 1998-12-04 Markus Rost <rost@delysid.gnu.org>
7928
7929 * Makefile.in (INFO_TARGETS): Delete customize.info.
7930 (DVI_TARGETS): Delete customize.dvi.
7931 (../info/customize, customize.dvi): Targets deleted.
7932
7933 1998-08-19 Richard Stallman <rms@psilocin.ai.mit.edu>
7934
7935 * Version 20.3 released.
7936
7937 1998-05-06 Richard Stallman <rms@psilocin.gnu.org>
7938
7939 * Makefile.in (EMACSSOURCES): Add mule.texi.
7940 Add msdog.texi, ack.texi. Remove gnu1.texi.
7941
7942 1998-04-06 Andreas Schwab <schwab@gnu.org>
7943
7944 * Makefile.in (ENVADD): Environment vars to pass to texi2dvi.
7945 Use it in dvi targets.
7946
7947 1997-09-23 Paul Eggert <eggert@twinsun.com>
7948
7949 * Makefile.in: Merge changes mistakenly made to `Makefile'.
7950 (INFO_TARGETS): Change ../info/custom to ../info/customize.
7951 (../info/customize): Rename from ../info/custom.
7952
7953 1997-09-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7954
7955 * Version 20.2 released.
7956
7957 1997-09-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7958
7959 * Version 20.1 released.
7960
7961 1997-08-24 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7962
7963 * Makefile (../info/customize, customize.dvi): New targets.
7964 (INFO_TARGETS): Add ../info/customize.
7965 (DVI_TARGETS): Add customize.dvi.
7966
7967 1996-08-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7968
7969 * Version 19.33 released.
7970
7971 1996-07-31 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7972
7973 * Version 19.32 released.
7974
7975 1996-06-20 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7976
7977 * Makefile.in (All info targets): cd $(srcdir) to do the work.
7978
7979 1996-06-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7980
7981 * Makefile.in (All info targets): Specify $(srcdir) in input files.
7982 Specify -I option.
7983 (All dvi targets): Set the TEXINPUTS variable.
7984
7985 1996-05-25 Karl Heuer <kwzh@gnu.ai.mit.edu>
7986
7987 * Version 19.31 released.
7988
7989 1995-11-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7990
7991 * Version 19.30 released.
7992
7993 1995-02-07 Richard Stallman <rms@pogo.gnu.ai.mit.edu>
7994
7995 * Makefile.in (maintainer-clean): Rename from realclean.
7996
7997 1994-11-23 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7998
7999 * Makefile.in: New file.
8000 * Makefile: File deleted.
8001
8002 1994-11-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8003
8004 * Makefile (TEXINDEX_OBJS): Variable deleted.
8005 (texindex, texindex.o, getopt.o): Rules deleted.
8006 All deps on texindex deleted.
8007 (distclean): Don't delete texindex.
8008 (mostlyclean): Don't delete *.o.
8009 * texindex.c, getopt.c: Files deleted.
8010
8011 1994-09-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8012
8013 * Version 19.26 released.
8014
8015 1994-07-02 Richard Stallman (rms@gnu.ai.mit.edu)
8016
8017 * Makefile (EMACSSOURCES): Exclude undo.texi.
8018
8019 1994-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8020
8021 * Version 19.25 released.
8022
8023 1994-05-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8024
8025 * Version 19.24 released.
8026
8027 1994-05-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8028
8029 * Version 19.23 released.
8030
8031 1994-04-17 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8032
8033 * Makefile: Delete spurious tab.
8034
8035 1994-02-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8036
8037 * Makefile (.SUFFIXES): New rule.
8038
8039 1993-12-04 Richard Stallman (rms@srarc2)
8040
8041 * getopt.c: New file.
8042 * Makefile (TEXINDEX_OBJS): Use getopt.o in this dir, not ../lib-src.
8043 (getopt.o): New rule.
8044 (dvi): Don't depend on texindex.
8045 (emacs.dvi): Depend on texindex.
8046
8047 1993-12-03 Richard Stallman (rms@srarc2)
8048
8049 * Makefile (TEXI2DVI): New variable.
8050 (emacs.dvi): Add explicit command.
8051 (TEXINDEX_OBJS): Delete duplicate getopt.o.
8052
8053 1993-11-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8054
8055 * Version 19.22 released.
8056
8057 1993-11-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8058
8059 * Makefile (TEXINDEX_OBJS): Delete spurious period.
8060
8061 1993-11-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8062
8063 * Version 19.21 released.
8064
8065 1993-11-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8066
8067 * Makefile (realclean): Don't delete the Info files.
8068
8069 1993-10-25 Brian J. Fox (bfox@albert.gnu.ai.mit.edu)
8070
8071 * frames.texi (Creating Frames): Mention `C-x 5' instead of `C-x
8072 4' where appropriate.
8073
8074 1993-10-20 Brian J. Fox (bfox@ai.mit.edu)
8075
8076 * Makefile: Fix targets for texindex.
8077
8078 * texindex.c: Include "../src/config.h" if building in emacs.
8079
8080 * Makefile: Change all files to FILENAME.texi, force all targets
8081 to be FILENAME, not FILENAME.info.
8082 Add target to build texindex.c, defining `emacs'.
8083
8084 1993-08-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8085
8086 * Version 19.19 released.
8087
8088 1993-08-08 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8089
8090 * Version 19.18 released.
8091
8092 1993-07-20 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8093
8094 * Makefile: Fix source file names of the separate manuals.
8095
8096 1993-07-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8097
8098 * Version 19.17 released.
8099
8100 1993-07-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8101
8102 * split-man: Fix typos in last change.
8103
8104 1993-07-06 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
8105
8106 * Version 19.16 released.
8107
8108 1993-06-19 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
8109
8110 * version 19.15 released.
8111
8112 1993-06-18 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
8113
8114 * Makefile (distclean): It's rm, not rf.
8115
8116 1993-06-17 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
8117
8118 * Version 19.14 released.
8119
8120 1993-06-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
8121
8122 * Makefile: New file.
8123
8124 1993-06-08 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
8125
8126 * Version 19.13 released.
8127
8128 1993-05-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
8129
8130 * Version 19.9 released.
8131
8132 1993-05-25 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
8133
8134 * Version 19.8 released.
8135
8136 1993-05-25 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
8137
8138 * cmdargs.texi: Document the -i, -itype, and -iconic options.
8139
8140 * trouble.texi: It's `enable-flow-control-on', not
8141 `evade-flow-control-on'.
8142
8143 1993-05-24 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
8144
8145 * display.texi: Document standard-display-european.
8146
8147 1993-05-22 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
8148
8149 * Version 19.7 released.
8150
8151 * emacs.texi: Add a sentence to the top menu mentioning the
8152 specific version of Emacs this manual applies to.
8153
8154 1993-04-25 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
8155
8156 * basic.texi: Document next-line-add-lines variable used to
8157 implement down-arrow.
8158
8159 * killing.texi: Document kill-whole-line.
8160
8161 1993-04-18 Noah Friedman (friedman@nutrimat.gnu.ai.mit.edu)
8162
8163 * text.texi: Update unix TeX ordering information.
8164
8165 1993-03-26 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
8166
8167 * news.texi: Mention fill-rectangle in keybinding list.
8168
8169 * killing.texi: Document fill-rectangle.
8170
8171 1993-03-17 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
8172
8173 * vc.texi: Bring the docs up to date with VC 5.2.
8174
8175 1992-01-10 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
8176
8177 * emacs.tex: Mention blackbox and gomoku under Amusements.
8178 Assembler mode is now mentioned and appropriately indexed
8179 under Programming Modes.
8180
8181 1991-02-15 Robert J. Chassell (bob@wookumz.ai.mit.edu)
8182
8183 * emacs.tex: Update TeX ordering information.
8184
8185 1990-06-26 David Lawrence (tale@geech)
8186
8187 * emacs.tex: Note that completion-ignored-extensions is not used
8188 to filter out names when all completions are displayed in
8189 *Completions*.
8190
8191 1990-05-25 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
8192
8193 * texindex.tex: If USG, include sys/types.h and sys/fcntl.h.
8194
8195 1990-03-21 Jim Kingdon (kingdon@pogo.ai.mit.edu)
8196
8197 * emacs.tex: Add @findex grep.
8198
8199 1988-08-16 Robert J. Chassell (bob@frosted-flakes.ai.mit.edu)
8200
8201 * emacs.tex: Correct two typos. No other changes before
8202 Version 19 will be made.
8203
8204 1988-05-23 Robert J. Chassell (bob@frosted-flakes.ai.mit.edu)
8205
8206 * emacs.tex: Update information for obtaining TeX distribution from the
8207 University of Washington.
8208
8209 ;; Local Variables:
8210 ;; coding: utf-8
8211 ;; End:
8212
8213 Copyright (C) 1993-1999, 2001-2011 Free Software Foundation, Inc.
8214
8215 This file is part of GNU Emacs.
8216
8217 GNU Emacs is free software: you can redistribute it and/or modify
8218 it under the terms of the GNU General Public License as published by
8219 the Free Software Foundation, either version 3 of the License, or
8220 (at your option) any later version.
8221
8222 GNU Emacs is distributed in the hope that it will be useful,
8223 but WITHOUT ANY WARRANTY; without even the implied warranty of
8224 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
8225 GNU General Public License for more details.
8226
8227 You should have received a copy of the GNU General Public License
8228 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.