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