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