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