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