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