]> code.delx.au - gnu-emacs/blob - doc/emacs/ChangeLog.1
Update copyright year to 2016
[gnu-emacs] / doc / emacs / ChangeLog.1
1 2015-03-29 Dani Moncayo <dmoncayo@gmail.com>
2
3 * files.texi (Diff Mode): Doc fix.
4
5 2015-03-18 Eli Zaretskii <eliz@gnu.org>
6
7 * misc.texi (Term Mode):
8 * programs.texi (Basic Indent, Custom C Indent):
9 * mini.texi (Minibuffer History):
10 * text.texi (Org Mode):
11 * display.texi (View Mode): Use @kbd where @key was mistakenly
12 used. (Bug#20135)
13
14 2015-03-18 Eli Zaretskii <eliz@gnu.org>
15
16 * basic.texi (Moving Point): Improve indexing for HOME and END.
17
18 * cmdargs.texi (General Variables): Improve indexing for
19 environment variables.
20
21 * msdog.texi (Windows HOME):
22 * msdog-xtra.texi (MS-DOS File Names): Remove markup from HOME in
23 the index entries. (Bug#20105)
24
25 2015-02-26 Eli Zaretskii <eliz@gnu.org>
26
27 * msdog.texi (Windows Files): Document characters invalid in
28 Windows file names. (Bug#19463)
29
30 * custom.texi (Customization Groups): Update the looks of the
31 Customize Group buffer.
32
33 * programs.texi (Hungry Delete): Fix a typo: "C-d" instead of
34 "C-c C-d" in hungry-delete mode.
35
36 2015-02-26 Eli Zaretskii <eliz@gnu.org>
37
38 * mule.texi (Language Environments): Work around refill bug in
39 makeinfo 4.x. (Bug#19697)
40
41 2015-01-28 Eli Zaretskii <eliz@gnu.org>
42
43 * cmdargs.texi (Action Arguments): Clarify into which buffer
44 '--insert' inserts. (Bug#19694)
45
46 * programs.texi (Custom C Indent): Fix a typo. (Bug#19647)
47
48 2015-01-27 Ivan Shmakov <ivan@siamics.net>
49
50 * files.texi (File Archives): Document "I" for tar-new-entry.
51 (Bug#19274)
52
53 2014-12-31 Paul Eggert <eggert@cs.ucla.edu>
54
55 Less 'make' chatter for Emacs doc
56 * Makefile.in (AM_DEFAULT_VERBOSITY, AM_V_GEN, am__v_GEN_)
57 (am__v_GEN_0, am__v_GEN_1): New macros, from ../../src/Makefile.in.
58 (ENVADD, $(buildinfodir)/emacs.info, emacs.html):
59 Use them.
60
61 2014-12-27 Eli Zaretskii <eliz@gnu.org>
62
63 * buffers.texi (Kill Buffer): Improve indexing.
64
65 2014-12-24 Stephen Leake <stephen_leake@stephe-leake.org>
66
67 * trouble.texi: Move user-level information from CONTRIBUTE here.
68
69 2014-12-14 Alan Mackenzie <acm@muc.de>
70
71 * display.texi (Scrolling): fast-but-imprecise-scrolling.
72 Describe new variable.
73
74 2014-12-14 Cameron Desautels <camdez@gmail.com>
75
76 * custom.texi (Saving Customizations): Mention
77 `custom-prompt-customize-unsaved-options'.
78
79 2014-12-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
80
81 * misc.texi (Network Security): Mention the new protocol-level
82 `high' NSM checks.
83
84 2014-12-08 Eric S. Raymond <esr@snark.thyrsus.com>
85
86 * maintaining.texi: Suopport fo Arch has been moved to obosolete,
87 remove references that imply otherwise.
88
89 2014-11-29 Paul Eggert <eggert@cs.ucla.edu>
90
91 Lessen focus on ChangeLog files, as opposed to change log entries.
92 * maintaining.texi (Change Log): Mention that ChangeLog files may
93 be copied to or from a version control system.
94 * trouble.texi (Sending Patches): Point to the commit messages.
95
96 2014-11-29 Eli Zaretskii <eliz@gnu.org>
97
98 * maintaining.texi (Switching Branches): Mention "C-x v r".
99 Correct commands for switching branches in various VCSs.
100
101 2014-11-27 Tassilo Horn <tsdh@gnu.org>
102
103 * misc.texi (DocView Slicing): Describe how to slice with the
104 mouse. Fix command mentioned by slice by BoundingBox paragraph.
105 (Bug#18040)
106
107 2014-11-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
108
109 * misc.texi (Network Security): Use "untrustworthy" instead of
110 "unsafe".
111
112 2014-11-24 Eli Zaretskii <eliz@gnu.org>
113
114 * misc.texi (Network Security): Improve wording and indexing of
115 last change.
116
117 2014-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
118
119 * misc.texi (Gnus Summary Buffer): Move the Network Security
120 Manager stuff here from the lispref manual.
121
122 2014-11-21 Eli Zaretskii <eliz@gnu.org>
123
124 * maintaining.texi (Version Control Systems): Move "@end itemize"
125 past the last @item.
126
127 2014-11-21 H. Dieter Wilhelm <dieter@duenenhof-wilhelm.de>
128
129 * maintaining.texi (Version Control Systems): Fix a typo.
130
131 2014-11-20 Eric S. Raymond <esr@snark.thyrsus.com>
132
133 * maintaining.texi: Document SRC support.
134
135 2014-11-10 Glenn Morris <rgm@gnu.org>
136
137 * Makefile.in (top_srcdir, version): New, set by configure.
138 (doc-emacsver): New rule.
139 (bootstrap-clean, maintainer-clean): Delete emacsver.texi.
140 (emacsver.texi.in): Rename from emacsver.texi.
141
142 2014-11-09 Juri Linkov <juri@jurta.org>
143
144 * search.texi (Other Repeating Search): Add documentation for
145 multi-isearch-files and multi-isearch-files-regexp. (Bug#13592)
146
147 2014-11-09 Glenn Morris <rgm@gnu.org>
148
149 * Makefile.in (version): Remove variable.
150 (clean): No longer delete dist tarfile.
151 (dist): Remove rule; replace with code in admin.el.
152
153 2014-11-03 Glenn Morris <rgm@gnu.org>
154
155 * programs.texi (Misc for Programs): Fix typo.
156
157 2014-10-30 Eli Zaretskii <eliz@gnu.org>
158
159 * frames.texi (Scroll Bars): Improve indexing of faces.
160
161 * killing.texi (Secondary Selection): Improve indexing of faces.
162
163 * search.texi (Basic Isearch, Query Replace): Improve indexing of faces.
164
165 * display.texi (Standard Faces, Text Display)
166 (Useless Whitespace): Improve indexing of faces.
167
168 * frames.texi (Frame Commands): Document and index
169 'frame-resize-pixelwise'.
170
171 * windows.texi (Split Window): Document and index
172 'window-resize-pixelwise'.
173
174 2014-10-22 Tassilo Horn <tsdh@gnu.org>
175
176 * misc.texi (Document View): Adapt to latest doc-view changes wrt
177 viewing the document's plain text contents.
178
179 2014-10-20 Glenn Morris <rgm@gnu.org>
180
181 * Merge in all changes up to 24.4 release.
182
183 2014-10-13 Glenn Morris <rgm@gnu.org>
184
185 * Makefile.in (dist): Update for new output variables.
186
187 2014-10-12 Paul Eggert <eggert@cs.ucla.edu>
188
189 * macos.texi (Mac OS / GNUstep, Mac / GNUstep Basics)
190 (Mac / GNUstep Customization): Mac OS X 10.6 or later now required.
191
192 2014-10-09 Glenn Morris <rgm@gnu.org>
193
194 * package.texi (Package Menu): The package list was changed to not
195 say "unsigned" any more.
196
197 2014-10-05 Glenn Morris <rgm@gnu.org>
198
199 * misc.texi (Sorting):
200 * search.texi (Query Replace): Markup fixes.
201
202 2014-10-04 Martin Rudalics <rudalics@gmx.at>
203
204 * frames.texi (Scroll Bars): Describe use of horizontal scroll bars.
205
206 2014-10-04 Glenn Morris <rgm@gnu.org>
207
208 * cmdargs.texi (Misc X):
209 * display.texi (Optional Mode Line):
210 * misc.texi (emacsclient Options):
211 * vc1-xtra.texi (VC Delete/Rename): Small fixes re @var usage.
212
213 * killing.texi (Rectangles): Copyedits re rectangle-mark-mode.
214 (CUA Bindings): Mention rectangle-mark-mode.
215
216 2014-10-03 Martin Rudalics <rudalics@gmx.at>
217
218 * frames.texi (Frame Commands):
219 * cmdargs.texi (Window Size X): Mention the use of
220 `frame-resize-pixelwise' to make frames truly fullscreen or maximized.
221
222 2014-10-02 Glenn Morris <rgm@gnu.org>
223
224 * package.texi (Package Installation): Mention etc/package-keyring.gpg.
225
226 2014-09-29 Eli Zaretskii <eliz@gnu.org>
227
228 * emacsver.texi (EMACSVER): Bump to 20.0.50.
229
230 2014-09-15 Daniel Colascione <dancol@dancol.org>
231
232 * regs.texi (Text Registers): Update end-user documentation
233 to reflect `insert-register' interface change.
234
235 2014-08-07 Reuben Thomas <rrt@sc3d.org>
236
237 * programs.texi (Program Modes): Don't advertise VMS DCL support
238 any more.
239
240 2014-08-07 Reuben Thomas <rrt@sc3d.org>
241
242 Refer to MS-DOS using the same name everywhere.
243
244 * Makefile.in (EMACSSOURCES): ``MS-DOG'', ``MSDOG'' and ``msdog''
245 become ``MS-DOS''; ``msdog'' in filenames becomes ``msdos''.
246 * emacs-xtra.texi: ditto.
247 * emacs.texi: ditto.
248 * makefile.w32-in: ditto.
249 * msdog-xtra.texi: ditto, and rename file.
250 * msdog.texi: ditto, and rename file.
251
252 2014-07-21 Glenn Morris <rgm@gnu.org>
253
254 * emacs.texi (Intro): Workaround makeinfo 4 @acronym bug. (Bug#18040)
255
256 2014-07-09 Juri Linkov <juri@jurta.org>
257
258 * search.texi (Regexp Search): Update lax space matching that is
259 not active in regexp search by default now. (Bug#17901)
260
261 2014-07-03 Glenn Morris <rgm@gnu.org>
262
263 * help.texi (Misc Help):
264 * trouble.texi (Checklist): "Online" help doesn't mean what it
265 used to any more.
266
267 2014-06-23 Glenn Morris <rgm@gnu.org>
268
269 * Makefile.in (%.texi): Disable implicit rules.
270 (mkinfodir): Remove.
271 (.dvi.ps): Replace with pattern rule.
272 (${buildinfodir}): New rule.
273 ($(buildinfodir)/emacs.info): Use order-only prereq for output dir.
274 Use $<.
275 (emacs.dvi, emacs.pdf, emacs.html, emacs-xtra.dvi, emacs-xtra.pdf):
276 Use $<.
277 (%.ps): New rule.
278
279 2014-06-15 Glenn Morris <rgm@gnu.org>
280
281 * Makefile.in (bootstrap-clean): New.
282
283 2014-06-10 Glenn Morris <rgm@gnu.org>
284
285 * Makefile.in (INFO_EXT): Remove and replace by ".info" throughout.
286 (INFO_OPTS): Set directly rather than with configure.
287
288 2014-06-08 Glenn Morris <rgm@gnu.org>
289
290 * entering.texi (Entering Emacs): Small fix re initial-buffer-choice.
291 * misc.texi (emacsclient Options): Copyedit.
292
293 * buffers.texi (Uniquify): Copyedits.
294 * files.texi (Visiting): Update for uniquify changes.
295
296 * dired.texi (Marks vs Flags):
297 * rmail.texi (Rmail Scrolling): Markup fixes re SPC.
298
299 * help.texi (Help, Misc Help): Copyedits.
300
301 * screen.texi (Menu Bar): Copyedits.
302 * msdog.texi (Windows Keyboard): F10 menus are now a general feature.
303
304 * frames.texi (Frame Commands): Copyedits re M-F10, F11.
305 * cmdargs.texi (Window Size X): Copyedits.
306
307 * ack.texi (Acknowledgments):
308 * emacs.texi (Acknowledgments): Updates.
309
310 2014-06-08 Glenn Morris <rgm@gnu.org>
311
312 * ack.texi (Acknowledgments):
313 * emacs.texi (Acknowledgments): Updates.
314
315 * programs.texi (Prettifying Symbols): Remove node.
316 (Misc for Programs): Mention more briefly here.
317 * emacs.texi (Top): Update menu.
318
319 * package.texi (Package Menu, Package Installation):
320 Mention signed packages.
321 (Package Installation): Mention package-pinned-packages.
322
323 2014-06-02 Glenn Morris <rgm@gnu.org>
324
325 * ack.texi (Acknowledgments): Remove some obsolete items.
326 * misc.texi [iftex]: Update chapter summary.
327 (Emulation): Remove section.
328
329 * macos.texi (Mac / GNUstep Customization): Mention ns custom group.
330 (Customization options specific to Mac OS / GNUstep): Remove section.
331
332 * abbrevs.texi (Expanding Abbrevs): Update re abbrev-expand-function.
333
334 2014-05-26 Eli Zaretskii <eliz@gnu.org>
335
336 * frames.texi (Fonts): Clarify which frames are affected by
337 setting font from the menu and in default-frame-alist.
338 (Bug#17532)
339
340 2014-05-14 Eli Zaretskii <eliz@gnu.org>
341
342 * mule.texi (Language Environments): Remove unused @anchor. (Bug#17479)
343
344 2014-05-04 Eli Zaretskii <eliz@gnu.org>
345
346 * trouble.texi (Lossage, DEL Does Not Delete, Stuck Recursive)
347 (Screen Garbled, Text Garbled, After a Crash, Emergency Escape)
348 (Bug Criteria, Understanding Bug Reporting, Checklist, Service):
349 Improve indexing.
350
351 2014-05-04 Leo Liu <sdl.web@gmail.com>
352
353 * cal-xtra.texi (Non-Gregorian Diary): Document new features for
354 Chinese calendar and diary.
355
356 2014-04-30 Eli Zaretskii <eliz@gnu.org>
357
358 * trouble.texi (Quitting, DEL Does Not Delete, Emergency Escape)
359 (Bug Criteria): Fix usage of @kbd and @key. (Bug#17362)
360
361 * text.texi (Words, Pages, Foldout, HTML Mode): Fix usage of @kbd
362 and @key.
363
364 * search.texi (Special Isearch, Regexp Search): Fix usage of @kbd
365 and @key.
366
367 * screen.texi (Echo Area, Menu Bar): Fix usage of @kbd and @key.
368
369 * rmail.texi (Rmail Scrolling): Fix usage of @kbd and @key.
370
371 * programs.texi (Hungry Delete, Other C Commands): Fix usage of
372 @kbd and @key.
373
374 * picture-xtra.texi (Insert in Picture): Fix usage of @kbd and
375 @key.
376
377 * mule.texi (Unibyte Mode, Bidirectional Editing): Fix usage of
378 @kbd and @key.
379
380 * msdog.texi (Windows Keyboard, Windows Processes): Fix usage of
381 @kbd and @key.
382
383 * msdog-xtra.texi (MS-DOS Keyboard, MS-DOS Printing)
384 (MS-DOS Processes): Fix usage of @kbd and @key.
385
386 * misc.texi (Shell Ring, Printing Package): Fix usage of @kbd and
387 @key.
388
389 * mini.texi (Completion Commands, Minibuffer History): Fix usage
390 of @kbd and @key.
391
392 * kmacro.texi (Keyboard Macro Step-Edit): Fix usage of @kbd and
393 @key.
394
395 * killing.texi (Deletion, Rectangles, CUA Bindings): Fix usage of
396 @kbd and @key.
397
398 * indent.texi (Indentation Commands): Fix usage of @kbd and @key.
399
400 * help.texi (Help Mode, Misc Help): Fix usage of @kbd and @key.
401
402 * glossary.texi (Glossary): Fix usage of @kbd and @key.
403
404 * frames.texi (Speedbar): Fix usage of @kbd and @key.
405
406 * files.texi (Misc File Ops, File Name Cache, File Conveniences)
407 (Filesets): Fix usage of @kbd and @key.
408
409 * display.texi (View Mode): Fix usage of @kbd and @key.
410
411 * dired.texi (Image-Dired): Fix usage of @kbd and @key.
412
413 * custom.texi (Modifier Keys, Function Keys, Named ASCII Chars)
414 (Init Syntax): Fix usage of @kbd and @key.
415
416 * commands.texi (User Input): Fix usage of @kbd and @key.
417
418 * calendar.texi (Counting Days, General Calendar): Fix usage of
419 @kbd and @key.
420
421 * building.texi (Threads Buffer): Fix usage of @kbd and @key.
422
423 * buffers.texi (Select Buffer, Icomplete): Fix usage of @kbd and
424 @key.
425
426 * basic.texi (Inserting Text, Erasing, Arguments): Fix usage of
427 @kbd and @key.
428
429 * anti.texi (Antinews): Fix usage of @kbd and @key.
430
431 * sending.texi (Mail Signature): Document signature variables used
432 by Message mode. (Bug#17308)
433
434 2014-04-22 Eli Zaretskii <eliz@gnu.org>
435
436 * buffers.texi (Uniquify): Clarify the default uniquification.
437
438 * indent.texi (Tab Stops): Improve wording.
439
440 * cmdargs.texi (General Variables): Improve docs of
441 EMACSLOADPATH. Index all the environment variables.
442 (Misc Variables): Index all the environment variables.
443
444 2014-04-17 Paul Eggert <eggert@cs.ucla.edu>
445
446 * Makefile.in (infoclean): Be consistent about reporting failures.
447 Do not fail merely because the info directory does not exist,
448 but do fail if it exists and can't be cleaned.
449
450 2014-04-16 Eli Zaretskii <eliz@gnu.org>
451
452 * display.texi (Cursor Display): Explain better how to customize
453 'blink-cursor-blinks'.
454
455 2014-04-07 Glenn Morris <rgm@gnu.org>
456
457 * trouble.texi (Checklist): Dribble files may contain passwords.
458
459 * files.texi (Backup Names):
460 * arevert-xtra.texi (Supporting additional buffers):
461 Update for default values of some -function vars no longer being nil.
462 (Supporting additional buffers):
463 Update for buffer-stale-function also applying to file-buffers.
464
465 2014-03-28 Glenn Morris <rgm@gnu.org>
466
467 * custom.texi (Terminal Init): Mention term-file-aliases.
468
469 2014-03-26 Glenn Morris <rgm@gnu.org>
470
471 * ack.texi (Acknowledgments): Remove reference to obsolete file.
472
473 2014-03-22 Glenn Morris <rgm@gnu.org>
474
475 * help.texi (Help Files): Update C-h g description.
476
477 2014-03-16 Dmitry Gutov <dgutov@yandex.ru>
478
479 * programs.texi (Matching): Update the missed spot. (Bug#17008)
480
481 2014-03-15 Dmitry Gutov <dgutov@yandex.ru>
482
483 * programs.texi (Matching): Update WRT to the new
484 `blink-matching-paren' behavior.
485
486 2014-03-13 Paul Eggert <eggert@cs.ucla.edu>
487
488 * mule.texi (International, Language Environments):
489 Update the list of language environments to what Emacs currently
490 supports. Add the full list to the index. Suggest C-h L for
491 details rather than trying to give very brief details here.
492
493 2014-03-12 Glenn Morris <rgm@gnu.org>
494
495 * cmdargs.texi (General Variables): Don't mention INCPATH,
496 from the obsolete complete.el.
497
498 2014-03-12 Paul Eggert <eggert@cs.ucla.edu>
499
500 * mule.texi (International Chars): Adjust C-u C-x = description.
501 Change it to match Emacs's current behavior. Also, change the
502 example to use ê instead of À, as the isolated grave accent in the
503 latter's decomposition listing was confusingly transliterated to
504 left single quote in the PDF version of the manual.
505
506 2014-03-12 Glenn Morris <rgm@gnu.org>
507
508 * misc.texi (Saving Emacs Sessions): Be briefer about desktop's
509 handling of frames.
510
511 * indent.texi (Indent Convenience): Mention electric-indent-local-mode.
512
513 2014-03-02 Xue Fuqiao <xfq@gnu.org>
514
515 * mark.texi (Mark):
516 * killing.texi (Rectangles): Document `rectangle-mark-mode'.
517
518 2014-03-01 Glenn Morris <rgm@gnu.org>
519
520 * search.texi (Query Replace): Mention search-invisible.
521 * text.texi (Outline Visibility): Mention search-invisible
522 also affects query-replace.
523
524 2014-02-28 Xue Fuqiao <xfq@gnu.org>
525
526 * emacs.texi (Top):
527 * programs.texi (Programs, Prettifying Symbols):
528 Document `prettify-symbols-mode' and `global-prettify-symbols-mode'.
529
530 * misc.texi (Saving Emacs Sessions):
531 Document some new desktop user options.
532
533 2014-02-27 Xue Fuqiao <xfq@gnu.org>
534
535 * programs.texi (Basic Indent, Other C Commands):
536 Fix the description of RET and `C-j'.
537
538 * indent.texi (Indentation Commands): Move the description of
539 `C-j' from here...
540 * basic.texi (Inserting Text): ... to here.
541
542 2014-02-25 Glenn Morris <rgm@gnu.org>
543
544 * custom.texi (Terminal Init):
545 Replace term-setup-hook with tty-setup-hook.
546
547 2014-02-23 Glenn Morris <rgm@gnu.org>
548
549 * rmail.texi (Rmail Inbox): Mention rmail-mbox-format.
550
551 2014-02-20 Glenn Morris <rgm@gnu.org>
552
553 * search.texi (Special Isearch): Mention invisible text.
554 * text.texi (Outline Visibility): Mention `M-s i' in isearch.
555
556 2014-02-18 Glenn Morris <rgm@gnu.org>
557
558 * trouble.texi (Contributing) [WWW_GNU_ORG]: Link to
559 gnu.org version of etc/CONTRIBUTE in html output.
560
561 * misc.texi (Saving Emacs Sessions): Mention desktop-auto-save-timeout.
562
563 2014-02-17 Stefan Monnier <monnier@iro.umontreal.ca>
564
565 * programs.texi (Matching): Fix typo.
566
567 * killing.texi (CUA Bindings): Document the new relationship between
568 cua-mode and delete-selection mode.
569 (CUA Bindings): Mention that rectangle mode can be used on its own.
570
571 2014-02-14 Glenn Morris <rgm@gnu.org>
572
573 * regs.texi (Configuration Registers): Update C-x r f binding.
574
575 2014-02-12 Glenn Morris <rgm@gnu.org>
576
577 * mini.texi (Completion Options): No longer mention icomplete,
578 which has its own section now.
579 * modes.texi (Minor Modes): Update Icomplete xref.
580
581 * help.texi (Package Keywords): Mention describe-package buttons.
582
583 * package.texi (Package Menu): Mention package-menu-filter.
584
585 2014-02-11 Lars Ingebrigtsen <larsi@gnus.org>
586
587 * text.texi (Editing Format Info): Use @samp for menus (bug#13736).
588
589 2014-02-09 Lars Ingebrigtsen <larsi@gnus.org>
590
591 * dired.texi (Hiding Subdirectories): Mention the node for
592 deleting subdirectories (bug#11743).
593
594 2014-02-09 Glenn Morris <rgm@gnu.org>
595
596 * programs.texi (MixedCase Words): Rename node from "Glasses".
597 Move Subword mode here from "Other C Commands" node.
598 (Misc for Programs): Mention Superword mode.
599 * emacs.texi: Update menu.
600
601 2014-02-08 Lars Ingebrigtsen <larsi@gnus.org>
602
603 * regs.texi (File Registers): Clarify metasyntactical variables
604 (bug#13565).
605
606 * search.texi (Search Case): Rearrange text slightly to make it
607 obvious that `M-c' also toggles sensitivity if `case-fold-search'
608 is nil (bug#14726).
609
610 * frames.texi (Mouse Commands): Clarify `mouse-yank-at-click'
611 (bug#16376).
612
613 2014-02-07 Glenn Morris <rgm@gnu.org>
614
615 * display.texi (Highlight Interactively):
616 Mention hi-lock-auto-select-face.
617
618 * anti.texi (Antinews): Fix typo.
619
620 * ack.texi (Acknowledgments): No longer mention obsolete files.
621
622 2014-02-02 Glenn Morris <rgm@gnu.org>
623
624 * regs.texi (Registers): Mention previewing.
625
626 2014-01-29 Glenn Morris <rgm@gnu.org>
627
628 * killing.texi (Deletion): Mention cycle-spacing.
629
630 2014-01-28 Glenn Morris <rgm@gnu.org>
631
632 * text.texi (Fill Commands): Mention fill-single-char-nobreak-p.
633
634 * indent.texi (Tab Stops): Updates for new tab-stop behavior.
635
636 2014-01-27 Glenn Morris <rgm@gnu.org>
637
638 * dired.texi (Misc Dired Features): Copyedits for hide-details.
639
640 * buffers.texi (List Buffers): Tiny edit.
641
642 * calendar.texi (Time Intervals): Update for files in ~/.emacs.d/.
643
644 2014-01-26 Glenn Morris <rgm@gnu.org>
645
646 * ack.texi (Acknowledgments):
647 * programs.texi (Program Modes):
648 Update for delphi.el -> opascal.el renaming.
649
650 * misc.texi (Sorting): Add findex for reverse-region.
651
652 * killing.texi (Deletion): Mention delete-duplicate-lines.
653
654 2014-01-24 Glenn Morris <rgm@gnu.org>
655
656 * ack.texi (Acknowledgments): No longer mention obsolete xesam.el,
657 terminal.el.
658
659 * files.texi (Interlocking): Copyedit.
660
661 2014-01-23 Glenn Morris <rgm@gnu.org>
662
663 * building.texi (Lisp Eval): Update prefix argument behavior
664 of eval-expression, eval-last-sexp.
665
666 2014-01-17 Bastien Guerry <bzg@gnu.org>
667
668 * building.texi (Commands of GUD): Fix keybinding for `gud-break'.
669
670 2014-01-15 Glenn Morris <rgm@gnu.org>
671
672 * files.texi (File Conveniences):
673 * misc.texi (EWW): Copyedits.
674
675 2014-01-10 Glenn Morris <rgm@gnu.org>
676
677 * emacs.texi (Distrib): Add donate URL. Add anchor.
678
679 2014-01-10 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
680
681 * dired.texi (Misc Dired Features): Document `dired-hide-details-mode',
682 `dired-hide-details-hide-symlink-targets', and
683 `dired-hide-details-hide-information-lines'.
684
685 2014-01-09 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
686
687 * emacs.texi: Add EWW.
688 * misc.texi (EWW): Document EWW.
689
690 2014-01-09 Glenn Morris <rgm@gnu.org>
691
692 * trouble.texi (Service): Refer to online service directory
693 rather than etc/SERVICE.
694
695 2014-01-09 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
696
697 * building.texi (Lisp Libraries): Document `load-prefer-newer'.
698
699 * files.texi (File Conveniences): Document `image-next-frame',
700 `image-previous-frame', `image-goto-frame',
701 `image-increase-speed', `image-decrease-speed',
702 `image-reverse-speed', and `image-reset-speed'.
703
704 2014-01-07 Bastien Guerry <bzg@gnu.org>
705
706 * buffers.texi (Buffers): Fix display of @math content by using
707 nested braces. (Bug#16389)
708
709 2014-01-07 Chong Yidong <cyd@gnu.org>
710
711 * search.texi (Special Isearch): Document C-x 8 RET in isearch.
712 (Word Search): Document incremental word search changes.
713 (Isearch Yank): Document M-s C-e with a prefix argument.
714
715 2014-01-07 Glenn Morris <rgm@gnu.org>
716
717 * cal-xtra.texi (Calendar Customizing):
718 Mention calendar-day-header-array.
719
720 2013-12-28 Glenn Morris <rgm@gnu.org>
721
722 * trouble.texi (Understanding Bug Reporting): Brevity.
723
724 2013-12-27 Jarek Czekalski <jarekczek@poczta.onet.pl>
725
726 * mini.texi (Completion Options): Add a link to Shell Options.
727 * misc.texi (Shell Mode): Move documentation of
728 shell-completion-fignore from Shell Mode to Shell Options.
729
730 2013-12-26 João Távora <joaotavora@gmail.com>
731
732 * emacs.texi (Matching): Describe new features of Electric Pair mode.
733
734 2013-12-25 Chong Yidong <cyd@gnu.org>
735
736 * glossary.texi (Glossary): Define MULE in modern terms.
737
738 2013-12-25 Xue Fuqiao <xfq.free@gmail.com>
739
740 * files.texi (Diff Mode): Add an index.
741
742 2013-12-24 Xue Fuqiao <xfq.free@gmail.com>
743
744 * trouble.texi (Understanding Bug Reporting): Minor update.
745 (Checklist): Fix a cross-reference.
746
747 2013-12-23 Xue Fuqiao <xfq.free@gmail.com>
748
749 * regs.texi (Bookmarks): Document `bookmark-default-file'.
750
751 * misc.texi (Shell Mode): Add a cross-reference.
752
753 * building.texi (Lisp Eval): Add an index.
754
755 2013-12-22 Glenn Morris <rgm@gnu.org>
756
757 * entering.texi (Entering Emacs): Typo fix.
758
759 * calendar.texi (General Calendar):
760 * rmail.texi (Rmail Scrolling): Use itemx where appropriate.
761
762 2013-12-22 Eli Zaretskii <eliz@gnu.org>
763
764 * regs.texi (Keyboard Macro Registers): Fix last change.
765
766 2013-12-22 Xue Fuqiao <xfq.free@gmail.com>
767
768 * search.texi (Special Isearch, Query Replace): Document negative
769 argument of replacement commands.
770 (Symbol Search): Document `isearch-forward-symbol-at-point'.
771
772 * files.texi (File Conveniences): Document `image-next-file' and
773 `image-previous-file'.
774
775 * display.texi (Optional Mode Line): Fix an index.
776
777 * regs.texi (File Registers): Document `kmacro-to-register'.
778
779 * indent.texi (Tab Stops): Mention recent changes about `tab-stop-list'.
780
781 * frames.texi (Scroll Bars):
782 Document `scroll-bar-adjust-thumb-portion'.
783
784 2013-12-21 Chong Yidong <cyd@gnu.org>
785
786 * indent.texi (Indentation Commands): Document C-x TAB changes.
787
788 2013-12-20 Tassilo Horn <tsdh@gnu.org>
789
790 * calendar.texi, display.texi, help.texi, rmail.texi:
791 Document `S-SPC' as alternative to scrolling down with `DEL'.
792
793 * frames.texi: Document `toggle-frame-maximized' and
794 `toggle-frame-fullscreen' with their respective keys.
795
796 * buffers.texi: Document buffer name uniquification changes.
797
798 * indent.texi: Document that `electric-indent-mode' is enabled by
799 default.
800
801 * display.texi (Cursor Display): Document `blink-cursor-blinks'.
802
803 * buffers.texi: Update list-buffers "screenshot" to show Messages
804 as major-mode.
805
806 * entering.texi: Document `initial-buffer-choice' changes.
807
808 * misc.texi (emacsclient Options):
809 Document `initial-buffer-choice' changes.
810
811 * help.texi: Document that `?' now also shows subcommands of
812 prefix keys.
813
814 2013-12-17 Chong Yidong <cyd@gnu.org>
815
816 * killing.texi (Appending Kills): Note that append-next-kill can
817 prepend the kill.
818
819 2013-12-12 Eli Zaretskii <eliz@gnu.org>
820
821 * mule.texi (File Name Coding): Document file-name encoding
822 peculiarities on MS-Windows.
823
824 2013-12-12 Glenn Morris <rgm@gnu.org>
825
826 * emacs.texi: Sync direntry with info/dir version.
827
828 2013-12-08 Juanma Barranquero <lekktu@gmail.com>
829
830 * msdog.texi (Windows Keyboard): Fix typo.
831
832 2013-11-30 Glenn Morris <rgm@gnu.org>
833
834 * Makefile.in (distclean): Remove Makefile.
835
836 2013-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
837
838 * buffers.texi (Icomplete): Rename from Iswitchb and
839 rewrite accordingly.
840
841 2013-11-23 Glenn Morris <rgm@gnu.org>
842
843 * cmdargs.texi (General Variables):
844 Empty elements in EMACSLOADPATH now mean the default load-path.
845
846 2013-11-21 Glenn Morris <rgm@gnu.org>
847
848 * cmdargs.texi (Action Arguments): Use path-separator with -L.
849
850 2013-11-04 Glenn Morris <rgm@gnu.org>
851
852 * cmdargs.texi (Action Arguments): Mention that `-L :...' appends.
853
854 2013-11-02 Glenn Morris <rgm@gnu.org>
855
856 * cmdargs.texi (Action Arguments): Clarify `-L' a bit.
857
858 2013-10-23 Glenn Morris <rgm@gnu.org>
859
860 * files.texi, glossary.texi, killing.texi, search.texi, sending.texi:
861 Nuke @refill.
862
863 * Makefile.in (install-dvi, install-html, install-pdf)
864 (install-ps, uninstall-dvi, uninstall-html, uninstall-ps)
865 (uninstall-pdf): Quote entities that might contain whitespace.
866
867 2013-10-20 Xue Fuqiao <xfq.free@gmail.com>
868
869 * custom.texi (Init Syntax, Terminal Init, Terminal Init):
870 Remove @refill.
871
872 2013-10-13 Glenn Morris <rgm@gnu.org>
873
874 * ack.texi (Acknowledgments): Comment out old alpha stuff.
875
876 2013-10-13 Xue Fuqiao <xfq.free@gmail.com>
877
878 * calendar.texi (Special Diary Entries): Remove @refill.
879
880 2013-10-13 Glenn Morris <rgm@gnu.org>
881
882 * display.texi (Text Scale): Update text-scale-adjust details.
883
884 * ack.texi (Acknowledgments):
885 * emacs.texi (Acknowledgments): Use accented form of some names.
886
887 2013-10-08 Eli Zaretskii <eliz@gnu.org>
888
889 * ack.texi (Acknowledgments): Fix spelling of Hrvoje Nikšić's
890 name. (Bug#15557)
891
892 Support menus on text-mode terminals.
893 * screen.texi (Menu Bar): Adapt to TTY menus.
894
895 * frames.texi (Frames): Mention menu support on text terminals.
896
897 * files.texi (Visiting): Mention the "File" menu-bar menu.
898
899 * display.texi (Standard Faces): Mention TTY faces for menus.
900
901 2013-10-06 Xue Fuqiao <xfq.free@gmail.com>
902
903 * cal-xtra.texi (Calendar Customizing, Diary Display): Remove @refill.
904
905 2013-09-29 Xue Fuqiao <xfq.free@gmail.com>
906
907 * fortran-xtra.texi (Fortran Abbrev): Remove @refill.
908
909 2013-09-26 Xue Fuqiao <xfq.free@gmail.com>
910
911 * dired.texi (Flagging Many Files): Use @emph instead of @strong.
912
913 * emacs.texi (Intro): Minor cleanup.
914
915 2013-09-22 Xue Fuqiao <xfq.free@gmail.com>
916
917 * fixit.texi (Transpose, Fixing Case): Remove @refill.
918
919 2013-09-21 Xue Fuqiao <xfq.free@gmail.com>
920
921 * maintaining.texi (VC Directory Commands): Add keybinding for
922 vc-log-incoming in vc-dir.
923 (Log Buffer): Use @emph instead of @strong.
924
925 2013-09-12 Xue Fuqiao <xfq.free@gmail.com>
926
927 * text.texi (Enriched Justification): Explain values of default-justification.
928
929 2013-09-04 Xue Fuqiao <xfq.free@gmail.com>
930
931 * maintaining.texi (VC Ignore): Mention `vc-ignore' with prefix argument.
932
933 2013-08-31 Ulrich Müller <ulm@gentoo.org>
934
935 * xresources.texi (Motif Resources):
936 Rename from LessTif Resources. Update xrefs. (Bug#15145)
937 * emacs.texi: Update menu.
938
939 2013-08-28 Paul Eggert <eggert@cs.ucla.edu>
940
941 * Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
942 for portability to hosts where /bin/sh has problems.
943
944 2013-08-17 Xue Fuqiao <xfq.free@gmail.com>
945
946 * text.texi (Enriched Justification): Minor fixes.
947
948 2013-08-14 Xue Fuqiao <xfq.free@gmail.com>
949
950 * files.texi (Filesets): Add an index.
951
952 2013-08-12 Glenn Morris <rgm@gnu.org>
953
954 * macos.texi (GNUstep Support):
955 * trouble.texi (Checklist, Contributing, Service):
956 Avoid mailto: in html output.
957
958 * Makefile.in (prefix, datarootdir, datadir, PACKAGE_TARNAME)
959 (docdir, dvidir, htmldir, pdfdir, psdir, GZIP_PROG, INSTALL)
960 (INSTALL_DATA): New, set by configure.
961 (HTML_OPTS, DVI_TARGETS, HTML_TARGETS, PDF_TARGETS, PS_TARGETS):
962 New variables.
963 (.SUFFIXES): Add .ps and .dvi.
964 (.dvi.ps): New suffix rule.
965 (dvi, html, pdf, ps): Use *_TARGETS variables.
966 (emacs.ps, emacs-xtra.ps): Remove explicit rules.
967 (emacs.html): Use HTML_OPTS.
968 (clean): Use DVI_TARGETS, HTML_TARGETS, PDF_TARGETS, PS_TARGETS.
969 (.PHONY): install-dvi, install-html, install-pdf, install-ps,
970 install-doc, uninstall-dvi, uninstall-html, uninstall-pdf,
971 uninstall-ps, and uninstall-doc.
972 (install-dvi, install-html, install-pdf, install-ps, install-doc)
973 (uninstall-dvi, uninstall-html, uninstall-ps, uninstall-pdf)
974 (uninstall-doc): New rules.
975
976 2013-07-31 Eli Zaretskii <eliz@gnu.org>
977
978 * emacs.texi (Top): Remove menu item for the removed "Disabling
979 Multibyte" node.
980
981 2013-07-31 Xue Fuqiao <xfq.free@gmail.com>
982
983 * rmail.texi (Rmail Coding): Move here from mule.texi.
984
985 * custom.texi (Specifying File Variables): Fix cross-references.
986
987 * mule.texi (Unibyte Mode): Fix cross-references.
988 (Disabling Multibyte): Remove.
989
990 * macos.texi (Mac / GNUstep Basics): Mention `ns-alternate-modifier'.
991
992 * cal-xtra.texi (Advanced Calendar/Diary Usage): Update menu.
993 (Mayan Calendar): Move here from calendar.texi.
994 * emacs.texi (Top): Update menu.
995
996 2013-07-30 Xue Fuqiao <xfq.free@gmail.com>
997
998 * emacs.texi (Top): Add menu entry.
999
1000 * maintaining.texi (VC Ignore): New node. Document vc-ignore.
1001 (VC Directory Commands): Add vc-dir-ignore.
1002
1003 2013-07-28 Xue Fuqiao <xfq.free@gmail.com>
1004
1005 * glossary.texi (Glossary): Add some entries.
1006
1007 2013-07-27 Xue Fuqiao <xfq.free@gmail.com>
1008
1009 * maintaining.texi (VC Directory Commands): Mention `D' and `L' in
1010 vc-dir. (Bug#14948)
1011
1012 2013-07-26 Eli Zaretskii <eliz@gnu.org>
1013
1014 * display.texi (Fringes): Document the variable fringe-mode.
1015 (Bug#14946)
1016
1017 2013-07-03 Glenn Morris <rgm@gnu.org>
1018
1019 * maintaining.texi (EDE): Fix cross-reference.
1020
1021 * programs.texi (Program Modes): Fix emacs-xtra reference.
1022
1023 * help.texi (Misc Help): Index describe-syntax.
1024
1025 2013-06-29 Eli Zaretskii <eliz@gnu.org>
1026
1027 * basic.texi (Moving Point): Document visual-order-cursor-movement
1028 and its effect on right-char and left-char.
1029
1030 2013-06-28 Glenn Morris <rgm@gnu.org>
1031
1032 * ack.texi (Acknowledgments): Small update.
1033
1034 2013-06-19 Glenn Morris <rgm@gnu.org>
1035
1036 * Makefile.in (dist): Edit more configure variables.
1037 Try to check that we do not miss any in future.
1038
1039 2013-06-12 Xue Fuqiao <xfq.free@gmail.com>
1040
1041 * vc1-xtra.texi (Revision Tags): Add a cross reference.
1042 (CVS Options): Fix the default value of `vc-cvs-stay-local'.
1043
1044 2013-06-11 Glenn Morris <rgm@gnu.org>
1045
1046 * maintaining.texi (VC Directory Commands): Copyedit.
1047 (Branches): Put back milder version of pre 2013-06-07 text.
1048
1049 2013-06-07 Xue Fuqiao <xfq.free@gmail.com>
1050
1051 * maintaining.texi (Branches): Remove text copied from other sources.
1052
1053 2013-06-05 Alan Mackenzie <acm@muc.de>
1054
1055 * search.texi (Isearch Scroll): Rename to "Not Exiting Isearch".
1056 (Not Exiting Isearch): Document new user option
1057 `isearch-allow-prefix'. (Bug#9706)
1058
1059 2013-06-03 Juri Linkov <juri@jurta.org>
1060
1061 * display.texi (Highlight Interactively): Add global keybindings
1062 with the key prefix `M-s h'. Document old command `highlight-phrase'.
1063 Document new command `highlight-symbol-at-point'.
1064
1065 2013-06-02 Xue Fuqiao <xfq.free@gmail.com>
1066
1067 * maintaining.texi (Branches): Add motivations for branching.
1068 (VC Mode Line): Fix typo.
1069 (VC Directory Commands): Mention `vc-dir-hide-up-to-date' with
1070 prefix argument.
1071
1072 2013-06-02 Michael Albinus <michael.albinus@gmx.de>
1073
1074 * cmdargs.texi (General Variables): Use "unix:path=/dev/null" as
1075 dummy value for $DBUS_SESSION_BUS_ADDRESS. It also suppresses
1076 autolaunching of the D-Bus session bus.
1077
1078 2013-06-01 Glenn Morris <rgm@gnu.org>
1079
1080 * programs.texi (Semantic): Fix typo.
1081
1082 2013-05-30 Xue Fuqiao <xfq.free@gmail.com>
1083
1084 * maintaining.texi (Types of Log File): Supplement some
1085 information of change log files.
1086
1087 2013-05-15 Juri Linkov <juri@jurta.org>
1088
1089 * search.texi (Repeat Isearch): Mention key `RET' to finish
1090 editing the string. (Bug#13348)
1091
1092 2013-05-14 Glenn Morris <rgm@gnu.org>
1093
1094 * ack.texi (Acknowledgments): Don't mention obsolete sup-mouse.el.
1095
1096 2013-05-09 Glenn Morris <rgm@gnu.org>
1097
1098 * sending.texi (Mail Sending): Fix typo.
1099
1100 * windows.texi (Change Window): Fix typo.
1101
1102 * custom.texi (Changing a Variable): Fix typo.
1103
1104 * trouble.texi (Contributing): Remove obsolete info re pretesters.
1105
1106 2013-05-05 Paul Eggert <eggert@cs.ucla.edu>
1107
1108 `write-region-inhibit-fsync' defaults to noninteractive (Bug#14273).
1109 * cmdargs.texi (Initial Options):
1110 * files.texi (Customize Save): Document this.
1111
1112 2013-05-04 Glenn Morris <rgm@gnu.org>
1113
1114 * calendar.texi (Importing Diary): Mention diary-from-outlook-function.
1115
1116 2013-03-17 Paul Eggert <eggert@cs.ucla.edu>
1117
1118 doc: convert some TeX accents to UTF-8
1119 * ack.texi (Acknowledgments):
1120 * emacs.texi (Acknowledgments):
1121 Convert some TeX accents (e.g., '@l{}') to UTF-8 (e.g., 'ł').
1122 Apparently the TeX accents cause problems when generating gnu.org
1123 web pages, e.g., @l{} is rendered as '/l' on
1124 <http://www.gnu.org/software/emacs/manual/html_node/
1125 emacs/Acknowledgments.html>.
1126
1127 2013-03-16 Glenn Morris <rgm@gnu.org>
1128
1129 * emacs.texi (Top): Add some stuff specific to www.gnu.org.
1130
1131 2013-03-04 Paul Eggert <eggert@cs.ucla.edu>
1132
1133 Prefer UTF-8 for documentation.
1134 With GNU Texinfo 5.0, this generates nicer-looking info files,
1135 since they can use curly quotes. With older Texinfo it doesn't matter.
1136 * ack.texi, cal-xtra.texi, calendar.texi, emacs-xtra.texi, emacs.texi:
1137 Switch from Latin-1 to UTF-8.
1138
1139 2013-02-28 Bastien Guerry <bzg@gnu.org>
1140
1141 * xresources.texi (GTK resources): Fix broken link.
1142
1143 2013-02-25 Eli Zaretskii <eliz@gnu.org>
1144
1145 * files.texi (Interlocking): Don't refer to symlinks as the
1146 exclusive means of locking files.
1147
1148 2013-02-22 Glenn Morris <rgm@gnu.org>
1149
1150 * ack.texi (Acknowledgments):
1151 * emacs.texi (Acknowledgments): Small updates.
1152
1153 2013-02-21 Glenn Morris <rgm@gnu.org>
1154
1155 * files.texi (File Conveniences): Not just GIFs can be animated.
1156
1157 2013-02-13 Glenn Morris <rgm@gnu.org>
1158
1159 * ack.texi (Acknowledgments): Don't mention yow any more.
1160
1161 2013-02-13 Paul Eggert <eggert@cs.ucla.edu>
1162
1163 * cmdargs.texi (General Variables):
1164 Fix TMPDIR documentation to match the code's behavior.
1165
1166 2013-02-10 Glenn Morris <rgm@gnu.org>
1167
1168 * trouble.texi (Checklist): Update bug keybinding.
1169
1170 2013-02-09 Eli Zaretskii <eliz@gnu.org>
1171
1172 * msdog.texi (Text and Binary): Delete the description of
1173 file-name-buffer-file-type-alist.
1174
1175 2013-01-19 Paul Eggert <eggert@cs.ucla.edu>
1176
1177 * trouble.texi (Crashing): Suggest -p for newer addr2line. (Bug#13445)
1178 Without it, I don't see function names. Older addr2line
1179 implementations will die out sooner or later, so tailor the
1180 first suggestion to recent addr2line, with a followup about
1181 older ones.
1182
1183 2013-01-19 Glenn Morris <rgm@gnu.org>
1184
1185 * custom.texi (Directory Variables): Fix paren typo.
1186
1187 * trouble.texi (Crashing): Not all addr2line have -p. (Bug#13445)
1188
1189 * custom.texi (Custom Themes): Fix typo.
1190
1191 2013-01-07 Bastien Guerry <bzg@gnu.org>
1192
1193 * help.texi (Apropos): Document `apropos-user-option' and update
1194 the doc for `apropos-variable'.
1195
1196 2013-01-05 Glenn Morris <rgm@gnu.org>
1197
1198 * text.texi (HTML Mode): Remove deleted nxml C-RET binding.
1199
1200 2012-12-21 Glenn Morris <rgm@gnu.org>
1201
1202 * emacs-xtra.texi (copying): The FSF does not sell copies of this.
1203 Simply include doclicense.
1204
1205 2012-12-21 Chong Yidong <cyd@gnu.org>
1206
1207 * frames.texi (Mouse Commands): Fix description of the effect of
1208 mouse dragging (Bug#13049).
1209
1210 2012-12-15 Juri Linkov <juri@jurta.org>
1211
1212 * misc.texi (Recursive Edit): Add a link to "Query Replace".
1213 (Bug#13181)
1214
1215 2012-12-10 Dani Moncayo <dmoncayo@gmail.com>
1216
1217 * killing.texi (Deletion): Doc fix (Bug#12748).
1218
1219 2012-12-06 Paul Eggert <eggert@cs.ucla.edu>
1220
1221 * doclicense.texi, gpl.texi: Update to latest version from FSF.
1222 These are just minor editorial changes.
1223
1224 2012-12-06 Juanma Barranquero <lekktu@gmail.com>
1225
1226 * vc1-xtra.texi (General VC Options): Remove obsolete reference
1227 to `vc-path'.
1228
1229 2012-12-03 Chong Yidong <cyd@gnu.org>
1230
1231 * custom.texi (Init Rebinding): kbd is now a function (Bug#13052).
1232
1233 2012-12-02 Kevin Ryde <user42@zip.com.au>
1234
1235 * maintaining.texi (Tag Syntax): Mention (defvar foo) handling.
1236
1237 2012-12-01 Kevin Ryde <user42@zip.com.au>
1238
1239 * maintaining.texi (Tag Syntax): Mention Perl's "use constant".
1240
1241 2012-11-24 Paul Eggert <eggert@cs.ucla.edu>
1242
1243 * doclicense.texi, gpl.texi: Update to latest version from FSF.
1244 These are just minor editorial changes.
1245
1246 2012-11-21 Dani Moncayo <dmoncayo@gmail.com>
1247
1248 * display.texi (Auto Scrolling): Fix some inaccuracies, plus
1249 clarifications (Bug#12865).
1250 (Horizontal Scrolling): Clarifications.
1251
1252 2012-11-18 Dani Moncayo <dmoncayo@gmail.com>
1253
1254 * mark.texi (Disabled Transient Mark): Doc fixes (Bug#12746).
1255
1256 2012-11-16 Eli Zaretskii <eliz@gnu.org>
1257
1258 * trouble.texi (Crashing): Add information about MS-Windows and
1259 the emacs_backtrace.txt file. (Bug#12908)
1260
1261 2012-11-13 Chong Yidong <cyd@gnu.org>
1262
1263 * building.texi (Multithreaded Debugging): gdb-stopped-hooks is
1264 actually named gdb-stopped-functions.
1265
1266 2012-11-13 Glenn Morris <rgm@gnu.org>
1267
1268 * misc.texi (Single Shell): Mention async-shell-command-buffer.
1269
1270 2012-11-10 Glenn Morris <rgm@gnu.org>
1271
1272 * misc.texi (Terminal emulator): Rename `term-face' to `term'.
1273
1274 * emacs.texi (Acknowledgments): Add profiler author.
1275 * ack.texi (Acknowledgments): Add some recent contributions.
1276
1277 2012-11-10 Chong Yidong <cyd@gnu.org>
1278
1279 * files.texi (Diff Mode): Doc fixes for
1280 diff-delete-trailing-whitespace (Bug#12831).
1281
1282 * trouble.texi (Crashing): Copyedits.
1283
1284 2012-11-10 Glenn Morris <rgm@gnu.org>
1285
1286 * files.texi (Diff Mode): Trailing whitespace updates.
1287
1288 2012-11-10 Chong Yidong <cyd@gnu.org>
1289
1290 * misc.texi (Terminal emulator): Document Term mode faces.
1291
1292 * mini.texi (Basic Minibuffer): New node.
1293 Document minibuffer-electric-default-mode.
1294
1295 * display.texi (Visual Line Mode): Fix index entry.
1296
1297 * buffers.texi (Several Buffers): List Buffer Menu command anmes,
1298 and index the keybindings. Document tabulated-list-sort.
1299 (Kill Buffer): Capitalize Buffer Menu.
1300
1301 * trouble.texi (Memory Full): Capitalize Buffer Menu.
1302
1303 2012-11-10 Eli Zaretskii <eliz@gnu.org>
1304
1305 * display.texi (Auto Scrolling): Clarify that scroll-step is
1306 ignored when scroll-conservatively is set to a non-zero value.
1307 (Bug#12801)
1308
1309 2012-11-10 Chong Yidong <cyd@gnu.org>
1310
1311 * dired.texi (Dired Updating): Doc fix (Bug#11744).
1312
1313 2012-10-30 Michael Albinus <michael.albinus@gmx.de>
1314
1315 * trouble.texi (Known Problems): Mention command `debbugs-gnu-usertags'.
1316
1317 2012-10-29 Chong Yidong <cyd@gnu.org>
1318
1319 * dired.texi (Shell Commands in Dired): Document changes to the
1320 dired-do-async-shell-command.
1321
1322 2012-10-28 Glenn Morris <rgm@gnu.org>
1323
1324 * ack.texi (Acknowledgments): Mention gv.el.
1325
1326 2012-10-27 Bastien Guerry <bzg@gnu.org>
1327
1328 * screen.texi (Menu Bar): Fix typo.
1329
1330 2012-10-27 Chong Yidong <cyd@gnu.org>
1331
1332 * frames.texi (Mouse Avoidance): Mention new variable
1333 mouse-avoidance-banish-position.
1334
1335 * programs.texi (Which Function): Which Function mode now works in
1336 all major modes by default.
1337
1338 * mule.texi (Recognize Coding): Remove an unreferenced vindex.
1339
1340 * files.texi (Misc File Ops): Symbolic links on Windows only work
1341 on Vista and later.
1342
1343 * building.texi (Compilation): Document compilation-always-kill.
1344
1345 * search.texi (Symbol Search): New node.
1346
1347 * package.texi (Package Menu): Document the "new" status.
1348
1349 * windows.texi (Window Choice): Don't refer to the obsolete
1350 special-display feature.
1351
1352 2012-10-24 Chong Yidong <cyd@gnu.org>
1353
1354 * mule.texi (Text Coding): set-buffer-file-coding-system can now
1355 be invoked from the mode line.
1356
1357 * dired.texi (Dired Deletion, Marks vs Flags): Document Emacs 24.3
1358 changes to the mark and unmark commands.
1359 (Comparison in Dired): Document chages to dired-diff. Remove M-=,
1360 which is no longer bound to dired-backup-diff.
1361
1362 2012-10-23 Bastien Guerry <bzg@gnu.org>
1363
1364 * text.texi (Org Authoring): Use a comma after @ref to avoid the
1365 insertion of a period in the Info output.
1366
1367 2012-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
1368
1369 * custom.texi (Hooks): Clarify that -hooks is deprecated.
1370
1371 2012-10-23 Chong Yidong <cyd@gnu.org>
1372
1373 * kmacro.texi (Edit Keyboard Macro): Fix typo.
1374
1375 2012-10-18 Dani Moncayo <dmoncayo@gmail.com>
1376
1377 * mini.texi (Completion Options): Fix off-by-one error. (Bug#12644)
1378
1379 2012-10-17 Glenn Morris <rgm@gnu.org>
1380
1381 * mini.texi (Repetition): Further copyedit.
1382
1383 2012-10-17 Dani Moncayo <dmoncayo@gmail.com>
1384
1385 * mini.texi (Repetition): Copyedit.
1386
1387 2012-10-16 Juri Linkov <juri@jurta.org>
1388
1389 * search.texi (Query Replace): Document multi-buffer replacement
1390 keys. (Bug#12655)
1391
1392 * maintaining.texi (Tags Search): Change link "Replace" to
1393 "Query Replace".
1394
1395 2012-10-13 Chong Yidong <cyd@gnu.org>
1396
1397 * files.texi (File Conveniences): ImageMagick enabled by default.
1398
1399 2012-10-10 Dani Moncayo <dmoncayo@gmail.com>
1400
1401 * basic.texi (Arguments): Fix typos.
1402
1403 2012-10-08 Glenn Morris <rgm@gnu.org>
1404
1405 * cal-xtra.texi (Calendar Customizing): Mention calendar-month-header.
1406
1407 * calendar.texi (Writing Calendar Files): Mention cal-html-holidays.
1408
1409 2012-10-06 Glenn Morris <rgm@gnu.org>
1410
1411 * calendar.texi (Writing Calendar Files): Tweak week descriptions.
1412 Mention cal-tex-cursor-week2-summary.
1413
1414 2012-10-06 Chong Yidong <cyd@gnu.org>
1415
1416 * mini.texi (Passwords): Fix typo.
1417
1418 2012-10-02 Glenn Morris <rgm@gnu.org>
1419
1420 * maintaining.texi (VC Directory Commands):
1421 Remove duplicate `q' entry. (Bug#12553)
1422
1423 2012-09-30 Chong Yidong <cyd@gnu.org>
1424
1425 * killing.texi (Rectangles): Document copy-rectangle-as-kill.
1426
1427 * search.texi (Special Isearch): Document the lax space search
1428 feature and M-s SPC.
1429 (Regexp Search): Move main search-whitespace-regexp description to
1430 Special Isearch.
1431 (Replace): Document replace-lax-whitespace.
1432
1433 * basic.texi (Position Info): Document C-u M-=.
1434 (Moving Point): Document move-to-column.
1435
1436 * display.texi (Useless Whitespace): Add delete-trailing-lines.
1437
1438 * misc.texi (emacsclient Options): Document the effect of
1439 initial-buffer-choice on client frames. Document server-auth-dir.
1440 Do not document server-host, which is bad security practice.
1441
1442 * building.texi (Lisp Libraries): Docstring lookups can trigger
1443 autoloading. Document help-enable-auto-load.
1444
1445 * mini.texi (Yes or No Prompts): New node.
1446
1447 * ack.texi (Acknowledgments): Remove obsolete packages.
1448
1449 2012-09-27 Glenn Morris <rgm@gnu.org>
1450
1451 * cal-xtra.texi (Advanced Calendar/Diary Usage):
1452 Rename the section to be more general.
1453 * emacs.texi: Update menu.
1454
1455 2012-09-23 Chong Yidong <cyd@gnu.org>
1456
1457 * buffers.texi (Misc Buffer): Replace toggle-read-only with
1458 read-only-mode.
1459
1460 * files.texi (Visiting): Likewise.
1461
1462 2012-09-22 Paul Eggert <eggert@cs.ucla.edu>
1463
1464 * trouble.texi (Crashing): Document ulimit -c.
1465
1466 2012-09-21 Paul Eggert <eggert@cs.ucla.edu>
1467
1468 * trouble.texi (Crashing): Document addr2line.
1469
1470 2012-09-19 Tassilo Horn <tsdh@gnu.org>
1471
1472 * misc.texi (DocView Slicing): Document new slice from
1473 BoundingBox feature.
1474
1475 2012-09-19 Chong Yidong <cyd@gnu.org>
1476
1477 * killing.texi (Yanking): Minor clarification (Bug#12469).
1478
1479 2012-09-17 Chong Yidong <cyd@gnu.org>
1480
1481 * building.texi (GDB User Interface Layout): Remove reference to
1482 removed variable gdb-use-separate-io-buffer (Bug#12454).
1483
1484 2012-09-08 Jambunathan K <kjambunathan@gmail.com>
1485
1486 * regs.texi (Text Registers): `C-x r +' can now be used instead of
1487 M-x append-to-register. New option `register-separator'.
1488 (Number Registers): Mention that `C-x r +' is polymorphic.
1489
1490 2012-09-07 Chong Yidong <cyd@gnu.org>
1491
1492 * windows.texi (Window Choice): Don't mention obsolete
1493 display-buffer-reuse-frames.
1494
1495 2012-09-04 Paul Eggert <eggert@cs.ucla.edu>
1496
1497 Give more-useful info on a fatal error (Bug#12328).
1498 * trouble.texi (Crashing): New section, documenting this.
1499
1500 2012-08-24 Michael Albinus <michael.albinus@gmx.de>
1501
1502 * cmdargs.texi (General Variables):
1503 Setting $DBUS_SESSION_BUS_ADDRESS to a dummy value suppresses
1504 connections to the D-Bus session bus. (Bug#12112)
1505
1506 2012-08-14 Eli Zaretskii <eliz@gnu.org>
1507
1508 * building.texi (Debugger Operation): Correct and improve
1509 documentation of the GUD Tooltip mode.
1510
1511 2012-07-31 Chong Yidong <cyd@gnu.org>
1512
1513 * emacs.texi: Fix ISBN (Bug#12080).
1514
1515 2012-08-05 Chong Yidong <cyd@gnu.org>
1516
1517 * display.texi (Faces): Document frame-background-mode (Bug#7774).
1518
1519 * custom.texi (Face Customization): Move discussion of face
1520 inheritance here, from Faces section.
1521
1522 2012-07-28 Eli Zaretskii <eliz@gnu.org>
1523
1524 * frames.texi (Mouse Commands): Fix the description of mouse-2.
1525 (Bug#11958)
1526
1527 2012-07-19 Chong Yidong <cyd@gnu.org>
1528
1529 * emacs.texi: Update ISBN.
1530
1531 2012-07-17 Chong Yidong <cyd@gnu.org>
1532
1533 * basic.texi (Inserting Text): Replace ucs-insert with
1534 insert-char. Provide more details of input.
1535
1536 * mule.texi (International Chars, Input Methods): Likewise.
1537
1538 2012-07-13 Chong Yidong <cyd@gnu.org>
1539
1540 * custom.texi (Examining): Update C-h v message.
1541
1542 * buffers.texi (Misc Buffer): Document view-read-only.
1543
1544 2012-07-07 Chong Yidong <cyd@gnu.org>
1545
1546 * custom.texi (Init File): Index site-lisp (Bug#11435).
1547
1548 2012-07-06 Chong Yidong <cyd@gnu.org>
1549
1550 * emacs.texi: Re-order top-level menu to correspond to logical
1551 order, to avoid makeinfo warnings.
1552
1553 * ack.texi (Acknowledgments): Note new python.el.
1554
1555 2012-06-29 Chong Yidong <cyd@gnu.org>
1556
1557 * maintaining.texi (Basic VC Editing, VC Pull, Merging):
1558 * basic.texi (Erasing, Basic Undo): Fix markup.
1559
1560 2012-06-29 Glenn Morris <rgm@gnu.org>
1561
1562 * fixit.texi (Undo): Grammar fixes. (Bug#11779)
1563
1564 2012-06-29 Michael Witten <mfwitten@gmail.com> (tiny change)
1565
1566 * fixit.texi (Undo): Fix typo. (Bug#11775)
1567
1568 2012-06-27 Glenn Morris <rgm@gnu.org>
1569
1570 * ack.texi (Acknowledgments): Tiny update.
1571
1572 2012-06-21 Glenn Morris <rgm@gnu.org>
1573
1574 * Makefile.in: Rename infodir to buildinfodir throughout. (Bug#11737)
1575
1576 2012-06-17 Chong Yidong <cyd@gnu.org>
1577
1578 * emacs.texi: Remove urlcolor setting. Update ISBN and edition number.
1579
1580 * anti.texi:
1581 * building.texi:
1582 * cmdargs.texi:
1583 * custom.texi:
1584 * display.texi:
1585 * files.texi:
1586 * frames.texi:
1587 * glossary.texi:
1588 * misc.texi:
1589 * mule.texi:
1590 * programs.texi:
1591 * sending.texi:
1592 * text.texi: Copyedits to avoid underfull/overfull in 7x9 manual.
1593
1594 2012-06-06 Michael Albinus <michael.albinus@gmx.de>
1595
1596 * custom.texi (Directory Variables): Mention enable-remote-dir-locals.
1597
1598 2012-05-28 Glenn Morris <rgm@gnu.org>
1599
1600 * ack.texi, building.texi, calendar.texi, custom.texi:
1601 * maintaining.texi, text.texi: Use @LaTeX rather than La@TeX.
1602
1603 2012-05-27 Glenn Morris <rgm@gnu.org>
1604
1605 * emacs.texi: Simplify following removal of node pointers.
1606
1607 * ack.texi, anti.texi, basic.texi, buffers.texi, building.texi:
1608 * cmdargs.texi, commands.texi, display.texi, emacs.texi:
1609 * entering.texi, files.texi, fixit.texi, frames.texi, glossary.texi:
1610 * gnu.texi, help.texi, indent.texi, killing.texi, kmacro.texi:
1611 * m-x.texi, macos.texi, maintaining.texi, mark.texi, mini.texi:
1612 * misc.texi, modes.texi, msdog.texi, mule.texi, programs.texi:
1613 * regs.texi, screen.texi, search.texi, text.texi, trouble.texi:
1614 * windows.texi, xresources.texi: Nuke hand-written node pointers.
1615
1616 2012-05-22 Glenn Morris <rgm@gnu.org>
1617
1618 * emacs.texi (Acknowledgments): Add another contributor.
1619
1620 2012-05-12 Glenn Morris <rgm@gnu.org>
1621
1622 * Makefile.in (MKDIR_P): New, set by configure.
1623 (mkinfodir): Use $MKDIR_P.
1624
1625 2012-05-10 Glenn Morris <rgm@gnu.org>
1626
1627 * mule.texi (Disabling Multibyte): Replace the obsolete "unibyte: t"
1628 with "coding: raw-text".
1629
1630 * files.texi (Interlocking): Mention create-lockfiles option.
1631
1632 2012-05-09 Chong Yidong <cyd@gnu.org>
1633
1634 * frames.texi (Mouse References, Mouse Commands): Fix index
1635 entries (Bug#11362).
1636
1637 2012-05-05 Glenn Morris <rgm@gnu.org>
1638
1639 * custom.texi (Customization Groups, Custom Themes, Examining):
1640 Improve page breaks.
1641
1642 * rmail.texi (Rmail Display): Use example rather than smallexample.
1643
1644 * calendar.texi: Convert inforefs to refs.
1645
1646 * dired.texi (Dired Enter): Improve page break.
1647
1648 * abbrevs.texi (Abbrev Concepts): Copyedits.
1649
1650 * maintaining.texi (Registering, Tag Syntax):
1651 Tweak line and page breaks.
1652
1653 * programs.texi (Programs, Electric C): Copyedits.
1654 (Program Modes): Add xref to Fortran.
1655 (Left Margin Paren): Remove what was (oddly enough) the only use
1656 of defvar in the entire Emacs manual.
1657 (Hungry Delete): Remove footnote about ancient Emacs version.
1658 (Other C Commands): Use example rather than smallexample.
1659
1660 * text.texi (Pages, Filling, Foldout, Org Mode, HTML Mode)
1661 (Nroff Mode, Enriched Indentation, Table Rows and Columns):
1662 Tweak line and page breaks.
1663
1664 * modes.texi (Major Modes, Minor Modes): Reword to improve page-breaks.
1665 (Major Modes): Use example rather than smallexample.
1666
1667 * mule.texi (Output Coding): Reword to improve page-breaks.
1668
1669 * frames.texi (Fonts): Tweak line and page breaks.
1670 Use example rather than smallexample. Change cross-reference.
1671 (Text-Only Mouse): Fix xref.
1672
1673 * buffers.texi (Buffers, Kill Buffer, Several Buffers)
1674 (Indirect Buffers): Tweak line- and page-breaks.
1675
1676 * fixit.texi (Fixit, Undo): Reword to improve page-breaks.
1677
1678 2012-05-04 Glenn Morris <rgm@gnu.org>
1679
1680 * Makefile.in (INFO_EXT, INFO_OPTS): New, set by configure.
1681 (info, infoclean): Use $INFO_EXT.
1682 ($(infodir)/emacs$(INFO_EXT)): Use $INFO_EXT and $INFO_OPT.
1683 * makefile.w32-in (INFO_EXT, INFO_OPTS): New.
1684 (INFO_TARGETS): Use $INFO_EXT.
1685 ($(infodir)/emacs$(INFO_EXT)): Use $INFO_EXT and $INFO_OPT, and -o.
1686
1687 2012-05-02 Glenn Morris <rgm@gnu.org>
1688
1689 * emacs.texi (@copying): Only print EDITION in the TeX version.
1690
1691 * search.texi (Regexp Search): Just say "Emacs".
1692
1693 * display.texi (Auto Scrolling):
1694 Reword to avoid repetition and improve page break.
1695
1696 * xresources.texi (Resources):
1697 * mule.texi (Language Environments):
1698 * misc.texi (Amusements):
1699 * maintaining.texi (VC Change Log):
1700 * frames.texi (Fonts):
1701 * custom.texi (Specifying File Variables, Minibuffer Maps):
1702 * cmdargs.texi (Initial Options):
1703 * building.texi (Flymake):
1704 Reword to remove/reduce some overly long/short lines.
1705
1706 2012-04-27 Glenn Morris <rgm@gnu.org>
1707
1708 * emacs.texi: Some fixes for detailed menu.
1709
1710 * emacs.texi: Add "et al." to authors.
1711
1712 * ack.texi, basic.texi, buffers.texi, building.texi:
1713 * calendar.texi, cmdargs.texi, commands.texi, custom.texi:
1714 * dired.texi, display.texi, emerge-xtra.texi, files.texi:
1715 * fortran-xtra.texi, help.texi, kmacro.texi, mini.texi, misc.texi:
1716 * msdog-xtra.texi, picture-xtra.texi, programs.texi, rmail.texi:
1717 * search.texi, trouble.texi, windows.texi:
1718 Use Texinfo recommended convention for quotes+punctuation.
1719
1720 2012-04-27 Eli Zaretskii <eliz@gnu.org>
1721
1722 * mule.texi (Bidirectional Editing): Improve indexing.
1723 Minor wording tweaks.
1724
1725 2012-04-15 Chong Yidong <cyd@gnu.org>
1726
1727 * misc.texi (emacsclient Options): More clarifications.
1728
1729 2012-04-15 Glenn Morris <rgm@gnu.org>
1730
1731 * msdog.texi (Windows Printing): It doesn't set printer-name.
1732
1733 * mule.texi (Language Environments): Move font info to "Fontsets".
1734 (Fontsets): Move intlfonts etc here from "Language Environments".
1735 Copyedits.
1736 (Defining Fontsets, Modifying Fontsets, Undisplayable Characters)
1737 (Unibyte Mode, Charsets, Bidirectional Editing): Copyedits.
1738
1739 2012-04-15 Chong Yidong <cyd@gnu.org>
1740
1741 * glossary.texi (Glossary): Standardize on "text terminal"
1742 terminology. All callers changed.
1743
1744 * misc.texi (emacsclient Options): Document "client frame" concept
1745 and its effect on C-x C-c more carefully.
1746
1747 2012-04-15 Glenn Morris <rgm@gnu.org>
1748
1749 * frames.texi (Scroll Bars):
1750 * glossary.texi (Glossary): Use consistent case for "X Window System".
1751
1752 * mule.texi (Select Input Method, Coding Systems):
1753 State command names in kbd tables.
1754 (Recognize Coding): Add cross-ref.
1755 (Output Coding): Don't mention message mode in particular.
1756 (Text Coding, Communication Coding, File Name Coding, Terminal Coding):
1757 Copyedits.
1758
1759 2012-04-14 Glenn Morris <rgm@gnu.org>
1760
1761 * mule.texi (Select Input Method, Coding Systems, Recognize Coding):
1762 Copyedits.
1763 (Coding Systems): Mac OS X apparently uses newlines for EOL.
1764 (Recognize Coding): Remove old auto-coding-regexp-alist example.
1765 auto-coding-functions does not override coding: tags.
1766 Remove rmail-decode-mime-charset; it no longer has any effect.
1767
1768 2012-04-14 Chong Yidong <cyd@gnu.org>
1769
1770 * custom.texi (Creating Custom Themes): Add reference to Custom
1771 Themes node in Lisp manual.
1772
1773 2012-04-14 Glenn Morris <rgm@gnu.org>
1774
1775 * mule.texi (International): Copyedits.
1776 (International Chars): Update C-x = example output.
1777 (Disabling Multibyte): Rename from "Enabling Multibyte".
1778 Clarify what "unibyte: t" does, and mode-line description.
1779 (Unibyte Mode): Update for "Disabling Multibyte" node name change.
1780 Use Texinfo recommended convention for quotes+punctuation.
1781 (Language Environments): Copyedits.
1782 (Input Methods): Copyedits. Use "^" for the postfix example,
1783 because it is less confusing inside Info's `quotes'.
1784
1785 * custom.texi (Specifying File Variables): Fix "unibyte" description.
1786 Update for "Disabling Multibyte" node name change.
1787 * emacs.texi: Update for "Disabling Multibyte" node name change.
1788
1789 * abbrevs.texi, arevert-xtra.texi, buffers.texi, building.texi:
1790 * cmdargs.texi, custom.texi, entering.texi, files.texi, frames.texi:
1791 * glossary.texi, help.texi, macos.texi, maintaining.texi, mini.texi:
1792 * misc.texi, package.texi, programs.texi, screen.texi, search.texi:
1793 * sending.texi, text.texi, trouble.texi:
1794 Use @file for buffers, per the Texinfo manual.
1795
1796 * entering.texi (Entering Emacs):
1797 Do not mention initial-buffer-choice = t.
1798
1799 * misc.texi (Gnus Startup): Use @env for environment variables.
1800
1801 * Makefile.in: Replace non-portable use of $< in ordinary rules.
1802
1803 2012-04-12 Glenn Morris <rgm@gnu.org>
1804
1805 * ack.texi (Acknowledgments): Don't mention obsolete mailpost.el.
1806
1807 2012-04-07 Glenn Morris <rgm@gnu.org>
1808
1809 * emacsver.texi (EMACSVER): Bump version to 24.1.50.
1810
1811 2012-04-05 Glenn Morris <rgm@gnu.org>
1812
1813 * glossary.texi (Glossary): Use anchors for internal cross-references.
1814
1815 2012-04-04 Glenn Morris <rgm@gnu.org>
1816
1817 * glossary.texi (Glossary): Copyedits.
1818 Use Texinfo-recommended convention for quotes and punctuation.
1819 Comment out a few specialized (Rmail) items.
1820 New items: Bidirectional Text, Client, Directory Local Variable,
1821 File Local Variable, Package, Server, Theme, Trash Can.
1822
1823 2012-04-03 Chong Yidong <cyd@gnu.org>
1824
1825 * sending.texi (Mail Misc): Fix an index entry.
1826
1827 2012-04-02 Eli Zaretskii <eliz@gnu.org>
1828
1829 * msdog.texi (Windows Startup): Add description of emacsclient
1830 operation under -c and -t on MS-Windows.
1831
1832 * misc.texi (emacsclient Options): Add cross-reference to "Windows
1833 Startup". (Bug#11091)
1834
1835 2012-04-02 Dani Moncayo <dmoncayo@gmail.com>
1836
1837 * custom.texi (Changing a Variable): Fix example.
1838
1839 2012-04-01 Eli Zaretskii <eliz@gnu.org>
1840
1841 * misc.texi (emacsclient Options): More clarifications about -t
1842 and -c on MS-Windows. (Bug#11091)
1843
1844 2012-03-31 Eli Zaretskii <eliz@gnu.org>
1845
1846 * misc.texi (emacsclient Options): Document peculiarities of new
1847 frame creation on MS-Windows under -c or -t options. (Bug#11091)
1848
1849 2012-03-30 Chong Yidong <cyd@gnu.org>
1850
1851 * files.texi (File Conveniences): Clarify Imagemagick discussion.
1852
1853 2012-03-22 Glenn Morris <rgm@gnu.org>
1854
1855 * dired.texi (Operating on Files): Fix dired-recursive-copies default.
1856
1857 2012-03-17 Chong Yidong <cyd@gnu.org>
1858
1859 * package.texi (Package Installation): Document use of
1860 package-initialize in init file.
1861
1862 2012-03-16 Glenn Morris <rgm@gnu.org>
1863
1864 * help.texi (Language Help):
1865 * mule.texi (International Chars):
1866 etc/HELLO is for character demonstration.
1867
1868 2012-03-15 Dani Moncayo <dmoncayo@gmail.com>
1869
1870 * dired.texi (Shell Commands in Dired): Fix typo.
1871
1872 2012-03-04 Chong Yidong <cyd@gnu.org>
1873
1874 * killing.texi (Clipboard): Document clipboard manager.
1875
1876 2012-02-29 Glenn Morris <rgm@gnu.org>
1877
1878 * ack.texi (Acknowledgments): Use @Tex{} in more places.
1879
1880 * emacs.texi, help.texi, text.texi: Use "" quotes in menus.
1881
1882 * dired.texi, emacs.texi: Use @code{} in menus when appropriate.
1883
1884 2012-02-28 Glenn Morris <rgm@gnu.org>
1885
1886 * custom.texi, display.texi, emacs.texi, files.texi:
1887 * msdog-xtra.texi, msdog.texi, vc-xtra.texi:
1888 Standardize possessive apostrophe usage.
1889
1890 2012-02-25 Jan Djärv <jan.h.d@swipnet.se>
1891
1892 * macos.texi (Mac / GNUstep Customization): Remove text about
1893 ns-find-file and ns-drag-file (Bug#5855, Bug#10050).
1894
1895 2012-02-25 Dani Moncayo <dmoncayo@gmail.com>
1896
1897 * buffers.texi (Select Buffer): Mention that saving in a new file
1898 name can switch to a different major mode.
1899
1900 2012-02-23 Glenn Morris <rgm@gnu.org>
1901
1902 * mini.texi (Minibuffer File, Completion Options, Repetition):
1903 Copyedits.
1904 (Completion Example): Other M-x au* commands may be defined.
1905 (Completion Styles): Mention emacs21 and completion-category-overrides.
1906
1907 * msdog.texi (Text and Binary, ls in Lisp, Windows HOME)
1908 (Windows Keyboard, Windows Mouse, Windows Processes)
1909 (Windows Printing, Windows Misc): Copyedits.
1910 (ls in Lisp): Update switches list.
1911
1912 * msdog-xtra.texi (MS-DOS Display): Update list-colors-display xref.
1913 Update dos-mode* function names.
1914 (MS-DOS Printing, MS-DOS and MULE): Copyedits.
1915 (MS-DOS Processes): Add xref to main ls-lisp section.
1916
1917 * ack.texi (Acknowledgments): Mention smie.
1918
1919 2012-02-22 Glenn Morris <rgm@gnu.org>
1920
1921 * macos.texi: Copyedits. Fix @key/@kbd usage.
1922 (Mac / GNUstep Basics): Don't mention the panels, since the next
1923 section covers them.
1924 (Mac / GNUstep Customization): Merge some panel info from previous.
1925
1926 2012-02-21 Glenn Morris <rgm@gnu.org>
1927
1928 * emerge-xtra.texi (Emerge, Submodes of Emerge, Combining in Emerge):
1929 Small fixes.
1930
1931 * emacs-xtra.texi: Picture mode is no longer a chapter.
1932
1933 * picture-xtra.texi (Basic Picture): C-a does get remapped.
1934
1935 * ack.texi (Acknowledgments): Small changes, including resorting,
1936 and removal of things no longer distributed.
1937
1938 2012-02-20 Glenn Morris <rgm@gnu.org>
1939
1940 * emacs.texi (Top, Preface): Small rephrasings.
1941 (menu, detailmenu): Update entries, and reformat some descriptions.
1942 * building.texi, display.texi, emacs-xtra.texi, files.texi:
1943 * frames.texi, kmacro.texi, msdog.texi, programs.texi, text.texi:
1944 Reformat some menu descriptions.
1945
1946 * ack.texi (Acknowledgments): More updates.
1947
1948 * emacs.texi (Acknowledgments): Add several names from ack.texi,
1949 and from Author: headers.
1950 (Distrib): Small updates.
1951
1952 2012-02-18 Glenn Morris <rgm@gnu.org>
1953
1954 * ack.texi (Acknowledgments): Add xref to Org manual.
1955
1956 * rmail.texi: Copyedits. Use 'mail composition buffer' in place
1957 of '*mail*', since Message does not call it that.
1958 (Rmail Reply): Rename rmail-dont-reply-to-names.
1959 \\`info- no longer handled specially.
1960 Update for rmail-enable-mime-composing.
1961 Don't mention 'm' for replies.
1962 Don't mention rmail-mail-new-frame and canceling, since it does
1963 not work for Message at the moment.
1964
1965 * cal-xtra.texi: Copyedits.
1966
1967 * emacs-xtra.texi: Set encoding to ISO-8859-1.
1968
1969 2012-02-17 Glenn Morris <rgm@gnu.org>
1970
1971 * maintaining.texi (Old Revisions): Fix cross-refs to Ediff manual.
1972
1973 * ack.texi (Acknowledgments): Mention Gnulib.
1974
1975 * ack.texi, calendar.texi, cal-xtra.texi: Use "Bahá'í".
1976
1977 * calendar.texi: Misc small changes, including updating the dates
1978 of examples.
1979
1980 2012-02-16 Glenn Morris <rgm@gnu.org>
1981
1982 * calendar.texi: Misc small changes.
1983
1984 * vc1-xtra.texi (VC Delete/Rename, CVS Options):
1985 * cal-xtra.texi (Diary Display): Fix TeX cross-refs to other manuals.
1986
1987 * dired-xtra.texi (Subdir Switches): Small fixes.
1988
1989 * fortran-xtra.texi: Tiny changes and some adjustments to line breaks.
1990
1991 2012-02-15 Glenn Morris <rgm@gnu.org>
1992
1993 * sending.texi (Mail Sending): smtpmail-auth-credentials was removed.
1994
1995 2012-02-12 Glenn Morris <rgm@gnu.org>
1996
1997 * ack.texi (Acknowledgments):
1998 * emacs.texi (Acknowledgments): Updates for new files in 24.1.
1999
2000 2012-02-10 Glenn Morris <rgm@gnu.org>
2001
2002 * mini.texi (Minibuffer Edit): Mention minibuffer-inactive-mode.
2003
2004 * programs.texi (Misc for Programs): Mention electric-layout-mode.
2005
2006 2012-02-09 Glenn Morris <rgm@gnu.org>
2007
2008 * buffers.texi (Misc Buffer): M-x info does not seem to require a
2009 buffer switch after M-x rename-uniquely.
2010
2011 * trouble.texi (Checklist): Mention C-c m in report-emacs-bug.
2012
2013 2012-02-09 Jay Belanger <jay.p.belanger@gmail.com>
2014
2015 * text.texi (Org Mode): Fix typo.
2016
2017 2012-02-08 Glenn Morris <rgm@gnu.org>
2018
2019 * ack.texi (Acknowledgments): Update emacs-lock info.
2020
2021 * rmail.texi (Rmail Display): Mention rmail-epa-decrypt.
2022
2023 * text.texi (LaTeX Editing): Mention latex-electric-env-pair-mode.
2024
2025 2012-02-07 Glenn Morris <rgm@gnu.org>
2026
2027 * files.texi (File Conveniences): Mention ImageMagick images.
2028
2029 2012-02-05 Glenn Morris <rgm@gnu.org>
2030
2031 * trouble.texi (Checklist): Mention debug-on-event.
2032
2033 * maintaining.texi (Maintaining): Add cross-ref to ERT.
2034
2035 2012-02-04 Glenn Morris <rgm@gnu.org>
2036
2037 * macos.texi (Customization options specific to Mac OS / GNUstep):
2038 New subsection.
2039
2040 * display.texi (Colors): Mention list-colors-sort.
2041
2042 * files.texi (File Conveniences): Mention image animation.
2043
2044 2012-01-31 Chong Yidong <cyd@gnu.org>
2045
2046 * windows.texi (Split Window): C-mouse-2 doesn't work on GTK+
2047 scroll bars (Bug#10666).
2048
2049 2012-01-28 Chong Yidong <cyd@gnu.org>
2050
2051 * files.texi (Filesets): Fix typos.
2052
2053 * display.texi (Faces): Add xref to Colors node.
2054
2055 2012-01-27 Dani Moncayo <dmoncayo@gmail.com>
2056
2057 * buffers.texi (Select Buffer): Clarify explanation of switching
2058 to new buffers. Fix description of next-buffer and
2059 previous-buffer (Bug#10334).
2060 (Misc Buffer): Add xref to View Mode.
2061
2062 * text.texi (Fill Commands): Fix description of
2063 sentence-end-double-space.
2064
2065 2012-01-23 Chong Yidong <cyd@gnu.org>
2066
2067 * anti.texi (Antinews): Add Emacs 23 antinews.
2068
2069 2012-01-16 Volker Sobek <reklov@live.com> (tiny change)
2070
2071 * programs.texi (Comment Commands): Typo (bug#10514).
2072
2073 2012-01-15 Chong Yidong <cyd@gnu.org>
2074
2075 * xresources.texi (X Resources): Describe GTK+ case first.
2076 (Resources): Don't use borderWidth as an example, since it doesn't
2077 work with GTK+.
2078 (Table of Resources): Clarify role of several resources, including
2079 the Emacs 24 behavior of cursorBlink etc.
2080 (Face Resources): Node deleted. Recommend using Customize
2081 instead. Add paragraph to `Table of Resources' node summarizing
2082 how to use X resources for changing faces.
2083 (Lucid Resources): Rewrite, omitting description of font names,
2084 referring to the Fonts node instead.
2085 (LessTif Resources): Copyedits.
2086 (GTK resources): Rewrite, describing the difference between gtk2
2087 and gtk3.
2088 (GTK Resource Basics): New node.
2089 (GTK Widget Names, GTK Names in Emacs): Rewrite.
2090 (GTK styles): Just refer to Fonts node for GTK font format.
2091
2092 * display.texi (Faces): Document the cursor face.
2093
2094 2012-01-14 Chong Yidong <cyd@gnu.org>
2095
2096 * cmdargs.texi (Action Arguments): No need to mention EMACSLOADPATH.
2097 (General Variables): Add xref to Lisp Libraries.
2098 (Initial Options): Copyedits.
2099 (Resume Arguments): Node deleted; emacs.bash/csh are obsolete.
2100 (Environment): Clarify what getenv does.
2101 (General Variables): Clarify EMACSPATH etc. Emacs does not assume
2102 light backgrounds on xterms.
2103 (Misc Variables): TEMP and TMP are not Windows-specific.
2104 (Display X): Copyedits.
2105 (Colors X): -bd does nothing for GTK.
2106 (Icons X): Gnome 3 doesn't use taskbars.
2107
2108 * misc.texi (Shell): Document exec-path here.
2109
2110 * rmail.texi (Movemail): Add xref for exec-path.
2111
2112 2012-01-13 Glenn Morris <rgm@gnu.org>
2113
2114 * dired.texi (Dired and Find): Clarify find-ls-options.
2115
2116 2012-01-09 Chong Yidong <cyd@gnu.org>
2117
2118 * custom.texi (Custom Themes): Switch custom-safe-themes to use
2119 SHA-256.
2120
2121 2012-01-07 Chong Yidong <cyd@gnu.org>
2122
2123 * display.texi (Useless Whitespace): Add Whitespace mode.
2124
2125 * custom.texi (Hooks): Discuss how to disable minor modes.
2126
2127 * files.texi (Diff Mode): Discuss diff-auto-refine-mode
2128 (Bug#10309). Discuss use of Whitespace mode (Bug#10300).
2129
2130 * trouble.texi (Lossage): Refer to Bugs node for problems.
2131 (DEL Does Not Delete): Don't use "usual erasure key" teminology.
2132 (Screen Garbled): Don't refer to terminal "manufacturers".
2133 (Total Frustration): Node deleted. Eliza is documented in
2134 Amusements now.
2135 (Known Problems): More info about using the bug tracker.
2136 Mention debbugs package.
2137 (Bug Criteria): Copyedits.
2138 (Understanding Bug Reporting): Mention emacs -Q.
2139
2140 2012-01-06 Chong Yidong <cyd@gnu.org>
2141
2142 * custom.texi (Specifying File Variables): The mode: keyword
2143 doesn't have to be first anymore. Add example of specifying minor
2144 modes.
2145 (Directory Variables): Simplify example. Mention application to
2146 non-file buffers.
2147 (Disabling): Use "initialization file" terminology.
2148 (Init Examples): Fix hook example.
2149
2150 2012-01-06 Eli Zaretskii <eliz@gnu.org>
2151
2152 * cmdargs.texi (MS-Windows Registry): Shorten the index entry.
2153 (Bug#10422)
2154 Move the stuff about resources to xresources.texi.
2155
2156 * xresources.texi (Resources): Move information about setting X
2157 resources in the Registry from cmdargs.texi. Make the index entry
2158 be similar to the one in cmdargs.texi.
2159
2160 2012-01-05 Chong Yidong <cyd@gnu.org>
2161
2162 * custom.texi (Customization Groups): Update example.
2163 (Browsing Custom): Document the new search field.
2164 (Changing a Variable): Update example for Emacs 24 changes.
2165 Document Custom-set and Custom-save commands.
2166 (Face Customization): Document Emacs 24 changes. De-document
2167 modify-face.
2168 (Specific Customization): Mention customize-variable.
2169 (Custom Themes): Add customize-themes, custom-theme-load-path,
2170 custom-theme-directory, and describe-theme.
2171 (Creating Custom Themes): New node.
2172 (Examining): Mention M-:.
2173
2174 * package.texi (Packages): Fix typo.
2175
2176 2012-01-03 Chong Yidong <cyd@gnu.org>
2177
2178 * misc.texi (Single Shell): Don't document Lisp usage of
2179 shell-command. Tidy up discussion of synchronicity. Add index
2180 entries for async-shell-command.
2181 (Interactive Shell): Note that M-x shell uses shell-file-name.
2182 Note change in behavior in Emacs 24.
2183 (Shell Mode): Shell mode now uses completion-at-point.
2184 (Shell Prompts): Emphasize that comint-use-prompt-regexp isn't the
2185 default method for recognizing prompts nowadays.
2186 (Shell Ring): Add xref to Minibuffer History.
2187 (Directory Tracking): Explain Dirtrack mode in more detail.
2188 (Term Mode): Fix index entries.
2189 (Paging in Term): Merge into Term Mode.
2190 (Serial Terminal, Emacs Server, emacsclient Options): Copyedits.
2191 (Printing): Fix xref. State default of lpr-switches.
2192 (PostScript): Remove obsolete sentence. Omit description of
2193 non-interactive behaviors.
2194 (Hyperlinking): Improve description.
2195 (Browse-URL): Using compose-mail for mailto URLs is the default.
2196 Document browse-url-mailto-function.
2197 (Goto Address mode): Add index entries. Add xref to Browse-URL.
2198 (FFAP): FFAP is not a minor mode.
2199 (Amusements): M-x lm was renamed to M-x landmark.
2200 Document nato-region.
2201
2202 2012-01-01 Chong Yidong <cyd@gnu.org>
2203
2204 * misc.texi (Gnus, Buffers of Gnus): Copyedits.
2205 (Gnus Startup): Note that the system might not be set up for news.
2206 Describe group levels more clearly.
2207 (Gnus Group Buffer, Gnus Summary Buffer): New nodes, split from
2208 Summary of Gnus.
2209 (Document View): Copyedits. Move zoom commads to DocView
2210 Navigation node.
2211 (DocView Navigation, DocView Searching, DocView Slicing)
2212 (DocView Conversion): Nodes renamed from Navigation, etc.
2213
2214 * sending.texi (Mail Sending): Add message-kill-buffer-on-exit.
2215
2216 2011-12-31 Eli Zaretskii <eliz@gnu.org>
2217
2218 * basic.texi (Moving Point): Fix the description of C-n and C-p.
2219 (Bug#10380)
2220
2221 2011-12-30 Chong Yidong <cyd@gnu.org>
2222
2223 * sending.texi (Sending Mail): Document initial mail buffer name,
2224 and changed multiple mail buffer behavior.
2225 (Mail Format): Put the example at the top of the section.
2226 (Mail Headers): Move discussion of "From" to the top.
2227 (Mail Sending): Document sendmail-query-once.
2228 (Citing Mail): Make it less Rmail-specific.
2229
2230 2011-12-29 Chong Yidong <cyd@gnu.org>
2231
2232 * text.texi (Org Mode): Copyedits. Refer to Outline Format for
2233 example. Add index entries.
2234 (Org Organizer, Org Authoring): Nodes renamed. Copyedits.
2235
2236 2011-12-26 Chong Yidong <cyd@gnu.org>
2237
2238 * dired.texi (Dired Enter, Misc Dired Features):
2239 Document dired-use-ls-dired changes. Mention quit-window.
2240 (Dired Navigation): Add index entries.
2241 (Dired Visiting): Fix View Mode xref.
2242 (Marks vs Flags): Prefer C-/ binding for undo.
2243 (Subdirectories in Dired): Add xrefs.
2244 (Misc Dired Features): Document some Emacs 24 changes. Add index
2245 entries.
2246
2247 * abbrevs.texi (Abbrev Concepts): No need to mention abbrev-mode
2248 variable, since it is explained in Minor Modes node.
2249 (Defining Abbrevs): Copyedits.
2250 (Expanding Abbrevs): State default of abbrev-all-caps. Prefer the
2251 C-/ binding for undo.
2252 (Dabbrev Customization): Add xrefs for case-fold-search and
2253 case-replace.
2254
2255 * dired-xtra.texi (Subdir Switches): Add xref.
2256
2257 * maintaining.texi (VC Directory Commands): Mention quit-window.
2258
2259 2011-12-25 Chong Yidong <cyd@gnu.org>
2260
2261 * maintaining.texi (Tags): Mention Semantic.
2262 (Create Tags Table, Etags Regexps): Copyedits.
2263 (Find Tag): Mention minibuffer completion.
2264 (List Tags): Mention completion-at-point. Completion is actually
2265 available in M-x list-tags.
2266
2267 * vc1-xtra.texi (VC Delete/Rename): Rename from Renaming and VC.
2268 Document vc-delete-file.
2269
2270 * files.texi (Misc File Ops): Mention vc-delete-file.
2271
2272 * programs.texi (Symbol Completion): Mention completion-at-point
2273 explicitly.
2274
2275 2011-12-22 Chong Yidong <cyd@gnu.org>
2276
2277 * maintaining.texi (Change Log Commands): Don't specially mention
2278 vc-update-change-log which is CVS-only.
2279
2280 * vc1-xtra.texi (Version Headers): Note that these are for
2281 Subversion, CVS, etc. only.
2282 (General VC Options): De-document vc-keep-workfiles.
2283 Fix RCS-isms.
2284
2285 2011-12-22 Eli Zaretskii <eliz@gnu.org>
2286
2287 * building.texi (Debugger Operation): Fix a typo: "@end iftext"
2288 should be @end iftex".
2289
2290 2011-12-21 Chong Yidong <cyd@gnu.org>
2291
2292 * maintaining.texi (Advanced C-x v v): Use fileset terminology.
2293 (VC With A Merging VCS, VC Change Log): Add xref to VC Pull node.
2294 (VC Pull): Mention vc-log-incoming.
2295 (Log Buffer): Add CVS/RCS only disclaimer.
2296
2297 * vc1-xtra.texi (Remote Repositories): Update introduction.
2298 (Local Version Control): Node deleted (obsolete with DVCSes).
2299 (Remote Repositories, Version Backups): Node deleted.
2300 Move documentation of vc-cvs-stay-local to CVS Options.
2301 (CVS Options): Reduce verbosity of description of obscure CVS
2302 locking feature.
2303 (Making Revision Tags, Revision Tag Caveats): Merge into Revision
2304 Tags node.
2305 (Revision Tags): Move under Miscellaneous VC subsection.
2306 (Change Logs and VC): Note that this is wrong for DVCSs.
2307 De-document log entry manipulating features.
2308 (Renaming and VC): Describe how it works on modern VCSes.
2309
2310 * files.texi (Misc File Ops): Mention vc-rename-file.
2311
2312 * programs.texi (Custom C Indent): Add index entries.
2313
2314 2011-12-20 Alan Mackenzie <acm@muc.de>
2315
2316 * programs.texi (Motion in C): Update the description of C-M-a and
2317 C-M-e, they now DTRT in enclosing scopes.
2318 (Custom C Indent): Add @dfn{guessing} of the indentation style.
2319
2320 2011-12-20 Chong Yidong <cyd@gnu.org>
2321
2322 * maintaining.texi (VCS Concepts): Add "working tree" terminology.
2323 (Old Revisions): Use it.
2324 (VCS Repositories): Add "distributed" terminology.
2325 (Log Buffer): Remove duplicate description
2326 about changesets. Fix "current VC fileset" ambiguity.
2327 (Multi-User Branching): Node deleted.
2328 (Branches, Switching Branches): Discuss decentralized version
2329 control systems.
2330 (VC Pull): New node.
2331 (Merging): Document merging on decentralized systems.
2332 (Creating Branches): Note that this is specific to CVS and related
2333 systems.
2334
2335 2011-12-19 Chong Yidong <cyd@gnu.org>
2336
2337 * maintaining.texi (VCS Merging, VCS Changesets): Index entries.
2338 (VC Mode Line): Add index entry for "version control status".
2339 (VC Undo): Use vc-revert instead of its vc-revert-buffer alias.
2340 Document vc-revert-show-diff. De-document vc-rollback.
2341 (VC Directory Mode): Rewrite introduction. Move prefix arg
2342 documentation here from VC Directory Buffer node.
2343 (VC Directory Buffer): Use a decentralized VCS example.
2344 (VC Directory Commands): Use a table. Remove material duplicated
2345 in previous nodes on multi-file VC filsets.
2346
2347 2011-12-17 Chong Yidong <cyd@gnu.org>
2348
2349 * maintaining.texi (VCS Concepts): Make "revision" terminology
2350 less CVS-specific.
2351 (VC With A Merging VCS, VC With A Locking VCS): Add xref to
2352 Registering node.
2353 (Secondary VC Commands): Delete. Promote subnodes.
2354 (Log Buffer): Add command name for C-c C-c. Fix the name of the
2355 log buffer. Add index entries.
2356 (VCS Changesets, Types of Log File, VC With A Merging VCS):
2357 Use "commit" terminology.
2358 (Old Revisions): Move it to just before VC Change Log. "Tag" here
2359 doesn't refer to tags tables. Note other possible forms of the
2360 revision ID. C-x v = does not save.
2361 (Registering): Note similarity to C-x v v action. Fix description
2362 of how backends are chosen. De-document vc-default-init-revision.
2363 (VC Change Log): Document C-x v l in VC-Dir buffer. Document RET
2364 in root log buffers.
2365
2366 2011-12-16 Chong Yidong <cyd@gnu.org>
2367
2368 * maintaining.texi (Version Control Systems): Drop Meta-CVS.
2369 (Basic VC Editing): Remove redundant descriptions.
2370 (VC With A Merging VCS): Make description more general instead of
2371 CVS-specific.
2372 (VC With A Locking VCS): Use VC fileset terminology.
2373
2374 2011-12-12 Chong Yidong <cyd@gnu.org>
2375
2376 * building.texi (Executing Lisp): Fix xref for C-M-x.
2377 (Lisp Libraries): Add xref to node explaining `load' in Lisp
2378 manual. Note that load-path is not customizable.
2379 (Lisp Eval): Note that listed commands are available globally.
2380 Explain the meaning of "defun" in the C-M-x context.
2381 (Lisp Interaction): Copyedits.
2382 (External Lisp): Fix name of inferior Lisp buffer.
2383 Mention Scheme.
2384 (Compilation): Define "inferior process".
2385
2386 2011-12-10 Eli Zaretskii <eliz@gnu.org>
2387
2388 * msdog.texi (Windows Fonts): Document how to force GDI font
2389 backend on MS-Windows.
2390
2391 2011-12-10 Chong Yidong <cyd@gnu.org>
2392
2393 * building.texi (Compilation): Say what the -k flag to make does.
2394 Move subprocess discussion to Compilation Shell.
2395 (Compilation Mode): Add xref for grep, occur, and mouse
2396 references. Define "locus".
2397 (Grep Searching): Use @command.
2398 (Debuggers, Commands of GUD, GDB Graphical Interface):
2399 Clarify intro.
2400 (Starting GUD): Clarify how arguments are specified.
2401 (Debugger Operation): Index entry for "GUD interaction buffer",
2402 and move basic description here from Commands of GUD node.
2403 (GDB User Interface Layout): Copyedits.
2404 (Source Buffers): Remove gdb-find-source-frame, which is not in
2405 gdb-mi.el.
2406 (Other GDB Buffers): Remove gdb-use-separate-io-buffer and
2407 toggle-gdb-all-registers, which are not in gdb-mi.el.
2408 Don't re-document GUD interaction buffers.
2409
2410 * programs.texi (Symbol Completion): M-TAB can now use Semantic.
2411 (Semantic): Add cindex entries for Semantic.
2412
2413 2011-12-06 Chong Yidong <cyd@gnu.org>
2414
2415 * programs.texi (Man Page): Clarify how to use Man-switches.
2416 Don't bother documenting Man-fontify-manpage-flag.
2417 (Lisp Doc): Add xref to Name Help node.
2418 (Hideshow): Add cindex. Mention role of ellipses, and default
2419 value of hs-isearch-open. Don't bother documenting
2420 hs-special-modes-alist.
2421 (Symbol Completion): Add kindex for C-M-i. Don't recommend
2422 changing the window manager binding of M-TAB.
2423
2424 2011-12-05 Chong Yidong <cyd@gnu.org>
2425
2426 * programs.texi (Comment Commands): Fix description of for M-; on
2427 blank lines. Move documentation of comment-region here.
2428 (Multi-Line Comments): Clarify the role of comment-multi-line.
2429 Refer to Comment Commands for comment-region doc.
2430 (Options for Comments): Refer to Multi-Line Comments for
2431 comment-multi-line doc, instead of duplicating it. Fix default
2432 values of comment-padding and comment-start-skip.
2433
2434 2011-12-04 Chong Yidong <cyd@gnu.org>
2435
2436 * programs.texi (Program Modes): Mention modes that are not
2437 included with Emacs. Fix references to other manuals for tex.
2438 Add index entry for backward-delete-char-untabify.
2439 Mention prog-mode-hook.
2440 (Which Function): Use "global minor mode" terminology.
2441 (Basic Indent, Multi-line Indent): Refer to previous descriptions
2442 in Indentation chapter to avoid duplication.
2443 (Expressions): Copyedit.
2444 (Matching): Document Electric Pair mode.
2445
2446 * ack.texi (Acknowledgments):
2447 * rmail.texi (Movemail, Other Mailbox Formats):
2448 * frames.texi (Frames): Don't capitalize "Unix".
2449
2450 2011-12-04 Chong Yidong <cyd@gnu.org>
2451
2452 * text.texi (Nroff Mode): Mention what nroff is.
2453 (Text Based Tables, Table Recognition): Don't say "Table mode"
2454 since it's not a major or minor mode.
2455 (Text Based Tables): Reduce the size of the example.
2456 (Table Definition): Clarify definitions.
2457 (Table Creation): Add key table.
2458 (Cell Commands): Use kbd for commands.
2459 (Table Rows and Columns): Combine nodes Row Commands and Column
2460 Commands.
2461 (Fixed Width Mode): Node deleted; contents moved to parent.
2462 (Table Conversion): Shorten example.
2463 (Measuring Tables): Merge into Table Misc.
2464
2465 2011-12-03 Chong Yidong <cyd@gnu.org>
2466
2467 * text.texi (TeX Mode): Mention AUCTeX package.
2468 (TeX Editing): Add xref to documentation for Occur.
2469 (LaTeX Editing): Add xref to Completion node.
2470 (TeX Print): Fix description of tex-directory.
2471 (Enriched Text): Rename from Formatted Text. Make this node and
2472 its subnodes less verbose, since text/enriched files are
2473 practically unused.
2474 (Enriched Mode): Rename from Requesting Formatted Text.
2475 (Format Colors): Node deleted.
2476 (Enriched Faces): Rename from Format Faces. Describe commands
2477 for applying colors too.
2478 (Forcing Enriched Mode): Node deleted; merged into Enriched Mode.
2479
2480 * frames.texi (Menu Mouse Clicks): Tweak description of C-Mouse-2.
2481
2482 * display.texi (Colors): New node.
2483
2484 * cmdargs.texi (Colors X):
2485 * xresources.texi (GTK styles):
2486 * custom.texi (Face Customization): Reference it.
2487
2488 * glossary.texi (Glossary): Remove "formatted text" and "WYSIWYG".
2489 Link to Fill Commands for Justification entry.
2490
2491 2011-12-03 Eli Zaretskii <eliz@gnu.org>
2492
2493 * display.texi (Auto Scrolling): More accurate description of what
2494 scroll-*-aggressively does, including the effect of non-zero
2495 margin. Fix "i.e." markup.
2496
2497 2011-12-02 Chong Yidong <cyd@gnu.org>
2498
2499 * text.texi (Pages): Mention how formfeed chars are displayed.
2500 (Auto Fill): Note convention for calling auto-fill-mode from Lisp.
2501 Describe adaptive filling more precisely.
2502 (Fill Commands): Note that filling removes excess whitespace.
2503 (Text Mode): Note auto-mode-alist entries for Text mode. TAB is
2504 now bound to indent-for-tab-command in Text mode.
2505 (Outline Mode): Copyedits.
2506 (Outline Visibility): Note that Reveal mode is a buffer-local
2507 minor mode.
2508
2509 * modes.texi (Major Modes): Move note about checking major-mode in
2510 a hook function here, from Text mode.
2511
2512 2011-11-28 Chong Yidong <cyd@gnu.org>
2513
2514 * text.texi (Words): Add xref to Position Info.
2515 (Paragraphs): Add xref to Regexps.
2516
2517 * indent.texi (Indentation): Rewrite introduction. Move table to
2518 Indentation Commands node.
2519 (Indentation Commands): Add index entries to table. Copyedits.
2520 (Tab Stops, Just Spaces): Copyedits.
2521 (Indent Convenience): New node. Document electric-indent-mode.
2522
2523 * programs.texi (Basic Indent):
2524 * windows.texi (Pop Up Window): Fix kindex entry.
2525
2526 2011-11-28 Chong Yidong <cyd@gnu.org>
2527
2528 * modes.texi (Major Modes): Move major-mode variable doc here from
2529 Choosing Modes. Document describe-mode. Document prog-mode-hook
2530 and text-mode-hook. Add example of using hooks.
2531 (Minor Modes): Document behavior of mode command calls from Lisp.
2532 Note that setting the mode variable using Customize will DTRT.
2533 (Choosing Modes): Add example of setting a minor mode using a
2534 local variable.
2535
2536 2011-11-27 Chong Yidong <cyd@gnu.org>
2537
2538 * frames.texi (Creating Frames): Move frame parameter example to
2539 Frame Parameters node.
2540 (Frame Commands): C-x 5 o does not warp the mouse by default.
2541 (Fonts): Add more GTK-style properties; also, they should be
2542 capitalized.
2543 (Special Buffer Frames): Node deleted; special-display is on the
2544 way out.
2545 (Frame Parameters): Example moved here from Creating Frames.
2546 Clarify that default-frame-alist affects the initial frame too.
2547 Delete auto-raise-mode and auto-lower-mode.
2548 (Wheeled Mice): Node deleted. Content moved to Mouse Commands.
2549 (Dialog Boxes): Delete x-gtk-use-old-file-dialog.
2550
2551 * windows.texi (Window Choice): Add xref to Lisp manual for
2552 special-display-*.
2553
2554 2011-11-26 Eli Zaretskii <eliz@gnu.org>
2555
2556 * display.texi (Text Display): Update the description,
2557 cross-references, and indexing related to display of control
2558 characters and raw bytes.
2559
2560 2011-11-25 Chong Yidong <cyd@gnu.org>
2561
2562 * frames.texi (Frames): Rewrite introduction.
2563 (Mouse Commands): Default for mouse-drag-copy-region is now t.
2564 Mouse-3 does not copy to kill ring by default. DEL does not
2565 behave specially for mouse commands any more.
2566 (Mouse References): Document mouse-1-click-follows-link more
2567 thoroughly.
2568 (Menu Mouse Clicks): Move footnote to the main text and add xref
2569 to Init Rebinding node.
2570 (Mode Line Mouse): Mouse-3 on the mode-line does not bury buffer.
2571
2572 * files.texi (Visiting): `C-x 5 f' works on ttys too.
2573
2574 2011-11-24 Juanma Barranquero <lekktu@gmail.com>
2575
2576 * display.texi (Font Lock): Fix typo.
2577
2578 2011-11-24 Glenn Morris <rgm@gnu.org>
2579
2580 * rmail.texi (Rmail Output):
2581 Mention rmail-automatic-folder-directives. (Bug#9657)
2582
2583 2011-11-21 Chong Yidong <cyd@gnu.org>
2584
2585 * mark.texi (Global Mark Ring): Fix description of global mark
2586 ring (Bug#10032).
2587
2588 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
2589
2590 * msdog.texi (Windows Fonts): Fix typo.
2591
2592 2011-11-17 Glenn Morris <rgm@gnu.org>
2593
2594 * regs.texi (Bookmarks): Small fixes related to saving. (Bug#10058)
2595
2596 2011-11-16 Juanma Barranquero <lekktu@gmail.com>
2597
2598 * killing.texi (Rectangles):
2599 * misc.texi (Document View):
2600 * modes.texi (Choosing Modes):
2601 * msdog.texi (Windows Fonts):
2602 * regs.texi (Rectangle Registers):
2603 * search.texi (Isearch Yank): Fix typos.
2604
2605 2011-11-06 Chong Yidong <cyd@gnu.org>
2606
2607 * windows.texi (Basic Window): Add xref to Cursor Display.
2608 (Split Window): Document negative arg for splitting commands.
2609 (Other Window): Document mouse-1 in text area of window.
2610 (Change Window): Don't mention window attributes, since they
2611 aren't defined. C-x 1 can't be used with minibuffer windows.
2612 Windows are no longer auto-deleted.
2613 (Window Choice): Add xref to Choosing Window in Lisp manual.
2614 (Window Convenience): Note that windmove disables shift-selection.
2615 Move M-x compare-windows here from Other Window node.
2616
2617 * custom.texi (Mouse Buttons):
2618 * search.texi (Isearch Scroll):
2619 * windows.texi (Split Window): Use new names split-window-below
2620 and split-window-right.
2621
2622 2011-10-26 Juanma Barranquero <lekktu@gmail.com>
2623
2624 * emacs.texi (Top): Fix typo.
2625
2626 2011-10-25 Glenn Morris <rgm@gnu.org>
2627
2628 * abbrevs.texi (Saving Abbrevs):
2629 quietly-read-abbrev-file is not a command. (Bug#9866)
2630
2631 2011-10-24 Chong Yidong <cyd@gnu.org>
2632
2633 * display.texi (Scrolling): Document scroll-up-line and
2634 scroll-down-line. Document scroll-command property.
2635 (Recentering): New node, split off from Scrolling.
2636
2637 2011-10-23 Chong Yidong <cyd@gnu.org>
2638
2639 * frames.texi (Scroll Bars): GTK uses right scroll bars now.
2640 (Tool Bars): Copyedits.
2641
2642 * buffers.texi (Misc Buffer): Don't mention vc-toggle-read-only.
2643
2644 2011-10-22 Chong Yidong <cyd@gnu.org>
2645
2646 * windows.texi (Displaying Buffers): Fix broken lispref link.
2647
2648 2011-10-22 Chong Yidong <cyd@gnu.org>
2649
2650 * mini.texi (Minibuffer Exit): Rename from Strict Completion.
2651 Move confirm-nonexistent-file-or-buffer discussion here.
2652
2653 * files.texi (File Names, Visiting): Move detailed discussion of
2654 minibuffer confirmation to Minibuffer Exit.
2655
2656 * buffers.texi (Buffers): Tweak mention of mail buffer name.
2657 (Select Buffer): Move confirmation discussion to Minibuffer Exit.
2658
2659 2011-10-21 Chong Yidong <cyd@gnu.org>
2660
2661 * files.texi (File Names, Visiting, Interlocking): Copyedits.
2662 (Backup Copying): backup-by-copying-when-mismatch is now t.
2663 (Customize Save): Fix description of require-final-newline.
2664 (Reverting): Note that revert-buffer can't be undone. Mention VC.
2665 (Auto Save Control): Clarify.
2666 (File Archives): Add 7z.
2667 (Remote Files): ange-ftp-make-backup-files defaults to nil.
2668
2669 * arevert-xtra.texi (Autorevert): Copyedits.
2670
2671 2011-10-20 Chong Yidong <cyd@gnu.org>
2672
2673 * custom.texi (Hooks, Init Examples):
2674 * display.texi (Font Lock):
2675 * fixit.texi (Spelling):
2676 * rmail.texi (Rmail Display): Minor mode function with no arg now
2677 enables it.
2678
2679 * fixit.texi (Spelling): Fix description of inline completion.
2680
2681 2011-10-19 Chong Yidong <cyd@gnu.org>
2682
2683 * search.texi (Repeat Isearch, Error in Isearch): Add kindex
2684 entries.
2685 (Isearch Yank): Document isearch-yank-pop.
2686 (Isearch Scroll): Refer to C-l instead of unbound `recenter'.
2687 (Other Repeating Search): Document Occur Edit mode.
2688
2689 2011-10-18 Chong Yidong <cyd@gnu.org>
2690
2691 * display.texi (Fringes): Move overflow-newline-into-fringe here,
2692 from Line Truncation node.
2693 (Standard Faces): Note that only the background of the cursor face
2694 has an effect.
2695 (Cursor Display): Fix descriptions of cursor face
2696 and bar cursor blinking.
2697 (Text Display): Document nobreak-char-display more clearly.
2698 (Line Truncation): Add xref to Split Window node.
2699 (Display Custom): Don't bother documenting baud-rate or
2700 no-redraw-on-reenter.
2701
2702 * search.texi (Slow Isearch): Node removed.
2703
2704 2011-10-18 Glenn Morris <rgm@gnu.org>
2705
2706 * maintaining.texi (Registering): Remove vc-initial-comment. (Bug#9745)
2707
2708 2011-10-18 Chong Yidong <cyd@gnu.org>
2709
2710 * display.texi (Faces): Simplify discussion. Move documentation
2711 of list-faces-display here, from Standard Faces node.
2712 Note special role of `default' background.
2713 (Standard Faces): Note special role of `default' background.
2714 Note that region face may be taken fom GTK. Add xref to Text Display.
2715 (Text Scale): Rename from "Temporary Face Changes".
2716 Callers changed. Don't bother documenting variable-pitch-mode.
2717 (Font Lock): Copyedits. Remove font-lock-maximum-size.
2718 (Useless Whitespace): Simplify description of
2719 delete-trailing-whitespace. Note active region case.
2720 (Text Display): Fix description of escape-glyph face assignment.
2721 Remove unibye mode discussion. Update some parts for Unicode.
2722 Move glyphless chars documentation to Lisp manual.
2723
2724 * frames.texi (Tooltips): Document x-gtk-use-system-tooltips.
2725
2726 2011-10-15 Chong Yidong <cyd@stupidchicken.com>
2727
2728 * display.texi (Scrolling): Tweak explanation of scroll direction.
2729 (View Mode): Add index entries.
2730
2731 * killing.texi (Deletion): Document negative prefix arg to M-SPC.
2732
2733 * regs.texi (Text Registers): C-x r i does not activate the mark.
2734 (Bookmarks): Document new default bookmark location.
2735
2736 2011-10-13 Chong Yidong <cyd@stupidchicken.com>
2737
2738 * killing.texi (Deletion): Add xref to Using Region.
2739 Document delete-forward-char.
2740 (Yanking): Move yank-excluded-properties to Lisp manual. Move C-y
2741 description here. Recommend C-u C-SPC for jumping to mark.
2742 (Kill Ring): Move kill ring variable documentation here.
2743 (Primary Selection): Copyedits.
2744 (Rectangles): Document new command rectangle-number-lines.
2745 (CUA Bindings): Note that this disables the mark-even-if-inactive
2746 behavior for C-x and C-c.
2747
2748 * mark.texi (Mark): Mention "active region" terminology.
2749 (Using Region): Document delete-active-region.
2750
2751 2011-10-12 Chong Yidong <cyd@stupidchicken.com>
2752
2753 * mark.texi (Mark): Clarify description of disabled Transient Mark
2754 mode (Bug#9689).
2755 (Setting Mark): Document prefix arg for C-x C-x. Document primary
2756 selection changes. Mention that commands like C-y set the mark.
2757 (Marking Objects): Add xref to Words node. Note that mark-word
2758 and mark-sexp also have the "extend region" behavior.
2759 (Using Region): Mention M-$ in the table.
2760 Document mark-even-if-inactive here instead of in Mark Ring.
2761 (Mark Ring): Move mark-even-if-inactive to Using Region.
2762 Take note of the "Mark Set" behavior.
2763 (Disabled Transient Mark): Rename from "Persistent Mark"
2764 (Bug#9688). Callers changed.
2765
2766 * programs.texi (Expressions):
2767 * text.texi (Words): Defer to Marking Objects for mark-word doc.
2768
2769 2011-10-09 Chong Yidong <cyd@stupidchicken.com>
2770
2771 * help.texi (Help, Help Summary): Eliminate the unnecessary "help
2772 option" terminology.
2773 (Key Help): Add command names. Define "documentation string".
2774 (Name Help): Remove an over-long joke.
2775 (Apropos): Document prefix args. Remove duplicated descriptions.
2776 (Help Mode): Add C-c C-b to table. Update TAB binding.
2777 (Package Keywords): Rename from "Library by Keyword".
2778 Describe new package menu interface.
2779 (Help Files, Help Echo): Tweak description.
2780
2781 * mini.texi (Completion Options): Add completion-cycle-threshold.
2782 (Minibuffer History): Document numeric args to history commands.
2783
2784 2011-10-08 Eli Zaretskii <eliz@gnu.org>
2785
2786 * mule.texi (Bidirectional Editing): Correct some inaccuracies.
2787
2788 2011-10-08 Chong Yidong <cyd@stupidchicken.com>
2789
2790 * basic.texi (Position Info): Omit page commands.
2791 Document count-words-region and count-words.
2792
2793 * text.texi (Pages): Move what-page documentation here.
2794
2795 2011-10-08 Chong Yidong <cyd@stupidchicken.com>
2796
2797 * mini.texi (Minibuffer File): Minor copyedits. Use xref to
2798 Remote Files node instead of linking directly to the Tramp manual.
2799 (Minibuffer Edit): Add xref to Blank Lines.
2800 (Completion): Add xref to Symbol Completion. Remove redundant
2801 example, which is repeated in the next node.
2802 (Completion Commands): Minor clarifications.
2803 (Completion Styles): New node, split from Completion Commands.
2804 Document substring and initials styles.
2805 (Strict Completion): Remove information duplicated in other nodes.
2806 (Completion Options): Consolidate case difference discussion here.
2807
2808 * help.texi (Help Mode): Fix kindex entries.
2809
2810 * files.texi (File Names): Add index entries.
2811
2812 2011-10-07 Chong Yidong <cyd@stupidchicken.com>
2813
2814 * basic.texi (Inserting Text): Add xref to Completion.
2815 Add ucs-insert example, and document prefix argument.
2816 (Moving Point): Fix introduction; C-f/C-b are no longer equivalent
2817 to left/right. Tweak left-char and right-char descriptions.
2818 M-left and M-right are now bound to left-word/right-word.
2819 (Erasing): Document delete-forward-char.
2820
2821 * screen.texi (Screen, Menu Bar): Copyedits.
2822 (Point): Remove duplicate paragraph on cursors, also in Screen.
2823 (Mode Line): Trailing dashes no longer shown on X displays.
2824
2825 * frames.texi (Non-Window Terminals): Index just "text-only
2826 terminal", which is used throughout the manual now.
2827
2828 * entering.texi (Entering Emacs): Define "startup screen".
2829 Document window-splitting behavior with command-line inputs.
2830 (Exiting): Remove obsolete paragraph about shells without suspend
2831 functionality.
2832
2833 * commands.texi (User Input): Define "input event" more clearly.
2834 (Keys): Add xref to Echo Area.
2835 (Commands): Clarify relation between commands and functions.
2836
2837 2011-10-06 Chong Yidong <cyd@stupidchicken.com>
2838
2839 * misc.texi (emacsclient Options): Document how emacsclient runs
2840 the Emacs daemon (Bug#9674).
2841
2842 2011-10-01 Chong Yidong <cyd@stupidchicken.com>
2843
2844 * basic.texi (Moving Point):
2845 * custom.texi (Mouse Buttons):
2846 * rmail.texi (Rmail Scrolling):
2847 * search.texi (Isearch Scroll):
2848 * display.texi (Scrolling): Replace scroll-up/down with
2849 scroll-up/down-command. Fix scroll-preserve-screen-position
2850 description. Document scroll-error-top-bottom.
2851
2852 2011-09-30 Glenn Morris <rgm@gnu.org>
2853
2854 * commands.texi (Keys): Whitespace fix. (Bug#9635)
2855
2856 2011-09-24 Chong Yidong <cyd@stupidchicken.com>
2857
2858 * windows.texi (Pop Up Window): Defer discussion of window
2859 splitting to the Window Choice node. Add index entries.
2860 (Force Same Window): Node deleted.
2861 (Displaying Buffers, Window Choice): New nodes.
2862
2863 * buffers.texi (Select Buffer): Clarify description of
2864 buffer-switching commands. Add xref to Window Display node.
2865 Don't repeat confirm-nonexistent-file-or-buffer description from
2866 Visiting node. Remove even-window-heights.
2867
2868 * frames.texi (Special Buffer Frames): Add xref to Window Choice.
2869
2870 2011-09-18 Chong Yidong <cyd@stupidchicken.com>
2871
2872 * cmdargs.texi (Icons X): Fix description of Emacs icon.
2873
2874 * xresources.texi (Table of Resources): Fix documentation of
2875 bitmapIcon.
2876
2877 2011-09-15 Chong Yidong <cyd@stupidchicken.com>
2878
2879 * package.texi (Package Menu): Add package-menu-mark-upgrades.
2880
2881 2011-09-12 Eric Hanchrow <eric.hanchrow@gmail.com>
2882
2883 * frames.texi (Frame Commands): Note that delete-other-frames only
2884 deletes frames on current terminal.
2885
2886 2011-09-10 Eli Zaretskii <eliz@gnu.org>
2887
2888 * sending.texi (Mail Misc): Document mail-add-attachment.
2889
2890 2011-09-04 Eli Zaretskii <eliz@gnu.org>
2891
2892 * basic.texi (Inserting Text): Add index entries. (Bug#9433)
2893
2894 2011-08-29 Chong Yidong <cyd@stupidchicken.com>
2895
2896 * modes.texi (Choosing Modes): auto-mode-case-fold is now t.
2897
2898 2011-08-28 Chong Yidong <cyd@stupidchicken.com>
2899
2900 * files.texi (File Archives):
2901 * cal-xtra.texi (Diary Display):
2902 * help.texi (Help Mode): Add xref to View Mode.
2903
2904 2011-08-28 Chong Yidong <cyd@stupidchicken.com>
2905
2906 * display.texi (View Mode): New node. Move view-file here from
2907 Misc File Ops. Move view-buffer here from Misc Buffer.
2908
2909 * buffers.texi (Misc Buffer): Move view-buffer to View Mode.
2910
2911 * files.texi (Misc File Ops): Document new
2912 delete-by-moving-to-trash behavior. Remove view-file.
2913
2914 * dired.texi (Dired Deletion): Shorten description of Trash.
2915
2916 * misc.texi (emacsclient Options): Document server-port.
2917
2918 2011-08-27 Eli Zaretskii <eliz@gnu.org>
2919
2920 * frames.texi (Frame Commands): Advise setting focus-follows-mouse
2921 even on MS-Windows. Fix a typo.
2922
2923 2011-08-26 Chong Yidong <cyd@stupidchicken.com>
2924
2925 * package.texi: New file, documenting the package manager.
2926
2927 * emacs.texi: Include it.
2928
2929 * help.texi (Help Summary): Add describe-package.
2930
2931 2011-08-25 Chong Yidong <cyd@stupidchicken.com>
2932
2933 * misc.texi (Printing): Convert subnodes into subsections.
2934
2935 * text.texi (Two-Column): Move into Text chapter.
2936
2937 * picture-xtra.texi (Picture Mode): Group with Editing Binary
2938 Files section. Convert from chapter into section.
2939
2940 * display.texi (Narrowing): Move into display chapter.
2941
2942 * sending.texi (Sending Mail):
2943 * rmail.texi (Rmail):
2944 * misc.texi (Gnus, Document View):
2945 * dired.texi (Dired):
2946 * emacs.texi: Group the mail, rmail, and gnus chapters together.
2947
2948 2011-08-07 Juri Linkov <juri@jurta.org>
2949
2950 * dired.texi (Operating on Files): Rewrite according to the fact
2951 that `dired-do-chmod' doesn't use the `chmod' program anymore.
2952
2953 2011-07-30 Michael Albinus <michael.albinus@gmx.de>
2954
2955 * mini.texi (Minibuffer File): Insert a reference to Tramp for
2956 remote file name completion. (Bug#9197)
2957
2958 2011-07-28 Eli Zaretskii <eliz@gnu.org>
2959
2960 * mule.texi (Bidirectional Editing): Document the fact that
2961 bidi-display-reordering is t by default.
2962
2963 2011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
2964
2965 * help.texi (Misc Help): Mention `describe-prefix-bindings'
2966 explicitly (bug#8904).
2967
2968 2011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
2969
2970 * trouble.texi (Checklist): Use an `M-x' example instead of an
2971 Emacs Lisp form to switch on the dribble file (bug#8056).
2972
2973 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
2974
2975 * custom.texi (Hooks): Mention buffer-local hooks (bug#6218).
2976
2977 2011-07-13 Glenn Morris <rgm@gnu.org>
2978
2979 * dired.texi (Dired Enter): Mention --dired. (Bug#9039)
2980
2981 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
2982
2983 * mark.texi (Mark Ring): Clarify how many locations are saved
2984 (bug#5770).
2985 (Global Mark Ring): Ditto.
2986
2987 2011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
2988
2989 * text.texi (Table Recognition): Use "at point" instead of "under
2990 point" (bug#4345).
2991
2992 * display.texi (Cursor Display): Mention `cursor-type'.
2993
2994 * screen.texi (Point): Clarify that it's only if you use a block
2995 cursor that it appears to be on a character (bug#4345).
2996
2997 2011-07-12 Chong Yidong <cyd@stupidchicken.com>
2998
2999 * misc.texi (Amusements): Move dissociated press here, from its
3000 own section.
3001
3002 * emacs.texi (Top): Update node listing.
3003
3004 2011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
3005
3006 * emacs.texi (Top): Change "inferiors" to "subnodes" for greater
3007 clarity (bug#3523).
3008
3009 2011-07-12 Chong Yidong <cyd@stupidchicken.com>
3010
3011 * cmdargs.texi (Initial Options): Document --no-site-lisp.
3012 (Misc X): Document --parent-id.
3013
3014 * frames.texi (Frame Commands): Note that focus-follows-mouse now
3015 defaults to nil.
3016
3017 * misc.texi (emacsclient Options): Document --parent-id.
3018
3019 * msdog.texi (Windows HOME): Document _emacs as obsolete.
3020
3021 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
3022
3023 * emacs.texi: Use "..." instead of ``...'' in the menus
3024 (bug#3503).
3025
3026 2011-07-11 Chong Yidong <cyd@stupidchicken.com>
3027
3028 * killing.texi (Primary Selection): Document `only' setting for
3029 select-active-regions.
3030
3031 * mark.texi (Setting Mark): Reference Shift Selection node.
3032
3033 * frames.texi (Mouse Commands): Document mouse-yank-primary.
3034
3035 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
3036
3037 * mark.texi (Setting Mark): Clarify what's meant by "Shifted
3038 motion keys" (bug#3503).
3039
3040 * emacs.texi: Change all the register node names from "RegPos"
3041 (etc.) to "Positional Registers" (etc.) (bug#3314).
3042
3043 2011-07-11 Chong Yidong <cyd@stupidchicken.com>
3044
3045 * killing.texi (Killing, Deletion and Killing, Killing by Lines)
3046 (Other Kill Commands, Kill Options): Copyedits.
3047 (Deletion and Killing, Kill Ring): Kill/yank now use clipboard.
3048 (Yanking): Move yank-excluded properties discussion here.
3049 (Cut and Paste): Move from frames.texi. Update subnodes to
3050 describe x-select-enable-clipboard case.
3051
3052 * frames.texi: Move Cut and Paste node and subnodes into
3053 killing.texi, except Mouse Commands and Word and Line Mouse.
3054
3055 2011-07-10 Andy Moreton <andrewjmoreton@gmail.com> (tiny change)
3056
3057 * makefile.w32-in (EMACSSOURCES): Replace major.texi with modes.texi.
3058
3059 2011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
3060
3061 * screen.texi (Mode Line): Clarify that coding systems are
3062 characters, not letters (bug#1749).
3063
3064 * cmdargs.texi (Environment): Mention removing variables
3065 (bug#1615). Text suggested by Kevin Rodgers.
3066
3067 2011-07-10 Chong Yidong <cyd@stupidchicken.com>
3068
3069 * misc.texi (Amusements): Don't mention Yow; it's crippled.
3070
3071 * modes.texi: Rename from major.texi.
3072 (Modes): New node. Make Major Modes and Minor Modes subsections
3073 of this. All callers changed.
3074
3075 * custom.texi (Minor Modes): Move to modes.texi.
3076
3077 2011-07-10 Chong Yidong <cyd@stupidchicken.com>
3078
3079 * custom.texi (Syntax): Node deleted.
3080
3081 * help.texi (Help Summary):
3082 * major.texi (Major Modes):
3083 * programs.texi (Parentheses):
3084 * search.texi (Regexp Backslash, Regexp Backslash)
3085 (Regexp Backslash):
3086 * text.texi (Words): Callers changed.
3087
3088 * text.texi (Refill, Longlines): Delete nodes.
3089
3090 * ack.texi (Acknowledgments): Longlines removed from manual.
3091
3092 * emacs.texi (Top): Update node listing.
3093
3094 2011-07-09 Glenn Morris <rgm@gnu.org>
3095
3096 * fortran-xtra.texi (Fortran): Update handled extensions.
3097
3098 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
3099
3100 * display.texi (Scrolling): `C-v' (etc) are now bound to
3101 `scroll-*-command' (bug#8349).
3102
3103 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
3104
3105 * dired.texi (Subdirectories in Dired): Clarify that `C-u k'
3106 doesn't actually delete any files (bug#7125).
3107
3108 * picture-xtra.texi (Rectangles in Picture): Clarify the prefix
3109 argument for `C-c C-k' (bug#7391).
3110
3111 * frames.texi (Fonts): Mention "C-u C-x =" to find out what font
3112 you're currently using (bug#8489).
3113
3114 2011-07-01 Eli Zaretskii <eliz@gnu.org>
3115
3116 * mule.texi (Coding Systems): Move index entries from the previous
3117 change into their proper places.
3118
3119 2011-07-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
3120
3121 * help.texi (Help Files): Document view-external-packages (bug#8902).
3122
3123 * mule.texi (Coding Systems): Put a few more of the coding systems
3124 into the index (bug#8900).
3125
3126 2011-06-26 Glenn Morris <rgm@gnu.org>
3127
3128 * fortran-xtra.texi (Fortran): F90 mode is also for F2008.
3129
3130 2011-06-25 Andreas Rottmann <a.rottmann@gmx.at>
3131
3132 * misc.texi (emacsclient Options): Mention --frame-parameters.
3133
3134 2011-06-09 Glenn Morris <rgm@gnu.org>
3135
3136 * custom.texi (Specifying File Variables):
3137 Recommend explicit arguments for minor modes.
3138
3139 2011-06-02 Paul Eggert <eggert@cs.ucla.edu>
3140
3141 Document wide integers better.
3142 * buffers.texi (Buffers):
3143 * files.texi (Visiting): Document maxima for 64-bit machines,
3144 and mention virtual memory limits.
3145
3146 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
3147
3148 * custom.texi (Hooks): Reorganize. Mention Prog mode.
3149
3150 * fixit.texi (Spelling): Mention using prog-mode-hook for flypsell
3151 prog mode (Bug#8240).
3152
3153 2011-05-27 Glenn Morris <rgm@gnu.org>
3154
3155 * custom.texi (Specifying File Variables):
3156 Major modes no longer need come first.
3157
3158 2011-05-22 Chong Yidong <cyd@stupidchicken.com>
3159
3160 * mule.texi (Specify Coding, Text Coding, Communication Coding)
3161 (File Name Coding, Terminal Coding): Add command names (Bug#8312).
3162
3163 2011-05-18 Glenn Morris <rgm@gnu.org>
3164
3165 * ack.texi (Acknowledgments): Remove fakemail.c.
3166
3167 2011-05-17 Chong Yidong <cyd@stupidchicken.com>
3168
3169 Fixes for fitting text into 7x9 printed manual.
3170 * building.texi (Flymake, Breakpoints Buffer):
3171 * calendar.texi (Appointments):
3172 * cmdargs.texi (General Variables, Display X):
3173 * custom.texi (Saving Customizations, Face Customization)
3174 (Directory Variables, Minibuffer Maps, Init Rebinding):
3175 * display.texi (Font Lock, Font Lock, Useless Whitespace):
3176 * fixit.texi (Spelling):
3177 * frames.texi (Creating Frames, Fonts):
3178 * help.texi (Help Files):
3179 * mini.texi (Minibuffer File):
3180 * misc.texi (emacsclient Options, Emulation):
3181 * msdog.texi (Windows Startup, Windows HOME, Windows Fonts):
3182 * mule.texi (International Chars, Language Environments)
3183 (Select Input Method, Modifying Fontsets, Charsets):
3184 * programs.texi (Custom C Indent):
3185 * rmail.texi (Rmail Labels):
3186 * text.texi (Table Conversion):
3187 * trouble.texi (Known Problems, Known Problems):
3188 * windows.texi (Change Window):
3189 * xresources.texi (GTK resources): Reflow text and re-indent code
3190 examples to avoid TeX overflows and underflows on 7x9 paper.
3191
3192 * emacs.texi: Fix the (commented out) smallbook command.
3193
3194 * macos.texi (Mac / GNUstep Events):
3195 * xresources.texi (Lucid Resources): Remove extraneous examples.
3196
3197 2011-05-10 Glenn Morris <rgm@gnu.org>
3198
3199 * custom.texi (Specifying File Variables):
3200 Deprecate using mode: for minor modes.
3201
3202 2011-05-07 Glenn Morris <rgm@gnu.org>
3203
3204 * cal-xtra.texi (Sexp Diary Entries): Mention diary-hebrew-birthday.
3205
3206 2011-05-06 Glenn Morris <rgm@gnu.org>
3207
3208 * calendar.texi (Appointments): Mention appt-warning-time-regexp.
3209
3210 * cal-xtra.texi (Fancy Diary Display): Mention diary comments.
3211
3212 2011-05-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
3213
3214 * misc.texi (Emacs Server): Document `server-eval-at'.
3215
3216 2011-04-24 Chong Yidong <cyd@stupidchicken.com>
3217
3218 * maintaining.texi (List Tags): Document next-file.
3219 Suggested by Uday S Reddy.
3220
3221 2011-04-23 Juanma Barranquero <lekktu@gmail.com>
3222
3223 * mini.texi (Minibuffer Edit):
3224 * screen.texi (Mode Line): Fix typo.
3225
3226 2011-04-20 Christoph Scholtes <cschol2112@googlemail.com>
3227
3228 * maintaining.texi (Old Revisions): Mention new function vc-ediff.
3229
3230 2011-03-26 Chong Yidong <cyd@stupidchicken.com>
3231
3232 * display.texi (Auto Scrolling): Fix scroll-up/scroll-down confusion.
3233
3234 2011-03-30 Eli Zaretskii <eliz@gnu.org>
3235
3236 * display.texi (Auto Scrolling): Document the limit of 100 lines
3237 for never-recentering scrolling with `scroll-conservatively'.
3238 (Bug#6671)
3239
3240 2011-03-12 Eli Zaretskii <eliz@gnu.org>
3241
3242 * msdog.texi (Windows HOME): Fix the wording to clarify how Emacs sets
3243 HOME on Windows and where it looks for init files. (Bug#8221)
3244
3245 2011-03-10 Eli Zaretskii <eliz@gnu.org>
3246
3247 * search.texi (Regexp Example):
3248 * mule.texi (International Chars):
3249 * building.texi (External Lisp): Don't use characters outside
3250 ISO-8859-1.
3251
3252 2011-03-09 Eli Zaretskii <eliz@gnu.org>
3253
3254 * ack.texi (Acknowledgments): Convert to ISO-8859-1 encoding.
3255 Use Texinfo @-commands for non Latin-1 characters.
3256
3257 * makefile.w32-in (MAKEINFO_OPTS): Add --enable-encoding.
3258
3259 * custom.texi (Init File): Add index entries for ".emacs".
3260 (Bug#8210)
3261
3262 2011-03-08 Jan Djärv <jan.h.d@swipnet.se>
3263
3264 * xresources.texi (GTK resources): ~/.emacs.d/gtkrc does not work
3265 for Gtk+ 3.
3266
3267 2011-03-08 Glenn Morris <rgm@gnu.org>
3268
3269 * Makefile.in (MAKEINFO_OPTS): Add --enable-encoding.
3270 * emacs.texi (Acknowledgments):
3271 * ack.texi (Acknowledgments): Names to UTF-8.
3272 * emacs.texi: Set documentencoding.
3273
3274 * display.texi (Optional Mode Line): Don't mention exactly where
3275 display-time appears. (Bug#8193)
3276
3277 2011-03-07 Chong Yidong <cyd@stupidchicken.com>
3278
3279 * Version 23.3 released.
3280
3281 2011-03-06 Chong Yidong <cyd@stupidchicken.com>
3282
3283 * search.texi (Isearch Yank): C-y now bound to isearch-yank-kill.
3284
3285 2011-03-03 Drake Wilson <drake@begriffli.ch> (tiny change)
3286
3287 * misc.texi (emacsclient Options): Add q/quiet.
3288
3289 2011-03-02 Glenn Morris <rgm@gnu.org>
3290
3291 * mule.texi (Communication Coding) <x-select-request-type>:
3292 Remove duplicate (essentially) paragraph. (Bug#8148)
3293
3294 2011-03-01 Christoph Scholtes <cschol2112@googlemail.com>
3295
3296 * maintaining.texi (Format of ChangeLog): Add reference to
3297 add-log-full-name.
3298 (Change Log Commands): Add documentation for combining multiple
3299 symbols in one change.
3300
3301 2011-03-01 Glenn Morris <rgm@gnu.org>
3302
3303 * custom.texi (Directory Variables):
3304 Give an example of excluding subdirectories.
3305
3306 2011-02-28 Eli Zaretskii <eliz@gnu.org>
3307
3308 * search.texi (Regexp Search): Move index entries about regexps to the
3309 "Regexps" node. Add index entries for regexp search. (Bug#8096)
3310
3311 2011-02-19 Glenn Morris <rgm@gnu.org>
3312
3313 * dired.texi (Dired): Dired-X version number was dropped.
3314
3315 2011-02-14 Jan Djärv <jan.h.d@swipnet.se>
3316
3317 * xresources.texi (X Resources): Remove *faceName and replace it with
3318 *font for Lucid.
3319
3320 2011-02-05 Chong Yidong <cyd@stupidchicken.com>
3321
3322 * rmail.texi (Rmail Display): Document Rmail MIME support more
3323 accurately.
3324
3325 * maintaining.texi (VC Change Log): Document vc-log-incoming and
3326 vc-log-outgoing.
3327 (Merging): Document vc-find-conflicted-file.
3328
3329 2011-02-05 Glenn Morris <rgm@gnu.org>
3330
3331 * custom.texi (Variables): Fix typo.
3332
3333 2011-01-31 Chong Yidong <cyd@stupidchicken.com>
3334
3335 * search.texi (Regexps): Copyedits. Mention character classes
3336 (Bug#7809).
3337
3338 * files.texi (File Aliases): Restore explanatory text from Eli
3339 Zaretskii, accidentally removed in 2011-01-08 commit.
3340
3341 2011-01-29 Eli Zaretskii <eliz@gnu.org>
3342
3343 * makefile.w32-in (MAKEINFO): Remove options, leave only program name.
3344 (MAKEINFO_OPTS): New variable.
3345 (ENVADD, $(infodir)/emacs): Use $(MAKEINFO_OPTS).
3346 (emacs.html): New target.
3347 (clean): Remove emacs.html.
3348
3349 2011-01-23 Werner Lemberg <wl@gnu.org>
3350
3351 * Makefile.in (MAKEINFO): Now controlled by `configure'.
3352 (MAKEINFO_OPTS): New variable. Use it where appropriate.
3353 (ENVADD): Update.
3354
3355 2011-01-18 Glenn Morris <rgm@gnu.org>
3356
3357 * ack.texi, emacs.texi (Acknowledgments): Update for ERT addition.
3358
3359 * ack.texi (Acknowledgments): Remove mention of replaced prolog.el.
3360
3361 2011-01-15 Chong Yidong <cyd@stupidchicken.com>
3362
3363 * building.texi (Compilation): Improve instructions for running two
3364 compilations (Bug#7573).
3365
3366 * files.texi (Backup Names): Document the new location of the
3367 last-resort backup file.
3368
3369 * files.texi (File Aliases): Move directory-abbrev-alist doc from Lisp
3370 manual. Explain why directory-abbrev-alist elements should be anchored
3371 (Bug#7777).
3372
3373 2011-01-15 Eli Zaretskii <eliz@gnu.org>
3374
3375 * msdog.texi (Windows Startup): Correct inaccurate description of
3376 differences between emacsclient.exe and emacsclientw.exe.
3377
3378 2011-01-02 Chong Yidong <cyd@stupidchicken.com>
3379
3380 * rmail.texi (Rmail Display): Edit for grammar and conciseness.
3381
3382 2011-01-02 Kenichi Handa <handa@m17n.org>
3383
3384 * rmail.texi (Rmail Display): Describe new features of Rmail in Info.
3385
3386 2011-01-02 Eli Zaretskii <eliz@gnu.org>
3387
3388 * frames.texi (Cut and Paste): Modify the section's name and text:
3389 don't mix "cut/paste" with "kill/yank".
3390 (Cut/Paste Other App): Describe the per-session emulation of PRIMARY.
3391 (Bug#7702)
3392
3393 * trouble.texi (Checklist): Mention debug-on-quit. (Bug#7667)
3394
3395 2011-01-02 Glenn Morris <rgm@gnu.org>
3396
3397 * maintaining.texi: Move inclusion of emerge after EDE, so that it
3398 matches its position in the menu. (Bug#7674)
3399
3400 2011-01-02 Glenn Morris <rgm@gnu.org>
3401
3402 * trouble.texi (Checklist): Mention not replying via news either.
3403
3404 2010-12-30 Tassilo Horn <tassilo@member.fsf.org>
3405
3406 * misc.texi (Document View): Update DocView section with newly
3407 supported document formats.
3408
3409 2010-12-21 Chong Yidong <cyd@stupidchicken.com>
3410
3411 * killing.texi: Resection the Info version to conform to the
3412 printed manual, to avoid making sections on Accumulating Text, CUA
3413 and Rectangles into full chapters.
3414
3415 2010-12-13 Eli Zaretskii <eliz@gnu.org>
3416
3417 * custom.texi (Init Syntax): Add index entries for "character syntax".
3418 (Bug#7576)
3419
3420 2010-12-13 Karel Klíč <kklic@redhat.com>
3421
3422 * text.texi (HTML Mode): Small fixes. (Bug#7607)
3423
3424 2010-12-13 Glenn Morris <rgm@gnu.org>
3425
3426 * trouble.texi (Checklist): Fix typo in newsgroup name.
3427
3428 2010-12-13 Chong Yidong <cyd@stupidchicken.com>
3429
3430 * search.texi (Word Search): Note that the lazy highlight always
3431 matches to whole words (Bug#7470).
3432
3433 2010-12-13 Eli Zaretskii <eliz@gnu.org>
3434
3435 * display.texi (Optional Mode Line): Make the description of
3436 load-average more accurate.
3437
3438 * msdog.texi (Windows HOME): Mention that HOME can also be set in the
3439 registry, with a cross-reference.
3440 (Windows Startup): New node. Move the stuff about the current
3441 directory from "Windows HOME".
3442
3443 2010-11-27 Bob Rogers <rogers-emacs@rgrjr.dyndns.org>
3444
3445 * maintaining.texi (VC With A Locking VCS, VC Directory Commands):
3446 * vc1-xtra.texi (Customizing VC, General VC Options): Small fixes.
3447
3448 2010-11-27 Chong Yidong <cyd@stupidchicken.com>
3449
3450 * maintaining.texi (Version Control Systems): Fix repeated sentence.
3451 Suggested by Štěpán Němec.
3452
3453 2010-11-27 Chong Yidong <cyd@stupidchicken.com>
3454
3455 * maintaining.texi (Version Control): Say "commit", not "check in".
3456 (Version Control Systems): Simplify descriptions.
3457 (VCS Merging, VCS Changesets, VCS Repositories): New nodes, split from
3458 VCS Concepts.
3459 (VC Mode Line): Update example.
3460 (Old Revisions): Document revert-buffer for vc-diff.
3461 (Log Buffer): Promote to a subsection. Document header lines.
3462
3463 * macos.texi (Mac / GNUstep Basics):
3464 Document ns-right-alternate-modifier.
3465
3466 * emacs.texi (Top): Update node listing.
3467
3468 2010-11-13 Eli Zaretskii <eliz@gnu.org>
3469
3470 * rmail.texi (Rmail Coding): Characters with no fonts are not
3471 necessarily displayed as empty boxes.
3472
3473 * mule.texi (Language Environments, Fontsets): Characters with no
3474 fonts are not necessarily displayed as empty boxes.
3475
3476 * display.texi (Text Display): Document display of glyphless
3477 characters.
3478
3479 2010-11-13 Glenn Morris <rgm@gnu.org>
3480
3481 * basic.texi (Position Info): Add M-x count-words-region.
3482
3483 2010-11-11 Glenn Morris <rgm@gnu.org>
3484
3485 * msdog.texi (ls in Lisp): Update for ls-lisp changes.
3486
3487 2010-11-09 Eli Zaretskii <eliz@gnu.org>
3488
3489 * msdog.texi (Windows HOME): Add information regarding startup
3490 directory when invoking Emacs from a desktop shortcut. (bug#7300)
3491
3492 2010-10-11 Glenn Morris <rgm@gnu.org>
3493
3494 * Makefile.in (MAKEINFO): Add explicit -I$srcdir.
3495
3496 * Makefile.in (.texi.dvi): Remove unnecessary suffix rule.
3497 (DVIPS): New variable.
3498 (.PHONY): Add html, ps.
3499 (html, emacs.html, ps, emacs.ps, emacs-xtra.ps): New targets.
3500 (clean): Delete html, ps files.
3501
3502 2010-10-09 Eli Zaretskii <eliz@gnu.org>
3503
3504 * makefile.w32-in (EMACSSOURCES): Add emacsver.texi.
3505
3506 2010-10-09 Glenn Morris <rgm@gnu.org>
3507
3508 * Makefile.in (VPATH): Remove.
3509 (infodir): Make it absolute.
3510 (mkinfodir, $(infodir)/emacs, infoclean): No need to cd $srcdir.
3511
3512 * Makefile.in (dist): Anchor regexps.
3513
3514 * Makefile.in (EMACSSOURCES): Put emacs.texi first.
3515 ($(infodir)/emacs, emacs.dvi, emacs.pdf, emacs-xtra.dvi)
3516 (emacs-xtra.pdf): Use $<.
3517
3518 * Makefile.in (infoclean): Remove harmless, long-standing error.
3519
3520 * Makefile.in ($(infodir)): Delete rule.
3521 (mkinfodir): New.
3522 ($(infodir)/emacs): Use $mkinfodir instead of infodir.
3523
3524 * Makefile.in (distclean): Do not delete emacsver.texi.
3525 (dist): Remove reference to emacsver.texi.in.
3526 * emacsver.texi: New file, replacing emacsver.texi.in.
3527
3528 2010-10-09 Glenn Morris <rgm@gnu.org>
3529
3530 * emacsver.texi.in: New file.
3531 * emacs.texi: Set EMACSVER by including emacsver.texi.
3532 * Makefile.in (distclean): Delete emacsver.texi.
3533 (dist): Copy emacsver.texi.
3534 (EMACSSOURCES): Add emacsver.texi.
3535
3536 * ack.texi (Acknowledgments): No more b2m.c.
3537
3538 * Makefile.in (.PHONY): Declare info, dvi, pdf, dist.
3539 (emacs): Remove rule.
3540 (dist): No need to deal with the emacs rule any more.
3541
3542 2010-10-07 Glenn Morris <rgm@gnu.org>
3543
3544 * Makefile.in (version): New, set by configure.
3545 (clean): Delete dist tar file.
3546 (dist): Use version in tar name.
3547
3548 2010-10-06 Glenn Morris <rgm@gnu.org>
3549
3550 * Makefile.in (EMACS_XTRA): Add the main source file.
3551 (emacs-xtra.dvi, emacs-xtra.pdf): Remove explicit emacs-xtra.texi.
3552 (mostlyclean): No core files, reorder other files.
3553 (clean): Delete specific dvi and pdf files.
3554 (infoclean, dist): New rules.
3555 (maintainer-clean): Use infoclean.
3556 ($(infodir)): Add parallel build workaround.
3557
3558 2010-10-04 Glenn Morris <rgm@gnu.org>
3559
3560 * Makefile.in (SHELL): Set it.
3561 (INFO_TARGETS, DVI_TARGETS): Remove variables.
3562 (info, dvi): Replace above variables with their expansions.
3563 (info): Move mkdir from here...
3564 ($(infodir)/emacs): ... to here (for parallel builds).
3565 (pdf): New target.
3566 ($(infodir)/emacs): Pass -o option to makeinfo.
3567 (.PHONY): Declare clean rules.
3568 (maintainer-clean): Delete dvi and pdf files.
3569 Guard against cd failures. Use a more restrictive delete.
3570
3571 2010-10-02 Glenn Morris <rgm@gnu.org>
3572
3573 * misc.texi (Shell Mode): Remove reference to old function name.
3574
3575 2010-09-30 Eli Zaretskii <eliz@gnu.org>
3576
3577 * maintaining.texi (VC Mode Line): Mention all the possible VC status
3578 indicator characters.
3579
3580 2010-09-29 Glenn Morris <rgm@gnu.org>
3581
3582 * Makefile.in (top_srcdir): Remove unused variable.
3583
3584 2010-09-14 Glenn Morris <rgm@gnu.org>
3585
3586 * cal-xtra.texi (Fancy Diary Display): Emphasize that sort should be
3587 the last hook item.
3588
3589 * calendar.texi (Appointments): Also updated when a diary include file
3590 is saved.
3591
3592 2010-09-14 Glenn Morris <rgm@gnu.org>
3593
3594 * trouble.texi (Bugs): Update the section intro.
3595 (Known Problems): New section.
3596 (Checklist): Misc updates. Prefer M-x report-emacs-bug.
3597 (Sending Patches): Bug fixes are best as responses to existing bugs.
3598 * emacs.texi (Known Problems): Add menu entry for new section.
3599
3600 2010-09-09 Glenn Morris <rgm@gnu.org>
3601
3602 * xresources.texi: Untabify.
3603
3604 2010-09-06 Chong Yidong <cyd@stupidchicken.com>
3605
3606 * dired.texi (Dired Enter): Minor doc fix (Bug#6982).
3607
3608 2010-09-06 Glenn Morris <rgm@gnu.org>
3609
3610 * misc.texi (Saving Emacs Sessions): Mention desktop-path. (Bug#6948)
3611
3612 2010-09-02 Jan Djärv <jan.h.d@swipnet.se>
3613
3614 * frames.texi (Cut/Paste Other App): Remove vut-buffer text.
3615
3616 2010-08-21 Glenn Morris <rgm@gnu.org>
3617
3618 * misc.texi (Amusements): Mention bubbles and animate.
3619
3620 2010-07-31 Eli Zaretskii <eliz@gnu.org>
3621
3622 * files.texi (Visiting): Add more index entries for
3623 large-file-warning-threshold.
3624
3625 2010-07-29 Jan Djärv <jan.h.d@swipnet.se>
3626
3627 * frames.texi (Tool Bars): Add doc for tool-bar-position.
3628
3629 2010-06-23 Glenn Morris <rgm@gnu.org>
3630
3631 * abbrevs.texi, basic.texi, buffers.texi, building.texi, calendar.texi:
3632 * custom.texi, dired.texi, display.texi, emacs.texi, emerge-xtra.texi:
3633 * files.texi, fortran-xtra.texi, frames.texi, help.texi, killing.texi:
3634 * maintaining.texi, mark.texi, mini.texi, misc.texi, msdog.texi:
3635 * mule.texi, programs.texi, rmail.texi, screen.texi, search.texi:
3636 * sending.texi, text.texi, trouble.texi, vc1-xtra.texi, xresources.texi:
3637 Untabify Texinfo files.
3638
3639 2010-06-10 Glenn Morris <rgm@gnu.org>
3640
3641 * basic.texi (Inserting Text): Minor clarification. (Bug#6374)
3642
3643 * basic.texi (Inserting Text): Fix typo.
3644
3645 2010-06-10 Glenn Morris <rgm@gnu.org>
3646
3647 * ack.texi (Acknowledgments):
3648 * emacs.texi (Acknowledgments): Update for notifications.el.
3649
3650 2010-05-31 Daiki Ueno <ueno@unixuser.org>
3651
3652 * dired.texi (Operating on Files): Mention encryption commands
3653 (Bug#6315).
3654
3655 2010-05-29 Eli Zaretskii <eliz@gnu.org>
3656
3657 * basic.texi (Moving Point): Update due to renaming of commands bound
3658 to arrows. Document bidi-aware behavior of C-<right> and C-<left>.
3659
3660 2010-05-18 Eli Zaretskii <eliz@gnu.org>
3661
3662 * display.texi (Fringes): Document reversal of fringe arrows for R2L
3663 paragraphs.
3664 (Line Truncation): Fix wording for bidi display.
3665
3666 * basic.texi (Moving Point): Document bidi-aware behavior of the arrow
3667 keys.
3668
3669 2010-05-08 Chong Yidong <cyd@stupidchicken.com>
3670
3671 * building.texi (GDB Graphical Interface): Remove misleading comparison
3672 to an IDE (Bug#6128).
3673
3674 2010-05-08 Štěpán Němec <stepnem@gmail.com> (tiny change)
3675
3676 * programs.texi (Man Page):
3677 * misc.texi (Invoking emacsclient):
3678 * mini.texi (Repetition):
3679 * mark.texi (Setting Mark): Fix typos.
3680
3681 2010-05-08 Chong Yidong <cyd@stupidchicken.com>
3682
3683 * misc.texi (Printing): Document htmlfontify-buffer.
3684
3685 2010-05-08 Glenn Morris <rgm@gnu.org>
3686
3687 * calendar.texi (Displaying the Diary, Format of Diary File):
3688 Fix external cross-references for TeX format output.
3689
3690 2010-05-07 Chong Yidong <cyd@stupidchicken.com>
3691
3692 * Version 23.2 released.
3693
3694 2010-05-02 Jan Djärv <jan.h.d@swipnet.se>
3695
3696 * cmdargs.texi (Initial Options): Mention --chdir.
3697
3698 2010-04-21 Jan Djärv <jan.h.d@swipnet.se>
3699
3700 * frames.texi (Tool Bars): Add tool-bar-style.
3701
3702 2010-04-21 Glenn Morris <rgm@gnu.org>
3703
3704 * ack.texi, emacs.texi (Acknowledgments): Add SELinux support.
3705
3706 2010-04-18 Chong Yidong <cyd@stupidchicken.com>
3707
3708 * programs.texi (Semantic): New node.
3709
3710 * maintaining.texi (EDE): New node.
3711
3712 * emacs.texi: Update node listing.
3713
3714 * misc.texi (Gnus): Use the `C-h i' keybinding for info.
3715
3716 2010-04-18 Glenn Morris <rgm@gnu.org>
3717
3718 * emacs.texi (Acknowledgments): Remove duplicate.
3719
3720 * maintaining.texi (VC Directory Commands): Mention stashes and shelves.
3721
3722 2010-04-18 Glenn Morris <rgm@gnu.org>
3723
3724 * dired.texi (Misc Dired Features): Mention VC diff and log.
3725 * maintaining.texi (Old Revisions, VC Change Log):
3726 Mention that diff and log work in Dired buffers.
3727
3728 * help.texi (Help Summary): Mention M-x info-finder.
3729
3730 * ack.texi (Acknowledgments): Add mpc.el.
3731
3732 * custom.texi (Specifying File Variables, Directory Variables):
3733 Document new commands for manipulating local variable lists.
3734
3735 2010-04-18 Glenn Morris <rgm@gnu.org>
3736
3737 * trouble.texi (Contributing): Add cindex entry.
3738 Mention etc/CONTRIBUTE.
3739
3740 2010-04-18 Chong Yidong <cyd@stupidchicken.com>
3741
3742 * mark.texi (Persistent Mark): Copyedits. Replace undo example with
3743 query-replace (Bug#5774).
3744
3745 2010-04-16 Glenn Morris <rgm@gnu.org>
3746
3747 * ack.texi, emacs.texi (Acknowledgments): Update for Org changes.
3748
3749 2010-04-11 Jan Djärv <jan.h.d@swipnet.se>
3750
3751 * xresources.texi (Lucid Resources): Mention faceName for dialogs.
3752
3753 2010-04-08 Jan Djärv <jan.h.d@swipnet.se>
3754
3755 * xresources.texi (Lucid Resources): Mention faceName to set Xft fonts.
3756
3757 2010-03-30 Eli Zaretskii <eliz@gnu.org>
3758
3759 * mule.texi (Input Methods): Mention "C-x 8 RET" and add a
3760 cross-reference to "Inserting Text".
3761
3762 * basic.texi (Inserting Text): Add an index entry for "C-x 8 RET".
3763 Mention completion provided by `ucs-insert'.
3764
3765 2010-03-30 Chong Yidong <cyd@stupidchicken.com>
3766
3767 * sending.texi (Sending Mail): Note variables that may need
3768 customizing.
3769 (Mail Sending): Expand discussion of send-mail-function.
3770
3771 2010-03-30 Chong Yidong <cyd@stupidchicken.com>
3772
3773 Document Message mode as the default mail mode.
3774
3775 * sending.texi (Sending Mail): Copyedits.
3776 (Mail Format, Mail Headers): Document mail-from-style changes.
3777 (Mail Commands): Rename from Mail mode. Document Message mode.
3778 (Mail Misc): Rename from Mail mode Misc.
3779 (Mail Sending, Header Editing, Mail Misc): Switch to Message mode
3780 command names and update keybindings.
3781 (Header Editing): Document message-tab. De-document
3782 mail-self-blind, mail-default-reply-to, and mail-archive-file-name in
3783 favor of mail-default-headers. Ad index entries for user-full-name and
3784 user-mail-address.
3785 (Citing Mail): Update changes in Message mode behavior.
3786 Document mail-yank-prefix.
3787 (Mail Signature): New node, moved from Mail Misc.
3788 (Mail Aliases): Mail abbrevs are the default with Message mode.
3789 (Mail Methods): Note that Message mode is now the default.
3790
3791 * rmail.texi (Rmail Reply):
3792 * text.texi (Text Mode):
3793 * major.texi (Major Modes):
3794 * mule.texi (Output Coding): Refer to Message mode.
3795
3796 * custom.texi (Init Examples): Add xref to Mail Header.
3797
3798 * emacs.texi (Top): Fix xrefs.
3799
3800 2010-03-30 Chong Yidong <cyd@stupidchicken.com>
3801
3802 * maintaining.texi (VC With A Merging VCS): C-x v v now creates a
3803 repository if there is none.
3804 (VC Change Log): Rename from VC Status. Document vc-log-show-limit and
3805 vc-print-root-log.
3806 (Old Revisions): Copyedits. Document vc-root-diff.
3807
3808 * programs.texi (Program Modes): Mention Javascript mode.
3809
3810 * text.texi (HTML Mode): Note that nXML is now the default XML mode.
3811 * emacs.texi: Update node description.
3812
3813 * misc.texi (Navigation): Document doc-view-continuous.
3814 (Shell Ring): Document new M-r binding. M-s is no longer bound.
3815
3816 2010-03-30 Juri Linkov <juri@jurta.org>
3817
3818 * search.texi (Other Repeating Search): Remove line that `occur'
3819 can not handle multiline matches.
3820
3821 2010-03-30 Eli Zaretskii <eliz@gnu.org>
3822
3823 * mule.texi (International): Mention support of bidirectional editing.
3824 (Bidirectional Editing): New section.
3825
3826 2010-03-28 Nick Roberts <nickrob@snap.net.nz>
3827
3828 * emacs.texi (Top): Update node names to those in building.texi.
3829
3830 2010-03-27 Nick Roberts <nickrob@snap.net.nz>
3831
3832 * building.texi: Describe restored GDB/MI functionality
3833 removed by 2009-12-29T07:15:34Z!nickrob@snap.net.nz.
3834 * emacs.texi: Update node names for building.texi.
3835
3836 2010-03-24 Glenn Morris <rgm@gnu.org>
3837
3838 * ack.texi (Acknowledgments):
3839 * emacs.texi (Acknowledgments): Fix ispell attribution. (Bug#5759)
3840
3841 2010-03-20 Jan Djärv <jan.h.d@swipnet.se>
3842
3843 * xresources.texi (Table of Resources): Clarify toolBar number
3844 for Gtk+.
3845
3846 * frames.texi (Menu Bars): menuBarLines => menuBar (bug#5736).
3847
3848 2010-03-21 Chong Yidong <cyd@stupidchicken.com>
3849
3850 * dired.texi (Dired Updating): Document dired-auto-revert-buffer.
3851
3852 * search.texi (Other Repeating Search): Document multi-isearch-buffers
3853 and multi-isearch-buffers-regexp.
3854
3855 * indent.texi (Indentation): Clarify description of
3856 indent-for-tab-command. Document tab-always-indent.
3857
3858 2010-03-20 Chong Yidong <cyd@stupidchicken.com>
3859
3860 * cmdargs.texi (Font X): Move most content to Fonts.
3861
3862 * frames.texi (Fonts): New node. Document font-use-system-font.
3863
3864 * emacs.texi (Top):
3865 * xresources.texi (Table of Resources):
3866 * mule.texi (Defining Fontsets, Charsets): Update xrefs.
3867
3868 2010-03-10 Chong Yidong <cyd@stupidchicken.com>
3869
3870 * Branch for 23.2.
3871
3872 2010-03-06 Chong Yidong <cyd@stupidchicken.com>
3873
3874 * custom.texi (Init Examples): Add xref to Locals.
3875
3876 * major.texi (Choosing Modes): Mention usage of setq-default for
3877 setting the default value of major-mode (Bug#5688).
3878
3879 2010-03-02 Chong Yidong <cyd@stupidchicken.com>
3880
3881 * frames.texi (Mouse Avoidance): Mention make-pointer-invisible.
3882
3883 * display.texi (Display Custom): Document make-pointer-invisible and
3884 underline-minimum-offset. Remove inverse-video.
3885
3886 2010-02-21 Chong Yidong <cyd@stupidchicken.com>
3887
3888 * frames.texi (Frame Commands): Note that the last ordinary frame can
3889 be deleted in daemon mode (Bug#5616).
3890
3891 2010-02-18 Glenn Morris <rgm@gnu.org>
3892
3893 * trouble.texi (Contributing): Repository is no longer CVS.
3894
3895 2010-02-08 Glenn Morris <rgm@gnu.org>
3896
3897 * buffers.texi (Uniquify): Must explicitly load library. (Bug#5529)
3898
3899 2010-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
3900
3901 * display.texi (Useless Whitespace, Text Display):
3902 * custom.texi (Init Examples): Avoid obsolete special default variables
3903 like default-major-mode.
3904
3905 2010-01-24 Mark A. Hershberger <mah@everybody.org>
3906
3907 * programs.texi (Other C Commands): Replace reference to obsolete
3908 c-subword-mode.
3909
3910 2010-01-21 Glenn Morris <rgm@gnu.org>
3911
3912 * trouble.texi (Bugs): Fix PROBLEMS keybinding.
3913
3914 2010-01-12 Glenn Morris <rgm@gnu.org>
3915
3916 * trouble.texi (Checklist): Use bug-gnu-emacs rather than
3917 emacs-pretest-bug for bug reports for development versions.
3918
3919 2010-01-11 Glenn Morris <rgm@gnu.org>
3920
3921 * display.texi (Highlight Interactively): `t' does not mean highlight
3922 all patterns. (Bug#5335)
3923
3924 2009-12-29 Chong Yidong <cyd@stupidchicken.com>
3925
3926 * misc.texi (Shell): Document async-shell-command.
3927
3928 * building.texi (Grep Searching): Document zrgrep.
3929
3930 * mini.texi (Completion Options): Mention `initials' completion style.
3931
3932 2009-12-29 Nick Roberts <nickrob@snap.net.nz>
3933
3934 * building.texi: Import GDB Graphical Interface description from
3935 EMACS_23_1_RC.
3936
3937 2009-12-24 Chong Yidong <cyd@stupidchicken.com>
3938
3939 * emacs.texi (Top): Update node listing.
3940
3941 * abbrevs.texi (Saving Abbrevs): Abbrev file should be in .emacs.d.
3942
3943 * basic.texi (Moving Point): M-r is now move-to-window-line-top-bottom.
3944
3945 * cmdargs.texi (Initial Options):
3946 * xresources.texi (Resources): Document inhibit-x-resources.
3947
3948 * custom.texi (Specifying File Variables): Note that minor modes are
3949 enabled unconditionally.
3950
3951 * display.texi (Scrolling): Briefly document the old recenter command,
3952 and document recenter-positions.
3953
3954 * files.texi (Visiting):
3955 * buffers.texi (Buffers): Max buffer size is now 512 MB.
3956
3957 * frames.texi (Cut/Paste Other App):
3958 Document save-interprogram-paste-before-kill.
3959
3960 * killing.texi (Kill Options): New node.
3961
3962 2009-12-05 Chong Yidong <cyd@stupidchicken.com>
3963
3964 * misc.texi (Shell Options): ansi-color is now default.
3965
3966 2009-12-05 Glenn Morris <rgm@gnu.org>
3967
3968 * emacs.texi (Top): Update menu for cal-xtra node changes.
3969 * calendar.texi (Displaying the Diary): Holidays may be in the buffer
3970 or mode line. Don't mention invisible text or the details of
3971 diary-print-entries here, only in cal-xtra.
3972 (Format of Diary File): Mention that the "date on first line" format
3973 only really affects the simple display.
3974 * cal-xtra.texi (Advanced Calendar/Diary Usage): Update menu.
3975 (Diary Customizing): Holidays may be in the buffer or mode line.
3976 Move diary-print-entries to the "Diary Display" section.
3977 (Diary Display): New section, split out from "Fancy Diary Display".
3978 Explain the limitations of simple display, and how to print it.
3979
3980 * calendar.texi (Displaying the Diary): Mention keys apply to calendar.
3981
3982 * cal-xtra.texi (Diary Display): Mention View mode.
3983
3984 2009-11-29 Juri Linkov <juri@jurta.org>
3985
3986 * display.texi (Highlight Interactively): Actually a list of
3987 default faces is pre-loaded into a list of default values
3988 instead of the history.
3989
3990 2009-11-20 Glenn Morris <rgm@gnu.org>
3991
3992 * ack.texi (Acknowledgments):
3993 * emacs.texi (Acknowledgments): Add htmlfontify.
3994
3995 2009-11-14 Glenn Morris <rgm@gnu.org>
3996
3997 * cal-xtra.texi (Holiday Customizing): Replace obsolete alias.
3998
3999 * ack.texi (Acknowledgments):
4000 * emacs.texi (Acknowledgments): Update for recent Org changes.
4001
4002 2009-10-31 Chong Yidong <cyd@stupidchicken.com>
4003
4004 * mule.texi (Charsets): Numerous copyedits. Don't discuss the
4005 `charset' property, which is irrelevant to the user manual (Bug#3526).
4006
4007 2009-10-14 Juanma Barranquero <lekktu@gmail.com>
4008
4009 * trouble.texi (DEL Does Not Delete): Fix typo.
4010
4011 2009-10-05 Michael Albinus <michael.albinus@gmx.de>
4012
4013 * files.texi (Misc File Ops): Mention copy-directory.
4014
4015 2009-10-04 Eli Zaretskii <eliz@gnu.org>
4016
4017 * mule.texi (Unibyte Mode): Emphasize that
4018 unibyte-display-via-language-environment affects only the display.
4019
4020 * display.texi (Horizontal Scrolling): Document cursor behavior under
4021 horizontal scrolling when point moves off the screen (Bug#4564).
4022 Improve wording.
4023
4024 2009-10-01 Michael Albinus <michael.albinus@gmx.de>
4025
4026 * files.texi (Directories): delete-directory prompts for recursive
4027 deletion.
4028
4029 2009-09-30 Glenn Morris <rgm@gnu.org>
4030
4031 * ack.texi (Acknowledgments):
4032 * emacs.texi (Acknowledgments): CEDET updates. Fix Hungarian accent.
4033
4034 2009-09-25 Tassilo Horn <tassilo@member.fsf.org>
4035
4036 * dired.texi (Dired Navigation): Use @code instead of @var for
4037 dired-isearch-filenames, so that it's not capitalized.
4038
4039 2009-09-19 Chong Yidong <cyd@stupidchicken.com>
4040
4041 * frames.texi (Frame Commands): C-z is now bound to suspend-frame.
4042
4043 * entering.texi (Exiting): C-z is now bound to suspend-frame.
4044
4045 * custom.texi (Init Examples): Replace Rumseld with Cheny (Bug#3519).
4046 (Key Bindings): Reference Init Rebinding in introductory text.
4047 Shift some of the introduction to Keymaps node.
4048 (Keymaps): Simplify.
4049 (Local Keymaps): Simplify. Move binding example to Init Rebinding.
4050 (Minibuffer Maps): Remove mention of Mocklisp.
4051 (Init Rebinding): Move mode-local rebinding example here from Local
4052 Keymaps.
4053 (Modifier Keys): Clarify.
4054 (Rebinding): Add cindex for "binding keys".
4055
4056 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
4057
4058 * misc.texi (Invoking emacsclient): Minor clarifications (Bug#4419).
4059
4060 2009-08-31 Nick Roberts <nickrob@snap.net.nz>
4061
4062 * building.texi (Threads Buffer, Multithreaded Debugging):
4063 Reorganize these two sections.
4064
4065 2009-08-29 Eli Zaretskii <eliz@gnu.org>
4066
4067 * cmdargs.texi (Initial Options): Fix last change.
4068
4069 2009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
4070
4071 * mule.texi (Enabling Multibyte):
4072 * cmdargs.texi (General Variables): Remove EMACS_UNIBYTE.
4073 (Initial Options): Remove --(no-)multibyte, --(no-)unibyte.
4074
4075 2009-08-20 Glenn Morris <rgm@gnu.org>
4076
4077 * cal-xtra.texi (Non-Gregorian Diary): Mention ``Adar I'' special case.
4078
4079 2009-08-19 Glenn Morris <rgm@gnu.org>
4080
4081 * ack.texi (Acknowledgments): Remove cvtmail. Mention info-finder.
4082
4083 2009-08-18 Glenn Morris <rgm@gnu.org>
4084
4085 * ack.texi (Acknowledgments):
4086 * emacs.texi (Acknowledgments): Update for js.el replacing js2-mode.el.
4087
4088 * ack.texi (Acknowledgments): Add ucs-normalize.el and files-x.el.
4089
4090 2009-08-09 Glenn Morris <rgm@gnu.org>
4091
4092 * ack.texi (Acknowledgments):
4093 * emacs.texi (Acknowledgments): Add gdb-mi entry.
4094
4095 2009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
4096
4097 * emacs.texi (Top): Add new menu items for GDB-UI.
4098
4099 * building.texi (GDB Graphical Interface): Add Multithreaded debugging
4100 section. Threads buffer is in separate section now.
4101
4102 2009-08-08 Glenn Morris <rgm@gnu.org>
4103
4104 * ack.texi (Acknowledgments):
4105 * emacs.texi (Acknowledgments):
4106 Update for js2-mode and org changes.
4107
4108 2009-08-02 Michael Albinus <michael.albinus@gmx.de>
4109
4110 * files.texi (Reverting): Auto-Revert Tail mode works also for remote
4111 files.
4112
4113 2009-07-28 Chong Yidong <cyd@stupidchicken.com>
4114
4115 * building.texi (Lisp Libraries): Clarify meaning of autoloading.
4116
4117 2009-07-23 Glenn Morris <rgm@gnu.org>
4118
4119 * programs.texi (Matching): Update blink-matching-paren-distance.
4120
4121 2009-07-21 Chong Yidong <cyd@stupidchicken.com>
4122
4123 * frames.texi (Cut/Paste Other App): For select-active-regions,
4124 selection is now updated on moving point.
4125
4126 2009-07-21 Richard Stallman <rms@gnu.org>
4127
4128 * glossary.texi (GNU, Daemon): Update information.
4129
4130 2009-07-19 Juri Linkov <juri@jurta.org>
4131
4132 * custom.texi (Specifying File Variables, Safe File Variables):
4133 "variables/value pairs" -> "variable/value pairs".
4134
4135 2009-07-15 Glenn Morris <rgm@gnu.org>
4136
4137 * misc.texi (Gnus): Remove widow.
4138
4139 2009-07-11 Glenn Morris <rgm@gnu.org>
4140
4141 * Makefile.in (TEXI2PDF): New.
4142 (emacs.pdf, emacs-xtra.pdf): New targets.
4143
4144 * arevert-xtra.texi (Autorevert): Add menu descriptions.
4145
4146 * display.texi (Horizontal Scrolling): Re-word to remove widow.
4147
4148 * emacs.texi (Top): Info can be read from other places than Emacs.
4149 Don't print the copying notice twice in the printed version.
4150 Update the menu and detailmenu.
4151 (Preface): The meaning of "on-line" has changed.
4152 Correct name for "Common Problems" chapter.
4153 (Distrib): Update FSF shop URL.
4154 (Intro): Showing two files at once is not so exciting.
4155
4156 * macos.texi (Mac OS / GNUstep): Fix spelling and cross-reference.
4157 (Mac / GNUstep Basics): Minor grammar changes.
4158 (Mac / GNUstep Events): Fix typo.
4159 (GNUstep Support): CANNOT_DUMP no longer applies.
4160
4161 * misc.texi (Document View): Fix typos.
4162
4163 * dired.texi (Dired):
4164 * help.texi (Help):
4165 * macos.texi (Mac OS / GNUstep):
4166 * maintaining.texi (Version Control, Introduction to VC):
4167 End menu descriptions with a period.
4168
4169 2009-07-09 Eli Zaretskii <eliz@gnu.org>
4170
4171 * msdog.texi (Windows Files) <w32-get-true-file-attributes>: Don't be
4172 so categorical in saying that the option is only useful on NTFS.
4173
4174 2009-07-09 Glenn Morris <rgm@gnu.org>
4175
4176 * Makefile.in (texinfodir): New variable, with location of texinfo.tex.
4177 (ENVADD): Add texinfodir to TEXINPUTS.
4178
4179 * emacs.texi (Top): Fix cross-reference.
4180
4181 * maintaining.texi (VC Directory Buffer): Fix cross-reference.
4182
4183 * vc1-xtra.texi (Revision Tags): Fix typo.
4184
4185 2009-07-03 Glenn Morris <rgm@gnu.org>
4186
4187 * emerge-xtra.texi (Emerge): Tweak Misc menu description.
4188 (Submodes of Emerge): Skip Prefers is only relevant with an ancestor.
4189 (Merge Commands): `.' does not seem to work in A or B buffer.
4190 `l' can recreate the 3-window display.
4191
4192 * glossary.texi (Glossary): Minor phrasing changes throughout.
4193 Add more internal cross-references.
4194 <Autoloading>: You can't really autoload a variable.
4195 <C-M->: Move details here from `M-C-' item.
4196 <Continuation Line>: Refer to `Truncation.'
4197 <Daemon, Free Software, Free Software Foundation, FSF, GNU>:
4198 <Home Directory, Unix>: New entries.
4199 <Deletion of Files>: Mention recycle bins.
4200 <Directory>: Mention ``folders.''
4201 <Error>: Don't mention ``type-ahead.''
4202 <Fringe>: Refer to the manual node.
4203 <Minor Mode>: Can be global or local.
4204 <Spell Checking>: There are other checkers besides Ispell.
4205
4206 2009-07-02 Glenn Morris <rgm@gnu.org>
4207
4208 * anti.texi (Antinews): Minor changes in phrasing.
4209
4210 * cal-xtra.texi, fortran-xtra.texi: Re-order a few things to reduce
4211 some underfull lines in dvi output.
4212
4213 * emacs-xtra.texi (Introduction): Mention included in info Emacs manual.
4214
4215 * sending.texi (Mail Sending): Add a tiny bit on mailclient.
4216
4217 * vc-xtra.texi (Advanced VC Usage): End all menu items with a period.
4218
4219 2009-07-01 Jan Djärv <jan.h.d@swipnet.se>
4220
4221 * xresources.texi (Table of Resources): Mention maximized for
4222 fullscreen.
4223
4224 * cmdargs.texi (Window Size X): -mm/--maximized is new.
4225
4226 2009-07-01 Chong Yidong <cyd@stupidchicken.com>
4227
4228 * anti.texi (Antinews): Correct the list of removed platforms.
4229
4230 2009-06-28 Glenn Morris <rgm@gnu.org>
4231
4232 * arevert-xtra.texi: Minor language tweaks.
4233
4234 * dired-xtra.texi: Minor revisions.
4235
4236 2009-06-23 Miles Bader <miles@gnu.org>
4237
4238 * display.texi (Scrolling): Document `recenter-redisplay'.
4239 (Temporary Face Changes): Document `text-scale-set'.
4240
4241 2009-06-21 Chong Yidong <cyd@stupidchicken.com>
4242
4243 * Branch for 23.1.
4244
4245 2009-06-17 Kenichi Handa <handa@m17n.org>
4246
4247 * mule.texi (Charsets): Update the description for the new charset.
4248 (list-character-sets): New findex.
4249 (Language Environments): Add @anchor{Describe Language Environment}.
4250
4251 2009-06-10 Chong Yidong <cyd@stupidchicken.com>
4252
4253 * basic.texi (Moving Point): Fix tag.
4254
4255 * picture-xtra.texi (Insert in Picture): Use <next> and <prior>.
4256
4257 * mini.texi (Completion Commands): Decapitalize <next> and <prior>, and
4258 use camel-case for PageUp and PageDown.
4259
4260 * display.texi (Scrolling): Decapitalize <next> and <prior>, and use
4261 camel-case for PageUp and PageDown.
4262
4263 * calendar.texi (Scroll Calendar): Decapitalize <next> and <prior>.
4264
4265 * search.texi (Isearch Scroll): Add isearch-allow-scroll to index.
4266 (Isearch Scroll): Decapitalize <next> and <prior>.
4267
4268 2009-06-09 Agustín Martín <agustin.martin@hispalinux.es>
4269
4270 * fixit.texi (Spelling): Set default dictionary.
4271 Improve descriptions (Bug#2554)
4272
4273 2009-06-08 David Reitter <david.reitter@gmail.com>
4274
4275 * macos.texi (Color panel, Font panel): Remove mention of Save Options,
4276 since saving colors and faces set this way is not implemented.
4277 (Environment variables): Remove mention of mac-fix-env, which is
4278 scheduled to be removed.
4279
4280 2009-06-04 Chong Yidong <cyd@stupidchicken.com>
4281
4282 * custom.texi (Init Examples): Add example of changing load-path.
4283
4284 * building.texi (Lisp Libraries): Add example of changing
4285 load-path (Bug#3446).
4286
4287 2009-05-28 Chong Yidong <cyd@stupidchicken.com>
4288
4289 * mark.texi (Mark): Further clarifications.
4290 (Setting Mark): Emphasize that C-SPC activates the mark.
4291
4292 2009-05-28 Chong Yidong <cyd@stupidchicken.com>
4293
4294 * mark.texi (Mark): Clarify introduction. Mention disabling Transient
4295 Mark mode.
4296 (Using Region, Persistent Mark): Use "active mark" instead of "active
4297 region".
4298
4299 2009-05-16 Ari Roponen <ari.roponen@gmail.com> (tiny change)
4300
4301 * mule.texi (Select Input Method): Fix typo.
4302
4303 2009-05-13 Chong Yidong <cyd@stupidchicken.com>
4304
4305 * anti.texi (Antinews): Document completion changes. Some additional
4306 copyedits and rearrangement of entries.
4307
4308 2009-05-12 Chong Yidong <cyd@stupidchicken.com>
4309
4310 * misc.texi (Interactive Shell, Saving Emacs Sessions)
4311 (Shell History Copying, Terminal emulator): Copyedits.
4312
4313 * xresources.texi (Resources): Simplify descriptions.
4314 Shorten description of editres, which is not very useful these days.
4315 (Table of Resources): Document fontBackend resource.
4316
4317 * trouble.texi (Quitting): Add other undo bindings to table.
4318 (DEL Does Not Delete): Note that the erasure key is usually labeled
4319 "Backspace". Remove discussion of obscure Xmodmap issue.
4320
4321 2009-05-07 Chong Yidong <cyd@stupidchicken.com>
4322
4323 * files.texi (Visiting): Copyedits.
4324
4325 2009-05-06 Chong Yidong <cyd@stupidchicken.com>
4326
4327 * basic.texi (Inserting Text): Document ucs-insert.
4328
4329 * mule.texi (International Chars): Define "multibyte". Note that
4330 internal representation is unicode-based. Simplify definition of raw
4331 bytes. Mention ucs-insert.
4332 (Enabling Multibyte): Remove obsolete discussion. Copyedits.
4333 (Language Environments): Add language environments new to Emacs 23.
4334 (Multibyte Conversion): Node deleted.
4335 (Coding Systems): Remove obsolete unify-8859-on-decoding-mode.
4336 Don't mention obsolete emacs-mule coding system.
4337 (Output Coding): Copyedits.
4338
4339 * emacs.texi (Top): Update node listing.
4340
4341 2009-05-05 Per Starbäck <per@starback.se> (tiny change)
4342
4343 * trouble.texi (Lossage): Use new binding of view-emacs-problems.
4344
4345 2009-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
4346
4347 * building.texi (Lisp Libraries): `load-library' does offer completion.
4348
4349 2009-04-28 Chong Yidong <cyd@stupidchicken.com>
4350
4351 * frames.texi (Text-Only Mouse): Mention gpm-mouse-mode instead of
4352 t-mouse-mode. Suggested by Per Starbäck (Bug#3126).
4353
4354 2009-04-25 Eli Zaretskii <eliz@gnu.org>
4355
4356 * maintaining.texi (Tags): Clarify text. (Bug#3101)
4357
4358 2009-04-22 Chong Yidong <cyd@stupidchicken.com>
4359
4360 * entering.texi (Entering Emacs): Document initial-buffer-choice.
4361
4362 * building.texi (Lisp Interaction): Document initial-scratch-message.
4363
4364 2009-04-18 Juanma Barranquero <lekktu@gmail.com>
4365
4366 * msdog.texi (Windows Fonts): Fix typos.
4367
4368 * files.texi (Save Commands): Fix pxref.
4369
4370 2009-04-18 Chong Yidong <cyd@stupidchicken.com>
4371
4372 * files.texi (Save Commands): Mention diff-buffer-with-file.
4373 (Comparing Files): Document diff-buffer-with-file. Suggested by Magnus
4374 Henoch (Bug#3036).
4375
4376 2009-03-15 Glenn Morris <rgm@gnu.org>
4377
4378 * sending.texi (Mail Format): Replace "Sender" with "Message-Id", since
4379 the former is not always used.
4380 (Mail Headers): Use active voice. Add "Mail-reply-to".
4381 Change case of "Id". Avoid repeated "appropriate".
4382 (Mail Aliases): Fix previous change - use an example with a ".", so it
4383 does actually get quoted when expanded.
4384 (Mail Sending): Mailclient is the default on some systems.
4385 (Citing Mail): Mention mail-indentation-spaces.
4386 (Mail Mode Misc): Add an @dfn for "mail signature".
4387
4388 2009-03-15 Chong Yidong <cyd@stupidchicken.com>
4389
4390 * mini.texi (Completion Commands): Describe Emacs 23 completion rules.
4391 (Completion Options): Document read-file-name-completion-ignore-case,
4392 read-buffer-completion-ignore-case, and completion-styles.
4393 Remove description of partial-completion-mode.
4394
4395 2009-03-14 Glenn Morris <rgm@gnu.org>
4396
4397 * sending.texi (Mail Format): Fix typo. Add index entry for
4398 mail-header-separator.
4399 (Mail Headers): Put info about initialization and changing in one place
4400 at the start. Update FCC section for mbox Rmail. Clarify From
4401 section, mention mail-setup-with-from. Clarify Reply-to section.
4402 Add Mail-followup-to and mail-mailing-lists. Clarify References
4403 section.
4404 (Mail Aliases): Update example, make less contentious.
4405 Update for name change of mail-interactive-insert-alias.
4406 (Mail Mode): Remove mention of `%' as a word separator.
4407 (Mail Sending): Mention mail-send-hook. Mention Mailclient.
4408 (Header Editing): Add reply-to, mail-reply-to, and mail-followup-to
4409 commands. Clarify FCC handling. In mail-complete, add reference to
4410 Mail Aliases section, and mention mail-complete-function.
4411 (Citing Mail): Mention mail-yank-ignored-headers and mail-citation-hook.
4412 (Mail Mode Misc): Clarify the mail-signature function. Add basic
4413 signature netiquette. Explain how the mail hooks work when continuing
4414 a composition.
4415 (Mail Amusements): Internationalize the spook section a bit.
4416 Remove the spook mail-setup-hook example, since it doesn't work well.
4417 Mention fortune-file.
4418 (Mail Methods): Mention read-mail-command.
4419
4420 2009-03-14 David Reitter <david.reitter@gmail.com>
4421
4422 * macos.texi (Mac / GNUstep Basics): Remove references to Prefs panel
4423 and NS resources following recent changes.
4424
4425 2009-03-10 Jason Rumney <jasonr@gnu.org>
4426
4427 * msdog.texi (Windows Misc): Remove doc for obsolete variable. Modify
4428 w32-use-visible-system-caret doc to indicate that it should get set
4429 automatically.
4430 (Windows Fonts): Add doc for the uniscribe backend.
4431
4432 2009-03-08 Dan Nicolaescu <dann@ics.uci.edu>
4433
4434 * maintaining.texi (VC Directory Commands): Fix doc for the x key in
4435 vc-dir. (Bug#2598)
4436
4437 2009-03-05 Reiner Steib <Reiner.Steib@gmx.de>
4438
4439 * fixit.texi (Spelling): Add turn-on-flyspell. (Bug#2517)
4440
4441 2009-03-05 Glenn Morris <rgm@gnu.org>
4442
4443 * rmail.texi (Rmail Basics): Add reference to sorting.
4444 (Rmail Scrolling, Rmail Motion, Rmail Reply, Rmail Display):
4445 Minor re-wordings.
4446 (Rmail Motion): Mention rmail-next-same-subject.
4447 (Rmail Deletion): Expunging is not the only way to change the numbers.
4448 (Rmail Labels): Labels can also be used in sorting.
4449 (Rmail Summary Edit): Mention rmail-summary-next-same-subject.
4450 (Rmail Display): Mention rmail-mime.
4451
4452 2009-03-04 Glenn Morris <rgm@gnu.org>
4453
4454 * rmail.texi (Rmail Sorting): Add the keybindings associated with each
4455 sort command. Fix `rmail-sort-by-labels' name. Mention sorting from
4456 summary. Mention sorts cannot be undone.
4457 (Rmail Display): Give an example of how to use goto-address-mode.
4458 (Rmail Editing): It's keybindings that are redefined, not commands.
4459 Fix some typos.
4460 (Movemail): Some minor rewording.
4461 (Remote Mailboxes): Emacs movemail supports pop by default.
4462 Fix some minor grammatical issues. The "two alternative ways" to
4463 specify a POP mailbox are really just one. Remove all reference to the
4464 variables rmail-pop-password and rmail-pop-password-required, obsolete
4465 since Emacs 22.1. Clarify the four password steps. Emacs movemail
4466 can support Kerberos.
4467
4468 2009-03-03 Glenn Morris <rgm@gnu.org>
4469
4470 * rmail.texi (Rmail Deletion): Revert previous change, which was
4471 describing the Rmail summary versions.
4472 (Rmail Reply): Give more details of rmail-dont-reply-to-names.
4473 Minor re-wording for rmail-resend.
4474 (Rmail Make Summary): Summaries apply to buffers rather than files.
4475 <rmail-summary-by-topic>: Headers includes the subject.
4476 <rmail-summary-by-recipients, rmail-summary-by-topic>: Give more
4477 details, including prefix arguments.
4478 Mention rmail-summary-by-senders on C-M-f.
4479 Not counting lines might be faster.
4480 (Rmail Summary Edit): More details on the delete commands.
4481 Mention rmail-summary-undelete-many, rmail-summary-bury, and C-M-n/p.
4482 Name the commands bound to the various keys. Mention prefix argument
4483 for searching.
4484 (Rmail Display): Mention rmail-displayed-headers. Fix typo.
4485 Simplify rmail-highlighted-headers description. Update face name.
4486
4487 2009-03-02 Juanma Barranquero <lekktu@gmail.com>
4488
4489 * mark.texi (Marking Objects): Fix typo.
4490
4491 2009-03-01 Chong Yidong <cyd@stupidchicken.com>
4492
4493 * abbrevs.texi (Expanding Abbrevs): Mention abbrev-expand-functions
4494 instead of obsolete pre-abbrev-expand-hook. Link to elisp manual.
4495
4496 2009-03-01 Glenn Morris <rgm@gnu.org>
4497
4498 * rmail.texi (Rmail): Fix some typos. Use consistent case in menu.
4499 (Rmail Motion): - M-s searches from the end of messages.
4500 (Rmail Deletion): Minor clarification. Fix numeric argument
4501 description.
4502 (Rmail Inbox): Fix default inbox description. Mention `mbox' by name.
4503 newmail and RMAILOSE files need not be in home-directory.
4504 (Rmail Files): Mention I/O menus are unselectable if no files match.
4505 Mention `MAIL' env-var.
4506
4507 2009-02-24 Jason Rumney <jasonr@gnu.org>
4508
4509 * mule.texi (Fontsets): Mention fontset-default, font specs and
4510 fallback fontsets.
4511 (Defining Fontsets): Mention ns and w32 variants of
4512 standard-fontset-spec. Update description of startup fontset to match
4513 Emacs 23 behavior.
4514 (Modifying Fontsets): New section. (Bug#656)
4515 (International): Link to Modifying Fontsets.
4516
4517 2009-02-23 Adrian Robert <Adrian.B.Robert@gmail.com>
4518
4519 * macos.texi (Mac / GNUstep Basics, Mac / GNUstep Customization):
4520 Mention ns-extended-platform-support-mode.
4521
4522 2009-02-22 Karl Berry <karl@gnu.org>
4523
4524 * macos.texi (Mac / GNUstep Customization): One more duplicate "the".
4525
4526 2009-02-19 Juanma Barranquero <lekktu@gmail.com>
4527
4528 * basic.texi (Moving Point, Position Info):
4529 * files.texi (Visiting):
4530 * mini.texi (Completion Options):
4531 * text.texi (HTML Mode): Remove duplicate words.
4532
4533 2009-02-20 Glenn Morris <rgm@gnu.org>
4534
4535 * rmail.texi: Minor updates for mbox rather than Babyl.
4536
4537 2009-02-17 Karl Berry <karl@gnu.org>
4538
4539 * emacs.texi (Top): Add @insertcopying before master menu. (Bug#1988)
4540
4541 2009-02-17 Richard M Stallman <rms@gnu.org>
4542
4543 * anti.texi (Antinews): Mention Babyl format.
4544
4545 * emacs.texi (Top): Delete `Out of Rmail' from subnode menu.
4546
4547 * rmail.texi: Update for mbox format.
4548 Various small fixes, as well as the following.
4549 (Out of Rmail): Node deleted.
4550 (Rmail): Update menu.
4551 (Rmail Files): Comment out set-rmail-inbox-list.
4552 Document rmail-inbox-list instead.
4553 (Rmail Output): Substantial changes since C-o is now
4554 rmail-output-as-seen and o is rmail-output.
4555 (Rmail Attributes): Delete `stored', add `retried'.
4556 (Rmail Display): Editing headers works in all cases.
4557
4558 2009-02-17 Glenn Morris <rgm@gnu.org>
4559
4560 * basic.texi (Position Info): M-x count-lines-region is not always on
4561 M-=. (Bug#2269)
4562
4563 2009-02-09 Glenn Morris <rgm@gnu.org>
4564
4565 * calendar.texi (Holidays, Displaying the Diary): Update for new marker
4566 defaults.
4567
4568 2009-02-07 Eli Zaretskii <eliz@gnu.org>
4569
4570 * rmail.texi (Rmail Coding) <rmail-redecode-body>: Remove stale
4571 documentation of possible problems with redecoding.
4572
4573 2009-02-03 Glenn Morris <rgm@gnu.org>
4574
4575 * rmail.texi (Out of Rmail): Mention b2m.pl.
4576
4577 2009-01-31 Glenn Morris <rgm@gnu.org>
4578
4579 * rmail.texi (Out of Rmail): Correct b2m location.
4580
4581 2009-01-27 Chong Yidong <cyd@stupidchicken.com>
4582
4583 * fixit.texi (Undo): Update undo limit values.
4584
4585 2009-01-27 Glenn Morris <rgm@gnu.org>
4586
4587 * emacs.texi (Top): Fix Antinews menu entry.
4588
4589 2009-01-25 Karl Berry <karl@gnu.org>
4590
4591 * text.texi (Foldout): Use @itemize @w{} to make an itemize
4592 item with no marker, instead of the syntactically incorrect
4593 @itemize @asis.
4594
4595 2009-01-25 Juri Linkov <juri@jurta.org>
4596
4597 * building.texi (Grep Searching): Fix index entry for lgrep.
4598
4599 2009-01-24 Eli Zaretskii <eliz@gnu.org>
4600
4601 * msdog.texi (Windows Printing): Add an index entry for Ghostscript.
4602
4603 2009-01-21 Adrian Robert <Adrian.B.Robert@gmail.com>
4604
4605 * macos.texi (Preferences Panel): Update description of font setting to
4606 reflect that prior frame selection is no longer needed.
4607
4608 2009-01-20 Nick Roberts <nickrob@snap.net.nz>
4609
4610 * building.texi (Debuggers): Revert some of 2008-10-31 change to
4611 raise GUD subsections.
4612
4613 2009-01-15 Glenn Morris <rgm@gnu.org>
4614
4615 * ack.texi (Acknowledgments): Another update based mainly on AUTHORS.
4616
4617 2009-01-10 Glenn Morris <rgm@gnu.org>
4618
4619 * ack.texi (Acknowledgments): Some more updates based on AUTHORS.
4620
4621 2009-01-04 Chong Yidong <cyd@stupidchicken.com>
4622
4623 * display.texi (Visual Line Mode): M-] and M-[ no longer move by
4624 logical lines.
4625
4626 2008-12-29 Juri Linkov <juri@jurta.org>
4627
4628 * mini.texi (Minibuffer History): Add a link to `Isearch Minibuffer'.
4629
4630 * text.texi (Fill Commands): Replace `M-s' with `M-o M-s'.
4631
4632 2008-12-28 Chong Yidong <cyd@stupidchicken.com>
4633
4634 * misc.texi (Goto Address mode): Rename from Goto-address. Refer to
4635 goto-address-mode instead of goto-address.
4636
4637 * rmail.texi (Rmail Display): Goto-address renamed to Goto Address
4638 mode.
4639
4640 * emacs.texi (Top): Update node listing.
4641
4642 2008-12-26 Eli Zaretskii <eliz@gnu.org>
4643
4644 * custom.texi (Directory Variables): Explain what is a "project".
4645 Add indexing. Improve wording. Add a footnote about using
4646 _dir-locals.el on MS-DOS.
4647
4648 2008-12-24 Dan Nicolaescu <dann@ics.uci.edu>
4649
4650 * files.texi (Misc File Ops): Mention chmod as an alias for
4651 set-file-modes.
4652
4653 2008-12-24 Martin Rudalics <rudalics@gmx.at>
4654
4655 * help.texi (Help): Fix typos and reword.
4656 (Help Summary): Add entries for C-h n and C-h r, reorder
4657 entries, and do some minor fixes.
4658 (Name Help): Say that C-h F works for commands only.
4659 (Misc Help): Say that view-lossage displays 300 keystrokes.
4660
4661 2008-12-20 Glenn Morris <rgm@gnu.org>
4662
4663 * ack.texi (Acknowledgments): General update based on AUTHORS,
4664 including removal of some stuff no longer distributed.
4665
4666 2008-12-19 Agustín Martín <agustin.martin@hispalinux.es>
4667
4668 * fixit.texi: Mention hunspell.
4669
4670 2008-12-19 Glenn Morris <rgm@gnu.org>
4671
4672 * ack.texi (Acknowledgments): Small grammar fix.
4673 Consolidate explanatory text at start.
4674
4675 * display.texi (Text Display):
4676 * indent.texi (Indentation): Use @acronym with ASCII.
4677
4678 2008-12-18 Glenn Morris <rgm@gnu.org>
4679
4680 * ack.texi: Various small updates and fixes.
4681
4682 2008-12-18 Juri Linkov <juri@jurta.org>
4683
4684 * search.texi (Word Search): Replace `C-s RET C-w' with `M-s w RET'
4685 as a key binding to start a forward nonincremental word search.
4686 Replace `C-r RET C-w' with `M-s w C-r RET' as a key binding to start
4687 a backward nonincremental word search. Add index for `M-s w'
4688 `isearch-forward-word'.
4689 (Regexp Search): Add a short summary of regexp key commands like
4690 in the node "Basic Isearch".
4691 (Other Repeating Search): Fix typo.
4692
4693 2008-12-14 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4694
4695 * misc.texi (PostScript Variables): Fix doc.
4696
4697 2008-12-10 Chong Yidong <cyd@stupidchicken.com>
4698
4699 * programs.texi (Program Modes): Mention Ruby mode.
4700
4701 2008-12-10 Dan Nicolaescu <dann@ics.uci.edu>
4702
4703 * misc.texi (emacsclient Options): Describe what an empty string
4704 argument does for --alternate-editor.
4705
4706 2008-12-09 Frank Schmitt <ich@frank-schmitt.net>
4707
4708 * cmdargs.texi (Font X): Distinguish between client-side and
4709 server-side fonts. List valid Fontconfig properties. Add reference to
4710 Fontconfig manual. List valid GTK font properties. Explain use of
4711 fc-list.
4712
4713 2008-12-09 Chong Yidong <cyd@stupidchicken.com>
4714
4715 * cmdargs.texi (Font X): Move discussion of quoting to top.
4716
4717 2008-12-06 Glenn Morris <rgm@gnu.org>
4718
4719 * maintaining.texi (Old Revisions): Improve previous change.
4720
4721 2008-12-05 Richard M Stallman <rms@gnu.org>
4722
4723 * anti.texi (Antinews): Minor fixes.
4724
4725 2008-12-03 Glenn Morris <rgm@gnu.org>
4726
4727 * maintaining.texi (Old Revisions): Fix diff-switches description.
4728
4729 2008-12-01 Martin Rudalics <rudalics@gmx.at>
4730
4731 * emacs.texi (Top): Fix typo.
4732
4733 2008-11-30 Chong Yidong <cyd@stupidchicken.com>
4734
4735 * misc.texi (Document View): Explain dependence on gs at the top.
4736 Copyedits.
4737
4738 * emacs.texi (Top): Add DocView nodes to detailed node listing.
4739
4740 * programs.texi (Other C Commands): Document hide-ifdef-shadow.
4741 (Comment Commands): Discuss region-active behavior of M-; first.
4742
4743 2008-11-29 Martin Rudalics <rudalics@gmx.at>
4744
4745 * display.texi (Line Truncation): Add reference to Continuation
4746 Lines.
4747
4748 * windows.texi (Pop Up Window): Mention split-height-threshold
4749 and split-width-threshold.
4750 (Split Window): Add reference to Continuation Lines.
4751
4752 2008-11-28 Adrian Robert <Adrian.B.Robert@gmail.com>
4753
4754 * macos.texi: Change references to "Mac" to "Mac / GNUstep".
4755 (GNUstep Support): New node.
4756 * anti.texi:
4757 * emacs.texi:
4758 * msdog.texi: Change reference to Mac OS node to Mac OS / GNUstep.
4759
4760 2008-11-28 Richard M Stallman <rms@gnu.org>
4761
4762 * misc.texi (Dissociated Press): Minor cleanups.
4763
4764 * dired.texi (Image-Dired): Avoid passive.
4765
4766 2008-11-28 Eli Zaretskii <eliz@gnu.org>
4767
4768 * anti.texi (Antinews): Add stuff about Unicode vs emacs-mule
4769 representation.
4770
4771 2008-11-26 Richard M. Stallman <rms@gnu.org>
4772
4773 * files.texi (Visiting): Rewrite paragraph for clarity.
4774
4775 * buffers.texi (Select Buffer): Rewrite paragraphs using active voice.
4776
4777 2008-11-25 Alan Mackenzie <acm@muc.de>
4778
4779 * programs.texi (Moving by Parens): Clarify that parens inside strings
4780 and comments are ignored, and that the commands assume the starting
4781 point isn't in a string or comment.
4782
4783 2008-11-26 Adrian Robert <Adrian.B.Robert@gmail.com>
4784
4785 * macos.texi: Add Prev/Next/Top pointers to all nodes.
4786 (Mac Basics): Merge in Grabbing Environment Variables from earlier
4787 version.
4788 (Mac Customization): Rewrite Preferences Panel section and merge in to
4789 this node, add Open files by dragging to an Emacs window.
4790
4791 * emacs.texi: Remove TOC reference to Mac Preferences Panel section.
4792
4793 2008-11-26 Chong Yidong <cyd@stupidchicken.com>
4794
4795 * files.texi (Misc File Ops): Document set-file-modes.
4796
4797 * windows.texi (Split Window): Document integer values of
4798 truncate-partial-width-windows.
4799
4800 * text.texi (Text): Simplify description of markup languages.
4801 (TeX Mode): Simplify introduction. Mention BibTeX mode.
4802 (TeX Editing): Note that `""' inserts one `"' character.
4803 (HTML Mode): Note in the introduction that XML mode is an alias for
4804 SGML mode. Mention nXML mode.
4805
4806 2008-11-25 Chong Yidong <cyd@stupidchicken.com>
4807
4808 * building.texi (Watch Expressions): Fix typo.
4809
4810 2008-11-24 Chong Yidong <cyd@stupidchicken.com>
4811
4812 * files.texi (Visiting): Document new behavior of
4813 confirm-nonexistent-file-or-buffer.
4814
4815 * buffers.texi (Select Buffer):
4816 Document confirm-nonexistent-file-or-buffer.
4817
4818 * picture-xtra.texi (Picture Mode): Use picture-mode instead of
4819 edit-picture.
4820
4821 * text.texi (Text): Simplify introduction. Discard mention of `M-x
4822 edit-picture', since that is just an alias for picture-mode.
4823 (Sentences): Note that repeated M-@ extends the region.
4824 (Pages): Make terminology more consistent. Link to Regexps node.
4825 (Longlines): Discuss relationship with Visual Line mode.
4826 (Text Mode): Remove extraneous discussion of other modes, since they
4827 were already introduced in the parent node.
4828
4829 2008-11-23 Chong Yidong <cyd@stupidchicken.com>
4830
4831 * anti.texi (Antinews): Rewrite.
4832
4833 * entering.texi (Exiting): Mention "minimize" terminology.
4834
4835 * frames.texi (Frame Commands): Mention "minimize" terminology.
4836
4837 * cmdargs.texi (Font X): Document Fontconfig and GTK font specification
4838 formats.
4839 (Icons X): Mention "minimize" terminology and use of icons in taskbar.
4840 (Misc X): Don't document useless -hb option.
4841
4842 2008-11-22 Juri Linkov <juri@jurta.org>
4843
4844 * dired.texi (Dired Navigation): Change normal file name search option
4845 from `non-nil' to `t'. Add `dwim' option.
4846
4847 2008-11-22 Juri Linkov <juri@jurta.org>
4848
4849 * custom.texi (Directory Variables): Rename ".dir-settings.el" to
4850 ".dir-locals.el". Rename `define-project-bindings' to
4851 `dir-locals-set-class-variables'. Rename `set-directory-project' to
4852 `dir-locals-set-directory-class'.
4853
4854 2008-11-22 Lute Kamstra <lute@gnu.org>
4855
4856 * buffers.texi (Select Buffer): Index goto-line.
4857 * basic.texi (Moving Point): Mention the use of a numeric prefix
4858 argument with goto-line and refer to Select Buffer for the use of a
4859 plain prefix argument.
4860
4861 2008-11-19 Glenn Morris <rgm@gnu.org>
4862
4863 * doclicense.texi: Update to FDL 1.3.
4864 * emacs.texi, emacs-xtra.texi: Relicense under FDL 1.3 or later.
4865
4866 2008-11-17 Chong Yidong <cyd@stupidchicken.com>
4867
4868 * custom.texi (Minor Modes): Define mode commands and mode variables
4869 more precisely. Recommend using mode commands instead of setting
4870 variables directly. Put minor modes in a list, and add more modes.
4871 (Easy Customization): Use "init file" instead of .emacs.
4872 (Customization Groups): Update to new Custom buffer appearance.
4873 (Saving Customizations): Copyedits. Update example.
4874 (Variables): Give example of variable type-sensitivity.
4875 (Examining): Update example.
4876 (Hooks): Copyedits.
4877 (Specifying File Variables): Use C comments instead of an artificial
4878 Lisp for the example.
4879 (Keymaps): Move internals discussion to Prefix Keymaps.
4880 (Rebinding): Remove redundant paragraph (stated in Key Binding).
4881 (Init Rebinding): Document kbd macro.
4882 (Init File): Link to Find Init.
4883
4884 * mark.texi (Using Region): Document Delete Selection Mode more
4885 thoroughly.
4886
4887 * frames.texi (Mouse Commands): Move most of the description of Delete
4888 Selection Mode to Using Region, and link to it.
4889 (Clipboard): Note that paste is bound to clipboard-yank.
4890
4891 * building.texi (Compilation): Document first-error value of
4892 compilation-scroll-output.
4893 (Compilation Mode): Note that compilation-auto-jump-to-first-error
4894 works as soon as an error is available. Suggested by Juri Linkov.
4895
4896 * mini.texi (Passwords): New node.
4897
4898 * files.texi (Remote Files): Link to Passwords node.
4899
4900 * emacs.texi (Top): Update node listings.
4901
4902 2008-11-16 Chong Yidong <cyd@stupidchicken.com>
4903
4904 * ack.texi (Acknowledgments): Some updating of credits.
4905
4906 * emacs.texi (Acknowledgments): Add a couple more names.
4907
4908 * dired.texi (Dired Deletion): Document delete-by-moving-to-trash.
4909
4910 * files.texi (Directories): Describe delete-directory in text.
4911 (Misc File Ops): Document use of trash.
4912
4913 2008-11-16 Juanma Barranquero <lekktu@gmail.com>
4914
4915 * macos.texi (Mac Customization): Fix typos.
4916
4917 2008-11-14 Chong Yidong <cyd@stupidchicken.com>
4918
4919 * macos.texi (Mac OS): Move Cocoa manual from ns-emacs.texi to here,
4920 replacing previous contents. Numerous copyedits to adapt ns-emacs to
4921 the conventions of the main Emacs manual.
4922
4923 * emacs.texi (Top): Update node listings.
4924
4925 2008-11-12 Chong Yidong <cyd@stupidchicken.com>
4926
4927 * cmdargs.texi (Emacs Invocation): Link to Emacs Server. Note that
4928 command-line-args is processed during startup.
4929 (Action Arguments): Correctly describe how file arguments interact with
4930 the startup screen. Link to Lisp Interaction for scratch buffer.
4931 (Initial Options): Link to Command Example for -batch option.
4932 (Environment): Document initial-environment.
4933
4934 * entering.texi (Entering Emacs): Note that inhibit-startup-screen
4935 can't be changed in the site-start file.
4936
4937 2008-11-07 Chong Yidong <cyd@stupidchicken.com>
4938
4939 * dired.texi (Dired): Mention C-x C-d too.
4940 (Dired Enter): Document M-n in the Dired minibuffer.
4941 (Dired Navigation): Explain dired-goto-file more clearly.
4942 Document dired-isearch-filenames.
4943 (Dired Deletion): Remove unnecessary "expunged" terminology.
4944 (Flagging Many Files): & is now rebound to `% &'.
4945 (Shell Commands in Dired): Document dired-do-async-shell-command.
4946 Clarify how multi-file arguments are passed.
4947 (Misc Dired Features): Document dired-do-isearch.
4948
4949 2008-11-06 Chong Yidong <cyd@stupidchicken.com>
4950
4951 * entering.texi (Entering Emacs): Document inhibit-startup-screen.
4952
4953 2008-11-03 Chong Yidong <cyd@stupidchicken.com>
4954
4955 * search.texi (Other Repeating Search): Remove obsolete findex entries.
4956
4957 2008-11-01 Chong Yidong <cyd@stupidchicken.com>
4958
4959 * programs.texi (Program Modes): Link to Program Indent node.
4960 (Left Margin Paren): Explain consequences of changing
4961 open-paren-in-column-0-is-defun-start more concisely.
4962 (Which Function, Program Indent, Info Lookup): Minor edits.
4963 (Basic Indent): If region is active, TAB indents the region.
4964 (Multi-line Indent): If region is active, TAB indents the region.
4965 Note that indent-region is useful when Transient Mark mode is off.
4966 (Matching): The delimiter at the cursor is highlighted---the character
4967 changes color.
4968 (Symbol Completion): Link to Completion node.
4969
4970 * misc.texi (Invoking emacsclient): Describe how to use Emacs server in
4971 a strictly text-only system.
4972
4973 * abbrevs.texi (Saving Abbrevs): Note that abbrev file is not loaded in
4974 batch mode.
4975
4976 2008-11-01 Richard M. Stallman <rms@gnu.org>
4977
4978 * misc.texi (Document View): Major rewrite.
4979
4980 * maintaining.texi (Types of Log File): Change logs are older than
4981 version control.
4982 (VCS Concepts): Simplify and rearrange.
4983 (Version Control Systems): Make it clear that Linux is only the kernel.
4984 (VC Mode Line): Shorten reference to menu item.
4985 (Basic VC Editing): Clarify VC fileset. Shorten and simplify.
4986 (VC Directory Mode): Minor cleanup.
4987 Unchanged files are hidden, not omitted.
4988 (VC Directory Commands): Shorten and simplify.
4989 (Change Log Commands): New node, split from Change Logs.
4990 (VC Directory Buffer): New node, split from VC Directory Mode.
4991
4992 2008-10-31 Chong Yidong <cyd@stupidchicken.com>
4993
4994 * misc.texi (Document View): Rename from Document Files, moved here
4995 from files.texi.
4996
4997 * files.texi (Version Control): Move to maintaining.texi.
4998 Subnodes moved as well.
4999 (Document Files): Move to misc.texi.
5000
5001 * maintaining.texi (Change Log): Document log-edit-insert-changelog and
5002 vc-update-change-log.
5003 (Version Control): Move here from files.texi.
5004 (Format of ChangeLog): Make it a subnode of Change Log.
5005
5006 * emacs.texi (Top): Update node listing.
5007
5008 2008-10-31 Tassilo Horn <tassilo@member.fsf.org>
5009
5010 * files.texi (Files): Add a section about document
5011 files (doc-view-mode).
5012
5013 2008-10-31 Chong Yidong <cyd@stupidchicken.com>
5014
5015 * building.texi (Compilation Mode):
5016 Document compilation-auto-jump-to-first-error.
5017 (Debuggers): Lower GUD subsections to subsubsections.
5018 (Starting GUD): Add cindex.
5019 (Lisp Interaction): Note that scratch is no longer the initial buffer.
5020
5021 2008-10-30 Chong Yidong <cyd@stupidchicken.com>
5022
5023 * indent.texi (Indentation): Link to Program Indent.
5024
5025 * misc.texi (Invoking emacsclient): If Emacs has no available frame, it
5026 now uses emacsclient's terminal.
5027
5028 2008-10-29 Chong Yidong <cyd@stupidchicken.com>
5029
5030 * mark.texi (Using Region): Document use-empty-active-region.
5031
5032 * emacs.texi (Top): Update node listings.
5033
5034 * misc.texi (Emacs Server): Rewrite. Document daemon-mode.
5035 Don't mention obsolete emacs.bash script.
5036 (Invoking emacsclient): Rewrite, moving optional arguments to
5037 emacsclient Options.
5038 (emacsclient Options): New node. Document server-use-tcp and
5039 server-host.
5040
5041 2008-10-28 Chong Yidong <cyd@stupidchicken.com>
5042
5043 * indent.texi (Indentation): Replace list with paragraphed text,
5044 putting description of syntax-driven indentation first. Document new
5045 effect of active regions on tab.
5046 (Tab Stops): Note that editable tab stops affect indentation commands.
5047
5048 2008-10-27 Dan Nicolaescu <dann@ics.uci.edu>
5049
5050 * cmdargs.texi (Initial Options): Document -daemon=SERVER_NAME.
5051
5052 2008-10-23 Chong Yidong <cyd@stupidchicken.com>
5053
5054 * custom.texi (Function Keys): Note that modified keypad keys are not
5055 translated.
5056
5057 * basic.texi (Arguments): Explain how to insert multiple digits.
5058
5059 2008-10-22 Michael Albinus <michael.albinus@gmx.de>
5060
5061 * files.texi (Remote Files): Precise selection of default method.
5062 Rewrite paragraph about disabling remote file names.
5063
5064 2008-10-22 Chong Yidong <cyd@stupidchicken.com>
5065
5066 * search.texi (Special Isearch): Document M-TAB is isearch.
5067
5068 * files.texi (VC Mode Line): Use @kbd instead of @key for mouse
5069 command.
5070
5071 * frames.texi: Use @kbd instead of @key for mouse commands throughout.
5072
5073 2008-10-22 Tassilo Horn <tassilo@member.fsf.org>
5074
5075 * emacs.texi (Acknowledgments): Add myself to Acknowledgments
5076 section.
5077
5078 2008-10-21 Chong Yidong <cyd@stupidchicken.com>
5079
5080 * vc1-xtra.texi: Move nodes VC Directory Mode and VC Directory Commands
5081 to files.texi. Move contents of vc2-xtra.texi here.
5082
5083 * vc2-xtra.texi: File removed.
5084
5085 * vc-xtra.texi (Advanced VC Usage): Remove VC Directory Mode and VC
5086 Directory Commands from the submenu. Don't include deleted file
5087 vc2-xtra.texi.
5088
5089 * files.texi (Visiting): Document find-file-confirm-nonexistent-file.
5090 (Version Control): Add VC Directory Mode and VC Directory Commands to
5091 the submenu.
5092 (Why Version Control?): Use table format.
5093 (Version Control Systems): Note that Meta-CVS support is gone.
5094 (VCS Concepts): Note precisely when VC started supporting filesets.
5095 Remove bogus xref to CVS Options node.
5096 (Types of Log File): Copyedits.
5097 (VC Mode Line): Document tooltips and mouse-1 on VC indicator.
5098 (Basic VC Editing): Content moved from Selecting A Fileset and Doing
5099 The Right Thing.
5100 (Selecting A Fileset, Doing The Right Thing): Nodes deleted.
5101 (Log Buffer): Reorganize node, putting C-c C-c description first.
5102 (Old Revisions): Use CVS for example, not RCS.
5103 (Secondary VC Commands): Remove VC Directory Mode and VC Directory
5104 Commands from the submenu, putting them under Version Control.
5105 (VC Directory Mode): Move node contents here from vc1-xtra.texi; we
5106 need to include it in the manual unconditionally, since it is now
5107 crucial to using distributed version control systems.
5108 (Comparing Files): Note that diff uses the minibuffer, and that the
5109 output is shown using Diff mode.
5110 (Diff Mode): Explain what "patch" and "hunk" mean.
5111 Document diff-update-on-the-fly, diff-refine-hunk, and
5112 diff-show-trailing-whitespaces.
5113 (File Archives): Add rar support.
5114
5115 * major.texi (Choosing Modes): Make mode selection sequence more
5116 obvious by describing the steps in order of priority. Note that
5117 magic-mode-alist is nil by default.
5118 Document magic-fallback-mode-alist.
5119
5120 2008-10-20 Chong Yidong <cyd@stupidchicken.com>
5121
5122 * frames.texi (Mouse References): Copyedits.
5123
5124 2008-10-20 Tassilo Horn <tassilo@member.fsf.org>
5125
5126 * ack.texi (Acknowledgments): Add myself as doc-view author.
5127
5128 2008-10-20 Eli Zaretskii <eliz@gnu.org>
5129
5130 * frames.texi (Dialog Boxes): Add @cindex entries.
5131
5132 2008-10-20 Chong Yidong <cyd@stupidchicken.com>
5133
5134 * frames.texi (Dialog Boxes): Clarify description of GTK+ file chooser.
5135 (Text-Only Mouse): Copyedit.
5136
5137 2008-10-19 Chong Yidong <cyd@stupidchicken.com>
5138
5139 * frames.texi: Use @key throughout for mouse clicks.
5140 (Cut/Paste Other App): Document yank-pop-change-selection.
5141 (Secondary Selection): Fix modified mouse click syntax.
5142 (Clipboard): Describe Cut, Copy and Paste commands.
5143 (Mouse References): Not all references are in read-only buffers.
5144 Copyedits.
5145 (Creating Frames): Add xref to Init File.
5146 (Frame Commands): Add xref to Exiting.
5147 (Scroll Bars): Document GTK vs toolkit behavior.
5148
5149 2008-10-15 Chong Yidong <cyd@stupidchicken.com>
5150
5151 * files.texi (Version Control): Copyedits. Add Bazaar.
5152 (Version Control Systems): List different VCS's using an itemized list.
5153 Add Bazaar.
5154 (VCS Concepts): Copyedits. Tweak description of file merging.
5155
5156 * frames.texi (Mouse Commands, Cut/Paste Other App): Rewrite.
5157 (Cut/Paste Other App): Document select-active-regions and
5158 x-select-enable-primary.
5159
5160 2008-10-13 Chong Yidong <cyd@stupidchicken.com>
5161
5162 * mark.texi (Shift Selection): Correct case in node name.
5163
5164 * emacs.texi (Top): Update node order in Mark chapter.
5165
5166 2008-10-12 Eli Zaretskii <eliz@gnu.org>
5167
5168 * msdog-xtra.texi (MS-DOS): Fix bad pxref.
5169
5170 * mini.texi (Minibuffer File): Fix markup in last change. Refer to
5171 elsewhere in the manual instead of describing yet again the intricacies
5172 of $HOME on MS-Windows and MS-DOS.
5173
5174 2008-10-12 Chong Yidong <cyd@stupidchicken.com>
5175
5176 * mini.texi (Minibuffer File): Add xref to File Names.
5177 (Minibuffer File): Add discussion of `~' in file names.
5178 Add insert-default-directory index reference.
5179
5180 * files.texi (File Names): Reorganize description.
5181 (Visiting): Add xref to Mode Line. Copyedits.
5182 (Save Commands): Mention prefix behavior of C-x C-s.
5183 (Numbered Backups): Node deleted.
5184 (Backup Names): Contents of Numbered Backups moved here. State default
5185 of version-control variable.
5186 (Reverting): Copyedits.
5187 (Version Control): Add additional version control systems.
5188
5189 * emacs.texi (Top): Delete Numbered Backups node.
5190
5191 * cmdargs.texi (General Variables): Change Numbered Backups xref to
5192 Backup Names.
5193 (Initial Options): Document renamed variable inhibit-startup-screen.
5194
5195 2008-10-11 Romain Francoise <romain@orebokech.com>
5196
5197 * kmacro.texi (Edit Keyboard Macro): Lossage is now 300 keys.
5198
5199 2008-10-11 Chong Yidong <cyd@stupidchicken.com>
5200
5201 * buffers.texi (Buffers): Add xrefs to Mode Line and Lisp Interaction.
5202 (Select Buffer): Mention use of minibuffer history. Describe default
5203 value of default-major-mode. Mention that C-x 4 b selects the other
5204 window.
5205 (List Buffers): Document CRM indicators in the order they appear.
5206 (Kill Buffer): Document new command kill-matching buffers.
5207 (Several Buffers): Move explanation of the relationship between buffer
5208 list and buffer menu to the top.
5209 (Indirect Buffers): Document new variable clone-indirect-buffer-hook.
5210
5211 2008-10-10 Chong Yidong <cyd@stupidchicken.com>
5212
5213 * entering.texi (Exiting): Document change of C-x C-c to
5214 save-buffers-kill-terminal. Document kill-emacs.
5215
5216 2008-09-30 Eli Zaretskii <eliz@gnu.org>
5217
5218 * mule.texi (Coding Systems): Don't mention codepage-setup.
5219
5220 * msdog-xtra.texi (MS-DOS Printing, MS-DOS and MULE): No need to create
5221 cpNNN coding systems anymore.
5222 (MS-DOS and MULE): Don't mention code-pages.el. Don't mention support
5223 for unibyte mode. Don't mention line-drawing characters.
5224 Don't mention dos-unsupported-char-glyph.
5225
5226 2008-09-25 Chong Yidong <cyd@stupidchicken.com>
5227
5228 * search.texi (Search): Shorten introduction.
5229 (Basic Isearch): Add command table. Discuss reverse isearch and
5230 isearch highlighting.
5231 (Repeat Isearch): Move lazy highlighting discussion here. Add search
5232 ring to cindex.
5233 (Special Isearch): Move input methods discussion here.
5234 (Non-ASCII Isearch): Node deleted, merged with Special Isearch.
5235 (Isearch Yank): Node deleted, and contents moved into Basic Isearch and
5236 Repeat Isearch.
5237 (Isearch Minibuffer): New node.
5238 (Word Search): Document new word search commands.
5239 (Regexp Example): Simplify example using sentence-end-base variable.
5240 (Replace): Reword introduction.
5241 (Unconditional Replace): Remove unnecessary example.
5242 (Other Repeating Search): Document new `M-s o' binding.
5243
5244 * emacs.texi (Top): Update node listings.
5245
5246 2008-09-22 Juanma Barranquero <lekktu@gmail.com>
5247
5248 * emacs.texi (Top): Remove Kill Errors from menu.
5249
5250 2008-09-22 Chong Yidong <cyd@stupidchicken.com>
5251
5252 * kmacro.texi (Basic Keyboard Macro): Make F3 and F4 the preferred
5253 interface for defining macros. Simplify examples. Note that C-g quits
5254 macro definitions.
5255 (Keyboard Macro Counter): Document using F3 to insert counter.
5256 Give usage example.
5257 (Keyboard Macro Query): Organize query responses in a table.
5258
5259 * fixit.texi (Fixit): Favor C-/ keybinding for undo throughout.
5260 Link to Erasing node.
5261 (Undo): Reorganize paragraphs for logical flow. Move keybinding
5262 rationale to a footnote.
5263 (Kill Errors): Remove node, due to redundancy with Erasing.
5264 (Spelling): Move discussion of flyspell to end. Note new behavior of
5265 M-$ in active region. Remove non-ispell-specific keybindings from
5266 table.
5267
5268 2008-09-21 Dan Nicolaescu <dann@ics.uci.edu>
5269
5270 * cmdargs.texi (Initial Options): Document --daemon.
5271
5272 2008-09-20 Glenn Morris <rgm@gnu.org>
5273
5274 * files.texi (Numbered Backups): Mention that some modes set
5275 version-control.
5276
5277 2008-09-20 Jim Blandy <jimb@red-bean.com>
5278
5279 * files.texi (Numbered Backups): Reference File Variables, as well.
5280 Remove discussion of Rmail's implementation.
5281
5282 2008-09-06 Chong Yidong <cyd@stupidchicken.com>
5283
5284 * misc.texi (Recursive Edit): Note that top-level exits active
5285 minibuffers.
5286
5287 * trouble.texi (Quitting): Likewise.
5288
5289 2008-08-31 Chong Yidong <cyd@stupidchicken.com>
5290
5291 * emacs.texi (Top): Add Temporary Face Changes xref.
5292
5293 * display.texi (Display): Move Temporary Face Changes node to just
5294 after Standard Faces.
5295 (Scrolling): Document recenter-top-bottom instead of recenter.
5296 (Horizontal Scrolling): Move auto hscroll discussion to the top.
5297 (Faces, Standard Faces, Temporary Face Changes, Useless Whitespace)
5298 (Display Custom): Copyedits.
5299 (Optional Mode Line): Document display-battery-mode.
5300
5301 2008-08-27 Romain Francoise <romain@orebokech.com>
5302
5303 * custom.texi (Directory Variables): Minor fix.
5304
5305 2008-08-27 Glenn Morris <rgm@gnu.org>
5306
5307 * cal-xtra.texi (Advanced Calendar/Diary Usage): Tweak some menu
5308 descriptions.
5309 (Calendar Customizing): Tweak layout description.
5310 Move calendar-today-marker and calendar-today face to the other
5311 markers. Condense calendar-star-date and calendar-mark-today
5312 description.
5313 (Holiday Customizing): Add oriental and solar holidays.
5314 Add index entries for Baha'i, Christian, Hebrew and Islamic holidays.
5315 Fix holiday-float description. Use zerop in examples. Be less verbose.
5316 (Date Display Format): Change ISO format. Be less verbose.
5317 (Diary Customizing): Mention day and month abbrev arrays.
5318 Mention the date-form variables by name. Update European example.
5319 (Non-Gregorian Diary): Change node name. Mention Baha'i functions.
5320 Condense examples. Mention diary-entry-symbols by name.
5321 Condense table for insertion commands.
5322 (Fancy Diary Display): Mention diary-include-string and
5323 diary-sexp-entry-symbol. Condense example. Add Chinese, Coptic,
5324 Ethiopic, Persian date functions. Condense descriptions.
5325
5326 * calendar.texi (Format of Diary File): Mention diary-nonmarking-symbol.
5327 (Adding to Diary): Adapt for changed node name.
5328
5329 2008-08-26 Glenn Morris <rgm@gnu.org>
5330
5331 * cal-xtra.texi (Non-Gregorian Diary Entries): New name for
5332 node "Hebrew/Islamic Entries".
5333
5334 * calendar.texi (Specified Dates): Fix names of iso functions.
5335 (General Calendar): There may not be another window.
5336 (Writing Calendar Files, Holidays): Tweak intro.
5337 (Holidays): Mention Baha'i and Chinese holidays.
5338 (Sunrise/Sunset): Add M-x calendar-sunrise-sunset-month.
5339 (Lunar Phases): Remove incorrect reference to calendar-time-zone.
5340 (To Other Calendar): Add calendar-print-other-dates.
5341 Refer to "graphic display" rather than "X.
5342 (From Other Calendar): Add calendar-bahai-goto-date. Fix reference.
5343 (Displaying the Diary): Fix whitespace after reference.
5344 Fix `diary-number-of-entries' reference.
5345 (Date Formats): Explicitly mention that day names can be abbreviated.
5346 (Adding to Diary): Add some references to other sections.
5347 (Special Diary Entries): Fix reference.
5348 (Appointments): Simplify appt-message-warning-time entry.
5349 Clarify where times must be.
5350 (Importing Diary): Comment out icalendar paragraph that does not apply.
5351 (Time Intervals): Simplify entry for timeclock-ask-before-exiting.
5352
5353 2008-08-23 Glenn Morris <rgm@gnu.org>
5354
5355 * fortran-xtra.texi (Fortran): Change description of free form and
5356 fixed form a bit. Mention hideshow and imenu.
5357 (Fortran Motion): Mention fortran-end-of-subprogram,
5358 fortran-beginning-of-subprogram, fortran-mark-do, fortran-mark-if.
5359 (Fortran Indent): Minor re-word.
5360 (ForIndent Commands): Mention fortran-fill-paragraph and
5361 fortran-fill-statement.
5362 (ForIndent Cont): Mention fortran-tab-mode-string.
5363 (Fortran Comments): Mention fortran-comment-line-start-skip.
5364 (Fortran Columns): Mention font-locking.
5365 (Fortran Abbrev): Word syntax not relevant with new-style abbrev.
5366
5367 2008-08-23 Johan Bockgård <bojohan@muon>
5368
5369 * basic.texi (Moving Point): Fix <prior>/<next> confusion.
5370
5371 2008-08-22 Chong Yidong <cyd@stupidchicken.com>
5372
5373 * mini.texi (Minibuffer): Simplify introduction.
5374 (Minibuffer File): Document tilde in minibuffer filenames.
5375 (Minibuffer Edit): Mention that the prompt is read-only. Describe how
5376 to enter tabs, spaces, and question marks. Describe behavior of C-a.
5377 (Completion Example): Update example to current command list.
5378 (Completion Options): Document `lazy' value of completion-auto-help.
5379 Update contents of completion-ignored-extensions.
5380 (Minibuffer History): Describe "future history" list. State default
5381 value of history-delete-duplicates.
5382
5383 2008-08-21 Glenn Morris <rgm@gnu.org>
5384
5385 * fortran-xtra.texi (Fortran Columns): Document `fortran-line-length'.
5386 (Fortran Comments): Replace fortran-indent-comment with comment-dwim.
5387
5388 2008-08-17 Chong Yidong <cyd@stupidchicken.com>
5389
5390 * regs.texi (Registers): Clarify valid register names.
5391 (RegPos): Note that buffer is saved and restored too.
5392 (RegText): Note that mark is reactivated/deactivated.
5393 (RegConfig): Xref to Windows node.
5394
5395 2008-08-16 Chong Yidong <cyd@stupidchicken.com>
5396
5397 * basic.texi (Inserting Text): Provide command name for C-q.
5398
5399 * killing.texi (Killing): Copyedit. Define read-only text.
5400 (Deletion): DEL and C-d were already explained in Erasing; xref there.
5401 (Killing by Lines): Copyedit.
5402 (Other Kill Commands): Move M-w description here.
5403 (Yanking): Move M-w to Other Kill Commands.
5404 (Kill Ring): Also mention saving text in registers. Link to Text
5405 Properties in elisp manual.
5406 (Accumulating Text): Copyedit.
5407 (CUA Bindings): Shift selection is now the default.
5408
5409 2008-08-12 Teodor Zlatanov <tzz@lifelogs.com>
5410
5411 * maintaining.texi (Change Log): Mention next-error is available.
5412
5413 2008-08-10 Glenn Morris <rgm@gnu.org>
5414
5415 * cal-xtra.texi (Calendar Customizing): Mention whitespace variables
5416 and intermonth text.
5417 (Holiday Customizing): Add holiday-chinese.
5418
5419 2008-08-08 Eli Zaretskii <eliz@gnu.org>
5420
5421 * files.texi (Log Buffer, Diff Mode): Fix last changes. Add indexing.
5422
5423 2008-08-07 Dan Nicolaescu <dann@ics.uci.edu>
5424
5425 * files.texi (Log Buffer): Describe C-c C-d.
5426 (Diff Mode): Describe C-x 4 A.
5427
5428 2008-08-06 Eli Zaretskii <eliz@gnu.org>
5429
5430 * vc1-xtra.texi (VC Directory Mode): Fix last change.
5431
5432 2008-08-06 Dan Nicolaescu <dann@ics.uci.edu>
5433
5434 * files.texi (Old Revisions): Update the keys used by vc-annotate and
5435 describe the new bindings to show the changeset diff, toggle annotation
5436 visibility, show revisions.
5437 (VC Status): Describe key bindings for modifying the change comments,
5438 displaying changeset diffs and annotations.
5439
5440 * vc1-xtra.texi (VC Directory Mode): Talk about multiple VC systems.
5441
5442 2008-08-05 Nick Roberts <nickrob@snap.net.nz>
5443
5444 * vc1-xtra.texi (VC Directory Mode): Fix typo.
5445
5446 2008-08-02 Eli Zaretskii <eliz@gnu.org>
5447
5448 * vc1-xtra.texi (VC Directory Mode, VC Directory Commands): Fix English
5449 and wording.
5450
5451 2008-08-02 Dan Nicolaescu <dann@ics.uci.edu>
5452
5453 * vc1-xtra.texi (VC Directory Mode): Fix and improve the info about
5454 marking/unmarking. Add descriptions for the multiple file search
5455 commands. Improve some old info.
5456
5457 2008-07-31 Chong Yidong <cyd@stupidchicken.com>
5458
5459 * display.texi (Visual Line Mode): New node.
5460
5461 * basic.texi (Inserting Text): Move DEL to deletion node.
5462 (Moving Point): Add additional alternative key bindings.
5463 Describe line-move-visual.
5464 (Erasing): Describe DEL.
5465 (Basic Undo, Blank Lines, Arguments): Copyedit.
5466 (Continuation Lines): Mention Visual Line mode.
5467 (Position Info): Move extended discussion to mule.texi.
5468
5469 * mule.texi (International Chars): Describe C-x =.
5470
5471 * emacs.texi (Top): Add Visual Line Mode node.
5472
5473 2008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
5474
5475 * emacs.texi: Remove VMS support.
5476
5477 2008-07-30 Dan Nicolaescu <dann@ics.uci.edu>
5478
5479 * vc1-xtra.texi (VC Directory Mode): Update the display format and fix
5480 the vc-dir command name.
5481
5482 2008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
5483
5484 * xresources.texi: Remove mentions of Mac Carbon.
5485
5486 2008-07-19 Andreas Schwab <schwab@suse.de>
5487
5488 * ns-emacs.texi: Move to ../misc.
5489
5490 2008-07-15 Chong Yidong <cyd@stupidchicken.com>
5491
5492 * entering.texi (Exiting): Don't describe text-only terminals as the
5493 default. Describe the new startup screen.
5494 (Exiting): Describe how to kill Emacs first. Change description of
5495 iconification to handle modern window systems.
5496
5497 2008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
5498
5499 * ns-emacs.texi: New file, documents features of Emacs port under
5500 NeXTstep windowing.
5501
5502 2008-07-15 Chong Yidong <cyd@stupidchicken.com>
5503
5504 * entering.texi (Entering Emacs): Update prev node.
5505
5506 * glossary.texi (Glossary): Remove xref to Text Characters.
5507
5508 * commands.texi (User Input): Rewrite. Describe Emacs' behavior
5509 directly, rather than in the context of ASCII. Move description of
5510 special properties of modifier key to new Modifier Keys node.
5511 (Keys): Copyedit.
5512 (Text Characters): Delete node. Multibyte is the default nowadays, and
5513 the node contents are obsolete.
5514
5515 * custom.texi (Modifier Keys): New node.
5516
5517 * emacs.texi (Top): Update node list.
5518
5519 2008-07-13 Chong Yidong <cyd@stupidchicken.com>
5520
5521 * emacs.texi (Intro): Increase conciseness slightly. Remove paragraph
5522 saying that Emacs provides menus and mouse support (which is par for
5523 the course).
5524
5525 * screen.texi (Screen): Copyedit. Define "buffer" and "current buffer"
5526 early on.
5527 (Point): Copyedit. Relegate historical trivia to a footnote.
5528 (Mode Line): Explain mode-line format more consistently.
5529 (Menu Bar): Copyedit.
5530
5531 2008-06-27 Glenn Morris <rgm@gnu.org>
5532
5533 * cal-xtra.texi (Sexp Diary Entries):
5534 * calendar.texi (Lunar Phases): Update for lunar.el name changes.
5535
5536 2008-06-26 Chong Yidong <cyd@stupidchicken.com>
5537
5538 * mark.texi (Shift selection): New node.
5539 (Mark): Copyedits.
5540 (Persistent Mark): Move to the end of the chapter.
5541
5542 2008-06-20 Eli Zaretskii <eliz@gnu.org>
5543
5544 * makefile.w32-in (distclean): Remove makefile.
5545
5546 2008-06-17 Nick Roberts <nickrob@snap.net.nz>
5547
5548 * building.texi (Starting GUD): Add an entry for gud-gdb.
5549 (GDB Graphical Interface): Explain that gud-gdb is now needed for text
5550 command mode.
5551
5552 2008-06-17 Glenn Morris <rgm@gnu.org>
5553
5554 * calendar.texi: Fix references to mouse-2 and mouse-3 in calendar.
5555
5556 2008-06-17 Nick Roberts <nickrob@snap.net.nz>
5557
5558 * building.texi (Starting GUD): Expand on remote debugging.
5559 (Other GDB-UI Buffers): Mention new keyboard bindings.
5560
5561 2008-06-15 Glenn Morris <rgm@gnu.org>
5562
5563 * gnu.texi: Use a verbatim license for this invariant section,
5564 as per etc/GNU.
5565
5566 2008-06-13 Daniel Engeler <engeler@gmail.com>
5567
5568 * emacs.texi, misc.texi: Add documentation about serial port access.
5569
5570 2008-06-13 Glenn Morris <rgm@gnu.org>
5571
5572 * emacs-xtra.texi, emacs.texi: Update Back-Cover text per
5573 maintain.info.
5574
5575 2008-06-05 Miles Bader <miles@gnu.org>
5576
5577 * display.texi (Temporary Face Changes): Update to reflect function
5578 renamings in face-remap.el.
5579
5580 2008-06-04 Miles Bader <miles@gnu.org>
5581
5582 * display.texi (Temporary Face Changes):
5583 Add `adjust-buffer-face-height'. Rewrite description of
5584 `increase-buffer-face-height' and `decrease-default-face-height' now
5585 that they aren't bound by default.
5586
5587 2008-06-03 Miles Bader <miles@gnu.org>
5588
5589 * display.texi (Temporary Face Changes): New node.
5590
5591 2008-05-31 Eli Zaretskii <eliz@gnu.org>
5592
5593 * msdog.texi (Windows Keyboard): Fix text added on 2008-05-29.
5594
5595 2008-05-31 Glenn Morris <rgm@gnu.org>
5596
5597 * cal-xtra.texi (Fancy Diary Display): Simplify.
5598
5599 2008-05-30 Glenn Morris <rgm@gnu.org>
5600
5601 * cal-xtra.texi (Fancy Diary Display): Update for
5602 diary-display-function replacing diary-display-hook.
5603
5604 2008-05-29 Drew Adams <drew.adams@oracle.com>
5605
5606 * msdog.texi (Windows Keyboard): Add descriptions of
5607 w32-register-hot-key and w32-unregister-hot-key.
5608
5609 2008-05-21 Tom Tromey <tromey@redhat.com>
5610
5611 * custom.texi (Directory Variables): Grammar fix. Link to Safe File
5612 Variables node.
5613
5614 2008-05-19 Tom Tromey <tromey@redhat.com>
5615
5616 * custom.texi (Variables): Add Directory Variables to menu.
5617 (Directory Variables): New node.
5618
5619 2008-05-16 Eric S. Raymond <esr@snark.thyrsus.com>
5620
5621 * vc2-xtra.texi: Modify an example so it reflects what vc.el now does.
5622
5623 2008-05-15 Eric S. Raymond <esr@snark.thyrsus.com>
5624
5625 * vc2-xtra.texi, emacs.texi, files.texi: Snapshots node renamed to
5626 Revision Tags and rewritten. Section now uses modern terminology,
5627 (tags rather than snapshots) and describes post-SCCS systems more
5628 accurately.
5629
5630 2008-05-10 Eli Zaretskii <eliz@gnu.org>
5631
5632 * msdog.texi (Windows Files): Update documentation of
5633 w32-get-true-file-attributes.
5634
5635 2008-05-09 Eric S. Raymond <esr@snark.thyrsus.com>
5636
5637 * files.texi, vc-xtra.texi, vc1-xtra.texi: Document the new VC
5638 directory mode.
5639
5640 2008-05-08 Chong Yidong <cyd@stupidchicken.com>
5641
5642 * killing.texi (Appending Kills): Remove a strangely off-topic index
5643 entry "television".
5644
5645 2008-05-07 Eric S. Raymond <esr@snark.thyrsus.com>
5646
5647 * ack.texi, files.texi, vc2-xtra.texi: Meta-CVS is no longer supported.
5648
5649 2008-05-02 Eric S. Raymond <esr@snark.thyrsus.com>
5650
5651 * buffers.texi, files.texi (Version-control):
5652 vc-toggle-read-only is no longer a good idea...
5653
5654 2008-04-29 Glenn Morris <rgm@gnu.org>
5655
5656 * cal-xtra.texi (Sexp Diary Entries): Clarify diary-float.
5657
5658 2008-04-22 Juri Linkov <juri@jurta.org>
5659
5660 * dired.texi (Subdirectories in Dired): Describe using `^'
5661 to return to the parent directory.
5662
5663 2008-04-22 Nick Roberts <nickrob@snap.net.nz>
5664
5665 * building.texi (GDB-UI Layout, Other GDB-UI Buffers): Update for
5666 recent changes.
5667
5668 2008-04-19 Nick Roberts <nickrob@snap.net.nz>
5669
5670 * building.texi (GDB-UI Layout, Breakpoints Buffer)
5671 (Other GDB-UI Buffers): Update for recent thread related changes.
5672
5673 2008-04-11 Mirko Vukovic <mirko.vukovic@gmail.com> (tiny change)
5674
5675 * maintaining.texi (Maintaining):
5676 * emacs.texi (Top): Typo.
5677
5678 2008-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
5679
5680 * display.texi (Font Lock): Prefer add-hook to using a non-nil `mode'
5681 arg in `font-lock-add-keywords'.
5682
5683 2008-04-08 Glenn Morris <rgm@gnu.org>
5684
5685 * cal-xtra.texi, calendar.texi: Update for calendar name changes.
5686 Also add Baha'i calendar references where appropriate.
5687
5688 2008-04-05 Glenn Morris <rgm@gnu.org>
5689
5690 * custom.texi (Init File): Byte-compiling .emacs is bad.
5691
5692 2008-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
5693
5694 * mini.texi (Minibuffer Edit) <resize-mini-windows>: Adjust default.
5695
5696 2008-03-29 Glenn Morris <rgm@gnu.org>
5697
5698 * calendar.texi: Update for `calendar-date-style' replacing
5699 `european-calendar'.
5700
5701 2008-03-28 Jason Rumney <jasonr@gnu.org>
5702
5703 * display.texi (Display Custom): Mention overlay-margin in text.
5704
5705 2008-03-12 Reiner Steib <Reiner.Steib@gmx.de>
5706
5707 * custom.texi, dired.texi, mini.texi, mule.texi: Add `referenced in the
5708 tutorial' comments.
5709
5710 2008-03-28 Chong Yidong <cyd@stupidchicken.com>
5711
5712 * mark.texi (Mark): Rearrange nodes.
5713 (Persistent Mark): Rename from Transient Mark.
5714 (Mark, Setting Mark, Marking Objects, Persistent Mark, Mark Ring):
5715 Describe Transient Mark mode as the default.
5716
5717 * basic.texi (Basic Undo): Don't mention setting the mark, which isn't
5718 the default behavior with Transient Mark mode off.
5719 (Position Info): Fix typo.
5720
5721 * display.texi (Standard Faces): Reference the Mark node.
5722 Remove discussion of the region face, which is discussed there.
5723
5724 * emacs.texi (Top): Update node listings.
5725
5726 * files.texi (Diff Mode, Misc File Ops): Describe Transient Mark mode
5727 as the default.
5728
5729 * fixit.texi (Undo): Standardize choice of undo key sequence.
5730 (Undo, Spelling): Describe Transient Mark mode as the default.
5731
5732 * frames.texi (Mouse Commands): Treat Transient Mark mode as the
5733 default.
5734
5735 * glossary.texi (Glossary): Treat Transient Mark mode as the default.
5736
5737 * killing.texi (Kill Ring, Accumulating Text): Assume Transient Mark
5738 mode is the default, and note that the mark is not activated when set.
5739
5740 * programs.texi (Moving by Defuns, Expressions, Comment Commands):
5741 Describe Transient Mark mode as the default.
5742
5743 * search.texi (Basic Isearch): Reference the Mark Ring node.
5744 (Replace, Unconditional Replace, Other Repeating Search):
5745 Describe Transient Mark mode as the default.
5746
5747 * text.texi (Words, Pages, Fill Commands, HTML Mode):
5748 Describe Transient Mark mode as the default.
5749 (Paragraphs): Describe how M-h behaves when region is active.
5750
5751 * trouble.texi (Quitting): Clarify effects of C-g.
5752
5753 2008-03-13 Glenn Morris <rgm@gnu.org>
5754
5755 * emacs.texi (EMACSVER): Set to 23.0.60.
5756
5757 2008-03-05 Glenn Morris <rgm@gnu.org>
5758
5759 * dired.texi (Hiding Subdirectories): Fix previous change.
5760
5761 2008-03-05 Drew Adams <drew.adams@oracle.com>
5762
5763 * dired.texi (Hiding Subdirectories): Document `dired-hide-subdir'.
5764
5765 2008-02-28 Kim F. Storm <storm@cua.dk>
5766
5767 * help.texi (Help Files): Move describe-gnu-project to C-h g.
5768 Move describe-distribution to C-h C-o.
5769 Move view-emacs-problems to C-h C-p.
5770 Add view-emacs-debugging on C-h C-d.
5771 Add view-external-packages on C-h C-e.
5772 Add view-order-manuals on C-h C-m.
5773
5774 2008-02-17 Ulrich Mueller <ulm@kph.uni-mainz.de>
5775
5776 * msdog-xtra.texi (MS-DOS): Docstring fix.
5777
5778 2008-02-09 Eli Zaretskii <eliz@gnu.org>
5779
5780 * msdog.texi (Windows Fonts): Use a @table for describing font
5781 properties.
5782
5783 2008-02-07 Jason Rumney <jasonr@gnu.org>
5784
5785 * msdog.texi (Windows Files): w32-get-true-file-attributes default
5786 value has changed.
5787 (Windows HOME): Clarify what is meant by "if that fails as well".
5788 (Windows Fonts): New section.
5789
5790 2008-02-07 D. E. Evans <sinuhe@gnu.org> (tiny change)
5791
5792 * basic.texi (Basic Undo): Remove duplicate "you can".
5793
5794 2008-02-02 Eli Zaretskii <eliz@gnu.org>
5795
5796 * maintaining.texi (Tags): Fix last change.
5797
5798 2008-01-31 Nick Roberts <nickrob@snap.net.nz>
5799
5800 * trouble.texi (Checklist): Direct users to emacs-devel@gnu.org.
5801
5802 2008-01-26 Richard Stallman <rms@gnu.org>
5803
5804 * maintaining.texi (Tags): Delete redundant index entry.
5805
5806 2008-01-26 Eli Zaretskii <eliz@gnu.org>
5807
5808 * programs.texi (Imenu): Move "@cindex tags" from here...
5809 * maintaining.texi (Tags): ...to here.
5810
5811 2008-01-23 Kevin Ryde <user42@zip.com.au>
5812
5813 * custom.texi (Mouse Buttons): Update elisp xref to "Click Events" on
5814 click count.
5815
5816 2008-01-21 Juanma Barranquero <lekktu@gmail.com>
5817
5818 * entering.texi (Exiting): Fix typo.
5819 Reported by D. E. Evans <sinuhe@gnu.org>.
5820
5821 2007-12-31 Martin Rudalics <rudalics@gmx.at>
5822
5823 * glossary.texi (Glossary): Fix typo.
5824
5825 2007-12-27 Richard Stallman <rms@gnu.org>
5826
5827 * text.texi (Formatted Text): Improve menu tag.
5828 (Editing Format Info): In Info, add duplicate menu of nodes
5829 about the submenus.
5830 (Format Faces): Say where Faces menu is found. Mention Other.
5831 (Format Colors): Say where these submenus are found.
5832 (Format Indentation, Format Justification): Likewise.
5833 (Format Properties): Likewise.
5834
5835 2007-12-22 Richard Stallman <rms@gnu.org>
5836
5837 * search.texi (Query Replace): Make exp of query-replace more
5838 self-contained, and clarify.
5839
5840 2007-12-15 Richard Stallman <rms@gnu.org>
5841
5842 * files.texi (Auto Save): Clarify definition of auto-saving.
5843
5844 2007-11-26 Richard Stallman <rms@gnu.org>
5845
5846 * help.texi (Help Echo): Cleanups.
5847
5848 2007-11-23 Thien-Thi Nguyen <ttn@gnuvola.org>
5849
5850 * files.texi (Why Version Control?): Fix typo.
5851 (VCS Concepts): Fix typos; small tense fix.
5852 (Selecting a Fileset): Fix typos; small rewording.
5853 (Log Buffer): Likewise.
5854 (Old Revisions): Likewise.
5855
5856 2007-11-17 Eli Zaretskii <eliz@gnu.org>
5857
5858 * mule.texi (Communication Coding): Fix wording of last change.
5859
5860 2007-11-16 Werner Lemberg <wl@gnu.org>
5861
5862 * custom.texi (Specifying File Variables):
5863 * major.texi (Choosing Modes): Mention '\" in man pages.
5864
5865 2007-11-16 Kenichi Handa <handa@ni.aist.go.jp>
5866
5867 * mule.texi (Communication Coding): Document x-select-request-type.
5868
5869 * frames.texi (Cut/Paste Other App): Mention x-select-request-type.
5870
5871 2007-11-15 Francesco Potortì <pot@gnu.org>
5872
5873 * maintaining.texi (TEXTAGS): Note that you can use "-" for stdout with
5874 --output=file.
5875
5876 2007-11-13 Martin Rudalics <rudalics@gmx.at>
5877
5878 * help.texi (Help Summary, Apropos, Misc Help): Fix typos.
5879 (Help Echo): Avoid mentioning the term "region" here and
5880 consistently use the term "active text".
5881
5882 2007-11-11 Glenn Morris <rgm@gnu.org>
5883
5884 * calendar.texi (Special Diary Entries): Fix Thanksgiving example.
5885
5886 2007-11-10 Paul Pogonyshev <pogonyshev@gmx.net>
5887
5888 * search.texi (Query Replace):
5889 Mention `query-replace-show-replacement'.
5890
5891 2007-11-09 Nick Roberts <nickrob@snap.net.nz>
5892
5893 * building.texi (Watch Expressions): Remove obscure sentence.
5894
5895 2007-11-06 Kenichi Handa <handa@ni.aist.go.jp>
5896
5897 * mule.texi (Select Input Method): Describe how to activate an input
5898 method in the text mode.
5899
5900 2007-11-01 Dan Nicolaescu <dann@ics.uci.edu>
5901
5902 * cmdargs.texi (Misc Variables): Remove Sun windows info.
5903
5904 2007-10-30 Nick Roberts <nickrob@snap.net.nz>
5905
5906 * building.texi (Watch Expressions): Describe gdb-delete-out-of-scope.
5907
5908 2007-10-30 Glenn Morris <rgm@gnu.org>
5909
5910 * misc.texi (Directory Tracking): Explain a bit more about
5911 dirtrack-mode.
5912
5913 2007-10-25 Glenn Morris <rgm@gnu.org>
5914
5915 * fortran-xtra.texi (Fortran): F90 mode handles F2003.
5916
5917 2007-10-24 Richard Stallman <rms@gnu.org>
5918
5919 * misc.texi (Interactive Shell): Cleanup last change.
5920
5921 2007-10-22 Juri Linkov <juri@jurta.org>
5922
5923 * mini.texi (Minibuffer History): Add text about a list of minibuffer
5924 default values.
5925
5926 2007-10-20 Eric S. Raymond <esr@snark.thyrsus.com>
5927
5928 * files.texi: Disambiguate two slightly different uses of the term
5929 'filesets'.
5930
5931 2007-10-18 Martin Rudalics <rudalics@gmx.at>
5932
5933 * trouble.texi (Quitting): Fix typo.
5934
5935 2007-10-18 Glenn Morris <rgm@gnu.org>
5936
5937 * frames.texi (Mode Line Mouse): Mention minor mode names.
5938
5939 2007-10-17 Juri Linkov <juri@jurta.org>
5940
5941 * text.texi (Fill Commands): Undocument fill-paragraph-or-region.
5942 fill-paragraph operates on the active region in Transient Mark mode.
5943 (Fill Prefix, Format Indentation): Replace fill-paragraph-or-region
5944 with fill-paragraph.
5945
5946 * basic.texi (Arguments): Replace fill-paragraph-or-region with
5947 fill-paragraph.
5948
5949 * fixit.texi (Spelling): ispell-word operates on the active region
5950 in Transient Mark mode.
5951
5952 2007-10-17 Aaron S. Hawley <aaronh@garden.org>
5953
5954 * building.texi (Source Buffers):
5955 * custom.texi (Init Non-ASCII):
5956 * glossary.texi (Glossary): Use "key binding" consistently.
5957
5958 2007-10-17 Juanma Barranquero <lekktu@gmail.com>
5959
5960 * calendar.texi (Diary): Fix directive.
5961
5962 2007-10-16 Richard Stallman <rms@gnu.org>
5963
5964 * calendar.texi (Diary): Clarify text about diary file example.
5965
5966 2007-10-13 Eric S. Raymond <esr@snark.thyrsus.com>
5967
5968 * files.texi: Capitalize node names according to convention.
5969
5970 2007-10-13 Glenn Morris <rgm@gnu.org>
5971
5972 * misc.texi (Interactive Shell): Correct INSIDE_EMACS reference.
5973
5974 2007-10-11 Eric S. Raymond <esr@snark.thyrsus.com>
5975
5976 * emacs.texi:
5977 * files.texi (Version Systems): Minor fixes to version-control material
5978 suggested by RMS and Robert J. Chassell.
5979
5980 2007-10-10 Eric S. Raymond <esr@snark.thyrsus.com>
5981
5982 * files.texi (Version Systems):
5983 * vc-xtra.texi:
5984 * vc1-xtra.texi:
5985 * vc2-xtra.texi: Merge in changes for new VC with fileset-oriented
5986 operations. Change of terminology from `version' to `revision'.
5987 Revise text for adequate description of VCSes with monotonic IDs.
5988 * emacs.texi: Change of terminology from `version' to `revision'.
5989
5990 2007-10-09 Eric S. Raymond <esr@snark.thyrsus.com>
5991
5992 * files.texi (Version Systems): Describe newer VCses.
5993 Reorder the descriptions to be chronological.
5994
5995 2007-10-09 Richard Stallman <rms@gnu.org>
5996
5997 * display.texi (Cursor Display): Correct how cursor appears
5998 in nonselected windows.
5999
6000 2007-10-04 Nick Roberts <nickrob@snap.net.nz>
6001
6002 * building.texi (GDB Graphical Interface): Remove references to gdba
6003 and mention gud-gdb.
6004
6005 2007-08-31 Eli Zaretskii <eliz@gnu.org>
6006
6007 * rmail.texi (Rmail Sorting): Improve indexing.
6008
6009 2007-10-06 Juri Linkov <juri@jurta.org>
6010
6011 * text.texi (Fill Commands): Document fill-paragraph-or-region.
6012 (Fill Prefix, Format Indentation): Replace fill-paragraph with
6013 fill-paragraph-or-region.
6014
6015 * basic.texi (Arguments): Replace fill-paragraph with
6016 fill-paragraph-or-region.
6017
6018 2007-10-06 Eric S. Raymond <esr@snark.thyrsus.com>
6019
6020 * files.texi: Update the section on version control for 2007
6021 conditions. None of these changes are new-VC-specific; that
6022 will come later.
6023
6024 2007-09-15 Glenn Morris <rgm@gnu.org>
6025
6026 * calendar.texi (Holidays): Change all instances of `holiday-list' back
6027 to `list-holidays'.
6028
6029 2007-09-14 Glenn Morris <rgm@gnu.org>
6030
6031 * calendar.texi: Update all instances of mark-calendar-holidays,
6032 list-calendar-holidays, list-holidays with the new names.
6033
6034 2007-09-06 Glenn Morris <rgm@gnu.org>
6035
6036 Move manual sources from man/ to subdirectories of doc/.
6037 Split into the Emacs manual in emacs/, and other manuals in misc/.
6038 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Reduce to just the Emacs
6039 manual.
6040 (infodir): New variable.
6041 (info): Use $infodir.
6042 (emacsman): Delete target, not needed any more.
6043 Move all targets that are not the Emacs manual to misc/Makefile.in.
6044 (mostlyclean): Remove `gnustmp'.
6045 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS): Reduce to just the Emacs
6046 manual.
6047 (MULTI_INSTALL_INFO, ENVADD, infodir): Go up one more level.
6048 (emacsman): Delete target, not needed any more.
6049 (clean): Remove all info files but Emacs manual.
6050 Move all targets that are not the Emacs manual to misc/Makefile.in.
6051 * emacs-xtra.texi, emacs.texi (setfilename): Go up one more level.
6052
6053 * Makefile.in (INFOSOURCES): Delete.
6054 (.SUFFIXES): Use $(TEXI2DVI) rather than texi2dvi.
6055 (mostlyclean): Add *.op, *.ops. Move *.aux *.cps *.fns *.kys *.pgs
6056 *.vrs *.toc here...
6057 (maintainer-clean): ...from here.
6058
6059 2007-09-05 Glenn Morris <rgm@gnu.org>
6060
6061 * custom.texi (Safe File Variables): Clarify `!' and risky variables.
6062
6063 2007-08-29 Glenn Morris <rgm@gnu.org>
6064
6065 * emacs.texi (EMACSVER): Increase to 23.0.50.
6066
6067 2007-08-27 Richard Stallman <rms@gnu.org>
6068
6069 * emacs.texi (Top): Clarify menu item for Glossary.
6070
6071 * display.texi (Faces): Change secn title.
6072 Clarify not all fonts come from Font Lock.
6073
6074 2007-08-17 Eli Zaretskii <eliz@gnu.org>
6075
6076 * basic.texi (Position Info): Add index entry for face at point.
6077 Mention that character faces are also displayed by "C-u C-x =".
6078
6079 2007-08-08 Glenn Morris <rgm@gnu.org>
6080
6081 * glossary.texi (Glossary): Deprecate `iff'.
6082
6083 2007-08-07 Chong Yidong <cyd@stupidchicken.com>
6084
6085 * files.texi (File Conveniences): Document point motion keys in Image
6086 mode.
6087
6088 2007-07-27 Glenn Morris <rgm@gnu.org>
6089
6090 * emacs.texi (Copying): Include license text from gpl.texi, rather than
6091 in-line.
6092
6093 * gpl.texi: New file with text of GPL.
6094 * Makefile.in (EMACSSOURCES): Add gpl.texi.
6095
6096 2007-07-26 Dan Nicolaescu <dann@ics.uci.edu>
6097
6098 * vc2-xtra.texi (Customizing VC): Add GIT and HG.
6099
6100 * dired.texi (Wdired): Mention C-x C-q key binding.
6101
6102 2007-07-28 Nick Roberts <nickrob@snap.net.nz>
6103
6104 * building.texi (GDB Graphical Interface): Qualify use of "M-x gdba".
6105
6106 2007-07-25 Glenn Morris <rgm@gnu.org>
6107
6108 * emacs.texi (Copying): Replace license with GPLv3.
6109
6110 * Relicense all FSF files to GPLv3 or later.
6111
6112 2007-07-24 Glenn Morris <rgm@gnu.org>
6113
6114 * calendar.texi (Writing Calendar Files): cal-tex-diary etc only work
6115 for some calendars.
6116
6117 2007-07-23 Nick Roberts <nickrob@snap.net.nz>
6118
6119 * screen.texi (Mode Line): Describe new mode-line flag that shows if
6120 default-directory for the current buffer is on a remote machine.
6121
6122 2007-07-21 Eli Zaretskii <eliz@gnu.org>
6123
6124 * vc2-xtra.texi (Customizing VC) <vc-handled-backends>: Update the
6125 default value.
6126
6127 2007-07-21 Richard Stallman <rms@gnu.org>
6128
6129 * files.texi (Why Version Control?): Improve previous change.
6130
6131 2007-07-18 Eric S. Raymond <esr@snark.thyrsus.com>
6132
6133 * files.texi (Why Version Control?): New node.
6134
6135 2007-07-12 Nick Roberts <nickrob@snap.net.nz>
6136
6137 * building.texi (Starting GUD): Add xref to this anchor.
6138
6139 2007-06-24 Karl Berry <karl@gnu.org>
6140
6141 * emacs.texi: New Back-Cover Text.
6142
6143 2007-06-07 Alan Mackenzie <acm@muc.de>
6144
6145 * display.texi (Optional Mode Line): Document the new form of
6146 line+column numbers, "(561,2)".
6147
6148 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
6149
6150 * maintaining.texi (Create Tags Table): Fix typos.
6151
6152 2007-06-02 Chong Yidong <cyd@stupidchicken.com>
6153
6154 * Version 22.1 released.
6155
6156 2007-05-07 Karl Berry <karl@gnu.org>
6157
6158 * emacs.texi (EMACSVER): Back to 22.
6159
6160 2007-05-06 Richard Stallman <rms@gnu.org>
6161
6162 * maintaining.texi (Create Tags Table): Clean up previous change.
6163
6164 2007-05-05 Francesco Potortì <pot@gnu.org>
6165
6166 * maintaining.texi (Create Tags Table): Add text about the dangers of
6167 making symbolic links to tags files.
6168
6169 2007-05-04 Karl Berry <karl@gnu.org>
6170
6171 * emacs.texi (EMACSVER) [smallbook]: 22.1 for printed version, not 22.
6172
6173 2007-05-03 Karl Berry <karl@gnu.org>
6174
6175 * emacs.texi (EMACSVER) [smallbook]: 22 for printed version.
6176
6177 * .cvsignore (*.pdf): New entry.
6178
6179 * emacs.texi (\urlcolor, \linkcolor) [smallbook]: \let to \Black
6180 for printing.
6181
6182 2007-05-01 Richard Stallman <rms@gnu.org>
6183
6184 * cmdargs.texi (Initial Options): Under --batch, mention --eval.
6185
6186 2007-04-28 Glenn Morris <rgm@gnu.org>
6187
6188 * ack.texi (Acknowledgments):
6189 * anti.texi (Antinews):
6190 * programs.texi (Program Modes): Restore mention of python.el pending
6191 consideration of legal status.
6192
6193 2007-04-28 Richard Stallman <rms@gnu.org>
6194
6195 * files.texi (File Names): Fixes to ~ description on MS systems.
6196
6197 2007-04-26 Glenn Morris <rgm@gnu.org>
6198
6199 * emacs.texi (EMACSVER): Increase to 22.1.50.
6200
6201 2007-04-25 Karl Berry <karl@gnu.org>
6202
6203 * emacs.texi: Improve line breaks on copyright page,
6204 similar layout to lispref, 8.5x11 by default.
6205
6206 * dired.texi (Image-Dired): Improve line break, fix typo.
6207
6208 2007-04-24 Chong Yidong <cyd@stupidchicken.com>
6209
6210 * programs.texi (Program Modes):
6211 * anti.texi (Antinews):
6212 * ack.texi (Acknowledgments): python.el removed.
6213
6214 2007-04-23 Chong Yidong <cyd@stupidchicken.com>
6215
6216 * display.texi (Highlight Interactively): Correct description of
6217 hi-lock-file-patterns-policy.
6218
6219 * files.texi (File Archives): Mention self-extracting executables.
6220
6221 2007-04-23 Eli Zaretskii <eliz@gnu.org>
6222
6223 * search.texi (Unconditional Replace, Query Replace): Add xref to
6224 "Replacement and Case".
6225
6226 2007-04-22 Chong Yidong <cyd@stupidchicken.com>
6227
6228 * dired.texi (Image-Dired): Move from Thumbnails node.
6229 * misc.texi (Thumbnails): Node deleted.
6230 * emacs.texi (Top): Update node listing.
6231
6232 * files.texi (File Conveniences):
6233 * ack.texi (Acknowledgments): Rename "tumme" to "image-dired".
6234
6235 2007-04-21 Richard Stallman <rms@gnu.org>
6236
6237 * display.texi (Highlight Interactively): Correct previous change.
6238 Clarify doc of hi-lock-find-patterns, and move new features into it.
6239
6240 2007-04-20 David Koppelman <koppel@ece.lsu.edu>
6241
6242 * display.texi (Highlight Interactively):
6243 Document hi-lock-file-patterns-policy.
6244
6245 2007-04-20 Martin Rudalics <rudalics@gmx.at>
6246
6247 * display.texi (Scrolling): Fix typo.
6248
6249 2007-04-15 Chong Yidong <cyd@stupidchicken.com>
6250
6251 * doclicense.texi: Remove node heading, so that it can be included by
6252 other files.
6253
6254 * emacs.texi: Insert node heading for GFDL.
6255
6256 2007-04-14 Eli Zaretskii <eliz@gnu.org>
6257
6258 * cmdargs.texi (Colors): Qualify "color of window" index entry by
6259 "command line".
6260
6261 * display.texi (Faces): Refer to "Creating Frames" for face
6262 and other frame customizations in .emacs.
6263
6264 * frames.texi (Creating Frames): Mention that face customizations can
6265 be put in .emacs. Add index entries.
6266
6267 2007-04-12 Richard Stallman <rms@gnu.org>
6268
6269 * glossary.texi (Glossary): Explain `iff'.
6270
6271 2007-04-11 Karl Berry <karl@gnu.org>
6272
6273 * gnu.texi (Top),
6274 * macos.texi (Mac Font Specs),
6275 * anti.texi (Antinews),
6276 * xresources.texi (Resources),
6277 * misc.texi (Emulation),
6278 * calendar.texi (Daylight Saving),
6279 * dired.texi (Dired and Find),
6280 * rmail.texi (Remote Mailboxes),
6281 * sending.texi (Mail Headers),
6282 * programs.texi (Which Function),
6283 * files.texi (Recover),
6284 * buffers.texi (Uniquify),
6285 * frames.texi (Wheeled Mice),
6286 * killing.texi (Rectangles): Wording to improve breaks in
6287 8.5x11 format.
6288 * mule.texi (Language Environments): \hbadness=10000 since there's
6289 no way to reword.
6290 * emacs.texi (smallbook): New @set to more easily switch between
6291 smallbook and 8.5x11.
6292
6293 2007-04-11 Richard Stallman <rms@gnu.org>
6294
6295 * files.texi (File Conveniences): Add xref to Tumme.
6296 Delete text about Thumbnail mode.
6297
6298 2007-04-09 Alan Mackenzie <acm@muc.de>
6299
6300 * cmdargs.texi (Initial Options): Call "inhibit-splash-screen" by its
6301 new name. Insert concept index entries.
6302
6303 2007-04-08 Chong Yidong <cyd@stupidchicken.com>
6304
6305 * display.texi (Standard Faces): Document prefix arg for
6306 list-faces-display.
6307
6308 * rmail.texi (Rmail Scrolling): Document rmail-end-of-message.
6309
6310 2007-04-07 Chong Yidong <cyd@stupidchicken.com>
6311
6312 * killing.texi (Deletion): Rewrite description of M-\ prefix argument.
6313
6314 * files.texi (Misc File Ops): Rewrite description of
6315 insert-file-literally.
6316
6317 2007-03-31 Eli Zaretskii <eliz@gnu.org>
6318
6319 * misc.texi (Printing): Postscript -> PostScript.
6320
6321 * ack.texi (Acknowledgments): Postscript -> PostScript.
6322
6323 * custom.texi (Init File, Init Non-ASCII): Fix last change.
6324
6325 * emacs.texi (Top): Fix the menu due to the change in custom.texi
6326 below.
6327
6328 2007-03-30 Chong Yidong <cyd@stupidchicken.com>
6329
6330 * custom.texi (Non-ASCII Rebinding): Node deleted. Material moved to
6331 Init Non-ASCII.
6332 (Init Rebinding, Init Syntax): Link to Init Non-ASCII instead.
6333 (Init Non-ASCII): New node.
6334
6335 2007-03-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6336
6337 * macos.texi (Mac Font Specs): Mention AppleAntiAliasingThreshold.
6338
6339 2007-03-12 Glenn Morris <rgm@gnu.org>
6340
6341 * calendar.texi, emacs.texi (Daylight Saving): Rename node from
6342 "Daylight Savings".
6343
6344 * calendar.texi: Replace "daylight savings" with "daylight
6345 saving" in text throughout.
6346
6347 2007-03-04 Richard Stallman <rms@gnu.org>
6348
6349 * custom.texi (Safe File Variables): Minor correction.
6350
6351 2007-02-28 Thien-Thi Nguyen <ttn@gnu.org>
6352
6353 * rmail.texi (Movemail): Add internal ref.
6354 Don't indent the intro for the PROTO table.
6355 Format PROTO table items with @code.
6356
6357 2007-02-26 Nick Roberts <nickrob@snap.net.nz>
6358
6359 * building.texi: Remove references to bashdb.
6360
6361 2007-02-19 Juanma Barranquero <lekktu@gmail.com>
6362
6363 * mule.texi (Language Environments): Update list of supported language
6364 environments.
6365
6366 2007-02-14 Kim F. Storm <storm@cua.dk>
6367
6368 * building.texi (Grep Searching): Fix lgrep doc.
6369
6370 2007-02-12 Chong Yidong <cyd@stupidchicken.com>
6371
6372 * back.texi: Remove unused file.
6373
6374 2007-02-05 Francesco Potortì <pot@gnu.org>
6375
6376 * maintaining.texi (Tag Syntax): Now --members is the default for
6377 etags, not for ctags yet.
6378
6379 2007-02-03 Eli Zaretskii <eliz@gnu.org>
6380
6381 * emacs.texi (Top): Update the top-level menus. Make the detailed menu
6382 headers compliant with Texinfo guidelines and with what texnfo-upd.el
6383 expects. Add comments to prevent people from inadvertently modifying
6384 the key parts needed by `texinfo-multiple-files-update'.
6385
6386 2007-01-29 Chong Yidong <cyd@stupidchicken.com>
6387
6388 * frames.texi (Secondary Selection): Window clicked does not matter
6389 when mouse-yank-at-point is non-nil.
6390
6391 2007-01-27 Eli Zaretskii <eliz@gnu.org>
6392
6393 * msdog.texi (ls in Lisp): Document ls-lisp-format-time-list and
6394 ls-lisp-use-localized-time-format.
6395
6396 2007-01-16 Glenn Morris <rgm@gnu.org>
6397
6398 * abbrevs.texi (Editing Abbrevs): Describe how to disable a
6399 system abbrev.
6400
6401 2007-01-11 Richard Stallman <rms@gnu.org>
6402
6403 * msdog.texi (Windows Keyboard): Another small cleanup.
6404
6405 2007-01-10 Richard Stallman <rms@gnu.org>
6406
6407 * msdog.texi (Windows Keyboard): Yet another try to make
6408 everyone happy with that passage.
6409
6410 2007-01-05 Richard Stallman <rms@gnu.org>
6411
6412 * anti.texi (Antinews): Mention M-x shell scrolling.
6413
6414 2007-01-05 Nick Roberts <nickrob@snap.net.nz>
6415
6416 * building.texi (Watch Expressions): Describe gdb-max-children.
6417
6418 2007-01-04 Richard Stallman <rms@gnu.org>
6419
6420 * msdog.texi (Windows Keyboard): Clarify previous change.
6421
6422 2007-01-02 Richard Stallman <rms@gnu.org>
6423
6424 * custom.texi (Changing a Variable): Minor clarification.
6425 (Specific Customization): customize-customized => customize-unsaved.
6426
6427 * entering.texi (Entering Emacs): Clean up text about restarting
6428 Emacs for each file.
6429
6430 * misc.texi (Shell Options): Minor cleanup.
6431
6432 * msdog.texi (Windows Keyboard): Explain that Windows was incompatible
6433 with Emacs, not vice versa.
6434
6435 * programs.texi (Symbol Completion): Recommend customizing
6436 window manager.
6437
6438 * xresources.texi (Resources): Minor fix.
6439
6440 2007-01-01 Jan Djärv <jan.h.d@swipnet.se>
6441
6442 * xresources.texi (Table of Resources): Add scrollBarWidth resource.
6443
6444 2007-01-01 Richard Stallman <rms@gnu.org>
6445
6446 * commands.texi (User Input): Document keys stolen by window mangers.
6447
6448 2006-12-31 Richard Stallman <rms@gnu.org>
6449
6450 * custom.texi (Specific Customization): Document customize-option
6451 instead of customize-variable.
6452
6453 2006-12-31 Kim F. Storm <storm@cua.dk>
6454
6455 * major.texi (Choosing Modes): Document auto-mode-case-fold.
6456
6457 2006-12-30 Kim F. Storm <storm@cua.dk>
6458
6459 * killing.texi (CUA Bindings): Fix typo.
6460
6461 * xresources.texi (Table of Resources): Mention grow-only value for
6462 auto-resize-tool-bars.
6463
6464 2006-12-27 Eli Zaretskii <eliz@gnu.org>
6465
6466 * msdog.texi (Windows Keyboard): Mention widespread Windows bindings,
6467 and how to get them back.
6468
6469 2006-12-26 Richard Stallman <rms@gnu.org>
6470
6471 * calendar.texi (Holidays): Holiday listing is based on current
6472 practice, but DST is not.
6473
6474 2006-12-25 Richard Stallman <rms@gnu.org>
6475
6476 * emacs.texi (Top): Update subnode menus.
6477
6478 * mark.texi (Transient Mark): Fix xref.
6479
6480 * killing.texi (Graphical Kill): Node deleted.
6481 (Killing): Add xref to Cut and Paste.
6482 (CUA Bindings): Update xref.
6483
6484 * frames.texi (Cut and Paste): New section to hold other nodes.
6485 (Mouse Commands): Node demoted.
6486 (Cut/Paste Other App): Split out from Mouse Commands.
6487 (Word and Line Mouse): Likewise.
6488 (Secondary Selection, Clipboard): Nodes demoted.
6489
6490 2006-12-24 Kevin Ryde <user42@zip.com.au>
6491
6492 * calendar.texi (Holidays): US daylight saving begins second Sunday
6493 in March for 2007 onwards.
6494 (Daylight Savings): Show new US default daylight saving rules, 2nd
6495 Sun in Mar to 1st Sun in Nov, now in cal-dst.el.
6496
6497 2006-12-23 Chong Yidong <cyd@stupidchicken.com>
6498
6499 * calendar.texi (Scroll Calendar): < and > are switched.
6500
6501 2006-12-23 Kevin Rodgers <ihs_4664@yahoo.com>
6502
6503 * killing.texi (Deletion): Describe M-\ prefix argument.
6504
6505 2006-12-23 Richard Stallman <rms@gnu.org>
6506
6507 * search.texi (Regexp Search): Explain why forward and reverse regexp
6508 search are not mirror images.
6509
6510 2006-12-19 Kim F. Storm <storm@cua.dk>
6511
6512 * major.texi (Choosing Modes): Describe match-function elements for
6513 magic-mode-alist.
6514
6515 2006-12-18 Eli Zaretskii <eliz@gnu.org>
6516
6517 * msdog.texi (Windows Keyboard): Add a footnote about "Windows" keys
6518 peculiarities.
6519
6520 2006-12-18 Richard Stallman <rms@gnu.org>
6521
6522 * abbrevs.texi (Editing Abbrevs): Fix previous change.
6523
6524 2006-12-17 Alan Mackenzie <acm@muc.de>
6525
6526 * programs.texi (Left Margin Paren): Remove the bit which says
6527 that CC Mode sets open-paren-in-column-0-is-defun-start to nil.
6528 Discuss some of the issues of setting this option to nil.
6529
6530 2006-12-17 Glenn Morris <rgm@gnu.org>
6531
6532 * abbrevs.texi (Editing Abbrevs): Mention system abbrevs.
6533
6534 2006-12-16 Eli Zaretskii <eliz@gnu.org>
6535
6536 * msdog.texi (Windows Keyboard): Clarify `w32-recognize-altgr' effect.
6537 (Windows Files): `w32-get-true-file-attributes' is only relevant for
6538 NTFS volumes.
6539 (ls in Lisp): `links' in `ls-lisp-verbosity' is only relevant to NTFS
6540 volumes.
6541
6542 2006-12-15 Eli Zaretskii <eliz@gnu.org>
6543
6544 * text.texi (HTML Mode): Fix "C-c TAB".
6545
6546 2006-12-09 Richard Stallman <rms@gnu.org>
6547
6548 * misc.texi (Invoking emacsclient): Simplify TCP file text.
6549
6550 2006-12-08 Kevin Rodgers <ihs_4664@yahoo.com>
6551
6552 * files.texi (Misc File Ops): Document insert-file-literally.
6553
6554 2006-12-08 Eli Zaretskii <eliz@gnu.org>
6555
6556 * cmdargs.texi (Colors): Note that --color is intended for overriding
6557 the terminal defaults, not for normal invocation.
6558
6559 * misc.texi (Emacs Server): Improve wording. Don't mention the
6560 ``server program''. Add a cross-reference to "Init File" node.
6561 (Invoking emacsclient): Add index entries. Document both short and
6562 long versions of command-line options. Document the -f option.
6563
6564 2006-12-06 Richard Stallman <rms@gnu.org>
6565
6566 * text.texi (Outline Format): Say to set outline-regexp
6567 and outline-level with major modes and file local variables.
6568
6569 2006-12-05 Michaël Cadilhac <michael.cadilhac@lrde.org>
6570
6571 * anti.texi (Antinews): Mention the alternative to
6572 `~/.emacs_SHELLNAME', which is `~/.emacs.d/init_SHELLNAME.sh'.
6573
6574 * misc.texi (Interactive Shell): Ditto.
6575
6576 2006-12-04 Eli Zaretskii <eliz@gnu.org>
6577
6578 * emacs.texi (Acknowledgments): Fix Arne J@o{}rgensen's name.
6579
6580 * ack.texi (Acknowledgments): Fix Arne J@o{}rgensen's name.
6581
6582 2006-12-01 Eli Zaretskii <eliz@gnu.org>
6583
6584 * mule.texi (Enabling Multibyte): Rephrase the confusing reference to a
6585 colon in the mode line.
6586
6587 * msdog.texi (Windows Processes) [@ifnottex]: Mention w32-shell-execute.
6588
6589 2006-11-26 Nick Roberts <nickrob@snap.net.nz>
6590
6591 * building.texi (Watch Expressions): Mention SPC for expanding/
6592 contracting watch expressions.
6593
6594 2006-11-26 Kim F. Storm <storm@cua.dk>
6595
6596 * kmacro.texi (Basic Keyboard Macro): Mention F3/F4 more.
6597
6598 2006-11-26 Nick Roberts <nickrob@snap.net.nz>
6599
6600 * building.texi (Debugger Operation): Define text command mode.
6601 Clarify how tooltips work.
6602 (GDB Graphical Interface): Explain how to run in text command mode
6603 more clearly.
6604
6605 2006-11-25 Juanma Barranquero <lekktu@gmail.com>
6606
6607 * mule.texi (Defining Fontsets): Fix use of `charset' and `font'.
6608
6609 2006-11-22 Juanma Barranquero <lekktu@gmail.com>
6610
6611 * anti.texi (Antinews): Mention --server-file and TCP sockets.
6612
6613 2006-11-18 Chong Yidong <cyd@stupidchicken.com>
6614
6615 * misc.texi (Interactive Shell): INSIDE_EMACS is set to t,
6616 and EMACS is deprecated.
6617
6618 2006-11-18 Juanma Barranquero <lekktu@gmail.com>
6619
6620 * makefile.w32-in (emacs.dvi): Remove xresmini.texi.
6621
6622 2006-11-18 Jan Djärv <jan.h.d@swipnet.se>
6623
6624 * Makefile.in (emacs.dvi): Remove xresmini.texi.
6625
6626 * emacs.texi: Include xresources.texi both for info and dvi.
6627
6628 * xresources.texi: Merge text from xresmini.texi.
6629
6630 2006-11-12 Roberto Rodríguez <lanubeblanca@googlemail.com> (tiny change)
6631
6632 * glossary.texi: Fix typos.
6633
6634 2006-11-06 Richard Stallman <rms@gnu.org>
6635
6636 * emacs.texi (Acknowledgments): Fix name spelling, add Anna Bigatti.
6637
6638 * ack.texi (Acknowledgments): Fix name spelling.
6639
6640 2006-11-01 Juri Linkov <juri@jurta.org>
6641
6642 * search.texi (Word Search): Document incremental word search.
6643
6644 2006-10-28 Glenn Morris <rgm@gnu.org>
6645
6646 * ack.texi (Acknowledgments): Add cal-html author.
6647
6648 * calendar.texi (Writing Calendar Files): Rename section (was "LaTeX
6649 Calendar"). Describe new package cal-html.
6650 * emacs.texi (Top): Rename old node "LaTeX Calendar" to "Writing
6651 Calendar Files."
6652
6653 2006-10-23 Richard Stallman <rms@gnu.org>
6654
6655 * abbrevs.texi (Expanding Abbrevs): Expansion happens only when
6656 Abbrev mode is enabled.
6657
6658 2006-10-16 Richard Stallman <rms@gnu.org>
6659
6660 * emacs.texi: Update ISBN.
6661
6662 2006-10-11 Kim F. Storm <storm@cua.dk>
6663
6664 * emacs.texi (Acknowledgments): Use @dotless{i}.
6665
6666 2006-10-08 Nick Roberts <nickrob@snap.net.nz>
6667
6668 * building.texi (Breakpoints Buffer): Mention catchpoints.
6669
6670 2006-10-08 Kim F. Storm <storm@cua.dk>
6671
6672 * ack.texi (Acknowledgments): Update.
6673
6674 * emacs.texi (Acknowledgments): Fix bad @/ form.
6675
6676 2006-10-05 Kim F. Storm <storm@cua.dk>
6677
6678 * emacs.texi (Acknowledgments): Add more contributors.
6679
6680 2006-10-03 Richard Stallman <rms@gnu.org>
6681
6682 * emacs.texi (Acknowledgments): Update version and edition.
6683
6684 2006-10-01 Karl Berry <karl@gnu.org>
6685
6686 * custom.texi (Customization Groups): Page break to keep example buffer
6687 on one page.
6688
6689 2006-09-30 Karl Berry <karl@gnu.org>
6690
6691 * programs.texi (Basic Indent): @need to improve page break.
6692 * text.texi: Rewording to improve page breaks, and use @LaTeX{}.
6693
6694 2006-09-29 Glenn Morris <rgm@gnu.org>
6695
6696 * calendar.texi (Date Formats): Doc fix for european-calendar-style.
6697
6698 2006-09-29 Karl Berry <karl@gnu.org>
6699
6700 * windows.texi (Basic Window): Remove forced @break, no longer
6701 desirable.
6702 * frames.texi (Frame Commands),
6703 * mark.texi (Marking Objects): Reword to avoid bad page break.
6704 * display.texi (Auto Scrolling): Use @tie{} to avoid bad line break.
6705
6706 2006-09-19 Richard Stallman <rms@gnu.org>
6707
6708 * frames.texi (Dialog Boxes): Clean up wording: avoid passive,
6709 stick to present tense.
6710
6711 2006-09-18 Jan Djärv <jan.h.d@swipnet.se>
6712
6713 * frames.texi (Dialog Boxes): Rename x-use-old-gtk-file-dialog
6714 to x-gtk-use-old-file-dialog.
6715 (Dialog Boxes): Document x-gtk-file-dialog-help-text.
6716
6717 2006-09-15 Jay Belanger <belanger@truman.edu>
6718
6719 * emacs.texi (GNU GENERAL PUBLIC LICENSE):
6720 Change "Library Public License" to "Lesser Public License"
6721 throughout. Use "yyyy" to represent year.
6722
6723 2006-09-12 Paul Eggert <eggert@cs.ucla.edu>
6724
6725 * misc.texi (Interactive Shell): EMACS is now set
6726 to Emacs's absolute file name, not to "t".
6727
6728 2006-09-12 Reiner Steib <Reiner.Steib@gmx.de>
6729
6730 * files.texi (Visiting): Add index entry "open file".
6731
6732 2006-09-11 Richard Stallman <rms@gnu.org>
6733
6734 * building.texi (Compilation Mode): Clarification.
6735 (Grep Searching): Add xref to Compilation Mode.
6736
6737 2006-09-08 Richard Stallman <rms@gnu.org>
6738
6739 * search.texi (Search): Ref multi-file search commands here.
6740 (Other Repeating Search): Not here.
6741
6742 2006-08-28 Richard Stallman <rms@gnu.org>
6743
6744 * windows.texi (Split Window): Update xref.
6745
6746 * basic.texi (Continuation Lines): Update xref.
6747
6748 * indent.texi (Tab Stops): Update xref.
6749
6750 * emacs.texi (Top): Update subnode menu.
6751
6752 * display.texi (Line Truncation, Displaying Boundaries): New nodes,
6753 split out of Display Custom.
6754
6755 2006-08-25 Kim F. Storm <storm@cua.dk>
6756
6757 * display.texi (Display Custom): Add variables overline-margin
6758 and x-underline-at-descent-line.
6759
6760 2006-08-25 Richard Stallman <rms@gnu.org>
6761
6762 * entering.texi (Exiting): Rewrite to give graphical displays
6763 priority over text terminals.
6764
6765 * search.texi (Incremental Search): Move index entries.
6766
6767 2006-08-23 Chong Yidong <cyd@stupidchicken.com>
6768
6769 * custom.texi (Init File): Reference Find Init to avoid "home
6770 directory" confusion.
6771
6772 2006-08-22 Nick Roberts <nickrob@snap.net.nz>
6773
6774 * building.texi (Other GDB-UI Buffers): Describe how to edit
6775 a value in the locals buffer.
6776
6777 2006-08-21 Richard Stallman <rms@gnu.org>
6778
6779 * search.texi (Basic Isearch): Add `isearch' index entry.
6780
6781 2006-08-16 Richard Stallman <rms@gnu.org>
6782
6783 * misc.texi (Saving Emacs Sessions): Clean up wording.
6784
6785 * mark.texi (Marking Objects): Mention term "select all".
6786
6787 * emacs.texi (Top): Update subnode menu.
6788
6789 * help.texi (Help Mode): Move node up in file.
6790
6791 2006-08-15 Nick Roberts <nickrob@snap.net.nz>
6792
6793 * building.texi (Stack Buffer): Explain fringe arrow.
6794
6795 2006-08-12 Eli Zaretskii <eliz@gnu.org>
6796
6797 * misc.texi (Saving Emacs Sessions): Clarify when desktop is restored
6798 on startup.
6799
6800 2006-08-11 Romain Francoise <romain@orebokech.com>
6801
6802 * ack.texi (Acknowledgments): Delete mention to zone-mode.el.
6803
6804 2006-08-10 Sven Joachim <svenjoac@gmx.de> (tiny change)
6805
6806 * mule.texi (Recognize Coding, Text Coding): Fix typos.
6807
6808 2006-08-10 Richard Stallman <rms@gnu.org>
6809
6810 * text.texi (Format Faces): Substantial rewrites to deal
6811 with face merging. Empty regions don't count.
6812 Clarify face property inheritance.
6813
6814 2006-08-08 Romain Francoise <romain@orebokech.com>
6815
6816 * dired.texi (Marks vs Flags): Fix typo reported by Ari Roponen
6817 <arjuropo@cc.jyu.fi>.
6818
6819 2006-08-04 Eli Zaretskii <eliz@gnu.org>
6820
6821 * cmdargs.texi (Window Size X) <--geometry>: Only width and height
6822 apply to all frames.
6823
6824 2006-08-01 Richard Stallman <rms@gnu.org>
6825
6826 * help.texi (Name Help): Add index entries for describe-variable.
6827
6828 2006-08-01 Nick Roberts <nickrob@snap.net.nz>
6829
6830 * building.texi (GDB Graphical Interface): Shorten node names.
6831 (GDB-UI Layout): Use GDB-related.
6832 (Other GDB-UI Buffers): Simplify English.
6833
6834 2006-07-31 Richard Stallman <rms@gnu.org>
6835
6836 * search.texi (Query Replace): Add xref for Dired's Q command.
6837
6838 2006-07-31 Nick Roberts <nickrob@snap.net.nz>
6839
6840 * building.texi (GDB commands in Fringe): Rename to...
6841 (Source Buffers): ..this and move forward. Describe hollow arrow and
6842 new option gdb-find-source-frame.
6843
6844 2006-07-29 Richard Stallman <rms@gnu.org>
6845
6846 * dired.texi (Operating on Files): Simplify previous change
6847 and fix Texinfo usage.
6848
6849 2006-07-29 Eli Zaretskii <eliz@gnu.org>
6850
6851 * dired.texi (Operating on Files): Add cross-references. State the
6852 Unix commands that do similar things.
6853
6854 2006-07-28 Richard Stallman <rms@gnu.org>
6855
6856 * mark.texi (Transient Mark): Clarify that region never disappears
6857 when Transient Mark mode is off, and not when it is on.
6858
6859 2006-07-27 Richard Stallman <rms@gnu.org>
6860
6861 * search.texi (Non-ASCII Isearch): Clarify. Mention C-q.
6862
6863 2006-07-24 Richard Stallman <rms@gnu.org>
6864
6865 * xresources.texi (GTK styles): Fix texinfo usage.
6866
6867 * commands.texi (User Input): Explain why we teach keyboard cmds.
6868
6869 * xresources.texi, xresmini.texi, search.texi, programs.texi:
6870 * misc.texi, kmacro.texi, killing.texi, glossary.texi:
6871 * fortran-xtra.texi, files.texi, emacs.texi, emacs-xtra.texi:
6872 * doclicense.texi, display.texi, dired.texi, basic.texi:
6873 * anti.texi, ack.texi: Move periods and commas inside quotes.
6874
6875 2006-07-22 Eli Zaretskii <eliz@gnu.org>
6876
6877 * cmdargs.texi (General Variables): Document EMAIL.
6878
6879 2006-07-21 Eli Zaretskii <eliz@gnu.org>
6880
6881 * frames.texi (Frame Commands): Mention that focus-follows-mouse
6882 doesn't have effect on MS-Windows.
6883
6884 2006-07-17 Richard Stallman <rms@gnu.org>
6885
6886 * building.texi (Grep Searching): Explain about chaining grep commands.
6887
6888 2006-07-10 Nick Roberts <nickrob@snap.net.nz>
6889
6890 * killing.texi, mini.texi: Fix typos.
6891
6892 2006-07-09 Chong Yidong <cyd@stupidchicken.com>
6893
6894 * misc.texi (Invoking emacsclient): Document behavior when emacsclient
6895 is invoked for multiple files.
6896
6897 2006-07-08 Eli Zaretskii <eliz@gnu.org>
6898
6899 * msdog.texi (Windows Keyboard) [@iftex]: Add an @inforef to the
6900 on-line manual for the rest of this node.
6901 (Windows Mouse) <w32-pass-extra-mouse-buttons-to-system>: Include
6902 unconditionally.
6903 (Windows Processes) <w32-quote-process-args>: Include unconditionally.
6904 Improve wording.
6905 (Windows Printing): Improve wording.
6906 (Windows Misc) [@iftex]: Add an @inforef to the on-line manual for the
6907 rest of this node.
6908
6909 2006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
6910
6911 * building.texi (Lisp Eval): Throughout, replace eval-current-buffer
6912 with eval-buffer.
6913
6914 2006-07-05 Nick Roberts <nickrob@snap.net.nz>
6915
6916 * mule.texi (Coding Systems, Specify Coding): Link descriptions
6917 of character translation.
6918
6919 2006-07-04 Nick Roberts <nickrob@snap.net.nz>
6920
6921 * rmail.texi (Remote Mailboxes): Add missing @code keyword.
6922
6923 2006-07-03 Karl Berry <karl@gnu.org>
6924
6925 * emacs.texi (\hbadness): Set to 6000 so we aren't bothered by
6926 not-too-underfull hboxes in the TeX output.
6927 * abbrevs.texi, buffers.texi, building.texi, calendar.texi,
6928 * cmdargs.texi, custom.texi, dired.texi, macos.texi,
6929 * maintaining.texi, misc.texi, mule.texi, programs.texi, rmail.texi,
6930 * sending.texi, text.texi: Fix overfull/underfull boxes.
6931
6932 2006-07-03 Romain Francoise <romain@orebokech.com>
6933
6934 * m-x.texi (M-x): Fix.
6935
6936 2006-07-03 Richard Stallman <rms@gnu.org>
6937
6938 * search.texi (Other Repeating Search): filename -> file name.
6939
6940 * misc.texi (Narrowing): Minor cleanups.
6941
6942 * files.texi (Visiting): filename -> file name.
6943
6944 * emacs.texi (Top): Update subnode menus.
6945
6946 * mule.texi (Coding Systems): Move char translation stuff here.
6947 (Specify Coding, Output Coding): New nodes, out of Recognize Coding.
6948 (Recognize Coding): Substantial local rewrites.
6949 (International): Update menu.
6950
6951 * display.texi (Auto Scrolling): New node, broken out of Scrolling.
6952 (Scrolling): Substantial local rewrites.
6953 (Display): Update menu and intro.
6954
6955 * dired.texi: filename -> file name.
6956
6957 * custom.texi (Safe File Variables): Texinfo usage fix.
6958
6959 2006-07-03 Teodor Zlatanov <tzz@lifelogs.com>
6960
6961 * help.texi, m-x.texi: Lots of cleanups.
6962
6963 2006-06-30 Eli Zaretskii <eliz@gnu.org>
6964
6965 * msdog.texi (ls in Lisp, Windows Keyboard, Windows Mouse)
6966 (Windows Processes, Windows Misc): Shorten the printed version by
6967 selectively conditioning less important portions by @ifnottex.
6968
6969 2006-06-27 Richard Stallman <rms@gnu.org>
6970
6971 * mini.texi (Minibuffer File): Minor cleanup.
6972
6973 2006-06-25 Nick Roberts <nickrob@snap.net.nz>
6974
6975 * frames.texi (XTerm Mouse): Rename to...
6976 (Text-Only Mouse): ...this. Mention t-mouse-mode.
6977
6978 * emacs.texi (Top): Use new node name.
6979
6980 2006-06-24 Eli Zaretskii <eliz@gnu.org>
6981
6982 * emacs.texi (Top): Update the detailed menu according to changes in
6983 msdog.texi.
6984
6985 * msdog.texi (Windows Keyboard): New section.
6986 (Windows Mouse): New section.
6987 (Windows System Menu): Remove section (text merged with "Windows
6988 Keyboard").
6989 (Windows Misc): New section.
6990
6991 * dired.texi (Dired Enter): Refer to msdog.texi for ls-lisp emulation.
6992
6993 * msdog.texi (ls in Lisp): New section.
6994
6995 * files.texi (Visiting): Document case-insensitive wildcard matching
6996 under find-file-wildcards.
6997
6998 2006-06-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6999
7000 * macos.texi (Mac Input): Add description of mac-function-modifier.
7001 Now Unicode keyboard layouts work.
7002
7003 2006-06-10 Richard Stallman <rms@gnu.org>
7004
7005 * mule.texi (Recognize Coding): Clarify previous change.
7006
7007 2006-06-09 Kenichi Handa <handa@m17n.org>
7008
7009 * mule.texi (Recognize Coding): Describe the convention of "CODING!"
7010 notation.
7011
7012 2006-06-07 Kevin Ryde <user42@zip.com.au>
7013
7014 * mule.texi (Coding Systems): Footnote xref "MS-DOS and MULE" in main
7015 manual for @ifnottex, but in emacs-extra for @iftex.
7016
7017 * cmdargs.texi (General Variables): Fix smtpmail xref.
7018
7019 2006-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
7020
7021 * programs.texi (Comment Commands):
7022 * custom.texi (Specifying File Variables):
7023 Use ;; instead of ;;; to better follow coding conventions.
7024
7025 2006-06-07 Nick Roberts <nickrob@snap.net.nz>
7026
7027 * building.texi (Watch Expressions): Move node to end.
7028 (GDB Graphical Interface): Move description of clicks in fringe...
7029 (GDB commands in the Fringe): ...to here. New node.
7030
7031 2006-06-05 Romain Francoise <romain@orebokech.com>
7032
7033 * xresmini.texi (GTK resources): Fix various typos.
7034
7035 2006-06-05 Nick Roberts <nickrob@snap.net.nz>
7036
7037 * building.texi (GDB Graphical Interface): Update bindings.
7038 (Commands of GUD): Add gud-print. Remove gud-run.
7039 Restate availability more generally.
7040
7041 2006-06-03 Teodor Zlatanov <tzz@lifelogs.com>
7042
7043 * mini.texi: Lots of cleanups.
7044
7045 2006-06-01 Luc Teirlinck <teirllm@auburn.edu>
7046
7047 * misc.texi (Shell History Copying): Update descriptions of `C-c RET'
7048 and Mouse-2.
7049
7050 2006-06-01 Jan Djärv <jan.h.d@swipnet.se>
7051
7052 * screen.texi (Menu Bar): Change menu-bar-start to menu-bar-open.
7053
7054 2006-05-31 Richard Stallman <rms@gnu.org>
7055
7056 * basic.texi (Moving Point): Fix previous change.
7057
7058 2006-05-29 Jan Djärv <jan.h.d@swipnet.se>
7059
7060 * screen.texi (Menu Bar): F10 for Gtk+/Lesstif/Lucid menus.
7061
7062 2006-05-28 Teodor Zlatanov <tzz@lifelogs.com>
7063
7064 * basic.texi: Many simplifications and improvements in wording.
7065
7066 2006-05-26 Nick Roberts <nickrob@snap.net.nz>
7067
7068 * anti.texi (Antinews): Create a node for gdb-ui.
7069
7070 2006-05-22 Reiner Steib <Reiner.Steib@gmx.de>
7071
7072 * frames.texi (Menu Bars, Tool Bars): Add index entries.
7073
7074 2006-05-20 Richard Stallman <rms@gnu.org>
7075
7076 * dired.texi (Dired Navigation): dired-goto-file is now j.
7077
7078 2006-05-20 Eli Zaretskii <eliz@gnu.org>
7079
7080 * mule.texi (Coding Systems): Mention the undecided-* coding systems
7081 and their aliases.
7082
7083 * msdog.texi (Windows Printing): Mention non-support of plain text
7084 printing with some el-cheapo printers, and suggest a workaround.
7085
7086 2006-05-20 Kevin Ryde <user42@zip.com.au>
7087
7088 * text.texi (TeX Print): tex-dvi-view-command has a default value,
7089 remove the bit saying you must set it.
7090
7091 2006-05-19 Luc Teirlinck <teirllm@auburn.edu>
7092
7093 * trouble.texi (Checklist):
7094 * text.texi (Text, Auto Fill, Text Mode):
7095 * search.texi (Nonincremental Search):
7096 * rmail.texi (Rmail Labels):
7097 * mule.texi (Input Methods, Multibyte Conversion):
7098 * misc.texi (Gnus, Where to Look, PostScript):
7099 * maintaining.texi (Create Tags Table):
7100 * indent.texi (Indentation Commands):
7101 * fixit.texi (Spelling):
7102 * emacs.texi (Copying):
7103 * custom.texi (Init File): ifinfo -> ifnottex.
7104
7105 2006-05-17 Richard Stallman <rms@gnu.org>
7106
7107 * files.texi (Diff Mode): Mention C-x `.
7108
7109 2006-05-08 Richard Stallman <rms@gnu.org>
7110
7111 * custom.texi (Disabling): Textual cleanups.
7112
7113 2006-05-12 Glenn Morris <rgm@gnu.org>
7114
7115 * calendar.texi (Displaying the Diary, Format of Diary File):
7116 Refer to diary-view-entries, diary-list-entries,
7117 diary-show-all-entries rather than obsolete aliases.
7118
7119 2006-05-12 Eli Zaretskii <eliz@gnu.org>
7120
7121 * calendar.texi (Calendar/Diary, Holidays, Displaying the Diary)
7122 (Displaying the Diary, Special Diary Entries, Importing Diary):
7123 * building.texi (Compilation Shell):
7124 * buffers.texi (Several Buffers) [iftex]: Replace @xref's to
7125 emacs-xtra with @inforef's.
7126
7127 * files.texi (Visiting): Fix wording.
7128
7129 * mule.texi (Coding Systems, Text Coding): More indexing.
7130 Mention that C-x RET f can set eol conversion.
7131
7132 2006-05-07 Jan Djärv <jan.h.d@swipnet.se>
7133
7134 * xresmini.texi (GTK resources): Insert GTK description.
7135
7136 * xresources.texi (GTK resources): metafont should be menufont.
7137
7138 2006-05-06 Michael Albinus <michael.albinus@gmx.de>
7139
7140 * mini.texi (Completion Options): Completion of remote files'
7141 method, user name and host name is active only in partial
7142 completion mode.
7143
7144 2006-05-06 Eli Zaretskii <eliz@gnu.org>
7145
7146 * makefile.w32-in (emacs.dvi):
7147 * Makefile.in (emacs.dvi): Add xresmini.texi.
7148
7149 * xresmini.texi (Table of Resources): Remove xref to non-existent
7150 node "LessTif Resources".
7151
7152 * msdog.texi (Microsoft Windows):
7153 * calendar.texi (Calendar/Diary, Displaying the Diary)
7154 (Special Diary Entries, Importing Diary, Holidays):
7155 * programs.texi (Program Modes):
7156 * text.texi (Text):
7157 * buffers.texi (Several Buffers):
7158 * files.texi (Comparing Files): Fix cross-references to emacs-xtra.
7159
7160 2006-05-06 Eli Zaretskii <eliz@gnu.org>
7161
7162 The following changes merge the emacs-xtra manual into the main
7163 manual, but only for on-line version of the manual.
7164
7165 * vc2-xtra.texi (Version Backups, Local Version Control)
7166 (Making Snapshots, Change Logs and VC, Version Headers)
7167 (Customizing VC, CVS Options) [ifnottex]: Conditional xref's for
7168 on-line manual.
7169
7170 * vc1-xtra.texi (VC Dired Mode) [ifnottex]: Conditional xref's
7171 for on-line manual.
7172
7173 * msdog-xtra.texi (MS-DOS, MS-DOS Keyboard, MS-DOS Mouse)
7174 (MS-DOS Display, MS-DOS File Names, MS-DOS Printing)
7175 (MS-DOS and MULE, MS-DOS Processes) [ifnottex]: Conditional xref's
7176 for on-line manual.
7177
7178 * fortran-xtra.texi (Fortran, Fortran Autofill)
7179 (Fortran Autofill, Fortran Abbrev) [ifnottex]: Conditional xref's
7180 for on-line manual.
7181
7182 * picture-xtra.texi (Basic Picture, Rectangles in Picture) [ifnottex]:
7183 Conditional xref's for on-line manual.
7184
7185 * emerge-xtra.texi (Emerge, Overview of Emerge)
7186 (Fine Points of Emerge) [ifnottex]: Conditional xref's for on-line
7187 manual.
7188
7189 * Makefile.in (INFO_TARGETS): Remove ../info/emacs-xtra.
7190 (EMACS_XTRA): New variable, lists the new *-xtra.texi files.
7191 (EMACSSOURCES): Use EMACS_XTRA.
7192 (../info/emacs-xtra): Remove.
7193 (emacs-xtra.dvi): Add EMACS_XTRA to prerequisites.
7194
7195 * makefile.w32-in (INFO_TARGETS): Remove $(infodir)/emacs-xtra.
7196 (EMACS_XTRA): New variable, lists the new *-xtra.texi files.
7197 (EMACSSOURCES): Use EMACS_XTRA.
7198 ($(infodir)/emacs-xtra): Remove.
7199 (emacs-xtra.dvi): Add EMACS_XTRA to prerequisites.
7200
7201 * trouble.texi (Quitting):
7202 * text.texi (Text):
7203 * programs.texi (Program Modes):
7204 * msdog.texi (Microsoft Windows):
7205 * frames.texi (Frames):
7206 * files.texi (Backup, Version Control, VC Concepts)
7207 (Types of Log File, Advanced C-x v v, Log Buffer, Old Versions)
7208 (Registering, VC Status, VC Undo, Multi-User Branching)
7209 (Comparing Files):
7210 * calendar.texi (Calendar/Diary, Holidays, Displaying the Diary)
7211 (Displaying the Diary, Special Diary Entries, Importing Diary):
7212 * buffers.texi (Several Buffers): Replace inforef to emacs-xtra by
7213 conditional xref's, depending on @iftex/@ifnottex.
7214
7215 * msdog.texi (Microsoft Windows) [ifnottex]: Add menu entry for
7216 "MS-DOS". @include msdog-xtra.texi.
7217
7218 * programs.texi (Programs) [ifnottex]: Add menu entry for "Fortran".
7219 <Top Level> [ifnottex]: @include fortran-xtra.texi.
7220
7221 * files.texi (Secondary VC Commands) [ifnottex]: Add menu entries
7222 for vc-xtra.texi subsections.
7223 (VC Undo) [ifnottex]: @include vc1-xtra.texi and @lowersections it.
7224 (Multi-User Branching) [ifnottex]: @include vc2-xtra.texi.
7225
7226 * sending.texi (Sending Mail): A @node line without explicit Prev,
7227 Next, and Up links.
7228
7229 * abbrevs.texi (Abbrevs): A @node line without explicit Prev,
7230 Next, and Up links.
7231
7232 * emacs.texi (Top) [ifnottex]: Add menu entries for "Picture Mode"
7233 and its sections. @include picture-xtra.texi.
7234
7235 * maintaining.texi (Maintaining) [ifnottex]: Add menu entry for
7236 "Emerge".
7237 (List Tags) [ifnottex]: @include emerge-xtra.texi.
7238
7239 * cal-xtra.texi (Daylight Savings): Remove this node: it is an
7240 exact duplicate of its name-sake in calendar.texi.
7241
7242 * calendar.texi (Calendar/Diary) [ifnottex]: Add menu item for
7243 "Advanced Calendar/Diary Usage".
7244 (Time Intervals) [ifnottex]: @include cal-xtra.texi.
7245
7246 * dired.texi (Subdirectories in Dired) [ifnottex]: @include
7247 dired-xtra.texi.
7248 (Dired) [ifnottex]: Add menu entry for "Subdir Switches".
7249
7250 * files.texi (Reverting) [ifnottex]: @include arevert-xtra.texi.
7251 (Files) [ifnottex]: Add menu entry for Autorevert.
7252
7253 * emacs-xtra.texi (Introduction): Reword to make consistent with
7254 printed version only.
7255 <Top level>: Remove the body of all chapters and move them to the
7256 new *-xtra.texi files. Use @raisesections and @lowersections to
7257 convert sections to chapters etc.
7258
7259 * msdog-xtra.texi:
7260 * fortran-xtra.texi:
7261 * vc-xtra.texi:
7262 * vc1-xtra.texi:
7263 * vc2-xtra.texi:
7264 * emerge-xtra.texi:
7265 * cal-xtra.texi:
7266 * dired-xtra.texi:
7267 * arevert-xtra.texi: New files, with text from respective chapters
7268 of emacs-xtra.texi. Convert each @chapter into @section, @section
7269 into @subsection, etc.
7270
7271 * emacs-xtra.texi (MS-DOS): Rename from "MS-DOG". All references
7272 updated.
7273
7274 * msdog.texi (Microsoft Windows): Rename from "Emacs and Microsoft
7275 Windows". All references updated.
7276
7277 2006-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7278
7279 * macos.texi (Mac Input): Mention input from Character Palette.
7280 (Mac Font Specs): Fix typo.
7281
7282 2006-05-05 Richard Stallman <rms@gnu.org>
7283
7284 * files.texi (Diff Mode): Minor cleanup.
7285
7286 2006-05-05 Karl Berry <karl@gnu.org>
7287
7288 * emacs.texi: Call @fonttextsize 10, inside @tex to avoid
7289 errors from the current release of makeinfo (4.8).
7290 * help.texi (Library Keywords): Change widest word in multitable
7291 template from `emulations' to `convenience'. (Not sure if this is
7292 related to the font change.)
7293
7294 2006-05-05 Eli Zaretskii <eliz@gnu.org>
7295
7296 * files.texi (File Names): Add a footnote about limited support of
7297 ~USER on MS-Windows.
7298
7299 * cmdargs.texi (Initial Options): Add a footnote about limited
7300 support of ~USER on MS-Windows.
7301
7302 2006-05-03 Richard Stallman <rms@gnu.org>
7303
7304 * files.texi (Diff Mode): Node moved here.
7305 (Comparing Files): Delete what duplicates new node.
7306 (Files): Put Diff Mode in menu.
7307
7308 * misc.texi (Diff Mode): Move to files.texi.
7309
7310 * emacs.texi (Top): Update menu for Diff Mode.
7311
7312 * trouble.texi (Emergency Escape): Simplify.
7313
7314 * emacs.texi (Top): Minor clarification.
7315
7316 2006-05-03 Teodor Zlatanov <tzz@lifelogs.com>
7317
7318 * commands.texi, entering.texi, screen.texi: Many simplifications.
7319
7320 2006-05-03 Richard Stallman <rms@gnu.org>
7321
7322 * commands.texi (Text Characters): Delete paragraph about unibyte
7323 non-ASCII printing chars.
7324
7325 * killing.texi (Killing): Say "graphical displays".
7326 * display.texi: Say "graphical displays".
7327
7328 * cmdargs.texi (Misc X): Say "graphical displays".
7329
7330 2006-05-01 Richard Stallman <rms@gnu.org>
7331
7332 * emacs.texi (Top): Add Diff Mode to menu.
7333
7334 2006-05-01 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
7335
7336 * misc.texi (Diff Mode): New node.
7337
7338 2006-05-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7339
7340 * macos.texi (Mac International): Now Carbon Emacs has ATSUI support.
7341 (Mac Environment Variables): Shorten example line.
7342 (Mac Font Specs): Shorten lisp lines. Add descriptions for ATSUI.
7343
7344 2006-05-01 Nick Roberts <nickrob@snap.net.nz>
7345
7346 * building.texi (GUD Customization): Describe cases %d and %c.
7347 Update description for %e.
7348
7349 2006-04-30 Glenn Morris <rgm@gnu.org>
7350
7351 * calendar.texi (LaTeX Calendar): Mention cal-tex-preamble-extra.
7352
7353 2006-04-29 Dan Nicolaescu <dann@ics.uci.edu>
7354
7355 * custom.texi (Examining): Update C-h v output example.
7356
7357 2006-04-29 Kim F. Storm <storm@cua.dk>
7358
7359 * building.texi (Grep Searching): Add lgrep and rgrep.
7360
7361 2006-04-23 Richard Stallman <rms@gnu.org>
7362
7363 * emacs.texi [TeX]: Use xresmini.texi instead of xresources.texi.
7364
7365 * xresmini.texi: New file.
7366
7367 * xresources.texi (Face Resources): Split table into font resources
7368 and the rest. Combine similar attributes for brevity.
7369
7370 2006-04-21 Eli Zaretskii <eliz@gnu.org>
7371
7372 * emacs-xtra.texi (MS-DOS File Names): Remove section about
7373 backslashes and case-insensitivity in file names (moved to the
7374 main manual).
7375 (MS-DOS Printing): Move most of the text to the main manual.
7376
7377 * msdog.texi (Windows Files, Windows HOME, MS-Windows Printing):
7378 New nodes.
7379 (Windows Processes, Windows System Menu): Add index entries and
7380 fix wording.
7381
7382 2006-04-18 J.D. Smith <jdsmith@as.arizona.edu>
7383
7384 * misc.texi (Shell Ring): Add notes on saved input when
7385 navigating off the end of the history list.
7386
7387 2006-04-18 Chong Yidong <cyd@mit.edu>
7388
7389 * misc.texi (Shell Options): Correct default value of
7390 comint-scroll-show-maximum-output.
7391
7392 2006-04-18 Nick Roberts <nickrob@snap.net.nz>
7393
7394 * building.texi (Watch Expressions): Update.
7395
7396 2006-04-12 Richard Stallman <rms@gnu.org>
7397
7398 * search.texi: Clean up previous change.
7399
7400 2006-04-12 Eli Zaretskii <eliz@gnu.org>
7401
7402 * search.texi (Regexp Backslash, Regexp Replace): Add index
7403 entries for ``back reference'' and mention the term itself in the
7404 text.
7405
7406 2006-04-11 Richard Stallman <rms@gnu.org>
7407
7408 * custom.texi (Safe File Variables):
7409 Document enable-local-variables = :safe.
7410
7411 2006-04-11 Karl Berry <karl@gnu.org>
7412
7413 * emacs-xtra.texi, emacs.texi (Dired under VC, VC Dired Commands)
7414 (Remote Repositories, Version Backups, Local Version Control)
7415 (Snapshots, Making and Using Snapshots, Snapshot Caveats)
7416 (Miscellaneous Commands and Features of VC, Change Logs and VC)
7417 (Renaming VC Work Files and Master Files)
7418 (Inserting Version Control Headers, Customizing VC, General Options)
7419 (Options for RCS and SCCS, Options specific for CVS): Move all
7420 these nodes to emacs-xtra.texi, for brevity.
7421 * cmdargs.texi, files.texi: Change cross-references.
7422
7423 2006-04-11 J.D. Smith <jdsmith@as.arizona.edu>
7424
7425 * files.texi (Old Versions): Update description of vc-annotate's
7426 use of color to indicate date ranges.
7427
7428 2006-04-09 Kevin Ryde <user42@zip.com.au>
7429
7430 * sending.texi (Mail Sending): In send-mail-function @pxref smtpmail,
7431 put info and printed manual names the right way around.
7432
7433 2006-04-09 Karl Berry <karl@gnu.org>
7434
7435 * msdog.texi, emacs-xtra.texi: Move all the MS-DOS material to
7436 emacs-xtra.texi, leaving only MS Windows information.
7437 * building.texi, emacs.texi, frames.texi, gnu.texi, macos.texi,
7438 * msdog.texi, mule.texi, trouble.texi: Change cross-references and
7439 node names.
7440
7441 * emacs.texi: Move @summarycontents and @contents to the beginning
7442 of the file.
7443
7444 2006-04-08 Kevin Ryde <user42@zip.com.au>
7445
7446 * text.texi (Fill Commands): fill-nobreak-predicate is now a hook.
7447
7448 2006-04-07 Richard Stallman <rms@gnu.org>
7449
7450 * programs.texi (Comments, Comment Commands, Options for Comments)
7451 (Multi-Line Comments): "Align", not "indent".
7452 (Basic Indent): C-j deletes trailing whitespace before the newline.
7453
7454 2006-04-06 Richard Stallman <rms@gnu.org>
7455
7456 * programs.texi (Basic Indent): Clarify relationship of C-j to TAB.
7457
7458 2006-04-06 Eli Zaretskii <eliz@gnu.org>
7459
7460 * killing.texi (Rectangles): Add index entry for marking a rectangle.
7461
7462 2006-04-05 Richard Stallman <rms@gnu.org>
7463
7464 * emacs.texi (Top): Update subnode menu.
7465
7466 * trouble.texi (Unasked-for Search): Node deleted.
7467 (Lossage): Delete from menu.
7468
7469 2006-04-04 Richard Stallman <rms@gnu.org>
7470
7471 * trouble.texi: Various cleanups.
7472 (Checklist): Don't bother saying how to snail a bug report.
7473 (Emergency Escape): Much rewriting.
7474 (After a Crash): Rename the core dump immediately.
7475 (Total Frustration): Call it a psychotherapist.
7476 (Bug Criteria): Avoid "illegal instruction".
7477 (Sending Patches): We always put the contributor's name in.
7478
7479 * misc.texi (Thumbnails): Minor correction.
7480
7481 2006-04-03 Richard Stallman <rms@gnu.org>
7482
7483 * misc.texi (Thumbnails): Minor cleanup.
7484
7485 2006-04-02 Karl Berry <karl@gnu.org>
7486
7487 * sending.texi (Mail Sending): pxref to Top needs five args.
7488
7489 2006-03-31 Richard Stallman <rms@gnu.org>
7490
7491 * emacs.texi (Top): Update subnode menu.
7492
7493 * help.texi (Help Mode): Cleanup.
7494
7495 * dired.texi: Many cleanups.
7496 (Dired Deletion): Describe dired-recursive-deletes.
7497 (Operating on Files): dired-create-directory moved.
7498 (Misc Dired Features): Move to here.
7499 (Tumme): Node moved to misc.texi.
7500
7501 * custom.texi: Many cleanups.
7502 (Minor Modes): Don't mention ISO Accents Mode.
7503 (Examining): Update C-h v output example.
7504 (Hooks): Add index and xref for add-hook.
7505 (Locals): Delete list of vars that are always per-buffer. Rearrange.
7506 (Local Keymaps): Don't mention lisp-mode-map, c-mode-map.
7507
7508 * misc.texi: Many cleanups.
7509 (beginning): Add to summary of topics.
7510 (Shell): Put eshell xref at the end. Remove eshell from table.
7511 (Thumbnails): New node.
7512
7513 2006-03-28 Eli Zaretskii <eliz@gnu.org>
7514
7515 * files.texi (File Name Cache): Make it clear that the cache is
7516 not persistent.
7517
7518 2006-03-25 Karl Berry <karl@gnu.org>
7519
7520 * emacs-xtra.texi, emacs.texi, gnu.texi:
7521 (1) use @copyright{} instead of (C) in typeset text;
7522 (2) do not indent copyright year list (or anything else).
7523
7524 2006-03-21 Juanma Barranquero <lekktu@gmail.com>
7525
7526 * files.texi (VC Dired Mode): Remove misplaced brackets.
7527
7528 2006-03-21 Andre Spiegel <spiegel@gnu.org>
7529
7530 * files.texi: Various updates and clarifications in the VC chapter.
7531
7532 2006-03-19 Luc Teirlinck <teirllm@auburn.edu>
7533
7534 * help.texi (Help Mode): Document "C-c C-c".
7535
7536 2006-03-16 Luc Teirlinck <teirllm@auburn.edu>
7537
7538 * emacs-xtra.texi (Top): Avoid ugly continuation line in
7539 menu in the standalone Info reader.
7540
7541 2006-03-15 Chong Yidong <cyd@stupidchicken.com>
7542
7543 * emacs-xtra.texi (Emerge, Picture Mode, Fortran): New chapters,
7544 moved here from Emacs manual.
7545
7546 * programs.texi (Fortran): Section moved to emacs-xtra.
7547 (Program Modes): Xref to Fortran in emacs-xtra.
7548
7549 * maintaining.texi (Emerge): Move to emacs-xtra.
7550 * files.texi (Comparing Files): Xref to Emerge in emacs-xtra.
7551
7552 * picture.texi: File deleted.
7553 * Makefile.in:
7554 * makefile.w32-in: Remove picture.texi.
7555
7556 * text.texi (Text): Xref to Picture Mode in emacs-xtra.
7557 * abbrevs.texi (Abbrevs):
7558 * sending.texi (Sending Mail): Picture node removed.
7559
7560 * emacs.texi (Top): Update node listings.
7561
7562 2006-03-12 Richard Stallman <rms@gnu.org>
7563
7564 * calendar.texi: Various cleanups.
7565
7566 2006-03-11 Luc Teirlinck <teirllm@auburn.edu>
7567
7568 * search.texi (Regexps): Use @samp for regexp that is not in Lisp
7569 syntax.
7570
7571 2006-03-08 Luc Teirlinck <teirllm@auburn.edu>
7572
7573 * search.texi (Regexps): More accurately describe which characters
7574 are special in which situations. Recommend _not_ to quote `]' or
7575 `-' when they are not special.
7576
7577 2006-02-28 Andre Spiegel <spiegel@gnu.org>
7578
7579 * files.texi (Old Versions): Clarify operation of C-x v =.
7580
7581 2006-02-21 Nick Roberts <nickrob@snap.net.nz>
7582
7583 * building.texi (Watch Expressions): Update and describe
7584 gdb-speedbar-auto-raise.
7585
7586 2006-02-19 Richard M. Stallman <rms@gnu.org>
7587
7588 * emacs.texi: Use @smallbook.
7589 (Top): Update ref to Emacs paper, delete ref to Cookbook.
7590 Update subnode menu.
7591
7592 * building.texi (Lisp Interaction): Minor addition.
7593
7594 2006-02-18 Nick Roberts <nickrob@snap.net.nz>
7595
7596 * building.texi (Watch Expressions): Update and be more precise.
7597
7598 2006-02-15 Francesco Potortì <pot@gnu.org>
7599
7600 * maintaining.texi (Create Tags Table): Explain why the
7601 exception when etags writes to files under the /dev tree.
7602
7603 2006-02-14 Richard M. Stallman <rms@gnu.org>
7604
7605 * custom.texi (Safe File Variables): Lots of clarification.
7606 Renamed from Unsafe File Variables.
7607
7608 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
7609
7610 * custom.texi (Unsafe File Variables): File variable confirmation
7611 assumed denied in batch mode.
7612
7613 2006-02-14 Richard M. Stallman <rms@gnu.org>
7614
7615 * building.texi (GDB User Interface Layout): Don't say `inferior'
7616 for program being debugged.
7617
7618 2006-02-15 Nick Roberts <nickrob@snap.net.nz>
7619
7620 * building.texi (GDB Graphical Interface):
7621 Replace gdb-use-inferior-io-buffer with gdb-use-separate-io-buffer.
7622
7623 2006-02-13 Chong Yidong <cyd@stupidchicken.com>
7624
7625 * custom.texi (Specifying File Variables, Unsafe File Variables):
7626 New nodes, split from File Variables. Document new file local
7627 variable behavior.
7628
7629 2006-02-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7630
7631 * display.texi (Standard Faces):
7632 * files.texi (Visiting):
7633 * frames.texi (Clipboard):
7634 * glossary.texi (Glossary) <Clipboard>:
7635 * xresources.texi (X Resources): Mention Mac OS port.
7636
7637 2006-02-12 Richard M. Stallman <rms@gnu.org>
7638
7639 * building.texi (Building): Clarify topic in intro.
7640
7641 * maintaining.texi (Maintaining): Change title; clarify topic.
7642 Delete duplicate index entries.
7643
7644 * building.texi (Other GDB User Interface Buffers): Clarifications.
7645
7646 * text.texi (Cell Commands): Clarifications.
7647
7648 * programs.texi (Defuns): Delete duplicate explanation of
7649 left-margin paren convention.
7650 (Hungry Delete): Minor cleanup.
7651
7652 2006-02-11 Mathias Dahl <mathias.dahl@gmail.com>
7653
7654 * dired.texi (Tumme): More tumme documentation.
7655
7656 2006-02-11 Alan Mackenzie <acm@muc.de>
7657
7658 * programs.texi ("Hungry Delete"): Correct the appellation of the
7659 backspace and delete keys to @kbd{DEL} and @kbd{DELETE}.
7660
7661 2006-02-11 Mathias Dahl <mathias.dahl@gmail.com>
7662
7663 * dired.texi (Tumme): Fix small bug.
7664
7665 2006-02-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7666
7667 * macos.texi (Mac International): Rename "fontset-mac" to
7668 "fontset-standard".
7669
7670 2006-02-09 Mathias Dahl <mathias.dah@gmail.com>
7671
7672 * dired.texi (Tumme): Basic documentation for Tumme added.
7673
7674 2006-02-07 Luc Teirlinck <teirllm@auburn.edu>
7675
7676 * mule.texi (International):
7677 * programs.texi (Basic Indent): Fix typos.
7678
7679 * custom.texi (Minor Modes):
7680 * display.texi (Text Display):
7681 * commands.texi (Text Characters): Update xrefs.
7682
7683 2006-02-07 Richard M. Stallman <rms@gnu.org>
7684
7685 * emacs.texi (Top): Update subnode menu.
7686 Update info on old Emacs papers.
7687 (Intro): "Graphical display", not window system.
7688
7689 * xresources.texi (GTK styles): Minor clarifications.
7690
7691 * trouble.texi: "Graphical display", not window system.
7692 (Stuck Recursive): Minor clarification.
7693
7694 * text.texi: Minor clarifications.
7695 (Sentences): Explain why two-space convention is better.
7696 Explain sentence-end-without-period here.
7697 (Fill Commands): Not here.
7698 (Refill): Node moved down.
7699 (Filling): Update menu.
7700 (Table Creation, Cell Justification, Column Commands): Clarify.
7701
7702 * sending.texi: Minor clarifications.
7703
7704 * search.texi (Regexp Backslash): Clarification.
7705
7706 * rmail.texi: Minor cleanups.
7707 (Rmail): Delete digression about `rmail-mode'.
7708 (Rmail Inbox): Delete false advice wrt rmail-primary-inbox-list.
7709 (Rmail Files): Mention C-u M-x rmail.
7710 (Rmail Reply): Mention References.
7711 (Rmail Display): Mention rmail-nonignored-headers.
7712
7713 * programs.texi: Minor cleanups.
7714 (Comment Commands): Mention momentary Transient Mark mode.
7715 (Matching): Be more specific about customizing show-paren-mode.
7716 (Info Lookup): Don't list the modes that support C-h S.
7717 Just say what it does in an unsupported mode.
7718 (Man Page): Delete excessive info on customizing woman.
7719 (Motion in C): Don't mention c-for/backward-into-nomenclature.
7720
7721 * abbrevs.texi: Minor clarifications.
7722 (Dabbrev Customization): Talk about "dynamic abbrev expansion",
7723 not "dynamic abbrevs" as if they were a kind of abbrev.
7724
7725 * picture.texi (Picture): Minor cleanup.
7726
7727 * mule.texi (Communication Coding): Say "other applications".
7728 (Fontsets): Not specific to X. Add xref to X Resources.
7729 (Unibyte Mode): Rename from Single-Byte Character Support.
7730 "Graphical display", not window system.
7731 (International): Update menu.
7732
7733 * maintaining.texi (Format of ChangeLog):
7734 New node, split out from ChangeLog.
7735 (ChangeLog): Clarifications in the remaining text.
7736 (Create Tags Table, Etags Regexps, Select Tags Table): Cleanups.
7737 (Find Tag): Add @w.
7738 (Tags Search): Explain tag table order here. Simplify grep ref.
7739 (List Tags): tags-tag-face is a variable, not a face.
7740 (Emerge): Cleanups.
7741
7742 * kmacro.texi (Keyboard Macro Counter): Rewrite for clarity.
7743 (Keyboard Macros): Avoid "the user".
7744
7745 * killing.texi: "Graphical display", not window system.
7746
7747 * help.texi (Help Echo): "Graphical display", not window system.
7748
7749 * glossary.texi: Say "you", not "the user". Say "graphical display".
7750
7751 * frames.texi: Minor cleanups. "Graphical display", not window system.
7752
7753 * files.texi (Visiting): Make drag-and-drop not X-specific.
7754
7755 * custom.texi: Minor cleanups. "Graphical display", not window system.
7756
7757 * cmdargs.texi: Minor cleanups.
7758
7759 * building.texi (Compilation): Move and split kill-compilation para.
7760 Add para about multiple compilers.
7761 (Compilation Mode): Commands also available in grep mode and others.
7762 Mention C-u C-x ` more tutorially. Clarify C-x `.
7763 (Compilation Shell): Clarify. Put Bash example first.
7764 (Grep Searching): Minor cleanups; add @w.
7765 (Debuggers): Minor cleanups.
7766 (Starting GUD): Make GDB xgraphical mode issue clearer.
7767 (Debugger Operation): Lots of clarifications including
7768 GDB tooltip side-effect issue.
7769 (Commands of GUD): Clarify.
7770 (GUD Customization): Add bashdb-mode-hook.
7771 (GDB Graphical Interface): Rewrite for clarity.
7772 (GDB User Interface Layout): Rewrite for clarity.
7773 (Stack Buffer, Watch Expressions): Likewise.
7774 (Other GDB User Interface Buffers): Cleanups.
7775 (Lisp Libraries, External Lisp): Cleanup.
7776
7777 * basic.texi (Position Info): "Graphical displays", rather than
7778 window systems.
7779
7780 * anti.texi: Minor cleanup.
7781
7782 2006-02-03 Eli Zaretskii <eliz@gnu.org>
7783
7784 * custom.texi (Init File, Find Init): Add cross-references to
7785 where $HOME is described.
7786
7787 2006-02-01 Luc Teirlinck <teirllm@auburn.edu>
7788
7789 * frames.texi (Frame Parameters): Remove @item for S-Mouse-1; it
7790 is not inside the @table.
7791
7792 * emacs.texi (Top): Correct node name.
7793
7794 * files.texi (File Names): Fix @xref.
7795 (Reverting): Fix typo.
7796
7797 * mule.texi (International): Correct node name.
7798
7799 * kmacro.texi (Save Keyboard Macro): Add missing @kbd to @table.
7800
7801 2006-02-01 Richard M. Stallman <rms@gnu.org>
7802
7803 * emacs.texi (Top): Update subnode menu.
7804
7805 * mule.texi: Minor clarifications.
7806 Reduce the specific references to X Windows.
7807 Refer to "graphical" terminals, rather than window systems.
7808 (Text Coding): Rename from Specify Coding.
7809 (Communication Coding, File Name Coding, Terminal Coding):
7810 New nodes split out from Text Coding.
7811
7812 * kmacro.texi: Minor clarifications.
7813 (Keyboard Macro Ring): Comment out some excessive commands.
7814 (Basic Keyboard Macro): Split up the table, putting part in each node.
7815
7816 * major.texi: Minor clarifications.
7817
7818 * misc.texi (Single Shell, Interactive Shell): Fix xrefs.
7819
7820 * windows.texi: Minor clarifications.
7821 (Change Window): Don't describe mode-line mouse cmds here.
7822 Add xref to Mode Line Mouse.
7823
7824 * msdog.texi (Text and Binary, MS-DOS and MULE): Fix xrefs.
7825
7826 * macos.texi (Mac International): Fix xref.
7827
7828 * indent.texi: Minor clarifications.
7829
7830 * frames.texi: Minor clarifications.
7831 Reduce the specific references to X Windows.
7832 Refer to "graphical" terminals, rather than window systems.
7833 (Frame Parameters): Don't mention commands like
7834 set-foreground-color. Just say to customize a face.
7835 (Drag and Drop): Lisp-level stuff moved to Emacs Lisp manual.
7836
7837 * files.texi: Minor clarifications.
7838 (Numbered Backups): New node, split out from Backup Names.
7839
7840 * display.texi (Font Lock): C mode no longer depends on (-in-col-0.
7841
7842 * cmdargs.texi (General Variables): Fix xref.
7843
7844 * buffers.texi: Minor clarifications.
7845
7846 2006-01-31 Richard M. Stallman <rms@gnu.org>
7847
7848 * display.texi (Scrolling, Horizontal Scrolling, Follow Mode):
7849 Nodes moved to top.
7850
7851 * display.texi: Minor clarifications.
7852 (Display): Rearrange menu.
7853 (Standard Faces): Mention query-replace face.
7854 (Faces): Simplify.
7855 (Font Lock): Simplify face customization info.
7856 (Highlight Changes): Node merged into Highlight Interactively.
7857 (Highlight Interactively): Much rewriting and cleanup.
7858 (Optional Mode Line): Narrowed line number not good for goto-line.
7859 Simplify face customization advice.
7860 (Text Display): Mention use of escape-glyph face.
7861 Move ctl-arrow and tab-width here.
7862 (Display Custom): Move no-redraw-on-reenter to end of node.
7863
7864 * search.texi: Minor clarifications.
7865 (Isearch Scroll): Simplify.
7866 (Other Repeating Search): Document multi-occur-in-matching-buffers.
7867
7868 * regs.texi (Registers): Mention bookmarks here.
7869
7870 * mark.texi: Minor clarifications.
7871 (Selective Undo): Node deleted.
7872
7873 * m-x.texi: Minor clarifications.
7874
7875 * killing.texi: Minor clarifications.
7876 Refer to "graphical" terminals, rather than window systems.
7877
7878 * help.texi: Clarifications.
7879 (Help): Don't describe C-h F and C-h K here.
7880 (Key Help): Describe C-h K here.
7881 (Name Help): Mention Emacs Lisp Intro.
7882 Describe C-h F here.
7883 (Misc Help): Mention C-h F and C-h K only briefly.
7884
7885 * fixit.texi (Undo): New node, mostly copied from basic.texi.
7886 Selective undo text merged in.
7887 (Spelling): Mention Aspell along with Ispell.
7888
7889 * emacs.texi (Top): Update subnode menus.
7890
7891 * basic.texi (Basic Undo): Rename from Undo. Most of text
7892 moved to new Undo node.
7893
7894 2006-01-29 Chong Yidong <cyd@stupidchicken.com>
7895
7896 * basic.texi (Continuation Lines, Inserting Text):
7897 Mention longlines mode.
7898
7899 2006-01-29 Richard M. Stallman <rms@gnu.org>
7900
7901 * screen.texi: Minor cleanups.
7902 (Screen): Clean up the intro paragraphs.
7903 (Mode Line): Lots of rewriting. Handle frame-name better.
7904 eol-mnemonic-... vars moved out.
7905
7906 * emacs.texi (Top): Change menu item for MS-DOS node.
7907 Update subnode menu.
7908
7909 * msdog.texi (MS-DOS): Rewrite intro to explain how this
7910 chapter relates to Windows. Title changed.
7911
7912 * mini.texi: Minor cleanups.
7913
7914 * mark.texi (Selective Undo): New node, text moved from basic.texi.
7915 (Mark): Put it in the menu.
7916
7917 * entering.texi: Minor cleanups.
7918
7919 * emacs.texi (Top): Add xref to Mac chapter; explain Windows better.
7920 (Intro): Refer to "graphical" terminals, rather than X.
7921
7922 * display.texi (Display Custom): Add xref to Variables.
7923 (Optional Mode Line): eol-mnemonic-... vars moved here.
7924
7925 * commands.texi: Minor cleanups. Refer to "graphical" terminals,
7926 rather than X.
7927
7928 * basic.texi: Minor cleanups.
7929 (Undo): selective-undo moved.
7930
7931 2006-01-25 Luc Teirlinck <teirllm@auburn.edu>
7932
7933 * anti.texi (Antinews): Various corrections and additions.
7934
7935 2006-01-23 Juri Linkov <juri@jurta.org>
7936
7937 * custom.texi (Easy Customization, Customization Groups)
7938 (Browsing Custom): Mention links along with buttons.
7939
7940 2006-01-21 Eli Zaretskii <eliz@gnu.org>
7941
7942 * text.texi (TeX Print): Use @key for TAB.
7943
7944 * kmacro.texi (Keyboard Macro Step-Edit): Use @key for TAB.
7945
7946 2006-01-15 Sven Joachim <svenjoac@gmx.de> (tiny change)
7947
7948 * files.texi (File Aliases): Don't claim that usually separate
7949 buffers are created for two file names that name the same data.
7950 Mention additional situations where different names mean the same
7951 file on disk.
7952
7953 2006-01-19 Richard M. Stallman <rms@gnu.org>
7954
7955 * killing.texi (Deletion): Upcase @key argument.
7956
7957 * custom.texi (Custom Themes): Minor cleanup.
7958
7959 * programs.texi (Hungry Delete): Upcase @key argument.
7960
7961 2006-01-16 Juri Linkov <juri@jurta.org>
7962
7963 * display.texi (Standard Faces): Add `mode-line-buffer-id'.
7964 Move `mode-line-highlight' before `mode-line-buffer-id'.
7965
7966 2006-01-14 Richard M. Stallman <rms@gnu.org>
7967
7968 * basic.texi (Inserting Text): Minor cleanup.
7969
7970 2006-01-11 Luc Teirlinck <teirllm@auburn.edu>
7971
7972 * custom.texi (Changing a Variable, Face Customization):
7973 Update for changes in Custom menus.
7974
7975 2006-01-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7976
7977 * macos.texi (Mac International): Undo last change.
7978
7979 2006-01-02 Chong Yidong <cyd@stupidchicken.com>
7980
7981 * custom.texi (Custom Themes): Describe the new
7982 customize-create-theme interface.
7983
7984 2005-12-30 Juri Linkov <juri@jurta.org>
7985
7986 * basic.texi (Position Info): Update example.
7987
7988 2005-12-27 Jan Djärv <jan.h.d@swipnet.se>
7989
7990 * frames.texi (Dialog Boxes): Add x-gtk-show-hidden-files.
7991
7992 2005-12-24 Chong Yidong <cyd@stupidchicken.com>
7993
7994 * custom.texi (Custom Themes): `load-theme' always loads.
7995
7996 2005-12-23 Juri Linkov <juri@jurta.org>
7997
7998 * display.texi (Highlight Interactively): Use double space to
7999 separate sentences. Replace C-p with M-p, and C-n with M-n.
8000
8001 2005-12-22 Richard M. Stallman <rms@gnu.org>
8002
8003 * custom.texi (Easy Customization and subnodes):
8004 Replace "active field" with "button".
8005 Use "user option" only for variables.
8006 Use "setting" for variable-or-face.
8007
8008 2005-12-22 Luc Teirlinck <teirllm@auburn.edu>
8009
8010 * buffers.texi (Select Buffer): Change order in table to make
8011 "Similar" refer to the correct item.
8012 (Indirect Buffers): Minor rewording.
8013
8014 2005-12-20 Juri Linkov <juri@jurta.org>
8015
8016 * files.texi (VC Status): Put P and N near p and n.
8017
8018 2005-12-19 Richard M. Stallman <rms@gnu.org>
8019
8020 * programs.texi (Electric C): Delete the info about newline control.
8021 (Other C Commands): Minor cleanup.
8022 (Left Margin Paren): Minor cleanup.
8023
8024 2005-12-19 Luc Teirlinck <teirllm@auburn.edu>
8025
8026 * custom.texi (Easy Customization): Add "Browsing Custom" to menu.
8027 (Customization Groups): Delete text moved to "Browsing Custom".
8028 (Browsing Custom): New node.
8029 (Specific Customization): Clarify which commands only work for
8030 loaded options.
8031
8032 2005-12-18 Bill Wohler <wohler@newt.com>
8033
8034 * frames.texi (Tool Bars): Shorten text of previous change.
8035
8036 2005-12-18 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
8037
8038 * files.texi (VC Status): Document log-view mode.
8039
8040 2005-12-18 Bill Wohler <wohler@newt.com>
8041
8042 * frames.texi (Tool Bars): Mention that you can turn off tool bars
8043 permanently via the customize interface.
8044
8045 2005-12-16 Ralf Angeli <angeli@iwi.uni-sb.de>
8046
8047 * killing.texi (Killing by Lines): Document `kill-whole-line'
8048 function.
8049
8050 2005-12-16 Lőrentey Károly <lorentey@elte.hu>
8051
8052 * buffers.texi (Select Buffer): Change `prev-buffer' to
8053 `previous-buffer'. Indicate that these functions use a frame
8054 local buffer list.
8055
8056 2005-12-12 Richard M. Stallman <rms@gnu.org>
8057
8058 * custom.texi (Easy Customization): Change menu comment.
8059 (Prefix Keymaps): Fix spelling of Control-X-prefix.
8060
8061 * help.texi (Apropos): Rewrite. Talk about "apropos patterns".
8062 (Help): Among the Apropos commands, describe only C-h a here.
8063
8064 2005-12-11 Richard M. Stallman <rms@gnu.org>
8065
8066 * programs.texi (Options for Comments): Comment-end starts with space.
8067
8068 * glossary.texi (Glossary): Minor cleanup.
8069
8070 * files.texi (Old Versions): Use @table.
8071
8072 2005-12-10 David Koppelman <koppel@ece.lsu.edu>
8073
8074 * display.texi (Highlight Interactively): Include
8075 global-hi-lock-mode. Add miscellaneous details and elaborations.
8076
8077 2005-12-09 Richard M. Stallman <rms@gnu.org>
8078
8079 * display.texi (Font Lock): Delete the Global FL menu item.
8080
8081 2005-12-09 Luc Teirlinck <teirllm@auburn.edu>
8082
8083 * custom.texi (Minibuffer Maps): Mention the maps for file name
8084 completion.
8085
8086 2005-12-09 Kim F. Storm <storm@cua.dk>
8087
8088 * killing.texi (CUA Bindings): Describe how to use C-x and C-c as
8089 prefix keys even when mark is active. Describe that RET moves
8090 cursor to next corner in rectangle; clarify insert around rectangle.
8091
8092 2005-12-08 Luc Teirlinck <teirllm@auburn.edu>
8093
8094 * custom.texi (Customization): Use xref to elisp manual for
8095 non-TeX output.
8096 (Minor Modes): Update.
8097 (Customization Groups, Changing a Variable, Face Customization):
8098 Update for new appearance of Custom buffers.
8099 (Changing a Variable): `custom-buffer-done-function' has been
8100 replaced by `custom-buffer-done-kill'.
8101 (Specific Customization): In the `customize-group' buffer, a
8102 subgroup's contents are not "hidden". They are not included at
8103 all. They have no [Show] button.
8104 (Mouse Buttons): Add pxref to description of mouse event lists in
8105 Elisp manual. Add `menu-bar' and `header-line' dummy prefix keys.
8106 (Find Init): Emacs now looks for ~/.emacs.d/init.el instead of
8107 ~/.emacs.d/.emacs, if it can not find ~/.emacs(.el).
8108
8109 2005-12-08 Richard M. Stallman <rms@gnu.org>
8110
8111 * mini.texi (Completion Commands, Completion):
8112 In file name input, SPC does not do completion.
8113
8114 2005-12-08 Nick Roberts <nickrob@snap.net.nz>
8115
8116 * building.texi (GDB Graphical Interface): Explain screen size
8117 setting.
8118 (Other GDB User Interface Buffers): Describe features specific to
8119 GDB 6.4.
8120
8121 2005-12-01 Nick Roberts <nickrob@snap.net.nz>
8122
8123 * building.texi (GDB User Interface Layout): Describe how to
8124 kill associated buffers.
8125 (Breakpoints Buffer): Use D instead of d for gdb-delete-breakpoint.
8126 (Watch Expressions): Be more precise.
8127 (Other GDB User Interface Buffers): Describe how to change a
8128 register value.
8129
8130 2005-11-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8131
8132 * macos.texi (Mac Input): Remove description of
8133 mac-command-key-is-meta. Add descriptions of
8134 mac-control-modifier, mac-command-modifier, and
8135 mac-option-modifier.
8136 (Mac International): Fix description of conversion of clipboard data.
8137 (Mac Font Specs): Add example of font customization by face attributes.
8138
8139 2005-11-22 Nick Roberts <nickrob@snap.net.nz>
8140
8141 * building.texi (Watch Expressions): Expand description.
8142 (Other GDB User Interface Buffers): Describe local map for
8143 gud-watch.
8144
8145 2005-11-21 Chong Yidong <cyd@stupidchicken.com>
8146
8147 * display.texi (Font Lock): Font lock is enabled by default now.
8148
8149 2005-11-20 Juri Linkov <juri@jurta.org>
8150
8151 * basic.texi (Position Info): Update examples of the output.
8152 Remove the fact that examples are produced in the TeXinfo buffer,
8153 because in the Info reader users will get a different output from
8154 `C-x ='.
8155
8156 * building.texi (Compilation Mode): Remove paragraph duplicated
8157 from the node `Compilation'. Add `compilation-skip-threshold'.
8158
8159 * display.texi (Font Lock): Suggest more user-friendly method of
8160 finding all Font Lock faces (M-x customize-group RET font-lock-faces).
8161
8162 2005-11-18 Richard M. Stallman <rms@gnu.org>
8163
8164 * files.texi (Registering): Mention @@ in mode line.
8165
8166 * mini.texi (Minibuffer File): Clarify previous change. Add @findex.
8167
8168 2005-11-08 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
8169
8170 * files.texi (Renaming and VC): Some back-ends don't
8171 handle renaming.
8172
8173 2005-11-17 Juri Linkov <juri@jurta.org>
8174
8175 * emacs.texi (Top):
8176 * display.texi (Highlight Interactively): Put this font-lock based
8177 mode near Font Lock node.
8178
8179 2005-11-16 Chong Yidong <cyd@stupidchicken.com>
8180
8181 * ack.texi (Acknowledgments): Acknowledge Andrew Zhilin for Emacs
8182 icons.
8183
8184 2005-11-12 Kim F. Storm <storm@cua.dk>
8185
8186 * help.texi (Help): Fix C-h a entry. Add C-h d entry.
8187 (Help Summary): Add C-h d and C-h e.
8188 (Apropos): Clarify that all apropos commands may search for either
8189 list of words or a regexp. Add C-h d for apropos-documentation.
8190 Describe apropos-documentation-sort-by-scores user option.
8191
8192 2005-11-09 Luc Teirlinck <teirllm@auburn.edu>
8193
8194 * killing.texi (CUA Bindings): Add @section.
8195
8196 2005-11-10 Kim F. Storm <storm@cua.dk>
8197
8198 * emacs.texi (Top): Add CUA Bindings entry to menu.
8199
8200 * killing.texi (CUA Bindings): New node. Moved here from
8201 misc.texi and extended with info on rectangle commands and
8202 rectangle highlighting, interface to registers, and the global
8203 mark feature.
8204
8205 * misc.texi (Emulation): Move CUA bindings item to killing.texi.
8206
8207 * regs.texi: Prev link points to CUA Bindings node.
8208
8209 2005-11-07 Luc Teirlinck <teirllm@auburn.edu>
8210
8211 * help.texi (Help Echo): By default, help echos are only shown on
8212 mouse-over, not on point-over.
8213
8214 2005-11-04 Jérôme Marant <jerome@marant.org>
8215
8216 * misc.texi (Shell Mode): Describe how to activate password echoing.
8217
8218 2005-11-04 Romain Francoise <romain@orebokech.com>
8219
8220 * mark.texi (Mark Ring): Fix typo.
8221
8222 2005-11-03 Richard M. Stallman <rms@gnu.org>
8223
8224 * mark.texi (Mark Ring): Mention set-mark-command-repeat-pop.
8225
8226 2005-11-01 Bill Wohler <wohler@newt.com>
8227
8228 * help.texi (Help Mode): Fix typo.
8229
8230 2005-11-01 Nick Roberts <nickrob@snap.net.nz>
8231
8232 * building.texi (Other GDB User Interface Buffers):
8233 Describe the command gdb-use-inferior-io-buffer.
8234
8235 2005-10-31 Romain Francoise <romain@orebokech.com>
8236
8237 * files.texi (Compressed Files): Fix typo.
8238
8239 * buffers.texi (Misc Buffer): Downcase `*shell*'.
8240
8241 * windows.texi (Force Same Window): Likewise.
8242
8243 2005-10-30 Bill Wohler <wohler@newt.com>
8244
8245 * help.texi (Help Mode): URLs viewed with browse-url.
8246
8247 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
8248
8249 * building.texi (GDB Graphical Interface): Don't reference
8250 gdb-mouse-set-clear-breakpoint. Explain gdb-mouse-until
8251 must stay in same frame.
8252
8253 2005-10-29 Chong Yidong <cyd@stupidchicken.com>
8254
8255 * custom.texi (Init File): Document ~/.emacs.d/init.el.
8256
8257 * anti.texi (Antinews): Likewise.
8258
8259 2005-10-28 Bill Wohler <wohler@newt.com>
8260
8261 * help.texi (Help): Help mode now creates hyperlinks for URLs.
8262
8263 2005-10-28 Richard M. Stallman <rms@gnu.org>
8264
8265 * files.texi (Visiting): Explain how to enter ? in a file name.
8266
8267 * trouble.texi (Memory Full): Mention !MEM FULL! in mode line.
8268
8269 2005-10-25 Nick Roberts <nickrob@snap.net.nz>
8270
8271 * building.texi (GDB Graphical Interface):
8272 Describe gdb-mouse-until.
8273
8274 2005-10-23 Richard M. Stallman <rms@gnu.org>
8275
8276 * custom.texi (Init File): Recommend when to use site-start.el.
8277
8278 2005-10-21 Juri Linkov <juri@jurta.org>
8279
8280 * custom.texi (Examining): Mention accessing the old variable
8281 value via M-n in set-variable.
8282
8283 2005-10-18 Romain Francoise <romain@orebokech.com>
8284
8285 * files.texi (Version Systems): Capitalize GNU.
8286
8287 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
8288
8289 * building.texi (Compilation Mode): Remove redundant paragraph.
8290 (Watch Expressions): Remove paragraph to reflect code change.
8291
8292 2005-10-16 Richard M. Stallman <rms@gnu.org>
8293
8294 * building.texi (Compilation Mode, Compilation): Clarified.
8295
8296 2005-10-15 Richard M. Stallman <rms@gnu.org>
8297
8298 * misc.texi (Saving Emacs Sessions): Mention savehist library.
8299
8300 2005-10-13 Kenichi Handa <handa@m17n.org>
8301
8302 * basic.texi (Position Info): Fix previous change.
8303
8304 2005-10-12 Jan Djärv <jan.h.d@swipnet.se>
8305
8306 * cmdargs.texi (Icons X): Fix typo.
8307
8308 2005-10-12 Kenichi Handa <handa@m17n.org>
8309
8310 * basic.texi (Position Info): Describe the case that Emacs shows
8311 "part of display ...".
8312
8313 2005-10-10 Jan Djärv <jan.h.d@swipnet.se>
8314
8315 * cmdargs.texi (Icons X): -nb => -nbi.
8316
8317 2005-10-10 Chong Yidong <cyd@stupidchicken.com>
8318
8319 * frames.texi (Speedbar): A couple more clarifications.
8320
8321 2005-10-11 Nick Roberts <nickrob@snap.net.nz>
8322
8323 * building.texi (GDB User Interface Layout): Improve diagram.
8324 (Watch Expressions): Explain how to make speedbar global.
8325 (Other GDB User Interface Buffers): Make references more precise.
8326
8327 2005-10-09 Richard M. Stallman <rms@gnu.org>
8328
8329 * frames.texi (Speedbar): Clarify the text.
8330
8331 2005-10-09 Chong Yidong <cyd@stupidchicken.com>
8332
8333 * frames.texi (Speedbar): Add information on keybindings,
8334 dismissing the speedbar, and buffer display mode. Link to
8335 speedbar manual.
8336
8337 2005-10-09 Jan Djärv <jan.h.d@swipnet.se>
8338
8339 * cmdargs.texi (Icons X): Remove options -i, -itype, --icon-type,
8340 added -nb, --no-bitmap-icon.
8341
8342 2005-10-07 Nick Roberts <nickrob@snap.net.nz>
8343
8344 * building.texi (GDB Graphical Interface): Add variables and
8345 functions to indices. Be more precise.
8346
8347 2005-10-03 Jan Djärv <jan.h.d@swipnet.se>
8348
8349 * frames.texi (Drag and Drop): Remove the x- from
8350 x-dnd-open-file-other-window and xdnd-protocol-alist.
8351
8352 2005-09-30 Romain Francoise <romain@orebokech.com>
8353
8354 * mini.texi (Minibuffer): The default value now appears before the
8355 colon in minibuffer prompts.
8356
8357 2005-09-25 Richard M. Stallman <rms@gnu.org>
8358
8359 * search.texi (Regexp Search): Doc search-whitespace-regexp.
8360
8361 2005-09-20 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
8362
8363 * text.texi (Paragraphs): Correction about Paragraph-Indent Text mode.
8364
8365 2005-09-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8366
8367 * emacs.texi (Top): Update submenus from macos.texi.
8368
8369 * macos.texi: Change `Mac OS 8 or 9' to `Mac OS Classic'.
8370 (Mac OS): Update feature support status.
8371 (Mac Input): List supported input scripts. Remove description
8372 about `mac-keyboard-text-encoding'. Mention mouse button
8373 emulation and related variables.
8374 (Mac International): Mention Central European and Cyrillic
8375 support. Now `keyboard-coding-system' is dynamically changed.
8376 Add description about coding system for selection.
8377 Add description about language environment.
8378 (Mac Environment Variables):
8379 Mention `~/.MacOSX/environment.plist'. Give example of command line
8380 arguments. Add Preferences support.
8381 (Mac Directories): Explicitly state that this node is for Mac OS
8382 Classic only.
8383 (Mac Font Specs): Mention specification for scalable fonts.
8384 List supported charsets. Add preferred way of creating fontsets.
8385 Add description about `mac-allow-anti-aliasing'.
8386 (Mac Functions): Add descriptions about `mac-set-file-creator',
8387 `mac-get-file-creator', `mac-set-file-type', `mac-get-file-type',
8388 and `mac-get-preference'.
8389
8390 2005-09-16 Romain Francoise <romain@orebokech.com>
8391
8392 Update all files to specify GFDL version 1.2.
8393
8394 * doclicense.texi (GNU Free Documentation License): Update to
8395 version 1.2.
8396
8397 2005-09-15 Richard M. Stallman <rms@gnu.org>
8398
8399 * buffers.texi (List Buffers): Fix xref.
8400
8401 * rmail.texi (Rmail Basics): Fix xref.
8402
8403 * emacs.texi (Top): Update subnode menus.
8404
8405 * files.texi (Saving Commands): New node, broken out of Saving.
8406 (Customize Save): New node, broken out of Saving.
8407 Clarify effect of write-region-inhibit-fsync.
8408 (Misc File Ops): Say write-region-inhibit-fsync affects write-region.
8409
8410 2005-09-14 Romain Francoise <romain@orebokech.com>
8411
8412 * files.texi (Saving): Mention write-region-inhibit-fsync.
8413
8414 2005-09-05 Chong Yidong <cyd@stupidchicken.com>
8415
8416 * custom.texi (Custom Themes): New node.
8417
8418 2005-09-03 Richard M. Stallman <rms@gnu.org>
8419
8420 * search.texi (Search Case): Mention vars that control
8421 case-fold-search for various operations.
8422
8423 2005-08-22 Juri Linkov <juri@jurta.org>
8424
8425 * display.texi (Standard Faces): Merge the text from
8426 `(elisp)Standard Faces' into this node.
8427
8428 2005-08-18 Luc Teirlinck <teirllm@auburn.edu>
8429
8430 * emacs.texi (Top): Delete menu item for deleted node
8431 Keyboard Translations.
8432
8433 2005-08-18 Richard M. Stallman <rms@gnu.org>
8434
8435 * trouble.texi (Unasked-for Search):
8436 Delete xref to Keyboard Translations.
8437
8438 * glossary.texi (Glossary): Delete xref.
8439
8440 * custom.texi (Minor Modes): Say that the list here is not complete.
8441 (Keyboard Translations): Node deleted.
8442 (Disabling): Delete xref to it.
8443 (Customization Groups): Fix Custom buffer example.
8444 (Hooks): Mention remove-hooks.
8445
8446 2005-08-17 Luc Teirlinck <teirllm@auburn.edu>
8447
8448 * building.texi (GDB Graphical Interface): Improve filling of menu
8449 item.
8450
8451 2005-08-18 Nick Roberts <nickrob@snap.net.nz>
8452
8453 * building.texi (GDB Graphical Interface): Use better node names.
8454
8455 2005-08-14 Richard M. Stallman <rms@gnu.org>
8456
8457 * text.texi (Sentences): Fix xref.
8458
8459 2005-08-14 Juri Linkov <juri@jurta.org>
8460
8461 * building.texi (Compilation, Grep Searching): Move grep command
8462 headings from `Compilation' to `Grep Searching'.
8463
8464 * dired.texi (Dired and Find):
8465 * maintaining.texi (Tags Search): Replace grep xref to
8466 `Compilation' node with `Grep Searching'.
8467
8468 * files.texi (Comparing Files): Replace xref to `Compilation' with
8469 `Compilation Mode'.
8470
8471 2005-08-13 Alan Mackenzie <acm@muc.de>
8472
8473 * search.texi (Non-ASCII Isearch): Correct a typo.
8474 (Replacement Commands): Mention query-replace key binding.
8475
8476 2005-08-11 Richard M. Stallman <rms@gnu.org>
8477
8478 * programs.texi (Options for Comments): Fix xref.
8479
8480 * search.texi (Regexp Backslash, Regexp Example): New nodes split
8481 out of Regexps.
8482
8483 2005-08-09 Juri Linkov <juri@jurta.org>
8484
8485 * building.texi (Compilation): Use `itemx' instead of `item'.
8486 (Grep Searching): Simplify phrase.
8487
8488 * display.texi (Standard Faces): Describe vertical-border on
8489 window systems.
8490
8491 * windows.texi (Split Window): Simplify phrase and mention
8492 vertical-border face.
8493
8494 2005-08-09 Richard M. Stallman <rms@gnu.org>
8495
8496 * files.texi (Comparing Files): Clarify compare-windows.
8497
8498 * calendar.texi (Scroll Calendar): Document < and > in calendar.
8499
8500 2005-08-06 Eli Zaretskii <eliz@gnu.org>
8501
8502 * mule.texi (Coding Systems): Rephrase the paragraph about
8503 codepages: no need for "M-x codepage-setup" anymore, except on
8504 MS-DOS.
8505
8506 * msdog.texi (MS-DOS and MULE): Clarify that this section is for
8507 the MS-DOS port only.
8508
8509 2005-07-30 Eli Zaretskii <eliz@gnu.org>
8510
8511 * makefile.w32-in (info): Don't run multi-install-info.bat.
8512 ($(infodir)/dir): New target, produced by running
8513 multi-install-info.bat.
8514
8515 2005-07-22 Eli Zaretskii <eliz@gnu.org>
8516
8517 * files.texi (Quoted File Names): Add index entry.
8518
8519 2005-07-19 Juri Linkov <juri@jurta.org>
8520
8521 * files.texi (Comparing Files): Mention resync for `compare-windows'.
8522
8523 2005-07-18 Juri Linkov <juri@jurta.org>
8524
8525 * custom.texi (Easy Customization):
8526 * files.texi (Old Versions):
8527 * frames.texi (Wheeled Mice):
8528 * mule.texi (Specify Coding):
8529 * text.texi (Cell Justification):
8530 * trouble.texi (After a Crash):
8531 * xresources.texi (GTK styles):
8532 Delete duplicate duplicate words.
8533
8534 2005-07-17 Richard M. Stallman <rms@gnu.org>
8535
8536 * frames.texi (Creating Frames): Fix foreground color example.
8537
8538 * custom.texi (Init Examples): Clean up text about conditionals.
8539
8540 2005-07-16 Richard M. Stallman <rms@gnu.org>
8541
8542 * mini.texi (Completion Commands): Fix command name for ?.
8543
8544 2005-07-16 Eli Zaretskii <eliz@gnu.org>
8545
8546 * display.texi (Standard Faces): Explain that customization of
8547 `menu' face has no effect on w32 and with GTK.
8548 Add cross-references.
8549
8550 * cmdargs.texi (General Variables): Clarify the default location
8551 of $HOME on w32 systems.
8552
8553 2005-07-15 Jason Rumney <jasonr@gnu.org>
8554
8555 * cmdargs.texi (General Variables): Default HOME on MS Windows has
8556 changed.
8557
8558 2005-07-08 Kenichi Handa <handa@m17n.org>
8559
8560 * mule.texi (Recognize Coding):
8561 Recommend revert-buffer-with-coding-system instead of revert-buffer.
8562
8563 2005-07-07 Richard M. Stallman <rms@gnu.org>
8564
8565 * anti.texi (Antinews): Mention mode-line-inverse-video.
8566
8567 * files.texi (Saving): Minor correction about C-x C-w.
8568
8569 * display.texi (Display Custom): Don't mention mode-line-inverse-video.
8570
8571 2005-07-07 Luc Teirlinck <teirllm@auburn.edu>
8572
8573 * search.texi (Isearch Scroll): Add example of using the
8574 `isearch-scroll' property.
8575 (Slow Isearch): Reference anchor for `baud-rate' instead of entire
8576 `Display Custom' node.
8577 (Regexp Replace): Put text that requires Emacs Lisp knowledge last
8578 and de-emphasize it.
8579 (Other Repeating Search): `occur' currently can not correctly
8580 handle multiline matches. Correct, clarify and update description
8581 of `flush-lines' and `keep-lines'.
8582
8583 * display.texi (Display Custom): Add anchor for `baud-rate'.
8584
8585 2005-07-07 Richard M. Stallman <rms@gnu.org>
8586
8587 * gnu.texi: Update where to get GNU status; add refs for how to help.
8588 Add footnotes 6 and 7.
8589
8590 2005-07-04 Lute Kamstra <lute@gnu.org>
8591
8592 Update FSF's address in GPL notices.
8593
8594 * doclicense.texi (GNU Free Documentation License):
8595 * trouble.texi (Checklist): Update FSF's address.
8596
8597 2005-06-24 Richard M. Stallman <rms@gnu.org>
8598
8599 * display.texi (Text Display): Change index entries.
8600
8601 2005-06-24 Eli Zaretskii <eliz@gnu.org>
8602
8603 * makefile.w32-in (MAKEINFO): Use --force.
8604 (INFO_TARGETS, DVI_TARGETS): Make identical to the lists in
8605 Makefile.in.
8606
8607 2005-06-23 Richard M. Stallman <rms@gnu.org>
8608
8609 * anti.texi (Antinews): Rename show-nonbreak-escape to
8610 nobreak-char-display.
8611
8612 * emacs.texi (Top): Update detailed node listing.
8613
8614 * display.texi (Text Display): Rename show-nonbreak-escape
8615 to nobreak-char-display and no-break-space to nobreak-space.
8616 (Standard Faces): Split up the list of standard faces
8617 and put it in a separate node. Add nobreak-space and
8618 escape-glyph.
8619
8620 2005-06-23 Lute Kamstra <lute@gnu.org>
8621
8622 * mule.texi (Select Input Method): Fix typo.
8623
8624 2005-06-23 Kenichi Handa <handa@m17n.org>
8625
8626 * mule.texi (International): List all supported scripts.
8627 Adjust text for that leim is now included in the normal Emacs
8628 distribution.
8629 (Language Environments): List all language environments.
8630 Intlfonts contains fonts for most supported scripts, not all..
8631 (Select Input Method): Refer to C-u C-x = to see how to type to
8632 input a specific character.
8633 (Recognize Coding): Fix typo, china-iso-8bit -> chinese-iso-8bit.
8634
8635 2005-06-23 Juanma Barranquero <lekktu@gmail.com>
8636
8637 * building.texi (Grep Searching): Texinfo usage fix.
8638
8639 2005-06-22 Miles Bader <miles@gnu.org>
8640
8641 * display.texi (Faces): Change `vertical-divider' to `vertical-border'.
8642
8643 2005-06-20 Miles Bader <miles@gnu.org>
8644
8645 * display.texi (Faces): Add `vertical-divider'.
8646
8647 2005-06-17 Richard M. Stallman <rms@gnu.org>
8648
8649 * text.texi (Adaptive Fill): Minor clarification.
8650
8651 2005-06-10 Lute Kamstra <lute@gnu.org>
8652
8653 * emacs.texi (Top): Correct version number.
8654 * anti.texi (Antinews): Correct version number. Use EMACSVER to
8655 refer to the current version of Emacs.
8656
8657 2005-06-08 Luc Teirlinck <teirllm@auburn.edu>
8658
8659 * files.texi (Log Buffer): Document when there can be more than
8660 one file to be committed.
8661
8662 2005-06-08 Juri Linkov <juri@jurta.org>
8663
8664 * display.texi (Faces): Add `shadow' face.
8665
8666 2005-06-07 Masatake YAMATO <jet@gyve.org>
8667
8668 * display.texi (Faces): Write about mode-line-highlight.
8669
8670 2005-06-06 Richard M. Stallman <rms@gnu.org>
8671
8672 * misc.texi (Printing Package): Explain how to initialize
8673 printing package.
8674
8675 * cmdargs.texi (Action Arguments): Clarify directory default for -l.
8676
8677 2005-06-05 Chong Yidong <cyd@stupidchicken.com>
8678
8679 * emacs.texi: Rename Hardcopy to Printing.
8680 Make PostScript and PostScript Variables subnodes of it.
8681
8682 * misc.texi (Printing): Rename node from Hardcopy.
8683 Mention menu bar options.
8684 Move PostScript and PostScript Variables to submenu.
8685 (Printing package): New node.
8686
8687 * mark.texi (Using Region): Change Hardcopy xref to Printing.
8688
8689 * dired.texi (Operating on Files): Likewise.
8690
8691 * calendar.texi (Displaying the Diary): Likewise.
8692
8693 * msdog.texi (MS-DOS Printing, MS-DOS Processes): Likewise.
8694
8695 * glossary.texi (Glossary): Likewise.
8696
8697 * frames.texi (Mode Line Mouse): Mention mode-line-highlight
8698 effect.
8699
8700 2005-06-04 Richard M. Stallman <rms@gnu.org>
8701
8702 * trouble.texi (After a Crash): Polish previous change.
8703
8704 2005-05-30 Noah Friedman <friedman@splode.com>
8705
8706 * trouble.texi (After a Crash): Mention emacs-buffer.gdb as a
8707 recovery mechanism.
8708
8709 2005-05-28 Nick Roberts <nickrob@snap.net.nz>
8710
8711 * building.texi (Other Buffers): SPC toggles display of
8712 floating point registers.
8713
8714 2005-05-27 Nick Roberts <nickrob@snap.net.nz>
8715
8716 * files.texi (Log Buffer): Merge in description of Log Edit
8717 mode from pcl-cvs.texi.
8718
8719 2005-05-26 Richard M. Stallman <rms@gnu.org>
8720
8721 * building.texi (Lisp Eval): C-M-x with arg runs Edebug.
8722
8723 2005-05-24 Luc Teirlinck <teirllm@auburn.edu>
8724
8725 * fixit.texi (Spelling): Delete confusing sentence; flyspell is
8726 not enabled by default.
8727 When not on a word, `ispell-word' by default checks the word
8728 before point.
8729
8730 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
8731
8732 * building.texi (Debugger Operation): Simplify last sentence.
8733
8734 2005-05-23 Lute Kamstra <lute@gnu.org>
8735
8736 * emacs.texi: Update FSF's address throughout.
8737 (Preface): Use @cite.
8738 (Distrib): Add cross reference to the node "Copying". Mention the
8739 FDL. Don't refer to etc/{FTP,ORDERS}. Mention the sale of
8740 printed manuals.
8741 (Intro): Use @xref for the Emacs Lisp Intro.
8742
8743 2005-05-18 Luc Teirlinck <teirllm@auburn.edu>
8744
8745 * buffers.texi (Select Buffer): Document `C-u M-g M-g'.
8746
8747 * basic.texi (Moving Point): Mention default for `goto-line'.
8748
8749 * programs.texi (Lisp Doc): Eldoc mode shows only the first line
8750 of a variable's docstring.
8751
8752 2005-05-18 Lute Kamstra <lute@gnu.org>
8753
8754 * maintaining.texi (Overview of Emerge): Add cross reference.
8755 Remove duplication.
8756
8757 * emacs.texi (Top): Update to the current structure of the manual.
8758 * misc.texi (Emacs Server): Add menu description.
8759 * files.texi (Saving): Fix menu.
8760 * custom.texi (Customization): Fix menu.
8761 * mule.texi (International): Fix menu.
8762 * kmacro.texi (Keyboard Macros): Fix menu.
8763
8764 2005-05-16 Luc Teirlinck <teirllm@auburn.edu>
8765
8766 * display.texi: Various minor changes.
8767 (Faces): Delete text that is repeated in the next section.
8768
8769 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
8770
8771 * building.texi (Debugger Operation): Mention GUD tooltips are
8772 disabled with GDB in text command mode.
8773
8774 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
8775
8776 * building.texi: Replace toolbar with "tool bar" for consistency.
8777 (Compilation Mode): Describe compilation-context-lines
8778 and use of arrow in compilation buffer.
8779 (Debugger Operation): Replace help text with variable's value.
8780
8781 * frames.texi (Tooltips): Replace toolbar with "tool bar" for
8782 consistency.
8783
8784 2005-05-15 Luc Teirlinck <teirllm@auburn.edu>
8785
8786 * major.texi (Choosing Modes): normal-mode processes the -*- line.
8787 Add xref.
8788
8789 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
8790
8791 * basic.texi (Moving Point): Mention `M-g g' binding for `goto-line'.
8792 (Position Info): Delete discussion of `goto-line'. It is already
8793 described in `Moving point'.
8794
8795 * mini.texi (Completion Commands): Correct reference.
8796 (Completion Options): Fix typo.
8797
8798 * killing.texi (Deletion): Complete description of `C-x C-o'.
8799
8800 2005-05-10 Richard M. Stallman <rms@gnu.org>
8801
8802 * building.texi (Compilation): Clarify recompile's directory choice.
8803
8804 * frames.texi (Tooltips): Cleanups.
8805
8806 * basic.texi (Arguments): Fix punctuation.
8807
8808 2005-05-09 Luc Teirlinck <teirllm@auburn.edu>
8809
8810 * screen.texi (Menu Bar): The up and down (not left and right)
8811 arrow keys move through a keyboard menu.
8812
8813 2005-05-08 Luc Teirlinck <teirllm@auburn.edu>
8814
8815 * basic.texi: Various typo and grammar fixes.
8816 (Moving Point): C-a now runs move-beginning-of-line.
8817
8818 2005-05-08 Nick Roberts <nickrob@snap.net.nz>
8819
8820 * building.texi (Debugger Operation): Describe gud-tooltip-echo-area.
8821
8822 * frames.texi (Tooltips): Describe help tooltips and GUD tooltips
8823 as different animals.
8824
8825 2005-05-07 Luc Teirlinck <teirllm@auburn.edu>
8826
8827 * frames.texi (Mouse References): Clarify `mouse-1-click-follows-link'.
8828 Correct index entry.
8829
8830 2005-05-07 Nick Roberts <nickrob@snap.net.nz>
8831
8832 * building.texi (Debugger Operation): Update to reflect changes
8833 in GUD tooltips.
8834
8835 2005-04-30 Richard M. Stallman <rms@gnu.org>
8836
8837 * files.texi (Compressed Files): Auto Compression normally enabled.
8838
8839 * building.texi (Debugger Operation): Clarify previous change.
8840
8841 2005-04-28 Nick Roberts <nickrob@snap.net.nz>
8842
8843 * building.texi (Debugger Operation): Add description for
8844 GUD tooltips when program is not running.
8845
8846 2005-04-26 Luc Teirlinck <teirllm@auburn.edu>
8847
8848 * misc.texi (Shell): Add `Shell Prompts' to menu.
8849 (Shell Mode): Add xref to `Shell Prompts'. Clarify `C-c C-u'
8850 description. Delete remarks moved to new node.
8851 (Shell Prompts): New node.
8852 (History References): Replace remarks moved to `Shell Prompts'
8853 with xref to that node.
8854 (Remote Host): Clarify how to specify the terminal type when
8855 logging in to a different machine.
8856
8857 2005-04-26 Richard M. Stallman <rms@gnu.org>
8858
8859 * emacs.texi (Top): Update submenus from files.texi.
8860
8861 * files.texi (Filesets): Clarify previous change.
8862
8863 * dired.texi (Misc Dired Features): Clarify previous change.
8864
8865 2005-04-25 Chong Yidong <cyd@stupidchicken.com>
8866
8867 * ack.texi (Acknowledgments): Delete info about iso-acc.el.
8868
8869 * dired.texi (Misc Dired Features):
8870 Document dired-compare-directories.
8871
8872 * files.texi (Filesets): New node.
8873 (File Conveniences): Document Image mode.
8874
8875 * text.texi (TeX Print): Document tex-compile.
8876
8877 2005-04-25 Luc Teirlinck <teirllm@auburn.edu>
8878
8879 * frames.texi (Tooltips): Tooltip mode is enabled by default.
8880 Delete redundant reference to tooltip Custom group. It is
8881 referred too again in the next paragraph.
8882
8883 2005-04-24 Richard M. Stallman <rms@gnu.org>
8884
8885 * ack.texi: Delete info about lazy-lock.el and fast-lock.el.
8886
8887 2005-04-19 Kim F. Storm <storm@cua.dk>
8888
8889 * building.texi (Compilation Mode): Add M-g M-n and M-g M-p bindings.
8890
8891 2005-04-18 Lars Hansen <larsh@math.ku.dk>
8892
8893 * misc.texi (Saving Emacs Sessions): Add that "--no-desktop" now
8894 turns off desktop-save-mode.
8895
8896 2005-04-17 Luc Teirlinck <teirllm@auburn.edu>
8897
8898 * frames.texi (XTerm Mouse): Xterm Mouse mode is no longer enabled
8899 by default in terminals compatible with xterm. Mention that
8900 xterm-mouse-mode is a minor mode and put in pxref to Minor Modes
8901 node.
8902
8903 2005-04-12 Luc Teirlinck <teirllm@auburn.edu>
8904
8905 * frames.texi (XTerm Mouse): Xterm Mouse mode is now enabled by default.
8906
8907 2005-04-12 Jan Djärv <jan.h.d@swipnet.se>
8908
8909 * xresources.texi (Table of Resources): Add cursorBlink.
8910
8911 2005-04-11 Luc Teirlinck <teirllm@auburn.edu>
8912
8913 * rmail.texi (Rmail Summary Edit): Explain numeric arguments to
8914 `d', `C-d' and `u'.
8915
8916 2005-04-11 Richard M. Stallman <rms@gnu.org>
8917
8918 * cmdargs.texi (Initial Options): -Q is now --quick, and does less.
8919 (Misc X): Add -D, --basic-display.
8920
8921 * maintaining.texi (Change Log): Correct the description of
8922 the example.
8923
8924 * major.texi (Choosing Modes): Document magic-mode-alist.
8925
8926 2005-04-10 Luc Teirlinck <teirllm@auburn.edu>
8927
8928 * rmail.texi (Rmail Basics): Clarify description of `q' and `b'.
8929 (Rmail Deletion): `C-d' in RMAIL buffer does not accept a numeric arg.
8930 (Rmail Inbox): Give full name of `rmail-primary-inbox-list'.
8931 (Rmail Output): Clarify which statements apply to `o', `C-o' and
8932 `w', respectively.
8933 (Rmail Labels): Mention `l'.
8934 (Rmail Attributes): Correct pxref. Mention `stored' attribute.
8935 (Rmail Summary Edit): Describe `j' and RET.
8936
8937 2005-04-10 Jan Djärv <jan.h.d@swipnet.se>
8938
8939 * xresources.texi (Lucid Resources): Add fontSet resource.
8940
8941 2005-04-09 Luc Teirlinck <teirllm@auburn.edu>
8942
8943 * display.texi (Useless Whitespace): `indicate-unused-lines' is
8944 now called `indicate-empty-lines'.
8945
8946 2005-04-06 Kim F. Storm <storm@cua.dk>
8947
8948 * cmdargs.texi (Initial Options): Add --bare-bones alias for -Q.
8949
8950 2005-04-04 Luc Teirlinck <teirllm@auburn.edu>
8951
8952 * dired.texi (Dired Visiting): `dired-view-command-alist' has been
8953 deleted.
8954 (Marks vs Flags): Add some convenient key bindings.
8955 (Hiding Subdirectories): Delete redundant and inaccurate sentence.
8956 (Misc Dired Features): Correct and expand description of `w' command.
8957
8958 * frames.texi (XTerm Mouse): Delete apparently false info.
8959 The GNU/Linux console currently does not appear to support
8960 `xterm-mouse-mode'.
8961
8962 2005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
8963
8964 * calendar.texi (Diary): Mention shell utility `calendar'.
8965
8966 2005-04-01 Richard M. Stallman <rms@gnu.org>
8967
8968 * cmdargs.texi (Misc X): Explain horizontal scroll bars don't exist.
8969
8970 2005-04-01 Lute Kamstra <lute@gnu.org>
8971
8972 * maintaining.texi (Change Log): add-change-log-entry uses
8973 add-log-mailing-address.
8974
8975 2005-03-31 Luc Teirlinck <teirllm@auburn.edu>
8976
8977 * files.texi (Reverting): Move `auto-revert-check-vc-info' to
8978 `VC Mode Line' and put in an xref to that node.
8979 (VC Mode Line): Move `auto-revert-check-vc-info' here and clarify
8980 its description.
8981
8982 2005-03-31 Paul Eggert <eggert@cs.ucla.edu>
8983
8984 * calendar.texi (Calendar Systems): Say that the Persian calendar
8985 implemented here is the arithmetical one championed by Birashk.
8986
8987 2005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
8988
8989 * programs.texi (Fortran Motion): Fix previous change.
8990
8991 2005-03-29 Richard M. Stallman <rms@gnu.org>
8992
8993 * mule.texi (Single-Byte Character Support): Reinstall the C-x 8 info.
8994
8995 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
8996
8997 * text.texi (Refill): Refer to Long Lines Mode.
8998 (Longlines): New node.
8999 (Auto Fill): Don't index "word wrap" here.
9000 (Filling): Add Longlines to menu.
9001
9002 2005-03-29 Richard M. Stallman <rms@gnu.org>
9003
9004 * xresources.texi: Minor fixes.
9005
9006 * misc.texi (Emacs Server): Fix Texinfo usage.
9007
9008 * emacs.texi (Top): Don't use a real section heading for
9009 "Detailed Node Listing". Fake it instead.
9010
9011 * basic.texi (Position Info): Minor cleanup.
9012
9013 * mule.texi (Input Methods): Minor cleanup.
9014
9015 2005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
9016
9017 * programs.texi (ForIndent Vars): `fortran-if-indent' does other
9018 constructs as well.
9019 (Fortran Motion): Add fortran-end-of-block, fortran-beginning-of-block.
9020
9021 2005-03-29 Kenichi Handa <handa@m17n.org>
9022
9023 * mule.texi (Input Methods): Refer to the command C-u C-x =.
9024
9025 * basic.texi (Position Info): Update the description about the
9026 command C-u C-x =.
9027
9028 2005-03-28 Richard M. Stallman <rms@gnu.org>
9029
9030 * emacs.texi (Top): Use @section for the detailed node listing.
9031
9032 * calendar.texi: Minor fixes to previous change.
9033
9034 * programs.texi (Fortran): Small fixes to previous changes.
9035
9036 * emacs.texi (Top): Update list of subnodes of Dired.
9037 Likewise for building.texi.
9038
9039 * files.texi (File Conveniences): Delete Auto Image File mode.
9040
9041 2005-03-28 Chong Yidong <cyd@stupidchicken.com>
9042
9043 * building.texi (Flymake): New node.
9044
9045 * custom.texi (Function Keys): Document kp- event types and
9046 keypad-setup package.
9047
9048 * dired.texi (Wdired): New node.
9049
9050 * files.texi (File Conveniences): Reorder entries.
9051 Explain how to turn on Auto-image-file mode.
9052 Document Thumbs mode.
9053
9054 * mule.texi (Specify Coding): Document recode-region and
9055 recode-file-name.
9056
9057 * programs.texi (Program Modes): Add Conf mode and DNS mode.
9058
9059 2005-03-27 Luc Teirlinck <teirllm@auburn.edu>
9060
9061 * commands.texi (Keys): M-o is now a prefix key.
9062
9063 2005-03-27 Glenn Morris <gmorris@ast.cam.ac.uk>
9064
9065 * programs.texi: Reformat and update copyright years.
9066 (Fortran): Update section.
9067
9068 2005-03-26 Luc Teirlinck <teirllm@auburn.edu>
9069
9070 * files.texi: Several small changes in addition to:
9071 (Visiting): Change xref for Dialog Boxes to ref.
9072 (Version Headers): Replace references to obsolete var
9073 `vc-header-alist' with `vc-BACKEND-header'.
9074 (Customizing VC): Update value of `vc-handled-backends'.
9075
9076 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
9077
9078 * emacs-xtra.texi (Advanced Calendar/Diary Usage): New section;
9079 move here from Emacs Lisp Reference Manual.
9080 * calendar.texi (Calendar/Diary, Diary Commands)
9081 (Special Diary Entries, Importing Diary): Change some xrefs to
9082 point to emacs-xtra rather than elisp.
9083
9084 * emacs-xtra.texi (Calendar Customizing):
9085 Move view-diary-entries-initially, view-calendar-holidays-initially,
9086 mark-diary-entries-in-calendar, mark-holidays-in-calendar to main
9087 Emacs Manual.
9088 (Appt Customizing): Merge entire section into main Emacs Manual.
9089 * calendar.texi (Holidays): Move view-calendar-holidays-initially,
9090 mark-holidays-in-calendar here from emacs-xtra.
9091 (Displaying the Diary): Move view-diary-entries-initially,
9092 mark-diary-entries-in-calendar here from emacs-xtra.
9093 (Appointments): Move appt-display-mode-line,
9094 appt-display-duration, appt-disp-window-function,
9095 appt-delete-window-function here from emacs-xtra.
9096
9097 * calendar.texi: Update and reformat copyright.
9098 Change all @xrefs to the non-printing emacs-xtra to @inforefs.
9099 (Calendar/Diary): Menu now only on Mouse-3, not C-Mouse-3.
9100 (Diary): Refer to `diary-file' rather than ~/diary.
9101 (Diary Commands): Rename node to "Displaying the Diary".
9102 * emacs.texi (Top): Rename "Diary Commands" section.
9103 * misc.texi (Hardcopy): Rename "Diary Commands" xref.
9104
9105 2005-03-26 Eli Zaretskii <eliz@gnu.org>
9106
9107 * misc.texi (Emacs Server): Fix the command for setting
9108 server-name. Add an xref to Invoking emacsclient.
9109
9110 * help.texi (Help Summary): Clarify when "C-h ." will do something
9111 nontrivial.
9112 (Apropos): Add cindex entry for apropos-sort-by-scores.
9113
9114 * display.texi (Text Display): Add index entries for how no-break
9115 characters are displayed.
9116
9117 2005-03-26 Eli Zaretskii <eliz@gnu.org>
9118
9119 * files.texi (Visiting): Fix cross-references introduced with the
9120 last change.
9121
9122 * xresources.texi (GTK resources): Fix last change.
9123
9124 2005-03-25 Chong Yidong <cyd@stupidchicken.com>
9125
9126 * xresources.texi (X Resources): GTK options documented too.
9127 (Resources): Clarify meaning of program name.
9128 (Table of Resources): Add visualClass.
9129 (GTK resources): Rewrite.
9130 (GTK widget names, GTK Names in Emacs, GTK styles): Cleanups.
9131
9132 * display.texi (Text Display): Mention non-breaking spaces.
9133
9134 * files.texi (Reverting): Document auto-revert-check-vc-info.
9135
9136 * frames.texi (Mouse Commands): Document
9137 x-mouse-click-focus-ignore-position and mouse-drag-copy-region.
9138
9139 * help.texi (Help Summary): Add `C-h .'.
9140 (Apropos): Apropos accepts a list of search terms.
9141 Document apropos-sort-by-scores.
9142 (Help Echo): Document display-local-help.
9143
9144 * misc.texi (Emacs Server): Document server-name.
9145 (Invoking emacsclient): Document -s option for server names.
9146
9147 * text.texi (Outline Visibility): Introduce "current heading
9148 line" (commands can be called with point on a body line).
9149 Re-order table to follow the sequence of discussion.
9150 hide-body won't hide lines before first header line.
9151 (TeX Mode): Add DocTeX mode.
9152
9153 2005-03-24 Richard M. Stallman <rms@gnu.org>
9154
9155 * mule.texi (Single-Byte Character Support): Delete mention
9156 of iso-acc.el and iso-transl.el.
9157
9158 2005-03-23 Lute Kamstra <lute@gnu.org>
9159
9160 * search.texi (Non-ASCII Isearch): Rename from Non-Ascii Isearch.
9161
9162 2005-03-23 Richard M. Stallman <rms@gnu.org>
9163
9164 * search.texi: Delete explicit node pointers.
9165 (Incremental Search): New menu.
9166 (Basic Isearch, Repeat Isearch, Error in Isearch)
9167 (Non-Ascii Isearch, Isearch Yank, Highlight Isearch, Isearch Scroll)
9168 (Slow Isearch): New subnodes.
9169 (Configuring Scrolling): Node deleted.
9170 (Search Case): Doc default-case-fold-search.
9171 (Regexp Replace): Move replace-regexp doc here.
9172
9173 * rmail.texi (Movemail): Put commas inside closequotes.
9174
9175 * picture.texi (Insert in Picture): Document C-c arrow combos.
9176 (Basic Picture): Clarify erasure.
9177
9178 * display.texi (Font Lock): Put commas inside closequotes.
9179
9180 * cmdargs.texi (General Variables): Put commas inside closequotes.
9181
9182 2005-03-23 Nick Roberts <nickrob@snap.net.nz>
9183
9184 * building.texi (Stack Buffer): Mention reverse contrast for
9185 *selected* frame (might not be current frame).
9186
9187 2005-03-21 Richard M. Stallman <rms@gnu.org>
9188
9189 * building.texi (Starting GUD): Add bashdb.
9190
9191 2005-03-20 Chong Yidong <cyd@stupidchicken.com>
9192
9193 * basic.texi (Moving Point): Add M-g M-g binding.
9194 (Undo): Document undo-only.
9195 (Position Info): Document M-g M-g and C-u M-g M-g.
9196
9197 * building.texi (Building): Put Grep Searching after Compilation
9198 Shell.
9199 (Compilation Mode): Document M-n, M-p, M-}, M-{, and C-c C-f bindings.
9200 Document next-error-highlight.
9201 (Grep Searching): Document grep-highlight-matches.
9202 (Lisp Eval): Typing C-x C-e twice prints integers specially.
9203
9204 * calendar.texi (Importing Diary): Rename node from iCalendar.
9205 Document diary-from-outlook.
9206
9207 * dired.texi (Misc Dired Features): Rename node from Misc Dired
9208 Commands.
9209 Mention effect of X drag and drop on Dired buffers.
9210
9211 * files.texi (Visiting): Document large-file-warning-threshold.
9212 Move paragraph on file-selection dialog.
9213 Mention visiting files using X drag and drop.
9214 (Reverting): Mention using Auto-Revert mode to tail files.
9215 Document auto-revert-tail-mode.
9216 (Version Systems): Minor correction.
9217 (Comparing Files): Diff-mode is no longer based on Compilation
9218 mode.
9219 Document compare-ignore-whitespace.
9220 (Misc File Ops): Explain passing a directory to rename-file.
9221 Likewise for copy-file and make-symbolic-link.
9222
9223 * frames.texi (Wheeled Mice): Mouse wheel support on by default.
9224 Document mouse-wheel-progressive speed.
9225
9226 * help.texi (Misc Help): Document numeric argument for C-h i.
9227 Correctly explain the effect of just C-u as argument.
9228
9229 * killing.texi (Deletion): Document numeric argument for
9230 just-one-space.
9231
9232 * mini.texi (Completion): Completion acts on text before point.
9233
9234 * misc.texi (Saving Emacs Sessions): Document desktop-restore-eager.
9235 (Emulation): CUA mode replaces pc-bindings-mode,
9236 pc-selection-mode, and s-region.
9237
9238 * mule.texi (Input Methods): Leim is now built-in.
9239 (Select Input Method): Document quail-show-key.
9240 (Specify Coding): Document revert-buffer-with-coding-system.
9241
9242 * programs.texi (Fortran Motion): Document f90-next-statement,
9243 f90-previous-statement, f90-next-block, f90-previous-block,
9244 f90-end-of-block, and f90-beginning-of-block.
9245
9246 * text.texi (Format Faces): Replace old M-g key prefix with M-o.
9247
9248 * emacs.texi (Acknowledgments): Update.
9249
9250 * anti.texi: Total rewrite.
9251
9252 2005-03-19 Chong Yidong <cyd@stupidchicken.com>
9253
9254 * ack.texi (Acknowledgments): Update.
9255
9256 2005-03-19 Eli Zaretskii <eliz@gnu.org>
9257
9258 * anti.texi (Antinews): Refer to Emacs 21.4, not 21.3.
9259 Update copyright years.
9260
9261 2005-03-14 Nick Roberts <nickrob@snap.net.nz>
9262
9263 * building.texi (Commands of GUD): Move paragraph on setting
9264 breakpoints with mouse to the GDB Graphical Interface node.
9265
9266 2005-03-07 Richard M. Stallman <rms@gnu.org>
9267
9268 * misc.texi (Single Shell, Shell Options): Fix previous change.
9269
9270 * building.texi (Debugger Operation): Update GUD tooltip enable info.
9271
9272 2005-03-06 Richard M. Stallman <rms@gnu.org>
9273
9274 * building.texi (Starting GUD): Don't explain text vs graphical
9275 GDB here. Just mention it and xref.
9276 Delete "just one debugger process".
9277 (Debugger Operation): Move GUD tooltip info here.
9278 (GUD Tooltips): Node deleted.
9279 (GDB Graphical Interface): Explain the two GDB modes here.
9280
9281 * sending.texi (Sending Mail): Minor cleanup.
9282 (Mail Aliases): Explain quoting conventions.
9283 Update key rebinding example.
9284 (Header Editing): C-M-i is like M-TAB.
9285 (Mail Mode Misc): mail-attach-file does not do MIME.
9286
9287 * rmail.texi (Rmail Inbox): Move text from Remote Mailboxes
9288 that really belongs here.
9289 (Remote Mailboxes): Text moved to Rmail Inbox.
9290 (Rmail Display): Mention Mouse-1.
9291 (Movemail): Clarify two movemail versions.
9292 Clarify rmail-movemail-program.
9293
9294 * misc.texi (Single Shell): Replace uudecode example with gpg example.
9295 Document async shell commands.
9296 (Shell History): Clarify.
9297 (Shell Ring): Mention C-UP an C-DOWN.
9298 (Shell Options): Add comint-prompt-read-only.
9299 (Invoking emacsclient): Set EDITOR to run Emacs.
9300 (Sorting): No need to explain what region is.
9301 (Saving Emacs Sessions): Fix typo.
9302 (Recursive Edit): Fix punctuation.
9303 (Emulation): Don't mention "PC bindings" which are standard.
9304 (Hyperlinking): Explain Mouse-1 convention here.
9305 (Find Func): Node deleted.
9306
9307 * help.texi (Name Help): Xref to Hyperlinking.
9308
9309 * glossary.texi (Glossary):
9310 Rename "Balance Parentheses" to "Balancing...".
9311 Add "Byte Compilation". Correct "Copyleft".
9312 New xref in "Customization".
9313 Clarify "Current Line", "Echoing", "Fringe", "Frame", "Speedbar".
9314 Add "Graphical Terminal" "Keybinding", "Margin", "Window System".
9315 Rename "Registers" to "Register".
9316 Replace "Selecting" with "Selected Frame",
9317 "Selected Window", and "Selecting a Buffer".
9318
9319 * files.texi (Types of Log File): Explain how projects'
9320 methods can vary.
9321
9322 * display.texi (Faces): Delete "Emacs 21".
9323
9324 * custom.texi (Changing a Variable): C-M-i like M-TAB.
9325 * fixit.texi (Spelling): C-M-i like M-TAB.
9326 * mini.texi (Completion Options): C-M-i like M-TAB.
9327 * programs.texi (Symbol Completion): C-M-i like M-TAB.
9328 * text.texi (Text Mode): C-M-i like M-TAB.
9329
9330 * commands.texi (Keys): Mention F1 and F2 in list of prefixes.
9331
9332 * calendar.texi (Specified Dates): Mention `g w'.
9333 (Appointments): appt-activate toggles with no arg.
9334
9335 2005-03-05 Juri Linkov <juri@jurta.org>
9336
9337 * cmdargs.texi (Emacs Invocation): Add cindex
9338 "invocation (command line arguments)".
9339 (Misc X): Add -nbc, --no-blinking-cursor.
9340
9341 2005-03-04 Ulf Jasper <ulf.jasper@web.de>
9342
9343 * calendar.texi (iCalendar): No need to require it now.
9344
9345 2005-03-03 Nick Roberts <nickrob@snap.net.nz>
9346
9347 * trouble.texi (Contributing): Mention Savannah. Direct users to
9348 emacs-devel.
9349
9350 2005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
9351
9352 * calendar.texi (Adding to Diary): Mention redrawing of calendar
9353 window.
9354
9355 2005-02-27 Richard M. Stallman <rms@gnu.org>
9356
9357 * building.texi (Compilation): Update mode line status info.
9358
9359 2005-02-27 Matt Hodges <MPHodges@member.fsf.org>
9360
9361 * calendar.texi (General Calendar): Document binding of
9362 scroll-other-window-down.
9363 (Mayan Calendar): Fix earliest date.
9364 (Time Intervals): Document timeclock-change.
9365 Fix timeclock-ask-before-exiting documentation.
9366
9367 2005-02-26 Kim F. Storm <storm@cua.dk>
9368
9369 * frames.texi (Mouse References):
9370 Add mouse-1-click-in-non-selected-windows.
9371
9372 2005-02-25 Richard M. Stallman <rms@gnu.org>
9373
9374 * screen.texi (Screen): Explain better about cursors and mode lines;
9375 don't presuppose text terminals.
9376 (Point): Don't assume just one cursor.
9377 Clarify explanation of cursors.
9378 (Echo Area, Menu Bar): Cleanups.
9379
9380 * mini.texi (Minibuffer): Prompts are highlighted.
9381 (Minibuffer Edit): Newline = C-j only on text terminals.
9382 Clarify resize-mini-windows values.
9383 Mention M-PAGEUP and M-PAGEDOWN.
9384 (Completion Commands): Mouse-1 like Mouse-2.
9385 (Minibuffer History): Explain history commands better.
9386 (Repetition): Add xref to Incremental Search.
9387
9388 * mark.texi (Setting Mark): Clarify info about displaying mark.
9389 Clarify explanation of C-@ and C-SPC.
9390 (Transient Mark): Mention Delete Selection mode.
9391 (Marking Objects): Clean up text about extending the region.
9392
9393 * m-x.texi (M-x): One C-g doesn't always go to top level.
9394 No delay before suggest-key-bindings output.
9395
9396 * fixit.texi (Fixit): Mention C-/ for undo.
9397 (Spelling): Mention ESC TAB like M-TAB.
9398 Replacement words with r and R are rechecked.
9399 Say where C-g leaves point. Mention ? as input.
9400
9401 2005-02-23 Lute Kamstra <lute@gnu.org>
9402
9403 * cmdargs.texi (Initial Options): Add cross reference.
9404
9405 2005-02-16 Luc Teirlinck <teirllm@auburn.edu>
9406
9407 * emacs.texi (Top): Update menu for splitting of node in
9408 msdog.texi.
9409 * frames.texi (Frames): Update xref for splitting of node in
9410 msdog.texi.
9411 * trouble.texi (Quitting): Ditto.
9412
9413 2005-02-16 Richard M. Stallman <rms@gnu.org>
9414
9415 * windows.texi (Split Window): Simplify line truncation info
9416 and xref to Display Custom.
9417
9418 * trouble.texi (Quitting): Emergency escape only for text terminal.
9419 (Screen Garbled): C-l for ungarbling is only for text terminal.
9420
9421 * text.texi (Text Mode): ESC TAB alternative for M-TAB.
9422
9423 * sending.texi (Header Editing): ESC TAB alternative for M-TAB.
9424
9425 * programs.texi (Program Modes): Mention Python mode.
9426 (Moving by Defuns): Repeating C-M-h extends region.
9427 (Basic Indent): Clarify.
9428 (Custom C Indent): Clarify.
9429 (Expressions): Repeating C-M-@ extends region.
9430 (Info Lookup): Clarify for C-h S.
9431 (Symbol Completion): ESC TAB alternative for M-TAB.
9432 (Electric C): Clarify.
9433
9434 * emacs.texi (Top): Update display.texi and frames.texi submenu data.
9435
9436 * msdog.texi (MS-DOS Keyboard, MS-DOS Mouse): Split from
9437 MS-DOS Input node.
9438 (MS-DOS Keyboard): Start with explaining DEL and BREAK.
9439 (MS-DOS and MULE): Clarify.
9440 (MS-DOS Processes, Windows Processes): Fix typos.
9441
9442 * major.texi (Choosing Modes): Clarify.
9443
9444 * kmacro.texi (Basic Keyboard Macro): Doc F3, F4.
9445 (Keyboard Macro Step-Edit): Clarify.
9446
9447 * indent.texi (Indentation): Clarifications.
9448
9449 * help.texi (Help): Correct error about C-h in query-replace.
9450 Clarify apropos vs C-h a. Fix how to search in FAQ.
9451 (Key Help): Describe C-h w here.
9452 (Name Help): Minor cleanup. C-h w moved to Key Help.
9453 Clarify the "object" joke.
9454 (Apropos): Clarify. Mouse-1 like Mouse-2.
9455 (Help Mode): Mouse-1 like Mouse-2.
9456
9457 * fixit.texi (Spelling): Mention ESC TAB as alt. for M-TAB.
9458
9459 * display.texi (Display): Reorder menu.
9460 (Faces): Cleanup.
9461 (Font Lock): Cleanup. Mention Options menu.
9462 Delete obsolete text.
9463 (Scrolling): For C-l, don't presume text terminal.
9464 (Horizontal Scrolling): Simplify intro.
9465 (Follow Mode): Clarify.
9466 (Cursor Display): Move before Display Custom.
9467 (Display Custom): Explain no-redraw-on-reenter is for text terminals.
9468 Doc default-tab-width. Doc line truncation more thoroughly.
9469
9470 * dired.texi (Dired Enter): C-x C-f can run Dired.
9471 (Dired Visiting): Comment out `a' command.
9472 Mouse-1 is like Mouse-2.
9473 (Shell Commands in Dired): ? can be used more than once.
9474
9475 * basic.texi (Continuation Lines): Simplify description of truncation,
9476 and refer to Display Custom for the rest of it.
9477
9478 2005-02-06 Lute Kamstra <lute@gnu.org>
9479
9480 * basic.texi (Undo): Fix typo.
9481
9482 * cmdargs.texi (Emacs Invocation): Fix typo.
9483
9484 * custom.texi (Init Examples): Fix typo.
9485
9486 * abbrevs.texi (Expanding Abbrevs): Fix typo.
9487
9488 2005-02-06 Richard M. Stallman <rms@gnu.org>
9489
9490 * regs.texi (Registers): Registers can hold numbers, too.
9491
9492 * killing.texi (Other Kill Commands): Cleanup.
9493 Delete redundant explanation of kill in read-only buffer.
9494 (Yanking): Mention term "copying".
9495 (Accumulating Text): Fix typo.
9496
9497 * entering.texi (Entering Emacs): Update rationale at start.
9498 (Exiting): Treat iconifying on a par with suspension.
9499
9500 * custom.texi (Minor Modes): Fix typo.
9501 (Easy Customization): Fix menu style.
9502 (Variables): Add xref.
9503 (Examining): Setting for future sessions works through .emacs.
9504 (Keymaps): "Text terminals", not "Many".
9505 (Init Rebinding): Explain \C-. Show example of \M-.
9506 Fix minor wording errors.
9507 (Function Keys): Explain vector syntax just once.
9508 (Named ASCII Chars): Clarify history of TAB/C-i connection.
9509 (Init File): Mention .emacs.d directory.
9510 (Init Examples): Add xref.
9511 (Find Init): Mention .emacs.d directory.
9512
9513 * cmdargs.texi (Emacs Invocation): +LINENUM is also an option.
9514 (Action Arguments): Explain which kinds of -l args are found how.
9515 (Initial Options): --batch does not inhibit site-start.
9516 Add xrefs.
9517 (Command Example): Use --batch, not -batch.
9518
9519 * basic.texi (Inserting Text): Cleanup wording.
9520 (Moving Point): Doc PRIOR, PAGEUP, NEXT, PAGEDOWN more systematically.
9521 C-n is not error at end of buffer.
9522 (Undo): Doc C-/ like C-_. Add xrefs.
9523 (Arguments): META key may be labeled ALT.
9524 Peculiar arg meanings are explained in doc strings.
9525
9526 * abbrevs.texi (Expanding Abbrevs): Clarify.
9527
9528 2005-02-05 Eli Zaretskii <eliz@gnu.org>
9529
9530 * frames.texi (Frame Parameters): Add an xref to the description
9531 of list-colors-display. Add a pointer to the X docs about colors.
9532
9533 * cmdargs.texi (Colors): Mention 16-, 88- and 256-color modes.
9534 Improve docs of list-colors-display.
9535
9536 2005-02-03 Lute Kamstra <lute@gnu.org>
9537
9538 * frames.texi (Frames, Drag and Drop): Fix typos.
9539
9540 2005-02-03 Richard M. Stallman <rms@gnu.org>
9541
9542 * windows.texi (Basic Window): Mention color-change in mode line.
9543 (Change Window): Explain dragging vertical boundaries.
9544
9545 * text.texi (Sentences): Clarify.
9546 (Paragraphs): Explain M-a and blank lines.
9547 (Outline Mode): Clarify text and menu.
9548 (Hard and Soft Newlines): Mention use-hard-newlines.
9549
9550 * frames.texi (Frames): Delete unnecessary mention of Windows.
9551 (Mouse Commands): Likewise. Mention xterm mouse support.
9552 (Clipboard): Clarify.
9553 (Mouse References): Mention use of Mouse-1 for following links.
9554 (Menu Mouse Clicks): Clarify.
9555 (Mode Line Mouse): Clarify.
9556 (Drag and Drop): Rewrite.
9557
9558 * fixit.texi (Spelling): Fix typo.
9559
9560 * files.texi (File Names): Clarify.
9561 (Visiting): Update conditions for use of file dialog. Clarify.
9562 (Saving): Doc d as answer in save-some-buffers.
9563 (Remote Files): Clean up the text.
9564
9565 * dired.texi (Misc Dired Commands): Delete dired-marked-files.
9566
9567 * buffers.texi (Select Buffer): Doc next-buffer and prev-buffer.
9568 (List Buffers): Clarify.
9569 (Several Buffers): Doc T command.
9570 (Buffer Convenience): Clarify menu.
9571
9572 * basic.texi (Undo): Clarify last change.
9573
9574 2005-02-02 Matt Hodges <MPHodges@member.fsf.org>
9575
9576 * fixit.texi (Spelling): Fix typo.
9577
9578 2005-02-01 Luc Teirlinck <teirllm@auburn.edu>
9579
9580 * basic.texi (Undo): Update description of `undo-outer-limit'.
9581
9582 2005-02-01 Nick Roberts <nickrob@snap.net.nz>
9583
9584 * building.texi: Update documentation relating to GDB Graphical
9585 Interface.
9586
9587 2005-01-30 Luc Teirlinck <teirllm@auburn.edu>
9588
9589 * custom.texi (Easy Customization): Adapt menu to node name change.
9590
9591 2005-01-30 Richard M. Stallman <rms@gnu.org>
9592
9593 * custom.texi (Easy Customization): Defn of "User Option" now
9594 includes faces. Don't say just "option" when talking about variables.
9595 Do say just "options" to mean "anything customizable".
9596 (Specific Customization): Describe `customize-variable',
9597 not `customize-option'.
9598
9599 * glossary.texi (Glossary) <Faces>: Add xref.
9600 <User Option>: Change definition--include faces. Change xref.
9601
9602 * picture.texi (Picture): Mention artist.el.
9603
9604 * sending.texi, screen.texi, programs.texi, misc.texi:
9605 * mini.texi, major.texi, maintaining.texi, macos.texi:
9606 * help.texi, frames.texi, files.texi:
9607 Don't say just "option" when talking about variables.
9608
9609 * display.texi, mule.texi: Don't say just "option" when talking
9610 about variables. Other minor cleanups.
9611
9612 2005-01-26 Lute Kamstra <lute@gnu.org>
9613
9614 * cmdargs.texi (Initial Options): Add a cross reference to `Init
9615 File'. Mention the `-Q' option at the `--no-site-file' option.
9616
9617 2005-01-22 David Kastrup <dak@gnu.org>
9618
9619 * building.texi (Grep Searching): Mention alias `find-grep' for
9620 `grep-find'.
9621
9622 2005-01-20 Richard M. Stallman <rms@gnu.org>
9623
9624 * calendar.texi (Time Intervals): Delete special stuff for MS-DOS.
9625
9626 2005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
9627
9628 * rmail.texi (Movemail): Explain differences
9629 between standard and mailutils versions of movemail.
9630 Describe command line and configuration options introduced
9631 with the latter.
9632 Explain the notion of mailbox URL, provide examples and
9633 cross-references to mailutils documentation.
9634 Describe various methods of specifying mailbox names,
9635 user names and user passwords for rmail.
9636 (Remote Mailboxes): New section.
9637 Describe how movemail handles remote mailboxes. Describe configuration
9638 options used to control its behavior.
9639 (Other Mailbox Formats): Explain handling of various mailbox
9640 formats.
9641
9642 2005-01-13 Richard M. Stallman <rms@gnu.org>
9643
9644 * commands.texi (Commands): Clarification.
9645
9646 2005-01-11 Richard M. Stallman <rms@gnu.org>
9647
9648 * programs.texi (Multi-line Indent): Fix previous change.
9649 (Fortran Autofill): Simplify description of fortran-auto-fill-mode.
9650
9651 2005-01-08 Richard M. Stallman <rms@gnu.org>
9652
9653 * display.texi (Faces): isearch-lazy-highlight-face renamed to
9654 lazy-highlight.
9655
9656 * search.texi (Query Replace): Mention faces query-replace
9657 and lazy-highlight.
9658 (Incremental Search): Update isearch highlighting info.
9659
9660 2005-01-04 Richard M. Stallman <rms@gnu.org>
9661
9662 * custom.texi (Saving Customizations): Minor improvement.
9663
9664 2005-01-03 Luc Teirlinck <teirllm@auburn.edu>
9665
9666 * custom.texi (Saving Customizations): Emacs no longer loads
9667 `custom-file' after .emacs. No longer mention customizing through
9668 Custom.
9669
9670 2005-01-01 Andreas Schwab <schwab@suse.de>
9671
9672 * killing.texi (Graphical Kill): Move up under node Killing,
9673 change @section to @subsection.
9674
9675 2005-01-01 Richard M. Stallman <rms@gnu.org>
9676
9677 * custom.texi (Face Customization): Mention hex color specs.
9678
9679 * emacs.texi (Top): Update Killing submenu.
9680
9681 * killing.texi (Killing): Reorganize section.
9682 No more TeX-only text; put the node command at start of chapter.
9683 But the first section heading is used only in TeX.
9684 Rewrite the text to read better in this mode.
9685 (Graphical Kill): New subnode gets some of the text that
9686 used to be in the first section.
9687
9688 2004-12-31 Richard M. Stallman <rms@gnu.org>
9689
9690 * dired.texi (Shell Commands in Dired): Delete the ? example.
9691
9692 * display.texi (Scrolling): Correct scroll-preserve-screen-position.
9693
9694 * files.texi (Saving): Describe new require-final-newline features
9695 and mode-require-final-newline.
9696
9697 2004-12-29 Richard M. Stallman <rms@gnu.org>
9698
9699 * custom.texi (File Variables): Clarify previous change.
9700
9701 2004-12-27 Jan Djärv <jan.h.d@swipnet.se>
9702
9703 * frames.texi (Dialog Boxes): Mention Gtk+ 2.6 also, as that version is
9704 out now.
9705
9706 2004-12-27 Richard M. Stallman <rms@gnu.org>
9707
9708 * Makefile.in (MAKEINFO): Specify --force.
9709
9710 * basic.texi (Moving Point): C-e now runs move-end-of-line.
9711 (Undo): Doc undo-outer-limit.
9712
9713 2004-12-15 Juri Linkov <juri@jurta.org>
9714
9715 * mark.texi (Transient Mark, Mark Ring): M-< and other
9716 movement commands don't set mark in Transient Mark mode
9717 if mark is active.
9718
9719 2004-12-12 Juri Linkov <juri@jurta.org>
9720
9721 * misc.texi (FFAP): Add C-x C-r, C-x C-v, C-x C-d,
9722 C-x 4 r, C-x 4 d, C-x 5 r, C-x 5 d.
9723
9724 * dired.texi (Dired Navigation): Add @r{(Dired)} to M-g.
9725 (Misc Dired Commands): Add @r{(Dired)} to w.
9726
9727 2004-12-12 Juri Linkov <juri@jurta.org>
9728
9729 * mark.texi (Marking Objects): Marking commands also extend the
9730 region when mark is active in Transient Mark mode.
9731
9732 2004-12-08 Luc Teirlinck <teirllm@auburn.edu>
9733
9734 * custom.texi (Saving Customizations): Emacs only loads the custom
9735 file automatically after the init file in version 22.1 or later.
9736 Adapt text and examples to this fact.
9737
9738 2004-12-07 Luc Teirlinck <teirllm@auburn.edu>
9739
9740 * frames.texi (Scroll Bars): The option `scroll-bar-mode' has to
9741 be set through Custom. Otherwise, it has no effect.
9742
9743 2004-12-05 Richard M. Stallman <rms@gnu.org>
9744
9745 * cmdargs.texi, doclicense.texi, xresources.texi, emacs.texi:
9746 * entering.texi: Rename Command Line to Emacs Invocation.
9747
9748 * misc.texi (Term Mode): Correctly describe C-c.
9749
9750 * custom.texi (Easy Customization): Move up to section level,
9751 before Variables. Avoid using the term "variable"; say "option".
9752 New initial explanation.
9753 (Variables): In initial explanation, connect "variable" to the
9754 already-explained "user option".
9755
9756 * emacs.texi (Top): Fix ref to Command Line.
9757 Move reference to Easy Customization.
9758
9759 * xresources.texi (X Resources): Fix From link.
9760
9761 * doclicense.texi (GNU Free Documentation License): Fix To link.
9762
9763 * entering.texi (Entering Emacs): Fix xref, now to Command Line.
9764
9765 * cmdargs.texi (Command Line): Node renamed from Command Arguments.
9766
9767 2004-12-03 Richard M. Stallman <rms@gnu.org>
9768
9769 * cmdargs.texi (Initial Options): Clarify batch mode i/o.
9770
9771 2004-12-01 Luc Teirlinck <teirllm@auburn.edu>
9772
9773 * kmacro.texi: Several small changes in addition to the following.
9774 (Keyboard Macro Ring): Describe behavior of `C-x C-k C-k' when
9775 defining a keyboard macro.
9776 Mention `kmacro-ring-max'.
9777 (Keyboard Macro Counter): Clarify description of
9778 `kmacro-insert-counter', `kmacro-set-counter',
9779 `kmacro-add-counter' and `kmacro-set-format'.
9780
9781 2004-11-29 Reiner Steib <Reiner.Steib@gmx.de>
9782
9783 * custom.texi (File Variables): Add `unibyte' and make it more
9784 clear that `unibyte' and `coding' are special. Suggested by Simon
9785 Krahnke <overlord@gmx.li>.
9786
9787 * mule.texi (Enabling Multibyte): Refer to File Variables.
9788 Suggested by Simon Krahnke <overlord@gmx.li>.
9789
9790 2004-11-26 Jan Djärv <jan.h.d@swipnet.se>
9791
9792 * frames.texi (Dialog Boxes): Rename use-old-gtk-file-dialog to
9793 x-use-old-gtk-file-dialog.
9794
9795 2004-11-20 Richard M. Stallman <rms@gnu.org>
9796
9797 * text.texi (Fill Prefix): M-q doesn't apply fill prefix to first line.
9798
9799 2004-11-09 Lars Brinkhoff <lars@nocrew.org>
9800
9801 * building.texi (Lisp Eval): Delete hyphen in section name.
9802
9803 2004-11-19 Thien-Thi Nguyen <ttn@gnu.org>
9804
9805 * files.texi (Old Versions):
9806 No longer document annotation as "CVS only".
9807
9808 2004-11-10 Andre Spiegel <spiegel@gnu.org>
9809
9810 * files.texi (Version Control): Rewrite the introduction about
9811 version systems, mentioning the new ones that we support.
9812 Thanks to Alex Ott, Karl Fogel, Stefan Monnier, and David Kastrup for
9813 suggestions.
9814
9815 2004-11-03 Jan Djärv <jan.h.d@swipnet.se>
9816
9817 * frames.texi (Dialog Boxes): Replace non-nil with non-@code{nil}.
9818
9819 2004-11-02 Jan Djärv <jan.h.d@swipnet.se>
9820
9821 * frames.texi (Dialog Boxes): Document use-old-gtk-file-dialog.
9822
9823 2004-10-23 Eli Zaretskii <eliz@gnu.org>
9824
9825 * text.texi (Text Based Tables, Table Definition)
9826 (Table Creation, Table Recognition, Cell Commands)
9827 (Cell Justification, Row Commands, Column Commands)
9828 (Fixed Width Mode, Table Conversion, Measuring Tables)
9829 (Table Misc): New nodes, documenting the Table Mode.
9830
9831 2004-10-19 Jason Rumney <jasonr@gnu.org>
9832
9833 * makefile.w32-in (info): Change order of arguments to makeinfo.
9834
9835 2004-10-19 Ulf Jasper <ulf.jasper@web.de>
9836
9837 * calendar.texi (iCalendar): Update for package changes.
9838
9839 2004-10-09 Luc Teirlinck <teirllm@auburn.edu>
9840
9841 * files.texi (Misc File Ops): View mode is a minor mode.
9842
9843 2004-10-08 Glenn Morris <gmorris@ast.cam.ac.uk>
9844
9845 * calendar.texi (iCalendar): Style changes.
9846
9847 2004-10-07 Luc Teirlinck <teirllm@auburn.edu>
9848
9849 * search.texi (Regexps): The regexp described in the example is no
9850 longer stored in the variable `sentence-end'.
9851
9852 2004-10-06 Nick Roberts <nickrob@snap.net.nz>
9853
9854 * building.texi (Starting GUD): Note that multiple debugging
9855 sessions requires `gdb --fullname'.
9856
9857 2004-10-05 Ulf Jasper <ulf.jasper@web.de>
9858
9859 * calendar.texi (iCalendar): New section for a new package.
9860
9861 2004-10-05 Luc Teirlinck <teirllm@auburn.edu>
9862
9863 * text.texi: Various small changes in addition to the following.
9864 (Text): Replace xref for autotype with inforef.
9865 (Sentences): Explain nil value for `sentence-end'.
9866 (Paragraphs): Update default values for `paragraph-start' and
9867 `paragraph-separate'.
9868 (Text Mode): Correct description of Text mode's effect on the
9869 syntax table.
9870 (Outline Visibility): `hide-other' does not hide top level headings.
9871 `selective-display-ellipses' no longer has an effect on Outline mode.
9872 (TeX Misc): Add missing @cindex.
9873 Replace xref for RefTeX with inforef.
9874 (Requesting Formatted Text): The variable
9875 `enriched-fill-after-visiting' no longer exists.
9876 (Editing Format Info): Update names of menu items and commands.
9877 (Format Faces): Mention special effect of specifying the default face.
9878 Describe inheritance of text properties.
9879 Correct description of `fixed' face.
9880 (Format Indentation): Correct description of effect of setting
9881 margins. Mention `set-left-margin' and `set-right-margin'.
9882 (Format Justification): Update names of menu items.
9883 `set-justification-full' is now bound to `M-j b'.
9884 Mention that `default-justification' is a per buffer variable.
9885 (Format Properties): Update name of menu item.
9886 (Forcing Enriched Mode): `format-decode-buffer' automatically
9887 turns on Enriched mode if the buffer is in text/enriched format.
9888
9889 2004-10-05 Emilio C. Lopes <eclig@gmx.net>
9890
9891 * calendar.texi (From Other Calendar): Add calendar-goto-iso-week.
9892
9893 2004-09-28 Kim F. Storm <storm@cua.dk>
9894
9895 * display.texi (Display Custom) <indicate-buffer-boundaries>:
9896 Align with new functionality.
9897
9898 2004-09-22 Luc Teirlinck <teirllm@auburn.edu>
9899
9900 * display.texi (Display Custom): Remove stray `@end defvar'.
9901
9902 2004-09-23 Kim F. Storm <storm@cua.dk>
9903
9904 * display.texi (Display Custom): Add `overflow-newline-into-fringe',
9905 `indicate-buffer-boundaries' and `default-indicate-buffer-boundaries'.
9906
9907 2004-09-20 Richard M. Stallman <rms@gnu.org>
9908
9909 * custom.texi (Hooks): Explain using setq to clear out a hook.
9910 (File Variables): Explain multiline string constants.
9911 (Non-ASCII Rebinding): Explain when you need to update
9912 non-ASCII char codes in .emacs.
9913
9914 * building.texi (Compilation): Explain how to make a silent
9915 subprocess that won't be terminated. Explain compilation-environment.
9916
9917 2004-09-13 Kim F. Storm <storm@cua.dk>
9918
9919 * mini.texi (Repetition): Rename isearch-resume-enabled to
9920 isearch-resume-in-command-history and change default to disabled.
9921
9922 2004-09-09 Kim F. Storm <storm@cua.dk>
9923
9924 * kmacro.texi (Save Keyboard Macro): Replace `name-last-kbd-macro'
9925 with new `kmacro-name-last-macro'.
9926
9927 2004-09-08 Juri Linkov <juri@jurta.org>
9928
9929 * mini.texi (Minibuffer History): Add `history-delete-duplicates'.
9930
9931 2004-09-03 Juri Linkov <juri@jurta.org>
9932
9933 * search.texi (Incremental Search): Update wording for M-%.
9934
9935 2004-09-02 Luc Teirlinck <teirllm@auburn.edu>
9936
9937 * killing.texi (Killing): Correct description of kill commands in
9938 read-only buffer.
9939
9940 2004-09-02 Teodor Zlatanov <tzz@lifelogs.com>
9941
9942 * building.texi (Compilation Mode): Add a paragraph about rules
9943 for finding the compilation buffer for `next-error'.
9944
9945 * search.texi (Other Repeating Search): Mention that Occur mode
9946 supports the next-error functionality.
9947
9948 2004-09-02 Juri Linkov <juri@jurta.org>
9949
9950 * search.texi (Regexp Replace): Add missing backslash to \footnote.
9951
9952 2004-08-31 Luc Teirlinck <teirllm@auburn.edu>
9953
9954 * kmacro.texi (Basic Keyboard Macro):
9955 `apply-macro-to-region-lines' now operates on all lines that begin
9956 in the region, rather than on all complete lines in the region.
9957
9958 2004-08-31 Jan Djärv <jan.h.d@swipnet.se>
9959
9960 * frames.texi (Drag and drop): Add documentation about
9961 x-dnd-test-function and x-dnd-known-types.
9962
9963 2004-08-30 Luc Teirlinck <teirllm@auburn.edu>
9964
9965 * indent.texi: Various minor changes in addition to:
9966 (Indentation Commands): Correct description of `indent-relative'.
9967 (Tab Stops): <TAB> is no longer bound to `tab-to-tab-stop' in Text
9968 mode. The *Tab Stops* buffer uses Overwrite Mode.
9969 (Just Spaces): `tabify' converts sequences of at least two spaces
9970 to tabs.
9971
9972 2004-08-27 Luc Teirlinck <teirllm@auburn.edu>
9973
9974 * frames.texi (Secondary Selection): Setting the secondary
9975 selection with M-Drag-Mouse-1 does not alter the kill ring,
9976 setting it with M-Mouse-1 and M-Mouse-3 does.
9977 (Mode Line Mouse): C-Mouse-2 on scroll bar now also works for
9978 toolkit scroll bars.
9979 (Scroll Bars): Ditto.
9980
9981 * windows.texi (Basic Window): When using a window system, the value
9982 of point in a non-selected window is indicated by a hollow box.
9983 (Split Window): Side by side windows are separated by a scroll bar,
9984 if scroll bars are used.
9985 C-Mouse-2 on scroll bar now also works for toolkit scroll bars.
9986 (Change Window): Correct Mouse-2 vs Mouse-3 mess-up.
9987 (Window Convenience): Update bindings for `winner-undo' and
9988 `winner-redo'.
9989
9990 * ack.texi (Acknowledgments): Use `@unnumbered'.
9991 * misc.texi: Adapt sectioning in Info to the node structure.
9992 (Invoking emacsclient): Make "Invoking emacsclient" a subsection
9993 of "Using Emacs as a Server".
9994 * building.texi (Building): Interchange nodes (for correct numbering).
9995 * programs.texi (Programs): Interchange nodes (for correct numbering).
9996 * killing.texi, entering.texi, commands.texi: Adapt sectioning in
9997 Info to the node structure.
9998 * emacs.texi: Make "GNU GENERAL PUBLIC LICENSE" an appendix.
9999 Rearrange order of nodes and sections such that both "GNU GENERAL
10000 PUBLIC LICENSE" and "GNU Free Documentation License" appear at the
10001 end, as appropriate for appendices.
10002 (Acknowledgments): Put inside @iftex instead of @ifnotinfo.
10003 Use `@unnumberedsec'.
10004 * trouble.texi: Adapt sectioning in Info to the node structure.
10005 Adapt node pointers to change in emacs.texi.
10006 * cmdargs.texi, doclicense.texi: Adapt node pointers.
10007
10008 2004-08-25 Kenichi Handa <handa@m17n.org>
10009
10010 * custom.texi (Non-ASCII Rebinding): Fix and simplify the
10011 description for unibyte mode.
10012
10013 2004-08-23 Luc Teirlinck <teirllm@auburn.edu>
10014
10015 * display.texi (Font Lock): Correct invalid (for hardcopy) @xref.
10016
10017 * search.texi (Regexps): Correct cryptic (in hardcopy) @ref.
10018 (Configuring Scrolling): Correct invalid (for hardcopy) @xref.
10019 (Regexp Replace): Standardize reference to hardcopy Elisp Manual
10020 in @pxref.
10021
10022 2004-08-22 Luc Teirlinck <teirllm@auburn.edu>
10023
10024 * kmacro.texi (Keyboard Macro Counter, Keyboard Macro Step-Edit):
10025 Change section names.
10026
10027 2004-08-21 Luc Teirlinck <teirllm@auburn.edu>
10028
10029 * kmacro.texi (Keyboard Macro Ring): Rename section.
10030 Emacs treats the head of the macro ring as the `last keyboard macro'.
10031 (Keyboard Macro Counter): Minor change.
10032 (Save Keyboard Macro): Some clarifications.
10033 (Edit Keyboard Macro): Rename section.
10034
10035 * buffers.texi (Buffers): Maximum buffer size is now 256M on
10036 32-bit machines.
10037 (Several Buffers): Clarify which buffer is selected if `2' is
10038 pressed in the Buffer Menu.
10039 Auto Revert mode can be used to update the Buffer Menu
10040 automatically.
10041
10042 2004-08-21 Eli Zaretskii <eliz@gnu.org>
10043
10044 * help.texi (Misc Help): Add an index entry for finding an Info
10045 manual by its file name.
10046
10047 2004-08-20 Luc Teirlinck <teirllm@auburn.edu>
10048
10049 * files.texi (Backup Deletion): Correct description of
10050 `delete-old-versions'.
10051 (Time Stamps): `time-stamp' needs to be added to `before-save-hook'.
10052 (Auto Save Files): Recommend `auto-save-mode' to reenable
10053 auto-saving, rather than the abbreviation `auto-save'.
10054
10055 2004-08-17 Luc Teirlinck <teirllm@auburn.edu>
10056
10057 * emacs.texi (Top): Mention "cutting" and "pasting" as synonyms
10058 for "killing" and "yanking" in main menu.
10059
10060 2004-08-16 Richard M. Stallman <rms@gnu.org>
10061
10062 * killing.texi (Yanking, Killing): Minor cleanups.
10063
10064 * mark.texi (Momentary Mark): Minor cleanups.
10065
10066 2004-08-15 Kenichi Handa <handa@etl.go.jp>
10067
10068 * custom.texi (Non-ASCII Rebinding):
10069 C-q always inserts the right code to pass to global-set-key.
10070
10071 2004-08-13 Luc Teirlinck <teirllm@auburn.edu>
10072
10073 * regs.texi (RegNumbers): Mention `C-x r i' binding for
10074 `insert-register', instead of `C-x r g' binding, for consistency.
10075
10076 2004-08-12 Luc Teirlinck <teirllm@auburn.edu>
10077
10078 * fixit.texi (Spelling): Fix typo.
10079
10080 2004-08-11 Luc Teirlinck <teirllm@auburn.edu>
10081
10082 * help.texi (Help): Fix Texinfo usage.
10083
10084 2004-07-24 Richard M. Stallman <rms@gnu.org>
10085
10086 * text.texi (Paragraphs): Update how paragraphs are separated
10087 and the default for paragraph-separate.
10088
10089 * search.texi (Regexp Replace): Further update text for new
10090 replacement operators.
10091
10092 2004-07-18 Luc Teirlinck <teirllm@auburn.edu>
10093
10094 * emacs-xtra.texi (Subdir switches): Dired does not remember the
10095 `R' switch.
10096
10097 * dired.texi (Dired Updating): `k' only deletes inserted
10098 subdirectories from the Dired buffer if a prefix argument was given.
10099
10100 * search.texi (Regexps): Delete redundant definition of `symbol' in
10101 description of `\_>'. It already occurs in the description of `\_<'.
10102
10103 2004-07-01 Juri Linkov <juri@jurta.org>
10104
10105 * search.texi (Incremental Search): Add C-M-w, C-M-y, M-%, C-M-%, M-e.
10106 (Regexp Search): Add M-r.
10107
10108 2004-06-30 Luc Teirlinck <teirllm@auburn.edu>
10109
10110 * makefile.w32-in (EMACSSOURCES): Remove emacs-xtra.
10111
10112 2004-06-29 Jesper Harder <harder@ifa.au.dk>
10113
10114 * search.texi, calendar.texi: Markup fixes.
10115
10116 2004-06-25 Richard M. Stallman <rms@gnu.org>
10117
10118 * search.texi (Regexp Replace): Rewrite description of \# \, and \?.
10119
10120 2004-06-25 David Kastrup <dak@gnu.org>
10121
10122 * search.texi (Regexp Replace): Some typo corrections and
10123 rearrangement.
10124
10125 2004-06-24 David Kastrup <dak@gnu.org>
10126
10127 * search.texi (Unconditional Replace): Use replace-string instead
10128 of query-replace in example.
10129 (Regexp Replace): Add explanations for `\,', `\#' and `\?'
10130 sequences.
10131 (Query Replace): Correct explanation of `^' which does not use
10132 the mark stack.
10133
10134 2004-06-21 Nick Roberts <nickrob@gnu.org>
10135
10136 * misc.texi (Shell History Copying): Document comint-insert-input.
10137 (Shell Ring): Describe comint-dynamic-list-input-ring here.
10138
10139 2004-06-20 Jesper Harder <harder@ifa.au.dk>
10140
10141 * msdog.texi (Text and Binary, MS-DOS Printing): Use m-dash.
10142 * custom.texi (Customization): Do.
10143 * anti.texi (Antinews): Do.
10144 * abbrevs.texi (Defining Abbrevs): Do.
10145
10146 * programs.texi (Info Lookup): Fix keybinding for
10147 info-lookup-symbol.
10148
10149 2004-06-16 Juanma Barranquero <lektu@terra.es>
10150
10151 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, EMACSSOURCES):
10152 Add emacs-xtra.
10153 ($(infodir)/emacs-xtra, emacs-xtra.dvi): New dependencies.
10154 (clean): Add emacs-xtra and flymake. Remove redundancies.
10155
10156 2004-06-15 Luc Teirlinck <teirllm@auburn.edu>
10157
10158 * Makefile.in (INFO_TARGETS, DVI_TARGETS, ../info/emacs-xtra):
10159 Add emacs-xtra.
10160 * emacs-xtra.texi: New file.
10161
10162 2004-06-14 Luc Teirlinck <teirllm@auburn.edu>
10163
10164 * dired.texi (Dired Enter): Mention conditions on `ls' switches.
10165 (Dired and Find): Mention differences with ordinary Dired buffers.
10166
10167 2004-06-13 Richard M. Stallman <rms@gnu.org>
10168
10169 * custom.texi (Init Syntax): Explain about vars that do special
10170 things when set with setq or with Custom.
10171 (Init Examples): Add line-number-mode example.
10172
10173 2004-06-12 Juri Linkov <juri@jurta.org>
10174
10175 * dired.texi (Operating on Files): Add dired-do-touch.
10176
10177 2004-06-10 Juri Linkov <juri@jurta.org>
10178
10179 * building.texi (Lisp Eval): Add C-M-x on defface.
10180
10181 2004-06-08 Luc Teirlinck <teirllm@auburn.edu>
10182
10183 * files.texi (Reverting): Auto-Revert mode and
10184 Global Auto-Revert mode no longer revert remote files.
10185
10186 2004-05-29 Richard M. Stallman <rms@gnu.org>
10187
10188 * custom.texi (Init File): Two dashes start --no-site-file.
10189
10190 2004-05-29 Alan Mackenzie <acm@muc.de>
10191
10192 * programs.texi: Update for CC Mode 5.30 and incidental amendments.
10193 ("AWK"): Is consistently thus spelled throughout.
10194 (AWK, Pike): Document as "C-like modes".
10195 (@kbd{M-j}): Document as alternative to @kbd{C-M-j}.
10196 (M-x man): Supersedes M-x manual-entry.
10197 Add numerous index entries. Correct "ESC a/e" to "M-a/e".
10198
10199 ("Comments in C"): Delete node; the info is in CC Mode manual.
10200 (c-comment-only-line-offset): Remove description.
10201
10202 (C-c ., C-c C-c): Describe new C Mode bindings.
10203
10204 (C-u TAB, indent-code-rigidly, c-indent-exp, c-tab-always-indent)
10205 (@dfn{Style}, c-default-style, comment-column, comment-padding)
10206 (c-up-conditional, c-beginning-of-statement, c-end-of-statement):
10207 Amend definitions.
10208
10209 (c-beginning-of-defun, c-end-of-defun, c-context-line-break):
10210 Describe functions.
10211
10212 (c-comment-start-regexp, c-hanging-comment-ender-p)
10213 (c-hanging-comment-starter-p): Remove obsolete definitions.
10214
10215 * emacs.texi: Remove the menu entry "Comments in C".
10216
10217 2004-05-27 Luc Teirlinck <teirllm@auburn.edu>
10218
10219 * dired.texi (Dired and Find): `find-ls-option' does not apply to
10220 `M-x locate'.
10221
10222 2004-05-16 Karl Berry <karl@gnu.org>
10223
10224 * emacs.texi (ack.texi) [@ifnottex]: Change condition; with @ifinfo,
10225 makeinfo --html fails.
10226 * help.texi (Help Summary) [@ifnottex]: Likewise.
10227
10228 2004-05-13 Nick Roberts <nickrob@gnu.org>
10229
10230 * building.texi (GDB Graphical Interface): Update and describe
10231 layout first.
10232
10233 2004-05-04 Jason Rumney <jasonr@gnu.org>
10234
10235 * makefile.w32-in: Revert last change.
10236
10237 2004-05-03 Jason Rumney <jasonr@gnu.org>
10238
10239 * makefile.w32-in (MULTI_INSTALL_INFO, ENVADD): Use forward slashes.
10240
10241 2004-04-23 Juanma Barranquero <lektu@terra.es>
10242
10243 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
10244
10245 2004-04-18 Juri Linkov <juri@jurta.org>
10246
10247 * fixit.texi (Spelling): Remove file extension from ispell xref.
10248
10249 2004-04-15 Kim F. Storm <storm@cua.dk>
10250
10251 * cmdargs.texi (Initial Options): Add -Q.
10252
10253 2004-04-05 Kim F. Storm <storm@cua.dk>
10254
10255 * custom.texi (File Variables): Add safe-local-eval-forms.
10256
10257 2004-04-02 Luc Teirlinck <teirllm@auburn.edu>
10258
10259 * files.texi (Reverting): Correct description of revert-buffer's
10260 handling of point.
10261
10262 2004-03-22 Juri Linkov <juri@jurta.org>
10263
10264 * emacs.texi (Top): Add `Misc X'.
10265
10266 * trouble.texi: Fix help key bindings.
10267
10268 * glossary.texi: Improve references.
10269
10270 * help.texi: Sync keywords with finder.el.
10271
10272 * mini.texi (Completion): Add description for menu items.
10273
10274 * misc.texi (Browse-URL, FFAP): Add information about keywords.
10275
10276 * sending.texi (Mail Methods): Fix xref to Message manual.
10277
10278 2004-03-12 Richard M. Stallman <rms@gnu.org>
10279
10280 * buffers.texi (Misc Buffer): Add index entry for rename-uniquely.
10281
10282 2004-03-04 Richard M. Stallman <rms@gnu.org>
10283
10284 * search.texi (Regexps): Explain that ^ and $ have their
10285 special meanings only in certain contexts.
10286
10287 * programs.texi (Expressions): Doc C-M-SPC as alias for C-M-@.
10288
10289 * mule.texi (Specify Coding): Doc C-x RET F.
10290
10291 * buffers.texi (Misc Buffer): Explain use of M-x rename-uniquely
10292 for multiple compile and grep buffers.
10293 (Indirect Buffers): Don't recommand clone-indirect-buffer
10294 for multiple compile and grep buffers.
10295
10296 2004-02-29 Juanma Barranquero <lektu@terra.es>
10297
10298 * makefile.w32-in (mostlyclean, clean, maintainer-clean):
10299 Use $(DEL) instead of rm, and ignore exit code.
10300
10301 2004-02-23 Nick Roberts <nick@nick.uklinux.net>
10302
10303 * building.texi (Watch Expressions): Update.
10304
10305 2004-02-21 Juri Linkov <juri@jurta.org>
10306
10307 * cmdargs.texi (Action Arguments): Add alias --find-file.
10308 Add --directory, --help, --version. Move text about command-line-args
10309 to Command Arguments.
10310 (Initial Options): Add @cindex for --script. Fix @cindex for -q.
10311 Add --no-desktop. Add alias --no-multibyte, --no-unibyte.
10312 (Window Size X): Join -g and --geometry. Add @cindex.
10313 (Borders X): Fix @cindex for -ib. Add @cindex for -bw.
10314 (Title X): Remove alias -title.
10315 (Misc X): New node.
10316
10317 2004-02-15 Jan Djärv <jan.h.d@swipnet.se>
10318
10319 * frames.texi (Drag and drop): Add Motif to list of supported
10320 protocols.
10321
10322 2004-02-03 Jan Djärv <jan.h.d@swipnet.se>
10323
10324 * frames.texi (Drag and drop): New section.
10325
10326 2004-01-24 Richard M. Stallman <rms@gnu.org>
10327
10328 * emacs.texi (Acknowledgments): Rename from Acknowledgements.
10329 Include it only @ifnotinfo. Patch the preceding and following
10330 node headers to point to each other.
10331
10332 2004-01-11 Glenn Morris <gmorris@ast.cam.ac.uk>
10333
10334 * calendar.texi (Appointments): Update section.
10335
10336 2003-12-29 Kevin Ryde <user42@zip.com.au>
10337
10338 * programs.texi (C Modes): Fix the xref.
10339
10340 2003-12-23 Nick Roberts <nick@nick.uklinux.net>
10341
10342 * building.texi (Watch Expressions): Update.
10343 (Commands of GUD): Include use of toolbar + breakpoints set from
10344 fringe/margin.
10345
10346 2003-12-03 Andre Spiegel <spiegel@gnu.org>
10347
10348 * files.texi: Say how to disable VC. Suggested by Alan Mackenzie
10349 <acm@muc.de>.
10350
10351 2003-11-29 Jan Djärv <jan.h.d@swipnet.se>
10352
10353 * frames.texi (Dialog Boxes): Add use-file-dialog.
10354
10355 2003-11-22 Martin Stjernholm <mast@lysator.liu.se>
10356
10357 * ack.texi: Note that Alan Mackenzie contributed the AWK support
10358 in CC Mode.
10359
10360 2003-11-02 Jesper Harder <harder@ifa.au.dk> (tiny change)
10361
10362 * ack.texi, basic.texi, cmdargs.texi:
10363 * commands.texi, custom.texi, display.texi:
10364 * emacs.texi, files.texi:
10365 * frames.texi, glossary.texi, killing.texi:
10366 * macos.texi, mark.texi, misc.texi, msdog.texi:
10367 * mule.texi, rmail.texi, search.texi:
10368 * sending.texi, text.texi, trouble.texi:
10369 Replace @sc{ascii} and ASCII with @acronym{ASCII}.
10370
10371 2003-11-01 Alan Mackenzie <acm@muc.de>
10372
10373 * search.texi (Scrolling During Incremental Search): Document a
10374 new scrolling facility in isearch mode.
10375
10376 2003-10-22 Miles Bader <miles@gnu.org>
10377
10378 * Makefile.in (info): Move before $(top_srcdir)/info.
10379
10380 2003-10-22 Nick Roberts <nick@nick.uklinux.net>
10381
10382 * building.texi (Watch Expressions): Update section on data display
10383 to reflect code changes (GDB Graphical Interface).
10384
10385 2003-10-13 Richard M. Stallman <rms@gnu.org>
10386
10387 * xresources.texi (GTK resources): Clean up previous change.
10388
10389 2003-10-12 Jan Djärv <jan.h.d@swipnet.se>
10390
10391 * xresources.texi (GTK resources): Add a note that some themes
10392 disallow customizations. Add scroll theme example.
10393
10394 2003-09-30 Richard M. Stallman <rms@gnu.org>
10395
10396 * cmdargs.texi (General Variables): Remove MAILRC envvar.
10397
10398 * misc.texi (Saving Emacs Sessions): Shorten the section,
10399 collapsing back into one node.
10400
10401 2003-09-30 Lars Hansen <larsh@math.ku.dk>
10402
10403 * misc.texi: Section "Saving Emacs Sessions" rewritten.
10404
10405 2003-09-29 Jan Djärv <jan.h.d@swipnet.se>
10406
10407 * xresources.texi (GTK names in Emacs): Correct typo.
10408
10409 2003-09-24 Luc Teirlinck <teirllm@mail.auburn.edu>
10410
10411 * cmdargs.texi (Font X): Mention new default font.
10412 More fully describe long font names, wildcard patterns and the
10413 problems involved. (Result of discussion on emacs-devel.)
10414
10415 2003-09-22 Luc Teirlinck <teirllm@mail.auburn.edu>
10416
10417 * emacs.texi (Acknowledgements): Correct typo.
10418
10419 2003-09-22 Richard M. Stallman <rms@gnu.org>
10420
10421 * dired.texi (Misc Dired Commands): New node.
10422 (Dired Navigation): Add dired-goto-file.
10423
10424 * files.texi (File Aliases, Misc File Ops): Add @cindex entries.
10425
10426 * emacs.texi (Acknowledgements): New node, split from Distribution.
10427
10428 * cmdargs.texi (Action Arguments): -f reads interactive args.
10429
10430 2003-09-08 Lute Kamstra <lute@gnu.org>
10431
10432 * screen.texi (Mode Line): Say that POS comes before LINE.
10433 Mention `size-indication-mode'.
10434 * display.texi (Optional Mode Line):
10435 Document `size-indication-mode'.
10436 * basic.texi (Position Info): Mention `size-indication-mode'.
10437
10438 2003-09-07 Luc Teirlinck <teirllm@mail.auburn.edu>
10439
10440 * xresources.texi (Resources): Refer to `editres' man page.
10441 (Lucid Resources): Update defaults. Expand description of
10442 `shadowThickness'.
10443
10444 2003-09-04 Miles Bader <miles@gnu.org>
10445
10446 * Makefile.in (top_srcdir): New variable.
10447 ($(top_srcdir)/info): New rule.
10448 (info): Depend on it.
10449
10450 2003-09-03 Peter Runestig <peter@runestig.com>
10451
10452 * makefile.w32-in: New file.
10453
10454 2003-08-29 Richard M. Stallman <rms@gnu.org>
10455
10456 * misc.texi (Saving Emacs Sessions): Correct previous change.
10457
10458 2003-08-19 Luc Teirlinck <teirllm@mail.auburn.edu>
10459
10460 * emacs.texi (Top): Update menu to reflect new Keyboard Macros chapter.
10461 (Intro): Include kmacro.texi after fixit.texi instead of after
10462 custom.texi. (As suggested by Kim Storm.)
10463
10464 2003-08-18 Luc Teirlinck <teirllm@mail.auburn.edu>
10465
10466 * fixit.texi (Fixit): Update `Next' pointer.
10467 * files.texi (Files): Update `Previous' pointer.
10468 * kmacro.texi (Keyboard Macros): Remove redundant node and section.
10469 * emacs.texi (Intro): Include kmacro.texi after custom.texi.
10470 (Suggested by Kim Storm.)
10471 * Makefile (EMACSSOURCES): Add kmacro.texi. (Suggested by Kim Storm.)
10472
10473 2003-08-18 Kim F. Storm <storm@cua.dk>
10474
10475 * kmacro.texi: New file describing enhanced keyboard macro
10476 functionality. Replaces old description in custom.texi.
10477
10478 * custom.texi (Customization): Add xref to Keyboard Macros chapter.
10479 (Keyboard Macros): Move to new kmacro.texi file.
10480
10481 * emacs.texi (Keyboard Macros): Reference new keyboard macro topics.
10482
10483 2003-08-17 Edward M. Reingold <reingold@emr.cs.iit.edu>
10484
10485 * calendar.texi (Specified Dates): Add `calendar-goto-day-of-year'.
10486
10487 2003-08-17 Alex Schroeder <alex@gnu.org>
10488
10489 * misc.texi (Saving Emacs Sessions): Manual M-x desktop-save not
10490 required.
10491
10492 2003-08-05 Richard M. Stallman <rms@gnu.org>
10493
10494 * programs.texi (Lisp Indent): Don't describe
10495 lisp-indent-function property here. Use xref to Lisp Manual.
10496
10497 2003-08-03 Glenn Morris <gmorris@ast.cam.ac.uk>
10498
10499 * calendar.texi (Date Formats): Document changed behavior of
10500 abbreviations.
10501
10502 2003-07-24 Markus Rost <rost@math.ohio-state.edu>
10503
10504 * buffers.texi (List Buffers): Fix previous change.
10505
10506 2003-07-13 Markus Rost <rost@math.ohio-state.edu>
10507
10508 * buffers.texi (List Buffers): Adjust to new format of *Buffer
10509 List*.
10510
10511 2003-07-07 Luc Teirlinck <teirllm@mail.auburn.edu>
10512
10513 * display.texi (Font Lock): Fix typo.
10514
10515 2003-07-07 Richard M. Stallman <rms@gnu.org>
10516
10517 * display.texi (Font Lock): Add xref for format info on
10518 font-lock-remove-keywords.
10519
10520 * building.texi (Compilation): Document what happens with asynch
10521 children of compiler process.
10522
10523 * help.texi (Library Keywords): Use @multitable.
10524
10525 2003-06-04 Richard M. Stallman <rms@gnu.org>
10526
10527 * programs.texi (Expressions): Delete C-M-DEL.
10528
10529 * misc.texi (Shell Options): Clarify comint-scroll-show-maximum-output.
10530 comint-move-point-for-output renamed from
10531 comint-scroll-to-bottom-on-output.
10532
10533 * custom.texi (Init Rebinding): Replace previous change with xref.
10534 (Non-ASCII Rebinding): Explain that issue more briefly here.
10535
10536 2003-05-28 Richard M. Stallman <rms@gnu.org>
10537
10538 * indent.texi (Indentation): Condense, simplify, clarify prev change.
10539
10540 2003-05-28 Nick Roberts <nick@nick.uklinux.net>
10541
10542 * building.texi (GDB Graphical Interface): New node.
10543 (Rewritten somewhat by RMS.)
10544
10545 2003-05-28 Kai Großjohann <kai.grossjohann@gmx.net>
10546
10547 * custom.texi (Init Rebinding): Xref Non-ASCII Rebinding, for
10548 non-English letters. Explain how to set coding systems correctly
10549 and how to include the right coding cookie in the file.
10550
10551 2003-05-22 Kai Großjohann <kai.grossjohann@gmx.net>
10552
10553 * indent.texi (Indentation): Explain the concepts.
10554 (Just Spaces): Explain why preventing tabs for indentation might
10555 be useful.
10556
10557 2003-04-16 Richard M. Stallman <rms@gnu.org>
10558
10559 * search.texi (Regexps): Ref to Lisp manual for more regexp features.
10560
10561 2003-02-22 Alex Schroeder <alex@emacswiki.org>
10562
10563 * cmdargs.texi (General Variables): Document SMTPSERVER.
10564
10565 * sending.texi: Remove SMTP node.
10566 (Mail Sending): Describe `send-mail-function'. Link to SMTP
10567 library.
10568
10569 2003-02-22 Alex Schroeder <alex@emacswiki.org>
10570
10571 * sending.texi (Sending via SMTP): Explain MTA/MUA.
10572
10573 2003-02-22 Simon Josefsson <jas@extundo.com>
10574
10575 * sending.texi (Mail Methods): Add node about SMTP.
10576
10577 2003-02-17 Jan Djärv <jan.h.d@swipnet.se>
10578
10579 * xresources.texi (GTK names in Emacs): Add emacs-toolbar - GtkToolbar.
10580
10581 2003-02-01 Kevin Ryde <user42@zip.com.au>
10582
10583 * glossary.texi (Glossary): Correction to cl cross reference.
10584
10585 2003-01-20 Richard M. Stallman <rms@gnu.org>
10586
10587 * killing.texi (Rectangles): Document C-x c r.
10588
10589 2003-01-19 Jan Djärv <jan.h.d@swipnet.se>
10590
10591 * xresources.texi (GTK resources): New node.
10592 (GTK widget names): New node.
10593 (GTK names in Emacs): New node.
10594 (GTK styles): New node.
10595
10596 2003-01-09 Francesco Potortì <pot@gnu.org>
10597
10598 * maintaining.texi (Create Tags Table): Add reference to the new
10599 `etags --help --lang=LANG' option.
10600
10601 2002-10-02 Karl Berry <karl@gnu.org>
10602
10603 * emacs.texi: Per rms, update all manuals to use @copying instead of
10604 @ifinfo. Also use @ifnottex instead of @ifinfo around the top node,
10605 where needed for the sake of the HTML output.
10606
10607 2001-12-20 Eli Zaretskii <eliz@is.elta.co.il>
10608
10609 * Makefile.in (EMACSSOURCES): Update the list of Emacs manual
10610 source files.
10611
10612 2001-11-16 Eli Zaretskii <eliz@is.elta.co.il>
10613
10614 * Makefile.in (emacsman): New target.
10615
10616 2001-10-20 Gerd Moellmann <gerd@gnu.org>
10617
10618 * (Version 21.1 released.)
10619
10620 2001-10-05 Gerd Moellmann <gerd@gnu.org>
10621
10622 * Branch for 21.1.
10623
10624 2001-03-05 Gerd Moellmann <gerd@gnu.org>
10625
10626 * Makefile.in (mostlyclean, maintainer-clean): Delete more files.
10627
10628 2000-05-31 Stefan Monnier <monnier@cs.yale.edu>
10629
10630 * .cvsignore (*.tmp): New entry. Seems to be used for @macro.
10631
10632 1999-07-12 Richard Stallman <rms@gnu.org>
10633
10634 * Version 20.4 released.
10635
10636 1998-12-04 Markus Rost <rost@delysid.gnu.org>
10637
10638 * Makefile.in (INFO_TARGETS): Delete customize.info.
10639 (DVI_TARGETS): Delete customize.dvi.
10640 (../info/customize, customize.dvi): Targets deleted.
10641
10642 1998-08-19 Richard Stallman <rms@psilocin.ai.mit.edu>
10643
10644 * Version 20.3 released.
10645
10646 1998-05-06 Richard Stallman <rms@psilocin.gnu.org>
10647
10648 * Makefile.in (EMACSSOURCES): Add mule.texi.
10649 Add msdog.texi, ack.texi. Remove gnu1.texi.
10650
10651 1998-04-06 Andreas Schwab <schwab@gnu.org>
10652
10653 * Makefile.in (ENVADD): Environment vars to pass to texi2dvi.
10654 Use it in dvi targets.
10655
10656 1997-09-23 Paul Eggert <eggert@twinsun.com>
10657
10658 * Makefile.in: Merge changes mistakenly made to `Makefile'.
10659 (INFO_TARGETS): Change ../info/custom to ../info/customize.
10660 (../info/customize): Rename from ../info/custom.
10661
10662 1997-09-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10663
10664 * Version 20.2 released.
10665
10666 1997-09-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10667
10668 * Version 20.1 released.
10669
10670 1997-08-24 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10671
10672 * Makefile (../info/customize, customize.dvi): New targets.
10673 (INFO_TARGETS): Add ../info/customize.
10674 (DVI_TARGETS): Add customize.dvi.
10675
10676 1996-08-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10677
10678 * Version 19.33 released.
10679
10680 1996-07-31 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10681
10682 * Version 19.32 released.
10683
10684 1996-06-20 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10685
10686 * Makefile.in (All info targets): cd $(srcdir) to do the work.
10687
10688 1996-06-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10689
10690 * Makefile.in (All info targets): Specify $(srcdir) in input files.
10691 Specify -I option.
10692 (All dvi targets): Set the TEXINPUTS variable.
10693
10694 1996-05-25 Karl Heuer <kwzh@gnu.ai.mit.edu>
10695
10696 * Version 19.31 released.
10697
10698 1995-11-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10699
10700 * Version 19.30 released.
10701
10702 1995-02-07 Richard Stallman <rms@pogo.gnu.ai.mit.edu>
10703
10704 * Makefile.in (maintainer-clean): Rename from realclean.
10705
10706 1994-11-23 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10707
10708 * Makefile.in: New file.
10709 * Makefile: File deleted.
10710
10711 1994-11-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10712
10713 * Makefile (TEXINDEX_OBJS): Variable deleted.
10714 (texindex, texindex.o, getopt.o): Rules deleted.
10715 All deps on texindex deleted.
10716 (distclean): Don't delete texindex.
10717 (mostlyclean): Don't delete *.o.
10718 * texindex.c, getopt.c: Files deleted.
10719
10720 1994-09-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10721
10722 * Version 19.26 released.
10723
10724 1994-07-02 Richard Stallman (rms@gnu.ai.mit.edu)
10725
10726 * Makefile (EMACSSOURCES): Exclude undo.texi.
10727
10728 1994-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10729
10730 * Version 19.25 released.
10731
10732 1994-05-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10733
10734 * Version 19.24 released.
10735
10736 1994-05-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10737
10738 * Version 19.23 released.
10739
10740 1994-04-17 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10741
10742 * Makefile: Delete spurious tab.
10743
10744 1994-02-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10745
10746 * Makefile (.SUFFIXES): New rule.
10747
10748 1993-12-04 Richard Stallman (rms@srarc2)
10749
10750 * getopt.c: New file.
10751 * Makefile (TEXINDEX_OBJS): Use getopt.o in this dir, not ../lib-src.
10752 (getopt.o): New rule.
10753 (dvi): Don't depend on texindex.
10754 (emacs.dvi): Depend on texindex.
10755
10756 1993-12-03 Richard Stallman (rms@srarc2)
10757
10758 * Makefile (TEXI2DVI): New variable.
10759 (emacs.dvi): Add explicit command.
10760 (TEXINDEX_OBJS): Delete duplicate getopt.o.
10761
10762 1993-11-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10763
10764 * Version 19.22 released.
10765
10766 1993-11-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10767
10768 * Makefile (TEXINDEX_OBJS): Delete spurious period.
10769
10770 1993-11-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10771
10772 * Version 19.21 released.
10773
10774 1993-11-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10775
10776 * Makefile (realclean): Don't delete the Info files.
10777
10778 1993-10-25 Brian J. Fox (bfox@albert.gnu.ai.mit.edu)
10779
10780 * frames.texi (Creating Frames): Mention `C-x 5' instead of `C-x
10781 4' where appropriate.
10782
10783 1993-10-20 Brian J. Fox (bfox@ai.mit.edu)
10784
10785 * Makefile: Fix targets for texindex.
10786
10787 * texindex.c: Include "../src/config.h" if building in emacs.
10788
10789 * Makefile: Change all files to FILENAME.texi, force all targets
10790 to be FILENAME, not FILENAME.info.
10791 Add target to build texindex.c, defining `emacs'.
10792
10793 1993-08-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10794
10795 * Version 19.19 released.
10796
10797 1993-08-08 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10798
10799 * Version 19.18 released.
10800
10801 1993-07-20 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10802
10803 * Makefile: Fix source file names of the separate manuals.
10804
10805 1993-07-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10806
10807 * Version 19.17 released.
10808
10809 1993-07-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10810
10811 * split-man: Fix typos in last change.
10812
10813 1993-07-06 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
10814
10815 * Version 19.16 released.
10816
10817 1993-06-19 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10818
10819 * version 19.15 released.
10820
10821 1993-06-18 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
10822
10823 * Makefile (distclean): It's rm, not rf.
10824
10825 1993-06-17 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10826
10827 * Version 19.14 released.
10828
10829 1993-06-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10830
10831 * Makefile: New file.
10832
10833 1993-06-08 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10834
10835 * Version 19.13 released.
10836
10837 1993-05-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
10838
10839 * Version 19.9 released.
10840
10841 1993-05-25 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10842
10843 * Version 19.8 released.
10844
10845 1993-05-25 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10846
10847 * cmdargs.texi: Document the -i, -itype, and -iconic options.
10848
10849 * trouble.texi: It's `enable-flow-control-on', not
10850 `evade-flow-control-on'.
10851
10852 1993-05-24 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10853
10854 * display.texi: Document standard-display-european.
10855
10856 1993-05-22 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
10857
10858 * Version 19.7 released.
10859
10860 * emacs.texi: Add a sentence to the top menu mentioning the
10861 specific version of Emacs this manual applies to.
10862
10863 1993-04-25 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
10864
10865 * basic.texi: Document next-line-add-lines variable used to
10866 implement down-arrow.
10867
10868 * killing.texi: Document kill-whole-line.
10869
10870 1993-04-18 Noah Friedman (friedman@nutrimat.gnu.ai.mit.edu)
10871
10872 * text.texi: Update unix TeX ordering information.
10873
10874 1993-03-26 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
10875
10876 * news.texi: Mention fill-rectangle in keybinding list.
10877
10878 * killing.texi: Document fill-rectangle.
10879
10880 1993-03-17 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
10881
10882 * vc.texi: Bring the docs up to date with VC 5.2.
10883
10884 1992-01-10 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
10885
10886 * emacs.tex: Mention blackbox and gomoku under Amusements.
10887 Assembler mode is now mentioned and appropriately indexed
10888 under Programming Modes.
10889
10890 1991-02-15 Robert J. Chassell (bob@wookumz.ai.mit.edu)
10891
10892 * emacs.tex: Update TeX ordering information.
10893
10894 1990-06-26 David Lawrence (tale@geech)
10895
10896 * emacs.tex: Note that completion-ignored-extensions is not used
10897 to filter out names when all completions are displayed in
10898 *Completions*.
10899
10900 1990-05-25 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
10901
10902 * texindex.c: If USG, include sys/types.h and sys/fcntl.h.
10903
10904 1990-03-21 Jim Kingdon (kingdon@pogo.ai.mit.edu)
10905
10906 * emacs.tex: Add @findex grep.
10907
10908 1988-08-16 Robert J. Chassell (bob@frosted-flakes.ai.mit.edu)
10909
10910 * emacs.tex: Correct two typos. No other changes before
10911 Version 19 will be made.
10912
10913 1988-05-23 Robert J. Chassell (bob@frosted-flakes.ai.mit.edu)
10914
10915 * emacs.tex: Update information for obtaining TeX distribution from the
10916 University of Washington.
10917
10918 ;; Local Variables:
10919 ;; coding: utf-8
10920 ;; End:
10921
10922 Copyright (C) 1993-1999, 2001-2016 Free Software Foundation, Inc.
10923
10924 This file is part of GNU Emacs.
10925
10926 GNU Emacs is free software: you can redistribute it and/or modify
10927 it under the terms of the GNU General Public License as published by
10928 the Free Software Foundation, either version 3 of the License, or
10929 (at your option) any later version.
10930
10931 GNU Emacs is distributed in the hope that it will be useful,
10932 but WITHOUT ANY WARRANTY; without even the implied warranty of
10933 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
10934 GNU General Public License for more details.
10935
10936 You should have received a copy of the GNU General Public License
10937 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.