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