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