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