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