]> code.delx.au - gnu-emacs/blob - doc/emacs/ChangeLog
Merge from emacs-24; up to 117634
[gnu-emacs] / doc / emacs / ChangeLog
1 2014-10-30 Eli Zaretskii <eliz@gnu.org>
2
3 * frames.texi (Scroll Bars): Improve indexing of faces.
4
5 * killing.texi (Secondary Selection): Improve indexing of faces.
6
7 * search.texi (Basic Isearch, Query Replace): Improve indexing of faces.
8
9 * display.texi (Standard Faces, Text Display)
10 (Useless Whitespace): Improve indexing of faces.
11
12 * frames.texi (Frame Commands): Document and index
13 'frame-resize-pixelwise'.
14
15 * windows.texi (Split Window): Document and index
16 'window-resize-pixelwise'.
17
18 2014-10-22 Tassilo Horn <tsdh@gnu.org>
19
20 * misc.texi (Document View): Adapt to latest doc-view changes wrt
21 viewing the document's plain text contents.
22
23 2014-10-20 Glenn Morris <rgm@gnu.org>
24
25 * Merge in all changes up to 24.4 release.
26
27 2014-10-13 Glenn Morris <rgm@gnu.org>
28
29 * Makefile.in (dist): Update for new output variables.
30
31 2014-10-12 Paul Eggert <eggert@cs.ucla.edu>
32
33 * macos.texi (Mac OS / GNUstep, Mac / GNUstep Basics)
34 (Mac / GNUstep Customization): Mac OS X 10.6 or later now required.
35
36 2014-10-09 Glenn Morris <rgm@gnu.org>
37
38 * package.texi (Package Menu): The package list was changed to not
39 say "unsigned" any more.
40
41 2014-10-05 Glenn Morris <rgm@gnu.org>
42
43 * misc.texi (Sorting):
44 * search.texi (Query Replace): Markup fixes.
45
46 2014-10-04 Martin Rudalics <rudalics@gmx.at>
47
48 * frames.texi (Scroll Bars): Describe use of horizontal scroll bars.
49
50 2014-10-04 Glenn Morris <rgm@gnu.org>
51
52 * cmdargs.texi (Misc X):
53 * display.texi (Optional Mode Line):
54 * misc.texi (emacsclient Options):
55 * vc1-xtra.texi (VC Delete/Rename): Small fixes re @var usage.
56
57 * killing.texi (Rectangles): Copyedits re rectangle-mark-mode.
58 (CUA Bindings): Mention rectangle-mark-mode.
59
60 2014-10-03 Martin Rudalics <rudalics@gmx.at>
61
62 * frames.texi (Frame Commands):
63 * cmdargs.texi (Window Size X): Mention the use of
64 `frame-resize-pixelwise' to make frames truly fullscreen or maximized.
65
66 2014-10-02 Glenn Morris <rgm@gnu.org>
67
68 * package.texi (Package Installation): Mention etc/package-keyring.gpg.
69
70 2014-09-29 Eli Zaretskii <eliz@gnu.org>
71
72 * emacsver.texi (EMACSVER): Bump to 20.0.50.
73
74 2014-09-15 Daniel Colascione <dancol@dancol.org>
75
76 * regs.texi (Text Registers): Update end-user documentation
77 to reflect `insert-register' interface change.
78
79 2014-08-07 Reuben Thomas <rrt@sc3d.org>
80
81 * programs.texi (Program Modes): Don't advertise VMS DCL support
82 any more.
83
84 2014-08-07 Reuben Thomas <rrt@sc3d.org>
85
86 Refer to MS-DOS using the same name everywhere.
87
88 * Makefile.in (EMACSSOURCES): ``MS-DOG'', ``MSDOG'' and ``msdog''
89 become ``MS-DOS''; ``msdog'' in filenames becomes ``msdos''.
90 * emacs-xtra.texi: ditto.
91 * emacs.texi: ditto.
92 * makefile.w32-in: ditto.
93 * msdog-xtra.texi: ditto, and rename file.
94 * msdog.texi: ditto, and rename file.
95
96 2014-07-21 Glenn Morris <rgm@gnu.org>
97
98 * emacs.texi (Intro): Workaround makeinfo 4 @acronym bug. (Bug#18040)
99
100 2014-07-09 Juri Linkov <juri@jurta.org>
101
102 * search.texi (Regexp Search): Update lax space matching that is
103 not active in regexp search by default now. (Bug#17901)
104
105 2014-07-03 Glenn Morris <rgm@gnu.org>
106
107 * help.texi (Misc Help):
108 * trouble.texi (Checklist): "Online" help doesn't mean what it
109 used to any more.
110
111 2014-06-23 Glenn Morris <rgm@gnu.org>
112
113 * Makefile.in (%.texi): Disable implicit rules.
114 (mkinfodir): Remove.
115 (.dvi.ps): Replace with pattern rule.
116 (${buildinfodir}): New rule.
117 ($(buildinfodir)/emacs.info): Use order-only prereq for output dir.
118 Use $<.
119 (emacs.dvi, emacs.pdf, emacs.html, emacs-xtra.dvi, emacs-xtra.pdf):
120 Use $<.
121 (%.ps): New rule.
122
123 2014-06-15 Glenn Morris <rgm@gnu.org>
124
125 * Makefile.in (bootstrap-clean): New.
126
127 2014-06-10 Glenn Morris <rgm@gnu.org>
128
129 * Makefile.in (INFO_EXT): Remove and replace by ".info" throughout.
130 (INFO_OPTS): Set directly rather than with configure.
131
132 2014-06-08 Glenn Morris <rgm@gnu.org>
133
134 * entering.texi (Entering Emacs): Small fix re initial-buffer-choice.
135 * misc.texi (emacsclient Options): Copyedit.
136
137 * buffers.texi (Uniquify): Copyedits.
138 * files.texi (Visiting): Update for uniquify changes.
139
140 * dired.texi (Marks vs Flags):
141 * rmail.texi (Rmail Scrolling): Markup fixes re SPC.
142
143 * help.texi (Help, Misc Help): Copyedits.
144
145 * screen.texi (Menu Bar): Copyedits.
146 * msdog.texi (Windows Keyboard): F10 menus are now a general feature.
147
148 * frames.texi (Frame Commands): Copyedits re M-F10, F11.
149 * cmdargs.texi (Window Size X): Copyedits.
150
151 * ack.texi (Acknowledgments):
152 * emacs.texi (Acknowledgments): Updates.
153
154 2014-06-08 Glenn Morris <rgm@gnu.org>
155
156 * ack.texi (Acknowledgments):
157 * emacs.texi (Acknowledgments): Updates.
158
159 * programs.texi (Prettifying Symbols): Remove node.
160 (Misc for Programs): Mention more briefly here.
161 * emacs.texi (Top): Update menu.
162
163 * package.texi (Package Menu, Package Installation):
164 Mention signed packages.
165 (Package Installation): Mention package-pinned-packages.
166
167 2014-06-02 Glenn Morris <rgm@gnu.org>
168
169 * ack.texi (Acknowledgments): Remove some obsolete items.
170 * misc.texi [iftex]: Update chapter summary.
171 (Emulation): Remove section.
172
173 * macos.texi (Mac / GNUstep Customization): Mention ns custom group.
174 (Customization options specific to Mac OS / GNUstep): Remove section.
175
176 * abbrevs.texi (Expanding Abbrevs): Update re abbrev-expand-function.
177
178 2014-05-26 Eli Zaretskii <eliz@gnu.org>
179
180 * frames.texi (Fonts): Clarify which frames are affected by
181 setting font from the menu and in default-frame-alist.
182 (Bug#17532)
183
184 2014-05-14 Eli Zaretskii <eliz@gnu.org>
185
186 * mule.texi (Language Environments): Remove unused @anchor. (Bug#17479)
187
188 2014-05-04 Eli Zaretskii <eliz@gnu.org>
189
190 * trouble.texi (Lossage, DEL Does Not Delete, Stuck Recursive)
191 (Screen Garbled, Text Garbled, After a Crash, Emergency Escape)
192 (Bug Criteria, Understanding Bug Reporting, Checklist, Service):
193 Improve indexing.
194
195 2014-05-04 Leo Liu <sdl.web@gmail.com>
196
197 * cal-xtra.texi (Non-Gregorian Diary): Document new features for
198 Chinese calendar and diary.
199
200 2014-04-30 Eli Zaretskii <eliz@gnu.org>
201
202 * trouble.texi (Quitting, DEL Does Not Delete, Emergency Escape)
203 (Bug Criteria): Fix usage of @kbd and @key. (Bug#17362)
204
205 * text.texi (Words, Pages, Foldout, HTML Mode): Fix usage of @kbd
206 and @key.
207
208 * search.texi (Special Isearch, Regexp Search): Fix usage of @kbd
209 and @key.
210
211 * screen.texi (Echo Area, Menu Bar): Fix usage of @kbd and @key.
212
213 * rmail.texi (Rmail Scrolling): Fix usage of @kbd and @key.
214
215 * programs.texi (Hungry Delete, Other C Commands): Fix usage of
216 @kbd and @key.
217
218 * picture-xtra.texi (Insert in Picture): Fix usage of @kbd and
219 @key.
220
221 * mule.texi (Unibyte Mode, Bidirectional Editing): Fix usage of
222 @kbd and @key.
223
224 * msdog.texi (Windows Keyboard, Windows Processes): Fix usage of
225 @kbd and @key.
226
227 * msdog-xtra.texi (MS-DOS Keyboard, MS-DOS Printing)
228 (MS-DOS Processes): Fix usage of @kbd and @key.
229
230 * misc.texi (Shell Ring, Printing Package): Fix usage of @kbd and
231 @key.
232
233 * mini.texi (Completion Commands, Minibuffer History): Fix usage
234 of @kbd and @key.
235
236 * kmacro.texi (Keyboard Macro Step-Edit): Fix usage of @kbd and
237 @key.
238
239 * killing.texi (Deletion, Rectangles, CUA Bindings): Fix usage of
240 @kbd and @key.
241
242 * indent.texi (Indentation Commands): Fix usage of @kbd and @key.
243
244 * help.texi (Help Mode, Misc Help): Fix usage of @kbd and @key.
245
246 * glossary.texi (Glossary): Fix usage of @kbd and @key.
247
248 * frames.texi (Speedbar): Fix usage of @kbd and @key.
249
250 * files.texi (Misc File Ops, File Name Cache, File Conveniences)
251 (Filesets): Fix usage of @kbd and @key.
252
253 * display.texi (View Mode): Fix usage of @kbd and @key.
254
255 * dired.texi (Image-Dired): Fix usage of @kbd and @key.
256
257 * custom.texi (Modifier Keys, Function Keys, Named ASCII Chars)
258 (Init Syntax): Fix usage of @kbd and @key.
259
260 * commands.texi (User Input): Fix usage of @kbd and @key.
261
262 * calendar.texi (Counting Days, General Calendar): Fix usage of
263 @kbd and @key.
264
265 * building.texi (Threads Buffer): Fix usage of @kbd and @key.
266
267 * buffers.texi (Select Buffer, Icomplete): Fix usage of @kbd and
268 @key.
269
270 * basic.texi (Inserting Text, Erasing, Arguments): Fix usage of
271 @kbd and @key.
272
273 * anti.texi (Antinews): Fix usage of @kbd and @key.
274
275 * sending.texi (Mail Signature): Document signature variables used
276 by Message mode. (Bug#17308)
277
278 2014-04-22 Eli Zaretskii <eliz@gnu.org>
279
280 * buffers.texi (Uniquify): Clarify the default uniquification.
281
282 * indent.texi (Tab Stops): Improve wording.
283
284 * cmdargs.texi (General Variables): Improve docs of
285 EMACSLOADPATH. Index all the environment variables.
286 (Misc Variables): Index all the environment variables.
287
288 2014-04-17 Paul Eggert <eggert@cs.ucla.edu>
289
290 * Makefile.in (infoclean): Be consistent about reporting failures.
291 Do not fail merely because the info directory does not exist,
292 but do fail if it exists and can't be cleaned.
293
294 2014-04-16 Eli Zaretskii <eliz@gnu.org>
295
296 * display.texi (Cursor Display): Explain better how to customize
297 'blink-cursor-blinks'.
298
299 2014-04-07 Glenn Morris <rgm@gnu.org>
300
301 * trouble.texi (Checklist): Dribble files may contain passwords.
302
303 * files.texi (Backup Names):
304 * arevert-xtra.texi (Supporting additional buffers):
305 Update for default values of some -function vars no longer being nil.
306 (Supporting additional buffers):
307 Update for buffer-stale-function also applying to file-buffers.
308
309 2014-03-28 Glenn Morris <rgm@gnu.org>
310
311 * custom.texi (Terminal Init): Mention term-file-aliases.
312
313 2014-03-26 Glenn Morris <rgm@gnu.org>
314
315 * ack.texi (Acknowledgments): Remove reference to obsolete file.
316
317 2014-03-22 Glenn Morris <rgm@gnu.org>
318
319 * help.texi (Help Files): Update C-h g description.
320
321 2014-03-16 Dmitry Gutov <dgutov@yandex.ru>
322
323 * programs.texi (Matching): Update the missed spot. (Bug#17008)
324
325 2014-03-15 Dmitry Gutov <dgutov@yandex.ru>
326
327 * programs.texi (Matching): Update WRT to the new
328 `blink-matching-paren' behavior.
329
330 2014-03-13 Paul Eggert <eggert@cs.ucla.edu>
331
332 * mule.texi (International, Language Environments):
333 Update the list of language environments to what Emacs currently
334 supports. Add the full list to the index. Suggest C-h L for
335 details rather than trying to give very brief details here.
336
337 2014-03-12 Glenn Morris <rgm@gnu.org>
338
339 * cmdargs.texi (General Variables): Don't mention INCPATH,
340 from the obsolete complete.el.
341
342 2014-03-12 Paul Eggert <eggert@cs.ucla.edu>
343
344 * mule.texi (International Chars): Adjust C-u C-x = description.
345 Change it to match Emacs's current behavior. Also, change the
346 example to use ê instead of À, as the isolated grave accent in the
347 latter's decomposition listing was confusingly transliterated to
348 left single quote in the PDF version of the manual.
349
350 2014-03-12 Glenn Morris <rgm@gnu.org>
351
352 * misc.texi (Saving Emacs Sessions): Be briefer about desktop's
353 handling of frames.
354
355 * indent.texi (Indent Convenience): Mention electric-indent-local-mode.
356
357 2014-03-02 Xue Fuqiao <xfq@gnu.org>
358
359 * mark.texi (Mark):
360 * killing.texi (Rectangles): Document `rectangle-mark-mode'.
361
362 2014-03-01 Glenn Morris <rgm@gnu.org>
363
364 * search.texi (Query Replace): Mention search-invisible.
365 * text.texi (Outline Visibility): Mention search-invisible
366 also affects query-replace.
367
368 2014-02-28 Xue Fuqiao <xfq@gnu.org>
369
370 * emacs.texi (Top):
371 * programs.texi (Programs, Prettifying Symbols):
372 Document `prettify-symbols-mode' and `global-prettify-symbols-mode'.
373
374 * misc.texi (Saving Emacs Sessions):
375 Document some new desktop user options.
376
377 2014-02-27 Xue Fuqiao <xfq@gnu.org>
378
379 * programs.texi (Basic Indent, Other C Commands):
380 Fix the description of RET and `C-j'.
381
382 * indent.texi (Indentation Commands): Move the description of
383 `C-j' from here...
384 * basic.texi (Inserting Text): ... to here.
385
386 2014-02-25 Glenn Morris <rgm@gnu.org>
387
388 * custom.texi (Terminal Init):
389 Replace term-setup-hook with tty-setup-hook.
390
391 2014-02-23 Glenn Morris <rgm@gnu.org>
392
393 * rmail.texi (Rmail Inbox): Mention rmail-mbox-format.
394
395 2014-02-20 Glenn Morris <rgm@gnu.org>
396
397 * search.texi (Special Isearch): Mention invisible text.
398 * text.texi (Outline Visibility): Mention `M-s i' in isearch.
399
400 2014-02-18 Glenn Morris <rgm@gnu.org>
401
402 * trouble.texi (Contributing) [WWW_GNU_ORG]: Link to
403 gnu.org version of etc/CONTRIBUTE in html output.
404
405 * misc.texi (Saving Emacs Sessions): Mention desktop-auto-save-timeout.
406
407 2014-02-17 Stefan Monnier <monnier@iro.umontreal.ca>
408
409 * programs.texi (Matching): Fix typo.
410
411 * killing.texi (CUA Bindings): Document the new relationship between
412 cua-mode and delete-selection mode.
413 (CUA Bindings): Mention that rectangle mode can be used on its own.
414
415 2014-02-14 Glenn Morris <rgm@gnu.org>
416
417 * regs.texi (Configuration Registers): Update C-x r f binding.
418
419 2014-02-12 Glenn Morris <rgm@gnu.org>
420
421 * mini.texi (Completion Options): No longer mention icomplete,
422 which has its own section now.
423 * modes.texi (Minor Modes): Update Icomplete xref.
424
425 * help.texi (Package Keywords): Mention describe-package buttons.
426
427 * package.texi (Package Menu): Mention package-menu-filter.
428
429 2014-02-11 Lars Ingebrigtsen <larsi@gnus.org>
430
431 * text.texi (Editing Format Info): Use @samp for menus (bug#13736).
432
433 2014-02-09 Lars Ingebrigtsen <larsi@gnus.org>
434
435 * dired.texi (Hiding Subdirectories): Mention the node for
436 deleting subdirectories (bug#11743).
437
438 2014-02-09 Glenn Morris <rgm@gnu.org>
439
440 * programs.texi (MixedCase Words): Rename node from "Glasses".
441 Move Subword mode here from "Other C Commands" node.
442 (Misc for Programs): Mention Superword mode.
443 * emacs.texi: Update menu.
444
445 2014-02-08 Lars Ingebrigtsen <larsi@gnus.org>
446
447 * regs.texi (File Registers): Clarify metasyntactical variables
448 (bug#13565).
449
450 * search.texi (Search Case): Rearrange text slightly to make it
451 obvious that `M-c' also toggles sensitivity if `case-fold-search'
452 is nil (bug#14726).
453
454 * frames.texi (Mouse Commands): Clarify `mouse-yank-at-click'
455 (bug#16376).
456
457 2014-02-07 Glenn Morris <rgm@gnu.org>
458
459 * display.texi (Highlight Interactively):
460 Mention hi-lock-auto-select-face.
461
462 * anti.texi (Antinews): Fix typo.
463
464 * ack.texi (Acknowledgments): No longer mention obsolete files.
465
466 2014-02-02 Glenn Morris <rgm@gnu.org>
467
468 * regs.texi (Registers): Mention previewing.
469
470 2014-01-29 Glenn Morris <rgm@gnu.org>
471
472 * killing.texi (Deletion): Mention cycle-spacing.
473
474 2014-01-28 Glenn Morris <rgm@gnu.org>
475
476 * text.texi (Fill Commands): Mention fill-single-char-nobreak-p.
477
478 * indent.texi (Tab Stops): Updates for new tab-stop behavior.
479
480 2014-01-27 Glenn Morris <rgm@gnu.org>
481
482 * dired.texi (Misc Dired Features): Copyedits for hide-details.
483
484 * buffers.texi (List Buffers): Tiny edit.
485
486 * calendar.texi (Time Intervals): Update for files in ~/.emacs.d/.
487
488 2014-01-26 Glenn Morris <rgm@gnu.org>
489
490 * ack.texi (Acknowledgments):
491 * programs.texi (Program Modes):
492 Update for delphi.el -> opascal.el renaming.
493
494 * misc.texi (Sorting): Add findex for reverse-region.
495
496 * killing.texi (Deletion): Mention delete-duplicate-lines.
497
498 2014-01-24 Glenn Morris <rgm@gnu.org>
499
500 * ack.texi (Acknowledgments): No longer mention obsolete xesam.el,
501 terminal.el.
502
503 * files.texi (Interlocking): Copyedit.
504
505 2014-01-23 Glenn Morris <rgm@gnu.org>
506
507 * building.texi (Lisp Eval): Update prefix argument behavior
508 of eval-expression, eval-last-sexp.
509
510 2014-01-17 Bastien Guerry <bzg@gnu.org>
511
512 * building.texi (Commands of GUD): Fix keybinding for `gud-break'.
513
514 2014-01-15 Glenn Morris <rgm@gnu.org>
515
516 * files.texi (File Conveniences):
517 * misc.texi (EWW): Copyedits.
518
519 2014-01-10 Glenn Morris <rgm@gnu.org>
520
521 * emacs.texi (Distrib): Add donate URL. Add anchor.
522
523 2014-01-10 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
524
525 * dired.texi (Misc Dired Features): Document `dired-hide-details-mode',
526 `dired-hide-details-hide-symlink-targets', and
527 `dired-hide-details-hide-information-lines'.
528
529 2014-01-09 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
530
531 * emacs.texi: Add EWW.
532 * misc.texi (EWW): Document EWW.
533
534 2014-01-09 Glenn Morris <rgm@gnu.org>
535
536 * trouble.texi (Service): Refer to online service directory
537 rather than etc/SERVICE.
538
539 2014-01-09 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
540
541 * building.texi (Lisp Libraries): Document `load-prefer-newer'.
542
543 * files.texi (File Conveniences): Document `image-next-frame',
544 `image-previous-frame', `image-goto-frame',
545 `image-increase-speed', `image-decrease-speed',
546 `image-reverse-speed', and `image-reset-speed'.
547
548 2014-01-07 Bastien Guerry <bzg@gnu.org>
549
550 * buffers.texi (Buffers): Fix display of @math content by using
551 nested braces. (Bug#16389)
552
553 2014-01-07 Chong Yidong <cyd@gnu.org>
554
555 * search.texi (Special Isearch): Document C-x 8 RET in isearch.
556 (Word Search): Document incremental word search changes.
557 (Isearch Yank): Document M-s C-e with a prefix argument.
558
559 2014-01-07 Glenn Morris <rgm@gnu.org>
560
561 * cal-xtra.texi (Calendar Customizing):
562 Mention calendar-day-header-array.
563
564 2013-12-28 Glenn Morris <rgm@gnu.org>
565
566 * trouble.texi (Understanding Bug Reporting): Brevity.
567
568 2013-12-27 Jarek Czekalski <jarekczek@poczta.onet.pl>
569
570 * mini.texi (Completion Options): Add a link to Shell Options.
571 * misc.texi (Shell Mode): Move documentation of
572 shell-completion-fignore from Shell Mode to Shell Options.
573
574 2013-12-26 João Távora <joaotavora@gmail.com>
575
576 * emacs.texi (Matching): Describe new features of Electric Pair mode.
577
578 2013-12-25 Chong Yidong <cyd@gnu.org>
579
580 * glossary.texi (Glossary): Define MULE in modern terms.
581
582 2013-12-25 Xue Fuqiao <xfq.free@gmail.com>
583
584 * files.texi (Diff Mode): Add an index.
585
586 2013-12-24 Xue Fuqiao <xfq.free@gmail.com>
587
588 * trouble.texi (Understanding Bug Reporting): Minor update.
589 (Checklist): Fix a cross-reference.
590
591 2013-12-23 Xue Fuqiao <xfq.free@gmail.com>
592
593 * regs.texi (Bookmarks): Document `bookmark-default-file'.
594
595 * misc.texi (Shell Mode): Add a cross-reference.
596
597 * building.texi (Lisp Eval): Add an index.
598
599 2013-12-22 Glenn Morris <rgm@gnu.org>
600
601 * entering.texi (Entering Emacs): Typo fix.
602
603 * calendar.texi (General Calendar):
604 * rmail.texi (Rmail Scrolling): Use itemx where appropriate.
605
606 2013-12-22 Eli Zaretskii <eliz@gnu.org>
607
608 * regs.texi (Keyboard Macro Registers): Fix last change.
609
610 2013-12-22 Xue Fuqiao <xfq.free@gmail.com>
611
612 * search.texi (Special Isearch, Query Replace): Document negative
613 argument of replacement commands.
614 (Symbol Search): Document `isearch-forward-symbol-at-point'.
615
616 * files.texi (File Conveniences): Document `image-next-file' and
617 `image-previous-file'.
618
619 * display.texi (Optional Mode Line): Fix an index.
620
621 * regs.texi (File Registers): Document `kmacro-to-register'.
622
623 * indent.texi (Tab Stops): Mention recent changes about `tab-stop-list'.
624
625 * frames.texi (Scroll Bars):
626 Document `scroll-bar-adjust-thumb-portion'.
627
628 2013-12-21 Chong Yidong <cyd@gnu.org>
629
630 * indent.texi (Indentation Commands): Document C-x TAB changes.
631
632 2013-12-20 Tassilo Horn <tsdh@gnu.org>
633
634 * calendar.texi, display.texi, help.texi, rmail.texi:
635 Document `S-SPC' as alternative to scrolling down with `DEL'.
636
637 * frames.texi: Document `toggle-frame-maximized' and
638 `toggle-frame-fullscreen' with their respective keys.
639
640 * buffers.texi: Document buffer name uniquification changes.
641
642 * indent.texi: Document that `electric-indent-mode' is enabled by
643 default.
644
645 * display.texi (Cursor Display): Document `blink-cursor-blinks'.
646
647 * buffers.texi: Update list-buffers "screenshot" to show Messages
648 as major-mode.
649
650 * entering.texi: Document `initial-buffer-choice' changes.
651
652 * misc.texi (emacsclient Options):
653 Document `initial-buffer-choice' changes.
654
655 * help.texi: Document that `?' now also shows subcommands of
656 prefix keys.
657
658 2013-12-17 Chong Yidong <cyd@gnu.org>
659
660 * killing.texi (Appending Kills): Note that append-next-kill can
661 prepend the kill.
662
663 2013-12-12 Eli Zaretskii <eliz@gnu.org>
664
665 * mule.texi (File Name Coding): Document file-name encoding
666 peculiarities on MS-Windows.
667
668 2013-12-12 Glenn Morris <rgm@gnu.org>
669
670 * emacs.texi: Sync direntry with info/dir version.
671
672 2013-12-08 Juanma Barranquero <lekktu@gmail.com>
673
674 * msdog.texi (Windows Keyboard): Fix typo.
675
676 2013-11-30 Glenn Morris <rgm@gnu.org>
677
678 * Makefile.in (distclean): Remove Makefile.
679
680 2013-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
681
682 * buffers.texi (Icomplete): Rename from Iswitchb and
683 rewrite accordingly.
684
685 2013-11-23 Glenn Morris <rgm@gnu.org>
686
687 * cmdargs.texi (General Variables):
688 Empty elements in EMACSLOADPATH now mean the default load-path.
689
690 2013-11-21 Glenn Morris <rgm@gnu.org>
691
692 * cmdargs.texi (Action Arguments): Use path-separator with -L.
693
694 2013-11-04 Glenn Morris <rgm@gnu.org>
695
696 * cmdargs.texi (Action Arguments): Mention that `-L :...' appends.
697
698 2013-11-02 Glenn Morris <rgm@gnu.org>
699
700 * cmdargs.texi (Action Arguments): Clarify `-L' a bit.
701
702 2013-10-23 Glenn Morris <rgm@gnu.org>
703
704 * files.texi, glossary.texi, killing.texi, search.texi, sending.texi:
705 Nuke @refill.
706
707 * Makefile.in (install-dvi, install-html, install-pdf)
708 (install-ps, uninstall-dvi, uninstall-html, uninstall-ps)
709 (uninstall-pdf): Quote entities that might contain whitespace.
710
711 2013-10-20 Xue Fuqiao <xfq.free@gmail.com>
712
713 * custom.texi (Init Syntax, Terminal Init, Terminal Init):
714 Remove @refill.
715
716 2013-10-13 Glenn Morris <rgm@gnu.org>
717
718 * ack.texi (Acknowledgments): Comment out old alpha stuff.
719
720 2013-10-13 Xue Fuqiao <xfq.free@gmail.com>
721
722 * calendar.texi (Special Diary Entries): Remove @refill.
723
724 2013-10-13 Glenn Morris <rgm@gnu.org>
725
726 * display.texi (Text Scale): Update text-scale-adjust details.
727
728 * ack.texi (Acknowledgments):
729 * emacs.texi (Acknowledgments): Use accented form of some names.
730
731 2013-10-08 Eli Zaretskii <eliz@gnu.org>
732
733 * ack.texi (Acknowledgments): Fix spelling of Hrvoje Nikšić's
734 name. (Bug#15557)
735
736 Support menus on text-mode terminals.
737 * screen.texi (Menu Bar): Adapt to TTY menus.
738
739 * frames.texi (Frames): Mention menu support on text terminals.
740
741 * files.texi (Visiting): Mention the "File" menu-bar menu.
742
743 * display.texi (Standard Faces): Mention TTY faces for menus.
744
745 2013-10-06 Xue Fuqiao <xfq.free@gmail.com>
746
747 * cal-xtra.texi (Calendar Customizing, Diary Display): Remove @refill.
748
749 2013-09-29 Xue Fuqiao <xfq.free@gmail.com>
750
751 * fortran-xtra.texi (Fortran Abbrev): Remove @refill.
752
753 2013-09-26 Xue Fuqiao <xfq.free@gmail.com>
754
755 * dired.texi (Flagging Many Files): Use @emph instead of @strong.
756
757 * emacs.texi (Intro): Minor cleanup.
758
759 2013-09-22 Xue Fuqiao <xfq.free@gmail.com>
760
761 * fixit.texi (Transpose, Fixing Case): Remove @refill.
762
763 2013-09-21 Xue Fuqiao <xfq.free@gmail.com>
764
765 * maintaining.texi (VC Directory Commands): Add keybinding for
766 vc-log-incoming in vc-dir.
767 (Log Buffer): Use @emph instead of @strong.
768
769 2013-09-12 Xue Fuqiao <xfq.free@gmail.com>
770
771 * text.texi (Enriched Justification): Explain values of default-justification.
772
773 2013-09-04 Xue Fuqiao <xfq.free@gmail.com>
774
775 * maintaining.texi (VC Ignore): Mention `vc-ignore' with prefix argument.
776
777 2013-08-31 Ulrich Müller <ulm@gentoo.org>
778
779 * xresources.texi (Motif Resources):
780 Rename from LessTif Resources. Update xrefs. (Bug#15145)
781 * emacs.texi: Update menu.
782
783 2013-08-28 Paul Eggert <eggert@cs.ucla.edu>
784
785 * Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
786 for portability to hosts where /bin/sh has problems.
787
788 2013-08-17 Xue Fuqiao <xfq.free@gmail.com>
789
790 * text.texi (Enriched Justification): Minor fixes.
791
792 2013-08-14 Xue Fuqiao <xfq.free@gmail.com>
793
794 * files.texi (Filesets): Add an index.
795
796 2013-08-12 Glenn Morris <rgm@gnu.org>
797
798 * macos.texi (GNUstep Support):
799 * trouble.texi (Checklist, Contributing, Service):
800 Avoid mailto: in html output.
801
802 * Makefile.in (prefix, datarootdir, datadir, PACKAGE_TARNAME)
803 (docdir, dvidir, htmldir, pdfdir, psdir, GZIP_PROG, INSTALL)
804 (INSTALL_DATA): New, set by configure.
805 (HTML_OPTS, DVI_TARGETS, HTML_TARGETS, PDF_TARGETS, PS_TARGETS):
806 New variables.
807 (.SUFFIXES): Add .ps and .dvi.
808 (.dvi.ps): New suffix rule.
809 (dvi, html, pdf, ps): Use *_TARGETS variables.
810 (emacs.ps, emacs-xtra.ps): Remove explicit rules.
811 (emacs.html): Use HTML_OPTS.
812 (clean): Use DVI_TARGETS, HTML_TARGETS, PDF_TARGETS, PS_TARGETS.
813 (.PHONY): install-dvi, install-html, install-pdf, install-ps,
814 install-doc, uninstall-dvi, uninstall-html, uninstall-pdf,
815 uninstall-ps, and uninstall-doc.
816 (install-dvi, install-html, install-pdf, install-ps, install-doc)
817 (uninstall-dvi, uninstall-html, uninstall-ps, uninstall-pdf)
818 (uninstall-doc): New rules.
819
820 2013-07-31 Eli Zaretskii <eliz@gnu.org>
821
822 * emacs.texi (Top): Remove menu item for the removed "Disabling
823 Multibyte" node.
824
825 2013-07-31 Xue Fuqiao <xfq.free@gmail.com>
826
827 * rmail.texi (Rmail Coding): Move here from mule.texi.
828
829 * custom.texi (Specifying File Variables): Fix cross-references.
830
831 * mule.texi (Unibyte Mode): Fix cross-references.
832 (Disabling Multibyte): Remove.
833
834 * macos.texi (Mac / GNUstep Basics): Mention `ns-alternate-modifier'.
835
836 * cal-xtra.texi (Advanced Calendar/Diary Usage): Update menu.
837 (Mayan Calendar): Move here from calendar.texi.
838 * emacs.texi (Top): Update menu.
839
840 2013-07-30 Xue Fuqiao <xfq.free@gmail.com>
841
842 * emacs.texi (Top): Add menu entry.
843
844 * maintaining.texi (VC Ignore): New node. Document vc-ignore.
845 (VC Directory Commands): Add vc-dir-ignore.
846
847 2013-07-28 Xue Fuqiao <xfq.free@gmail.com>
848
849 * glossary.texi (Glossary): Add some entries.
850
851 2013-07-27 Xue Fuqiao <xfq.free@gmail.com>
852
853 * maintaining.texi (VC Directory Commands): Mention `D' and `L' in
854 vc-dir. (Bug#14948)
855
856 2013-07-26 Eli Zaretskii <eliz@gnu.org>
857
858 * display.texi (Fringes): Document the variable fringe-mode.
859 (Bug#14946)
860
861 2013-07-03 Glenn Morris <rgm@gnu.org>
862
863 * maintaining.texi (EDE): Fix cross-reference.
864
865 * programs.texi (Program Modes): Fix emacs-xtra reference.
866
867 * help.texi (Misc Help): Index describe-syntax.
868
869 2013-06-29 Eli Zaretskii <eliz@gnu.org>
870
871 * basic.texi (Moving Point): Document visual-order-cursor-movement
872 and its effect on right-char and left-char.
873
874 2013-06-28 Glenn Morris <rgm@gnu.org>
875
876 * ack.texi (Acknowledgments): Small update.
877
878 2013-06-19 Glenn Morris <rgm@gnu.org>
879
880 * Makefile.in (dist): Edit more configure variables.
881 Try to check that we do not miss any in future.
882
883 2013-06-12 Xue Fuqiao <xfq.free@gmail.com>
884
885 * vc1-xtra.texi (Revision Tags): Add a cross reference.
886 (CVS Options): Fix the default value of `vc-cvs-stay-local'.
887
888 2013-06-11 Glenn Morris <rgm@gnu.org>
889
890 * maintaining.texi (VC Directory Commands): Copyedit.
891 (Branches): Put back milder version of pre 2013-06-07 text.
892
893 2013-06-07 Xue Fuqiao <xfq.free@gmail.com>
894
895 * maintaining.texi (Branches): Remove text copied from other sources.
896
897 2013-06-05 Alan Mackenzie <acm@muc.de>
898
899 * search.texi (Isearch Scroll): Rename to "Not Exiting Isearch".
900 (Not Exiting Isearch): Document new user option
901 `isearch-allow-prefix'. (Bug#9706)
902
903 2013-06-03 Juri Linkov <juri@jurta.org>
904
905 * display.texi (Highlight Interactively): Add global keybindings
906 with the key prefix `M-s h'. Document old command `highlight-phrase'.
907 Document new command `highlight-symbol-at-point'.
908
909 2013-06-02 Xue Fuqiao <xfq.free@gmail.com>
910
911 * maintaining.texi (Branches): Add motivations for branching.
912 (VC Mode Line): Fix typo.
913 (VC Directory Commands): Mention `vc-dir-hide-up-to-date' with
914 prefix argument.
915
916 2013-06-02 Michael Albinus <michael.albinus@gmx.de>
917
918 * cmdargs.texi (General Variables): Use "unix:path=/dev/null" as
919 dummy value for $DBUS_SESSION_BUS_ADDRESS. It also suppresses
920 autolaunching of the D-Bus session bus.
921
922 2013-06-01 Glenn Morris <rgm@gnu.org>
923
924 * programs.texi (Semantic): Fix typo.
925
926 2013-05-30 Xue Fuqiao <xfq.free@gmail.com>
927
928 * maintaining.texi (Types of Log File): Supplement some
929 information of change log files.
930
931 2013-05-15 Juri Linkov <juri@jurta.org>
932
933 * search.texi (Repeat Isearch): Mention key `RET' to finish
934 editing the string. (Bug#13348)
935
936 2013-05-14 Glenn Morris <rgm@gnu.org>
937
938 * ack.texi (Acknowledgments): Don't mention obsolete sup-mouse.el.
939
940 2013-05-09 Glenn Morris <rgm@gnu.org>
941
942 * sending.texi (Mail Sending): Fix typo.
943
944 * windows.texi (Change Window): Fix typo.
945
946 * custom.texi (Changing a Variable): Fix typo.
947
948 * trouble.texi (Contributing): Remove obsolete info re pretesters.
949
950 2013-05-05 Paul Eggert <eggert@cs.ucla.edu>
951
952 `write-region-inhibit-fsync' defaults to noninteractive (Bug#14273).
953 * cmdargs.texi (Initial Options):
954 * files.texi (Customize Save): Document this.
955
956 2013-05-04 Glenn Morris <rgm@gnu.org>
957
958 * calendar.texi (Importing Diary): Mention diary-from-outlook-function.
959
960 2013-03-17 Paul Eggert <eggert@cs.ucla.edu>
961
962 doc: convert some TeX accents to UTF-8
963 * ack.texi (Acknowledgments):
964 * emacs.texi (Acknowledgments):
965 Convert some TeX accents (e.g., '@l{}') to UTF-8 (e.g., 'ł').
966 Apparently the TeX accents cause problems when generating gnu.org
967 web pages, e.g., @l{} is rendered as '/l' on
968 <http://www.gnu.org/software/emacs/manual/html_node/
969 emacs/Acknowledgments.html>.
970
971 2013-03-16 Glenn Morris <rgm@gnu.org>
972
973 * emacs.texi (Top): Add some stuff specific to www.gnu.org.
974
975 2013-03-04 Paul Eggert <eggert@cs.ucla.edu>
976
977 Prefer UTF-8 for documentation.
978 With GNU Texinfo 5.0, this generates nicer-looking info files,
979 since they can use curly quotes. With older Texinfo it doesn't matter.
980 * ack.texi, cal-xtra.texi, calendar.texi, emacs-xtra.texi, emacs.texi:
981 Switch from Latin-1 to UTF-8.
982
983 2013-02-28 Bastien Guerry <bzg@gnu.org>
984
985 * xresources.texi (GTK resources): Fix broken link.
986
987 2013-02-25 Eli Zaretskii <eliz@gnu.org>
988
989 * files.texi (Interlocking): Don't refer to symlinks as the
990 exclusive means of locking files.
991
992 2013-02-22 Glenn Morris <rgm@gnu.org>
993
994 * ack.texi (Acknowledgments):
995 * emacs.texi (Acknowledgments): Small updates.
996
997 2013-02-21 Glenn Morris <rgm@gnu.org>
998
999 * files.texi (File Conveniences): Not just GIFs can be animated.
1000
1001 2013-02-13 Glenn Morris <rgm@gnu.org>
1002
1003 * ack.texi (Acknowledgments): Don't mention yow any more.
1004
1005 2013-02-13 Paul Eggert <eggert@cs.ucla.edu>
1006
1007 * cmdargs.texi (General Variables):
1008 Fix TMPDIR documentation to match the code's behavior.
1009
1010 2013-02-10 Glenn Morris <rgm@gnu.org>
1011
1012 * trouble.texi (Checklist): Update bug keybinding.
1013
1014 2013-02-09 Eli Zaretskii <eliz@gnu.org>
1015
1016 * msdog.texi (Text and Binary): Delete the description of
1017 file-name-buffer-file-type-alist.
1018
1019 2013-01-19 Paul Eggert <eggert@cs.ucla.edu>
1020
1021 * trouble.texi (Crashing): Suggest -p for newer addr2line. (Bug#13445)
1022 Without it, I don't see function names. Older addr2line
1023 implementations will die out sooner or later, so tailor the
1024 first suggestion to recent addr2line, with a followup about
1025 older ones.
1026
1027 2013-01-19 Glenn Morris <rgm@gnu.org>
1028
1029 * custom.texi (Directory Variables): Fix paren typo.
1030
1031 * trouble.texi (Crashing): Not all addr2line have -p. (Bug#13445)
1032
1033 * custom.texi (Custom Themes): Fix typo.
1034
1035 2013-01-07 Bastien Guerry <bzg@gnu.org>
1036
1037 * help.texi (Apropos): Document `apropos-user-option' and update
1038 the doc for `apropos-variable'.
1039
1040 2013-01-05 Glenn Morris <rgm@gnu.org>
1041
1042 * text.texi (HTML Mode): Remove deleted nxml C-RET binding.
1043
1044 2012-12-21 Glenn Morris <rgm@gnu.org>
1045
1046 * emacs-xtra.texi (copying): The FSF does not sell copies of this.
1047 Simply include doclicense.
1048
1049 2012-12-21 Chong Yidong <cyd@gnu.org>
1050
1051 * frames.texi (Mouse Commands): Fix description of the effect of
1052 mouse dragging (Bug#13049).
1053
1054 2012-12-15 Juri Linkov <juri@jurta.org>
1055
1056 * misc.texi (Recursive Edit): Add a link to "Query Replace".
1057 (Bug#13181)
1058
1059 2012-12-10 Dani Moncayo <dmoncayo@gmail.com>
1060
1061 * killing.texi (Deletion): Doc fix (Bug#12748).
1062
1063 2012-12-06 Paul Eggert <eggert@cs.ucla.edu>
1064
1065 * doclicense.texi, gpl.texi: Update to latest version from FSF.
1066 These are just minor editorial changes.
1067
1068 2012-12-06 Juanma Barranquero <lekktu@gmail.com>
1069
1070 * vc1-xtra.texi (General VC Options): Remove obsolete reference
1071 to `vc-path'.
1072
1073 2012-12-03 Chong Yidong <cyd@gnu.org>
1074
1075 * custom.texi (Init Rebinding): kbd is now a function (Bug#13052).
1076
1077 2012-12-02 Kevin Ryde <user42@zip.com.au>
1078
1079 * maintaining.texi (Tag Syntax): Mention (defvar foo) handling.
1080
1081 2012-12-01 Kevin Ryde <user42@zip.com.au>
1082
1083 * maintaining.texi (Tag Syntax): Mention Perl's "use constant".
1084
1085 2012-11-24 Paul Eggert <eggert@cs.ucla.edu>
1086
1087 * doclicense.texi, gpl.texi: Update to latest version from FSF.
1088 These are just minor editorial changes.
1089
1090 2012-11-21 Dani Moncayo <dmoncayo@gmail.com>
1091
1092 * display.texi (Auto Scrolling): Fix some inaccuracies, plus
1093 clarifications (Bug#12865).
1094 (Horizontal Scrolling): Clarifications.
1095
1096 2012-11-18 Dani Moncayo <dmoncayo@gmail.com>
1097
1098 * mark.texi (Disabled Transient Mark): Doc fixes (Bug#12746).
1099
1100 2012-11-16 Eli Zaretskii <eliz@gnu.org>
1101
1102 * trouble.texi (Crashing): Add information about MS-Windows and
1103 the emacs_backtrace.txt file. (Bug#12908)
1104
1105 2012-11-13 Chong Yidong <cyd@gnu.org>
1106
1107 * building.texi (Multithreaded Debugging): gdb-stopped-hooks is
1108 actually named gdb-stopped-functions.
1109
1110 2012-11-13 Glenn Morris <rgm@gnu.org>
1111
1112 * misc.texi (Single Shell): Mention async-shell-command-buffer.
1113
1114 2012-11-10 Glenn Morris <rgm@gnu.org>
1115
1116 * misc.texi (Terminal emulator): Rename `term-face' to `term'.
1117
1118 * emacs.texi (Acknowledgments): Add profiler author.
1119 * ack.texi (Acknowledgments): Add some recent contributions.
1120
1121 2012-11-10 Chong Yidong <cyd@gnu.org>
1122
1123 * files.texi (Diff Mode): Doc fixes for
1124 diff-delete-trailing-whitespace (Bug#12831).
1125
1126 * trouble.texi (Crashing): Copyedits.
1127
1128 2012-11-10 Glenn Morris <rgm@gnu.org>
1129
1130 * files.texi (Diff Mode): Trailing whitespace updates.
1131
1132 2012-11-10 Chong Yidong <cyd@gnu.org>
1133
1134 * misc.texi (Terminal emulator): Document Term mode faces.
1135
1136 * mini.texi (Basic Minibuffer): New node.
1137 Document minibuffer-electric-default-mode.
1138
1139 * display.texi (Visual Line Mode): Fix index entry.
1140
1141 * buffers.texi (Several Buffers): List Buffer Menu command anmes,
1142 and index the keybindings. Document tabulated-list-sort.
1143 (Kill Buffer): Capitalize Buffer Menu.
1144
1145 * trouble.texi (Memory Full): Capitalize Buffer Menu.
1146
1147 2012-11-10 Eli Zaretskii <eliz@gnu.org>
1148
1149 * display.texi (Auto Scrolling): Clarify that scroll-step is
1150 ignored when scroll-conservatively is set to a non-zero value.
1151 (Bug#12801)
1152
1153 2012-11-10 Chong Yidong <cyd@gnu.org>
1154
1155 * dired.texi (Dired Updating): Doc fix (Bug#11744).
1156
1157 2012-10-30 Michael Albinus <michael.albinus@gmx.de>
1158
1159 * trouble.texi (Known Problems): Mention command `debbugs-gnu-usertags'.
1160
1161 2012-10-29 Chong Yidong <cyd@gnu.org>
1162
1163 * dired.texi (Shell Commands in Dired): Document changes to the
1164 dired-do-async-shell-command.
1165
1166 2012-10-28 Glenn Morris <rgm@gnu.org>
1167
1168 * ack.texi (Acknowledgments): Mention gv.el.
1169
1170 2012-10-27 Bastien Guerry <bzg@gnu.org>
1171
1172 * screen.texi (Menu Bar): Fix typo.
1173
1174 2012-10-27 Chong Yidong <cyd@gnu.org>
1175
1176 * frames.texi (Mouse Avoidance): Mention new variable
1177 mouse-avoidance-banish-position.
1178
1179 * programs.texi (Which Function): Which Function mode now works in
1180 all major modes by default.
1181
1182 * mule.texi (Recognize Coding): Remove an unreferenced vindex.
1183
1184 * files.texi (Misc File Ops): Symbolic links on Windows only work
1185 on Vista and later.
1186
1187 * building.texi (Compilation): Document compilation-always-kill.
1188
1189 * search.texi (Symbol Search): New node.
1190
1191 * package.texi (Package Menu): Document the "new" status.
1192
1193 * windows.texi (Window Choice): Don't refer to the obsolete
1194 special-display feature.
1195
1196 2012-10-24 Chong Yidong <cyd@gnu.org>
1197
1198 * mule.texi (Text Coding): set-buffer-file-coding-system can now
1199 be invoked from the mode line.
1200
1201 * dired.texi (Dired Deletion, Marks vs Flags): Document Emacs 24.3
1202 changes to the mark and unmark commands.
1203 (Comparison in Dired): Document chages to dired-diff. Remove M-=,
1204 which is no longer bound to dired-backup-diff.
1205
1206 2012-10-23 Bastien Guerry <bzg@gnu.org>
1207
1208 * text.texi (Org Authoring): Use a comma after @ref to avoid the
1209 insertion of a period in the Info output.
1210
1211 2012-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
1212
1213 * custom.texi (Hooks): Clarify that -hooks is deprecated.
1214
1215 2012-10-23 Chong Yidong <cyd@gnu.org>
1216
1217 * kmacro.texi (Edit Keyboard Macro): Fix typo.
1218
1219 2012-10-18 Dani Moncayo <dmoncayo@gmail.com>
1220
1221 * mini.texi (Completion Options): Fix off-by-one error. (Bug#12644)
1222
1223 2012-10-17 Glenn Morris <rgm@gnu.org>
1224
1225 * mini.texi (Repetition): Further copyedit.
1226
1227 2012-10-17 Dani Moncayo <dmoncayo@gmail.com>
1228
1229 * mini.texi (Repetition): Copyedit.
1230
1231 2012-10-16 Juri Linkov <juri@jurta.org>
1232
1233 * search.texi (Query Replace): Document multi-buffer replacement
1234 keys. (Bug#12655)
1235
1236 * maintaining.texi (Tags Search): Change link "Replace" to
1237 "Query Replace".
1238
1239 2012-10-13 Chong Yidong <cyd@gnu.org>
1240
1241 * files.texi (File Conveniences): ImageMagick enabled by default.
1242
1243 2012-10-10 Dani Moncayo <dmoncayo@gmail.com>
1244
1245 * basic.texi (Arguments): Fix typos.
1246
1247 2012-10-08 Glenn Morris <rgm@gnu.org>
1248
1249 * cal-xtra.texi (Calendar Customizing): Mention calendar-month-header.
1250
1251 * calendar.texi (Writing Calendar Files): Mention cal-html-holidays.
1252
1253 2012-10-06 Glenn Morris <rgm@gnu.org>
1254
1255 * calendar.texi (Writing Calendar Files): Tweak week descriptions.
1256 Mention cal-tex-cursor-week2-summary.
1257
1258 2012-10-06 Chong Yidong <cyd@gnu.org>
1259
1260 * mini.texi (Passwords): Fix typo.
1261
1262 2012-10-02 Glenn Morris <rgm@gnu.org>
1263
1264 * maintaining.texi (VC Directory Commands):
1265 Remove duplicate `q' entry. (Bug#12553)
1266
1267 2012-09-30 Chong Yidong <cyd@gnu.org>
1268
1269 * killing.texi (Rectangles): Document copy-rectangle-as-kill.
1270
1271 * search.texi (Special Isearch): Document the lax space search
1272 feature and M-s SPC.
1273 (Regexp Search): Move main search-whitespace-regexp description to
1274 Special Isearch.
1275 (Replace): Document replace-lax-whitespace.
1276
1277 * basic.texi (Position Info): Document C-u M-=.
1278 (Moving Point): Document move-to-column.
1279
1280 * display.texi (Useless Whitespace): Add delete-trailing-lines.
1281
1282 * misc.texi (emacsclient Options): Document the effect of
1283 initial-buffer-choice on client frames. Document server-auth-dir.
1284 Do not document server-host, which is bad security practice.
1285
1286 * building.texi (Lisp Libraries): Docstring lookups can trigger
1287 autoloading. Document help-enable-auto-load.
1288
1289 * mini.texi (Yes or No Prompts): New node.
1290
1291 * ack.texi (Acknowledgments): Remove obsolete packages.
1292
1293 2012-09-27 Glenn Morris <rgm@gnu.org>
1294
1295 * cal-xtra.texi (Advanced Calendar/Diary Usage):
1296 Rename the section to be more general.
1297 * emacs.texi: Update menu.
1298
1299 2012-09-23 Chong Yidong <cyd@gnu.org>
1300
1301 * buffers.texi (Misc Buffer): Replace toggle-read-only with
1302 read-only-mode.
1303
1304 * files.texi (Visiting): Likewise.
1305
1306 2012-09-22 Paul Eggert <eggert@cs.ucla.edu>
1307
1308 * trouble.texi (Crashing): Document ulimit -c.
1309
1310 2012-09-21 Paul Eggert <eggert@cs.ucla.edu>
1311
1312 * trouble.texi (Crashing): Document addr2line.
1313
1314 2012-09-19 Tassilo Horn <tsdh@gnu.org>
1315
1316 * misc.texi (DocView Slicing): Document new slice from
1317 BoundingBox feature.
1318
1319 2012-09-19 Chong Yidong <cyd@gnu.org>
1320
1321 * killing.texi (Yanking): Minor clarification (Bug#12469).
1322
1323 2012-09-17 Chong Yidong <cyd@gnu.org>
1324
1325 * building.texi (GDB User Interface Layout): Remove reference to
1326 removed variable gdb-use-separate-io-buffer (Bug#12454).
1327
1328 2012-09-08 Jambunathan K <kjambunathan@gmail.com>
1329
1330 * regs.texi (Text Registers): `C-x r +' can now be used instead of
1331 M-x append-to-register. New option `register-separator'.
1332 (Number Registers): Mention that `C-x r +' is polymorphic.
1333
1334 2012-09-07 Chong Yidong <cyd@gnu.org>
1335
1336 * windows.texi (Window Choice): Don't mention obsolete
1337 display-buffer-reuse-frames.
1338
1339 2012-09-04 Paul Eggert <eggert@cs.ucla.edu>
1340
1341 Give more-useful info on a fatal error (Bug#12328).
1342 * trouble.texi (Crashing): New section, documenting this.
1343
1344 2012-08-24 Michael Albinus <michael.albinus@gmx.de>
1345
1346 * cmdargs.texi (General Variables):
1347 Setting $DBUS_SESSION_BUS_ADDRESS to a dummy value suppresses
1348 connections to the D-Bus session bus. (Bug#12112)
1349
1350 2012-08-14 Eli Zaretskii <eliz@gnu.org>
1351
1352 * building.texi (Debugger Operation): Correct and improve
1353 documentation of the GUD Tooltip mode.
1354
1355 2012-07-31 Chong Yidong <cyd@gnu.org>
1356
1357 * emacs.texi: Fix ISBN (Bug#12080).
1358
1359 2012-08-05 Chong Yidong <cyd@gnu.org>
1360
1361 * display.texi (Faces): Document frame-background-mode (Bug#7774).
1362
1363 * custom.texi (Face Customization): Move discussion of face
1364 inheritance here, from Faces section.
1365
1366 2012-07-28 Eli Zaretskii <eliz@gnu.org>
1367
1368 * frames.texi (Mouse Commands): Fix the description of mouse-2.
1369 (Bug#11958)
1370
1371 2012-07-19 Chong Yidong <cyd@gnu.org>
1372
1373 * emacs.texi: Update ISBN.
1374
1375 2012-07-17 Chong Yidong <cyd@gnu.org>
1376
1377 * basic.texi (Inserting Text): Replace ucs-insert with
1378 insert-char. Provide more details of input.
1379
1380 * mule.texi (International Chars, Input Methods): Likewise.
1381
1382 2012-07-13 Chong Yidong <cyd@gnu.org>
1383
1384 * custom.texi (Examining): Update C-h v message.
1385
1386 * buffers.texi (Misc Buffer): Document view-read-only.
1387
1388 2012-07-07 Chong Yidong <cyd@gnu.org>
1389
1390 * custom.texi (Init File): Index site-lisp (Bug#11435).
1391
1392 2012-07-06 Chong Yidong <cyd@gnu.org>
1393
1394 * emacs.texi: Re-order top-level menu to correspond to logical
1395 order, to avoid makeinfo warnings.
1396
1397 * ack.texi (Acknowledgments): Note new python.el.
1398
1399 2012-06-29 Chong Yidong <cyd@gnu.org>
1400
1401 * maintaining.texi (Basic VC Editing, VC Pull, Merging):
1402 * basic.texi (Erasing, Basic Undo): Fix markup.
1403
1404 2012-06-29 Glenn Morris <rgm@gnu.org>
1405
1406 * fixit.texi (Undo): Grammar fixes. (Bug#11779)
1407
1408 2012-06-29 Michael Witten <mfwitten@gmail.com> (tiny change)
1409
1410 * fixit.texi (Undo): Fix typo. (Bug#11775)
1411
1412 2012-06-27 Glenn Morris <rgm@gnu.org>
1413
1414 * ack.texi (Acknowledgments): Tiny update.
1415
1416 2012-06-21 Glenn Morris <rgm@gnu.org>
1417
1418 * Makefile.in: Rename infodir to buildinfodir throughout. (Bug#11737)
1419
1420 2012-06-17 Chong Yidong <cyd@gnu.org>
1421
1422 * emacs.texi: Remove urlcolor setting. Update ISBN and edition number.
1423
1424 * anti.texi:
1425 * building.texi:
1426 * cmdargs.texi:
1427 * custom.texi:
1428 * display.texi:
1429 * files.texi:
1430 * frames.texi:
1431 * glossary.texi:
1432 * misc.texi:
1433 * mule.texi:
1434 * programs.texi:
1435 * sending.texi:
1436 * text.texi: Copyedits to avoid underfull/overfull in 7x9 manual.
1437
1438 2012-06-06 Michael Albinus <michael.albinus@gmx.de>
1439
1440 * custom.texi (Directory Variables): Mention enable-remote-dir-locals.
1441
1442 2012-05-28 Glenn Morris <rgm@gnu.org>
1443
1444 * ack.texi, building.texi, calendar.texi, custom.texi:
1445 * maintaining.texi, text.texi: Use @LaTeX rather than La@TeX.
1446
1447 2012-05-27 Glenn Morris <rgm@gnu.org>
1448
1449 * emacs.texi: Simplify following removal of node pointers.
1450
1451 * ack.texi, anti.texi, basic.texi, buffers.texi, building.texi:
1452 * cmdargs.texi, commands.texi, display.texi, emacs.texi:
1453 * entering.texi, files.texi, fixit.texi, frames.texi, glossary.texi:
1454 * gnu.texi, help.texi, indent.texi, killing.texi, kmacro.texi:
1455 * m-x.texi, macos.texi, maintaining.texi, mark.texi, mini.texi:
1456 * misc.texi, modes.texi, msdog.texi, mule.texi, programs.texi:
1457 * regs.texi, screen.texi, search.texi, text.texi, trouble.texi:
1458 * windows.texi, xresources.texi: Nuke hand-written node pointers.
1459
1460 2012-05-22 Glenn Morris <rgm@gnu.org>
1461
1462 * emacs.texi (Acknowledgments): Add another contributor.
1463
1464 2012-05-12 Glenn Morris <rgm@gnu.org>
1465
1466 * Makefile.in (MKDIR_P): New, set by configure.
1467 (mkinfodir): Use $MKDIR_P.
1468
1469 2012-05-10 Glenn Morris <rgm@gnu.org>
1470
1471 * mule.texi (Disabling Multibyte): Replace the obsolete "unibyte: t"
1472 with "coding: raw-text".
1473
1474 * files.texi (Interlocking): Mention create-lockfiles option.
1475
1476 2012-05-09 Chong Yidong <cyd@gnu.org>
1477
1478 * frames.texi (Mouse References, Mouse Commands): Fix index
1479 entries (Bug#11362).
1480
1481 2012-05-05 Glenn Morris <rgm@gnu.org>
1482
1483 * custom.texi (Customization Groups, Custom Themes, Examining):
1484 Improve page breaks.
1485
1486 * rmail.texi (Rmail Display): Use example rather than smallexample.
1487
1488 * calendar.texi: Convert inforefs to refs.
1489
1490 * dired.texi (Dired Enter): Improve page break.
1491
1492 * abbrevs.texi (Abbrev Concepts): Copyedits.
1493
1494 * maintaining.texi (Registering, Tag Syntax):
1495 Tweak line and page breaks.
1496
1497 * programs.texi (Programs, Electric C): Copyedits.
1498 (Program Modes): Add xref to Fortran.
1499 (Left Margin Paren): Remove what was (oddly enough) the only use
1500 of defvar in the entire Emacs manual.
1501 (Hungry Delete): Remove footnote about ancient Emacs version.
1502 (Other C Commands): Use example rather than smallexample.
1503
1504 * text.texi (Pages, Filling, Foldout, Org Mode, HTML Mode)
1505 (Nroff Mode, Enriched Indentation, Table Rows and Columns):
1506 Tweak line and page breaks.
1507
1508 * modes.texi (Major Modes, Minor Modes): Reword to improve page-breaks.
1509 (Major Modes): Use example rather than smallexample.
1510
1511 * mule.texi (Output Coding): Reword to improve page-breaks.
1512
1513 * frames.texi (Fonts): Tweak line and page breaks.
1514 Use example rather than smallexample. Change cross-reference.
1515 (Text-Only Mouse): Fix xref.
1516
1517 * buffers.texi (Buffers, Kill Buffer, Several Buffers)
1518 (Indirect Buffers): Tweak line- and page-breaks.
1519
1520 * fixit.texi (Fixit, Undo): Reword to improve page-breaks.
1521
1522 2012-05-04 Glenn Morris <rgm@gnu.org>
1523
1524 * Makefile.in (INFO_EXT, INFO_OPTS): New, set by configure.
1525 (info, infoclean): Use $INFO_EXT.
1526 ($(infodir)/emacs$(INFO_EXT)): Use $INFO_EXT and $INFO_OPT.
1527 * makefile.w32-in (INFO_EXT, INFO_OPTS): New.
1528 (INFO_TARGETS): Use $INFO_EXT.
1529 ($(infodir)/emacs$(INFO_EXT)): Use $INFO_EXT and $INFO_OPT, and -o.
1530
1531 2012-05-02 Glenn Morris <rgm@gnu.org>
1532
1533 * emacs.texi (@copying): Only print EDITION in the TeX version.
1534
1535 * search.texi (Regexp Search): Just say "Emacs".
1536
1537 * display.texi (Auto Scrolling):
1538 Reword to avoid repetition and improve page break.
1539
1540 * xresources.texi (Resources):
1541 * mule.texi (Language Environments):
1542 * misc.texi (Amusements):
1543 * maintaining.texi (VC Change Log):
1544 * frames.texi (Fonts):
1545 * custom.texi (Specifying File Variables, Minibuffer Maps):
1546 * cmdargs.texi (Initial Options):
1547 * building.texi (Flymake):
1548 Reword to remove/reduce some overly long/short lines.
1549
1550 2012-04-27 Glenn Morris <rgm@gnu.org>
1551
1552 * emacs.texi: Some fixes for detailed menu.
1553
1554 * emacs.texi: Add "et al." to authors.
1555
1556 * ack.texi, basic.texi, buffers.texi, building.texi:
1557 * calendar.texi, cmdargs.texi, commands.texi, custom.texi:
1558 * dired.texi, display.texi, emerge-xtra.texi, files.texi:
1559 * fortran-xtra.texi, help.texi, kmacro.texi, mini.texi, misc.texi:
1560 * msdog-xtra.texi, picture-xtra.texi, programs.texi, rmail.texi:
1561 * search.texi, trouble.texi, windows.texi:
1562 Use Texinfo recommended convention for quotes+punctuation.
1563
1564 2012-04-27 Eli Zaretskii <eliz@gnu.org>
1565
1566 * mule.texi (Bidirectional Editing): Improve indexing.
1567 Minor wording tweaks.
1568
1569 2012-04-15 Chong Yidong <cyd@gnu.org>
1570
1571 * misc.texi (emacsclient Options): More clarifications.
1572
1573 2012-04-15 Glenn Morris <rgm@gnu.org>
1574
1575 * msdog.texi (Windows Printing): It doesn't set printer-name.
1576
1577 * mule.texi (Language Environments): Move font info to "Fontsets".
1578 (Fontsets): Move intlfonts etc here from "Language Environments".
1579 Copyedits.
1580 (Defining Fontsets, Modifying Fontsets, Undisplayable Characters)
1581 (Unibyte Mode, Charsets, Bidirectional Editing): Copyedits.
1582
1583 2012-04-15 Chong Yidong <cyd@gnu.org>
1584
1585 * glossary.texi (Glossary): Standardize on "text terminal"
1586 terminology. All callers changed.
1587
1588 * misc.texi (emacsclient Options): Document "client frame" concept
1589 and its effect on C-x C-c more carefully.
1590
1591 2012-04-15 Glenn Morris <rgm@gnu.org>
1592
1593 * frames.texi (Scroll Bars):
1594 * glossary.texi (Glossary): Use consistent case for "X Window System".
1595
1596 * mule.texi (Select Input Method, Coding Systems):
1597 State command names in kbd tables.
1598 (Recognize Coding): Add cross-ref.
1599 (Output Coding): Don't mention message mode in particular.
1600 (Text Coding, Communication Coding, File Name Coding, Terminal Coding):
1601 Copyedits.
1602
1603 2012-04-14 Glenn Morris <rgm@gnu.org>
1604
1605 * mule.texi (Select Input Method, Coding Systems, Recognize Coding):
1606 Copyedits.
1607 (Coding Systems): Mac OS X apparently uses newlines for EOL.
1608 (Recognize Coding): Remove old auto-coding-regexp-alist example.
1609 auto-coding-functions does not override coding: tags.
1610 Remove rmail-decode-mime-charset; it no longer has any effect.
1611
1612 2012-04-14 Chong Yidong <cyd@gnu.org>
1613
1614 * custom.texi (Creating Custom Themes): Add reference to Custom
1615 Themes node in Lisp manual.
1616
1617 2012-04-14 Glenn Morris <rgm@gnu.org>
1618
1619 * mule.texi (International): Copyedits.
1620 (International Chars): Update C-x = example output.
1621 (Disabling Multibyte): Rename from "Enabling Multibyte".
1622 Clarify what "unibyte: t" does, and mode-line description.
1623 (Unibyte Mode): Update for "Disabling Multibyte" node name change.
1624 Use Texinfo recommended convention for quotes+punctuation.
1625 (Language Environments): Copyedits.
1626 (Input Methods): Copyedits. Use "^" for the postfix example,
1627 because it is less confusing inside Info's `quotes'.
1628
1629 * custom.texi (Specifying File Variables): Fix "unibyte" description.
1630 Update for "Disabling Multibyte" node name change.
1631 * emacs.texi: Update for "Disabling Multibyte" node name change.
1632
1633 * abbrevs.texi, arevert-xtra.texi, buffers.texi, building.texi:
1634 * cmdargs.texi, custom.texi, entering.texi, files.texi, frames.texi:
1635 * glossary.texi, help.texi, macos.texi, maintaining.texi, mini.texi:
1636 * misc.texi, package.texi, programs.texi, screen.texi, search.texi:
1637 * sending.texi, text.texi, trouble.texi:
1638 Use @file for buffers, per the Texinfo manual.
1639
1640 * entering.texi (Entering Emacs):
1641 Do not mention initial-buffer-choice = t.
1642
1643 * misc.texi (Gnus Startup): Use @env for environment variables.
1644
1645 * Makefile.in: Replace non-portable use of $< in ordinary rules.
1646
1647 2012-04-12 Glenn Morris <rgm@gnu.org>
1648
1649 * ack.texi (Acknowledgments): Don't mention obsolete mailpost.el.
1650
1651 2012-04-07 Glenn Morris <rgm@gnu.org>
1652
1653 * emacsver.texi (EMACSVER): Bump version to 24.1.50.
1654
1655 2012-04-05 Glenn Morris <rgm@gnu.org>
1656
1657 * glossary.texi (Glossary): Use anchors for internal cross-references.
1658
1659 2012-04-04 Glenn Morris <rgm@gnu.org>
1660
1661 * glossary.texi (Glossary): Copyedits.
1662 Use Texinfo-recommended convention for quotes and punctuation.
1663 Comment out a few specialized (Rmail) items.
1664 New items: Bidirectional Text, Client, Directory Local Variable,
1665 File Local Variable, Package, Server, Theme, Trash Can.
1666
1667 2012-04-03 Chong Yidong <cyd@gnu.org>
1668
1669 * sending.texi (Mail Misc): Fix an index entry.
1670
1671 2012-04-02 Eli Zaretskii <eliz@gnu.org>
1672
1673 * msdog.texi (Windows Startup): Add description of emacsclient
1674 operation under -c and -t on MS-Windows.
1675
1676 * misc.texi (emacsclient Options): Add cross-reference to "Windows
1677 Startup". (Bug#11091)
1678
1679 2012-04-02 Dani Moncayo <dmoncayo@gmail.com>
1680
1681 * custom.texi (Changing a Variable): Fix example.
1682
1683 2012-04-01 Eli Zaretskii <eliz@gnu.org>
1684
1685 * misc.texi (emacsclient Options): More clarifications about -t
1686 and -c on MS-Windows. (Bug#11091)
1687
1688 2012-03-31 Eli Zaretskii <eliz@gnu.org>
1689
1690 * misc.texi (emacsclient Options): Document peculiarities of new
1691 frame creation on MS-Windows under -c or -t options. (Bug#11091)
1692
1693 2012-03-30 Chong Yidong <cyd@gnu.org>
1694
1695 * files.texi (File Conveniences): Clarify Imagemagick discussion.
1696
1697 2012-03-22 Glenn Morris <rgm@gnu.org>
1698
1699 * dired.texi (Operating on Files): Fix dired-recursive-copies default.
1700
1701 2012-03-17 Chong Yidong <cyd@gnu.org>
1702
1703 * package.texi (Package Installation): Document use of
1704 package-initialize in init file.
1705
1706 2012-03-16 Glenn Morris <rgm@gnu.org>
1707
1708 * help.texi (Language Help):
1709 * mule.texi (International Chars):
1710 etc/HELLO is for character demonstration.
1711
1712 2012-03-15 Dani Moncayo <dmoncayo@gmail.com>
1713
1714 * dired.texi (Shell Commands in Dired): Fix typo.
1715
1716 2012-03-04 Chong Yidong <cyd@gnu.org>
1717
1718 * killing.texi (Clipboard): Document clipboard manager.
1719
1720 2012-02-29 Glenn Morris <rgm@gnu.org>
1721
1722 * ack.texi (Acknowledgments): Use @Tex{} in more places.
1723
1724 * emacs.texi, help.texi, text.texi: Use "" quotes in menus.
1725
1726 * dired.texi, emacs.texi: Use @code{} in menus when appropriate.
1727
1728 2012-02-28 Glenn Morris <rgm@gnu.org>
1729
1730 * custom.texi, display.texi, emacs.texi, files.texi:
1731 * msdog-xtra.texi, msdog.texi, vc-xtra.texi:
1732 Standardize possessive apostrophe usage.
1733
1734 2012-02-25 Jan Djärv <jan.h.d@swipnet.se>
1735
1736 * macos.texi (Mac / GNUstep Customization): Remove text about
1737 ns-find-file and ns-drag-file (Bug#5855, Bug#10050).
1738
1739 2012-02-25 Dani Moncayo <dmoncayo@gmail.com>
1740
1741 * buffers.texi (Select Buffer): Mention that saving in a new file
1742 name can switch to a different major mode.
1743
1744 2012-02-23 Glenn Morris <rgm@gnu.org>
1745
1746 * mini.texi (Minibuffer File, Completion Options, Repetition):
1747 Copyedits.
1748 (Completion Example): Other M-x au* commands may be defined.
1749 (Completion Styles): Mention emacs21 and completion-category-overrides.
1750
1751 * msdog.texi (Text and Binary, ls in Lisp, Windows HOME)
1752 (Windows Keyboard, Windows Mouse, Windows Processes)
1753 (Windows Printing, Windows Misc): Copyedits.
1754 (ls in Lisp): Update switches list.
1755
1756 * msdog-xtra.texi (MS-DOS Display): Update list-colors-display xref.
1757 Update dos-mode* function names.
1758 (MS-DOS Printing, MS-DOS and MULE): Copyedits.
1759 (MS-DOS Processes): Add xref to main ls-lisp section.
1760
1761 * ack.texi (Acknowledgments): Mention smie.
1762
1763 2012-02-22 Glenn Morris <rgm@gnu.org>
1764
1765 * macos.texi: Copyedits. Fix @key/@kbd usage.
1766 (Mac / GNUstep Basics): Don't mention the panels, since the next
1767 section covers them.
1768 (Mac / GNUstep Customization): Merge some panel info from previous.
1769
1770 2012-02-21 Glenn Morris <rgm@gnu.org>
1771
1772 * emerge-xtra.texi (Emerge, Submodes of Emerge, Combining in Emerge):
1773 Small fixes.
1774
1775 * emacs-xtra.texi: Picture mode is no longer a chapter.
1776
1777 * picture-xtra.texi (Basic Picture): C-a does get remapped.
1778
1779 * ack.texi (Acknowledgments): Small changes, including resorting,
1780 and removal of things no longer distributed.
1781
1782 2012-02-20 Glenn Morris <rgm@gnu.org>
1783
1784 * emacs.texi (Top, Preface): Small rephrasings.
1785 (menu, detailmenu): Update entries, and reformat some descriptions.
1786 * building.texi, display.texi, emacs-xtra.texi, files.texi:
1787 * frames.texi, kmacro.texi, msdog.texi, programs.texi, text.texi:
1788 Reformat some menu descriptions.
1789
1790 * ack.texi (Acknowledgments): More updates.
1791
1792 * emacs.texi (Acknowledgments): Add several names from ack.texi,
1793 and from Author: headers.
1794 (Distrib): Small updates.
1795
1796 2012-02-18 Glenn Morris <rgm@gnu.org>
1797
1798 * ack.texi (Acknowledgments): Add xref to Org manual.
1799
1800 * rmail.texi: Copyedits. Use 'mail composition buffer' in place
1801 of '*mail*', since Message does not call it that.
1802 (Rmail Reply): Rename rmail-dont-reply-to-names.
1803 \\`info- no longer handled specially.
1804 Update for rmail-enable-mime-composing.
1805 Don't mention 'm' for replies.
1806 Don't mention rmail-mail-new-frame and canceling, since it does
1807 not work for Message at the moment.
1808
1809 * cal-xtra.texi: Copyedits.
1810
1811 * emacs-xtra.texi: Set encoding to ISO-8859-1.
1812
1813 2012-02-17 Glenn Morris <rgm@gnu.org>
1814
1815 * maintaining.texi (Old Revisions): Fix cross-refs to Ediff manual.
1816
1817 * ack.texi (Acknowledgments): Mention Gnulib.
1818
1819 * ack.texi, calendar.texi, cal-xtra.texi: Use "Bahá'í".
1820
1821 * calendar.texi: Misc small changes, including updating the dates
1822 of examples.
1823
1824 2012-02-16 Glenn Morris <rgm@gnu.org>
1825
1826 * calendar.texi: Misc small changes.
1827
1828 * vc1-xtra.texi (VC Delete/Rename, CVS Options):
1829 * cal-xtra.texi (Diary Display): Fix TeX cross-refs to other manuals.
1830
1831 * dired-xtra.texi (Subdir Switches): Small fixes.
1832
1833 * fortran-xtra.texi: Tiny changes and some adjustments to line breaks.
1834
1835 2012-02-15 Glenn Morris <rgm@gnu.org>
1836
1837 * sending.texi (Mail Sending): smtpmail-auth-credentials was removed.
1838
1839 2012-02-12 Glenn Morris <rgm@gnu.org>
1840
1841 * ack.texi (Acknowledgments):
1842 * emacs.texi (Acknowledgments): Updates for new files in 24.1.
1843
1844 2012-02-10 Glenn Morris <rgm@gnu.org>
1845
1846 * mini.texi (Minibuffer Edit): Mention minibuffer-inactive-mode.
1847
1848 * programs.texi (Misc for Programs): Mention electric-layout-mode.
1849
1850 2012-02-09 Glenn Morris <rgm@gnu.org>
1851
1852 * buffers.texi (Misc Buffer): M-x info does not seem to require a
1853 buffer switch after M-x rename-uniquely.
1854
1855 * trouble.texi (Checklist): Mention C-c m in report-emacs-bug.
1856
1857 2012-02-09 Jay Belanger <jay.p.belanger@gmail.com>
1858
1859 * text.texi (Org Mode): Fix typo.
1860
1861 2012-02-08 Glenn Morris <rgm@gnu.org>
1862
1863 * ack.texi (Acknowledgments): Update emacs-lock info.
1864
1865 * rmail.texi (Rmail Display): Mention rmail-epa-decrypt.
1866
1867 * text.texi (LaTeX Editing): Mention latex-electric-env-pair-mode.
1868
1869 2012-02-07 Glenn Morris <rgm@gnu.org>
1870
1871 * files.texi (File Conveniences): Mention ImageMagick images.
1872
1873 2012-02-05 Glenn Morris <rgm@gnu.org>
1874
1875 * trouble.texi (Checklist): Mention debug-on-event.
1876
1877 * maintaining.texi (Maintaining): Add cross-ref to ERT.
1878
1879 2012-02-04 Glenn Morris <rgm@gnu.org>
1880
1881 * macos.texi (Customization options specific to Mac OS / GNUstep):
1882 New subsection.
1883
1884 * display.texi (Colors): Mention list-colors-sort.
1885
1886 * files.texi (File Conveniences): Mention image animation.
1887
1888 2012-01-31 Chong Yidong <cyd@gnu.org>
1889
1890 * windows.texi (Split Window): C-mouse-2 doesn't work on GTK+
1891 scroll bars (Bug#10666).
1892
1893 2012-01-28 Chong Yidong <cyd@gnu.org>
1894
1895 * files.texi (Filesets): Fix typos.
1896
1897 * display.texi (Faces): Add xref to Colors node.
1898
1899 2012-01-27 Dani Moncayo <dmoncayo@gmail.com>
1900
1901 * buffers.texi (Select Buffer): Clarify explanation of switching
1902 to new buffers. Fix description of next-buffer and
1903 previous-buffer (Bug#10334).
1904 (Misc Buffer): Add xref to View Mode.
1905
1906 * text.texi (Fill Commands): Fix description of
1907 sentence-end-double-space.
1908
1909 2012-01-23 Chong Yidong <cyd@gnu.org>
1910
1911 * anti.texi (Antinews): Add Emacs 23 antinews.
1912
1913 2012-01-16 Volker Sobek <reklov@live.com> (tiny change)
1914
1915 * programs.texi (Comment Commands): Typo (bug#10514).
1916
1917 2012-01-15 Chong Yidong <cyd@gnu.org>
1918
1919 * xresources.texi (X Resources): Describe GTK+ case first.
1920 (Resources): Don't use borderWidth as an example, since it doesn't
1921 work with GTK+.
1922 (Table of Resources): Clarify role of several resources, including
1923 the Emacs 24 behavior of cursorBlink etc.
1924 (Face Resources): Node deleted. Recommend using Customize
1925 instead. Add paragraph to `Table of Resources' node summarizing
1926 how to use X resources for changing faces.
1927 (Lucid Resources): Rewrite, omitting description of font names,
1928 referring to the Fonts node instead.
1929 (LessTif Resources): Copyedits.
1930 (GTK resources): Rewrite, describing the difference between gtk2
1931 and gtk3.
1932 (GTK Resource Basics): New node.
1933 (GTK Widget Names, GTK Names in Emacs): Rewrite.
1934 (GTK styles): Just refer to Fonts node for GTK font format.
1935
1936 * display.texi (Faces): Document the cursor face.
1937
1938 2012-01-14 Chong Yidong <cyd@gnu.org>
1939
1940 * cmdargs.texi (Action Arguments): No need to mention EMACSLOADPATH.
1941 (General Variables): Add xref to Lisp Libraries.
1942 (Initial Options): Copyedits.
1943 (Resume Arguments): Node deleted; emacs.bash/csh are obsolete.
1944 (Environment): Clarify what getenv does.
1945 (General Variables): Clarify EMACSPATH etc. Emacs does not assume
1946 light backgrounds on xterms.
1947 (Misc Variables): TEMP and TMP are not Windows-specific.
1948 (Display X): Copyedits.
1949 (Colors X): -bd does nothing for GTK.
1950 (Icons X): Gnome 3 doesn't use taskbars.
1951
1952 * misc.texi (Shell): Document exec-path here.
1953
1954 * rmail.texi (Movemail): Add xref for exec-path.
1955
1956 2012-01-13 Glenn Morris <rgm@gnu.org>
1957
1958 * dired.texi (Dired and Find): Clarify find-ls-options.
1959
1960 2012-01-09 Chong Yidong <cyd@gnu.org>
1961
1962 * custom.texi (Custom Themes): Switch custom-safe-themes to use
1963 SHA-256.
1964
1965 2012-01-07 Chong Yidong <cyd@gnu.org>
1966
1967 * display.texi (Useless Whitespace): Add Whitespace mode.
1968
1969 * custom.texi (Hooks): Discuss how to disable minor modes.
1970
1971 * files.texi (Diff Mode): Discuss diff-auto-refine-mode
1972 (Bug#10309). Discuss use of Whitespace mode (Bug#10300).
1973
1974 * trouble.texi (Lossage): Refer to Bugs node for problems.
1975 (DEL Does Not Delete): Don't use "usual erasure key" teminology.
1976 (Screen Garbled): Don't refer to terminal "manufacturers".
1977 (Total Frustration): Node deleted. Eliza is documented in
1978 Amusements now.
1979 (Known Problems): More info about using the bug tracker.
1980 Mention debbugs package.
1981 (Bug Criteria): Copyedits.
1982 (Understanding Bug Reporting): Mention emacs -Q.
1983
1984 2012-01-06 Chong Yidong <cyd@gnu.org>
1985
1986 * custom.texi (Specifying File Variables): The mode: keyword
1987 doesn't have to be first anymore. Add example of specifying minor
1988 modes.
1989 (Directory Variables): Simplify example. Mention application to
1990 non-file buffers.
1991 (Disabling): Use "initialization file" terminology.
1992 (Init Examples): Fix hook example.
1993
1994 2012-01-06 Eli Zaretskii <eliz@gnu.org>
1995
1996 * cmdargs.texi (MS-Windows Registry): Shorten the index entry.
1997 (Bug#10422)
1998 Move the stuff about resources to xresources.texi.
1999
2000 * xresources.texi (Resources): Move information about setting X
2001 resources in the Registry from cmdargs.texi. Make the index entry
2002 be similar to the one in cmdargs.texi.
2003
2004 2012-01-05 Chong Yidong <cyd@gnu.org>
2005
2006 * custom.texi (Customization Groups): Update example.
2007 (Browsing Custom): Document the new search field.
2008 (Changing a Variable): Update example for Emacs 24 changes.
2009 Document Custom-set and Custom-save commands.
2010 (Face Customization): Document Emacs 24 changes. De-document
2011 modify-face.
2012 (Specific Customization): Mention customize-variable.
2013 (Custom Themes): Add customize-themes, custom-theme-load-path,
2014 custom-theme-directory, and describe-theme.
2015 (Creating Custom Themes): New node.
2016 (Examining): Mention M-:.
2017
2018 * package.texi (Packages): Fix typo.
2019
2020 2012-01-03 Chong Yidong <cyd@gnu.org>
2021
2022 * misc.texi (Single Shell): Don't document Lisp usage of
2023 shell-command. Tidy up discussion of synchronicity. Add index
2024 entries for async-shell-command.
2025 (Interactive Shell): Note that M-x shell uses shell-file-name.
2026 Note change in behavior in Emacs 24.
2027 (Shell Mode): Shell mode now uses completion-at-point.
2028 (Shell Prompts): Emphasize that comint-use-prompt-regexp isn't the
2029 default method for recognizing prompts nowadays.
2030 (Shell Ring): Add xref to Minibuffer History.
2031 (Directory Tracking): Explain Dirtrack mode in more detail.
2032 (Term Mode): Fix index entries.
2033 (Paging in Term): Merge into Term Mode.
2034 (Serial Terminal, Emacs Server, emacsclient Options): Copyedits.
2035 (Printing): Fix xref. State default of lpr-switches.
2036 (PostScript): Remove obsolete sentence. Omit description of
2037 non-interactive behaviors.
2038 (Hyperlinking): Improve description.
2039 (Browse-URL): Using compose-mail for mailto URLs is the default.
2040 Document browse-url-mailto-function.
2041 (Goto Address mode): Add index entries. Add xref to Browse-URL.
2042 (FFAP): FFAP is not a minor mode.
2043 (Amusements): M-x lm was renamed to M-x landmark.
2044 Document nato-region.
2045
2046 2012-01-01 Chong Yidong <cyd@gnu.org>
2047
2048 * misc.texi (Gnus, Buffers of Gnus): Copyedits.
2049 (Gnus Startup): Note that the system might not be set up for news.
2050 Describe group levels more clearly.
2051 (Gnus Group Buffer, Gnus Summary Buffer): New nodes, split from
2052 Summary of Gnus.
2053 (Document View): Copyedits. Move zoom commads to DocView
2054 Navigation node.
2055 (DocView Navigation, DocView Searching, DocView Slicing)
2056 (DocView Conversion): Nodes renamed from Navigation, etc.
2057
2058 * sending.texi (Mail Sending): Add message-kill-buffer-on-exit.
2059
2060 2011-12-31 Eli Zaretskii <eliz@gnu.org>
2061
2062 * basic.texi (Moving Point): Fix the description of C-n and C-p.
2063 (Bug#10380)
2064
2065 2011-12-30 Chong Yidong <cyd@gnu.org>
2066
2067 * sending.texi (Sending Mail): Document initial mail buffer name,
2068 and changed multiple mail buffer behavior.
2069 (Mail Format): Put the example at the top of the section.
2070 (Mail Headers): Move discussion of "From" to the top.
2071 (Mail Sending): Document sendmail-query-once.
2072 (Citing Mail): Make it less Rmail-specific.
2073
2074 2011-12-29 Chong Yidong <cyd@gnu.org>
2075
2076 * text.texi (Org Mode): Copyedits. Refer to Outline Format for
2077 example. Add index entries.
2078 (Org Organizer, Org Authoring): Nodes renamed. Copyedits.
2079
2080 2011-12-26 Chong Yidong <cyd@gnu.org>
2081
2082 * dired.texi (Dired Enter, Misc Dired Features):
2083 Document dired-use-ls-dired changes. Mention quit-window.
2084 (Dired Navigation): Add index entries.
2085 (Dired Visiting): Fix View Mode xref.
2086 (Marks vs Flags): Prefer C-/ binding for undo.
2087 (Subdirectories in Dired): Add xrefs.
2088 (Misc Dired Features): Document some Emacs 24 changes. Add index
2089 entries.
2090
2091 * abbrevs.texi (Abbrev Concepts): No need to mention abbrev-mode
2092 variable, since it is explained in Minor Modes node.
2093 (Defining Abbrevs): Copyedits.
2094 (Expanding Abbrevs): State default of abbrev-all-caps. Prefer the
2095 C-/ binding for undo.
2096 (Dabbrev Customization): Add xrefs for case-fold-search and
2097 case-replace.
2098
2099 * dired-xtra.texi (Subdir Switches): Add xref.
2100
2101 * maintaining.texi (VC Directory Commands): Mention quit-window.
2102
2103 2011-12-25 Chong Yidong <cyd@gnu.org>
2104
2105 * maintaining.texi (Tags): Mention Semantic.
2106 (Create Tags Table, Etags Regexps): Copyedits.
2107 (Find Tag): Mention minibuffer completion.
2108 (List Tags): Mention completion-at-point. Completion is actually
2109 available in M-x list-tags.
2110
2111 * vc1-xtra.texi (VC Delete/Rename): Rename from Renaming and VC.
2112 Document vc-delete-file.
2113
2114 * files.texi (Misc File Ops): Mention vc-delete-file.
2115
2116 * programs.texi (Symbol Completion): Mention completion-at-point
2117 explicitly.
2118
2119 2011-12-22 Chong Yidong <cyd@gnu.org>
2120
2121 * maintaining.texi (Change Log Commands): Don't specially mention
2122 vc-update-change-log which is CVS-only.
2123
2124 * vc1-xtra.texi (Version Headers): Note that these are for
2125 Subversion, CVS, etc. only.
2126 (General VC Options): De-document vc-keep-workfiles.
2127 Fix RCS-isms.
2128
2129 2011-12-22 Eli Zaretskii <eliz@gnu.org>
2130
2131 * building.texi (Debugger Operation): Fix a typo: "@end iftext"
2132 should be @end iftex".
2133
2134 2011-12-21 Chong Yidong <cyd@gnu.org>
2135
2136 * maintaining.texi (Advanced C-x v v): Use fileset terminology.
2137 (VC With A Merging VCS, VC Change Log): Add xref to VC Pull node.
2138 (VC Pull): Mention vc-log-incoming.
2139 (Log Buffer): Add CVS/RCS only disclaimer.
2140
2141 * vc1-xtra.texi (Remote Repositories): Update introduction.
2142 (Local Version Control): Node deleted (obsolete with DVCSes).
2143 (Remote Repositories, Version Backups): Node deleted.
2144 Move documentation of vc-cvs-stay-local to CVS Options.
2145 (CVS Options): Reduce verbosity of description of obscure CVS
2146 locking feature.
2147 (Making Revision Tags, Revision Tag Caveats): Merge into Revision
2148 Tags node.
2149 (Revision Tags): Move under Miscellaneous VC subsection.
2150 (Change Logs and VC): Note that this is wrong for DVCSs.
2151 De-document log entry manipulating features.
2152 (Renaming and VC): Describe how it works on modern VCSes.
2153
2154 * files.texi (Misc File Ops): Mention vc-rename-file.
2155
2156 * programs.texi (Custom C Indent): Add index entries.
2157
2158 2011-12-20 Alan Mackenzie <acm@muc.de>
2159
2160 * programs.texi (Motion in C): Update the description of C-M-a and
2161 C-M-e, they now DTRT in enclosing scopes.
2162 (Custom C Indent): Add @dfn{guessing} of the indentation style.
2163
2164 2011-12-20 Chong Yidong <cyd@gnu.org>
2165
2166 * maintaining.texi (VCS Concepts): Add "working tree" terminology.
2167 (Old Revisions): Use it.
2168 (VCS Repositories): Add "distributed" terminology.
2169 (Log Buffer): Remove duplicate description
2170 about changesets. Fix "current VC fileset" ambiguity.
2171 (Multi-User Branching): Node deleted.
2172 (Branches, Switching Branches): Discuss decentralized version
2173 control systems.
2174 (VC Pull): New node.
2175 (Merging): Document merging on decentralized systems.
2176 (Creating Branches): Note that this is specific to CVS and related
2177 systems.
2178
2179 2011-12-19 Chong Yidong <cyd@gnu.org>
2180
2181 * maintaining.texi (VCS Merging, VCS Changesets): Index entries.
2182 (VC Mode Line): Add index entry for "version control status".
2183 (VC Undo): Use vc-revert instead of its vc-revert-buffer alias.
2184 Document vc-revert-show-diff. De-document vc-rollback.
2185 (VC Directory Mode): Rewrite introduction. Move prefix arg
2186 documentation here from VC Directory Buffer node.
2187 (VC Directory Buffer): Use a decentralized VCS example.
2188 (VC Directory Commands): Use a table. Remove material duplicated
2189 in previous nodes on multi-file VC filsets.
2190
2191 2011-12-17 Chong Yidong <cyd@gnu.org>
2192
2193 * maintaining.texi (VCS Concepts): Make "revision" terminology
2194 less CVS-specific.
2195 (VC With A Merging VCS, VC With A Locking VCS): Add xref to
2196 Registering node.
2197 (Secondary VC Commands): Delete. Promote subnodes.
2198 (Log Buffer): Add command name for C-c C-c. Fix the name of the
2199 log buffer. Add index entries.
2200 (VCS Changesets, Types of Log File, VC With A Merging VCS):
2201 Use "commit" terminology.
2202 (Old Revisions): Move it to just before VC Change Log. "Tag" here
2203 doesn't refer to tags tables. Note other possible forms of the
2204 revision ID. C-x v = does not save.
2205 (Registering): Note similarity to C-x v v action. Fix description
2206 of how backends are chosen. De-document vc-default-init-revision.
2207 (VC Change Log): Document C-x v l in VC-Dir buffer. Document RET
2208 in root log buffers.
2209
2210 2011-12-16 Chong Yidong <cyd@gnu.org>
2211
2212 * maintaining.texi (Version Control Systems): Drop Meta-CVS.
2213 (Basic VC Editing): Remove redundant descriptions.
2214 (VC With A Merging VCS): Make description more general instead of
2215 CVS-specific.
2216 (VC With A Locking VCS): Use VC fileset terminology.
2217
2218 2011-12-12 Chong Yidong <cyd@gnu.org>
2219
2220 * building.texi (Executing Lisp): Fix xref for C-M-x.
2221 (Lisp Libraries): Add xref to node explaining `load' in Lisp
2222 manual. Note that load-path is not customizable.
2223 (Lisp Eval): Note that listed commands are available globally.
2224 Explain the meaning of "defun" in the C-M-x context.
2225 (Lisp Interaction): Copyedits.
2226 (External Lisp): Fix name of inferior Lisp buffer.
2227 Mention Scheme.
2228 (Compilation): Define "inferior process".
2229
2230 2011-12-10 Eli Zaretskii <eliz@gnu.org>
2231
2232 * msdog.texi (Windows Fonts): Document how to force GDI font
2233 backend on MS-Windows.
2234
2235 2011-12-10 Chong Yidong <cyd@gnu.org>
2236
2237 * building.texi (Compilation): Say what the -k flag to make does.
2238 Move subprocess discussion to Compilation Shell.
2239 (Compilation Mode): Add xref for grep, occur, and mouse
2240 references. Define "locus".
2241 (Grep Searching): Use @command.
2242 (Debuggers, Commands of GUD, GDB Graphical Interface):
2243 Clarify intro.
2244 (Starting GUD): Clarify how arguments are specified.
2245 (Debugger Operation): Index entry for "GUD interaction buffer",
2246 and move basic description here from Commands of GUD node.
2247 (GDB User Interface Layout): Copyedits.
2248 (Source Buffers): Remove gdb-find-source-frame, which is not in
2249 gdb-mi.el.
2250 (Other GDB Buffers): Remove gdb-use-separate-io-buffer and
2251 toggle-gdb-all-registers, which are not in gdb-mi.el.
2252 Don't re-document GUD interaction buffers.
2253
2254 * programs.texi (Symbol Completion): M-TAB can now use Semantic.
2255 (Semantic): Add cindex entries for Semantic.
2256
2257 2011-12-06 Chong Yidong <cyd@gnu.org>
2258
2259 * programs.texi (Man Page): Clarify how to use Man-switches.
2260 Don't bother documenting Man-fontify-manpage-flag.
2261 (Lisp Doc): Add xref to Name Help node.
2262 (Hideshow): Add cindex. Mention role of ellipses, and default
2263 value of hs-isearch-open. Don't bother documenting
2264 hs-special-modes-alist.
2265 (Symbol Completion): Add kindex for C-M-i. Don't recommend
2266 changing the window manager binding of M-TAB.
2267
2268 2011-12-05 Chong Yidong <cyd@gnu.org>
2269
2270 * programs.texi (Comment Commands): Fix description of for M-; on
2271 blank lines. Move documentation of comment-region here.
2272 (Multi-Line Comments): Clarify the role of comment-multi-line.
2273 Refer to Comment Commands for comment-region doc.
2274 (Options for Comments): Refer to Multi-Line Comments for
2275 comment-multi-line doc, instead of duplicating it. Fix default
2276 values of comment-padding and comment-start-skip.
2277
2278 2011-12-04 Chong Yidong <cyd@gnu.org>
2279
2280 * programs.texi (Program Modes): Mention modes that are not
2281 included with Emacs. Fix references to other manuals for tex.
2282 Add index entry for backward-delete-char-untabify.
2283 Mention prog-mode-hook.
2284 (Which Function): Use "global minor mode" terminology.
2285 (Basic Indent, Multi-line Indent): Refer to previous descriptions
2286 in Indentation chapter to avoid duplication.
2287 (Expressions): Copyedit.
2288 (Matching): Document Electric Pair mode.
2289
2290 * ack.texi (Acknowledgments):
2291 * rmail.texi (Movemail, Other Mailbox Formats):
2292 * frames.texi (Frames): Don't capitalize "Unix".
2293
2294 2011-12-04 Chong Yidong <cyd@gnu.org>
2295
2296 * text.texi (Nroff Mode): Mention what nroff is.
2297 (Text Based Tables, Table Recognition): Don't say "Table mode"
2298 since it's not a major or minor mode.
2299 (Text Based Tables): Reduce the size of the example.
2300 (Table Definition): Clarify definitions.
2301 (Table Creation): Add key table.
2302 (Cell Commands): Use kbd for commands.
2303 (Table Rows and Columns): Combine nodes Row Commands and Column
2304 Commands.
2305 (Fixed Width Mode): Node deleted; contents moved to parent.
2306 (Table Conversion): Shorten example.
2307 (Measuring Tables): Merge into Table Misc.
2308
2309 2011-12-03 Chong Yidong <cyd@gnu.org>
2310
2311 * text.texi (TeX Mode): Mention AUCTeX package.
2312 (TeX Editing): Add xref to documentation for Occur.
2313 (LaTeX Editing): Add xref to Completion node.
2314 (TeX Print): Fix description of tex-directory.
2315 (Enriched Text): Rename from Formatted Text. Make this node and
2316 its subnodes less verbose, since text/enriched files are
2317 practically unused.
2318 (Enriched Mode): Rename from Requesting Formatted Text.
2319 (Format Colors): Node deleted.
2320 (Enriched Faces): Rename from Format Faces. Describe commands
2321 for applying colors too.
2322 (Forcing Enriched Mode): Node deleted; merged into Enriched Mode.
2323
2324 * frames.texi (Menu Mouse Clicks): Tweak description of C-Mouse-2.
2325
2326 * display.texi (Colors): New node.
2327
2328 * cmdargs.texi (Colors X):
2329 * xresources.texi (GTK styles):
2330 * custom.texi (Face Customization): Reference it.
2331
2332 * glossary.texi (Glossary): Remove "formatted text" and "WYSIWYG".
2333 Link to Fill Commands for Justification entry.
2334
2335 2011-12-03 Eli Zaretskii <eliz@gnu.org>
2336
2337 * display.texi (Auto Scrolling): More accurate description of what
2338 scroll-*-aggressively does, including the effect of non-zero
2339 margin. Fix "i.e." markup.
2340
2341 2011-12-02 Chong Yidong <cyd@gnu.org>
2342
2343 * text.texi (Pages): Mention how formfeed chars are displayed.
2344 (Auto Fill): Note convention for calling auto-fill-mode from Lisp.
2345 Describe adaptive filling more precisely.
2346 (Fill Commands): Note that filling removes excess whitespace.
2347 (Text Mode): Note auto-mode-alist entries for Text mode. TAB is
2348 now bound to indent-for-tab-command in Text mode.
2349 (Outline Mode): Copyedits.
2350 (Outline Visibility): Note that Reveal mode is a buffer-local
2351 minor mode.
2352
2353 * modes.texi (Major Modes): Move note about checking major-mode in
2354 a hook function here, from Text mode.
2355
2356 2011-11-28 Chong Yidong <cyd@gnu.org>
2357
2358 * text.texi (Words): Add xref to Position Info.
2359 (Paragraphs): Add xref to Regexps.
2360
2361 * indent.texi (Indentation): Rewrite introduction. Move table to
2362 Indentation Commands node.
2363 (Indentation Commands): Add index entries to table. Copyedits.
2364 (Tab Stops, Just Spaces): Copyedits.
2365 (Indent Convenience): New node. Document electric-indent-mode.
2366
2367 * programs.texi (Basic Indent):
2368 * windows.texi (Pop Up Window): Fix kindex entry.
2369
2370 2011-11-28 Chong Yidong <cyd@gnu.org>
2371
2372 * modes.texi (Major Modes): Move major-mode variable doc here from
2373 Choosing Modes. Document describe-mode. Document prog-mode-hook
2374 and text-mode-hook. Add example of using hooks.
2375 (Minor Modes): Document behavior of mode command calls from Lisp.
2376 Note that setting the mode variable using Customize will DTRT.
2377 (Choosing Modes): Add example of setting a minor mode using a
2378 local variable.
2379
2380 2011-11-27 Chong Yidong <cyd@gnu.org>
2381
2382 * frames.texi (Creating Frames): Move frame parameter example to
2383 Frame Parameters node.
2384 (Frame Commands): C-x 5 o does not warp the mouse by default.
2385 (Fonts): Add more GTK-style properties; also, they should be
2386 capitalized.
2387 (Special Buffer Frames): Node deleted; special-display is on the
2388 way out.
2389 (Frame Parameters): Example moved here from Creating Frames.
2390 Clarify that default-frame-alist affects the initial frame too.
2391 Delete auto-raise-mode and auto-lower-mode.
2392 (Wheeled Mice): Node deleted. Content moved to Mouse Commands.
2393 (Dialog Boxes): Delete x-gtk-use-old-file-dialog.
2394
2395 * windows.texi (Window Choice): Add xref to Lisp manual for
2396 special-display-*.
2397
2398 2011-11-26 Eli Zaretskii <eliz@gnu.org>
2399
2400 * display.texi (Text Display): Update the description,
2401 cross-references, and indexing related to display of control
2402 characters and raw bytes.
2403
2404 2011-11-25 Chong Yidong <cyd@gnu.org>
2405
2406 * frames.texi (Frames): Rewrite introduction.
2407 (Mouse Commands): Default for mouse-drag-copy-region is now t.
2408 Mouse-3 does not copy to kill ring by default. DEL does not
2409 behave specially for mouse commands any more.
2410 (Mouse References): Document mouse-1-click-follows-link more
2411 thoroughly.
2412 (Menu Mouse Clicks): Move footnote to the main text and add xref
2413 to Init Rebinding node.
2414 (Mode Line Mouse): Mouse-3 on the mode-line does not bury buffer.
2415
2416 * files.texi (Visiting): `C-x 5 f' works on ttys too.
2417
2418 2011-11-24 Juanma Barranquero <lekktu@gmail.com>
2419
2420 * display.texi (Font Lock): Fix typo.
2421
2422 2011-11-24 Glenn Morris <rgm@gnu.org>
2423
2424 * rmail.texi (Rmail Output):
2425 Mention rmail-automatic-folder-directives. (Bug#9657)
2426
2427 2011-11-21 Chong Yidong <cyd@gnu.org>
2428
2429 * mark.texi (Global Mark Ring): Fix description of global mark
2430 ring (Bug#10032).
2431
2432 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
2433
2434 * msdog.texi (Windows Fonts): Fix typo.
2435
2436 2011-11-17 Glenn Morris <rgm@gnu.org>
2437
2438 * regs.texi (Bookmarks): Small fixes related to saving. (Bug#10058)
2439
2440 2011-11-16 Juanma Barranquero <lekktu@gmail.com>
2441
2442 * killing.texi (Rectangles):
2443 * misc.texi (Document View):
2444 * modes.texi (Choosing Modes):
2445 * msdog.texi (Windows Fonts):
2446 * regs.texi (Rectangle Registers):
2447 * search.texi (Isearch Yank): Fix typos.
2448
2449 2011-11-06 Chong Yidong <cyd@gnu.org>
2450
2451 * windows.texi (Basic Window): Add xref to Cursor Display.
2452 (Split Window): Document negative arg for splitting commands.
2453 (Other Window): Document mouse-1 in text area of window.
2454 (Change Window): Don't mention window attributes, since they
2455 aren't defined. C-x 1 can't be used with minibuffer windows.
2456 Windows are no longer auto-deleted.
2457 (Window Choice): Add xref to Choosing Window in Lisp manual.
2458 (Window Convenience): Note that windmove disables shift-selection.
2459 Move M-x compare-windows here from Other Window node.
2460
2461 * custom.texi (Mouse Buttons):
2462 * search.texi (Isearch Scroll):
2463 * windows.texi (Split Window): Use new names split-window-below
2464 and split-window-right.
2465
2466 2011-10-26 Juanma Barranquero <lekktu@gmail.com>
2467
2468 * emacs.texi (Top): Fix typo.
2469
2470 2011-10-25 Glenn Morris <rgm@gnu.org>
2471
2472 * abbrevs.texi (Saving Abbrevs):
2473 quietly-read-abbrev-file is not a command. (Bug#9866)
2474
2475 2011-10-24 Chong Yidong <cyd@gnu.org>
2476
2477 * display.texi (Scrolling): Document scroll-up-line and
2478 scroll-down-line. Document scroll-command property.
2479 (Recentering): New node, split off from Scrolling.
2480
2481 2011-10-23 Chong Yidong <cyd@gnu.org>
2482
2483 * frames.texi (Scroll Bars): GTK uses right scroll bars now.
2484 (Tool Bars): Copyedits.
2485
2486 * buffers.texi (Misc Buffer): Don't mention vc-toggle-read-only.
2487
2488 2011-10-22 Chong Yidong <cyd@gnu.org>
2489
2490 * windows.texi (Displaying Buffers): Fix broken lispref link.
2491
2492 2011-10-22 Chong Yidong <cyd@gnu.org>
2493
2494 * mini.texi (Minibuffer Exit): Rename from Strict Completion.
2495 Move confirm-nonexistent-file-or-buffer discussion here.
2496
2497 * files.texi (File Names, Visiting): Move detailed discussion of
2498 minibuffer confirmation to Minibuffer Exit.
2499
2500 * buffers.texi (Buffers): Tweak mention of mail buffer name.
2501 (Select Buffer): Move confirmation discussion to Minibuffer Exit.
2502
2503 2011-10-21 Chong Yidong <cyd@gnu.org>
2504
2505 * files.texi (File Names, Visiting, Interlocking): Copyedits.
2506 (Backup Copying): backup-by-copying-when-mismatch is now t.
2507 (Customize Save): Fix description of require-final-newline.
2508 (Reverting): Note that revert-buffer can't be undone. Mention VC.
2509 (Auto Save Control): Clarify.
2510 (File Archives): Add 7z.
2511 (Remote Files): ange-ftp-make-backup-files defaults to nil.
2512
2513 * arevert-xtra.texi (Autorevert): Copyedits.
2514
2515 2011-10-20 Chong Yidong <cyd@gnu.org>
2516
2517 * custom.texi (Hooks, Init Examples):
2518 * display.texi (Font Lock):
2519 * fixit.texi (Spelling):
2520 * rmail.texi (Rmail Display): Minor mode function with no arg now
2521 enables it.
2522
2523 * fixit.texi (Spelling): Fix description of inline completion.
2524
2525 2011-10-19 Chong Yidong <cyd@gnu.org>
2526
2527 * search.texi (Repeat Isearch, Error in Isearch): Add kindex
2528 entries.
2529 (Isearch Yank): Document isearch-yank-pop.
2530 (Isearch Scroll): Refer to C-l instead of unbound `recenter'.
2531 (Other Repeating Search): Document Occur Edit mode.
2532
2533 2011-10-18 Chong Yidong <cyd@gnu.org>
2534
2535 * display.texi (Fringes): Move overflow-newline-into-fringe here,
2536 from Line Truncation node.
2537 (Standard Faces): Note that only the background of the cursor face
2538 has an effect.
2539 (Cursor Display): Fix descriptions of cursor face
2540 and bar cursor blinking.
2541 (Text Display): Document nobreak-char-display more clearly.
2542 (Line Truncation): Add xref to Split Window node.
2543 (Display Custom): Don't bother documenting baud-rate or
2544 no-redraw-on-reenter.
2545
2546 * search.texi (Slow Isearch): Node removed.
2547
2548 2011-10-18 Glenn Morris <rgm@gnu.org>
2549
2550 * maintaining.texi (Registering): Remove vc-initial-comment. (Bug#9745)
2551
2552 2011-10-18 Chong Yidong <cyd@gnu.org>
2553
2554 * display.texi (Faces): Simplify discussion. Move documentation
2555 of list-faces-display here, from Standard Faces node.
2556 Note special role of `default' background.
2557 (Standard Faces): Note special role of `default' background.
2558 Note that region face may be taken fom GTK. Add xref to Text Display.
2559 (Text Scale): Rename from "Temporary Face Changes".
2560 Callers changed. Don't bother documenting variable-pitch-mode.
2561 (Font Lock): Copyedits. Remove font-lock-maximum-size.
2562 (Useless Whitespace): Simplify description of
2563 delete-trailing-whitespace. Note active region case.
2564 (Text Display): Fix description of escape-glyph face assignment.
2565 Remove unibye mode discussion. Update some parts for Unicode.
2566 Move glyphless chars documentation to Lisp manual.
2567
2568 * frames.texi (Tooltips): Document x-gtk-use-system-tooltips.
2569
2570 2011-10-15 Chong Yidong <cyd@stupidchicken.com>
2571
2572 * display.texi (Scrolling): Tweak explanation of scroll direction.
2573 (View Mode): Add index entries.
2574
2575 * killing.texi (Deletion): Document negative prefix arg to M-SPC.
2576
2577 * regs.texi (Text Registers): C-x r i does not activate the mark.
2578 (Bookmarks): Document new default bookmark location.
2579
2580 2011-10-13 Chong Yidong <cyd@stupidchicken.com>
2581
2582 * killing.texi (Deletion): Add xref to Using Region.
2583 Document delete-forward-char.
2584 (Yanking): Move yank-excluded-properties to Lisp manual. Move C-y
2585 description here. Recommend C-u C-SPC for jumping to mark.
2586 (Kill Ring): Move kill ring variable documentation here.
2587 (Primary Selection): Copyedits.
2588 (Rectangles): Document new command rectangle-number-lines.
2589 (CUA Bindings): Note that this disables the mark-even-if-inactive
2590 behavior for C-x and C-c.
2591
2592 * mark.texi (Mark): Mention "active region" terminology.
2593 (Using Region): Document delete-active-region.
2594
2595 2011-10-12 Chong Yidong <cyd@stupidchicken.com>
2596
2597 * mark.texi (Mark): Clarify description of disabled Transient Mark
2598 mode (Bug#9689).
2599 (Setting Mark): Document prefix arg for C-x C-x. Document primary
2600 selection changes. Mention that commands like C-y set the mark.
2601 (Marking Objects): Add xref to Words node. Note that mark-word
2602 and mark-sexp also have the "extend region" behavior.
2603 (Using Region): Mention M-$ in the table.
2604 Document mark-even-if-inactive here instead of in Mark Ring.
2605 (Mark Ring): Move mark-even-if-inactive to Using Region.
2606 Take note of the "Mark Set" behavior.
2607 (Disabled Transient Mark): Rename from "Persistent Mark"
2608 (Bug#9688). Callers changed.
2609
2610 * programs.texi (Expressions):
2611 * text.texi (Words): Defer to Marking Objects for mark-word doc.
2612
2613 2011-10-09 Chong Yidong <cyd@stupidchicken.com>
2614
2615 * help.texi (Help, Help Summary): Eliminate the unnecessary "help
2616 option" terminology.
2617 (Key Help): Add command names. Define "documentation string".
2618 (Name Help): Remove an over-long joke.
2619 (Apropos): Document prefix args. Remove duplicated descriptions.
2620 (Help Mode): Add C-c C-b to table. Update TAB binding.
2621 (Package Keywords): Rename from "Library by Keyword".
2622 Describe new package menu interface.
2623 (Help Files, Help Echo): Tweak description.
2624
2625 * mini.texi (Completion Options): Add completion-cycle-threshold.
2626 (Minibuffer History): Document numeric args to history commands.
2627
2628 2011-10-08 Eli Zaretskii <eliz@gnu.org>
2629
2630 * mule.texi (Bidirectional Editing): Correct some inaccuracies.
2631
2632 2011-10-08 Chong Yidong <cyd@stupidchicken.com>
2633
2634 * basic.texi (Position Info): Omit page commands.
2635 Document count-words-region and count-words.
2636
2637 * text.texi (Pages): Move what-page documentation here.
2638
2639 2011-10-08 Chong Yidong <cyd@stupidchicken.com>
2640
2641 * mini.texi (Minibuffer File): Minor copyedits. Use xref to
2642 Remote Files node instead of linking directly to the Tramp manual.
2643 (Minibuffer Edit): Add xref to Blank Lines.
2644 (Completion): Add xref to Symbol Completion. Remove redundant
2645 example, which is repeated in the next node.
2646 (Completion Commands): Minor clarifications.
2647 (Completion Styles): New node, split from Completion Commands.
2648 Document substring and initials styles.
2649 (Strict Completion): Remove information duplicated in other nodes.
2650 (Completion Options): Consolidate case difference discussion here.
2651
2652 * help.texi (Help Mode): Fix kindex entries.
2653
2654 * files.texi (File Names): Add index entries.
2655
2656 2011-10-07 Chong Yidong <cyd@stupidchicken.com>
2657
2658 * basic.texi (Inserting Text): Add xref to Completion.
2659 Add ucs-insert example, and document prefix argument.
2660 (Moving Point): Fix introduction; C-f/C-b are no longer equivalent
2661 to left/right. Tweak left-char and right-char descriptions.
2662 M-left and M-right are now bound to left-word/right-word.
2663 (Erasing): Document delete-forward-char.
2664
2665 * screen.texi (Screen, Menu Bar): Copyedits.
2666 (Point): Remove duplicate paragraph on cursors, also in Screen.
2667 (Mode Line): Trailing dashes no longer shown on X displays.
2668
2669 * frames.texi (Non-Window Terminals): Index just "text-only
2670 terminal", which is used throughout the manual now.
2671
2672 * entering.texi (Entering Emacs): Define "startup screen".
2673 Document window-splitting behavior with command-line inputs.
2674 (Exiting): Remove obsolete paragraph about shells without suspend
2675 functionality.
2676
2677 * commands.texi (User Input): Define "input event" more clearly.
2678 (Keys): Add xref to Echo Area.
2679 (Commands): Clarify relation between commands and functions.
2680
2681 2011-10-06 Chong Yidong <cyd@stupidchicken.com>
2682
2683 * misc.texi (emacsclient Options): Document how emacsclient runs
2684 the Emacs daemon (Bug#9674).
2685
2686 2011-10-01 Chong Yidong <cyd@stupidchicken.com>
2687
2688 * basic.texi (Moving Point):
2689 * custom.texi (Mouse Buttons):
2690 * rmail.texi (Rmail Scrolling):
2691 * search.texi (Isearch Scroll):
2692 * display.texi (Scrolling): Replace scroll-up/down with
2693 scroll-up/down-command. Fix scroll-preserve-screen-position
2694 description. Document scroll-error-top-bottom.
2695
2696 2011-09-30 Glenn Morris <rgm@gnu.org>
2697
2698 * commands.texi (Keys): Whitespace fix. (Bug#9635)
2699
2700 2011-09-24 Chong Yidong <cyd@stupidchicken.com>
2701
2702 * windows.texi (Pop Up Window): Defer discussion of window
2703 splitting to the Window Choice node. Add index entries.
2704 (Force Same Window): Node deleted.
2705 (Displaying Buffers, Window Choice): New nodes.
2706
2707 * buffers.texi (Select Buffer): Clarify description of
2708 buffer-switching commands. Add xref to Window Display node.
2709 Don't repeat confirm-nonexistent-file-or-buffer description from
2710 Visiting node. Remove even-window-heights.
2711
2712 * frames.texi (Special Buffer Frames): Add xref to Window Choice.
2713
2714 2011-09-18 Chong Yidong <cyd@stupidchicken.com>
2715
2716 * cmdargs.texi (Icons X): Fix description of Emacs icon.
2717
2718 * xresources.texi (Table of Resources): Fix documentation of
2719 bitmapIcon.
2720
2721 2011-09-15 Chong Yidong <cyd@stupidchicken.com>
2722
2723 * package.texi (Package Menu): Add package-menu-mark-upgrades.
2724
2725 2011-09-12 Eric Hanchrow <eric.hanchrow@gmail.com>
2726
2727 * frames.texi (Frame Commands): Note that delete-other-frames only
2728 deletes frames on current terminal.
2729
2730 2011-09-10 Eli Zaretskii <eliz@gnu.org>
2731
2732 * sending.texi (Mail Misc): Document mail-add-attachment.
2733
2734 2011-09-04 Eli Zaretskii <eliz@gnu.org>
2735
2736 * basic.texi (Inserting Text): Add index entries. (Bug#9433)
2737
2738 2011-08-29 Chong Yidong <cyd@stupidchicken.com>
2739
2740 * modes.texi (Choosing Modes): auto-mode-case-fold is now t.
2741
2742 2011-08-28 Chong Yidong <cyd@stupidchicken.com>
2743
2744 * files.texi (File Archives):
2745 * cal-xtra.texi (Diary Display):
2746 * help.texi (Help Mode): Add xref to View Mode.
2747
2748 2011-08-28 Chong Yidong <cyd@stupidchicken.com>
2749
2750 * display.texi (View Mode): New node. Move view-file here from
2751 Misc File Ops. Move view-buffer here from Misc Buffer.
2752
2753 * buffers.texi (Misc Buffer): Move view-buffer to View Mode.
2754
2755 * files.texi (Misc File Ops): Document new
2756 delete-by-moving-to-trash behavior. Remove view-file.
2757
2758 * dired.texi (Dired Deletion): Shorten description of Trash.
2759
2760 * misc.texi (emacsclient Options): Document server-port.
2761
2762 2011-08-27 Eli Zaretskii <eliz@gnu.org>
2763
2764 * frames.texi (Frame Commands): Advise setting focus-follows-mouse
2765 even on MS-Windows. Fix a typo.
2766
2767 2011-08-26 Chong Yidong <cyd@stupidchicken.com>
2768
2769 * package.texi: New file, documenting the package manager.
2770
2771 * emacs.texi: Include it.
2772
2773 * help.texi (Help Summary): Add describe-package.
2774
2775 2011-08-25 Chong Yidong <cyd@stupidchicken.com>
2776
2777 * misc.texi (Printing): Convert subnodes into subsections.
2778
2779 * text.texi (Two-Column): Move into Text chapter.
2780
2781 * picture-xtra.texi (Picture Mode): Group with Editing Binary
2782 Files section. Convert from chapter into section.
2783
2784 * display.texi (Narrowing): Move into display chapter.
2785
2786 * sending.texi (Sending Mail):
2787 * rmail.texi (Rmail):
2788 * misc.texi (Gnus, Document View):
2789 * dired.texi (Dired):
2790 * emacs.texi: Group the mail, rmail, and gnus chapters together.
2791
2792 2011-08-07 Juri Linkov <juri@jurta.org>
2793
2794 * dired.texi (Operating on Files): Rewrite according to the fact
2795 that `dired-do-chmod' doesn't use the `chmod' program anymore.
2796
2797 2011-07-30 Michael Albinus <michael.albinus@gmx.de>
2798
2799 * mini.texi (Minibuffer File): Insert a reference to Tramp for
2800 remote file name completion. (Bug#9197)
2801
2802 2011-07-28 Eli Zaretskii <eliz@gnu.org>
2803
2804 * mule.texi (Bidirectional Editing): Document the fact that
2805 bidi-display-reordering is t by default.
2806
2807 2011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
2808
2809 * help.texi (Misc Help): Mention `describe-prefix-bindings'
2810 explicitly (bug#8904).
2811
2812 2011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
2813
2814 * trouble.texi (Checklist): Use an `M-x' example instead of an
2815 Emacs Lisp form to switch on the dribble file (bug#8056).
2816
2817 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
2818
2819 * custom.texi (Hooks): Mention buffer-local hooks (bug#6218).
2820
2821 2011-07-13 Glenn Morris <rgm@gnu.org>
2822
2823 * dired.texi (Dired Enter): Mention --dired. (Bug#9039)
2824
2825 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
2826
2827 * mark.texi (Mark Ring): Clarify how many locations are saved
2828 (bug#5770).
2829 (Global Mark Ring): Ditto.
2830
2831 2011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
2832
2833 * text.texi (Table Recognition): Use "at point" instead of "under
2834 point" (bug#4345).
2835
2836 * display.texi (Cursor Display): Mention `cursor-type'.
2837
2838 * screen.texi (Point): Clarify that it's only if you use a block
2839 cursor that it appears to be on a character (bug#4345).
2840
2841 2011-07-12 Chong Yidong <cyd@stupidchicken.com>
2842
2843 * misc.texi (Amusements): Move dissociated press here, from its
2844 own section.
2845
2846 * emacs.texi (Top): Update node listing.
2847
2848 2011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
2849
2850 * emacs.texi (Top): Change "inferiors" to "subnodes" for greater
2851 clarity (bug#3523).
2852
2853 2011-07-12 Chong Yidong <cyd@stupidchicken.com>
2854
2855 * cmdargs.texi (Initial Options): Document --no-site-lisp.
2856 (Misc X): Document --parent-id.
2857
2858 * frames.texi (Frame Commands): Note that focus-follows-mouse now
2859 defaults to nil.
2860
2861 * misc.texi (emacsclient Options): Document --parent-id.
2862
2863 * msdog.texi (Windows HOME): Document _emacs as obsolete.
2864
2865 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
2866
2867 * emacs.texi: Use "..." instead of ``...'' in the menus
2868 (bug#3503).
2869
2870 2011-07-11 Chong Yidong <cyd@stupidchicken.com>
2871
2872 * killing.texi (Primary Selection): Document `only' setting for
2873 select-active-regions.
2874
2875 * mark.texi (Setting Mark): Reference Shift Selection node.
2876
2877 * frames.texi (Mouse Commands): Document mouse-yank-primary.
2878
2879 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
2880
2881 * mark.texi (Setting Mark): Clarify what's meant by "Shifted
2882 motion keys" (bug#3503).
2883
2884 * emacs.texi: Change all the register node names from "RegPos"
2885 (etc.) to "Positional Registers" (etc.) (bug#3314).
2886
2887 2011-07-11 Chong Yidong <cyd@stupidchicken.com>
2888
2889 * killing.texi (Killing, Deletion and Killing, Killing by Lines)
2890 (Other Kill Commands, Kill Options): Copyedits.
2891 (Deletion and Killing, Kill Ring): Kill/yank now use clipboard.
2892 (Yanking): Move yank-excluded properties discussion here.
2893 (Cut and Paste): Move from frames.texi. Update subnodes to
2894 describe x-select-enable-clipboard case.
2895
2896 * frames.texi: Move Cut and Paste node and subnodes into
2897 killing.texi, except Mouse Commands and Word and Line Mouse.
2898
2899 2011-07-10 Andy Moreton <andrewjmoreton@gmail.com> (tiny change)
2900
2901 * makefile.w32-in (EMACSSOURCES): Replace major.texi with modes.texi.
2902
2903 2011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
2904
2905 * screen.texi (Mode Line): Clarify that coding systems are
2906 characters, not letters (bug#1749).
2907
2908 * cmdargs.texi (Environment): Mention removing variables
2909 (bug#1615). Text suggested by Kevin Rodgers.
2910
2911 2011-07-10 Chong Yidong <cyd@stupidchicken.com>
2912
2913 * misc.texi (Amusements): Don't mention Yow; it's crippled.
2914
2915 * modes.texi: Rename from major.texi.
2916 (Modes): New node. Make Major Modes and Minor Modes subsections
2917 of this. All callers changed.
2918
2919 * custom.texi (Minor Modes): Move to modes.texi.
2920
2921 2011-07-10 Chong Yidong <cyd@stupidchicken.com>
2922
2923 * custom.texi (Syntax): Node deleted.
2924
2925 * help.texi (Help Summary):
2926 * major.texi (Major Modes):
2927 * programs.texi (Parentheses):
2928 * search.texi (Regexp Backslash, Regexp Backslash)
2929 (Regexp Backslash):
2930 * text.texi (Words): Callers changed.
2931
2932 * text.texi (Refill, Longlines): Delete nodes.
2933
2934 * ack.texi (Acknowledgments): Longlines removed from manual.
2935
2936 * emacs.texi (Top): Update node listing.
2937
2938 2011-07-09 Glenn Morris <rgm@gnu.org>
2939
2940 * fortran-xtra.texi (Fortran): Update handled extensions.
2941
2942 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
2943
2944 * display.texi (Scrolling): `C-v' (etc) are now bound to
2945 `scroll-*-command' (bug#8349).
2946
2947 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
2948
2949 * dired.texi (Subdirectories in Dired): Clarify that `C-u k'
2950 doesn't actually delete any files (bug#7125).
2951
2952 * picture-xtra.texi (Rectangles in Picture): Clarify the prefix
2953 argument for `C-c C-k' (bug#7391).
2954
2955 * frames.texi (Fonts): Mention "C-u C-x =" to find out what font
2956 you're currently using (bug#8489).
2957
2958 2011-07-01 Eli Zaretskii <eliz@gnu.org>
2959
2960 * mule.texi (Coding Systems): Move index entries from the previous
2961 change into their proper places.
2962
2963 2011-07-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
2964
2965 * help.texi (Help Files): Document view-external-packages (bug#8902).
2966
2967 * mule.texi (Coding Systems): Put a few more of the coding systems
2968 into the index (bug#8900).
2969
2970 2011-06-26 Glenn Morris <rgm@gnu.org>
2971
2972 * fortran-xtra.texi (Fortran): F90 mode is also for F2008.
2973
2974 2011-06-25 Andreas Rottmann <a.rottmann@gmx.at>
2975
2976 * misc.texi (emacsclient Options): Mention --frame-parameters.
2977
2978 2011-06-09 Glenn Morris <rgm@gnu.org>
2979
2980 * custom.texi (Specifying File Variables):
2981 Recommend explicit arguments for minor modes.
2982
2983 2011-06-02 Paul Eggert <eggert@cs.ucla.edu>
2984
2985 Document wide integers better.
2986 * buffers.texi (Buffers):
2987 * files.texi (Visiting): Document maxima for 64-bit machines,
2988 and mention virtual memory limits.
2989
2990 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
2991
2992 * custom.texi (Hooks): Reorganize. Mention Prog mode.
2993
2994 * fixit.texi (Spelling): Mention using prog-mode-hook for flypsell
2995 prog mode (Bug#8240).
2996
2997 2011-05-27 Glenn Morris <rgm@gnu.org>
2998
2999 * custom.texi (Specifying File Variables):
3000 Major modes no longer need come first.
3001
3002 2011-05-22 Chong Yidong <cyd@stupidchicken.com>
3003
3004 * mule.texi (Specify Coding, Text Coding, Communication Coding)
3005 (File Name Coding, Terminal Coding): Add command names (Bug#8312).
3006
3007 2011-05-18 Glenn Morris <rgm@gnu.org>
3008
3009 * ack.texi (Acknowledgments): Remove fakemail.c.
3010
3011 2011-05-17 Chong Yidong <cyd@stupidchicken.com>
3012
3013 Fixes for fitting text into 7x9 printed manual.
3014 * building.texi (Flymake, Breakpoints Buffer):
3015 * calendar.texi (Appointments):
3016 * cmdargs.texi (General Variables, Display X):
3017 * custom.texi (Saving Customizations, Face Customization)
3018 (Directory Variables, Minibuffer Maps, Init Rebinding):
3019 * display.texi (Font Lock, Font Lock, Useless Whitespace):
3020 * fixit.texi (Spelling):
3021 * frames.texi (Creating Frames, Fonts):
3022 * help.texi (Help Files):
3023 * mini.texi (Minibuffer File):
3024 * misc.texi (emacsclient Options, Emulation):
3025 * msdog.texi (Windows Startup, Windows HOME, Windows Fonts):
3026 * mule.texi (International Chars, Language Environments)
3027 (Select Input Method, Modifying Fontsets, Charsets):
3028 * programs.texi (Custom C Indent):
3029 * rmail.texi (Rmail Labels):
3030 * text.texi (Table Conversion):
3031 * trouble.texi (Known Problems, Known Problems):
3032 * windows.texi (Change Window):
3033 * xresources.texi (GTK resources): Reflow text and re-indent code
3034 examples to avoid TeX overflows and underflows on 7x9 paper.
3035
3036 * emacs.texi: Fix the (commented out) smallbook command.
3037
3038 * macos.texi (Mac / GNUstep Events):
3039 * xresources.texi (Lucid Resources): Remove extraneous examples.
3040
3041 2011-05-10 Glenn Morris <rgm@gnu.org>
3042
3043 * custom.texi (Specifying File Variables):
3044 Deprecate using mode: for minor modes.
3045
3046 2011-05-07 Glenn Morris <rgm@gnu.org>
3047
3048 * cal-xtra.texi (Sexp Diary Entries): Mention diary-hebrew-birthday.
3049
3050 2011-05-06 Glenn Morris <rgm@gnu.org>
3051
3052 * calendar.texi (Appointments): Mention appt-warning-time-regexp.
3053
3054 * cal-xtra.texi (Fancy Diary Display): Mention diary comments.
3055
3056 2011-05-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
3057
3058 * misc.texi (Emacs Server): Document `server-eval-at'.
3059
3060 2011-04-24 Chong Yidong <cyd@stupidchicken.com>
3061
3062 * maintaining.texi (List Tags): Document next-file.
3063 Suggested by Uday S Reddy.
3064
3065 2011-04-23 Juanma Barranquero <lekktu@gmail.com>
3066
3067 * mini.texi (Minibuffer Edit):
3068 * screen.texi (Mode Line): Fix typo.
3069
3070 2011-04-20 Christoph Scholtes <cschol2112@googlemail.com>
3071
3072 * maintaining.texi (Old Revisions): Mention new function vc-ediff.
3073
3074 2011-03-26 Chong Yidong <cyd@stupidchicken.com>
3075
3076 * display.texi (Auto Scrolling): Fix scroll-up/scroll-down confusion.
3077
3078 2011-03-30 Eli Zaretskii <eliz@gnu.org>
3079
3080 * display.texi (Auto Scrolling): Document the limit of 100 lines
3081 for never-recentering scrolling with `scroll-conservatively'.
3082 (Bug#6671)
3083
3084 2011-03-12 Eli Zaretskii <eliz@gnu.org>
3085
3086 * msdog.texi (Windows HOME): Fix the wording to clarify how Emacs sets
3087 HOME on Windows and where it looks for init files. (Bug#8221)
3088
3089 2011-03-10 Eli Zaretskii <eliz@gnu.org>
3090
3091 * search.texi (Regexp Example):
3092 * mule.texi (International Chars):
3093 * building.texi (External Lisp): Don't use characters outside
3094 ISO-8859-1.
3095
3096 2011-03-09 Eli Zaretskii <eliz@gnu.org>
3097
3098 * ack.texi (Acknowledgments): Convert to ISO-8859-1 encoding.
3099 Use Texinfo @-commands for non Latin-1 characters.
3100
3101 * makefile.w32-in (MAKEINFO_OPTS): Add --enable-encoding.
3102
3103 * custom.texi (Init File): Add index entries for ".emacs".
3104 (Bug#8210)
3105
3106 2011-03-08 Jan Djärv <jan.h.d@swipnet.se>
3107
3108 * xresources.texi (GTK resources): ~/.emacs.d/gtkrc does not work
3109 for Gtk+ 3.
3110
3111 2011-03-08 Glenn Morris <rgm@gnu.org>
3112
3113 * Makefile.in (MAKEINFO_OPTS): Add --enable-encoding.
3114 * emacs.texi (Acknowledgments):
3115 * ack.texi (Acknowledgments): Names to UTF-8.
3116 * emacs.texi: Set documentencoding.
3117
3118 * display.texi (Optional Mode Line): Don't mention exactly where
3119 display-time appears. (Bug#8193)
3120
3121 2011-03-07 Chong Yidong <cyd@stupidchicken.com>
3122
3123 * Version 23.3 released.
3124
3125 2011-03-06 Chong Yidong <cyd@stupidchicken.com>
3126
3127 * search.texi (Isearch Yank): C-y now bound to isearch-yank-kill.
3128
3129 2011-03-03 Drake Wilson <drake@begriffli.ch> (tiny change)
3130
3131 * misc.texi (emacsclient Options): Add q/quiet.
3132
3133 2011-03-02 Glenn Morris <rgm@gnu.org>
3134
3135 * mule.texi (Communication Coding) <x-select-request-type>:
3136 Remove duplicate (essentially) paragraph. (Bug#8148)
3137
3138 2011-03-01 Christoph Scholtes <cschol2112@googlemail.com>
3139
3140 * maintaining.texi (Format of ChangeLog): Add reference to
3141 add-log-full-name.
3142 (Change Log Commands): Add documentation for combining multiple
3143 symbols in one change.
3144
3145 2011-03-01 Glenn Morris <rgm@gnu.org>
3146
3147 * custom.texi (Directory Variables):
3148 Give an example of excluding subdirectories.
3149
3150 2011-02-28 Eli Zaretskii <eliz@gnu.org>
3151
3152 * search.texi (Regexp Search): Move index entries about regexps to the
3153 "Regexps" node. Add index entries for regexp search. (Bug#8096)
3154
3155 2011-02-19 Glenn Morris <rgm@gnu.org>
3156
3157 * dired.texi (Dired): Dired-X version number was dropped.
3158
3159 2011-02-14 Jan Djärv <jan.h.d@swipnet.se>
3160
3161 * xresources.texi (X Resources): Remove *faceName and replace it with
3162 *font for Lucid.
3163
3164 2011-02-05 Chong Yidong <cyd@stupidchicken.com>
3165
3166 * rmail.texi (Rmail Display): Document Rmail MIME support more
3167 accurately.
3168
3169 * maintaining.texi (VC Change Log): Document vc-log-incoming and
3170 vc-log-outgoing.
3171 (Merging): Document vc-find-conflicted-file.
3172
3173 2011-02-05 Glenn Morris <rgm@gnu.org>
3174
3175 * custom.texi (Variables): Fix typo.
3176
3177 2011-01-31 Chong Yidong <cyd@stupidchicken.com>
3178
3179 * search.texi (Regexps): Copyedits. Mention character classes
3180 (Bug#7809).
3181
3182 * files.texi (File Aliases): Restore explanatory text from Eli
3183 Zaretskii, accidentally removed in 2011-01-08 commit.
3184
3185 2011-01-29 Eli Zaretskii <eliz@gnu.org>
3186
3187 * makefile.w32-in (MAKEINFO): Remove options, leave only program name.
3188 (MAKEINFO_OPTS): New variable.
3189 (ENVADD, $(infodir)/emacs): Use $(MAKEINFO_OPTS).
3190 (emacs.html): New target.
3191 (clean): Remove emacs.html.
3192
3193 2011-01-23 Werner Lemberg <wl@gnu.org>
3194
3195 * Makefile.in (MAKEINFO): Now controlled by `configure'.
3196 (MAKEINFO_OPTS): New variable. Use it where appropriate.
3197 (ENVADD): Update.
3198
3199 2011-01-18 Glenn Morris <rgm@gnu.org>
3200
3201 * ack.texi, emacs.texi (Acknowledgments): Update for ERT addition.
3202
3203 * ack.texi (Acknowledgments): Remove mention of replaced prolog.el.
3204
3205 2011-01-15 Chong Yidong <cyd@stupidchicken.com>
3206
3207 * building.texi (Compilation): Improve instructions for running two
3208 compilations (Bug#7573).
3209
3210 * files.texi (Backup Names): Document the new location of the
3211 last-resort backup file.
3212
3213 * files.texi (File Aliases): Move directory-abbrev-alist doc from Lisp
3214 manual. Explain why directory-abbrev-alist elements should be anchored
3215 (Bug#7777).
3216
3217 2011-01-15 Eli Zaretskii <eliz@gnu.org>
3218
3219 * msdog.texi (Windows Startup): Correct inaccurate description of
3220 differences between emacsclient.exe and emacsclientw.exe.
3221
3222 2011-01-02 Chong Yidong <cyd@stupidchicken.com>
3223
3224 * rmail.texi (Rmail Display): Edit for grammar and conciseness.
3225
3226 2011-01-02 Kenichi Handa <handa@m17n.org>
3227
3228 * rmail.texi (Rmail Display): Describe new features of Rmail in Info.
3229
3230 2011-01-02 Eli Zaretskii <eliz@gnu.org>
3231
3232 * frames.texi (Cut and Paste): Modify the section's name and text:
3233 don't mix "cut/paste" with "kill/yank".
3234 (Cut/Paste Other App): Describe the per-session emulation of PRIMARY.
3235 (Bug#7702)
3236
3237 * trouble.texi (Checklist): Mention debug-on-quit. (Bug#7667)
3238
3239 2011-01-02 Glenn Morris <rgm@gnu.org>
3240
3241 * maintaining.texi: Move inclusion of emerge after EDE, so that it
3242 matches its position in the menu. (Bug#7674)
3243
3244 2011-01-02 Glenn Morris <rgm@gnu.org>
3245
3246 * trouble.texi (Checklist): Mention not replying via news either.
3247
3248 2010-12-30 Tassilo Horn <tassilo@member.fsf.org>
3249
3250 * misc.texi (Document View): Update DocView section with newly
3251 supported document formats.
3252
3253 2010-12-21 Chong Yidong <cyd@stupidchicken.com>
3254
3255 * killing.texi: Resection the Info version to conform to the
3256 printed manual, to avoid making sections on Accumulating Text, CUA
3257 and Rectangles into full chapters.
3258
3259 2010-12-13 Eli Zaretskii <eliz@gnu.org>
3260
3261 * custom.texi (Init Syntax): Add index entries for "character syntax".
3262 (Bug#7576)
3263
3264 2010-12-13 Karel Klíč <kklic@redhat.com>
3265
3266 * text.texi (HTML Mode): Small fixes. (Bug#7607)
3267
3268 2010-12-13 Glenn Morris <rgm@gnu.org>
3269
3270 * trouble.texi (Checklist): Fix typo in newsgroup name.
3271
3272 2010-12-13 Chong Yidong <cyd@stupidchicken.com>
3273
3274 * search.texi (Word Search): Note that the lazy highlight always
3275 matches to whole words (Bug#7470).
3276
3277 2010-12-13 Eli Zaretskii <eliz@gnu.org>
3278
3279 * display.texi (Optional Mode Line): Make the description of
3280 load-average more accurate.
3281
3282 * msdog.texi (Windows HOME): Mention that HOME can also be set in the
3283 registry, with a cross-reference.
3284 (Windows Startup): New node. Move the stuff about the current
3285 directory from "Windows HOME".
3286
3287 2010-11-27 Bob Rogers <rogers-emacs@rgrjr.dyndns.org>
3288
3289 * maintaining.texi (VC With A Locking VCS, VC Directory Commands):
3290 * vc1-xtra.texi (Customizing VC, General VC Options): Small fixes.
3291
3292 2010-11-27 Chong Yidong <cyd@stupidchicken.com>
3293
3294 * maintaining.texi (Version Control Systems): Fix repeated sentence.
3295 Suggested by Štěpán Němec.
3296
3297 2010-11-27 Chong Yidong <cyd@stupidchicken.com>
3298
3299 * maintaining.texi (Version Control): Say "commit", not "check in".
3300 (Version Control Systems): Simplify descriptions.
3301 (VCS Merging, VCS Changesets, VCS Repositories): New nodes, split from
3302 VCS Concepts.
3303 (VC Mode Line): Update example.
3304 (Old Revisions): Document revert-buffer for vc-diff.
3305 (Log Buffer): Promote to a subsection. Document header lines.
3306
3307 * macos.texi (Mac / GNUstep Basics):
3308 Document ns-right-alternate-modifier.
3309
3310 * emacs.texi (Top): Update node listing.
3311
3312 2010-11-13 Eli Zaretskii <eliz@gnu.org>
3313
3314 * rmail.texi (Rmail Coding): Characters with no fonts are not
3315 necessarily displayed as empty boxes.
3316
3317 * mule.texi (Language Environments, Fontsets): Characters with no
3318 fonts are not necessarily displayed as empty boxes.
3319
3320 * display.texi (Text Display): Document display of glyphless
3321 characters.
3322
3323 2010-11-13 Glenn Morris <rgm@gnu.org>
3324
3325 * basic.texi (Position Info): Add M-x count-words-region.
3326
3327 2010-11-11 Glenn Morris <rgm@gnu.org>
3328
3329 * msdog.texi (ls in Lisp): Update for ls-lisp changes.
3330
3331 2010-11-09 Eli Zaretskii <eliz@gnu.org>
3332
3333 * msdog.texi (Windows HOME): Add information regarding startup
3334 directory when invoking Emacs from a desktop shortcut. (bug#7300)
3335
3336 2010-10-11 Glenn Morris <rgm@gnu.org>
3337
3338 * Makefile.in (MAKEINFO): Add explicit -I$srcdir.
3339
3340 * Makefile.in (.texi.dvi): Remove unnecessary suffix rule.
3341 (DVIPS): New variable.
3342 (.PHONY): Add html, ps.
3343 (html, emacs.html, ps, emacs.ps, emacs-xtra.ps): New targets.
3344 (clean): Delete html, ps files.
3345
3346 2010-10-09 Eli Zaretskii <eliz@gnu.org>
3347
3348 * makefile.w32-in (EMACSSOURCES): Add emacsver.texi.
3349
3350 2010-10-09 Glenn Morris <rgm@gnu.org>
3351
3352 * Makefile.in (VPATH): Remove.
3353 (infodir): Make it absolute.
3354 (mkinfodir, $(infodir)/emacs, infoclean): No need to cd $srcdir.
3355
3356 * Makefile.in (dist): Anchor regexps.
3357
3358 * Makefile.in (EMACSSOURCES): Put emacs.texi first.
3359 ($(infodir)/emacs, emacs.dvi, emacs.pdf, emacs-xtra.dvi)
3360 (emacs-xtra.pdf): Use $<.
3361
3362 * Makefile.in (infoclean): Remove harmless, long-standing error.
3363
3364 * Makefile.in ($(infodir)): Delete rule.
3365 (mkinfodir): New.
3366 ($(infodir)/emacs): Use $mkinfodir instead of infodir.
3367
3368 * Makefile.in (distclean): Do not delete emacsver.texi.
3369 (dist): Remove reference to emacsver.texi.in.
3370 * emacsver.texi: New file, replacing emacsver.texi.in.
3371
3372 2010-10-09 Glenn Morris <rgm@gnu.org>
3373
3374 * emacsver.texi.in: New file.
3375 * emacs.texi: Set EMACSVER by including emacsver.texi.
3376 * Makefile.in (distclean): Delete emacsver.texi.
3377 (dist): Copy emacsver.texi.
3378 (EMACSSOURCES): Add emacsver.texi.
3379
3380 * ack.texi (Acknowledgments): No more b2m.c.
3381
3382 * Makefile.in (.PHONY): Declare info, dvi, pdf, dist.
3383 (emacs): Remove rule.
3384 (dist): No need to deal with the emacs rule any more.
3385
3386 2010-10-07 Glenn Morris <rgm@gnu.org>
3387
3388 * Makefile.in (version): New, set by configure.
3389 (clean): Delete dist tar file.
3390 (dist): Use version in tar name.
3391
3392 2010-10-06 Glenn Morris <rgm@gnu.org>
3393
3394 * Makefile.in (EMACS_XTRA): Add the main source file.
3395 (emacs-xtra.dvi, emacs-xtra.pdf): Remove explicit emacs-xtra.texi.
3396 (mostlyclean): No core files, reorder other files.
3397 (clean): Delete specific dvi and pdf files.
3398 (infoclean, dist): New rules.
3399 (maintainer-clean): Use infoclean.
3400 ($(infodir)): Add parallel build workaround.
3401
3402 2010-10-04 Glenn Morris <rgm@gnu.org>
3403
3404 * Makefile.in (SHELL): Set it.
3405 (INFO_TARGETS, DVI_TARGETS): Remove variables.
3406 (info, dvi): Replace above variables with their expansions.
3407 (info): Move mkdir from here...
3408 ($(infodir)/emacs): ... to here (for parallel builds).
3409 (pdf): New target.
3410 ($(infodir)/emacs): Pass -o option to makeinfo.
3411 (.PHONY): Declare clean rules.
3412 (maintainer-clean): Delete dvi and pdf files.
3413 Guard against cd failures. Use a more restrictive delete.
3414
3415 2010-10-02 Glenn Morris <rgm@gnu.org>
3416
3417 * misc.texi (Shell Mode): Remove reference to old function name.
3418
3419 2010-09-30 Eli Zaretskii <eliz@gnu.org>
3420
3421 * maintaining.texi (VC Mode Line): Mention all the possible VC status
3422 indicator characters.
3423
3424 2010-09-29 Glenn Morris <rgm@gnu.org>
3425
3426 * Makefile.in (top_srcdir): Remove unused variable.
3427
3428 2010-09-14 Glenn Morris <rgm@gnu.org>
3429
3430 * cal-xtra.texi (Fancy Diary Display): Emphasize that sort should be
3431 the last hook item.
3432
3433 * calendar.texi (Appointments): Also updated when a diary include file
3434 is saved.
3435
3436 2010-09-14 Glenn Morris <rgm@gnu.org>
3437
3438 * trouble.texi (Bugs): Update the section intro.
3439 (Known Problems): New section.
3440 (Checklist): Misc updates. Prefer M-x report-emacs-bug.
3441 (Sending Patches): Bug fixes are best as responses to existing bugs.
3442 * emacs.texi (Known Problems): Add menu entry for new section.
3443
3444 2010-09-09 Glenn Morris <rgm@gnu.org>
3445
3446 * xresources.texi: Untabify.
3447
3448 2010-09-06 Chong Yidong <cyd@stupidchicken.com>
3449
3450 * dired.texi (Dired Enter): Minor doc fix (Bug#6982).
3451
3452 2010-09-06 Glenn Morris <rgm@gnu.org>
3453
3454 * misc.texi (Saving Emacs Sessions): Mention desktop-path. (Bug#6948)
3455
3456 2010-09-02 Jan Djärv <jan.h.d@swipnet.se>
3457
3458 * frames.texi (Cut/Paste Other App): Remove vut-buffer text.
3459
3460 2010-08-21 Glenn Morris <rgm@gnu.org>
3461
3462 * misc.texi (Amusements): Mention bubbles and animate.
3463
3464 2010-07-31 Eli Zaretskii <eliz@gnu.org>
3465
3466 * files.texi (Visiting): Add more index entries for
3467 large-file-warning-threshold.
3468
3469 2010-07-29 Jan Djärv <jan.h.d@swipnet.se>
3470
3471 * frames.texi (Tool Bars): Add doc for tool-bar-position.
3472
3473 2010-06-23 Glenn Morris <rgm@gnu.org>
3474
3475 * abbrevs.texi, basic.texi, buffers.texi, building.texi, calendar.texi:
3476 * custom.texi, dired.texi, display.texi, emacs.texi, emerge-xtra.texi:
3477 * files.texi, fortran-xtra.texi, frames.texi, help.texi, killing.texi:
3478 * maintaining.texi, mark.texi, mini.texi, misc.texi, msdog.texi:
3479 * mule.texi, programs.texi, rmail.texi, screen.texi, search.texi:
3480 * sending.texi, text.texi, trouble.texi, vc1-xtra.texi, xresources.texi:
3481 Untabify Texinfo files.
3482
3483 2010-06-10 Glenn Morris <rgm@gnu.org>
3484
3485 * basic.texi (Inserting Text): Minor clarification. (Bug#6374)
3486
3487 * basic.texi (Inserting Text): Fix typo.
3488
3489 2010-06-10 Glenn Morris <rgm@gnu.org>
3490
3491 * ack.texi (Acknowledgments):
3492 * emacs.texi (Acknowledgments): Update for notifications.el.
3493
3494 2010-05-31 Daiki Ueno <ueno@unixuser.org>
3495
3496 * dired.texi (Operating on Files): Mention encryption commands
3497 (Bug#6315).
3498
3499 2010-05-29 Eli Zaretskii <eliz@gnu.org>
3500
3501 * basic.texi (Moving Point): Update due to renaming of commands bound
3502 to arrows. Document bidi-aware behavior of C-<right> and C-<left>.
3503
3504 2010-05-18 Eli Zaretskii <eliz@gnu.org>
3505
3506 * display.texi (Fringes): Document reversal of fringe arrows for R2L
3507 paragraphs.
3508 (Line Truncation): Fix wording for bidi display.
3509
3510 * basic.texi (Moving Point): Document bidi-aware behavior of the arrow
3511 keys.
3512
3513 2010-05-08 Chong Yidong <cyd@stupidchicken.com>
3514
3515 * building.texi (GDB Graphical Interface): Remove misleading comparison
3516 to an IDE (Bug#6128).
3517
3518 2010-05-08 Štěpán Němec <stepnem@gmail.com> (tiny change)
3519
3520 * programs.texi (Man Page):
3521 * misc.texi (Invoking emacsclient):
3522 * mini.texi (Repetition):
3523 * mark.texi (Setting Mark): Fix typos.
3524
3525 2010-05-08 Chong Yidong <cyd@stupidchicken.com>
3526
3527 * misc.texi (Printing): Document htmlfontify-buffer.
3528
3529 2010-05-08 Glenn Morris <rgm@gnu.org>
3530
3531 * calendar.texi (Displaying the Diary, Format of Diary File):
3532 Fix external cross-references for TeX format output.
3533
3534 2010-05-07 Chong Yidong <cyd@stupidchicken.com>
3535
3536 * Version 23.2 released.
3537
3538 2010-05-02 Jan Djärv <jan.h.d@swipnet.se>
3539
3540 * cmdargs.texi (Initial Options): Mention --chdir.
3541
3542 2010-04-21 Jan Djärv <jan.h.d@swipnet.se>
3543
3544 * frames.texi (Tool Bars): Add tool-bar-style.
3545
3546 2010-04-21 Glenn Morris <rgm@gnu.org>
3547
3548 * ack.texi, emacs.texi (Acknowledgments): Add SELinux support.
3549
3550 2010-04-18 Chong Yidong <cyd@stupidchicken.com>
3551
3552 * programs.texi (Semantic): New node.
3553
3554 * maintaining.texi (EDE): New node.
3555
3556 * emacs.texi: Update node listing.
3557
3558 * misc.texi (Gnus): Use the `C-h i' keybinding for info.
3559
3560 2010-04-18 Glenn Morris <rgm@gnu.org>
3561
3562 * emacs.texi (Acknowledgments): Remove duplicate.
3563
3564 * maintaining.texi (VC Directory Commands): Mention stashes and shelves.
3565
3566 2010-04-18 Glenn Morris <rgm@gnu.org>
3567
3568 * dired.texi (Misc Dired Features): Mention VC diff and log.
3569 * maintaining.texi (Old Revisions, VC Change Log):
3570 Mention that diff and log work in Dired buffers.
3571
3572 * help.texi (Help Summary): Mention M-x info-finder.
3573
3574 * ack.texi (Acknowledgments): Add mpc.el.
3575
3576 * custom.texi (Specifying File Variables, Directory Variables):
3577 Document new commands for manipulating local variable lists.
3578
3579 2010-04-18 Glenn Morris <rgm@gnu.org>
3580
3581 * trouble.texi (Contributing): Add cindex entry.
3582 Mention etc/CONTRIBUTE.
3583
3584 2010-04-18 Chong Yidong <cyd@stupidchicken.com>
3585
3586 * mark.texi (Persistent Mark): Copyedits. Replace undo example with
3587 query-replace (Bug#5774).
3588
3589 2010-04-16 Glenn Morris <rgm@gnu.org>
3590
3591 * ack.texi, emacs.texi (Acknowledgments): Update for Org changes.
3592
3593 2010-04-11 Jan Djärv <jan.h.d@swipnet.se>
3594
3595 * xresources.texi (Lucid Resources): Mention faceName for dialogs.
3596
3597 2010-04-08 Jan Djärv <jan.h.d@swipnet.se>
3598
3599 * xresources.texi (Lucid Resources): Mention faceName to set Xft fonts.
3600
3601 2010-03-30 Eli Zaretskii <eliz@gnu.org>
3602
3603 * mule.texi (Input Methods): Mention "C-x 8 RET" and add a
3604 cross-reference to "Inserting Text".
3605
3606 * basic.texi (Inserting Text): Add an index entry for "C-x 8 RET".
3607 Mention completion provided by `ucs-insert'.
3608
3609 2010-03-30 Chong Yidong <cyd@stupidchicken.com>
3610
3611 * sending.texi (Sending Mail): Note variables that may need
3612 customizing.
3613 (Mail Sending): Expand discussion of send-mail-function.
3614
3615 2010-03-30 Chong Yidong <cyd@stupidchicken.com>
3616
3617 Document Message mode as the default mail mode.
3618
3619 * sending.texi (Sending Mail): Copyedits.
3620 (Mail Format, Mail Headers): Document mail-from-style changes.
3621 (Mail Commands): Rename from Mail mode. Document Message mode.
3622 (Mail Misc): Rename from Mail mode Misc.
3623 (Mail Sending, Header Editing, Mail Misc): Switch to Message mode
3624 command names and update keybindings.
3625 (Header Editing): Document message-tab. De-document
3626 mail-self-blind, mail-default-reply-to, and mail-archive-file-name in
3627 favor of mail-default-headers. Ad index entries for user-full-name and
3628 user-mail-address.
3629 (Citing Mail): Update changes in Message mode behavior.
3630 Document mail-yank-prefix.
3631 (Mail Signature): New node, moved from Mail Misc.
3632 (Mail Aliases): Mail abbrevs are the default with Message mode.
3633 (Mail Methods): Note that Message mode is now the default.
3634
3635 * rmail.texi (Rmail Reply):
3636 * text.texi (Text Mode):
3637 * major.texi (Major Modes):
3638 * mule.texi (Output Coding): Refer to Message mode.
3639
3640 * custom.texi (Init Examples): Add xref to Mail Header.
3641
3642 * emacs.texi (Top): Fix xrefs.
3643
3644 2010-03-30 Chong Yidong <cyd@stupidchicken.com>
3645
3646 * maintaining.texi (VC With A Merging VCS): C-x v v now creates a
3647 repository if there is none.
3648 (VC Change Log): Rename from VC Status. Document vc-log-show-limit and
3649 vc-print-root-log.
3650 (Old Revisions): Copyedits. Document vc-root-diff.
3651
3652 * programs.texi (Program Modes): Mention Javascript mode.
3653
3654 * text.texi (HTML Mode): Note that nXML is now the default XML mode.
3655 * emacs.texi: Update node description.
3656
3657 * misc.texi (Navigation): Document doc-view-continuous.
3658 (Shell Ring): Document new M-r binding. M-s is no longer bound.
3659
3660 2010-03-30 Juri Linkov <juri@jurta.org>
3661
3662 * search.texi (Other Repeating Search): Remove line that `occur'
3663 can not handle multiline matches.
3664
3665 2010-03-30 Eli Zaretskii <eliz@gnu.org>
3666
3667 * mule.texi (International): Mention support of bidirectional editing.
3668 (Bidirectional Editing): New section.
3669
3670 2010-03-28 Nick Roberts <nickrob@snap.net.nz>
3671
3672 * emacs.texi (Top): Update node names to those in building.texi.
3673
3674 2010-03-27 Nick Roberts <nickrob@snap.net.nz>
3675
3676 * building.texi: Describe restored GDB/MI functionality
3677 removed by 2009-12-29T07:15:34Z!nickrob@snap.net.nz.
3678 * emacs.texi: Update node names for building.texi.
3679
3680 2010-03-24 Glenn Morris <rgm@gnu.org>
3681
3682 * ack.texi (Acknowledgments):
3683 * emacs.texi (Acknowledgments): Fix ispell attribution. (Bug#5759)
3684
3685 2010-03-20 Jan Djärv <jan.h.d@swipnet.se>
3686
3687 * xresources.texi (Table of Resources): Clarify toolBar number
3688 for Gtk+.
3689
3690 * frames.texi (Menu Bars): menuBarLines => menuBar (bug#5736).
3691
3692 2010-03-21 Chong Yidong <cyd@stupidchicken.com>
3693
3694 * dired.texi (Dired Updating): Document dired-auto-revert-buffer.
3695
3696 * search.texi (Other Repeating Search): Document multi-isearch-buffers
3697 and multi-isearch-buffers-regexp.
3698
3699 * indent.texi (Indentation): Clarify description of
3700 indent-for-tab-command. Document tab-always-indent.
3701
3702 2010-03-20 Chong Yidong <cyd@stupidchicken.com>
3703
3704 * cmdargs.texi (Font X): Move most content to Fonts.
3705
3706 * frames.texi (Fonts): New node. Document font-use-system-font.
3707
3708 * emacs.texi (Top):
3709 * xresources.texi (Table of Resources):
3710 * mule.texi (Defining Fontsets, Charsets): Update xrefs.
3711
3712 2010-03-10 Chong Yidong <cyd@stupidchicken.com>
3713
3714 * Branch for 23.2.
3715
3716 2010-03-06 Chong Yidong <cyd@stupidchicken.com>
3717
3718 * custom.texi (Init Examples): Add xref to Locals.
3719
3720 * major.texi (Choosing Modes): Mention usage of setq-default for
3721 setting the default value of major-mode (Bug#5688).
3722
3723 2010-03-02 Chong Yidong <cyd@stupidchicken.com>
3724
3725 * frames.texi (Mouse Avoidance): Mention make-pointer-invisible.
3726
3727 * display.texi (Display Custom): Document make-pointer-invisible and
3728 underline-minimum-offset. Remove inverse-video.
3729
3730 2010-02-21 Chong Yidong <cyd@stupidchicken.com>
3731
3732 * frames.texi (Frame Commands): Note that the last ordinary frame can
3733 be deleted in daemon mode (Bug#5616).
3734
3735 2010-02-18 Glenn Morris <rgm@gnu.org>
3736
3737 * trouble.texi (Contributing): Repository is no longer CVS.
3738
3739 2010-02-08 Glenn Morris <rgm@gnu.org>
3740
3741 * buffers.texi (Uniquify): Must explicitly load library. (Bug#5529)
3742
3743 2010-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
3744
3745 * display.texi (Useless Whitespace, Text Display):
3746 * custom.texi (Init Examples): Avoid obsolete special default variables
3747 like default-major-mode.
3748
3749 2010-01-24 Mark A. Hershberger <mah@everybody.org>
3750
3751 * programs.texi (Other C Commands): Replace reference to obsolete
3752 c-subword-mode.
3753
3754 2010-01-21 Glenn Morris <rgm@gnu.org>
3755
3756 * trouble.texi (Bugs): Fix PROBLEMS keybinding.
3757
3758 2010-01-12 Glenn Morris <rgm@gnu.org>
3759
3760 * trouble.texi (Checklist): Use bug-gnu-emacs rather than
3761 emacs-pretest-bug for bug reports for development versions.
3762
3763 2010-01-11 Glenn Morris <rgm@gnu.org>
3764
3765 * display.texi (Highlight Interactively): `t' does not mean highlight
3766 all patterns. (Bug#5335)
3767
3768 2009-12-29 Chong Yidong <cyd@stupidchicken.com>
3769
3770 * misc.texi (Shell): Document async-shell-command.
3771
3772 * building.texi (Grep Searching): Document zrgrep.
3773
3774 * mini.texi (Completion Options): Mention `initials' completion style.
3775
3776 2009-12-29 Nick Roberts <nickrob@snap.net.nz>
3777
3778 * building.texi: Import GDB Graphical Interface description from
3779 EMACS_23_1_RC.
3780
3781 2009-12-24 Chong Yidong <cyd@stupidchicken.com>
3782
3783 * emacs.texi (Top): Update node listing.
3784
3785 * abbrevs.texi (Saving Abbrevs): Abbrev file should be in .emacs.d.
3786
3787 * basic.texi (Moving Point): M-r is now move-to-window-line-top-bottom.
3788
3789 * cmdargs.texi (Initial Options):
3790 * xresources.texi (Resources): Document inhibit-x-resources.
3791
3792 * custom.texi (Specifying File Variables): Note that minor modes are
3793 enabled unconditionally.
3794
3795 * display.texi (Scrolling): Briefly document the old recenter command,
3796 and document recenter-positions.
3797
3798 * files.texi (Visiting):
3799 * buffers.texi (Buffers): Max buffer size is now 512 MB.
3800
3801 * frames.texi (Cut/Paste Other App):
3802 Document save-interprogram-paste-before-kill.
3803
3804 * killing.texi (Kill Options): New node.
3805
3806 2009-12-05 Chong Yidong <cyd@stupidchicken.com>
3807
3808 * misc.texi (Shell Options): ansi-color is now default.
3809
3810 2009-12-05 Glenn Morris <rgm@gnu.org>
3811
3812 * emacs.texi (Top): Update menu for cal-xtra node changes.
3813 * calendar.texi (Displaying the Diary): Holidays may be in the buffer
3814 or mode line. Don't mention invisible text or the details of
3815 diary-print-entries here, only in cal-xtra.
3816 (Format of Diary File): Mention that the "date on first line" format
3817 only really affects the simple display.
3818 * cal-xtra.texi (Advanced Calendar/Diary Usage): Update menu.
3819 (Diary Customizing): Holidays may be in the buffer or mode line.
3820 Move diary-print-entries to the "Diary Display" section.
3821 (Diary Display): New section, split out from "Fancy Diary Display".
3822 Explain the limitations of simple display, and how to print it.
3823
3824 * calendar.texi (Displaying the Diary): Mention keys apply to calendar.
3825
3826 * cal-xtra.texi (Diary Display): Mention View mode.
3827
3828 2009-11-29 Juri Linkov <juri@jurta.org>
3829
3830 * display.texi (Highlight Interactively): Actually a list of
3831 default faces is pre-loaded into a list of default values
3832 instead of the history.
3833
3834 2009-11-20 Glenn Morris <rgm@gnu.org>
3835
3836 * ack.texi (Acknowledgments):
3837 * emacs.texi (Acknowledgments): Add htmlfontify.
3838
3839 2009-11-14 Glenn Morris <rgm@gnu.org>
3840
3841 * cal-xtra.texi (Holiday Customizing): Replace obsolete alias.
3842
3843 * ack.texi (Acknowledgments):
3844 * emacs.texi (Acknowledgments): Update for recent Org changes.
3845
3846 2009-10-31 Chong Yidong <cyd@stupidchicken.com>
3847
3848 * mule.texi (Charsets): Numerous copyedits. Don't discuss the
3849 `charset' property, which is irrelevant to the user manual (Bug#3526).
3850
3851 2009-10-14 Juanma Barranquero <lekktu@gmail.com>
3852
3853 * trouble.texi (DEL Does Not Delete): Fix typo.
3854
3855 2009-10-05 Michael Albinus <michael.albinus@gmx.de>
3856
3857 * files.texi (Misc File Ops): Mention copy-directory.
3858
3859 2009-10-04 Eli Zaretskii <eliz@gnu.org>
3860
3861 * mule.texi (Unibyte Mode): Emphasize that
3862 unibyte-display-via-language-environment affects only the display.
3863
3864 * display.texi (Horizontal Scrolling): Document cursor behavior under
3865 horizontal scrolling when point moves off the screen (Bug#4564).
3866 Improve wording.
3867
3868 2009-10-01 Michael Albinus <michael.albinus@gmx.de>
3869
3870 * files.texi (Directories): delete-directory prompts for recursive
3871 deletion.
3872
3873 2009-09-30 Glenn Morris <rgm@gnu.org>
3874
3875 * ack.texi (Acknowledgments):
3876 * emacs.texi (Acknowledgments): CEDET updates. Fix Hungarian accent.
3877
3878 2009-09-25 Tassilo Horn <tassilo@member.fsf.org>
3879
3880 * dired.texi (Dired Navigation): Use @code instead of @var for
3881 dired-isearch-filenames, so that it's not capitalized.
3882
3883 2009-09-19 Chong Yidong <cyd@stupidchicken.com>
3884
3885 * frames.texi (Frame Commands): C-z is now bound to suspend-frame.
3886
3887 * entering.texi (Exiting): C-z is now bound to suspend-frame.
3888
3889 * custom.texi (Init Examples): Replace Rumseld with Cheny (Bug#3519).
3890 (Key Bindings): Reference Init Rebinding in introductory text.
3891 Shift some of the introduction to Keymaps node.
3892 (Keymaps): Simplify.
3893 (Local Keymaps): Simplify. Move binding example to Init Rebinding.
3894 (Minibuffer Maps): Remove mention of Mocklisp.
3895 (Init Rebinding): Move mode-local rebinding example here from Local
3896 Keymaps.
3897 (Modifier Keys): Clarify.
3898 (Rebinding): Add cindex for "binding keys".
3899
3900 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
3901
3902 * misc.texi (Invoking emacsclient): Minor clarifications (Bug#4419).
3903
3904 2009-08-31 Nick Roberts <nickrob@snap.net.nz>
3905
3906 * building.texi (Threads Buffer, Multithreaded Debugging):
3907 Reorganize these two sections.
3908
3909 2009-08-29 Eli Zaretskii <eliz@gnu.org>
3910
3911 * cmdargs.texi (Initial Options): Fix last change.
3912
3913 2009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
3914
3915 * mule.texi (Enabling Multibyte):
3916 * cmdargs.texi (General Variables): Remove EMACS_UNIBYTE.
3917 (Initial Options): Remove --(no-)multibyte, --(no-)unibyte.
3918
3919 2009-08-20 Glenn Morris <rgm@gnu.org>
3920
3921 * cal-xtra.texi (Non-Gregorian Diary): Mention ``Adar I'' special case.
3922
3923 2009-08-19 Glenn Morris <rgm@gnu.org>
3924
3925 * ack.texi (Acknowledgments): Remove cvtmail. Mention info-finder.
3926
3927 2009-08-18 Glenn Morris <rgm@gnu.org>
3928
3929 * ack.texi (Acknowledgments):
3930 * emacs.texi (Acknowledgments): Update for js.el replacing js2-mode.el.
3931
3932 * ack.texi (Acknowledgments): Add ucs-normalize.el and files-x.el.
3933
3934 2009-08-09 Glenn Morris <rgm@gnu.org>
3935
3936 * ack.texi (Acknowledgments):
3937 * emacs.texi (Acknowledgments): Add gdb-mi entry.
3938
3939 2009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
3940
3941 * emacs.texi (Top): Add new menu items for GDB-UI.
3942
3943 * building.texi (GDB Graphical Interface): Add Multithreaded debugging
3944 section. Threads buffer is in separate section now.
3945
3946 2009-08-08 Glenn Morris <rgm@gnu.org>
3947
3948 * ack.texi (Acknowledgments):
3949 * emacs.texi (Acknowledgments):
3950 Update for js2-mode and org changes.
3951
3952 2009-08-02 Michael Albinus <michael.albinus@gmx.de>
3953
3954 * files.texi (Reverting): Auto-Revert Tail mode works also for remote
3955 files.
3956
3957 2009-07-28 Chong Yidong <cyd@stupidchicken.com>
3958
3959 * building.texi (Lisp Libraries): Clarify meaning of autoloading.
3960
3961 2009-07-23 Glenn Morris <rgm@gnu.org>
3962
3963 * programs.texi (Matching): Update blink-matching-paren-distance.
3964
3965 2009-07-21 Chong Yidong <cyd@stupidchicken.com>
3966
3967 * frames.texi (Cut/Paste Other App): For select-active-regions,
3968 selection is now updated on moving point.
3969
3970 2009-07-21 Richard Stallman <rms@gnu.org>
3971
3972 * glossary.texi (GNU, Daemon): Update information.
3973
3974 2009-07-19 Juri Linkov <juri@jurta.org>
3975
3976 * custom.texi (Specifying File Variables, Safe File Variables):
3977 "variables/value pairs" -> "variable/value pairs".
3978
3979 2009-07-15 Glenn Morris <rgm@gnu.org>
3980
3981 * misc.texi (Gnus): Remove widow.
3982
3983 2009-07-11 Glenn Morris <rgm@gnu.org>
3984
3985 * Makefile.in (TEXI2PDF): New.
3986 (emacs.pdf, emacs-xtra.pdf): New targets.
3987
3988 * arevert-xtra.texi (Autorevert): Add menu descriptions.
3989
3990 * display.texi (Horizontal Scrolling): Re-word to remove widow.
3991
3992 * emacs.texi (Top): Info can be read from other places than Emacs.
3993 Don't print the copying notice twice in the printed version.
3994 Update the menu and detailmenu.
3995 (Preface): The meaning of "on-line" has changed.
3996 Correct name for "Common Problems" chapter.
3997 (Distrib): Update FSF shop URL.
3998 (Intro): Showing two files at once is not so exciting.
3999
4000 * macos.texi (Mac OS / GNUstep): Fix spelling and cross-reference.
4001 (Mac / GNUstep Basics): Minor grammar changes.
4002 (Mac / GNUstep Events): Fix typo.
4003 (GNUstep Support): CANNOT_DUMP no longer applies.
4004
4005 * misc.texi (Document View): Fix typos.
4006
4007 * dired.texi (Dired):
4008 * help.texi (Help):
4009 * macos.texi (Mac OS / GNUstep):
4010 * maintaining.texi (Version Control, Introduction to VC):
4011 End menu descriptions with a period.
4012
4013 2009-07-09 Eli Zaretskii <eliz@gnu.org>
4014
4015 * msdog.texi (Windows Files) <w32-get-true-file-attributes>: Don't be
4016 so categorical in saying that the option is only useful on NTFS.
4017
4018 2009-07-09 Glenn Morris <rgm@gnu.org>
4019
4020 * Makefile.in (texinfodir): New variable, with location of texinfo.tex.
4021 (ENVADD): Add texinfodir to TEXINPUTS.
4022
4023 * emacs.texi (Top): Fix cross-reference.
4024
4025 * maintaining.texi (VC Directory Buffer): Fix cross-reference.
4026
4027 * vc1-xtra.texi (Revision Tags): Fix typo.
4028
4029 2009-07-03 Glenn Morris <rgm@gnu.org>
4030
4031 * emerge-xtra.texi (Emerge): Tweak Misc menu description.
4032 (Submodes of Emerge): Skip Prefers is only relevant with an ancestor.
4033 (Merge Commands): `.' does not seem to work in A or B buffer.
4034 `l' can recreate the 3-window display.
4035
4036 * glossary.texi (Glossary): Minor phrasing changes throughout.
4037 Add more internal cross-references.
4038 <Autoloading>: You can't really autoload a variable.
4039 <C-M->: Move details here from `M-C-' item.
4040 <Continuation Line>: Refer to `Truncation.'
4041 <Daemon, Free Software, Free Software Foundation, FSF, GNU>:
4042 <Home Directory, Unix>: New entries.
4043 <Deletion of Files>: Mention recycle bins.
4044 <Directory>: Mention ``folders.''
4045 <Error>: Don't mention ``type-ahead.''
4046 <Fringe>: Refer to the manual node.
4047 <Minor Mode>: Can be global or local.
4048 <Spell Checking>: There are other checkers besides Ispell.
4049
4050 2009-07-02 Glenn Morris <rgm@gnu.org>
4051
4052 * anti.texi (Antinews): Minor changes in phrasing.
4053
4054 * cal-xtra.texi, fortran-xtra.texi: Re-order a few things to reduce
4055 some underfull lines in dvi output.
4056
4057 * emacs-xtra.texi (Introduction): Mention included in info Emacs manual.
4058
4059 * sending.texi (Mail Sending): Add a tiny bit on mailclient.
4060
4061 * vc-xtra.texi (Advanced VC Usage): End all menu items with a period.
4062
4063 2009-07-01 Jan Djärv <jan.h.d@swipnet.se>
4064
4065 * xresources.texi (Table of Resources): Mention maximized for
4066 fullscreen.
4067
4068 * cmdargs.texi (Window Size X): -mm/--maximized is new.
4069
4070 2009-07-01 Chong Yidong <cyd@stupidchicken.com>
4071
4072 * anti.texi (Antinews): Correct the list of removed platforms.
4073
4074 2009-06-28 Glenn Morris <rgm@gnu.org>
4075
4076 * arevert-xtra.texi: Minor language tweaks.
4077
4078 * dired-xtra.texi: Minor revisions.
4079
4080 2009-06-23 Miles Bader <miles@gnu.org>
4081
4082 * display.texi (Scrolling): Document `recenter-redisplay'.
4083 (Temporary Face Changes): Document `text-scale-set'.
4084
4085 2009-06-21 Chong Yidong <cyd@stupidchicken.com>
4086
4087 * Branch for 23.1.
4088
4089 2009-06-17 Kenichi Handa <handa@m17n.org>
4090
4091 * mule.texi (Charsets): Update the description for the new charset.
4092 (list-character-sets): New findex.
4093 (Language Environments): Add @anchor{Describe Language Environment}.
4094
4095 2009-06-10 Chong Yidong <cyd@stupidchicken.com>
4096
4097 * basic.texi (Moving Point): Fix tag.
4098
4099 * picture-xtra.texi (Insert in Picture): Use <next> and <prior>.
4100
4101 * mini.texi (Completion Commands): Decapitalize <next> and <prior>, and
4102 use camel-case for PageUp and PageDown.
4103
4104 * display.texi (Scrolling): Decapitalize <next> and <prior>, and use
4105 camel-case for PageUp and PageDown.
4106
4107 * calendar.texi (Scroll Calendar): Decapitalize <next> and <prior>.
4108
4109 * search.texi (Isearch Scroll): Add isearch-allow-scroll to index.
4110 (Isearch Scroll): Decapitalize <next> and <prior>.
4111
4112 2009-06-09 Agustín Martín <agustin.martin@hispalinux.es>
4113
4114 * fixit.texi (Spelling): Set default dictionary.
4115 Improve descriptions (Bug#2554)
4116
4117 2009-06-08 David Reitter <david.reitter@gmail.com>
4118
4119 * macos.texi (Color panel, Font panel): Remove mention of Save Options,
4120 since saving colors and faces set this way is not implemented.
4121 (Environment variables): Remove mention of mac-fix-env, which is
4122 scheduled to be removed.
4123
4124 2009-06-04 Chong Yidong <cyd@stupidchicken.com>
4125
4126 * custom.texi (Init Examples): Add example of changing load-path.
4127
4128 * building.texi (Lisp Libraries): Add example of changing
4129 load-path (Bug#3446).
4130
4131 2009-05-28 Chong Yidong <cyd@stupidchicken.com>
4132
4133 * mark.texi (Mark): Further clarifications.
4134 (Setting Mark): Emphasize that C-SPC activates the mark.
4135
4136 2009-05-28 Chong Yidong <cyd@stupidchicken.com>
4137
4138 * mark.texi (Mark): Clarify introduction. Mention disabling Transient
4139 Mark mode.
4140 (Using Region, Persistent Mark): Use "active mark" instead of "active
4141 region".
4142
4143 2009-05-16 Ari Roponen <ari.roponen@gmail.com> (tiny change)
4144
4145 * mule.texi (Select Input Method): Fix typo.
4146
4147 2009-05-13 Chong Yidong <cyd@stupidchicken.com>
4148
4149 * anti.texi (Antinews): Document completion changes. Some additional
4150 copyedits and rearrangement of entries.
4151
4152 2009-05-12 Chong Yidong <cyd@stupidchicken.com>
4153
4154 * misc.texi (Interactive Shell, Saving Emacs Sessions)
4155 (Shell History Copying, Terminal emulator): Copyedits.
4156
4157 * xresources.texi (Resources): Simplify descriptions.
4158 Shorten description of editres, which is not very useful these days.
4159 (Table of Resources): Document fontBackend resource.
4160
4161 * trouble.texi (Quitting): Add other undo bindings to table.
4162 (DEL Does Not Delete): Note that the erasure key is usually labeled
4163 "Backspace". Remove discussion of obscure Xmodmap issue.
4164
4165 2009-05-07 Chong Yidong <cyd@stupidchicken.com>
4166
4167 * files.texi (Visiting): Copyedits.
4168
4169 2009-05-06 Chong Yidong <cyd@stupidchicken.com>
4170
4171 * basic.texi (Inserting Text): Document ucs-insert.
4172
4173 * mule.texi (International Chars): Define "multibyte". Note that
4174 internal representation is unicode-based. Simplify definition of raw
4175 bytes. Mention ucs-insert.
4176 (Enabling Multibyte): Remove obsolete discussion. Copyedits.
4177 (Language Environments): Add language environments new to Emacs 23.
4178 (Multibyte Conversion): Node deleted.
4179 (Coding Systems): Remove obsolete unify-8859-on-decoding-mode.
4180 Don't mention obsolete emacs-mule coding system.
4181 (Output Coding): Copyedits.
4182
4183 * emacs.texi (Top): Update node listing.
4184
4185 2009-05-05 Per Starbäck <per@starback.se> (tiny change)
4186
4187 * trouble.texi (Lossage): Use new binding of view-emacs-problems.
4188
4189 2009-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
4190
4191 * building.texi (Lisp Libraries): `load-library' does offer completion.
4192
4193 2009-04-28 Chong Yidong <cyd@stupidchicken.com>
4194
4195 * frames.texi (Text-Only Mouse): Mention gpm-mouse-mode instead of
4196 t-mouse-mode. Suggested by Per Starbäck (Bug#3126).
4197
4198 2009-04-25 Eli Zaretskii <eliz@gnu.org>
4199
4200 * maintaining.texi (Tags): Clarify text. (Bug#3101)
4201
4202 2009-04-22 Chong Yidong <cyd@stupidchicken.com>
4203
4204 * entering.texi (Entering Emacs): Document initial-buffer-choice.
4205
4206 * building.texi (Lisp Interaction): Document initial-scratch-message.
4207
4208 2009-04-18 Juanma Barranquero <lekktu@gmail.com>
4209
4210 * msdog.texi (Windows Fonts): Fix typos.
4211
4212 * files.texi (Save Commands): Fix pxref.
4213
4214 2009-04-18 Chong Yidong <cyd@stupidchicken.com>
4215
4216 * files.texi (Save Commands): Mention diff-buffer-with-file.
4217 (Comparing Files): Document diff-buffer-with-file. Suggested by Magnus
4218 Henoch (Bug#3036).
4219
4220 2009-03-15 Glenn Morris <rgm@gnu.org>
4221
4222 * sending.texi (Mail Format): Replace "Sender" with "Message-Id", since
4223 the former is not always used.
4224 (Mail Headers): Use active voice. Add "Mail-reply-to".
4225 Change case of "Id". Avoid repeated "appropriate".
4226 (Mail Aliases): Fix previous change - use an example with a ".", so it
4227 does actually get quoted when expanded.
4228 (Mail Sending): Mailclient is the default on some systems.
4229 (Citing Mail): Mention mail-indentation-spaces.
4230 (Mail Mode Misc): Add an @dfn for "mail signature".
4231
4232 2009-03-15 Chong Yidong <cyd@stupidchicken.com>
4233
4234 * mini.texi (Completion Commands): Describe Emacs 23 completion rules.
4235 (Completion Options): Document read-file-name-completion-ignore-case,
4236 read-buffer-completion-ignore-case, and completion-styles.
4237 Remove description of partial-completion-mode.
4238
4239 2009-03-14 Glenn Morris <rgm@gnu.org>
4240
4241 * sending.texi (Mail Format): Fix typo. Add index entry for
4242 mail-header-separator.
4243 (Mail Headers): Put info about initialization and changing in one place
4244 at the start. Update FCC section for mbox Rmail. Clarify From
4245 section, mention mail-setup-with-from. Clarify Reply-to section.
4246 Add Mail-followup-to and mail-mailing-lists. Clarify References
4247 section.
4248 (Mail Aliases): Update example, make less contentious.
4249 Update for name change of mail-interactive-insert-alias.
4250 (Mail Mode): Remove mention of `%' as a word separator.
4251 (Mail Sending): Mention mail-send-hook. Mention Mailclient.
4252 (Header Editing): Add reply-to, mail-reply-to, and mail-followup-to
4253 commands. Clarify FCC handling. In mail-complete, add reference to
4254 Mail Aliases section, and mention mail-complete-function.
4255 (Citing Mail): Mention mail-yank-ignored-headers and mail-citation-hook.
4256 (Mail Mode Misc): Clarify the mail-signature function. Add basic
4257 signature netiquette. Explain how the mail hooks work when continuing
4258 a composition.
4259 (Mail Amusements): Internationalize the spook section a bit.
4260 Remove the spook mail-setup-hook example, since it doesn't work well.
4261 Mention fortune-file.
4262 (Mail Methods): Mention read-mail-command.
4263
4264 2009-03-14 David Reitter <david.reitter@gmail.com>
4265
4266 * macos.texi (Mac / GNUstep Basics): Remove references to Prefs panel
4267 and NS resources following recent changes.
4268
4269 2009-03-10 Jason Rumney <jasonr@gnu.org>
4270
4271 * msdog.texi (Windows Misc): Remove doc for obsolete variable. Modify
4272 w32-use-visible-system-caret doc to indicate that it should get set
4273 automatically.
4274 (Windows Fonts): Add doc for the uniscribe backend.
4275
4276 2009-03-08 Dan Nicolaescu <dann@ics.uci.edu>
4277
4278 * maintaining.texi (VC Directory Commands): Fix doc for the x key in
4279 vc-dir. (Bug#2598)
4280
4281 2009-03-05 Reiner Steib <Reiner.Steib@gmx.de>
4282
4283 * fixit.texi (Spelling): Add turn-on-flyspell. (Bug#2517)
4284
4285 2009-03-05 Glenn Morris <rgm@gnu.org>
4286
4287 * rmail.texi (Rmail Basics): Add reference to sorting.
4288 (Rmail Scrolling, Rmail Motion, Rmail Reply, Rmail Display):
4289 Minor re-wordings.
4290 (Rmail Motion): Mention rmail-next-same-subject.
4291 (Rmail Deletion): Expunging is not the only way to change the numbers.
4292 (Rmail Labels): Labels can also be used in sorting.
4293 (Rmail Summary Edit): Mention rmail-summary-next-same-subject.
4294 (Rmail Display): Mention rmail-mime.
4295
4296 2009-03-04 Glenn Morris <rgm@gnu.org>
4297
4298 * rmail.texi (Rmail Sorting): Add the keybindings associated with each
4299 sort command. Fix `rmail-sort-by-labels' name. Mention sorting from
4300 summary. Mention sorts cannot be undone.
4301 (Rmail Display): Give an example of how to use goto-address-mode.
4302 (Rmail Editing): It's keybindings that are redefined, not commands.
4303 Fix some typos.
4304 (Movemail): Some minor rewording.
4305 (Remote Mailboxes): Emacs movemail supports pop by default.
4306 Fix some minor grammatical issues. The "two alternative ways" to
4307 specify a POP mailbox are really just one. Remove all reference to the
4308 variables rmail-pop-password and rmail-pop-password-required, obsolete
4309 since Emacs 22.1. Clarify the four password steps. Emacs movemail
4310 can support Kerberos.
4311
4312 2009-03-03 Glenn Morris <rgm@gnu.org>
4313
4314 * rmail.texi (Rmail Deletion): Revert previous change, which was
4315 describing the Rmail summary versions.
4316 (Rmail Reply): Give more details of rmail-dont-reply-to-names.
4317 Minor re-wording for rmail-resend.
4318 (Rmail Make Summary): Summaries apply to buffers rather than files.
4319 <rmail-summary-by-topic>: Headers includes the subject.
4320 <rmail-summary-by-recipients, rmail-summary-by-topic>: Give more
4321 details, including prefix arguments.
4322 Mention rmail-summary-by-senders on C-M-f.
4323 Not counting lines might be faster.
4324 (Rmail Summary Edit): More details on the delete commands.
4325 Mention rmail-summary-undelete-many, rmail-summary-bury, and C-M-n/p.
4326 Name the commands bound to the various keys. Mention prefix argument
4327 for searching.
4328 (Rmail Display): Mention rmail-displayed-headers. Fix typo.
4329 Simplify rmail-highlighted-headers description. Update face name.
4330
4331 2009-03-02 Juanma Barranquero <lekktu@gmail.com>
4332
4333 * mark.texi (Marking Objects): Fix typo.
4334
4335 2009-03-01 Chong Yidong <cyd@stupidchicken.com>
4336
4337 * abbrevs.texi (Expanding Abbrevs): Mention abbrev-expand-functions
4338 instead of obsolete pre-abbrev-expand-hook. Link to elisp manual.
4339
4340 2009-03-01 Glenn Morris <rgm@gnu.org>
4341
4342 * rmail.texi (Rmail): Fix some typos. Use consistent case in menu.
4343 (Rmail Motion): - M-s searches from the end of messages.
4344 (Rmail Deletion): Minor clarification. Fix numeric argument
4345 description.
4346 (Rmail Inbox): Fix default inbox description. Mention `mbox' by name.
4347 newmail and RMAILOSE files need not be in home-directory.
4348 (Rmail Files): Mention I/O menus are unselectable if no files match.
4349 Mention `MAIL' env-var.
4350
4351 2009-02-24 Jason Rumney <jasonr@gnu.org>
4352
4353 * mule.texi (Fontsets): Mention fontset-default, font specs and
4354 fallback fontsets.
4355 (Defining Fontsets): Mention ns and w32 variants of
4356 standard-fontset-spec. Update description of startup fontset to match
4357 Emacs 23 behavior.
4358 (Modifying Fontsets): New section. (Bug#656)
4359 (International): Link to Modifying Fontsets.
4360
4361 2009-02-23 Adrian Robert <Adrian.B.Robert@gmail.com>
4362
4363 * macos.texi (Mac / GNUstep Basics, Mac / GNUstep Customization):
4364 Mention ns-extended-platform-support-mode.
4365
4366 2009-02-22 Karl Berry <karl@gnu.org>
4367
4368 * macos.texi (Mac / GNUstep Customization): One more duplicate "the".
4369
4370 2009-02-19 Juanma Barranquero <lekktu@gmail.com>
4371
4372 * basic.texi (Moving Point, Position Info):
4373 * files.texi (Visiting):
4374 * mini.texi (Completion Options):
4375 * text.texi (HTML Mode): Remove duplicate words.
4376
4377 2009-02-20 Glenn Morris <rgm@gnu.org>
4378
4379 * rmail.texi: Minor updates for mbox rather than Babyl.
4380
4381 2009-02-17 Karl Berry <karl@gnu.org>
4382
4383 * emacs.texi (Top): Add @insertcopying before master menu. (Bug#1988)
4384
4385 2009-02-17 Richard M Stallman <rms@gnu.org>
4386
4387 * anti.texi (Antinews): Mention Babyl format.
4388
4389 * emacs.texi (Top): Delete `Out of Rmail' from subnode menu.
4390
4391 * rmail.texi: Update for mbox format.
4392 Various small fixes, as well as the following.
4393 (Out of Rmail): Node deleted.
4394 (Rmail): Update menu.
4395 (Rmail Files): Comment out set-rmail-inbox-list.
4396 Document rmail-inbox-list instead.
4397 (Rmail Output): Substantial changes since C-o is now
4398 rmail-output-as-seen and o is rmail-output.
4399 (Rmail Attributes): Delete `stored', add `retried'.
4400 (Rmail Display): Editing headers works in all cases.
4401
4402 2009-02-17 Glenn Morris <rgm@gnu.org>
4403
4404 * basic.texi (Position Info): M-x count-lines-region is not always on
4405 M-=. (Bug#2269)
4406
4407 2009-02-09 Glenn Morris <rgm@gnu.org>
4408
4409 * calendar.texi (Holidays, Displaying the Diary): Update for new marker
4410 defaults.
4411
4412 2009-02-07 Eli Zaretskii <eliz@gnu.org>
4413
4414 * rmail.texi (Rmail Coding) <rmail-redecode-body>: Remove stale
4415 documentation of possible problems with redecoding.
4416
4417 2009-02-03 Glenn Morris <rgm@gnu.org>
4418
4419 * rmail.texi (Out of Rmail): Mention b2m.pl.
4420
4421 2009-01-31 Glenn Morris <rgm@gnu.org>
4422
4423 * rmail.texi (Out of Rmail): Correct b2m location.
4424
4425 2009-01-27 Chong Yidong <cyd@stupidchicken.com>
4426
4427 * fixit.texi (Undo): Update undo limit values.
4428
4429 2009-01-27 Glenn Morris <rgm@gnu.org>
4430
4431 * emacs.texi (Top): Fix Antinews menu entry.
4432
4433 2009-01-25 Karl Berry <karl@gnu.org>
4434
4435 * text.texi (Foldout): Use @itemize @w{} to make an itemize
4436 item with no marker, instead of the syntactically incorrect
4437 @itemize @asis.
4438
4439 2009-01-25 Juri Linkov <juri@jurta.org>
4440
4441 * building.texi (Grep Searching): Fix index entry for lgrep.
4442
4443 2009-01-24 Eli Zaretskii <eliz@gnu.org>
4444
4445 * msdog.texi (Windows Printing): Add an index entry for Ghostscript.
4446
4447 2009-01-21 Adrian Robert <Adrian.B.Robert@gmail.com>
4448
4449 * macos.texi (Preferences Panel): Update description of font setting to
4450 reflect that prior frame selection is no longer needed.
4451
4452 2009-01-20 Nick Roberts <nickrob@snap.net.nz>
4453
4454 * building.texi (Debuggers): Revert some of 2008-10-31 change to
4455 raise GUD subsections.
4456
4457 2009-01-15 Glenn Morris <rgm@gnu.org>
4458
4459 * ack.texi (Acknowledgments): Another update based mainly on AUTHORS.
4460
4461 2009-01-10 Glenn Morris <rgm@gnu.org>
4462
4463 * ack.texi (Acknowledgments): Some more updates based on AUTHORS.
4464
4465 2009-01-04 Chong Yidong <cyd@stupidchicken.com>
4466
4467 * display.texi (Visual Line Mode): M-] and M-[ no longer move by
4468 logical lines.
4469
4470 2008-12-29 Juri Linkov <juri@jurta.org>
4471
4472 * mini.texi (Minibuffer History): Add a link to `Isearch Minibuffer'.
4473
4474 * text.texi (Fill Commands): Replace `M-s' with `M-o M-s'.
4475
4476 2008-12-28 Chong Yidong <cyd@stupidchicken.com>
4477
4478 * misc.texi (Goto Address mode): Rename from Goto-address. Refer to
4479 goto-address-mode instead of goto-address.
4480
4481 * rmail.texi (Rmail Display): Goto-address renamed to Goto Address
4482 mode.
4483
4484 * emacs.texi (Top): Update node listing.
4485
4486 2008-12-26 Eli Zaretskii <eliz@gnu.org>
4487
4488 * custom.texi (Directory Variables): Explain what is a "project".
4489 Add indexing. Improve wording. Add a footnote about using
4490 _dir-locals.el on MS-DOS.
4491
4492 2008-12-24 Dan Nicolaescu <dann@ics.uci.edu>
4493
4494 * files.texi (Misc File Ops): Mention chmod as an alias for
4495 set-file-modes.
4496
4497 2008-12-24 Martin Rudalics <rudalics@gmx.at>
4498
4499 * help.texi (Help): Fix typos and reword.
4500 (Help Summary): Add entries for C-h n and C-h r, reorder
4501 entries, and do some minor fixes.
4502 (Name Help): Say that C-h F works for commands only.
4503 (Misc Help): Say that view-lossage displays 300 keystrokes.
4504
4505 2008-12-20 Glenn Morris <rgm@gnu.org>
4506
4507 * ack.texi (Acknowledgments): General update based on AUTHORS,
4508 including removal of some stuff no longer distributed.
4509
4510 2008-12-19 Agustín Martín <agustin.martin@hispalinux.es>
4511
4512 * fixit.texi: Mention hunspell.
4513
4514 2008-12-19 Glenn Morris <rgm@gnu.org>
4515
4516 * ack.texi (Acknowledgments): Small grammar fix.
4517 Consolidate explanatory text at start.
4518
4519 * display.texi (Text Display):
4520 * indent.texi (Indentation): Use @acronym with ASCII.
4521
4522 2008-12-18 Glenn Morris <rgm@gnu.org>
4523
4524 * ack.texi: Various small updates and fixes.
4525
4526 2008-12-18 Juri Linkov <juri@jurta.org>
4527
4528 * search.texi (Word Search): Replace `C-s RET C-w' with `M-s w RET'
4529 as a key binding to start a forward nonincremental word search.
4530 Replace `C-r RET C-w' with `M-s w C-r RET' as a key binding to start
4531 a backward nonincremental word search. Add index for `M-s w'
4532 `isearch-forward-word'.
4533 (Regexp Search): Add a short summary of regexp key commands like
4534 in the node "Basic Isearch".
4535 (Other Repeating Search): Fix typo.
4536
4537 2008-12-14 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4538
4539 * misc.texi (PostScript Variables): Fix doc.
4540
4541 2008-12-10 Chong Yidong <cyd@stupidchicken.com>
4542
4543 * programs.texi (Program Modes): Mention Ruby mode.
4544
4545 2008-12-10 Dan Nicolaescu <dann@ics.uci.edu>
4546
4547 * misc.texi (emacsclient Options): Describe what an empty string
4548 argument does for --alternate-editor.
4549
4550 2008-12-09 Frank Schmitt <ich@frank-schmitt.net>
4551
4552 * cmdargs.texi (Font X): Distinguish between client-side and
4553 server-side fonts. List valid Fontconfig properties. Add reference to
4554 Fontconfig manual. List valid GTK font properties. Explain use of
4555 fc-list.
4556
4557 2008-12-09 Chong Yidong <cyd@stupidchicken.com>
4558
4559 * cmdargs.texi (Font X): Move discussion of quoting to top.
4560
4561 2008-12-06 Glenn Morris <rgm@gnu.org>
4562
4563 * maintaining.texi (Old Revisions): Improve previous change.
4564
4565 2008-12-05 Richard M Stallman <rms@gnu.org>
4566
4567 * anti.texi (Antinews): Minor fixes.
4568
4569 2008-12-03 Glenn Morris <rgm@gnu.org>
4570
4571 * maintaining.texi (Old Revisions): Fix diff-switches description.
4572
4573 2008-12-01 Martin Rudalics <rudalics@gmx.at>
4574
4575 * emacs.texi (Top): Fix typo.
4576
4577 2008-11-30 Chong Yidong <cyd@stupidchicken.com>
4578
4579 * misc.texi (Document View): Explain dependence on gs at the top.
4580 Copyedits.
4581
4582 * emacs.texi (Top): Add DocView nodes to detailed node listing.
4583
4584 * programs.texi (Other C Commands): Document hide-ifdef-shadow.
4585 (Comment Commands): Discuss region-active behavior of M-; first.
4586
4587 2008-11-29 Martin Rudalics <rudalics@gmx.at>
4588
4589 * display.texi (Line Truncation): Add reference to Continuation
4590 Lines.
4591
4592 * windows.texi (Pop Up Window): Mention split-height-threshold
4593 and split-width-threshold.
4594 (Split Window): Add reference to Continuation Lines.
4595
4596 2008-11-28 Adrian Robert <Adrian.B.Robert@gmail.com>
4597
4598 * macos.texi: Change references to "Mac" to "Mac / GNUstep".
4599 (GNUstep Support): New node.
4600 * anti.texi:
4601 * emacs.texi:
4602 * msdog.texi: Change reference to Mac OS node to Mac OS / GNUstep.
4603
4604 2008-11-28 Richard M Stallman <rms@gnu.org>
4605
4606 * misc.texi (Dissociated Press): Minor cleanups.
4607
4608 * dired.texi (Image-Dired): Avoid passive.
4609
4610 2008-11-28 Eli Zaretskii <eliz@gnu.org>
4611
4612 * anti.texi (Antinews): Add stuff about Unicode vs emacs-mule
4613 representation.
4614
4615 2008-11-26 Richard M. Stallman <rms@gnu.org>
4616
4617 * files.texi (Visiting): Rewrite paragraph for clarity.
4618
4619 * buffers.texi (Select Buffer): Rewrite paragraphs using active voice.
4620
4621 2008-11-25 Alan Mackenzie <acm@muc.de>
4622
4623 * programs.texi (Moving by Parens): Clarify that parens inside strings
4624 and comments are ignored, and that the commands assume the starting
4625 point isn't in a string or comment.
4626
4627 2008-11-26 Adrian Robert <Adrian.B.Robert@gmail.com>
4628
4629 * macos.texi: Add Prev/Next/Top pointers to all nodes.
4630 (Mac Basics): Merge in Grabbing Environment Variables from earlier
4631 version.
4632 (Mac Customization): Rewrite Preferences Panel section and merge in to
4633 this node, add Open files by dragging to an Emacs window.
4634
4635 * emacs.texi: Remove TOC reference to Mac Preferences Panel section.
4636
4637 2008-11-26 Chong Yidong <cyd@stupidchicken.com>
4638
4639 * files.texi (Misc File Ops): Document set-file-modes.
4640
4641 * windows.texi (Split Window): Document integer values of
4642 truncate-partial-width-windows.
4643
4644 * text.texi (Text): Simplify description of markup languages.
4645 (TeX Mode): Simplify introduction. Mention BibTeX mode.
4646 (TeX Editing): Note that `""' inserts one `"' character.
4647 (HTML Mode): Note in the introduction that XML mode is an alias for
4648 SGML mode. Mention nXML mode.
4649
4650 2008-11-25 Chong Yidong <cyd@stupidchicken.com>
4651
4652 * building.texi (Watch Expressions): Fix typo.
4653
4654 2008-11-24 Chong Yidong <cyd@stupidchicken.com>
4655
4656 * files.texi (Visiting): Document new behavior of
4657 confirm-nonexistent-file-or-buffer.
4658
4659 * buffers.texi (Select Buffer):
4660 Document confirm-nonexistent-file-or-buffer.
4661
4662 * picture-xtra.texi (Picture Mode): Use picture-mode instead of
4663 edit-picture.
4664
4665 * text.texi (Text): Simplify introduction. Discard mention of `M-x
4666 edit-picture', since that is just an alias for picture-mode.
4667 (Sentences): Note that repeated M-@ extends the region.
4668 (Pages): Make terminology more consistent. Link to Regexps node.
4669 (Longlines): Discuss relationship with Visual Line mode.
4670 (Text Mode): Remove extraneous discussion of other modes, since they
4671 were already introduced in the parent node.
4672
4673 2008-11-23 Chong Yidong <cyd@stupidchicken.com>
4674
4675 * anti.texi (Antinews): Rewrite.
4676
4677 * entering.texi (Exiting): Mention "minimize" terminology.
4678
4679 * frames.texi (Frame Commands): Mention "minimize" terminology.
4680
4681 * cmdargs.texi (Font X): Document Fontconfig and GTK font specification
4682 formats.
4683 (Icons X): Mention "minimize" terminology and use of icons in taskbar.
4684 (Misc X): Don't document useless -hb option.
4685
4686 2008-11-22 Juri Linkov <juri@jurta.org>
4687
4688 * dired.texi (Dired Navigation): Change normal file name search option
4689 from `non-nil' to `t'. Add `dwim' option.
4690
4691 2008-11-22 Juri Linkov <juri@jurta.org>
4692
4693 * custom.texi (Directory Variables): Rename ".dir-settings.el" to
4694 ".dir-locals.el". Rename `define-project-bindings' to
4695 `dir-locals-set-class-variables'. Rename `set-directory-project' to
4696 `dir-locals-set-directory-class'.
4697
4698 2008-11-22 Lute Kamstra <lute@gnu.org>
4699
4700 * buffers.texi (Select Buffer): Index goto-line.
4701 * basic.texi (Moving Point): Mention the use of a numeric prefix
4702 argument with goto-line and refer to Select Buffer for the use of a
4703 plain prefix argument.
4704
4705 2008-11-19 Glenn Morris <rgm@gnu.org>
4706
4707 * doclicense.texi: Update to FDL 1.3.
4708 * emacs.texi, emacs-xtra.texi: Relicense under FDL 1.3 or later.
4709
4710 2008-11-17 Chong Yidong <cyd@stupidchicken.com>
4711
4712 * custom.texi (Minor Modes): Define mode commands and mode variables
4713 more precisely. Recommend using mode commands instead of setting
4714 variables directly. Put minor modes in a list, and add more modes.
4715 (Easy Customization): Use "init file" instead of .emacs.
4716 (Customization Groups): Update to new Custom buffer appearance.
4717 (Saving Customizations): Copyedits. Update example.
4718 (Variables): Give example of variable type-sensitivity.
4719 (Examining): Update example.
4720 (Hooks): Copyedits.
4721 (Specifying File Variables): Use C comments instead of an artificial
4722 Lisp for the example.
4723 (Keymaps): Move internals discussion to Prefix Keymaps.
4724 (Rebinding): Remove redundant paragraph (stated in Key Binding).
4725 (Init Rebinding): Document kbd macro.
4726 (Init File): Link to Find Init.
4727
4728 * mark.texi (Using Region): Document Delete Selection Mode more
4729 thoroughly.
4730
4731 * frames.texi (Mouse Commands): Move most of the description of Delete
4732 Selection Mode to Using Region, and link to it.
4733 (Clipboard): Note that paste is bound to clipboard-yank.
4734
4735 * building.texi (Compilation): Document first-error value of
4736 compilation-scroll-output.
4737 (Compilation Mode): Note that compilation-auto-jump-to-first-error
4738 works as soon as an error is available. Suggested by Juri Linkov.
4739
4740 * mini.texi (Passwords): New node.
4741
4742 * files.texi (Remote Files): Link to Passwords node.
4743
4744 * emacs.texi (Top): Update node listings.
4745
4746 2008-11-16 Chong Yidong <cyd@stupidchicken.com>
4747
4748 * ack.texi (Acknowledgments): Some updating of credits.
4749
4750 * emacs.texi (Acknowledgments): Add a couple more names.
4751
4752 * dired.texi (Dired Deletion): Document delete-by-moving-to-trash.
4753
4754 * files.texi (Directories): Describe delete-directory in text.
4755 (Misc File Ops): Document use of trash.
4756
4757 2008-11-16 Juanma Barranquero <lekktu@gmail.com>
4758
4759 * macos.texi (Mac Customization): Fix typos.
4760
4761 2008-11-14 Chong Yidong <cyd@stupidchicken.com>
4762
4763 * macos.texi (Mac OS): Move Cocoa manual from ns-emacs.texi to here,
4764 replacing previous contents. Numerous copyedits to adapt ns-emacs to
4765 the conventions of the main Emacs manual.
4766
4767 * emacs.texi (Top): Update node listings.
4768
4769 2008-11-12 Chong Yidong <cyd@stupidchicken.com>
4770
4771 * cmdargs.texi (Emacs Invocation): Link to Emacs Server. Note that
4772 command-line-args is processed during startup.
4773 (Action Arguments): Correctly describe how file arguments interact with
4774 the startup screen. Link to Lisp Interaction for scratch buffer.
4775 (Initial Options): Link to Command Example for -batch option.
4776 (Environment): Document initial-environment.
4777
4778 * entering.texi (Entering Emacs): Note that inhibit-startup-screen
4779 can't be changed in the site-start file.
4780
4781 2008-11-07 Chong Yidong <cyd@stupidchicken.com>
4782
4783 * dired.texi (Dired): Mention C-x C-d too.
4784 (Dired Enter): Document M-n in the Dired minibuffer.
4785 (Dired Navigation): Explain dired-goto-file more clearly.
4786 Document dired-isearch-filenames.
4787 (Dired Deletion): Remove unnecessary "expunged" terminology.
4788 (Flagging Many Files): & is now rebound to `% &'.
4789 (Shell Commands in Dired): Document dired-do-async-shell-command.
4790 Clarify how multi-file arguments are passed.
4791 (Misc Dired Features): Document dired-do-isearch.
4792
4793 2008-11-06 Chong Yidong <cyd@stupidchicken.com>
4794
4795 * entering.texi (Entering Emacs): Document inhibit-startup-screen.
4796
4797 2008-11-03 Chong Yidong <cyd@stupidchicken.com>
4798
4799 * search.texi (Other Repeating Search): Remove obsolete findex entries.
4800
4801 2008-11-01 Chong Yidong <cyd@stupidchicken.com>
4802
4803 * programs.texi (Program Modes): Link to Program Indent node.
4804 (Left Margin Paren): Explain consequences of changing
4805 open-paren-in-column-0-is-defun-start more concisely.
4806 (Which Function, Program Indent, Info Lookup): Minor edits.
4807 (Basic Indent): If region is active, TAB indents the region.
4808 (Multi-line Indent): If region is active, TAB indents the region.
4809 Note that indent-region is useful when Transient Mark mode is off.
4810 (Matching): The delimiter at the cursor is highlighted---the character
4811 changes color.
4812 (Symbol Completion): Link to Completion node.
4813
4814 * misc.texi (Invoking emacsclient): Describe how to use Emacs server in
4815 a strictly text-only system.
4816
4817 * abbrevs.texi (Saving Abbrevs): Note that abbrev file is not loaded in
4818 batch mode.
4819
4820 2008-11-01 Richard M. Stallman <rms@gnu.org>
4821
4822 * misc.texi (Document View): Major rewrite.
4823
4824 * maintaining.texi (Types of Log File): Change logs are older than
4825 version control.
4826 (VCS Concepts): Simplify and rearrange.
4827 (Version Control Systems): Make it clear that Linux is only the kernel.
4828 (VC Mode Line): Shorten reference to menu item.
4829 (Basic VC Editing): Clarify VC fileset. Shorten and simplify.
4830 (VC Directory Mode): Minor cleanup.
4831 Unchanged files are hidden, not omitted.
4832 (VC Directory Commands): Shorten and simplify.
4833 (Change Log Commands): New node, split from Change Logs.
4834 (VC Directory Buffer): New node, split from VC Directory Mode.
4835
4836 2008-10-31 Chong Yidong <cyd@stupidchicken.com>
4837
4838 * misc.texi (Document View): Rename from Document Files, moved here
4839 from files.texi.
4840
4841 * files.texi (Version Control): Move to maintaining.texi.
4842 Subnodes moved as well.
4843 (Document Files): Move to misc.texi.
4844
4845 * maintaining.texi (Change Log): Document log-edit-insert-changelog and
4846 vc-update-change-log.
4847 (Version Control): Move here from files.texi.
4848 (Format of ChangeLog): Make it a subnode of Change Log.
4849
4850 * emacs.texi (Top): Update node listing.
4851
4852 2008-10-31 Tassilo Horn <tassilo@member.fsf.org>
4853
4854 * files.texi (Files): Add a section about document
4855 files (doc-view-mode).
4856
4857 2008-10-31 Chong Yidong <cyd@stupidchicken.com>
4858
4859 * building.texi (Compilation Mode):
4860 Document compilation-auto-jump-to-first-error.
4861 (Debuggers): Lower GUD subsections to subsubsections.
4862 (Starting GUD): Add cindex.
4863 (Lisp Interaction): Note that scratch is no longer the initial buffer.
4864
4865 2008-10-30 Chong Yidong <cyd@stupidchicken.com>
4866
4867 * indent.texi (Indentation): Link to Program Indent.
4868
4869 * misc.texi (Invoking emacsclient): If Emacs has no available frame, it
4870 now uses emacsclient's terminal.
4871
4872 2008-10-29 Chong Yidong <cyd@stupidchicken.com>
4873
4874 * mark.texi (Using Region): Document use-empty-active-region.
4875
4876 * emacs.texi (Top): Update node listings.
4877
4878 * misc.texi (Emacs Server): Rewrite. Document daemon-mode.
4879 Don't mention obsolete emacs.bash script.
4880 (Invoking emacsclient): Rewrite, moving optional arguments to
4881 emacsclient Options.
4882 (emacsclient Options): New node. Document server-use-tcp and
4883 server-host.
4884
4885 2008-10-28 Chong Yidong <cyd@stupidchicken.com>
4886
4887 * indent.texi (Indentation): Replace list with paragraphed text,
4888 putting description of syntax-driven indentation first. Document new
4889 effect of active regions on tab.
4890 (Tab Stops): Note that editable tab stops affect indentation commands.
4891
4892 2008-10-27 Dan Nicolaescu <dann@ics.uci.edu>
4893
4894 * cmdargs.texi (Initial Options): Document -daemon=SERVER_NAME.
4895
4896 2008-10-23 Chong Yidong <cyd@stupidchicken.com>
4897
4898 * custom.texi (Function Keys): Note that modified keypad keys are not
4899 translated.
4900
4901 * basic.texi (Arguments): Explain how to insert multiple digits.
4902
4903 2008-10-22 Michael Albinus <michael.albinus@gmx.de>
4904
4905 * files.texi (Remote Files): Precise selection of default method.
4906 Rewrite paragraph about disabling remote file names.
4907
4908 2008-10-22 Chong Yidong <cyd@stupidchicken.com>
4909
4910 * search.texi (Special Isearch): Document M-TAB is isearch.
4911
4912 * files.texi (VC Mode Line): Use @kbd instead of @key for mouse
4913 command.
4914
4915 * frames.texi: Use @kbd instead of @key for mouse commands throughout.
4916
4917 2008-10-22 Tassilo Horn <tassilo@member.fsf.org>
4918
4919 * emacs.texi (Acknowledgments): Add myself to Acknowledgments
4920 section.
4921
4922 2008-10-21 Chong Yidong <cyd@stupidchicken.com>
4923
4924 * vc1-xtra.texi: Move nodes VC Directory Mode and VC Directory Commands
4925 to files.texi. Move contents of vc2-xtra.texi here.
4926
4927 * vc2-xtra.texi: File removed.
4928
4929 * vc-xtra.texi (Advanced VC Usage): Remove VC Directory Mode and VC
4930 Directory Commands from the submenu. Don't include deleted file
4931 vc2-xtra.texi.
4932
4933 * files.texi (Visiting): Document find-file-confirm-nonexistent-file.
4934 (Version Control): Add VC Directory Mode and VC Directory Commands to
4935 the submenu.
4936 (Why Version Control?): Use table format.
4937 (Version Control Systems): Note that Meta-CVS support is gone.
4938 (VCS Concepts): Note precisely when VC started supporting filesets.
4939 Remove bogus xref to CVS Options node.
4940 (Types of Log File): Copyedits.
4941 (VC Mode Line): Document tooltips and mouse-1 on VC indicator.
4942 (Basic VC Editing): Content moved from Selecting A Fileset and Doing
4943 The Right Thing.
4944 (Selecting A Fileset, Doing The Right Thing): Nodes deleted.
4945 (Log Buffer): Reorganize node, putting C-c C-c description first.
4946 (Old Revisions): Use CVS for example, not RCS.
4947 (Secondary VC Commands): Remove VC Directory Mode and VC Directory
4948 Commands from the submenu, putting them under Version Control.
4949 (VC Directory Mode): Move node contents here from vc1-xtra.texi; we
4950 need to include it in the manual unconditionally, since it is now
4951 crucial to using distributed version control systems.
4952 (Comparing Files): Note that diff uses the minibuffer, and that the
4953 output is shown using Diff mode.
4954 (Diff Mode): Explain what "patch" and "hunk" mean.
4955 Document diff-update-on-the-fly, diff-refine-hunk, and
4956 diff-show-trailing-whitespaces.
4957 (File Archives): Add rar support.
4958
4959 * major.texi (Choosing Modes): Make mode selection sequence more
4960 obvious by describing the steps in order of priority. Note that
4961 magic-mode-alist is nil by default.
4962 Document magic-fallback-mode-alist.
4963
4964 2008-10-20 Chong Yidong <cyd@stupidchicken.com>
4965
4966 * frames.texi (Mouse References): Copyedits.
4967
4968 2008-10-20 Tassilo Horn <tassilo@member.fsf.org>
4969
4970 * ack.texi (Acknowledgments): Add myself as doc-view author.
4971
4972 2008-10-20 Eli Zaretskii <eliz@gnu.org>
4973
4974 * frames.texi (Dialog Boxes): Add @cindex entries.
4975
4976 2008-10-20 Chong Yidong <cyd@stupidchicken.com>
4977
4978 * frames.texi (Dialog Boxes): Clarify description of GTK+ file chooser.
4979 (Text-Only Mouse): Copyedit.
4980
4981 2008-10-19 Chong Yidong <cyd@stupidchicken.com>
4982
4983 * frames.texi: Use @key throughout for mouse clicks.
4984 (Cut/Paste Other App): Document yank-pop-change-selection.
4985 (Secondary Selection): Fix modified mouse click syntax.
4986 (Clipboard): Describe Cut, Copy and Paste commands.
4987 (Mouse References): Not all references are in read-only buffers.
4988 Copyedits.
4989 (Creating Frames): Add xref to Init File.
4990 (Frame Commands): Add xref to Exiting.
4991 (Scroll Bars): Document GTK vs toolkit behavior.
4992
4993 2008-10-15 Chong Yidong <cyd@stupidchicken.com>
4994
4995 * files.texi (Version Control): Copyedits. Add Bazaar.
4996 (Version Control Systems): List different VCS's using an itemized list.
4997 Add Bazaar.
4998 (VCS Concepts): Copyedits. Tweak description of file merging.
4999
5000 * frames.texi (Mouse Commands, Cut/Paste Other App): Rewrite.
5001 (Cut/Paste Other App): Document select-active-regions and
5002 x-select-enable-primary.
5003
5004 2008-10-13 Chong Yidong <cyd@stupidchicken.com>
5005
5006 * mark.texi (Shift Selection): Correct case in node name.
5007
5008 * emacs.texi (Top): Update node order in Mark chapter.
5009
5010 2008-10-12 Eli Zaretskii <eliz@gnu.org>
5011
5012 * msdog-xtra.texi (MS-DOS): Fix bad pxref.
5013
5014 * mini.texi (Minibuffer File): Fix markup in last change. Refer to
5015 elsewhere in the manual instead of describing yet again the intricacies
5016 of $HOME on MS-Windows and MS-DOS.
5017
5018 2008-10-12 Chong Yidong <cyd@stupidchicken.com>
5019
5020 * mini.texi (Minibuffer File): Add xref to File Names.
5021 (Minibuffer File): Add discussion of `~' in file names.
5022 Add insert-default-directory index reference.
5023
5024 * files.texi (File Names): Reorganize description.
5025 (Visiting): Add xref to Mode Line. Copyedits.
5026 (Save Commands): Mention prefix behavior of C-x C-s.
5027 (Numbered Backups): Node deleted.
5028 (Backup Names): Contents of Numbered Backups moved here. State default
5029 of version-control variable.
5030 (Reverting): Copyedits.
5031 (Version Control): Add additional version control systems.
5032
5033 * emacs.texi (Top): Delete Numbered Backups node.
5034
5035 * cmdargs.texi (General Variables): Change Numbered Backups xref to
5036 Backup Names.
5037 (Initial Options): Document renamed variable inhibit-startup-screen.
5038
5039 2008-10-11 Romain Francoise <romain@orebokech.com>
5040
5041 * kmacro.texi (Edit Keyboard Macro): Lossage is now 300 keys.
5042
5043 2008-10-11 Chong Yidong <cyd@stupidchicken.com>
5044
5045 * buffers.texi (Buffers): Add xrefs to Mode Line and Lisp Interaction.
5046 (Select Buffer): Mention use of minibuffer history. Describe default
5047 value of default-major-mode. Mention that C-x 4 b selects the other
5048 window.
5049 (List Buffers): Document CRM indicators in the order they appear.
5050 (Kill Buffer): Document new command kill-matching buffers.
5051 (Several Buffers): Move explanation of the relationship between buffer
5052 list and buffer menu to the top.
5053 (Indirect Buffers): Document new variable clone-indirect-buffer-hook.
5054
5055 2008-10-10 Chong Yidong <cyd@stupidchicken.com>
5056
5057 * entering.texi (Exiting): Document change of C-x C-c to
5058 save-buffers-kill-terminal. Document kill-emacs.
5059
5060 2008-09-30 Eli Zaretskii <eliz@gnu.org>
5061
5062 * mule.texi (Coding Systems): Don't mention codepage-setup.
5063
5064 * msdog-xtra.texi (MS-DOS Printing, MS-DOS and MULE): No need to create
5065 cpNNN coding systems anymore.
5066 (MS-DOS and MULE): Don't mention code-pages.el. Don't mention support
5067 for unibyte mode. Don't mention line-drawing characters.
5068 Don't mention dos-unsupported-char-glyph.
5069
5070 2008-09-25 Chong Yidong <cyd@stupidchicken.com>
5071
5072 * search.texi (Search): Shorten introduction.
5073 (Basic Isearch): Add command table. Discuss reverse isearch and
5074 isearch highlighting.
5075 (Repeat Isearch): Move lazy highlighting discussion here. Add search
5076 ring to cindex.
5077 (Special Isearch): Move input methods discussion here.
5078 (Non-ASCII Isearch): Node deleted, merged with Special Isearch.
5079 (Isearch Yank): Node deleted, and contents moved into Basic Isearch and
5080 Repeat Isearch.
5081 (Isearch Minibuffer): New node.
5082 (Word Search): Document new word search commands.
5083 (Regexp Example): Simplify example using sentence-end-base variable.
5084 (Replace): Reword introduction.
5085 (Unconditional Replace): Remove unnecessary example.
5086 (Other Repeating Search): Document new `M-s o' binding.
5087
5088 * emacs.texi (Top): Update node listings.
5089
5090 2008-09-22 Juanma Barranquero <lekktu@gmail.com>
5091
5092 * emacs.texi (Top): Remove Kill Errors from menu.
5093
5094 2008-09-22 Chong Yidong <cyd@stupidchicken.com>
5095
5096 * kmacro.texi (Basic Keyboard Macro): Make F3 and F4 the preferred
5097 interface for defining macros. Simplify examples. Note that C-g quits
5098 macro definitions.
5099 (Keyboard Macro Counter): Document using F3 to insert counter.
5100 Give usage example.
5101 (Keyboard Macro Query): Organize query responses in a table.
5102
5103 * fixit.texi (Fixit): Favor C-/ keybinding for undo throughout.
5104 Link to Erasing node.
5105 (Undo): Reorganize paragraphs for logical flow. Move keybinding
5106 rationale to a footnote.
5107 (Kill Errors): Remove node, due to redundancy with Erasing.
5108 (Spelling): Move discussion of flyspell to end. Note new behavior of
5109 M-$ in active region. Remove non-ispell-specific keybindings from
5110 table.
5111
5112 2008-09-21 Dan Nicolaescu <dann@ics.uci.edu>
5113
5114 * cmdargs.texi (Initial Options): Document --daemon.
5115
5116 2008-09-20 Glenn Morris <rgm@gnu.org>
5117
5118 * files.texi (Numbered Backups): Mention that some modes set
5119 version-control.
5120
5121 2008-09-20 Jim Blandy <jimb@red-bean.com>
5122
5123 * files.texi (Numbered Backups): Reference File Variables, as well.
5124 Remove discussion of Rmail's implementation.
5125
5126 2008-09-06 Chong Yidong <cyd@stupidchicken.com>
5127
5128 * misc.texi (Recursive Edit): Note that top-level exits active
5129 minibuffers.
5130
5131 * trouble.texi (Quitting): Likewise.
5132
5133 2008-08-31 Chong Yidong <cyd@stupidchicken.com>
5134
5135 * emacs.texi (Top): Add Temporary Face Changes xref.
5136
5137 * display.texi (Display): Move Temporary Face Changes node to just
5138 after Standard Faces.
5139 (Scrolling): Document recenter-top-bottom instead of recenter.
5140 (Horizontal Scrolling): Move auto hscroll discussion to the top.
5141 (Faces, Standard Faces, Temporary Face Changes, Useless Whitespace)
5142 (Display Custom): Copyedits.
5143 (Optional Mode Line): Document display-battery-mode.
5144
5145 2008-08-27 Romain Francoise <romain@orebokech.com>
5146
5147 * custom.texi (Directory Variables): Minor fix.
5148
5149 2008-08-27 Glenn Morris <rgm@gnu.org>
5150
5151 * cal-xtra.texi (Advanced Calendar/Diary Usage): Tweak some menu
5152 descriptions.
5153 (Calendar Customizing): Tweak layout description.
5154 Move calendar-today-marker and calendar-today face to the other
5155 markers. Condense calendar-star-date and calendar-mark-today
5156 description.
5157 (Holiday Customizing): Add oriental and solar holidays.
5158 Add index entries for Baha'i, Christian, Hebrew and Islamic holidays.
5159 Fix holiday-float description. Use zerop in examples. Be less verbose.
5160 (Date Display Format): Change ISO format. Be less verbose.
5161 (Diary Customizing): Mention day and month abbrev arrays.
5162 Mention the date-form variables by name. Update European example.
5163 (Non-Gregorian Diary): Change node name. Mention Baha'i functions.
5164 Condense examples. Mention diary-entry-symbols by name.
5165 Condense table for insertion commands.
5166 (Fancy Diary Display): Mention diary-include-string and
5167 diary-sexp-entry-symbol. Condense example. Add Chinese, Coptic,
5168 Ethiopic, Persian date functions. Condense descriptions.
5169
5170 * calendar.texi (Format of Diary File): Mention diary-nonmarking-symbol.
5171 (Adding to Diary): Adapt for changed node name.
5172
5173 2008-08-26 Glenn Morris <rgm@gnu.org>
5174
5175 * cal-xtra.texi (Non-Gregorian Diary Entries): New name for
5176 node "Hebrew/Islamic Entries".
5177
5178 * calendar.texi (Specified Dates): Fix names of iso functions.
5179 (General Calendar): There may not be another window.
5180 (Writing Calendar Files, Holidays): Tweak intro.
5181 (Holidays): Mention Baha'i and Chinese holidays.
5182 (Sunrise/Sunset): Add M-x calendar-sunrise-sunset-month.
5183 (Lunar Phases): Remove incorrect reference to calendar-time-zone.
5184 (To Other Calendar): Add calendar-print-other-dates.
5185 Refer to "graphic display" rather than "X.
5186 (From Other Calendar): Add calendar-bahai-goto-date. Fix reference.
5187 (Displaying the Diary): Fix whitespace after reference.
5188 Fix `diary-number-of-entries' reference.
5189 (Date Formats): Explicitly mention that day names can be abbreviated.
5190 (Adding to Diary): Add some references to other sections.
5191 (Special Diary Entries): Fix reference.
5192 (Appointments): Simplify appt-message-warning-time entry.
5193 Clarify where times must be.
5194 (Importing Diary): Comment out icalendar paragraph that does not apply.
5195 (Time Intervals): Simplify entry for timeclock-ask-before-exiting.
5196
5197 2008-08-23 Glenn Morris <rgm@gnu.org>
5198
5199 * fortran-xtra.texi (Fortran): Change description of free form and
5200 fixed form a bit. Mention hideshow and imenu.
5201 (Fortran Motion): Mention fortran-end-of-subprogram,
5202 fortran-beginning-of-subprogram, fortran-mark-do, fortran-mark-if.
5203 (Fortran Indent): Minor re-word.
5204 (ForIndent Commands): Mention fortran-fill-paragraph and
5205 fortran-fill-statement.
5206 (ForIndent Cont): Mention fortran-tab-mode-string.
5207 (Fortran Comments): Mention fortran-comment-line-start-skip.
5208 (Fortran Columns): Mention font-locking.
5209 (Fortran Abbrev): Word syntax not relevant with new-style abbrev.
5210
5211 2008-08-23 Johan Bockgård <bojohan@muon>
5212
5213 * basic.texi (Moving Point): Fix <prior>/<next> confusion.
5214
5215 2008-08-22 Chong Yidong <cyd@stupidchicken.com>
5216
5217 * mini.texi (Minibuffer): Simplify introduction.
5218 (Minibuffer File): Document tilde in minibuffer filenames.
5219 (Minibuffer Edit): Mention that the prompt is read-only. Describe how
5220 to enter tabs, spaces, and question marks. Describe behavior of C-a.
5221 (Completion Example): Update example to current command list.
5222 (Completion Options): Document `lazy' value of completion-auto-help.
5223 Update contents of completion-ignored-extensions.
5224 (Minibuffer History): Describe "future history" list. State default
5225 value of history-delete-duplicates.
5226
5227 2008-08-21 Glenn Morris <rgm@gnu.org>
5228
5229 * fortran-xtra.texi (Fortran Columns): Document `fortran-line-length'.
5230 (Fortran Comments): Replace fortran-indent-comment with comment-dwim.
5231
5232 2008-08-17 Chong Yidong <cyd@stupidchicken.com>
5233
5234 * regs.texi (Registers): Clarify valid register names.
5235 (RegPos): Note that buffer is saved and restored too.
5236 (RegText): Note that mark is reactivated/deactivated.
5237 (RegConfig): Xref to Windows node.
5238
5239 2008-08-16 Chong Yidong <cyd@stupidchicken.com>
5240
5241 * basic.texi (Inserting Text): Provide command name for C-q.
5242
5243 * killing.texi (Killing): Copyedit. Define read-only text.
5244 (Deletion): DEL and C-d were already explained in Erasing; xref there.
5245 (Killing by Lines): Copyedit.
5246 (Other Kill Commands): Move M-w description here.
5247 (Yanking): Move M-w to Other Kill Commands.
5248 (Kill Ring): Also mention saving text in registers. Link to Text
5249 Properties in elisp manual.
5250 (Accumulating Text): Copyedit.
5251 (CUA Bindings): Shift selection is now the default.
5252
5253 2008-08-12 Teodor Zlatanov <tzz@lifelogs.com>
5254
5255 * maintaining.texi (Change Log): Mention next-error is available.
5256
5257 2008-08-10 Glenn Morris <rgm@gnu.org>
5258
5259 * cal-xtra.texi (Calendar Customizing): Mention whitespace variables
5260 and intermonth text.
5261 (Holiday Customizing): Add holiday-chinese.
5262
5263 2008-08-08 Eli Zaretskii <eliz@gnu.org>
5264
5265 * files.texi (Log Buffer, Diff Mode): Fix last changes. Add indexing.
5266
5267 2008-08-07 Dan Nicolaescu <dann@ics.uci.edu>
5268
5269 * files.texi (Log Buffer): Describe C-c C-d.
5270 (Diff Mode): Describe C-x 4 A.
5271
5272 2008-08-06 Eli Zaretskii <eliz@gnu.org>
5273
5274 * vc1-xtra.texi (VC Directory Mode): Fix last change.
5275
5276 2008-08-06 Dan Nicolaescu <dann@ics.uci.edu>
5277
5278 * files.texi (Old Revisions): Update the keys used by vc-annotate and
5279 describe the new bindings to show the changeset diff, toggle annotation
5280 visibility, show revisions.
5281 (VC Status): Describe key bindings for modifying the change comments,
5282 displaying changeset diffs and annotations.
5283
5284 * vc1-xtra.texi (VC Directory Mode): Talk about multiple VC systems.
5285
5286 2008-08-05 Nick Roberts <nickrob@snap.net.nz>
5287
5288 * vc1-xtra.texi (VC Directory Mode): Fix typo.
5289
5290 2008-08-02 Eli Zaretskii <eliz@gnu.org>
5291
5292 * vc1-xtra.texi (VC Directory Mode, VC Directory Commands): Fix English
5293 and wording.
5294
5295 2008-08-02 Dan Nicolaescu <dann@ics.uci.edu>
5296
5297 * vc1-xtra.texi (VC Directory Mode): Fix and improve the info about
5298 marking/unmarking. Add descriptions for the multiple file search
5299 commands. Improve some old info.
5300
5301 2008-07-31 Chong Yidong <cyd@stupidchicken.com>
5302
5303 * display.texi (Visual Line Mode): New node.
5304
5305 * basic.texi (Inserting Text): Move DEL to deletion node.
5306 (Moving Point): Add additional alternative key bindings.
5307 Describe line-move-visual.
5308 (Erasing): Describe DEL.
5309 (Basic Undo, Blank Lines, Arguments): Copyedit.
5310 (Continuation Lines): Mention Visual Line mode.
5311 (Position Info): Move extended discussion to mule.texi.
5312
5313 * mule.texi (International Chars): Describe C-x =.
5314
5315 * emacs.texi (Top): Add Visual Line Mode node.
5316
5317 2008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
5318
5319 * emacs.texi: Remove VMS support.
5320
5321 2008-07-30 Dan Nicolaescu <dann@ics.uci.edu>
5322
5323 * vc1-xtra.texi (VC Directory Mode): Update the display format and fix
5324 the vc-dir command name.
5325
5326 2008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
5327
5328 * xresources.texi: Remove mentions of Mac Carbon.
5329
5330 2008-07-19 Andreas Schwab <schwab@suse.de>
5331
5332 * ns-emacs.texi: Move to ../misc.
5333
5334 2008-07-15 Chong Yidong <cyd@stupidchicken.com>
5335
5336 * entering.texi (Exiting): Don't describe text-only terminals as the
5337 default. Describe the new startup screen.
5338 (Exiting): Describe how to kill Emacs first. Change description of
5339 iconification to handle modern window systems.
5340
5341 2008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
5342
5343 * ns-emacs.texi: New file, documents features of Emacs port under
5344 NeXTstep windowing.
5345
5346 2008-07-15 Chong Yidong <cyd@stupidchicken.com>
5347
5348 * entering.texi (Entering Emacs): Update prev node.
5349
5350 * glossary.texi (Glossary): Remove xref to Text Characters.
5351
5352 * commands.texi (User Input): Rewrite. Describe Emacs' behavior
5353 directly, rather than in the context of ASCII. Move description of
5354 special properties of modifier key to new Modifier Keys node.
5355 (Keys): Copyedit.
5356 (Text Characters): Delete node. Multibyte is the default nowadays, and
5357 the node contents are obsolete.
5358
5359 * custom.texi (Modifier Keys): New node.
5360
5361 * emacs.texi (Top): Update node list.
5362
5363 2008-07-13 Chong Yidong <cyd@stupidchicken.com>
5364
5365 * emacs.texi (Intro): Increase conciseness slightly. Remove paragraph
5366 saying that Emacs provides menus and mouse support (which is par for
5367 the course).
5368
5369 * screen.texi (Screen): Copyedit. Define "buffer" and "current buffer"
5370 early on.
5371 (Point): Copyedit. Relegate historical trivia to a footnote.
5372 (Mode Line): Explain mode-line format more consistently.
5373 (Menu Bar): Copyedit.
5374
5375 2008-06-27 Glenn Morris <rgm@gnu.org>
5376
5377 * cal-xtra.texi (Sexp Diary Entries):
5378 * calendar.texi (Lunar Phases): Update for lunar.el name changes.
5379
5380 2008-06-26 Chong Yidong <cyd@stupidchicken.com>
5381
5382 * mark.texi (Shift selection): New node.
5383 (Mark): Copyedits.
5384 (Persistent Mark): Move to the end of the chapter.
5385
5386 2008-06-20 Eli Zaretskii <eliz@gnu.org>
5387
5388 * makefile.w32-in (distclean): Remove makefile.
5389
5390 2008-06-17 Nick Roberts <nickrob@snap.net.nz>
5391
5392 * building.texi (Starting GUD): Add an entry for gud-gdb.
5393 (GDB Graphical Interface): Explain that gud-gdb is now needed for text
5394 command mode.
5395
5396 2008-06-17 Glenn Morris <rgm@gnu.org>
5397
5398 * calendar.texi: Fix references to mouse-2 and mouse-3 in calendar.
5399
5400 2008-06-17 Nick Roberts <nickrob@snap.net.nz>
5401
5402 * building.texi (Starting GUD): Expand on remote debugging.
5403 (Other GDB-UI Buffers): Mention new keyboard bindings.
5404
5405 2008-06-15 Glenn Morris <rgm@gnu.org>
5406
5407 * gnu.texi: Use a verbatim license for this invariant section,
5408 as per etc/GNU.
5409
5410 2008-06-13 Daniel Engeler <engeler@gmail.com>
5411
5412 * emacs.texi, misc.texi: Add documentation about serial port access.
5413
5414 2008-06-13 Glenn Morris <rgm@gnu.org>
5415
5416 * emacs-xtra.texi, emacs.texi: Update Back-Cover text per
5417 maintain.info.
5418
5419 2008-06-05 Miles Bader <miles@gnu.org>
5420
5421 * display.texi (Temporary Face Changes): Update to reflect function
5422 renamings in face-remap.el.
5423
5424 2008-06-04 Miles Bader <miles@gnu.org>
5425
5426 * display.texi (Temporary Face Changes):
5427 Add `adjust-buffer-face-height'. Rewrite description of
5428 `increase-buffer-face-height' and `decrease-default-face-height' now
5429 that they aren't bound by default.
5430
5431 2008-06-03 Miles Bader <miles@gnu.org>
5432
5433 * display.texi (Temporary Face Changes): New node.
5434
5435 2008-05-31 Eli Zaretskii <eliz@gnu.org>
5436
5437 * msdog.texi (Windows Keyboard): Fix text added on 2008-05-29.
5438
5439 2008-05-31 Glenn Morris <rgm@gnu.org>
5440
5441 * cal-xtra.texi (Fancy Diary Display): Simplify.
5442
5443 2008-05-30 Glenn Morris <rgm@gnu.org>
5444
5445 * cal-xtra.texi (Fancy Diary Display): Update for
5446 diary-display-function replacing diary-display-hook.
5447
5448 2008-05-29 Drew Adams <drew.adams@oracle.com>
5449
5450 * msdog.texi (Windows Keyboard): Add descriptions of
5451 w32-register-hot-key and w32-unregister-hot-key.
5452
5453 2008-05-21 Tom Tromey <tromey@redhat.com>
5454
5455 * custom.texi (Directory Variables): Grammar fix. Link to Safe File
5456 Variables node.
5457
5458 2008-05-19 Tom Tromey <tromey@redhat.com>
5459
5460 * custom.texi (Variables): Add Directory Variables to menu.
5461 (Directory Variables): New node.
5462
5463 2008-05-16 Eric S. Raymond <esr@snark.thyrsus.com>
5464
5465 * vc2-xtra.texi: Modify an example so it reflects what vc.el now does.
5466
5467 2008-05-15 Eric S. Raymond <esr@snark.thyrsus.com>
5468
5469 * vc2-xtra.texi, emacs.texi, files.texi: Snapshots node renamed to
5470 Revision Tags and rewritten. Section now uses modern terminology,
5471 (tags rather than snapshots) and describes post-SCCS systems more
5472 accurately.
5473
5474 2008-05-10 Eli Zaretskii <eliz@gnu.org>
5475
5476 * msdog.texi (Windows Files): Update documentation of
5477 w32-get-true-file-attributes.
5478
5479 2008-05-09 Eric S. Raymond <esr@snark.thyrsus.com>
5480
5481 * files.texi, vc-xtra.texi, vc1-xtra.texi: Document the new VC
5482 directory mode.
5483
5484 2008-05-08 Chong Yidong <cyd@stupidchicken.com>
5485
5486 * killing.texi (Appending Kills): Remove a strangely off-topic index
5487 entry "television".
5488
5489 2008-05-07 Eric S. Raymond <esr@snark.thyrsus.com>
5490
5491 * ack.texi, files.texi, vc2-xtra.texi: Meta-CVS is no longer supported.
5492
5493 2008-05-02 Eric S. Raymond <esr@snark.thyrsus.com>
5494
5495 * buffers.texi, files.texi (Version-control):
5496 vc-toggle-read-only is no longer a good idea...
5497
5498 2008-04-29 Glenn Morris <rgm@gnu.org>
5499
5500 * cal-xtra.texi (Sexp Diary Entries): Clarify diary-float.
5501
5502 2008-04-22 Juri Linkov <juri@jurta.org>
5503
5504 * dired.texi (Subdirectories in Dired): Describe using `^'
5505 to return to the parent directory.
5506
5507 2008-04-22 Nick Roberts <nickrob@snap.net.nz>
5508
5509 * building.texi (GDB-UI Layout, Other GDB-UI Buffers): Update for
5510 recent changes.
5511
5512 2008-04-19 Nick Roberts <nickrob@snap.net.nz>
5513
5514 * building.texi (GDB-UI Layout, Breakpoints Buffer)
5515 (Other GDB-UI Buffers): Update for recent thread related changes.
5516
5517 2008-04-11 Mirko Vukovic <mirko.vukovic@gmail.com> (tiny change)
5518
5519 * maintaining.texi (Maintaining):
5520 * emacs.texi (Top): Typo.
5521
5522 2008-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
5523
5524 * display.texi (Font Lock): Prefer add-hook to using a non-nil `mode'
5525 arg in `font-lock-add-keywords'.
5526
5527 2008-04-08 Glenn Morris <rgm@gnu.org>
5528
5529 * cal-xtra.texi, calendar.texi: Update for calendar name changes.
5530 Also add Baha'i calendar references where appropriate.
5531
5532 2008-04-05 Glenn Morris <rgm@gnu.org>
5533
5534 * custom.texi (Init File): Byte-compiling .emacs is bad.
5535
5536 2008-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
5537
5538 * mini.texi (Minibuffer Edit) <resize-mini-windows>: Adjust default.
5539
5540 2008-03-29 Glenn Morris <rgm@gnu.org>
5541
5542 * calendar.texi: Update for `calendar-date-style' replacing
5543 `european-calendar'.
5544
5545 2008-03-28 Jason Rumney <jasonr@gnu.org>
5546
5547 * display.texi (Display Custom): Mention overlay-margin in text.
5548
5549 2008-03-12 Reiner Steib <Reiner.Steib@gmx.de>
5550
5551 * custom.texi, dired.texi, mini.texi, mule.texi: Add `referenced in the
5552 tutorial' comments.
5553
5554 2008-03-28 Chong Yidong <cyd@stupidchicken.com>
5555
5556 * mark.texi (Mark): Rearrange nodes.
5557 (Persistent Mark): Rename from Transient Mark.
5558 (Mark, Setting Mark, Marking Objects, Persistent Mark, Mark Ring):
5559 Describe Transient Mark mode as the default.
5560
5561 * basic.texi (Basic Undo): Don't mention setting the mark, which isn't
5562 the default behavior with Transient Mark mode off.
5563 (Position Info): Fix typo.
5564
5565 * display.texi (Standard Faces): Reference the Mark node.
5566 Remove discussion of the region face, which is discussed there.
5567
5568 * emacs.texi (Top): Update node listings.
5569
5570 * files.texi (Diff Mode, Misc File Ops): Describe Transient Mark mode
5571 as the default.
5572
5573 * fixit.texi (Undo): Standardize choice of undo key sequence.
5574 (Undo, Spelling): Describe Transient Mark mode as the default.
5575
5576 * frames.texi (Mouse Commands): Treat Transient Mark mode as the
5577 default.
5578
5579 * glossary.texi (Glossary): Treat Transient Mark mode as the default.
5580
5581 * killing.texi (Kill Ring, Accumulating Text): Assume Transient Mark
5582 mode is the default, and note that the mark is not activated when set.
5583
5584 * programs.texi (Moving by Defuns, Expressions, Comment Commands):
5585 Describe Transient Mark mode as the default.
5586
5587 * search.texi (Basic Isearch): Reference the Mark Ring node.
5588 (Replace, Unconditional Replace, Other Repeating Search):
5589 Describe Transient Mark mode as the default.
5590
5591 * text.texi (Words, Pages, Fill Commands, HTML Mode):
5592 Describe Transient Mark mode as the default.
5593 (Paragraphs): Describe how M-h behaves when region is active.
5594
5595 * trouble.texi (Quitting): Clarify effects of C-g.
5596
5597 2008-03-13 Glenn Morris <rgm@gnu.org>
5598
5599 * emacs.texi (EMACSVER): Set to 23.0.60.
5600
5601 2008-03-05 Glenn Morris <rgm@gnu.org>
5602
5603 * dired.texi (Hiding Subdirectories): Fix previous change.
5604
5605 2008-03-05 Drew Adams <drew.adams@oracle.com>
5606
5607 * dired.texi (Hiding Subdirectories): Document `dired-hide-subdir'.
5608
5609 2008-02-28 Kim F. Storm <storm@cua.dk>
5610
5611 * help.texi (Help Files): Move describe-gnu-project to C-h g.
5612 Move describe-distribution to C-h C-o.
5613 Move view-emacs-problems to C-h C-p.
5614 Add view-emacs-debugging on C-h C-d.
5615 Add view-external-packages on C-h C-e.
5616 Add view-order-manuals on C-h C-m.
5617
5618 2008-02-17 Ulrich Mueller <ulm@kph.uni-mainz.de>
5619
5620 * msdog-xtra.texi (MS-DOS): Docstring fix.
5621
5622 2008-02-09 Eli Zaretskii <eliz@gnu.org>
5623
5624 * msdog.texi (Windows Fonts): Use a @table for describing font
5625 properties.
5626
5627 2008-02-07 Jason Rumney <jasonr@gnu.org>
5628
5629 * msdog.texi (Windows Files): w32-get-true-file-attributes default
5630 value has changed.
5631 (Windows HOME): Clarify what is meant by "if that fails as well".
5632 (Windows Fonts): New section.
5633
5634 2008-02-07 D. E. Evans <sinuhe@gnu.org> (tiny change)
5635
5636 * basic.texi (Basic Undo): Remove duplicate "you can".
5637
5638 2008-02-02 Eli Zaretskii <eliz@gnu.org>
5639
5640 * maintaining.texi (Tags): Fix last change.
5641
5642 2008-01-31 Nick Roberts <nickrob@snap.net.nz>
5643
5644 * trouble.texi (Checklist): Direct users to emacs-devel@gnu.org.
5645
5646 2008-01-26 Richard Stallman <rms@gnu.org>
5647
5648 * maintaining.texi (Tags): Delete redundant index entry.
5649
5650 2008-01-26 Eli Zaretskii <eliz@gnu.org>
5651
5652 * programs.texi (Imenu): Move "@cindex tags" from here...
5653 * maintaining.texi (Tags): ...to here.
5654
5655 2008-01-23 Kevin Ryde <user42@zip.com.au>
5656
5657 * custom.texi (Mouse Buttons): Update elisp xref to "Click Events" on
5658 click count.
5659
5660 2008-01-21 Juanma Barranquero <lekktu@gmail.com>
5661
5662 * entering.texi (Exiting): Fix typo.
5663 Reported by D. E. Evans <sinuhe@gnu.org>.
5664
5665 2007-12-31 Martin Rudalics <rudalics@gmx.at>
5666
5667 * glossary.texi (Glossary): Fix typo.
5668
5669 2007-12-27 Richard Stallman <rms@gnu.org>
5670
5671 * text.texi (Formatted Text): Improve menu tag.
5672 (Editing Format Info): In Info, add duplicate menu of nodes
5673 about the submenus.
5674 (Format Faces): Say where Faces menu is found. Mention Other.
5675 (Format Colors): Say where these submenus are found.
5676 (Format Indentation, Format Justification): Likewise.
5677 (Format Properties): Likewise.
5678
5679 2007-12-22 Richard Stallman <rms@gnu.org>
5680
5681 * search.texi (Query Replace): Make exp of query-replace more
5682 self-contained, and clarify.
5683
5684 2007-12-15 Richard Stallman <rms@gnu.org>
5685
5686 * files.texi (Auto Save): Clarify definition of auto-saving.
5687
5688 2007-11-26 Richard Stallman <rms@gnu.org>
5689
5690 * help.texi (Help Echo): Cleanups.
5691
5692 2007-11-23 Thien-Thi Nguyen <ttn@gnuvola.org>
5693
5694 * files.texi (Why Version Control?): Fix typo.
5695 (VCS Concepts): Fix typos; small tense fix.
5696 (Selecting a Fileset): Fix typos; small rewording.
5697 (Log Buffer): Likewise.
5698 (Old Revisions): Likewise.
5699
5700 2007-11-17 Eli Zaretskii <eliz@gnu.org>
5701
5702 * mule.texi (Communication Coding): Fix wording of last change.
5703
5704 2007-11-16 Werner Lemberg <wl@gnu.org>
5705
5706 * custom.texi (Specifying File Variables):
5707 * major.texi (Choosing Modes): Mention '\" in man pages.
5708
5709 2007-11-16 Kenichi Handa <handa@ni.aist.go.jp>
5710
5711 * mule.texi (Communication Coding): Document x-select-request-type.
5712
5713 * frames.texi (Cut/Paste Other App): Mention x-select-request-type.
5714
5715 2007-11-15 Francesco Potortì <pot@gnu.org>
5716
5717 * maintaining.texi (TEXTAGS): Note that you can use "-" for stdout with
5718 --output=file.
5719
5720 2007-11-13 Martin Rudalics <rudalics@gmx.at>
5721
5722 * help.texi (Help Summary, Apropos, Misc Help): Fix typos.
5723 (Help Echo): Avoid mentioning the term "region" here and
5724 consistently use the term "active text".
5725
5726 2007-11-11 Glenn Morris <rgm@gnu.org>
5727
5728 * calendar.texi (Special Diary Entries): Fix Thanksgiving example.
5729
5730 2007-11-10 Paul Pogonyshev <pogonyshev@gmx.net>
5731
5732 * search.texi (Query Replace):
5733 Mention `query-replace-show-replacement'.
5734
5735 2007-11-09 Nick Roberts <nickrob@snap.net.nz>
5736
5737 * building.texi (Watch Expressions): Remove obscure sentence.
5738
5739 2007-11-06 Kenichi Handa <handa@ni.aist.go.jp>
5740
5741 * mule.texi (Select Input Method): Describe how to activate an input
5742 method in the text mode.
5743
5744 2007-11-01 Dan Nicolaescu <dann@ics.uci.edu>
5745
5746 * cmdargs.texi (Misc Variables): Remove Sun windows info.
5747
5748 2007-10-30 Nick Roberts <nickrob@snap.net.nz>
5749
5750 * building.texi (Watch Expressions): Describe gdb-delete-out-of-scope.
5751
5752 2007-10-30 Glenn Morris <rgm@gnu.org>
5753
5754 * misc.texi (Directory Tracking): Explain a bit more about
5755 dirtrack-mode.
5756
5757 2007-10-25 Glenn Morris <rgm@gnu.org>
5758
5759 * fortran-xtra.texi (Fortran): F90 mode handles F2003.
5760
5761 2007-10-24 Richard Stallman <rms@gnu.org>
5762
5763 * misc.texi (Interactive Shell): Cleanup last change.
5764
5765 2007-10-22 Juri Linkov <juri@jurta.org>
5766
5767 * mini.texi (Minibuffer History): Add text about a list of minibuffer
5768 default values.
5769
5770 2007-10-20 Eric S. Raymond <esr@snark.thyrsus.com>
5771
5772 * files.texi: Disambiguate two slightly different uses of the term
5773 'filesets'.
5774
5775 2007-10-18 Martin Rudalics <rudalics@gmx.at>
5776
5777 * trouble.texi (Quitting): Fix typo.
5778
5779 2007-10-18 Glenn Morris <rgm@gnu.org>
5780
5781 * frames.texi (Mode Line Mouse): Mention minor mode names.
5782
5783 2007-10-17 Juri Linkov <juri@jurta.org>
5784
5785 * text.texi (Fill Commands): Undocument fill-paragraph-or-region.
5786 fill-paragraph operates on the active region in Transient Mark mode.
5787 (Fill Prefix, Format Indentation): Replace fill-paragraph-or-region
5788 with fill-paragraph.
5789
5790 * basic.texi (Arguments): Replace fill-paragraph-or-region with
5791 fill-paragraph.
5792
5793 * fixit.texi (Spelling): ispell-word operates on the active region
5794 in Transient Mark mode.
5795
5796 2007-10-17 Aaron S. Hawley <aaronh@garden.org>
5797
5798 * building.texi (Source Buffers):
5799 * custom.texi (Init Non-ASCII):
5800 * glossary.texi (Glossary): Use "key binding" consistently.
5801
5802 2007-10-17 Juanma Barranquero <lekktu@gmail.com>
5803
5804 * calendar.texi (Diary): Fix directive.
5805
5806 2007-10-16 Richard Stallman <rms@gnu.org>
5807
5808 * calendar.texi (Diary): Clarify text about diary file example.
5809
5810 2007-10-13 Eric S. Raymond <esr@snark.thyrsus.com>
5811
5812 * files.texi: Capitalize node names according to convention.
5813
5814 2007-10-13 Glenn Morris <rgm@gnu.org>
5815
5816 * misc.texi (Interactive Shell): Correct INSIDE_EMACS reference.
5817
5818 2007-10-11 Eric S. Raymond <esr@snark.thyrsus.com>
5819
5820 * emacs.texi:
5821 * files.texi (Version Systems): Minor fixes to version-control material
5822 suggested by RMS and Robert J. Chassell.
5823
5824 2007-10-10 Eric S. Raymond <esr@snark.thyrsus.com>
5825
5826 * files.texi (Version Systems):
5827 * vc-xtra.texi:
5828 * vc1-xtra.texi:
5829 * vc2-xtra.texi: Merge in changes for new VC with fileset-oriented
5830 operations. Change of terminology from `version' to `revision'.
5831 Revise text for adequate description of VCSes with monotonic IDs.
5832 * emacs.texi: Change of terminology from `version' to `revision'.
5833
5834 2007-10-09 Eric S. Raymond <esr@snark.thyrsus.com>
5835
5836 * files.texi (Version Systems): Describe newer VCses.
5837 Reorder the descriptions to be chronological.
5838
5839 2007-10-09 Richard Stallman <rms@gnu.org>
5840
5841 * display.texi (Cursor Display): Correct how cursor appears
5842 in nonselected windows.
5843
5844 2007-10-04 Nick Roberts <nickrob@snap.net.nz>
5845
5846 * building.texi (GDB Graphical Interface): Remove references to gdba
5847 and mention gud-gdb.
5848
5849 2007-08-31 Eli Zaretskii <eliz@gnu.org>
5850
5851 * rmail.texi (Rmail Sorting): Improve indexing.
5852
5853 2007-10-06 Juri Linkov <juri@jurta.org>
5854
5855 * text.texi (Fill Commands): Document fill-paragraph-or-region.
5856 (Fill Prefix, Format Indentation): Replace fill-paragraph with
5857 fill-paragraph-or-region.
5858
5859 * basic.texi (Arguments): Replace fill-paragraph with
5860 fill-paragraph-or-region.
5861
5862 2007-10-06 Eric S. Raymond <esr@snark.thyrsus.com>
5863
5864 * files.texi: Update the section on version control for 2007
5865 conditions. None of these changes are new-VC-specific; that
5866 will come later.
5867
5868 2007-09-15 Glenn Morris <rgm@gnu.org>
5869
5870 * calendar.texi (Holidays): Change all instances of `holiday-list' back
5871 to `list-holidays'.
5872
5873 2007-09-14 Glenn Morris <rgm@gnu.org>
5874
5875 * calendar.texi: Update all instances of mark-calendar-holidays,
5876 list-calendar-holidays, list-holidays with the new names.
5877
5878 2007-09-06 Glenn Morris <rgm@gnu.org>
5879
5880 Move manual sources from man/ to subdirectories of doc/.
5881 Split into the Emacs manual in emacs/, and other manuals in misc/.
5882 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Reduce to just the Emacs
5883 manual.
5884 (infodir): New variable.
5885 (info): Use $infodir.
5886 (emacsman): Delete target, not needed any more.
5887 Move all targets that are not the Emacs manual to misc/Makefile.in.
5888 (mostlyclean): Remove `gnustmp'.
5889 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS): Reduce to just the Emacs
5890 manual.
5891 (MULTI_INSTALL_INFO, ENVADD, infodir): Go up one more level.
5892 (emacsman): Delete target, not needed any more.
5893 (clean): Remove all info files but Emacs manual.
5894 Move all targets that are not the Emacs manual to misc/Makefile.in.
5895 * emacs-xtra.texi, emacs.texi (setfilename): Go up one more level.
5896
5897 * Makefile.in (INFOSOURCES): Delete.
5898 (.SUFFIXES): Use $(TEXI2DVI) rather than texi2dvi.
5899 (mostlyclean): Add *.op, *.ops. Move *.aux *.cps *.fns *.kys *.pgs
5900 *.vrs *.toc here...
5901 (maintainer-clean): ...from here.
5902
5903 2007-09-05 Glenn Morris <rgm@gnu.org>
5904
5905 * custom.texi (Safe File Variables): Clarify `!' and risky variables.
5906
5907 2007-08-29 Glenn Morris <rgm@gnu.org>
5908
5909 * emacs.texi (EMACSVER): Increase to 23.0.50.
5910
5911 2007-08-27 Richard Stallman <rms@gnu.org>
5912
5913 * emacs.texi (Top): Clarify menu item for Glossary.
5914
5915 * display.texi (Faces): Change secn title.
5916 Clarify not all fonts come from Font Lock.
5917
5918 2007-08-17 Eli Zaretskii <eliz@gnu.org>
5919
5920 * basic.texi (Position Info): Add index entry for face at point.
5921 Mention that character faces are also displayed by "C-u C-x =".
5922
5923 2007-08-08 Glenn Morris <rgm@gnu.org>
5924
5925 * glossary.texi (Glossary): Deprecate `iff'.
5926
5927 2007-08-07 Chong Yidong <cyd@stupidchicken.com>
5928
5929 * files.texi (File Conveniences): Document point motion keys in Image
5930 mode.
5931
5932 2007-07-27 Glenn Morris <rgm@gnu.org>
5933
5934 * emacs.texi (Copying): Include license text from gpl.texi, rather than
5935 in-line.
5936
5937 * gpl.texi: New file with text of GPL.
5938 * Makefile.in (EMACSSOURCES): Add gpl.texi.
5939
5940 2007-07-26 Dan Nicolaescu <dann@ics.uci.edu>
5941
5942 * vc2-xtra.texi (Customizing VC): Add GIT and HG.
5943
5944 * dired.texi (Wdired): Mention C-x C-q key binding.
5945
5946 2007-07-28 Nick Roberts <nickrob@snap.net.nz>
5947
5948 * building.texi (GDB Graphical Interface): Qualify use of "M-x gdba".
5949
5950 2007-07-25 Glenn Morris <rgm@gnu.org>
5951
5952 * emacs.texi (Copying): Replace license with GPLv3.
5953
5954 * Relicense all FSF files to GPLv3 or later.
5955
5956 2007-07-24 Glenn Morris <rgm@gnu.org>
5957
5958 * calendar.texi (Writing Calendar Files): cal-tex-diary etc only work
5959 for some calendars.
5960
5961 2007-07-23 Nick Roberts <nickrob@snap.net.nz>
5962
5963 * screen.texi (Mode Line): Describe new mode-line flag that shows if
5964 default-directory for the current buffer is on a remote machine.
5965
5966 2007-07-21 Eli Zaretskii <eliz@gnu.org>
5967
5968 * vc2-xtra.texi (Customizing VC) <vc-handled-backends>: Update the
5969 default value.
5970
5971 2007-07-21 Richard Stallman <rms@gnu.org>
5972
5973 * files.texi (Why Version Control?): Improve previous change.
5974
5975 2007-07-18 Eric S. Raymond <esr@snark.thyrsus.com>
5976
5977 * files.texi (Why Version Control?): New node.
5978
5979 2007-07-12 Nick Roberts <nickrob@snap.net.nz>
5980
5981 * building.texi (Starting GUD): Add xref to this anchor.
5982
5983 2007-06-24 Karl Berry <karl@gnu.org>
5984
5985 * emacs.texi: New Back-Cover Text.
5986
5987 2007-06-07 Alan Mackenzie <acm@muc.de>
5988
5989 * display.texi (Optional Mode Line): Document the new form of
5990 line+column numbers, "(561,2)".
5991
5992 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
5993
5994 * maintaining.texi (Create Tags Table): Fix typos.
5995
5996 2007-06-02 Chong Yidong <cyd@stupidchicken.com>
5997
5998 * Version 22.1 released.
5999
6000 2007-05-07 Karl Berry <karl@gnu.org>
6001
6002 * emacs.texi (EMACSVER): Back to 22.
6003
6004 2007-05-06 Richard Stallman <rms@gnu.org>
6005
6006 * maintaining.texi (Create Tags Table): Clean up previous change.
6007
6008 2007-05-05 Francesco Potortì <pot@gnu.org>
6009
6010 * maintaining.texi (Create Tags Table): Add text about the dangers of
6011 making symbolic links to tags files.
6012
6013 2007-05-04 Karl Berry <karl@gnu.org>
6014
6015 * emacs.texi (EMACSVER) [smallbook]: 22.1 for printed version, not 22.
6016
6017 2007-05-03 Karl Berry <karl@gnu.org>
6018
6019 * emacs.texi (EMACSVER) [smallbook]: 22 for printed version.
6020
6021 * .cvsignore (*.pdf): New entry.
6022
6023 * emacs.texi (\urlcolor, \linkcolor) [smallbook]: \let to \Black
6024 for printing.
6025
6026 2007-05-01 Richard Stallman <rms@gnu.org>
6027
6028 * cmdargs.texi (Initial Options): Under --batch, mention --eval.
6029
6030 2007-04-28 Glenn Morris <rgm@gnu.org>
6031
6032 * ack.texi (Acknowledgments):
6033 * anti.texi (Antinews):
6034 * programs.texi (Program Modes): Restore mention of python.el pending
6035 consideration of legal status.
6036
6037 2007-04-28 Richard Stallman <rms@gnu.org>
6038
6039 * files.texi (File Names): Fixes to ~ description on MS systems.
6040
6041 2007-04-26 Glenn Morris <rgm@gnu.org>
6042
6043 * emacs.texi (EMACSVER): Increase to 22.1.50.
6044
6045 2007-04-25 Karl Berry <karl@gnu.org>
6046
6047 * emacs.texi: Improve line breaks on copyright page,
6048 similar layout to lispref, 8.5x11 by default.
6049
6050 * dired.texi (Image-Dired): Improve line break, fix typo.
6051
6052 2007-04-24 Chong Yidong <cyd@stupidchicken.com>
6053
6054 * programs.texi (Program Modes):
6055 * anti.texi (Antinews):
6056 * ack.texi (Acknowledgments): python.el removed.
6057
6058 2007-04-23 Chong Yidong <cyd@stupidchicken.com>
6059
6060 * display.texi (Highlight Interactively): Correct description of
6061 hi-lock-file-patterns-policy.
6062
6063 * files.texi (File Archives): Mention self-extracting executables.
6064
6065 2007-04-23 Eli Zaretskii <eliz@gnu.org>
6066
6067 * search.texi (Unconditional Replace, Query Replace): Add xref to
6068 "Replacement and Case".
6069
6070 2007-04-22 Chong Yidong <cyd@stupidchicken.com>
6071
6072 * dired.texi (Image-Dired): Move from Thumbnails node.
6073 * misc.texi (Thumbnails): Node deleted.
6074 * emacs.texi (Top): Update node listing.
6075
6076 * files.texi (File Conveniences):
6077 * ack.texi (Acknowledgments): Rename "tumme" to "image-dired".
6078
6079 2007-04-21 Richard Stallman <rms@gnu.org>
6080
6081 * display.texi (Highlight Interactively): Correct previous change.
6082 Clarify doc of hi-lock-find-patterns, and move new features into it.
6083
6084 2007-04-20 David Koppelman <koppel@ece.lsu.edu>
6085
6086 * display.texi (Highlight Interactively):
6087 Document hi-lock-file-patterns-policy.
6088
6089 2007-04-20 Martin Rudalics <rudalics@gmx.at>
6090
6091 * display.texi (Scrolling): Fix typo.
6092
6093 2007-04-15 Chong Yidong <cyd@stupidchicken.com>
6094
6095 * doclicense.texi: Remove node heading, so that it can be included by
6096 other files.
6097
6098 * emacs.texi: Insert node heading for GFDL.
6099
6100 2007-04-14 Eli Zaretskii <eliz@gnu.org>
6101
6102 * cmdargs.texi (Colors): Qualify "color of window" index entry by
6103 "command line".
6104
6105 * display.texi (Faces): Refer to "Creating Frames" for face
6106 and other frame customizations in .emacs.
6107
6108 * frames.texi (Creating Frames): Mention that face customizations can
6109 be put in .emacs. Add index entries.
6110
6111 2007-04-12 Richard Stallman <rms@gnu.org>
6112
6113 * glossary.texi (Glossary): Explain `iff'.
6114
6115 2007-04-11 Karl Berry <karl@gnu.org>
6116
6117 * gnu.texi (Top),
6118 * macos.texi (Mac Font Specs),
6119 * anti.texi (Antinews),
6120 * xresources.texi (Resources),
6121 * misc.texi (Emulation),
6122 * calendar.texi (Daylight Saving),
6123 * dired.texi (Dired and Find),
6124 * rmail.texi (Remote Mailboxes),
6125 * sending.texi (Mail Headers),
6126 * programs.texi (Which Function),
6127 * files.texi (Recover),
6128 * buffers.texi (Uniquify),
6129 * frames.texi (Wheeled Mice),
6130 * killing.texi (Rectangles): Wording to improve breaks in
6131 8.5x11 format.
6132 * mule.texi (Language Environments): \hbadness=10000 since there's
6133 no way to reword.
6134 * emacs.texi (smallbook): New @set to more easily switch between
6135 smallbook and 8.5x11.
6136
6137 2007-04-11 Richard Stallman <rms@gnu.org>
6138
6139 * files.texi (File Conveniences): Add xref to Tumme.
6140 Delete text about Thumbnail mode.
6141
6142 2007-04-09 Alan Mackenzie <acm@muc.de>
6143
6144 * cmdargs.texi (Initial Options): Call "inhibit-splash-screen" by its
6145 new name. Insert concept index entries.
6146
6147 2007-04-08 Chong Yidong <cyd@stupidchicken.com>
6148
6149 * display.texi (Standard Faces): Document prefix arg for
6150 list-faces-display.
6151
6152 * rmail.texi (Rmail Scrolling): Document rmail-end-of-message.
6153
6154 2007-04-07 Chong Yidong <cyd@stupidchicken.com>
6155
6156 * killing.texi (Deletion): Rewrite description of M-\ prefix argument.
6157
6158 * files.texi (Misc File Ops): Rewrite description of
6159 insert-file-literally.
6160
6161 2007-03-31 Eli Zaretskii <eliz@gnu.org>
6162
6163 * misc.texi (Printing): Postscript -> PostScript.
6164
6165 * ack.texi (Acknowledgments): Postscript -> PostScript.
6166
6167 * custom.texi (Init File, Init Non-ASCII): Fix last change.
6168
6169 * emacs.texi (Top): Fix the menu due to the change in custom.texi
6170 below.
6171
6172 2007-03-30 Chong Yidong <cyd@stupidchicken.com>
6173
6174 * custom.texi (Non-ASCII Rebinding): Node deleted. Material moved to
6175 Init Non-ASCII.
6176 (Init Rebinding, Init Syntax): Link to Init Non-ASCII instead.
6177 (Init Non-ASCII): New node.
6178
6179 2007-03-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6180
6181 * macos.texi (Mac Font Specs): Mention AppleAntiAliasingThreshold.
6182
6183 2007-03-12 Glenn Morris <rgm@gnu.org>
6184
6185 * calendar.texi, emacs.texi (Daylight Saving): Rename node from
6186 "Daylight Savings".
6187
6188 * calendar.texi: Replace "daylight savings" with "daylight
6189 saving" in text throughout.
6190
6191 2007-03-04 Richard Stallman <rms@gnu.org>
6192
6193 * custom.texi (Safe File Variables): Minor correction.
6194
6195 2007-02-28 Thien-Thi Nguyen <ttn@gnu.org>
6196
6197 * rmail.texi (Movemail): Add internal ref.
6198 Don't indent the intro for the PROTO table.
6199 Format PROTO table items with @code.
6200
6201 2007-02-26 Nick Roberts <nickrob@snap.net.nz>
6202
6203 * building.texi: Remove references to bashdb.
6204
6205 2007-02-19 Juanma Barranquero <lekktu@gmail.com>
6206
6207 * mule.texi (Language Environments): Update list of supported language
6208 environments.
6209
6210 2007-02-14 Kim F. Storm <storm@cua.dk>
6211
6212 * building.texi (Grep Searching): Fix lgrep doc.
6213
6214 2007-02-12 Chong Yidong <cyd@stupidchicken.com>
6215
6216 * back.texi: Remove unused file.
6217
6218 2007-02-05 Francesco Potortì <pot@gnu.org>
6219
6220 * maintaining.texi (Tag Syntax): Now --members is the default for
6221 etags, not for ctags yet.
6222
6223 2007-02-03 Eli Zaretskii <eliz@gnu.org>
6224
6225 * emacs.texi (Top): Update the top-level menus. Make the detailed menu
6226 headers compliant with Texinfo guidelines and with what texnfo-upd.el
6227 expects. Add comments to prevent people from inadvertently modifying
6228 the key parts needed by `texinfo-multiple-files-update'.
6229
6230 2007-01-29 Chong Yidong <cyd@stupidchicken.com>
6231
6232 * frames.texi (Secondary Selection): Window clicked does not matter
6233 when mouse-yank-at-point is non-nil.
6234
6235 2007-01-27 Eli Zaretskii <eliz@gnu.org>
6236
6237 * msdog.texi (ls in Lisp): Document ls-lisp-format-time-list and
6238 ls-lisp-use-localized-time-format.
6239
6240 2007-01-16 Glenn Morris <rgm@gnu.org>
6241
6242 * abbrevs.texi (Editing Abbrevs): Describe how to disable a
6243 system abbrev.
6244
6245 2007-01-11 Richard Stallman <rms@gnu.org>
6246
6247 * msdog.texi (Windows Keyboard): Another small cleanup.
6248
6249 2007-01-10 Richard Stallman <rms@gnu.org>
6250
6251 * msdog.texi (Windows Keyboard): Yet another try to make
6252 everyone happy with that passage.
6253
6254 2007-01-05 Richard Stallman <rms@gnu.org>
6255
6256 * anti.texi (Antinews): Mention M-x shell scrolling.
6257
6258 2007-01-05 Nick Roberts <nickrob@snap.net.nz>
6259
6260 * building.texi (Watch Expressions): Describe gdb-max-children.
6261
6262 2007-01-04 Richard Stallman <rms@gnu.org>
6263
6264 * msdog.texi (Windows Keyboard): Clarify previous change.
6265
6266 2007-01-02 Richard Stallman <rms@gnu.org>
6267
6268 * custom.texi (Changing a Variable): Minor clarification.
6269 (Specific Customization): customize-customized => customize-unsaved.
6270
6271 * entering.texi (Entering Emacs): Clean up text about restarting
6272 Emacs for each file.
6273
6274 * misc.texi (Shell Options): Minor cleanup.
6275
6276 * msdog.texi (Windows Keyboard): Explain that Windows was incompatible
6277 with Emacs, not vice versa.
6278
6279 * programs.texi (Symbol Completion): Recommend customizing
6280 window manager.
6281
6282 * xresources.texi (Resources): Minor fix.
6283
6284 2007-01-01 Jan Djärv <jan.h.d@swipnet.se>
6285
6286 * xresources.texi (Table of Resources): Add scrollBarWidth resource.
6287
6288 2007-01-01 Richard Stallman <rms@gnu.org>
6289
6290 * commands.texi (User Input): Document keys stolen by window mangers.
6291
6292 2006-12-31 Richard Stallman <rms@gnu.org>
6293
6294 * custom.texi (Specific Customization): Document customize-option
6295 instead of customize-variable.
6296
6297 2006-12-31 Kim F. Storm <storm@cua.dk>
6298
6299 * major.texi (Choosing Modes): Document auto-mode-case-fold.
6300
6301 2006-12-30 Kim F. Storm <storm@cua.dk>
6302
6303 * killing.texi (CUA Bindings): Fix typo.
6304
6305 * xresources.texi (Table of Resources): Mention grow-only value for
6306 auto-resize-tool-bars.
6307
6308 2006-12-27 Eli Zaretskii <eliz@gnu.org>
6309
6310 * msdog.texi (Windows Keyboard): Mention widespread Windows bindings,
6311 and how to get them back.
6312
6313 2006-12-26 Richard Stallman <rms@gnu.org>
6314
6315 * calendar.texi (Holidays): Holiday listing is based on current
6316 practice, but DST is not.
6317
6318 2006-12-25 Richard Stallman <rms@gnu.org>
6319
6320 * emacs.texi (Top): Update subnode menus.
6321
6322 * mark.texi (Transient Mark): Fix xref.
6323
6324 * killing.texi (Graphical Kill): Node deleted.
6325 (Killing): Add xref to Cut and Paste.
6326 (CUA Bindings): Update xref.
6327
6328 * frames.texi (Cut and Paste): New section to hold other nodes.
6329 (Mouse Commands): Node demoted.
6330 (Cut/Paste Other App): Split out from Mouse Commands.
6331 (Word and Line Mouse): Likewise.
6332 (Secondary Selection, Clipboard): Nodes demoted.
6333
6334 2006-12-24 Kevin Ryde <user42@zip.com.au>
6335
6336 * calendar.texi (Holidays): US daylight saving begins second Sunday
6337 in March for 2007 onwards.
6338 (Daylight Savings): Show new US default daylight saving rules, 2nd
6339 Sun in Mar to 1st Sun in Nov, now in cal-dst.el.
6340
6341 2006-12-23 Chong Yidong <cyd@stupidchicken.com>
6342
6343 * calendar.texi (Scroll Calendar): < and > are switched.
6344
6345 2006-12-23 Kevin Rodgers <ihs_4664@yahoo.com>
6346
6347 * killing.texi (Deletion): Describe M-\ prefix argument.
6348
6349 2006-12-23 Richard Stallman <rms@gnu.org>
6350
6351 * search.texi (Regexp Search): Explain why forward and reverse regexp
6352 search are not mirror images.
6353
6354 2006-12-19 Kim F. Storm <storm@cua.dk>
6355
6356 * major.texi (Choosing Modes): Describe match-function elements for
6357 magic-mode-alist.
6358
6359 2006-12-18 Eli Zaretskii <eliz@gnu.org>
6360
6361 * msdog.texi (Windows Keyboard): Add a footnote about "Windows" keys
6362 peculiarities.
6363
6364 2006-12-18 Richard Stallman <rms@gnu.org>
6365
6366 * abbrevs.texi (Editing Abbrevs): Fix previous change.
6367
6368 2006-12-17 Alan Mackenzie <acm@muc.de>
6369
6370 * programs.texi (Left Margin Paren): Remove the bit which says
6371 that CC Mode sets open-paren-in-column-0-is-defun-start to nil.
6372 Discuss some of the issues of setting this option to nil.
6373
6374 2006-12-17 Glenn Morris <rgm@gnu.org>
6375
6376 * abbrevs.texi (Editing Abbrevs): Mention system abbrevs.
6377
6378 2006-12-16 Eli Zaretskii <eliz@gnu.org>
6379
6380 * msdog.texi (Windows Keyboard): Clarify `w32-recognize-altgr' effect.
6381 (Windows Files): `w32-get-true-file-attributes' is only relevant for
6382 NTFS volumes.
6383 (ls in Lisp): `links' in `ls-lisp-verbosity' is only relevant to NTFS
6384 volumes.
6385
6386 2006-12-15 Eli Zaretskii <eliz@gnu.org>
6387
6388 * text.texi (HTML Mode): Fix "C-c TAB".
6389
6390 2006-12-09 Richard Stallman <rms@gnu.org>
6391
6392 * misc.texi (Invoking emacsclient): Simplify TCP file text.
6393
6394 2006-12-08 Kevin Rodgers <ihs_4664@yahoo.com>
6395
6396 * files.texi (Misc File Ops): Document insert-file-literally.
6397
6398 2006-12-08 Eli Zaretskii <eliz@gnu.org>
6399
6400 * cmdargs.texi (Colors): Note that --color is intended for overriding
6401 the terminal defaults, not for normal invocation.
6402
6403 * misc.texi (Emacs Server): Improve wording. Don't mention the
6404 ``server program''. Add a cross-reference to "Init File" node.
6405 (Invoking emacsclient): Add index entries. Document both short and
6406 long versions of command-line options. Document the -f option.
6407
6408 2006-12-06 Richard Stallman <rms@gnu.org>
6409
6410 * text.texi (Outline Format): Say to set outline-regexp
6411 and outline-level with major modes and file local variables.
6412
6413 2006-12-05 Michaël Cadilhac <michael.cadilhac@lrde.org>
6414
6415 * anti.texi (Antinews): Mention the alternative to
6416 `~/.emacs_SHELLNAME', which is `~/.emacs.d/init_SHELLNAME.sh'.
6417
6418 * misc.texi (Interactive Shell): Ditto.
6419
6420 2006-12-04 Eli Zaretskii <eliz@gnu.org>
6421
6422 * emacs.texi (Acknowledgments): Fix Arne J@o{}rgensen's name.
6423
6424 * ack.texi (Acknowledgments): Fix Arne J@o{}rgensen's name.
6425
6426 2006-12-01 Eli Zaretskii <eliz@gnu.org>
6427
6428 * mule.texi (Enabling Multibyte): Rephrase the confusing reference to a
6429 colon in the mode line.
6430
6431 * msdog.texi (Windows Processes) [@ifnottex]: Mention w32-shell-execute.
6432
6433 2006-11-26 Nick Roberts <nickrob@snap.net.nz>
6434
6435 * building.texi (Watch Expressions): Mention SPC for expanding/
6436 contracting watch expressions.
6437
6438 2006-11-26 Kim F. Storm <storm@cua.dk>
6439
6440 * kmacro.texi (Basic Keyboard Macro): Mention F3/F4 more.
6441
6442 2006-11-26 Nick Roberts <nickrob@snap.net.nz>
6443
6444 * building.texi (Debugger Operation): Define text command mode.
6445 Clarify how tooltips work.
6446 (GDB Graphical Interface): Explain how to run in text command mode
6447 more clearly.
6448
6449 2006-11-25 Juanma Barranquero <lekktu@gmail.com>
6450
6451 * mule.texi (Defining Fontsets): Fix use of `charset' and `font'.
6452
6453 2006-11-22 Juanma Barranquero <lekktu@gmail.com>
6454
6455 * anti.texi (Antinews): Mention --server-file and TCP sockets.
6456
6457 2006-11-18 Chong Yidong <cyd@stupidchicken.com>
6458
6459 * misc.texi (Interactive Shell): INSIDE_EMACS is set to t,
6460 and EMACS is deprecated.
6461
6462 2006-11-18 Juanma Barranquero <lekktu@gmail.com>
6463
6464 * makefile.w32-in (emacs.dvi): Remove xresmini.texi.
6465
6466 2006-11-18 Jan Djärv <jan.h.d@swipnet.se>
6467
6468 * Makefile.in (emacs.dvi): Remove xresmini.texi.
6469
6470 * emacs.texi: Include xresources.texi both for info and dvi.
6471
6472 * xresources.texi: Merge text from xresmini.texi.
6473
6474 2006-11-12 Roberto Rodríguez <lanubeblanca@googlemail.com> (tiny change)
6475
6476 * glossary.texi: Fix typos.
6477
6478 2006-11-06 Richard Stallman <rms@gnu.org>
6479
6480 * emacs.texi (Acknowledgments): Fix name spelling, add Anna Bigatti.
6481
6482 * ack.texi (Acknowledgments): Fix name spelling.
6483
6484 2006-11-01 Juri Linkov <juri@jurta.org>
6485
6486 * search.texi (Word Search): Document incremental word search.
6487
6488 2006-10-28 Glenn Morris <rgm@gnu.org>
6489
6490 * ack.texi (Acknowledgments): Add cal-html author.
6491
6492 * calendar.texi (Writing Calendar Files): Rename section (was "LaTeX
6493 Calendar"). Describe new package cal-html.
6494 * emacs.texi (Top): Rename old node "LaTeX Calendar" to "Writing
6495 Calendar Files."
6496
6497 2006-10-23 Richard Stallman <rms@gnu.org>
6498
6499 * abbrevs.texi (Expanding Abbrevs): Expansion happens only when
6500 Abbrev mode is enabled.
6501
6502 2006-10-16 Richard Stallman <rms@gnu.org>
6503
6504 * emacs.texi: Update ISBN.
6505
6506 2006-10-11 Kim F. Storm <storm@cua.dk>
6507
6508 * emacs.texi (Acknowledgments): Use @dotless{i}.
6509
6510 2006-10-08 Nick Roberts <nickrob@snap.net.nz>
6511
6512 * building.texi (Breakpoints Buffer): Mention catchpoints.
6513
6514 2006-10-08 Kim F. Storm <storm@cua.dk>
6515
6516 * ack.texi (Acknowledgments): Update.
6517
6518 * emacs.texi (Acknowledgments): Fix bad @/ form.
6519
6520 2006-10-05 Kim F. Storm <storm@cua.dk>
6521
6522 * emacs.texi (Acknowledgments): Add more contributors.
6523
6524 2006-10-03 Richard Stallman <rms@gnu.org>
6525
6526 * emacs.texi (Acknowledgments): Update version and edition.
6527
6528 2006-10-01 Karl Berry <karl@gnu.org>
6529
6530 * custom.texi (Customization Groups): Page break to keep example buffer
6531 on one page.
6532
6533 2006-09-30 Karl Berry <karl@gnu.org>
6534
6535 * programs.texi (Basic Indent): @need to improve page break.
6536 * text.texi: Rewording to improve page breaks, and use @LaTeX{}.
6537
6538 2006-09-29 Glenn Morris <rgm@gnu.org>
6539
6540 * calendar.texi (Date Formats): Doc fix for european-calendar-style.
6541
6542 2006-09-29 Karl Berry <karl@gnu.org>
6543
6544 * windows.texi (Basic Window): Remove forced @break, no longer
6545 desirable.
6546 * frames.texi (Frame Commands),
6547 * mark.texi (Marking Objects): Reword to avoid bad page break.
6548 * display.texi (Auto Scrolling): Use @tie{} to avoid bad line break.
6549
6550 2006-09-19 Richard Stallman <rms@gnu.org>
6551
6552 * frames.texi (Dialog Boxes): Clean up wording: avoid passive,
6553 stick to present tense.
6554
6555 2006-09-18 Jan Djärv <jan.h.d@swipnet.se>
6556
6557 * frames.texi (Dialog Boxes): Rename x-use-old-gtk-file-dialog
6558 to x-gtk-use-old-file-dialog.
6559 (Dialog Boxes): Document x-gtk-file-dialog-help-text.
6560
6561 2006-09-15 Jay Belanger <belanger@truman.edu>
6562
6563 * emacs.texi (GNU GENERAL PUBLIC LICENSE):
6564 Change "Library Public License" to "Lesser Public License"
6565 throughout. Use "yyyy" to represent year.
6566
6567 2006-09-12 Paul Eggert <eggert@cs.ucla.edu>
6568
6569 * misc.texi (Interactive Shell): EMACS is now set
6570 to Emacs's absolute file name, not to "t".
6571
6572 2006-09-12 Reiner Steib <Reiner.Steib@gmx.de>
6573
6574 * files.texi (Visiting): Add index entry "open file".
6575
6576 2006-09-11 Richard Stallman <rms@gnu.org>
6577
6578 * building.texi (Compilation Mode): Clarification.
6579 (Grep Searching): Add xref to Compilation Mode.
6580
6581 2006-09-08 Richard Stallman <rms@gnu.org>
6582
6583 * search.texi (Search): Ref multi-file search commands here.
6584 (Other Repeating Search): Not here.
6585
6586 2006-08-28 Richard Stallman <rms@gnu.org>
6587
6588 * windows.texi (Split Window): Update xref.
6589
6590 * basic.texi (Continuation Lines): Update xref.
6591
6592 * indent.texi (Tab Stops): Update xref.
6593
6594 * emacs.texi (Top): Update subnode menu.
6595
6596 * display.texi (Line Truncation, Displaying Boundaries): New nodes,
6597 split out of Display Custom.
6598
6599 2006-08-25 Kim F. Storm <storm@cua.dk>
6600
6601 * display.texi (Display Custom): Add variables overline-margin
6602 and x-underline-at-descent-line.
6603
6604 2006-08-25 Richard Stallman <rms@gnu.org>
6605
6606 * entering.texi (Exiting): Rewrite to give graphical displays
6607 priority over text terminals.
6608
6609 * search.texi (Incremental Search): Move index entries.
6610
6611 2006-08-23 Chong Yidong <cyd@stupidchicken.com>
6612
6613 * custom.texi (Init File): Reference Find Init to avoid "home
6614 directory" confusion.
6615
6616 2006-08-22 Nick Roberts <nickrob@snap.net.nz>
6617
6618 * building.texi (Other GDB-UI Buffers): Describe how to edit
6619 a value in the locals buffer.
6620
6621 2006-08-21 Richard Stallman <rms@gnu.org>
6622
6623 * search.texi (Basic Isearch): Add `isearch' index entry.
6624
6625 2006-08-16 Richard Stallman <rms@gnu.org>
6626
6627 * misc.texi (Saving Emacs Sessions): Clean up wording.
6628
6629 * mark.texi (Marking Objects): Mention term "select all".
6630
6631 * emacs.texi (Top): Update subnode menu.
6632
6633 * help.texi (Help Mode): Move node up in file.
6634
6635 2006-08-15 Nick Roberts <nickrob@snap.net.nz>
6636
6637 * building.texi (Stack Buffer): Explain fringe arrow.
6638
6639 2006-08-12 Eli Zaretskii <eliz@gnu.org>
6640
6641 * misc.texi (Saving Emacs Sessions): Clarify when desktop is restored
6642 on startup.
6643
6644 2006-08-11 Romain Francoise <romain@orebokech.com>
6645
6646 * ack.texi (Acknowledgments): Delete mention to zone-mode.el.
6647
6648 2006-08-10 Sven Joachim <svenjoac@gmx.de> (tiny change)
6649
6650 * mule.texi (Recognize Coding, Text Coding): Fix typos.
6651
6652 2006-08-10 Richard Stallman <rms@gnu.org>
6653
6654 * text.texi (Format Faces): Substantial rewrites to deal
6655 with face merging. Empty regions don't count.
6656 Clarify face property inheritance.
6657
6658 2006-08-08 Romain Francoise <romain@orebokech.com>
6659
6660 * dired.texi (Marks vs Flags): Fix typo reported by Ari Roponen
6661 <arjuropo@cc.jyu.fi>.
6662
6663 2006-08-04 Eli Zaretskii <eliz@gnu.org>
6664
6665 * cmdargs.texi (Window Size X) <--geometry>: Only width and height
6666 apply to all frames.
6667
6668 2006-08-01 Richard Stallman <rms@gnu.org>
6669
6670 * help.texi (Name Help): Add index entries for describe-variable.
6671
6672 2006-08-01 Nick Roberts <nickrob@snap.net.nz>
6673
6674 * building.texi (GDB Graphical Interface): Shorten node names.
6675 (GDB-UI Layout): Use GDB-related.
6676 (Other GDB-UI Buffers): Simplify English.
6677
6678 2006-07-31 Richard Stallman <rms@gnu.org>
6679
6680 * search.texi (Query Replace): Add xref for Dired's Q command.
6681
6682 2006-07-31 Nick Roberts <nickrob@snap.net.nz>
6683
6684 * building.texi (GDB commands in Fringe): Rename to...
6685 (Source Buffers): ..this and move forward. Describe hollow arrow and
6686 new option gdb-find-source-frame.
6687
6688 2006-07-29 Richard Stallman <rms@gnu.org>
6689
6690 * dired.texi (Operating on Files): Simplify previous change
6691 and fix Texinfo usage.
6692
6693 2006-07-29 Eli Zaretskii <eliz@gnu.org>
6694
6695 * dired.texi (Operating on Files): Add cross-references. State the
6696 Unix commands that do similar things.
6697
6698 2006-07-28 Richard Stallman <rms@gnu.org>
6699
6700 * mark.texi (Transient Mark): Clarify that region never disappears
6701 when Transient Mark mode is off, and not when it is on.
6702
6703 2006-07-27 Richard Stallman <rms@gnu.org>
6704
6705 * search.texi (Non-ASCII Isearch): Clarify. Mention C-q.
6706
6707 2006-07-24 Richard Stallman <rms@gnu.org>
6708
6709 * xresources.texi (GTK styles): Fix texinfo usage.
6710
6711 * commands.texi (User Input): Explain why we teach keyboard cmds.
6712
6713 * xresources.texi, xresmini.texi, search.texi, programs.texi:
6714 * misc.texi, kmacro.texi, killing.texi, glossary.texi:
6715 * fortran-xtra.texi, files.texi, emacs.texi, emacs-xtra.texi:
6716 * doclicense.texi, display.texi, dired.texi, basic.texi:
6717 * anti.texi, ack.texi: Move periods and commas inside quotes.
6718
6719 2006-07-22 Eli Zaretskii <eliz@gnu.org>
6720
6721 * cmdargs.texi (General Variables): Document EMAIL.
6722
6723 2006-07-21 Eli Zaretskii <eliz@gnu.org>
6724
6725 * frames.texi (Frame Commands): Mention that focus-follows-mouse
6726 doesn't have effect on MS-Windows.
6727
6728 2006-07-17 Richard Stallman <rms@gnu.org>
6729
6730 * building.texi (Grep Searching): Explain about chaining grep commands.
6731
6732 2006-07-10 Nick Roberts <nickrob@snap.net.nz>
6733
6734 * killing.texi, mini.texi: Fix typos.
6735
6736 2006-07-09 Chong Yidong <cyd@stupidchicken.com>
6737
6738 * misc.texi (Invoking emacsclient): Document behavior when emacsclient
6739 is invoked for multiple files.
6740
6741 2006-07-08 Eli Zaretskii <eliz@gnu.org>
6742
6743 * msdog.texi (Windows Keyboard) [@iftex]: Add an @inforef to the
6744 on-line manual for the rest of this node.
6745 (Windows Mouse) <w32-pass-extra-mouse-buttons-to-system>: Include
6746 unconditionally.
6747 (Windows Processes) <w32-quote-process-args>: Include unconditionally.
6748 Improve wording.
6749 (Windows Printing): Improve wording.
6750 (Windows Misc) [@iftex]: Add an @inforef to the on-line manual for the
6751 rest of this node.
6752
6753 2006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
6754
6755 * building.texi (Lisp Eval): Throughout, replace eval-current-buffer
6756 with eval-buffer.
6757
6758 2006-07-05 Nick Roberts <nickrob@snap.net.nz>
6759
6760 * mule.texi (Coding Systems, Specify Coding): Link descriptions
6761 of character translation.
6762
6763 2006-07-04 Nick Roberts <nickrob@snap.net.nz>
6764
6765 * rmail.texi (Remote Mailboxes): Add missing @code keyword.
6766
6767 2006-07-03 Karl Berry <karl@gnu.org>
6768
6769 * emacs.texi (\hbadness): Set to 6000 so we aren't bothered by
6770 not-too-underfull hboxes in the TeX output.
6771 * abbrevs.texi, buffers.texi, building.texi, calendar.texi,
6772 * cmdargs.texi, custom.texi, dired.texi, macos.texi,
6773 * maintaining.texi, misc.texi, mule.texi, programs.texi, rmail.texi,
6774 * sending.texi, text.texi: Fix overfull/underfull boxes.
6775
6776 2006-07-03 Romain Francoise <romain@orebokech.com>
6777
6778 * m-x.texi (M-x): Fix.
6779
6780 2006-07-03 Richard Stallman <rms@gnu.org>
6781
6782 * search.texi (Other Repeating Search): filename -> file name.
6783
6784 * misc.texi (Narrowing): Minor cleanups.
6785
6786 * files.texi (Visiting): filename -> file name.
6787
6788 * emacs.texi (Top): Update subnode menus.
6789
6790 * mule.texi (Coding Systems): Move char translation stuff here.
6791 (Specify Coding, Output Coding): New nodes, out of Recognize Coding.
6792 (Recognize Coding): Substantial local rewrites.
6793 (International): Update menu.
6794
6795 * display.texi (Auto Scrolling): New node, broken out of Scrolling.
6796 (Scrolling): Substantial local rewrites.
6797 (Display): Update menu and intro.
6798
6799 * dired.texi: filename -> file name.
6800
6801 * custom.texi (Safe File Variables): Texinfo usage fix.
6802
6803 2006-07-03 Teodor Zlatanov <tzz@lifelogs.com>
6804
6805 * help.texi, m-x.texi: Lots of cleanups.
6806
6807 2006-06-30 Eli Zaretskii <eliz@gnu.org>
6808
6809 * msdog.texi (ls in Lisp, Windows Keyboard, Windows Mouse)
6810 (Windows Processes, Windows Misc): Shorten the printed version by
6811 selectively conditioning less important portions by @ifnottex.
6812
6813 2006-06-27 Richard Stallman <rms@gnu.org>
6814
6815 * mini.texi (Minibuffer File): Minor cleanup.
6816
6817 2006-06-25 Nick Roberts <nickrob@snap.net.nz>
6818
6819 * frames.texi (XTerm Mouse): Rename to...
6820 (Text-Only Mouse): ...this. Mention t-mouse-mode.
6821
6822 * emacs.texi (Top): Use new node name.
6823
6824 2006-06-24 Eli Zaretskii <eliz@gnu.org>
6825
6826 * emacs.texi (Top): Update the detailed menu according to changes in
6827 msdog.texi.
6828
6829 * msdog.texi (Windows Keyboard): New section.
6830 (Windows Mouse): New section.
6831 (Windows System Menu): Remove section (text merged with "Windows
6832 Keyboard").
6833 (Windows Misc): New section.
6834
6835 * dired.texi (Dired Enter): Refer to msdog.texi for ls-lisp emulation.
6836
6837 * msdog.texi (ls in Lisp): New section.
6838
6839 * files.texi (Visiting): Document case-insensitive wildcard matching
6840 under find-file-wildcards.
6841
6842 2006-06-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6843
6844 * macos.texi (Mac Input): Add description of mac-function-modifier.
6845 Now Unicode keyboard layouts work.
6846
6847 2006-06-10 Richard Stallman <rms@gnu.org>
6848
6849 * mule.texi (Recognize Coding): Clarify previous change.
6850
6851 2006-06-09 Kenichi Handa <handa@m17n.org>
6852
6853 * mule.texi (Recognize Coding): Describe the convention of "CODING!"
6854 notation.
6855
6856 2006-06-07 Kevin Ryde <user42@zip.com.au>
6857
6858 * mule.texi (Coding Systems): Footnote xref "MS-DOS and MULE" in main
6859 manual for @ifnottex, but in emacs-extra for @iftex.
6860
6861 * cmdargs.texi (General Variables): Fix smtpmail xref.
6862
6863 2006-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
6864
6865 * programs.texi (Comment Commands):
6866 * custom.texi (Specifying File Variables):
6867 Use ;; instead of ;;; to better follow coding conventions.
6868
6869 2006-06-07 Nick Roberts <nickrob@snap.net.nz>
6870
6871 * building.texi (Watch Expressions): Move node to end.
6872 (GDB Graphical Interface): Move description of clicks in fringe...
6873 (GDB commands in the Fringe): ...to here. New node.
6874
6875 2006-06-05 Romain Francoise <romain@orebokech.com>
6876
6877 * xresmini.texi (GTK resources): Fix various typos.
6878
6879 2006-06-05 Nick Roberts <nickrob@snap.net.nz>
6880
6881 * building.texi (GDB Graphical Interface): Update bindings.
6882 (Commands of GUD): Add gud-print. Remove gud-run.
6883 Restate availability more generally.
6884
6885 2006-06-03 Teodor Zlatanov <tzz@lifelogs.com>
6886
6887 * mini.texi: Lots of cleanups.
6888
6889 2006-06-01 Luc Teirlinck <teirllm@auburn.edu>
6890
6891 * misc.texi (Shell History Copying): Update descriptions of `C-c RET'
6892 and Mouse-2.
6893
6894 2006-06-01 Jan Djärv <jan.h.d@swipnet.se>
6895
6896 * screen.texi (Menu Bar): Change menu-bar-start to menu-bar-open.
6897
6898 2006-05-31 Richard Stallman <rms@gnu.org>
6899
6900 * basic.texi (Moving Point): Fix previous change.
6901
6902 2006-05-29 Jan Djärv <jan.h.d@swipnet.se>
6903
6904 * screen.texi (Menu Bar): F10 for Gtk+/Lesstif/Lucid menus.
6905
6906 2006-05-28 Teodor Zlatanov <tzz@lifelogs.com>
6907
6908 * basic.texi: Many simplifications and improvements in wording.
6909
6910 2006-05-26 Nick Roberts <nickrob@snap.net.nz>
6911
6912 * anti.texi (Antinews): Create a node for gdb-ui.
6913
6914 2006-05-22 Reiner Steib <Reiner.Steib@gmx.de>
6915
6916 * frames.texi (Menu Bars, Tool Bars): Add index entries.
6917
6918 2006-05-20 Richard Stallman <rms@gnu.org>
6919
6920 * dired.texi (Dired Navigation): dired-goto-file is now j.
6921
6922 2006-05-20 Eli Zaretskii <eliz@gnu.org>
6923
6924 * mule.texi (Coding Systems): Mention the undecided-* coding systems
6925 and their aliases.
6926
6927 * msdog.texi (Windows Printing): Mention non-support of plain text
6928 printing with some el-cheapo printers, and suggest a workaround.
6929
6930 2006-05-20 Kevin Ryde <user42@zip.com.au>
6931
6932 * text.texi (TeX Print): tex-dvi-view-command has a default value,
6933 remove the bit saying you must set it.
6934
6935 2006-05-19 Luc Teirlinck <teirllm@auburn.edu>
6936
6937 * trouble.texi (Checklist):
6938 * text.texi (Text, Auto Fill, Text Mode):
6939 * search.texi (Nonincremental Search):
6940 * rmail.texi (Rmail Labels):
6941 * mule.texi (Input Methods, Multibyte Conversion):
6942 * misc.texi (Gnus, Where to Look, PostScript):
6943 * maintaining.texi (Create Tags Table):
6944 * indent.texi (Indentation Commands):
6945 * fixit.texi (Spelling):
6946 * emacs.texi (Copying):
6947 * custom.texi (Init File): ifinfo -> ifnottex.
6948
6949 2006-05-17 Richard Stallman <rms@gnu.org>
6950
6951 * files.texi (Diff Mode): Mention C-x `.
6952
6953 2006-05-08 Richard Stallman <rms@gnu.org>
6954
6955 * custom.texi (Disabling): Textual cleanups.
6956
6957 2006-05-12 Glenn Morris <rgm@gnu.org>
6958
6959 * calendar.texi (Displaying the Diary, Format of Diary File):
6960 Refer to diary-view-entries, diary-list-entries,
6961 diary-show-all-entries rather than obsolete aliases.
6962
6963 2006-05-12 Eli Zaretskii <eliz@gnu.org>
6964
6965 * calendar.texi (Calendar/Diary, Holidays, Displaying the Diary)
6966 (Displaying the Diary, Special Diary Entries, Importing Diary):
6967 * building.texi (Compilation Shell):
6968 * buffers.texi (Several Buffers) [iftex]: Replace @xref's to
6969 emacs-xtra with @inforef's.
6970
6971 * files.texi (Visiting): Fix wording.
6972
6973 * mule.texi (Coding Systems, Text Coding): More indexing.
6974 Mention that C-x RET f can set eol conversion.
6975
6976 2006-05-07 Jan Djärv <jan.h.d@swipnet.se>
6977
6978 * xresmini.texi (GTK resources): Insert GTK description.
6979
6980 * xresources.texi (GTK resources): metafont should be menufont.
6981
6982 2006-05-06 Michael Albinus <michael.albinus@gmx.de>
6983
6984 * mini.texi (Completion Options): Completion of remote files'
6985 method, user name and host name is active only in partial
6986 completion mode.
6987
6988 2006-05-06 Eli Zaretskii <eliz@gnu.org>
6989
6990 * makefile.w32-in (emacs.dvi):
6991 * Makefile.in (emacs.dvi): Add xresmini.texi.
6992
6993 * xresmini.texi (Table of Resources): Remove xref to non-existent
6994 node "LessTif Resources".
6995
6996 * msdog.texi (Microsoft Windows):
6997 * calendar.texi (Calendar/Diary, Displaying the Diary)
6998 (Special Diary Entries, Importing Diary, Holidays):
6999 * programs.texi (Program Modes):
7000 * text.texi (Text):
7001 * buffers.texi (Several Buffers):
7002 * files.texi (Comparing Files): Fix cross-references to emacs-xtra.
7003
7004 2006-05-06 Eli Zaretskii <eliz@gnu.org>
7005
7006 The following changes merge the emacs-xtra manual into the main
7007 manual, but only for on-line version of the manual.
7008
7009 * vc2-xtra.texi (Version Backups, Local Version Control)
7010 (Making Snapshots, Change Logs and VC, Version Headers)
7011 (Customizing VC, CVS Options) [ifnottex]: Conditional xref's for
7012 on-line manual.
7013
7014 * vc1-xtra.texi (VC Dired Mode) [ifnottex]: Conditional xref's
7015 for on-line manual.
7016
7017 * msdog-xtra.texi (MS-DOS, MS-DOS Keyboard, MS-DOS Mouse)
7018 (MS-DOS Display, MS-DOS File Names, MS-DOS Printing)
7019 (MS-DOS and MULE, MS-DOS Processes) [ifnottex]: Conditional xref's
7020 for on-line manual.
7021
7022 * fortran-xtra.texi (Fortran, Fortran Autofill)
7023 (Fortran Autofill, Fortran Abbrev) [ifnottex]: Conditional xref's
7024 for on-line manual.
7025
7026 * picture-xtra.texi (Basic Picture, Rectangles in Picture) [ifnottex]:
7027 Conditional xref's for on-line manual.
7028
7029 * emerge-xtra.texi (Emerge, Overview of Emerge)
7030 (Fine Points of Emerge) [ifnottex]: Conditional xref's for on-line
7031 manual.
7032
7033 * Makefile.in (INFO_TARGETS): Remove ../info/emacs-xtra.
7034 (EMACS_XTRA): New variable, lists the new *-xtra.texi files.
7035 (EMACSSOURCES): Use EMACS_XTRA.
7036 (../info/emacs-xtra): Remove.
7037 (emacs-xtra.dvi): Add EMACS_XTRA to prerequisites.
7038
7039 * makefile.w32-in (INFO_TARGETS): Remove $(infodir)/emacs-xtra.
7040 (EMACS_XTRA): New variable, lists the new *-xtra.texi files.
7041 (EMACSSOURCES): Use EMACS_XTRA.
7042 ($(infodir)/emacs-xtra): Remove.
7043 (emacs-xtra.dvi): Add EMACS_XTRA to prerequisites.
7044
7045 * trouble.texi (Quitting):
7046 * text.texi (Text):
7047 * programs.texi (Program Modes):
7048 * msdog.texi (Microsoft Windows):
7049 * frames.texi (Frames):
7050 * files.texi (Backup, Version Control, VC Concepts)
7051 (Types of Log File, Advanced C-x v v, Log Buffer, Old Versions)
7052 (Registering, VC Status, VC Undo, Multi-User Branching)
7053 (Comparing Files):
7054 * calendar.texi (Calendar/Diary, Holidays, Displaying the Diary)
7055 (Displaying the Diary, Special Diary Entries, Importing Diary):
7056 * buffers.texi (Several Buffers): Replace inforef to emacs-xtra by
7057 conditional xref's, depending on @iftex/@ifnottex.
7058
7059 * msdog.texi (Microsoft Windows) [ifnottex]: Add menu entry for
7060 "MS-DOS". @include msdog-xtra.texi.
7061
7062 * programs.texi (Programs) [ifnottex]: Add menu entry for "Fortran".
7063 <Top Level> [ifnottex]: @include fortran-xtra.texi.
7064
7065 * files.texi (Secondary VC Commands) [ifnottex]: Add menu entries
7066 for vc-xtra.texi subsections.
7067 (VC Undo) [ifnottex]: @include vc1-xtra.texi and @lowersections it.
7068 (Multi-User Branching) [ifnottex]: @include vc2-xtra.texi.
7069
7070 * sending.texi (Sending Mail): A @node line without explicit Prev,
7071 Next, and Up links.
7072
7073 * abbrevs.texi (Abbrevs): A @node line without explicit Prev,
7074 Next, and Up links.
7075
7076 * emacs.texi (Top) [ifnottex]: Add menu entries for "Picture Mode"
7077 and its sections. @include picture-xtra.texi.
7078
7079 * maintaining.texi (Maintaining) [ifnottex]: Add menu entry for
7080 "Emerge".
7081 (List Tags) [ifnottex]: @include emerge-xtra.texi.
7082
7083 * cal-xtra.texi (Daylight Savings): Remove this node: it is an
7084 exact duplicate of its name-sake in calendar.texi.
7085
7086 * calendar.texi (Calendar/Diary) [ifnottex]: Add menu item for
7087 "Advanced Calendar/Diary Usage".
7088 (Time Intervals) [ifnottex]: @include cal-xtra.texi.
7089
7090 * dired.texi (Subdirectories in Dired) [ifnottex]: @include
7091 dired-xtra.texi.
7092 (Dired) [ifnottex]: Add menu entry for "Subdir Switches".
7093
7094 * files.texi (Reverting) [ifnottex]: @include arevert-xtra.texi.
7095 (Files) [ifnottex]: Add menu entry for Autorevert.
7096
7097 * emacs-xtra.texi (Introduction): Reword to make consistent with
7098 printed version only.
7099 <Top level>: Remove the body of all chapters and move them to the
7100 new *-xtra.texi files. Use @raisesections and @lowersections to
7101 convert sections to chapters etc.
7102
7103 * msdog-xtra.texi:
7104 * fortran-xtra.texi:
7105 * vc-xtra.texi:
7106 * vc1-xtra.texi:
7107 * vc2-xtra.texi:
7108 * emerge-xtra.texi:
7109 * cal-xtra.texi:
7110 * dired-xtra.texi:
7111 * arevert-xtra.texi: New files, with text from respective chapters
7112 of emacs-xtra.texi. Convert each @chapter into @section, @section
7113 into @subsection, etc.
7114
7115 * emacs-xtra.texi (MS-DOS): Rename from "MS-DOG". All references
7116 updated.
7117
7118 * msdog.texi (Microsoft Windows): Rename from "Emacs and Microsoft
7119 Windows". All references updated.
7120
7121 2006-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7122
7123 * macos.texi (Mac Input): Mention input from Character Palette.
7124 (Mac Font Specs): Fix typo.
7125
7126 2006-05-05 Richard Stallman <rms@gnu.org>
7127
7128 * files.texi (Diff Mode): Minor cleanup.
7129
7130 2006-05-05 Karl Berry <karl@gnu.org>
7131
7132 * emacs.texi: Call @fonttextsize 10, inside @tex to avoid
7133 errors from the current release of makeinfo (4.8).
7134 * help.texi (Library Keywords): Change widest word in multitable
7135 template from `emulations' to `convenience'. (Not sure if this is
7136 related to the font change.)
7137
7138 2006-05-05 Eli Zaretskii <eliz@gnu.org>
7139
7140 * files.texi (File Names): Add a footnote about limited support of
7141 ~USER on MS-Windows.
7142
7143 * cmdargs.texi (Initial Options): Add a footnote about limited
7144 support of ~USER on MS-Windows.
7145
7146 2006-05-03 Richard Stallman <rms@gnu.org>
7147
7148 * files.texi (Diff Mode): Node moved here.
7149 (Comparing Files): Delete what duplicates new node.
7150 (Files): Put Diff Mode in menu.
7151
7152 * misc.texi (Diff Mode): Move to files.texi.
7153
7154 * emacs.texi (Top): Update menu for Diff Mode.
7155
7156 * trouble.texi (Emergency Escape): Simplify.
7157
7158 * emacs.texi (Top): Minor clarification.
7159
7160 2006-05-03 Teodor Zlatanov <tzz@lifelogs.com>
7161
7162 * commands.texi, entering.texi, screen.texi: Many simplifications.
7163
7164 2006-05-03 Richard Stallman <rms@gnu.org>
7165
7166 * commands.texi (Text Characters): Delete paragraph about unibyte
7167 non-ASCII printing chars.
7168
7169 * killing.texi (Killing): Say "graphical displays".
7170 * display.texi: Say "graphical displays".
7171
7172 * cmdargs.texi (Misc X): Say "graphical displays".
7173
7174 2006-05-01 Richard Stallman <rms@gnu.org>
7175
7176 * emacs.texi (Top): Add Diff Mode to menu.
7177
7178 2006-05-01 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
7179
7180 * misc.texi (Diff Mode): New node.
7181
7182 2006-05-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7183
7184 * macos.texi (Mac International): Now Carbon Emacs has ATSUI support.
7185 (Mac Environment Variables): Shorten example line.
7186 (Mac Font Specs): Shorten lisp lines. Add descriptions for ATSUI.
7187
7188 2006-05-01 Nick Roberts <nickrob@snap.net.nz>
7189
7190 * building.texi (GUD Customization): Describe cases %d and %c.
7191 Update description for %e.
7192
7193 2006-04-30 Glenn Morris <rgm@gnu.org>
7194
7195 * calendar.texi (LaTeX Calendar): Mention cal-tex-preamble-extra.
7196
7197 2006-04-29 Dan Nicolaescu <dann@ics.uci.edu>
7198
7199 * custom.texi (Examining): Update C-h v output example.
7200
7201 2006-04-29 Kim F. Storm <storm@cua.dk>
7202
7203 * building.texi (Grep Searching): Add lgrep and rgrep.
7204
7205 2006-04-23 Richard Stallman <rms@gnu.org>
7206
7207 * emacs.texi [TeX]: Use xresmini.texi instead of xresources.texi.
7208
7209 * xresmini.texi: New file.
7210
7211 * xresources.texi (Face Resources): Split table into font resources
7212 and the rest. Combine similar attributes for brevity.
7213
7214 2006-04-21 Eli Zaretskii <eliz@gnu.org>
7215
7216 * emacs-xtra.texi (MS-DOS File Names): Remove section about
7217 backslashes and case-insensitivity in file names (moved to the
7218 main manual).
7219 (MS-DOS Printing): Move most of the text to the main manual.
7220
7221 * msdog.texi (Windows Files, Windows HOME, MS-Windows Printing):
7222 New nodes.
7223 (Windows Processes, Windows System Menu): Add index entries and
7224 fix wording.
7225
7226 2006-04-18 J.D. Smith <jdsmith@as.arizona.edu>
7227
7228 * misc.texi (Shell Ring): Add notes on saved input when
7229 navigating off the end of the history list.
7230
7231 2006-04-18 Chong Yidong <cyd@mit.edu>
7232
7233 * misc.texi (Shell Options): Correct default value of
7234 comint-scroll-show-maximum-output.
7235
7236 2006-04-18 Nick Roberts <nickrob@snap.net.nz>
7237
7238 * building.texi (Watch Expressions): Update.
7239
7240 2006-04-12 Richard Stallman <rms@gnu.org>
7241
7242 * search.texi: Clean up previous change.
7243
7244 2006-04-12 Eli Zaretskii <eliz@gnu.org>
7245
7246 * search.texi (Regexp Backslash, Regexp Replace): Add index
7247 entries for ``back reference'' and mention the term itself in the
7248 text.
7249
7250 2006-04-11 Richard Stallman <rms@gnu.org>
7251
7252 * custom.texi (Safe File Variables):
7253 Document enable-local-variables = :safe.
7254
7255 2006-04-11 Karl Berry <karl@gnu.org>
7256
7257 * emacs-xtra.texi, emacs.texi (Dired under VC, VC Dired Commands)
7258 (Remote Repositories, Version Backups, Local Version Control)
7259 (Snapshots, Making and Using Snapshots, Snapshot Caveats)
7260 (Miscellaneous Commands and Features of VC, Change Logs and VC)
7261 (Renaming VC Work Files and Master Files)
7262 (Inserting Version Control Headers, Customizing VC, General Options)
7263 (Options for RCS and SCCS, Options specific for CVS): Move all
7264 these nodes to emacs-xtra.texi, for brevity.
7265 * cmdargs.texi, files.texi: Change cross-references.
7266
7267 2006-04-11 J.D. Smith <jdsmith@as.arizona.edu>
7268
7269 * files.texi (Old Versions): Update description of vc-annotate's
7270 use of color to indicate date ranges.
7271
7272 2006-04-09 Kevin Ryde <user42@zip.com.au>
7273
7274 * sending.texi (Mail Sending): In send-mail-function @pxref smtpmail,
7275 put info and printed manual names the right way around.
7276
7277 2006-04-09 Karl Berry <karl@gnu.org>
7278
7279 * msdog.texi, emacs-xtra.texi: Move all the MS-DOS material to
7280 emacs-xtra.texi, leaving only MS Windows information.
7281 * building.texi, emacs.texi, frames.texi, gnu.texi, macos.texi,
7282 * msdog.texi, mule.texi, trouble.texi: Change cross-references and
7283 node names.
7284
7285 * emacs.texi: Move @summarycontents and @contents to the beginning
7286 of the file.
7287
7288 2006-04-08 Kevin Ryde <user42@zip.com.au>
7289
7290 * text.texi (Fill Commands): fill-nobreak-predicate is now a hook.
7291
7292 2006-04-07 Richard Stallman <rms@gnu.org>
7293
7294 * programs.texi (Comments, Comment Commands, Options for Comments)
7295 (Multi-Line Comments): "Align", not "indent".
7296 (Basic Indent): C-j deletes trailing whitespace before the newline.
7297
7298 2006-04-06 Richard Stallman <rms@gnu.org>
7299
7300 * programs.texi (Basic Indent): Clarify relationship of C-j to TAB.
7301
7302 2006-04-06 Eli Zaretskii <eliz@gnu.org>
7303
7304 * killing.texi (Rectangles): Add index entry for marking a rectangle.
7305
7306 2006-04-05 Richard Stallman <rms@gnu.org>
7307
7308 * emacs.texi (Top): Update subnode menu.
7309
7310 * trouble.texi (Unasked-for Search): Node deleted.
7311 (Lossage): Delete from menu.
7312
7313 2006-04-04 Richard Stallman <rms@gnu.org>
7314
7315 * trouble.texi: Various cleanups.
7316 (Checklist): Don't bother saying how to snail a bug report.
7317 (Emergency Escape): Much rewriting.
7318 (After a Crash): Rename the core dump immediately.
7319 (Total Frustration): Call it a psychotherapist.
7320 (Bug Criteria): Avoid "illegal instruction".
7321 (Sending Patches): We always put the contributor's name in.
7322
7323 * misc.texi (Thumbnails): Minor correction.
7324
7325 2006-04-03 Richard Stallman <rms@gnu.org>
7326
7327 * misc.texi (Thumbnails): Minor cleanup.
7328
7329 2006-04-02 Karl Berry <karl@gnu.org>
7330
7331 * sending.texi (Mail Sending): pxref to Top needs five args.
7332
7333 2006-03-31 Richard Stallman <rms@gnu.org>
7334
7335 * emacs.texi (Top): Update subnode menu.
7336
7337 * help.texi (Help Mode): Cleanup.
7338
7339 * dired.texi: Many cleanups.
7340 (Dired Deletion): Describe dired-recursive-deletes.
7341 (Operating on Files): dired-create-directory moved.
7342 (Misc Dired Features): Move to here.
7343 (Tumme): Node moved to misc.texi.
7344
7345 * custom.texi: Many cleanups.
7346 (Minor Modes): Don't mention ISO Accents Mode.
7347 (Examining): Update C-h v output example.
7348 (Hooks): Add index and xref for add-hook.
7349 (Locals): Delete list of vars that are always per-buffer. Rearrange.
7350 (Local Keymaps): Don't mention lisp-mode-map, c-mode-map.
7351
7352 * misc.texi: Many cleanups.
7353 (beginning): Add to summary of topics.
7354 (Shell): Put eshell xref at the end. Remove eshell from table.
7355 (Thumbnails): New node.
7356
7357 2006-03-28 Eli Zaretskii <eliz@gnu.org>
7358
7359 * files.texi (File Name Cache): Make it clear that the cache is
7360 not persistent.
7361
7362 2006-03-25 Karl Berry <karl@gnu.org>
7363
7364 * emacs-xtra.texi, emacs.texi, gnu.texi:
7365 (1) use @copyright{} instead of (C) in typeset text;
7366 (2) do not indent copyright year list (or anything else).
7367
7368 2006-03-21 Juanma Barranquero <lekktu@gmail.com>
7369
7370 * files.texi (VC Dired Mode): Remove misplaced brackets.
7371
7372 2006-03-21 Andre Spiegel <spiegel@gnu.org>
7373
7374 * files.texi: Various updates and clarifications in the VC chapter.
7375
7376 2006-03-19 Luc Teirlinck <teirllm@auburn.edu>
7377
7378 * help.texi (Help Mode): Document "C-c C-c".
7379
7380 2006-03-16 Luc Teirlinck <teirllm@auburn.edu>
7381
7382 * emacs-xtra.texi (Top): Avoid ugly continuation line in
7383 menu in the standalone Info reader.
7384
7385 2006-03-15 Chong Yidong <cyd@stupidchicken.com>
7386
7387 * emacs-xtra.texi (Emerge, Picture Mode, Fortran): New chapters,
7388 moved here from Emacs manual.
7389
7390 * programs.texi (Fortran): Section moved to emacs-xtra.
7391 (Program Modes): Xref to Fortran in emacs-xtra.
7392
7393 * maintaining.texi (Emerge): Move to emacs-xtra.
7394 * files.texi (Comparing Files): Xref to Emerge in emacs-xtra.
7395
7396 * picture.texi: File deleted.
7397 * Makefile.in:
7398 * makefile.w32-in: Remove picture.texi.
7399
7400 * text.texi (Text): Xref to Picture Mode in emacs-xtra.
7401 * abbrevs.texi (Abbrevs):
7402 * sending.texi (Sending Mail): Picture node removed.
7403
7404 * emacs.texi (Top): Update node listings.
7405
7406 2006-03-12 Richard Stallman <rms@gnu.org>
7407
7408 * calendar.texi: Various cleanups.
7409
7410 2006-03-11 Luc Teirlinck <teirllm@auburn.edu>
7411
7412 * search.texi (Regexps): Use @samp for regexp that is not in Lisp
7413 syntax.
7414
7415 2006-03-08 Luc Teirlinck <teirllm@auburn.edu>
7416
7417 * search.texi (Regexps): More accurately describe which characters
7418 are special in which situations. Recommend _not_ to quote `]' or
7419 `-' when they are not special.
7420
7421 2006-02-28 Andre Spiegel <spiegel@gnu.org>
7422
7423 * files.texi (Old Versions): Clarify operation of C-x v =.
7424
7425 2006-02-21 Nick Roberts <nickrob@snap.net.nz>
7426
7427 * building.texi (Watch Expressions): Update and describe
7428 gdb-speedbar-auto-raise.
7429
7430 2006-02-19 Richard M. Stallman <rms@gnu.org>
7431
7432 * emacs.texi: Use @smallbook.
7433 (Top): Update ref to Emacs paper, delete ref to Cookbook.
7434 Update subnode menu.
7435
7436 * building.texi (Lisp Interaction): Minor addition.
7437
7438 2006-02-18 Nick Roberts <nickrob@snap.net.nz>
7439
7440 * building.texi (Watch Expressions): Update and be more precise.
7441
7442 2006-02-15 Francesco Potortì <pot@gnu.org>
7443
7444 * maintaining.texi (Create Tags Table): Explain why the
7445 exception when etags writes to files under the /dev tree.
7446
7447 2006-02-14 Richard M. Stallman <rms@gnu.org>
7448
7449 * custom.texi (Safe File Variables): Lots of clarification.
7450 Renamed from Unsafe File Variables.
7451
7452 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
7453
7454 * custom.texi (Unsafe File Variables): File variable confirmation
7455 assumed denied in batch mode.
7456
7457 2006-02-14 Richard M. Stallman <rms@gnu.org>
7458
7459 * building.texi (GDB User Interface Layout): Don't say `inferior'
7460 for program being debugged.
7461
7462 2006-02-15 Nick Roberts <nickrob@snap.net.nz>
7463
7464 * building.texi (GDB Graphical Interface):
7465 Replace gdb-use-inferior-io-buffer with gdb-use-separate-io-buffer.
7466
7467 2006-02-13 Chong Yidong <cyd@stupidchicken.com>
7468
7469 * custom.texi (Specifying File Variables, Unsafe File Variables):
7470 New nodes, split from File Variables. Document new file local
7471 variable behavior.
7472
7473 2006-02-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7474
7475 * display.texi (Standard Faces):
7476 * files.texi (Visiting):
7477 * frames.texi (Clipboard):
7478 * glossary.texi (Glossary) <Clipboard>:
7479 * xresources.texi (X Resources): Mention Mac OS port.
7480
7481 2006-02-12 Richard M. Stallman <rms@gnu.org>
7482
7483 * building.texi (Building): Clarify topic in intro.
7484
7485 * maintaining.texi (Maintaining): Change title; clarify topic.
7486 Delete duplicate index entries.
7487
7488 * building.texi (Other GDB User Interface Buffers): Clarifications.
7489
7490 * text.texi (Cell Commands): Clarifications.
7491
7492 * programs.texi (Defuns): Delete duplicate explanation of
7493 left-margin paren convention.
7494 (Hungry Delete): Minor cleanup.
7495
7496 2006-02-11 Mathias Dahl <mathias.dahl@gmail.com>
7497
7498 * dired.texi (Tumme): More tumme documentation.
7499
7500 2006-02-11 Alan Mackenzie <acm@muc.de>
7501
7502 * programs.texi ("Hungry Delete"): Correct the appellation of the
7503 backspace and delete keys to @kbd{DEL} and @kbd{DELETE}.
7504
7505 2006-02-11 Mathias Dahl <mathias.dahl@gmail.com>
7506
7507 * dired.texi (Tumme): Fix small bug.
7508
7509 2006-02-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7510
7511 * macos.texi (Mac International): Rename "fontset-mac" to
7512 "fontset-standard".
7513
7514 2006-02-09 Mathias Dahl <mathias.dah@gmail.com>
7515
7516 * dired.texi (Tumme): Basic documentation for Tumme added.
7517
7518 2006-02-07 Luc Teirlinck <teirllm@auburn.edu>
7519
7520 * mule.texi (International):
7521 * programs.texi (Basic Indent): Fix typos.
7522
7523 * custom.texi (Minor Modes):
7524 * display.texi (Text Display):
7525 * commands.texi (Text Characters): Update xrefs.
7526
7527 2006-02-07 Richard M. Stallman <rms@gnu.org>
7528
7529 * emacs.texi (Top): Update subnode menu.
7530 Update info on old Emacs papers.
7531 (Intro): "Graphical display", not window system.
7532
7533 * xresources.texi (GTK styles): Minor clarifications.
7534
7535 * trouble.texi: "Graphical display", not window system.
7536 (Stuck Recursive): Minor clarification.
7537
7538 * text.texi: Minor clarifications.
7539 (Sentences): Explain why two-space convention is better.
7540 Explain sentence-end-without-period here.
7541 (Fill Commands): Not here.
7542 (Refill): Node moved down.
7543 (Filling): Update menu.
7544 (Table Creation, Cell Justification, Column Commands): Clarify.
7545
7546 * sending.texi: Minor clarifications.
7547
7548 * search.texi (Regexp Backslash): Clarification.
7549
7550 * rmail.texi: Minor cleanups.
7551 (Rmail): Delete digression about `rmail-mode'.
7552 (Rmail Inbox): Delete false advice wrt rmail-primary-inbox-list.
7553 (Rmail Files): Mention C-u M-x rmail.
7554 (Rmail Reply): Mention References.
7555 (Rmail Display): Mention rmail-nonignored-headers.
7556
7557 * programs.texi: Minor cleanups.
7558 (Comment Commands): Mention momentary Transient Mark mode.
7559 (Matching): Be more specific about customizing show-paren-mode.
7560 (Info Lookup): Don't list the modes that support C-h S.
7561 Just say what it does in an unsupported mode.
7562 (Man Page): Delete excessive info on customizing woman.
7563 (Motion in C): Don't mention c-for/backward-into-nomenclature.
7564
7565 * abbrevs.texi: Minor clarifications.
7566 (Dabbrev Customization): Talk about "dynamic abbrev expansion",
7567 not "dynamic abbrevs" as if they were a kind of abbrev.
7568
7569 * picture.texi (Picture): Minor cleanup.
7570
7571 * mule.texi (Communication Coding): Say "other applications".
7572 (Fontsets): Not specific to X. Add xref to X Resources.
7573 (Unibyte Mode): Rename from Single-Byte Character Support.
7574 "Graphical display", not window system.
7575 (International): Update menu.
7576
7577 * maintaining.texi (Format of ChangeLog):
7578 New node, split out from ChangeLog.
7579 (ChangeLog): Clarifications in the remaining text.
7580 (Create Tags Table, Etags Regexps, Select Tags Table): Cleanups.
7581 (Find Tag): Add @w.
7582 (Tags Search): Explain tag table order here. Simplify grep ref.
7583 (List Tags): tags-tag-face is a variable, not a face.
7584 (Emerge): Cleanups.
7585
7586 * kmacro.texi (Keyboard Macro Counter): Rewrite for clarity.
7587 (Keyboard Macros): Avoid "the user".
7588
7589 * killing.texi: "Graphical display", not window system.
7590
7591 * help.texi (Help Echo): "Graphical display", not window system.
7592
7593 * glossary.texi: Say "you", not "the user". Say "graphical display".
7594
7595 * frames.texi: Minor cleanups. "Graphical display", not window system.
7596
7597 * files.texi (Visiting): Make drag-and-drop not X-specific.
7598
7599 * custom.texi: Minor cleanups. "Graphical display", not window system.
7600
7601 * cmdargs.texi: Minor cleanups.
7602
7603 * building.texi (Compilation): Move and split kill-compilation para.
7604 Add para about multiple compilers.
7605 (Compilation Mode): Commands also available in grep mode and others.
7606 Mention C-u C-x ` more tutorially. Clarify C-x `.
7607 (Compilation Shell): Clarify. Put Bash example first.
7608 (Grep Searching): Minor cleanups; add @w.
7609 (Debuggers): Minor cleanups.
7610 (Starting GUD): Make GDB xgraphical mode issue clearer.
7611 (Debugger Operation): Lots of clarifications including
7612 GDB tooltip side-effect issue.
7613 (Commands of GUD): Clarify.
7614 (GUD Customization): Add bashdb-mode-hook.
7615 (GDB Graphical Interface): Rewrite for clarity.
7616 (GDB User Interface Layout): Rewrite for clarity.
7617 (Stack Buffer, Watch Expressions): Likewise.
7618 (Other GDB User Interface Buffers): Cleanups.
7619 (Lisp Libraries, External Lisp): Cleanup.
7620
7621 * basic.texi (Position Info): "Graphical displays", rather than
7622 window systems.
7623
7624 * anti.texi: Minor cleanup.
7625
7626 2006-02-03 Eli Zaretskii <eliz@gnu.org>
7627
7628 * custom.texi (Init File, Find Init): Add cross-references to
7629 where $HOME is described.
7630
7631 2006-02-01 Luc Teirlinck <teirllm@auburn.edu>
7632
7633 * frames.texi (Frame Parameters): Remove @item for S-Mouse-1; it
7634 is not inside the @table.
7635
7636 * emacs.texi (Top): Correct node name.
7637
7638 * files.texi (File Names): Fix @xref.
7639 (Reverting): Fix typo.
7640
7641 * mule.texi (International): Correct node name.
7642
7643 * kmacro.texi (Save Keyboard Macro): Add missing @kbd to @table.
7644
7645 2006-02-01 Richard M. Stallman <rms@gnu.org>
7646
7647 * emacs.texi (Top): Update subnode menu.
7648
7649 * mule.texi: Minor clarifications.
7650 Reduce the specific references to X Windows.
7651 Refer to "graphical" terminals, rather than window systems.
7652 (Text Coding): Rename from Specify Coding.
7653 (Communication Coding, File Name Coding, Terminal Coding):
7654 New nodes split out from Text Coding.
7655
7656 * kmacro.texi: Minor clarifications.
7657 (Keyboard Macro Ring): Comment out some excessive commands.
7658 (Basic Keyboard Macro): Split up the table, putting part in each node.
7659
7660 * major.texi: Minor clarifications.
7661
7662 * misc.texi (Single Shell, Interactive Shell): Fix xrefs.
7663
7664 * windows.texi: Minor clarifications.
7665 (Change Window): Don't describe mode-line mouse cmds here.
7666 Add xref to Mode Line Mouse.
7667
7668 * msdog.texi (Text and Binary, MS-DOS and MULE): Fix xrefs.
7669
7670 * macos.texi (Mac International): Fix xref.
7671
7672 * indent.texi: Minor clarifications.
7673
7674 * frames.texi: Minor clarifications.
7675 Reduce the specific references to X Windows.
7676 Refer to "graphical" terminals, rather than window systems.
7677 (Frame Parameters): Don't mention commands like
7678 set-foreground-color. Just say to customize a face.
7679 (Drag and Drop): Lisp-level stuff moved to Emacs Lisp manual.
7680
7681 * files.texi: Minor clarifications.
7682 (Numbered Backups): New node, split out from Backup Names.
7683
7684 * display.texi (Font Lock): C mode no longer depends on (-in-col-0.
7685
7686 * cmdargs.texi (General Variables): Fix xref.
7687
7688 * buffers.texi: Minor clarifications.
7689
7690 2006-01-31 Richard M. Stallman <rms@gnu.org>
7691
7692 * display.texi (Scrolling, Horizontal Scrolling, Follow Mode):
7693 Nodes moved to top.
7694
7695 * display.texi: Minor clarifications.
7696 (Display): Rearrange menu.
7697 (Standard Faces): Mention query-replace face.
7698 (Faces): Simplify.
7699 (Font Lock): Simplify face customization info.
7700 (Highlight Changes): Node merged into Highlight Interactively.
7701 (Highlight Interactively): Much rewriting and cleanup.
7702 (Optional Mode Line): Narrowed line number not good for goto-line.
7703 Simplify face customization advice.
7704 (Text Display): Mention use of escape-glyph face.
7705 Move ctl-arrow and tab-width here.
7706 (Display Custom): Move no-redraw-on-reenter to end of node.
7707
7708 * search.texi: Minor clarifications.
7709 (Isearch Scroll): Simplify.
7710 (Other Repeating Search): Document multi-occur-in-matching-buffers.
7711
7712 * regs.texi (Registers): Mention bookmarks here.
7713
7714 * mark.texi: Minor clarifications.
7715 (Selective Undo): Node deleted.
7716
7717 * m-x.texi: Minor clarifications.
7718
7719 * killing.texi: Minor clarifications.
7720 Refer to "graphical" terminals, rather than window systems.
7721
7722 * help.texi: Clarifications.
7723 (Help): Don't describe C-h F and C-h K here.
7724 (Key Help): Describe C-h K here.
7725 (Name Help): Mention Emacs Lisp Intro.
7726 Describe C-h F here.
7727 (Misc Help): Mention C-h F and C-h K only briefly.
7728
7729 * fixit.texi (Undo): New node, mostly copied from basic.texi.
7730 Selective undo text merged in.
7731 (Spelling): Mention Aspell along with Ispell.
7732
7733 * emacs.texi (Top): Update subnode menus.
7734
7735 * basic.texi (Basic Undo): Rename from Undo. Most of text
7736 moved to new Undo node.
7737
7738 2006-01-29 Chong Yidong <cyd@stupidchicken.com>
7739
7740 * basic.texi (Continuation Lines, Inserting Text):
7741 Mention longlines mode.
7742
7743 2006-01-29 Richard M. Stallman <rms@gnu.org>
7744
7745 * screen.texi: Minor cleanups.
7746 (Screen): Clean up the intro paragraphs.
7747 (Mode Line): Lots of rewriting. Handle frame-name better.
7748 eol-mnemonic-... vars moved out.
7749
7750 * emacs.texi (Top): Change menu item for MS-DOS node.
7751 Update subnode menu.
7752
7753 * msdog.texi (MS-DOS): Rewrite intro to explain how this
7754 chapter relates to Windows. Title changed.
7755
7756 * mini.texi: Minor cleanups.
7757
7758 * mark.texi (Selective Undo): New node, text moved from basic.texi.
7759 (Mark): Put it in the menu.
7760
7761 * entering.texi: Minor cleanups.
7762
7763 * emacs.texi (Top): Add xref to Mac chapter; explain Windows better.
7764 (Intro): Refer to "graphical" terminals, rather than X.
7765
7766 * display.texi (Display Custom): Add xref to Variables.
7767 (Optional Mode Line): eol-mnemonic-... vars moved here.
7768
7769 * commands.texi: Minor cleanups. Refer to "graphical" terminals,
7770 rather than X.
7771
7772 * basic.texi: Minor cleanups.
7773 (Undo): selective-undo moved.
7774
7775 2006-01-25 Luc Teirlinck <teirllm@auburn.edu>
7776
7777 * anti.texi (Antinews): Various corrections and additions.
7778
7779 2006-01-23 Juri Linkov <juri@jurta.org>
7780
7781 * custom.texi (Easy Customization, Customization Groups)
7782 (Browsing Custom): Mention links along with buttons.
7783
7784 2006-01-21 Eli Zaretskii <eliz@gnu.org>
7785
7786 * text.texi (TeX Print): Use @key for TAB.
7787
7788 * kmacro.texi (Keyboard Macro Step-Edit): Use @key for TAB.
7789
7790 2006-01-15 Sven Joachim <svenjoac@gmx.de> (tiny change)
7791
7792 * files.texi (File Aliases): Don't claim that usually separate
7793 buffers are created for two file names that name the same data.
7794 Mention additional situations where different names mean the same
7795 file on disk.
7796
7797 2006-01-19 Richard M. Stallman <rms@gnu.org>
7798
7799 * killing.texi (Deletion): Upcase @key argument.
7800
7801 * custom.texi (Custom Themes): Minor cleanup.
7802
7803 * programs.texi (Hungry Delete): Upcase @key argument.
7804
7805 2006-01-16 Juri Linkov <juri@jurta.org>
7806
7807 * display.texi (Standard Faces): Add `mode-line-buffer-id'.
7808 Move `mode-line-highlight' before `mode-line-buffer-id'.
7809
7810 2006-01-14 Richard M. Stallman <rms@gnu.org>
7811
7812 * basic.texi (Inserting Text): Minor cleanup.
7813
7814 2006-01-11 Luc Teirlinck <teirllm@auburn.edu>
7815
7816 * custom.texi (Changing a Variable, Face Customization):
7817 Update for changes in Custom menus.
7818
7819 2006-01-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7820
7821 * macos.texi (Mac International): Undo last change.
7822
7823 2006-01-02 Chong Yidong <cyd@stupidchicken.com>
7824
7825 * custom.texi (Custom Themes): Describe the new
7826 customize-create-theme interface.
7827
7828 2005-12-30 Juri Linkov <juri@jurta.org>
7829
7830 * basic.texi (Position Info): Update example.
7831
7832 2005-12-27 Jan Djärv <jan.h.d@swipnet.se>
7833
7834 * frames.texi (Dialog Boxes): Add x-gtk-show-hidden-files.
7835
7836 2005-12-24 Chong Yidong <cyd@stupidchicken.com>
7837
7838 * custom.texi (Custom Themes): `load-theme' always loads.
7839
7840 2005-12-23 Juri Linkov <juri@jurta.org>
7841
7842 * display.texi (Highlight Interactively): Use double space to
7843 separate sentences. Replace C-p with M-p, and C-n with M-n.
7844
7845 2005-12-22 Richard M. Stallman <rms@gnu.org>
7846
7847 * custom.texi (Easy Customization and subnodes):
7848 Replace "active field" with "button".
7849 Use "user option" only for variables.
7850 Use "setting" for variable-or-face.
7851
7852 2005-12-22 Luc Teirlinck <teirllm@auburn.edu>
7853
7854 * buffers.texi (Select Buffer): Change order in table to make
7855 "Similar" refer to the correct item.
7856 (Indirect Buffers): Minor rewording.
7857
7858 2005-12-20 Juri Linkov <juri@jurta.org>
7859
7860 * files.texi (VC Status): Put P and N near p and n.
7861
7862 2005-12-19 Richard M. Stallman <rms@gnu.org>
7863
7864 * programs.texi (Electric C): Delete the info about newline control.
7865 (Other C Commands): Minor cleanup.
7866 (Left Margin Paren): Minor cleanup.
7867
7868 2005-12-19 Luc Teirlinck <teirllm@auburn.edu>
7869
7870 * custom.texi (Easy Customization): Add "Browsing Custom" to menu.
7871 (Customization Groups): Delete text moved to "Browsing Custom".
7872 (Browsing Custom): New node.
7873 (Specific Customization): Clarify which commands only work for
7874 loaded options.
7875
7876 2005-12-18 Bill Wohler <wohler@newt.com>
7877
7878 * frames.texi (Tool Bars): Shorten text of previous change.
7879
7880 2005-12-18 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
7881
7882 * files.texi (VC Status): Document log-view mode.
7883
7884 2005-12-18 Bill Wohler <wohler@newt.com>
7885
7886 * frames.texi (Tool Bars): Mention that you can turn off tool bars
7887 permanently via the customize interface.
7888
7889 2005-12-16 Ralf Angeli <angeli@iwi.uni-sb.de>
7890
7891 * killing.texi (Killing by Lines): Document `kill-whole-line'
7892 function.
7893
7894 2005-12-16 Lőrentey Károly <lorentey@elte.hu>
7895
7896 * buffers.texi (Select Buffer): Change `prev-buffer' to
7897 `previous-buffer'. Indicate that these functions use a frame
7898 local buffer list.
7899
7900 2005-12-12 Richard M. Stallman <rms@gnu.org>
7901
7902 * custom.texi (Easy Customization): Change menu comment.
7903 (Prefix Keymaps): Fix spelling of Control-X-prefix.
7904
7905 * help.texi (Apropos): Rewrite. Talk about "apropos patterns".
7906 (Help): Among the Apropos commands, describe only C-h a here.
7907
7908 2005-12-11 Richard M. Stallman <rms@gnu.org>
7909
7910 * programs.texi (Options for Comments): Comment-end starts with space.
7911
7912 * glossary.texi (Glossary): Minor cleanup.
7913
7914 * files.texi (Old Versions): Use @table.
7915
7916 2005-12-10 David Koppelman <koppel@ece.lsu.edu>
7917
7918 * display.texi (Highlight Interactively): Include
7919 global-hi-lock-mode. Add miscellaneous details and elaborations.
7920
7921 2005-12-09 Richard M. Stallman <rms@gnu.org>
7922
7923 * display.texi (Font Lock): Delete the Global FL menu item.
7924
7925 2005-12-09 Luc Teirlinck <teirllm@auburn.edu>
7926
7927 * custom.texi (Minibuffer Maps): Mention the maps for file name
7928 completion.
7929
7930 2005-12-09 Kim F. Storm <storm@cua.dk>
7931
7932 * killing.texi (CUA Bindings): Describe how to use C-x and C-c as
7933 prefix keys even when mark is active. Describe that RET moves
7934 cursor to next corner in rectangle; clarify insert around rectangle.
7935
7936 2005-12-08 Luc Teirlinck <teirllm@auburn.edu>
7937
7938 * custom.texi (Customization): Use xref to elisp manual for
7939 non-TeX output.
7940 (Minor Modes): Update.
7941 (Customization Groups, Changing a Variable, Face Customization):
7942 Update for new appearance of Custom buffers.
7943 (Changing a Variable): `custom-buffer-done-function' has been
7944 replaced by `custom-buffer-done-kill'.
7945 (Specific Customization): In the `customize-group' buffer, a
7946 subgroup's contents are not "hidden". They are not included at
7947 all. They have no [Show] button.
7948 (Mouse Buttons): Add pxref to description of mouse event lists in
7949 Elisp manual. Add `menu-bar' and `header-line' dummy prefix keys.
7950 (Find Init): Emacs now looks for ~/.emacs.d/init.el instead of
7951 ~/.emacs.d/.emacs, if it can not find ~/.emacs(.el).
7952
7953 2005-12-08 Richard M. Stallman <rms@gnu.org>
7954
7955 * mini.texi (Completion Commands, Completion):
7956 In file name input, SPC does not do completion.
7957
7958 2005-12-08 Nick Roberts <nickrob@snap.net.nz>
7959
7960 * building.texi (GDB Graphical Interface): Explain screen size
7961 setting.
7962 (Other GDB User Interface Buffers): Describe features specific to
7963 GDB 6.4.
7964
7965 2005-12-01 Nick Roberts <nickrob@snap.net.nz>
7966
7967 * building.texi (GDB User Interface Layout): Describe how to
7968 kill associated buffers.
7969 (Breakpoints Buffer): Use D instead of d for gdb-delete-breakpoint.
7970 (Watch Expressions): Be more precise.
7971 (Other GDB User Interface Buffers): Describe how to change a
7972 register value.
7973
7974 2005-11-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7975
7976 * macos.texi (Mac Input): Remove description of
7977 mac-command-key-is-meta. Add descriptions of
7978 mac-control-modifier, mac-command-modifier, and
7979 mac-option-modifier.
7980 (Mac International): Fix description of conversion of clipboard data.
7981 (Mac Font Specs): Add example of font customization by face attributes.
7982
7983 2005-11-22 Nick Roberts <nickrob@snap.net.nz>
7984
7985 * building.texi (Watch Expressions): Expand description.
7986 (Other GDB User Interface Buffers): Describe local map for
7987 gud-watch.
7988
7989 2005-11-21 Chong Yidong <cyd@stupidchicken.com>
7990
7991 * display.texi (Font Lock): Font lock is enabled by default now.
7992
7993 2005-11-20 Juri Linkov <juri@jurta.org>
7994
7995 * basic.texi (Position Info): Update examples of the output.
7996 Remove the fact that examples are produced in the TeXinfo buffer,
7997 because in the Info reader users will get a different output from
7998 `C-x ='.
7999
8000 * building.texi (Compilation Mode): Remove paragraph duplicated
8001 from the node `Compilation'. Add `compilation-skip-threshold'.
8002
8003 * display.texi (Font Lock): Suggest more user-friendly method of
8004 finding all Font Lock faces (M-x customize-group RET font-lock-faces).
8005
8006 2005-11-18 Richard M. Stallman <rms@gnu.org>
8007
8008 * files.texi (Registering): Mention @@ in mode line.
8009
8010 * mini.texi (Minibuffer File): Clarify previous change. Add @findex.
8011
8012 2005-11-08 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
8013
8014 * files.texi (Renaming and VC): Some back-ends don't
8015 handle renaming.
8016
8017 2005-11-17 Juri Linkov <juri@jurta.org>
8018
8019 * emacs.texi (Top):
8020 * display.texi (Highlight Interactively): Put this font-lock based
8021 mode near Font Lock node.
8022
8023 2005-11-16 Chong Yidong <cyd@stupidchicken.com>
8024
8025 * ack.texi (Acknowledgments): Acknowledge Andrew Zhilin for Emacs
8026 icons.
8027
8028 2005-11-12 Kim F. Storm <storm@cua.dk>
8029
8030 * help.texi (Help): Fix C-h a entry. Add C-h d entry.
8031 (Help Summary): Add C-h d and C-h e.
8032 (Apropos): Clarify that all apropos commands may search for either
8033 list of words or a regexp. Add C-h d for apropos-documentation.
8034 Describe apropos-documentation-sort-by-scores user option.
8035
8036 2005-11-09 Luc Teirlinck <teirllm@auburn.edu>
8037
8038 * killing.texi (CUA Bindings): Add @section.
8039
8040 2005-11-10 Kim F. Storm <storm@cua.dk>
8041
8042 * emacs.texi (Top): Add CUA Bindings entry to menu.
8043
8044 * killing.texi (CUA Bindings): New node. Moved here from
8045 misc.texi and extended with info on rectangle commands and
8046 rectangle highlighting, interface to registers, and the global
8047 mark feature.
8048
8049 * misc.texi (Emulation): Move CUA bindings item to killing.texi.
8050
8051 * regs.texi: Prev link points to CUA Bindings node.
8052
8053 2005-11-07 Luc Teirlinck <teirllm@auburn.edu>
8054
8055 * help.texi (Help Echo): By default, help echos are only shown on
8056 mouse-over, not on point-over.
8057
8058 2005-11-04 Jérôme Marant <jerome@marant.org>
8059
8060 * misc.texi (Shell Mode): Describe how to activate password echoing.
8061
8062 2005-11-04 Romain Francoise <romain@orebokech.com>
8063
8064 * mark.texi (Mark Ring): Fix typo.
8065
8066 2005-11-03 Richard M. Stallman <rms@gnu.org>
8067
8068 * mark.texi (Mark Ring): Mention set-mark-command-repeat-pop.
8069
8070 2005-11-01 Bill Wohler <wohler@newt.com>
8071
8072 * help.texi (Help Mode): Fix typo.
8073
8074 2005-11-01 Nick Roberts <nickrob@snap.net.nz>
8075
8076 * building.texi (Other GDB User Interface Buffers):
8077 Describe the command gdb-use-inferior-io-buffer.
8078
8079 2005-10-31 Romain Francoise <romain@orebokech.com>
8080
8081 * files.texi (Compressed Files): Fix typo.
8082
8083 * buffers.texi (Misc Buffer): Downcase `*shell*'.
8084
8085 * windows.texi (Force Same Window): Likewise.
8086
8087 2005-10-30 Bill Wohler <wohler@newt.com>
8088
8089 * help.texi (Help Mode): URLs viewed with browse-url.
8090
8091 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
8092
8093 * building.texi (GDB Graphical Interface): Don't reference
8094 gdb-mouse-set-clear-breakpoint. Explain gdb-mouse-until
8095 must stay in same frame.
8096
8097 2005-10-29 Chong Yidong <cyd@stupidchicken.com>
8098
8099 * custom.texi (Init File): Document ~/.emacs.d/init.el.
8100
8101 * anti.texi (Antinews): Likewise.
8102
8103 2005-10-28 Bill Wohler <wohler@newt.com>
8104
8105 * help.texi (Help): Help mode now creates hyperlinks for URLs.
8106
8107 2005-10-28 Richard M. Stallman <rms@gnu.org>
8108
8109 * files.texi (Visiting): Explain how to enter ? in a file name.
8110
8111 * trouble.texi (Memory Full): Mention !MEM FULL! in mode line.
8112
8113 2005-10-25 Nick Roberts <nickrob@snap.net.nz>
8114
8115 * building.texi (GDB Graphical Interface):
8116 Describe gdb-mouse-until.
8117
8118 2005-10-23 Richard M. Stallman <rms@gnu.org>
8119
8120 * custom.texi (Init File): Recommend when to use site-start.el.
8121
8122 2005-10-21 Juri Linkov <juri@jurta.org>
8123
8124 * custom.texi (Examining): Mention accessing the old variable
8125 value via M-n in set-variable.
8126
8127 2005-10-18 Romain Francoise <romain@orebokech.com>
8128
8129 * files.texi (Version Systems): Capitalize GNU.
8130
8131 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
8132
8133 * building.texi (Compilation Mode): Remove redundant paragraph.
8134 (Watch Expressions): Remove paragraph to reflect code change.
8135
8136 2005-10-16 Richard M. Stallman <rms@gnu.org>
8137
8138 * building.texi (Compilation Mode, Compilation): Clarified.
8139
8140 2005-10-15 Richard M. Stallman <rms@gnu.org>
8141
8142 * misc.texi (Saving Emacs Sessions): Mention savehist library.
8143
8144 2005-10-13 Kenichi Handa <handa@m17n.org>
8145
8146 * basic.texi (Position Info): Fix previous change.
8147
8148 2005-10-12 Jan Djärv <jan.h.d@swipnet.se>
8149
8150 * cmdargs.texi (Icons X): Fix typo.
8151
8152 2005-10-12 Kenichi Handa <handa@m17n.org>
8153
8154 * basic.texi (Position Info): Describe the case that Emacs shows
8155 "part of display ...".
8156
8157 2005-10-10 Jan Djärv <jan.h.d@swipnet.se>
8158
8159 * cmdargs.texi (Icons X): -nb => -nbi.
8160
8161 2005-10-10 Chong Yidong <cyd@stupidchicken.com>
8162
8163 * frames.texi (Speedbar): A couple more clarifications.
8164
8165 2005-10-11 Nick Roberts <nickrob@snap.net.nz>
8166
8167 * building.texi (GDB User Interface Layout): Improve diagram.
8168 (Watch Expressions): Explain how to make speedbar global.
8169 (Other GDB User Interface Buffers): Make references more precise.
8170
8171 2005-10-09 Richard M. Stallman <rms@gnu.org>
8172
8173 * frames.texi (Speedbar): Clarify the text.
8174
8175 2005-10-09 Chong Yidong <cyd@stupidchicken.com>
8176
8177 * frames.texi (Speedbar): Add information on keybindings,
8178 dismissing the speedbar, and buffer display mode. Link to
8179 speedbar manual.
8180
8181 2005-10-09 Jan Djärv <jan.h.d@swipnet.se>
8182
8183 * cmdargs.texi (Icons X): Remove options -i, -itype, --icon-type,
8184 added -nb, --no-bitmap-icon.
8185
8186 2005-10-07 Nick Roberts <nickrob@snap.net.nz>
8187
8188 * building.texi (GDB Graphical Interface): Add variables and
8189 functions to indices. Be more precise.
8190
8191 2005-10-03 Jan Djärv <jan.h.d@swipnet.se>
8192
8193 * frames.texi (Drag and Drop): Remove the x- from
8194 x-dnd-open-file-other-window and xdnd-protocol-alist.
8195
8196 2005-09-30 Romain Francoise <romain@orebokech.com>
8197
8198 * mini.texi (Minibuffer): The default value now appears before the
8199 colon in minibuffer prompts.
8200
8201 2005-09-25 Richard M. Stallman <rms@gnu.org>
8202
8203 * search.texi (Regexp Search): Doc search-whitespace-regexp.
8204
8205 2005-09-20 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
8206
8207 * text.texi (Paragraphs): Correction about Paragraph-Indent Text mode.
8208
8209 2005-09-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8210
8211 * emacs.texi (Top): Update submenus from macos.texi.
8212
8213 * macos.texi: Change `Mac OS 8 or 9' to `Mac OS Classic'.
8214 (Mac OS): Update feature support status.
8215 (Mac Input): List supported input scripts. Remove description
8216 about `mac-keyboard-text-encoding'. Mention mouse button
8217 emulation and related variables.
8218 (Mac International): Mention Central European and Cyrillic
8219 support. Now `keyboard-coding-system' is dynamically changed.
8220 Add description about coding system for selection.
8221 Add description about language environment.
8222 (Mac Environment Variables):
8223 Mention `~/.MacOSX/environment.plist'. Give example of command line
8224 arguments. Add Preferences support.
8225 (Mac Directories): Explicitly state that this node is for Mac OS
8226 Classic only.
8227 (Mac Font Specs): Mention specification for scalable fonts.
8228 List supported charsets. Add preferred way of creating fontsets.
8229 Add description about `mac-allow-anti-aliasing'.
8230 (Mac Functions): Add descriptions about `mac-set-file-creator',
8231 `mac-get-file-creator', `mac-set-file-type', `mac-get-file-type',
8232 and `mac-get-preference'.
8233
8234 2005-09-16 Romain Francoise <romain@orebokech.com>
8235
8236 Update all files to specify GFDL version 1.2.
8237
8238 * doclicense.texi (GNU Free Documentation License): Update to
8239 version 1.2.
8240
8241 2005-09-15 Richard M. Stallman <rms@gnu.org>
8242
8243 * buffers.texi (List Buffers): Fix xref.
8244
8245 * rmail.texi (Rmail Basics): Fix xref.
8246
8247 * emacs.texi (Top): Update subnode menus.
8248
8249 * files.texi (Saving Commands): New node, broken out of Saving.
8250 (Customize Save): New node, broken out of Saving.
8251 Clarify effect of write-region-inhibit-fsync.
8252 (Misc File Ops): Say write-region-inhibit-fsync affects write-region.
8253
8254 2005-09-14 Romain Francoise <romain@orebokech.com>
8255
8256 * files.texi (Saving): Mention write-region-inhibit-fsync.
8257
8258 2005-09-05 Chong Yidong <cyd@stupidchicken.com>
8259
8260 * custom.texi (Custom Themes): New node.
8261
8262 2005-09-03 Richard M. Stallman <rms@gnu.org>
8263
8264 * search.texi (Search Case): Mention vars that control
8265 case-fold-search for various operations.
8266
8267 2005-08-22 Juri Linkov <juri@jurta.org>
8268
8269 * display.texi (Standard Faces): Merge the text from
8270 `(elisp)Standard Faces' into this node.
8271
8272 2005-08-18 Luc Teirlinck <teirllm@auburn.edu>
8273
8274 * emacs.texi (Top): Delete menu item for deleted node
8275 Keyboard Translations.
8276
8277 2005-08-18 Richard M. Stallman <rms@gnu.org>
8278
8279 * trouble.texi (Unasked-for Search):
8280 Delete xref to Keyboard Translations.
8281
8282 * glossary.texi (Glossary): Delete xref.
8283
8284 * custom.texi (Minor Modes): Say that the list here is not complete.
8285 (Keyboard Translations): Node deleted.
8286 (Disabling): Delete xref to it.
8287 (Customization Groups): Fix Custom buffer example.
8288 (Hooks): Mention remove-hooks.
8289
8290 2005-08-17 Luc Teirlinck <teirllm@auburn.edu>
8291
8292 * building.texi (GDB Graphical Interface): Improve filling of menu
8293 item.
8294
8295 2005-08-18 Nick Roberts <nickrob@snap.net.nz>
8296
8297 * building.texi (GDB Graphical Interface): Use better node names.
8298
8299 2005-08-14 Richard M. Stallman <rms@gnu.org>
8300
8301 * text.texi (Sentences): Fix xref.
8302
8303 2005-08-14 Juri Linkov <juri@jurta.org>
8304
8305 * building.texi (Compilation, Grep Searching): Move grep command
8306 headings from `Compilation' to `Grep Searching'.
8307
8308 * dired.texi (Dired and Find):
8309 * maintaining.texi (Tags Search): Replace grep xref to
8310 `Compilation' node with `Grep Searching'.
8311
8312 * files.texi (Comparing Files): Replace xref to `Compilation' with
8313 `Compilation Mode'.
8314
8315 2005-08-13 Alan Mackenzie <acm@muc.de>
8316
8317 * search.texi (Non-ASCII Isearch): Correct a typo.
8318 (Replacement Commands): Mention query-replace key binding.
8319
8320 2005-08-11 Richard M. Stallman <rms@gnu.org>
8321
8322 * programs.texi (Options for Comments): Fix xref.
8323
8324 * search.texi (Regexp Backslash, Regexp Example): New nodes split
8325 out of Regexps.
8326
8327 2005-08-09 Juri Linkov <juri@jurta.org>
8328
8329 * building.texi (Compilation): Use `itemx' instead of `item'.
8330 (Grep Searching): Simplify phrase.
8331
8332 * display.texi (Standard Faces): Describe vertical-border on
8333 window systems.
8334
8335 * windows.texi (Split Window): Simplify phrase and mention
8336 vertical-border face.
8337
8338 2005-08-09 Richard M. Stallman <rms@gnu.org>
8339
8340 * files.texi (Comparing Files): Clarify compare-windows.
8341
8342 * calendar.texi (Scroll Calendar): Document < and > in calendar.
8343
8344 2005-08-06 Eli Zaretskii <eliz@gnu.org>
8345
8346 * mule.texi (Coding Systems): Rephrase the paragraph about
8347 codepages: no need for "M-x codepage-setup" anymore, except on
8348 MS-DOS.
8349
8350 * msdog.texi (MS-DOS and MULE): Clarify that this section is for
8351 the MS-DOS port only.
8352
8353 2005-07-30 Eli Zaretskii <eliz@gnu.org>
8354
8355 * makefile.w32-in (info): Don't run multi-install-info.bat.
8356 ($(infodir)/dir): New target, produced by running
8357 multi-install-info.bat.
8358
8359 2005-07-22 Eli Zaretskii <eliz@gnu.org>
8360
8361 * files.texi (Quoted File Names): Add index entry.
8362
8363 2005-07-19 Juri Linkov <juri@jurta.org>
8364
8365 * files.texi (Comparing Files): Mention resync for `compare-windows'.
8366
8367 2005-07-18 Juri Linkov <juri@jurta.org>
8368
8369 * custom.texi (Easy Customization):
8370 * files.texi (Old Versions):
8371 * frames.texi (Wheeled Mice):
8372 * mule.texi (Specify Coding):
8373 * text.texi (Cell Justification):
8374 * trouble.texi (After a Crash):
8375 * xresources.texi (GTK styles):
8376 Delete duplicate duplicate words.
8377
8378 2005-07-17 Richard M. Stallman <rms@gnu.org>
8379
8380 * frames.texi (Creating Frames): Fix foreground color example.
8381
8382 * custom.texi (Init Examples): Clean up text about conditionals.
8383
8384 2005-07-16 Richard M. Stallman <rms@gnu.org>
8385
8386 * mini.texi (Completion Commands): Fix command name for ?.
8387
8388 2005-07-16 Eli Zaretskii <eliz@gnu.org>
8389
8390 * display.texi (Standard Faces): Explain that customization of
8391 `menu' face has no effect on w32 and with GTK.
8392 Add cross-references.
8393
8394 * cmdargs.texi (General Variables): Clarify the default location
8395 of $HOME on w32 systems.
8396
8397 2005-07-15 Jason Rumney <jasonr@gnu.org>
8398
8399 * cmdargs.texi (General Variables): Default HOME on MS Windows has
8400 changed.
8401
8402 2005-07-08 Kenichi Handa <handa@m17n.org>
8403
8404 * mule.texi (Recognize Coding):
8405 Recommend revert-buffer-with-coding-system instead of revert-buffer.
8406
8407 2005-07-07 Richard M. Stallman <rms@gnu.org>
8408
8409 * anti.texi (Antinews): Mention mode-line-inverse-video.
8410
8411 * files.texi (Saving): Minor correction about C-x C-w.
8412
8413 * display.texi (Display Custom): Don't mention mode-line-inverse-video.
8414
8415 2005-07-07 Luc Teirlinck <teirllm@auburn.edu>
8416
8417 * search.texi (Isearch Scroll): Add example of using the
8418 `isearch-scroll' property.
8419 (Slow Isearch): Reference anchor for `baud-rate' instead of entire
8420 `Display Custom' node.
8421 (Regexp Replace): Put text that requires Emacs Lisp knowledge last
8422 and de-emphasize it.
8423 (Other Repeating Search): `occur' currently can not correctly
8424 handle multiline matches. Correct, clarify and update description
8425 of `flush-lines' and `keep-lines'.
8426
8427 * display.texi (Display Custom): Add anchor for `baud-rate'.
8428
8429 2005-07-07 Richard M. Stallman <rms@gnu.org>
8430
8431 * gnu.texi: Update where to get GNU status; add refs for how to help.
8432 Add footnotes 6 and 7.
8433
8434 2005-07-04 Lute Kamstra <lute@gnu.org>
8435
8436 Update FSF's address in GPL notices.
8437
8438 * doclicense.texi (GNU Free Documentation License):
8439 * trouble.texi (Checklist): Update FSF's address.
8440
8441 2005-06-24 Richard M. Stallman <rms@gnu.org>
8442
8443 * display.texi (Text Display): Change index entries.
8444
8445 2005-06-24 Eli Zaretskii <eliz@gnu.org>
8446
8447 * makefile.w32-in (MAKEINFO): Use --force.
8448 (INFO_TARGETS, DVI_TARGETS): Make identical to the lists in
8449 Makefile.in.
8450
8451 2005-06-23 Richard M. Stallman <rms@gnu.org>
8452
8453 * anti.texi (Antinews): Rename show-nonbreak-escape to
8454 nobreak-char-display.
8455
8456 * emacs.texi (Top): Update detailed node listing.
8457
8458 * display.texi (Text Display): Rename show-nonbreak-escape
8459 to nobreak-char-display and no-break-space to nobreak-space.
8460 (Standard Faces): Split up the list of standard faces
8461 and put it in a separate node. Add nobreak-space and
8462 escape-glyph.
8463
8464 2005-06-23 Lute Kamstra <lute@gnu.org>
8465
8466 * mule.texi (Select Input Method): Fix typo.
8467
8468 2005-06-23 Kenichi Handa <handa@m17n.org>
8469
8470 * mule.texi (International): List all supported scripts.
8471 Adjust text for that leim is now included in the normal Emacs
8472 distribution.
8473 (Language Environments): List all language environments.
8474 Intlfonts contains fonts for most supported scripts, not all..
8475 (Select Input Method): Refer to C-u C-x = to see how to type to
8476 input a specific character.
8477 (Recognize Coding): Fix typo, china-iso-8bit -> chinese-iso-8bit.
8478
8479 2005-06-23 Juanma Barranquero <lekktu@gmail.com>
8480
8481 * building.texi (Grep Searching): Texinfo usage fix.
8482
8483 2005-06-22 Miles Bader <miles@gnu.org>
8484
8485 * display.texi (Faces): Change `vertical-divider' to `vertical-border'.
8486
8487 2005-06-20 Miles Bader <miles@gnu.org>
8488
8489 * display.texi (Faces): Add `vertical-divider'.
8490
8491 2005-06-17 Richard M. Stallman <rms@gnu.org>
8492
8493 * text.texi (Adaptive Fill): Minor clarification.
8494
8495 2005-06-10 Lute Kamstra <lute@gnu.org>
8496
8497 * emacs.texi (Top): Correct version number.
8498 * anti.texi (Antinews): Correct version number. Use EMACSVER to
8499 refer to the current version of Emacs.
8500
8501 2005-06-08 Luc Teirlinck <teirllm@auburn.edu>
8502
8503 * files.texi (Log Buffer): Document when there can be more than
8504 one file to be committed.
8505
8506 2005-06-08 Juri Linkov <juri@jurta.org>
8507
8508 * display.texi (Faces): Add `shadow' face.
8509
8510 2005-06-07 Masatake YAMATO <jet@gyve.org>
8511
8512 * display.texi (Faces): Write about mode-line-highlight.
8513
8514 2005-06-06 Richard M. Stallman <rms@gnu.org>
8515
8516 * misc.texi (Printing Package): Explain how to initialize
8517 printing package.
8518
8519 * cmdargs.texi (Action Arguments): Clarify directory default for -l.
8520
8521 2005-06-05 Chong Yidong <cyd@stupidchicken.com>
8522
8523 * emacs.texi: Rename Hardcopy to Printing.
8524 Make PostScript and PostScript Variables subnodes of it.
8525
8526 * misc.texi (Printing): Rename node from Hardcopy.
8527 Mention menu bar options.
8528 Move PostScript and PostScript Variables to submenu.
8529 (Printing package): New node.
8530
8531 * mark.texi (Using Region): Change Hardcopy xref to Printing.
8532
8533 * dired.texi (Operating on Files): Likewise.
8534
8535 * calendar.texi (Displaying the Diary): Likewise.
8536
8537 * msdog.texi (MS-DOS Printing, MS-DOS Processes): Likewise.
8538
8539 * glossary.texi (Glossary): Likewise.
8540
8541 * frames.texi (Mode Line Mouse): Mention mode-line-highlight
8542 effect.
8543
8544 2005-06-04 Richard M. Stallman <rms@gnu.org>
8545
8546 * trouble.texi (After a Crash): Polish previous change.
8547
8548 2005-05-30 Noah Friedman <friedman@splode.com>
8549
8550 * trouble.texi (After a Crash): Mention emacs-buffer.gdb as a
8551 recovery mechanism.
8552
8553 2005-05-28 Nick Roberts <nickrob@snap.net.nz>
8554
8555 * building.texi (Other Buffers): SPC toggles display of
8556 floating point registers.
8557
8558 2005-05-27 Nick Roberts <nickrob@snap.net.nz>
8559
8560 * files.texi (Log Buffer): Merge in description of Log Edit
8561 mode from pcl-cvs.texi.
8562
8563 2005-05-26 Richard M. Stallman <rms@gnu.org>
8564
8565 * building.texi (Lisp Eval): C-M-x with arg runs Edebug.
8566
8567 2005-05-24 Luc Teirlinck <teirllm@auburn.edu>
8568
8569 * fixit.texi (Spelling): Delete confusing sentence; flyspell is
8570 not enabled by default.
8571 When not on a word, `ispell-word' by default checks the word
8572 before point.
8573
8574 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
8575
8576 * building.texi (Debugger Operation): Simplify last sentence.
8577
8578 2005-05-23 Lute Kamstra <lute@gnu.org>
8579
8580 * emacs.texi: Update FSF's address throughout.
8581 (Preface): Use @cite.
8582 (Distrib): Add cross reference to the node "Copying". Mention the
8583 FDL. Don't refer to etc/{FTP,ORDERS}. Mention the sale of
8584 printed manuals.
8585 (Intro): Use @xref for the Emacs Lisp Intro.
8586
8587 2005-05-18 Luc Teirlinck <teirllm@auburn.edu>
8588
8589 * buffers.texi (Select Buffer): Document `C-u M-g M-g'.
8590
8591 * basic.texi (Moving Point): Mention default for `goto-line'.
8592
8593 * programs.texi (Lisp Doc): Eldoc mode shows only the first line
8594 of a variable's docstring.
8595
8596 2005-05-18 Lute Kamstra <lute@gnu.org>
8597
8598 * maintaining.texi (Overview of Emerge): Add cross reference.
8599 Remove duplication.
8600
8601 * emacs.texi (Top): Update to the current structure of the manual.
8602 * misc.texi (Emacs Server): Add menu description.
8603 * files.texi (Saving): Fix menu.
8604 * custom.texi (Customization): Fix menu.
8605 * mule.texi (International): Fix menu.
8606 * kmacro.texi (Keyboard Macros): Fix menu.
8607
8608 2005-05-16 Luc Teirlinck <teirllm@auburn.edu>
8609
8610 * display.texi: Various minor changes.
8611 (Faces): Delete text that is repeated in the next section.
8612
8613 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
8614
8615 * building.texi (Debugger Operation): Mention GUD tooltips are
8616 disabled with GDB in text command mode.
8617
8618 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
8619
8620 * building.texi: Replace toolbar with "tool bar" for consistency.
8621 (Compilation Mode): Describe compilation-context-lines
8622 and use of arrow in compilation buffer.
8623 (Debugger Operation): Replace help text with variable's value.
8624
8625 * frames.texi (Tooltips): Replace toolbar with "tool bar" for
8626 consistency.
8627
8628 2005-05-15 Luc Teirlinck <teirllm@auburn.edu>
8629
8630 * major.texi (Choosing Modes): normal-mode processes the -*- line.
8631 Add xref.
8632
8633 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
8634
8635 * basic.texi (Moving Point): Mention `M-g g' binding for `goto-line'.
8636 (Position Info): Delete discussion of `goto-line'. It is already
8637 described in `Moving point'.
8638
8639 * mini.texi (Completion Commands): Correct reference.
8640 (Completion Options): Fix typo.
8641
8642 * killing.texi (Deletion): Complete description of `C-x C-o'.
8643
8644 2005-05-10 Richard M. Stallman <rms@gnu.org>
8645
8646 * building.texi (Compilation): Clarify recompile's directory choice.
8647
8648 * frames.texi (Tooltips): Cleanups.
8649
8650 * basic.texi (Arguments): Fix punctuation.
8651
8652 2005-05-09 Luc Teirlinck <teirllm@auburn.edu>
8653
8654 * screen.texi (Menu Bar): The up and down (not left and right)
8655 arrow keys move through a keyboard menu.
8656
8657 2005-05-08 Luc Teirlinck <teirllm@auburn.edu>
8658
8659 * basic.texi: Various typo and grammar fixes.
8660 (Moving Point): C-a now runs move-beginning-of-line.
8661
8662 2005-05-08 Nick Roberts <nickrob@snap.net.nz>
8663
8664 * building.texi (Debugger Operation): Describe gud-tooltip-echo-area.
8665
8666 * frames.texi (Tooltips): Describe help tooltips and GUD tooltips
8667 as different animals.
8668
8669 2005-05-07 Luc Teirlinck <teirllm@auburn.edu>
8670
8671 * frames.texi (Mouse References): Clarify `mouse-1-click-follows-link'.
8672 Correct index entry.
8673
8674 2005-05-07 Nick Roberts <nickrob@snap.net.nz>
8675
8676 * building.texi (Debugger Operation): Update to reflect changes
8677 in GUD tooltips.
8678
8679 2005-04-30 Richard M. Stallman <rms@gnu.org>
8680
8681 * files.texi (Compressed Files): Auto Compression normally enabled.
8682
8683 * building.texi (Debugger Operation): Clarify previous change.
8684
8685 2005-04-28 Nick Roberts <nickrob@snap.net.nz>
8686
8687 * building.texi (Debugger Operation): Add description for
8688 GUD tooltips when program is not running.
8689
8690 2005-04-26 Luc Teirlinck <teirllm@auburn.edu>
8691
8692 * misc.texi (Shell): Add `Shell Prompts' to menu.
8693 (Shell Mode): Add xref to `Shell Prompts'. Clarify `C-c C-u'
8694 description. Delete remarks moved to new node.
8695 (Shell Prompts): New node.
8696 (History References): Replace remarks moved to `Shell Prompts'
8697 with xref to that node.
8698 (Remote Host): Clarify how to specify the terminal type when
8699 logging in to a different machine.
8700
8701 2005-04-26 Richard M. Stallman <rms@gnu.org>
8702
8703 * emacs.texi (Top): Update submenus from files.texi.
8704
8705 * files.texi (Filesets): Clarify previous change.
8706
8707 * dired.texi (Misc Dired Features): Clarify previous change.
8708
8709 2005-04-25 Chong Yidong <cyd@stupidchicken.com>
8710
8711 * ack.texi (Acknowledgments): Delete info about iso-acc.el.
8712
8713 * dired.texi (Misc Dired Features):
8714 Document dired-compare-directories.
8715
8716 * files.texi (Filesets): New node.
8717 (File Conveniences): Document Image mode.
8718
8719 * text.texi (TeX Print): Document tex-compile.
8720
8721 2005-04-25 Luc Teirlinck <teirllm@auburn.edu>
8722
8723 * frames.texi (Tooltips): Tooltip mode is enabled by default.
8724 Delete redundant reference to tooltip Custom group. It is
8725 referred too again in the next paragraph.
8726
8727 2005-04-24 Richard M. Stallman <rms@gnu.org>
8728
8729 * ack.texi: Delete info about lazy-lock.el and fast-lock.el.
8730
8731 2005-04-19 Kim F. Storm <storm@cua.dk>
8732
8733 * building.texi (Compilation Mode): Add M-g M-n and M-g M-p bindings.
8734
8735 2005-04-18 Lars Hansen <larsh@math.ku.dk>
8736
8737 * misc.texi (Saving Emacs Sessions): Add that "--no-desktop" now
8738 turns off desktop-save-mode.
8739
8740 2005-04-17 Luc Teirlinck <teirllm@auburn.edu>
8741
8742 * frames.texi (XTerm Mouse): Xterm Mouse mode is no longer enabled
8743 by default in terminals compatible with xterm. Mention that
8744 xterm-mouse-mode is a minor mode and put in pxref to Minor Modes
8745 node.
8746
8747 2005-04-12 Luc Teirlinck <teirllm@auburn.edu>
8748
8749 * frames.texi (XTerm Mouse): Xterm Mouse mode is now enabled by default.
8750
8751 2005-04-12 Jan Djärv <jan.h.d@swipnet.se>
8752
8753 * xresources.texi (Table of Resources): Add cursorBlink.
8754
8755 2005-04-11 Luc Teirlinck <teirllm@auburn.edu>
8756
8757 * rmail.texi (Rmail Summary Edit): Explain numeric arguments to
8758 `d', `C-d' and `u'.
8759
8760 2005-04-11 Richard M. Stallman <rms@gnu.org>
8761
8762 * cmdargs.texi (Initial Options): -Q is now --quick, and does less.
8763 (Misc X): Add -D, --basic-display.
8764
8765 * maintaining.texi (Change Log): Correct the description of
8766 the example.
8767
8768 * major.texi (Choosing Modes): Document magic-mode-alist.
8769
8770 2005-04-10 Luc Teirlinck <teirllm@auburn.edu>
8771
8772 * rmail.texi (Rmail Basics): Clarify description of `q' and `b'.
8773 (Rmail Deletion): `C-d' in RMAIL buffer does not accept a numeric arg.
8774 (Rmail Inbox): Give full name of `rmail-primary-inbox-list'.
8775 (Rmail Output): Clarify which statements apply to `o', `C-o' and
8776 `w', respectively.
8777 (Rmail Labels): Mention `l'.
8778 (Rmail Attributes): Correct pxref. Mention `stored' attribute.
8779 (Rmail Summary Edit): Describe `j' and RET.
8780
8781 2005-04-10 Jan Djärv <jan.h.d@swipnet.se>
8782
8783 * xresources.texi (Lucid Resources): Add fontSet resource.
8784
8785 2005-04-09 Luc Teirlinck <teirllm@auburn.edu>
8786
8787 * display.texi (Useless Whitespace): `indicate-unused-lines' is
8788 now called `indicate-empty-lines'.
8789
8790 2005-04-06 Kim F. Storm <storm@cua.dk>
8791
8792 * cmdargs.texi (Initial Options): Add --bare-bones alias for -Q.
8793
8794 2005-04-04 Luc Teirlinck <teirllm@auburn.edu>
8795
8796 * dired.texi (Dired Visiting): `dired-view-command-alist' has been
8797 deleted.
8798 (Marks vs Flags): Add some convenient key bindings.
8799 (Hiding Subdirectories): Delete redundant and inaccurate sentence.
8800 (Misc Dired Features): Correct and expand description of `w' command.
8801
8802 * frames.texi (XTerm Mouse): Delete apparently false info.
8803 The GNU/Linux console currently does not appear to support
8804 `xterm-mouse-mode'.
8805
8806 2005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
8807
8808 * calendar.texi (Diary): Mention shell utility `calendar'.
8809
8810 2005-04-01 Richard M. Stallman <rms@gnu.org>
8811
8812 * cmdargs.texi (Misc X): Explain horizontal scroll bars don't exist.
8813
8814 2005-04-01 Lute Kamstra <lute@gnu.org>
8815
8816 * maintaining.texi (Change Log): add-change-log-entry uses
8817 add-log-mailing-address.
8818
8819 2005-03-31 Luc Teirlinck <teirllm@auburn.edu>
8820
8821 * files.texi (Reverting): Move `auto-revert-check-vc-info' to
8822 `VC Mode Line' and put in an xref to that node.
8823 (VC Mode Line): Move `auto-revert-check-vc-info' here and clarify
8824 its description.
8825
8826 2005-03-31 Paul Eggert <eggert@cs.ucla.edu>
8827
8828 * calendar.texi (Calendar Systems): Say that the Persian calendar
8829 implemented here is the arithmetical one championed by Birashk.
8830
8831 2005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
8832
8833 * programs.texi (Fortran Motion): Fix previous change.
8834
8835 2005-03-29 Richard M. Stallman <rms@gnu.org>
8836
8837 * mule.texi (Single-Byte Character Support): Reinstall the C-x 8 info.
8838
8839 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
8840
8841 * text.texi (Refill): Refer to Long Lines Mode.
8842 (Longlines): New node.
8843 (Auto Fill): Don't index "word wrap" here.
8844 (Filling): Add Longlines to menu.
8845
8846 2005-03-29 Richard M. Stallman <rms@gnu.org>
8847
8848 * xresources.texi: Minor fixes.
8849
8850 * misc.texi (Emacs Server): Fix Texinfo usage.
8851
8852 * emacs.texi (Top): Don't use a real section heading for
8853 "Detailed Node Listing". Fake it instead.
8854
8855 * basic.texi (Position Info): Minor cleanup.
8856
8857 * mule.texi (Input Methods): Minor cleanup.
8858
8859 2005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
8860
8861 * programs.texi (ForIndent Vars): `fortran-if-indent' does other
8862 constructs as well.
8863 (Fortran Motion): Add fortran-end-of-block, fortran-beginning-of-block.
8864
8865 2005-03-29 Kenichi Handa <handa@m17n.org>
8866
8867 * mule.texi (Input Methods): Refer to the command C-u C-x =.
8868
8869 * basic.texi (Position Info): Update the description about the
8870 command C-u C-x =.
8871
8872 2005-03-28 Richard M. Stallman <rms@gnu.org>
8873
8874 * emacs.texi (Top): Use @section for the detailed node listing.
8875
8876 * calendar.texi: Minor fixes to previous change.
8877
8878 * programs.texi (Fortran): Small fixes to previous changes.
8879
8880 * emacs.texi (Top): Update list of subnodes of Dired.
8881 Likewise for building.texi.
8882
8883 * files.texi (File Conveniences): Delete Auto Image File mode.
8884
8885 2005-03-28 Chong Yidong <cyd@stupidchicken.com>
8886
8887 * building.texi (Flymake): New node.
8888
8889 * custom.texi (Function Keys): Document kp- event types and
8890 keypad-setup package.
8891
8892 * dired.texi (Wdired): New node.
8893
8894 * files.texi (File Conveniences): Reorder entries.
8895 Explain how to turn on Auto-image-file mode.
8896 Document Thumbs mode.
8897
8898 * mule.texi (Specify Coding): Document recode-region and
8899 recode-file-name.
8900
8901 * programs.texi (Program Modes): Add Conf mode and DNS mode.
8902
8903 2005-03-27 Luc Teirlinck <teirllm@auburn.edu>
8904
8905 * commands.texi (Keys): M-o is now a prefix key.
8906
8907 2005-03-27 Glenn Morris <gmorris@ast.cam.ac.uk>
8908
8909 * programs.texi: Reformat and update copyright years.
8910 (Fortran): Update section.
8911
8912 2005-03-26 Luc Teirlinck <teirllm@auburn.edu>
8913
8914 * files.texi: Several small changes in addition to:
8915 (Visiting): Change xref for Dialog Boxes to ref.
8916 (Version Headers): Replace references to obsolete var
8917 `vc-header-alist' with `vc-BACKEND-header'.
8918 (Customizing VC): Update value of `vc-handled-backends'.
8919
8920 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
8921
8922 * emacs-xtra.texi (Advanced Calendar/Diary Usage): New section;
8923 move here from Emacs Lisp Reference Manual.
8924 * calendar.texi (Calendar/Diary, Diary Commands)
8925 (Special Diary Entries, Importing Diary): Change some xrefs to
8926 point to emacs-xtra rather than elisp.
8927
8928 * emacs-xtra.texi (Calendar Customizing):
8929 Move view-diary-entries-initially, view-calendar-holidays-initially,
8930 mark-diary-entries-in-calendar, mark-holidays-in-calendar to main
8931 Emacs Manual.
8932 (Appt Customizing): Merge entire section into main Emacs Manual.
8933 * calendar.texi (Holidays): Move view-calendar-holidays-initially,
8934 mark-holidays-in-calendar here from emacs-xtra.
8935 (Displaying the Diary): Move view-diary-entries-initially,
8936 mark-diary-entries-in-calendar here from emacs-xtra.
8937 (Appointments): Move appt-display-mode-line,
8938 appt-display-duration, appt-disp-window-function,
8939 appt-delete-window-function here from emacs-xtra.
8940
8941 * calendar.texi: Update and reformat copyright.
8942 Change all @xrefs to the non-printing emacs-xtra to @inforefs.
8943 (Calendar/Diary): Menu now only on Mouse-3, not C-Mouse-3.
8944 (Diary): Refer to `diary-file' rather than ~/diary.
8945 (Diary Commands): Rename node to "Displaying the Diary".
8946 * emacs.texi (Top): Rename "Diary Commands" section.
8947 * misc.texi (Hardcopy): Rename "Diary Commands" xref.
8948
8949 2005-03-26 Eli Zaretskii <eliz@gnu.org>
8950
8951 * misc.texi (Emacs Server): Fix the command for setting
8952 server-name. Add an xref to Invoking emacsclient.
8953
8954 * help.texi (Help Summary): Clarify when "C-h ." will do something
8955 nontrivial.
8956 (Apropos): Add cindex entry for apropos-sort-by-scores.
8957
8958 * display.texi (Text Display): Add index entries for how no-break
8959 characters are displayed.
8960
8961 2005-03-26 Eli Zaretskii <eliz@gnu.org>
8962
8963 * files.texi (Visiting): Fix cross-references introduced with the
8964 last change.
8965
8966 * xresources.texi (GTK resources): Fix last change.
8967
8968 2005-03-25 Chong Yidong <cyd@stupidchicken.com>
8969
8970 * xresources.texi (X Resources): GTK options documented too.
8971 (Resources): Clarify meaning of program name.
8972 (Table of Resources): Add visualClass.
8973 (GTK resources): Rewrite.
8974 (GTK widget names, GTK Names in Emacs, GTK styles): Cleanups.
8975
8976 * display.texi (Text Display): Mention non-breaking spaces.
8977
8978 * files.texi (Reverting): Document auto-revert-check-vc-info.
8979
8980 * frames.texi (Mouse Commands): Document
8981 x-mouse-click-focus-ignore-position and mouse-drag-copy-region.
8982
8983 * help.texi (Help Summary): Add `C-h .'.
8984 (Apropos): Apropos accepts a list of search terms.
8985 Document apropos-sort-by-scores.
8986 (Help Echo): Document display-local-help.
8987
8988 * misc.texi (Emacs Server): Document server-name.
8989 (Invoking emacsclient): Document -s option for server names.
8990
8991 * text.texi (Outline Visibility): Introduce "current heading
8992 line" (commands can be called with point on a body line).
8993 Re-order table to follow the sequence of discussion.
8994 hide-body won't hide lines before first header line.
8995 (TeX Mode): Add DocTeX mode.
8996
8997 2005-03-24 Richard M. Stallman <rms@gnu.org>
8998
8999 * mule.texi (Single-Byte Character Support): Delete mention
9000 of iso-acc.el and iso-transl.el.
9001
9002 2005-03-23 Lute Kamstra <lute@gnu.org>
9003
9004 * search.texi (Non-ASCII Isearch): Rename from Non-Ascii Isearch.
9005
9006 2005-03-23 Richard M. Stallman <rms@gnu.org>
9007
9008 * search.texi: Delete explicit node pointers.
9009 (Incremental Search): New menu.
9010 (Basic Isearch, Repeat Isearch, Error in Isearch)
9011 (Non-Ascii Isearch, Isearch Yank, Highlight Isearch, Isearch Scroll)
9012 (Slow Isearch): New subnodes.
9013 (Configuring Scrolling): Node deleted.
9014 (Search Case): Doc default-case-fold-search.
9015 (Regexp Replace): Move replace-regexp doc here.
9016
9017 * rmail.texi (Movemail): Put commas inside closequotes.
9018
9019 * picture.texi (Insert in Picture): Document C-c arrow combos.
9020 (Basic Picture): Clarify erasure.
9021
9022 * display.texi (Font Lock): Put commas inside closequotes.
9023
9024 * cmdargs.texi (General Variables): Put commas inside closequotes.
9025
9026 2005-03-23 Nick Roberts <nickrob@snap.net.nz>
9027
9028 * building.texi (Stack Buffer): Mention reverse contrast for
9029 *selected* frame (might not be current frame).
9030
9031 2005-03-21 Richard M. Stallman <rms@gnu.org>
9032
9033 * building.texi (Starting GUD): Add bashdb.
9034
9035 2005-03-20 Chong Yidong <cyd@stupidchicken.com>
9036
9037 * basic.texi (Moving Point): Add M-g M-g binding.
9038 (Undo): Document undo-only.
9039 (Position Info): Document M-g M-g and C-u M-g M-g.
9040
9041 * building.texi (Building): Put Grep Searching after Compilation
9042 Shell.
9043 (Compilation Mode): Document M-n, M-p, M-}, M-{, and C-c C-f bindings.
9044 Document next-error-highlight.
9045 (Grep Searching): Document grep-highlight-matches.
9046 (Lisp Eval): Typing C-x C-e twice prints integers specially.
9047
9048 * calendar.texi (Importing Diary): Rename node from iCalendar.
9049 Document diary-from-outlook.
9050
9051 * dired.texi (Misc Dired Features): Rename node from Misc Dired
9052 Commands.
9053 Mention effect of X drag and drop on Dired buffers.
9054
9055 * files.texi (Visiting): Document large-file-warning-threshold.
9056 Move paragraph on file-selection dialog.
9057 Mention visiting files using X drag and drop.
9058 (Reverting): Mention using Auto-Revert mode to tail files.
9059 Document auto-revert-tail-mode.
9060 (Version Systems): Minor correction.
9061 (Comparing Files): Diff-mode is no longer based on Compilation
9062 mode.
9063 Document compare-ignore-whitespace.
9064 (Misc File Ops): Explain passing a directory to rename-file.
9065 Likewise for copy-file and make-symbolic-link.
9066
9067 * frames.texi (Wheeled Mice): Mouse wheel support on by default.
9068 Document mouse-wheel-progressive speed.
9069
9070 * help.texi (Misc Help): Document numeric argument for C-h i.
9071 Correctly explain the effect of just C-u as argument.
9072
9073 * killing.texi (Deletion): Document numeric argument for
9074 just-one-space.
9075
9076 * mini.texi (Completion): Completion acts on text before point.
9077
9078 * misc.texi (Saving Emacs Sessions): Document desktop-restore-eager.
9079 (Emulation): CUA mode replaces pc-bindings-mode,
9080 pc-selection-mode, and s-region.
9081
9082 * mule.texi (Input Methods): Leim is now built-in.
9083 (Select Input Method): Document quail-show-key.
9084 (Specify Coding): Document revert-buffer-with-coding-system.
9085
9086 * programs.texi (Fortran Motion): Document f90-next-statement,
9087 f90-previous-statement, f90-next-block, f90-previous-block,
9088 f90-end-of-block, and f90-beginning-of-block.
9089
9090 * text.texi (Format Faces): Replace old M-g key prefix with M-o.
9091
9092 * emacs.texi (Acknowledgments): Update.
9093
9094 * anti.texi: Total rewrite.
9095
9096 2005-03-19 Chong Yidong <cyd@stupidchicken.com>
9097
9098 * ack.texi (Acknowledgments): Update.
9099
9100 2005-03-19 Eli Zaretskii <eliz@gnu.org>
9101
9102 * anti.texi (Antinews): Refer to Emacs 21.4, not 21.3.
9103 Update copyright years.
9104
9105 2005-03-14 Nick Roberts <nickrob@snap.net.nz>
9106
9107 * building.texi (Commands of GUD): Move paragraph on setting
9108 breakpoints with mouse to the GDB Graphical Interface node.
9109
9110 2005-03-07 Richard M. Stallman <rms@gnu.org>
9111
9112 * misc.texi (Single Shell, Shell Options): Fix previous change.
9113
9114 * building.texi (Debugger Operation): Update GUD tooltip enable info.
9115
9116 2005-03-06 Richard M. Stallman <rms@gnu.org>
9117
9118 * building.texi (Starting GUD): Don't explain text vs graphical
9119 GDB here. Just mention it and xref.
9120 Delete "just one debugger process".
9121 (Debugger Operation): Move GUD tooltip info here.
9122 (GUD Tooltips): Node deleted.
9123 (GDB Graphical Interface): Explain the two GDB modes here.
9124
9125 * sending.texi (Sending Mail): Minor cleanup.
9126 (Mail Aliases): Explain quoting conventions.
9127 Update key rebinding example.
9128 (Header Editing): C-M-i is like M-TAB.
9129 (Mail Mode Misc): mail-attach-file does not do MIME.
9130
9131 * rmail.texi (Rmail Inbox): Move text from Remote Mailboxes
9132 that really belongs here.
9133 (Remote Mailboxes): Text moved to Rmail Inbox.
9134 (Rmail Display): Mention Mouse-1.
9135 (Movemail): Clarify two movemail versions.
9136 Clarify rmail-movemail-program.
9137
9138 * misc.texi (Single Shell): Replace uudecode example with gpg example.
9139 Document async shell commands.
9140 (Shell History): Clarify.
9141 (Shell Ring): Mention C-UP an C-DOWN.
9142 (Shell Options): Add comint-prompt-read-only.
9143 (Invoking emacsclient): Set EDITOR to run Emacs.
9144 (Sorting): No need to explain what region is.
9145 (Saving Emacs Sessions): Fix typo.
9146 (Recursive Edit): Fix punctuation.
9147 (Emulation): Don't mention "PC bindings" which are standard.
9148 (Hyperlinking): Explain Mouse-1 convention here.
9149 (Find Func): Node deleted.
9150
9151 * help.texi (Name Help): Xref to Hyperlinking.
9152
9153 * glossary.texi (Glossary):
9154 Rename "Balance Parentheses" to "Balancing...".
9155 Add "Byte Compilation". Correct "Copyleft".
9156 New xref in "Customization".
9157 Clarify "Current Line", "Echoing", "Fringe", "Frame", "Speedbar".
9158 Add "Graphical Terminal" "Keybinding", "Margin", "Window System".
9159 Rename "Registers" to "Register".
9160 Replace "Selecting" with "Selected Frame",
9161 "Selected Window", and "Selecting a Buffer".
9162
9163 * files.texi (Types of Log File): Explain how projects'
9164 methods can vary.
9165
9166 * display.texi (Faces): Delete "Emacs 21".
9167
9168 * custom.texi (Changing a Variable): C-M-i like M-TAB.
9169 * fixit.texi (Spelling): C-M-i like M-TAB.
9170 * mini.texi (Completion Options): C-M-i like M-TAB.
9171 * programs.texi (Symbol Completion): C-M-i like M-TAB.
9172 * text.texi (Text Mode): C-M-i like M-TAB.
9173
9174 * commands.texi (Keys): Mention F1 and F2 in list of prefixes.
9175
9176 * calendar.texi (Specified Dates): Mention `g w'.
9177 (Appointments): appt-activate toggles with no arg.
9178
9179 2005-03-05 Juri Linkov <juri@jurta.org>
9180
9181 * cmdargs.texi (Emacs Invocation): Add cindex
9182 "invocation (command line arguments)".
9183 (Misc X): Add -nbc, --no-blinking-cursor.
9184
9185 2005-03-04 Ulf Jasper <ulf.jasper@web.de>
9186
9187 * calendar.texi (iCalendar): No need to require it now.
9188
9189 2005-03-03 Nick Roberts <nickrob@snap.net.nz>
9190
9191 * trouble.texi (Contributing): Mention Savannah. Direct users to
9192 emacs-devel.
9193
9194 2005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
9195
9196 * calendar.texi (Adding to Diary): Mention redrawing of calendar
9197 window.
9198
9199 2005-02-27 Richard M. Stallman <rms@gnu.org>
9200
9201 * building.texi (Compilation): Update mode line status info.
9202
9203 2005-02-27 Matt Hodges <MPHodges@member.fsf.org>
9204
9205 * calendar.texi (General Calendar): Document binding of
9206 scroll-other-window-down.
9207 (Mayan Calendar): Fix earliest date.
9208 (Time Intervals): Document timeclock-change.
9209 Fix timeclock-ask-before-exiting documentation.
9210
9211 2005-02-26 Kim F. Storm <storm@cua.dk>
9212
9213 * frames.texi (Mouse References):
9214 Add mouse-1-click-in-non-selected-windows.
9215
9216 2005-02-25 Richard M. Stallman <rms@gnu.org>
9217
9218 * screen.texi (Screen): Explain better about cursors and mode lines;
9219 don't presuppose text terminals.
9220 (Point): Don't assume just one cursor.
9221 Clarify explanation of cursors.
9222 (Echo Area, Menu Bar): Cleanups.
9223
9224 * mini.texi (Minibuffer): Prompts are highlighted.
9225 (Minibuffer Edit): Newline = C-j only on text terminals.
9226 Clarify resize-mini-windows values.
9227 Mention M-PAGEUP and M-PAGEDOWN.
9228 (Completion Commands): Mouse-1 like Mouse-2.
9229 (Minibuffer History): Explain history commands better.
9230 (Repetition): Add xref to Incremental Search.
9231
9232 * mark.texi (Setting Mark): Clarify info about displaying mark.
9233 Clarify explanation of C-@ and C-SPC.
9234 (Transient Mark): Mention Delete Selection mode.
9235 (Marking Objects): Clean up text about extending the region.
9236
9237 * m-x.texi (M-x): One C-g doesn't always go to top level.
9238 No delay before suggest-key-bindings output.
9239
9240 * fixit.texi (Fixit): Mention C-/ for undo.
9241 (Spelling): Mention ESC TAB like M-TAB.
9242 Replacement words with r and R are rechecked.
9243 Say where C-g leaves point. Mention ? as input.
9244
9245 2005-02-23 Lute Kamstra <lute@gnu.org>
9246
9247 * cmdargs.texi (Initial Options): Add cross reference.
9248
9249 2005-02-16 Luc Teirlinck <teirllm@auburn.edu>
9250
9251 * emacs.texi (Top): Update menu for splitting of node in
9252 msdog.texi.
9253 * frames.texi (Frames): Update xref for splitting of node in
9254 msdog.texi.
9255 * trouble.texi (Quitting): Ditto.
9256
9257 2005-02-16 Richard M. Stallman <rms@gnu.org>
9258
9259 * windows.texi (Split Window): Simplify line truncation info
9260 and xref to Display Custom.
9261
9262 * trouble.texi (Quitting): Emergency escape only for text terminal.
9263 (Screen Garbled): C-l for ungarbling is only for text terminal.
9264
9265 * text.texi (Text Mode): ESC TAB alternative for M-TAB.
9266
9267 * sending.texi (Header Editing): ESC TAB alternative for M-TAB.
9268
9269 * programs.texi (Program Modes): Mention Python mode.
9270 (Moving by Defuns): Repeating C-M-h extends region.
9271 (Basic Indent): Clarify.
9272 (Custom C Indent): Clarify.
9273 (Expressions): Repeating C-M-@ extends region.
9274 (Info Lookup): Clarify for C-h S.
9275 (Symbol Completion): ESC TAB alternative for M-TAB.
9276 (Electric C): Clarify.
9277
9278 * emacs.texi (Top): Update display.texi and frames.texi submenu data.
9279
9280 * msdog.texi (MS-DOS Keyboard, MS-DOS Mouse): Split from
9281 MS-DOS Input node.
9282 (MS-DOS Keyboard): Start with explaining DEL and BREAK.
9283 (MS-DOS and MULE): Clarify.
9284 (MS-DOS Processes, Windows Processes): Fix typos.
9285
9286 * major.texi (Choosing Modes): Clarify.
9287
9288 * kmacro.texi (Basic Keyboard Macro): Doc F3, F4.
9289 (Keyboard Macro Step-Edit): Clarify.
9290
9291 * indent.texi (Indentation): Clarifications.
9292
9293 * help.texi (Help): Correct error about C-h in query-replace.
9294 Clarify apropos vs C-h a. Fix how to search in FAQ.
9295 (Key Help): Describe C-h w here.
9296 (Name Help): Minor cleanup. C-h w moved to Key Help.
9297 Clarify the "object" joke.
9298 (Apropos): Clarify. Mouse-1 like Mouse-2.
9299 (Help Mode): Mouse-1 like Mouse-2.
9300
9301 * fixit.texi (Spelling): Mention ESC TAB as alt. for M-TAB.
9302
9303 * display.texi (Display): Reorder menu.
9304 (Faces): Cleanup.
9305 (Font Lock): Cleanup. Mention Options menu.
9306 Delete obsolete text.
9307 (Scrolling): For C-l, don't presume text terminal.
9308 (Horizontal Scrolling): Simplify intro.
9309 (Follow Mode): Clarify.
9310 (Cursor Display): Move before Display Custom.
9311 (Display Custom): Explain no-redraw-on-reenter is for text terminals.
9312 Doc default-tab-width. Doc line truncation more thoroughly.
9313
9314 * dired.texi (Dired Enter): C-x C-f can run Dired.
9315 (Dired Visiting): Comment out `a' command.
9316 Mouse-1 is like Mouse-2.
9317 (Shell Commands in Dired): ? can be used more than once.
9318
9319 * basic.texi (Continuation Lines): Simplify description of truncation,
9320 and refer to Display Custom for the rest of it.
9321
9322 2005-02-06 Lute Kamstra <lute@gnu.org>
9323
9324 * basic.texi (Undo): Fix typo.
9325
9326 * cmdargs.texi (Emacs Invocation): Fix typo.
9327
9328 * custom.texi (Init Examples): Fix typo.
9329
9330 * abbrevs.texi (Expanding Abbrevs): Fix typo.
9331
9332 2005-02-06 Richard M. Stallman <rms@gnu.org>
9333
9334 * regs.texi (Registers): Registers can hold numbers, too.
9335
9336 * killing.texi (Other Kill Commands): Cleanup.
9337 Delete redundant explanation of kill in read-only buffer.
9338 (Yanking): Mention term "copying".
9339 (Accumulating Text): Fix typo.
9340
9341 * entering.texi (Entering Emacs): Update rationale at start.
9342 (Exiting): Treat iconifying on a par with suspension.
9343
9344 * custom.texi (Minor Modes): Fix typo.
9345 (Easy Customization): Fix menu style.
9346 (Variables): Add xref.
9347 (Examining): Setting for future sessions works through .emacs.
9348 (Keymaps): "Text terminals", not "Many".
9349 (Init Rebinding): Explain \C-. Show example of \M-.
9350 Fix minor wording errors.
9351 (Function Keys): Explain vector syntax just once.
9352 (Named ASCII Chars): Clarify history of TAB/C-i connection.
9353 (Init File): Mention .emacs.d directory.
9354 (Init Examples): Add xref.
9355 (Find Init): Mention .emacs.d directory.
9356
9357 * cmdargs.texi (Emacs Invocation): +LINENUM is also an option.
9358 (Action Arguments): Explain which kinds of -l args are found how.
9359 (Initial Options): --batch does not inhibit site-start.
9360 Add xrefs.
9361 (Command Example): Use --batch, not -batch.
9362
9363 * basic.texi (Inserting Text): Cleanup wording.
9364 (Moving Point): Doc PRIOR, PAGEUP, NEXT, PAGEDOWN more systematically.
9365 C-n is not error at end of buffer.
9366 (Undo): Doc C-/ like C-_. Add xrefs.
9367 (Arguments): META key may be labeled ALT.
9368 Peculiar arg meanings are explained in doc strings.
9369
9370 * abbrevs.texi (Expanding Abbrevs): Clarify.
9371
9372 2005-02-05 Eli Zaretskii <eliz@gnu.org>
9373
9374 * frames.texi (Frame Parameters): Add an xref to the description
9375 of list-colors-display. Add a pointer to the X docs about colors.
9376
9377 * cmdargs.texi (Colors): Mention 16-, 88- and 256-color modes.
9378 Improve docs of list-colors-display.
9379
9380 2005-02-03 Lute Kamstra <lute@gnu.org>
9381
9382 * frames.texi (Frames, Drag and Drop): Fix typos.
9383
9384 2005-02-03 Richard M. Stallman <rms@gnu.org>
9385
9386 * windows.texi (Basic Window): Mention color-change in mode line.
9387 (Change Window): Explain dragging vertical boundaries.
9388
9389 * text.texi (Sentences): Clarify.
9390 (Paragraphs): Explain M-a and blank lines.
9391 (Outline Mode): Clarify text and menu.
9392 (Hard and Soft Newlines): Mention use-hard-newlines.
9393
9394 * frames.texi (Frames): Delete unnecessary mention of Windows.
9395 (Mouse Commands): Likewise. Mention xterm mouse support.
9396 (Clipboard): Clarify.
9397 (Mouse References): Mention use of Mouse-1 for following links.
9398 (Menu Mouse Clicks): Clarify.
9399 (Mode Line Mouse): Clarify.
9400 (Drag and Drop): Rewrite.
9401
9402 * fixit.texi (Spelling): Fix typo.
9403
9404 * files.texi (File Names): Clarify.
9405 (Visiting): Update conditions for use of file dialog. Clarify.
9406 (Saving): Doc d as answer in save-some-buffers.
9407 (Remote Files): Clean up the text.
9408
9409 * dired.texi (Misc Dired Commands): Delete dired-marked-files.
9410
9411 * buffers.texi (Select Buffer): Doc next-buffer and prev-buffer.
9412 (List Buffers): Clarify.
9413 (Several Buffers): Doc T command.
9414 (Buffer Convenience): Clarify menu.
9415
9416 * basic.texi (Undo): Clarify last change.
9417
9418 2005-02-02 Matt Hodges <MPHodges@member.fsf.org>
9419
9420 * fixit.texi (Spelling): Fix typo.
9421
9422 2005-02-01 Luc Teirlinck <teirllm@auburn.edu>
9423
9424 * basic.texi (Undo): Update description of `undo-outer-limit'.
9425
9426 2005-02-01 Nick Roberts <nickrob@snap.net.nz>
9427
9428 * building.texi: Update documentation relating to GDB Graphical
9429 Interface.
9430
9431 2005-01-30 Luc Teirlinck <teirllm@auburn.edu>
9432
9433 * custom.texi (Easy Customization): Adapt menu to node name change.
9434
9435 2005-01-30 Richard M. Stallman <rms@gnu.org>
9436
9437 * custom.texi (Easy Customization): Defn of "User Option" now
9438 includes faces. Don't say just "option" when talking about variables.
9439 Do say just "options" to mean "anything customizable".
9440 (Specific Customization): Describe `customize-variable',
9441 not `customize-option'.
9442
9443 * glossary.texi (Glossary) <Faces>: Add xref.
9444 <User Option>: Change definition--include faces. Change xref.
9445
9446 * picture.texi (Picture): Mention artist.el.
9447
9448 * sending.texi, screen.texi, programs.texi, misc.texi:
9449 * mini.texi, major.texi, maintaining.texi, macos.texi:
9450 * help.texi, frames.texi, files.texi:
9451 Don't say just "option" when talking about variables.
9452
9453 * display.texi, mule.texi: Don't say just "option" when talking
9454 about variables. Other minor cleanups.
9455
9456 2005-01-26 Lute Kamstra <lute@gnu.org>
9457
9458 * cmdargs.texi (Initial Options): Add a cross reference to `Init
9459 File'. Mention the `-Q' option at the `--no-site-file' option.
9460
9461 2005-01-22 David Kastrup <dak@gnu.org>
9462
9463 * building.texi (Grep Searching): Mention alias `find-grep' for
9464 `grep-find'.
9465
9466 2005-01-20 Richard M. Stallman <rms@gnu.org>
9467
9468 * calendar.texi (Time Intervals): Delete special stuff for MS-DOS.
9469
9470 2005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
9471
9472 * rmail.texi (Movemail): Explain differences
9473 between standard and mailutils versions of movemail.
9474 Describe command line and configuration options introduced
9475 with the latter.
9476 Explain the notion of mailbox URL, provide examples and
9477 cross-references to mailutils documentation.
9478 Describe various methods of specifying mailbox names,
9479 user names and user passwords for rmail.
9480 (Remote Mailboxes): New section.
9481 Describe how movemail handles remote mailboxes. Describe configuration
9482 options used to control its behavior.
9483 (Other Mailbox Formats): Explain handling of various mailbox
9484 formats.
9485
9486 2005-01-13 Richard M. Stallman <rms@gnu.org>
9487
9488 * commands.texi (Commands): Clarification.
9489
9490 2005-01-11 Richard M. Stallman <rms@gnu.org>
9491
9492 * programs.texi (Multi-line Indent): Fix previous change.
9493 (Fortran Autofill): Simplify description of fortran-auto-fill-mode.
9494
9495 2005-01-08 Richard M. Stallman <rms@gnu.org>
9496
9497 * display.texi (Faces): isearch-lazy-highlight-face renamed to
9498 lazy-highlight.
9499
9500 * search.texi (Query Replace): Mention faces query-replace
9501 and lazy-highlight.
9502 (Incremental Search): Update isearch highlighting info.
9503
9504 2005-01-04 Richard M. Stallman <rms@gnu.org>
9505
9506 * custom.texi (Saving Customizations): Minor improvement.
9507
9508 2005-01-03 Luc Teirlinck <teirllm@auburn.edu>
9509
9510 * custom.texi (Saving Customizations): Emacs no longer loads
9511 `custom-file' after .emacs. No longer mention customizing through
9512 Custom.
9513
9514 2005-01-01 Andreas Schwab <schwab@suse.de>
9515
9516 * killing.texi (Graphical Kill): Move up under node Killing,
9517 change @section to @subsection.
9518
9519 2005-01-01 Richard M. Stallman <rms@gnu.org>
9520
9521 * custom.texi (Face Customization): Mention hex color specs.
9522
9523 * emacs.texi (Top): Update Killing submenu.
9524
9525 * killing.texi (Killing): Reorganize section.
9526 No more TeX-only text; put the node command at start of chapter.
9527 But the first section heading is used only in TeX.
9528 Rewrite the text to read better in this mode.
9529 (Graphical Kill): New subnode gets some of the text that
9530 used to be in the first section.
9531
9532 2004-12-31 Richard M. Stallman <rms@gnu.org>
9533
9534 * dired.texi (Shell Commands in Dired): Delete the ? example.
9535
9536 * display.texi (Scrolling): Correct scroll-preserve-screen-position.
9537
9538 * files.texi (Saving): Describe new require-final-newline features
9539 and mode-require-final-newline.
9540
9541 2004-12-29 Richard M. Stallman <rms@gnu.org>
9542
9543 * custom.texi (File Variables): Clarify previous change.
9544
9545 2004-12-27 Jan Djärv <jan.h.d@swipnet.se>
9546
9547 * frames.texi (Dialog Boxes): Mention Gtk+ 2.6 also, as that version is
9548 out now.
9549
9550 2004-12-27 Richard M. Stallman <rms@gnu.org>
9551
9552 * Makefile.in (MAKEINFO): Specify --force.
9553
9554 * basic.texi (Moving Point): C-e now runs move-end-of-line.
9555 (Undo): Doc undo-outer-limit.
9556
9557 2004-12-15 Juri Linkov <juri@jurta.org>
9558
9559 * mark.texi (Transient Mark, Mark Ring): M-< and other
9560 movement commands don't set mark in Transient Mark mode
9561 if mark is active.
9562
9563 2004-12-12 Juri Linkov <juri@jurta.org>
9564
9565 * misc.texi (FFAP): Add C-x C-r, C-x C-v, C-x C-d,
9566 C-x 4 r, C-x 4 d, C-x 5 r, C-x 5 d.
9567
9568 * dired.texi (Dired Navigation): Add @r{(Dired)} to M-g.
9569 (Misc Dired Commands): Add @r{(Dired)} to w.
9570
9571 2004-12-12 Juri Linkov <juri@jurta.org>
9572
9573 * mark.texi (Marking Objects): Marking commands also extend the
9574 region when mark is active in Transient Mark mode.
9575
9576 2004-12-08 Luc Teirlinck <teirllm@auburn.edu>
9577
9578 * custom.texi (Saving Customizations): Emacs only loads the custom
9579 file automatically after the init file in version 22.1 or later.
9580 Adapt text and examples to this fact.
9581
9582 2004-12-07 Luc Teirlinck <teirllm@auburn.edu>
9583
9584 * frames.texi (Scroll Bars): The option `scroll-bar-mode' has to
9585 be set through Custom. Otherwise, it has no effect.
9586
9587 2004-12-05 Richard M. Stallman <rms@gnu.org>
9588
9589 * cmdargs.texi, doclicense.texi, xresources.texi, emacs.texi:
9590 * entering.texi: Rename Command Line to Emacs Invocation.
9591
9592 * misc.texi (Term Mode): Correctly describe C-c.
9593
9594 * custom.texi (Easy Customization): Move up to section level,
9595 before Variables. Avoid using the term "variable"; say "option".
9596 New initial explanation.
9597 (Variables): In initial explanation, connect "variable" to the
9598 already-explained "user option".
9599
9600 * emacs.texi (Top): Fix ref to Command Line.
9601 Move reference to Easy Customization.
9602
9603 * xresources.texi (X Resources): Fix From link.
9604
9605 * doclicense.texi (GNU Free Documentation License): Fix To link.
9606
9607 * entering.texi (Entering Emacs): Fix xref, now to Command Line.
9608
9609 * cmdargs.texi (Command Line): Node renamed from Command Arguments.
9610
9611 2004-12-03 Richard M. Stallman <rms@gnu.org>
9612
9613 * cmdargs.texi (Initial Options): Clarify batch mode i/o.
9614
9615 2004-12-01 Luc Teirlinck <teirllm@auburn.edu>
9616
9617 * kmacro.texi: Several small changes in addition to the following.
9618 (Keyboard Macro Ring): Describe behavior of `C-x C-k C-k' when
9619 defining a keyboard macro.
9620 Mention `kmacro-ring-max'.
9621 (Keyboard Macro Counter): Clarify description of
9622 `kmacro-insert-counter', `kmacro-set-counter',
9623 `kmacro-add-counter' and `kmacro-set-format'.
9624
9625 2004-11-29 Reiner Steib <Reiner.Steib@gmx.de>
9626
9627 * custom.texi (File Variables): Add `unibyte' and make it more
9628 clear that `unibyte' and `coding' are special. Suggested by Simon
9629 Krahnke <overlord@gmx.li>.
9630
9631 * mule.texi (Enabling Multibyte): Refer to File Variables.
9632 Suggested by Simon Krahnke <overlord@gmx.li>.
9633
9634 2004-11-26 Jan Djärv <jan.h.d@swipnet.se>
9635
9636 * frames.texi (Dialog Boxes): Rename use-old-gtk-file-dialog to
9637 x-use-old-gtk-file-dialog.
9638
9639 2004-11-20 Richard M. Stallman <rms@gnu.org>
9640
9641 * text.texi (Fill Prefix): M-q doesn't apply fill prefix to first line.
9642
9643 2004-11-09 Lars Brinkhoff <lars@nocrew.org>
9644
9645 * building.texi (Lisp Eval): Delete hyphen in section name.
9646
9647 2004-11-19 Thien-Thi Nguyen <ttn@gnu.org>
9648
9649 * files.texi (Old Versions):
9650 No longer document annotation as "CVS only".
9651
9652 2004-11-10 Andre Spiegel <spiegel@gnu.org>
9653
9654 * files.texi (Version Control): Rewrite the introduction about
9655 version systems, mentioning the new ones that we support.
9656 Thanks to Alex Ott, Karl Fogel, Stefan Monnier, and David Kastrup for
9657 suggestions.
9658
9659 2004-11-03 Jan Djärv <jan.h.d@swipnet.se>
9660
9661 * frames.texi (Dialog Boxes): Replace non-nil with non-@code{nil}.
9662
9663 2004-11-02 Jan Djärv <jan.h.d@swipnet.se>
9664
9665 * frames.texi (Dialog Boxes): Document use-old-gtk-file-dialog.
9666
9667 2004-10-23 Eli Zaretskii <eliz@gnu.org>
9668
9669 * text.texi (Text Based Tables, Table Definition)
9670 (Table Creation, Table Recognition, Cell Commands)
9671 (Cell Justification, Row Commands, Column Commands)
9672 (Fixed Width Mode, Table Conversion, Measuring Tables)
9673 (Table Misc): New nodes, documenting the Table Mode.
9674
9675 2004-10-19 Jason Rumney <jasonr@gnu.org>
9676
9677 * makefile.w32-in (info): Change order of arguments to makeinfo.
9678
9679 2004-10-19 Ulf Jasper <ulf.jasper@web.de>
9680
9681 * calendar.texi (iCalendar): Update for package changes.
9682
9683 2004-10-09 Luc Teirlinck <teirllm@auburn.edu>
9684
9685 * files.texi (Misc File Ops): View mode is a minor mode.
9686
9687 2004-10-08 Glenn Morris <gmorris@ast.cam.ac.uk>
9688
9689 * calendar.texi (iCalendar): Style changes.
9690
9691 2004-10-07 Luc Teirlinck <teirllm@auburn.edu>
9692
9693 * search.texi (Regexps): The regexp described in the example is no
9694 longer stored in the variable `sentence-end'.
9695
9696 2004-10-06 Nick Roberts <nickrob@snap.net.nz>
9697
9698 * building.texi (Starting GUD): Note that multiple debugging
9699 sessions requires `gdb --fullname'.
9700
9701 2004-10-05 Ulf Jasper <ulf.jasper@web.de>
9702
9703 * calendar.texi (iCalendar): New section for a new package.
9704
9705 2004-10-05 Luc Teirlinck <teirllm@auburn.edu>
9706
9707 * text.texi: Various small changes in addition to the following.
9708 (Text): Replace xref for autotype with inforef.
9709 (Sentences): Explain nil value for `sentence-end'.
9710 (Paragraphs): Update default values for `paragraph-start' and
9711 `paragraph-separate'.
9712 (Text Mode): Correct description of Text mode's effect on the
9713 syntax table.
9714 (Outline Visibility): `hide-other' does not hide top level headings.
9715 `selective-display-ellipses' no longer has an effect on Outline mode.
9716 (TeX Misc): Add missing @cindex.
9717 Replace xref for RefTeX with inforef.
9718 (Requesting Formatted Text): The variable
9719 `enriched-fill-after-visiting' no longer exists.
9720 (Editing Format Info): Update names of menu items and commands.
9721 (Format Faces): Mention special effect of specifying the default face.
9722 Describe inheritance of text properties.
9723 Correct description of `fixed' face.
9724 (Format Indentation): Correct description of effect of setting
9725 margins. Mention `set-left-margin' and `set-right-margin'.
9726 (Format Justification): Update names of menu items.
9727 `set-justification-full' is now bound to `M-j b'.
9728 Mention that `default-justification' is a per buffer variable.
9729 (Format Properties): Update name of menu item.
9730 (Forcing Enriched Mode): `format-decode-buffer' automatically
9731 turns on Enriched mode if the buffer is in text/enriched format.
9732
9733 2004-10-05 Emilio C. Lopes <eclig@gmx.net>
9734
9735 * calendar.texi (From Other Calendar): Add calendar-goto-iso-week.
9736
9737 2004-09-28 Kim F. Storm <storm@cua.dk>
9738
9739 * display.texi (Display Custom) <indicate-buffer-boundaries>:
9740 Align with new functionality.
9741
9742 2004-09-22 Luc Teirlinck <teirllm@auburn.edu>
9743
9744 * display.texi (Display Custom): Remove stray `@end defvar'.
9745
9746 2004-09-23 Kim F. Storm <storm@cua.dk>
9747
9748 * display.texi (Display Custom): Add `overflow-newline-into-fringe',
9749 `indicate-buffer-boundaries' and `default-indicate-buffer-boundaries'.
9750
9751 2004-09-20 Richard M. Stallman <rms@gnu.org>
9752
9753 * custom.texi (Hooks): Explain using setq to clear out a hook.
9754 (File Variables): Explain multiline string constants.
9755 (Non-ASCII Rebinding): Explain when you need to update
9756 non-ASCII char codes in .emacs.
9757
9758 * building.texi (Compilation): Explain how to make a silent
9759 subprocess that won't be terminated. Explain compilation-environment.
9760
9761 2004-09-13 Kim F. Storm <storm@cua.dk>
9762
9763 * mini.texi (Repetition): Rename isearch-resume-enabled to
9764 isearch-resume-in-command-history and change default to disabled.
9765
9766 2004-09-09 Kim F. Storm <storm@cua.dk>
9767
9768 * kmacro.texi (Save Keyboard Macro): Replace `name-last-kbd-macro'
9769 with new `kmacro-name-last-macro'.
9770
9771 2004-09-08 Juri Linkov <juri@jurta.org>
9772
9773 * mini.texi (Minibuffer History): Add `history-delete-duplicates'.
9774
9775 2004-09-03 Juri Linkov <juri@jurta.org>
9776
9777 * search.texi (Incremental Search): Update wording for M-%.
9778
9779 2004-09-02 Luc Teirlinck <teirllm@auburn.edu>
9780
9781 * killing.texi (Killing): Correct description of kill commands in
9782 read-only buffer.
9783
9784 2004-09-02 Teodor Zlatanov <tzz@lifelogs.com>
9785
9786 * building.texi (Compilation Mode): Add a paragraph about rules
9787 for finding the compilation buffer for `next-error'.
9788
9789 * search.texi (Other Repeating Search): Mention that Occur mode
9790 supports the next-error functionality.
9791
9792 2004-09-02 Juri Linkov <juri@jurta.org>
9793
9794 * search.texi (Regexp Replace): Add missing backslash to \footnote.
9795
9796 2004-08-31 Luc Teirlinck <teirllm@auburn.edu>
9797
9798 * kmacro.texi (Basic Keyboard Macro):
9799 `apply-macro-to-region-lines' now operates on all lines that begin
9800 in the region, rather than on all complete lines in the region.
9801
9802 2004-08-31 Jan Djärv <jan.h.d@swipnet.se>
9803
9804 * frames.texi (Drag and drop): Add documentation about
9805 x-dnd-test-function and x-dnd-known-types.
9806
9807 2004-08-30 Luc Teirlinck <teirllm@auburn.edu>
9808
9809 * indent.texi: Various minor changes in addition to:
9810 (Indentation Commands): Correct description of `indent-relative'.
9811 (Tab Stops): <TAB> is no longer bound to `tab-to-tab-stop' in Text
9812 mode. The *Tab Stops* buffer uses Overwrite Mode.
9813 (Just Spaces): `tabify' converts sequences of at least two spaces
9814 to tabs.
9815
9816 2004-08-27 Luc Teirlinck <teirllm@auburn.edu>
9817
9818 * frames.texi (Secondary Selection): Setting the secondary
9819 selection with M-Drag-Mouse-1 does not alter the kill ring,
9820 setting it with M-Mouse-1 and M-Mouse-3 does.
9821 (Mode Line Mouse): C-Mouse-2 on scroll bar now also works for
9822 toolkit scroll bars.
9823 (Scroll Bars): Ditto.
9824
9825 * windows.texi (Basic Window): When using a window system, the value
9826 of point in a non-selected window is indicated by a hollow box.
9827 (Split Window): Side by side windows are separated by a scroll bar,
9828 if scroll bars are used.
9829 C-Mouse-2 on scroll bar now also works for toolkit scroll bars.
9830 (Change Window): Correct Mouse-2 vs Mouse-3 mess-up.
9831 (Window Convenience): Update bindings for `winner-undo' and
9832 `winner-redo'.
9833
9834 * ack.texi (Acknowledgments): Use `@unnumbered'.
9835 * misc.texi: Adapt sectioning in Info to the node structure.
9836 (Invoking emacsclient): Make "Invoking emacsclient" a subsection
9837 of "Using Emacs as a Server".
9838 * building.texi (Building): Interchange nodes (for correct numbering).
9839 * programs.texi (Programs): Interchange nodes (for correct numbering).
9840 * killing.texi, entering.texi, commands.texi: Adapt sectioning in
9841 Info to the node structure.
9842 * emacs.texi: Make "GNU GENERAL PUBLIC LICENSE" an appendix.
9843 Rearrange order of nodes and sections such that both "GNU GENERAL
9844 PUBLIC LICENSE" and "GNU Free Documentation License" appear at the
9845 end, as appropriate for appendices.
9846 (Acknowledgments): Put inside @iftex instead of @ifnotinfo.
9847 Use `@unnumberedsec'.
9848 * trouble.texi: Adapt sectioning in Info to the node structure.
9849 Adapt node pointers to change in emacs.texi.
9850 * cmdargs.texi, doclicense.texi: Adapt node pointers.
9851
9852 2004-08-25 Kenichi Handa <handa@m17n.org>
9853
9854 * custom.texi (Non-ASCII Rebinding): Fix and simplify the
9855 description for unibyte mode.
9856
9857 2004-08-23 Luc Teirlinck <teirllm@auburn.edu>
9858
9859 * display.texi (Font Lock): Correct invalid (for hardcopy) @xref.
9860
9861 * search.texi (Regexps): Correct cryptic (in hardcopy) @ref.
9862 (Configuring Scrolling): Correct invalid (for hardcopy) @xref.
9863 (Regexp Replace): Standardize reference to hardcopy Elisp Manual
9864 in @pxref.
9865
9866 2004-08-22 Luc Teirlinck <teirllm@auburn.edu>
9867
9868 * kmacro.texi (Keyboard Macro Counter, Keyboard Macro Step-Edit):
9869 Change section names.
9870
9871 2004-08-21 Luc Teirlinck <teirllm@auburn.edu>
9872
9873 * kmacro.texi (Keyboard Macro Ring): Rename section.
9874 Emacs treats the head of the macro ring as the `last keyboard macro'.
9875 (Keyboard Macro Counter): Minor change.
9876 (Save Keyboard Macro): Some clarifications.
9877 (Edit Keyboard Macro): Rename section.
9878
9879 * buffers.texi (Buffers): Maximum buffer size is now 256M on
9880 32-bit machines.
9881 (Several Buffers): Clarify which buffer is selected if `2' is
9882 pressed in the Buffer Menu.
9883 Auto Revert mode can be used to update the Buffer Menu
9884 automatically.
9885
9886 2004-08-21 Eli Zaretskii <eliz@gnu.org>
9887
9888 * help.texi (Misc Help): Add an index entry for finding an Info
9889 manual by its file name.
9890
9891 2004-08-20 Luc Teirlinck <teirllm@auburn.edu>
9892
9893 * files.texi (Backup Deletion): Correct description of
9894 `delete-old-versions'.
9895 (Time Stamps): `time-stamp' needs to be added to `before-save-hook'.
9896 (Auto Save Files): Recommend `auto-save-mode' to reenable
9897 auto-saving, rather than the abbreviation `auto-save'.
9898
9899 2004-08-17 Luc Teirlinck <teirllm@auburn.edu>
9900
9901 * emacs.texi (Top): Mention "cutting" and "pasting" as synonyms
9902 for "killing" and "yanking" in main menu.
9903
9904 2004-08-16 Richard M. Stallman <rms@gnu.org>
9905
9906 * killing.texi (Yanking, Killing): Minor cleanups.
9907
9908 * mark.texi (Momentary Mark): Minor cleanups.
9909
9910 2004-08-15 Kenichi Handa <handa@etl.go.jp>
9911
9912 * custom.texi (Non-ASCII Rebinding):
9913 C-q always inserts the right code to pass to global-set-key.
9914
9915 2004-08-13 Luc Teirlinck <teirllm@auburn.edu>
9916
9917 * regs.texi (RegNumbers): Mention `C-x r i' binding for
9918 `insert-register', instead of `C-x r g' binding, for consistency.
9919
9920 2004-08-12 Luc Teirlinck <teirllm@auburn.edu>
9921
9922 * fixit.texi (Spelling): Fix typo.
9923
9924 2004-08-11 Luc Teirlinck <teirllm@auburn.edu>
9925
9926 * help.texi (Help): Fix Texinfo usage.
9927
9928 2004-07-24 Richard M. Stallman <rms@gnu.org>
9929
9930 * text.texi (Paragraphs): Update how paragraphs are separated
9931 and the default for paragraph-separate.
9932
9933 * search.texi (Regexp Replace): Further update text for new
9934 replacement operators.
9935
9936 2004-07-18 Luc Teirlinck <teirllm@auburn.edu>
9937
9938 * emacs-xtra.texi (Subdir switches): Dired does not remember the
9939 `R' switch.
9940
9941 * dired.texi (Dired Updating): `k' only deletes inserted
9942 subdirectories from the Dired buffer if a prefix argument was given.
9943
9944 * search.texi (Regexps): Delete redundant definition of `symbol' in
9945 description of `\_>'. It already occurs in the description of `\_<'.
9946
9947 2004-07-01 Juri Linkov <juri@jurta.org>
9948
9949 * search.texi (Incremental Search): Add C-M-w, C-M-y, M-%, C-M-%, M-e.
9950 (Regexp Search): Add M-r.
9951
9952 2004-06-30 Luc Teirlinck <teirllm@auburn.edu>
9953
9954 * makefile.w32-in (EMACSSOURCES): Remove emacs-xtra.
9955
9956 2004-06-29 Jesper Harder <harder@ifa.au.dk>
9957
9958 * search.texi, calendar.texi: Markup fixes.
9959
9960 2004-06-25 Richard M. Stallman <rms@gnu.org>
9961
9962 * search.texi (Regexp Replace): Rewrite description of \# \, and \?.
9963
9964 2004-06-25 David Kastrup <dak@gnu.org>
9965
9966 * search.texi (Regexp Replace): Some typo corrections and
9967 rearrangement.
9968
9969 2004-06-24 David Kastrup <dak@gnu.org>
9970
9971 * search.texi (Unconditional Replace): Use replace-string instead
9972 of query-replace in example.
9973 (Regexp Replace): Add explanations for `\,', `\#' and `\?'
9974 sequences.
9975 (Query Replace): Correct explanation of `^' which does not use
9976 the mark stack.
9977
9978 2004-06-21 Nick Roberts <nickrob@gnu.org>
9979
9980 * misc.texi (Shell History Copying): Document comint-insert-input.
9981 (Shell Ring): Describe comint-dynamic-list-input-ring here.
9982
9983 2004-06-20 Jesper Harder <harder@ifa.au.dk>
9984
9985 * msdog.texi (Text and Binary, MS-DOS Printing): Use m-dash.
9986 * custom.texi (Customization): Do.
9987 * anti.texi (Antinews): Do.
9988 * abbrevs.texi (Defining Abbrevs): Do.
9989
9990 * programs.texi (Info Lookup): Fix keybinding for
9991 info-lookup-symbol.
9992
9993 2004-06-16 Juanma Barranquero <lektu@terra.es>
9994
9995 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, EMACSSOURCES):
9996 Add emacs-xtra.
9997 ($(infodir)/emacs-xtra, emacs-xtra.dvi): New dependencies.
9998 (clean): Add emacs-xtra and flymake. Remove redundancies.
9999
10000 2004-06-15 Luc Teirlinck <teirllm@auburn.edu>
10001
10002 * Makefile.in (INFO_TARGETS, DVI_TARGETS, ../info/emacs-xtra):
10003 Add emacs-xtra.
10004 * emacs-xtra.texi: New file.
10005
10006 2004-06-14 Luc Teirlinck <teirllm@auburn.edu>
10007
10008 * dired.texi (Dired Enter): Mention conditions on `ls' switches.
10009 (Dired and Find): Mention differences with ordinary Dired buffers.
10010
10011 2004-06-13 Richard M. Stallman <rms@gnu.org>
10012
10013 * custom.texi (Init Syntax): Explain about vars that do special
10014 things when set with setq or with Custom.
10015 (Init Examples): Add line-number-mode example.
10016
10017 2004-06-12 Juri Linkov <juri@jurta.org>
10018
10019 * dired.texi (Operating on Files): Add dired-do-touch.
10020
10021 2004-06-10 Juri Linkov <juri@jurta.org>
10022
10023 * building.texi (Lisp Eval): Add C-M-x on defface.
10024
10025 2004-06-08 Luc Teirlinck <teirllm@auburn.edu>
10026
10027 * files.texi (Reverting): Auto-Revert mode and
10028 Global Auto-Revert mode no longer revert remote files.
10029
10030 2004-05-29 Richard M. Stallman <rms@gnu.org>
10031
10032 * custom.texi (Init File): Two dashes start --no-site-file.
10033
10034 2004-05-29 Alan Mackenzie <acm@muc.de>
10035
10036 * programs.texi: Update for CC Mode 5.30 and incidental amendments.
10037 ("AWK"): Is consistently thus spelled throughout.
10038 (AWK, Pike): Document as "C-like modes".
10039 (@kbd{M-j}): Document as alternative to @kbd{C-M-j}.
10040 (M-x man): Supersedes M-x manual-entry.
10041 Add numerous index entries. Correct "ESC a/e" to "M-a/e".
10042
10043 ("Comments in C"): Delete node; the info is in CC Mode manual.
10044 (c-comment-only-line-offset): Remove description.
10045
10046 (C-c ., C-c C-c): Describe new C Mode bindings.
10047
10048 (C-u TAB, indent-code-rigidly, c-indent-exp, c-tab-always-indent)
10049 (@dfn{Style}, c-default-style, comment-column, comment-padding)
10050 (c-up-conditional, c-beginning-of-statement, c-end-of-statement):
10051 Amend definitions.
10052
10053 (c-beginning-of-defun, c-end-of-defun, c-context-line-break):
10054 Describe functions.
10055
10056 (c-comment-start-regexp, c-hanging-comment-ender-p)
10057 (c-hanging-comment-starter-p): Remove obsolete definitions.
10058
10059 * emacs.texi: Remove the menu entry "Comments in C".
10060
10061 2004-05-27 Luc Teirlinck <teirllm@auburn.edu>
10062
10063 * dired.texi (Dired and Find): `find-ls-option' does not apply to
10064 `M-x locate'.
10065
10066 2004-05-16 Karl Berry <karl@gnu.org>
10067
10068 * emacs.texi (ack.texi) [@ifnottex]: Change condition; with @ifinfo,
10069 makeinfo --html fails.
10070 * help.texi (Help Summary) [@ifnottex]: Likewise.
10071
10072 2004-05-13 Nick Roberts <nickrob@gnu.org>
10073
10074 * building.texi (GDB Graphical Interface): Update and describe
10075 layout first.
10076
10077 2004-05-04 Jason Rumney <jasonr@gnu.org>
10078
10079 * makefile.w32-in: Revert last change.
10080
10081 2004-05-03 Jason Rumney <jasonr@gnu.org>
10082
10083 * makefile.w32-in (MULTI_INSTALL_INFO, ENVADD): Use forward slashes.
10084
10085 2004-04-23 Juanma Barranquero <lektu@terra.es>
10086
10087 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
10088
10089 2004-04-18 Juri Linkov <juri@jurta.org>
10090
10091 * fixit.texi (Spelling): Remove file extension from ispell xref.
10092
10093 2004-04-15 Kim F. Storm <storm@cua.dk>
10094
10095 * cmdargs.texi (Initial Options): Add -Q.
10096
10097 2004-04-05 Kim F. Storm <storm@cua.dk>
10098
10099 * custom.texi (File Variables): Add safe-local-eval-forms.
10100
10101 2004-04-02 Luc Teirlinck <teirllm@auburn.edu>
10102
10103 * files.texi (Reverting): Correct description of revert-buffer's
10104 handling of point.
10105
10106 2004-03-22 Juri Linkov <juri@jurta.org>
10107
10108 * emacs.texi (Top): Add `Misc X'.
10109
10110 * trouble.texi: Fix help key bindings.
10111
10112 * glossary.texi: Improve references.
10113
10114 * help.texi: Sync keywords with finder.el.
10115
10116 * mini.texi (Completion): Add description for menu items.
10117
10118 * misc.texi (Browse-URL, FFAP): Add information about keywords.
10119
10120 * sending.texi (Mail Methods): Fix xref to Message manual.
10121
10122 2004-03-12 Richard M. Stallman <rms@gnu.org>
10123
10124 * buffers.texi (Misc Buffer): Add index entry for rename-uniquely.
10125
10126 2004-03-04 Richard M. Stallman <rms@gnu.org>
10127
10128 * search.texi (Regexps): Explain that ^ and $ have their
10129 special meanings only in certain contexts.
10130
10131 * programs.texi (Expressions): Doc C-M-SPC as alias for C-M-@.
10132
10133 * mule.texi (Specify Coding): Doc C-x RET F.
10134
10135 * buffers.texi (Misc Buffer): Explain use of M-x rename-uniquely
10136 for multiple compile and grep buffers.
10137 (Indirect Buffers): Don't recommand clone-indirect-buffer
10138 for multiple compile and grep buffers.
10139
10140 2004-02-29 Juanma Barranquero <lektu@terra.es>
10141
10142 * makefile.w32-in (mostlyclean, clean, maintainer-clean):
10143 Use $(DEL) instead of rm, and ignore exit code.
10144
10145 2004-02-23 Nick Roberts <nick@nick.uklinux.net>
10146
10147 * building.texi (Watch Expressions): Update.
10148
10149 2004-02-21 Juri Linkov <juri@jurta.org>
10150
10151 * cmdargs.texi (Action Arguments): Add alias --find-file.
10152 Add --directory, --help, --version. Move text about command-line-args
10153 to Command Arguments.
10154 (Initial Options): Add @cindex for --script. Fix @cindex for -q.
10155 Add --no-desktop. Add alias --no-multibyte, --no-unibyte.
10156 (Window Size X): Join -g and --geometry. Add @cindex.
10157 (Borders X): Fix @cindex for -ib. Add @cindex for -bw.
10158 (Title X): Remove alias -title.
10159 (Misc X): New node.
10160
10161 2004-02-15 Jan Djärv <jan.h.d@swipnet.se>
10162
10163 * frames.texi (Drag and drop): Add Motif to list of supported
10164 protocols.
10165
10166 2004-02-03 Jan Djärv <jan.h.d@swipnet.se>
10167
10168 * frames.texi (Drag and drop): New section.
10169
10170 2004-01-24 Richard M. Stallman <rms@gnu.org>
10171
10172 * emacs.texi (Acknowledgments): Rename from Acknowledgements.
10173 Include it only @ifnotinfo. Patch the preceding and following
10174 node headers to point to each other.
10175
10176 2004-01-11 Glenn Morris <gmorris@ast.cam.ac.uk>
10177
10178 * calendar.texi (Appointments): Update section.
10179
10180 2003-12-29 Kevin Ryde <user42@zip.com.au>
10181
10182 * programs.texi (C Modes): Fix the xref.
10183
10184 2003-12-23 Nick Roberts <nick@nick.uklinux.net>
10185
10186 * building.texi (Watch Expressions): Update.
10187 (Commands of GUD): Include use of toolbar + breakpoints set from
10188 fringe/margin.
10189
10190 2003-12-03 Andre Spiegel <spiegel@gnu.org>
10191
10192 * files.texi: Say how to disable VC. Suggested by Alan Mackenzie
10193 <acm@muc.de>.
10194
10195 2003-11-29 Jan Djärv <jan.h.d@swipnet.se>
10196
10197 * frames.texi (Dialog Boxes): Add use-file-dialog.
10198
10199 2003-11-22 Martin Stjernholm <mast@lysator.liu.se>
10200
10201 * ack.texi: Note that Alan Mackenzie contributed the AWK support
10202 in CC Mode.
10203
10204 2003-11-02 Jesper Harder <harder@ifa.au.dk> (tiny change)
10205
10206 * ack.texi, basic.texi, cmdargs.texi:
10207 * commands.texi, custom.texi, display.texi:
10208 * emacs.texi, files.texi:
10209 * frames.texi, glossary.texi, killing.texi:
10210 * macos.texi, mark.texi, misc.texi, msdog.texi:
10211 * mule.texi, rmail.texi, search.texi:
10212 * sending.texi, text.texi, trouble.texi:
10213 Replace @sc{ascii} and ASCII with @acronym{ASCII}.
10214
10215 2003-11-01 Alan Mackenzie <acm@muc.de>
10216
10217 * search.texi (Scrolling During Incremental Search): Document a
10218 new scrolling facility in isearch mode.
10219
10220 2003-10-22 Miles Bader <miles@gnu.org>
10221
10222 * Makefile.in (info): Move before $(top_srcdir)/info.
10223
10224 2003-10-22 Nick Roberts <nick@nick.uklinux.net>
10225
10226 * building.texi (Watch Expressions): Update section on data display
10227 to reflect code changes (GDB Graphical Interface).
10228
10229 2003-10-13 Richard M. Stallman <rms@gnu.org>
10230
10231 * xresources.texi (GTK resources): Clean up previous change.
10232
10233 2003-10-12 Jan Djärv <jan.h.d@swipnet.se>
10234
10235 * xresources.texi (GTK resources): Add a note that some themes
10236 disallow customizations. Add scroll theme example.
10237
10238 2003-09-30 Richard M. Stallman <rms@gnu.org>
10239
10240 * cmdargs.texi (General Variables): Remove MAILRC envvar.
10241
10242 * misc.texi (Saving Emacs Sessions): Shorten the section,
10243 collapsing back into one node.
10244
10245 2003-09-30 Lars Hansen <larsh@math.ku.dk>
10246
10247 * misc.texi: Section "Saving Emacs Sessions" rewritten.
10248
10249 2003-09-29 Jan Djärv <jan.h.d@swipnet.se>
10250
10251 * xresources.texi (GTK names in Emacs): Correct typo.
10252
10253 2003-09-24 Luc Teirlinck <teirllm@mail.auburn.edu>
10254
10255 * cmdargs.texi (Font X): Mention new default font.
10256 More fully describe long font names, wildcard patterns and the
10257 problems involved. (Result of discussion on emacs-devel.)
10258
10259 2003-09-22 Luc Teirlinck <teirllm@mail.auburn.edu>
10260
10261 * emacs.texi (Acknowledgements): Correct typo.
10262
10263 2003-09-22 Richard M. Stallman <rms@gnu.org>
10264
10265 * dired.texi (Misc Dired Commands): New node.
10266 (Dired Navigation): Add dired-goto-file.
10267
10268 * files.texi (File Aliases, Misc File Ops): Add @cindex entries.
10269
10270 * emacs.texi (Acknowledgements): New node, split from Distribution.
10271
10272 * cmdargs.texi (Action Arguments): -f reads interactive args.
10273
10274 2003-09-08 Lute Kamstra <lute@gnu.org>
10275
10276 * screen.texi (Mode Line): Say that POS comes before LINE.
10277 Mention `size-indication-mode'.
10278 * display.texi (Optional Mode Line):
10279 Document `size-indication-mode'.
10280 * basic.texi (Position Info): Mention `size-indication-mode'.
10281
10282 2003-09-07 Luc Teirlinck <teirllm@mail.auburn.edu>
10283
10284 * xresources.texi (Resources): Refer to `editres' man page.
10285 (Lucid Resources): Update defaults. Expand description of
10286 `shadowThickness'.
10287
10288 2003-09-04 Miles Bader <miles@gnu.org>
10289
10290 * Makefile.in (top_srcdir): New variable.
10291 ($(top_srcdir)/info): New rule.
10292 (info): Depend on it.
10293
10294 2003-09-03 Peter Runestig <peter@runestig.com>
10295
10296 * makefile.w32-in: New file.
10297
10298 2003-08-29 Richard M. Stallman <rms@gnu.org>
10299
10300 * misc.texi (Saving Emacs Sessions): Correct previous change.
10301
10302 2003-08-19 Luc Teirlinck <teirllm@mail.auburn.edu>
10303
10304 * emacs.texi (Top): Update menu to reflect new Keyboard Macros chapter.
10305 (Intro): Include kmacro.texi after fixit.texi instead of after
10306 custom.texi. (As suggested by Kim Storm.)
10307
10308 2003-08-18 Luc Teirlinck <teirllm@mail.auburn.edu>
10309
10310 * fixit.texi (Fixit): Update `Next' pointer.
10311 * files.texi (Files): Update `Previous' pointer.
10312 * kmacro.texi (Keyboard Macros): Remove redundant node and section.
10313 * emacs.texi (Intro): Include kmacro.texi after custom.texi.
10314 (Suggested by Kim Storm.)
10315 * Makefile (EMACSSOURCES): Add kmacro.texi. (Suggested by Kim Storm.)
10316
10317 2003-08-18 Kim F. Storm <storm@cua.dk>
10318
10319 * kmacro.texi: New file describing enhanced keyboard macro
10320 functionality. Replaces old description in custom.texi.
10321
10322 * custom.texi (Customization): Add xref to Keyboard Macros chapter.
10323 (Keyboard Macros): Move to new kmacro.texi file.
10324
10325 * emacs.texi (Keyboard Macros): Reference new keyboard macro topics.
10326
10327 2003-08-17 Edward M. Reingold <reingold@emr.cs.iit.edu>
10328
10329 * calendar.texi (Specified Dates): Add `calendar-goto-day-of-year'.
10330
10331 2003-08-17 Alex Schroeder <alex@gnu.org>
10332
10333 * misc.texi (Saving Emacs Sessions): Manual M-x desktop-save not
10334 required.
10335
10336 2003-08-05 Richard M. Stallman <rms@gnu.org>
10337
10338 * programs.texi (Lisp Indent): Don't describe
10339 lisp-indent-function property here. Use xref to Lisp Manual.
10340
10341 2003-08-03 Glenn Morris <gmorris@ast.cam.ac.uk>
10342
10343 * calendar.texi (Date Formats): Document changed behavior of
10344 abbreviations.
10345
10346 2003-07-24 Markus Rost <rost@math.ohio-state.edu>
10347
10348 * buffers.texi (List Buffers): Fix previous change.
10349
10350 2003-07-13 Markus Rost <rost@math.ohio-state.edu>
10351
10352 * buffers.texi (List Buffers): Adjust to new format of *Buffer
10353 List*.
10354
10355 2003-07-07 Luc Teirlinck <teirllm@mail.auburn.edu>
10356
10357 * display.texi (Font Lock): Fix typo.
10358
10359 2003-07-07 Richard M. Stallman <rms@gnu.org>
10360
10361 * display.texi (Font Lock): Add xref for format info on
10362 font-lock-remove-keywords.
10363
10364 * building.texi (Compilation): Document what happens with asynch
10365 children of compiler process.
10366
10367 * help.texi (Library Keywords): Use @multitable.
10368
10369 2003-06-04 Richard M. Stallman <rms@gnu.org>
10370
10371 * programs.texi (Expressions): Delete C-M-DEL.
10372
10373 * misc.texi (Shell Options): Clarify comint-scroll-show-maximum-output.
10374 comint-move-point-for-output renamed from
10375 comint-scroll-to-bottom-on-output.
10376
10377 * custom.texi (Init Rebinding): Replace previous change with xref.
10378 (Non-ASCII Rebinding): Explain that issue more briefly here.
10379
10380 2003-05-28 Richard M. Stallman <rms@gnu.org>
10381
10382 * indent.texi (Indentation): Condense, simplify, clarify prev change.
10383
10384 2003-05-28 Nick Roberts <nick@nick.uklinux.net>
10385
10386 * building.texi (GDB Graphical Interface): New node.
10387 (Rewritten somewhat by RMS.)
10388
10389 2003-05-28 Kai Großjohann <kai.grossjohann@gmx.net>
10390
10391 * custom.texi (Init Rebinding): Xref Non-ASCII Rebinding, for
10392 non-English letters. Explain how to set coding systems correctly
10393 and how to include the right coding cookie in the file.
10394
10395 2003-05-22 Kai Großjohann <kai.grossjohann@gmx.net>
10396
10397 * indent.texi (Indentation): Explain the concepts.
10398 (Just Spaces): Explain why preventing tabs for indentation might
10399 be useful.
10400
10401 2003-04-16 Richard M. Stallman <rms@gnu.org>
10402
10403 * search.texi (Regexps): Ref to Lisp manual for more regexp features.
10404
10405 2003-02-22 Alex Schroeder <alex@emacswiki.org>
10406
10407 * cmdargs.texi (General Variables): Document SMTPSERVER.
10408
10409 * sending.texi: Remove SMTP node.
10410 (Mail Sending): Describe `send-mail-function'. Link to SMTP
10411 library.
10412
10413 2003-02-22 Alex Schroeder <alex@emacswiki.org>
10414
10415 * sending.texi (Sending via SMTP): Explain MTA/MUA.
10416
10417 2003-02-22 Simon Josefsson <jas@extundo.com>
10418
10419 * sending.texi (Mail Methods): Add node about SMTP.
10420
10421 2003-02-17 Jan Djärv <jan.h.d@swipnet.se>
10422
10423 * xresources.texi (GTK names in Emacs): Add emacs-toolbar - GtkToolbar.
10424
10425 2003-02-01 Kevin Ryde <user42@zip.com.au>
10426
10427 * glossary.texi (Glossary): Correction to cl cross reference.
10428
10429 2003-01-20 Richard M. Stallman <rms@gnu.org>
10430
10431 * killing.texi (Rectangles): Document C-x c r.
10432
10433 2003-01-19 Jan Djärv <jan.h.d@swipnet.se>
10434
10435 * xresources.texi (GTK resources): New node.
10436 (GTK widget names): New node.
10437 (GTK names in Emacs): New node.
10438 (GTK styles): New node.
10439
10440 2003-01-09 Francesco Potortì <pot@gnu.org>
10441
10442 * maintaining.texi (Create Tags Table): Add reference to the new
10443 `etags --help --lang=LANG' option.
10444
10445 2002-10-02 Karl Berry <karl@gnu.org>
10446
10447 * emacs.texi: Per rms, update all manuals to use @copying instead of
10448 @ifinfo. Also use @ifnottex instead of @ifinfo around the top node,
10449 where needed for the sake of the HTML output.
10450
10451 2001-12-20 Eli Zaretskii <eliz@is.elta.co.il>
10452
10453 * Makefile.in (EMACSSOURCES): Update the list of Emacs manual
10454 source files.
10455
10456 2001-11-16 Eli Zaretskii <eliz@is.elta.co.il>
10457
10458 * Makefile.in (emacsman): New target.
10459
10460 2001-10-20 Gerd Moellmann <gerd@gnu.org>
10461
10462 * (Version 21.1 released.)
10463
10464 2001-10-05 Gerd Moellmann <gerd@gnu.org>
10465
10466 * Branch for 21.1.
10467
10468 2001-03-05 Gerd Moellmann <gerd@gnu.org>
10469
10470 * Makefile.in (mostlyclean, maintainer-clean): Delete more files.
10471
10472 2000-05-31 Stefan Monnier <monnier@cs.yale.edu>
10473
10474 * .cvsignore (*.tmp): New entry. Seems to be used for @macro.
10475
10476 1999-07-12 Richard Stallman <rms@gnu.org>
10477
10478 * Version 20.4 released.
10479
10480 1998-12-04 Markus Rost <rost@delysid.gnu.org>
10481
10482 * Makefile.in (INFO_TARGETS): Delete customize.info.
10483 (DVI_TARGETS): Delete customize.dvi.
10484 (../info/customize, customize.dvi): Targets deleted.
10485
10486 1998-08-19 Richard Stallman <rms@psilocin.ai.mit.edu>
10487
10488 * Version 20.3 released.
10489
10490 1998-05-06 Richard Stallman <rms@psilocin.gnu.org>
10491
10492 * Makefile.in (EMACSSOURCES): Add mule.texi.
10493 Add msdog.texi, ack.texi. Remove gnu1.texi.
10494
10495 1998-04-06 Andreas Schwab <schwab@gnu.org>
10496
10497 * Makefile.in (ENVADD): Environment vars to pass to texi2dvi.
10498 Use it in dvi targets.
10499
10500 1997-09-23 Paul Eggert <eggert@twinsun.com>
10501
10502 * Makefile.in: Merge changes mistakenly made to `Makefile'.
10503 (INFO_TARGETS): Change ../info/custom to ../info/customize.
10504 (../info/customize): Rename from ../info/custom.
10505
10506 1997-09-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10507
10508 * Version 20.2 released.
10509
10510 1997-09-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10511
10512 * Version 20.1 released.
10513
10514 1997-08-24 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10515
10516 * Makefile (../info/customize, customize.dvi): New targets.
10517 (INFO_TARGETS): Add ../info/customize.
10518 (DVI_TARGETS): Add customize.dvi.
10519
10520 1996-08-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10521
10522 * Version 19.33 released.
10523
10524 1996-07-31 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10525
10526 * Version 19.32 released.
10527
10528 1996-06-20 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10529
10530 * Makefile.in (All info targets): cd $(srcdir) to do the work.
10531
10532 1996-06-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10533
10534 * Makefile.in (All info targets): Specify $(srcdir) in input files.
10535 Specify -I option.
10536 (All dvi targets): Set the TEXINPUTS variable.
10537
10538 1996-05-25 Karl Heuer <kwzh@gnu.ai.mit.edu>
10539
10540 * Version 19.31 released.
10541
10542 1995-11-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10543
10544 * Version 19.30 released.
10545
10546 1995-02-07 Richard Stallman <rms@pogo.gnu.ai.mit.edu>
10547
10548 * Makefile.in (maintainer-clean): Rename from realclean.
10549
10550 1994-11-23 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10551
10552 * Makefile.in: New file.
10553 * Makefile: File deleted.
10554
10555 1994-11-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10556
10557 * Makefile (TEXINDEX_OBJS): Variable deleted.
10558 (texindex, texindex.o, getopt.o): Rules deleted.
10559 All deps on texindex deleted.
10560 (distclean): Don't delete texindex.
10561 (mostlyclean): Don't delete *.o.
10562 * texindex.c, getopt.c: Files deleted.
10563
10564 1994-09-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10565
10566 * Version 19.26 released.
10567
10568 1994-07-02 Richard Stallman (rms@gnu.ai.mit.edu)
10569
10570 * Makefile (EMACSSOURCES): Exclude undo.texi.
10571
10572 1994-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10573
10574 * Version 19.25 released.
10575
10576 1994-05-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10577
10578 * Version 19.24 released.
10579
10580 1994-05-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10581
10582 * Version 19.23 released.
10583
10584 1994-04-17 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10585
10586 * Makefile: Delete spurious tab.
10587
10588 1994-02-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10589
10590 * Makefile (.SUFFIXES): New rule.
10591
10592 1993-12-04 Richard Stallman (rms@srarc2)
10593
10594 * getopt.c: New file.
10595 * Makefile (TEXINDEX_OBJS): Use getopt.o in this dir, not ../lib-src.
10596 (getopt.o): New rule.
10597 (dvi): Don't depend on texindex.
10598 (emacs.dvi): Depend on texindex.
10599
10600 1993-12-03 Richard Stallman (rms@srarc2)
10601
10602 * Makefile (TEXI2DVI): New variable.
10603 (emacs.dvi): Add explicit command.
10604 (TEXINDEX_OBJS): Delete duplicate getopt.o.
10605
10606 1993-11-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10607
10608 * Version 19.22 released.
10609
10610 1993-11-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10611
10612 * Makefile (TEXINDEX_OBJS): Delete spurious period.
10613
10614 1993-11-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10615
10616 * Version 19.21 released.
10617
10618 1993-11-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10619
10620 * Makefile (realclean): Don't delete the Info files.
10621
10622 1993-10-25 Brian J. Fox (bfox@albert.gnu.ai.mit.edu)
10623
10624 * frames.texi (Creating Frames): Mention `C-x 5' instead of `C-x
10625 4' where appropriate.
10626
10627 1993-10-20 Brian J. Fox (bfox@ai.mit.edu)
10628
10629 * Makefile: Fix targets for texindex.
10630
10631 * texindex.c: Include "../src/config.h" if building in emacs.
10632
10633 * Makefile: Change all files to FILENAME.texi, force all targets
10634 to be FILENAME, not FILENAME.info.
10635 Add target to build texindex.c, defining `emacs'.
10636
10637 1993-08-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10638
10639 * Version 19.19 released.
10640
10641 1993-08-08 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10642
10643 * Version 19.18 released.
10644
10645 1993-07-20 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10646
10647 * Makefile: Fix source file names of the separate manuals.
10648
10649 1993-07-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10650
10651 * Version 19.17 released.
10652
10653 1993-07-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10654
10655 * split-man: Fix typos in last change.
10656
10657 1993-07-06 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
10658
10659 * Version 19.16 released.
10660
10661 1993-06-19 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10662
10663 * version 19.15 released.
10664
10665 1993-06-18 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
10666
10667 * Makefile (distclean): It's rm, not rf.
10668
10669 1993-06-17 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10670
10671 * Version 19.14 released.
10672
10673 1993-06-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10674
10675 * Makefile: New file.
10676
10677 1993-06-08 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10678
10679 * Version 19.13 released.
10680
10681 1993-05-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
10682
10683 * Version 19.9 released.
10684
10685 1993-05-25 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10686
10687 * Version 19.8 released.
10688
10689 1993-05-25 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10690
10691 * cmdargs.texi: Document the -i, -itype, and -iconic options.
10692
10693 * trouble.texi: It's `enable-flow-control-on', not
10694 `evade-flow-control-on'.
10695
10696 1993-05-24 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10697
10698 * display.texi: Document standard-display-european.
10699
10700 1993-05-22 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
10701
10702 * Version 19.7 released.
10703
10704 * emacs.texi: Add a sentence to the top menu mentioning the
10705 specific version of Emacs this manual applies to.
10706
10707 1993-04-25 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
10708
10709 * basic.texi: Document next-line-add-lines variable used to
10710 implement down-arrow.
10711
10712 * killing.texi: Document kill-whole-line.
10713
10714 1993-04-18 Noah Friedman (friedman@nutrimat.gnu.ai.mit.edu)
10715
10716 * text.texi: Update unix TeX ordering information.
10717
10718 1993-03-26 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
10719
10720 * news.texi: Mention fill-rectangle in keybinding list.
10721
10722 * killing.texi: Document fill-rectangle.
10723
10724 1993-03-17 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
10725
10726 * vc.texi: Bring the docs up to date with VC 5.2.
10727
10728 1992-01-10 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
10729
10730 * emacs.tex: Mention blackbox and gomoku under Amusements.
10731 Assembler mode is now mentioned and appropriately indexed
10732 under Programming Modes.
10733
10734 1991-02-15 Robert J. Chassell (bob@wookumz.ai.mit.edu)
10735
10736 * emacs.tex: Update TeX ordering information.
10737
10738 1990-06-26 David Lawrence (tale@geech)
10739
10740 * emacs.tex: Note that completion-ignored-extensions is not used
10741 to filter out names when all completions are displayed in
10742 *Completions*.
10743
10744 1990-05-25 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
10745
10746 * texindex.c: If USG, include sys/types.h and sys/fcntl.h.
10747
10748 1990-03-21 Jim Kingdon (kingdon@pogo.ai.mit.edu)
10749
10750 * emacs.tex: Add @findex grep.
10751
10752 1988-08-16 Robert J. Chassell (bob@frosted-flakes.ai.mit.edu)
10753
10754 * emacs.tex: Correct two typos. No other changes before
10755 Version 19 will be made.
10756
10757 1988-05-23 Robert J. Chassell (bob@frosted-flakes.ai.mit.edu)
10758
10759 * emacs.tex: Update information for obtaining TeX distribution from the
10760 University of Washington.
10761
10762 ;; Local Variables:
10763 ;; coding: utf-8
10764 ;; End:
10765
10766 Copyright (C) 1993-1999, 2001-2014 Free Software Foundation, Inc.
10767
10768 This file is part of GNU Emacs.
10769
10770 GNU Emacs is free software: you can redistribute it and/or modify
10771 it under the terms of the GNU General Public License as published by
10772 the Free Software Foundation, either version 3 of the License, or
10773 (at your option) any later version.
10774
10775 GNU Emacs is distributed in the hope that it will be useful,
10776 but WITHOUT ANY WARRANTY; without even the implied warranty of
10777 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
10778 GNU General Public License for more details.
10779
10780 You should have received a copy of the GNU General Public License
10781 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.