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