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